-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 07, 2024 at 03:43 AM
-- Server version: 8.0.40
-- PHP Version: 8.3.13

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `idipiaco_GTBNURSING`
--

-- --------------------------------------------------------

--
-- Table structure for table `achievers`
--

CREATE TABLE `achievers` (
  `ac_id` int NOT NULL,
  `ac_name` varchar(300) NOT NULL,
  `ac_class` varchar(300) NOT NULL,
  `ac_year` varchar(300) NOT NULL,
  `ac_rank` varchar(300) NOT NULL,
  `ac_image` varchar(300) NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `achievers`
--

INSERT INTO `achievers` (`ac_id`, `ac_name`, `ac_class`, `ac_year`, `ac_rank`, `ac_image`, `orderid`) VALUES
(1, 'Lovepreet Singh', 'MCA', '2015', '1st in College', '1-7635-10174921_770217956365454_7224590471869106938_n.jpg', 0),
(2, 'Sargun Mehta', 'BA', '2014', '2nd in College', '2-1157-11880411_683010231832731_1335922396270255019_n.jpg', 0);

-- --------------------------------------------------------

--
-- Table structure for table `activities`
--

CREATE TABLE `activities` (
  `news_id` int NOT NULL,
  `news_title` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_image` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_doc` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_date` date NOT NULL,
  `news_description` longtext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `activities`
--

INSERT INTO `activities` (`news_id`, `news_title`, `news_image`, `news_doc`, `news_date`, `news_description`) VALUES
(1, 'Test Activity', '1-5693-apple.png', '', '0000-00-00', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per sea');

-- --------------------------------------------------------

--
-- Table structure for table `adminusers`
--

CREATE TABLE `adminusers` (
  `admin_id` int NOT NULL,
  `email` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL,
  `userpass` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL,
  `usertype` varchar(1) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL,
  `full_name` varchar(200) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `group_id` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `adminusers`
--

INSERT INTO `adminusers` (`admin_id`, `email`, `userpass`, `usertype`, `full_name`, `group_id`) VALUES
(1, 'admin', 'zc7U3NE=', 'A', 'Administrator', 1);

-- --------------------------------------------------------

--
-- Table structure for table `admissions`
--

CREATE TABLE `admissions` (
  `admission_id` int NOT NULL,
  `admission_name` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `admission_description` longtext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `admissions`
--

INSERT INTO `admissions` (`admission_id`, `admission_name`, `admission_description`, `orderid`) VALUES
(1, 'Eligibility Critera', 'A Giants fan, a Padre fan, and a Dodger fan are climbing a mountain and arguing about who loves his team more. The Padre fan insists he\'s the most loyal. \"This is for San Diego!\" he yells and jumps off the side of the mountain. Not to be outdone, the Giants fan is next to profess his love for his team. He yells, \"This is for San Francisco!\" and pushes the Dodger fan off the mountain.\r\ndemo', 0),
(2, 'Admission Criteria', 'A Giants fan, a Padre fan, and a Dodger fan are climbing a mountain and arguing about who loves his team more. The Padre fan insists he\'s the most loyal. \"This is for San Diego!\" he yells and jumps off the side of the mountain. Not to be outdone, the Giants fan is next to profess his love for his team. He yells, \"This is for San Francisco!\" and pushes the Dodger fan off the mountain.', 0),
(3, 'Admission Cell', 'A Giants fan, a Padre fan, and a Dodger fan are climbing a mountain and arguing about who loves his team more. The Padre fan insists he\'s the most loyal. \"This is for San Diego!\" he yells and jumps off the side of the mountain. Not to be outdone, the Giants fan is next to profess his love for his team. He yells, \"This is for San Francisco!\" and pushes the Dodger fan off the mountain.A Giants fan, a Padre fan, and a Dodger fan are climbing a mountain and arguing about who loves his team more. The Padre fan insists he\'s the most loyal. \"This is for San Diego!\" he yells and jumps off the side of the mountain. Not to be outdone, the Giants fan is next to profess his love for his team. He yells, \"This is for San Francisco!\" and pushes the Dodger fan off the mountain.', 0);

-- --------------------------------------------------------

--
-- Table structure for table `aforms`
--

CREATE TABLE `aforms` (
  `id` int NOT NULL,
  `title` varchar(300) NOT NULL,
  `adm_form` varchar(300) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `aforms`
--

INSERT INTO `aforms` (`id`, `title`, `adm_form`) VALUES
(1, 'Admission Form', '155649072054469new-microsoft-office-word-document-(3).docx');

-- --------------------------------------------------------

--
-- Table structure for table `alumnies`
--

CREATE TABLE `alumnies` (
  `alumni_id` int NOT NULL,
  `batch` varchar(300) NOT NULL,
  `aname` varchar(300) NOT NULL,
  `fname` varchar(300) NOT NULL,
  `mname` varchar(300) NOT NULL,
  `lclass` varchar(300) NOT NULL,
  `contact` varchar(300) NOT NULL,
  `email` varchar(300) NOT NULL,
  `cprofession` varchar(300) NOT NULL,
  `address` varchar(300) NOT NULL,
  `alumni_date` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `banners`
--

CREATE TABLE `banners` (
  `id` int NOT NULL,
  `title` varchar(300) NOT NULL,
  `image` varchar(300) NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `banners`
--

INSERT INTO `banners` (`id`, `title`, `image`, `orderid`) VALUES
(9, '', '9-1816-DPP_0005.JPG', 8),
(7, '', '7-3370-IMG_6680.JPG', 12),
(8, '', '8-5966-DPP_0137.JPG', 9),
(10, '', '10-7566-college.jpg', 10),
(11, '', '11-6472-01.jpg', 7),
(13, '', '13-4429-IMG_0166.JPG', 11),
(14, '', '14-6820-6-x-414.jpg', 6),
(15, '', '15-1525-Image.JPG', 4),
(16, '', '16-5423-PUNJABI.jpg', 5),
(17, '', '17-6556-pamp.jpg', 3),
(18, '', '18-2537-Display.jpg', 2),
(19, '', '19-4572-Short-Term.jpg', 1);

-- --------------------------------------------------------

--
-- Table structure for table `categories`
--

CREATE TABLE `categories` (
  `category_id` int NOT NULL,
  `category_name` varchar(300) NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`category_id`, `category_name`, `orderid`) VALUES
(1, 'Category One', 1),
(2, 'Category Two', 2),
(3, 'Category Three', 3),
(4, 'Category four', 4),
(5, 'Category Five', 5),
(6, 'Category Six', 6),
(7, 'Category Seven', 7);

-- --------------------------------------------------------

--
-- Table structure for table `complements`
--

CREATE TABLE `complements` (
  `complement_id` int NOT NULL,
  `complement_name` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `complement_email` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `complement_phone` varchar(30) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `complement_location` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `complement_message` longtext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `complement_status` int NOT NULL,
  `complement_date` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `contacts`
--

CREATE TABLE `contacts` (
  `contact_id` int NOT NULL,
  `full_name` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `email` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `message` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `adddate` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `contacts`
--

INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(27, 'Ofelia Travis', 'info@36dollar360.com', 'Hey\r\n\r\nHi, this is nike shoes manufacturer, We sell all models of Nike shoes and Air jordan shoes at a wholesale price, $44.95 free shipping all over the world.   If interested, please chat with me at Whatsapp +8613666939310, and I will send you our alum.\r\n\r\nRegards,\r\n\r\nContact Us | Institute of Nursing Education', '2018-11-21 17:29:26'),
(28, 'Randy', 'randy@talkwithlead.com', 'Hi,\r\n\r\nMy name is Randy and I was looking at a few different sites online and came across your site gtbhnursing.com.  I must say - your website is very impressive.  I found your website on the first page of the Search Engine.\r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return?  In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable.  So why let it go to waste?  Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors?  \r\n\r\nTalkWithLead is a widget which captures a website visitorâ€™s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website â€” while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n  \r\nTry the TalkWithLead Live Demo now to see exactly how it works.  Visit: http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call.  We do offer a 14 days free trial.  \r\n\r\nThanks and Best Regards,\r\nRandy\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2018-11-26 16:36:16'),
(29, 'Brian Sherman', '1avisits@email.com', 'Hi,\r\n\r\nWould you like 5,000 visitors coming to your website in one week?\r\nThese are people who are interested in seeing what you have to offer.\r\n\r\nVisitors come from online publications in your niche via\r\nfull page popups of your website. \r\n\r\nOur service is like no other.\r\n\r\nGet 5,000 interested visitors in 7 days for just $54.99.\r\n\r\nLarger packages available\r\n\r\nFor more info please go to https://traffic-stampede.com\r\n\r\nHope to see you on our site.\r\n\r\nBest,\r\nBrian\r\nTS', '2018-12-04 12:25:54'),
(30, 'Randy', 'randy@talkwithlead.com', 'Hi,\r\n\r\nMy name is Randy and I was looking at a few different sites online and came across your site gtbhnursing.com.  I must say - your website is very impressive.  I found your website on the first page of the Search Engine.\r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return?  In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable.  So why let it go to waste?  Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors?  \r\n\r\nTalkWithLead is a widget which captures a website visitorâ€™s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website â€” while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n  \r\nTry the TalkWithLead Live Demo now to see exactly how it works.  Visit: http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call.  We do offer a 14 days free trial.  \r\n\r\nThanks and Best Regards,\r\nRandy\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-01-02 13:23:11'),
(31, 'Eric', 'eric@talkwithcustomer.com', 'Hello,\r\n\r\nRunning a website like gtbhnursing.com is a lot like trying to fill a leaky bucket.\r\n\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...\r\n\r\nBut today I wanted to address the \"leaky bucket\" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.\r\n\r\nI\'ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.\r\n\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In\r\n\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.\r\n\r\nBuilding an engaged list of subscribers is the key here... but did you know there\'s a way your website can help you with that?\r\n\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers\r\n\r\nOnce you\'ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.\r\n\r\nThe standard email marketing funnel works... but if they don\'t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.\r\n\r\nOngoing Challenge 3: Having a Leaky Checkout Experience & Losing Out On Sales\r\n\r\nOnce you\'ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don\'t want to lose out on sales by having a leaky checkout experience.\r\n\r\nStatistics show that 77% of people who click the â€œBuy Nowâ€ button never complete their order, but there\'s a way to recoup these sales.\r\n\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue\r\n\r\nOnce you\'ve got customers... your job is done, right? Not so fast!\r\n\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.\r\n\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy\r\n\r\nCustomer retention is key to the long-term success of your website. But it\'s normal for customers to fall off the wagon, get busy, and stop logging into your website.\r\n\r\nOr is it?\r\n\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.\r\n\r\nHow our software overcomes each of these ongoing challenges:\r\n\r\nThese are real challenges that never seem to go away...\r\n\r\nI know because I\'ve been there myself. I\'ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn\'t, and how to fill my own website over the past 10 years.\r\n\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com\r\n\r\nTalk With Website Visitors is a widget which captures a website visitorâ€™s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website â€” while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nI\'m so sure that Talk With Website Visitors will help you in your business endeavors that I\'m offering you a special incentive to get started today.\r\n\r\nSign up for Talk With Website Visitors and get a 14 days free trial today.  Visit: http://www.talkwithcustomer.com\r\n\r\nThis is a one-time only promotion that expires in 14 days.\r\n\r\nWhy am I offering you this time sensitive 14 days free trial incentive?\r\n\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...\r\n\r\nSo, if you know its time to get serious about your online website gtbhnursing.com, and you want the tool that\'s built by someone who has been in your shoes and understands the realities of selling online...\r\n\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com\r\n\r\nI\'m so excited to share my life\'s work with you, and I know you understand that there\'s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!\r\n\r\nThanks so much for reading - and next time I\'ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)\r\n\r\nWith appreciation,\r\n-Eric \"simplifying tech\" Jones\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-02-05 04:19:46'),
(32, 'Eric', 'eric@talkwithcustomer.com', 'Hello,\r\n\r\nRunning a website like gtbhnursing.com is a lot like trying to fill a leaky bucket.\r\n\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...\r\n\r\nBut today I wanted to address the \"leaky bucket\" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.\r\n\r\nI\'ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.\r\n\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In\r\n\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.\r\n\r\nBuilding an engaged list of subscribers is the key here... but did you know there\'s a way your website can help you with that?\r\n\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers\r\n\r\nOnce you\'ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.\r\n\r\nThe standard email marketing funnel works... but if they don\'t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.\r\n\r\nOngoing Challenge 3: Having a Leaky Checkout Experience & Losing Out On Sales\r\n\r\nOnce you\'ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don\'t want to lose out on sales by having a leaky checkout experience.\r\n\r\nStatistics show that 77% of people who click the â€œBuy Nowâ€ button never complete their order, but there\'s a way to recoup these sales.\r\n\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue\r\n\r\nOnce you\'ve got customers... your job is done, right? Not so fast!\r\n\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.\r\n\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy\r\n\r\nCustomer retention is key to the long-term success of your website. But it\'s normal for customers to fall off the wagon, get busy, and stop logging into your website.\r\n\r\nOr is it?\r\n\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.\r\n\r\nHow our software overcomes each of these ongoing challenges:\r\n\r\nThese are real challenges that never seem to go away...\r\n\r\nI know because I\'ve been there myself. I\'ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn\'t, and how to fill my own website over the past 10 years.\r\n\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com\r\n\r\nTalk With Website Visitors is a widget which captures a website visitorâ€™s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website â€” while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nI\'m so sure that Talk With Website Visitors will help you in your business endeavors that I\'m offering you a special incentive to get started today.\r\n\r\nSign up for Talk With Website Visitors and get a 14 days free trial today.  Visit: http://www.talkwithcustomer.com\r\n\r\nThis is a one-time only promotion that expires in 14 days.\r\n\r\nWhy am I offering you this time sensitive 14 days free trial incentive?\r\n\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...\r\n\r\nSo, if you know its time to get serious about your online website gtbhnursing.com, and you want the tool that\'s built by someone who has been in your shoes and understands the realities of selling online...\r\n\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com\r\n\r\nI\'m so excited to share my life\'s work with you, and I know you understand that there\'s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!\r\n\r\nThanks so much for reading - and next time I\'ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)\r\n\r\nWith appreciation,\r\n-Eric \"simplifying tech\" Jones\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-02-09 03:39:33'),
(33, 'Eric', 'eric@talkwithcustomer.com', 'Hello,\r\n\r\nYou have a website, right? \r\n  \r\nOf course you do. I found gtbhnursing.com today.\r\n\r\nIt gets traffic every day â€“ that youâ€™re probably spending $2 / $4 / $10 or more a click to get.  Not including all of the work you put into creating social media, videos, blog posts, emails, and so on.\r\n\r\nSo youâ€™re investing seriously in getting people to that site.\r\n\r\nBut howâ€™s it working?  Great? Okay?  Not so much?\r\n\r\nIf that answer could be better, then itâ€™s likely youâ€™re putting a lot of time, effort, and money into an approach thatâ€™s not paying off like it should.\r\n\r\nNowâ€¦ imagine doubling your lead conversion in just minutesâ€¦ In fact, Iâ€™ll go even better.\r\n \r\nYou could actually get up to 100X more conversions!\r\n\r\nIâ€™m not making this up.  As Chris Smith, best-selling author of The Conversion Code says:\r\n-Speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 14 minutes vs being contacted within 5 minutes.\r\n\r\nHeâ€™s backed up by a study at MIT that found the odds of contacting a lead will increase by 100 times if attempted in 5 minutes or less.\r\n\r\nAgain, out of the 100s of visitors to your website, how many actually call to become clients?\r\n\r\nWell, you can significantly increase the number of calls you get â€“ with ZERO extra effort.\r\n\r\nOur software, Talk With Customer, makes it easy, simple, and fast â€“ in fact, you can start getting more calls todayâ€¦ and at absolutely no charge to you.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to find out how.\r\n\r\nSincerely,\r\n\r\nEric Jones\r\n\r\nPS: Donâ€™t just take my word for it, TalkWithCustomer works:\r\n-EMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - Patrick MontesDeOca, Ema2Trade\r\n\r\nBest of all, act now to get a no-cost 14-Day Test Drive â€“ our gift to you just for giving TalkWithCustomer a try. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-03-11 09:51:53'),
(34, 'Eric', 'eric@talkwithcustomer.com', 'Hello,\r\n\r\nYou have a website, right? \r\n  \r\nOf course you do. I found gtbhnursing.com today.\r\n\r\nIt gets traffic every day â€“ that youâ€™re probably spending $2 / $4 / $10 or more a click to get.  Not including all of the work you put into creating social media, videos, blog posts, emails, and so on.\r\n\r\nSo youâ€™re investing seriously in getting people to that site.\r\n\r\nBut howâ€™s it working?  Great? Okay?  Not so much?\r\n\r\nIf that answer could be better, then itâ€™s likely youâ€™re putting a lot of time, effort, and money into an approach thatâ€™s not paying off like it should.\r\n\r\nNowâ€¦ imagine doubling your lead conversion in just minutesâ€¦ In fact, Iâ€™ll go even better.\r\n \r\nYou could actually get up to 100X more conversions!\r\n\r\nIâ€™m not making this up.  As Chris Smith, best-selling author of The Conversion Code says:\r\n-Speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 14 minutes vs being contacted within 5 minutes.\r\n\r\nHeâ€™s backed up by a study at MIT that found the odds of contacting a lead will increase by 100 times if attempted in 5 minutes or less.\r\n\r\nAgain, out of the 100s of visitors to your website, how many actually call to become clients?\r\n\r\nWell, you can significantly increase the number of calls you get â€“ with ZERO extra effort.\r\n\r\nOur software, Talk With Customer, makes it easy, simple, and fast â€“ in fact, you can start getting more calls todayâ€¦ and at absolutely no charge to you.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to find out how.\r\n\r\nSincerely,\r\n\r\nEric Jones\r\n\r\nPS: Donâ€™t just take my word for it, TalkWithCustomer works:\r\n-EMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - Patrick MontesDeOca, Ema2Trade\r\n\r\nBest of all, act now to get a no-cost 14-Day Test Drive â€“ our gift to you just for giving TalkWithCustomer a try. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-03-23 14:12:06'),
(35, 'Eric', 'eric@talkwithcustomer.com', 'Hello,\r\n\r\nYou have a website, right? \r\n  \r\nOf course you do. I found gtbhnursing.com today.\r\n\r\nIt gets traffic every day â€“ that youâ€™re probably spending $2 / $4 / $10 or more a click to get.  Not including all of the work you put into creating social media, videos, blog posts, emails, and so on.\r\n\r\nSo youâ€™re investing seriously in getting people to that site.\r\n\r\nBut howâ€™s it working?  Great? Okay?  Not so much?\r\n\r\nIf that answer could be better, then itâ€™s likely youâ€™re putting a lot of time, effort, and money into an approach thatâ€™s not paying off like it should.\r\n\r\nNowâ€¦ imagine doubling your lead conversion in just minutesâ€¦ In fact, Iâ€™ll go even better.\r\n \r\nYou could actually get up to 100X more conversions!\r\n\r\nIâ€™m not making this up.  As Chris Smith, best-selling author of The Conversion Code says:\r\n-Speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 14 minutes vs being contacted within 5 minutes.\r\n\r\nHeâ€™s backed up by a study at MIT that found the odds of contacting a lead will increase by 100 times if attempted in 5 minutes or less.\r\n\r\nAgain, out of the 100s of visitors to your website, how many actually call to become clients?\r\n\r\nWell, you can significantly increase the number of calls you get â€“ with ZERO extra effort.\r\n\r\nOur software, Talk With Customer, makes it easy, simple, and fast â€“ in fact, you can start getting more calls todayâ€¦ and at absolutely no charge to you.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to find out how.\r\n\r\nSincerely,\r\n\r\nEric Jones\r\n\r\nPS: Donâ€™t just take my word for it, TalkWithCustomer works:\r\n-EMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - Patrick MontesDeOca, Ema2Trade\r\n\r\nBest of all, act now to get a no-cost 14-Day Test Drive â€“ our gift to you just for giving TalkWithCustomer a try. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-04-04 23:46:09'),
(36, 'Eric', 'eric@talkwithcustomer.com', 'Hello,\r\n\r\nYou know itâ€™s true.\r\n\r\nYour competition just canâ€™t hold a candle to the way you DELIVER real solutions to your customers at gtbhnursing.com\r\n\r\nBut itâ€™s a shame when good people who need what you have to offer wind up settling for second best or even worse.\r\n  \r\nNot only do they deserve better, you deserve to be at the top of their list.\r\n \r\nTalkWithCustomer can reliably turn your website into a serious, lead generating machine.\r\n \r\nWith TalkWithCustomer installed on your site, visitors can either call you immediately or schedule a call for you in the future.\r\n  \r\nAnd the difference to your business can be staggering â€“ up to 100X more leads could be yours, just by giving TalkWithCustomer a FREE 14 Day Test Drive.\r\n \r\nThereâ€™s absolutely NO risk to you, so CLICK HERE http://www.talkwithcustomer.com to sign up for this free test drive now. \r\n \r\nTons more leads? You deserve it.\r\n\r\nSincerely,\r\nAndy\r\n\r\nPS:  Odds are, you wonâ€™t have long to wait before seeing results:\r\n-This service makes an immediate difference in getting people on the phone right away before they have a chance to turn around and surf off to a competitorâ€™s website.- David Traylor, Traylor Law Firm\r\n  \r\nWhy wait any longer?  \r\n\r\nCLICK HERE http://www.talkwithcustomer.com to take the FREE 14-Day Test Drive and start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-05-16 01:41:19'),
(37, 'Manpreet Kaur', 'Manluv56@yahoo.com', 'Good evening, \r\nMy name  is Manpreet Kaur. I have completed my G.N.M in the session 2003-2006.\r\nI am living in Canada. I need to request official transcript.\r\nCan I request online? As I need it ASAP.\r\nPlease guide me.\r\nThank you \r\nManpreet Kaur', '2019-06-07 18:03:51'),
(38, 'Scott Matthews', 'ScottMSr@gmail.com', 'I thought you would like to know, it looks like you\'ve misspelled the word \"garde\" on your website.  Silly mistakes can ruin your site\'s credibility.  In the past I\'ve used a tool like SpellingScan.com to keep mistakes off my website.\r\n\r\n-Scott Matthews Sr.', '2019-06-12 19:57:28'),
(39, 'JOBANPREET SINGH', 'joban95@gmail.com', 'With due to respect \r\nMy self jobanpreet i am pursuing Master of Library and information science from punjab university chandigarh\r\nIs there any vacancy in your library?\r\nThen plz contact me soon \r\nI am intrested For the post of Assistant Librarian and Library Assistant \r\n\r\n\r\nPhone no 8427024888', '2019-06-14 08:47:33'),
(40, 'Eric', 'eric@talkwithcustomer.com', 'Hello,\r\n\r\nLetâ€™s take a quick trip to Tomorrow-land.\r\n\r\nIâ€™m not talking about a theme park, Iâ€™m talking about your businessâ€™s futureâ€¦\r\n\r\nDonâ€™t worry, we wonâ€™t even need a crystal ball.  \r\n\r\nJust imagineâ€¦\r\n\r\nâ€¦ a future where the money you invest in driving traffic to your gtbhnursing.com site pays off with tons of calls from qualified leads. \r\n\r\nAnd the difference between what you experienced in the past is staggering â€“ youâ€™re seeing 10X, 20X, 50X, even up to a 100X more leads coming from your gtbhnursing.com website.  Leads that are already engaged with what you have to offer and are ready to learn more and even open their wallets.\r\n\r\nSeeing all this taking place in your business, you think back: \r\n\r\nâ€œWhat did I do only a short time ago that made such a huge difference?â€\r\n\r\nAnd then it hits you:  \r\n\r\nYou took advantage of a free 14 day Test Drive of TalkWithCustomer.\r\n\r\nYou installed TalkWithCustomer on your website â€“ it was a snap.\r\n\r\nAnd practically overnight customers started engaging more regularly and calling your business. Like this:\r\n\r\nâ€EMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads.â€  - Pat MontesDeOca\r\n\r\nSince you installed TalkWithCustomer itâ€™s been great.\r\n\r\nItâ€™s fun to dream, but this isnâ€™t just a dream. It could be your very real tomorrow. \r\n\r\nAll you have to do is CLICK HERE http://www.talkwithcustomer.com to sign up to try TalkWithCustomer today.\r\n\r\nNot tomorrow. Today.\r\n\r\nBecause thereâ€™s no better time than now to make your business work the way youâ€™ve always wanted. \r\n\r\nSincerely,\r\nEric\r\n\r\nPS: Remember, thereâ€™s absolutely NO risk to you â€“ if youâ€™re 100% satisfied after the 14 days pass, thereâ€™s no obligation.  And even ONE more lead-turned-into-customer could be worth hundreds, even thousands to you over their lifetime. Donâ€™t let the moment pass you by.  CLICK HERE http://www.talkwithcustomer.com to sign up for this free test drive now.  \r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-06-17 05:51:25'),
(41, 'Sharita Bessick', 'sharita@centtip.com', 'What is your biggest issue when building an online business?\r\n\r\nYou always ask yourself what to do and how to do it? Or need a place to discuss with other elite affiliate marketers?\r\n\r\nWealthy Affiliate is the great place for those who are brand new to the industry and want to learn how to build an online business from scratch. \r\n\r\nSure, experienced marketers may also enjoy the benefits of a Wealthy Affiliate membership too, elite marketers discuss issues in their community every day. \r\n\r\nThereâ€™s the fact that Wealthy Affiliate is not and never claims to be a get-rich-quick strategy.If you only want to see what affiliate marketing is all about, do not sign up for the premium membership. \r\nThe free membership is more than enough for you to see what itâ€™s all about. \r\n\r\nVisit here to see what itâ€™s all about: https://www.centtip.com/bussiness\r\n\r\nHave a Great Day,\r\nSharita Bessick\r\n\r\n*Unsubscribe: https://www.centtip.com/unsubscribe/', '2019-06-26 11:42:50'),
(42, 'Mehak karlupia', 'mehakkarluoia@gmail.com', 'jo students aicte k through cllg mei aate ha..unki classes kb sa start hongii??', '2019-07-01 15:44:21'),
(43, 'Mehak karlupia', 'mehakkarluoia@gmail.com', 'jo students aicte k through cllg mei aate ha..unki classes kb sa start hongii??', '2019-07-01 15:44:27'),
(44, 'Harvinder Singh', 'servomax.harvinder@gmail.com', 'This mail is for your knowledge.....\r\nManagement of GTB hospital\r\n\r\nYou parking vendor behave rudely with the familyâ€™s of patient. Even the are taking benefits of patient problems.\r\n\r\nOn the slip of parking clearly mention \r\nBike 10â‚¹ for 12 hours\r\nCar 20â‚¹ for 12 hours\r\n\r\nBut if family member required any supplements or fruits from outside of hospital the took his bike or car  with in the 12 hours and return back.\r\nThey charged twice for 12hours. Which is totally illegal and miss written communication. With the customer or patient.\r\n\r\nFor your kind information i am sending this mail complaint copy in social media after 12 hrs if you are not taking action.\r\n\r\nEven i am going to use my right through right to information and consumer court. Because they behave so roundly with me in parking which is the area of GTB hospital.', '2019-07-12 17:34:40'),
(45, 'Aly Chiman', 'aly1@alychidesigns.com', 'Hello there, My name is Aly and I would like to know if you would have any interest to have your website here at gtbhnursing.com  promoted as a resource on our blog alychidesign.com ?\r\n\r\n We are  updating our do-follow broken link resources to include current and up to date resources for our readers. If you may be interested in being included as a resource on our blog, please let me know.\r\n\r\n Thanks, Aly', '2019-07-15 19:19:12'),
(46, 'Dollie Burkholder', 'noreply@mycloudaccounting3296.xyz', 'Hi,\r\n\r\nWould you like a cloud accounting product that makes running your enterprise painless, fast and also secure? Automatize jobs such as invoicing, preparing spending, tracking your time and efforts and also following up with clients in just a few clicks?\r\n\r\nTake a look at the video : http://ripply.xyz/ckwRQ and try it for yourself free of charge for thirty days.\r\n\r\nBest Wishes,\r\n\r\nDollie\r\n\r\nDefinitely not interested in cloud accounting?  We certainly won\'t get in contact with you again : http://spant.xyz/EluB8\r\n\r\nSubmit as junk mail : http://thrink.xyz/8WqlG', '2019-07-19 02:26:00'),
(47, 'Keeley Berger', 'info@sfcityimpact.com', 'Hello there\r\n\r\nIt\'s our birthday and we are celebrating two years of our outlet.  Buy all styles of Oakley & Ray Ban Sunglasses only 19.95 dollars.  Paypal Accepted. Satisfaction Guaranteed.  \r\n\r\nIf interested, please visit our site: www.framesoutlet .us\r\n\r\nYou Won\'t Want To Miss These Offers\r\n\r\nBest regards,\r\n\r\n\r\nContact Us | Institute of Nursing Education - http://gtbhnursing.com', '2019-08-09 05:51:07'),
(48, 'Jen Harrel', 'e.commerce1a@outlook.com', 'Hi,\r\n\r\nAre you looking for a profitable e-commerce business but donâ€™t have time to build it from scratch?\r\n\r\nWe are the supplier of ready made AliExpress dropshipping business websites. \r\nAverage markup on products is 300%\r\n\r\nNo stock, No headaches, all items are dropshipped directly to your customers.\r\nThere are no monthly fees.  \r\nSocial media marketing plan, domain and hosting are also included at n/c.\r\n\r\nFor more info and to see available sites live please go to https://dropshippingincome.com\r\n\r\nWe look forward to seeing you there.\r\n\r\nBest,\r\nJen\r\nDSI', '2019-08-20 12:51:53'),
(49, 'George Martin', 'george1@georgemartinjr.com', 'Would you be interested in submitting a guest post on georgemartjr.com or possibly allowing us to submit a post to gtbhnursing.com ? Maybe you know by now that links are essential\r\nto building a brand online? If you are interested in submitting a post and obtaining a link to gtbhnursing.com , let me know and we will get it published in a speedy manner to our blog.\r\n\r\nHope to hear from you soon\r\nGeorge', '2019-09-04 18:30:53'),
(50, 'Eric', 'eric@talkwithcustomer.com', 'Hello gtbhnursing.com,\r\n\r\nPeople ask, â€œwhy does TalkWithCustomer work so well?â€\r\n\r\nItâ€™s simple.\r\n\r\nTalkWithCustomer enables you to connect with a prospective customer at EXACTLY the Perfect Time.\r\n\r\n- NOT one week, two weeks, three weeks after theyâ€™ve checked out your website gtbhnursing.com.\r\n- NOT with a form letter style email that looks like it was written by a bot.\r\n- NOT with a robocall that could come at any time out of the blue.\r\n\r\nTalkWithCustomer connects you to that person within seconds of THEM asking to hear from YOU.\r\n\r\nThey kick off the conversation.\r\n\r\nThey take that first step.\r\n\r\nThey ask to hear from you regarding what you have to offer and how it can make their life better. \r\n\r\nAnd it happens almost immediately. In real time. While theyâ€™re still looking over your website gtbhnursing.com, trying to make up their mind whether you are right for them.\r\n\r\nWhen you connect with them at that very moment itâ€™s the ultimate in Perfect Timing â€“ as one famous marketer put it, â€œyouâ€™re entering the conversation already going on in their mind.â€\r\n\r\nYou canâ€™t find a better opportunity than that.\r\n\r\nAnd you canâ€™t find an easier way to seize that chance than TalkWithCustomer. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive and see what a difference â€œPerfect Timingâ€ can make to your business.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS:  If youâ€™re wondering whether NOW is the perfect time to try TalkWithCustomer, ask yourself this:\r\nâ€œWill doing what Iâ€™m already doing now produce up to 100X more leads?â€\r\nBecause those are the kinds of results we know TalkWithCustomer can deliver.  \r\nIt shouldnâ€™t even be a question, especially since it will cost you ZERO to give it a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start your free 14-day test drive today.\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-09-08 18:36:46'),
(51, 'Akshita juneja', 'akshitajuneja1999@gmail.com', 'Good afternoon ,\r\nI am a student . i have passed my 12th from cbse board in 2018 . I wanted to know about the admission criteria for Bsc. Nursing . The contacts given on the website are not working . so kindly guide me with the same . It would be really helpful if it is less or more concerned regarding my query .\r\nYour grateful ,\r\nStudents name : Akshita Juneja', '2019-09-10 09:07:45'),
(52, 'Manpreet puri', 'manpreet_puri@yahoo.com', 'Hello myself manpreet puri , I have done my undergratuation and cleared MCI exam and  i wanted to know is there any vacancy in GTB hospital ludhiana for house officer.', '2019-09-11 12:52:42'),
(53, 'Lucas Weber', 'info@wrldclass-solutions.com', 'Good Day,\r\n\r\nLucas Weber Here from World Class Solutions, wondering \r\ncan we publish your blog post over here? We are looking to \r\npublish new content and would love to hear about any new products,\r\nor new subjects regarding your website here at gtbhnursing.com .\r\n\r\nYou can submit your post directly to us here:\r\n\r\nwww.worldclass-solutions.space\r\n\r\nGenerally, it can be any general article with a minimum of 500 words, and the more words, the better.\r\n\r\nPlease let me know,\r\nCheers\r\nLucas', '2019-09-24 15:31:36'),
(54, 'Harpreet Kaur', 'harpreetkaurchoong@yahoo.co.in', 'Dear sir/madam\r\nI send my documents for signature  from Winnipeg, Canada  to submit to NNAS \r\nI want to confirm is you receive that papers or not yet Please let me if possible \r\nThanks\r\nHarpreet Kaur\r\nDOB July 01 /1983\r\n1 204 295 3718\r\n50 Streilein Crescent \r\nWinnipeg ,Manitoba\r\nR2P1R3', '2019-10-02 00:16:53'),
(55, 'Eric Jones', 'eric@talkwithcustomer.com', 'Hey,\r\n\r\nYou have a website gtbhnursing.com, right?\r\n\r\nOf course you do. I am looking at your website now.\r\n\r\nIt gets traffic every day â€“ that youâ€™re probably spending $2 / $4 / $10 or more a click to get.  Not including all of the work you put into creating social media, videos, blog posts, emails, and so on.\r\n\r\nSo youâ€™re investing seriously in getting people to that site.\r\n\r\nBut howâ€™s it working?  Great? Okay?  Not so much?\r\n\r\nIf that answer could be better, then itâ€™s likely youâ€™re putting a lot of time, effort, and money into an approach thatâ€™s not paying off like it should.\r\n\r\nNowâ€¦ imagine doubling your lead conversion in just minutesâ€¦ In fact, Iâ€™ll go even better.\r\n \r\nYou could actually get up to 100X more conversions!\r\n\r\nIâ€™m not making this up.  As Chris Smith, best-selling author of The Conversion Code says: Speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 14 minutes vs being contacted within 5 minutes.\r\n\r\nHeâ€™s backed up by a study at MIT that found the odds of contacting a lead will increase by 100 times if attempted in 5 minutes or less.\r\n\r\nAgain, out of the 100s of visitors to your website, how many actually call to become clients?\r\n\r\nWell, you can significantly increase the number of calls you get â€“ with ZERO extra effort.\r\n\r\nTalkWithCustomer makes it easy, simple, and fast â€“ in fact, you can start getting more calls todayâ€¦ and at absolutely no charge to you.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive to find out how.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: Donâ€™t just take my word for it, TalkWithCustomer works:\r\nEMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - P MontesDeOca.\r\nBest of all, act now to get a no-cost 14-Day Test Drive â€“ our gift to you just for giving TalkWithCustomer a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-10-26 21:16:00'),
(56, 'Erik Martinson', 'martinson.erik@gmail.com', 'Having related backlinks is a must in today`s SEO world\r\n\r\nSo, we are able to provide you with this great service at a mere price\r\nhttps://www.monkeydigital.co/product/related-backlinks/\r\n\r\nYou will receive full report within 15 days\r\n500 to 1000 related backlinks will be provided in this service\r\n\r\n\r\nthanks and regards\r\nMonkey Digital Team\r\nsupport@monkeydigital.co', '2019-10-31 03:04:34'),
(57, 'Marvin Ackley', 'noreplymonkeydigital@gmai.com', 'Get backlinks from websites which have Domain Authority above 50. Very rare and hard to get backlinks. Order today at a very low price, while the offer lasts.\r\n\r\nread more:\r\nhttps://www.monkeydigital.co/product/250-da-50-backlinks/\r\n\r\nthanks and regards\r\nMonkey Digital Team', '2019-11-09 09:21:13'),
(58, 'Eric Jones', 'eric@talkwithcustomer.com', 'Hi,\r\n\r\nMy name is Eric and I was looking at a few different sites online and came across your site gtbhnursing.com.  I must say - your website is very impressive.  I am seeing your website on the first page of the Search Engine. \r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return?  In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\n \r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable.  So why let it go to waste?  Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors?  \r\n\r\nTalkWithCustomer is a widget which captures a website visitorâ€™s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website â€” while they\'re hot! Best feature of all, International Long Distance Calling is included!\r\n  \r\nTry TalkWithCustomer Live Demo now to see exactly how it works.  Visit http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call.  We have a 14 days trial.  Visit http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nThanks and Best Regards,\r\nEric\r\n\r\nIf you\'d like to unsubscribe go to http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-11-16 15:34:37'),
(59, 'Henry P.', 'adi@ndmails.com', 'Just wanted to ask if you would be interested in getting external help with graphic design? We do all design work like banners, advertisements, photo edits, logos, flyers, etc. for a fixed monthly fee.\r\n\r\nWe don\'t charge for each task. What kind of work do you need on a regular basis? Let me know and I\'ll share my portfolio with you.', '2019-11-20 12:26:45'),
(60, 'Suzanne German', 'noreplygooglealexarank@gmail.com', 'hi there\r\nWe all know there are no tricks with google anymore\r\nSo, instead of looking for ways to trick google, why not perform a whitehat results driven monthly SEO Plan for  gtbhnursing.com instead.\r\n\r\nCheck out our plans\r\nhttps://googlealexarank.com/index.php/seo-packages/\r\n\r\nWe know how to get you into top safely, without risking your investment during google updates\r\n\r\nGet a no obligation free SEO quote here\r\nhttps://googlealexarank.com/index.php/seo-quote/index.html\r\n\r\nthanks and regards\r\nTop SEO Experts', '2019-11-21 21:48:17'),
(61, 'Raymon Macdowell', 'raymon.macdowell@gmail.com', 'hi there\r\n\r\nFor a limited time we are offering this special deal, of 50 unique domains PBN posts for only 49$\r\n\r\nTHIS service IS EXCLUSIVELY FOR QUALITY LOVERS who want natural links with relevant content on HIGH AUTHORITY sites. Such high metrics l!inks will definitely boost your SERP.\r\n\r\nTake advantage of this great offer today:\r\nhttps://www.monkeydigital.co/product/50-pbn-posts/\r\n\r\nFor any querry or special requirements contact us directly\r\nhttps://www.monkeydigital.co/contact/\r\n\r\nthanks and regards\r\nMonkey Digital Team', '2019-11-30 01:52:41'),
(62, 'Joseph M. Morris', 'joseph@biglep.com', 'Inquiry from Washington,DC\r\n\r\nAre you troubled by payroll administration?\r\n \r\nIs staying compliant with ever-changing payroll tax laws a burden on you?\r\n\r\nIs hiring a full-service payroll provider too expensive for you?\r\n\r\nPayon was built to eliminate your pain. \r\nPayon has used 30 years of payroll experience to streamline your pay runs, \r\nguarantee taxes will be done right, and build seamless integrations with top back office software.\r\n\r\nYou can try it first and then decide whether to continue: https://www.biglep.com/payroll\r\n\r\nRegards,\r\nJoseph M. Morris\r\n\r\n*******************\r\nCompany: Biglep\r\nAddress: 1301 Pennsylvania Ave NW, Washington, DC 20004\r\nUnsubscribe: https://www.biglep.com/unsubscribe', '2019-12-06 18:38:01'),
(63, 'Michelle Lindsay', 'dsll@tutanota.com', 'Hi,\r\n\r\nI thought you may be interested.\r\n \r\nWe supply the best niche turnkey dropshipping stores out there.\r\nYou keep all of the profit. We are the designers this is all we do.\r\n\r\nFree hosting, domain and social media marketing materials.\r\nJust a one time fee for your dropship store and thats it.\r\n\r\nIf this sounds of interest please see our available sites at https://dropshippingincome.com\r\n\r\nThank you for your time and hope to see you there.\r\n\r\nBest,\r\nMichelle L.\r\nDSI', '2019-12-07 21:47:46'),
(64, 'Eric Jones', 'eric@talkwithcustomer.com', 'Hi,\r\n\r\nYou know itâ€™s trueâ€¦\r\n\r\nYour competition just canâ€™t hold a candle to the way you DELIVER real solutions to your customers on your website gtbhnursing.com.\r\n\r\nBut itâ€™s a shame when good people who need what you have to offer wind up settling for second best or even worse.\r\n\r\nNot only do they deserve better, you deserve to be at the top of their list.\r\n \r\nTalkWithCustomer can reliably turn your website gtbhnursing.com into a serious, lead generating machine.\r\n\r\nWith TalkWithCustomer installed on your site, visitors can either call you immediately or schedule a call for you in the future.\r\n \r\nAnd the difference to your business can be staggering â€“ up to 100X more leads could be yours, just by giving TalkWithCustomer a FREE 14 Day Test Drive.\r\n \r\nThereâ€™s absolutely NO risk to you, so CLICK HERE http://www.talkwithcustomer.com to sign up for this free test drive now.  \r\n\r\nTons more leads? You deserve it.\r\n\r\nSincerely,\r\nEric\r\nPS:  Odds are, you wonâ€™t have long to wait before seeing results:\r\nThis service makes an immediate difference in getting people on the phone right away before they have a chance to turn around and surf off to a competitor\'s website. D Traylor, Traylor Law  \r\nWhy wait any longer?  \r\nCLICK HERE http://www.talkwithcustomer.com to take the FREE 14-Day Test Drive and start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-12-14 07:07:16'),
(65, 'Eric', 'eric@talkwithcustomer.com', 'Hey,\r\n\r\nYou have a website gtbhnursing.com, right?\r\n\r\nOf course you do. I am looking at your website now.\r\n\r\nIt gets traffic every day â€“ that youâ€™re probably spending $2 / $4 / $10 or more a click to get.  Not including all of the work you put into creating social media, videos, blog posts, emails, and so on.\r\n\r\nSo youâ€™re investing seriously in getting people to that site.\r\n\r\nBut howâ€™s it working?  Great? Okay?  Not so much?\r\n\r\nIf that answer could be better, then itâ€™s likely youâ€™re putting a lot of time, effort, and money into an approach thatâ€™s not paying off like it should.\r\n\r\nNowâ€¦ imagine doubling your lead conversion in just minutesâ€¦ In fact, Iâ€™ll go even better.\r\n \r\nYou could actually get up to 100X more conversions!\r\n\r\nIâ€™m not making this up.  As Chris Smith, best-selling author of The Conversion Code says: Speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 14 minutes vs being contacted within 5 minutes.\r\n\r\nHeâ€™s backed up by a study at MIT that found the odds of contacting a lead will increase by 100 times if attempted in 5 minutes or less.\r\n\r\nAgain, out of the 100s of visitors to your website, how many actually call to become clients?\r\n\r\nWell, you can significantly increase the number of calls you get â€“ with ZERO extra effort.\r\n\r\nTalkWithCustomer makes it easy, simple, and fast â€“ in fact, you can start getting more calls todayâ€¦ and at absolutely no charge to you.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive to find out how.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: Donâ€™t just take my word for it, TalkWithCustomer works:\r\nEMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - P MontesDeOca.\r\nBest of all, act now to get a no-cost 14-Day Test Drive â€“ our gift to you just for giving TalkWithCustomer a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-12-25 07:01:58');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(66, 'Eric', 'eric@talkwithcustomer.com', 'Hello gtbhnursing.com,\r\n\r\nPeople ask, â€œwhy does TalkWithCustomer work so well?â€\r\n\r\nItâ€™s simple.\r\n\r\nTalkWithCustomer enables you to connect with a prospective customer at EXACTLY the Perfect Time.\r\n\r\n- NOT one week, two weeks, three weeks after theyâ€™ve checked out your website gtbhnursing.com.\r\n- NOT with a form letter style email that looks like it was written by a bot.\r\n- NOT with a robocall that could come at any time out of the blue.\r\n\r\nTalkWithCustomer connects you to that person within seconds of THEM asking to hear from YOU.\r\n\r\nThey kick off the conversation.\r\n\r\nThey take that first step.\r\n\r\nThey ask to hear from you regarding what you have to offer and how it can make their life better. \r\n\r\nAnd it happens almost immediately. In real time. While theyâ€™re still looking over your website gtbhnursing.com, trying to make up their mind whether you are right for them.\r\n\r\nWhen you connect with them at that very moment itâ€™s the ultimate in Perfect Timing â€“ as one famous marketer put it, â€œyouâ€™re entering the conversation already going on in their mind.â€\r\n\r\nYou canâ€™t find a better opportunity than that.\r\n\r\nAnd you canâ€™t find an easier way to seize that chance than TalkWithCustomer. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive and see what a difference â€œPerfect Timingâ€ can make to your business.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS:  If youâ€™re wondering whether NOW is the perfect time to try TalkWithCustomer, ask yourself this:\r\nWill doing what Iâ€™m already doing now produce up to 100X more leads?\r\nBecause those are the kinds of results we know TalkWithCustomer can deliver.  \r\nIt shouldnâ€™t even be a question, especially since it will cost you ZERO to give it a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start your free 14-day test drive today.\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2019-12-25 07:16:40'),
(67, 'Lena Herman', 'lena.herman@googlemail.com', 'https://www.monkeydigital.io/product/gov-backlinks/', '2020-01-03 08:43:23'),
(68, 'Acharya Balkrishna Shastri', 'diane.madrid78@hotmail.com', 'Are You Facing Any Problem In Your Life ?\r\nDo You Love Someone But He/She Cheated You ?\r\nDo You Want To Get Back Your Love ?\r\nFacing Problem or Getting Loss in Business ?\r\nIs Your Children Our of Control ?\r\nIs There Any Dispute Going On Between You and Your Husband/Wife ?\r\n\r\nNow No Need To Worry Because Acharya Balkrishna Shastri Here To Help You\r\nYou Can Book An Appointment With Him Today as He is in Chandigarh Now.\r\nCall Him: +91-9814555172\r\n\r\nà¤¸à¤®à¤¾à¤§à¤¾à¤¨ à¤ªà¤¾à¤: à¤–à¥‹à¤¯à¤¾ à¤ªà¥à¤¯à¤¾à¤° à¤ªà¤¾à¤, à¤ªà¥à¤°à¥‡à¤® à¤µà¤¿à¤µà¤¾à¤¹, à¤¶à¤¾à¤¦à¥€ à¤®à¥‡ à¤¸à¤®à¤¸à¥à¤¯à¤¾, à¤—à¥à¤°à¤¹ à¤•à¤²à¥‡à¤¶, à¤•à¤¾à¤² à¤¸à¤°à¥à¤ª à¤¦à¥‹à¤·, à¤ªà¤¤à¤¿ à¤ªà¤¤à¥à¤¨à¥€ à¤®à¥‡ à¤…à¤¨à¤¬à¤¨, à¤¸à¥Œà¤¤à¤¨ à¤¸à¥‡ à¤›à¥à¤Ÿà¤•à¤¾à¤°à¤¾, à¤ªà¤¾à¤°à¤¿à¤µà¤¾à¤°à¤¿à¤• à¤¸à¤®à¤¸à¥à¤¯à¤¾, à¤•à¤¿à¤¯à¤¾ à¤•à¤°à¤¾à¤¯à¤¾, à¤–à¤¿à¤²à¤¾à¤¯à¤¾ à¤ªà¤¿à¤²à¤¾à¤¯à¤¾, à¤®à¤¾à¤‚à¤—à¤²à¤¿à¤• à¤¦à¥‹à¤·, à¤¤à¤¿à¤² à¤¦à¥‹à¤·, à¤µà¥€à¤œà¤¾ à¤†à¤¦à¤¿\r\n\r\nGet Solution Today If You have Any Problem Related To:\r\n- Family Problem\r\n- Relationship Problem\r\n- Husband Wife Problem\r\n- Financial Problem\r\n- Divorce Problem\r\n- Health Problem\r\n- Business Problem\r\n- Husband-Wife Problem\r\n- Education Problem\r\n- Money Problem\r\n\r\nNow No Need To Worry Because Acharya Balkrishna Shastri Here To Help You\r\nYou Can Book An Appointment With Him Today as He is in Chandigarh Now.\r\nCall Him: +91-9814555172', '2020-01-12 21:48:07'),
(69, 'Eric Jones', 'eric@talkwithcustomer.com', 'Hi,\r\n\r\nMy name is Eric and I was looking at a few different sites online and came across your site gtbhnursing.com.  I must say - your website is very impressive.  I am seeing your website on the first page of the Search Engine. \r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return?  In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\n \r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable.  So why let it go to waste?  Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors?  \r\n\r\nTalkWithCustomer is a widget which captures a website visitorâ€™s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website â€” while they\'re hot! Best feature of all, International Long Distance Calling is included!\r\n  \r\nTry TalkWithCustomer Live Demo now to see exactly how it works.  Visit http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call.  We have a 14 days trial.  Visit http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nThanks and Best Regards,\r\nEric\r\n\r\nIf you\'d like to unsubscribe go to http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2020-01-15 22:41:23'),
(70, 'Eric Jones', 'eric@talkwithcustomer.com', 'Hi,\r\n\r\nMy name is Eric and I was looking at a few different sites online and came across your site gtbhnursing.com.  I must say - your website is very impressive.  I am seeing your website on the first page of the Search Engine. \r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return?  In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\n \r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable.  So why let it go to waste?  Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors?  \r\n\r\nTalkWithCustomer is a widget which captures a website visitorâ€™s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website â€” while they\'re hot! Best feature of all, International Long Distance Calling is included!\r\n  \r\nTry TalkWithCustomer Live Demo now to see exactly how it works.  Visit http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call.  We have a 14 days trial.  Visit http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nThanks and Best Regards,\r\nEric\r\n\r\nIf you\'d like to unsubscribe go to http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2020-01-20 22:28:31'),
(71, 'Eric Jones', 'eric@talkwithcustomer.com', 'Hey,\r\n\r\nYou have a website gtbhnursing.com, right?\r\n\r\nOf course you do. I am looking at your website now.\r\n\r\nIt gets traffic every day â€“ that youâ€™re probably spending $2 / $4 / $10 or more a click to get.  Not including all of the work you put into creating social media, videos, blog posts, emails, and so on.\r\n\r\nSo youâ€™re investing seriously in getting people to that site.\r\n\r\nBut howâ€™s it working?  Great? Okay?  Not so much?\r\n\r\nIf that answer could be better, then itâ€™s likely youâ€™re putting a lot of time, effort, and money into an approach thatâ€™s not paying off like it should.\r\n\r\nNowâ€¦ imagine doubling your lead conversion in just minutesâ€¦ In fact, Iâ€™ll go even better.\r\n \r\nYou could actually get up to 100X more conversions!\r\n\r\nIâ€™m not making this up.  As Chris Smith, best-selling author of The Conversion Code says: Speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 14 minutes vs being contacted within 5 minutes.\r\n\r\nHeâ€™s backed up by a study at MIT that found the odds of contacting a lead will increase by 100 times if attempted in 5 minutes or less.\r\n\r\nAgain, out of the 100s of visitors to your website, how many actually call to become clients?\r\n\r\nWell, you can significantly increase the number of calls you get â€“ with ZERO extra effort.\r\n\r\nTalkWithCustomer makes it easy, simple, and fast â€“ in fact, you can start getting more calls todayâ€¦ and at absolutely no charge to you.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive to find out how.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: Donâ€™t just take my word for it, TalkWithCustomer works:\r\nEMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - P MontesDeOca.\r\nBest of all, act now to get a no-cost 14-Day Test Drive â€“ our gift to you just for giving TalkWithCustomer a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2020-01-25 01:48:39'),
(72, 'Candy Muskett', 'candy.muskett@yahoo.com', 'https://www.ghostdigital.co/product/local-seo-package/', '2020-01-29 18:48:47'),
(73, 'Theodore Plante', 'theodore.plante@hotmail.com', 'UNLIMITED fresh and high ranking .edu, do-follow and other extensions ready to be your backlink\r\nperfect for ranking your site in any niche! No spammy links here - 100% exclusive backlinks! http://www.backlinkmagic.xyz', '2020-02-04 02:04:51'),
(74, 'Suzanne  Nuzzo', 'suzanne@interactivewise.com', 'Hi,\r\n\r\nMy name is Nuzzo from the American Survey Association.\r\n\r\nIâ€™m reaching out to you because we are looking for business owners like you to fill out paid surveys. Would you be willing to fill out our survey about Business and Website?\r\n\r\nYou can visit https://www.interactivewise.com/cashsurvey if you are interested.\r\n\r\nMinimum payment threshold: 10$ = 2 paid surveys + 3 cash offers (as you do more, you will get higher paying offers, surveys )\r\n\r\nThanks for your time,\r\n\r\nSuzanne  Nuzzo\r\n\r\n*******************\r\n \r\nUnsubscribe: https://www.interactivewise.com/unsubscribe', '2020-02-07 19:40:44'),
(75, 'Eric Jones', 'eric@talkwithcustomer.com', 'Hi,\r\n\r\nYou know itâ€™s trueâ€¦\r\n\r\nYour competition just canâ€™t hold a candle to the way you DELIVER real solutions to your customers on your website gtbhnursing.com.\r\n\r\nBut itâ€™s a shame when good people who need what you have to offer wind up settling for second best or even worse.\r\n\r\nNot only do they deserve better, you deserve to be at the top of their list.\r\n \r\nTalkWithCustomer can reliably turn your website gtbhnursing.com into a serious, lead generating machine.\r\n\r\nWith TalkWithCustomer installed on your site, visitors can either call you immediately or schedule a call for you in the future.\r\n \r\nAnd the difference to your business can be staggering â€“ up to 100X more leads could be yours, just by giving TalkWithCustomer a FREE 14 Day Test Drive.\r\n \r\nThereâ€™s absolutely NO risk to you, so CLICK HERE http://www.talkwithcustomer.com to sign up for this free test drive now.  \r\n\r\nTons more leads? You deserve it.\r\n\r\nSincerely,\r\nEric\r\nPS:  Odds are, you wonâ€™t have long to wait before seeing results:\r\nThis service makes an immediate difference in getting people on the phone right away before they have a chance to turn around and surf off to a competitor\'s website. D Traylor, Traylor Law  \r\nWhy wait any longer?  \r\nCLICK HERE http://www.talkwithcustomer.com to take the FREE 14-Day Test Drive and start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=gtbhnursing.com', '2020-02-13 14:20:21'),
(76, 'Oscar Cajigas', 'oscar.cajigas@gmail.com', 'Have you had enough of expensive PPC advertising? Now you can post your ad on 1000s of advertising websites and you only have to pay a single monthly fee. Get unlimited traffic forever! Get more info by visiting: http://www.instantadsposted.xyz', '2020-02-16 04:38:03'),
(77, 'Ed James', 'ed.james@msn.com', 'Are you trying to find powerful online promotion that has no per click costs and will get you new customers fast? Sorry to bug you on your contact form but actually that was kinda the point. We can send your promotional copy to websites via their contact forms just like you\'re receiving this message right now. You can target by keyword or just fire off mass blasts to websites in the location of your choice. So let\'s assume you need to blast a message to all the web developers in the United States, we\'ll scrape websites for just those and post your advertisement to them. Providing you\'re advertising something that\'s relevant to that type of business then you\'ll be blessed with awesome results! \r\n\r\nSend an email to paul5268jac@gmail.com to get info and prices', '2020-02-19 08:33:10'),
(78, 'Roslyn Kern', 'roslyn.kern54@hotmail.com', 'Do you want to submit your business on thousands of advertising sites every month? Pay one flat rate and get virtually unlimited traffic to your site forever! To find out more check out our site here: http://www.highvolumeads.xyz', '2020-02-22 22:07:24'),
(79, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-02-24 10:57:53'),
(80, 'Penny Laseron', 'penny.laseron92@gmail.com', 'Hi there,\r\nDo you use the computer for a long time working in your office or at home? If yes, then you must have often suffered from back pain and other health issues. Poor seat up while using the computer can reduce the circulation of blood to your muscles, bones, tendons, and ligaments, sometimes leading to stiffness and pain. If something is not done to correct the posture, it could lead to a severe adverse health situation. \r\nHowever, you can keep yourself safe by using quality posture corrector. See available posture correctors here:  Shoulderposture.com . You can correct the humpback and improve the correct posture. Quality posture corrector helps you relieve the pain in the shoulder and back. You need posture corrector if you use the computer for at least 3 to 4 hours a day. If not in no time, you will start to feel stiff neck or back pain. \r\nFollow this link: Shoulderposture.com and check out qualities Brace Support Belt, Adjustable Back Posture Corrector, Clavicle, Spine, Back Shoulder, and Lumbar Posture Correction that you can use regularly. You can use them at home, office, gym, yoga room, and outdoor. The equipment are sold at surprising prices. Stay Safe.\r\n \r\nBest regards,\r\nShoulderPosture Team', '2020-02-25 19:06:58'),
(81, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-02-27 18:11:13'),
(82, 'Lakeisha Sinclaire', 'lakeisha.sinclaire@gmail.com', 'Zero Cost advertising, submit your site now and start getting new visitors. Visit: http://www.submityourfreeads.xyz', '2020-04-20 21:01:00'),
(83, 'Kam Leigh', 'kam.leigh@gmail.com', 'Do you want more people to visit your website? Receive thousands of people who are ready to buy sent directly to your website. Boost revenues super fast. Start seeing results in as little as 48 hours. For more info Check out: http://www.trafficmasters.xyz', '2020-04-24 02:42:33'),
(84, 'Rosalind Percival', 'rosalind.percival@outlook.com', 'No more paying tons of cash for expensive Google advertising! I have a system that costs only a minute bit of cash and generates an almost indefinite amount of visitors to your website\r\n\r\nFor details check out: http://www.adpostingrobot.xyz', '2020-04-26 16:55:38'),
(85, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-05-03 21:01:41'),
(86, 'Wilhelmina Mullings', 'mullings.wilhelmina@gmail.com', 'Good afternoon, I was just taking a look at your site and filled out your \"contact us\" form. The contact page on your site sends you these messages via email which is the reason you\'re reading my message at this moment right? This is the most important accomplishment with any type of advertising, getting people to actually READ your advertisement and this is exactly what you\'re doing now! If you have an ad message you would like to blast out to thousands of websites via their contact forms in the US or anywhere in the world send me a quick note now, I can even target particular niches and my costs are super reasonable. Reply here: Phungcorsi@gmail.com', '2020-05-08 15:34:47'),
(87, 'Hwa Stoller', 'hwa.stoller@gmail.com', 'TRIFECTA! A novel that starches your emotional â€“ erotic itch!\r\nAgainst a background of big business, deceit, frustration, oppression drives a wide range of emotions as three generations of women from the same family, turn to the same man for emotional support and physical gratification!\r\nA wife deceives her husband while searching for her true sexuality!\r\nWhat motivates the wifeâ€™s mother and son-in-law to enter into a relationship?\r\nThe wifeâ€™s collage age daughter, with tender guidance from her step-father, achieves fulfillment!\r\nDoes this describe a dysfunctional family? Or is this unspoken social issues of modern society?\r\nBLOCKBUSTER Opening! A foursome of two pair of lesbians playing golf. A little hanky â€“ panky, while searching for a lost ball out of bounds. Trifecta has more turns and twist than our intestines.\r\nTrifecta! Combination of my personal experiences and creativity.\r\nhttps://bit.ly/www-popejim-com for â€œCLICK & VIEWâ€ VIDEO. Send me your commits.\r\nAvailable amazon, book retailers.\r\nTrifecta! by James Pope', '2020-05-15 05:11:23'),
(88, 'Trevor Hartnett', 'trevor.hartnett18@googlemail.com', 'Good evening, I was just on your site and submitted this message via your feedback form. The \"contact us\" page on your site sends you messages like this via email which is why you\'re reading through my message right now correct? That\'s half the battle with any type of advertising, getting people to actually READ your advertisement and this is exactly what you\'re doing now! If you have something you would like to blast out to tons of websites via their contact forms in the US or to any country worldwide send me a quick note now, I can even focus on particular niches and my costs are super reasonable. Shoot me an email here: cluffcathey@gmail.com\r\n\r\nremove your website here https://bit.ly/2yp4480', '2020-05-19 09:23:26'),
(89, 'Jodie Hwang', 'jodie.hwang@outlook.com', 'Do you want to submit your ad on thousands of advertising sites monthly? For a small monthly payment you can get almost unlimited traffic to your site forever!\r\n\r\nFor details check out: http://bit.ly/adpostingrobot', '2020-05-21 02:39:41'),
(90, 'Dee Brett', 'brett.dee11@yahoo.com', 'Looking for fresh buyers? Receive tons of keyword targeted visitors directly to your site. Boost your profits super fast. Start seeing results in as little as 48 hours. To get info Check out: https://bit.ly/traffic-for-your-site', '2020-05-23 15:13:52'),
(91, 'Milo Yoon', 'noreply@ghostdigital.co', 'Here is your quotation regarding the promotion of your Google Maps listing\r\n\r\nhttps://www.ghostdigital.co/google-maps-citations/', '2020-05-26 15:59:13'),
(92, 'Claudia Clement', 'claudiauclement@yahoo.com', 'Hi, We are wondering if you would be interested in our service, where we can provide you with a dofollow link from Amazon (DA 96) back to gtbhnursing.com?\r\n\r\nThe price is just $67 per link, via Paypal.\r\n\r\nTo explain what DA is and the benefit for your website, along with a sample of an existing link, please read here: https://backlinkfaq.xyz/\r\n\r\nIf you\'d be interested in learning more, reply to this email but please make sure you include the word INTERESTED in the subject line field, so we can get to your reply sooner.\r\n\r\nKind Regards,\r\nClaudia', '2020-05-29 03:04:08'),
(93, 'Noreen Darvall', 'darvall.noreen@yahoo.com', 'Interested in the latest fitness , wellness, nutrition trends?\r\n\r\nCheck out my blog here: https://bit.ly/www-fitnessismystatussymbol-com\r\n\r\nAnd my Instagram page @ziptofitness', '2020-05-30 18:29:23'),
(94, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-06-01 01:37:04'),
(95, 'Shayna Meston', 'franck.tamdhu@gmail.com', 'The clarification of the critical situation in the world may help Your business. We don\'t give advice on how to run it. We highlight key points from the flood of information for You to draw conclusions. Fact: conflicting vested interests change the world. Agenda: control and reduction of the human population. Ways and Means: genetic engineering of viruses, mass-media scares, mandatory vaccination.\r\nThank You for the time of reading our unsolicited message! God bless You.\r\nSee: bit.ly/evilempire-blog', '2020-06-01 05:24:25'),
(96, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-06-01 08:13:08'),
(97, 'Barbara Atyson', 'barbaratysonhw@yahoo.com', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=oYoUQjxvhA0\r\nhttps://www.youtube.com/watch?v=MOnhn77TgDE\r\nhttps://www.youtube.com/watch?v=NKY4a3hvmUc\r\n\r\nAll of our videos are in a similar animated format as the above examples and we have voice over artists with US/UK/Australian accents.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video such as Youtube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\n0-1 minutes = $169\r\n1-2 minutes = $279\r\n2-3 minutes = $389\r\n\r\n*All prices above are in USD and include a custom video, full script and a voice-over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to get in touch.\r\nIf you are not interested, simply delete this message and we won\'t contact you again.\r\n\r\nKind Regards,\r\nBarbara', '2020-06-02 12:38:57'),
(98, 'Susanne Joske', 'joske.susanne@gmail.com', 'Groundbreaking new way to advertise your website for No money! See here: https://bit.ly/freeadsubmission', '2020-06-03 02:57:42'),
(99, 'Melva Worthen', 'worthen.melva@gmail.com', 'Unique gift ideas for men check out: https://bit.ly/photogeographics\r\nuse discount code MC20 for a 20% discount at checkout.', '2020-06-05 03:39:27'),
(100, 'Michelle Lindsay', 'ezdrop1@outlook.com', 'Hi,\r\n\r\nI thought you may be interested.\r\n \r\nWe supply the best niche turnkey dropshipping stores out there.\r\nYou keep all of the profit. We are the designers this is all we do.\r\n\r\nFree hosting, domain and social media marketing materials to get you sales.\r\nJust a one time fee for your dropship store and thats it.\r\n\r\nIf this sounds of interest please see our available sites at https://dropshippingincome.com\r\n\r\nThank you for your time and hope to see you there.\r\n\r\nBest,\r\nMichelle L.\r\nDSI', '2020-06-10 14:06:07'),
(101, 'Jyoti', 'jyoti86699@mail.com', 'Post basic study admisstion when open i want post basic admisstion', '2020-06-11 20:34:40'),
(102, 'Leah Mauriello', 'mauriello.leah@gmail.com', 'Stem cell therapy has proven itself to be one of the most effective treatments for COPD (Chronic Obstructive Pulmonary Disorder). IMC is the leader in stem cell therapies in Mexico. For more information on how we can treat COPD please visit:\r\nhttps://bit.ly/copd-integramedicalcenter', '2020-06-12 02:57:46'),
(103, 'Kaylee Gorman', 'kaylee.gorman@gmail.com', 'Would you like to promote your website for free? Have a look at this: http://www.ads-for-free.xyz', '2020-06-12 15:21:25'),
(104, 'Dario Vickery', 'vickery.dario@gmail.com', 'Want to promote your advertisement on thousands of online ad websites every month? For a small monthly payment you can get almost unlimited traffic to your site forever!\r\n\r\nTo get more info take a look at: http://www.rapid-ad-posting.xyz', '2020-06-16 19:08:17'),
(105, 'Edith Florence', 'edith.florence@hotmail.com', 'Would you be interested in advertising that charges less than $50 monthly and sends hundreds of people who are ready to buy directly to your website? Visit: http://www.trafficforyoursite.site', '2020-06-17 03:15:17'),
(106, 'Gretchen Kirsova', 'gretchen.kirsova@gmail.com', 'Hello,\r\n\r\nWe have available the following, with low minimum order requirements - if you or anyone you know is in need:\r\n\r\n-Custom Printed Masks â€“ reusable, washable â€“ 100% custom printed !\r\n-3ply Disposable Masks\r\n-KN95 masks and N95 masks with FDA, CE certificate\r\n-Gloves (Nitrile and Latex)\r\n-Disposable Gowns\r\n-Sanitizing Wipes\r\n-Hand Sanitizer\r\n-Face Shields\r\n-Oral and No Touch Thermometers\r\n\r\n\r\nDetails:\r\n-We are based in the US\r\n-All products are produced Vietnam, Bangladesh, China or US â€“ depending on item and quantity.\r\n-We are shipping out every day.\r\n-Minimum order size varies by product\r\n-We can prepare container loads and ship via AIR or SEA.\r\n\r\n\r\nPlease reply back to   lisaconnors.2019@gmail.com\r\n\r\nLet me know the item(s) you need, the quantity, and the best contact phone number to call you\r\n\r\nThank you,\r\n\r\nLisa Connors\r\nPPE Product Specialist', '2020-06-19 10:17:37'),
(107, 'Eliza Megan', 'elizamegan66@gmail.com', 'Hi,\r\n\r\nI hope you are safe in this pandemic situation by avoiding gatherings and staying at home.\r\n\r\nI am reaching you to contribute a guest post article to your website (FREE of cost and high-quality). I would just need you to provide me a backlink in return, within that article. Please let me know if I shall send some interesting topic ideas for a guest post?\r\n\r\nLooking forward to your response.\r\n\r\nRegards,\r\n\r\nEliza Megan', '2020-06-26 21:00:06'),
(108, 'Charlie Huot', 'charlie.huot@outlook.com', 'You Can DOUBLE Your Productivity For Life In Under 48 Hours\r\n\r\nAnd when it comes to changing your life, there\'s nothing more important to fixing your productivity.\r\n\r\nThink about it.\r\n\r\nIf you\'re twice as productive, then, as far as your environment supports it, you\'re going to make at least twice as much. However, the growth is almost always exponential. So expect even more income, free time, and the ability to decide what you want to do at any given moment.\r\n\r\nHere\'s the best course I\'ve seen on this subject:\r\n\r\nhttps://bit.ly/michaeltips-com\r\n\r\nIt\'s a fun and pretty short read... and it has the potential to change your life in 48 hours from now.\r\n\r\nMichael Hehn', '2020-06-27 07:55:07'),
(109, 'Ash Mansukhani', 'inquiries@techknowspace.com', 'Hello, \r\n\r\nMy Name is Ash and I Run Tech Know Space https://techknowspace.com We are your Premium GO-TO Service Centre for All Logic Board & Mainboard Repair\r\n\r\nWhen other shops say \"it can\'t be fixed\" WE CAN HELP!\r\n\r\nALL iPHONE 8 & NEWER\r\nBACK GLASS REPAIR - 1 HOUR\r\n \r\nDevices We Repair\r\nAudio Devices Audio Device Repair\r\n\r\nBluetooth Speakers - Headphones - iPod Touch\r\nComputers All Computer Repair\r\n\r\nAll Brands & Models - Custom Built - PC & Mac\r\nGame Consoles Game Console Repair\r\n\r\nPS4 - XBox One - Nintendo Switch\r\nLaptops All Laptop Repair\r\n\r\nAll Brands & Models - Acer, Asus, Compaq, Dell, HP, Lenovo, Toshiba\r\nMacBooks All MacBook Repair\r\n\r\nAll Series & Models - Air, Classic, Pro\r\nPhones All Phone Repair\r\n\r\nAll Brands & Models - BlackBerry, Huawei, iPhone, LG, OnePlus, Samsung, Sony\r\nSmart Watches Apple Watch Repair\r\n\r\nApple Watch - Samsung Gear - Moto 360\r\nTablets All Tablet Repair\r\n\r\nAll Brands & Models - iPad, Lenovo Yoga, Microsoft Surface, Samsung Tab\r\n\r\nDrone Repair\r\n\r\nCall us and tell us your issues today!\r\n\r\nToll Free: (888) 938-8893 \r\nhttps://techknowspace.com\r\n\r\nAsh Mansukhani\r\nash@techknowspace.com\r\nhttps://twitter.com/techknowspace\r\nhttps://www.linkedin.com/company/the-techknow-space', '2020-06-27 09:40:46'),
(110, 'Roland Silva', 'roland.silva@googlemail.com', 'Good morning, I was just taking a look at your website and filled out your feedback form. The \"contact us\" page on your site sends you these messages via email which is why you are reading my message right now correct? This is the most important achievement with any type of advertising, getting people to actually READ your advertisement and that\'s exactly what I just accomplished with you! If you have something you would like to blast out to lots of websites via their contact forms in the US or anywhere in the world let me know, I can even focus on particular niches and my prices are very reasonable. Shoot me an email here: Benja57mik57@gmail.com', '2020-06-27 15:21:53'),
(111, 'Edna Finn', 'noreply@arteseo.co', 'hi there\r\nHere is your quotation regarding the unique domains links that you inquired about\r\n\r\nhttps://www.arteseo.co/quotation/', '2020-06-28 17:43:28'),
(112, 'Chiquita Wroblewski', 'wroblewski.chiquita71@yahoo.com', 'Hi,\r\n\r\nDo you have a Website? Of course you do because I am looking at your website gtbhnursing.com now.\r\n\r\nAre you struggling for Leads and Sales?\r\n\r\nYouâ€™re not the only one.\r\n\r\nSo many Website owners struggle to convert their Visitors into Leads & Sales.\r\n\r\nThereâ€™s a simple way to fix this problem.\r\n\r\nYou could use a Live Chat app on your Website gtbhnursing.com and hire Chat Agents.\r\n\r\nBut only if youâ€™ve got deep pockets and youâ€™re happy to fork out THOUSANDS of dollars for the quality you need.\r\n\r\n=====\r\n\r\nBut what if you could automate Live Chat so itâ€™s HUMAN-FREE?\r\n\r\nWhat if you could exploit NEW â€œAIâ€ Technology to engage with your Visitors INSTANTLY.\r\n\r\nAnd AUTOMATICALLY convert them into Leads & Sales.\r\n\r\nWITHOUT spending THOUSANDS of dollars on Live Chat Agents.\r\n\r\nAnd WITHOUT hiring expensive coders.\r\n\r\nIn fact, all you need to do to activate this LATEST â€œAIâ€ Website Tech..\r\n\r\n..is to COPY & PASTE a single line of â€œWebsite Codeâ€.\r\n\r\n==&gt; http://www.zoomsoft.net/ConversioBot\r\n\r\n======\r\n\r\nJoin HUGE Fortune 500 companies like:\r\n\r\nFacebook Spotify Starbucks Staples The Wall Street Journal Pizza Hut Amtrak Disney H&M & Mastercard\r\n\r\nThey all use similar â€œAIâ€ Chat Technology to ConversioBot - the Internetâ€™s #1 Chatbot for Website Owners.\r\n\r\nThe founders of ConversioBot have used their highly sophisticated ChatBot to:\r\n\r\n- AUTOMATICALLY build a massive Email List of 11,643 Subscribers in just 7 Days\r\n\r\n- AUTOMATICALLY add 6,386 Sales in only 6 Months\r\n\r\n- AUTOMATICALLY explode their Conversion Rate by 198% in only 6 Hours.\r\n\r\n=====\r\n\r\nNow itâ€™s your turn to get in on this exciting NEW Cloud-Based App.\r\n\r\nYou can start using ConversioBot today by copying and pasting ONE line of â€œAutomated Bot Code\" to your Website.\r\n\r\nWatch this short video to find out how &gt;&gt; http://www.zoomsoft.net/ConversioBot\r\n\r\nRegards,\r\n\r\nConversioBot Team\r\n\r\nP.S. This â€œAIâ€ Technology works with: - Affiliate Review Sites - List-Building Pages - WordPress Blogs (it comes with a Plugin) - Sales Letters - eCommerce Websites - Local Business Sites - Webinar Registration Pages - Consultancy Websites - Freelance Websites\r\n\r\nAlmost ANY Website you can think of..\r\n\r\n==&gt; This could be happening on your Website TODAY.. http://www.zoomsoft.net/ConversioBot', '2020-06-30 17:54:29'),
(113, 'Leo Curtsinger', 'leo.curtsinger@googlemail.com', 'TRIFECTA! A novel that starches your emotional â€“ erotic itch!\r\nAgainst a background of big business, deceit, frustration, oppression drives a wide range of emotions as three generations of women from the same family, turn to the same man for emotional support and physical gratification!\r\nA wife deceives her husband while searching for her true sexuality!\r\nWhat motivates the wifeâ€™s mother and son-in-law to enter into a relationship?\r\nThe wifeâ€™s collage age daughter, with tender guidance from her step-father, achieves fulfillment!\r\nDoes this describe a dysfunctional family? Or is this unspoken social issues of modern society?\r\nBLOCKBUSTER Opening! A foursome of two pair of lesbians playing golf. A little hanky â€“ panky, while searching for a lost ball out of bounds. Trifecta has more turns and twist than our intestines.\r\nTrifecta! Combination of my personal experiences and creativity.\r\nhttps://bit.ly/www-popejim-com for â€œCLICK & VIEWâ€ VIDEO. Send me your commits.\r\nAvailable amazon, book retailers.\r\nTrifecta! by James Pope', '2020-07-03 22:32:21'),
(114, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-07-05 19:41:50'),
(115, 'Lila Teeter', 'lila.teeter@gmail.com', 'Hello, I was just taking a look at your site and submitted this message via your contact form. The \"contact us\" page on your site sends you messages like this to your email account which is why you\'re reading through my message right now right? That\'s the most important achievement with any type of online ad, getting people to actually READ your message and I did that just now with you! If you have an ad message you would like to promote to lots of websites via their contact forms in the U.S. or to any country worldwide send me a quick note now, I can even focus on particular niches and my costs are super reasonable. Shoot me an email here: Bobue67hasy57@gmail.com\r\n\r\ndelete from contact list https://bit.ly/2yp4480', '2020-07-07 01:01:47');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(116, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-07-07 12:24:34'),
(117, 'Joey Manson', 'manson.joey@msn.com', 'No more paying tons of cash for expensive Google advertising! We have a system that charges only a minute bit of cash and delivers an almost infinite volume of web traffic to your website\r\n\r\nFor all the details, check out: https://bit.ly/free-visitors-forever', '2020-07-09 02:59:10'),
(118, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-07-09 09:00:05'),
(119, 'Cecelia Imler', 'cecelia.imler86@yahoo.com', 'Hi,\r\n\r\nDo you have a Website? Of course you do because I am looking at your website gtbhnursing.com now.\r\n\r\nAre you struggling for Leads and Sales?\r\n\r\nYouâ€™re not the only one.\r\n\r\nSo many Website owners struggle to convert their Visitors into Leads & Sales.\r\n\r\nThereâ€™s a simple way to fix this problem.\r\n\r\nYou could use a Live Chat app on your Website gtbhnursing.com and hire Chat Agents.\r\n\r\nBut only if youâ€™ve got deep pockets and youâ€™re happy to fork out THOUSANDS of dollars for the quality you need.\r\n\r\n=====\r\n\r\nBut what if you could automate Live Chat so itâ€™s HUMAN-FREE?\r\n\r\nWhat if you could exploit NEW â€œAIâ€ Technology to engage with your Visitors INSTANTLY.\r\n\r\nAnd AUTOMATICALLY convert them into Leads & Sales.\r\n\r\nWITHOUT spending THOUSANDS of dollars on Live Chat Agents.\r\n\r\nAnd WITHOUT hiring expensive coders.\r\n\r\nIn fact, all you need to do to activate this LATEST â€œAIâ€ Website Tech..\r\n\r\n..is to COPY & PASTE a single line of â€œWebsite Codeâ€.\r\n\r\n==&gt; http://www.zoomsoft.net/ConversioBot\r\n\r\n======\r\n\r\nJoin HUGE Fortune 500 companies like:\r\n\r\nFacebook Spotify Starbucks Staples The Wall Street Journal Pizza Hut Amtrak Disney H&M & Mastercard\r\n\r\nThey all use similar â€œAIâ€ Chat Technology to ConversioBot - the Internetâ€™s #1 Chatbot for Website Owners.\r\n\r\nThe founders of ConversioBot have used their highly sophisticated ChatBot to:\r\n\r\n- AUTOMATICALLY build a massive Email List of 11,643 Subscribers in just 7 Days\r\n\r\n- AUTOMATICALLY add 6,386 Sales in only 6 Months\r\n\r\n- AUTOMATICALLY explode their Conversion Rate by 198% in only 6 Hours.\r\n\r\n=====\r\n\r\nNow itâ€™s your turn to get in on this exciting NEW Cloud-Based App.\r\n\r\nYou can start using ConversioBot today by copying and pasting ONE line of â€œAutomated Bot Code\" to your Website.\r\n\r\nWatch this short video to find out how &gt;&gt; http://www.zoomsoft.net/ConversioBot\r\n\r\nRegards,\r\n\r\nConversioBot Team\r\n\r\nP.S. This â€œAIâ€ Technology works with: - Affiliate Review Sites - List-Building Pages - WordPress Blogs (it comes with a Plugin) - Sales Letters - eCommerce Websites - Local Business Sites - Webinar Registration Pages - Consultancy Websites - Freelance Websites\r\n\r\nAlmost ANY Website you can think of..\r\n\r\n==&gt; This could be happening on your Website TODAY.. http://www.zoomsoft.net/ConversioBot\r\n\r\nUNSUBSCRIBE http://www.zoomsoft.net/unsubscribe', '2020-07-11 12:34:41'),
(120, 'Santiago Newdegate', 'santiago.newdegate@gmail.com', 'Would you be interested in an advertising service that costs less than $40 monthly and sends hundreds of people who are ready to buy directly to your website? Visit: https://bit.ly/buy-more-visitors', '2020-07-11 15:41:20'),
(121, 'Harpreet Singh', 'harpreet1101988@rediffmail.com', 'I want to enquire about post basic nursing course fee structure, admission dates', '2020-07-19 17:55:42'),
(122, 'Tori Reed', 's.media1@outlook.com', 'Hi,\r\n\r\nWe are one of the largest suppliers of social media marketing services.\r\nFacebook, Twitter, Instagram and Youtube to boost your business presence.\r\n\r\nGive Your social media a huge amount of quality followers,\r\nlikes, shares, subscribers and views fast.\r\n\r\nWe look forward to serving your SMM needs. \r\n\r\nBest,\r\nTori\r\nhttps://social-media-blast.com', '2020-07-22 11:26:00'),
(123, 'Dieter Reiniger', 'reiniger.dieter@msn.com', 'hi there\r\nI have just checked gtbhnursing.com for the ranking keywords and seen that your SEO metrics could use a boost.\r\n\r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support.\r\n\r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/\r\n\r\nStart increasing your sales and leads with us, today!\r\n\r\nBe safe and best regards\r\n\r\nMike\r\nHilkom Digital Team\r\nsupport@hilkom-digital.de', '2020-07-23 18:24:15'),
(124, 'Flora Papathanasopoulos', 'papathanasopoulos.flora@googlemail.com', 'Promote your website without cost here!: https://bit.ly/no-cost-ads', '2020-07-24 02:19:09'),
(125, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://www.talkwithwebvisitor.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-07-25 05:21:07'),
(126, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-07-26 19:19:52'),
(127, 'Navreet', 'navinav2020@gmail.com', 'Sir/Madam\r\nI am ex passed out student from Institute of Nursing Education Guru Teg Bahadur Sahib (c) Hospital. I passed my GNM Diploma in 2007. I want my diploma to be evaluate or access from Canada Education Institute (WES). Now these days i am in Australia but i want to migrate to Canada. For this i need my study to send straight from University to WES.\r\n\r\nMy additional details are as follows \r\nRoll no 1775\r\nBatch Sept 2004 to Oct 2007\r\nConducted by BABA FARID UNIVERSITY OF HEALTH SCIENCES CONDUCTED ON BEHALF PUNJAB NURSARY REGISTRATION COUNCIL\r\nEMAIL navinav2020@gmail.com \r\nCONTACT NO OR WHATSAPP ON +61412136644\r\n\r\nPlease provide me a right guidance.\r\nI shall be thankful to you.\r\n\r\n\r\nRegards \r\nNavreet Kaur\r\n07/08/1986', '2020-07-31 14:19:50'),
(128, 'Navreet', 'navinav2020@gmail.com', 'Sir/Madam\r\nI am ex passed out student from Institute of Nursing Education Guru Teg Bahadur Sahib (c) Hospital. I passed my GNM Diploma in 2007. I want my diploma to be evaluate or access from Canada Education Institute (WES). Now these days i am in Australia but i want to migrate to Canada. For this i need my study to send straight from University to WES.\r\n\r\nMy additional details are as follows \r\nRoll no 1775\r\nBatch Sept 2004 to Oct 2007\r\nConducted by BABA FARID UNIVERSITY OF HEALTH SCIENCES CONDUCTED ON BEHALF PUNJAB NURSARY REGISTRATION COUNCIL\r\nEMAIL navinav2020@gmail.com \r\nCONTACT NO OR WHATSAPP ON +61412136644\r\n\r\nPlease provide me a right guidance.\r\nI shall be thankful to you.\r\n\r\n\r\nRegards \r\nNavreet Kaur\r\n07/08/1986', '2020-07-31 14:29:15'),
(129, 'Loyd', 'contact@gtbhnursing.com', 'Morning\r\n\r\nWear with intent, live with purpose. Fairly priced sunglasses with high quality UV400 lenses protection only $9.99 for the next 24 Hours ONLY.\r\n\r\nOrder here: kickshades.online\r\n\r\nMany Thanks,\r\n\r\nHome | Institute of Nursing Education', '2020-07-31 16:13:36'),
(130, 'Adam Saucedo', 'saucedo.adam@gmail.com', 'Want completely free advertising for your website? Take a look at this: http://www.completely-free-ads.xyz', '2020-07-31 20:15:48'),
(131, 'Keeley Ledet', 'keeley.ledet87@yahoo.com', 'Hi,\r\n\r\nWe\'re wondering if you\'ve considered taking the written content from gtbhnursing.com and converting it into videos to promote on Youtube? It\'s another method of generating traffic.\r\n\r\nThere\'s a 14 day free trial available to you at the following link: https://bit.ly/3fazFtu\r\n\r\nRegards,\r\nKeeley', '2020-08-02 15:00:30'),
(132, 'Jasper Duran', 'duran.jasper@outlook.com', 'Stop paying way too much money for expensive Google advertising! Let me show you a platform that needs only a minute bit of money and produces an almost infinite amount of web traffic to your website\r\n\r\nFor all the details, check out: http://www.organic-traffic-forever.xyz', '2020-08-04 02:11:29'),
(133, 'ANJALI', 'birbalbadyal73@gmail.com', 'Sir I want to get admission in Bsc Nursing. Can I apply now. It will be  test base or 12th marks base. Kindly send me reply.', '2020-08-06 12:30:02'),
(134, 'Dante Braden', 'dante.braden@msn.com', 'Want more visitors for your website? Get tons of people who are ready to buy sent directly to your website. Boost revenues quick. Start seeing results in as little as 48 hours. To get info Visit: http://www.getwebsitevisitors.xyz', '2020-08-07 03:33:59'),
(135, 'varinderpal singh', 'varinderpalsingh5777@gmail.com', 'i am commerce student my interest in nursing       \r\n9872320466', '2020-08-08 11:23:53'),
(136, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-08-10 11:46:15'),
(137, 'Tatiana Truebridge', 'truebridge.tatiana@outlook.com', 'Stem cell therapy has proven itself to be one of the most effective treatments for COPD (Chronic Obstructive Pulmonary Disorder). IMC is the leader in stem cell therapies in Mexico. For more information on how we can treat COPD please visit:\r\nhttps://bit.ly/copd-integramedicalcenter', '2020-08-13 00:42:30'),
(138, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-08-13 08:38:56'),
(139, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-08-16 00:58:30'),
(140, 'Brittny Archdall', 'brittny.archdall@gmail.com', 'Hi, I was just on your website and submitted this message via your \"contact us\" form. The \"contact us\" page on your site sends you these messages via email which is the reason you\'re reading through my message right now correct? That\'s half the battle with any kind of online ad, getting people to actually READ your advertisement and this is exactly what you\'re doing now! If you have an ad message you would like to promote to millions of websites via their contact forms in the U.S. or anywhere in the world let me know, I can even focus on particular niches and my costs are very reasonable. Reply here: danialuciano8439@gmail.com', '2020-08-17 03:46:56'),
(141, 'Ash Mansukhani', 'ash@techknowspace.com', 'Hello, \r\n\r\nMy Name is Ash and I Run Tech Know Space https://techknowspace.com We are your Premium GO-TO Service Centre for All Logic Board & Mainboard Repair\r\n\r\nWhen other shops say \"it can\'t be fixed\" WE CAN HELP!\r\n\r\nALL iPHONE 8 & NEWER\r\nBACK GLASS REPAIR - 1 HOUR\r\n \r\nDevices We Repair\r\nAudio Devices Audio Device Repair\r\n\r\nBluetooth Speakers - Headphones - iPod Touch\r\nComputers All Computer Repair\r\n\r\nAll Brands & Models - Custom Built - PC & Mac\r\nGame Consoles Game Console Repair\r\n\r\nPS4 - XBox One - Nintendo Switch\r\nLaptops All Laptop Repair\r\n\r\nAll Brands & Models - Acer, Asus, Compaq, Dell, HP, Lenovo, Toshiba\r\nMacBooks All MacBook Repair\r\n\r\nAll Series & Models - Air, Classic, Pro\r\nPhones All Phone Repair\r\n\r\nAll Brands & Models - BlackBerry, Huawei, iPhone, LG, OnePlus, Samsung, Sony\r\nSmart Watches Apple Watch Repair\r\n\r\nApple Watch - Samsung Gear - Moto 360\r\nTablets All Tablet Repair\r\n\r\nAll Brands & Models - iPad, Lenovo Yoga, Microsoft Surface, Samsung Tab\r\n\r\nDrone Repair\r\n\r\nCall us and tell us your issues today!\r\n\r\nToll Free: (888) 938-8893 \r\nhttps://techknowspace.com\r\n\r\nAsh Mansukhani\r\nash@techknowspace.com\r\nhttps://twitter.com/techknowspace\r\nhttps://www.linkedin.com/company/the-techknow-space\r\n\r\n-------\r\n\r\nReport any unsolicited messages \r\n\r\nabuse@godaddy.com\r\nabuse@cloudflare.com\r\nhttps://supportcenter.godaddy.com/AbuseReport\r\nhttps://www.cloudflare.com/abuse/form\r\nhttps://forms.icann.org/en/resources/compliance/complaints/registrars/standards-complaint-form', '2020-08-21 16:34:06'),
(142, 'Buddy Edelson', 'buddy.edelson@hotmail.com', 'Good morning, I was just visiting your site and filled out your contact form. The \"contact us\" page on your site sends you these messages to your email account which is the reason you\'re reading my message at this moment right? That\'s the holy grail with any type of online ad, getting people to actually READ your message and this is exactly what you\'re doing now! If you have something you would like to promote to millions of websites via their contact forms in the U.S. or anywhere in the world send me a quick note now, I can even focus on your required niches and my costs are super low. Reply here: kinleytrey96@gmail.com\r\n\r\nend messages like these https://bit.ly/2VBnm2R', '2020-08-24 02:44:40'),
(143, 'Shanon Bamford', 'bamford.shanon@msn.com', 'Say no to paying thousands of dollars for expensive Facebook ads! We have a system that costs only a tiny bit of money and generates an almost indefinite amount of traffic to your website\r\n\r\nFor more information just visit: https://bit.ly/free-traffic-always', '2020-08-26 15:47:32'),
(144, 'Mckenzie Gilbert', 'mckenzie.gilbert@gmail.com', 'Do you want more people to visit your website? Receive tons of keyword targeted visitors directly to your site. Boost your profits super fast. Start seeing results in as little as 48 hours. To get details Have a look at: https://bit.ly/more-traffic-4-your-site', '2020-08-29 00:11:14'),
(145, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-08-29 13:19:09'),
(146, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-08-29 22:06:15'),
(147, 'Samuel Boddie', 'support@hyperlabs.co', 'hi there\r\nhere is the your quote on the Country targeted organic website traffic:\r\n\r\nhttps://hyperlabs.co/quote/\r\n\r\nthanks and regards\r\nMike\r\nHyperlabs LTF', '2020-09-05 13:21:50'),
(148, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-09-06 19:20:09'),
(149, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-09-07 05:49:31'),
(150, 'Charanjit Sandhu', 'deep.au@yahoo.com', 'Hello there \r\nI would like to know if you are accepting BSC nursing student for 2020 intake ? I have heard that there is no entrance exam for this year. \r\nYour assistance will be highly appreciated. \r\nKind regards \r\nCharan Sandhu', '2020-09-08 04:16:28'),
(151, 'Joey Manske', 'manske.joey15@msn.com', 'Promote your website free here!: https://bit.ly/ads-for-completely-free', '2020-09-08 16:30:58'),
(152, 'nisha', 'nhk33116@gmail.com', 'you can tell me the fee details, to take admission in b.sc nursing it is necessary to give a test of ppmet', '2020-09-14 07:56:18'),
(153, 'Renee Hutchings', 'hutchings.renee@gmail.com', 'Hi, I would like to have a talk with you regarding commercial videos. I will be available for one week so it will be great if you give me an appointment before that. I suggest something like this: https://www.youtube.com/watch?v=IxZdvejWGJ4\r\nKind regards', '2020-09-14 18:34:24'),
(154, 'Aja Beveridge', 'beveridge.aja@gmail.com', 'Secret way to advertise your website for ZERO COST! See here: http://www.completely-free-ad-posting.xyz', '2020-09-15 03:51:56'),
(155, 'Milla', 'info@gtbhnursing.com', 'Hi \r\n \r\nBuy all styles of Ray-Ban Sunglasses only 19.99 dollars.  If interested, please visit our site: sunglassusa.online\r\n \r\n \r\nBest regards, \r\n \r\nContact Us | Institute of Nursing Education', '2020-09-15 18:30:21'),
(156, 'Toby Boudreau', 'toby.boudreau@gmail.com', 'Promote your site free here!: http://bit.ly/post-free-ads-here', '2020-09-21 20:56:46'),
(157, 'HarmanpreetmKaur', 'hrmnkor13@gmail.com', 'Good Evening ma\'am/ sir,\r\n                       I have done Msc (Hons.) in Microbiology from Punjab Agricultural University, Ludhiana. If there is teaching vacancy for microbiology, please update me.\r\n                                             Thank You.', '2020-09-30 12:00:49'),
(158, 'Scot Hutcherson', 'scot.hutcherson@gmail.com', 'Have you had enough of expensive PPC advertising? Now you can post your ad on 1000s of ad websites and you only have to pay a single monthly fee. Get unlimited traffic forever! \r\n\r\nFor more information just visit: http://bit.ly/endless-traffic-forever', '2020-10-01 01:25:24'),
(159, 'Pamala Clinton', 'pamala.clinton@outlook.com', 'Greetings, I was just on your site and submitted this message via your feedback form. The \"contact us\" page on your site sends you messages like this to your email account which is why you\'re reading my message at this moment right? That\'s the most important achievement with any type of advertising, getting people to actually READ your ad and this is exactly what you\'re doing now! If you have an ad message you would like to promote to thousands of websites via their contact forms in the U.S. or to any country worldwide let me know, I can even focus on specific niches and my charges are very affordable. Write a reply here: lorenzodaniel9137@gmail.com', '2020-10-06 15:57:48'),
(160, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://www.talkwithwebvisitors.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-10-11 13:21:40'),
(161, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://www.talkwithwebvisitors.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-10-12 00:51:00'),
(162, 'Georgianna Lapp', 'lapp.georgianna@msn.com', 'Are You interested in an advertising service that charges less than $49 per month and delivers thousands of people who are ready to buy directly to your website? For details visit: http://www.buy-website-traffic.xyz', '2020-10-12 05:41:28'),
(163, 'Kate Angeli', 'angelkatheyhi3@yahoo.com', 'Hi,\r\n\r\nWe\'d like to introduce to you our video creation service which we feel may be beneficial for you and your site gtbhnursing.com.\r\n\r\nCheck out a few of our existing videos here:\r\n1. A video on Covid-19 which was a blog post/article turned into video format: https://www.youtube.com/watch?v=TaMaDwX7tBU\r\n2. A product review for Japanese teapots, including product images: https://www.youtube.com/watch?v=VqjToeQ6KOc\r\n3. Promotional video for Japanese Matcha tea: https://www.youtube.com/watch?v=y3nEeQoTtOE\r\n\r\nAll of our videos are made with stock footage in a similar format as the above examples and we have voice over artists with US/UK/Australian accents.\r\n\r\nOur videos can be used to explain your business, service, or product; we can convert your online articles/blog posts into video footage; they can be used to educate people; we can create adverts for social media advertising such as Facebook Ads, plus lots more.\r\n\r\nOur prices are as follows depending on video length:\r\n0-1 minutes = $159\r\n1-2 minutes = $269\r\n2-3 minutes = $379\r\n\r\n*All prices above are in USD and include a custom video, full script and a voice over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to get in touch.\r\nIf you are not interested, simply delete this message and we won\'t contact you again.\r\n\r\nKind Regards,\r\nKate', '2020-10-15 13:37:29'),
(164, 'Calvin Hislop', 'hislop.calvin@msn.com', 'Sick of paying big bucks for ads that suck? Now you can post your ad on 5000 ad websites and you only have to pay a single monthly fee. Never pay for traffic again! \r\n\r\nTo get more info take a look at: http://www.permanent-web-links.xyz', '2020-10-19 07:54:04');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(165, 'Eric Jones', 'eric@talkwithwebtraffic.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Traffic â€“ ==&gt; https://www.talkwithwebtraffic.com for a live demo now.\r\n\r\nTalk With Web Traffic is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\n==&gt; https://www.talkwithwebtraffic.com to discover what Talk With Web Traffic can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Traffic offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\n==&gt; https://www.talkwithwebtraffic.com to try Talk With Web Traffic now.\r\n\r\nIf you\'d like to unsubscribe click here https://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-10-21 11:31:16'),
(166, 'Astrid', 'info@gtbhnursing.com', 'Hey there \r\n \r\nBuy all styles of Ray-Ban Sunglasses only 19.99 dollars.  If interested, please visit our site: framesoutlet.online\r\n \r\n \r\nThe Best, \r\n \r\nContact Us | Institute of Nursing Education', '2020-10-22 01:26:50'),
(167, 'Jess Mayoral', 'jess@centtip.com', 'Invite Bloggers and Webmasters to Test Our Service\r\n\r\nHi,\r\n\r\nI\'m Mayoral from CentTip. \r\n\r\nWe are working with Photojobz to provide bloggers another opportunity to earn cash - Get Paid To Take Photos. \r\n\r\nCompared to other survey sites that charge 30% commission fees, Photojobz $1 5-day premium membership covers everything. (60-Day Money Back Guarantee)\r\n\r\nWith a 75% Renewal Rate, Photojobz is worth a try.\r\n\r\nPremium account have been prepared for you: https://www.centtip.com/getpaid\r\n \r\n\r\nRegards,\r\nJess Mayoral\r\n\r\n^^^^^^^^^^^^\r\n\r\nUnsubscribe: https://www.centtip.com/unsubscribe/', '2020-10-22 13:14:30'),
(168, 'Elise Cardin', 'elise.cardin1@yahoo.com', 'Would you like to submit your ad on thousands of online ad websites every month? One tiny investment every month will get you almost unlimited traffic to your site forever!\r\n\r\nTo get more info take a look at: http://bit.ly/no-cost-web-traffic', '2020-10-23 00:19:35'),
(169, 'Eartha Deniehy', 'eartha.deniehy@gmail.com', 'Ever wanted to push some competition site`s ranks down for not playing the game fair?\r\n\r\nNow you can:\r\nblackhat.to', '2020-10-23 12:51:23'),
(170, 'Shane Goloubev', 'goloubev.shane@msn.com', 'Good evening people at %domain,\r\nWe\'d like to submit your business to 150 local citations, business directories & yellow pages.\r\nYou\'ll get new clients and boost your website visitors.\r\nYou pay once and enjoy the benefits for a lifetime. \r\nhttps://b2bworld.store\r\nGood luck!', '2020-10-23 21:38:21'),
(171, 'Clay Abend', 'abend.clay@gmail.com', 'Find out how to promote your website for nothing!\r\n\r\nTake a look at this complete directory made up of the best classified ad sites over here &gt;&gt;http://bit.ly/list-of-free-ad-sites', '2020-10-27 18:35:07'),
(172, 'Vijay Kumar', 'vijaykumar71145@gmail.com', 'Have you bus facilities than contact me 8437800891', '2020-10-30 00:42:32'),
(173, 'Aline Opitz', 'opitz.aline@gmail.com', 'Our website scanner has established that your website (%domain) might have a low spam protection level.\r\nWe have tested your site by sending you this message, and it confirms that your site is not efficient in blocking spam.\r\nShould you want to block spam messages forever, consider buying our anti-spam protection: https://b2bworld.store/captcha/\r\nDelivery date 3 -5 working days.', '2020-10-30 15:06:18'),
(174, 'Imran NAZIR', 'Faizanzahoor156@gmail.com', 'Regarding pmsss 2020 online Joining', '2020-10-30 16:51:23'),
(175, 'Imran NAZIR', 'Faizanzahoor156@gmail.com', 'Regarding pmsss 2020 online Joining', '2020-10-30 16:54:40'),
(176, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-10-31 09:04:48'),
(177, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-11-01 02:44:33'),
(178, 'Luca', 'info@gtbhnursing.com', 'Hello there \r\n \r\nBuy all styles of Oakley Sunglasses only 19.99 dollars.  If interested, please visit our site: designeroutlets.online\r\n \r\n \r\nMany Thanks, \r\n \r\nContact Us | Institute of Nursing Education', '2020-11-02 04:55:50'),
(179, 'Eric Jones', 'eric@talkwithwebvisitor.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-11-02 10:33:59'),
(180, 'Faizan zahoor', 'faizanzahoor156@gmail.com', 'My name is faizan ZAHOOR.  I have secured 92 % in 12th class. Now I Want to take admission in INE .', '2020-11-02 13:23:25'),
(181, 'Sandeep Kaur', 'sk.dhatt28@gmail.com', 'Hello Sir/Mam\r\n\r\nMyself Sandeep Kaur and I passed out from GTB IN 2015 and I applied for Nclex exam in United stated (New York) for that I need your help to do verification form. In that case I don\'t know how I should contact you and how I can send the documents. Please advice me \r\nRegards', '2020-11-03 23:33:14'),
(182, 'Teodoro Muench', 'muench.teodoro@gmail.com', 'Greetings, I was just on your website and filled out your contact form. The contact page on your site sends you these messages to your email account which is the reason you are reading through my message at this moment correct? This is the most important accomplishment with any kind of online ad, getting people to actually READ your message and I did that just now with you! If you have something you would like to promote to lots of websites via their contact forms in the U.S. or to any country worldwide send me a quick note now, I can even target particular niches and my pricing is very affordable. Write an email to: dalosrafael9183@gmail.com\r\n\r\nwant off our list? https://bit.ly/3cvHuJC', '2020-11-06 19:37:13'),
(183, 'Joe Miller', 'info@domainworld.com', 'IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-10    \r\n\r\n\r\n\r\nExpiration message of your gtbhnursing.com\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://qmtxcpzm.xyz/?n=gtbhnursing.com&r=a&t=1604908475&p=v1\r\n\r\n\r\n\r\nThis purchase expiration notification gtbhnursing.com advises you about the submission expiration of domain gtbhnursing.com for your e-book submission. \r\n\r\nThe information in this purchase expiration notification gtbhnursing.com may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://qmtxcpzm.xyz/?n=gtbhnursing.com&r=a&t=1604908475&p=v1\r\n\r\n\r\n\r\nACT IMMEDIATELY. The submission notification gtbhnursing.com for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\n\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\n\r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://qmtxcpzm.xyz/?n=gtbhnursing.com&r=a&t=1604908475&p=v1\r\n\r\n\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\n\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\n\r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://qmtxcpzm.xyz/?n=gtbhnursing.com&r=a&t=1604908475&p=v1', '2020-11-09 07:54:36'),
(184, 'Ortega', 'info@gtbhnursing.com', 'Hi there\r\n \r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\n\r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: hineck.online\r\n\r\nGet it Now 50% OFF + Free Shipping!\r\n\r\nTo your success,\r\n\r\nContact Us | Institute of Nursing Education', '2020-11-09 20:11:51'),
(185, 'Rachele', 'info@gtbhnursing.com', 'Good Morning\r\n\r\nCAREDOGBESTâ„¢ - Personalized Dog Harness. All sizes from XS to XXL.  Easy ON/OFF in just 2 seconds.  LIFETIME WARRANTY.\r\n\r\nFREE Worldwide Shipping!\r\n\r\nClick here: caredogbest.online\r\n\r\nKind Regards,\r\n\r\nContact Us | Institute of Nursing Education', '2020-11-11 11:58:41'),
(186, 'Eric Jones', 'ericjonesonline@outlook.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-11-14 03:07:28'),
(187, 'Eric Jones', 'ericjonesonline@outlook.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://www.talkwithwebvisitors.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-11-15 08:14:41'),
(188, 'Lorene Whitmore', 'lorene.whitmore@hotmail.com', 'No charge advertising for your website here: http://bit.ly/free-ad-posting', '2020-11-15 18:51:57'),
(189, 'Ermelinda Luttrell', 'luttrell.ermelinda72@googlemail.com', 'Hi %title,\r\nHope youâ€™re well. \r\nI hope that business is good and youâ€™ve been doing well throughout the current situation. \r\nAs Iâ€™ve had contact with you in the past, I think your website is not protected from spam, I mean literally, it isnâ€™t cool, you have to protect it \r\nhttps://bogazicitente.com/protection909333\r\nCheck it as they have 70% off', '2020-11-19 06:00:20'),
(190, 'Eric Jones', 'ericjonesonline@outlook.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-11-19 20:48:56'),
(191, 'Leonor Cantwell', 'leonor.cantwell@gmail.com', 'Do you want more people to visit your website? Receive tons of people who are ready to buy sent directly to your website. Boost revenues super fast. Start seeing results in as little as 48 hours. For additional information Check out: http://bit.ly/buy-visitors-4-your-site', '2020-11-22 01:26:33'),
(192, 'Eric Jones', 'ericjonesonline@outlook.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-11-24 00:23:45'),
(193, 'Monique Easty', 'easty.monique@gmail.com', 'Groundbreaking new way to advertise your website for No money! See here: http://www.zerocost-ad-posting.xyz', '2020-11-25 04:19:48'),
(194, 'Joe Miller', 'info@domainworld.com', 'IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-26    \r\n\r\n\r\n\r\nExpiration message of your gtbhnursing.com\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainsafenow.com/?n=gtbhnursing.com&r=a&t=1606354778&p=v1\r\n\r\n\r\n\r\nThis purchase expiration notification gtbhnursing.com advises you about the submission expiration of domain gtbhnursing.com for your e-book submission. \r\n\r\nThe information in this purchase expiration notification gtbhnursing.com may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainsafenow.com/?n=gtbhnursing.com&r=a&t=1606354778&p=v1\r\n\r\n\r\n\r\nACT IMMEDIATELY. The submission notification gtbhnursing.com for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\n\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\n\r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: https://domainsafenow.com/?n=gtbhnursing.com&r=a&t=1606354778&p=v1\r\n\r\n\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\n\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\n\r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: https://domainsafenow.com/?n=gtbhnursing.com&r=a&t=1606354778&p=v1', '2020-11-26 01:39:40'),
(195, 'Fannie Gurule', 'fannie.gurule25@msn.com', 'Good Afternoon people at gtbhnursing.com,\r\nHope youâ€™re great. \r\nI\'m , I hope you liked the joke in the subject and that clients are profitable and youâ€™ve been doing well through the current situation.\r\nAs Iâ€™ve had communicated with you long time ago in the past, My opinion is the website isnâ€™t protected against unwanted messages, that isnâ€™t cool, I mean literally, why donâ€™t you have this.\r\nhttp://fund.school/antispam866241\r\nDue to Black Friday they\'ve got massive discounts.\r\n\r\nIn case you are not interested, just ignore this email so we won\'t email you again.\r\nKind regards,', '2020-11-28 00:39:11'),
(196, 'Efren Steward', 'efren.steward@googlemail.com', 'Re:Attn.: To Manager\r\nHope youâ€™re good, and that customers are profitable.\r\nTo beat the competitors, you may need merely one service:\r\n\r\nhttps://slimex365.com/livechat958981\r\n\r\nRegards,', '2020-11-29 17:34:00'),
(197, 'Bianca Hale', 'hale.bianca27@yahoo.com', 'Hi,\r\n\r\nWe\'re wondering if you\'ve ever considered taking the content from gtbhnursing.com and converting it into videos to promote on social media platforms such as Youtube?\r\n\r\nIt\'s another \'rod in the pond\' in terms of traffic generation, as so many people use Youtube.\r\n\r\nYou can read a bit more about the software here: https://yazing.com/deals/lumen5/AapoK\r\n\r\nKind Regards,\r\nBianca', '2020-12-03 19:35:39'),
(198, 'Sidney Haszler', 'haszler.sidney@gmail.com', 'Hello, I was just taking a look at your site and submitted this message via your \"contact us\" form. The \"contact us\" page on your site sends you these messages to your email account which is why you are reading through my message right now correct? That\'s the most important accomplishment with any type of advertising, getting people to actually READ your message and this is exactly what you\'re doing now! If you have an ad message you would like to blast out to millions of websites via their contact forms in the US or to any country worldwide send me a quick note now, I can even target specific niches and my charges are super reasonable. Write a reply here: OneillQuentinz49504@gmail.com', '2020-12-05 01:01:29'),
(199, 'Eric Jones', 'ericjonesonline@outlook.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-12-05 10:53:11'),
(200, 'Samuel Hadley', 'hadley.samuel91@gmail.com', 'Hi there\r\n\r\nIf you want to get ahead of your competition then you must have a higher Domain Authority score for your website. Its just as simple as that. With our service your gtbhnursing.com DA score will get above 50 points in just 30 days.\r\n\r\nThis service is guaranteed\r\n\r\nFor more information, check our service here\r\nhttps://speed-seo.net/product/moz-da50-seo-plan/\r\n\r\n\r\nthank you\r\nSpeed SEO Digital Team\r\nsupport@speed-seo.net', '2020-12-07 13:55:12'),
(201, 'Simranpreet kaur', 'chatthasimran1@gmail.com', 'Hello, I have recently completed my bsc nursing from dmc&h. I would like to ask is there any vacancy available for the teaching staff?', '2020-12-11 09:03:05'),
(202, 'Blanche Call', 'call.blanche97@outlook.com', 'Sick of wasting money on PPC advertising that just doesn\'t deliver? Now you can post your ad on thousands of ad sites and you only have to pay a single monthly fee. These ads stay up forever, this is a continual supply of organic visitors! \r\n\r\nFor details check out: \r\nhttp://www.ads-that-stay-up-forever.xyz', '2020-12-11 21:59:01'),
(203, 'Forest Pontius', 'pontius.forest@gmail.com', 'Are You interested in advertising that charges less than $40 every month and sends thousands of people who are ready to buy directly to your website? Have a look at: http://www.buy-website-traffic.xyz', '2020-12-12 00:32:13'),
(204, 'Laurene', 'info@gtbhnursing.com', 'Hi there\r\n\r\nNueraâ„¢ is a super soft towel made for your pet that will dry them up 10x faster than a standard towel!\r\n \r\nGet it Now 45% OFF + Free Shipping: thenuera.online\r\n\r\nTo your success,\r\n\r\nHome | Institute of Nursing Education', '2020-12-12 10:34:24'),
(205, 'Muhammad Umar Farooq Wani', 'farooqwani11289@gmail.com', 'Admission for bsc nursing 2020 reqd.', '2020-12-13 07:00:36'),
(206, 'Marc Byrum', 'marc.byrum@googlemail.com', 'Hi\r\n\r\nLetâ€™s face itâ€¦\r\n\r\nSending out emails is fun â€“ as long as you keep getting responsesâ€¦ (But before I get into the details of how you can get more replies, let me tell you a little secret)\r\n\r\nYou might have heard about Abraham Lincolnâ€™s sharpening an axe before chopping a tree quote? If not, here it isâ€¦\r\n\r\nHe said, â€œGive meÂ six hours to chop down a treeÂ and I will spend theÂ first fourÂ sharpening the axe.â€\r\n\r\nNow, how does it apply to you and the way you reach out to people?\r\n\r\nWell, no matter how good you think your email is â€“ no one will open it if its subject line is not enticing enoughâ€¦\r\n\r\nIt wonâ€™t matter if your email brings a lot of value â€“ if the recipient doesnâ€™t open it in the first placeâ€¦\r\n\r\nThis is where the whole â€˜sharpening the axeâ€™ theory steps inâ€¦\r\n\r\nSo, if youâ€™re sending out multiple emails in a day and not getting any responses, thereâ€™s a chance that your emails are not being openedâ€¦\r\n\r\nComing back to how you can get more repliesâ€¦\r\n\r\nOver these years, Iâ€™ve tried and tested multiple subject lines and identified what makes people tickâ€¦\r\n\r\nTo help you out and send the elevator back, Iâ€™ve put all of them together in a done for you, fill in the blank free resource so that you can use them whenever you wantâ€¦\r\n\r\nFollow this link to get access to this free resource and sharpen the axe to get responses like never before!\r\n\r\nhttps://usualprospect.com/emails', '2020-12-14 14:03:10'),
(207, 'Marguerite Manson', 'manson.marguerite41@gmail.com', 'This is an automated message sent from our server. Our website scanner has established that (gtbhnursing.com) does not efficiently block automated messages.\r\nOneTwo GmbH\r\nhttps://one-two.online', '2020-12-15 04:14:55'),
(208, 'Fleta Soriano', 'soriano.fleta@gmail.com', 'Sick of wasting money on PPC advertising that just doesn\'t deliver? Now you can post your ad on 5000 advertising websites and it\'ll only cost you one flat fee per month. Get unlimited traffic forever! \r\n\r\nFor more information just visit: https://bit.ly/zero-payment-traffic', '2020-12-15 23:14:40'),
(209, 'Helaine Grammer', 'helaine.grammer@googlemail.com', 'Hi,\r\n\r\nWe\'re wondering if youâ€™ve ever considered having a web-based tool to schedule and analyze all of your social marketing activities, which increases your social media efficiency, reach and saves you time?\r\n\r\n- Analyze, Monitor & Report Your Social Performance: SocialPilot provides a powerful, yet easy to understand social media analytics tool\r\n\r\n- Connect 50+ Accounts & Schedule Posts: Start posting on each of the social networks from one unified social media scheduling tool. \r\n\r\n- Be On Top Of All Conversations With Social Inbox: Respond to comments, messages, and posts across your social media pages\r\n\r\n- Upload Upto 500 Posts with Bulk Scheduling: Schedule enough updates to last you weeks or months. You can edit, delete or move posts if you change your mind.\r\n\r\nPlus lots more!\r\n\r\nThere\'s a 14 day free trial available to you at the following link: https://www.socialpilot.co/plans?fp_ref=henrip&fp_sid=2\r\n\r\nRegards,\r\nHelaine', '2020-12-17 20:20:35'),
(210, 'Beatris', 'info@gtbhnursing.com', 'Hey\r\n\r\nDeliver the highest-quality face mask from certified manufacturers directly to you at wholesale prices.\r\n  \r\nThe price for N95 Face Mask individually wrapped is $1.99/mask.\r\nThe price for KN95 Face Mask individually wrapped is $0.99/mask.\r\nThe price for Surgical Masks Individually Wrapped for Adult is $0.35/mask.\r\nThe price for Surgical Masks Individually Wrapped for Kids is $0.35/mask.\r\n\r\nIf interested, please check our site: facemaskusa.online\r\n\r\nAll the best,\r\n\r\nHome | Institute of Nursing Education', '2020-12-20 05:26:41'),
(211, 'Rodney Bowler', 'rodney.bowler@hotmail.com', 'Hello\r\n\r\nYour websites gtbhnursing.com is about to expire. In order never to affect the normal operation of your site.\r\nNotify you beforehand today. You can right now get a host renewal low price.\r\nhttp://v.ht/Y9bD\r\nRegards', '2020-12-20 18:44:50'),
(212, 'Chauncey Samuels', 'chauncey.samuels@googlemail.com', 'Yes you can promote your site free of charge forever!\r\n\r\nHave a quick gander at this comprehensive list consisting of the most popular search sites here &gt;&gt;&gt;https://bit.ly/free-ad-website-directory', '2020-12-21 20:34:08'),
(213, 'Elden Larose', 'elden.larose@googlemail.com', 'Hello!\r\nPlease permit me to quickly introduce to you what will benefit your website significantly as we prepare to enter 2021.\r\nDo you own a business? If yes, definitely your business also has a website. And the purpose is to put your business online and to drive traffic. How do you ensure that your website is in a good position on the search engines to achieve its purpose? In these days of search engine optimization and the wholesale transition to the Internet that many companies are undergoing, Alexa traffic rank is one of the most critical metrics for measuring your site performance, especially compared to other websites in your specific niche.\r\nGiven that Alexa ranking provides you information about your website, it is an excellent tool to view search engine optimization. If your website is not optimized in the major search engines such as Google, Bing, Yahoo, etc., it\'s definitely can\'t achieve its purpose.  \r\nSo what should you do? \r\nIt\'s quite easy to get started. Boost your Alexa ranking! It is considered one of the most important factors in evaluating your website\'s value by search engines. If you own a website that you would also want to monetize by selling text links ads or sponsored ads, you need to boost your Alexa ranking.\r\nInterestingly, I have good news for you today. We can help you to BOOST your website ALEXA RANK up to 29,999 globally. I guess you know what that means, a better SEO for the site. Better website value. \r\nPlease visit https://alexaspeed.com now to boost your website ALEXA RANK. Thank you.\r\nIf you have any questions, feel free to send an email to support@alexaspeed.com.\r\n\r\nBest regards,\r\nAlexaSpeed Team', '2020-12-22 23:51:24'),
(214, 'Terrence Lothian', 'terrence.lothian88@gmail.com', 'Hello\r\n\r\nYour web site gtbhnursing.com is about to expire. In order never to affect the normal procedure of your website.\r\nNotify you in advance nowadays. You can today get a web host renewal low cost.\r\nhttp://v.ht/1lMR\r\nRegards', '2020-12-26 19:55:08'),
(215, 'Trudy Fultz', 'trudy.fultz22@outlook.com', 'Pause:Think about this. Powerful New Devotional Book dealing with youth issues. Find out more at http://bit.ly/flm-publications', '2020-12-30 05:24:00'),
(216, 'Eric Jones', 'ericjonesonline@outlook.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2020-12-30 13:29:58'),
(217, 'Marisol Thornburg', 'marisol@stardatagroup.com', 'It is with sad regret to inform you StarDataGroup.com is shutting down. It has been a tough year all round and we decided to sell our business.\r\n\r\nAny group of databases listed below is $49 or $149 for all 16 databases in this one time offer. You can purchase it on StarDataGroup.com and see samples there if you are interested.\r\n\r\nLinkedIn Database 43,535,433 LinkedIn Records\r\n\r\nUSA B2B Companies Database\r\n28,147,835 Companies\r\n\r\nForex\r\nForex South Africa 113,550 Forex Traders\r\nForex Australia 135,696 Forex Traders\r\nForex UK 779,674 Forex Traders\r\n\r\nSouth African Databases\r\nB2B Companies Database 1,462,227 Companies\r\nDirectors Database 758,834 Directors\r\nHealthcare Database 376,599 Medical Professionals\r\nWholesalers Database 106,932 Wholesalers\r\nReal Estate Agent Database 257,980 Estate Agents\r\nForex South Africa 113,550 Forex Traders\r\n\r\nUK Companies Database\r\n521,303 Companies\r\n\r\nGerman Companies Database 2,209,191 Companies\r\nGerman Executives Database 985,048 Executives\r\n\r\nAustralia Companies Database 1,806,596 Companies\r\n\r\nUAE Companies Database 950,652 Companies\r\n\r\nAffiliate Marketers Database 494,909\r\n\r\nRegards,\r\nStarDataGroup.com', '2021-01-01 23:35:09'),
(218, 'Ila Moralez', 'ila.moralez@outlook.com', 'Hey - gtbhnursing.com,\r\n\r\nSocial Signals can serve as social proof. The more credible the evidence of your popularity, the better. Social share counts offer visitors a tangible count of your content\'s circulation, increasing the assumed appeal and value it.\r\nCheck what we can perform for you: \r\nhttps://jtbtigers.com/socialsignals487466\r\nKind regards,', '2021-01-02 15:57:20'),
(219, 'Dawn Beavers', 'beavers.dawn94@msn.com', 'Greetings\r\n\r\nFinally there is a SEO Service that has given proven results and that is backed by the customers! \r\n\r\nFor more information, check our service here\r\nhttps://speed-seo.net/product/serp-booster/\r\n\r\n\r\nthank you\r\nPeter Beavers\r\nSpeed SEO Agency\r\nsupport@speed-seo.net', '2021-01-03 01:05:48'),
(220, 'Winfred Browne', 'browne.winfred@gmail.com', 'Do you want to see how you can start your own online business without needing to have anything to sell? Have a look at: https://bit.ly/earn-cash-with-affiliate-marketing', '2021-01-04 04:10:43');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(221, 'Eric Jones', 'ericjonesonline@outlook.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://www.talkwithwebvisitors.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-01-04 22:39:35'),
(222, 'Susie Parks', 'susie@perfectmedialab.com', 'Seeking webmaster/small business owner to participate in the online paid researches\r\n\r\nHi,\r\n\r\nI\'m Parks from American User Interviews.\r\n\r\nWe are looking for webmasters/small business owners/bloggers like you to participate in our online paid tasks, such as:\r\nâ€œSeeking webmasters who use cdn to speed up websites, $3, 6 minutes â€ - You take 6 minutes to fill out some forms, then get $3.\r\n\r\nOr â€œLooking for small business owners to test a new feature, $2, 5 minutesâ€  â€¦\r\n\r\nIf you are interested, please visit: https://www.perfectmedialab.com/getcash\r\n			\r\nNote:\r\n\r\nâ€¢ Select 2 industries when perfecting information: 1. Internet 2. Industry related to your business\r\n\r\nâ€¢ You will not qualify for all surveys that are available, if you don\'t qualify for one, click next\r\n\r\nâ€¢ Cash offer will Not Screen members and give higher pay!\r\n  \r\nSusie Parks\r\n\r\nUnsubscribe: https://www.perfectmedialab.com/unsubscribe', '2021-01-07 06:28:18'),
(223, 'Marcos Lucero', 'lucero.marcos@gmail.com', 'Good morning people at gtbhnursing.com,\r\nHope youâ€™re great. \r\nI\'m ,\r\nHope youâ€™re great, and that customers are profitable. Please allow me to introduce to you this service.\r\nNever has it been so easy to market your web site. Just enter your URL, and we will take over from there.\r\nhttps://onlineuniversalwork.com/websitesubmitter311839\r\nWith best regards,', '2021-01-08 05:16:25'),
(224, 'Luciana O\'Mahony', 'omahony.luciana@gmail.com', 'Would you like to promote your website for free? Have a look at this: https://bit.ly/totally-free-ads', '2021-01-11 18:00:36'),
(225, 'Joe Miller', 'info@domainworld.com', 'Notice#: 491343\r\nDate: 2021-01-12  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gtbhnursing.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gtbhnursing.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-registration.ga/?n=gtbhnursing.com&r=a&t=1610403176&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-registration.ga/?n=gtbhnursing.com&r=a&t=1610403176&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-01-11 22:12:55'),
(226, 'Twyla Montagu', 'twyla@sendbulkmails.com', 'Want to send out emails?\r\n\r\nUse SendBulkMails.com to run email campaigns from your own private dashboard.\r\n\r\nCold emails are allowed and won\'t get you blocked :)\r\n\r\nStarter Package 50% off sale\r\n- 1Mil emails / mo @ $99 USD\r\n- Dedicated IP and Domain Included\r\n- Detailed statistical reports (delivery, bounce, clicks etc.)\r\n- Quick and easy setup with extended support at no extra cost.\r\n- Cancel anytime!\r\n\r\nVisit SendBulkMails.com', '2021-01-12 12:12:15'),
(227, 'Latosha Bonnor', 'bonnor.latosha@gmail.com', 'Hey people at gtbhnursing.com,\r\nHope youâ€™re excellent. \r\nI\'m ,\r\nHope youâ€™re well, and that the company is profitable. Please allow me to introduce to you this service.\r\nMinimize enough time and expenses to promote your web site with the Artificial Intelligence Website Submitter.\r\nhttp://disurl.ml/websitesubmitter602223\r\nWarm regards,', '2021-01-13 00:52:00'),
(228, 'Aaliyah Lincoln', 'lincoln.aaliyah99@gmail.com', 'Were you aware that contact form messages like these are in fact an excellent way to generate leads for your website? How can we do it? Very simple, we craft an ad message like this one for your business and we blast it out to tons of contact pages on any kind of website you want. Do ads like these work well? Well you\'re reading this now aren\'t you? What\'s more, this won\'t cost you much more than a hundred bucks a month! Want to get more info? write an email to: HansenAndyc65833@gmail.com', '2021-01-14 19:07:00'),
(229, 'Giselle Booker', 'booker.giselle31@gmail.com', 'Hi people at gtbhnursing.com,\r\nHope youâ€™re good. \r\nI\'m ,\r\nHope youâ€™re well, and that customers are good. Please allow me to introduce to you this service.\r\nThe only service you\'ll need to get your website to the top.\r\nhttps://1borsa.com/websitesubmitter771536\r\nKind regards,', '2021-01-15 21:15:55'),
(230, 'Joe Miller', 'info@domainworld.com', 'Notice#: 491343\r\nDate: 2021-01-18  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gtbhnursing.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gtbhnursing.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://yourdomainregistration.ga/?n=gtbhnursing.com&r=a&t=1610863897&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://yourdomainregistration.ga/?n=gtbhnursing.com&r=a&t=1610863897&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-01-17 06:11:37'),
(231, 'Joe Miller', 'info@domainworld.com', 'Notice#: 491343\r\nDate: 2021-01-18  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gtbhnursing.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gtbhnursing.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://yourdomainregistration.ga/?n=gtbhnursing.com&r=a&t=1610867417&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://yourdomainregistration.ga/?n=gtbhnursing.com&r=a&t=1610867417&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-01-17 07:10:16'),
(232, 'Joe Miller', 'info@domainworld.com', 'Notice#: 491343\r\nDate: 2021-01-18  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gtbhnursing.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gtbhnursing.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://yourdomainregistration.ga/?n=gtbhnursing.com&r=a&t=1610875742&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://yourdomainregistration.ga/?n=gtbhnursing.com&r=a&t=1610875742&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-01-17 09:29:01'),
(233, 'Eric Jones', 'ericjonesonline@outlook.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-01-18 07:06:26'),
(234, 'Charlotte Priestley', 'charlotte.priestley@yahoo.com', 'Good evening - gtbhnursing.com,\r\nSocial signals are the most essential element in modern SEO. With our help, you are going to attain the high page rankings which might be essential for online business survival.\r\nCheck what we are able to do for you: \r\nhttp://divineurl.com/socialsignals418129\r\nWarm regards,', '2021-01-20 11:28:39'),
(235, 'Terry Moye', 'terry.moye@contactmail.world', 'Dear, gtbhnursing.com Owner, CEO or Marketing Department\r\n\r\n\r\n\r\nRead a full message here: https://sites.google.com/view/review-software/#gtbhnursing.com\r\n\r\n\r\n\r\n\r\n\r\n___\r\nUnsubscribe - https://sites.google.com/view/review-software/unsubscribe/#gtbhnursing.com\r\nGermany, MV, Wismar, 23953, Ruschestrasse 65, 03841 89 41 10\r\nTerry Moye\r\n&lt;for1a4:06 AM_354:06 AMri6A.D.&gt;', '2021-01-22 12:06:36'),
(236, 'Eric Jones', 'ericjonesonline@outlook.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://www.talkwithwebvisitors.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-01-22 16:06:13'),
(237, 'Jayson Bogen', 'jayson.bogen@gmail.com', 'Good Afternoon people at gtbhnursing.com,\r\nHope youâ€™re excellent. \r\nI\'m ,\r\nHope youâ€™re excellent, and that the company is profitable. Please allow me to introduce to you this service.\r\nUse our Artificial Intelligence service to submit your web site to a large number of directories and engines like google.\r\nhttp://freeurlredirect.com/websitesubmitter682939\r\nRegards,', '2021-01-23 00:52:10'),
(238, 'Willard Goodrich', 'goodrich.willard@googlemail.com', 'Secret way to advertise your website for ZERO COST! See here: http://www.zerocost-ad-posting.xyz', '2021-01-23 04:22:44'),
(239, 'Johnette Boas', 'johnette.boas@gmail.com', 'Get traffic for your online business, local shop/service or blog without paying a dime. This post examines 5 different methods to get lots of high exposure ads for free for your business: https://bit.ly/5waystoadvertisefree', '2021-01-23 04:37:42'),
(240, 'Leonida Rayford', 'leonida.rayford96@yahoo.com', 'Good Afternoon - gtbhnursing.com,\r\nSocial signals include the most essential element in modern SEO. With our help, you may get the high page rankings which are needed for online business survival.\r\nCheck what we can do for you: \r\nhttps://1borsa.com/socialsignals478674\r\nWarm regards,', '2021-01-25 10:42:59'),
(241, 'Tesha Waley', 'tesha.waley50@gmail.com', 'Hello\r\n\r\nIf you ever need Negative SEO work, we offer it right here\r\nhttps://speed-seo.net/product/negative-seo-service/\r\n\r\n\r\nthank you\r\nPeter Waley\r\nSpeed SEO Agency\r\nsupport@speed-seo.net', '2021-01-26 15:32:41'),
(242, 'Joe Miller', 'info@domainregistercorp.com', 'Notice#: 491343\r\nDate: 2021-01-29  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gtbhnursing.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gtbhnursing.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gtbhnursing.com&r=a&t=1611832237&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gtbhnursing.com&r=a&t=1611832237&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-01-28 11:10:39'),
(243, 'Joe Miller', 'info@domainregistercorp.com', 'Notice#: 491343\r\nDate: 2021-01-29  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gtbhnursing.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gtbhnursing.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gtbhnursing.com&r=a&t=1611841729&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gtbhnursing.com&r=a&t=1611841729&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-01-28 13:48:48'),
(244, 'Brian Lindsley', 'brian.lindsley@yahoo.com', 'Looking for free traffic for your site? Take a look at these 5 high traffic websites where you can promote your site without paying a penny: https://bit.ly/free-traffic-and-sales', '2021-01-29 08:35:25'),
(245, 'Rob Doyle', 'rob.doyle@gmail.com', 'Hey,\r\nI\'m ,\r\nHow are you doing regarding your Business Reviews?\r\nGoogle reviews improve click-through rates. Itâ€™s vital to have customers to visit your link, along with a good assortment of positive reviews entices visitors to function that.\r\nhttps://slimex365.com/googlereviews845077\r\nKind Regards,\r\n\r\nP.S.We wish you a million clients this year.', '2021-02-01 00:41:00'),
(246, 'Bernadette Byatt', 'bernadette@stardatagroup.com', 'It is with sad regret to inform you StarDataGroup.com is shutting down.\r\n\r\nFire sale till the 7th of Feb.\r\n\r\nAny group of databases listed below is $49 or $149 for all 16 databases in this one time offer.\r\nYou can purchase it at www.StarDataGroup.com and view samples.\r\n\r\n- LinkedIn Database\r\n 43,535,433 LinkedIn Records\r\n\r\n- USA B2B Companies Database\r\n 28,147,835 Companies\r\n\r\n- Forex\r\n Forex South Africa 113,550 Forex Traders\r\n Forex Australia 135,696 Forex Traders\r\n Forex UK 779,674 Forex Traders\r\n\r\n- UK Companies Database\r\n 521,303 Companies\r\n\r\n- German Databases\r\n German Companies Database: 2,209,191 Companies\r\n German Executives Database: 985,048 Executives\r\n\r\n- Australian Companies Database\r\n 1,806,596 Companies\r\n\r\n- UAE Companies Database\r\n 950,652 Companies\r\n\r\n- Affiliate Marketers Database\r\n 494,909 records\r\n\r\n- South African Databases\r\n B2B Companies Database: 1,462,227 Companies\r\n Directors Database: 758,834 Directors\r\n Healthcare Database: 376,599 Medical Professionals\r\n Wholesalers Database: 106,932 Wholesalers\r\n Real Estate Agent Database: 257,980 Estate Agents\r\n Forex South Africa: 113,550 Forex Traders\r\n\r\nVisit www.stardatagroup.com or contact us with any queries.\r\n\r\nKind Regards,\r\nStarDataGroup.com', '2021-02-01 11:51:07'),
(247, 'Eric Jones', 'ericjonesonline@outlook.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-02-03 02:36:20'),
(248, 'Erica Jackson', 'ericajacksonmi0@yahoo.com', 'Hi, \r\n\r\nWe\'re wondering if you\'d be interested in a \'dofollow\' backlink to gtbhnursing.com from our DA50 website?\r\n\r\nOur website is dedicated to facts/education, and so can host articles on pretty much any topic.\r\n\r\nYou can either write a new article yourself, or we can link from existing content. The price is just $45 and you can pay once the article/link has been published. This is a one-time fee, so there are no extra charges.\r\n\r\nAlso: Once the article has been published, and your backlink has been added, it will be shared out to almost 3 million social media followers (if it\'s educationally based). This means you aren\'t just getting the high valued backlink, you\'re also getting the potential of more traffic to your site.\r\n\r\nIf you\'re interested, please reply to this email, including the word \'interested\' in the Subject Field.\r\n\r\nKind Regards,\r\nErica', '2021-02-03 16:15:03'),
(249, 'Prabhjot singh', 'Gaganbulewal@gmail.com', 'I want your offical email I\'d and ph no. Regarding foreign verification', '2021-02-05 04:31:10'),
(250, 'Lily Goulet', 'goulet.lily@gmail.com', 'Want more visitors for your website? Get thousands of people who are ready to buy sent directly to your website. Boost your profits fast. Start seeing results in as little as 48 hours. For more info Have a look at: http://bit.ly/buy-niche-targeted-web-traffic', '2021-02-05 20:07:53'),
(251, 'Joe Miller', 'info@domainregistrationcorp.com', 'TERMINATION OF DOMAIN gtbhnursing.com\r\nInvoice#: 491343\r\nDate: 05 Feb 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN gtbhnursing.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN gtbhnursing.com WILL BE COMPLETED WITHIN 24 HOURS\r\n\r\nYour payment for the renewal of your domain gtbhnursing.com has not received yet\r\n\r\nWe have tried to reach you by phone several times, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domaincorp.ga\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED!\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domaincorp.ga\r\n\r\nYOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN gtbhnursing.com\r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-02-06 02:36:49'),
(252, 'Bobbie Whipple', 'whipple.bobbie96@gmail.com', 'Howdy\r\n\r\nI have just analyzed domain: gtbhnursing.com for  the current search visibility and saw that your website could use a boost.\r\n\r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support.\r\n\r\nPlease check our plans here, we offer SEO at cheap rates. \r\nhttps://speed-seo.net/product/monthly-seo-package/\r\n\r\nStart improving your sales and leads with us, today!\r\n\r\nregards\r\nMike Whipple\r\nSpeed SEO Digital Team\r\nsupport@speed-seo.net', '2021-02-06 22:45:22'),
(253, 'Grover Thurber', 'thurber.grover@hotmail.com', 'Hi - gtbhnursing.com,\r\n\r\nImagine a community where people share and discuss things they like. When we are about to decide, we consult our friends and other experienced people to get good advice and recommendations from all parties and arrive to the best solution. The concept of guidance has come to search engines in the form of \"Social Signal\". All of your Likes, Tweets, Pins & Shares are considered by search engines as votes of trust. Social Signals, as a result, act like human recommendations for your website.\r\nCheck what we can do for you: \r\nhttps://jtbtigers.com/socialsignals450057\r\nRegards,', '2021-02-07 07:38:34'),
(254, 'Liam Neely', 'info@topfakeid.com', 'Buy Scannable Fake ID â€“ Premium\r\nFake IDs\r\nBuy our premium fake IDs with the best security elements.\r\nAll of our fake ID comes with Scannable features & guaranteed to pass under UV.\r\n\r\nRead our reviews and testimonials\r\nhttps://www.trustpilot.com/review/topfakeid.com\r\nhttps://www.scamadviser.com/check-website/topfakeid.com\r\nhttps://www.sitejabber.com/reviews/topfakeid.com', '2021-02-08 22:36:28'),
(255, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-02-11 16:17:06'),
(256, 'Kassie Cote', 'kassie.cote34@msn.com', 'Greetings gtbhnursing.com,\r\nI hope this email finds you well, Iâ€™m writing this email to brief you about the perks of using our product for neck pain named asÂ NeckBc.\r\nJust one day of labour is more than enough to do hurt to your neck pain, irritation and posture problems that could last for up to weeks.\r\nWhether itâ€™s working 9-5, studying, working out at the gym, or simply browsing through your social media page, itâ€™s easy to lose consciousness of where your headâ€™s headingâ€¦\r\nBefore you know it, youâ€™re merely centimeters away from your screen, back slouched forward, overworking things at the fitness centre, doing all that makes your neck scream!\r\nWorse, youâ€™ve been doing this for hours and now your neck hurts, burns.\r\nDesigned like a head pillow, this 3-mode smart electric neck massager completely replaces conventional manual massagers. \r\nNow portable, simply bring this miracle-worker out, regardless of where you are, for a short 15-minute relaxation that your neck will definitely love you for!\r\nSee it here: neckbc.com . It is currently sold at a 50% discounted price even at its affordable price.', '2021-02-12 22:47:55'),
(257, 'Kelle Langlands', 'langlands.kelle@gmail.com', 'Good Afternoon \r\nI tried to find you on google maps, but I couldn\'t, so I\'ve visited your website gtbhnursing.com and saw that you have some images that we can make use of so clients can find you locally.\r\nLet us make your Images store your business information and bring leads and clients using GeoTagging, learn more:\r\nwww.geo-taggedimages.site\r\nI know it will work.\r\nThanks!\r\nKind regards,', '2021-02-14 12:02:12'),
(258, 'Eric Jones', 'ericjonesonline@outlook.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-02-14 21:11:53'),
(259, 'Ruthie Conaway', 'ruthie@sendbulkmails.com', 'Use SendBulkMails.com to run email campaigns from your own private dashboard.\r\n\r\nCold emails are allowed and won\'t get you blocked :)\r\n\r\n- 1Mil emails / mo @ $99 USD\r\n- Dedicated IP and Domain Included\r\n- Detailed statistical reports (delivery, bounce, clicks etc.)\r\n- Quick and easy setup with extended support at no extra cost.\r\n- Cancel anytime!\r\n\r\nRegards,\r\nwww.SendBulkMails.com', '2021-02-15 10:04:18'),
(260, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-02-16 12:53:01'),
(261, 'Kate Maple', 'maple.kate@gmail.com', 'Good morning,\r\nI\'m ,\r\nHow are you doing regarding your Business Reviews?\r\nGoogle reviews influence purchase decisions. Online Google reviews can be exactly what someone has to push them from consideration to get.\r\nwww.best-google-reviews.com\r\nKind Regards,', '2021-02-16 16:56:08'),
(262, 'Jennifer Lloyd', 'bornthohoran1974@yahoo.com', 'Hi,\r\n\r\nWe are wondering if you would be interested in our service, where we can provide you with a dofollow link from Amazon (DA 96) back to gtbhnursing.com?\r\n\r\nIf you\'d be interested in learning more, please visit and complete the form at: https://backlinkpro.club/amazon-backlink-service/\r\n\r\nKind Regards,\r\nJennifer', '2021-02-17 22:58:32'),
(263, 'Kevin Grisham', 'kevin@capitalkings.club', 'Are you looking for money to further grow and expand your business?\r\n\r\nPut the power of a direct lender to work for you today.\r\n\r\nWe provide loans up to 500k without requiring good credit or\r\ncollateral. This is because our loans are based on your companies sales.\r\n\r\nPlus, we provide an Instant Approval in less than 30 seconds and \r\nfunding the next day.\r\n\r\nClick here to get your instant approval www.capitalkings.club\r\n\r\nAlso, please check out this video to see all the options we have \r\navailable for you now.  www.capitalkings.club/video\r\n\r\nKevin Grisham\r\nCapital Kings', '2021-02-18 18:35:47'),
(264, 'D', 'baesidegrill@gmail.com', 'I was wondering if you have a need for CATERING SERVICES.\r\n\r\nWe are offering free FOOD SERVICES.\r\n\r\nCheck us out at https://www.instagram.com/baesidegrill/ or call / text 416-670-1862\r\n\r\nEmail us at baesidegrill@gmail.com and try us out!\r\n\r\nThanks,\r\nBindiya\r\n\r\n-------\r\n\r\nReport any unsolicited messages \r\nhttp://help.instagram.com/contact/383679321740945?helpref=page_content', '2021-02-19 06:06:29'),
(265, 'Roma Born', 'roma@buy-rapid-tests.com', 'Get your own Covid-19 test results in 15 minutes on Buy-Rapid-Tests.com\r\n\r\nSimple 3 step process - anyone can do it.\r\n\r\nWe have FDA Authorized Covid-19 Rapid Test Kits - Most orders ship standard within 48 hours.\r\n\r\nOrder minimum is only - 1 Box \r\n\r\nEach Box includes:\r\n- 25 individual Covid-19 tests cassettes\r\n- 25 blood droppers\r\n- 1 bottle of buffer/testing solution\r\n\r\nBuy as many boxes as you would like.\r\n\r\nThese tests are perfect for your organization, business, restuarant or group.\r\n\r\nPrice is $36 per test (25 tests per box) and that includes shipping to any location for $50\r\n\r\nWe offer 10% wholesale price breaks for quantities of 5 boxes or more.\r\n\r\nRegards,\r\nBuy-Rapid-Tests.com', '2021-02-19 14:38:39'),
(266, 'Kris Haynes', 'haynes.kris@gmail.com', 'Do you want to submit your ad on thousands of online ad websites every month? Pay one low monthly fee and get almost unlimited traffic to your site forever!\r\n\r\nFor all the details, check out: http://bit.ly/zero--cost--traffic', '2021-02-21 04:39:45'),
(267, 'Ute Rome', 'ute.rome@yahoo.com', 'Did you know that notes like these that come through your website\'s contact page can actually be an effective method to generate leads for your online or offline business? How do we do this? Easy, we craft an ad message like this one for your site and we submit it to millions contact forms on any kind of website you want. Does this method of advertising work? Since you\'ve ready my entire message then you\'re proof that they do! What\'s more, this doesn\'t cost more than $3 a day! Interested in more details? drop us a line vie email here: sadasassaasasdxa@gmail.com', '2021-02-21 05:38:36'),
(268, 'Robert Wright', 'Wright6554@gmail.com', 'It looks like you\'ve misspelled the word \"garde\" on your website.  I thought you would like to know :).  Silly mistakes can ruin your site\'s credibility.  I\'ve used a tool called SpellScan.com in the past to keep mistakes off of my website.\r\n\r\n-Robert', '2021-02-22 08:22:41'),
(269, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-02-22 12:37:27'),
(270, 'Mamie Haygood', 'wordp.res.s2.0.021.988+divampasse@gmail.com', 'Hi,\r\n\r\nAre you currently utilising Wordpress/Woocommerce or do you actually project to use it sometime soon ? We currently provide more than 2500 premium plugins and also themes to download : https://shorteo.xyz/dblRt\r\n\r\nRegards,\r\n\r\nMamie', '2021-02-23 00:22:19'),
(271, 'Jasmine', 'webmaster@gtbhnursing.com', 'Hi \r\n \r\nBuy all styles of Ray-Ban Sunglasses only 19.99 dollars.  If interested, please visit our site: framesoutlet.online\r\n \r\nBest, \r\n \r\ngtbhnursing.com', '2021-02-23 16:50:54'),
(272, 'Jackie Broyles', 'jackie.broyles@hotmail.com', 'Good morning, I was just on your website and submitted this message via your feedback form. The \"contact us\" page on your site sends you these messages via email which is the reason you are reading my message right now right? That\'s the most important accomplishment with any type of online ad, making people actually READ your message and that\'s exactly what I just accomplished with you! If you have an ad message you would like to blast out to tons of websites via their contact forms in the U.S. or anywhere in the world send me a quick note now, I can even focus on your required niches and my costs are very low. Send a reply to: nolatenley4915jbakc@gmail.com', '2021-02-24 19:41:42'),
(273, 'SendBulkMails.com', 'jannie@sendbulkmails.com', 'SendBulkMails.com allows you to reach out to clients via cold email marketing.\r\n\r\n- 1Mil emails starter package\r\n- Dedicated IP and Domain Included\r\n\r\n- Detailed statistical reports (delivery, bounce, clicks etc.)\r\n\r\n- Quick and easy setup with extended support at no extra cost.\r\n\r\n- Cancel anytime!\r\n\r\nSendBulkMails.com', '2021-02-25 09:07:47'),
(274, 'Verna Maddox', 'verna.maddox@googlemail.com', 'Rockstar needs help! Hey friend! I\'m Isabella Freedom from Finland living in Los Angeles. I\'ve been playing the guitar since I was 7yo and that\'s also when I told my parents I\'m going to be a rockstar. It\'s been 20years so it needs to happen NOW!! AND there is a way! Snoop Dogg is having a competition and if I win my inner child will survive. The competition is that you select a beat and make it your own song. I recorded guitar and lyrics and made a video! This is my contest submission on YouTube \"Snoop Contest Isabella Freedom - They Love Me\" http://bit.ly/They-Love-Me-video I beg you to please comment something on my video so the Competition Judges see that I have support and win. Please please do this random act of kindness simply because I beg you to. \r\nMuch Love! Thank you thank you! God Bless\r\nIsabella Freedom', '2021-02-27 05:50:04'),
(275, 'Olivia Johnson', 'no-reply@nooooo-reply.com', 'Elon Musk says heâ€™s a supporter of bitcoin and thinks it will get â€˜broad acceptanceâ€™ in finance & Bitcoin Rally Takes Crypto Market Value to New Record.\r\n\r\nUnless you are living off the grid, everyone is getting on the Bitcoin bandwagon.\r\n\r\nhttps://www.bloomberg.com/news/articles/2021-02-05/musk-helps-crypto-market-value-climb-to-record-in-volatile-week\r\nhttps://www.cnbc.com/2021/02/01/elon-musk-on-clubhouse-i-am-a-supporter-of-bitcoin.html\r\n\r\nAccording to this Forbe\'s report: https://www.forbes.com/sites/billybambrough/2020/11/19/leaked-citibank-report-reveals-bitcoin-could-rocket-to-300000-price-by-end-of-2021/?sh=52d3b5176eab\r\n\r\nCitibank expects Bitcoin to hit USD$300,000 by end of this year.\r\n\r\nThe price of Bitcoin is currently around $40,000.\r\n\r\nWith central banks printing so much money around the world, consumer prices are going up already. Your savings in your bank account is losing its purchasing power. Beat inflation and grow your purchasing power by buying bitcoin for your family and yourself.\r\n\r\n\r\n\r\nIf you are interested to get involved with cryptos and consider joining this action, you can buy cryptos at the world\'s biggest and most established crypto exchange Binance at the link below:\r\nhttp://bit.ly/2L6ZySg\r\n\r\n\r\nFor US Residents:\r\nDownload Bitrue App and sign up, get Sign-up Package at once. Open the package you will have a chance to win 60,000 XRP!  Moreover, inviting friends will get commission rebate up to 50%!http://bit.ly/3r3oPvQ', '2021-02-27 19:43:22'),
(276, 'Hong Wilcox', 'hong.wilcox98@gmail.com', 'Good evening\r\nYour social media can do more. Your customers are already interacting with brands through social media. If you\'re not speaking directly to your audience through social platforms like Facebook, Twitter, Instagram, and Pinterest, you\'re missing out.  We can\'t wait to fix this for you.\r\nCheck how we can help you:\r\nhttps://it-specialists.shop\r\nKind regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://it-specialists.shop/?unsubscribe=gtbhnursing.com', '2021-02-28 00:38:15'),
(277, 'Denisha Tearle', 'tearle.denisha@gmail.com', 'Hello\r\n\r\nIf you ever need Negative SEO work, we offer it right here\r\nhttps://speed-seo.net/product/negative-seo-service/\r\n\r\n\r\nthank you\r\nPeter Tearle\r\nSpeed SEO Agency\r\nsupport@speed-seo.net', '2021-02-28 15:46:19');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(278, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-03-01 13:37:38'),
(279, 'Yukiko Gurner', 'yukiko.gurner@outlook.com', 'Hi,\r\n\r\nWe\'re wondering if you\'ve ever considered taking the content from gtbhnursing.com and converting it into videos to promote on social media platforms such as Youtube?\r\n\r\nIt\'s another \'rod in the pond\' in terms of traffic generation, as so many people use Youtube.\r\n\r\nYou can read a bit more about the software here: https://www.vidnami.com/c/Diane6-vn-freetrial								\r\n\r\nKind Regards,\r\nYukiko', '2021-03-01 17:49:34'),
(280, 'Melody Seiler', 'melody.seiler@outlook.com', 'Good evening\r\nPay attention to your social media. The first step of promoting your social media accounts is making sure people know where to find you. We canâ€™t wait to help you with that.\r\nSee what we do:\r\nhttps://it-seo-specialists.com\r\nKind regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://it-seo-specialists.com/?unsubscribe=gtbhnursing.com', '2021-03-03 05:19:43'),
(281, 'Justina Wiliams', 'justina.wiliams@msn.com', 'Hey\r\nWe can optimize & fix errors (if any) on gtbhnursing.com, do it yourself or let us do everything for you. Allow us to assist:\r\nhttps://technical-website.com\r\nHave great day!\r\nSincerely,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://one-two-seo.com/?unsubscribe=gtbhnursing.com', '2021-03-04 01:03:22'),
(282, 'Elmer Waldon', 'waldon.elmer@googlemail.com', 'The best fake id maker in the market for over 15 years\r\n\r\nbuy now\r\nhttp://idgod.ch\r\n\r\nread our reviews and testimonials\r\nhttps://www.trustpilot.com/review/idgod.ch\r\nhttps://scamadviser.com/check-website/idgod.ch\r\nhttps://www.sitejabber.com/online-business-review?url=idgod.ch', '2021-03-06 04:21:27'),
(283, 'Andre Hack', 'andre.hack@msn.com', 'Do you need free traffic for your site? Take a look at these 5 high volume traffic sites where you can advertise your website at zero cost: http://bit.ly/sites-where-u-can-get-free-traffic', '2021-03-07 03:48:06'),
(284, 'Bertie Bodiford', 'bodiford.bertie@gmail.com', 'Do you want to find out how you can start your own online business without needing to have anything to sell? Go to: http://bit.ly/make--money-with-affiliate-marketing', '2021-03-07 17:00:51'),
(285, 'Darla Pelloe', 'darla.pelloe@gmail.com', 'Hey,\r\nI\'m ,\r\nHow are you doing regarding your Business Reviews?\r\nGoogle reviews increase trust and credibility. This might sound strange, but a massive majority of 18-35-year-olds trust online reviews up to recommendations from friends.\r\nhttps://your-google-reviews.com\r\nKind Regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://one-two-seo.com/?unsubscribe=gtbhnursing.com', '2021-03-08 01:03:28'),
(286, 'Suzanne Paz', 'suzanne@sesforyou.com', 'Hi,\r\n \r\nI\'m always asked what is the quickest way to make money online, when you are just starting out? Well here\'s the definitive answer that question:\r\n \r\n==&gt; https://sesforyou.com\r\n \r\nNew Book Reveals How I Built A 7-Figure Online Business Using Nothing But Ethical Email Marketing To Drive Revenue, Sales and Commissions...\r\n \r\n==&gt; https://sesforyou.com\r\n \r\nRegards,\r\nSesForYou.com', '2021-03-08 02:02:00'),
(287, 'Connie', 'info@gtbhnursing.com', 'The #1 Best Dog Bed Of 2021\r\nGet yours now, we\'re currently having a sale & Free Shipping\r\n\r\nShop now: dogloverclub.store\r\n\r\nHome | Institute of Nursing Education', '2021-03-13 10:52:38'),
(288, 'Ingeborg Parr', 'parr.ingeborg37@gmail.com', 'Are you looking to promote your website for literally no cost? Check this out: http://bit.ly/submit-free-ads-here', '2021-03-15 16:59:25'),
(289, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-03-15 18:29:29'),
(290, 'Mandeep Kaur', 'mandymand29@gmail.com', 'Hi there,\r\n\r\nthis is Mandeep Kaur. I was a student in your institute in the 2011 batch. I had done my study in 2015, GNM. I need some official documents from you for my evaluation in Canada. it would be really appreciated if you can help me.\r\nI will wait for your reply.\r\nthank you\r\nyours sincerely\r\nMandeep Kaur', '2021-03-16 04:37:39'),
(291, 'Priscilla Corona', 'corona.priscilla@gmail.com', 'Hey \r\nHope youâ€™re good, and that the company is profitable.\r\nThis is the software your competition use and don\'t want you to know:\r\nhttps://backlinks-generator.com\r\nRegards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://one-two-seo.com/?unsubscribe=gtbhnursing.com', '2021-03-16 14:53:23'),
(292, 'Luz', 'luz@gtbhnursing.com', 'Hi \r\n\r\nBody Revolution - Medico Posturaâ„¢ Body Posture Corrector\r\nImprove Your Posture INSTANTLY!\r\nGet it while it\'s still 60% OFF!\r\nFREE Worldwide Shipping!\r\n\r\nGet yours here: medicopostura.online\r\n\r\nHave a great time, \r\n\r\nLuz\r\nHome | Institute of Nursing Education', '2021-03-18 02:51:13'),
(293, 'Mollie De Gruchy', 'degruchy.mollie@hotmail.com', 'Hey \r\nHope youâ€™re excellent, and that customers are good.\r\nThis is the service your top competitors use:\r\nhttps://your-it-technicians.com/backlinks-generator\r\nKind regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://your-it-technicians.com/?unsubscribe=gtbhnursing.com', '2021-03-20 12:02:31'),
(294, 'Annmarie Donaldson', 'annmarie.donaldson@gmail.com', 'Greetings\r\n\r\nI have just analyzed gtbhnursing.com for  the current search visibility and seen that your website could use a boost.\r\n\r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support.\r\n\r\nPlease check our pricelist here, we offer SEO at cheap rates.\r\nhttps://digitalsy.org.uk/seo-pricing/\r\n\r\nStart improving your sales and leads with us, today!\r\n\r\nregards\r\nMike Donaldson\r\nDigitalsy UK Team\r\nsupport@digitalsy.org.uk', '2021-03-20 22:55:54'),
(295, 'Keesha Ocampo', 'ocampo.keesha@outlook.com', 'No more paying 1000\'s of dollars for overpriced online ads! I have a method that costs only a tiny payment and delivers an almost endless volume of traffic to your website\r\n\r\nFor all the details, check out: http://bit.ly/free-unlimited-traffic', '2021-03-21 01:42:51'),
(296, 'Holley Akin', 'akin.holley@msn.com', 'Advertise your online biz or \"brick and mortar\" shop without ever paying for ads. This post examines a few different ways to get tons of free ads for your business: http://bit.ly/free-traffic-from-5-hi-traffic-sites', '2021-03-23 17:46:29'),
(297, 'Deana Schneider', 'deana@bestlocaldata.com', 'Hello,\r\n\r\nBestLocalData.com has a special package you get any group of databases for $49 or $249 for all 16 databases and unlimited emails for a year(Domain, IP, Dashboard included).\r\n\r\nYou can purchase it on BestLocalData.com and see samples if you are interested.', '2021-03-24 14:24:00'),
(298, 'Olivia Johnson', 'lombardo.collin@gmail.com', 'Gd\'Day Mate!\r\n\r\nFirstly we are not selling anything.\r\n\r\nUnless you have been living off the grid with no internet, the mainstream media has been reporting news on bitcoin and cryptocurrencies.\r\n\r\nTesla buys $1.5 billion in bitcoin, plans to accept it as payment\r\nhttps://www.cnbc.com/2021/02/08/tesla-buys-1point5-billion-in-bitcoin.html\r\n\r\nWeeks After $1B Bitcoin Purchase, MicroStrategy Buys Another $15M Worth Of Cryptocurrency\r\nhttps://finance.yahoo.com/news/weeks-1b-bitcoin-purchase-microstrategy-163558608.html\r\n\r\nIf you are new to cryptocurrencies, our tip for you is NOT to buy Bitcoin now. There are literally thousands of cryptocurrencies, as with all things in life, some are gems (with potential to x10 or x100) and most are garbage which eventually will go to zero.\r\n\r\nBitcoin is the KING coin in the crypto world, all other crypto currencies are collectively known as altcoins.\r\n\r\nWhat is altcoin season\r\n\r\nWhile everyone has been focusin on Bitcoin, there is a term \"Altcoin Season\" when the prices of good altcoins can go up times 10 or even x 100 in a crazy rally. This is mainly due to speculators who have made crazy gains from Bitcoins to smaller cap coins in order to chase gains.\r\n\r\nYou can literally turn $1000 into $10,000 or even $100,000 in an altcoin season (which seems to be happening now).\r\n\r\nAfter an altcoin rally which usually lasts 50 to 60 days, prices will crash hard (what goes up in a parabolic move must come down always).\r\n\r\nAnd if you can turn $1000, into $10,000 during this altcoin rally which is happening soon, we advise you to rotate your profits into bitcoin (King coin) as Bitcoin becomes relatively \"cheap\" compared to altcoins until Nov this year.\r\n\r\nYou can likely turn $10,000 into $10000 in the next bitcoin run up until Nov 2021 (a repeat of what Bitcoin and the market did in the last bull run in 2017). History does not repeat exactly but history certainly rythmes!\r\n\r\nAnd you have another chance to turn $10,000 into $1000,000 (thats 1 million) in the last leg of the altcoin rally which is likely to happen at the end of this year.\r\n\r\nWe understand there is no fundamentals to cryptos and this is a high risk game. But with the Federal Reserve holding down interest rates and printing more currencies (with the central banks around the world), the risk-reward for entering the crypto markets is simply too good.\r\n\r\nAltcoins we recommend:\r\n\r\nZilliqa coin (ZIL) which you can buy in Binance (here -&gt; http://bit.ly/2L6ZySg)\r\n\r\nZIL coin is a project from Singapore, a country that is politically stable and widely known as a city that embraces Cryptocurrenies. The Central bank of Singapore has launched the Singapore Dollar as a crypto stable coin in Zilliaq blockchain.\r\n\r\nhttps://www.mas.gov.sg/-/media/MAS/ProjectUbin/Project-Ubin-DvP-on-Distributed-Ledger-Technologies.pdf?la=en&hash=2ADD9093B64A819FCC78D94E68FA008A6CD724FF\r\n\r\nWe believe you cannot go too wrong when you follow what the government of Singapore is pursuing. ZIL is currently trading around USD$0.20. You can buy ZIL coin in Binance, the world\'s biggest crypto currency exchange here: http://bit.ly/2L6ZySg\r\n\r\n\r\nIf you are interested to get involved with cryptos and consider joining this action, you can buy cryptos below:\r\n\r\n\r\nGet started at the world\'s biggest and most established crypto exchange Binance at the link below:\r\nhttp://bit.ly/2L6ZySg', '2021-03-25 13:10:56'),
(299, 'Elissa Bruns', 'bruns.elissa@msn.com', 'Good evening - gtbhnursing.com,\r\nSocial signals include the most essential element in modern SEO. With our help, you will attain the high page rankings which can be needed for online business survival.\r\nCheck what we can do for you: \r\nhttps://iseo-shop.com/socialsignals\r\nKind regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://iseo-shop.com/?unsubscribe=gtbhnursing.com', '2021-03-25 14:53:16'),
(300, 'Ludie Bogen', 'ludie.bogen@gmail.com', 'Your All In One Solution For Creating All The Content You\'ll Ever Need.\r\n\r\nProprietary AI Turns YouTube Videos Into Traffic Getting Articles At The Press Of A Button!\r\n\r\nWeâ€™ve Been Getting Free Autopilot Traffic From Google Without SEO Experience For Over 2 Years By Converting Others YouTube Videos Into Articlesâ€¦\r\n\r\nhttps://warriorplus.com/o2/a/gmvfs/0', '2021-03-27 14:43:36'),
(301, 'Earnest Haveman', 'earnest.haveman31@gmail.com', 'Need extra income?\r\n\r\nA fully hosted, done for you content + monetisation and a stunning design web based software that creates a fully automated done for you cryptocurrency affiliate site,\r\n\r\nVisit us: https://warriorplus.com/o2/a/f5s4y/0', '2021-03-28 08:22:59'),
(302, 'Joe Miller', 'info@domainregistrationcorp.com', 'TERMINATION OF DOMAIN gtbhnursing.com\r\nInvoice#: 491343\r\nDate: 28 Mar 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN gtbhnursing.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN gtbhnursing.com WILL BE COMPLETED WITHIN 24 HOURS\r\n\r\nYour payment for the renewal of your domain gtbhnursing.com has not received yet\r\n\r\nWe have tried to reach you by phone several times, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-registrar.ga\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED!\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-registrar.ga\r\n\r\nYOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN gtbhnursing.com\r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-03-28 08:41:23'),
(303, 'Sylvester', 'gramp.sylvester@gmail.com', 'Hello there \r\n\r\nDefrost frozen foods in minutes safely and naturally with our THAW KINGâ„¢. \r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: thawking.online\r\n\r\nSincerely, \r\n\r\nSylvester\r\nHome | Institute of Nursing Education', '2021-03-30 14:21:50'),
(304, 'Olivia Johnson', 'jayme.biggs@gmail.com', 'Gd\'Day Mate!\r\n\r\nIn the crypto world, Binance is the biggest brand around and they offer an ecosystem of crypto services around their own cryptocurrency - the Binance coin (or BNB).\r\n\r\nBNB powers the Binance Ecosystem and is the native coin of the Binance Chain and the Binance Smart Chain. BNB has several use cases:\r\n\r\nPay for trading fees on the Binance exchange;\r\n\r\nPay for trading fees on Binance DEX (Decentralized Exchange);\r\n\r\nPay for transaction fees on the Binance Chain;\r\n\r\nPay for transaction fees on the Binance Smart Chain;\r\n\r\nPay for goods and services for both online and in-store purchases (e.g., using Binance Card or Binance Pay);\r\n\r\nBook hotels, flights and more at Travala.com;\r\n\r\nCommunity utility token on the Binance Smart Chain ecosystem (such as games and DApps);\r\n\r\nParticipate in token sales hosted on the Binance Launchpad;\r\n\r\nDonate on Binance Charity;\r\n\r\nProvide liquidity on Binance Liquid Swap;\r\n\r\n\r\n\r\nWhat is Binance Coin (BNB)?\r\nBNB was launched through an Initial Coin Offering (or ICO) that took place from June 26th to July 3rd, 2017 - 11 days before the Binance Exchange opened for trading. The issue price was 1 ETH for 2,700 BNB or 1 BTC for 20,000 BNB.\r\n\r\nBNB was issued as an ERC-20 token, running on the Ethereum network, with a total supply of 200 million coins. 100 million BNBs were offered in the ICO, but the current total supply is lower due to periodic burning events. If you want to know more about coin burns, and why BNBs are being permanently destroyed, check out What Is a Coin Burn?.\r\n\r\nAlthough initially based on the Ethereum network, the ERC-20 BNB tokens were later swapped with BEP-2 BNB on a 1:1 ratio. The BEP-2 BNB is the native coin of the Binance Chain, and the mainnet launch was announced on April 18th, 2019.\r\n\r\nIn September 2020, Binance launched the Binance Smart Chain (BSC), which is a blockchain network that runs in parallel with the Binance Chain. This means that you can now find BNB in three different forms: \r\n\r\nBNB BEP-2 on the Binance Chain.\r\n\r\nBNB BEP-20 on the Binance Smart Chain.\r\n\r\nBNB ERC-20 on the Ethereum network.\r\n\r\nWhat is BNB used for?\r\nAs mentioned, BNB has many use cases. For instance, you can use BNB to pay for your travel expenses, buy virtual gifts, and much more. But letâ€™s take a look at how BNB can help you with trading fees. Hereâ€™s how to buy BNB right away! \r\n\r\nWhen trading on the Binance Exchange, each trade will incur a standard fee of 0.1% (trading fees are determined by your monthly trading volume and BNB holdings). You can either pay the trading fees using the assets you are trading or you can pay for them with BNB. If you choose to pay in BNB, you will get a special discount.\r\n\r\nTherefore, if you trade a lot on Binance, you should consider getting BNB and using them to pay for your fees. Keep in mind that the deduction for trading fees follows a specific schedule, so make sure to check the current spot trading Fee Schedule. It\'s also worth noting that the Binance Futures platform follows a slightly different Fee Schedule.\r\n\r\nApart from discounted trading fees, BNB is also powering the Binance DEX (on the Binance Chain) and hundreds of applications that are running on the Binance Smart Chain (BSC).\r\n\r\n\r\nBinance coin is trading at around $280 USD per coin at the time of writing this, we expect this to increase by another 100% at least in the next rally. Sign up at Binance using this link https://bit.ly/31uRnnb and get 10% off your trading fees when you use this link!\r\n\r\n\r\nIf you are interested to get involved with cryptos and consider joining this action, you can buy cryptos below:\r\n\r\n\r\nGet started at the world\'s biggest and most established crypto exchange Binance at the link below:\r\nhttps://bit.ly/31uRnnb', '2021-03-31 09:51:40'),
(305, 'Claire Sharkey', 'claire.sharkey@msn.com', 'What is Link Bypass?\r\n\r\nLink Bypass allows you to easily bypass any sales page and generate a new buy link with no coding required and just a few clicks of your mouse.\r\n\r\nHow does Link Bypass work?\r\n\r\nStep #1 - Choose any sales page you want to bypass and link bypass with automatically create a custom payment link\r\n\r\nStep #2 - Add your new link to any landing page, sales page, or email with a few clicks of your mouse (Use your favorite page-building software or simply â€˜copy and pasteâ€™)\r\n\r\nStep #3 - Boost conversions and make more money on affiliate promotions\r\n\r\nVisit us: https://warriorplus.com/o2/a/q8rmt/0', '2021-03-31 14:56:15'),
(306, 'Angelia Bair', 'angelia.bair@yahoo.com', 'Hey,\r\nI\'m ,\r\nHow are you doing regarding your Facebook Page Reviews?\r\nFacebook reviews expand your online exposure and local SEO. Since successful marketing tactics drive googleâ€™s algorithm, businesses with multiple reviews make an appearance first in local searches.\r\nCheck what we are capable of doing for you: \r\nhttps://business-it-services.com/facebook-page-reviews\r\nWith warm regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://business-it-services.com/?unsubscribe=gtbhnursing.com', '2021-04-01 12:09:59'),
(307, 'Andrew Taylor', 'andrew@fastbizcash.xyz', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we\r\nmay be a perfect fit for you and hereâ€™s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fastbizcash.xyz  Applying does NOT affect your credit!\r\n\r\nAlso, please check out this video to see how our program works, and all the funding options we have available for you.  www.fastbizcash.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nAndrew Taylor\r\nFast Biz Cash\r\nwww.fastbizcash.xyz', '2021-04-01 22:59:57'),
(308, 'Shantell Hallock', 'shantell.hallock@msn.com', 'Find out how you can promote your online business free of charge forever!\r\n\r\nCheck out this amazing list consisting of the best search websites here &gt;http://bit.ly/you-can-post-free-ads-here', '2021-04-01 23:53:55'),
(309, 'Linda Miller', 'noreply@noreply.com', 'How To Master Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediatelyâ€“ not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000\'s of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn\'t it be?), I\'ve got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5  Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==&gt; Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe\'ve become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==&gt;  Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-04-02 16:28:01'),
(310, 'Doodle Videos', 'alissa.burbidge@gmail.com', 'Hey,\r\n\r\nDoodleVideos is trending worldwide with THOUSANDS of customers\r\njumping in to grab it as soon as it went live!\r\n\r\n\r\nPeople are LOVING the artificial intelligence technolgies and\r\nthe next-generation features packed into the app!\r\n\r\n\r\nhttps://studiostocks.com/doodlevideos/\r\n\r\n\r\nIn this email I wanted to address some of the most common questions\r\nwe have been getting.\r\n\r\n\r\nYour Questions Answered:\r\n\r\n\r\nQ) How is DoodleVideos Different From Other Apps?\r\n\r\nDoodleVideos comes loaded with industry leading features that are not available in any other app.\r\n\r\nArtificial intelligence, 300 ready-made video templates, text-to-speech, 1-click language translation, text-to-doodle video converter, colour or black&white doodles, millions of doodle assets and a whole lot more. You get everything for a low one-time price. Nothing comes close!\r\n\r\n\r\nQ) Can I Create Videos In Any Language?\r\n\r\nAbsolutely, DoodleVideos comes loaded with Text-To-Speech in 60 languages and 160+ voices. It also features 1-click video translation engine, that you can use to create videos in ANY language. You can also record your own voice, or upload an MP3 voiceover in any language to sync to your video!\r\n\r\n\r\nQ) Are There Any Limits?\r\n\r\nTo ensure you give massive value, UNLIMITED usage of all the features included. Unlimited video renders, unlimited text-to-speech, unlimited video translation and more!\r\n\r\n\r\nQ) Do I Need Experience or Tech Skills?\r\n\r\nDoodleVideos app was designed to be 100% newbie friendly. You also get access to step-by-step training so you are never stuck or left behind.\r\n\r\n\r\nQ) Can I Sell The Videos I Create?\r\n\r\nYES! Commercial license is included for all your videos. You can sell the videos and keep 100%!\r\n\r\n\r\nQ) Any monthly or yearly Charges?\r\n\r\nThere are no monthly or yearly fees ever. You get EVERYTHING for a low one-time price if you act now during the launch discount.\r\n\r\n\r\nQ) Is Training Included?\r\n\r\nYES! Step-by-step video training is INCLUDED. \r\n\r\n\r\nhttps://studiostocks.com/doodlevideos/\r\n\r\n\r\nThousands of people grabbed DoodleVideos already and the price is GOING up every few hours!\r\n\r\nDon\'t miss out on all the action!', '2021-04-05 06:24:59'),
(311, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-04-06 06:50:20'),
(312, 'Shaunte Abraham', 'abraham.shaunte@gmail.com', 'NO COST advertising, submit your site now and start getting new visitors. Visit: http://bit.ly/sites-that-accept-free-ads', '2021-04-07 03:14:59'),
(313, 'Sandeep kaur', 'sandeepchahal296@gmail.com', 'I do not get my security fee back. I call number of times to employee who handle security fees related issues but i get no result', '2021-04-07 08:07:30'),
(314, 'Layne Ness', 'layne.ness@gmail.com', 'Hey,\r\n\r\nIt was nice speaking to you the other day, this is the service I was telling you about that helped us boost our ROI almost 2000%\r\n\r\nIts a company called Lifemail.studio sorry it took so long to get back to you. They allow you to send any email doesn\'t matter what.\r\n\r\nWe dealt with a guy named Michael, he was friendly and got us setup really quickly.\r\n\r\nRegards,\r\nLayne', '2021-04-07 14:50:27'),
(315, 'Olivia Johnson', 'rhys.larry@msn.com', 'The Federal Reserve has been stimulating and stimulating the economy by printing more USD. Do you really understand how the monetary system works and how it affects you?\r\n\r\nWe are in extra-ordinary times and extraordinary times call for extraordinary measures. How do you ensure you stay on the right side of the upcoming wealth transfer from all the currency printing by central banks around the world?\r\n\r\nBefore you make any decision, we highly recommend you invest some of your time to watch and learn from this short series of documentary (designed for the average guy on the street) in youtube.\r\n\r\nThis is a video series called \"Hidden Secrets of Money\"\r\nhttps://bit.ly/3sOxlQJ\r\n\r\nThis document will explain why it is important you own some physical gold, silver and bitcoin.\r\n\r\nI have personally watched the entire series 3 times and it has changed the way I look at the entire monetary system. Protect your family by owning some physical gold, silver and bitcoin.\r\n\r\nBuy bitcoin here and save 10% from your trading fees at the world\'s biggest crypto exchange:\r\nhttps://bit.ly/31uRnnb\r\n\r\nIf you are a US resident, you can buy bitcoin here:\r\nhttps://bit.ly/3r3oPvQ', '2021-04-08 09:21:35'),
(316, 'Edwina Pinkerton', 'edwina.pinkerton@yahoo.com', 'For Anyone Looking To Start, Scale and Grow A Digital Business In 2021\r\n\r\nNew Book Reveals How I Built A 7-Figure Online Business Using Nothing But Ethical Email Marketing To Drive Revenue, Sales and Commissions...\r\n\r\n$4.99 to access the secret email system.\r\n\r\nSesforyou.com!', '2021-04-08 12:00:50'),
(317, 'Susanna Levy', 'levy.susanna@gmail.com', 'Hi people at gtbhnursing.com,\r\nHope youâ€™re great. \r\nI\'m ,\r\nHope youâ€™re excellent, and that the company is profitable. Please allow me to introduce to you this service.\r\nNever has it been so easy to advertise your website. Just enter your URL, and we will do the rest.\r\nhttps://one-two-seo.com/website-submitter\r\nSincerely,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://one-two-seo.com/?unsubscribe=gtbhnursing.com', '2021-04-08 12:24:12'),
(318, 'Darcy Symons', 'no-reply@digitalsy.org.uk', 'hi there\r\n\r\nI am Mike Symons from digitalsy.org.uk\r\n\r\nYour website looks really great.\r\nBut as you may know, even if your website has the looks, doesnt worth much without being put out there for the world to see it\r\n\r\nRegarding gtbhnursing.com, Our team will hand-craft a SEO strategy for your business from scratch by optimizing content, building links, and taking care of all the SEO activtieis including ranking you for the Google maps.\r\n\r\nWe can start with the Economy Plan for the first 3 months, then decide together what next, based on the results.\r\nhttps://www.digitalsy.org.uk/product/economy-seo-plan/\r\n\r\nMike Symons\r\nsupport@digitalsy.org.uk\r\nhttps://digitalsy.org.uk/', '2021-04-09 16:28:56'),
(319, 'Homer Heagney', 'homer.heagney@hotmail.com', 'Make your website run like a cheetah. Stand out from the competition, keep your website fast and optimizedâ€”get more clients. We\'ll make your website so fast that your visitors will say \"WOW!\".\r\nhttps://your-seo-technicians.com/speedup\r\nWith best regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://your-seo-technicians.com/?unsubscribe=gtbhnursing.com', '2021-04-11 02:55:51'),
(320, 'Clement Mccartney', 'clement.mccartney@gmail.com', 'Good morning,\r\nI\'m ,\r\nHow are you doing regarding your Facebook Page Reviews?\r\nFacebook reviews improve regional online research ranking in social media. One of the most significant benefits online reviews provide your business is a lift in local internet search social media ranking.\r\nCheck what we are capable of doing for you: \r\nhttps://one-two-seo.com/facebook-page-reviews\r\nBest regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link https://one-two-seo.com/?unsubscribe=gtbhnursing.com', '2021-04-12 23:54:28'),
(321, 'Christian Coghlan', 'christian@lifemailnow.com', 'Hello,\r\n\r\nSend unlimited emails to unlimited lists with one click and no monthly fees!\r\n\r\n$99 once off!\r\n\r\nLifeMailNow.com', '2021-04-13 11:49:40'),
(322, 'Lino Custance', 'lino.custance@gmail.com', 'Dear you,\r\n\r\nTimes are bad and many are suffering. This is a time when many are seeking solace and inner peace. While we cannot change much of what is going on around us, we can calibrate our inner self.\r\n\r\nI personally found Buddhism (a way of life) to be really beneficial.\r\n\r\nDo take some time off to explore Buddhism in the short videos below (including a Mantra that really sooths our soul).\r\n\r\n\r\nBuddhism As a Way of Life - From Dough\r\nhttps://www.youtube.com/watch?v=pbngKOUgCDY\r\n\r\nMy Path To Becoming A Buddhist - From Emma Slade\r\nhttps://www.youtube.com/watch?v=QnJIjEAE41w\r\n\r\nIf you are curious about the \"Mantra Of Great Compassion\" as mentioned in the videos above, you can listen to it here and calm your soul.\r\nhttps://www.youtube.com/watch?v=72luMobA_vI\r\n\r\n\r\n\r\nBuddhism is more of a way of life than a religion. It doesnt matter what your background is, we believe everyone can incorporate Buddhism into one\'s daily life.\r\n\r\nHow To Practice Buddhism for Beginners and Westerners (Daily Practice) by Alan Peto\r\nhttps://www.youtube.com/watch?v=89gM2g0KOYU\r\n\r\nIf you find this helpful and knows someone in need of this, please do share this.', '2021-04-13 20:27:53'),
(323, 'Kamaljeet Kaur', 'kamaljeet9041544861@gmail.com', 'Hi! i was  your student during 2011 to 2015. Actually i need my transcripts of GNM to evaluate my study in Canada. how i can get these transcripts? please let me know? \r\nThank you.', '2021-04-15 06:13:07'),
(324, 'Moshe De Salis', 'moshe.desalis@googlemail.com', 'Hi people at gtbhnursing.com,\r\nHope youâ€™re excellent. \r\nI\'m , I hope that business is profitable and youâ€™ve been successful through the entire current situation.\r\nOur website scanner has built that your website (gtbhnursing.com) might have the lowest spam protection level. We have tested your internet site by sending you this message, and yes it confirms your site is not efficient in blocking spam. Should you want to close spam messages forever, consider buying our anti-spam protection. Delivery within 3-5 business days.\r\nhttps://the-web-marketing.com/captcha\r\nKind regards,\r\n\r\nP.S. We offer the best marketing services on our website, still not interested? Here is an easy, 1-click unsubscribe link: https://the-web-marketing.com/?unsubscribe=gtbhnursing.com', '2021-04-18 17:28:28'),
(325, 'Edna Threlfall', 'edna@bestlocaldata.com', 'Do you need clients?\r\n\r\nWe compiled some of the world\'s top databases for you at ridiculous low prices. $49 for any of our databases or $99 for all 16 databases!\r\n\r\nVisit BestLocalData.com\r\n\r\nRegards,\r\nEdna', '2021-04-19 12:00:01'),
(326, 'Ash', 'ash@techknowspace.com', 'Hello,\r\n\r\nMy Name is Ash and I Run Tech Know Space https://techknowspace.com We are your Premium GO-TO Service Centre for All Logic Board & Mainboard Repair\r\n\r\nWhen other shops say \"it can\'t be fixed\" WE CAN HELP!\r\n\r\nALL iPHONE 8 & NEWER\r\nBACK GLASS REPAIR - 1 HOUR\r\n\r\nDevices We Repair\r\nAudio Devices Audio Device Repair\r\n\r\nBluetooth Speakers - Headphones - iPod Touch\r\nComputers All Computer Repair\r\n\r\nAll Brands & Models - Custom Built - PC & Mac\r\nGame Consoles Game Console Repair\r\n\r\nPS4 - XBox One - Nintendo Switch\r\nLaptops All Laptop Repair\r\n\r\nAll Brands & Models - Acer, Asus, Compaq, Dell, HP, Lenovo, Toshiba\r\nMacBooks All MacBook Repair\r\n\r\nAll Series & Models - Air, Classic, Pro\r\nPhones All Phone Repair\r\n\r\nAll Brands & Models - BlackBerry, Huawei, iPhone, LG, OnePlus, Samsung, Sony\r\nSmart Watches Apple Watch Repair\r\n\r\nApple Watch - Samsung Gear - Moto 360\r\nTablets All Tablet Repair\r\n\r\nAll Brands & Models - iPad, Lenovo Yoga, Microsoft Surface, Samsung Tab\r\n\r\nDrone Repair\r\n\r\nCall us and tell us your issues today!\r\n\r\nToll Free: (888) 938-8893\r\nhttps://techknowspace.com\r\n\r\nAsh Mansukhani\r\nash@techknowspace.com\r\n&lt;img src=\"https://yt3.ggpht.com/ytc/AAUvwnhUhkYdWNeEvgk0Kb1HPFRGjLlXdAKaAXUhwNjC=s900-c-k-c0x00ffffff-no-rj\" alt=\"Ash Mansukhani\" width=\"500\" height=\"600\"&gt;', '2021-04-19 18:10:00'),
(327, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-04-19 23:26:18'),
(328, 'Ash', 'ash@techknowspace.com', 'Hello,\r\n\r\nMy Name is Ash and I Run Tech Know Space https://techknowspace.com We are your Premium GO-TO Service Centre for All Logic Board & Mainboard Repair\r\n\r\nWhen other shops say \"it can\'t be fixed\" WE CAN HELP!\r\n\r\nALL iPHONE 8 & NEWER\r\nBACK GLASS REPAIR - 1 HOUR\r\n\r\nDevices We Repair\r\nAudio Devices Audio Device Repair\r\n\r\nBluetooth Speakers - Headphones - iPod Touch\r\nComputers All Computer Repair\r\n\r\nAll Brands & Models - Custom Built - PC & Mac\r\nGame Consoles Game Console Repair\r\n\r\nPS4 - XBox One - Nintendo Switch\r\nLaptops All Laptop Repair\r\n\r\nAll Brands & Models - Acer, Asus, Compaq, Dell, HP, Lenovo, Toshiba\r\nMacBooks All MacBook Repair\r\n\r\nAll Series & Models - Air, Classic, Pro\r\nPhones All Phone Repair\r\n\r\nAll Brands & Models - BlackBerry, Huawei, iPhone, LG, OnePlus, Samsung, Sony\r\nSmart Watches Apple Watch Repair\r\n\r\nApple Watch - Samsung Gear - Moto 360\r\nTablets All Tablet Repair\r\n\r\nAll Brands & Models - iPad, Lenovo Yoga, Microsoft Surface, Samsung Tab\r\n\r\nDrone Repair\r\n\r\nCall us and tell us your issues today!\r\n\r\nToll Free: (888) 938-8893\r\nhttps://techknowspace.com\r\n\r\nAsh Mansukhani\r\nash@techknowspace.com\r\n&lt;img src=\"https://yt3.ggpht.com/ytc/AAUvwnhUhkYdWNeEvgk0Kb1HPFRGjLlXdAKaAXUhwNjC=s900-c-k-c0x00ffffff-no-rj\" alt=\"Ash Mansukhani\" width=\"500\" height=\"600\"&gt;', '2021-04-20 05:21:30'),
(329, 'Elisha Larocca', 'larocca.elisha@msn.com', 'Is Bitcoing going to one million dollars or zero? Check out the video below:\r\nhttps://www.youtube.com/watch?v=c6DmQxBlXms\r\n\r\n\r\nBitcoin Infiltrates Corporate America\r\nhttps://www.youtube.com/watch?v=Cg10yYZjK94\r\n\r\nThe Feds are Creating a Liquidity Tsunami - Robert Kiyosaki, Kim Kiyosaki and Richard Duncan\r\nhttps://www.youtube.com/watch?v=lJCm6MW6nok\r\n\r\nInflation is going to eat away your savings, buy some bitcoins to preserve your purchasing power (and potentially even make money from it)\r\nBuy bitcoin here and save 10% from your trading fees at the world\'s biggest crypto exchange:\r\nhttps://bit.ly/31uRnnb\r\n\r\nIf you are a US resident, you can buy bitcoin here:\r\nhttps://bit.ly/3r3oPvQ', '2021-04-21 09:06:14'),
(330, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-04-21 23:29:41'),
(331, 'Bryan Hamilton', 'bryanrhamilton@gmail.com', 'Hi,\r\n\r\nI thought you may be interested.\r\n \r\nWe supply beautifully designed, best niche ready made dropship stores.\r\nWe are the designers this is all we do.\r\n\r\nFree hosting permanently, domain and social media marketing plan included.\r\nJust a one time fee for the available dropshipping website(s) of your choice.\r\n\r\nIf this sounds of interest please see our available sites at https://dropshippingincome.com\r\n\r\nThank you for your time and hope to see you there.\r\n\r\nBest,\r\nBrian H.\r\nDSI', '2021-04-22 13:21:54');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(332, 'Luann Gonzales', 'gonzales.luann@gmail.com', 'Good morning\r\nSocial media is the fastest-growing trend in the history of the world. We believe your business can do more on social media. Let us help you grow your social network exposure.\r\nHereâ€™s what we offer:\r\nhttps://ultimate-marketers.com/socialnetworks\r\nKind regards,\r\n\r\nP.S. We offer the most effective marketing services you can find on our online shop, still not interested in getting new business? Here is an easy, 1-click unsubscribe link: https://ultimate-marketers.com/?unsubscribe=gtbhnursing.com', '2021-04-26 15:12:35'),
(333, 'Adeline', 'info@gtbhnursing.com', 'Hello there\r\n\r\nOur Medical-Grade Toenail Clippers is the safest and especially recommended for those with troubles with winding nails, hard nails, two nails, nail cracks, deep nails, thickened nails etc..\r\n\r\nGet yours: thepodiatrist.online\r\n\r\nCheers,\r\n\r\nAdeline\r\nHome | Institute of Nursing Education', '2021-04-27 22:50:18'),
(334, 'Lakesha Myers', 'myers.lakesha@hotmail.com', 'Interested in advertising that costs less than $40 monthly and delivers thousands of people who are ready to buy directly to your website? Visit: http://www2.keywordtargetedwebtraffic.com', '2021-04-28 04:04:56'),
(335, 'Orval Mickle', 'mickle.orval@gmail.com', 'While the mainsteam media is talking \"Bitcoin Bitcoin Bitcoin\", it is not a good idea to buy bitcoin now.\r\n\r\nReason? It has gone up quite a lot and has lesser room to grow.\r\n\r\nIf you are going to take high risk with your money in cryptocurrency, it is reasonable to expect high returns.\r\n\r\nHow high?\r\n\r\nWe believe this coin Kin can potentially give you a x10 or even x100 from the currenct price.\r\n\r\nYes, Im talking about a 10 or even potentially 100 bagger here.\r\n\r\nA $100 can be turned into a $1000 or $10,000.\r\n\r\nA $10,000 invested in Kin might even nett you a MILLION DOLLARS!\r\n\r\nKin coin (https://kin.org/) is also currenctly not listed on Binance (the world\'s biggest cryptocurrency exchange and Coinbase (recently listed in NASDAQ).\r\n\r\nCoins which list of each of the exchanges have been known to go up in prices and Kin is a coin that has such high potential.\r\n\r\nFor more details on WHY Kin has such potential, we suggest you invest the next 15 mins of your time reading this:\r\n\r\nhttps://medium.com/@ghosttype01/why-kin-will-be-a-100b-network-7fce59a08cfe\r\n\r\nTo buy Kin, you can sign up for a free account here at FTX and get 5% off your trading fees!\r\nClick here for details: https://bit.ly/3nkbLSa', '2021-04-29 05:13:52'),
(336, 'Joshua Moore', 'joshua@fastbizfunding.xyz', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we\r\nmay be a perfect fit for you and hereâ€™s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fastbizfunding.xyz  Applying does NOT affect your credit!\r\n\r\nAlso, please check out this video to see how our program works, and all the funding options we have available for you.  www.fastbizfunding.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJoshua Moore\r\nFast Biz Funding\r\nwww.fastbizfunding.xyz', '2021-04-29 16:40:23'),
(337, 'Omar Ogilby', 'ogilby.omar@msn.com', 'Hey people at gtbhnursing.com,\r\nHope youâ€™re great. \r\nI\'m , I hope that the company is profitable and youâ€™ve been succeeding through the current situation.\r\nI think your site is not protected from spam, I mean literally, it isnâ€™t cool, you have to protect it from punctures.\r\nhttps://iseo-shop.com/captcha\r\nKind regards,\r\n\r\nP.S. We offer the very best marketing services you may find on our website, still not enthusiastic about getting clients? Here is a straightforward, 1-click unsubscribe link: https://iseo-shop.com/?unsubscribe=gtbhnursing.com', '2021-04-30 00:38:59'),
(338, 'Maria Campbell', 'Campell2819@yahoo.com', 'It looks like you\'ve misspelled the word \"garde\" on your website.  I thought you would like to know :).  Silly mistakes can ruin your site\'s credibility.  I\'ve used a tool called SpellScan.com in the past to keep mistakes off of my website.\r\n\r\n-Maria', '2021-04-30 15:23:07'),
(339, 'Linda Miller', 'lindamillerleads@gmail.com', 'Hi gtbhnursing.com Owner,\r\n\r\nDo you want to know the Secrets To Mastering Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediatelyâ€“ not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000\'s of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn\'t it be?), I\'ve got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5  Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==&gt; Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe\'ve become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==&gt;  Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-04-30 16:20:44'),
(340, 'Den', 'info@orderdomains.com', 'TERMINATION OF DOMAIN gtbhnursing.com\r\nInvoice#: 481656\r\nDate: 2021-05-02\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN gtbhnursing.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN gtbhnursing.com WILL BE COMPLETED WITHIN 24 HOURS\r\n\r\nYour payment for the renewal of your domain gtbhnursing.com has not received yet\r\n\r\nWe have tried to reach you by phone several times, to inform you regarding the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainfindings.ga/?n=gtbhnursing.com&r=a&t=1619893073&p=v13\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED!\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainfindings.ga/?n=gtbhnursing.com&r=a&t=1619893073&p=v13\r\n\r\nYOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN gtbhnursing.com\r\n\r\nThe submission notification gtbhnursing.com will EXPIRE WITHIN 24 HOURS after reception of this email', '2021-05-01 18:17:54'),
(341, 'Norris Countryman', 'norris.countryman@outlook.com', 'Good Afternoon \r\nHope youâ€™re great, and that the company is good.\r\nThe best place to hide a dead body is the second page of Google search. Get gtbhnursing.com on the first page.\r\nhttps://next-marketers.com/backlinks-generator\r\nWith warm regards,\r\n\r\nP.S. We offer the best IT services you can check on our online shop, still not interested in getting clients? Here is an easy, 1-click unsubscribe link: https://next-marketers.com/?unsubscribe=gtbhnursing.com', '2021-05-03 01:18:53'),
(342, 'Alisha Kaufman', 'alisha.kaufman@hotmail.com', 'Hi\r\nHope youâ€™re well, and that business is good. Please allow me to introduce to you this service that you may find useful for your business.\r\nThe only service you\'ll need to get your web site to the top level.\r\nhttps://next-marketers.com\r\nSincerely,\r\n\r\nP.S. We offer the top IT services you can purchase on our online shop, still not considering getting new business? Here is a simple, 1-click unsubscribe link: https://next-marketers.com/?unsubscribe=gtbhnursing.com', '2021-05-05 22:27:57'),
(343, 'Aidan Brogan', 'brogan.aidan@gmail.com', 'Hi there, I hope youâ€™re doing well.\r\n\r\nI handle influencer relations for LeggingsHut. Great to meet you! \r\nI stumbled across your account and thought your content would be perfect for us.\r\nIf you feel weâ€™d make a good fit, Iâ€™d love to invite you to our referral program. \r\n\r\nUse this link to visit, http://leggingscashteam.com \r\n\r\nSincerely, \r\nLeggings Cash Team Judy', '2021-05-06 02:50:41'),
(344, 'Andre Byrne', 'byrne.andre@gmail.com', 'Hi\r\nSocial networks have become the catalyst that fuels search and social media activity. Boost gtbhnursing.com social networks.\r\nSee what we do:\r\nhttps://next-marketers.com/socialnetworks\r\nKind regards,\r\n\r\nP.S. We offer the very best marketing services you may order on our website, still not interested in getting clients? Here is a quick, 1-click unsubscribe link: https://next-marketers.com/?unsubscribe=gtbhnursing.com', '2021-05-10 09:55:35'),
(345, 'Crystle Opitz', 'crystle@sendbulkmails.com', 'Hello from SendBulkMails.com,\r\n\r\nWe have a special limited offer for you to send unlimited emails.\r\n\r\nWe allow non-permission based emails and you won\'t ever get blocked.\r\n\r\nWe also buy your domain for you and give you a clean IP and setup your DNS records.\r\n\r\nCheck us out on SendBulkMails.com', '2021-05-10 22:44:04'),
(346, 'Sadye Robison', 'sadye@bestlocaldata.com', 'Hello from BestLocalData.com\r\n\r\nDue to the pandemic BestLocalData.com is shutting down on the 14th of May.\r\n\r\nWe have more than a 100 million records of Key Executives all over the world.\r\n\r\nWe hope that this Data will serve other companies to succeed in their marketing efforts.\r\n\r\nWe have reduced all the prices to next to nothing on our website BestLocalData.com\r\n\r\nWe wish you the best in your future endeavours.', '2021-05-11 13:17:21'),
(347, 'Den', 'info@orderdomains.com', 'DOMAIN gtbhnursing.com IMMEDIATE TERMINATION\r\nInvoice#: 576833\r\nDate: 2021-05-12\r\n\r\nINSTANT ATTENTION REQUIRED IN REGARDS TO YOUR DOMAIN gtbhnursing.com\r\n\r\nYOUR DOMAIN gtbhnursing.com WILL BE TERMINATED WITHIN 12 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gtbhnursing.com\r\n\r\nWe have tried to reach you by phone several times, to inform you in regards of the TERMINATION of your domain gtbhnursing.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT:  https://findthesedomains.ga/?n=gtbhnursing.com&r=a&t=1620752661&p=v13\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 12 HOURS, YOUR DOMAIN gtbhnursing.com WILL BE TERMINATED!\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT:  https://findthesedomains.ga/?n=gtbhnursing.com&r=a&t=1620752661&p=v13\r\n\r\nYOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN gtbhnursing.com\r\n\r\nThis important notification for gtbhnursing.com will EXPIRE WITHIN 12 HOURS after you have received this email!', '2021-05-11 17:04:23'),
(348, 'Shelia', 'info@gtbhnursing.com', 'Household Mold Remover Gel\r\n\r\nQuickly And Effortlessly Remove Stains And Mold From Crevices In Your Home!\r\n\r\nDesigned to tackle mold, bacteria, and fungus with gusto! Our formula cleans up the gunk!\r\nKeep Your Home Away From The Mold.\r\n\r\nPROMO BUY 2 FREE 1 FOR NEXT 24 HOURS ONLY!\r\n\r\nGet it now: homegadget.work\r\n\r\nThe Best, \r\n \r\nShelia\r\nHome | Institute of Nursing Education', '2021-05-12 07:54:31'),
(349, 'Chance Purser', 'purser.chance@gmail.com', 'Good evening \r\nHope youâ€™re good, and that the company is good.\r\nHere is the best tool you\'ll want to attract new clients on website.\r\nhttps://genius-seo.com/backlinks-generator\r\nWarm regards,\r\n\r\nP.S. We offer the top IT services you can check on our website, still not thinking about getting new customers? Here is a quick, 1-click unsubscribe link:  https://genius-seo.com/?unsubscribe=gtbhnursing.com', '2021-05-12 10:34:44'),
(350, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://talkwithwebvisitors.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-05-13 02:40:30'),
(351, 'Clemmie Ayres', 'ayres.clemmie@outlook.com', 'Elon Muskâ€™s SpaceX will launch the â€œDOGE-1 Mission to the Moonâ€ in the first quarter of 2022, with the company accepting the meme-inspired cryptocurrency as payment.\r\n\r\nGeometric Energy Corporation announced the dogecoin-funded mission on Sunday, with DOGE-1 representing a 40 kilogram cube satellite flying as a payload on a Falcon 9 rocket.\r\n\r\nSpaceX vice president of commercial sales Tom Ochinero said in a statement that DOGE-1 â€œwill demonstrate the application of cryptocurrency beyond Earth orbit and set the foundation for interplanetary commerce.â€\r\n\r\nReference: https://www.cnbc.com/2021/05/09/spacex-accepts-dogecoin-payment-for-doge-1-mission-to-the-moon.html\r\n\r\nDoge has gone up 1161% since early April this year.\r\n\r\nIf you want to be part of this history moment, you can buy Doge coin at Binance here (biggest crypto exchange in the world).\r\n\r\nhttps://bit.ly/33yXOqz  -&gt; Use this link to sign up at Binance for free and get 10% off ALL your trades in Binance forever!', '2021-05-14 20:25:34'),
(352, 'Linda Miller', 'lindamillerleads@gmail.com', 'Hi gtbhnursing.com Owner,\r\n\r\nDo you want to know the Secrets To Mastering Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediatelyâ€“ not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000\'s of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn\'t it be?), I\'ve got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5  Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==&gt; Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe\'ve become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==&gt;  Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-05-15 18:06:31'),
(353, 'Grady Muhammad', 'grady.muhammad@gmail.com', 'Good evening \r\nPromoting gtbhnursing.com is not about manually submitting and being squeaky clean. Itâ€™s not about wasting your time doing pointless bullshit in hopes you rank a year from now. Itâ€™s about crushing Google with our backlinks.\r\nhttps://genius-seo.com/backlinks-generator\r\nKind regards,\r\n\r\nP.S. We offer the most effective IT services you can purchase on our website for making big money in a small business, still not considering getting new customers? Here is a straightforward, 1-click unsubscribe link: https://genius-seo.com/?unsubscribe=gtbhnursing.com', '2021-05-16 10:13:14'),
(354, 'Louella Tarenorerer', 'louella@order-fulfillment.net', 'Hello from order-fulfillment.net,\r\n\r\nDoing your own product shipping or order fulfillment in house?\r\n\r\nTired of it? Visit us on www.order-fulfillment.net  \r\n\r\nWe can store, inventory, and manage your drop shipping / order fulfillment for you.  \r\n\r\nBased in the US for almost 2 decades - we ship around the world and will save you time and money.\r\n\r\nWho would be the best contact at your company to discuss?\r\n\r\nHere are some of the items we ship for clients:\r\n-Books, training manuals, guides\r\n-New member welcomes boxes and gifts\r\n-Product samples\r\n-Marketing materials\r\n-Medical program test kits\r\n-Follow up gifts to clients, leads, and prospects\r\n\r\nThank you!\r\nFulfillment Warehouse\r\nhttps://order-fulfillment.net', '2021-05-18 12:15:43'),
(355, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-05-18 20:41:28'),
(356, 'Marla Cowley', 'marla@fbcourses.net', 'Are you looking for the best way to market your business?\r\n\r\nFbCourses.net has the answer..\r\n\r\nNot sure where to start, or what to do?\r\n\r\nWhy not learn from the best.  All of the best.\r\n\r\nWe are offering at never before seen prices all of the top courses for one insanely low price.\r\n\r\nIf you have been thinking of how to generate more leads, website traffic or sales today is the day.\r\n\r\nAll courses are available in full with immediate download on FbCourses.net\r\n\r\nNot sure which one you like, for the next 24 hours we are offering the entire suite of courses for the lowest amount you could possible imagine.\r\n\r\nCheck us out : FbCourses.net\r\n\r\nYou could be driving new income or starting the new side hustle today!', '2021-05-19 16:33:46'),
(357, 'Kiara Algeranoff', 'kiara.algeranoff@gmail.com', 'Hi,\r\n\r\nMany have the misconception of Buddhism being a religion. Buddhism is really more of a way of life whch can wired our brains positively and see changes in a different light.\r\n\r\nSince fate has brough us here, we hope you can spend some time to explore Buddhism.\r\n\r\nWe have shortlisted a few videos from youtube with regards to Buddhism, we believe your time will not be wasted:\r\n\r\nCheck out the videos in youtube here:\r\n\r\nWhat is Buddhism?\r\nhttps://bit.ly/3olo410\r\n\r\nBasic of Buddhism by Patrick Goodness in youtube:\r\nhttps://bit.ly/3waxT4D\r\n\r\nAlbert Einstein on Buddhism - what Albert Einstein thought about Buddhism:\r\nhttps://bit.ly/3ypqr7V\r\n\r\nBertrand Russell (Nobel Prize Winner) on Buddha and Buddhism\r\nhttps://bit.ly/3fmvk91\r\n\r\nThere is a great deal of quality content in Youtube regarding Buddhism and how it can alleviate sufferings. During this trying times, we hope the above can help you! If you find this useful, please share with your friends!', '2021-05-19 17:06:16'),
(358, 'Hildegarde Matthias', 'hildegarde.matthias31@outlook.com', 'Hi there\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2021-05-19 17:25:48'),
(359, 'Jeannette Mccrory', 'mccrory.jeannette@gmail.com', 'Hey \r\nHope youâ€™re well, and that clients are profitable.\r\nThis is the software your competition use and don\'t donâ€™t want you to understand:\r\nhttps://your-seo-technicians.com/backlinks-generator\r\nSincerely,\r\n\r\nP.S. We offer the very best marketing services you can order on our website, still not considering getting clients? Here is a straightforward, 1-click unsubscribe link: https://your-seo-technicians.com/?unsubscribe=gtbhnursing.com', '2021-05-19 22:57:30'),
(360, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-05-20 14:12:00'),
(361, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-05-24 07:24:27'),
(362, 'Andrew Taylor', 'andrew@fastbizcash1.xyz', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nI just have one quick question for you.\r\n\r\nWould you consider a Working Capital Loan for your Business if the price and terms were acceptable?\r\n\r\nIf so, we can provide you with a funding decision is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fastbizcash1.xyz\r\n\r\nAlso, please check out this video to see how our program works, and all the funding options we have available for you.  www.fastbizcash1.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nAndrew Taylor\r\nFast Biz Cash\r\nwww.fastbizcash1.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fastbizcash1.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nFast Biz Cash\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-05-24 16:22:13'),
(363, 'Charlene Chidley', 'charlene@bestlocaldata.com', 'Hello,\r\n\r\nIt is with sad regret to inform you that BestLocalData.com is shutting down.\r\n\r\nWe have made all our databases for sale for a once-off price.\r\n\r\nVisit our website to get the best bargain of your life. BestLocalData.com\r\n\r\nRegards,\r\nCharlene', '2021-05-25 16:02:10'),
(364, 'Caroline Lathrop', 'lathrop.caroline@gmail.com', 'Did you know that there are easier and FREE ways to drive traffic back to your site other than Google and Facebook? The internet is a vast ocean and there are many smaller but high traffic sites out there that you could be leveraging to get free traffic right now! Here are 5 sites where you can do just that, check it out: http://www.freetrafficwebsites.click', '2021-05-25 21:29:16'),
(365, 'Elise Crummer', 'elise.crummer@outlook.com', 'Hi\r\nHope youâ€™re well, and that business is profitable. Please allow me to introduce to you this service that you may find useful for your business.\r\nUse our Artificial Intelligence service to submit your internet site to a large number of directories and engines like google.\r\nhttps://your-marketers.com\r\nKind regards,\r\n\r\nP.S. We offer the very best marketing services you may order on our shop for making big money in a small business, still not interested in getting clients? Here is an easy, 1-click unsubscribe link: https://your-marketers.com/?unsubscribe=gtbhnursing.com', '2021-05-27 15:27:03'),
(366, 'Dorine Keble', 'keble.dorine@yahoo.com', 'The bitcoin price, after nudging $65,000 per bitcoin in April, dropped to just under $30,000 this week before rebounding slightly.\r\n\r\nIf you have been considering to buy bitcoins but found it too expensive, your chance to buy bitcoin at 50% off is here!\r\n\r\nThe SEC in the US classifies Bitcoin as a digital asset and Bitcoin is here to stay. If you fear Bitcoin\'s price going down, please take a look at Bitcoin\'s chart over the last 10 years, each time it crashes 50%, it has always gone on to make new all time high!\r\n\r\nAnd Bitcoin is not the only cryptocurrency on discount! Most cryptos are down in prices too!\r\n\r\nIf you want profits, we buy when prices are low and sell when prices are high!\r\n\r\nSure, cryptos might drop a little more from current prices, and if you are new, you can buying a little cryptocurrency over a few days or weeks by using the dollar cost averaging method.\r\n\r\nFor example, instead of buying $1000 worth of cryptocurrencies in a single day, buy $100 per day over 10 days. In this way you can get a good average price.\r\n\r\n\r\n\r\nIf you want to take advantage of the crazy discounts now, you can buy cryptocurrecncies at Binance here (biggest crypto exchange in the world).\r\n\r\nhttps://bit.ly/33yXOqz  -&gt; Use this link to sign up at Binance for free and get 10% off ALL your trades in Binance forever!', '2021-05-28 18:49:17'),
(367, 'Brianna Hammer', 'brianna.hammer@gmail.com', 'Slow websites make users angry. A negative User Experience is not good for business. We\'ll make your website so fast that your visitors will say \"WOW!\"\r\nhttps://superb-marketing.com/speedup\r\nRegards,\r\n\r\nP.S. We offer the top IT services you can check on our shop for making big money in a small business, still not thinking about getting clients? Here is a straightforward, 1-click unsubscribe link: https://superb-marketing.com/?unsubscribe=gtbhnursing.com', '2021-05-30 10:03:29'),
(368, 'Ward Coffman', 'ward@bestlocaldata.com', 'Hello,\r\n\r\nIt is with sad regret to inform you that BestLocalData.com is shutting down.\r\n\r\nWe have made all our databases for sale for a once-off price.\r\n\r\nVisit our website to get the best bargain of your life. BestLocalData.com\r\n\r\nRegards,\r\nWard', '2021-06-03 18:42:03'),
(369, 'Blythe Scanlan', 'scanlan.blythe@yahoo.com', 'Hi\r\nStandout from the competition, keep gtbhnursing.com fresh and optimized, hire us:\r\nhttps://ultimate-marketers.com/technicalseo\r\nHave great day!\r\nSincerely,\r\n\r\nP.S. We offer the most effective IT services you may order on our website for making big money in a small business, still not enthusiastic about getting new customers? Here is a quick, 1-click unsubscribe link: https://ultimate-marketers.com/unsubscribe=gtbhnursing.com', '2021-06-05 02:59:11'),
(370, 'Larry Torres', 'larry@bizlineofcredit1.xyz', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nI just have one quick question for you.\r\n\r\nWould you consider a Working Capital Loan for your Business if the price and terms were acceptable?\r\n\r\nIf so, we can provide you with a funding decision is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.bizlineofcredit1.xyz\r\n\r\nAlso, please check out this video to see how our program works, and all the funding options we have available for you.  www.bizlineofcredit1.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nLarry Torres\r\nBiz Line of Credit\r\nwww.bizlineofcredit1.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.bizlineofcredit1.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nBiz Line of Credit\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-06-07 15:26:21'),
(371, 'Justine Hindman', 'hindman.justine@gmail.com', 'Good evening\r\nOnline directories will help you scale your organic growth much quicker than on your own. They provide organic reach on a (hopefully) credible, trustworthy platform, as well as backlinks and additional brand exposure.\r\nhttps://your-seo-specialists.com\r\nBest regards,\r\nP.S. We offer the most effective IT services you may order on our online shop for making big money in a small business, still not considering getting clients? Here is an easy, 1-click unsubscribe link: https://your-seo-specialists.com/?unsubscribe=gtbhnursing.com', '2021-06-10 12:39:41'),
(372, 'Leslie Tonkin', 'leslie@bestlocaldata.com', 'We at BestLocalData.com has been hit badly by Covid-19 and as a result BestLocalData.com is shutting down.\r\n\r\nWe provided the best data to companies to find their right customer base, we don\'t want other companies to go down the same path we went and go out of business.\r\n\r\nAs a result we are providing our data till the end of the week at the lowest possible prices. \r\n\r\nBestLocalData.com', '2021-06-10 17:20:30'),
(373, 'David Boston', 'boston.david@gmail.com', 'The world was focusing on Doge Coin after Elon Musk tweeted that he owns Doge coin.\r\n\r\nDo you know there is another cryptocurrency - Shi Inbu Coin is that down 85% from its top earlier?\r\n\r\nCrypto currencies are volatile and big fortune (and losses) can be made within weeks or months.\r\n\r\nWith Shi Inu at such low prices, you can consider buying some at Binance (https://bit.ly/33yXOqz)\r\n\r\nGo to this url and simply sign up with your email and password and enjoy 10% off your trading fees for life!  -&gt;https://bit.ly/33yXOqz\r\n\r\n\r\nIf you want to take advantage of the crazy discounts now, you can buy cryptocurrecncies at Binance here (biggest crypto exchange in the world).\r\n\r\nhttps://bit.ly/33yXOqz  -&gt; Use this link to sign up at Binance for free and get 10% off ALL your trades in Binance forever!', '2021-06-11 08:09:44'),
(374, 'Ashmita Kumari', 'Deveshroy9@gmail.com', 'ANM , GNM course admission', '2021-06-12 04:38:08'),
(375, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://talkwithwebvisitors.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-06-13 02:06:35'),
(376, 'Luca Macomber', 'roussama.ararouci@ldwdkj.com', 'Don\'t spend another dollar on advertising until you\'ve seen this first: http://www.effective-and-free-advertising.xyz', '2021-06-13 03:22:00'),
(377, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-06-14 04:49:32'),
(378, 'Bryce McGeehan', 'bryce@order-fulfillment.net', 'Hello from order-fulfillment.net,\r\n\r\nDoing your own product shipping or order fulfillment in house?\r\n\r\nTired of it? Visit us on www.order-fulfillment.net  \r\n\r\nWe can store, inventory, and manage your drop shipping / order fulfillment for you.  \r\n\r\nBased in the US for almost 2 decades - we ship around the world and will save you time and money.\r\n\r\nWho would be the best contact at your company to discuss?\r\n\r\nHere are some of the items we ship for clients:\r\n-Books, training manuals, guides\r\n-New member welcomes boxes and gifts\r\n-Product samples\r\n-Marketing materials\r\n-Medical program test kits\r\n-Follow up gifts to clients, leads, and prospects\r\n\r\nThank you!\r\nFulfillment Warehouse\r\nhttps://order-fulfillment.net', '2021-06-14 18:50:26'),
(379, 'Crystle Hart', 'crystle.hart@hotmail.com', 'Good morning \r\nIâ€™m a marketing director of an IT company (I write my own letters personally, on principal), I specialize in the one and only subject, how to make big money in small business.\r\nI thought that because recently there is a lot of interest in online marketing among small businesses, I should personally invite you to see what marketing solutions you can order from us.\r\nHere is a practical outcome of working together:\r\nYou will double or triple your clients with our services at the best price in the shortest amount of time.\r\nIâ€™m trying to keep this note brief (in case you are interested, you can check our services)\r\nIt is best if you respond soon because we currently have a 55% discount on all services.\r\nHowever, if youâ€™re not interested, donâ€™t feel any need to respond.\r\nWeâ€™re just grateful to know that you have seen this note.\r\nhttps://first-class-promotion.com/backlinks-generator/\r\nRegards,\r\nWe offer the very best IT services you may purchase on our website for making big money in a small business, still not thinking about getting clients? Here is a straightforward, 1-click unsubscribe link:  https://first-class-promotion.com/?unsubscribe=gtbhnursing.com', '2021-06-15 21:33:17'),
(380, 'Lindsay Johnson', 'lindsayjohnson0086@gmail.com', 'Hi,\r\n\r\nI hope you find this email in good health. I have got an easy 3 step process offer for publishing a guest post on your website;\r\n\r\n1. I will send you 3 interesting topic ideas for a guest post\r\n2. You will choose one topic out of those\r\n3. I will then send you a high- quality, plagiarism-free article on that chosen topic\r\n\r\nIn return, I would just need you to give me a do-follow backlink within the main article. Please let me know if we shall begin with step 1?\r\n\r\nBest,\r\n\r\nLindsay Johnson', '2021-06-16 15:03:13'),
(381, 'Ron Garside', 'ron.garside@msn.com', 'In his TEDx talk, he will share a teaching from the oldest printed book in the worldâ€”the Diamond Cutter Sutraâ€”which helps us get everything we want in life, in a way which also helps the entire world. We will be learning an ancient method known as the Four Steps, which can be applied to five different goals: financial independence for the rest of our life; great personal and professional relationships; vibrant health and energy; a clear, happy, and focused mindâ€”and most importantly, how we can use all these to find out why we came into this world, and how we can live a life of great purpose and meaning.\r\n\r\nGeshe Michael Roach is a Princeton University graduate who spent 25 years in a Tibetan monastery and is the first American to be awarded the degree of Geshe, or Master of Buddhism. He utilized his monastery training to help build a major New York corporation which reached $250 million in annual sales, and was sold to super-investor Warren Buffett in 2009. Michael used a large portion of his business profits, and support from companies like Hewlett Packard, to found a 25-year effort to train and pay Tibetan refugees to input thousands of their endangered ancient books and make them available online for free.\r\n\r\nWe are not affiliated to Michael Roach in anyway. We are helping to spread his message to make this world a better place. Please share with your friends if you find this helpful.\r\nWatch Geshe Michael Roach\'s TED talk here.\r\nhttps://bit.ly/3znMgFe\r\n\r\nListen to the Diamond Cutter Sutra in English below in youtube:\r\nhttps://bit.ly/3zpREYz\r\nThe Diamond Sutra - \r\n\"The Diamond That Cuts Through Illusion\"\r\nA new translation In English by Alex Johnson\r\nRead by Chris Johnys.', '2021-06-16 16:07:03'),
(382, 'Babita', 'anvishamalhotra0@gmail.com', 'I want to know about gnm nursing fee structure', '2021-06-17 12:40:56'),
(383, 'Betsey Mundy', 'betsey@fbcourses.net', 'Hello from FbCourses.net\r\n\r\nWant to pay $0.01 a click? We got you covered.\r\n\r\nA great team of Global Digital Marketing experts have compiled this list of 13 Best + Free Facebook Advertising Training, Classes and Courses to help you learn and excel at Facebook Ads & Marketing. \r\n\r\nThousands of professionals have already benefited from this list on Facebook Training.\r\n\r\nRegards,\r\nBetsey', '2021-06-17 18:07:14'),
(384, 'Lola Roesch', 'roesch.lola@gmail.com', 'Hello\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2021-06-19 01:41:47'),
(385, 'Drew Armit', 'drew.armit@gmail.com', 'Hey - gtbhnursing.com, \r\n\r\nSocial Signals Marketing - Drive traffic to your website. And this is why we\'re here! We have carefully created a array of packages, including a well-that ratio of social signals in the most widely used social media sites.\r\nCheck what we can do for you: \r\nhttps://geeks-marketing.com/socialsignals\r\nRegards,\r\nWe offer the top marketing services you may order on our online shop for making big money in a small business, still not interested in getting clients? Here is a quick, 1-click unsubscribe link: https://geeks-marketing.com/?unsubscribe=gtbhnursing.com', '2021-06-19 10:42:04');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(386, 'Doug Lenk', 'doug.lenk@gmail.com', 'Good morning\r\nHope youâ€™re well, and that customers are profitable. Please allow me to introduce to you this service that you may find useful for your business.\r\nOrganic search is a huge part of most businesses â€™ website performance, as well as a critical component of the buyer funnel and ultimately getting users to complete a conversion or engagement.\r\nhttps://first-class-promo.com\r\nRegards,\r\nWe offer the most effective IT services you may check on our shop for making big money in a small business, still not considering getting new business? Here is an easy, 1-click unsubscribe link: https://first-class-promo.com/?unsubscribe=gtbhnursing.com', '2021-06-20 12:25:20'),
(387, 'Deloris Spann', 'deloris.spann@gmail.com', 'The plug welcomes you with a super discount of 15% on every product for a limited period of time! (Promo code: THEPLUG)\r\n\r\nWe offer the largest assortment of private databases! Such as: \r\n\r\n- The Largest collection of Linkedin Databases! \r\n- Forex Consumers (worldwide)\r\n- Casino Consumers  (worldwide)\r\n- Business Databases  (worldwide)\r\n- Cryptocurrency consumers  (worldwide)\r\n- many more..\r\n\r\nAnd the best part of it! We are the only source you will ever need! We have the largest database on the market with the greatest prices and team. \r\n\r\nVisit us: https://silent-plug.com/', '2021-06-21 19:04:10'),
(388, 'Milla Lutwyche', 'lzohaib229.amjadm@jnsgt66.com', 'Stop! Don\'t pay for another ad again until you\'ve read this:  http://bit.ly/5-ways-to-advertise-free', '2021-06-22 04:11:46'),
(389, 'Ali Hollars', 'ali.hollars@gmail.com', 'In his TEDx talk, he will share a teaching from the oldest printed book in the worldâ€”the Diamond Cutter Sutraâ€”which helps us get everything we want in life, in a way which also helps the entire world. We will be learning an ancient method known as the Four Steps, which can be applied to five different goals: financial independence for the rest of our life; great personal and professional relationships; vibrant health and energy; a clear, happy, and focused mindâ€”and most importantly, how we can use all these to find out why we came into this world, and how we can live a life of great purpose and meaning.\r\n\r\nGeshe Michael Roach is a Princeton University graduate who spent 25 years in a Tibetan monastery and is the first American to be awarded the degree of Geshe, or Master of Buddhism. He utilized his monastery training to help build a major New York corporation which reached $250 million in annual sales, and was sold to super-investor Warren Buffett in 2009. Michael used a large portion of his business profits, and support from companies like Hewlett Packard, to found a 25-year effort to train and pay Tibetan refugees to input thousands of their endangered ancient books and make them available online for free.\r\n\r\nWe are not affiliated to Michael Roach in anyway. We are helping to spread his message to make this world a better place. Please share with your friends if you find this helpful.\r\nWatch Geshe Michael Roach\'s TED talk here.\r\nhttps://bit.ly/3znMgFe\r\n\r\nListen to the Diamond Cutter Sutra in English below in youtube:\r\nhttps://bit.ly/3zpREYz\r\nThe Diamond Sutra - \r\n\"The Diamond That Cuts Through Illusion\"\r\nA new translation In English by Alex Johnson\r\nRead by Chris Johnys.', '2021-06-23 21:07:37'),
(390, 'Jacelyn Mercier', 'jacelyn.mercier@googlemail.com', 'Hi\r\nHope youâ€™re good, and that the company is good. Please allow me to introduce to you this service that you may find useful for your business.\r\nOnline directories are important for users looking for detailed information on goods or services. These directories also greatly benefit businesses from an SEO standpoint where such information identifies services and informs searchers with up-to-date content.\r\nhttps://business-it-services.com\r\nSincerely,\r\nWe offer the best IT services you can check on our online shop for making big money in a small business, still not enthusiastic about getting new business? Here is an easy, 1-click unsubscribe link: https://business-it-services.com/?unsubscribe=gtbhnursing.com', '2021-06-23 23:59:41'),
(391, 'Steve James', 'steve@explainervideos4u.info', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=oYoUQjxvhA0\r\nhttps://www.youtube.com/watch?v=MOnhn77TgDE\r\nhttps://www.youtube.com/watch?v=NKY4a3hvmUc\r\n\r\nAll of our videos are in a similar animated format as the above examples and we have voice over artists with US/UK/Australian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video such as Youtube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\n1 minute = $189\r\n1-2 minutes = $339\r\n2-3 minutes = $449\r\n\r\n*All prices above are in USD and include an engaging, captivating video with full script and voice-over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to get in touch.\r\n\r\nKind Regards,\r\nSteve', '2021-06-24 16:05:48'),
(392, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-06-25 14:11:26'),
(393, 'Mariana Reedy', 'lshi@anatolygroup.com', 'Here\'s how you can get niche targeted buyers to your site in 24 hours: http://bit.ly/buyers-to-your-site-now', '2021-06-27 03:32:04'),
(394, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-06-27 13:48:07'),
(395, 'Elyse McGahey', 'elyse@bestlocaldata.com', 'It is with sad regret to inform you that because of the Covid pandemic BestLocalData.com is shutting down at the end of the month.\r\n\r\nWe have lost family members and colleagues and have decided to shut down BestLocalData.com\r\n\r\nIt was a pleasure serving you all these years. We have made all our databases available for $99 (All of it for $99) for those interested.\r\n\r\nKind Regards,\r\nBestLocalData.com\r\nElyse', '2021-06-28 13:41:28'),
(396, 'Larry Torres', 'larry@bizlineofcredit1.xyz', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nWe are a Direct Lender offering loans from 10kk to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.bizlineofcredit1.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nLarry Torres\r\nBiz Line of Credit\r\nwww.bizlineofcredit1.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.bizlineofcredit1.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nBiz Line of Credit\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-06-28 18:15:25'),
(397, 'Andre Cape', 'andre.cape@gmail.com', 'Hi,\r\nHow are you doing regarding your Google Business Reviews?\r\nGoogle reviews influence purchase decisions. Online Google reviews may be precisely what the consumer must push them from consideration to acquire.\r\nhttps://iseo-store.com/google-business-and-maps-reviews\r\nKind Regards,\r\nWe offer the very best IT services you can find on our website for making big money in a small business, still not enthusiastic about getting new clients? Here is an easy, 1-click unsubscribe link:  https://iseo-store.com/?unsubscribe=gtbhnursing.com', '2021-06-29 11:15:58'),
(398, 'Denis Preece', 'preece.denis@gmail.com', 'Good Afternoon\r\nWe can optimize & fix errors (if any) on gtbhnursing.com, do it yourself or let us do everything for you. Allow us to assist:\r\nhttps://it-technicians.com/technicalseo\r\nHave great day!\r\nWe offer the top IT services you may check on our website for making big money in a small business, still not considering getting new clients? Here is a quick, 1-click unsubscribe link: https://it-technicians.com/unsubscribe=gtbhnursing.com', '2021-06-29 13:34:45'),
(399, 'Dannie Kawamoto', '2obama.1999o@kustermail.com', 'You still paying for clicks? Why? Check this out:   https://bit.ly/results-without-paying-for-clicks', '2021-06-30 04:36:05'),
(400, 'Jannie Aguilar', 'jannie@order-fulfillment.net', 'Hi , \r\n\r\nI am following up on my message below.\r\n\r\nWho would I speak with about handling your US order fulfillment and shipping?\r\n\r\nRegards,\r\nJannie\r\norder-fulfillment.net\r\n\r\n------------------------------------------------------------------------\r\n\r\nHi,\r\n\r\nWho would I speak with at your company that manages your product shipping and order fulfillment?\r\n\r\nWe are US company, offering warehousing, order fulfillment and drop shipping to our customers since 2005.\r\n\r\nHere are some of the items we ship for clients:\r\n\r\n        -Books, training manuals, guides\r\n        -E-com product drop shipping\r\n        -New member welcomes boxes and gifts\r\n        -Product samples\r\n        -Health and Medical supplements\r\n        -Marketing materials\r\n        -Medical program test kits\r\n        -Follow up gifts to clients, leads, and prospects\r\n\r\nDo you have some time to discuss - phone / email ?\r\n\r\nThanks,\r\n\r\nFulfillment Specialist\r\nwww.Order-Fulfillment.net', '2021-06-30 13:25:08'),
(401, 'Jacob Shea', 'jacob.shea@gmail.com', 'The world was focusing on Doge Coin after Elon Musk tweeted that he owns Doge coin.\r\n\r\nDo you know there is another cryptocurrency - Shi Inbu Coin is that down 85% from its top earlier?\r\n\r\nCrypto currencies are volatile and big fortune (and losses) can be made within weeks or months.\r\n\r\nWith Shi Inu at such low prices, you can consider buying some at Binance (https://bit.ly/33yXOqz)\r\n\r\nGo to this url and simply sign up with your email and password and enjoy 10% off your trading fees for life!  -&gt;https://bit.ly/33yXOqz\r\n\r\n\r\nIf you want to take advantage of the crazy discounts now, you can buy cryptocurrecncies at Binance here (biggest crypto exchange in the world).\r\n\r\nhttps://bit.ly/33yXOqz  -&gt; Use this link to sign up at Binance for free and get 10% off ALL your trades in Binance forever!', '2021-07-01 09:59:41'),
(402, 'Deon Feagin', 'deon.feagin@gmail.com', 'Hi,\r\n\r\nWeâ€™re reaching out to ask if youâ€™d be interested in featuring a guest post on your website. We believe we can add value to your audience on a few related topics that would resonate with your readers. \r\n\r\nIf our offer is of interest to you, please complete the form here: https://backlinkpro.club/add-your-site\r\n\r\nKind Regards,\r\nDeon', '2021-07-03 14:46:45'),
(403, 'Robert Mchugh', 'robert.mchugh@googlemail.com', 'Everyone wants better organic rankings and maximum visibility. Few realize that optimal user experience is a big part of getting there. Improve your visitors experience by making gtbhnursing.com run faster:\r\nhttps://ultimate-marketers.com/speedup\r\nWith warm regards,\r\nWe offer the best marketing services you can find on our online shop for making big money in a small business, still not considering getting clients? Here is a simple, 1-click unsubscribe link: https://ultimate-marketers.com/?unsubscribe=gtbhnursing.com', '2021-07-03 18:46:28'),
(404, 'Harjot Kaur', 'jotmann.hk@gmail.com', 'Hello madam,\r\nIs there any posts vacant for clinical instructor?', '2021-07-05 03:18:26'),
(405, 'Ethan Cardoza', 'cardoza.ethan@msn.com', 'Elon Musk is a visionary and he is well knowned to have the midas touch. Anything he tweets or gets involved in, goes up in prices.\r\n\r\nElon Musk caused Bitcoin\'s price to soar when he tweeted about it.\r\n\r\nProof: https://www.forbes.com/sites/jonathanponciano/2021/06/13/musk-denies-bitcoin-pump-and-dump-and-says-tesla-will-resume-transactions-once-this-mining-goal-is-reached/?sh=17fdcafeaa2a\r\n\r\nElon Musk caused Doge Coin to soar when he tweeted about it.\r\nhttps://www.news.com.au/finance/money/investing/dogecoin-price-elon-musk-pumps-crypto-with-ceo-tweet/news-story/adb38ab506f84b632992bd8314068003\r\n\r\nThe most important question everyone has is: \"what is next?\"\r\n\r\nThe short answer is a newly listed NASDAQ crypto mining company from Canada.\r\n\r\nRumours have it that Elon Musk or Tesla might have or is going to acquire a stake in this newly listed NASDAQ.\r\n\r\nMany are waiting for his \"infamous\" tweets to send stock price soaring.\r\n\r\nWith all the talk about going green, this newly listed Bitcoin and Ethereum mining company is a green company that mines bitcoin and ethereum using green energy.\r\n\r\nIt is currently trading at less than USD$3.50 in NASDAQ, way lower than it\'s all time high in 2018. And Bitcoin and Ethereum have broken their all time high, making this stock highly undervalued.\r\n\r\nThis company is Canadian company Hive Blockchain. You can check out their stock here:\r\nhttps://www.nasdaq.com/market-activity/stocks/hvbtf\r\n\r\nRumours have it that Elon Musk or Tesla has taken a stake in this company which just listed on NASDAQ on 1st July 2021.\r\n\r\nhttps://www.foxbusiness.com/markets/bitcoin-miners-form-council-meeting-elon-musk\r\nhttps://ca.finance.yahoo.com/news/3-reasons-hive-blockchain-technologies-230044627.html\r\n\r\nIf you are a long term investor, you can consider buying this stock for the long term.\r\n\r\nIf you are a short term speculator, you can consider the strategy of buy the rumour and sell the news on HIVE Blockchain stock.\r\n\r\nFor more on this stock, you can visit the official website here: https://www.hiveblockchain.com/\r\n\r\nAnd do check out what the investor community is saying about HIVE BLOCKCHAIN here in Yahoo: https://finance.yahoo.com/quote/HIVE.V/community?p=HIVE.V\r\n\r\nDon\'t miss out on this golden opporunity!', '2021-07-07 20:52:27'),
(406, 'Rozella Whitelegge', 'unilesh.baidx@sharyndoll.com', 'Thinking about making some extra cash online? Don\'t do it until you\'ve read this first: http://bit.ly/how-to-start-an-affiliate-marketing-business', '2021-07-09 04:13:19'),
(407, 'Agueda Clay', 'laok.duhoky4@disdraplo.com', 'Need more buyers for your website? Read this: http://bit.ly/buyers-to-your-site-now', '2021-07-10 03:09:51'),
(408, 'Douglas Rydge', 'douglas.rydge22@msn.com', 'Hello\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2021-07-14 13:22:17'),
(409, 'Stacey Owens', 'owens.stacey36@msn.com', 'Elon Musk is a visionary and he is well knowned to have the midas touch. Anything he tweets or gets involved in, goes up in prices.\r\n\r\nElon Musk caused Bitcoin\'s price to soar when he tweeted about it.\r\n\r\nProof: https://www.forbes.com/sites/jonathanponciano/2021/06/13/musk-denies-bitcoin-pump-and-dump-and-says-tesla-will-resume-transactions-once-this-mining-goal-is-reached/?sh=17fdcafeaa2a\r\n\r\nElon Musk caused Doge Coin to soar when he tweeted about it.\r\nhttps://www.news.com.au/finance/money/investing/dogecoin-price-elon-musk-pumps-crypto-with-ceo-tweet/news-story/adb38ab506f84b632992bd8314068003\r\n\r\nThe most important question everyone has is: \"what is next?\"\r\n\r\nThe short answer is a newly listed NASDAQ crypto mining company from Canada.\r\n\r\nRumours have it that Elon Musk or Tesla might have or is going to acquire a stake in this newly listed NASDAQ.\r\n\r\nMany are waiting for his \"infamous\" tweets to send stock price soaring.\r\n\r\nWith all the talk about going green, this newly listed Bitcoin and Ethereum mining company is a green company that mines bitcoin and ethereum using green energy.\r\n\r\nIt is currently trading at less than USD$3.50 in NASDAQ, way lower than it\'s all time high in 2018. And Bitcoin and Ethereum have broken their all time high, making this stock highly undervalued.\r\n\r\nThis company is Canadian company Hive Blockchain. You can check out their stock here:\r\nhttps://www.nasdaq.com/market-activity/stocks/hvbtf\r\n\r\nRumours have it that Elon Musk or Tesla has taken a stake in this company which just listed on NASDAQ on 1st July 2021.\r\n\r\nhttps://www.foxbusiness.com/markets/bitcoin-miners-form-council-meeting-elon-musk\r\nhttps://ca.finance.yahoo.com/news/3-reasons-hive-blockchain-technologies-230044627.html\r\n\r\nIf you are a long term investor, you can consider buying this stock for the long term.\r\n\r\nIf you are a short term speculator, you can consider the strategy of buy the rumour and sell the news on HIVE Blockchain stock.\r\n\r\nFor more on this stock, you can visit the official website here: https://www.hiveblockchain.com/\r\n\r\nAnd do check out what the investor community is saying about HIVE BLOCKCHAIN here in Yahoo: https://finance.yahoo.com/quote/HIVE.V/community?p=HIVE.V\r\n\r\nDon\'t miss out on this golden opporunity!', '2021-07-14 18:08:09'),
(410, 'Allie Dumolo', 'lohyjomabe-8815@yopmail.com', 'This web traffic costs one tenth to 1/100th the cost of Google Adwords and is high quality and targeted specifically for your keywords: https://bit.ly/cheaper-and-better-web-traffic', '2021-07-16 09:15:46'),
(411, 'Maria Campbell', 'Campell2819@yahoo.com', 'It looks like you have a couple spelling errors on your website such as the word \"garde\".  Check out a service like SpellAce.com to help.  We\'ve used it in the past and liked it.', '2021-07-19 03:25:37'),
(412, 'Abhishek Kumar', 'abhimachal47@gmail.com', 'Nursing', '2021-07-21 16:27:05'),
(413, 'Abhishek Kumar', 'abhimachal47@gmail.com', 'Nursing', '2021-07-21 16:28:07'),
(414, 'Quinton Duigan', '4mfarhani42@suppm.site', 'Promote your website the easy way without paying huge advertising costs. More info: https://bit.ly/results-marketing', '2021-07-21 19:09:13'),
(415, 'Kiranpreet kaur', 'sandhukiran383@gmail.com', 'I want evaluation for NNAS could you help me where could I send my documents? Thanks', '2021-07-22 16:54:13'),
(416, 'Elwood Gonyea', 'elwood.gonyea21@gmail.com', 'Good evening\r\nThis is the service your top competitors use:\r\nhttps://your-seo-technicians.com/backlinks-generator\r\nBest regards,\r\nWe offer the very best marketing services you can order on our shop for making big money in a small business, still not enthusiastic about getting new customers? Here is an easy, 1-click unsubscribe link:  https://your-seo-technicians.com/?unsubscribe=gtbhnursing.com', '2021-07-24 14:52:25'),
(417, 'Janna Grady', 'grady.janna@outlook.com', 'By now most people have heard of Bitcoin.\r\n\r\nUnlike traditional stock markets, Bitcoin has its own cycles of ups and downs. There is a model called \"Stock to Flow\" price predication model by PlanB (an anonymous Dutch hedge fund manager).\r\n\r\nForbes calls this model one of the most accurate price predication model of Bitcoin. https://www.forbes.com/sites/stevenehrlich/2021/04/29/demystifying-bitcoins-remarkably-accurate-price-prediction-model-stock-to-flow/?sh=60d4c376476a\r\n\r\nAccording to this model, Bitcoin can hit a price USD$150,000 to USD$300,000 by Dec 2021 or Jan 2022. You can follow this legend\'s twitter account here: https://twitter.com/100trillionUSD\r\n\r\nCurrently Bitcoin trades around USD$30,000, if PlanB is correct, we can expect a 5 to 10 times gain in Bitcoin in the next 6 to 9 months!\r\n\r\nDon\'t have enough money to buy a whole Bitcoin? No worries, anyone can buy a fraction of Bitcoin. For example, if you have $350, you can buy 1/00 (1%) of a Bitcoin!\r\n\r\nTo get started, you can buy your first Bitcoin (or a small fraction of it) below:\r\n\r\nGo to this url and simply sign up with your email and password and enjoy 10% off your trading fees for life!  -&gt;https://bit.ly/33yXOqz\r\n\r\n\r\n\r\nIf you want to take advantage of the crazy discounts now, you can buy cryptocurrecncies at Binance here -&gt; https://bit.ly/33yXOqz (biggest crypto exchange in the world).\r\n\r\nhttps://bit.ly/33yXOqz  -&gt; Use this link to sign up at Binance for free and get 10% off ALL your trades in Binance forever!', '2021-07-24 20:49:23'),
(418, 'Paul Moore', 'paul@triumphfunding.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nTriumph Funding is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.triumphfunding.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nTriumph Funding\r\nwww.triumphfunding.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.triumphfunding.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nTriumph Funding\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-07-26 14:42:06'),
(419, 'Hazel Holden', 'hazel.holden13@gmail.com', 'Twitter is adopting Bitcoin -&gt; https://techcrunch.com/2021/07/23/daily-crunch-bitcoin-is-a-big-part-of-our-future-says-twitter-ceo-jack-dorsey/\r\n\r\nAmazon is also jumping on the Bitcoin bandwagon - &gt;https://www.cnbc.com/2021/07/23/amazon-is-hiring-a-digital-currency-and-blockchain-expert.html\r\n\r\nDo not miss this opportunity of the lifetime.\r\n\r\nMany people buy bitcoin and other cryptocurrencies when prices are going up, this is the worst thing that you can do. In order to make money, you have to buy low (when others are not going euphoric) and sell high.\r\n\r\nThe chance to buy bitcoin is NOW.\r\n\r\n\r\nDon\'t have enough money to buy a whole Bitcoin? No worries, anyone can buy a fraction of Bitcoin. For example, if you have $350, you can buy 1/00 (1%) of a Bitcoin!\r\n\r\nTo get started, you can buy your first Bitcoin (or a small fraction of it) below:\r\n\r\nGo to this url and simply sign up with your email and password and enjoy 10% off your trading fees for life!  -&gt;https://bit.ly/33yXOqz\r\n\r\n\r\n\r\nIf you want to take advantage of the crazy discounts now, you can buy cryptocurrecncies at Binance here -&gt; https://bit.ly/33yXOqz (biggest crypto exchange in the world).\r\n\r\nhttps://bit.ly/33yXOqz  -&gt; Use this link to sign up at Binance for free and get 10% off ALL your trades in Binance forever!', '2021-07-29 19:07:24'),
(420, 'Inge Zimmerman', 'zimmerman.inge@gmail.com', 'Hello!\r\nI know, you are super busy, so Iâ€™ll keep this short,\r\n\r\nMy name is . Iâ€™m contacting you regarding the online marketing of your website gtbhnursing.com\r\n\r\nWe are a team of Online Marketing and IT professionals from Deutschland.\r\n\r\nOur services are sold by small packages and will be useful for small-medium companies interested in marketing their services without spending any of their time.\r\n\r\nWe do have reviews and examples of our work on our website: https://best-marketers.com\r\n\r\nIn case this isn\'t a priority for you or your business at the moment, Here is an easy, 1-click unsubscribe link: https://best-marketers.com/?unsubscribe=gtbhnursing.com', '2021-07-30 09:14:44'),
(421, 'Archer Gaunson', 'qmahmoudhoda2@halumail.com', 'Ads that charge for clicks only make the ad companies rich. Here\'s a more common sense approach:  https://bit.ly/no-more-ppc-costs-ever', '2021-08-01 19:50:17'),
(422, 'Heike Edmondstone', 'edmondstone.heike@gmail.com', 'Why pay for ads when you can get them free? Here are 50 proven ways to get effective advertising for your site : https://bit.ly/how-to-get-free-advertising', '2021-08-02 18:53:02'),
(423, 'Navdeep Kaur', 'navdeepkaursaggal@yahoo.ca', 'Good morning, my name is Navdeep and I studied in this college. I want transcript so please let me know how I can apply for transcript.\r\nThanks', '2021-08-03 05:29:40'),
(424, 'Emelia Griffith', 'emelia@bestlocaldata.com', '6 August 2021.\r\n\r\nThis is the last day BestLocalData.com will be online and operate. We are shutting down and all our data is for sale for $99.\r\n\r\nRegards,\r\nEmelia', '2021-08-03 18:34:46'),
(425, 'Avis Clyne', 'clyne.avis@hotmail.com', 'Some new comers in crypto-sphere in the last 2 years have made life-changing gains within a short period of time.\r\n\r\nAnd many are reporting this to be a \"wife-changing experience\" as well.\r\n\r\nWhile you may laugh at this, people really CAN change when crazy gains are made.\r\n\r\nAre you sick of your marriage and feel stuck?\r\n\r\nIt is time to do something about it. Times are very difficult admist the pandemic and sometime we need to try something different. Cryptocurrency is the biggest techological revolution since the internet. Do not miss out on this!\r\n\r\n\r\nPS: Even if you do NOT want to buy cryptocurrency, do you know that the world\'s biggest exchange Binance has a referral program? You can sign up at Binance here (https://bit.ly/33yXOqz) even if you are NOT going to trade. After \r\nsigning up with Binance, you can share your referal links with your friends and make some passive income on the side. You get paid a small fee whenever your referrals buy or sell cryptocurrencies in Binance!\r\n\r\nCovid19 has caused me to lose my job and I am doing what I can to make some money to put food on the table. If you have some spare change, please research cryptocurrencies and this is really a once in a lifetime opportunity to trade.\r\n\r\nIf you do not have any spare cash, you can still sign up for a free account and make money by promoting Binance to your friends! This is a great way to earn a little side income during this challenging times.\r\n\r\nAct Now!\r\n\r\nDon\'t have enough money to buy a whole Bitcoin? No worries, anyone can buy a fraction of Bitcoin. For example, if you have $350, you can buy 1/00 (1%) of a Bitcoin!\r\n\r\nTo get started, you can buy your first Bitcoin (or a small fraction of it) below:\r\n\r\nGo to this url and simply sign up with your email and password and enjoy 10% off your trading fees for life!  -&gt;https://bit.ly/33yXOqz\r\n\r\n\r\n\r\nIf you want to take advantage of the crazy discounts now, you can buy cryptocurrecncies at Binance here -&gt; https://bit.ly/33yXOqz (biggest crypto exchange in the world).\r\n\r\nhttps://bit.ly/33yXOqz  -&gt; Use this link to sign up at Binance for free and get 10% off ALL your trades in Binance forever!', '2021-08-04 11:31:52'),
(426, 'Darnell Winburn', 'winburn.darnell@hotmail.com', 'Schedule gtbhnursing.com maintenance.German Quality. Period.\r\n\r\nGood morning, \r\n\r\nYou can\'t expect to make a website and have visitors buy from you - that\'s too passive. You\'ll need to act.\r\n\r\nQuickly submit your webpage to thousands of search engines and similar directories.\r\n\r\nHere is the superb  service itâ€™s paramount to find ultimate customers regularly:\r\n\r\nhttps://your-it-technicians.com\r\n\r\n\r\n\r\nKind regards,\r\nWe offer the best IT services you may check on our website for making big money in a small business, still not considering getting clients? Here is an easy, 1-click unsubscribe link: https://your-it-technicians.com/?unsubscribe=gtbhnursing.com', '2021-08-05 11:56:53'),
(427, 'Hildred Loveless', 'slangede@zssh3d.com', 'Do not pay for advertising ever again:  https://bit.ly/permanently-free-ads', '2021-08-07 05:39:26'),
(428, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://talkwithwebvisitors.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-08-08 04:11:47'),
(429, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-08-08 08:00:31'),
(430, 'Lakeisha Nilsen', 'nilsen.lakeisha@gmail.com', 'Some new comers in crypto-sphere in the last 2 years have made life-changing gains within a short period of time.\r\n\r\nAnd many are reporting this to be a \"wife-changing experience\" as well.\r\n\r\nWhile you may laugh at this, people really CAN change when crazy gains are made.\r\n\r\nAre you sick of your marriage and feel stuck?\r\n\r\nIt is time to do something about it. Times are very difficult admist the pandemic and sometime we need to try something different. Cryptocurrency is the biggest techological revolution since the internet. Do not miss out on this!\r\n\r\n\r\nPS: Even if you do NOT want to buy cryptocurrency, do you know that the world\'s biggest exchange Binance has a referral program? You can sign up at Binance here (https://bit.ly/33yXOqz) even if you are NOT going to trade. After \r\nsigning up with Binance, you can share your referal links with your friends and make some passive income on the side. You get paid a small fee whenever your referrals buy or sell cryptocurrencies in Binance!\r\n\r\nCovid19 has caused me to lose my job and I am doing what I can to make some money to put food on the table. If you have some spare change, please research cryptocurrencies and this is really a once in a lifetime opportunity to trade.\r\n\r\nIf you do not have any spare cash, you can still sign up for a free account and make money by promoting Binance to your friends! This is a great way to earn a little side income during this challenging times.\r\n\r\nAct Now!\r\n\r\nDon\'t have enough money to buy a whole Bitcoin? No worries, anyone can buy a fraction of Bitcoin. For example, if you have $350, you can buy 1/00 (1%) of a Bitcoin!\r\n\r\nTo get started, you can buy your first Bitcoin (or a small fraction of it) below:\r\n\r\nGo to this url and simply sign up with your email and password and enjoy 10% off your trading fees for life!  -&gt;https://bit.ly/33yXOqz\r\n\r\n\r\n\r\nIf you want to take advantage of the crazy discounts now, you can buy cryptocurrecncies at Binance here -&gt; https://bit.ly/33yXOqz (biggest crypto exchange in the world).\r\n\r\nhttps://bit.ly/33yXOqz  -&gt; Use this link to sign up at Binance for free and get 10% off ALL your trades in Binance forever!', '2021-08-08 20:33:58'),
(431, 'Myrna Arthur', 'christinefloyd7162@gmail.com', 'Greetings\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2021-08-09 15:18:34'),
(432, 'Paul Moore', 'paul@triumphfunding.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nTriumph Funding is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.triumphfunding.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nTriumph Funding\r\nwww.triumphfunding.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.triumphfunding.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nTriumph Funding\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-08-10 16:58:50'),
(433, 'Wyatt Schiffer', 'schiffer.wyatt69@gmail.com', 'Superior German IT services.\r\n\r\nGood morning, \r\n\r\nInternet traffic is free. Being able to consistently receive targeted clients to gtbhnursing.com will undeniably increase your leads and sales.\r\n\r\nTo sky rocket your company effortlessly on the internet you must have this extraordinary plan:\r\n	\r\nhttps://first-class-marketing.com/backlinks-generator\r\n\r\n\r\nRegards,\r\nWe offer the most effective IT services you can check on our website for making big money in a small business, still not interested in getting new customers? Here is an easy, 1-click unsubscribe link: https://first-class-marketing.com/?unsubscribe=gtbhnursing.com', '2021-08-10 22:35:32'),
(434, 'Milan Zimmerman', 'milan@sundatagroup.one', 'New data just for you!\r\n\r\nHi, just letting you know you can now select from hundreds of millions of data records in 200+ countries and in various industries. Benefit from it as soon as possible.\r\n\r\nBrowse our databases or request a custom list that suits your needs.\r\n\r\nThere\'s something for everyone.\r\n\r\nHave a look!\r\nhttps://sundatagroup.one', '2021-08-11 21:27:11'),
(435, 'Lara Baker', 'lara.baker65@googlemail.com', 'You won\'t believe how easy it is to get free advertising on Google. Here\'s 20 Clever Ways to Get Free Advertising on Google & Beyond: https://bit.ly/how-to-get-free-advertising-on-google', '2021-08-13 04:22:42'),
(436, 'Lorene Sapp', 'sapp.lorene@msn.com', 'Hi,\r\n\r\nFirstly let me apologise to you as I know this is not the best way to reach you (contact form marketing). I am at my wits end to generate more income to provide for my wife and children and this is a legal (and I hope to make up to you by providing free educational value)\r\n\r\nLike many others, the pandemic has hit me hard and I lost my job. Now I am doing what I can in between jobs and experimenting with different ways to make money from the internet.\r\n\r\nI chanced upon Binance.com (https://bit.ly/3jLZLrm) and started promoting my Binance.com affiliate links to my friends and online. When you introduce your friends to Binance, you get a LIFETIME commission everytime they trade in Binance!\r\n\r\nYou do need a large number of affiliates to make things work. I was lucky to sign up 3  friends who put in USD$10,000 each and depending from their trade volume, I made an extra USD$1000 to $5000 per month PASSIVELY.\r\n\r\nAs such, you do not need to put any money of your own into Binance, you can also make money by referring Binance to your friends and associates! -&gt; https://bit.ly/3jLZLrm (my Binance affiliate link)\r\n\r\n\r\nGo to this url and simply sign up with your email and password. This takes only 30 seconds!  -&gt; https://bit.ly/3jLZLrm', '2021-08-14 01:34:29'),
(437, 'Gagandeep SIngh', 'gagandev446@gmail.com', '(Rude and unprofessional behaviour of Dr Eshani Sharma)\r\n\r\nI want to register a report of your mannerless Dr Eshani Sharma. We came to your hospital with hope for better treatment and hospitality but this is very sad to inform you that your Dr Eshani Sharma has no manners. She don\'t know how to talk with patients guardians.\r\n\r\nHow come 23 years old patient knows medical things. When parents want to know then she behaves like inhuman. She said girl is adult I will only let her know. How come girl know everything at such age.\r\n\r\nThen we ask to check weight. She replied our machine is not working.\r\n\r\nWe ask kindly do this checkup and she instantly replied we do by ourself as I wish. I will not do anything according to you.\r\n\r\nThen she ask for checkups which cost 32-4500 with no proper explanations. Just making money. Is this hospital or a karyana shop.\r\n\r\nI am expecting your action and reply on this matter. I will wait for your call also otherwise I\'ll go to state medical council.\r\n\r\nRegards\r\nGagandeep Singh\r\n9803809102', '2021-08-14 13:24:29'),
(438, 'Brahmani', 'brahmanisharma3@gmail.com', 'From which webisite i can get the information about registeration and entrance in the college', '2021-08-15 07:06:41'),
(439, 'Blaine Weathers', 'lawerencemartineau7162@gmail.com', 'Hi there\r\n\r\nWe have just checked your gtbhnursing.com for the ranking keywords and found that you could use a boost.\r\n\r\nIf interested in getting more out of your organic efforts, kindly email us: support@digital-x-press.com\r\n\r\nthanks\r\nSEO X Press Team', '2021-08-16 06:54:06'),
(440, 'Maritza Fantin', 'maritza.fantin22@yahoo.com', 'Marketing services with German quality.\r\n\r\nGood evening, \r\n\r\nOnline presence can be pivotal to the success of a business because it provides a shortcut into visibility that would otherwise take way too long to achieve or cost substantially more to buy.\r\n\r\nUse this amazing plan you need to sky rocket your business progress in capturing phenomenal customers effortlessly:\r\n	\r\nhttps://your-seo-technicians.com/backlinks-generator\r\n\r\n\r\nWith warm regards,\r\nWe offer the best marketing services you can find on our website for making big money in a small business, still not thinking about getting clients? Here is a quick, 1-click unsubscribe link: https://your-seo-technicians.com/?unsubscribe=gtbhnursing.com', '2021-08-16 18:43:37'),
(441, 'Reuben Marra', 'reuben.marra@gmail.com', 'Hi,\r\n\r\nFirstly let me apologise to you as I know this is not the best way to reach you (contact form marketing). I am at my wits end to generate more income to provide for my wife and children and this is a legal (and I hope to make up to you by providing free educational value)\r\n\r\nLike many others, the pandemic has hit me hard and I lost my job. Now I am doing what I can in between jobs and experimenting with different ways to make money from the internet.\r\n\r\nI chanced upon Binance.com (https://bit.ly/3jLZLrm) and started promoting my Binance.com affiliate links to my friends and online. When you introduce your friends to Binance, you get a LIFETIME commission everytime they trade in Binance!\r\n\r\nYou do need a large number of affiliates to make things work. I was lucky to sign up 3  friends who put in USD$10,000 each and depending from their trade volume, I made an extra USD$1000 to $5000 per month PASSIVELY.\r\n\r\nAs such, you do not need to put any money of your own into Binance, you can also make money by referring Binance to your friends and associates! -&gt; https://bit.ly/3jLZLrm (my Binance affiliate link)\r\n\r\n\r\nGo to this url and simply sign up with your email and password. This takes only 30 seconds!  -&gt; https://bit.ly/3jLZLrm', '2021-08-18 21:02:10'),
(442, 'Branden Haines', 'wmohamad20@gmaiiil.live', 'This new method allows you to advertise for free on sites like Google. Find out more here: https://bit.ly/20-ways-to-get-free-ads', '2021-08-20 03:01:15'),
(443, 'Devin Mullan', 'devin@sundatagroup.one', 'Hello.\r\n\r\nNeed leads for your business? We have a limited offer where we sell almost 400 million executives around the world in 165 countries for $299.\r\n\r\nOr you can buy your country individually for $99.\r\n\r\nwww.SunDataGroup.one', '2021-08-21 00:39:01'),
(444, 'Lurlene Lambe', 'lambe.lurlene@yahoo.com', 'Tired of Indian marketing? Try German!\r\n\r\nGeoTagged-optimized Photos is one of the most cost-effective forms of local online marketing. Thatâ€™s because youâ€™re engaging customers once theyâ€™re already searching for products or services youâ€™re selling.\r\n\r\nHere is the serious service you should have to find superb clients regularly:\r\n	\r\nhttps://business-it-services.com/imagegeotagging\r\n\r\n\r\nWith warm regards,\r\nWe offer the top IT services you may check on our online shop to make big money in a small business, still not thinking about getting new business? Here is an easy, 1-click unsubscribe link: https://business-it-services.com/?unsubscribe=gtbhnursing.com', '2021-08-23 12:32:56'),
(445, 'Ross Meister', 'ross.meister13@hotmail.com', 'Hi,\r\n\r\nFirstly let me apologise to you as I know this is not the best way to reach you (contact form marketing). I am at my wits end to generate more income to provide for my wife and children and this is a legal (and I hope to make up to you by providing free educational value)\r\n\r\nLike many others, the pandemic has hit me hard and I lost my job. Now I am doing what I can in between jobs and experimenting with different ways to make money from the internet.\r\n\r\nI chanced upon Binance.com (https://bit.ly/3jLZLrm) and started promoting my Binance.com affiliate links to my friends and online. When you introduce your friends to Binance, you get a LIFETIME commission everytime they trade in Binance!\r\n\r\nYou do need a large number of affiliates to make things work. I was lucky to sign up 3  friends who put in USD$10,000 each and depending from their trade volume, I made an extra USD$1000 to $5000 per month PASSIVELY.\r\n\r\nAs such, you do not need to put any money of your own into Binance, you can also make money by referring Binance to your friends and associates! -&gt; https://bit.ly/3jLZLrm (my Binance affiliate link)\r\n\r\n\r\nGo to this url and simply sign up with your email and password. This takes only 30 seconds!  -&gt; https://bit.ly/3jLZLrm', '2021-08-23 16:06:49');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(446, 'Paul Moore', 'paul@triumphfunding.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nTriumph Funding is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.triumphfunding.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nTriumph Funding\r\nwww.triumphfunding.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.triumphfunding.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nTriumph Funding\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-08-24 16:07:19'),
(447, 'Lourdes Sandberg', 'lourdes.sandberg@hotmail.com', 'Effective And Free Ways To Advertise. Here Is A List... :https://shortest.link/Jt0', '2021-08-29 04:56:44'),
(448, 'Alycia Lemann', 'alycia.lemann@gmail.com', 'If you consume CNN and BBC\'s coverage of China, I am sure you are under the impression that China is a really screwed up country.\r\n\r\nThe West has a very biased view of China. China\'s rise is bad for us? Is our system superior?\r\n\r\nWhat is good for the West\'s government is definitely good for Wall Streets and the bankers, but not necessarily good for the people.\r\n\r\nChina has a lot to offer to the average guy in the West.\r\n\r\nDo you have a business? Consider selling to China\r\n\r\nDo you want an incredible life experience like no others? Perhaps you can relocate to China!\r\n\r\nWhat is China really like?\r\n\r\nWe share some you tube videos of Westerners living in China. Check the videos out and perhap it will change your view of China.\r\n\r\nOr Perhaps you can visit China and seek out new opportunities there!\r\n\r\n\r\nThe Most SHOCKING Street Reactions of Foreigners living in CHINA!\r\nhttps://www.youtube.com/watch?v=0jt3M3QNrH4\r\n\r\n\r\nJason (from UK) China vs USA - Who Would Win? 2021 Military / Country Comparison\r\nhttps://www.youtube.com/watch?v=NO5OH7KFEqw\r\n\r\n\r\nHow China Became So Powerful\r\n\r\nhttps://www.youtube.com/watch?v=qw-FLc7Z01Q\r\n\r\nJohnny Harris - It\'s a story of a certain type of capitalism\r\n\r\nChina Shaolin Martial Arts\r\nhttps://www.youtube.com/watch?v=FQg5b6bagGs\r\n\r\nCheck out Philip Hartshorn\'s experience in Shao Lin learning Kungfu!\r\n\r\n\r\nWho REALLY Runs The World and How to Protect Yourself - Gerald Celente\r\nhttps://www.youtube.com/watch?v=hEusdJ7fi4Q\r\n\r\nAm I a Commie? - Question for YouTube Content Creators in China\r\nhttps://www.youtube.com/watch?v=rKx2B0C8n5c', '2021-08-30 09:30:36'),
(449, 'Ryan Caudle', 'ryan.caudle@msn.com', '20 Clever Ways To Get Free Advertising On Google & Beyond : https://urlday.cc/db55p', '2021-08-30 22:41:26'),
(450, 'Terrence Rosas', '0abdesslam20152@wingkobabat.buzz', 'Since everyone needs traffic to their websites, Google, YouTube, Facebook, and LinkedIn are among the top 20 most visited sites in the world. There are so many other sites that you can get traffic to your site from that most marketers havenâ€™t even considered. Here are 5 examples of high traffic sites that you can take advantage of and drive tons of free traffic back to your site.http://www.congreso-hidalgo.gob.mx/urls/7Aa', '2021-08-31 06:09:00'),
(451, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-09-01 14:00:14'),
(452, 'Corina', 'contact@d-pages.cc', 'gtbhnursing.com,\r\n\r\n\r\nWe are DIRECTORIA business directory, currently, we are in the process of including new companies on our website. We have recently listed gtbhnursing.com on our directory (for free).\r\nThis is an excerpt of the listing:\r\n\r\n\r\n\"In the later part of the twentieth century, the likeminded Sikh residents of a very posh locality of Ludhiana, envisioned opening of a hospital for the lesser fortunate groups of ...\" \r\n\r\nYou can take a look at the full listing Â here: --  https://d-pages.cc/gtbhnursing-com\r\n\r\nIf you want to  remove it  click here:  https://d-pages.cc/remove?ppc=YkV3bG1rcGNVaURDblBLLzVDdG4=\r\n\r\nIf you want to Â make any changes, please, \"claim your listing\"Â   by clicking on widget on the right sidebar of your listing.\r\n \r\n\r\nThanks.\r\nDirectoria Team.', '2021-09-03 22:53:16'),
(453, 'Adolph Castaneda', 'adolph.castaneda@yahoo.com', 'A maverick Japanese doctor recently leaked the secret ingredients of an ancient Japanese Tonic that targets the root cause of deep belly fat and activates a powerful little-known fat-burning hormone inside youâ€¦that MELTS away all your stubborn body fat.\r\n \r\n =&gt; Discover the â€œDone for Youâ€ Japanese Tonic to Melt 3 Pounds Every 3.5 Days \r\n==&gt;https://shortest.link/JtV', '2021-09-04 05:28:48'),
(454, 'Rukmani kumari', 'madankumarghana@gmail.com', 'I want to addmission Bsc nursing course.I complete ppmet exam my Ranck is 34.5% .So please advise me to ,how can get your college in side addmission.', '2021-09-04 06:45:38'),
(455, 'Alexander Hensman', 'hensman.alexander@gmail.com', 'Hi,\r\n\r\nFirstly let me apologise to you as I know this is not the best way to reach you (contact form marketing). I am at my wits end to generate more income to provide for my wife and children and this is a legal (and I hope to make up to you by providing free educational value)\r\n\r\nLike many others, the pandemic has hit me hard and I lost my job. Now I am doing what I can in between jobs and experimenting with different ways to make money from the internet.\r\n\r\nI chanced upon Binance.com (https://bit.ly/3jLZLrm) and started promoting my Binance.com affiliate links to my friends and online. When you introduce your friends to Binance, you get a LIFETIME commission everytime they trade in Binance!\r\n\r\nYou do need a large number of affiliates to make things work. I was lucky to sign up 3  friends who put in USD$10,000 each and depending from their trade volume, I made an extra USD$1000 to $5000 per month PASSIVELY.\r\n\r\nAs such, you do not need to put any money of your own into Binance, you can also make money by referring Binance to your friends and associates! -&gt; https://bit.ly/3jLZLrm (my Binance affiliate link)\r\n\r\n\r\nGo to this url and simply sign up with your email and password. This takes only 30 seconds!  -&gt; https://bit.ly/3jLZLrm', '2021-09-05 08:09:08'),
(456, 'Olivia Jackson', 'olivia@backlinkpro.club', 'Hi, \r\n\r\nWe\'re wondering if you\'d be interested in a \'dofollow\' backlink to gtbhnursing.com from our website that has a Moz Domain Authority of 50?\r\n\r\nOur website is dedicated to facts/education, and so can host articles on pretty much any topic.\r\n\r\nYou can either write a new article yourself, or we can link from existing content.\r\n\r\nThe fee is just $40 to be paid via Paypal. This is a one-time fee, so there are no extra charges and the link is permanent.\r\n\r\nAlso: Once the article has been published, and your backlink has been added, it will be shared out to almost 3 million social media followers (if it\'s educationally based). This means you aren\'t just getting the high valued backlink, you\'re also getting the potential of more traffic to your site.\r\n\r\nIf you\'re interested, please reply to this email, including the word \'interested\' in the Subject Field.\r\n\r\nKind Regards,\r\nOlivia', '2021-09-05 21:01:04'),
(457, 'Oma Forman', 'oma.forman@gmail.com', 'Quick Question?\r\n\r\nFacebook Page Reviews amazingly enhance trust and credibility your company has on social media.\r\nHave a look at this fantastic service youâ€™ll want to trigger your momentum in engaging ultimate customers through your website:\r\n	\r\nhttps://your-seo-specialist.com/facebook-page-reviews\r\n\r\n\r\nWarm regards,\r\nWe offer superb Online Marketing services you can check on our website for making big money in a small business, still not considering getting new business? Here is an easy, one-click unsubscribe link: https://your-seo-specialist.com/?unsubscribe=gtbhnursing.com', '2021-09-06 19:23:29'),
(458, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-09-07 05:21:46'),
(459, 'MAMTA', 'mamtarathi1973@gmail.com', 'B.Sc Nursing Regarding', '2021-09-08 09:20:32'),
(460, 'Paul Moore', 'paul@triumphfunding.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nTriumph Funding is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.triumphfunding.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nTriumph Funding\r\nwww.triumphfunding.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.triumphfunding.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nTriumph Funding\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-09-08 18:52:58'),
(461, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-09-09 20:16:06'),
(462, 'Rebbeca Dashwood', 'galprincemedo343f@tukieai.com', 'How to earn extra cash with your website without doing a thing: http://www.congreso-hidalgo.gob.mx/urls/7A6', '2021-09-10 05:47:52'),
(463, 'Celeste De Salis', 'celeste@sundatagroup.com', 'Hello from SunDataGroup.com\r\n\r\nWe are selling leads from around the world. I thought your company could benefit from it.\r\n\r\nYou can visit our website www.SunDataGroup.com to see some of our data.\r\n\r\nWe have a special offer running. All our databases for $99.', '2021-09-10 18:42:20'),
(464, 'Ashely Tyrrell', 'tyrrell.ashely@gmail.com', 'Hi\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2021-09-11 22:26:49'),
(465, 'Emmanuel Frivet', 'verificationscanada@hireright.com', 'Hello,\r\n\r\nWe are trying to verify someone\'s current/past education with Guru Teg Bahadur College of Nursing. We would like to speak with the person who has access to student records. Could you please contact us to let us know whom we should be contacting to request an education verification? \r\n\r\nIf possible could you please provide this individual\'s:\r\nName:\r\nTitle:\r\nPhone Number:\r\nFax Number:\r\nEmail Address:\r\n\r\nOnce we are aware of your education verification process and/or are in contact with someone who has access to education records and is authorized to provide this verification, we can provide you with more information about the person upon whom this inquiry is based.\r\n\r\nThank you for your assistance. \r\n\r\nSincerely,', '2021-09-15 16:09:54'),
(466, 'Dollie Mackennal', 'dollie.mackennal@yahoo.com', 'Marketing services with German quality.\r\n\r\nIf you are a business owner for gtbhnursing.com, you likely want to bring clients to it. Online presence is essential because it is specifically aimed at assisting you do just that.\r\n\r\nTo effortlessly increase sales over the web you must have this paramount package:\r\n	\r\nhttps://your-marketers.com/backlinks-generator\r\n\r\n\r\nRegards,\r\nWe offer the very best Promotion services you may find on our website for making big money in a small business, still not enthusiastic about getting new customers? Here is a simple, one-click unsubscribe link: https://your-marketers.com/?unsubscribe=gtbhnursing.com', '2021-09-20 14:31:49'),
(467, 'Sadhna', 'aryasadhna9@gmail.com', 'Gnm nursing diploma course regarding detaila', '2021-09-21 04:46:13'),
(468, 'Keeley Zambrano', 'keeley.zambrano@gmail.com', '100% free backlink strategy you can use to improve your website\'s SEO pretty easily yourself. Check it out: https://1mdr.short.gy/iJEc6x', '2021-09-22 08:11:36'),
(469, 'Paul Moore', 'paul@triumphfunding.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nTriumph Funding is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.triumphfunding.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nTriumph Funding\r\nwww.triumphfunding.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.triumphfunding.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nTriumph Funding\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-09-22 15:48:47'),
(470, 'Glory Beg', 'beg.glory@msn.com', 'Paid ads are a waste of money these days, clicks cost a fortune and you can never seem to get enough of them to justify the expense. This is why I have compiled this list of 20 ways you can advertise for free on sites like Google. Now I want to share it with the world. Click here to go ahead and view the PDF now: https://cutt.ly/DQ6IWkM', '2021-09-23 21:04:11'),
(471, 'Alphonso Bertie', 'wmahmoudfikry6@contactare.com', 'It is actually possible to promote your website nowdays without paying huge advertising costs. Check it out:  https://cutt.ly/qEzgoFV', '2021-09-26 06:44:32'),
(472, 'Jenny', 'jenny@foremedia.net', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', '2021-09-27 09:11:35'),
(473, 'Manual Thornburg', 'manual@businessleads101.com', 'Hey!\r\n\r\nGet all the leads you ever need. We have a special offer running BusinessLeads101.com. \r\n\r\nStop paying Facebook and Linkedin and get a once-off solution.\r\n\r\nRegards,\r\nManual', '2021-09-28 19:28:46'),
(474, 'Tyler Barnes', 'tyler@abundantcapital.xyz', 'Hello,\r\n\r\nDoes your business have all the working capital you need to grow the way you want?\r\n\r\nInstantly see how much you qualify for without affecting your credit or submitting\r\na single document.\r\n\r\nJust click on this link www.abundantcapital.xyz to get your decision in 30 seconds\r\nand funding the next day if you accept our offer. \r\n\r\nAlso, please check out this video to see all the funding options we have available \r\nfor you. www.abundantcapital.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nTyler Barnes\r\nAbundant Capital\r\nwww.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.abundantcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nAbundant Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-09-29 15:25:10'),
(475, 'Hilda Foley', 'vnatasha.sunaina4@tahugejrot.buzz', 'There\'s not need to ever pay for clicks for your ad campaigns again. With this free system you\'ll leverage free highly effective sources instantly! https://cutt.ly/zWaxj3a', '2021-09-30 05:14:25'),
(476, 'Justine Buddicom', 'erenna@gmaiiil.live', 'Now you can get thousands of high quality niche targeted website visitors for less than the price of a few clicks on Google. Find out more here: http://www.congreso-hidalgo.gob.mx/urls/7A4', '2021-09-30 08:35:33'),
(477, 'Hannah Showers', 'johanfourieltd@gmail.com', 'Hello,\r\n\r\nMy name is Johan, I am a PHP programmer that specializes in data driven web applications.\r\n\r\nAnything related to PHP, MySQL, Data scraping etc. \r\n\r\nIf you have any custom jobs you can add me on skype to discuss your requirements.\r\n\r\nSkype: cmsdevelopers\r\n\r\nRegards,\r\nJohan', '2021-09-30 13:59:55'),
(478, 'Young Von Stieglitz', 'young.vonstieglitz@yahoo.com', 'Solid Quality from Germany.\r\n\r\nIf you want to build a successful business, you need to take your marketing into your own hands. Hoping for more business is not a good strategy for success.\r\n\r\nTo efficiently increase sales on the web youâ€™ll want this amazing package:\r\n	\r\nhttps://iseo-shop.com/socialsignals\r\n\r\n\r\nBest regards,\r\nWe offer the best Promotion services you can find on our online shop for making big money in a small business, still not considering getting new customers? Here is a straightforward, 1-click unsubscribe link: https://iseo-shop.com/?unsubscribe=gtbhnursing.com', '2021-09-30 22:23:52'),
(479, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-10-02 21:26:42'),
(480, 'Howard Carman', 'howard.carman@gmail.com', 'Online advertising is all about social media and Google right? Wrong, there\'s lots of other services you can use that cost way less and even guarantee sales! Check it out: https://ai6.net/1JDru4', '2021-10-03 08:21:37'),
(481, 'Teri Harpster', 'teri.harpster@gmail.com', 'Hi there\r\nIf you ever need to get more out of your Youtube videos and would like to SEO them, please get in touch with us\r\nhttps://www.seo-treff.de/product/youtube-seo-package/\r\n\r\nthanks and sorry for the flyer\r\n\r\nMichel\r\nsupport@seo-treff.de', '2021-10-03 15:59:39'),
(482, 'Maddison McDonald', 'maddison.mcdonald@hotmail.com', 'Hi!\r\nI hope this email finds you well, the purpose of writing this email is to draw your attention to an opportunity through which you can enjoy a cup of coffee anytime just like you feel it. \r\nBy using our product, you can make your morning easy by getting yourself a cup of coffee that meets perfection. All you have to do is fill in the water tank, put in your coffee, and with a press of a button, you have a perfect cup of coffee right in front of you. Along with that, Hibrew is environmental friendly and saves you the most expensive thing in the world that is time\r\nWhen such a great opportunity is knocking at your door, you must avail it before it gets too late. Hurry up and make a decision to get yourself a worldâ€™s best coffee maker.\r\nFor more details, you can visit us at: thehibrew.com\r\n\r\nRegards,\r\nTheHibrew.com', '2021-10-04 13:32:05'),
(483, 'Jenny', 'jenny@foremedia.net', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', '2021-10-07 02:03:18'),
(484, 'Zora Wills', 'owuzyqil-7131@yopmail.com', 'Now you can buy web traffic that comes with a money back guarantee! It costs 1/10th the price of Google and can be targeted by keywords. Check it out: https://urlday.cc/39aw4', '2021-10-07 07:12:34'),
(485, 'Gary Neustadt', 'gary@order-fulfillment.net', 'Hi ,\r\n\r\nWho would I contact at your company that handles ordering your logo products, t-shirts, and promotional items?\r\n\r\nFor over 20 years we have been creating and supplying our clients with all their custom logo merchandise.\r\n\r\nWe can put your logo onto anything including:\r\n\r\n-Custom Printed T-shirts / Hoodies\r\n-Pens  \r\n-Mugs \r\n-T-shirts \r\n-Bags \r\n-Banners \r\n-Table Covers \r\n-Key chains \r\n-USB flash drives \r\n\r\n---plus 350,000 other items!\r\n\r\nWe also offer PPE items such as hand sanitizer and masks.\r\n\r\nAre there any upcoming projects that you need logo items for?\r\n\r\nThanks in advance for your time.\r\n\r\nRegards,\r\n\r\nGary\r\nCustom Branded Product Specialist', '2021-10-07 12:08:32'),
(486, 'Delbert Georg', 'delbert.georg@gmail.com', 'Can I help you with getting clients?\r\n\r\nOnline Marketing can be pivotal to the success of a business because it provides a shortcut into visibility that would otherwise take way too long to achieve or cost substantially more to buy.\r\n\r\nTo easily increase sales over the internet you must have this paramount plan:\r\n	\r\nhttps://your-seo-technicians.com/backlinks-generator\r\n\r\n\r\nSincerely,\r\nWe offer the very best Digital Marketing services you may purchase on our online shop to make big money in a small business, still not thinking about getting new customers? Here is an easy, 1-click unsubscribe link: https://your-seo-technicians.com/?unsubscribe=gtbhnursing.com', '2021-10-10 01:45:01'),
(487, 'Esmeralda Dunagan', 'esolus12@gmail.com', 'Hi there,\r\n\r\nHire Live Chat Agents - Unlimited chats - 24/7 coverage - Good Communication - Top Notch Support - Increase your sales 3 times with our 24/7 Live Chat Agents to generate more leads and excellent customer support. \r\nhttps://crotonz.com/live-chat.php\r\n\r\nHire Virtual Assistants and Agents for your website & business. Flexible Plans/ Pricing and Expert Employees. 15 days Free Trial. \r\nhttps://crotonz.com/virtual-assistants.php\r\n\r\nBest Regards\r\nSam Miller\r\ninfo@crotonz.com', '2021-10-10 16:45:31'),
(488, 'Tyler Barnes', 'tyler@abundantcapital.xyz', 'Hello,\r\n\r\nDoes your business have all the working capital you need to grow the way you want?\r\n\r\nInstantly see how much you qualify for without affecting your credit or submitting\r\na single document.\r\n\r\nJust click on this link www.abundantcapital.xyz to get your decision in 30 seconds\r\nand funding the next day if you accept our offer. \r\n\r\nAlso, please check out this video to see all the funding options we have available \r\nfor you. www.abundantcapital.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nTyler Barnes\r\nAbundant Capital\r\nwww.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.abundantcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nAbundant Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-10-13 16:51:37'),
(489, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-10-14 06:08:10'),
(490, 'Crystle Houston', 'crystle@order-fulfillment.net', 'Hi ,\r\n\r\nWho would I contact at your company that handles ordering your logo products, t-shirts, and promotional items?\r\n\r\nFor over 20 years we have been creating and supplying our clients with all their custom logo merchandise.\r\n\r\nWe can put your logo onto anything including:\r\n\r\n-Custom Printed T-shirts / Hoodies\r\n-Pens  \r\n-Mugs \r\n-T-shirts \r\n-Bags \r\n-Banners \r\n-Table Covers \r\n-Key chains \r\n-USB flash drives \r\n\r\n---plus 350,000 other items!\r\n\r\nWe also offer PPE items such as hand sanitizer and masks.\r\n\r\nAre there any upcoming projects that you need logo items for?\r\n\r\nThanks in advance for your time.\r\n\r\nRegards,\r\n\r\nCrystle\r\nCustom Branded Product Specialist', '2021-10-14 14:18:35'),
(491, 'Nathan Breland', 'breland.nathan@gmail.com', 'If you\'ve ever wondered how top companies leverage popular advertising platforms to get their ads for free then you need to read this article that shows 50 different ways how to do it: https://shortest.link/1cG5', '2021-10-15 03:20:28'),
(492, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-10-15 22:00:04'),
(493, 'Sadie Cannan', 'hsoufya.narenk@sistersisternannies.com', 'I recently compiled a list of websites where you can advertise your business for free! Check it out: https://urlday.cc/bpz88', '2021-10-16 06:38:44'),
(494, 'Melba Annunziata', 'melba.annunziata@msn.com', 'We\'d like to do business with you.\r\n\r\nHave a need to have your companyâ€™s webpage optimized and get rid of any mistakes? Finally, you can get the best SEO Engineers to work on gtbhnursing.com\r\n\r\nTo easily increase sales over the web you should have this impressive plan:\r\n	\r\nhttps://it-web-marketing.com/technicalseo\r\n\r\n\r\nSincerely,\r\nWe offer the most effective IT services you can find on our online shop to make big money in a small business, still not interested in getting new clients? Here is a simple, 1-click unsubscribe link: https://it-web-marketing.com/?unsubscribe=gtbhnursing.com', '2021-10-18 12:45:15'),
(495, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-10-18 21:04:54'),
(496, 'Cathleen Balas', '7nicolofa@ranknight.com', 'Here is a list of sites where you can post free ads:  https://urlday.cc/g3ypr', '2021-10-22 00:10:47'),
(497, 'Felipe Klass', 'general@businessleads101.com', 'We have a one time limited offer.\r\n\r\n366,295,395 Leads for $20!\r\n\r\nBusinessLeads101.com!', '2021-10-25 14:30:45'),
(498, 'Laurie Lieb', 'lieb.laurie@googlemail.com', '20 Clever Ways To Get Free Advertising On Google & Beyond :https://cutt.ly/NRoF9OO', '2021-10-26 05:45:29'),
(499, 'John Taylor', 'taylorfam44@gmail.com', 'I was looking at your website and noticed it appears the word \"garde\" is spelled wrong.  I had similar problems on my site until someone mentioned it to me and I also now use software from SpellPerfect.com to keep my site error free.', '2021-10-26 07:50:37'),
(500, 'Demi Palazzi', 'palazzi.demi42@gmail.com', 'Here\'s are 21 highly successful passive income strategies with zero upfront investment. Get the free guide here: https://cutt.ly/kRA9GgC', '2021-10-27 01:36:22'),
(501, 'Minna Ord', 'johanfourieltd@gmail.com', 'Hello.\r\n\r\nFor the first time ever we are offering our contact marketing software to companies.\r\n\r\nIf you have a B2B product that you would like to promote via contact forms or our dedicated email servers service feel free to contact me on:\r\n\r\nSkype: cmsdevelopers\r\nTelegram: https://t.me/custommarketing2\r\nWhatsApp: +27 72 280 1952\r\nPhone: +27 64 210 1993\r\n\r\nRegards,\r\nJohan Fourie', '2021-10-27 12:24:45'),
(502, 'Tyler Barnes', 'tyler@abundantcapital.xyz', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nTyler Barnes\r\nAbundant Capital\r\nwww.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.abundantcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nAbundant Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-10-27 17:43:02'),
(503, 'Starla Stonehaven', 'stonehaven.starla@gmail.com', 'We\'d like to do business with you.\r\n\r\nGiving importance to your online presence throughout the web is important to stay visible to any potential new customers.\r\n\r\n\r\nHere is the big service you should have to engage superb clients over the internet:\r\n	\r\nhttps://next-marketers.com/backlinks-generator\r\n\r\n\r\nWith best regards,\r\nWe offer the best Promotion services you can find on our shop for making big money in a small business, still not enthusiastic about getting new customers? Here is an easy, 1-click unsubscribe link: https://next-marketers.com/?unsubscribe=gtbhnursing.com', '2021-10-28 18:16:34'),
(504, 'Steve James', 'steve@explainervideos4u.info', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=ivTmAwuli14\r\nhttps://www.youtube.com/watch?v=uywKJQvfeAM\r\nhttps://www.youtube.com/watch?v=oPNdmMo40pI\r\nhttps://www.youtube.com/watch?v=6gRb-HPo_ck\r\n\r\nAll of our videos are in a similar animated format as the above examples and we have voice over artists with US/UK/Australian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video such as Youtube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\n1 minute = $189\r\n1-2 minutes = $339\r\n2-3 minutes = $449\r\n\r\n*All prices above are in USD and include an engaging, captivating video with full script and voice-over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to get in touch.\r\nIf you are not interested, simply delete this message and we won\'t contact you again.\r\n\r\nKind Regards,\r\nSteve', '2021-10-29 05:08:28'),
(505, 'Alphonso Kirschbaum', 'kirschbaum.alphonso@gmail.com', 'Want more free traffic for your site? Post some free ads on these sites: https://urlday.cc/yfiac', '2021-11-01 07:52:51'),
(506, 'Kami De Loitte', 'webulkmailer@gmail.com', 'Hey, want to send unlimited emails monthly? \r\n\r\n1) Clean IP\r\n2) Domain\r\n3) Full Cpanel access\r\n\r\nVisit us. \r\n\r\nwww.tinyurl.com/MarketingUnlimited', '2021-11-01 22:04:20'),
(507, 'Andra Huot', 'huot.andra@gmail.com', '10,000+ High-Quality eBook Super Pack\r\n\r\nWITH FULL UNRESTRICTED RIGHTS\r\n\r\nYou get instant access to a stunning collection of 10,000+ high-quality evergreen ebooks of unique PLR content created around hot trending topics such as internet marketing, health, fitness, self-help, social media, making money, etc.\r\n\r\nhttps://tinyurl.com/10kEbooks', '2021-11-02 16:31:31'),
(508, 'Clinton Thibault', 'thibault.clinton@msn.com', 'Hello!\r\n\r\nLimited Time Offer - Complete LinkedIn Leads - $49\r\n\r\nhttps://tinyurl.com/LinkedInDatabase', '2021-11-03 13:22:22'),
(509, 'Kathy Reynolds', 'sm.blast@outlook.com', 'Hi there,\r\n\r\nI thought you might be interested in our social media services. \r\nFacebook, Twitter, Instagram and Youtube.\r\n\r\nYour social media can have a huge amount of followers,\r\nlikes, shares, subscribers and views in 48 hours and at a great price.\r\n\r\nFollowers, likes and a high amount of views improve all of your profiles.\r\nIncrease the authenticity of your accounts.\r\nHigher numbers mean that people will want to see your pages\r\nunlike ones which have low numbers.\r\nFYI...celebrities and large corporations use these services to boost popularity.\r\n\r\nFor more info please visit us at https://social-media-blast.com\r\n\r\nWe look forward to seeing you on our site.\r\n\r\nKind Regards,\r\nKathy R.\r\nSMB', '2021-11-03 15:58:08'),
(510, 'Miranda Glynn', 'glynn.miranda@yahoo.com', 'Hi there.\r\n\r\nWin a full \"Beginner Steroid Cycle\" Full Set Worth 350$ \r\nWe will not spa-m, or sell your information.\r\n \r\nClick here Gifts inside after sign up: https://etalaze.info/\r\nGET MORE INFORMATION ABOUT NEWS, D0PING, SARMS, STER0IDS, HGH AND PDS.\r\nhttps://etalaze.info/beginners_cycle.php\r\n\r\nEtalaze', '2021-11-05 12:27:45');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(511, 'Jamel Spears', 'spider@gmail.com', 'Hey. \r\n\r\nIntroducing our email spider and crawler.\r\n\r\nExtract emails from any website or from files. Demo here: https://www.youtube.com/watch?v=EDNCg-rsNP8\r\n\r\nUnlimited Usage for $9.99 - https://tinyurl.com/EmailCrawler', '2021-11-05 13:05:19'),
(512, 'G s nelson', 'gsnelsonmcd@gmail.com', 'Daughter passed 10+2 in 2021 with 95% marks science stream. Like to join Bsc nursing course in ur institute now. She has not applied for any college or for counseling. Plz guide how to get admission in 2021 batch . Fees structure ans availability of hostel for girls. Regards nelson', '2021-11-06 07:16:10'),
(513, 'Mandy Underhill', 'underhill.mandy@gmail.com', 'About Marketing at gtbhnursing.com\r\n\r\nVerified Google Reviews improve purchase decisions, they amazingly push visitors from thinking to buying your products.\r\nThe only package youâ€™ll need to captivate superb clients easily:\r\n	\r\nhttps://ultimate-marketers.com/google-business-and-maps-reviews\r\n\r\n\r\nSincerely,\r\nWe offer the most effective Digital Marketing services you can find on our online shop for making big money in a small business, still not considering getting new clients? Here is a quick, one-click unsubscribe link: https://ultimate-marketers.com/?unsubscribe=gtbhnursing.com', '2021-11-07 18:40:35'),
(514, 'Alycia Chavers', '5mouafa@polostar.me', 'Automatic ad submission to thousands of ad sites every month. Submit your ad now: https://ai6.net/VbFGug', '2021-11-07 19:30:36'),
(515, 'Keri Dunkel', 'keri.dunkel@msn.com', 'I was just looking at your ad on www.neweggads.xyz and was wondering if you still offer the $100 price plan?', '2021-11-07 22:20:52'),
(516, 'Myrtis Laura', 'myrtis@q-mails.com', 'Hi from Q-Mails.com!\r\n\r\nWho can I speak to you in your company regarding dedicated bulk email services?\r\n\r\nWe have once off packages and subscription based models.\r\n\r\nStarting at $79 for 1 million emails recurring or $99 for once off.\r\n\r\nRegards,\r\nMyrtis', '2021-11-08 12:12:28'),
(517, 'Tyler Barnes', 'tyler@abundantcapital.xyz', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nTyler Barnes\r\nAbundant Capital\r\nwww.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.abundantcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nAbundant Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-11-08 16:51:59'),
(518, 'Ashely Bonython', 'bonython.ashely@yahoo.com', 'There\'s something wrong with your site. You don\'t have enough backlinks. Links from other sites will get you more organic traffic for free. Here\'s how you can get more of them for free from reputable sites: https://ai6.net/GhUF0f', '2021-11-10 03:45:39'),
(519, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-11-10 10:26:23'),
(520, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-11-10 12:11:45'),
(521, 'Monique Valley', 'valley.monique@yahoo.com', 'Greetings\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2021-11-12 16:09:57'),
(522, 'Jenny', 'jenny@foremedia.net', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', '2021-11-12 22:56:49'),
(523, 'Rico Strehlow', 'alio.shivams@halumail.com', 'I would like to run some ads for your site and you only pay for the traffic I generate for you. If you\'re interested check out my site here: https://cutt.ly/jTqRbms', '2021-11-13 11:04:09'),
(524, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-11-15 20:24:55'),
(525, 'Lester Lillard', 'lester@companyleads.org', 'Hey, are you starving to find the right leads?\r\n\r\nCompanyLeads.org has launched a limited time offer that covers all the countries in the world.\r\n\r\nAt $149 once-off you get access to over 300 million leads categorized, targetted and ideal.\r\n\r\nInstant access and delivery. Visit CompanyLeads.org\r\n\r\nRegards,\r\nLester', '2021-11-16 19:21:47'),
(526, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Traffic is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Traffic now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://talkwithwebtraffic.com to learn more about everything Talk With Web Traffic can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Traffic offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://talkwithwebtraffic.com to try Talk With Web Traffic now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2021-11-18 15:32:41'),
(527, 'Kourtney Whited', 'qmahmoudhoda2@halumail.com', 'Who says you have to pay for web traffic? Here are a bunch of high traffic sites that take free ads: https://goolnk.com/1YD31D', '2021-11-19 19:12:50'),
(528, 'Jenny', 'jenny@foremedia.net', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', '2021-11-20 15:58:33'),
(529, 'Naomi Jett', 'mlais.rosed@scollay.com', 'Here is a list of sites where you can post free ads:  https://urlday.cc/g3ypr', '2021-11-22 21:17:22'),
(530, 'Ismael George', 'ismael@companyleads.org', 'Hey, we are running a black friday special on leads..\r\n\r\nThe entire USA (93 million records for $79)\r\nThe entire Australia (8 million records for AUD 99)\r\nThe entire South African Database (4 Million records for R1000)\r\nThe entire UK (16 million records for Â£49)\r\n\r\nOr take all 152 countries for $99!\r\n\r\nInstant access and delivery. Visit CompanyLeads.org\r\n\r\nRegards,\r\nIsmael', '2021-11-22 23:08:21'),
(531, 'Jackie Hoke', 'jackie.hoke@outlook.com', '14 Best WordPress SEO Plugins and Tools That You Should Use\r\nThings You Must Know About WordPress SEO Plugins & Tools\r\nWhen reading SEO tips or searching for â€œbest free WordPress SEO pluginsâ€, you will come across articles that feature several dozen tools.\r\n\r\nClick Here to get the showcase\r\n\r\nhttps://growbigger.net/14-best-wordpress-seo-plugins-and-tools-that-you-should-use/', '2021-11-28 04:56:39'),
(532, 'Sibyl Omar', '8iraqtoota@contactare.com', 'Here is a list of sites where you can post free ads:  https://urlday.cc/g3ypr', '2021-11-28 18:45:18'),
(533, 'Ladonna Laurens', 'vnatasha.sunaina4@tahugejrot.buzz', 'Automatic ad submitter - get continuous traffic from thousands of ads. Post your site now: https://ai6.net/5T1AVJ', '2021-11-30 05:07:48'),
(534, 'Margart McGarry', 'margart@companyleads.org', 'Need Business Leads in 152 countries?\r\n\r\nWe are having a shut down sale!\r\n\r\ntinyurl.com/ShutDownDeal', '2021-11-30 16:28:11'),
(535, 'Lilliana Mott', 'wasender99@gmail.com', 'Hey!\r\n\r\nWe have some amazing video\'s available for money making courses. Including amazing case studies.\r\n\r\nDemo video: https://mega.nz/file/ttJAXJ4S#K0gd4o3Z0zo8_vpeHXxmonC2SdZjKABeBCMt3_7jFko\r\n\r\n1) Dropshipping\r\n2) Facebook Ads\r\n3) Social Media Marketing\r\n4) Affiliate Marketing\r\n5) Amazon FBA\r\n6) Copywriting Skill Courses\r\n7) Crowdfunding\r\n8) Crypto currency\r\n9) eBay E-Commerce\r\n10) Email Marketing\r\n11) Forex & Trading\r\n12) Funnel Building\r\n13) Google Adwords and Google Shopping\r\n14) Instagram Marketing\r\n15) Investment & Credit\r\n16) Messenger Bot Building\r\n17) Personal Brand Building\r\n18) Print on Demand\r\n19) SEO\r\n20) Youtube\r\n\r\nWe are selling it all for $99!\r\n\r\nhttps://buy.stripe.com/6oEaFX7C5bIp5y08wJ', '2021-12-01 18:12:21'),
(536, 'Sameria Hinneh', 'hinahsameria@gmail.com', 'Iâ€™m a student from Africa studying in India \r\nLudhiana,katiana \r\nI want to study at your college if itâ€™s possible . Can I know how to get admission from this college', '2021-12-02 13:56:53'),
(537, 'Pooja', 'poojaverma0032@gmail.com', 'Gnm nursing course fees nd admission date', '2021-12-05 05:35:19'),
(538, 'Mario Wedding', 'wasender99@gmail.com', 'Hey from the Marketing Guru.\r\n\r\nAre you struggling to monetize your online business? \r\n\r\nWe have a limited time offer from 20 offers from Affiliate Marketing to Dropshipping.\r\n\r\nThese are all training videos so you can stop wasting your time and money trying out different things.\r\n\r\nWe have limited stock available. Find it here: https://shoppy.gg/product/n1KUz6F', '2021-12-05 21:10:48'),
(539, 'Loren Brink', 'virgot313@gmail.com', 'Hi there,\r\n\r\nTurnkey Chat Software & Trained Live Chat Agents 24/7 for Your Industry. Request a Demo! Boost Your Leads, Engage Your Prospects & Take Your Customer Service to a New Level. Easy Setup. App for iOs & Android. Click here: https://crotonz.com/livechat/\r\n\r\nAffordable & Professional Web Development - Wordpress/ Woocommerce/ Shopify and Custom Web development. Highly Experienced and Certified. Know More: https://crotonz.com/website-design-virtual-assistant.php\r\n\r\nKind Regards,\r\nSam Miller\r\ninfo@crotonz.com', '2021-12-06 11:57:33'),
(540, 'Catalina Bear', 'catalina@companyleads.org', 'If you are looking for someone who can rank your google my business or increase your google maps ranking by creating google maps citations? then you are in the right place.\r\n\r\nAll countries accepted.\r\n\r\n2700 Maps Citations + 3 Driving Directions + 10 LIVE Back-Links on Google Map + 15 Miles Radius 6500 Maps Citations + 5 Driving Directions + 15 LIVE Back-Links on Google Map + 25 Miles Radius 10,500 Maps Citations + 8 Driving Directions + 30 LIVE Back-Links on Google Map + Whole City Cover.\r\n\r\nhttps://shoppy.gg/product/BY7kaBQ', '2021-12-07 13:08:39'),
(541, 'Domenic Bresnahan', 'domenic.bresnahan@hotmail.com', 'I saw a listing for you on www.neweggads.xyz and it said you had a $25 plan. Is it still available? https://ai6.net/2UZNtE', '2021-12-08 03:44:37'),
(542, 'Brock Grubbs', 'jasonward9681@gmail.com', 'Hello,\r\n\r\nOur company, RatingsKing, specializes in posting 5-star testimonials on all major review sites. This way people can find you much easier and get a good impression of your business. \r\nJust go on our website and choose the package that best fits your needs at https://ratingsking.com/packages.php\r\n\r\nOur packages start from $49/month.\r\nDepending on your package you will have a number of positive reviews that we will do for you. You will have reports monthly with the work that has been done in your account.\r\n\r\nUsually, we are posting on all major reviews sites or other listings you may have.', '2021-12-08 16:48:27'),
(543, 'Johan Fourie', 'onlineb2bconsulting@gmail.com', 'We made $175,430.18 this year doing online sales from our website! You can do the same!\r\n\r\nWhat we offer:\r\nInstant Setup and consulting\r\nThe methods we used\r\n3 Months of us helping you to get setup\r\nWorks in all countries.\r\n\r\nMoney back Guarantee. If you don\'t make back your $499 I will refund you.\r\n\r\nhttps://shoppy.gg/product/dx1365S', '2021-12-09 14:20:28'),
(544, 'Louann Hilton', 'hilton.louann@googlemail.com', 'Unlimited Email marketing for your business for $4.99\r\n\r\nhttps://shoppy.gg/product/o9LF1iL', '2021-12-13 20:53:38'),
(545, 'Regena Ibsch', 'regena.ibsch75@gmail.com', 'Hi, can you please tell me if you\'re still offering the $50 discount like I saw on www.shinynewad.xyz?', '2021-12-18 00:35:47'),
(546, 'Kathryn Asher', 'datasalestoday@protonmail.com', 'Mail servers for 2022.\r\n\r\nOffer Expires 21 December 2021.\r\n\r\nValid to 20 People.\r\n\r\nSend unlimited marketing / bulk emails for a year for a once off payment of $299.\r\n\r\nClean IP\r\n\r\nWarm Up\r\n\r\nDomain Included\r\n\r\nValid for 1 year\r\n\r\nSending speed: 10k/hour\r\n\r\nhttps://marketingguru.sell.app/product/unlimited-mail-servers', '2021-12-19 14:21:24'),
(547, 'Barinder', 'rbarinder@yahoo.ca', 'Hello my name is Barinderjit Kaur \r\nI did a nursing diploma at your school in 1993, and I require my transcripts. Where should I send it info@gtbchnursing.com is not working please send me another email address thanks', '2021-12-24 05:00:14'),
(548, 'Tyler Barnes', 'tyler@abundantcapital.xyz', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nTyler Barnes\r\nAbundant Capital\r\nwww.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.abundantcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nAbundant Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2021-12-27 18:27:30'),
(549, 'Kisha Fairley', 'fairley.kisha@hotmail.com', 'Greetings\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2021-12-30 06:58:38'),
(550, 'Tyler Barnes', 'tyler@abundantcapital.xyz', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nTyler Barnes\r\nAbundant Capital\r\nwww.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.abundantcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nAbundant Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-01-04 17:16:31'),
(551, 'Lilly Palacios', 'lilly.palacios@gmail.com', 'If you ever need more social audience for gtbhnursing.com, we can run Facebook Traffic campaigns with this service: https://www.seo-treff.de/product/country-targeted-traffic/', '2022-01-05 00:17:40'),
(552, 'Helen Campa', 'campa.helen@hotmail.com', 'WhatDroid is a breakthrough automation and scheduling App for Whatsapp that makes marketing easy for small businesses and solopreneurs.\r\n\r\nWhatDroid is the largest messaging application with more than 1.3 billion active users globally.\r\n\r\nUnlike Email with a poor and decreasing open rate, WhatsApp messages are opened at the rate of over 98%. This is also backed by serious engagement.\r\n\r\nhttps://marketingguru.sell.app/product/whatsapp-marketing', '2022-01-05 14:56:52'),
(553, 'Tyler Barnes', 'tyler@abundantcapital.xyz', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nTyler Barnes\r\nAbundant Capital\r\nwww.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.abundantcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nAbundant Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-01-06 20:46:20'),
(554, 'Lonnie Molineux', 'lonnie', 'Hey. \r\n\r\nWant 10x your current clientele?\r\n\r\nCheck out our Automated WhatsApp Sender\r\n\r\nhttps://cutt.ly/BulkSender', '2022-01-10 13:53:09'),
(555, 'Jenny', 'jenny@foremedia.net', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', '2022-01-10 22:36:50'),
(556, 'Jenny', 'jenny@foremedia.net', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', '2022-01-13 18:48:23'),
(557, 'Janell Edge', 'wasender99@gmail.com', 'Hey.\r\n\r\nWe know the pandemic has hit all companies hard and we are all recovering.\r\n\r\nWe want to help! We made our bulk WhatsApp Sender available for $5.\r\n\r\nThis offer is valid only for today (17 January 2022).\r\n\r\nLets get business rolling again.\r\n\r\nYou can view it here: https://cutt.ly/BulkSender\r\n\r\n\"You can have a good product and bad marketing and fail or a bad product and good marketing and succeed\"', '2022-01-17 14:26:39'),
(558, 'Tyler Barnes', 'tyler@abundantcapital.xyz', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nTyler Barnes\r\nAbundant Capital\r\nwww.abundantcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.abundantcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nAbundant Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-01-21 16:32:48'),
(559, 'Elle Boggs', 'chase@bestpaleoreviews.com', 'Hi are you still in business? I saw a few errors pop up on your website, you can see a report of them here: https://www.wdsantabarbara.com/report', '2022-01-23 23:32:41'),
(560, 'Dolores Carmack', 'emily@businessgroupmarketing.com', '93 Million USA business and Consumer database available.\r\n\r\nThis is a one-time offer and expires today.\r\n\r\nhttps://marketingguru.sell.app/product/usa-data', '2022-01-24 18:13:03'),
(561, 'Paul Moore', 'paul@moneyanytime.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Anytime is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyanytime.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Anytime\r\nwww.moneyanytime.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyanytime.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Anytime\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-01-28 18:24:35'),
(562, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-01-30 04:18:56'),
(563, 'Violet Vigil', 'violet@customlogoproducts.us', 'Hi gtbhnursing.com,\r\n\r\nWe see you have some products on gtbhnursing.com that you might need drop shipping and order fulfillment for. Who at your company can I speak to regarding that?\r\n\r\nWe are based in the US and offer Order Fulfillment, Drop Shipping and Custom Logo Products since 2005.\r\n\r\nHere are some of the items we ship for clients:\r\n-Books, training manuals, guides\r\n-E-com product drop shipping\r\n-New member welcomes boxes and gifts\r\n-Product samples\r\n-Health and Medical supplements\r\n-Marketing materials\r\n-Medical program test kits\r\n-Follow up gifts to clients, leads, and prospects\r\n\r\nDo you have some time to discuss - phone / email ?\r\n\r\nThanks,\r\nOrder Fulfillment Specialist', '2022-01-31 23:48:34'),
(564, 'Ruthie Lawhorn', 'httt-2012c@gmailwe.com', 'Good job on the new site! Now go ahead and submit it to our free directory here https://1mdr.short.gy/submityoursite', '2022-02-02 05:45:30'),
(565, 'Ruthie Metts', 'ruthie@linkbooster.biz', 'Hello gtbhnursing.com,\r\n\r\nThis new SEO software combines 4 tools in one interface and ranks sites like clockwork.\r\n\r\nIt uses four proven strategies to rank web pages and videos in the most â€œwhite-hat wayâ€ while speeding up the whole process.\r\n\r\nBeta testers have ranked sites in 48-72 hours and many saw 300-400% increase in Traffic in less than 7 days.\r\n\r\nGet Instant Access ==&gt; https://cutt.ly/LinkBooster\r\n\r\nThis software will allow you to:\r\n\r\n- Build HQ Backlinks\r\n- Boost Unlimited Existing Links\r\n- Search Engine Submission\r\n- Premium Indexing\r\n- Unlimited Campaigns for each module\r\n- Pinging\r\n- White-label Reports\r\n\r\n& more..\r\n\r\nGet Instant Access ==&gt; https://cutt.ly/LinkBooster\r\n\r\nEARLY-BIRD OFFER expires in 24 hours.\r\n\r\nHappy Rankings,\r\nRuthie', '2022-02-03 15:58:02'),
(566, 'Howard Vosz', 'vosz.howard@msn.com', 'Get the entire LinkedIn Now. \r\n\r\nhttps://cutt.ly/EntireLinkedIn', '2022-02-04 02:04:38'),
(567, 'Crystle Forrest', 'crystle.forrest@gmail.com', 'Buy 100k Visitors on gtbhnursing.com. Boost your ranking in google and search engines.\r\n\r\nYour website, a product, you name it!\r\n\r\nOffer is Valid till 4 February 2022.\r\n\r\nhttps://marketingguru.sell.app/product/100k-visitors', '2022-02-04 16:38:09'),
(568, 'Paul Moore', 'paul@moneyanytime.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Anytime is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyanytime.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Anytime\r\nwww.moneyanytime.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyanytime.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Anytime\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-02-04 18:21:33'),
(569, 'Shayna Oquinn', 'oquinn.shayna@googlemail.com', 'Want to Rank No.1 on Google for your business?\r\n\r\nWe can put gtbhnursing.com as the first result everytime!\r\n\r\nhttps://cutt.ly/No1OnGoogle', '2022-02-05 11:23:39'),
(570, 'Hilton Burfitt', 'hilton@customlogoproducts.us', 'Hi gtbhnursing.com,\r\n\r\nWho would be the best contact at gtbhnursing.com to discuss your Order Fulfillment and Drop Shipping needs?\r\n\r\nWe are based in the US and offer Order Fulfillment, Drop Shipping and Custom Logo Products since 2005.\r\n\r\nHere are some of the items we ship for clients:\r\n-Books, training manuals, guides\r\n-E-com product drop shipping\r\n-New member welcomes boxes and gifts\r\n-Product samples\r\n-Health and Medical supplements\r\n-Marketing materials\r\n-Medical program test kits\r\n-Follow up gifts to clients, leads, and prospects\r\n\r\nDo you have some time to discuss - phone / email ?\r\n\r\nThanks,\r\nOrder Fulfillment Specialist', '2022-02-07 16:44:50'),
(571, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-02-07 17:20:14'),
(572, 'Aliza Rudall', 'aliza.rudall@msn.com', 'Hey.\r\n\r\nhttps://datalist.biz/ has made available its databases for the first time to companies.\r\n\r\nPlease visit us for our limited time offer.\r\n\r\nhttps://datalist.biz/', '2022-02-07 20:34:55'),
(573, 'Forest Busch', 'busch.forest@outlook.com', 'Free submission of your new website to over 35 business directories here https://bit.ly/submityourwebsite', '2022-02-08 00:50:53'),
(574, 'Jenny', 'jenny@foremedia.net', 'Do you advertise on Google / Facebook / Native? You are leaving money on the table!\r\n\r\nHey, my name is Jenny from ForeMedia.net, I saw your site and noticed that while It looks great, you could use a little bit more traffic you drive more visitors & conversions...\r\n\r\nLuckily for you, I can help you with that!\r\n\r\nI can get you tens of thousands of visitors from pretty much every country on the globe, for 10-15% of the cost you would normally pay on Google or Facebook and the traffic is of a much higher quality because your ads will be placed on high quality sites we work with directly...\r\n\r\nSounds good? You can reply to this email:  jenny.sa@foremedia.net\r\nOr visit our self-serve platform here: https://go.foremedia.net/u/v/\r\n\r\nWe also have Live chat with English speaking agents willing to help you start and optimize your ads for maximum traffic, give it a try here:\r\n\r\nhttps://go.foremedia.net/u/v/', '2022-02-09 21:39:33'),
(575, 'Yasir Nabi War', 'yasirwar113@gmail.com', 'Sir I want to know college details plz can u helo me', '2022-02-11 10:30:56'),
(576, 'Paul Moore', 'paul@moneyanytime.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Anytime is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyanytime.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Anytime\r\nwww.moneyanytime.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyanytime.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Anytime\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-02-11 18:01:39'),
(577, 'Nate Newman', 'newman.nate17@hotmail.com', 'If you ever need more social audience for gtbhnursing.com, we can run Facebook Traffic campaigns with this service: https://www.seo-treff.de/product/country-targeted-traffic/', '2022-02-12 02:54:21'),
(578, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-02-12 18:06:57'),
(579, 'Reyes Spowers', 'qlouk@taikz.com', 'Good job on the new site! Now go ahead and submit it to our free directory here https://1mdr.short.gy/submit-your-site', '2022-02-15 17:37:06');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(580, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-02-16 23:18:42'),
(581, 'Mariana Drechsler', 'drechsler.mariana@gmail.com', 'YOU ARE NOT ALONE, WE THE PEOPLE ARE HERE. \r\nLOVE PEACE UNITY AND TRUTH WILL PREVAIL!\r\n\r\nPlease tell your family and friends who are law enforcement to join our freedom movement\r\n\r\ní ¼í½List of Channels that frequently live stream, peaceful demonstrations:í ¼í½\r\n\r\n** í ¼í·¨í ¼í·¦í ¼í½ -=Ottawa Canada Streams=-: í ¼í½í ¼í·¨í ¼í·¦\r\n\r\nZOT\r\nhttps://www.youtube.com/c/ZOTyoutube/videos\r\n\r\nMak Jon \r\nhttps://www.youtube.com/channel/UCaaAJ38cyFwmNCBYkh7qu7A\r\n\r\nOttawas Freelance Photography\r\nhttps://www.youtube.com/c/OttawasFreelancePhotography\r\n\r\nMACHINES EVERYWHERE\r\nhttps://www.youtube.com/c/MACHINESEVERYWHEREVIDEO/videos\r\n\r\nOttawalks\r\nhttps://www.youtube.com/c/Ottawalks/videos\r\n\r\nVIDSTORM \r\nhttps://www.youtube.com/channel/UCL_sTa-1aWSdkPbxWEELusQ\r\n\r\nTireroaster\'s Garage\r\nhttps://www.youtube.com/channel/UCSFKqYxrBNSpvx59zphI6QA/videos\r\n\r\nMarcel Irnie\r\nhttps://www.youtube.com/c/MarcelIrnieIrnieracing/videos\r\n\r\nTravel Fun 69\r\nhttps://www.youtube.com/c/TravelFun69/videos\r\n\r\nBowlleux Mobile\r\nhttps://www.youtube.com/c/BowlleuxMobile/videos\r\n\r\nUOttawaScotty\r\nhttps://www.youtube.com/c/UOttawaScotty/videos\r\n\r\nadamnucci\r\nhttps://www.youtube.com/channel/UCcFfXj5KPthEelsoJMn-PgQ/videos\r\n\r\nZoke\r\nhttps://www.youtube.com/c/ZokeOfficiall/videos\r\n\r\n\r\n\r\n í ¼í·¨í ¼í·¦í ¼í½ -=Multi Canada Stream=-: í ¼í½í ¼í·¨í ¼í·¦\r\n\r\nBryton\'s Thoughts\r\nhttps://www.youtube.com/watch?v=oBnVGDzbFVw\r\n\r\nThe 4K Guy - Fire & Police\r\nhttps://www.youtube.com/user/pascalmarch/videos\r\n\r\nPortland Andy\r\nhttps://www.youtube.com/channel/UCPHWVzGcW-iozudjp8U984g\r\n\r\nMiTreasureHunter\r\nhttps://www.youtube.com/c/MiTreasureHunter/videos\r\n\r\nRedPilling The Masses\r\nhttps://www.youtube.com/channel/UCkOSFTTJQfQCk_wR33GM8vA/videos\r\n\r\nViva Frei \r\nhttps://www.youtube.com/c/VivaFrei/videos\r\n\r\n\r\ní ¼í·¨í ¼í·¦í ¼í½ -=Toronto Canada Streams=-: í ¼í½í ¼í·¨í ¼í·¦\r\n\r\nThe Transporter\r\nhttps://www.youtube.com/c/TheTransporterbusiness/videos\r\n\r\nKevin Kaye\r\nhttps://www.youtube.com/c/KevinKaye/videos', '2022-02-17 08:41:27'),
(582, 'Tiano', 'mcleanbettor@yahoo.com', 'Hey,\r\n\r\nAfter I won again using his tips, I felt compelled to share this with members of our noble bar before I jet off.\r\n\r\nhttps://contactmarketer.site/betgurutips\r\n\r\nHis soccer tips are the reason I am able to spend all that dough on the tap. Now that I\'m letting the cat out, \r\n\r\nmembers can continue the booze in our next games after winning with his tips. While there, you can check his tips \r\n\r\nhistory to confirm.\r\n\r\nhttps://contactmarketer.site/guruhistory\r\n\r\nTo the team\r\nMcLean\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, click the link below', '2022-02-18 04:40:44'),
(583, 'Kotton Grammer', 'hello@kottongrammer.com', 'Hey, I noticed an error pop up on your website. Are you still in business? I can send a screenshot if you\'d like.', '2022-02-21 02:48:14'),
(584, 'Dede Dan', 'webmaster34@gmail.com', 'Hi,\r\n\r\nI know you are a busy person concentrating on earning more by giving your clients the best of services.\r\n\r\nhttps://imarena.site/site-maint\r\n\r\nNo matter how much we try, issues that need attention always crop up with websites, or you simply need to tweak them to remain relevant in the eyes of Google. This is why I am offering to be your go-to website maintenance and support service provider.\r\n\r\nWith many years of experience in website development - from conception to delivery to maintenance, my team and I can be called upon for all sorts of website support issues. And you can be sure of the quality, security, and on-time delivery.\r\n\r\n\r\nOur competence includes:\r\n- WordPress\r\n- Shopify\r\n- Joomla\r\n- PHP\r\n- WooCmmerce\r\netc\r\n\r\n\r\nClick here for details - https://imarena.site/site-maint\r\n\r\nYou can read my blog posts here - https://imarena.site/biz-blog\r\n\r\nI will be glad to be part of your success story. \r\n\r\nTalk soon\r\n\r\nDan\r\nDirect Email - dededan@imarena.net\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, click the link below\r\nhttps://imarena.site/unsubscribe/', '2022-02-21 18:24:14'),
(585, 'Terrance Ginn', 'terrance.ginn@gmail.com', 'Hey.\r\n\r\nhttps://datalist.biz/ has made available its databases for the first time to companies.\r\n\r\nPlease visit us for our limited time offer.\r\n\r\nhttps://datalist.biz/', '2022-02-22 13:14:38'),
(586, 'Paul Moore', 'paul@moneyanytime.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Anytime is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyanytime.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Anytime\r\nwww.moneyanytime.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyanytime.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Anytime\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-02-22 17:50:53'),
(587, 'Jenny', 'jenny@foremedia.net', 'Do you advertise on Google / Facebook / Native? You are leaving money on the table!\r\n\r\nHey, my name is Jenny from ForeMedia.net, I saw your site and noticed that while It looks great, you could use a little bit more traffic you drive more visitors & conversions...\r\n\r\nLuckily for you, I can help you with that!\r\n\r\nI can get you tens of thousands of visitors from pretty much every country on the globe, for 10-15% of the cost you would normally pay on Google or Facebook and the traffic is of a much higher quality because your ads will be placed on high quality sites we work with directly...\r\n\r\nSounds good? You can reply to this email:  jenny.sa@foremedia.net\r\nOr visit our self-serve platform here: https://go.foremedia.net/u/v/\r\n\r\nWe also have Live chat with English speaking agents willing to help you start and optimize your ads for maximum traffic, give it a try here:\r\n\r\nhttps://go.foremedia.net/u/v/', '2022-02-23 01:15:21'),
(588, 'Dan', 'fbywig03@yahoo.com', 'Hey,\r\n\r\nEngagement with social media or email is the best way to keep your brand in the minds of your customers or prospects.\r\n\r\nhttps://imarena.site/social-med-guide\r\n\r\nAs studies have shown that most people spend much time on social media, you need to engage with them on those platforms, so they have your brand at the back of their minds pending when they make the buying decision.\r\n\r\nHere is my comprehensive guide on Social Media Marketing that will teach you everything you need to know.\r\n\r\nClick here for details - https://imarena.site/social-med-guide\r\n\r\nNeed an experienced team to handle your social media management? consult me here - https://imarena.site/consult\r\n\r\nTo your success\r\n\r\nDan\r\nDirect Email - dededan@imarena.net\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, click the link below\r\nhttps://imarena.site/unsubscribe/', '2022-02-23 23:49:04'),
(589, 'Jenny', 'jenny@foremedia.net', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', '2022-02-24 02:38:24'),
(590, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-02-25 12:46:14'),
(591, 'BHAWNA', 'bhawnakanojia277@gmail.com', 'RESPECTED DIGNITIES\r\nMyself Bhawna want to apply as nursing tutor in ur esteemed institute as i already sent my resume on ur email adress,plz take it in ur consideration .i shall be very thankful to you.', '2022-03-01 06:41:45'),
(592, 'Antony Chung Gon', 'uahmed.money.100b@gmailup.com', 'Add your site to 1000 business directories with one click here-&gt; https://bit.ly/submit-your-site-now', '2022-03-01 07:14:47'),
(593, 'Dimie', 'promarketerww.com', 'Hey,\r\n\r\nYour offer seen by 5 million+ businesses\r\n\r\nhttps://contactmarketer.site/\r\n\r\nLet\'s get you more businesses by sending your offers to our database of 5.8 million business owners with a website. \r\n\r\n\r\nClick here for details - https://contactmarketer.site/\r\n\r\nTalk soon...\r\nDago\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, click the link below\r\nhttps://contactmarketer.site/5-million-opt-outs/', '2022-03-01 08:33:47'),
(594, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-03-03 17:41:12'),
(595, 'Twila Esteves', 'bchakka111975s@ronell.me', 'Submit your site to over 1000 directories all with one click here&gt; https://bit.ly/submit-your-site-now', '2022-03-03 23:07:06'),
(596, 'Dede', 'traffic4websites@hotmail.com', 'Hi,\r\n\r\nYour website needs traffic to survive. Without web traffic, it\'s only a matter of time before your online business collapses!\r\n\r\nhttps://imarena.site/traffic\r\n\r\nBut getting website traffic is no childs play - the competition is enormous. You need to master the various traffic sources if you have to be successful.\r\n\r\nHere I have outlined various strategies you can use to attract all sorts of online traffic to your business.\r\n\r\n\r\nClick here for details - https://imarena.site/traffic\r\n\r\n\r\n\r\n\r\nNeed an experienced team to handle web traffic for your business? consult my team here - https://imarena.site/consult\r\n\r\nTalk soon\r\n\r\nDan\r\nDirect Email - dededan@imarena.net\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, click the link below\r\nhttps://imarena.site/unsubscribe/', '2022-03-04 11:13:40'),
(597, 'Lynda Pogue', 'lynda@datalist.biz', 'Hello,\r\n\r\nIt is with sad regret to inform you that DataList.biz is shutting down. We have made all our databases available for you at a one-time fee.\r\n\r\nYou can visit us on DataList.biz\r\n\r\nRegards.\r\nLynda', '2022-03-07 20:25:20'),
(598, 'Paul Moore', 'paul@moneyanytime.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Anytime is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyanytime.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Anytime\r\nwww.moneyanytime.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyanytime.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Anytime\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-03-09 18:40:15'),
(599, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-03-09 19:56:30'),
(600, 'TomÃ¡Å¡', 'refugeesshelpess@gmail.com', 'Sir we are 6 families who escaped the war in Ukraine, now in Romania town of isaccea. We are illegal immigrants from different countries of Czech and Austria.\r\n\r\nwe cannot go back to our country now. also we cannot continue to stay in un shelter because they will return us to our country since we dont have legal documents. we don\'t want to go back.\r\n\r\nwe are quickly running out of money. kindly help us with a donation of $3 bitcoin to enable us to survive, while we wait for the invasion to end.\r\n\r\nsend to\r\n1ff7maSdBYLuRKADQVEDLgz23LV7yEXMa\r\n\r\nthank you\r\n\r\nsee our story on tv\r\nhttps://www.aljazeera.com/gallery/2022/3/3/photos-ukrainian-refugees-russia-war-romania\r\n\r\nhttps://www.euronews.com/2022/02/27/romania-thousands-of-ukrainians-arrive-to-isaccea-in-search-of-refuge', '2022-03-10 23:43:26'),
(601, 'Marylin Schiller', '5hoss@gmailup.com', 'Free submission of your new website to over 1000 business directories here https://bit.ly/submityoursite1000', '2022-03-11 09:59:24'),
(602, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-03-15 05:34:38'),
(603, 'Eva Counts', 'ntoukirhasan7860@jaypetfood.com', 'I was wondering if you wanted to submit your new site to our free business directory? https://bit.ly/submityoursite1000', '2022-03-16 08:53:41'),
(604, 'Nidia Mcclain', 'nidia@datalist.biz', 'Hello,\r\n\r\nIt is with sad regret to inform you that DataList.biz is shutting down. We have made all our databases available for you at a one-time fee.\r\n\r\nYou can visit us on DataList.biz\r\n\r\nRegards.\r\nNidia', '2022-03-16 15:34:05'),
(605, 'Ed Harris', 'ed@fundingsource.xyz', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we may be a perfect fit for you and hereâ€™s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fundingsource.xyz   Applying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEd Harris\r\nFunding Source\r\nwww.fundingsource.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fundingsource.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nFunding Source\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-03-16 16:49:21'),
(606, 'John Williams', 'john@loansleaders.xyz', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Leaders is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Leaders\r\nwww.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansleaders.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Leaders\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-03-16 16:56:45'),
(607, 'Ericka', 'carvalho.ericka@gmail.com', 'Hey, My name is Mike - Just wanted to ask a question\r\nI opened a new site and I was told that I shouldnâ€™t use google ads ( not profitable enough)\r\nSo I decided to do a review of 20 sites that I follow.\r\nHere is an article I found on the matter, Can you please tell me what you think of those options.\r\nhttps://bit.ly/37y81Zx\r\nPlus, any tips that you could share, it will help.\r\nThanks', '2022-03-16 23:05:35'),
(608, 'Bet365winner', 'betondraws111@gmail.com', 'Hi,\r\n\r\nHave you observed this tipster has been averaging 2 full-time draw wins on a daily basis? This is unprecedented.\r\nCheck it out yourself \r\nhttps://contactmarketer.site/bod-tgm\r\n\r\nTake a 3 days trial now and join the mega wins\r\nhttps://contactmarketer.site/bod-vip\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, click the link below\r\nhttps://contactmarketer.site/betting-opt-outs/', '2022-03-17 19:41:17'),
(609, 'Steve Watson', 'steve@explainervideos4u.info', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service, which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=2GvqwoG1Mrc\r\nhttps://www.youtube.com/watch?v=7TFiXX8PUGA\r\nhttps://www.youtube.com/watch?v=DibihevhSBU\r\n\r\nAll of our videos are in a similar animated format as the above examples, and we have voice over artists with US/UK/Australian/Canadian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video sites such as YouTube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\nUp to 1 minute = $239\r\n1-2 minutes = $339\r\n2-3 minutes = $439\r\n\r\n*All prices above are in USD and include an engaging, captivating video with full script and voice-over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to reply.\r\n\r\nKind Regards,\r\nSteve', '2022-03-19 16:04:03'),
(610, 'Dane Baader', 'baader.dane@gmail.com', 'Hi there,\r\n\r\nHave you ever wondered why new tokens listed on Uniswap, Pancakeswap or any decentralized exchange are always subject to insane price volatility?\r\n\r\nDid you know that front running bots have been dominating the market and profiting due to that?\r\n\r\nCheck out our new Youtube video for a free and detailed tutorial on how to deploy your own front running bot:\r\nhttps://www.youtube.com/watch?v=Hl5gkoDcIhY\r\n\r\nKind Regards,\r\nDane', '2022-03-20 23:53:18'),
(611, 'Branden Retzlaff', 'branden.retzlaff@yahoo.com', 'If you ever need more social audience for gtbhnursing.com, we can run Facebook Traffic campaigns with this service: https://www.seo-treff.de/product/country-targeted-traffic/', '2022-03-21 12:51:24'),
(612, 'Leo Sierra', 'sierra.leo@gmail.com', 'Good job on the new site! Now go ahead and submit it to our free directory here https://bit.ly/addyoursitehere', '2022-03-21 16:34:22'),
(613, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-03-23 00:13:06'),
(614, 'Gurpreet', 'mohi_guru@yahoo.co.in', 'I need information please. Please contact 9914092984', '2022-03-24 11:15:45'),
(615, 'Kellie Ordell', 'kellie', 'It is with sad regret to inform you DataList.biz is shutting down on 25 March 2022. \r\n\r\nWe have made available databases per country for all companies available.. \r\n\r\nYou can view our samples and download databases instantly on our website DataList.biz', '2022-03-25 19:40:06'),
(616, 'Olivia Jackson', 'olivia@backlinkpro.club', 'Hi, \r\n\r\nWe\'re wondering if you\'d be interested in a backlink to gtbhnursing.com from our website that has a Moz Domain Authority of 50?\r\n\r\nWe charge just $30 (USD) to be paid via Paypal, card, or Payoneer. This is a one-time fee, so there are no extra charges and the link is permanent.\r\n\r\nIf you\'d like to know more about the site, please reply to this email and we can discuss further.\r\n\r\nKind Regards,\r\nOlivia\r\n\r\nIf you are not interested, opt out here: https://unsubscribe.contact/', '2022-03-27 00:41:57'),
(617, 'Lonny Ocampo', 'ocampo.lonny67@gmail.com', 'You can submit your site to over 30 different business directories for free with one click https://bit.ly/addyoursitehere', '2022-03-29 04:07:44'),
(618, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-03-29 05:07:27'),
(619, 'Ed Harris', 'ed@fundingsource.xyz', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we may be a perfect fit for you and hereâ€™s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fundingsource.xyz   Applying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEd Harris\r\nFunding Source\r\nwww.fundingsource.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fundingsource.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nFunding Source\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-03-29 16:30:34'),
(620, 'Harlan Lofland', 'lofland.harlan75@gmail.com', 'Hi\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2022-03-30 15:34:50'),
(621, 'Archer Dibdin', 'archer@legitleads.org', 'It is with sad regret to inform you that LegitLeads.org is shutting down.\r\n\r\nWe have made available over 300 million records for $149.\r\n\r\nRegards,\r\nLegitLeads.org', '2022-04-02 06:15:40'),
(622, 'Cassie Fahey', 'fahey.cassie@gmail.com', 'Submit your site to our 30 directories all with one click here&gt; https://bit.ly/addyoursitehere', '2022-04-03 12:31:41'),
(623, 'Stephen Watson', 'steve@explainervideos4u.info', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service, which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=oYoUQjxvhA0\r\nhttps://www.youtube.com/watch?v=MOnhn77TgDE\r\nhttps://www.youtube.com/watch?v=NKY4a3hvmUc\r\n\r\nAll of our videos are in a similar animated format as the above examples, and we have voice over artists with US/UK/Australian/Canadian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video sites such as YouTube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\nUp to 1 minute = $259\r\n1-2 minutes = $379\r\n2-3 minutes = $489\r\n\r\n*All prices above are in USD and include an engaging, captivating video with full script and voice-over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to reply.\r\n\r\nKind Regards,\r\nStephen', '2022-04-03 20:38:47'),
(624, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-04 23:20:16'),
(625, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-06 20:28:52'),
(626, 'Mellissa Dunlap', 'mellissa.dunlap@msn.com', 'Submit your site to our 30 directories all with one click here&gt; https://bit.ly/addyoursitehere', '2022-04-09 03:25:49'),
(627, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-09 08:09:08'),
(628, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-11 12:42:11'),
(629, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-11 21:47:37');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(630, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-12 04:46:27'),
(631, 'John Williams', 'john@loansleaders.xyz', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Leaders is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Leaders\r\nwww.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansleaders.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Leaders\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-04-12 16:01:29'),
(632, 'Magdalena Wadsworth', 'magdalena@bulletproofsmtp.org', 'Hello.\r\n\r\nWe are offering Bullet Proof SMTP servers that never get suspended. Email as much as you want.\r\n\r\nDMCA ignored, bulletproof locations, 100% uptime guaranteed, unlimited data transfer, and 24/7/365 support.\r\n\r\n100 Spots available. BulletProofSMTP.org', '2022-04-13 01:16:21'),
(633, 'Paul Moore', 'paul@moneyanytime.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Anytime is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyanytime.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Anytime\r\nwww.moneyanytime.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyanytime.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Anytime\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-04-13 16:30:14'),
(634, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-14 15:48:56'),
(635, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-16 06:12:52'),
(636, 'Margareta Barak', 'barak.margareta52@gmail.com', 'Free submission of your new website to over 35 business directories here https://bit.ly/addyoursitehere', '2022-04-16 13:12:12'),
(637, 'Kennith Christenson', 'kennith@zippyleads.org', 'ZippyLeads.org is running an easter special till the 18th of April.\r\n\r\nGet all the leads you need for your company with our easter special.', '2022-04-18 13:53:23'),
(638, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-19 19:10:32'),
(639, 'Edison Bayley', 'edison@topdatalist.com', 'Hello.\r\n\r\nIt is with sad regret to inform you TopDataList.com is shutting down.\r\n\r\nWe have made all our databases available for you for a once off fee.\r\n\r\nVisit us on TopDataList.com', '2022-04-19 21:27:01'),
(640, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-20 10:30:23'),
(641, 'John Williams', 'john@loansleaders.xyz', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Leaders is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Leaders\r\nwww.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansleaders.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Leaders\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-04-20 17:09:05'),
(642, 'Waldo Cook', 'waldo.cook@gmail.com', 'Submit your site to our 30 directories all with one click here&gt; https://bit.ly/addyoursitehere', '2022-04-21 11:45:23'),
(643, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-21 23:11:04'),
(644, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-21 23:51:28'),
(645, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-22 04:42:48'),
(646, 'Theron Binford', 'binford.theron@googlemail.com', 'Hi there,\r\n\r\nHave you ever wondered why new tokens listed on Uniswap, Pancakeswap or any decentralized exchange are always subject to insane price volatility?\r\n\r\nDid you know that front running bots have been dominating the market and profiting due to that?\r\n\r\nCheck out our new Youtube video for a free and detailed tutorial on how to deploy your own front running bot:\r\nhttps://youtu.be/do99pkCxT0I\r\n\r\nKind Regards,\r\nTheron', '2022-04-23 03:21:20'),
(647, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-24 13:28:48'),
(648, 'Deanna Liversidge', 'deanna.liversidge29@msn.com', 'Give your new site a boost, submit your site now to our free directory and start getting more clients https://bit.ly/addyoursitehere', '2022-04-27 02:41:59'),
(649, 'Paul Moore', 'paul@moneyanytime.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Anytime is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyanytime.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Anytime\r\nwww.moneyanytime.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyanytime.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Anytime\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-04-27 15:20:27'),
(650, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-27 19:50:53'),
(651, 'Dinah Phifer', 'phifer.dinah@msn.com', 'Hi there,\r\n\r\nFor 12 years, I was in banking and finance, working and making money for other people. I would study and analyse financial markets to predict outcomes and advise companies and wealthy individuals where to put their money. It paid very well, and I was pretty good at it too, the only problem being it was so damn boring!\r\n\r\nBack in those days, my biggest client was a large casino group. But you know what I learned about these guys? Despite their phenomenal success, they had little idea of what was going on on their sites! They had hundreds of thousands of people playing their online casinos every day, and they did not know what all these players were doing. So I got to thinking â€“ how could I take advantage of this?\r\n\r\nWatch my video to find out my Roulette strategy and how it\'s currently earning me over $1000 a day (yes - really!)... https://www.youtube.com/watch?v=Fp7bdgbyaNw\r\n\r\nThanks for reading,\r\nDinah', '2022-04-28 16:27:30'),
(652, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-29 01:20:19'),
(653, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://talkwithwebtraffic.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-29 11:51:38'),
(654, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-30 04:37:37'),
(655, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-04-30 21:49:31'),
(656, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-01 07:00:43'),
(657, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-01 15:19:45'),
(658, 'Cooper Code', 'cooper.code9@gmail.com', 'I was wondering if you wanted to submit your new site to our free business directory? https://bit.ly/addyoursitehere', '2022-05-02 05:30:45'),
(659, 'Jetta Chaves', 'jetta.chaves44@yahoo.com', 'Ð”Ð¾Ð±Ñ€Ñ‹Ð¹ Ð²ÐµÑ‡ÐµÑ€! \r\nÐ“Ð¾Ñ‚Ð¾Ð²Ñ‹ Ð¿Ñ€ÐµÐ´Ð¾ÑÑ‚Ð°Ð²Ð¸Ñ‚ÑŒ ÑÐ°Ð¼Ñ‹Ðµ Ð»ÑƒÑ‡ÑˆÐ¸Ðµ \"ÑƒÐ±Ð¸Ð¹ÑÑ‚Ð²ÐµÐ½Ð½Ñ‹Ðµ\" Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹ Ð´Ð»Ñ Ð²ÐµÐ±-ÑÐ°Ð¹Ñ‚Ð¾Ð² Ð²Ð°ÑˆÐ¸Ñ… ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð². Ð¦ÐµÐ½Ð°: Ð²ÑÐµÐ³Ð¾ Ð¾Ñ‚ 2000 Ñ€ÑƒÐ±. \r\n- Ð¡Ñ‚Ð¾Ð¿Ñ€Ð¾Ñ†ÐµÐ½Ñ‚Ð½Ñ‹Ð¹ ÑÑ„Ñ„ÐµÐºÑ‚. ÐžÐ½Ð»Ð°Ð¹Ð½-ÑÐ°Ð¹Ñ‚Ñ‹ Ñ‚Ð¾Ñ‡Ð½Ð¾ \"ÑƒÐ¼Ñ€ÑƒÑ‚\". \r\n- ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾Ðµ Ñ‡Ð¸ÑÐ»Ð¾ Ð¾Ñ‚Ñ€Ð¸Ñ†Ð°Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- Ð¡Ð¾Ð±Ñ€Ð°Ð½Ð° ÑÐ¿ÐµÑ†Ð¸Ð°Ð»ÑŒÐ½Ð°Ñ Ð±Ð°Ð·Ð° - Ð²Ñ‹Ð¶Ð¸Ð¼ÐºÐ° ÑÐ°Ð¼Ñ‹Ñ… ÑÐ¸Ð»ÑŒÐ½Ñ‹Ñ… Ð¿Ð»Ð¾Ñ‰Ð°Ð´Ð¾Ðº Ð¸Ð· 10 Ð¼Ð»Ð½. ÑÐ°Ð¹Ñ‚Ð¾Ð² (Ð²Ð¸Ñ€ÑƒÑÐ½Ñ‹Ðµ, ÑÐ¿Ð°Ð¼Ð½Ñ‹Ðµ, Ð¿Ð¾Ñ€Ð½Ð¾ Ð¸ Ñ‚Ð¾Ð¼Ñƒ Ð¿Ð¾Ð´Ð¾Ð±Ð½Ñ‹Ðµ). Ð­Ñ‚Ð¾ Ð´ÐµÐ¹ÑÑ‚Ð²ÑƒÐµÑ‚ Ð±ÐµÑÐ¿ÐµÑ€ÐµÐ±Ð¾Ð¹Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð¿Ñ€Ð¾Ð²Ð¾Ð´Ð¸Ð¼ ÑÑ€Ð°Ð·Ñƒ Ñ Ñ‡ÐµÑ‚Ñ‹Ñ€ÐµÑ… ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐÐµÐ¿Ñ€ÐµÑ€Ñ‹Ð²Ð½Ñ‹Ð¹ ÑÐ¿Ð°Ð¼ Ñ‚Ð¾ÐºÑÐ¸Ñ‡Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ñ‹Ð¹ ÑÑ‰Ð¸Ðº. \r\n- Ð’Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ Ð·Ð°ÐºÐ°Ð·Ð° Ð² Ñ‚ÐµÑ‡ÐµÐ½Ð¸Ðµ 40-240 Ñ‡Ð°ÑÐ¾Ð² Ð´ÐµÐ½ÑŒ Ð¸ Ð½Ð¾Ñ‡ÑŒ. Ð Ð°ÑÑ‚ÑÐ½ÐµÐ¼ ÑÐºÐ¾Ð»ÑŒÐºÐ¾ ÑƒÐ³Ð¾Ð´Ð½Ð¾ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ÑÐµÐ¼ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‰Ñ‘Ð½Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡ÐµÐ²Ñ‹Ð¼Ð¸ Ñ„Ñ€Ð°Ð·Ð°Ð¼Ð¸. \r\nÐ¢ÐµÐ»ÐµÐ³Ð°: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ Ð­Ñ‚Ð¸!', '2022-05-02 07:04:39'),
(660, 'Ingrid McVeigh', 'mcveigh.ingrid@gmail.com', 'Hi there\r\nDo you want to get backlinks from domains that have tons of ranking keywords?\r\n\r\nhttps://www.monkeydigital.co/semrush-backlinks/', '2022-05-04 01:33:20'),
(661, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://talkwithwebtraffic.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-04 15:58:21'),
(662, 'Rickey Buie', 'rickey@customdata.info', 'Hello, from CustomData.info we are a provider of unique databases that could help your business.\r\n\r\nPlease visit us at CustomData.info to see if we can help you.\r\n\r\nRegards,\r\nRickey', '2022-05-05 11:52:49'),
(663, 'Ed Harris', 'ed@fundingsource.xyz', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we may be a perfect fit for you and hereâ€™s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fundingsource.xyz   Applying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEd Harris\r\nFunding Source\r\nwww.fundingsource.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fundingsource.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nFunding Source\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-05-05 16:04:17');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(664, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-05 16:43:42'),
(665, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-06 15:16:06'),
(666, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-07 18:28:58'),
(667, 'John Williams', 'john@loansleaders.xyz', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Leaders is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Leaders\r\nwww.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansleaders.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Leaders\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-05-11 15:59:58'),
(668, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-11 22:13:19'),
(669, 'Cheryle Fergusson', 'fergusson.cheryle@msn.com', 'Congrats on your new site, get it listed here for free and we\'ll start sending people to your site https://bit.ly/addyoursitehere', '2022-05-12 08:50:21'),
(670, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-15 08:58:03'),
(671, 'Olivia Jackson', 'olivia@backlinkpro.club', 'Hi, \r\n\r\nWe\'re wondering if you\'d be interested in a very strong backlink for your site gtbhnursing.com?\r\n\r\nWe currently run 2934 sites, covering all subjects and each backlink is priced from just $70.\r\n\r\nIf you would be interested in taking a look, just reply back and we\'ll send them over.\r\n\r\nIf you do not wish to hear from us again, reply with \'NO\' in the subject line.\r\n\r\nKind Regards,\r\nOlivia', '2022-05-15 09:36:14'),
(672, 'Carrie Woolnough', 'carrie.woolnough@gmail.com', 'Good job on the new site! Now go ahead and submit it to our free directory here https://bit.ly/addyoursitehere', '2022-05-17 13:40:24'),
(673, 'Paul Moore', 'paul@moneyanytime.xyz', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDonâ€™t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Anytime is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyanytime.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Anytime\r\nwww.moneyanytime.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyanytime.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Anytime\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-05-18 18:12:44'),
(674, 'Kenneth Molina', 'molina.kenneth@outlook.com', 'Hi there,\r\n\r\nHave you ever wondered why new tokens listed on Uniswap, Pancakeswap or any decentralized exchange are always subject to insane price volatility?\r\n\r\nDid you know that front running bots have been dominating the market and profiting due to that?\r\n\r\nCheck out our new Youtube video for a free and detailed tutorial on how to deploy your own front running bot:\r\nhttps://youtu.be/SQHFveYdjV8\r\n\r\nKind Regards,\r\nKenneth', '2022-05-18 20:09:20'),
(675, 'Ed Harris', 'ed@fundingsource.xyz', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we may be a perfect fit for you and hereâ€™s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fundingsource.xyz   Applying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEd Harris\r\nFunding Source\r\nwww.fundingsource.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fundingsource.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nFunding Source\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-05-20 14:54:00'),
(676, 'Felicia Conklin', 'conklin.felicia74@yahoo.com', 'Free submission of your new website to over 35 business directories here https://bit.ly/addyoursitehere', '2022-05-24 15:07:01'),
(677, 'John Williams', 'john@loansleaders.xyz', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Leaders is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Leaders\r\nwww.loansleaders.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansleaders.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Leaders\r\n9169 W State St #3242\r\nGarden City, ID 83714', '2022-05-26 14:48:08'),
(678, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-27 20:03:23'),
(679, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-05-29 17:54:24'),
(680, 'Romaine Furnell', 'romaine.furnell16@gmail.com', 'Ð”Ð¾Ð±Ñ€Ñ‹Ð¹ Ð²ÐµÑ‡ÐµÑ€! \r\nÐÐ°ÑˆÐ° ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ñ Ð¿Ñ€ÐµÐ´ÑÑ‚Ð°Ð²Ð»ÑÐµÑ‚ ÑÐ°Ð¼Ñ‹Ðµ Ð»ÑƒÑ‡ÑˆÐ¸Ðµ Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ðµ Ð¼Ð¾Ð³ÑƒÑ‚ \"ÑƒÑ‚Ð¾Ð¿Ð¸Ñ‚ÑŒ\" Ð¾Ð½Ð»Ð°Ð¹Ð½-Ñ€ÐµÑÑƒÑ€Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð°. Ð’ÑÐµÐ³Ð¾ Ð¾Ñ‚ 2 Ñ‚Ñ‹Ñ Ñ€. \r\n- Ð¡Ñ‚Ð¾Ð¿Ñ€Ð¾Ñ†ÐµÐ½Ñ‚Ð½Ñ‹Ð¹ ÑÑ„Ñ„ÐµÐºÑ‚. Ð˜Ð½Ñ‚ÐµÑ€Ð½ÐµÑ‚-ÑÐ°Ð¹Ñ‚Ñ‹ Ñ‚Ð¾Ñ‡Ð½Ð¾ \"ÑƒÐ¿Ð°Ð´ÑƒÑ‚\". \r\n- ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾Ðµ Ñ‡Ð¸ÑÐ»Ð¾ Ð½ÐµÐ³Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- ÐÐ°ÑˆÐ° ÑÐ¿ÐµÑ†Ð¸Ñ„Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð±Ð°Ð·Ð° - Ð²Ñ‹Ð¶Ð¸Ð¼ÐºÐ° ÑÐ°Ð¼Ñ‹Ñ… ÑÐ¸Ð»ÑŒÐ½Ñ‹Ñ… Ð¿Ð»Ð¾Ñ‰Ð°Ð´Ð¾Ðº Ð¸Ð· 10 000 000 Ñ€ÐµÑÑƒÑ€ÑÐ¾Ð² (ÑÐ¿Ð°Ð¼Ð½Ñ‹Ðµ, Ð¿Ð¾Ñ€Ð½Ð¾, Ð²Ð¸Ñ€ÑƒÑÑ‹ Ð¸ Ñ‚.Ð´.). Ð Ð°Ð±Ð¾Ñ‚Ð°ÐµÑ‚ Ð±ÐµÐ·Ð¾Ñ‚ÐºÐ°Ð·Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÑÐµÐ¼ ÑÑ€Ð°Ð·Ñƒ Ñ Ñ‡ÐµÑ‚Ñ‹Ñ€ÐµÑ… ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐŸÐ¾ÑÑ‚Ð¾ÑÐ½Ð½Ð°Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ° Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° Ð¾Ñ„Ð¸Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ð¹ e-mail. \r\n- Ð’Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ Ð·Ð°ÐºÐ°Ð·Ð° Ð½Ð° Ð¿Ñ€Ð¾Ñ‚ÑÐ¶ÐµÐ½Ð¸Ð¸ 40-240 Ñ‡Ð°ÑÐ¾Ð². Ð Ð°ÑÑ‚ÑÐ½ÐµÐ¼ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ ÐºÐ°Ðº ÑƒÐ³Ð¾Ð´Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ÑÐµÐ¼ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‚Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡Ð°Ð¼Ð¸. \r\nÐ¢ÐµÐ»ÐµÐ³Ð°: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ Ð­Ñ‚Ð¸!', '2022-05-30 12:00:35'),
(681, 'Jon Laseron', 'laseron.jon@gmail.com', 'Give your new site a boost, submit your site now to our free directory and start getting more clients https://bit.ly/addyoursitehere', '2022-05-31 13:29:12'),
(682, 'Chase Reiner', 'reliablecomputerhelper@gmail.com', 'Hey, are you still in business? I used a tool to run a free website report and noticed a ton of major issues! If you want to see for yourself go to https://shineranker.com', '2022-06-03 23:53:53'),
(683, 'Fredericka McChesney', 'mcchesney.fredericka@hotmail.com', 'Good job on the new site! Now go ahead and submit it to our free directory here https://bit.ly/addyoursitehere', '2022-06-06 14:12:44'),
(684, 'Gonzalo Ledbetter', 'ledbetter.gonzalo@gmail.com', 'You can submit your site to over 30 different business directories for free with one click https://bit.ly/addyoursitehere', '2022-06-10 04:05:50'),
(685, 'Petr Velkov', 'louvenia.atkin83@hotmail.com', 'Ð”Ð¾Ð±Ñ€Ð¾Ð³Ð¾ ÑƒÑ‚Ñ€Ð°! \r\nÐŸÑ€ÐµÐ´ÑÑ‚Ð°Ð²Ð»ÑÐµÐ¼ Ð»ÑƒÑ‡ÑˆÐ¸Ðµ Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹ \"ÐºÐ¸Ð»Ð»ÐµÑ€Ñ‹\" Ð´Ð»Ñ Ð²ÐµÐ±-ÑÐ°Ð¹Ñ‚Ð¾Ð² ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð². Ð’ÑÐµÐ³Ð¾ Ð¾Ñ‚ 2000 Ñ€. \r\n- 100% Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚. ÐžÐ½Ð»Ð°Ð¹Ð½-ÑÐ°Ð¹Ñ‚Ñ‹ ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð² \"ÑƒÐ¼Ñ€ÑƒÑ‚\". \r\n- ÐŸÑ€ÐµÐ´ÐµÐ»ÑŒÐ½Ð¾ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾Ðµ Ñ‡Ð¸ÑÐ»Ð¾ Ð¾Ñ‚Ñ€Ð¸Ñ†Ð°Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- Ð¡Ð¾Ð±Ñ€Ð°Ð½Ð° ÑÐ¿ÐµÑ†Ð¸Ñ„Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð±Ð°Ð·Ð° - Ð²Ñ‹Ð¶Ð¸Ð¼ÐºÐ° ÑÐ°Ð¼Ñ‹Ñ… \"ÑÐ¼ÐµÑ€Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ñ…\" Ð¿Ð»Ð¾Ñ‰Ð°Ð´Ð¾Ðº Ð¸Ð· 10 Ð¼Ð»Ð½. Ð²ÐµÐ±-ÑÐ°Ð¹Ñ‚Ð¾Ð² (Ð²Ð¸Ñ€ÑƒÑÑ‹, ÑÐ¿Ð°Ð¼Ð½Ñ‹Ðµ, Ð¿Ð¾Ñ€Ð½Ð¾ Ð¸ Ñ‚Ð°Ðº Ð´Ð°Ð»ÐµÐµ). Ð­Ñ‚Ð¾ Ð´ÐµÐ¹ÑÑ‚Ð²ÑƒÐµÑ‚ Ð±ÐµÐ·Ð¾Ñ‚ÐºÐ°Ð·Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð¾ÑÑƒÑ‰ÐµÑÑ‚Ð²Ð»ÑÐµÐ¼ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾ Ñ 4 ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐÐµÐ¿Ñ€ÐµÑ€Ñ‹Ð²Ð½Ñ‹Ð¹ ÑÐ¿Ð°Ð¼ Ñ‚Ð¾ÐºÑÐ¸Ñ‡Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° Ð¾Ñ„Ð¸Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ð¹ email. \r\n- Ð’Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ Ð·Ð°ÐºÐ°Ð·Ð° Ð½Ð° Ð¿Ñ€Ð¾Ñ‚ÑÐ¶ÐµÐ½Ð¸Ð¸ 40-240 Ñ‡Ð°ÑÐ¾Ð². ÐœÐ¾Ð¶ÐµÐ¼ Ñ€Ð°ÑÑ‚ÑÐ½ÑƒÑ‚ÑŒ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ ÑÐºÐ¾Ð»ÑŒÐºÐ¾ ÑƒÐ³Ð¾Ð´Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ÑÐµÐ¼ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‰Ñ‘Ð½Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡Ð°Ð¼Ð¸. \r\nÐ¢ÐµÐ»ÐµÐ³Ñ€Ð¼: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ Ð­Ñ‚Ð¸!', '2022-06-12 09:34:03'),
(686, 'Vickey Chiu', 'vickey.chiu27@hotmail.com', 'Good job on the new site! Now go ahead and submit it to our free directory here https://bit.ly/addyoursitehere', '2022-06-14 13:35:42'),
(687, 'Joe Lemmer', 'bruce.ruzicka@hotmail.com', 'Hey, did you know that you can use robots to build all of the content on your website in just a few clicks? I thought you might want to check out jasperbot.com it\'s free to try as well.', '2022-06-16 03:40:24'),
(688, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-06-16 18:59:17'),
(689, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-06-16 19:11:03'),
(690, 'Aracelis Coldham', 'aracelis.coldham@gmail.com', 'I was wondering if you wanted to submit your new site to our free business directory? https://bit.ly/addyoursitehere', '2022-06-19 04:39:56'),
(691, 'Hyman Shah', 'shah.hyman@gmail.com', 'Good job on the new site! Now go ahead and submit it to our free directory here https://bit.ly/addyoursitehere', '2022-06-20 06:55:42'),
(692, 'Daniela Nelson', 'daniela@getlisted.directory', 'Hello, did you know that there are 241,120 internet directories in the world. \r\n\r\nThese websites are what drive traffic to YOUR business.\r\n\r\nWant more traffic?  Want more Sales?  We can help - today.\r\n\r\nYour website gtbhnursing.com is listed in only 40 of these directories. \r\n\r\nGet more traffic for your Global audience.\r\n\r\nOur automated system adds your website to all of the directories.\r\n\r\nYou can find it here: getlisted.directory/gtbhnursing.com\r\n\r\nAct today, and we will expedite your listings and waive the processing charge!', '2022-06-20 22:59:14'),
(693, 'Petr Velkov', 'kirch.eugenia@outlook.com', 'ÐŸÑ€Ð¸Ð²ÐµÑ‚ÑÑ‚Ð²ÑƒÐµÐ¼ Ð²Ð°Ñ! \r\nÐÐ°ÑˆÐ° ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ñ Ð¿Ñ€ÐµÐ´Ð»Ð°Ð³Ð°ÐµÑ‚ ÑÐ°Ð¼Ñ‹Ðµ Ð»ÑƒÑ‡ÑˆÐ¸Ðµ Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹ \"ÐºÐ¸Ð»Ð»ÐµÑ€Ñ‹\" Ð´Ð»Ñ Ð²ÐµÐ±-ÑÐ°Ð¹Ñ‚Ð¾Ð² ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð². Ð¦ÐµÐ½Ð°: Ð¾Ñ‚ 2 Ñ‚Ñ‹Ñ Ñ€. \r\n- 100% Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚. ÐžÐ½Ð»Ð°Ð¹Ð½-ÑÐ°Ð¹Ñ‚Ñ‹ ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð² \"ÑƒÐ¼Ñ€ÑƒÑ‚\". \r\n- ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾Ðµ Ñ‡Ð¸ÑÐ»Ð¾ Ð¾Ñ‚Ñ€Ð¸Ñ†Ð°Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- Ð¡Ð¾Ð±Ñ€Ð°Ð½Ð° ÑÐ¿ÐµÑ†Ð¸Ñ„Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð±Ð°Ð·Ð° - Ð²Ñ‹Ð¶Ð¸Ð¼ÐºÐ° ÑÐ°Ð¼Ñ‹Ñ… \"ÑƒÐ±Ð¸Ð¹ÑÑ‚Ð²ÐµÐ½Ð½Ñ‹Ñ…\" Ð¿Ð»Ð¾Ñ‰Ð°Ð´Ð¾Ðº Ð¸Ð· 10 Ð¼Ð»Ð½. Ð²ÐµÐ±-ÑÐ°Ð¹Ñ‚Ð¾Ð² (Ð²Ð¸Ñ€ÑƒÑÐ½Ñ‹Ðµ, ÑÐ¿Ð°Ð¼, Ð¿Ð¾Ñ€Ð½Ð¾ Ð¸ Ñ‚.Ð´.). Ð­Ñ‚Ð¾ Ñ€Ð°Ð±Ð¾Ñ‚Ð°ÐµÑ‚ Ð±ÐµÑÐ¿ÐµÑ€ÐµÐ±Ð¾Ð¹Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð¸Ð¼ ÑÑ€Ð°Ð·Ñƒ Ñ Ñ‡ÐµÑ‚Ñ‹Ñ€ÐµÑ… Ð¼Ð¾Ñ‰Ð½Ñ‹Ñ… ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐÐµÐ¿Ñ€ÐµÐºÑ€Ð°Ñ‰Ð°ÑŽÑ‰Ð°ÑÑÑ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ° Ñ‚Ð¾ÐºÑÐ¸Ñ‡Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° Ð¾Ñ„Ð¸Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ð¹ ÐµÐ¼ÐµÐ¹Ð». \r\n- Ð’Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ Ð² Ñ‚ÐµÑ‡ÐµÐ½Ð¸Ðµ 40-240 Ñ‡Ð°ÑÐ¾Ð². ÐœÐ¾Ð¶ÐµÐ¼ Ñ€Ð°ÑÑ‚ÑÐ½ÑƒÑ‚ÑŒ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ ÐºÐ°Ðº ÑƒÐ³Ð¾Ð´Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ÑÐµÐ¼ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‰Ñ‘Ð½Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡ÐµÐ²Ñ‹Ð¼Ð¸ Ñ„Ñ€Ð°Ð·Ð°Ð¼Ð¸. \r\nÐ¢ÐµÐ»ÐµÐ³Ñ€Ð¼: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ Ð­Ñ‚Ð¸!', '2022-06-26 18:45:28'),
(694, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-06-28 01:36:04'),
(695, 'Effie Carrasco', 'carrasco.effie@gmail.com', 'Free submission of your new website to over 35 business directories here https://bit.ly/addyoursitehere', '2022-06-28 09:51:28'),
(696, 'Gavin McGaw', 'gavin@makemysitemobile.com', 'Convert gtbhnursing.com to an app with one click!\r\n\r\n80% of users browse websites from their phones. \r\n\r\nHave the App send out push notifications without any extra marketing costs!\r\n\r\nMakeMySiteMobile.com', '2022-06-30 22:10:18'),
(697, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-07-02 13:49:46'),
(698, 'Jeffry Marryat', 'marryat.jeffry21@googlemail.com', 'Free submission of your new website to over 35 business directories here https://bit.ly/addyoursitehere', '2022-07-04 09:01:07'),
(699, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-07-04 17:44:42'),
(700, 'Petr Velkov', 'mcgregor.bettina22@msn.com', 'Ð”Ð¾Ð±Ñ€Ð¾Ðµ ÑƒÑ‚Ñ€Ð¾! \r\nÐžÑÑƒÑ‰ÐµÑÑ‚Ð²Ð»ÑÐµÐ¼ Ð»ÑƒÑ‡ÑˆÐ¸Ðµ \"ÑƒÐ±Ð¸Ð¹ÑÑ‚Ð²ÐµÐ½Ð½Ñ‹Ðµ\" Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹ Ð´Ð»Ñ ÑÐ°Ð¹Ñ‚Ð¾Ð² Ð²Ð°ÑˆÐµÐ³Ð¾ ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð°. Ð’ÑÐµÐ³Ð¾ Ð¾Ñ‚ 2 000 Ñ€. \r\n- Ð“Ð°Ñ€Ð°Ð½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ð¹ Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚. ÐžÐ½Ð»Ð°Ð¹Ð½-ÑÐ°Ð¹Ñ‚Ñ‹ Ñ‚Ð¾Ñ‡Ð½Ð¾ \"ÑƒÐ¼Ñ€ÑƒÑ‚\". \r\n- ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾Ðµ ÐºÐ¾Ð»Ð¸Ñ‡ÐµÑÑ‚Ð²Ð¾ Ð¾Ñ‚Ñ€Ð¸Ñ†Ð°Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- ÐÐ°ÑˆÐ° ÑÐ¿ÐµÑ†Ð¸Ñ„Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð±Ð°Ð·Ð° - Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾ \"ÑÐ¼ÐµÑ€Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ\" Ð¿Ð»Ð¾Ñ‰Ð°Ð´ÐºÐ¸ Ð¸Ð· 10 000 000 ÑÐ°Ð¹Ñ‚Ð¾Ð² (Ð¿Ð¾Ñ€Ð½Ð¾, Ð²Ð¸Ñ€ÑƒÑÐ½Ñ‹Ñ…, ÑÐ¿Ð°Ð¼Ð½Ñ‹Ñ… Ð¸ Ñ‚Ð°Ðº Ð´Ð°Ð»ÐµÐµ). Ð Ð°Ð±Ð¾Ñ‚Ð°ÐµÑ‚ Ð±ÐµÐ·Ð¾Ñ‚ÐºÐ°Ð·Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð¸Ñ‚ÑÑ ÑÑ€Ð°Ð·Ñƒ Ñ 4-Ñ… ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐÐµÐ¿Ñ€ÐµÑ€Ñ‹Ð²Ð½Ð°Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ° Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° Ð¾Ñ„Ð¸Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ð¹ e-mail. \r\n- Ð Ð°ÑÑ‚ÑÐ½ÐµÐ¼ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ ÑÐºÐ¾Ð»ÑŒÐºÐ¾ ÑƒÐ³Ð¾Ð´Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ÑÐµÐ¼ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‚Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡Ð°Ð¼Ð¸. \r\nÐ¢ÐµÐ»ÐµÐ³Ñ€Ð¼: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ Ð­Ñ‚Ð¸!', '2022-07-06 09:23:39'),
(701, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-07-06 13:27:46'),
(702, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-07-07 01:15:34'),
(703, 'Katy Trilly', 'katytrilly9@gmail.com', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service, which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=ivTmAwuli14\r\nhttps://www.youtube.com/watch?v=uywKJQvfeAM\r\nhttps://www.youtube.com/watch?v=oPNdmMo40pI\r\nhttps://www.youtube.com/watch?v=6gRb-HPo_ck\r\n\r\nAll of our videos are in a similar animated format as the above examples, and we have voice over artists with US/UK/Australian/Canadian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video sites such as YouTube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\nUp to 1 minute = $259\r\n1-2 minutes = $379\r\n2-3 minutes = $489\r\n\r\n*All prices above are in USD and include an engaging, captivating video with full script and voice-over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to reply.\r\n\r\nKind Regards,\r\nKate', '2022-07-07 17:22:57'),
(704, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-07-08 13:03:23'),
(705, 'Kandace McCulloch', 'kandace.mcculloch96@outlook.com', 'Free submission of your new website to over 35 business directories here https://bit.ly/addyoursitehere', '2022-07-09 06:34:54'),
(706, 'Lora Aslatt', 'lora@getlisted.directory', 'Hello, did you know that there are 241,120 internet directories in the world. \r\n\r\nThese websites are what drive traffic to YOUR business.\r\n\r\nWant more traffic?  Want more Sales?  We can help - today.\r\n\r\nYour website gtbhnursing.com is listed in only 40 of these directories. \r\n\r\nGet more traffic for your Global audience.\r\n\r\nOur automated system adds your website to all of the directories.\r\n\r\nYou can find it here: getlisted.directory/gtbhnursing.com\r\n\r\nAct today, and we will expedite your listings and waive the processing charge!\r\n\r\nWe have a special going on. Use \"FRIENDS\" on checkout for a 50% discount valid today.', '2022-07-11 16:20:46');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(707, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-07-12 01:20:14'),
(708, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-07-12 12:39:56'),
(709, 'India Magill', 'india.magill@googlemail.com', 'Add your site to all 35 of our business directories with one click here-&gt; https://bit.ly/addyoursitehere', '2022-07-14 10:36:07'),
(710, 'Johan Fourie', 'johanfourieltd@gmail.com', 'Hi.\r\n\r\nMy name is Johan Fourie and I am independent provider of custom data.\r\n\r\nWhether it be teachers in Michigan, crypto users in Germany or Construction works in South Africa.\r\n\r\nWe cover all data and covers all countries. \r\n\r\nWe do custom scraping jobs for clients as well that are in need of data. \r\n\r\nYou can contact me on WhatsApp and we can talk about your needs.\r\n\r\nhttps://wa.me/+27722801952?text=Data%20Scraping', '2022-07-18 18:03:36'),
(711, 'Lucie Courts', 'courts.lucie@hotmail.com', 'Hi there\r\n\r\nIf you ever need Negative SEO or a de-rank strategy, you can hire us here\r\n\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2022-07-19 14:28:19'),
(712, 'Madeline Smithies', 'smithies.madeline@gmail.com', 'Congrats on your new site, get it listed here for free and we\'ll start sending people to your site https://bit.ly/addyoursitehere', '2022-07-20 08:36:26'),
(713, 'Petr Velkov', 'josie.wroblewski@gmail.com', 'Ð”Ð¾Ð±Ñ€Ñ‹Ð¹ Ð²ÐµÑ‡ÐµÑ€! \r\nÐ¥Ð¾Ñ‚Ð¸Ð¼ Ð¿Ð¾Ñ€ÐµÐºÐ¾Ð¼ÐµÐ½Ð´Ð¾Ð²Ð°Ñ‚ÑŒ Ð»ÑƒÑ‡ÑˆÐ¸Ðµ Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ðµ ÑÐ¼Ð¾Ð³ÑƒÑ‚ \"ÑƒÑ‚Ð¾Ð¿Ð¸Ñ‚ÑŒ\" Ð²ÐµÐ±-Ñ€ÐµÑÑƒÑ€ÑÑ‹ ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð². Ð’ÑÐµÐ³Ð¾ Ð¾Ñ‚ 2 000 Ñ€ÑƒÐ±Ð»ÐµÐ¹. \r\n- Ð“Ð°Ñ€Ð°Ð½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ð¹ Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚. Ð¡Ð°Ð¹Ñ‚Ñ‹ Ñ‚Ð¾Ñ‡Ð½Ð¾ \"ÑƒÐ¼Ñ€ÑƒÑ‚\". \r\n- ÐÐ°Ð¸Ð±Ð¾Ð»ÑŒÑˆÐµÐµ Ñ‡Ð¸ÑÐ»Ð¾ Ð¾Ñ‚Ñ€Ð¸Ñ†Ð°Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- Ð¡Ð¾Ð±Ñ€Ð°Ð½Ð° ÑÐ¿ÐµÑ†Ð¸Ñ„Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð±Ð°Ð·Ð° - Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾ \"ÑÐ¼ÐµÑ€Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ\" Ð¿Ð»Ð¾Ñ‰Ð°Ð´ÐºÐ¸ Ð¸Ð· 10 Ð¼Ð»Ð½. Ñ€ÐµÑÑƒÑ€ÑÐ¾Ð² (Ð²Ð¸Ñ€ÑƒÑÑ‹, ÑÐ¿Ð°Ð¼Ð½Ñ‹Ðµ, Ð¿Ð¾Ñ€Ð½Ð¾ Ð¸ Ñ‚Ð°Ðº Ð´Ð°Ð»ÐµÐµ). Ð­Ñ‚Ð¾ Ð´ÐµÐ¹ÑÑ‚Ð²ÑƒÐµÑ‚ Ð±ÐµÐ·Ð¾Ñ‚ÐºÐ°Ð·Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð´ÐµÐ»Ð°ÐµÐ¼ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾ Ñ 4 ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐÐµÐ¿Ñ€ÐµÑ€Ñ‹Ð²Ð½Ð°Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ° Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° Ð¾Ñ„Ð¸Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ð¹ email. \r\n- Ð’Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ Ð½Ð° Ð¿Ñ€Ð¾Ñ‚ÑÐ¶ÐµÐ½Ð¸Ð¸ 40-240 Ñ‡Ð°ÑÐ¾Ð². Ð Ð°ÑÑ‚ÑÐ½ÐµÐ¼ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ ÑÐºÐ¾Ð»ÑŒÐºÐ¾ ÑƒÐ³Ð¾Ð´Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ÑÐµÐ¼ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‰Ñ‘Ð½Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡Ð°Ð¼Ð¸. \r\nTelgrm: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ Ð­Ñ‚Ð¸!', '2022-07-21 09:08:21'),
(714, 'Dylan Stickler', 'dylan.stickler@gmail.com', 'Free submission of your new website to over 35 business directories here https://bit.ly/addyoursitehere', '2022-07-25 06:49:02'),
(715, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-07-26 23:58:44'),
(716, 'Eleanor Hides', 'hides.eleanor@yahoo.com', 'Submit your site to our 30 directories all with one click here&gt; https://bit.ly/submit_site_23EGTc7oZMux', '2022-07-28 00:18:18'),
(717, 'Arshnoor Kaur grewal', 'grewalarshnoorkaur@gmail.com', 'What is the fee structure and last date to apply in bsc.nurshing', '2022-07-30 18:52:09'),
(718, 'Nandini singh', 'nandinipartap9@gmail.com', 'Hey mam /sir . Good morning . \r\nI want to take addmission in your  GTB nursing college', '2022-08-01 04:08:40'),
(719, 'Willa', 'boucaut.willa@msn.com', '16 Google AdSense Alternatives for Bloggers\r\n(Hint: #1 is ForeMedia.net, Check the article for #2):\r\nhttps://bit.ly/37y81Zx', '2022-08-02 23:57:38'),
(720, 'Jasvir Kaur Dhaliwal', 'm.jdhaliwal@yahoo.com', 'Hi mam, my name is jasvir Kaur Dhaliwal and I passed my GNM nursing from your institute in 2004,now I am living in Canada and I applied for my further nursing process in NNAS . They send me some forms that you should need to fill them and send them back. I will send you those forms by hand and please you should fill that form and mail to NNAS.please let me know about your process.\r\nThanks', '2022-08-05 04:30:48'),
(721, 'Email Influence', 'contact@emailinfluence.xyz', 'Are you missing out on email marketing for your site? Running a site is a full time job. With limited time and resources, it be difficult to put energy in marketing your business. But with email marketing, promoting your business becomes a whole lot easier. Receive your free guide here https://emailinfluence.xyz/email/?e8x2_erl38n.io \r\n\r\nTo remove your site from our list visit https://emailinfluence.xyz/unsubscribe/', '2022-08-07 10:25:23'),
(722, 'Email Influence', 'contact@emailinfluence.xyz', 'Are you missing out on email marketing for your site? Running a site is a full time job. With limited time and resources, it be difficult to put energy in marketing your business. But with email marketing, promoting your business becomes a whole lot easier. Receive your free guide here https://emailinfluence.xyz/email/?e8x2_36e1ei.io \r\n\r\nTo remove your site from our list visit https://emailinfluence.xyz/unsubscribe/', '2022-08-07 23:39:41'),
(723, 'Petr Velkov', 'marylin.hertzler@msn.com', 'Ð”Ð¾Ð±Ñ€Ñ‹Ð¹ Ð´ÐµÐ½ÑŒ! \r\nÐ”ÐµÐ»Ð°ÐµÐ¼ Ð¿Ñ€ÐµÐºÑ€Ð°ÑÐ½Ð¾Ðµ Ð¿Ñ€ÐµÐ´Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ: Ð»ÑƒÑ‡ÑˆÐ¸Ðµ \"ÑÐ¼ÐµÑ€Ñ‚Ð¾Ð½Ð¾ÑÐ½Ñ‹Ðµ\" Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹ Ð´Ð»Ñ ÑÐ°Ð¹Ñ‚Ð¾Ð² ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð². Ð’ÑÐµÐ³Ð¾ Ð¾Ñ‚ 2 000 Ñ€. \r\n- Ð¡Ñ‚Ð¾Ð¿Ñ€Ð¾Ñ†ÐµÐ½Ñ‚Ð½Ñ‹Ð¹ ÑÑ„Ñ„ÐµÐºÑ‚. Ð’ÐµÐ±-ÑÐ°Ð¹Ñ‚Ñ‹ ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð² \"ÑƒÐ¿Ð°Ð´ÑƒÑ‚\". \r\n- ÐŸÑ€ÐµÐ´ÐµÐ»ÑŒÐ½Ð¾ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾Ðµ ÐºÐ¾Ð»Ð¸Ñ‡ÐµÑÑ‚Ð²Ð¾ Ð¾Ñ‚Ñ€Ð¸Ñ†Ð°Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- Ð¡Ð¾Ð±Ñ€Ð°Ð½Ð° ÑÐ¿ÐµÑ†Ð¸Ñ„Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð±Ð°Ð·Ð° - Ð²Ñ‹Ð¶Ð¸Ð¼ÐºÐ° Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾ ÑÐ¸Ð»ÑŒÐ½Ñ‹Ñ… Ð¿Ð»Ð¾Ñ‰Ð°Ð´Ð¾Ðº Ð¸Ð· 10 000 000 Ñ€ÐµÑÑƒÑ€ÑÐ¾Ð² (Ð¿Ð¾Ñ€Ð½Ð¾, Ð²Ð¸Ñ€ÑƒÑÑ‹, ÑÐ¿Ð°Ð¼Ð½Ñ‹Ðµ Ð¸ Ñ‚Ð°Ðº Ð´Ð°Ð»ÐµÐµ). Ð”ÐµÐ¹ÑÑ‚Ð²ÑƒÐµÑ‚ Ð±ÐµÑÐ¿ÐµÑ€ÐµÐ±Ð¾Ð¹Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð¾ÑÑƒÑ‰ÐµÑÑ‚Ð²Ð»ÑÐµÑ‚ÑÑ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾ Ñ Ñ‡ÐµÑ‚Ñ‹Ñ€ÐµÑ… ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐžÑ‚Ð¿Ñ€Ð°Ð²ÐºÐ° Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° Ð¾Ñ„Ð¸Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ð¹ ÐµÐ¼ÐµÐ¹Ð». \r\n- Ð Ð°ÑÑ‚ÑÐ½ÐµÐ¼ ÑÐºÐ¾Ð»ÑŒÐºÐ¾ ÑƒÐ³Ð¾Ð´Ð½Ð¾ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‚Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡ÐµÐ²Ñ‹Ð¼Ð¸ ÑÐ»Ð¾Ð²Ð°Ð¼Ð¸. \r\nTelgrm: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ Ð­Ñ‚Ð¸!', '2022-08-08 23:25:02'),
(724, 'Connie Hirst', 'hirst.connie@googlemail.com', 'How Often Do You Hear Yourself Saying \"I need to Start A Business!\"\r\n\r\nhttps://voicesearch3.skin/ai/\r\n\r\n\r\nConnie\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\n9169 W State St #1614   Garden City, ID 83714\r\nAvoid Marketing Messages Here:\r\nhttps://voicesearch3.skin/unsubscribe.php/?site=gtbhnursing.com', '2022-08-10 01:49:42'),
(725, 'Khushi', 'khushirawat7735@gmail.com', 'Admission procedure of bsc nursing', '2022-08-10 08:47:48'),
(726, 'Vincent Harries', 'vincent.harries@gmail.com', 'Hi there\r\nDo you want to get backlinks from domains that have tons of ranking keywords?\r\n\r\nhttps://www.monkeydigital.co/semrush-backlinks/', '2022-08-13 22:33:59'),
(727, 'Keisha Kuefer', 'keisha.kuefer@gmail.com', 'If you need a quick boost in the SERPs for gtbhnursing.com, then this is the right strategy for you:\r\nhttps://www.seo-treff.de/product/serp-booster/', '2022-08-14 07:41:06'),
(728, 'Katy Trilly', 'katytrilly9@gmail.com', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service, which we feel can benefit your site\r\ngtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=ivTmAwuli14 \r\nhttps://www.youtube.com/watch?v=uywKJQvfeAM \r\nhttps://www.youtube.com/watch?v=oPNdmMo40pI \r\nhttps://www.youtube.com/watch?v=6gRb-HPo_ck\r\n\r\nAll of our videos are in a similar animated format as the above examples, and we have voice over artists with US/UK/Australian/Canadian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video sites such as YouTube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\nUp to 1 minute = $259\r\n1-2 minutes = $379\r\n2-3 minutes = $489\r\n\r\n*All prices above are in USD and include an engaging, captivating video with full script and voice-over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to reply.\r\n\r\nKind Regards,\r\nKaty', '2022-08-23 00:19:47'),
(729, 'Beatris Tunnecliffe', 'tunnecliffe.beatris@gmail.com', 'Good job on the new site! Now go ahead and submit it to our free directory here bit.ly/submit_site_t9qPdO4E2oF2', '2022-08-24 05:23:36'),
(730, 'Inderpreet kaur', 'inderjohaltopannu@gmail.com', 'Hi Mam/ Sir \r\nI am from canada , I did my GNM from your institution. My nursing regulatory body in British Columbia sent me some form to sent you .They want to verify my diploma in detail . On which email I can send you that documents which they want to be filled and sent directly from you to them .Please let me now by sending me the mail . \r\nBest regards\r\nInderpreet Kaur', '2022-09-05 10:09:30'),
(731, 'Dorthea Herndon', 'dorthea.herndon@gmail.com', 'Hi\r\n\r\nIf you ever need Negative SEO or a de-rank strategy, you can hire us here\r\n\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2022-09-12 14:48:22'),
(732, 'Emilie Clunie', 'marketing@leadstree.org', 'Hello.\r\n\r\nThis is the last day we are offering all our databases on LeadsTree.org\r\n\r\nGet it now before its too late.\r\n\r\nLeadsTree.org', '2022-09-14 14:39:47'),
(733, 'Kelly Davis', 'davis994@hotmail.com', 'Hi There,\r\n\r\nJust a heads-up that I believe the word \"garde\" is spelled wrong on your website.  I had a couple of errors on my site before I started using a service to monitor for them.  There are a few sites that do this but we like SpellingReport.com and ErrorSearch.com.\r\n\r\n-Kelly', '2022-09-20 03:28:56'),
(734, 'Ernestine Kopsen', 'ernestine.kopsen@gmail.com', 'Ð”Ð¾Ð±Ñ€Ñ‹Ð¹ Ð´ÐµÐ½ÑŒ! \r\nÐœÐ¾Ð¶ÐµÐ¼ Ð¿Ñ€ÐµÐ´Ð»Ð¾Ð¶Ð¸Ñ‚ÑŒ Ð»ÑƒÑ‡ÑˆÐ¸Ðµ Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹ \"ÑƒÐ±Ð¸Ð¹Ñ†Ñ‹\" Ð´Ð»Ñ ÑÐ°Ð¹Ñ‚Ð¾Ð² Ð²Ð°ÑˆÐ¸Ñ… ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð². Ð’ÑÐµÐ³Ð¾ Ð¾Ñ‚ 2 000 Ñ€ÑƒÐ±Ð»ÐµÐ¹. \r\n- Ð“Ð°Ñ€Ð°Ð½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ð¹ ÑÑ„Ñ„ÐµÐºÑ‚. ÐžÐ½Ð»Ð°Ð¹Ð½-ÑÐ°Ð¹Ñ‚Ñ‹ Ð²Ð°ÑˆÐ¸Ñ… ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð² \"ÑƒÐ¼Ñ€ÑƒÑ‚\". \r\n- ÐÐ°Ð¸Ð±Ð¾Ð»ÑŒÑˆÐµÐµ Ñ‡Ð¸ÑÐ»Ð¾ Ð½ÐµÐ³Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- Ð¡Ð¾Ð±Ñ€Ð°Ð½Ð° ÑÐ¿ÐµÑ†Ð¸Ñ„Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð±Ð°Ð·Ð° - Ð²Ñ‹Ð¶Ð¸Ð¼ÐºÐ° Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾ ÑÐ¸Ð»ÑŒÐ½Ñ‹Ñ… Ð¿Ð»Ð¾Ñ‰Ð°Ð´Ð¾Ðº Ð¸Ð· 10 000 000 Ñ€ÐµÑÑƒÑ€ÑÐ¾Ð² (Ð²Ð¸Ñ€ÑƒÑÐ½Ñ‹Ðµ, ÑÐ¿Ð°Ð¼, Ð¿Ð¾Ñ€Ð½Ð¾ Ð¸ Ñ‚Ð°Ðº Ð´Ð°Ð»ÐµÐµ). Ð”ÐµÐ¹ÑÑ‚Ð²ÑƒÐµÑ‚ Ð±ÐµÐ·Ð¾Ñ‚ÐºÐ°Ð·Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð¸Ð¼ ÑÑ€Ð°Ð·Ñƒ Ñ 4-Ñ… Ð¼Ð¾Ñ‰Ð½Ñ‹Ñ… ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐŸÐ¾ÑÑ‚Ð¾ÑÐ½Ð½Ñ‹Ð¹ ÑÐ¿Ð°Ð¼ Ð²Ð¸Ñ€ÑƒÑÐ½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½ÑƒÑŽ Ð¿Ð¾Ñ‡Ñ‚Ñƒ. \r\n- Ð Ð°ÑÑ‚ÑÐ½ÐµÐ¼ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ ÑÐºÐ¾Ð»ÑŒÐºÐ¾ ÑƒÐ³Ð¾Ð´Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‚Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡ÐµÐ²Ñ‹Ð¼Ð¸ ÑÐ»Ð¾Ð²Ð°Ð¼Ð¸. \r\nÐ¢ÐµÐ»ÐµÐ³Ð°: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ ÑÑ‚Ð¸!', '2022-09-20 19:13:37'),
(735, 'ARSHNOOR SINGH', 'davinders789@gmail.com', 'PASSED PLUS 2 MEDICAL WITH 73% , WANT TO TAKE ADMISSION IN  BSC NURSING\r\nPLEASE GUIDE', '2022-10-03 19:15:18'),
(736, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-10-05 07:47:02'),
(737, 'Jacob Lewis', 'jacob@seolabpros.com', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJacob\r\n(714) 500-7363', '2022-10-08 16:13:06'),
(738, 'Kelle Hardesty', 'hardesty.kelle0@outlook.com', 'Ð”Ð¾Ð±Ñ€Ð¾Ðµ ÑƒÑ‚Ñ€Ð¾! \r\nÐ“Ð¾Ñ‚Ð¾Ð²Ñ‹ Ð²Ñ‹Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÑŒ Ð»ÑƒÑ‡ÑˆÐ¸Ðµ Ð¿Ñ€Ð¾Ð³Ð¾Ð½Ñ‹, Ñ‡Ñ‚Ð¾Ð±Ñ‹ \"ÑƒÑ‚Ð¾Ð¿Ð¸Ñ‚ÑŒ\" Ð²ÐµÐ±-ÑÐ°Ð¹Ñ‚ ÐºÐ¾Ð½ÐºÑƒÑ€ÐµÐ½Ñ‚Ð¾Ð². Ð¦ÐµÐ½Ð°: Ð¾Ñ‚ 2 Ñ‚Ñ‹Ñ Ñ€. \r\n- 100% Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚. Ð¡Ð°Ð¹Ñ‚Ñ‹ Ñ‚Ð¾Ñ‡Ð½Ð¾ \"ÑƒÐ¼Ñ€ÑƒÑ‚\". \r\n- ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾Ðµ Ñ‡Ð¸ÑÐ»Ð¾ Ð½ÐµÐ³Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ñ… Ñ„Ð¸Ñ‚Ð±ÐµÐºÐ¾Ð². \r\n- ÐÐ°ÑˆÐ° ÑÐ¿ÐµÑ†Ð¸Ñ„Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð±Ð°Ð·Ð° - Ð²Ñ‹Ð¶Ð¸Ð¼ÐºÐ° Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð¾ ÑÐ¸Ð»ÑŒÐ½Ñ‹Ñ… Ð¿Ð»Ð¾Ñ‰Ð°Ð´Ð¾Ðº Ð¸Ð· 10 Ð¼Ð»Ð½. ÑÐ°Ð¹Ñ‚Ð¾Ð² (ÑÐ¿Ð°Ð¼, Ð¿Ð¾Ñ€Ð½Ð¾, Ð²Ð¸Ñ€ÑƒÑÑ‹ Ð¸ Ñ‚.Ð´.). Ð”ÐµÐ¹ÑÑ‚Ð²ÑƒÐµÑ‚ Ð±ÐµÐ·Ð¾Ñ‚ÐºÐ°Ð·Ð½Ð¾. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÑÐµÐ¼ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾ Ñ 4 ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð². \r\n- ÐžÑ‚Ð¿Ñ€Ð°Ð²ÐºÐ° Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ñ… ÑÑÑ‹Ð»Ð¾Ðº Ð½Ð° ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ñ‹Ð¹ ÑÑ‰Ð¸Ðº. \r\n- Ð’Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ Ð·Ð°ÐºÐ°Ð·Ð° Ð½Ð° Ð¿Ñ€Ð¾Ñ‚ÑÐ¶ÐµÐ½Ð¸Ð¸ 40-240 Ñ‡Ð°ÑÐ¾Ð². Ð Ð°ÑÑ‚ÑÐ½ÐµÐ¼ ÑÐºÐ¾Ð»ÑŒÐºÐ¾ ÑƒÐ³Ð¾Ð´Ð½Ð¾ Ð¿Ð¾ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸. \r\n- ÐŸÑ€Ð¾Ð³Ð¾Ð½ Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‰Ñ‘Ð½Ð½Ñ‹Ð¼Ð¸ ÐºÐ»ÑŽÑ‡Ð°Ð¼Ð¸. \r\nTelgrm: @exrumer \r\nSkype: xrumer.pro \r\nWhatsApp: +7(977)536-08-36 \r\nicq: 5688885 \r\nÐ¢Ð¾Ð»ÑŒÐºÐ¾ ÑÑ‚Ð¸!', '2022-10-09 15:26:47'),
(739, 'Arshveer Kaur', 'bal2001gill@gmail.com', 'I am from Ludhiana and want to do GNM at your institute. I want to know about the process of admission. I tried calling but was not able to reach Please contact me at 6283035031.', '2022-10-15 05:04:23'),
(740, 'Sheldon Lundberg', 'no-reply@quorumjerez.com', 'PLEASE FoRWARD THiS EMAiL To SoMEoNE iN Y0UR CoMPANY WHo iS ALL0WED To MAKE IMPORTANT DECiSioNS!\r\n\r\nWe have hacked y0ur website https://www.gtbhnursing.com and extracted y0ur databases.\r\n\r\nH0w did this happen?\r\n\r\n0ur team has found a vulnerability within y0ur site that we were able t0 expl0it. After finding the vulnerability we were able t0 get y0ur database credentials and extract your entire database and m0ve the inf0rmati0n t0 an 0ffshore server.\r\n\r\nWhat d0es this mean?\r\n\r\nWe will systematically g0 through a series 0f steps of t0tally damaging y0ur reputation. First your database will be leaked or s0ld to the highest bidder which they will use with whatever their intenti0ns are. Next if there are e-mails f0und they will be e-mailed that their inf0rmati0n has been sold 0r leaked and y0ur site https://www.gtbhnursing.com was at fault thusly damaging y0ur reputati0n and having angry customers/associates with whatever angry cust0mers/ass0ciates d0. Lastly any links that you have indexed in the search engines will be de-indexed based off 0f blackhat techniques that we used in the past t0 de-index our targets.\r\n\r\nH0w do i stop this?\r\n\r\nWe are willing to refrain fr0m destr0ying y0ur siteâ€™s reputation f0r a small fee. The current fee is $3000 in bitcoins (.16 BTC).\r\n\r\nPlease send the bitcoin t0 the following Bitcoin address (Make sure t0 copy and paste): \r\n\r\n3Gf1z5UZH6HWH9bTLJtiQtmJe3R59wvdXP\r\n\r\n 0nce y0u have paid we will aut0matically get inf0rmed that it was your payment. Please n0te that you have t0 make payment within 5 days after receiving this e-mail 0r the database leak, e-mails dispatched, and de-index of your site WiLL start!\r\n\r\nHow do i get Bitcoins?\r\n\r\nY0u can easily buy bitcoins via several websites 0r even offline from a Bitcoin-ATM. \r\n\r\nWhat if i d0nâ€™t pay?\r\n\r\nif you decide n0t t0 pay, we will start the attack at the indicated date and uph0ld it until y0u d0, thereâ€™s no c0unter measure to this, y0u will only end up wasting m0re money trying to find a soluti0n. We will completely destroy your reputati0n am0ngst g0ogle and your customers.\r\n\r\nThis is n0t a h0ax, d0 not reply to this email, donâ€™t try t0 reason 0r neg0tiate, we will not read any replies. once y0u have paid we will st0p what we were doing and y0u will never hear fr0m us again!\r\n\r\nPlease n0te that Bitcoin is anonymous and n0 one will find out that you have complied.', '2022-10-17 11:24:25'),
(741, 'Shona Mebane', 'mebane.shona@gmail.com', 'Good job on the new site! Now go ahead and submit it to our free directory here https://bit.ly/submit_site_9jxc1c6t8mpn', '2022-10-29 09:50:20'),
(742, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-11-03 20:35:12'),
(743, 'Ray Macdonell', 'macdonell.ray@gmail.com', 'If you need a quick boost in the SERPs for gtbhnursing.com, then this is the right strategy for you:\r\nhttps://www.seo-treff.de/product/serp-booster/', '2022-11-04 15:21:54'),
(744, 'Kate Trilly', 'katytrilly9@gmail.com', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service, which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=bWz-ELfJVEI\r\nhttps://www.youtube.com/watch?v=Y46aNG-Y3rM\r\nhttps://www.youtube.com/watch?v=hJCFX1AjHKk\r\n\r\nAll of our videos are in a similar animated format as the above examples, and we have voice over artists with US/UK/Australian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video sites such as YouTube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\nUp to 1 minute = $259\r\n1-2 minutes = $339\r\n2-3 minutes = $439\r\n\r\n*All prices above are in USD and include an engaging, captivating video with full script and voice-over.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to reply.\r\n\r\nKind Regards,\r\nKate', '2022-11-09 01:35:43'),
(745, 'Sadye Slaton', 'marketing@leadstree.org', 'Hello, \r\n\r\nI regret to inform you that LeadsTree.org will shut down Friday.\r\n\r\nWe have now made all our databases available to the public on our website at a one-time fee.\r\n\r\nVisit us at LeadsTree.org', '2022-11-09 02:31:49'),
(746, 'Savi Kumar', 'savikumar356@gmail.com', 'Admission related enquiry 2022 -2023 admission start?', '2022-11-09 05:40:48'),
(747, 'Brittny Bays', 'brittny.bays@yahoo.com', 'Hi there\r\nDo you want to get backlinks from domains that have tons of ranking keywords?\r\n\r\nhttps://www.monkeydigital.co/semrush-backlinks/', '2022-11-11 22:38:55'),
(748, 'Angela Ball', 'angelaballj774@yahoo.com', 'Hi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 400-1200+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nAngela', '2022-11-14 01:00:54'),
(749, 'Nida Linton', 'linton.nida@gmail.com', 'You can submit your site to over 1000 different business/advertising directories for free with one click bit.ly/submit_site_1', '2022-11-14 01:44:43'),
(750, 'Neva Sorensen', 'sorensen.neva@googlemail.com', 'Need more visitors to your site? We can help give your site the boost it needs! Take a look : bit.ly/targeted-traffic-for-your-site', '2022-11-17 16:46:17'),
(751, 'Shawnee Tudawali', 'tudawali.shawnee64@msn.com', 'Give your new site a boost, submit your site now to our free directory and start getting more clients https://bit.ly/submit_site_1', '2022-11-18 09:46:46'),
(752, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-11-19 13:07:33'),
(753, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-11-19 20:15:34'),
(754, 'Kathryn Vasey', 'vasey.kathryn@gmail.com', 'Hi\r\n\r\nIf you ever need Negative SEO or a de-rank strategy, you can hire us here\r\n\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2022-11-19 20:24:41'),
(755, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-11-21 00:35:56'),
(756, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-11-22 18:16:16'),
(757, 'Deneen Byatt', 'promarketingservers@gmail.com', 'Hey,\r\n\r\nGet 392 Million leads records for $20! on Our black friday Special\r\n\r\nhttps://marketing-databases.myshopify.com/products/leads-database', '2022-11-24 13:31:22'),
(758, 'Sarabjit Kaur sandhu', 'sarbsandhu13@gmail.com', 'Please madam I am sending my NMC document from UK .I  was student from 1993 to 1996. May be my regulatory will contact you  .please help me \r\nThanks  \r\nSarabjit Kaur sandhu', '2022-11-25 11:59:15'),
(759, 'Sarabjit Kaur Sandhu', 'sarbsandhu13@gmail.com', 'I was. Batch oct 993 to sept 1996 in GNM and my roll no in the record 776  please madam I need your help to get registration in NMC  UK so I already process my application from UK so please let know how much fee in need to submit  and which account I need to send  please let me know I already  put my email address as above  sarbsandhu 13@gmail .com \r\nPlease reply me to my next step to my pin number in UK \r\nKind regards\r\nSarabjit  Kaur sandhu', '2022-11-25 14:21:38'),
(760, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-11-29 07:47:48'),
(761, 'Cleo Tovell', 'promarketingservers@gmail.com', 'Greetings from Marketing Databases!\r\n\r\nWe now providing email-marketing servers for you. \r\n\r\nAt $149 per month (non-subscription) you can send 1 million emails a day.\r\n\r\nYour own domain\r\nYour own mail server\r\nClean IP\r\nDNS setup done for you\r\nDelivery in 24 hours.\r\n\r\nAll marketing mails allowed (cold emails), we don\'t block you for anything.\r\n\r\nhttps://marketing-databases.myshopify.com/products/marketing-servers', '2022-11-29 10:53:04'),
(762, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-11-30 02:36:38'),
(763, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-01 11:05:33'),
(764, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-02 21:10:00');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(765, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-03 23:04:16'),
(766, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-04 01:23:51'),
(767, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-04 22:48:40'),
(768, 'Eleanore Paramore', 'info@getlisted.directory', 'Hello, \r\n\r\nGet more traffic, leads and sales by submitting your website on getlisted.directory\r\n\r\nNever has it been easier to promote your website.\r\n\r\nJust a few inputs and the software will do the rest. \r\n\r\nNo more worries about CAPTCHAs, email verification or manual link building. \r\n\r\nWe\'ve automated everything that we possibly could to make submitting your website a breeze.\r\n\r\nVisit us on getlisted.directory and get submitted up to 10k directories.', '2022-12-08 14:01:08'),
(769, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-09 09:54:51'),
(770, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-12 11:01:09'),
(771, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-14 04:40:19'),
(772, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-14 16:07:38'),
(773, 'Grady Mcneely', 'grady@getlisted.directory', 'Hello gtbhnursing.com, \r\n\r\nWe noticed you are only listed in 18 out of a possible 10k+ directories.\r\n\r\nYou can view your ranking here: https://getlisted.directory/gtbhnursing.com?id=MTg=\r\n\r\nGift your business this Christmas by submitting your website to 10K+ directories on getlisted.directory. \r\nGet more traffic, leads and sales by having your business rank high on search engines. \r\n\r\nNever has it been easier to promote your website. \r\nWe\'ve automated everything that we possibly could to make submitting your website a breeze.\r\n\r\nVisit us on https://getlisted.directory and get submitted 10k+ directories.\r\n\r\nWe have a festive promotional offer for an All Inclusive, One-Time Fee Of $49!', '2022-12-14 17:04:38'),
(774, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-16 04:34:52'),
(775, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-21 02:53:58'),
(776, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-21 11:40:14'),
(777, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-22 16:29:00'),
(778, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-22 16:31:24'),
(779, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'My nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-23 04:46:37'),
(780, 'Mandeep Joshi', 'sharmamandeep954@gmail.com', 'Good morning, my name is Mandeep Kaur D/O Sh. Varinder Kumar. I was graduated from your collage in 2006. I passed GNM. I will need transcripts and syllabus for my nursing evaluation. I will send you all the documents. Thanks.', '2022-12-23 06:53:27'),
(781, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-24 10:50:22'),
(782, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-25 05:58:30'),
(783, 'Charli Idriess', 'charli.idriess@googlemail.com', 'There is a new tool called shine ranker\r\n\r\nIt helps you rank on google by finding keywords that have no competition but has a high search volume\r\nIf you want to learn more about shine ranker click the link below to watch a free video demonstration on what this tool can do for you or business\r\n\r\nShine ranker Link -&gt; https://node18477--chasereiner.thrivecart.com/seo-pro-automated-pack\r\n\r\nFrom\r\nCharli Idriess', '2022-12-26 17:10:18'),
(784, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-27 18:27:55'),
(785, 'Judy Kujawski', 'judy.kujawski@yahoo.com', 'Free submission of your new website to over 1000 business directories here bit.ly/submit_site_1', '2022-12-28 20:38:14'),
(786, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2022-12-29 14:35:33'),
(787, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-02 16:24:31'),
(788, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-03 23:37:25'),
(789, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-04 00:54:34'),
(790, 'Maninderjeet kaur', 'maninderjeet2001@gmail.com', 'I want to query about admissions for bsc nursing admission for 2023 and fee structure of this course. I had completed my secondary education in 2021 In PCB . \r\nKindly reply my message i am waiting for your king reply. Please text me else send me a mail .', '2023-01-04 05:41:10');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(791, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-04 10:58:36'),
(792, 'Sarah Macleod', 'support@wocaro.com', 'Wocaro is a ending its lead provider service at the end of the year.\r\n\r\nWe have made all 365 million leads available for a once off fee of $15.\r\n\r\nYou can view the samples here: https://wocaro.com/samples\r\n\r\nAnd go to our homepage to get instant access Wocaro.com', '2023-01-04 14:08:49'),
(793, 'Lemuel Darnell', 'lemuel@getlisted.directory', 'Hello gtbhnursing.com, \r\n\r\nWe noticed you are only listed in 18 out of a possible 10k+ directories.\r\n\r\nYou can view your ranking here: https://directoryregistar.info/gtbhnursing.com?id=MTg=\r\n\r\nGet more traffic, leads and sales by having your business rank high on search engines. \r\n\r\nWe\'ve automated everything that we possibly could to make submitting your website a breeze.\r\n\r\nVisit us on https://directoryregistar.info and get submitted 10k+ directories.\r\n\r\nWe have a promotional offer running this weekend for an All Inclusive, One-Time Fee Of $49!', '2023-01-06 17:20:37'),
(794, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-07 08:21:41'),
(795, 'Robt Willoughby', 'willoughby.robt@gmail.com', 'Hi there\r\n\r\nIf you ever need Negative SEO or a de-rank strategy, you can hire us here\r\n\r\nhttps://www.speed-seo.net/product/negative-seo-service/', '2023-01-07 15:37:46'),
(796, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'My nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-10 00:26:36'),
(797, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-10 05:04:23'),
(798, 'Angela Ball', 'angelaballj774@yahoo.com', 'Hi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- We guarantee to gain you 400-1000+ followers per month.\r\n- People follow you because they are interested in you, increasing likes, comments and interaction.\r\n- All actions are made manually by our team. We do not use any \'bots\'.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you\'d like to see some of our previous work, let me know, and we can discuss it further.\r\n\r\nKind Regards,\r\nAngela', '2023-01-10 10:37:08'),
(799, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-11 23:16:57'),
(800, 'Ina Fong', 'ina.fong94@outlook.com', 'The struggle of designing your own graphics is over!\r\n\r\nYou know that you need a professional-looking site to attract customers, but it\'s difficult with everything else you have going on.\r\n\r\nCreate stunning designs and logos for businesses of any size and niche in minutes without ever leaving the comfort of home or office through ClickDesignsâ€™ easy drag-and-drop interface.\r\n\r\nPerfect for beginners and pros alike!\r\n\r\nCheck it out here: https://505c0-p3rg3naqcx-jh068re4b.hop.clickbank.net\r\n\r\nFrom\r\nIna Fong', '2023-01-12 02:31:39'),
(801, 'Marcus Bivens', 'marcus.bivens@googlemail.com', 'Add your site to 1000 business directories with one click here-&gt; https://bit.ly/submit_site_4lSEZtY470R0', '2023-01-13 16:57:37'),
(802, 'Jacob Lewis', 'jacoblewis@seolabpros.com', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJacob\r\n(714) 500-7363', '2023-01-13 17:39:03'),
(803, 'Katy Trilly', 'katytrilly9@gmail.com', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service, which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=bWz-ELfJVEI\r\nhttps://www.youtube.com/watch?v=Y46aNG-Y3rM\r\nhttps://www.youtube.com/watch?v=hJCFX1AjHKk\r\n\r\nAll of our videos are in a similar animated format as the above examples, and we have voice over artists with US/UK/Australian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video sites such as YouTube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\nUp to 1 minute = $259\r\n1-2 minutes = $379\r\n2-3 minutes = $489\r\n\r\n*All prices above are in USD and include a full script, voice-over and video.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to reply.\r\n\r\nKind Regards,\r\nKaty', '2023-01-14 16:14:20'),
(804, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-17 07:04:47'),
(805, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nTalk With Web Visitor â€“ CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-17 12:08:37'),
(806, 'Bernardo Palos', 'valentino.pedro@msn.com', 'It is said by yahoo finance that by 2030 90 percent of content on the web will be created by Ai, the other 10 percent will agmented content with Ai\r\nIf you want to take advantge of this technology early and be one of the first adopters there is a new tool called Jasper that created content for you.\r\nif you want to learn more I recommend checking out the Jasper website where can see a list of all of the tasks Ai can do for you by linking the link\r\n\r\nJasper Ai Orginal Content Creator -&gt; https://tinyurl.com/aiwriter1\r\n\r\nFrom\r\nBernardo Palos\r\n\r\nIf you dont want to hear about jasper anymore fill out this fourm: https://forms.gle/CaPFHzpBCnNDjYqR8', '2023-01-17 15:19:43'),
(807, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-18 03:39:07'),
(808, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-18 19:43:46'),
(809, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-19 17:45:21'),
(810, 'Bernardo Palos', 'dial.maria25@gmail.com', 'It is said by yahoo finance that by 2030 90 percent of content on the web will be created by Ai, the other 10 percent will agmented content with Ai\r\nthere is a new Ai tool called Jasper that helps create content for you with a click of a button for your blog or business\r\n\r\nClick the Link here to start your free trial -&gt; https://tinyurl.com/Jasper-Free-Trial-Ai-Writer\r\n\r\nFrom\r\nBernardo Palos\r\n\r\nIf you dont want to hear about jasper anymore from me fill out this form correctly: https://tinyurl.com/Jasper-Contact-Removal', '2023-01-20 08:01:47'),
(811, 'Louella Gilyard', 'hacker@lacunademibebe.com', 'Your Site Has Been Hacked\r\n\r\nPLEASE FORWARD THIS EMAIL TO SOMEONE IN YOUR COMPANY WHO IS ALLOWED TO MAKE IMPORTANT DECISIONS!\r\n\r\nWe have hacked your website https://www.gtbhnursing.com and extracted your databases.\r\n\r\nHow did this happen?\r\n\r\nOur team has found a vulnerability within your site that we were able to exploit. After finding the vulnerability we were able to get your database credentials and extract your entire database and move the information to an offshore server.\r\n\r\nWhat does this mean?\r\n\r\nWe will systematically go through a series of steps of totally damaging your reputation. First your database will be leaked or sold to the highest bidder which they will use with whatever their intentions are. Next if there are e-mails found they will be e-mailed that their information has been sold or leaked and your https://www.gtbhnursing.com was at fault thusly damaging your reputation and having angry customers/associates with whatever angry customers/associates do. Lastly any links that you have indexed in the search engines will be de-indexed based off of blackhat techniques that we used in the past to de-index our targets.\r\n\r\nHow do I stop this?\r\n\r\nWe are willing to refrain from destroying your siteâ€™s reputation for a small fee. The current fee is $3000 in bitcoins (0.14 BTC).\r\n\r\nThe amount(approximately): $3000 (0.14 BTC)\r\nThe Address Part 1: bc1qc7ujzextq352sygfk\r\nThe Address Part 2: qcs4tsg7e88m0ktmc9jng\r\n\r\nSo, you have to manually copy + paste Part1 and Part2 in one string made of 42 characters with no space between the parts that start with \"b\" and end with \"g\" is the actually address where you should send the money to.\r\n\r\n Once you have paid we will automatically get informed that it was your payment. Please note that you have to make payment within 72 hours after receiving this message or the database leak, e-mails dispatched, and de-index of your site WILL start!\r\n\r\nHow do I get Bitcoins?\r\n\r\nYou can easily buy bitcoins via several websites or even offline from a Bitcoin-ATM. \r\n\r\nWhat if I donâ€™t pay?\r\n\r\nIf you decide not to pay, we will start the attack at the indicated date and uphold it until you do, thereâ€™s no counter measure to this, you will only end up wasting more money trying to find a solution. We will completely destroy your reputation amongst google and your customers.\r\n\r\nThis is not a hoax, do not reply to this email, donâ€™t try to reason or negotiate, we will not read any replies. Once you have paid we will stop what we were doing and you will never hear from us again!\r\n\r\nPlease note that Bitcoin is anonymous and no one will find out that you have complied.', '2023-01-22 08:52:59'),
(812, 'Bernardo Palos', 'valentin.jonson@hotmail.com', 'It is said by yahoo finance that by 2030 90 percent of content on the web will be created by Ai, the other 10 percent will agmented content with Ai\r\nthere is a new Ai tool called Jasper that helps create content for you with a click of a button for your blog or business\r\n\r\nClick the Link here to start your free trial -&gt; https://tinyurl.com/Jasper-Free-Trial-Ai-Writer\r\n\r\nFrom\r\nBernardo Palos\r\n\r\nIf you dont want to hear about jasper anymore from me fill out this form correctly: https://tinyurl.com/Jasper-Contact-Removal', '2023-01-23 00:02:02'),
(813, 'Bernardo Palos', 'sheryl.hogan@gmail.com', 'Instantly Generate High Quality Copy For Emails, Ads, Websites, Listings, Blogs & More With Jasper An Ai Writer Tool That Writes For You.\r\nSave Time And Money Writing Clever, Original Content And End Writer\'s Block Forever!\r\n\r\nClick the Link here to learn more -&gt; bit.ly/Jasper-Free-Trial-Ai-Writer\r\n\r\nFrom\r\nBernardo Palos\r\n\r\nIf you dont want to hear about jasper anymore from me fill out this form correctly -&gt; bit.ly/Jasper-Contact-Removal', '2023-01-24 09:10:04'),
(814, 'Dorthy Summers', 'dorthy@getlisted.directory', 'Hello gtbhnursing.com, \r\n\r\nWe noticed you are only listed in 18 out of a possible 10k+ directories.\r\n\r\nYou can view your ranking here: https://directoryregistar.info/gtbhnursing.com?id=MTg=\r\n\r\nGet more traffic, leads and sales by having your business rank high on search engines. \r\n\r\nWe\'ve automated everything that we possibly could to make submitting your website a breeze.\r\n\r\nVisit us on https://directoryregistar.info and get submitted 10k+ directories.', '2023-01-25 11:51:37'),
(815, 'Ivory Novotny', 'novotny.ivory@yahoo.com', 'Hi there\r\nDo you want to get backlinks from domains that have tons of ranking keywords?\r\n\r\nhttps://www.monkeydigital.co/semrush-backlinks/', '2023-01-25 14:47:34'),
(816, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey there, I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-26 07:55:04'),
(817, 'Lola Trainor', 'lola.trainor@gmail.com', 'Private Blog Network links, always have worked well for the ranks.\r\nWe`ll write quality SEO content and get you listed permanently in quality PBN sites, unique domains.\r\n\r\nMore info:\r\nhttps://www.seo-treff.de/product/private-blog-networks-backlinks/', '2023-01-28 02:45:10'),
(818, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-01-28 09:41:39'),
(819, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello, my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-01 15:33:31'),
(820, 'Jacob Lewis', 'jacoblewis@seolabpros.com', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJacob\r\n(714) 500-7363', '2023-02-04 08:08:14'),
(821, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-04 17:31:24'),
(822, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-06 06:16:32'),
(823, 'P C Sharma', 'pakks4@rediffmail.com', 'Sir/Madam,\r\nIf you need an experienced medical librarian to update your college library, please inform on my e mail address or talk telephonically.\r\n\r\nWith kind regards', '2023-02-09 16:26:11'),
(824, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-10 02:04:31'),
(825, 'Holley Nevarez', 'holley@megaleadstree.com', 'Hello, MegaLeadsTree.com is shutting down.\r\n\r\nWe have made available all our leads in 145 countries at a one-time fee.\r\n\r\nVisit us on MegaLeadsTree.com.', '2023-02-10 14:29:03'),
(826, 'Megan Johnstone', 'meganjohnstones286@gmail.com', 'Hi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 400-1200+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nMegan', '2023-02-11 12:54:17'),
(827, 'Booker Gifford', 'gifford.booker@googlemail.com', 'Make your new website visible to more potential clients by submitting it to our directory. http://bit.ly/3Yjum2a', '2023-02-11 17:59:19'),
(828, 'Maya Arledge', 'maya.arledge@googlemail.com', 'Get listed in our directory and give your new website the exposure it needs. https://bit.ly/3HtFkLD', '2023-02-12 17:55:09');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(829, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi, Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-13 05:35:11'),
(830, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hey, my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-13 20:34:08'),
(831, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'To the gtbhnursing.com Webmaster!\r\n\r\nEric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-15 14:54:00'),
(832, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Dear gtbhnursing.com Administrator!\r\n\r\nMy nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads â€“ CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-17 12:55:02'),
(833, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi gtbhnursing.com Owner. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-18 14:22:40'),
(834, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'To the gtbhnursing.com Admin. my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-20 01:38:07'),
(835, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello gtbhnursing.com Webmaster.\r\n\r\nMy nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-24 04:31:52'),
(836, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Dear gtbhnursing.com Owner! \r\n\r\nEric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-26 06:21:23'),
(837, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello gtbhnursing.com Admin. I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-27 15:36:48'),
(838, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello gtbhnursing.com Admin!\r\n\r\nMy nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-27 16:37:13'),
(839, 'Leslee Lundberg', 'leslee.lundberg@googlemail.com', 'Are you keen to get our premium WordPress themes and plugins for free? There are over 3500 available to choose from and are trying to expand it every day. If you\'re using WordPress, or plan to be, it\'s really worth your time in looking over the content we\'ve got. To begin, go to %spinfile-gplcoast.org-urls-short.dat% and browse through our selection of articles. We\'re ready to answer any questions that you may have about our items.', '2023-02-27 23:32:56'),
(840, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi gtbhnursing.com Owner.\r\n\r\nMy name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nWeb Visitors Into Leads â€“ CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-28 11:28:32'),
(841, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi gtbhnursing.com Administrator!\r\n\r\nThis is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-02-28 12:31:36'),
(842, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello gtbhnursing.com Admin! my nameâ€™s Eric and I just ran across your website at gtbhnursing.com...\r\n\r\nI found it after a quick search, so your SEOâ€™s working outâ€¦\r\n\r\nContent looks pretty goodâ€¦\r\n\r\nOne thingâ€™s missing thoughâ€¦\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds â€“ 7 out of 10 disappear almost instantly, Surf Surf Surfâ€¦ then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to TALK with them - literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a tryâ€¦ it could be huge for your business.\r\n\r\nPlus, now that youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation prontoâ€¦ which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-01 05:50:37'),
(843, 'Julia Reece', 'julia@megaleadstree.com', 'Hello, MegaLeadsTree.com is shutting down.\r\n\r\nWe have made available all our leads in 145 countries at a one-time fee.\r\n\r\nVisit us on MegaLeadsTree.com.', '2023-03-01 13:55:39'),
(844, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi gtbhnursing.com Administrator. Cool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-01 21:39:20'),
(845, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi gtbhnursing.com Administrator. my name is Eric and Iâ€™m betting youâ€™d like your website gtbhnursing.com to generate more leads.\r\n\r\nHereâ€™s how:\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you as soon as they say theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re still there at gtbhnursing.com.\r\n\r\nWeb Visitors Into Leads â€“ CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that youâ€™ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation â€“ answer questions, provide more info, and close a deal that way.\r\n\r\nIf they donâ€™t take you up on your offer then, just follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors donâ€™t hang around â€“ you canâ€™t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-02 03:57:08'),
(846, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Dear gtbhnursing.com Owner.\r\n\r\nCool website!\r\n\r\nMy nameâ€™s Eric, and I just found your site - gtbhnursing.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what youâ€™re doing is pretty cool.\r\n \r\nBut if you donâ€™t mind me asking â€“ after someone like me stumbles across gtbhnursing.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nIâ€™m guessing some, but I also bet youâ€™d like moreâ€¦ studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHereâ€™s a thought â€“ what if there was an easy way for every visitor to â€œraise their handâ€ to get a phone call from you INSTANTLYâ€¦ the second they hit your site and said, â€œcall me now.â€\r\n\r\nYou can â€“\r\n  \r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nThatâ€™s why we built out our new SMS Text With Lead featureâ€¦ because once youâ€™ve captured the visitorâ€™s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities â€“ even if you donâ€™t close a deal then and there, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nWouldnâ€™t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-03 17:06:15'),
(847, 'Pattie Boyd', 'harry.avery@gmail.com', 'Hi owner of gtbhnursing.com\r\n\r\n\r\nIf you are familiar with how TikTok works, we are interested in hiring you. We have a number of positions available relating to this social platform and need to fill them urgently. This is work that can be done from your country.\r\n\r\nClick here to complete your application if you are interested: https://www.gobanklogin.com/writingjobs .  \r\n\r\nRoles: This position involves writing short video scripts for TikTok influencers. You will be given a framework to follow and guidelines for the product involved. Then you simply write a short script that showcases the product. The influencers will use this as a guide when making their own videos. \r\n\r\nContract length: No fixed term\r\n\r\nRate: $38 per hour (Depending on the type of job and experience)\r\n\r\nSkills/background needed: To qualify to apply, you must:\r\n\r\n- Have access to a phone or laptop\r\n\r\n- Be able to work independently\r\n\r\n- Read and write English at least a basic level\r\n\r\n- Be ready to follow provided steps and instructions\r\n\r\n- Want to work at least 5 hours per week\r\n\r\n- Have a reliable internet connection\r\n\r\nHours per week: Flexible\r\n\r\nLocation: You can work online from your country.\r\n\r\nWe are currently expanding the number of remote workers for these positions significantly. If you can start right away please apply below.\r\n\r\nClick here to complete your application now: https://www.gobanklogin.com/writingjobs . \r\n\r\nLooking out for you, \r\n\r\n\r\nPattie\r\n\r\n(The relationship between Gobanklogin and Paidonlinewritingjobs is a partnership, we are two separate companies.)\r\nUNSUBSCRIBE: https://www.gobanklogin.com/unsubscribe', '2023-03-04 16:53:53'),
(848, 'Shawnee Dyson', 'info@datalist2023.com', 'DataList2023.com presents all the new leads for you per country!\r\n\r\nVisit us on DataList2023.com', '2023-03-07 13:20:40'),
(849, 'Emma Ringler', 'ringler.emma@gmail.com', 'Submit your site to 1000 directories quickly and easily with one click here-&gt;http://bit.ly/3SVQD4B', '2023-03-08 15:35:06'),
(850, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'To the gtbhnursing.com Administrator!\r\n\r\nEric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-09 13:44:07'),
(851, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Dear gtbhnursing.com Administrator!\r\n\r\nMy nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads â€“ CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-10 06:37:22'),
(852, 'Eric Jones', 'eric.jones.z.mail@gmail.com', 'Hello gtbhnursing.com Owner!\r\n\r\nMy nameâ€™s Eric and I just found your site gtbhnursing.com.\r\n\r\nItâ€™s got a lot going for it, but hereâ€™s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads â€“ CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nAnd once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversationâ€¦ and if they donâ€™t take you up on your offer then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment. Donâ€™t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-10 22:32:12'),
(853, 'Katy Trilly', 'katytrilly9@gmail.com', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service, which we feel can benefit your site gtbhnursing.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=zvGF7uRfH04\r\nhttps://www.youtube.com/watch?v=cZPsp217Iik\r\nhttps://www.youtube.com/watch?v=JHfnqS2zpU8\r\n\r\nAll of our videos are in a similar animated format as the above examples, and we have voice over artists with US/UK/Australian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video sites such as YouTube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur prices are as follows depending on video length:\r\nUp to 1 minute = $239\r\n1-2 minutes = $339\r\n2-3 minutes = $439\r\n\r\n*All prices above are in USD and include a full script, voice-over and video.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to reply.\r\n\r\nKind Regards,\r\nKaty', '2023-03-11 07:45:53'),
(854, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello gtbhnursing.com Admin! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-11 15:11:01'),
(855, 'Freddie Kieran', 'hacker@123office.ru', 'We are a group of highly qualified ethical hackers who scan tens of thousands of sites every day for critical vulnerabilities and patch them for a small fee.\r\n\r\nOn your site gtbhnursing.com - we have discovered 5 critical vulnerabilities, each of which can give attackers full access to your site, databases and the server as a whole.\r\n\r\nPay $3000 (0.15 BTC) by visiting this site where you will be able to copy our bitcoin (btc) address or scan the QR code with your device https://www.blockchain.com/explorer/addresses/btc/363yd4mVN4J5NJYd4V81dNA7foZuPJ54pN\r\n And after payment within 12 hours we will fix all the vulnerabilities on your site and you can sleep peacefully without worrying about the safety of your site and server.\r\n \r\nIf we are hired by well-known corporations, then we charge from $50000 for our services, so you are lucky that we offer you the same service for $3000 (0.15 BTC)', '2023-03-11 16:46:55');
INSERT INTO `contacts` (`contact_id`, `full_name`, `email`, `message`, `adddate`) VALUES
(856, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello gtbhnursing.com Webmaster. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement â€“ Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work youâ€™ve done with gtbhnursing.com definitely stands out. \r\n\r\nItâ€™s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catchâ€¦ more accurately, a questionâ€¦\r\n\r\nSo when someone like me happens to find your site â€“ maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors donâ€™t stick around â€“ theyâ€™re there one second and then gone with the wind.\r\n\r\nHereâ€™s a way to create INSTANT engagement that you may not have known aboutâ€¦ \r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know INSTANTLY that theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally checking out gtbhnursing.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business â€“ and it gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediately (and thereâ€™s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you donâ€™t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything Iâ€™ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-11 21:30:51'),
(857, 'Carrie Freycinet', 'promarketingservers@gmail.com', 'Hello, \r\n\r\nDo you need mail servers? We offer Marketing-bullet proof mail servers to companies.\r\n\r\nYour own domain (No blacklisting)\r\n1 Million Sends a day\r\nTargetted Databases per country if you need them\r\nAll products allowed\r\n\r\nTurn around time is 24 hours.\r\n\r\nFor $149 /mo you get a server that can send 1mil a day.\r\n\r\nContact us on ProMarketingServers@gmail.com', '2023-03-13 15:25:26'),
(858, 'Joe Celine', 'joe@spotlessdigital.net', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJoe\r\n(714) 908-9255', '2023-03-13 21:33:59'),
(859, 'Mohammad Bogen', 'mohammad.bogen54@gmail.com', 'Hi,\r\n\r\nHave you ever wondered how the big influencers on Instagram make so much money? If the answer is â€œyesâ€, then this eBook is exactly what youâ€™ve been looking for. We go over everything you need to know about gaining real followers and earning real money.\r\n\r\nWith over 200 pages of strategies, growth methods and secrets â€“ itâ€™s an Instagram goldmine! We have helped thousands of people to radically grow their profiles, businesses and income.\r\n\r\nStill unsure? Download 2 chapters for free and then decide.\r\n\r\nVisit: http://bit.ly/3lgAOcj\r\n\r\nKind Regards,\r\nMohammad', '2023-03-15 01:39:50'),
(860, 'Joe Celine', 'joe@spotlessdigital.net', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJoe\r\n(714) 908-9255', '2023-03-15 14:28:02'),
(861, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'To the gtbhnursing.com Owner! this is Eric and I ran across gtbhnursing.com a few minutes ago.\r\n\r\nLooks greatâ€¦ but now what?\r\n\r\nBy that I mean, when someone like me finds your website â€“ either through Search or just bouncing around â€“ what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a siteâ€™s visitors disappear and are gone forever after just a moment.\r\n\r\nHereâ€™s an ideaâ€¦\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your siteâ€¦\r\n \r\nYou can â€“\r\n  \r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It signals you the moment they let you know theyâ€™re interested â€“ so that you can talk to that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYouâ€™ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even betterâ€¦ once youâ€™ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you donâ€™t close a deal right away, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nPretty sweet â€“ AND effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-17 22:56:00'),
(862, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'To the gtbhnursing.com Owner. my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-19 05:17:20'),
(863, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'To the gtbhnursing.com Administrator!\r\n\r\nMy nameâ€™s Eric and I just came across your website - gtbhnursing.com - in the search results.\r\n\r\nHereâ€™s what that means to meâ€¦\r\n\r\nYour SEOâ€™s working.\r\n\r\nYouâ€™re getting eyeballs â€“ mine at least.\r\n\r\nYour contentâ€™s pretty good, wouldnâ€™t change a thing.\r\n\r\nBUTâ€¦\r\n\r\nEyeballs donâ€™t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gtbhnursing.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nItâ€™s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocketâ€¦ thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know immediately â€“ so you can talk to that lead immediatelyâ€¦ without delayâ€¦ BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow itâ€™s also true that when reaching out to hot leads, you MUST act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s what makes our new SMS Text With Lead feature so powerfulâ€¦ youâ€™ve got their phone number, so now you can start a text message (SMS) conversation with themâ€¦ so even if they donâ€™t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-20 06:06:08'),
(864, 'Oliva Kiernan', 'oliva.kiernan@gmail.com@makemysitemobile.com', 'Hello, we visited gtbhnursing.com and noticed you do not have a mobile application.\r\n\r\nWe have a service that provides mobile Apps to companies just like yours.\r\n\r\nYou can learn more by visiting us on MakeMySiteMobile.com\r\n\r\nRegards,\r\nOliva', '2023-03-20 13:52:06'),
(865, 'Mazie Montero', 'promarketingservers+0330 6772811@gmail.com', 'Hello, my name is Johan Fourie and I am a developer that specializes in PHP/Javascript and building databases.\r\n\r\nMy focus is building databases with leads for companies as I am a data supplier aswell as building the mail servers to contact your prospective clients.\r\n\r\nIf you are looking for any data or development work you can contact me on whatsapp on: +27 76 789 0856\r\n\r\nRegards,\r\nJohan Fourie', '2023-03-22 19:16:59'),
(866, 'Sidney Hennings', 'promarketingservers@gmail.com', 'Hello, we noticed gtbhnursing.com isn\'t listed in all the directories.\r\n\r\nThis really affects your traffic and customers.\r\n\r\nYou can get listed on DirectoryRegistar.com', '2023-03-24 14:49:40'),
(867, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'To the gtbhnursing.com Webmaster. Eric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-25 17:37:03'),
(868, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'To the gtbhnursing.com Administrator. \r\n\r\nEric here with a quick thought about your website gtbhnursing.com...\r\n\r\nIâ€™m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it â€“ itâ€™s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHereâ€™s a solution for youâ€¦\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  Youâ€™ll know immediately theyâ€™re interested and you can call them directly to talk with them literally while theyâ€™re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business â€“ and because youâ€™ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation â€“ immediatelyâ€¦ and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything Iâ€™ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-26 11:55:28'),
(869, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello gtbhnursing.com Admin. my nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-27 07:15:46'),
(870, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hi gtbhnursing.com Owner!\r\n\r\nMy nameâ€™s Eric and for just a second, imagine thisâ€¦\r\n\r\n- Someone does a search and winds up at gtbhnursing.com.\r\n\r\n- They hang out for a minute to check it out.  â€œIâ€™m interestedâ€¦ butâ€¦ maybeâ€¦â€\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line â€“ you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isnâ€™t really your fault â€“ it happens a LOT â€“ studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget thatâ€™s works on your site, ready to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know right then and there â€“ enabling you to call that lead while theyâ€™re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads â€“ the difference between contacting someone within 5 minutes versus 30 minutes later can be huge â€“ like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversationâ€¦ so even if you donâ€™t close a deal then, you can follow up with text messages for new offers, content links, even just â€œhow you doing?â€ notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right nowâ€¦ donâ€™t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-27 11:13:16'),
(871, 'Eric Jones', 'ericjonesmyemail@gmail.com', 'Hello gtbhnursing.com Webmaster. I just found your site, quick questionâ€¦\r\n\r\nMy nameâ€™s Eric, I found gtbhnursing.com after doing a quick search â€“ you showed up near the top of the rankings, so whatever youâ€™re doing for SEO, looks like itâ€™s working well.\r\n\r\nSo hereâ€™s my question â€“ what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappearâ€¦ forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work â€“ and the great site youâ€™ve built â€“ go to waste?\r\n\r\nBecause the odds are theyâ€™ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut hereâ€™s a thoughtâ€¦ what if you could make it super-simple for someone to raise their hand, say, â€œokay, letâ€™s talkâ€ without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can â€“ thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitorâ€™s Name, Email address and Phone Number.  It lets you know IMMEDIATELY â€“ so that you can talk to that lead while theyâ€™re still there at your site.\r\n  \r\nYou know, strike when the ironâ€™s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast â€“ the difference between contacting someone within 5 minutes versus 30 minutes later is huge â€“ like 100 times better!\r\n\r\nThatâ€™s why you should check out our new SMS Text With Lead feature as wellâ€¦ once youâ€™ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be â€“ even if they donâ€™t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the ironâ€™s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business â€“ youâ€™ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial â€“ you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that donâ€™t turn into paying customers. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gtbhnursing.com', '2023-03-28 08:25:27'),
(872, 'Joel', 'joel.gage20@gmail.com', 'Hello, This is Joel, a Certified copywriter and content writer. I have 14 years of experience in writing blogs, articles, e-commerce product descriptions, SEO content, website content, business service descriptions, newsletter content, content for brochures, Proofreading, Social Media Captions, and content for SOPs. \r\nMy content has been ranked a lot of times on google. You will find my experience valuable for your business growth. I have also gone through your website gtbhnursing.com and I have written content for your industry.\r\nI charge USD 100 for 1000 words. Let me know if you have any requirements right now. Please send me an email at Joel.Gage20@gmail.com.', '2023-03-28 23:16:40');

-- --------------------------------------------------------

--
-- Table structure for table `content_table`
--

CREATE TABLE `content_table` (
  `content_title` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `page_title` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `content_desc` longtext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `content_image` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `orderid` int NOT NULL,
  `status` varchar(1) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT 'c'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `content_table`
--

INSERT INTO `content_table` (`content_title`, `page_title`, `content_desc`, `content_image`, `orderid`, `status`) VALUES
('home', 'About Us', '<div>In the later part of the twentieth century, the likeminded Sikh residents of a very posh locality of Ludhiana, envisioned opening of a hospital for the lesser fortunate groups of the society. They collected a sum of Rs. 8400/- and started a charitable dispensary in the name of Shri Guru Teg Bahadur Sahib. The, then Chief Minister of Punjab, Giani Zail Singh allotted 4000 yards of land for expanding that dispensary to a hospital, which now proudly stands as Guru Teg Bahadur Sahib (C) Hospital, Model Town, Ludhiana.</div>', 'ssabgurukul-8127-newBSKlogo.png', 0, 'c'),
('mission', 'Mission', 'Coming Soon', 'mission-2950-newBSKlogo.png', 0, 'c'),
('aboutus', 'About Us', '<div><div>In the later part of the twentieth century, the likeminded Sikh residents of a very posh locality of Ludhiana, envisioned opening of a hospital for the lesser fortunate groups of the society. They collected a sum of Rs. 8400/- and started a charitable dispensary in the name of Shri Guru Teg Bahadur Sahib. The, then Chief Minister of Punjab, Giani Zail Singh allotted 4000 yards of land for expanding that dispensary to a hospital, which now proudly stands as Guru Teg Bahadur Sahib (C) Hospital, Model Town, Ludhiana.</div><div><br></div><div>The hospital commenced operations on Oct.29th 1978 under the guidance of Guru Teg Bahadur Sahib (C) Hospital Society. The management consists of educationationists, humanitarians and visionaries whose purpose is to serve the fellow men with all humility and passion.</div><div><br></div><div>From a hospital which started serving with 22 beds, it has grown substantially in terms of infrastructure and services offered. It is now a 250 bedded multispecialty hospital which delivers exemplary service with the help of latest technology in modern science.</div><div><br></div><div>Institute of Nursing Education was established in 1989 with a generous donation of Rs.1 lac by Principal S. Surjit Singh Bhatia (Retd. DPI Colleges). This Institute plunged into the field of education with 35 GNM students with the motive of providing employment opportunities to women belonging to the rural areas of Punjab. After more than two decades of being functional, this institution now has a strength of 540 students in GNM, B.Sc.(N) and P.B. B.Sc.(N).</div><div><br></div><div>Institute of Nursing Education is situated in a prime neighbourhood in the city of Ludhiana, just opposite of GTBS (C) Hospital. The institute is easily accessible, being merely 2 km away from ISBT and 3.5 km away from the railway station. It is duly recognized by Punjab Nurses Registration Council, Mohali, Baba Farid University of Health Sciences, Faridkot and Indian Nursing Council, New Delhi.</div></div><div><br></div><div><div>The basic objective of this prestigious institution is to create an environment necessary for the overall growth and development of the students. With the help of a balanced theoretical and practical curriculum, the students acquire working skills and realize their true potential. Students are given ample opportunities to organize and participate in various conferences, seminars and workshops in the state and national level.</div><div><br></div><div>With the blessings of Shri Guru Teg Bahadur Sahib Ji and because of the sincere efforts of our hard working management and faculty, this institution has become the primary choice of students from all over North India.</div></div><div><br></div><div><br></div>', '149249041678784college.jpg', 0, 'c'),
('vision', 'Aims and objectives', '<div><br></div><div>1.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Apply knowledge from physical, biological and behavioral sciences in providing nursing care to individuals, families and communities.</div><div><br></div><div>2.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Demonstrate critical thinking and practice within the frame work of code of ethics and acceptable standards of community health policies.</div><div><br></div><div>3.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Provide promotive, preventive and restorative health services in line with the national health policies and programmes.</div><div><br></div><div>4.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Communicate and participate effectively as members of the health team to promote interpersonal relationships and team work.</div><div><br></div><div>5.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Present leadership and managerial skills in clinical and community health settings.</div><div><br></div><div>6.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Assume the role of a teacher, supervisor, nurse manager and contribute to advancement of self and of the profession.</div><div><br></div><div>7.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Engage in lifelong learning, conduct need based research and utilize the research findings to improve the quality of health care system.</div><div><br></div>', 'vision-7424-sant.png', 0, 'c'),
('contact', 'Contact Us', 'Institute of Nursing Education<div>Guru Teg Bahadur Sahib (c) Hosapital</div><div><br>Shastri Nagar, Model Town<br>Ludhiana, Punjab, India&nbsp; 141 002</div><div><br>Landline: 91-161-4567212,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4377186</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4648964<br>Fax: 91-161-4648964<br>Email: inegtbh@gmail.com<br></div>', '', 0, 'c'),
('secretary', 'Director\'s Message', '<p class=\"MsoNormal\">Dear Students,</p><p class=\"MsoNormal\">Institute of Nursing Education is an avant garde institution where standards of workmanship, dedication and excellence are observed and governed by Guru Teg Bahadur Sahib (C ) Hospital Society. The motto of the institute is to provide worthy education that guarantees hundred percent placement in this age of acute unemployment, and also, enables the students to develop cognitive as well as empathetic abilities.&nbsp;</p><p class=\"MsoNormal\">From Bhai Ghaniya to Florence Nightingale and from Bhagat Puran Singh to Mother Teresa, service to humanity has always been a pathway to spiritual elevation and ethical existence. In this world, where success is directly proportional to materialistic earnings, nursing provides an opportunity to be worldly and spiritually affluent. The study and practice of nursing inculcates in the students the aptitude to think critically and work effortlessly for dispensing quality health care.</p><p class=\"MsoNormal\">We, at Institute of Nursing Education recognize the importance of providing a supportive and stimulative learning environment using innovative teaching and learning strategies. With the help of a goal oriented governing body and a focused faculty, we hope that our students will continue to set and achieve impressive levels of success. I, on behalf of the institute, welcome you all and extend a reassurance that your stay in the institute will prepare you to sustain and grow in the world outside.</p><p class=\"MsoNormal\"></p><p class=\"MsoNormal\">Wishing you all the success,</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\" style=\"text-align: left;\"><b>Dr. Amarjeet Singh Dua</b></p><p class=\"MsoNormal\" style=\"text-align: left;\"><b>Director</b></p><p class=\"MsoNormal\" style=\"text-align: left;\"><br></p>', '149016701696947director.png', 0, 'c'),
('principal', 'Principal Message', '<div><font size=\"2\"><div>Dear Candidates,</div><div style=\"font-weight: bold;\"><br></div><div>God has been extremely gracious throughout the years. He has provided all the facilities and faculty for teaching and preparing nursing students as they are our future working force.</div><div><br></div><div>Nursing is a dynamic, therapeutic and educative profession that helps in meeting the health needs of the society. A nurse has to be a critical thinker and an empathetic healer at the same time.</div><div><br></div><div>Guru Teg Bahadur Sahib ( C) Hospital Society seeks to make significant contribution to the health standards of all communities, with special emphasis on health care in the rural communities of India. Our nursing students have brought laurels to the institution by their academic achievements and have also bagged many prizes in co curricular activities at the state and national level. The credit for the progression and growth of the institute goes to our worthy management and also to the experienced, competent and hard working faculty under the guidance of our worthy Director</div><div><br></div><div>I welcome you in our college and expect your co operation and hard work.</div><div style=\"font-weight: bold;\"><br></div></font></div><font size=\"2\"><b>Mrs. Ponamma R Singh</b></font><br>Principal<br><br>', '162001585687880photo.jpg', 0, 'c'),
('chairman', 'Chairman Message', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.', '143936871769735course-04.jpg', 0, 'c'),
('courses', 'Admission Criteria ', 'Admission Criteria  ', '143937573569044blog-detail-img.jpg', 0, 'c'),
('admissions', 'Admisssion Criteria', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '', 0, 'c'),
('achiever', 'Alumni Association', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '', 0, 'c');

-- --------------------------------------------------------

--
-- Table structure for table `courses`
--

CREATE TABLE `courses` (
  `course_id` int NOT NULL,
  `course_name` varchar(200) NOT NULL,
  `course_duration` text NOT NULL,
  `course_elig` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `courses`
--

INSERT INTO `courses` (`course_id`, `course_name`, `course_duration`, `course_elig`) VALUES
(1, 'General Nursing and Midwifery', '3 Years', '<div><div>10+2 with 40% marks from any recognized board in any stream, 35% for SC/ST candidates.</div><div><br></div><div>Candidates from State Open School recognized by state government and from National Institute of Open School recognized by Central government are also eligible.</div></div><div><br></div><div><div><b>Eligibility Criteria</b></div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The minimum age of admission shall be 17 years and maximum age is 35 years. There is no age bar for ANM/LHV.</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Minimum education:</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space: pre;\">	</span>Registered ANM</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>For N.R.I. students, the entry qualification equivalency will be obtained by Association of Indian Universities, New Delhi. Institution, State Nursing Council will be responsible to ensure that the qualification and eligibility is equivalent to what has been prescribed as above</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The students should be duly vaccinated, especially TABC, Hep B, Chicken pox prior to admission to the institute.</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Candidate shall be medically fit. The medical examination will be conducted by the G.T.B.S. (C) Hospital, Model Town, Ludhiana.</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>No admission or adjustment shall be made after October 31st regardless of any vacancy that might arise thereafter.</div></div><div><br></div>'),
(2, 'Post Basic B.Sc. Nursing Course', '2 Years', '<ul></ul>Post Basic B.Sc Nursing is a two year degree course for upgrading the GNM diploma into a full fledged degree. The students are required to attend all classes and practicals in each subject. The medium of course shall be English.<div><br></div><div><div><b>Eligibility Criteria</b></div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The student should have passed the higher secondary or senior secondary or intermediate or 10+2 or an equivalent examination recognized by the university for this purpose. Those who have done 10+1 in or before 1986, will be eligible for admission.</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Obtained a certificate in General Nursing and Midwifery and registered as R.N.R.M. with the State Nurses Registration Council.</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The student must have secured 35% marks in PPBMET(30% for SC/BC)</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The candidate must have completed 17 years of age as on 31st December of the corresponding year.</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The students should be vaccinated (TABC, Hep B, Chicken pox) prior to taking admission to the institute.</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Candidates shall be medically fit. The medical examination will be conducted by the G.T.B.S (C) Hospital, Model Town, Ludhiana.</div><div><br></div><div>â€¢<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Students shall be admitted once a year.</div></div><div><br></div>'),
(3, 'B.SC (Nursing)', '4 Years', '<p class=\"MsoNormal\">(Subject to changes as per the decision of Baba Farid University of Health Sciences, Faridkot)</p><p class=\"MsoNormal\">The duration of the course shall be four academic years including internship. The students are required to attend all classes and practicals in each subject. The medium of course shall be English.</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\"><b>Eligibility Criteria</b></p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">i.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The minimum age for admission shall be 17 years as on December 31st of the year in which admission is sought.</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">ii.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The student should have passed 10+2 examination in science stream with average minimum 45% marks in Physics, Chemistry, Biology; 40% for SC/ST/BC. The candidate should have passed English for being eligible for admission.</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">iii.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The student must have secured at least 35% marks in PPMET (30% for SC/BC)</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">iv.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>The students should be vaccinated (TABC, Hep B, Chicken pox) prior to admission to the institute.</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">v.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>Student shall be medically fit. The medical examination will be conducted by G.T.B.S (C) Hospital, Model Town, Ludhiana.</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">vi.<span class=\"Apple-tab-span\" style=\"white-space:pre\">	</span>No admission or adjustment shall be made after October 31st regardless of any vacancy that might arise thereafter.</p><div><br></div>');

-- --------------------------------------------------------

--
-- Table structure for table `departments`
--

CREATE TABLE `departments` (
  `department_id` int NOT NULL,
  `department_name` varchar(300) NOT NULL,
  `department_img` varchar(300) NOT NULL,
  `department_desc` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `departments`
--

INSERT INTO `departments` (`department_id`, `department_name`, `department_img`, `department_desc`) VALUES
(8, 'Administration', '', ''),
(9, 'Mental Health Nursing', '', ''),
(6, 'Community Health Nursing', '', ''),
(10, 'Medical Surgical Nursing', '', ''),
(11, 'Paediatrics Nursing', '', ''),
(12, 'OBG Maternal Nursing', '', ''),
(13, 'F.O.N', '', ''),
(14, 'Sociology', '', ''),
(15, 'Nutrition', '', ''),
(16, 'Microbiology', '', ''),
(17, 'Nursing', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `docs`
--

CREATE TABLE `docs` (
  `doc_id` int NOT NULL,
  `doc_title` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `doc_image` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `doc_description` longtext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `docs`
--

INSERT INTO `docs` (`doc_id`, `doc_title`, `doc_image`, `doc_description`, `orderid`) VALUES
(1, 'Demo Data', '143944487627123blog-detail-img.jpg', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br>', 0),
(2, 'Demo Data Second', '143944492520794blog-05.jpg', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br>', 0);

-- --------------------------------------------------------

--
-- Table structure for table `events`
--

CREATE TABLE `events` (
  `news_id` int NOT NULL,
  `news_title` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_image` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_doc` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_date` date NOT NULL,
  `news_description` longtext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `events`
--

INSERT INTO `events` (`news_id`, `news_title`, `news_image`, `news_doc`, `news_date`, `news_description`) VALUES
(10, 'International Yoga Day', '10-6777-IMG_5554.JPG', '', '2017-06-21', '<p class=\"MsoNormal\"><span style=\"font-size:18.0pt;line-height:115%\"><font face=\"times new roman\" color=\"#999900\">International\r\nDay of Yoga was celebrated in Institute of Nursing Education, Model Town,\r\nLudhiana. Yoga instructors Sh. Ajay Kumar &amp; Ms. Heena Bedi talked about the\r\nimportance of Yoga for the physical and mental health of the human beings. Only\r\n150 students could be accommodated in the auditorium because of rain. Faculty\r\nand students were impressed by the skills of the instructors and pledged to\r\nmake yoga an integral part of their lifestyle.&nbsp;</font></span></p>'),
(11, 'Bhashan Pratiyogita', '11-1954-Bhashan-Pratiyogita-Invitation-Card-1.jpg', '', '2018-01-20', '<b><font face=\"courier new\" size=\"6\" color=\"#669933\">Bhashan Pratiyogita&nbsp;</font></b>'),
(8, 'Highlights of the \'Philosophy of Bible\'', '8-6404-IMG_1799.JPG', '', '2017-04-28', '<br>'),
(9, 'Prabh Milne ka Chau', '9-2472-IMG_1915.JPG', '', '2017-05-05', 'Bhai Sahib Sahib Jasbir Singh Ji will be preaching on \"Prabh Milne Ka Chau\"'),
(15, 'Cancer Day', '15-2598-1-(2).jpg', '', '2019-02-04', 'Cancer Day was celebrated in the Institute'),
(18, 'Freshers Day', '18-7509-ARO_0986---Copy.JPG', '', '2019-02-02', 'Freshers Party was celebrated in the institute on 2nd Feb,2019 and Mrs.Sanyogita Aggarwal W/o Sh.Pardeep Aggarwal, Honourable Deputy Commisioner was the chief guest of the function.'),
(23, 'Freshers Day', '23-5369-ARO_1166.JPG', '', '2019-02-02', '<span style=\"background-color: rgb(245, 245, 245);\">Freshers Party was celebrated in the institute on 2nd Feb,2019 and Mrs.Sanyogita Aggarwal W/o Sh.Pardeep Aggarwal, Honourable Deputy Commisioner was the chief guest of the function.</span>'),
(28, 'Teej Festival', '28-5456-IMG_8472.JPG', '', '2018-07-28', 'Teej Festival was celebrated in the institute and Mrs.Bhupinder Gogia ,Principal Satpaul Mittal School was the Chief Guest.'),
(29, 'International Women\'s Day', '29-3302-9L6A8348.JPG', '', '2018-03-08', 'International Women\'s Day was celebrated in the institute and Mrs.Mamta Ashu was the chief guest of the function.');

-- --------------------------------------------------------

--
-- Table structure for table `facilities`
--

CREATE TABLE `facilities` (
  `facility_id` int NOT NULL,
  `facility_name` varchar(300) NOT NULL,
  `facility_img` varchar(300) NOT NULL,
  `facility_desc` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `facilities`
--

INSERT INTO `facilities` (`facility_id`, `facility_name`, `facility_img`, `facility_desc`) VALUES
(1, 'DEMO LAB', '1-8224-DPP_0087.JPG', '<div style=\"text-align: justify;\"><font face=\"times new roman\" size=\"3\">Demonstration&nbsp;Laboratory for the nursing students to learn and practice the various junior and&nbsp;senior&nbsp;nursing&nbsp;procedures, before they are going to the real clinical setup for gaining their clinical practice. The size of the lab is 2856 sq.ft and it has all the required facilities of 10 bedded hospital with&nbsp;air conditioner. It also can be used as lecture theater of 60 students at a time.&nbsp;&nbsp;</font></div>'),
(9, 'Nutrition Lab.', '', '<div style=\"text-align: justify;\">Diet is important as drugs for the early recovery &nbsp;of the patients &nbsp;from the different type of disease conditions. The Nutrition Lab for the nursing students to learn and practice, how to &nbsp;prepare therapeutic diet for the patients according to different type of diseases with various age groups. The lab is fully equipped with all the articles needed for the procedure to prepare therapeutic diet.</div>'),
(2, 'COMMUNITY HEALTH NURSING LAB', '2-7445-blog-04.jpg', '<div style=\"text-align: justify;\"><font face=\"times new roman\" size=\"3\">Community Health Nursing Lab is setup for the nursing students to enable them to learn and practice various procedures at Community and home settings in both urban and rural community which would help them to adequate the community to care for themselves at their house itself in emergency. Our lab is fully air&nbsp;conditionered&nbsp;&amp; having sitting &nbsp;capacity of 40 students at a time. The size of the lab is 900 sq.ft.</font></div>'),
(3, 'Computer Lab', '3-4219-download-(1).jpg', '<div style=\"text-align: justify;\"><span style=\"color: rgb(37, 37, 37); font-family: \'times new roman\'; font-size: medium; line-height: 22.8571px; text-align: justify; background-color: rgb(255, 255, 255);\">Computer Lab for the nursing students is to learn and practice the basics of &nbsp;computers.The size of the lab is 1500 sq.ft and it is well&nbsp;</span><span style=\"text-align: justify; background-color: rgb(255, 255, 255); line-height: 22.8571px;\"><font color=\"#252525\" face=\"times new roman\" size=\"3\">equipped</font></span><span style=\"text-align: justify; background-color: rgb(255, 255, 255);\"><font color=\"#252525\" face=\"times new roman\" size=\"3\"><span style=\"line-height: 22.8571px;\">&nbsp;with &nbsp;20 computers with LCD monitors.Fully Air-Conditioned&nbsp;with &nbsp;Wi-Fi ,Printer,Scanner and&nbsp;Photocopy&nbsp;facilities are available.&nbsp;</span></font></span></div>'),
(10, 'Maternal Child Health Nursing', '', '<div style=\"text-align: justify;\"><font face=\"times new roman\" size=\"3\">Maternal Child Health Laboratory helps the nursing students to acquire knowledge and skills in rendering nursing care to normal &amp; high risk pregnant women during antenatal, natal &amp; post natal period in hospitals &amp; community settings. It also helps to develops skills in managing normal &amp; risk neonates &amp; participates in family welfare programmes. The area of the lab is 900 sq.ft. &amp; the Lab is fully air-conditionered. It has two dummies &amp; all the instruments which are required during normal vaginal delivery, caesarian section, forcep delivery &amp; dilatation &amp; curetteage procedure.&nbsp;</font></div>');

-- --------------------------------------------------------

--
-- Table structure for table `galleries`
--

CREATE TABLE `galleries` (
  `gallery_id` int NOT NULL,
  `gallery_title` varchar(300) NOT NULL,
  `gallery_image` varchar(300) NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `galleries`
--

INSERT INTO `galleries` (`gallery_id`, `gallery_title`, `gallery_image`, `orderid`) VALUES
(5, 'Teej Celebration', '5-3913-IMG_0543.JPG', 8),
(6, 'International Nurses Day', '6-7078-_MG_7021.jpg', 7),
(7, 'Lohri Celebration', '7-2070-lohari.JPG', 6),
(9, 'sports day 2021', '9-9118-sports-day.jpg', 1),
(27, 'Hostel  view', '27-4706-PIC-0.jpg', 2),
(33, 'world mental Health Day 2021', '33-7908-IMG-20211012-WA0063.jpg', 3),
(25, 'institute  view', '25-2870-PIC-1.jpg', 4),
(30, 'admission 2021', '30-6542-Copy-of-Vaccination--Healthcare--Medical---Made-with-PosterMyWall.jpg', 5);

-- --------------------------------------------------------

--
-- Table structure for table `galleryimgs`
--

CREATE TABLE `galleryimgs` (
  `img_id` int NOT NULL,
  `gallery_id` int NOT NULL,
  `img_title` varchar(300) NOT NULL,
  `img_image` varchar(300) NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `galleryimgs`
--

INSERT INTO `galleryimgs` (`img_id`, `gallery_id`, `img_title`, `img_image`, `orderid`) VALUES
(3, 5, 'Teej', '3-5495-IMG_0543.JPG', 0),
(8, 6, '1', '8-5740-_MG_7021.jpg', 0),
(9, 7, 'Lohri', '9-9068-lohari.JPG', 0);

-- --------------------------------------------------------

--
-- Table structure for table `inquiries`
--

CREATE TABLE `inquiries` (
  `inquiry_id` int NOT NULL,
  `fname` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `email` varchar(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `utype` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `stype` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `message` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `contact` int NOT NULL,
  `adddate` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `inquiries`
--

INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(1948, '5a57be3f47abf', 'wwhite1123@yahoo.com', 'S', 'F', '', 0, '2018-01-11 19:42:56'),
(1947, '5a57b4d895516', 'dougsterk@yahoo.com', 'S', 'F', '', 0, '2018-01-11 19:02:47'),
(1946, '5a57aa938f821', 'quarles00@yahoo.com', 'S', 'F', '', 0, '2018-01-11 18:19:00'),
(1945, '5a57912a8feb4', 'helensongca@yahoo.com', 'S', 'F', '', 0, '2018-01-11 16:30:35'),
(1944, '5a5788f159a46', 'michaelkmendez@gmail.com', 'S', 'F', '', 0, '2018-01-11 15:55:28'),
(1943, '5a577fa3382ff', 'dan_beane@yahoo.com', 'S', 'F', '', 0, '2018-01-11 15:15:47'),
(1942, '5a577ad94c179', 'wsbcampbell@comcast.net', 'S', 'F', '', 0, '2018-01-11 14:55:20'),
(1941, '5a576755bc6a0', 'jnmcclure2@gmail.com', 'S', 'F', '', 0, '2018-01-11 13:32:06'),
(1940, '5a55b9e67bdfe', 'crazy_cyn13@yahoo.com', 'S', 'F', '', 0, '2018-01-10 06:59:45'),
(1939, '5a55b6433d14d', 'robert@eandassociates.com', 'S', 'F', '', 0, '2018-01-10 06:44:21'),
(1938, '5a55469b68e71', 'bdbdjpkp@gmail.com', 'S', 'F', '', 0, '2018-01-09 22:47:53'),
(1937, '5a55423f88c2a', 'bigvic405@gmail.com', 'S', 'F', '', 0, '2018-01-09 22:29:15'),
(1936, '5a5534549f523', 'hahlmt@yahoo.com', 'S', 'F', '', 0, '2018-01-09 21:29:58'),
(1935, '5a552c560c27c', 'derk63016@yahoo.com', 'S', 'F', '', 0, '2018-01-09 20:55:51'),
(1934, '5a552c5c609bb', 'richard.torrens@tuitravel.com', 'S', 'F', '', 0, '2018-01-09 20:55:51'),
(1933, '5a552b4ed1c91', 'fabiofalcone1983@gmail.com', 'S', 'F', '', 0, '2018-01-09 20:51:27'),
(1932, '5a55250266c43', 'sandy.hutton@butlerco.k12.al.us', 'S', 'F', '', 0, '2018-01-09 20:24:32'),
(1931, '5a55235524110', 'joneser94@yahoo.com', 'S', 'F', '', 0, '2018-01-09 20:17:22'),
(1930, '5a5507a9555e4', 'ninabina527@comcast.net', 'S', 'F', '', 0, '2018-01-09 18:19:19'),
(1929, '5a550410d779f', 'markgermanjr@gmail.com', 'S', 'F', '', 0, '2018-01-09 18:04:02'),
(1928, '5a54f696b69a2', 'midnightclub916@yahoo.com', 'S', 'F', '', 0, '2018-01-09 17:06:32'),
(1927, '5a54f1e135fd1', 'bbutter@paramounthhh.com', 'S', 'F', '', 0, '2018-01-09 16:46:24'),
(1926, '5a54c4244cd2c', 'nscenna@comcast.net', 'S', 'F', '', 0, '2018-01-09 13:31:16'),
(1925, '5a54bf8ed75a4', 'justineaheller@gmail.com', 'S', 'F', '', 0, '2018-01-09 13:11:43'),
(1924, '5a54b9a6ce635', 'dcampo@paramounthr.org', 'S', 'F', '', 0, '2018-01-09 12:46:30'),
(1923, '5a54a943b9c42', 'kanguzza@ct-midatlantic.com', 'S', 'F', '', 0, '2018-01-09 11:36:35'),
(1922, '5a547b05c70d8', 'fam46@comcast.net', 'S', 'F', '', 0, '2018-01-09 08:19:18'),
(1921, '5a52ec3875261', 'jbarnes1393@yahoo.com', 'S', 'F', '', 0, '2018-01-08 03:57:45'),
(1920, '5a52d1ac1ade5', 'pamschewe@gmail.com', 'S', 'F', '', 0, '2018-01-08 02:04:23'),
(1919, '5a52a755ca22e', 'bturner947@gmail.com', 'S', 'F', '', 0, '2018-01-07 23:03:51'),
(1918, '5a529f225e480', 'sunshineup@yahoo.com', 'S', 'F', '', 0, '2018-01-07 22:28:51'),
(1917, '5a529f1cf2457', 'tratay@yahoo.com', 'S', 'F', '', 0, '2018-01-07 22:28:46'),
(1916, '5a52841958af5', 'llbeckham@yahoo.com', 'S', 'F', '', 0, '2018-01-07 20:33:30'),
(1915, '5a505a5e6f639', 'diggins@cox.net', 'S', 'F', '', 0, '2018-01-06 05:10:55'),
(1914, '5a5055a70759e', 'casinojones@yahoo.com', 'S', 'F', '', 0, '2018-01-06 04:50:47'),
(1913, '5a5038c47fdf6', 'alexarmstrong08@yahoo.com', 'S', 'F', '', 0, '2018-01-06 02:47:28'),
(1912, '5a50118d1dc69', 'arauscher@ultravetmedicaldevices.com', 'S', 'F', '', 0, '2018-01-06 00:00:10'),
(1911, '5a5006d59c3ef', 'dbctenn@yahoo.com', 'S', 'F', '', 0, '2018-01-05 23:14:32'),
(1910, '5a4feda2f3376', 'g1rsan@shaw.ca', 'S', 'F', '', 0, '2018-01-05 21:27:00'),
(1909, '5a4fde41740f3', 'zulleymafranco@yahoo.com', 'S', 'F', '', 0, '2018-01-05 20:21:19'),
(1908, '5a4fc4625e764', 'alimomin007@yahoo.com', 'S', 'F', '', 0, '2018-01-05 18:30:58'),
(1907, '5a4fb3055dfe6', 'tshornbuckle@gmail.com', 'S', 'F', '', 0, '2018-01-05 17:16:51'),
(1906, '5a4f8d2d5fa07', 'jenn91506@yahoo.com', 'S', 'F', '', 0, '2018-01-05 14:35:25'),
(1905, '5a4f840a68441', 'shantal1990@yahoo.com', 'S', 'F', '', 0, '2018-01-05 13:56:24'),
(1904, '5a4f7a880189b', 'jennifer.neal@alofthoustondowntown.com', 'S', 'F', '', 0, '2018-01-05 13:15:52'),
(1903, '5a4c7a29635e0', 'jenn91506@yahoo.com', 'S', 'F', '', 0, '2018-01-03 06:37:30'),
(1902, '5a4c788db33f9', 'jenn91506@yahoo.com', 'S', 'F', '', 0, '2018-01-03 06:30:39'),
(1901, '5a4c6906c6ab4', 'kzalis@yahoo.com', 'S', 'F', '', 0, '2018-01-03 05:24:23'),
(1900, '5a4c1f8221b0d', 'hipper@comcast.net', 'S', 'F', '', 0, '2018-01-03 00:10:43'),
(1899, '5a4c1cab6770e', 'billlacy57@yahoo.com', 'S', 'F', '', 0, '2018-01-02 23:58:31'),
(1898, '5a4c1b0f6fe51', 'billlacy57@yahoo.com', 'S', 'F', '', 0, '2018-01-02 23:51:41'),
(1897, '5a4c10577b647', 'sborn3@frontier.com', 'S', 'F', '', 0, '2018-01-02 23:06:01'),
(1896, '5a4be96064e72', 'jdelport942@gmail.com', 'S', 'F', '', 0, '2018-01-02 20:19:46'),
(1895, '5a4be2ca1ca33', 'jmcnally64@yahoo.com', 'S', 'F', '', 0, '2018-01-02 19:51:38'),
(1894, '5a4bcf2cf34f7', 'lifetein@me.com', 'S', 'F', '', 0, '2018-01-02 18:27:57'),
(1893, '5a4bcd6d1a1c8', 'bodykitshookup@yahoo.com', 'S', 'F', '', 0, '2018-01-02 18:20:25'),
(1892, '5a4bc51b0b1ce', 'bodykitshookup@yahoo.com', 'S', 'F', '', 0, '2018-01-02 17:44:58'),
(1891, '5a4bc37f1e869', 'bodykitshookup@yahoo.com', 'S', 'F', '', 0, '2018-01-02 17:38:06'),
(1890, '5a4b9c9ed0500', 'neverstpsurfin@yahoo.com', 'S', 'F', '', 0, '2018-01-02 14:52:13'),
(1889, '5a4b9bef48390', 'kfarley@ips-nyc.com', 'S', 'F', '', 0, '2018-01-02 14:49:18'),
(1888, '5a48c7896409b', '2243156262@vtext.com', 'S', 'F', '', 0, '2017-12-31 11:18:33'),
(1884, '5a46e1fc7a00a', 'bradshawj@charter.net', 'S', 'F', '', 0, '2017-12-30 00:46:49'),
(1885, '5a46f0608075b', 'erics@berrycompaniesinc.com', 'S', 'F', '', 0, '2017-12-30 01:48:17'),
(1886, '5a46f4239e048', 'cornet.718@gmail.com', 'S', 'F', '', 0, '2017-12-30 02:04:16'),
(1887, '5a48bfa056c0d', '2243156262@vtext.com', 'S', 'F', '', 0, '2017-12-31 10:44:48'),
(1883, '5a46d5b2e2c00', 'jenniferllocke@gmail.com', 'S', 'F', '', 0, '2017-12-29 23:54:24'),
(1882, '5a46cf4fef142', 'swanyus1@yahoo.com', 'S', 'F', '', 0, '2017-12-29 23:27:13'),
(1881, '5a469cea5c79d', 'inquesword4@yahoo.com', 'S', 'F', '', 0, '2017-12-29 19:52:08'),
(1880, '5a469aa832720', 'icerinoa@yahoo.com', 'S', 'F', '', 0, '2017-12-29 19:42:30'),
(1879, '5a46901b709cf', 'rhertz@yahoo.com', 'S', 'F', '', 0, '2017-12-29 18:57:33'),
(1878, '5a466fe58fd3f', '23468207@adp.com', 'S', 'F', '', 0, '2017-12-29 16:40:03'),
(1877, '5a465ceb07c7b', 'ronnyro@yahoo.com', 'S', 'F', '', 0, '2017-12-29 15:19:06'),
(1876, '5a465b9fc4ac8', '23468207@adp.com', 'S', 'F', '', 0, '2017-12-29 15:13:35'),
(1875, '5a465b4fb113c', 'ronnyro@yahoo.com', 'S', 'F', '', 0, '2017-12-29 15:12:14'),
(1874, '5a463188b8f1b', 'angelfan_15674@yahoo.com', 'S', 'F', '', 0, '2017-12-29 12:14:01'),
(1873, '5a462a3a168ad', 'gulperi.muku@mtsglobe.com', 'S', 'F', '', 0, '2017-12-29 11:42:48'),
(1872, '5a45fd9be23c3', 'sullivan.joe25@yahoo.com', 'S', 'F', '', 0, '2017-12-29 08:32:21'),
(1871, '5a45fbffbef0f', 'sullivan.joe25@yahoo.com', 'S', 'F', '', 0, '2017-12-29 08:25:29'),
(1870, '5a45ee4740bdc', 'widjayac@gmail.com', 'S', 'F', '', 0, '2017-12-29 07:27:03'),
(1869, '5a449493be473', 'ptoensing@yahoo.com', 'S', 'F', '', 0, '2017-12-28 06:52:04'),
(1868, '5a447cddd94e6', 'tasullens001@alltel.net', 'S', 'F', '', 0, '2017-12-28 05:10:55'),
(1867, '5a44735ecad7d', 'colinukuk@yahoo.com', 'S', 'F', '', 0, '2017-12-28 04:30:23'),
(1866, '5a44591861c6d', 'gainers.1_1@sbcglobal.net', 'S', 'F', '', 0, '2017-12-28 02:38:18'),
(1865, '5a44577b69e91', 'gainers.1_1@sbcglobal.net', 'S', 'F', '', 0, '2017-12-28 02:31:25'),
(1864, '5a4455e257476', 'riccardo.zorniotti@alice.it', 'S', 'F', '', 0, '2017-12-28 02:24:28'),
(1863, '5a444be1bf164', 'pcmcknight@bellsouth.net', 'S', 'F', '', 0, '2017-12-28 01:41:55'),
(1862, '5a44474b769eb', 'kglazebrook@ymail.com', 'S', 'F', '', 0, '2017-12-28 01:22:16'),
(1861, '5a4440ede3440', 'jeff@aplusfabricsusa.com', 'S', 'F', '', 0, '2017-12-28 00:55:06'),
(1860, '5a443b903ec28', 'eprsmd@yahoo.com', 'S', 'F', '', 0, '2017-12-28 00:32:12'),
(1859, '5a4439f38a868', 'eprsmd@yahoo.com', 'S', 'F', '', 0, '2017-12-28 00:25:19'),
(1858, '5a4430b386637', 'dee@lucididee.com', 'S', 'F', '', 0, '2017-12-27 23:45:56'),
(1857, '5a442e4511127', 'janpar2002@yahoo.com', 'S', 'F', '', 0, '2017-12-27 23:35:28'),
(1856, '5a442c759814a', 'conradsgirly@yahoo.com', 'S', 'F', '', 0, '2017-12-27 23:27:51'),
(1855, '5a442ad6f0d5f', 'conradsgirly@yahoo.com', 'S', 'F', '', 0, '2017-12-27 23:20:56'),
(1854, '5a442911141b5', 'mountainhippy@protonmail.com', 'S', 'F', '', 0, '2017-12-27 23:13:22'),
(1853, '5a442772d2394', 'mountainhippy@protonmail.com', 'S', 'F', '', 0, '2017-12-27 23:06:28'),
(1852, '5a4421fb1d443', 'sammysdip@gmail.com', 'S', 'F', '', 0, '2017-12-27 22:43:02'),
(1851, '5a4419649ffb3', 'dispatcher505@yahoo.com', 'S', 'F', '', 0, '2017-12-27 22:06:29'),
(1850, '5a44123eb1ee3', 'sgoldsberry@earthlink.net', 'S', 'F', '', 0, '2017-12-27 21:35:56'),
(1849, '5a44109f802d0', 'sgoldsberry@earthlink.net', 'S', 'F', '', 0, '2017-12-27 21:29:01'),
(1848, '5a43fdd90d654', 'tcmusicentertainment@yahoo.com', 'S', 'F', '', 0, '2017-12-27 20:08:52'),
(1847, '5a43fbb8860c0', 'tcmusicentertainment@yahoo.com', 'S', 'F', '', 0, '2017-12-27 19:59:53'),
(1846, '5a43fa1c7b0fa', 'tcmusicentertainment@yahoo.com', 'S', 'F', '', 0, '2017-12-27 19:53:01'),
(1845, '5a43f8b970800', 'jamesparrish5@yahoo.com', 'S', 'F', '', 0, '2017-12-27 19:47:01'),
(1844, '5a43f11c3fea6', 'woolfjet@yahoo.com', 'S', 'F', '', 0, '2017-12-27 19:14:38'),
(1843, '5a43e441ba0a5', 'eprsmd@yahoo.com', 'S', 'F', '', 0, '2017-12-27 18:19:43'),
(1842, '5a43e313329c9', 'jenniferbonzani@yahoo.com', 'S', 'F', '', 0, '2017-12-27 18:14:39'),
(1841, '5a43e2a42f849', 'eprsmd@yahoo.com', 'S', 'F', '', 0, '2017-12-27 18:12:49'),
(1840, '5a43e17460a29', 'jenniferbonzani@yahoo.com', 'S', 'F', '', 0, '2017-12-27 18:07:44'),
(1839, '5a43e03a567ab', 'diana@trinitycustom.com', 'S', 'F', '', 0, '2017-12-27 18:02:35'),
(1838, '5a43d888dde65', 'laurenhowe333@gmail.com', 'S', 'F', '', 0, '2017-12-27 17:29:45'),
(1837, '5a43d0ce09a9f', 'gifts@bypeterandpauls.com', 'S', 'F', '', 0, '2017-12-27 16:56:43'),
(1836, '5a43ca7985758', 'loreen@ashberryautoglass.com', 'S', 'F', '', 0, '2017-12-27 16:29:42'),
(1835, '5a43c61c41cdd', 'ben_casarez@yahoo.com', 'S', 'F', '', 0, '2017-12-27 16:11:07'),
(1834, '5a43c3d3487ea', 'toddcorr332@yahoo.com', 'S', 'F', '', 0, '2017-12-27 16:01:22'),
(1833, '5a43c3528af5c', 'msalas4973@gmail.com', 'S', 'F', '', 0, '2017-12-27 15:59:15'),
(1832, '5a43b5952f2f3', 'team@hedonism-events.com', 'S', 'F', '', 0, '2017-12-27 15:00:35'),
(1831, '5a43b3f7bf71e', 'team@hedonism-events.com', 'S', 'F', '', 0, '2017-12-27 14:53:41'),
(1830, '5a43a07005bef', 'kevinlittler@bmsstoke.co.uk', 'S', 'F', '', 0, '2017-12-27 13:30:23'),
(1829, '5a436ef5e76f8', 'tissot971@gmail.com', 'S', 'F', '', 0, '2017-12-27 09:59:16'),
(1828, '5a435f35167a8', 'rainer.scholl@gmx.net', 'S', 'F', '', 0, '2017-12-27 08:52:05'),
(1827, '5a43571fdc41b', 'roderickrodriguez1@gmail.com', 'S', 'F', '', 0, '2017-12-27 08:17:36'),
(1826, '5a435582ee88b', 'roderickrodriguez1@gmail.com', 'S', 'F', '', 0, '2017-12-27 08:10:43'),
(1825, '5a41f3709b80b', 'frank.marangelli@sbcglobal.net', 'S', 'F', '', 0, '2017-12-26 07:00:03'),
(1824, '5a41e7a480dd4', 'granoahawk@yahoo.com', 'S', 'F', '', 0, '2017-12-26 06:09:43'),
(1823, '5a41e15a84d79', 'akimd.lxii@gmail.com', 'S', 'F', '', 0, '2017-12-26 05:42:52'),
(1822, '5a41cae661700', 'sgarrett@fairwaydairy.com', 'S', 'F', '', 0, '2017-12-26 04:06:54'),
(1821, '5a41b7ffb14d9', 'heidileigh06@gmail.com', 'S', 'F', '', 0, '2017-12-26 02:46:20'),
(1820, '5a41b6605ece6', 'heidileigh06@gmail.com', 'S', 'F', '', 0, '2017-12-26 02:39:24'),
(1819, '5a41b06250218', 'angelicdizorder@yahoo.com', 'S', 'F', '', 0, '2017-12-26 02:13:55'),
(1818, '5a4185107fedc', 'charwoodhouse@yahoo.com', 'S', 'F', '', 0, '2017-12-25 23:09:01'),
(1817, '5a41756fa17fa', 'mail4truptesh@yahoo.com', 'S', 'F', '', 0, '2017-12-25 22:02:19'),
(1816, '5a4163e8ab966', 'hughesmindy@yahoo.com', 'S', 'F', '', 0, '2017-12-25 20:47:38'),
(1815, '5a4150d81e67d', 'cci69rn@yahoo.com', 'S', 'F', '', 0, '2017-12-25 19:26:16'),
(1814, '5a414f3c6a9a4', 'cci69rn@yahoo.com', 'S', 'F', '', 0, '2017-12-25 19:19:25'),
(1813, '5a414c6266d64', '23468207@adp.com', 'S', 'F', '', 0, '2017-12-25 19:07:14'),
(1812, '5a414ad0a385f', 's.shane@yahoo.com', 'S', 'F', '', 0, '2017-12-25 19:00:30'),
(1811, '5a414932128c1', 's.shane@yahoo.com', 'S', 'F', '', 0, '2017-12-25 18:53:36'),
(1810, '5a4147fff38f3', 's.shane@yahoo.com', 'S', 'F', '', 0, '2017-12-25 18:48:32'),
(1809, '5a413742c4cbc', 'powers0509@gmail.com', 'S', 'F', '', 0, '2017-12-25 17:37:06'),
(1808, '5a4135a567c0f', 'powers0509@gmail.com', 'S', 'F', '', 0, '2017-12-25 17:30:13'),
(1807, '5a4126eb889ce', 'ameesha1410@gmail.com', 'S', 'F', '', 0, '2017-12-25 16:27:23'),
(1806, '5a3f3c8e98c2c', 'crisrue33@yahoo.com', 'S', 'F', '', 0, '2017-12-24 05:35:11'),
(1805, '5a3f1c2e6e938', 'kharvey6377@verizon.net', 'S', 'F', '', 0, '2017-12-24 03:17:03'),
(1804, '5a3f06241731f', 'dhartomine@yahoo.com', 'S', 'F', '', 0, '2017-12-24 01:43:02'),
(1803, '5a3f041734ff3', 'jarvisbrit@gmail.com', 'S', 'F', '', 0, '2017-12-24 01:34:10'),
(1802, '5a3eea3eb552f', 'chasewb91@gmail.com', 'S', 'F', '', 0, '2017-12-23 23:43:59'),
(1801, '5a3ee4666b3b5', 'slefkovitz@yahoo.com', 'S', 'F', '', 0, '2017-12-23 23:19:00'),
(1800, '5a3edd7154d50', 'p.strauss@vivatis.de', 'S', 'F', '', 0, '2017-12-23 22:49:16'),
(1799, '5a3edbd4d91ee', 'p.strauss@vivatis.de', 'S', 'F', '', 0, '2017-12-23 22:42:23'),
(1798, '5a3eda981cfb5', 'slefkovitz@yahoo.com', 'S', 'F', '', 0, '2017-12-23 22:37:09'),
(1797, '5a3ecc5577fa6', 'boewing01@yahoo.com', 'S', 'F', '', 0, '2017-12-23 21:36:17'),
(1796, '5a3ec51a051ff', 'rick.m.boudry@gm.com', 'S', 'F', '', 0, '2017-12-23 21:05:16'),
(1795, '5a3ec300d6463', 'gladiatorsolar@yahoo.com', 'S', 'F', '', 0, '2017-12-23 20:56:30'),
(1794, '5a3eb72a2ec35', 'freddyeb@yahoo.com', 'S', 'F', '', 0, '2017-12-23 20:05:58'),
(1793, '5a3eb58e8091a', 'freddyeb@yahoo.com', 'S', 'F', '', 0, '2017-12-23 19:59:06'),
(1792, '5a3eaf172b826', 'axonhufferd@yahoo.com', 'S', 'F', '', 0, '2017-12-23 19:31:36'),
(1791, '5a3eae73eaafb', 'gladiatorsolar@yahoo.com', 'S', 'F', '', 0, '2017-12-23 19:28:54'),
(1790, '5a3eaa741eb47', 'mlv7676@comcast.net', 'S', 'F', '', 0, '2017-12-23 19:11:49'),
(1789, '5a3e98db635d8', 'drb@ecodentalnc.com', 'S', 'F', '', 0, '2017-12-23 17:56:40'),
(1788, '5a3e973d787b6', 'drb@ecodentalnc.com', 'S', 'F', '', 0, '2017-12-23 17:49:46'),
(1787, '5a3e8f7ec4b61', 'kmjames1989@yahoo.com', 'S', 'F', '', 0, '2017-12-23 17:16:48'),
(1786, '5a3e840493ee6', 'duncanmccaslin@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-23 16:27:45'),
(1785, '5a3e7d4b7a812', 'dstern@heartlandagames.com', 'S', 'F', '', 0, '2017-12-23 15:59:08'),
(1784, '5a3e7a449f202', 'patrickalston@yahoo.com', 'S', 'F', '', 0, '2017-12-23 15:46:14'),
(1783, '5a3ca9ffaf1aa', 'yeni_hercules@yahoo.com', 'S', 'F', '', 0, '2017-12-22 06:45:20'),
(1782, '5a3c8bcc54717', 'bnsrobin03@yahoo.com', 'S', 'F', '', 0, '2017-12-22 04:36:28'),
(1781, '5a3c8a2f99a2b', 'bnsrobin03@yahoo.com', 'S', 'F', '', 0, '2017-12-22 04:29:35'),
(1780, '5a3c7efc38098', 'rlsedition@yahoo.com', 'S', 'F', '', 0, '2017-12-22 03:41:50'),
(1779, '5a3c7d5ce50f9', 'rlsedition@yahoo.com', 'S', 'F', '', 0, '2017-12-22 03:34:54'),
(1778, '5a3c67349f050', 'luckyscartparts@yahoo.com', 'S', 'F', '', 0, '2017-12-22 02:00:16'),
(1777, '5a3c5b5d2d38f', 'skifamily@yahoo.com', 'S', 'F', '', 0, '2017-12-22 01:09:45'),
(1776, '5a3c59b4861a3', 'heisalways@gmail.com', 'S', 'F', '', 0, '2017-12-22 01:02:45'),
(1775, '5a3c594daeb40', 'susansloan1231@gmail.com', 'S', 'F', '', 0, '2017-12-22 01:00:56'),
(1774, '5a3c594d824a0', 'crisvictorio@yahoo.com', 'S', 'F', '', 0, '2017-12-22 01:00:54'),
(1773, '5a3c52d47fb90', 'acashing@yahoo.com', 'S', 'F', '', 0, '2017-12-22 00:33:26'),
(1772, '5a3c469d7c383', 'tonymag53@gmail.com', 'S', 'F', '', 0, '2017-12-21 23:41:14'),
(1771, '5a3c3d20b22ef', 'dell1695@sbcglobal.net', 'S', 'F', '', 0, '2017-12-21 23:00:50'),
(1770, '5a3c3b8219fc8', 'dell1695@sbcglobal.net', 'S', 'F', '', 0, '2017-12-21 22:53:55'),
(1769, '5a3c381d09d83', 'yeni_hercules@yahoo.com', 'S', 'F', '', 0, '2017-12-21 22:39:19'),
(1768, '5a3c377fc09f9', 'joneil@juniper.net', 'S', 'F', '', 0, '2017-12-21 22:36:49'),
(1767, '5a3c35e17d2e5', 'joneil@juniper.net', 'S', 'F', '', 0, '2017-12-21 22:29:54'),
(1766, '5a3c30b365f0d', 'sbhuppert@yahoo.com', 'S', 'F', '', 0, '2017-12-21 22:07:48'),
(1765, '5a3c2f92480e7', 'stacyprince@sbcglobal.net', 'S', 'F', '', 0, '2017-12-21 22:02:55'),
(1764, '5a3c2caf387e7', 'hollyhuthdesigns@yahoo.com', 'S', 'F', '', 0, '2017-12-21 21:50:36'),
(1763, '5a3c24cd5e4ea', 'ehv3@pipeline.com', 'S', 'F', '', 0, '2017-12-21 21:17:03'),
(1762, '5a3c1f8da4dd4', 'heather_costanzo@yahoo.com', 'S', 'F', '', 0, '2017-12-21 20:54:36'),
(1761, '5a3c1df34d506', 'heather_costanzo@yahoo.com', 'S', 'F', '', 0, '2017-12-21 20:47:46'),
(1760, '5a3c1a2bcdb47', 'jimmy_becca@yahoo.com', 'S', 'F', '', 0, '2017-12-21 20:31:41'),
(1759, '5a3c1a19959f2', 'joegerb@gmail.com', 'S', 'F', '', 0, '2017-12-21 20:31:18'),
(1758, '5a3c17e7f06b9', 'll.lange@yahoo.com', 'S', 'F', '', 0, '2017-12-21 20:21:58'),
(1757, '5a3bf85b5bf03', 'theresazehemccabe@gmail.com', 'S', 'F', '', 0, '2017-12-21 18:07:24'),
(1756, '5a3bf350b8539', 'lilliansoltys@yahoo.com', 'S', 'F', '', 0, '2017-12-21 17:45:53'),
(1755, '5a3be9aeb851f', 'tulen26@gmail.com', 'S', 'F', '', 0, '2017-12-21 17:04:44'),
(1754, '5a3be99a2423d', 'blieurose@yahoo.com', 'S', 'F', '', 0, '2017-12-21 17:04:24'),
(1753, '5a3be7fc205cf', 'blieurose@yahoo.com', 'S', 'F', '', 0, '2017-12-21 16:57:30'),
(1752, '5a3be71a0842f', 'vatech1515@gmail.com', 'S', 'F', '', 0, '2017-12-21 16:53:47'),
(1751, '5a3be0376f9d7', 'henry220@southslope.net', 'S', 'F', '', 0, '2017-12-21 16:24:22'),
(1750, '5a3bda5d4af36', 'shytiger87@yahoo.com', 'S', 'F', '', 0, '2017-12-21 15:59:22'),
(1749, '5a3bd8c0da7cf', 'shytiger87@yahoo.com', 'S', 'F', '', 0, '2017-12-21 15:52:30'),
(1748, '5a3bd286a7d80', 'luckyman7452@yahoo.com', 'S', 'F', '', 0, '2017-12-21 15:25:56'),
(1747, '5a3bd00069bf4', 'shytiger87@yahoo.com', 'S', 'F', '', 0, '2017-12-21 15:15:10'),
(1746, '5a3bced988f37', 'kcschools@gmail.com', 'S', 'F', '', 0, '2017-12-21 15:10:14'),
(1745, '5a3bb6770191c', 'thhulme@gmail.com', 'S', 'F', '', 0, '2017-12-21 13:26:13'),
(1744, '5a3bb4d9021be', 'thhulme@gmail.com', 'S', 'F', '', 0, '2017-12-21 13:19:19'),
(1743, '5a3bb3064f9de', 'duncanmccaslin@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-21 13:11:35'),
(1742, '5a3bb16735800', 'duncanmccaslin@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-21 13:04:40'),
(1741, '5a3b99c85f128', 'joetuttle2@gmail.com', 'S', 'F', '', 0, '2017-12-21 11:23:52'),
(1740, '5a3b740936943', 'jeanew2@sbcglobal.net', 'S', 'F', '', 0, '2017-12-21 08:42:50'),
(1739, '5a3a021a725ee', 'bkharry15@yahoo.com', 'S', 'F', '', 0, '2017-12-20 06:24:27'),
(1738, '5a39f77b89d0d', 'nayan1@yahoo.com', 'S', 'F', '', 0, '2017-12-20 05:39:08'),
(1737, '5a39f5cd737bb', 'namjlm@yahoo.com', 'S', 'F', '', 0, '2017-12-20 05:31:57'),
(1736, '5a39f43117201', 'namjlm@yahoo.com', 'S', 'F', '', 0, '2017-12-20 05:25:08'),
(1735, '5a39d385223d5', 'gracie167@gmail.com', 'S', 'F', '', 0, '2017-12-20 03:05:42'),
(1734, '5a39cca115967', 'f.finch@comcast.net', 'S', 'F', '', 0, '2017-12-20 02:36:18'),
(1733, '5a39cb5b53a7b', 'annedraghi850@gmail.com', 'S', 'F', '', 0, '2017-12-20 02:30:52'),
(1732, '5a39b6132618f', 'angelira11@yahoo.com', 'S', 'F', '', 0, '2017-12-20 00:59:59'),
(1731, '5a39b4764ab3c', 'angelira11@yahoo.com', 'S', 'F', '', 0, '2017-12-20 00:53:06'),
(1730, '5a39b1b73af52', 'pegsemailacct@gmail.com', 'S', 'F', '', 0, '2017-12-20 00:41:28'),
(1729, '5a39af2317163', 'gannonpam@charter.net', 'S', 'F', '', 0, '2017-12-20 00:30:27'),
(1728, '5a39ad87b5ce8', 'gannonpam@charter.net', 'S', 'F', '', 0, '2017-12-20 00:23:36'),
(1727, '5a39ac4480e69', 'jazleenejud08@yahoo.com', 'S', 'F', '', 0, '2017-12-20 00:18:06'),
(1726, '5a39ab143790e', 'longydw@yahoo.com', 'S', 'F', '', 0, '2017-12-20 00:13:03'),
(1725, '5a39a7f6641b0', 'tatifany@yahoo.com', 'S', 'F', '', 0, '2017-12-19 23:59:51'),
(1724, '5a39a65903c1a', 'tatifany@yahoo.com', 'S', 'F', '', 0, '2017-12-19 23:52:58'),
(1723, '5a399c92dad4f', 'april.mccombs@yahoo.com', 'S', 'F', '', 0, '2017-12-19 23:11:08'),
(1722, '5a399bfda6e1e', 'karstrand@mpscpa.com', 'S', 'F', '', 0, '2017-12-19 23:08:40'),
(1721, '5a398c9b0161e', 'reneehartsfield@yahoo.com', 'S', 'F', '', 0, '2017-12-19 22:03:07'),
(1720, '5a398abf808cc', 'mrhux@yahoo.com', 'S', 'F', '', 0, '2017-12-19 21:55:15'),
(1719, '5a3989206bb6d', 'mrhux@yahoo.com', 'S', 'F', '', 0, '2017-12-19 21:48:17'),
(1718, '5a39781cedd2d', 'dave.malewski@gmail.com', 'S', 'F', '', 0, '2017-12-19 20:35:38'),
(1717, '5a3966432a99c', 'jamesarcher4313@gmail.com', 'S', 'F', '', 0, '2017-12-19 19:19:27'),
(1716, '5a3964a674383', 'jamesarcher4313@gmail.com', 'S', 'F', '', 0, '2017-12-19 19:12:34'),
(1715, '5a3962daf4097', 'lawlgn@yahoo.com', 'S', 'F', '', 0, '2017-12-19 19:05:00'),
(1714, '5a395f85d6f93', 'michael@premier-urgentcare.com', 'S', 'F', '', 0, '2017-12-19 18:50:46'),
(1713, '5a395ee771858', 'faithinlife2@sbcglobal.net', 'S', 'F', '', 0, '2017-12-19 18:48:03'),
(1712, '5a395e12b876f', 'beck16@cox.net', 'S', 'F', '', 0, '2017-12-19 18:44:30'),
(1711, '5a395c63c3775', 'torika.nash@yahoo.com', 'S', 'F', '', 0, '2017-12-19 18:37:22'),
(1710, '5a39521c98a06', 'b_tajallizadeh@yahoo.com', 'S', 'F', '', 0, '2017-12-19 17:53:31'),
(1709, '5a394d249b2d4', 'canadian4all@yahoo.com', 'S', 'F', '', 0, '2017-12-19 17:32:16'),
(1708, '5a3943770d3b2', 'wfernandez@durmausa.com', 'S', 'F', '', 0, '2017-12-19 16:51:00'),
(1707, '5a3941d97ffd0', 'wfernandez@durmausa.com', 'S', 'F', '', 0, '2017-12-19 16:44:07'),
(1706, '5a393b3676ac0', 'francoisebigelow@sbcglobal.net', 'S', 'F', '', 0, '2017-12-19 16:15:49'),
(1705, '5a39399879913', 'francoisebigelow@sbcglobal.net', 'S', 'F', '', 0, '2017-12-19 16:08:55'),
(1704, '5a393212b0d16', 'night_shadow66006@yahoo.com', 'S', 'F', '', 0, '2017-12-19 15:36:51'),
(1703, '5a39307482d7f', 'night_shadow66006@yahoo.com', 'S', 'F', '', 0, '2017-12-19 15:29:57'),
(1702, '5a392f227ed09', 'tkbroestler@gmail.com', 'S', 'F', '', 0, '2017-12-19 15:24:15'),
(1701, '5a392d82a33d6', 'tkbroestler@gmail.com', 'S', 'F', '', 0, '2017-12-19 15:17:19'),
(1700, '5a3924ce65999', 'jeff@arrivo-loop.com', 'S', 'F', '', 0, '2017-12-19 14:40:15'),
(1699, '5a391d4c0303c', 'tatifany@yahoo.com', 'S', 'F', '', 0, '2017-12-19 14:08:12'),
(1698, '5a390019b0d79', 'paul@acctdept.net', 'S', 'F', '', 0, '2017-12-19 12:03:38'),
(1697, '5a38f717bf721', 'rich@wilhelm.us', 'S', 'F', '', 0, '2017-12-19 11:25:12'),
(1696, '5a38f2c43616c', 'aaron.d.leatherwood@gmail.com', 'S', 'F', '', 0, '2017-12-19 11:06:42'),
(1695, '5a38e85fada48', 'smundy68@gmail.com', 'S', 'F', '', 0, '2017-12-19 10:22:23'),
(1694, '5a38d08e8eca0', 'slicktaf@yahoo.com', 'S', 'F', '', 0, '2017-12-19 08:40:47'),
(1693, '5a38d054c944a', 'ktsao@telecore.com', 'S', 'F', '', 0, '2017-12-19 08:39:48'),
(1692, '5a38cef330a9a', 'slicktaf@yahoo.com', 'S', 'F', '', 0, '2017-12-19 08:33:56'),
(1691, '5a38c4e249011', 'recruiting@fluenceportland.com', 'S', 'F', '', 0, '2017-12-19 07:50:58'),
(1690, '5a38c4dc2d661', 'shakir@cox.net', 'S', 'F', '', 0, '2017-12-19 07:50:52'),
(1689, '5a38c345b28e3', 'recruiting@fluenceportland.com', 'S', 'F', '', 0, '2017-12-19 07:44:06'),
(1688, '5a38a0c8d9624', 'jpingley427@gmail.com', 'S', 'F', '', 0, '2017-12-19 05:16:58'),
(1687, '5a389c47be176', 'kevin_south@yahoo.com', 'S', 'F', '', 0, '2017-12-19 04:57:43'),
(1686, '5a38840d6f157', 'hrrsnbrns@sbcglobal.net', 'S', 'F', '', 0, '2017-12-19 03:14:15'),
(1685, '5a388270bb675', 'hrrsnbrns@sbcglobal.net', 'S', 'F', '', 0, '2017-12-19 03:07:23'),
(1684, '5a386abe1dfec', 'suzanneklenck@yahoo.com', 'S', 'F', '', 0, '2017-12-19 01:26:17'),
(1683, '5a3867f2526f4', 'suzanne.wheeler19@yahoo.com', 'S', 'F', '', 0, '2017-12-19 01:14:22'),
(1682, '5a3866c128c9c', 'suzanneklenck@yahoo.com', 'S', 'F', '', 0, '2017-12-19 01:09:15'),
(1681, '5a385b0cb5f62', 'pitt_ferrerasjr@yahoo.com', 'S', 'F', '', 0, '2017-12-19 00:19:21'),
(1680, '5a3853150ae2c', 'kr@lnbyb.com', 'S', 'F', '', 0, '2017-12-18 23:45:26'),
(1679, '5a38521976ccc', 'dan.orr93@gmail.com', 'S', 'F', '', 0, '2017-12-18 23:41:09'),
(1678, '5a3850d89914e', 'pitt_ferrerasjr@yahoo.com', 'S', 'F', '', 0, '2017-12-18 23:35:46'),
(1677, '5a384cdc33e20', 'leighannew@suddenlink.net', 'S', 'F', '', 0, '2017-12-18 23:18:53'),
(1676, '5a384a6e1066c', 'arla@jdshore.ca', 'S', 'F', '', 0, '2017-12-18 23:08:27'),
(1675, '5a3848d17e6b9', 'arla@jdshore.ca', 'S', 'F', '', 0, '2017-12-18 23:01:34'),
(1674, '5a3840c0b603a', 'casareggio.sonialuciano@gmail.com', 'S', 'F', '', 0, '2017-12-18 22:27:13'),
(1673, '5a38402e86c8d', 'matt_n_abbysmom@yahoo.com', 'S', 'F', '', 0, '2017-12-18 22:24:47'),
(1672, '5a383cb3cb461', 'matt_n_abbysmom@yahoo.com', 'S', 'F', '', 0, '2017-12-18 22:09:50'),
(1671, '5a383b15625b3', 'matt_n_abbysmom@yahoo.com', 'S', 'F', '', 0, '2017-12-18 22:02:55'),
(1670, '5a3839ff8c539', 'sandy@yakimadocumentsolutions.com', 'S', 'F', '', 0, '2017-12-18 21:58:21'),
(1669, '5a3839b4e411c', 'sam.lauff@gmail.com', 'S', 'F', '', 0, '2017-12-18 21:57:10'),
(1668, '5a3838643da1b', 'sandy@yakimadocumentsolutions.com', 'S', 'F', '', 0, '2017-12-18 21:51:29'),
(1667, '5a382db6bdf08', 'tommic@buenaparknissan.com', 'S', 'F', '', 0, '2017-12-18 21:05:59'),
(1666, '5a382db548168', 'jeremyfxdwg@yahoo.com', 'S', 'F', '', 0, '2017-12-18 21:05:52'),
(1665, '5a382c4f4aee5', 'hthfrk40@yahoo.com', 'S', 'F', '', 0, '2017-12-18 21:00:01'),
(1664, '5a382c1ae9ec4', 'jeremyfxdwg@yahoo.com', 'S', 'F', '', 0, '2017-12-18 20:59:03'),
(1663, '5a38272fab20f', 'nancyvfok@gmail.com', 'S', 'F', '', 0, '2017-12-18 20:38:09'),
(1662, '5a38246f7bebc', 'robinhudspeth1@yahoo.com', 'S', 'F', '', 0, '2017-12-18 20:26:21'),
(1661, '5a3822d3993a5', 'robinhudspeth1@yahoo.com', 'S', 'F', '', 0, '2017-12-18 20:19:29'),
(1660, '5a3821015a2da', 'msneolani@yahoo.com', 'S', 'F', '', 0, '2017-12-18 20:11:40'),
(1659, '5a380d579a8a7', 'tonyagreen@cox.net', 'S', 'F', '', 0, '2017-12-18 18:47:47'),
(1658, '5a38063e3e74e', 'miguelb@siu.edu', 'S', 'F', '', 0, '2017-12-18 18:17:35'),
(1657, '5a38033fbabb6', 'canadian4all@yahoo.com', 'S', 'F', '', 0, '2017-12-18 18:04:44'),
(1656, '5a3801e733b5f', 'kiera.andrea@gmail.com', 'S', 'F', '', 0, '2017-12-18 17:59:00'),
(1655, '5a37f9e8b4b1b', '4190kingstonrd@gmail.com', 'S', 'F', '', 0, '2017-12-18 17:24:57'),
(1654, '5a37eda010890', 'mchlprtr@gmail.com', 'S', 'F', '', 0, '2017-12-18 16:32:33'),
(1653, '5a37eb2ab0af7', 'snapchatover@gmail.com', 'S', 'F', '', 0, '2017-12-18 16:22:04'),
(1652, '5a37e66caef58', 'normancindy@triad.rr.com', 'S', 'F', '', 0, '2017-12-18 16:01:49'),
(1651, '5a37e374a1609', 'karenshehan@yahoo.com', 'S', 'F', '', 0, '2017-12-18 15:49:07'),
(1650, '5a37e1727fe2b', 'di6001@yahoo.com', 'S', 'F', '', 0, '2017-12-18 15:40:31'),
(1649, '5a37d9f2a3135', 'breebayy23@gmail.com', 'S', 'F', '', 0, '2017-12-18 15:08:35'),
(1648, '5a37d46cdaf1c', 'loy3974@gmail.com', 'S', 'F', '', 0, '2017-12-18 14:44:59'),
(1647, '5a37c89db0ada', 'schwink17@gmail.com', 'S', 'F', '', 0, '2017-12-18 13:54:39'),
(1646, '5a37b707acbb8', 'johnp357@yahoo.com', 'S', 'F', '', 0, '2017-12-18 12:39:36'),
(1645, '5a379303504db', 'ybelli20@yahoo.com', 'S', 'F', '', 0, '2017-12-18 10:05:55'),
(1644, '5a378e4d013e6', 'nikiwoods88@yahoo.com', 'S', 'F', '', 0, '2017-12-18 09:45:49'),
(1643, '5a37834c586b5', 'mahoward3486@yahoo.com', 'S', 'F', '', 0, '2017-12-18 08:58:53'),
(1642, '5a376f3950f3b', 'james.wright@catalystpaper.com', 'S', 'F', '', 0, '2017-12-18 07:33:13'),
(1641, '5a3614e017560', 'rlm4077@gmail.com', 'S', 'F', '', 0, '2017-12-17 06:55:23'),
(1640, '5a360c4bebb09', 'joshsmithtogo@gmail.com', 'S', 'F', '', 0, '2017-12-17 06:18:47'),
(1639, '5a360b5d175ae', 'puhlpy@gmail.com', 'S', 'F', '', 0, '2017-12-17 06:14:53'),
(1638, '5a35dd3bda41d', 'brnucs@yahoo.com', 'S', 'F', '', 0, '2017-12-17 02:58:07'),
(1637, '5a35dbd6af066', 'jeanwhite.white@gmail.com', 'S', 'F', '', 0, '2017-12-17 02:52:09'),
(1636, '5a35c1b8c1223', 'daholliman@att.net', 'S', 'F', '', 0, '2017-12-17 01:00:38'),
(1635, '5a35c01b33b46', 'daholliman@att.net', 'S', 'F', '', 0, '2017-12-17 00:53:44'),
(1634, '5a359d6417b07', 'lukecoleman5450@yahoo.com', 'S', 'F', '', 0, '2017-12-16 22:25:34'),
(1633, '5a358ca1ae7b5', 'j.lee.alexander@gmail.com', 'S', 'F', '', 0, '2017-12-16 21:14:06'),
(1632, '5a358bf470fec', 'kcbiggerstaff@yahoo.com', 'S', 'F', '', 0, '2017-12-16 21:11:11'),
(1631, '5a356955ab1d6', 'vincent.bruce@gmail.com', 'S', 'F', '', 0, '2017-12-16 18:43:34'),
(1630, '5a356763e6e63', 'maryb8185@yahoo.com', 'S', 'F', '', 0, '2017-12-16 18:35:13'),
(1629, '5a3567298b1d5', 'towhida@juno.com', 'S', 'F', '', 0, '2017-12-16 18:34:13'),
(1628, '5a3567027d4e6', 'j4343vernon@gmail.com', 'S', 'F', '', 0, '2017-12-16 18:33:35'),
(1627, '5a3565c225ad4', 'maryb8185@yahoo.com', 'S', 'F', '', 0, '2017-12-16 18:28:15'),
(1626, '5a353829ce4ab', 'djtjmoore@yahoo.com', 'S', 'F', '', 0, '2017-12-16 15:13:46'),
(1625, '5a34d7add22d9', 'mikenardi32918@gmail.com', 'S', 'F', '', 0, '2017-12-16 08:22:06'),
(1624, '5a34d6118eb9d', 'mikenardi32918@gmail.com', 'S', 'F', '', 0, '2017-12-16 08:15:15'),
(1623, '5a34d25e4c075', 'paz.maria23@yahoo.com', 'S', 'F', '', 0, '2017-12-16 07:59:19'),
(1622, '5a336dc8437bf', 'katehabdas@yahoo.com', 'S', 'F', '', 0, '2017-12-15 06:38:01'),
(1621, '5a336c2c04000', 'katehabdas@yahoo.com', 'S', 'F', '', 0, '2017-12-15 06:31:08'),
(1620, '5a333649316c5', 'donby57@cs.com', 'S', 'F', '', 0, '2017-12-15 02:41:08'),
(1619, '5a3334b01e6a4', 'indu9us@yahoo.com', 'S', 'F', '', 0, '2017-12-15 02:34:19'),
(1618, '5a332e8c6694c', 'njenkins123@yahoo.com', 'S', 'F', '', 0, '2017-12-15 02:08:13'),
(1617, '5a33286c6b8a3', 'lpercaccio@austin.rr.com', 'S', 'F', '', 0, '2017-12-15 01:42:06'),
(1616, '5a33275e587b7', 'threelattestones@yahoo.com', 'S', 'F', '', 0, '2017-12-15 01:37:36'),
(1615, '5a331a2dba6b3', 'jamesjnester@yahoo.com', 'S', 'F', '', 0, '2017-12-15 00:41:18'),
(1614, '5a33196658d33', 'heymarcia1@yahoo.com', 'S', 'F', '', 0, '2017-12-15 00:37:54'),
(1613, '5a33136d3981b', 'jeri.sute@yahoo.com', 'S', 'F', '', 0, '2017-12-15 00:12:26'),
(1612, '5a3311d037343', 'jeri.sute@yahoo.com', 'S', 'F', '', 0, '2017-12-15 00:05:35'),
(1611, '5a330b8fc4b7d', 'utarkatect@yahoo.com', 'S', 'F', '', 0, '2017-12-14 23:38:57'),
(1610, '5a3309f2d6484', 'utarkatect@yahoo.com', 'S', 'F', '', 0, '2017-12-14 23:32:05'),
(1609, '5a3306d8bc93c', 'smjnak@yahoo.com', 'S', 'F', '', 0, '2017-12-14 23:18:50'),
(1608, '5a3302a7dc653', 'tredwaydoug@gmail.com', 'S', 'F', '', 0, '2017-12-14 23:00:57'),
(1607, '5a33024833da4', 'debrampelletier@gmail.com', 'S', 'F', '', 0, '2017-12-14 22:59:16'),
(1606, '5a32fcb76271e', 'wschaefer06@comcast.net', 'S', 'F', '', 0, '2017-12-14 22:35:38'),
(1605, '5a32f85686d36', 'scottstevenclifford@gmail.com', 'S', 'F', '', 0, '2017-12-14 22:16:56'),
(1604, '5a32f13ce5e11', 'rlm050373@yahoo.com', 'S', 'F', '', 0, '2017-12-14 21:46:33'),
(1603, '5a32ed436e32b', 'toeknee8282@gmail.com', 'S', 'F', '', 0, '2017-12-14 21:37:16'),
(1602, '5a32ec8ca5e8d', 'andream.erickson@gmail.com', 'S', 'F', '', 0, '2017-12-14 21:34:17'),
(1601, '5a32e8f4a78f7', 'laurasanchezii@yahoo.com', 'S', 'F', '', 0, '2017-12-14 21:18:53'),
(1600, '5a32e3b5ca898', 'cmlarrabee@charter.net', 'S', 'F', '', 0, '2017-12-14 20:56:34'),
(1599, '5a32dc5a68965', 'shrksr@yahoo.com', 'S', 'F', '', 0, '2017-12-14 20:25:11'),
(1598, '5a32d31018604', 'hall.k0701@gmail.com', 'S', 'F', '', 0, '2017-12-14 19:45:28'),
(1597, '5a32d2f5551bb', 'akersl2001@yahoo.com', 'S', 'F', '', 0, '2017-12-14 19:45:00'),
(1596, '5a32d2ea46a10', 'brieke727@gmail.com', 'S', 'F', '', 0, '2017-12-14 19:44:52'),
(1595, '5a32c3bd72a21', 'kevinkubecka94@gmail.com', 'S', 'F', '', 0, '2017-12-14 18:40:07'),
(1594, '5a32c0b6d980a', 'hkanani55@gmail.com', 'S', 'F', '', 0, '2017-12-14 18:27:11'),
(1593, '5a32bf1b296b1', 'hkanani55@gmail.com', 'S', 'F', '', 0, '2017-12-14 18:20:20'),
(1592, '5a32bc360188d', 'thoey1963@gmail.com', 'S', 'F', '', 0, '2017-12-14 18:08:03'),
(1591, '5a32b896d9c9f', 'tedross1@gmail.com', 'S', 'F', '', 0, '2017-12-14 17:52:33'),
(1590, '5a32b6fb1eb63', 'tedross1@gmail.com', 'S', 'F', '', 0, '2017-12-14 17:45:41'),
(1589, '5a32a97472f2e', 'jana.hammack@yahoo.com', 'S', 'F', '', 0, '2017-12-14 16:47:57'),
(1588, '5a32a7d816afc', 'jana.hammack@yahoo.com', 'S', 'F', '', 0, '2017-12-14 16:41:05'),
(1587, '5a329641c7c5e', 'rich@tincherconstruction.com', 'S', 'F', '', 0, '2017-12-14 15:26:05'),
(1586, '5a32906a35f3b', 'dieseldm@excite.com', 'S', 'F', '', 0, '2017-12-14 15:01:11'),
(1585, '5a32845d1b860', 'scottrichards12015@gmail.com', 'S', 'F', '', 0, '2017-12-14 14:09:46'),
(1584, '5a3280ecd4907', 'shaez.allidina@gmail.com', 'S', 'F', '', 0, '2017-12-14 13:55:05'),
(1583, '5a327994cc11c', 'freund.maurice@yahoo.de', 'S', 'F', '', 0, '2017-12-14 13:23:45'),
(1582, '5a3269cd2bd67', 'dave955@cfl.rr.com', 'S', 'F', '', 0, '2017-12-14 12:16:23'),
(1581, '5a32680b29761', 'dawnopaliski@yahoo.com', 'S', 'F', '', 0, '2017-12-14 12:08:54'),
(1580, '5a32666dbde88', 'dawnopaliski@yahoo.com', 'S', 'F', '', 0, '2017-12-14 12:02:00'),
(1579, '5a324c71ed328', 'bennicolaysen@gmail.com', 'S', 'F', '', 0, '2017-12-14 10:03:30'),
(1578, '5a30ca79127b9', 'juniorgarza41@yahoo.com', 'S', 'F', '', 0, '2017-12-13 06:36:40'),
(1577, '5a30c8db55ff3', 'juniorgarza41@yahoo.com', 'S', 'F', '', 0, '2017-12-13 06:29:47'),
(1576, '5a30c1c0be113', 'edvindds@gmail.com', 'S', 'F', '', 0, '2017-12-13 05:59:24'),
(1575, '5a30c06615127', 'julijabugiene@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-13 05:53:37'),
(1574, '5a30bec8e9449', 'julijabugiene@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-13 05:46:44'),
(1573, '5a30bc7caa88c', 'laura@fixmyface.org', 'S', 'F', '', 0, '2017-12-13 05:37:01'),
(1572, '5a30bae14ad34', 'laura@fixmyface.org', 'S', 'F', '', 0, '2017-12-13 05:30:10'),
(1571, '5a30ba3ad24bc', 'justin.whitcombe@aol.co.uk', 'S', 'F', '', 0, '2017-12-13 05:27:18'),
(1570, '5a30b8a061000', 'justin.whitcombe@aol.co.uk', 'S', 'F', '', 0, '2017-12-13 05:20:27'),
(1569, '5a30a1c99ef65', 'chasmair@verizon.net', 'S', 'F', '', 0, '2017-12-13 03:43:01'),
(1568, '5a309aad17c8c', 'ashley_dodson9@yahoo.com', 'S', 'F', '', 0, '2017-12-13 03:12:46'),
(1567, '5a309489a4331', 'dmoss06@dmmoss.com', 'S', 'F', '', 0, '2017-12-13 02:46:27'),
(1566, '5a30942c08534', 'tcapehart@charter.net', 'S', 'F', '', 0, '2017-12-13 02:45:00'),
(1565, '5a308b3e66486', 'tjwojcik@gmail.com', 'S', 'F', '', 0, '2017-12-13 02:06:50'),
(1564, '5a3077bf9c633', 'edr@mascopetro.com', 'S', 'F', '', 0, '2017-12-13 00:43:43'),
(1563, '5a30731abaea9', 'subtracter@gmail.com', 'S', 'F', '', 0, '2017-12-13 00:23:51'),
(1562, '5a30725216d37', 'subtracter@gmail.com', 'S', 'F', '', 0, '2017-12-13 00:20:32'),
(1561, '5a30717d7342f', 'subtracter@gmail.com', 'S', 'F', '', 0, '2017-12-13 00:16:58'),
(1560, '5a3070b54cbda', 'subtracter@gmail.com', 'S', 'F', '', 0, '2017-12-13 00:13:38'),
(1559, '5a305f385149d', 'catherine.lawrence1991@gmail.com', 'S', 'F', '', 0, '2017-12-12 22:59:01'),
(1558, '5a305d9ca9054', 'catherine.lawrence1991@gmail.com', 'S', 'F', '', 0, '2017-12-12 22:52:07'),
(1557, '5a3054a336c9f', 'jesseunderdown@gmail.com', 'S', 'F', '', 0, '2017-12-12 22:13:56'),
(1556, '5a304fe340537', 'wayres11@yahoo.com', 'S', 'F', '', 0, '2017-12-12 21:53:40'),
(1555, '5a303ca754dd1', 'mriendeausegpc@gmail.com', 'S', 'F', '', 0, '2017-12-12 20:31:36'),
(1554, '5a303ca6dc98a', 'jsollazzo@raritanbayaccounting.com', 'S', 'F', '', 0, '2017-12-12 20:31:33'),
(1553, '5a3020052a39d', 'jimperks3@gmail.com', 'S', 'F', '', 0, '2017-12-12 18:29:23'),
(1552, '5a301e698994b', 'jimperks3@gmail.com', 'S', 'F', '', 0, '2017-12-12 18:22:32'),
(1551, '5a301a04eb5d1', 'richard.campana@gmail.com', 'S', 'F', '', 0, '2017-12-12 18:03:47'),
(1550, '5a3010c441e7e', 'algrippi@yahoo.com', 'S', 'F', '', 0, '2017-12-12 17:24:18'),
(1549, '5a300f25cef93', 'algrippi@yahoo.com', 'S', 'F', '', 0, '2017-12-12 17:17:25'),
(1548, '5a300d87a11f3', 'debbp53@yahoo.com', 'S', 'F', '', 0, '2017-12-12 17:10:32'),
(1547, '5a30007bc249b', 'lieslrowe@yahoo.com', 'S', 'F', '', 0, '2017-12-12 16:14:52'),
(1546, '5a2ff7169d369', 'zolanagy@yahoo.com', 'S', 'F', '', 0, '2017-12-12 15:34:43'),
(1545, '5a2ff0a28081d', 'mihabb@yahoo.com', 'S', 'F', '', 0, '2017-12-12 15:07:14'),
(1544, '5a2fd09b99f57', 'chris.mccleary@omha.net', 'S', 'F', '', 0, '2017-12-12 12:50:36'),
(1543, '5a2fcea748c50', 'jcollazo@simlab.net', 'S', 'F', '', 0, '2017-12-12 12:42:14'),
(1542, '5a2fcea14f7b0', 'excorp@cablelynx.com', 'S', 'F', '', 0, '2017-12-12 12:42:08'),
(1541, '5a2fcde880877', 'rsurf66buy@yahoo.com', 'S', 'F', '', 0, '2017-12-12 12:39:04'),
(1540, '5a2fcbab48af0', 'allen_cave@yahoo.com', 'S', 'F', '', 0, '2017-12-12 12:29:28'),
(1539, '5a2fc22f1771f', 'andykathy88@charter.net', 'S', 'F', '', 0, '2017-12-12 11:49:03'),
(1538, '5a2f974c7f0ba', 'stevenchris2@yahoo.com', 'S', 'F', '', 0, '2017-12-12 08:46:05'),
(1537, '5a2f95b15a82d', 'stevenchris2@yahoo.com', 'S', 'F', '', 0, '2017-12-12 08:39:14'),
(1536, '5a2f94bcafbef', 'me@erickadowns.com', 'S', 'F', '', 0, '2017-12-12 08:35:09'),
(1535, '5a2f8dc75b6c7', 'barrylanger@gmx.de', 'S', 'F', '', 0, '2017-12-12 08:05:26'),
(1534, '5a2f8c2c1c32f', 'barrylanger@gmx.de', 'S', 'F', '', 0, '2017-12-12 07:58:34'),
(1533, '5a2e1b12c642b', 'alex.roma00@gmail.com', 'S', 'F', '', 0, '2017-12-11 05:43:48'),
(1532, '5a2e11505858d', 'ladiboone@gmail.com', 'S', 'F', '', 0, '2017-12-11 05:02:08'),
(1531, '5a2e1076a9250', 'tallaritarocco@yahoo.com', 'S', 'F', '', 0, '2017-12-11 04:58:26'),
(1530, '5a2e0edadb172', 'tallaritarocco@yahoo.com', 'S', 'F', '', 0, '2017-12-11 04:51:34'),
(1529, '5a2db1a79cdaa', 'xweaponsx@gmail.com', 'S', 'F', '', 0, '2017-12-10 22:14:00'),
(1528, '5a2db009ac2e5', 'xweaponsx@gmail.com', 'S', 'F', '', 0, '2017-12-10 22:07:06'),
(1527, '5a2d988e29db8', 'djcollins84@gmail.com', 'S', 'F', '', 0, '2017-12-10 20:26:52'),
(1526, '5a2d974d6a311', 'erin@gallobuildersinc.com', 'S', 'F', '', 0, '2017-12-10 20:21:31'),
(1525, '5a2d8bb9dd1db', 'jhugg42@gmail.com', 'S', 'F', '', 0, '2017-12-10 19:32:13'),
(1524, '5a2d8a1e2adef', 'jhugg42@gmail.com', 'S', 'F', '', 0, '2017-12-10 19:25:19'),
(1523, '5a2d531c7b9f8', 'heidirennick@yahoo.com', 'S', 'F', '', 0, '2017-12-10 15:30:35'),
(1522, '5a2d518141f99', 'heidirennick@yahoo.com', 'S', 'F', '', 0, '2017-12-10 15:23:44'),
(1521, '5a2d464bf180c', 'mike65807@yahoo.com', 'S', 'F', '', 0, '2017-12-10 14:35:57'),
(1520, '5a2d41e61bc7a', 'cparkinson81@yahoo.com', 'S', 'F', '', 0, '2017-12-10 14:17:08'),
(1519, '5a2d10218e36f', 'emily.c@greencreative.com', 'S', 'F', '', 0, '2017-12-10 10:44:50'),
(1518, '5a2d0e85dfce3', 'emily.c@greencreative.com', 'S', 'F', '', 0, '2017-12-10 10:37:58'),
(1517, '5a2d0e7626339', 'stjbrown@gmail.com', 'S', 'F', '', 0, '2017-12-10 10:37:43'),
(1516, '5a2d0cd7dd400', 'stjbrown@gmail.com', 'S', 'F', '', 0, '2017-12-10 10:30:48'),
(1515, '5a2b7d24bd0f1', 'henleyfan@yahoo.com', 'S', 'F', '', 0, '2017-12-09 06:05:20'),
(1514, '5a2b4c267ac99', 'jacob.glanzman@gmail.com', 'S', 'F', '', 0, '2017-12-09 02:36:18'),
(1513, '5a2b43190bf66', 'mmartinez@cars.com', 'S', 'F', '', 0, '2017-12-09 01:57:42'),
(1512, '5a2b1ef203cae', 'smithzach123@yahoo.com', 'S', 'F', '', 0, '2017-12-08 23:23:31'),
(1511, '5a2b1c7a98476', 'scole@colemartin.net', 'S', 'F', '', 0, '2017-12-08 23:12:53'),
(1510, '5a2b19e4506fe', 'danieljmescall@yahoo.com', 'S', 'F', '', 0, '2017-12-08 23:01:57'),
(1509, '5a2b18546c45a', 'moflesjr@yahoo.com', 'S', 'F', '', 0, '2017-12-08 22:55:12'),
(1508, '5a2b184707588', 'danieljmescall@yahoo.com', 'S', 'F', '', 0, '2017-12-08 22:55:04'),
(1507, '5a2b16bb01472', 'moflesjr@yahoo.com', 'S', 'F', '', 0, '2017-12-08 22:48:23'),
(1506, '5a2b0a7b19d8c', 'azeller@alliedmechanical.com', 'S', 'F', '', 0, '2017-12-08 21:56:12'),
(1505, '5a2b086567338', 'beverlyswebshop@gmail.com', 'S', 'F', '', 0, '2017-12-08 21:47:14'),
(1504, '5a2b0071ac476', 'jthealthfoods@gmail.com', 'S', 'F', '', 0, '2017-12-08 21:13:23'),
(1503, '5a2afe54c901b', 'ushapaddle@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-08 21:04:16'),
(1502, '5a2af0dc6b42a', 'jamie.luther@gmail.com', 'S', 'F', '', 0, '2017-12-08 20:06:53'),
(1501, '5a2aec5e2177f', 'juanm@labodegaltd.com', 'S', 'F', '', 0, '2017-12-08 19:47:43'),
(1500, '5a2aeac16f6c8', 'juanm@labodegaltd.com', 'S', 'F', '', 0, '2017-12-08 19:40:50'),
(1499, '5a2add75ecc75', 'kylieandphillip@live.com.au', 'S', 'F', '', 0, '2017-12-08 18:44:06'),
(1498, '5a2ad7d032d71', 'bastropcages@att.net', 'S', 'F', '', 0, '2017-12-08 18:19:58'),
(1497, '5a2accfd5c670', 'wulliem1@ntlworld.com', 'S', 'F', '', 0, '2017-12-08 17:33:46'),
(1496, '5a2acc2c84e95', 'joe@ramiron.com', 'S', 'F', '', 0, '2017-12-08 17:30:21'),
(1495, '5a2ac71bd5ca4', 'lfoxton24@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-08 17:08:40'),
(1494, '5a2ac57f327b3', 'lfoxton24@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-08 17:01:48'),
(1493, '5a2ac281cb0d6', 'cathy@labodegaltd.com', 'S', 'F', '', 0, '2017-12-08 16:49:06'),
(1492, '5a2ac0e3cca25', 'cathy@labodegaltd.com', 'S', 'F', '', 0, '2017-12-08 16:42:12'),
(1491, '5a2aa3a2a7691', 'lisgar@blueyonder.co.uk', 'S', 'F', '', 0, '2017-12-08 14:37:22'),
(1490, '5a2aa343c09b3', 'lisgar@blueyonder.co.uk', 'S', 'F', '', 0, '2017-12-08 14:35:48'),
(1489, '5a2aa1a666025', 'lisgar@blueyonder.co.uk', 'S', 'F', '', 0, '2017-12-08 14:28:55'),
(1488, '5a2a9f9d24ce6', 'lisgar@blueyonder.co.uk', 'S', 'F', '', 0, '2017-12-08 14:20:15'),
(1487, '5a2a9e0067c01', 'lisgar@blueyonder.co.uk', 'S', 'F', '', 0, '2017-12-08 14:13:21'),
(1486, '5a2a9b2f6dff5', 'silverlabs@me.com', 'S', 'F', '', 0, '2017-12-08 14:01:19'),
(1485, '5a2a938a9e7f2', 'aaron.d.leatherwood@gmail.com', 'S', 'F', '', 0, '2017-12-08 13:28:40'),
(1484, '5a2a86bddf0e2', 'rfuchs@alnikmechanical.com', 'S', 'F', '', 0, '2017-12-08 12:34:05'),
(1483, '5a2a8023b1879', 'aaron.d.leatherwood@gmail.com', 'S', 'F', '', 0, '2017-12-08 12:05:55'),
(1482, '5a2a6e4eeacb5', 'dieseldm@excite.com', 'S', 'F', '', 0, '2017-12-08 10:49:50'),
(1481, '5a2a6c7dbabd1', 'michelleandstory@yahoo.com', 'S', 'F', '', 0, '2017-12-08 10:42:05'),
(1480, '5a2a52dfeef3f', 'di.williams13@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-08 08:52:46'),
(1479, '5a2a5142381f4', 'di.williams13@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-08 08:45:53'),
(1478, '5a2a4463b8303', 'ccadbury@rcn.com', 'S', 'F', '', 0, '2017-12-08 07:51:00'),
(1477, '5a2a3d5967a2c', 'avi8er105@yahoo.com', 'S', 'F', '', 0, '2017-12-08 07:20:51'),
(1476, '5a28de2f96243', 'valverde81.av@gmail.com', 'S', 'F', '', 0, '2017-12-07 06:22:41'),
(1475, '5a28dc922fba5', 'valverde81.av@gmail.com', 'S', 'F', '', 0, '2017-12-07 06:15:48'),
(1474, '5a28c20d0110b', 'lorelle.powell@att.net', 'S', 'F', '', 0, '2017-12-07 04:22:33'),
(1473, '5a28c0713672d', 'lorelle.powell@att.net', 'S', 'F', '', 0, '2017-12-07 04:15:40'),
(1472, '5a2894a954092', 'phongquyenmail@yahoo.com', 'S', 'F', '', 0, '2017-12-07 01:08:52'),
(1471, '5a28927fc682e', 'faincometax3@sbcglobal.net', 'S', 'F', '', 0, '2017-12-07 00:59:40'),
(1470, '5a2891346ffcb', 'christinawarner1982@gmail.com', 'S', 'F', '', 0, '2017-12-07 00:54:09'),
(1469, '5a288f57bd19c', 'mamafin58@yahoo.com', 'S', 'F', '', 0, '2017-12-07 00:46:17'),
(1468, '5a28838013f03', 'mamafin58@yahoo.com', 'S', 'F', '', 0, '2017-12-06 23:55:46'),
(1467, '5a2881e3a64dd', 'mamafin58@yahoo.com', 'S', 'F', '', 0, '2017-12-06 23:48:54'),
(1466, '5a287bc22dcdb', 'stephie8733@yahoo.com', 'S', 'F', '', 0, '2017-12-06 23:22:36'),
(1465, '5a2860e25c208', 'drodriguez@m-e-s-a.com', 'S', 'F', '', 0, '2017-12-06 21:28:03'),
(1464, '5a2860a76cc1e', 'vyomesh.joshi@yahoo.com', 'S', 'F', '', 0, '2017-12-06 21:26:59'),
(1463, '5a286003b2bca', 'jfoster6800@yahoo.com', 'S', 'F', '', 0, '2017-12-06 21:24:21'),
(1462, '5a285f51450e2', 'drodriguez@m-e-s-a.com', 'S', 'F', '', 0, '2017-12-06 21:21:22'),
(1461, '5a285a3b0864c', 'ignaciolilyjane@yahoo.com', 'S', 'F', '', 0, '2017-12-06 20:59:40'),
(1460, '5a285681bc796', 'patty.cruickshank@esfox.com', 'S', 'F', '', 0, '2017-12-06 20:43:42'),
(1459, '5a2848aee8449', '9377267070@vtext.com', 'S', 'F', '', 0, '2017-12-06 19:44:47'),
(1458, '5a28403e0360c', 'faincometax3@sbcglobal.net', 'S', 'F', '', 0, '2017-12-06 19:08:46'),
(1457, '5a283bc058079', 'bgraciad@yahoo.com', 'S', 'F', '', 0, '2017-12-06 18:49:34'),
(1456, '5a283a247878c', 'bgraciad@yahoo.com', 'S', 'F', '', 0, '2017-12-06 18:42:41'),
(1455, '5a2833af14dd6', 'daturtle4031@yahoo.com', 'S', 'F', '', 0, '2017-12-06 18:15:07'),
(1454, '5a2832105d140', 'daturtle4031@yahoo.com', 'S', 'F', '', 0, '2017-12-06 18:08:12'),
(1453, '5a282dad87dc4', 'raunhowell@yahoo.com', 'S', 'F', '', 0, '2017-12-06 17:49:30'),
(1452, '5a282ce58a86d', 'kn004x0503@blueyonder.co.uk', 'S', 'F', '', 0, '2017-12-06 17:46:09'),
(1451, '5a282c10df70c', 'raunhowell@yahoo.com', 'S', 'F', '', 0, '2017-12-06 17:42:37'),
(1450, '5a2824386d775', 'amantin@gmail.com', 'S', 'F', '', 0, '2017-12-06 17:09:13'),
(1449, '5a2820ded1015', 'tmarchell1@gmail.com', 'S', 'F', '', 0, '2017-12-06 16:54:55'),
(1448, '5a281f4087860', 'tmarchell1@gmail.com', 'S', 'F', '', 0, '2017-12-06 16:48:01'),
(1447, '5a280db102c9f', 'cokerima@yahoo.co.uk', 'S', 'F', '', 0, '2017-12-06 15:33:03'),
(1446, '5a28054b49567', 'kyle.raffel@gmail.com', 'S', 'F', '', 0, '2017-12-06 14:57:16'),
(1445, '5a2804e9967b3', 'anointed2heal1@yahoo.com', 'S', 'F', '', 0, '2017-12-06 14:55:38'),
(1444, '5a2803aee04da', 'kyle.raffel@gmail.com', 'S', 'F', '', 0, '2017-12-06 14:50:24'),
(1443, '5a27fb728ce93', 'napmag@yahoo.com', 'S', 'F', '', 0, '2017-12-06 14:15:13'),
(1442, '5a27f9d59de96', 'napmag@yahoo.com', 'S', 'F', '', 0, '2017-12-06 14:08:20'),
(1441, '5a27f4e44a584', 'napmag@yahoo.com', 'S', 'F', '', 0, '2017-12-06 13:47:14'),
(1440, '5a27f3487dcb0', 'napmag@yahoo.com', 'S', 'F', '', 0, '2017-12-06 13:40:23'),
(1439, '5a27cf5f3deb4', 'chikomecipoctli@yahoo.com', 'S', 'F', '', 0, '2017-12-06 11:07:11'),
(1438, '5a27cdc28ad0a', 'chikomecipoctli@yahoo.com', 'S', 'F', '', 0, '2017-12-06 11:00:19'),
(1437, '5a27c8364659a', 'tachibanaaa@gmail.com', 'S', 'F', '', 0, '2017-12-06 10:36:36'),
(1436, '5a27b6b4ae7b6', 'colinhelm1976@yahoo.com', 'S', 'F', '', 0, '2017-12-06 09:21:56'),
(1435, '5a27b51757310', 'colinhelm1976@yahoo.com', 'S', 'F', '', 0, '2017-12-06 09:15:03'),
(1434, '5a27a8db1961a', 'lkroosgirl@frontier.com', 'S', 'F', '', 0, '2017-12-06 08:22:50'),
(1433, '5a27a716ecbe2', 'linave16@yahoo.com', 'S', 'F', '', 0, '2017-12-06 08:15:17'),
(1432, '5a27a57a759bf', 'linave16@yahoo.com', 'S', 'F', '', 0, '2017-12-06 08:08:25'),
(1431, '5a279bfdd96b7', 'd.mihal@sbcglobal.net', 'S', 'F', '', 0, '2017-12-06 07:27:57'),
(1430, '5a279a5fa7b95', 'd.mihal@sbcglobal.net', 'S', 'F', '', 0, '2017-12-06 07:21:03'),
(1429, '59f54e31574a1', 'lichoffs@yahoo.com', 'S', 'F', '', 0, '2017-10-29 03:42:39'),
(1428, '59f50ed7f1951', 'grifff1020@yahoo.com', 'S', 'F', '', 0, '2017-10-28 23:12:20'),
(1427, '59f4eb7e8c7f6', 'wassonal@comcast.net', 'S', 'F', '', 0, '2017-10-28 20:41:35'),
(1426, '59f4ca494e12a', 'ramosgypsy40@yahoo.com', 'S', 'F', '', 0, '2017-10-28 18:19:55'),
(1425, '59f4c98109942', 'battas2@bigpond.com', 'S', 'F', '', 0, '2017-10-28 18:16:29'),
(1424, '59f4b9dcf20c8', 'jlanczycki@yahoo.com', 'S', 'F', '', 0, '2017-10-28 17:09:50'),
(1423, '59f48b9a1de93', 'crissy050@gmail.com', 'S', 'F', '', 0, '2017-10-28 13:52:26'),
(1422, '59f4633523302', 'kmyree85@yahoo.com', 'S', 'F', '', 0, '2017-10-28 11:00:04'),
(1421, '59f45e00a6b30', 'saralamb@ameritech.net', 'S', 'F', '', 0, '2017-10-28 10:37:52'),
(1420, '59f2c6e5a34d3', 'shadangi@gmail.com', 'S', 'F', '', 0, '2017-10-27 05:40:55'),
(1419, '59f29981a0319', 'maher000@yahoo.com', 'S', 'F', '', 0, '2017-10-27 02:27:07'),
(1418, '59f2875f12540', 'thadiamondempress@yahoo.com', 'S', 'F', '', 0, '2017-10-27 01:09:52'),
(1417, '59f2643b17ced', 'kruemel1972@t-online.de', 'S', 'F', '', 0, '2017-10-26 22:39:55'),
(1416, '59f258141dcc2', 'justdari633@gmail.com', 'S', 'F', '', 0, '2017-10-26 21:48:02'),
(1415, '59f25583c2b70', 'scott.cawlfield@bvsd.org', 'S', 'F', '', 0, '2017-10-26 21:37:05'),
(1414, '59f250b0938dd', 'jefferybroadie@yahoo.com', 'S', 'F', '', 0, '2017-10-26 21:16:33'),
(1413, '59f23ab590770', 'hotchic6892@yahoo.com', 'S', 'F', '', 0, '2017-10-26 19:42:41'),
(1412, '59f233f0bb744', 'stephendarex@yahoo.com', 'S', 'F', '', 0, '2017-10-26 19:13:48'),
(1411, '59f22feb89e15', 'ddkochph@yahoo.com', 'S', 'F', '', 0, '2017-10-26 18:56:44'),
(1410, '59f22c338cfff', 'junyingfan@yahoo.com', 'S', 'F', '', 0, '2017-10-26 18:40:48'),
(1409, '59f2247ea5b6c', 'rodhammm@yahoo.com', 'S', 'F', '', 0, '2017-10-26 18:07:57'),
(1408, '59f209890a08d', 'willsgirl422@icloud.com', 'S', 'F', '', 0, '2017-10-26 16:12:54'),
(1407, '59f207ec11423', 'mtorres1210@yahoo.com', 'S', 'F', '', 0, '2017-10-26 16:06:04'),
(1406, '59f20555e74e9', 'ddkochph@yahoo.com', 'S', 'F', '', 0, '2017-10-26 15:55:02'),
(1405, '59f1e5e1219bf', 'cog033@charter.net', 'S', 'F', '', 0, '2017-10-26 13:40:49'),
(1404, '59f1e46e379b0', 'schmausi6@web.de', 'S', 'F', '', 0, '2017-10-26 13:34:35'),
(1403, '59f1dc57c789b', 'clarathornton@gmail.com', 'S', 'F', '', 0, '2017-10-26 13:00:08'),
(1402, '59f1d4a459853', 'mtorres1210@yahoo.com', 'S', 'F', '', 0, '2017-10-26 12:27:20'),
(1401, '59efd216c32ea', 'azure.dreamz@gmail.com', 'S', 'F', '', 0, '2017-10-24 23:51:45'),
(1400, '59efcd93b91e0', 'barri_k@yahoo.com', 'S', 'F', '', 0, '2017-10-24 23:32:37'),
(1399, '59efbb8757e6e', 'adaftra@roadrunner.com', 'S', 'F', '', 0, '2017-10-24 22:15:37'),
(1398, '59efb4dd7291b', 'kirkivskyy@gmail.com', 'S', 'F', '', 0, '2017-10-24 21:47:06'),
(1397, '59ef8cc85841f', 'f.lelleik@freenet.de', 'S', 'F', '', 0, '2017-10-24 18:56:04'),
(1396, '59ef757fe8932', 'keri.vandenberg@yahoo.co.uk', 'S', 'F', '', 0, '2017-10-24 17:16:46'),
(1395, '59ef71fe3beaa', 'cdstoneman@sbcglobal.net', 'S', 'F', '', 0, '2017-10-24 17:01:46'),
(1394, '59ef6fb62b7bd', 'destrem@deloitte.com', 'S', 'F', '', 0, '2017-10-24 16:52:04'),
(1393, '59ef5dbe8379c', 'mann_family@btinternet.com', 'S', 'F', '', 0, '2017-10-24 15:35:25'),
(1392, '59ef1036a72a5', 'pupcake3@cox.net', 'S', 'F', '', 0, '2017-10-24 10:04:38'),
(1391, '59ef0cde3e22f', 'lars.martin@t-online.de', 'S', 'F', '', 0, '2017-10-24 09:50:23'),
(1390, '59ed58084bbbd', 'pudge3us@yahoo.com', 'S', 'F', '', 0, '2017-10-23 02:46:34'),
(1389, '59ed2ad2b9e3c', 'bubulka@mailinator.com', 'S', 'F', '', 0, '2017-10-22 23:33:34'),
(1388, '59ed19e976c08', 'dbarrino3@yahoo.com', 'S', 'F', '', 0, '2017-10-22 22:21:31'),
(1387, '59ed19d8e6eb3', 'abdalla915@yahoo.com', 'S', 'F', '', 0, '2017-10-22 22:21:08'),
(1386, '59ed195c0be17', 'jkl_99@yahoo.com', 'S', 'F', '', 0, '2017-10-22 22:19:04'),
(1385, '59ece325a3675', 'expresskg2@yahoo.com', 'S', 'F', '', 0, '2017-10-22 18:27:46');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(1384, '59ecd75c52612', 'lanette_wright@yahoo.com', 'S', 'F', '', 0, '2017-10-22 17:37:30'),
(1383, '59ecca870617e', 'vicious98433@gmail.com', 'S', 'F', '', 0, '2017-10-22 16:42:48'),
(1382, '59eca245bb469', 'christian@veganmagazin.de', 'S', 'F', '', 0, '2017-10-22 13:51:02'),
(1381, '59ec6fd004ccb', 'lana_dolfin@yahoo.com', 'S', 'F', '', 0, '2017-10-22 10:15:44'),
(1380, '59ea88adca0a4', 'xyligan13@yahoo.com', 'S', 'F', '', 0, '2017-10-20 23:37:19'),
(1379, '59ea8262769d2', 'welchbaseball15@yahoo.com', 'S', 'F', '', 0, '2017-10-20 23:10:26'),
(1378, '59ea3d35a48d1', 'bigjohn0187@yahoo.com', 'S', 'F', '', 0, '2017-10-20 18:15:18'),
(1377, '59ea3af334071', 'doublevisionphoto@gmail.com', 'S', 'F', '', 0, '2017-10-20 18:05:36'),
(1375, '59ea155410309', 'liathetattooer@gmail.com', 'S', 'F', '', 0, '2017-10-20 15:25:08'),
(1376, '59ea2270cd326', 'stellaratesbeards@gmail.com', 'S', 'F', '', 0, '2017-10-20 16:21:03'),
(1374, '59ea0d765ca04', '7345469727@txt.att.net', 'S', 'F', '', 0, '2017-10-20 14:51:35'),
(1373, '59ea0aaa3e155', 'karenwzwang@gmail.com', 'S', 'F', '', 0, '2017-10-20 14:39:39'),
(1372, '59e9dddf806ec', 'redrob400@yahoo.com', 'S', 'F', '', 0, '2017-10-20 11:28:32'),
(1371, '59e46271b533e', 'rigattia@gmail.com', 'S', 'F', '', 0, '2017-10-16 07:40:29'),
(1370, '59e44cc28e807', 'vschieler@yahoo.com', 'S', 'F', '', 0, '2017-10-16 06:08:02'),
(1369, '59e3d77eee972', 'palomo_karen@yahoo.com', 'S', 'F', '', 0, '2017-10-15 21:47:43'),
(1368, '59e3d13b5a804', 'christoph.butscher@gmail.com', 'S', 'F', '', 0, '2017-10-15 21:21:02'),
(1367, '59e3beff07b28', 'normacarbajalp@yahoo.com', 'S', 'F', '', 0, '2017-10-15 20:03:06'),
(1366, '59e3bec24d004', 'sedonamethodkiss@yahoo.com', 'S', 'F', '', 0, '2017-10-15 20:02:11'),
(1365, '59e3b42427a0f', 'wes_gray79@yahoo.com', 'S', 'F', '', 0, '2017-10-15 19:16:52'),
(1364, '59e3aeb811ea6', 'highfiveroden@yahoo.com', 'S', 'F', '', 0, '2017-10-15 18:53:39'),
(1363, '59e39acd8f912', 'payne613@att.net', 'S', 'F', '', 0, '2017-10-15 17:28:42'),
(1362, '59e38deb437c0', 'lespesjulien33@gmail.com', 'S', 'F', '', 0, '2017-10-15 16:33:45'),
(1361, '59e37d853f51e', 'danielastan.ds@gmail.com', 'S', 'F', '', 0, '2017-10-15 15:23:49'),
(1360, '59e3737218a81', 'wpipkins73@yahoo.com', 'S', 'F', '', 0, '2017-10-15 14:40:50'),
(1359, '59e346e29038b', 'aschammel@yahoo.com', 'S', 'F', '', 0, '2017-10-15 11:30:42'),
(1358, '59e3411edd91c', 'samclark@charter.net', 'S', 'F', '', 0, '2017-10-15 11:06:07'),
(1357, '59e15b3567934', 'info@garmentsforless.com', 'S', 'F', '', 0, '2017-10-14 00:32:56'),
(1356, '59e140bc3a4b4', 'abwilliams_27@yahoo.com', 'S', 'F', '', 0, '2017-10-13 22:39:57'),
(1355, '59e12da5e5cbf', 'jaosnwoo@yahoo.com', 'S', 'F', '', 0, '2017-10-13 21:18:27'),
(1354, '59e106ac4d1b0', 'kacipoole@yahoo.com', 'S', 'F', '', 0, '2017-10-13 18:32:13'),
(1353, '59e104665f874', 'heather24221@yahoo.com', 'S', 'F', '', 0, '2017-10-13 18:22:29'),
(1352, '59e0f64c8406b', 'sabrinalevine21@yahoo.com', 'S', 'F', '', 0, '2017-10-13 17:22:17'),
(1351, '59e0e7a633833', 'johnsambusiness@yahoo.com', 'S', 'F', '', 0, '2017-10-13 16:19:51'),
(1350, '59e0dcfc0fd2d', 'rojas7@earthlink.net', 'S', 'F', '', 0, '2017-10-13 15:34:22'),
(1349, '59e0db3bc1cc0', 'mjparty4u@gmail.com', 'S', 'F', '', 0, '2017-10-13 15:26:54'),
(1348, '59e0cb9439fd5', 'cristiancano85@yahoo.com', 'S', 'F', '', 0, '2017-10-13 14:20:02'),
(1347, '59e0c712a31df', 'cristiancano85@yahoo.com', 'S', 'F', '', 0, '2017-10-13 14:00:52'),
(1346, '59e090124c278', 'bradleyfm@gmail.com', 'S', 'F', '', 0, '2017-10-13 10:06:11'),
(1345, '59e074faad1e5', 'traaf82@gmail.com', 'S', 'F', '', 0, '2017-10-13 08:10:35'),
(1344, '59e06cd04c6ea', 'ambercbooth@yahoo.com', 'S', 'F', '', 0, '2017-10-13 07:35:45'),
(1343, '59deb8f985db0', 'frivas3470@yahoo.com', 'S', 'F', '', 0, '2017-10-12 00:36:04'),
(1342, '59de886792e6b', 'mediamoma2001@yahoo.com', 'S', 'F', '', 0, '2017-10-11 21:08:57'),
(1341, '59de83aadeae8', 'chrisdoering1983@web.de', 'S', 'F', '', 0, '2017-10-11 20:48:40'),
(1340, '59de80ed3922d', 'dimascioauto@comcast.net', 'S', 'F', '', 0, '2017-10-11 20:37:02'),
(1339, '59de43465ab1b', 'rosesoma98@yahoo.com', 'S', 'F', '', 0, '2017-10-11 16:13:56'),
(1338, '59de344931ffe', 'eileenseese@gmail.com', 'S', 'F', '', 0, '2017-10-11 15:10:02'),
(1337, '59de018b36a21', 'terickson62@yahoo.com', 'S', 'F', '', 0, '2017-10-11 11:33:30'),
(1336, '59dde9d6e3f45', 'jchris519@yahoo.com', 'S', 'F', '', 0, '2017-10-11 09:52:22'),
(1335, '59dc74c0e7da3', 'evelyn-kahle@gmx.de', 'S', 'F', '', 0, '2017-10-10 07:20:33'),
(1334, '59dc731a86338', 'chris.chrismartinez@gmail.com', 'S', 'F', '', 0, '2017-10-10 07:13:29'),
(1333, '59dc3b51ecee5', 'anna.sorribes@gmail.com', 'S', 'F', '', 0, '2017-10-10 03:15:30'),
(1332, '59dc39b114ab8', 'charlesyanow@yahoo.com', 'S', 'F', '', 0, '2017-10-10 03:08:33'),
(1331, '59dc046976691', 'noell.stewart@gmail.com', 'S', 'F', '', 0, '2017-10-09 23:21:10'),
(1330, '59dbfc34d3e08', 'knexrooster@yahoo.com', 'S', 'F', '', 0, '2017-10-09 22:46:07'),
(1329, '59dbf5427610b', 'eileenseese@gmail.com', 'S', 'F', '', 0, '2017-10-09 22:16:35'),
(1328, '59dbf3794376f', 'moncello1917@gmail.com', 'S', 'F', '', 0, '2017-10-09 22:08:59'),
(1327, '59dbee1e19f77', 'brianpilcher@gmail.com', 'S', 'F', '', 0, '2017-10-09 21:46:01'),
(1326, '59dbd37c1d38e', 'moncello1917@gmail.com', 'S', 'F', '', 0, '2017-10-09 19:52:29'),
(1325, '59dbcde9461a2', 'j.stieler@yahoo.com', 'S', 'F', '', 0, '2017-10-09 19:28:39'),
(1324, '59dbcd02eec19', 'bethannedonovan@yahoo.com', 'S', 'F', '', 0, '2017-10-09 19:24:52'),
(1323, '59dbbc179bb3c', 'jimjeanwalsh@yahoo.com', 'S', 'F', '', 0, '2017-10-09 18:12:40'),
(1322, '59dbb32e2fd12', 'iaestes@yahoo.com', 'S', 'F', '', 0, '2017-10-09 17:34:36'),
(1321, '59dba7cc7f17c', 'hlam032@yahoo.com', 'S', 'F', '', 0, '2017-10-09 16:46:01'),
(1320, '59db88f9be3b4', 'lbottenhorn@fuse.net', 'S', 'F', '', 0, '2017-10-09 14:34:31'),
(1319, '59db7106c2169', 'sdemski@bochum.de', 'S', 'F', '', 0, '2017-10-09 12:52:24'),
(1318, '59dad6344c2d1', 'mel.ebner@t-online.de', 'S', 'F', '', 0, '2017-10-09 01:51:49'),
(1317, '59da46eccab81', 'opoerez@yahoo.com', 'S', 'F', '', 0, '2017-10-08 15:40:27'),
(1316, '59da3472b9066', 'l.kuschow@gmx.de', 'S', 'F', '', 0, '2017-10-08 14:21:39'),
(1315, '59da2fd50c9b8', 'ocastillo2222@gmail.com', 'S', 'F', '', 0, '2017-10-08 14:01:57'),
(1314, '59da2602ed4ca', 'tmyers30@yahoo.com', 'S', 'F', '', 0, '2017-10-08 13:20:03'),
(1313, '59da257b45798', 'zcarman832002@yahoo.com', 'S', 'F', '', 0, '2017-10-08 13:17:46'),
(1312, '59d84609e20ed', 'evelyn.stern@davidchipperfield.co.uk', 'S', 'F', '', 0, '2017-10-07 03:12:11'),
(1311, '59d8405b2b236', 'hello@icon.foundation', 'S', 'F', '', 0, '2017-10-07 02:47:49'),
(1310, '59d83d3f36801', 'ron_r_ramsey1@yahoo.com', 'S', 'F', '', 0, '2017-10-07 02:34:34'),
(1309, '59d83ac8b9cc2', 'info@tenutabartoli.com', 'S', 'F', '', 0, '2017-10-07 02:24:05'),
(1308, '59d7f23082db0', 'jbitsouie@yahoo.com', 'S', 'F', '', 0, '2017-10-06 21:14:20'),
(1307, '59d7ecbd1d605', 'ryanrochelle1314@gmail.com', 'S', 'F', '', 0, '2017-10-06 20:51:04'),
(1306, '59d7e4615f26a', 'lacielynn1@yahoo.com', 'S', 'F', '', 0, '2017-10-06 20:15:31'),
(1305, '59d7dcc4137f1', 'hellonwheels1970@yahoo.com', 'S', 'F', '', 0, '2017-10-06 19:43:00'),
(1304, '59d7c139d3992', 'bookb20@yahoo.com', 'S', 'F', '', 0, '2017-10-06 17:45:30'),
(1303, '59d7bff500ea1', 'stephendchrist@gmail.com', 'S', 'F', '', 0, '2017-10-06 17:40:06'),
(1302, '59d7bcf8aa99e', 'kyle.doxey@yahoo.com', 'S', 'F', '', 0, '2017-10-06 17:27:19'),
(1301, '59d7bc9bcf9fe', 'bethy8201@yahoo.com', 'S', 'F', '', 0, '2017-10-06 17:25:49'),
(1300, '59d7a935f12fd', 'monique07106@yahoo.com', 'S', 'F', '', 0, '2017-10-06 16:03:01'),
(1299, '59d7a87e29b93', 'almega1962@sbcglobal.net', 'S', 'F', '', 0, '2017-10-06 15:59:54'),
(1298, '59d79b7167864', 'andreaw@paiindustries.com', 'S', 'F', '', 0, '2017-10-06 15:04:15'),
(1297, '59d78b895a11c', 'sajoipr@gmail.com', 'S', 'F', '', 0, '2017-10-06 13:56:25'),
(1296, '59d765e65afd3', 'xmen1121@yahoo.com', 'S', 'F', '', 0, '2017-10-06 11:15:50'),
(1295, '59d73e09ab458', 'aschim@gmx.de', 'S', 'F', '', 0, '2017-10-06 08:25:45'),
(1294, '59d5da0de055a', 'smdhamilton@yahoo.com', 'S', 'F', '', 0, '2017-10-05 07:06:48'),
(1293, '59d5d1892f26a', 'bookb20@yahoo.com', 'S', 'F', '', 0, '2017-10-05 06:30:33'),
(1292, '59d5b33e66471', 'nielsonmouse1@yahoo.com', 'S', 'F', '', 0, '2017-10-05 04:21:10'),
(1291, '59d5a8d54f2e4', 'glhioreau@gmail.com', 'S', 'F', '', 0, '2017-10-05 03:36:50'),
(1290, '59d59c46afcb5', 'srehnberg87120@yahoo.com', 'S', 'F', '', 0, '2017-10-05 02:43:15'),
(1289, '59d599bf9490a', 'andymayerchak@yahoo.com', 'S', 'F', '', 0, '2017-10-05 02:32:27'),
(1288, '59d594290e3ac', 'adarbyh@yahoo.com', 'S', 'F', '', 0, '2017-10-05 02:08:38'),
(1287, '59d58d87e7f67', 'andymayerchak@yahoo.com', 'S', 'F', '', 0, '2017-10-05 01:40:20'),
(1286, '59d57ea059672', 'jskews516@att.net', 'S', 'F', '', 0, '2017-10-05 00:36:52'),
(1285, '59d56c9791924', 'todd_hinckley@yahoo.com', 'S', 'F', '', 0, '2017-10-04 23:19:53'),
(1284, '59d563c68c724', 'cdesibert@yahoo.com', 'S', 'F', '', 0, '2017-10-04 22:42:15'),
(1283, '59d561231f8e8', 'chuckchsl@embarqmail.com', 'S', 'F', '', 0, '2017-10-04 22:31:00'),
(1282, '59d55c71f1a66', 'rhys_rj@yahoo.co.uk', 'S', 'F', '', 0, '2017-10-04 22:10:55'),
(1281, '59d55b924a76b', 'jimandlouann@cox.net', 'S', 'F', '', 0, '2017-10-04 22:07:16'),
(1280, '59d54f696bf09', 'kyledglenn@yahoo.com', 'S', 'F', '', 0, '2017-10-04 21:15:22'),
(1279, '59d54ea09a1b0', 'dianakennedy4@yahoo.com', 'S', 'F', '', 0, '2017-10-04 21:12:01'),
(1278, '59d53f1416165', 'soeztoc2002@yahoo.com', 'S', 'F', '', 0, '2017-10-04 20:05:36'),
(1277, '59d520d59b93f', 'smurg001@yahoo.com', 'S', 'F', '', 0, '2017-10-04 17:56:38'),
(1276, '59d511e985f82', 'prestwick9@yahoo.com', 'S', 'F', '', 0, '2017-10-04 16:52:54'),
(1275, '59d4faacdb83b', 'chris.avila1@centurylink.net', 'S', 'F', '', 0, '2017-10-04 15:13:50'),
(1274, '59d4e9804d711', 'caseybbambico@yahoo.com', 'S', 'F', '', 0, '2017-10-04 14:00:29'),
(1273, '59d4e57890f14', 'ldcorey@netzero.net', 'S', 'F', '', 0, '2017-10-04 13:43:21'),
(1272, '59d4bc0d75168', 'tawynajackson@yahoo.com', 'S', 'F', '', 0, '2017-10-04 10:46:36'),
(1271, '59d4a1f2e9bcf', 'holn.anne@gmx.de', 'S', 'F', '', 0, '2017-10-04 08:55:15'),
(1270, '59d33dd0ad1f7', 'pbookal@ymail.com', 'S', 'F', '', 0, '2017-10-03 07:35:44'),
(1269, '59d30c8a798cf', 'timbob114@ameritech.net', 'S', 'F', '', 0, '2017-10-03 04:05:30'),
(1268, '59d2d5d6c6fd6', 'benoit.raulin@gmail.com', 'S', 'F', '', 0, '2017-10-03 00:12:08'),
(1267, '59d2cf6578ba4', 'lpintal27@yahoo.com', 'S', 'F', '', 0, '2017-10-02 23:44:33'),
(1266, '59d2c1182b5cc', 'chasidychaisson@yahoo.com', 'S', 'F', '', 0, '2017-10-02 22:43:32'),
(1265, '59d2be304b023', 'lsubaseball8@gmail.com', 'S', 'F', '', 0, '2017-10-02 22:31:08'),
(1264, '59d2b974703dc', 'cjgobins@gmail.com', 'S', 'F', '', 0, '2017-10-02 22:11:01'),
(1263, '59d2a9373ba58', 'francizska@yahoo.com', 'S', 'F', '', 0, '2017-10-02 21:01:44'),
(1262, '59d294e44d2de', 'janmader@yahoo.com', 'S', 'F', '', 0, '2017-10-02 19:34:56'),
(1261, '59d2930f79920', 'brotolo@rotoloconsultants.com', 'S', 'F', '', 0, '2017-10-02 19:27:09'),
(1260, '59d2911210d63', 'mschomaker@verizon.net', 'S', 'F', '', 0, '2017-10-02 19:18:44'),
(1259, '59d285117ad3d', 'dlg3641@yahoo.com', 'S', 'F', '', 0, '2017-10-02 18:27:30'),
(1258, '59d26a4271b85', 'sryan@ryancontractingllc.com', 'S', 'F', '', 0, '2017-10-02 16:33:07'),
(1257, '59d25e9d2c099', 'amandine.rch@gmail.com', 'S', 'F', '', 0, '2017-10-02 15:43:26'),
(1256, '59d246b8caed4', 'ronrock165@yahoo.com', 'S', 'F', '', 0, '2017-10-02 14:01:29'),
(1255, '59d242e2339a9', 'vu0tran@gmail.com', 'S', 'F', '', 0, '2017-10-02 13:45:05'),
(1254, '59d2327a4da6c', 'bray.henkel@gmail.com', 'S', 'F', '', 0, '2017-10-02 12:35:07'),
(1253, '59d21a4770dd2', 'reedkean@yahoo.com', 'S', 'F', '', 0, '2017-10-02 10:51:53'),
(1252, '59d214993c734', 'hadleytwidwell14@gmail.com', 'S', 'F', '', 0, '2017-10-02 10:27:37'),
(1251, '59d2036c24cdd', 'taniamelica@gmail.com', 'S', 'F', '', 0, '2017-10-02 09:14:19'),
(1250, '59d08c54de014', 'rhartley1956@gmail.com', 'S', 'F', '', 0, '2017-10-01 06:33:58'),
(1249, '59d075339b5a4', 'linda.marshall47@gmail.com', 'S', 'F', '', 0, '2017-10-01 04:55:16'),
(1248, '59d05ceb6ac55', 'james.jfyb.89@gmail.com', 'S', 'F', '', 0, '2017-10-01 03:11:34'),
(1247, '59d052df8d36e', 'linda.marshall47@gmail.com', 'S', 'F', '', 0, '2017-10-01 02:28:48'),
(1246, '59d04e102b5d2', 'swapnil.garg@gmail.com', 'S', 'F', '', 0, '2017-10-01 02:08:11'),
(1245, '59d03de721f0b', 'jjzaroucar@gmail.com', 'S', 'F', '', 0, '2017-10-01 00:59:13'),
(1244, '59d03967f30f5', 'sommernh@gmail.com', 'S', 'F', '', 0, '2017-10-01 00:40:09'),
(1243, '59d0345d67c72', 'lespesjulien33@gmail.com', 'S', 'F', '', 0, '2017-10-01 00:18:39'),
(1242, '59d02888a55a1', 'fenwaycat@gmail.com', 'S', 'F', '', 0, '2017-09-30 23:28:10'),
(1241, '59cffc8c4bcf2', 'mr.brian.gunia@gmail.com', 'S', 'F', '', 0, '2017-09-30 20:20:29'),
(1240, '59cfd1aff2dc2', 'gc2124@gmail.com', 'S', 'F', '', 0, '2017-09-30 17:17:34'),
(1239, '59cfcfb50ab50', 's.samuel.young@gmail.com', 'S', 'F', '', 0, '2017-09-30 17:09:11'),
(1238, '59cfc1dc59126', 'dianalynnxk@gmail.com', 'S', 'F', '', 0, '2017-09-30 16:10:03'),
(1237, '59cfaedbcd23c', 'dipak.chalakkal@gmail.com', 'S', 'F', '', 0, '2017-09-30 14:48:58'),
(1236, '59cf9fe53ee95', 'jschippersr@gmail.com', 'S', 'F', '', 0, '2017-09-30 13:45:10'),
(1235, '59cf8acb9a35d', 'dunberhagen@gmail.com', 'S', 'F', '', 0, '2017-09-30 12:15:07'),
(1234, '59cf7c928212a', 'contactigxx@gmail.com', 'S', 'F', '', 0, '2017-09-30 11:14:25'),
(1233, '59cf6d10646a8', 'contactigxx@gmail.com', 'S', 'F', '', 0, '2017-09-30 10:08:16'),
(1232, '59cf6b67d86db', 'info@villagaudia.it', 'S', 'F', '', 0, '2017-09-30 10:01:13'),
(1231, '59cf6b5822b5b', 'samandje@yahoo.com', 'S', 'F', '', 0, '2017-09-30 10:00:57'),
(1230, '59cf670f4ea69', 'contactigxx@gmail.com', 'S', 'F', '', 0, '2017-09-30 09:42:45'),
(1229, '59cf628d47a86', 'kmobayemi@yahoo.com', 'S', 'F', '', 0, '2017-09-30 09:23:26'),
(1228, '59cdf03139a42', 'amber.dumas@yahoo.com', 'S', 'F', '', 0, '2017-09-29 07:03:14'),
(1227, '59cdcf69f39eb', 'jgjorgen@gmail.com', 'S', 'F', '', 0, '2017-09-29 04:43:23'),
(1226, '59cdcd9589b76', 'charlotteharris323@yahoo.com', 'S', 'F', '', 0, '2017-09-29 04:35:30'),
(1225, '59cdc64c70c29', 'shannon507@gmail.com', 'S', 'F', '', 0, '2017-09-29 04:04:32'),
(1224, '59cda185e6a14', '123dwight@gmail.com', 'S', 'F', '', 0, '2017-09-29 01:27:36'),
(1223, '59cd87f54919b', 'blumichael@gmail.com', 'S', 'F', '', 0, '2017-09-28 23:38:29'),
(1222, '59cd840aafe18', 'naturesbeautys1@gmail.com', 'S', 'F', '', 0, '2017-09-28 23:21:48'),
(1221, '59cd811b7df42', 'ayannaha@yahoo.com', 'S', 'F', '', 0, '2017-09-28 23:09:13'),
(1220, '59cd6e9335218', 'jharris@ci.sandusky.oh.us', 'S', 'F', '', 0, '2017-09-28 21:50:13'),
(1219, '59cd69fd7d683', 'amber.dumas@yahoo.com', 'S', 'F', '', 0, '2017-09-28 21:30:36'),
(1218, '59cd67af91795', 'dawn_hannon@yahoo.com', 'S', 'F', '', 0, '2017-09-28 21:20:47'),
(1217, '59cd5f32a2030', 'd.buford@verizon.net', 'S', 'F', '', 0, '2017-09-28 20:44:36'),
(1216, '59cd4e625b534', 'climbingtyler@gmail.com', 'S', 'F', '', 0, '2017-09-28 19:32:51'),
(1215, '59cd4c5d3e19c', 'xxjaylp23xx@gmail.com', 'S', 'F', '', 0, '2017-09-28 19:24:13'),
(1214, '59cd457fbda99', 'mvudodovsky@gmail.com', 'S', 'F', '', 0, '2017-09-28 18:54:57'),
(1213, '59cd44cad5db0', 'adam2mazur@gmail.com', 'S', 'F', '', 0, '2017-09-28 18:51:56'),
(1212, '59cd38c08c00c', 'elmiger.laura@gmail.com', 'S', 'F', '', 0, '2017-09-28 18:00:34'),
(1211, '59cd1d6a18c94', 'bobbert1115@yahoo.com', 'S', 'F', '', 0, '2017-09-28 16:03:54'),
(1210, '59cd16f9271f9', 'dipietro.tania@gmail.com', 'S', 'F', '', 0, '2017-09-28 15:36:25'),
(1209, '59cd06ac74646', 'boaz.murad@gmail.com', 'S', 'F', '', 0, '2017-09-28 14:02:32'),
(1208, '59ccdef605d89', 'ardes.johnson@gmail.com', 'S', 'F', '', 0, '2017-09-28 11:37:27'),
(1207, '59cc7e5f60385', 'agierke@adamgierkephotography.com', 'S', 'F', '', 0, '2017-09-28 04:21:02'),
(1206, '59cc535c23c63', 'jonnyd2024@yahoo.com', 'S', 'F', '', 0, '2017-09-28 01:27:59'),
(1205, '59cc464d7f1da', 'mjb1359@comcast.net', 'S', 'F', '', 0, '2017-09-28 00:50:09'),
(1204, '59cc017868906', 'parabolic123@yahoo.com', 'S', 'F', '', 0, '2017-09-27 19:28:12'),
(1203, '59cbf27e63eea', 'kgrable11@gmail.com', 'S', 'F', '', 0, '2017-09-27 18:28:58'),
(1202, '59cbe99825ea9', 'nataliakosser@yahoo.com', 'S', 'F', '', 0, '2017-09-27 17:58:54'),
(1201, '59cbe7372c6a8', 'concretepolishingutah@gmail.com', 'S', 'F', '', 0, '2017-09-27 17:48:45'),
(1200, '59cbe4cedcaea', 'concretepolishingutah@gmail.com', 'S', 'F', '', 0, '2017-09-27 17:25:54'),
(1199, '59cbcff08f318', 'samantha_miller007@yahoo.com', 'S', 'F', '', 0, '2017-09-27 16:07:18'),
(1198, '59cbac69b6bfd', 'jcanizalez@socal.rr.com', 'S', 'F', '', 0, '2017-09-27 13:35:25'),
(1197, '59cb8ed1a65f9', 'cpvpmikie@gmail.com', 'S', 'F', '', 0, '2017-09-27 11:45:02'),
(1196, '59cb6b93b1a5d', 'bls8494@yahoo.com', 'S', 'F', '', 0, '2017-09-27 09:01:16'),
(1195, '59cb3ece76762', 'jarrydhillhouse@gmail.com', 'S', 'F', '', 0, '2017-09-27 06:01:51'),
(1194, '59cb41a17b54c', 'angel.sipes@gmail.com', 'S', 'F', '', 0, '2017-09-27 05:54:24'),
(1193, '59cb0ac56e544', 'coleman.shaquita4@gmail.com', 'S', 'F', '', 0, '2017-09-27 02:19:50'),
(1192, '59cafa3440991', 'mikejorgenson@sbcglobal.net', 'S', 'F', '', 0, '2017-09-27 01:09:10'),
(1191, '59caea3fed6d6', 'jdlindor@gmail.com', 'S', 'F', '', 0, '2017-09-26 23:49:38'),
(1190, '59cae017700d4', 'coleman.shaquita4@gmail.com', 'S', 'F', '', 0, '2017-09-26 22:58:16'),
(1189, '59cac4be8df74', 'anachioperez@yahoo.com', 'S', 'F', '', 0, '2017-09-26 21:22:52'),
(1188, '59cab5064560d', 'vu0tran@gmail.com', 'S', 'F', '', 0, '2017-09-26 20:13:59'),
(1187, '59cab0b7afea0', 'vu0tran@gmail.com', 'S', 'F', '', 0, '2017-09-26 19:55:33'),
(1186, '59ca945604a29', 'derindillow@gmail.com', 'S', 'F', '', 0, '2017-09-26 17:56:20'),
(1185, '59ca93dc30f6d', 'dlull1979@gmail.com', 'S', 'F', '', 0, '2017-09-26 17:52:28'),
(1184, '59ca95de3b7ea', 'cyberpawn09@gmail.com', 'S', 'F', '', 0, '2017-09-26 17:49:30'),
(1183, '59ca71b49d6d4', 'kimberly.andes.holt@gmail.com', 'S', 'F', '', 0, '2017-09-26 15:26:45'),
(1182, '59ca49c6943fa', 'jayweatherford@att.net', 'S', 'F', '', 0, '2017-09-26 12:36:23'),
(1181, '59ca00bfe65f0', 'anitat812@gmail.com', 'S', 'F', '', 0, '2017-09-26 07:13:27'),
(1180, '59c9f49e51592', 'youngj33kwon@gmail.com', 'S', 'F', '', 0, '2017-09-26 06:34:51'),
(1179, '59c9a5f627aec', 'jawaad.ali.ali@gmail.com', 'S', 'F', '', 0, '2017-09-26 00:59:13'),
(1178, '59c998242d9a0', 'rpl@ssgillflooring.com', 'S', 'F', '', 0, '2017-09-26 00:00:15'),
(1177, '59c983f957bbb', 'wenlar2@yahoo.com', 'S', 'F', '', 0, '2017-09-25 22:34:10'),
(1175, '59c97b1030c60', 'harrismfg@gmail.com', 'S', 'F', '', 0, '2017-09-25 21:56:09'),
(1176, '59c984dda69a9', 'andreasdmortensen@gmail.com', 'S', 'F', '', 0, '2017-09-25 22:16:53'),
(1174, '59c95ef1bb234', 'bwyble223@gmail.com', 'S', 'F', '', 0, '2017-09-25 19:56:14'),
(1173, '59c8ab720af8e', 'e3house22@gmail.com', 'S', 'F', '', 0, '2017-09-25 06:44:48'),
(1172, '59c894727a3ea', 'elena.maximova@gmail.com', 'S', 'F', '', 0, '2017-09-25 05:30:27'),
(1171, '59c870a4a3111', 'dkeaster@cox.net', 'S', 'F', '', 0, '2017-09-25 02:57:41'),
(1170, '59c8686f839b3', 'bmdbailey@gmail.com', 'S', 'F', '', 0, '2017-09-25 02:22:35'),
(1169, '59c856b99509b', 'bjdonahoe@gmail.com', 'S', 'F', '', 0, '2017-09-25 01:07:07'),
(1167, '59c7c38c2200f', 'vwestermeyer@gmail.com', 'S', 'F', '', 0, '2017-09-24 14:39:08'),
(1168, '59c8246604948', 'ronald83@sbcglobal.net', 'S', 'F', '', 0, '2017-09-24 21:32:23'),
(1949, '5a57c5b040aa7', 'kelly.mccorristin@airgas.com', 'S', 'F', '', 0, '2018-01-11 20:14:41'),
(1950, '5a57f2d70d35e', 'icsparts@sbcglobal.net', 'S', 'F', '', 0, '2018-01-11 23:27:20'),
(1951, '5a57f9f9aa2a7', 'teiara_alicia@yahoo.com', 'S', 'F', '', 0, '2018-01-11 23:57:47'),
(1952, '5a57fbf9dadcc', 'tarungh123@yahoo.com', 'S', 'F', '', 0, '2018-01-12 00:06:13'),
(1953, '5a57ffc6ba023', 'hannah.caul@eagles.usm.edu', 'S', 'F', '', 0, '2018-01-12 00:22:25'),
(1954, '5a58072e1a3da', 'dana_rowe@yahoo.com', 'S', 'F', '', 0, '2018-01-12 00:54:02'),
(1955, '5a58149f7b5f7', 'sales@initi.org', 'S', 'F', '', 0, '2018-01-12 01:51:21'),
(1956, '5a583024dc483', 'radric@thefrontpage.com', 'S', 'F', '', 0, '2018-01-12 03:48:54'),
(1957, '5a583ac2e1226', 'rmertes@charter.net', 'S', 'F', '', 0, '2018-01-12 04:34:13'),
(1958, '5a584e23108b4', 'kanwalrani1999@yahoo.co.uk', 'S', 'F', '', 0, '2018-01-12 05:56:50'),
(1959, '5a5855062930b', 'mgarcia@barronintl.com', 'S', 'F', '', 0, '2018-01-12 06:26:08'),
(1960, '5a5857ad2566a', 'bowlers@usa.net', 'S', 'F', '', 0, '2018-01-12 06:37:35'),
(1961, '5a585d623bb91', 'gore_stanley@yahoo.com', 'S', 'F', '', 0, '2018-01-12 07:01:54'),
(1962, '5a5a0743135a4', 'vladzi@yahoo.com', 'S', 'F', '', 0, '2018-01-13 13:18:56'),
(1963, '5a5a13acdac47', 'margaretheggan@yahoo.com', 'S', 'F', '', 0, '2018-01-13 14:11:59'),
(1964, '5a5a5b30679f9', 'serinaprice@yahoo.com', 'S', 'F', '', 0, '2018-01-13 19:17:00'),
(1965, '5a5ac5c1b55f7', 'caseyhogue1985@yahoo.com', 'S', 'F', '', 0, '2018-01-14 02:51:42'),
(1966, '5a5ad4da8268b', 'cashionfire@sbcglobal.net', 'S', 'F', '', 0, '2018-01-14 03:56:13'),
(1967, '5a5c913c2378c', 'johannesapel@web.de', 'S', 'F', '', 0, '2018-01-15 11:32:12'),
(1968, '5a5ca98258b04', 'cristianzuniga@live.com.ar', 'S', 'F', '', 0, '2018-01-15 13:15:47'),
(1969, '5a5cbad322fa0', 'willi-stolz@web.de', 'S', 'F', '', 0, '2018-01-15 14:29:40'),
(1970, '5a5cd207b2809', 'loganamclain@yahoo.com', 'S', 'F', '', 0, '2018-01-15 16:08:41'),
(1971, '5a5cd258f0f31', 'gtds04@me.com', 'S', 'F', '', 0, '2018-01-15 16:10:02'),
(1972, '5a5cd364d8a14', 'cmgilleland@gmail.com', 'S', 'F', '', 0, '2018-01-15 16:14:28'),
(1973, '5a5cd610a0ce8', 'brockriney@yahoo.com', 'S', 'F', '', 0, '2018-01-15 16:25:53'),
(1974, '5a5cf9f8212f0', 'patricialawlor@countylineasc.com', 'S', 'F', '', 0, '2018-01-15 18:59:03'),
(1975, '5a5d0ce8a26a2', 'toughpanzies@yahoo.com', 'S', 'F', '', 0, '2018-01-15 20:19:51'),
(1976, '5a5d1a1ec4492', 'jaybrenda90@gmail.com', 'S', 'F', '', 0, '2018-01-15 21:16:11'),
(1977, '5a5d1bdb1b606', 'ivy.lacombe@yahoo.com', 'S', 'F', '', 0, '2018-01-15 21:23:35'),
(1978, '5a5d1dba40a43', 'jbeer@gigundagroup.com', 'S', 'F', '', 0, '2018-01-15 21:31:39'),
(1979, '5a5d294839f4c', 'juliaberk1@gmail.com', 'S', 'F', '', 0, '2018-01-15 22:20:57'),
(1980, '5a5d2d1617d6c', 'dgalthof@yahoo.com', 'S', 'F', '', 0, '2018-01-15 22:37:04'),
(1981, '5a5d6b7b16b9a', 'smith_michaeld@yahoo.com', 'S', 'F', '', 0, '2018-01-16 03:03:23'),
(1982, '5a5d749e1a044', 'yo9fyp@yahoo.com', 'S', 'F', '', 0, '2018-01-16 03:42:23'),
(1983, '5a5d824b0fb93', 'cochinoebay@yahoo.com', 'S', 'F', '', 0, '2018-01-16 04:40:43'),
(1984, '5a5d84a783ff0', 'krya2krya@bigmir.net', 'S', 'F', '', 0, '2018-01-16 04:50:42'),
(1985, '5a5d86ff105e7', 'jamiekim311@gmail.com', 'S', 'F', '', 0, '2018-01-16 05:00:47'),
(1986, '5a5d8ba4bccfb', 'jamiekim311@gmail.com', 'S', 'F', '', 0, '2018-01-16 05:20:31'),
(1987, '5a5f0532502f2', 'beckybjackson@embarqmail.com', 'S', 'F', '', 0, '2018-01-17 08:11:24'),
(1988, '5a5f0805e616b', 'kweinbrecht@gmail.com', 'S', 'F', '', 0, '2018-01-17 08:23:27'),
(1989, '5a5f30ea28999', 'tatjana.kahmann@gmx.net', 'S', 'F', '', 0, '2018-01-17 11:18:00'),
(1990, '5a5f33b74c9a3', 'rfeldman@tristareq.com', 'S', 'F', '', 0, '2018-01-17 11:29:57'),
(1991, '5a5f3820ea8f9', 'vance@goodparts.biz', 'S', 'F', '', 0, '2018-01-17 11:48:50'),
(1992, '5a5f5cd31d731', 'iainmccreary@gmail.com', 'S', 'F', '', 0, '2018-01-17 14:25:23'),
(1993, '5a5f6de5b8e9d', 'elaine2099@gmail.com', 'S', 'F', '', 0, '2018-01-17 15:38:16'),
(1994, '5a5f867ce5fda', 'elaine2099@gmail.com', 'S', 'F', '', 0, '2018-01-17 17:23:09'),
(1995, '5a5f927910ce9', 'cbhale@shwhadley.com', 'S', 'F', '', 0, '2018-01-17 18:14:12'),
(1996, '5a5f9c9faeef3', 'rdr716@gmail.com', 'S', 'F', '', 0, '2018-01-17 18:57:36'),
(1997, '5a5fa2d58938f', 'jubin@jubin.net', 'S', 'F', '', 0, '2018-01-17 19:24:03'),
(1998, '5a5fba37508e9', 'vistacruise@yahoo.com', 'S', 'F', '', 0, '2018-01-17 21:03:52'),
(1999, '5a5fc07062fc5', 'mike.ehoff@yahoo.com', 'S', 'F', '', 0, '2018-01-17 21:30:25'),
(2000, '5a5fca9733e99', 'dhenn@withum.com', 'S', 'F', '', 0, '2018-01-17 22:13:38'),
(2001, '5a5fca93bde7b', 'angel4love2000@yahoo.com', 'S', 'F', '', 0, '2018-01-17 22:13:42'),
(2002, '5a5fdacae8a8b', 'stuman40118@yahoo.com', 'S', 'F', '', 0, '2018-01-17 23:22:45'),
(2003, '5a5fe192ab8f8', 'laura_anne_rosa@yahoo.com', 'S', 'F', '', 0, '2018-01-17 23:51:41'),
(2004, '5a5fe97758754', 'haitimaflowcontrol@yahoo.com', 'S', 'F', '', 0, '2018-01-18 00:25:24'),
(2005, '5a5ff1f54a3d8', 'dhenn@withum.com', 'S', 'F', '', 0, '2018-01-18 01:01:35'),
(2006, '5a6005335be68', 'mohlerjn@gmail.com', 'S', 'F', '', 0, '2018-01-18 02:23:48'),
(2007, '5a6028baa15ae', 'teorun@hotmail.it', 'S', 'F', '', 0, '2018-01-18 04:55:22'),
(2008, '5a61c0ea2d410', 'genofgod@gmail.com', 'S', 'F', '', 0, '2018-01-19 09:56:58'),
(2009, '5a61ead94d33c', 'acichorz@gmail.com', 'S', 'F', '', 0, '2018-01-19 12:55:53'),
(2010, '5a61efab45952', 'christinab.lp@gmail.com', 'S', 'F', '', 0, '2018-01-19 13:16:28'),
(2011, '5a61f36950325', '248036173@qq.com', 'S', 'F', '', 0, '2018-01-19 13:32:23'),
(2012, '5a62327e69c6e', 'geoffg01@yahoo.com', 'S', 'F', '', 0, '2018-01-19 18:01:31'),
(2013, '5a6236294b828', 'geoffg01@yahoo.com', 'S', 'F', '', 0, '2018-01-19 18:17:14'),
(2014, '5a624a10ae04b', 'randy_stackhouse1976@yahoo.com', 'S', 'F', '', 0, '2018-01-19 19:42:04'),
(2015, '5a6260d75b661', 'pedi@optonline.net', 'S', 'F', '', 0, '2018-01-19 21:19:16'),
(2016, '5a62daa94d521', 'trc63074@yahoo.com', 'S', 'F', '', 0, '2018-01-20 05:59:06'),
(2017, '5a62eaf45fa2f', 'tlsha1@yahoo.com', 'S', 'F', '', 0, '2018-01-20 07:08:37'),
(2018, '5a646170064e9', 'dhendrix@sbcglobal.net', 'S', 'F', '', 0, '2018-01-21 09:46:22'),
(2019, '5a646d70ed746', 'kcityangel@yahoo.com', 'S', 'F', '', 0, '2018-01-21 10:37:37'),
(2020, '5a647d1e851fc', 'seminolefencesystems@yahoo.com', 'S', 'F', '', 0, '2018-01-21 11:44:31'),
(2021, '5a648eb4d971e', 'margo.pike23@gmail.com', 'S', 'F', '', 0, '2018-01-21 12:59:33'),
(2022, '5a649eee4ed7c', 'ranjanmitchell@yahoo.co.uk', 'S', 'F', '', 0, '2018-01-21 14:08:46'),
(2023, '5a64ebc524839', 'csotoproductions@sbcglobal.net', 'S', 'F', '', 0, '2018-01-21 19:36:37'),
(2024, '5a64f155e6a13', 'kev.suse@yahoo.com', 'S', 'F', '', 0, '2018-01-21 20:00:22'),
(2025, '5a65209030a6c', 'amine02001@yahoo.fr', 'S', 'F', '', 0, '2018-01-21 23:21:54'),
(2026, '5a65618b1a639', 'gandros@cfl.rr.com', 'S', 'F', '', 0, '2018-01-22 03:59:08'),
(2027, '5a657f54c5260', 'rosesharpediaz@yahoo.com', 'S', 'F', '', 0, '2018-01-22 06:06:13'),
(2028, '5a6845ffa5357', 'jason@shopanatomical.com', 'S', 'F', '', 0, '2018-01-24 08:38:25'),
(2029, '5a6852c07d5bc', 'blue_hareez@yahoo.com', 'S', 'F', '', 0, '2018-01-24 09:32:48'),
(2030, '5a6854ac30134', 'kennyz1120@gmail.com', 'S', 'F', '', 0, '2018-01-24 09:41:01'),
(2031, '5a6855357fb4a', 'kangyc@gmail.com', 'S', 'F', '', 0, '2018-01-24 09:43:20'),
(2032, '5a68987b13c67', 'emma.cullen1@btinternet.com', 'S', 'F', '', 0, '2018-01-24 14:30:17'),
(2033, '5a68bad6c3db6', 'andrewc@creativehomescapes.ca', 'S', 'F', '', 0, '2018-01-24 16:56:56'),
(2034, '5a68c10681db3', 'kbwof@yahoo.com', 'S', 'F', '', 0, '2018-01-24 17:23:19'),
(2035, '5a68e47cca9a4', 'acct.batteriesplusbulbs@gmail.com', 'S', 'F', '', 0, '2018-01-24 19:54:38'),
(2036, '5a68e6af4eeba', 'matthewedmunds@yahoo.com', 'S', 'F', '', 0, '2018-01-24 20:04:01'),
(2037, '5a68f549350ce', 'lingnell@swbell.net', 'S', 'F', '', 0, '2018-01-24 21:06:18'),
(2038, '5a68f8b64847f', 'marisa_nix@yahoo.com', 'S', 'F', '', 0, '2018-01-24 21:20:50'),
(2039, '5a68fa1ab8f7d', 'melaniesawyer14@gmail.com', 'S', 'F', '', 0, '2018-01-24 21:26:52'),
(2040, '5a690243bcbf1', 'natehaken@yahoo.com', 'S', 'F', '', 0, '2018-01-24 22:01:34'),
(2041, '5a6919731ab5e', 'dan@perspectiveinc.com', 'S', 'F', '', 0, '2018-01-24 23:40:36'),
(2042, '5a6929459fa11', 'timgssong@yahoo.com', 'S', 'F', '', 0, '2018-01-25 00:48:00'),
(2043, '5a69482f81826', 'opel@optonline.net', 'S', 'F', '', 0, '2018-01-25 03:00:01'),
(2044, '5a6afb83a8468', 'edaycn@gmail.com', 'S', 'F', '', 0, '2018-01-26 09:57:26'),
(2045, '5a6afc2ee6dca', 'shiva@ipolartyllc.com', 'S', 'F', '', 0, '2018-01-26 10:00:16'),
(2046, '5a6b0943cfe09', 'pranithap@ipolarityllc.com', 'S', 'F', '', 0, '2018-01-26 10:56:04'),
(2047, '5a6b1e3647a1f', 'lizlar@gmail.com', 'S', 'F', '', 0, '2018-01-26 12:25:26'),
(2048, '5a6b2bc970d2d', 'stund33@yahoo.com', 'S', 'F', '', 0, '2018-01-26 13:23:21'),
(2049, '5a6b44c04a659', 'shiva@ipolartyllc.com', 'S', 'F', '', 0, '2018-01-26 15:09:50'),
(2050, '5a6b51551f704', 'ryansaga@yahoo.com', 'S', 'F', '', 0, '2018-01-26 16:03:33'),
(2051, '5a6b7ca143266', 'waynelo8@yahoo.ca', 'S', 'F', '', 0, '2018-01-26 19:08:17'),
(2052, '5a6bb485dd4e7', 'apecora77@gmail.com', 'S', 'F', '', 0, '2018-01-26 23:06:43'),
(2053, '5a6bbc9062848', 'mellie1918@yahoo.com', 'S', 'F', '', 0, '2018-01-26 23:41:05'),
(2054, '5a6bbfc1367ea', 'bkwmmw96@yahoo.com', 'S', 'F', '', 0, '2018-01-26 23:54:37'),
(2055, '5a6bd498286ae', 'anita_sly1228@yahoo.com', 'S', 'F', '', 0, '2018-01-27 01:23:32'),
(2056, '5a6be5eedef34', 'lawrenceferrier@yahoo.com', 'S', 'F', '', 0, '2018-01-27 02:37:36'),
(2057, '5a6bef054c577', 'laura.bell229@gmail.com', 'S', 'F', '', 0, '2018-01-27 03:16:22'),
(2058, '5a6dac5668707', 'uderouen@yahoo.com', 'S', 'F', '', 0, '2018-01-28 10:56:23'),
(2059, '5a6dec6561393', 'damarierodriguez@yahoo.com', 'S', 'F', '', 0, '2018-01-28 15:29:38'),
(2060, '5a6e04195d46e', 'schreibgeraete.rheinlaender@gmail.com', 'S', 'F', '', 0, '2018-01-28 17:10:51'),
(2061, '5a6e14a426d4d', 'youngproducts@comcast.net', 'S', 'F', '', 0, '2018-01-28 18:21:22'),
(2062, '5a6e17208acdd', 'mail@montblanc-pen.de', 'S', 'F', '', 0, '2018-01-28 18:31:59'),
(2063, '5a6e18620d846', 'stocsteve@yahoo.com', 'S', 'F', '', 0, '2018-01-28 18:37:18'),
(2064, '5a6e36d9197d8', 'rponnell@phybus.com', 'S', 'F', '', 0, '2018-01-28 20:47:23'),
(2065, '5a6e433e0df59', 'wendykramer877@yahoo.com', 'S', 'F', '', 0, '2018-01-28 21:40:15'),
(2066, '5a6e7709d4f70', 'ted@mbtransload.com', 'S', 'F', '', 0, '2018-01-29 01:21:10'),
(2067, '5a6ebf8d2524a', 'mreault@jade-associates.com', 'S', 'F', '', 0, '2018-01-29 06:30:36'),
(2068, '5a6ec8ae72842', 'rponnell@phybus.com', 'S', 'F', '', 0, '2018-01-29 07:09:28'),
(2069, '5a701d4e7e92e', 'apreto@jade-associates.com', 'S', 'F', '', 0, '2018-01-30 07:22:45'),
(2070, '5a701d728c5fd', 'leeansmba@gmail.com', 'S', 'F', '', 0, '2018-01-30 07:23:30'),
(2071, '5a702b2ef0f57', 'bizeebeadin@yahoo.com', 'S', 'F', '', 0, '2018-01-30 08:22:07'),
(2072, '5a70540b34555', 'gabe@fresh-select.com', 'S', 'F', '', 0, '2018-01-30 11:16:27'),
(2073, '5a70621ddd13a', 'briankovarik@yahoo.com', 'S', 'F', '', 0, '2018-01-30 12:16:27'),
(2074, '5a70735f0d86f', 'drew.culp@yahoo.com', 'S', 'F', '', 0, '2018-01-30 13:30:05'),
(2075, '5a70812ef2d31', 'hpantis@gmail.com', 'S', 'F', '', 0, '2018-01-30 14:29:04'),
(2076, '5a708322b1641', 'whanley1@gmail.com', 'S', 'F', '', 0, '2018-01-30 14:37:23'),
(2077, '5a7083fb720b5', 'danschneidersr@gmail.com', 'S', 'F', '', 0, '2018-01-30 14:40:59'),
(2078, '5a708f0b81d72', 'shykidd7@yahoo.com', 'S', 'F', '', 0, '2018-01-30 15:28:13'),
(2079, '5a7097f8e2d55', 'speedyyt@yahoo.com', 'S', 'F', '', 0, '2018-01-30 16:06:13'),
(2080, '5a709d6263e87', 'danschneidersr@gmail.com', 'S', 'F', '', 0, '2018-01-30 16:29:18'),
(2081, '5a70aa2791669', 'c.imbruglia@yahoo.com', 'S', 'F', '', 0, '2018-01-30 17:23:53'),
(2082, '5a70c4a5ecd4d', 'py8620@yahoo.ca', 'S', 'F', '', 0, '2018-01-30 19:16:54'),
(2083, '5a70d64a26ae2', 'riskybus641@gmail.com', 'S', 'F', '', 0, '2018-01-30 20:32:11'),
(2084, '5a70df41285fb', 'curfman@bentonrea.com', 'S', 'F', '', 0, '2018-01-30 21:10:20'),
(2085, '5a70fe5915c25', 'hhorton@hortonhorticulture.com', 'S', 'F', '', 0, '2018-01-30 23:23:01'),
(2086, '5a72c90303f26', 'melissabrito715@yahoo.com', 'S', 'F', '', 0, '2018-02-01 08:08:33'),
(2087, '5a72d1f17fff3', 'melissadoppler@yahoo.com', 'S', 'F', '', 0, '2018-02-01 08:46:38'),
(2088, '5a72d6544358d', 'melissadoppler@yahoo.com', 'S', 'F', '', 0, '2018-02-01 09:05:22'),
(2089, '5a72da5bdab8f', 'bluemonkey972@yahoo.com', 'S', 'F', '', 0, '2018-02-01 09:22:34'),
(2090, '5a72e98dd9f46', 'ywehbe2000@yahoo.com', 'S', 'F', '', 0, '2018-02-01 10:27:24'),
(2091, '5a72ebf6a83d2', 'fredjoachimwolter@freenet.de', 'S', 'F', '', 0, '2018-02-01 10:37:41'),
(2092, '5a72edf9d69bb', 'tchrbolton@yahoo.com', 'S', 'F', '', 0, '2018-02-01 10:46:16'),
(2093, '5a7302577adcb', 'samanthasecor@gmail.com', 'S', 'F', '', 0, '2018-02-01 12:13:09'),
(2094, '5a73040741cfa', 'michael.chung3@yahoo.com', 'S', 'F', '', 0, '2018-02-01 12:20:20'),
(2095, '5a7308e10dbb7', 'davidmontanari@gmail.com', 'S', 'F', '', 0, '2018-02-01 12:41:01'),
(2096, '5a730b5911d04', 'pperry@dpmechanical.com', 'S', 'F', '', 0, '2018-02-01 12:51:37'),
(2097, '5a733ec67ed5f', 'teenysmom99@yahoo.com', 'S', 'F', '', 0, '2018-02-01 16:31:01'),
(2098, '5a7343d5cf41e', 'pattysilva26@yahoo.com', 'S', 'F', '', 0, '2018-02-01 16:52:36'),
(2099, '5a73538d9a93c', 'anthony61554@yahoo.com', 'S', 'F', '', 0, '2018-02-01 17:59:41'),
(2100, '5a735ab835726', 'saskia.intrup@gmail.com', 'S', 'F', '', 0, '2018-02-01 18:30:15'),
(2101, '5a736acd08884', 'waybackgirl@yahoo.com', 'S', 'F', '', 0, '2018-02-01 19:38:48'),
(2102, '5a736f412e233', 'amazon@mitxpc.com', 'S', 'F', '', 0, '2018-02-01 19:57:52'),
(2103, '5a736fb9a6252', 'teenysmom99@yahoo.com', 'S', 'F', '', 0, '2018-02-01 19:59:49'),
(2104, '5a7383ad0c935', 'kydebster@yahoo.com', 'S', 'F', '', 0, '2018-02-01 21:25:00'),
(2105, '5a73880b31ab9', 'hpantis@gmail.com', 'S', 'F', '', 0, '2018-02-01 21:43:34'),
(2106, '5a738b873d04e', 'moore46237@att.net', 'S', 'F', '', 0, '2018-02-01 21:49:55'),
(2107, '5a738f7e237e7', 'jennyjennyschmidt@gmail.com', 'S', 'F', '', 0, '2018-02-01 22:06:56'),
(2108, '5a73930edecff', 'kerplunkx@gmail.com', 'S', 'F', '', 0, '2018-02-01 22:22:03'),
(2109, '5a73a42ae483a', 'katyazherebnenko@yahoo.com', 'S', 'F', '', 0, '2018-02-01 23:35:03'),
(2110, '5a73b97abe862', 'leeansmba@gmail.com', 'S', 'F', '', 0, '2018-02-02 01:06:04'),
(2111, '5a73caceb2bf7', 'sterling@katapultenergy.com', 'S', 'F', '', 0, '2018-02-02 02:20:00'),
(2112, '5a73ead4df3f8', 'miketsu@esiconstruction.com', 'S', 'F', '', 0, '2018-02-02 04:36:37'),
(2113, '5a73fb30ec979', 'teresa.dominguez11@ymail.com', 'S', 'F', '', 0, '2018-02-02 05:46:26'),
(2114, '5a73ffcc5a084', 'grudo101@yahoo.com', 'S', 'F', '', 0, '2018-02-02 06:06:05'),
(2115, '5a757836827cb', 'watson_33@yahoo.com', 'S', 'F', '', 0, '2018-02-03 08:52:11'),
(2116, '5a757ca11cce0', 'lena.hasenmaile@web.de', 'S', 'F', '', 0, '2018-02-03 09:10:58'),
(2117, '5a758e4062a56', 'whtmn_cdy@yahoo.com', 'S', 'F', '', 0, '2018-02-03 10:26:09'),
(2118, '5a75b3b70e8ca', 'sawh.jimmy@chesed4.com', 'S', 'F', '', 0, '2018-02-03 13:05:59'),
(2119, '5a75bf5b02b92', 'sonoman7@yahoo.com', 'S', 'F', '', 0, '2018-02-03 13:55:36'),
(2120, '5a75f04b75043', 'tr3oflife@yahoo.com', 'S', 'F', '', 0, '2018-02-03 17:24:29'),
(2121, '5a75f2c6f00be', 'kzinti@charter.net', 'S', 'F', '', 0, '2018-02-03 17:35:01'),
(2122, '5a760f153015b', 'dfrankeberger@yahoo.com', 'S', 'F', '', 0, '2018-02-03 19:35:44'),
(2123, '5a76153a5fc41', 'ryan_b_83@yahoo.com', 'S', 'F', '', 0, '2018-02-03 20:01:58'),
(2124, '5a7625b0e9638', 'aaronrh19@yahoo.com', 'S', 'F', '', 0, '2018-02-03 21:12:18'),
(2125, '5a76287ea6cdc', 'hisandherrs@me.com', 'S', 'F', '', 0, '2018-02-03 21:24:10'),
(2126, '5a7630c58b5fd', 'azman27@cox.net', 'S', 'F', '', 0, '2018-02-03 21:59:30'),
(2127, '5a7632478e7d1', 'blairp2013@gmail.com', 'S', 'F', '', 0, '2018-02-03 22:06:00'),
(2128, '5a76438141c51', 'james@jacksondiesel.com', 'S', 'F', '', 0, '2018-02-03 23:19:27'),
(2129, '5a780bcf5cfc7', 'katiembooth@yahoo.com', 'S', 'F', '', 0, '2018-02-05 07:46:22'),
(2130, '5a7827a7cc418', 'kiely98@yahoo.com', 'S', 'F', '', 0, '2018-02-05 09:45:13'),
(2131, '5a782816df6f8', 'sevrisimp@yahoo.com', 'S', 'F', '', 0, '2018-02-05 09:47:03'),
(2132, '5a782eb2375c6', 'kiely98@yahoo.com', 'S', 'F', '', 0, '2018-02-05 10:15:14'),
(2133, '5a7836c04b398', 'staci0974@yahoo.com', 'S', 'F', '', 0, '2018-02-05 10:49:36'),
(2134, '5a78744ee29a8', 'my00004luvz@yahoo.com', 'S', 'F', '', 0, '2018-02-05 15:12:15'),
(2135, '5a78a05eceb24', 'vickyontorio@gmail.com', 'S', 'F', '', 0, '2018-02-05 18:20:11'),
(2136, '5a78a5a86ac34', '7786784275@msg.telus.com', 'S', 'F', '', 0, '2018-02-05 18:42:45'),
(2137, '5a78c76173f2a', 'ldcteacher@yahoo.com', 'S', 'F', '', 0, '2018-02-05 21:06:38'),
(2138, '5a78c972c6699', 'lmtbecca@gmail.com', 'S', 'F', '', 0, '2018-02-05 21:15:27'),
(2139, '5a78d0708aac8', 'amandabonsall@comcast.net', 'S', 'F', '', 0, '2018-02-05 21:45:23'),
(2140, '5a78d249b3560', 't_dupont_58@yahoo.com', 'S', 'F', '', 0, '2018-02-05 21:53:10'),
(2141, '5a78d5266a4e8', 'whitneygwhitehead@gmail.com', 'S', 'F', '', 0, '2018-02-05 22:05:27'),
(2142, '5a78d7bda9d18', 'kellymounts@gmail.com', 'S', 'F', '', 0, '2018-02-05 22:16:25'),
(2143, '5a78dc9795f31', 'yakslaks@gmail.com', 'S', 'F', '', 0, '2018-02-05 22:37:13'),
(2144, '5a78e5f858a3f', 'al8057@yahoo.com', 'S', 'F', '', 0, '2018-02-05 23:17:07'),
(2145, '5a7989dae23f8', 'www.mcmcole@yahoo.com', 'S', 'F', '', 0, '2018-02-06 10:56:27'),
(2146, '5a79af964569f', 'kaunitzbr@gmail.com', 'S', 'F', '', 0, '2018-02-06 13:37:26'),
(2147, '5a79c7f708e40', 'sheena_daly@yahoo.co.uk', 'S', 'F', '', 0, '2018-02-06 15:21:25'),
(2148, '5a79ce880a8ed', 'valkerie2@yahoo.com', 'S', 'F', '', 0, '2018-02-06 15:49:30'),
(2149, '5a79d34d55adc', 'edmond_young@yahoo.com', 'S', 'F', '', 0, '2018-02-06 16:09:46'),
(2150, '5a79d50e37587', 'christian@veganmagazin.de', 'S', 'F', '', 0, '2018-02-06 16:17:19'),
(2151, '5a79f4f8c8f21', 'careerquest1@gmail.com', 'S', 'F', '', 0, '2018-02-06 18:33:26'),
(2152, '5a79f5b55f9ad', 'peter@potatoheadsigns.com', 'S', 'F', '', 0, '2018-02-06 18:36:36'),
(2153, '5a7a014b33b97', 'vickyontorio@gmail.com', 'S', 'F', '', 0, '2018-02-06 19:25:59'),
(2154, '5a7a0577f307e', 'keith@bruceblomgren.com', 'S', 'F', '', 0, '2018-02-06 19:43:52'),
(2155, '5a7a11c8c8847', 'ericlstott@gmail.com', 'S', 'F', '', 0, '2018-02-06 20:36:23'),
(2156, '5a7a1cecb3f2d', 'annemarie.ditizio@yahoo.com', 'S', 'F', '', 0, '2018-02-06 21:23:55'),
(2157, '5a7a242753e2d', 'amy.wright@comcast.net', 'S', 'F', '', 0, '2018-02-06 21:54:42'),
(2158, '5a7a3fd716d35', 'bjg8orgirl@yahoo.com', 'S', 'F', '', 0, '2018-02-06 23:52:51'),
(2159, '5a7a47691fd68', 'srini.nageshwar@gmail.com', 'S', 'F', '', 0, '2018-02-07 00:25:14'),
(2160, '5a7a63ac8b1db', 'cannon.michael@wanadoo.fr', 'S', 'F', '', 0, '2018-02-07 02:25:43'),
(2161, '5a7a7bdfd0391', 'rafael_walters@yahoo.com', 'S', 'F', '', 0, '2018-02-07 04:08:57'),
(2162, '5a7a8e5014aeb', 'eugene221@yahoo.com', 'S', 'F', '', 0, '2018-02-07 05:27:45'),
(2163, '5a7ab12edaa0e', 'jasonkg80@yahoo.com', 'S', 'F', '', 0, '2018-02-07 07:56:25'),
(2164, '5a7abd9d72359', 'johannes@aardvark.se', 'S', 'F', '', 0, '2018-02-07 08:49:32'),
(2165, '5a7abe7a137db', 'sffolsom@zigwireless.com', 'S', 'F', '', 0, '2018-02-07 08:53:15'),
(2166, '5a7acd8a10d60', 'necia51@bellsouth.net', 'S', 'F', '', 0, '2018-02-07 09:57:30'),
(2167, '5a7b19b09a80c', 'bjg8orgirl@yahoo.com', 'S', 'F', '', 0, '2018-02-07 15:22:24'),
(2168, '5a7b1bd2ed4cb', 'zuritasolorio@yahoo.com', 'S', 'F', '', 0, '2018-02-07 15:31:32'),
(2169, '5a7b2822943bc', 'lrowen@seiu32bj.org', 'S', 'F', '', 0, '2018-02-07 16:23:59'),
(2170, '5a7b3f6423e07', 'lovelysmile012193@yahoo.com', 'S', 'F', '', 0, '2018-02-07 18:03:17'),
(2171, '5a7b48064c23f', 'herb805@sbcglobal.net', 'S', 'F', '', 0, '2018-02-07 18:40:04'),
(2172, '5a7b4c0f0df97', 'w_steinberg@gmx.de', 'S', 'F', '', 0, '2018-02-07 18:57:15'),
(2173, '5a7b6a8e95bef', 'lisa_hervey@yahoo.com', 'S', 'F', '', 0, '2018-02-07 21:07:22'),
(2174, '5a7b913aafeeb', 'icebreakthis@sbcglobal.net', 'S', 'F', '', 0, '2018-02-07 23:52:23'),
(2175, '5a7b9ad1dba52', 'vroglesby@yahoo.com', 'S', 'F', '', 0, '2018-02-08 00:33:24'),
(2176, '5a7bae89af686', 'lisa_hervey@yahoo.com', 'S', 'F', '', 0, '2018-02-08 01:57:23'),
(2177, '5a7c182f5bfd0', 'purchasing@tanmarcomm.com', 'S', 'F', '', 0, '2018-02-08 09:28:16'),
(2178, '5a7c47018b10f', 'ltcbear@att.net', 'S', 'F', '', 0, '2018-02-08 12:48:01'),
(2179, '5a7c65bd0dce5', 'timmons_katrina@yahoo.com', 'S', 'F', '', 0, '2018-02-08 14:59:10'),
(2180, '5a7c861410e55', 'dhernan8@yahoo.com', 'S', 'F', '', 0, '2018-02-08 17:17:09'),
(2181, '5a7c8a0b734f9', 'phil.cook@gigya.com', 'S', 'F', '', 0, '2018-02-08 17:34:04'),
(2182, '5a7ca9e7139ea', 'sahilparikhmd@yahoo.com', 'S', 'F', '', 0, '2018-02-08 19:50:00'),
(2183, '5a7ccb24defc3', 'sherylherring@bellsouth.net', 'S', 'F', '', 0, '2018-02-08 22:11:47'),
(2184, '5a7ce4be3011c', 'arthurking@halogen-lighting.com', 'S', 'F', '', 0, '2018-02-09 00:01:02'),
(2185, '5a7cee3477741', 'mikeb3764@gmail.com', 'S', 'F', '', 0, '2018-02-09 00:41:23'),
(2186, '5a7cfe32b5f71', 'dbrown430@sbcglobal.net', 'S', 'F', '', 0, '2018-02-09 01:49:33'),
(2187, '5a7d8f6b4494d', 'ncgardenhire@yahoo.com', 'S', 'F', '', 0, '2018-02-09 12:09:16'),
(2188, '5a7dc841c0675', 'davekat@bellsouth.net', 'S', 'F', '', 0, '2018-02-09 16:11:46'),
(2189, '5a7dd655bdca7', 'seanmcdermott86@yahoo.com', 'S', 'F', '', 0, '2018-02-09 17:11:46'),
(2190, '5a7df7875f755', 'izarriagam@yahoo.com', 'S', 'F', '', 0, '2018-02-09 19:33:25'),
(2191, '5a7e0fafea47c', 'izarriagam@yahoo.com', 'S', 'F', '', 0, '2018-02-09 21:16:28'),
(2192, '5a7e3e6a77ffe', 'bruce@omhf.org', 'S', 'F', '', 0, '2018-02-10 00:35:50'),
(2193, '5a7e5479bf3c8', 'mdaley1@gmail.com', 'S', 'F', '', 0, '2018-02-10 02:10:03'),
(2194, '5a7f0b23e8b08', 'jasmine.hakimi@yahoo.com', 'S', 'F', '', 0, '2018-02-10 15:09:25'),
(2195, '5a7f3afa58d10', 'alex@skaifloral.com', 'S', 'F', '', 0, '2018-02-10 18:33:32'),
(2196, '5a7f706cc66f2', 'nicolejsmith04@gmail.com', 'S', 'F', '', 0, '2018-02-10 22:21:29'),
(2197, '5a81740d2387d', 'telbelli@sympatico.ca', 'S', 'F', '', 0, '2018-02-12 11:01:33'),
(2198, '5a81b017962ef', 'noahdap@gmail.com', 'S', 'F', '', 0, '2018-02-12 15:17:43'),
(2199, '5a81b12425197', 'jenn91506@yahoo.com', 'S', 'F', '', 0, '2018-02-12 15:22:13'),
(2200, '5a81cccb3e6f2', 'nathalie.helin@fiducial.com', 'S', 'F', '', 0, '2018-02-12 17:20:09'),
(2201, '5a81e79cb36a2', 'izavurova@yahoo.com', 'S', 'F', '', 0, '2018-02-12 19:14:38'),
(2202, '5a81f07155a1f', 'whitley.kenneth@yahoo.com', 'S', 'F', '', 0, '2018-02-12 19:52:15'),
(2203, '5a820ecbb19e4', 'huynhvanbau@gmail.com', 'S', 'F', '', 0, '2018-02-12 22:01:43'),
(2204, '5a8215161f9a9', 'aekelm@yahoo.com', 'S', 'F', '', 0, '2018-02-12 22:28:32'),
(2205, '5a821d5a0d7b7', 'rjjm94@gmail.com', 'S', 'F', '', 0, '2018-02-12 23:03:56'),
(2206, '5a8228e42b835', 'cwilson168@cox.net', 'S', 'F', '', 0, '2018-02-12 23:53:08'),
(2207, '5a822e3bb2181', 'zanepurcell@skyvalleycountryclub.com', 'S', 'F', '', 0, '2018-02-13 00:15:52'),
(2208, '5a826227a687a', 'trosenau15@gmail.com', 'S', 'F', '', 0, '2018-02-13 03:57:29'),
(2209, '5a83f9c902d3e', 'james@superannuationproperty.com', 'S', 'F', '', 0, '2018-02-14 08:56:41'),
(2210, '5a8403dee3670', 'dhwood55@comcast.net', 'S', 'F', '', 0, '2018-02-14 09:39:43'),
(2211, '5a8413215b94b', 'kmkrishna_2000@yahoo.com', 'S', 'F', '', 0, '2018-02-14 10:44:49'),
(2212, '5a84152c77cd5', 'otisllee1@yahoo.com', 'S', 'F', '', 0, '2018-02-14 10:53:33'),
(2213, '5a841f23eadb4', 'chelseaqy@yahoo.com', 'S', 'F', '', 0, '2018-02-14 11:36:04'),
(2214, '5a848069660d7', 'sshinnie760@yahoo.com', 'S', 'F', '', 0, '2018-02-14 18:31:01'),
(2215, '5a8486df0a01d', 'sshinnie760@yahoo.com', 'S', 'F', '', 0, '2018-02-14 18:58:35'),
(2216, '5a8487bfa215c', 'sshinnie760@yahoo.com', 'S', 'F', '', 0, '2018-02-14 19:02:21'),
(2217, '5a849c7a279ce', 'deesneddon@yahoo.com', 'S', 'F', '', 0, '2018-02-14 20:30:51'),
(2218, '5a84a3ad5874f', 'katina_prudhomme@sbcglobal.net', 'S', 'F', '', 0, '2018-02-14 21:01:28'),
(2219, '5a84b6ed149f9', 'dhunlimited24@yahoo.com', 'S', 'F', '', 0, '2018-02-14 22:23:43'),
(2220, '5a84c3fd63f88', 'lockatell.sherry@gmail.com', 'S', 'F', '', 0, '2018-02-14 23:19:23'),
(2221, '5a84c69bc4471', 'tammiejackson@charter.net', 'S', 'F', '', 0, '2018-02-14 23:30:32'),
(2222, '5a84d8cf125c1', 'fikisha74@gmail.com', 'S', 'F', '', 0, '2018-02-15 00:48:15'),
(2223, '5a84e44186ad2', 'chantalcmalcolm@yahoo.com', 'S', 'F', '', 0, '2018-02-15 01:37:01'),
(2224, '5a84ec35a80ea', 'beto196710@yahoo.com', 'S', 'F', '', 0, '2018-02-15 02:10:56'),
(2225, '5a868ad5442c1', 'gozman1@yahoo.com', 'S', 'F', '', 0, '2018-02-16 07:40:07'),
(2226, '5a86a44222b58', 'dancollins1972@yahoo.com', 'S', 'F', '', 0, '2018-02-16 09:28:33'),
(2227, '5a86acb9e21aa', 'debbysorrow@yahoo.com', 'S', 'F', '', 0, '2018-02-16 10:04:42'),
(2228, '5a86b01c46d59', 'otisllee1@yahoo.com', 'S', 'F', '', 0, '2018-02-16 10:19:02'),
(2229, '5a86c007ccc30', 'unitempinc@gmail.com', 'S', 'F', '', 0, '2018-02-16 11:27:05'),
(2230, '5a86c2a998d68', 'dancollins1972@yahoo.com', 'S', 'F', '', 0, '2018-02-16 11:38:18'),
(2231, '5a86f5b91273c', 'purchasing@tanmarcomm.com', 'S', 'F', '', 0, '2018-02-16 15:16:10'),
(2232, '5a87068362e5f', 'dbratc2@yahoo.com', 'S', 'F', '', 0, '2018-02-16 16:27:48'),
(2233, '5a87095ad34f5', 'erobertson11746@gmail.com', 'S', 'F', '', 0, '2018-02-16 16:39:52'),
(2234, '5a870c549b9fb', 'dbratc2@yahoo.com', 'S', 'F', '', 0, '2018-02-16 16:52:35'),
(2235, '5a870efd0637c', 'debs.didos@gmail.com', 'S', 'F', '', 0, '2018-02-16 17:03:58'),
(2236, '5a873af1cc308', 'slim@eonesystems.com', 'S', 'F', '', 0, '2018-02-16 20:11:31'),
(2237, '5a873d7f63cec', 'baphillips@mail.worcester.k12.md.us', 'S', 'F', '', 0, '2018-02-16 20:22:24'),
(2238, '5a87408c1e820', 'maddyolivero@yahoo.com', 'S', 'F', '', 0, '2018-02-16 20:35:20'),
(2239, '5a8744e6cd727', 'maddyolivero@yahoo.com', 'S', 'F', '', 0, '2018-02-16 20:54:00'),
(2240, '5a875e100d144', 'guevarav67@yahoo.com', 'S', 'F', '', 0, '2018-02-16 22:41:16'),
(2241, '5a8763cc4e8c6', 'sculleyuym097@yahoo.com', 'S', 'F', '', 0, '2018-02-16 23:05:45'),
(2242, '5a87683e4fe38', 'honeyb4667@yahoo.com', 'S', 'F', '', 0, '2018-02-16 23:24:47'),
(2243, '5a8770c9ba90c', 'lalarose80@yahoo.com', 'S', 'F', '', 0, '2018-02-17 00:01:16'),
(2244, '5a8772c63bf9f', 'darcy.feder@td.com', 'S', 'F', '', 0, '2018-02-17 00:09:38'),
(2245, '5a87788409104', 'asia@roubini.com', 'S', 'F', '', 0, '2018-02-17 00:34:06'),
(2246, '5a877a480a636', 'maddyolivero@yahoo.com', 'S', 'F', '', 0, '2018-02-17 00:41:38'),
(2247, '5a87834f8095a', 'sculleyuym097@yahoo.com', 'S', 'F', '', 0, '2018-02-17 01:20:11'),
(2248, '5a878c56e40e7', 'emea@roubini.com', 'S', 'F', '', 0, '2018-02-17 01:58:42'),
(2249, '5a879162c9801', 'lalarose80@yahoo.com', 'S', 'F', '', 0, '2018-02-17 02:20:15'),
(2250, '5a879375bb709', 'europe@roubini.com', 'S', 'F', '', 0, '2018-02-17 02:29:10'),
(2251, '5a87970531c06', 'lori.tarud@yahoo.com', 'S', 'F', '', 0, '2018-02-17 02:44:22'),
(2252, '5a879e9a57097', 'europe@roubini.com', 'S', 'F', '', 0, '2018-02-17 03:16:36'),
(2253, '5a89a4add4714', 'edmontj@web.de', 'S', 'F', '', 0, '2018-02-18 16:07:10'),
(2254, 'Barneyxcq', '', 'S', 'S', 'rugMzz http://www.LnAJ7K8QSpfMO2wQ8gO.com', 0, '2018-02-18 19:21:45'),
(2255, '5a8d27582bf2c', 'jmooreelectric426@yahoo.com', 'S', 'F', '', 0, '2018-02-21 08:01:19'),
(2256, '5a8d3f76f3199', 'scott@imperialconveyor.com', 'S', 'F', '', 0, '2018-02-21 09:44:25'),
(2257, '5a8d89246e10c', 'jdragnslyr2000@yahoo.com', 'S', 'F', '', 0, '2018-02-21 14:58:42'),
(2258, '5a8d8beb686a4', 'prototype_of_ntelligence@yahoo.com', 'S', 'F', '', 0, '2018-02-21 15:10:34'),
(2259, '5a8d9be7ddd65', 'bella6579@yahoo.com', 'S', 'F', '', 0, '2018-02-21 16:18:46'),
(2260, '5a8d9d8340b82', 'era2767@yahoo.com', 'S', 'F', '', 0, '2018-02-21 16:25:39'),
(2261, '5a8da0939b0d6', 'mike@lustrousmetal.com', 'S', 'F', '', 0, '2018-02-21 16:38:44'),
(2262, '5a8da268d1ed5', 'hadirb@yahoo.com', 'S', 'F', '', 0, '2018-02-21 16:46:32'),
(2263, '5a8dbd08e99de', 'myjrobinson@yahoo.com', 'S', 'F', '', 0, '2018-02-21 18:40:09'),
(2264, '5a8dcd4466601', 'cappogirl8@yahoo.com', 'S', 'F', '', 0, '2018-02-21 19:49:26'),
(2265, '5a8dd74c70db4', 'sarah.janes3@ntlworld.com', 'S', 'F', '', 0, '2018-02-21 20:32:13'),
(2266, '5a8dd7ee40cf0', 'dykstrajd@yahoo.com', 'S', 'F', '', 0, '2018-02-21 20:34:56'),
(2267, '5a8dd972ccc79', 'vinny@wellspring.org', 'S', 'F', '', 0, '2018-02-21 20:41:19'),
(2268, '5a8ddc913093c', 'jhburback@shaw.ca', 'S', 'F', '', 0, '2018-02-21 20:54:42'),
(2269, '5a8de0bd75e88', 'tom@northwestexteriors.com', 'S', 'F', '', 0, '2018-02-21 21:12:31'),
(2270, '5a8de8db4eaba', 'vht99@yahoo.com', 'S', 'F', '', 0, '2018-02-21 21:47:08'),
(2271, '5a8df817a5657', 'kellyr0219@yahoo.com', 'S', 'F', '', 0, '2018-02-21 22:52:09'),
(2272, '5a8e05792c61a', 'secut70@yahoo.com', 'S', 'F', '', 0, '2018-02-21 23:49:14'),
(2273, '5a8e22995b8e8', 'miernaradito@gmail.com', 'S', 'F', '', 0, '2018-02-22 01:53:30'),
(2274, '5a8e281b4cd7e', 'threetoons@comcast.net', 'S', 'F', '', 0, '2018-02-22 02:16:53'),
(2275, '5a8e2bfe166cc', 'dmason040385@gmail.com', 'S', 'F', '', 0, '2018-02-22 02:33:34'),
(2276, '5a9026b2c900f', 'lt.d@hotmail.fr', 'S', 'F', '', 0, '2018-02-23 14:35:32'),
(2277, '5a902bc8ba022', 'jamiestreets97@yahoo.com', 'S', 'F', '', 0, '2018-02-23 14:57:13'),
(2278, '5a9048646cce7', 'schaeffer_shantel@yahoo.com', 'S', 'F', '', 0, '2018-02-23 16:59:17'),
(2279, '5a904a11eceaf', 'kerry4ross@gmail.com', 'S', 'F', '', 0, '2018-02-23 17:06:24'),
(2280, '5a9093712a564', 'jodie.wilson36@gmail.com', 'S', 'F', '', 0, '2018-02-23 22:19:30'),
(2281, '5a90bc4b8e528', 'tracey_nagel@copelandbuhl.com', 'S', 'F', '', 0, '2018-02-24 01:13:49'),
(2282, '5a92d00c3b902', 'iolison@yahoo.com', 'S', 'F', '', 0, '2018-02-25 15:02:35'),
(2283, '5a92d381a5bcd', 'iolison@yahoo.com', 'S', 'F', '', 0, '2018-02-25 15:17:23'),
(2284, '5a92e6045528a', 'zee_2808@yahoo.com', 'S', 'F', '', 0, '2018-02-25 16:36:21'),
(2285, '5a93141e79078', 'fivestarlab@gmail.com', 'S', 'F', '', 0, '2018-02-25 19:53:02'),
(2286, '5a932f56ce4b0', 'robynfranksmith@yahoo.com', 'S', 'F', '', 0, '2018-02-25 21:49:13'),
(2287, '5a932fb601165', 'k_welsh@comcast.net', 'S', 'F', '', 0, '2018-02-25 21:50:41'),
(2288, '5a955d9a8e197', 'pjgannon@sbcglobal.net', 'S', 'F', '', 0, '2018-02-27 13:31:04'),
(2289, '5a95947d5b410', 'jaycoakley@gmail.com', 'S', 'F', '', 0, '2018-02-27 17:25:15'),
(2290, '5a959c2a6a727', 'jvidoux@yahoo.com', 'S', 'F', '', 0, '2018-02-27 17:58:02'),
(2291, '5a95ba9bd87f0', 'thomas.williams@kpostcompany.com', 'S', 'F', '', 0, '2018-02-27 20:07:57'),
(2292, '5a95c59239196', 'jottess83@googlemail.com', 'S', 'F', '', 0, '2018-02-27 20:54:44'),
(2293, '5a95c9ef5f4d9', 'lindanorman1951@googlemail.com', 'S', 'F', '', 0, '2018-02-27 21:13:16');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(2294, '5a960edf972d4', 'jeff@greystonekitchens.com', 'S', 'F', '', 0, '2018-02-28 02:07:29'),
(2295, '5a9615b3c0d4c', 'glbrya@kalcounty.com', 'S', 'F', '', 0, '2018-02-28 02:36:37'),
(2296, '5a961fb8cc87f', 'linz034@yahoo.com', 'S', 'F', '', 0, '2018-02-28 03:19:21'),
(2297, '5a96212d64f47', 'linz034@yahoo.com', 'S', 'F', '', 0, '2018-02-28 03:25:26'),
(2298, '5a962376f2125', 'ojrustad@gmail.com', 'S', 'F', '', 0, '2018-02-28 03:35:20'),
(2299, '5a9631779fc2d', 'powerscaffold@yahoo.com', 'S', 'F', '', 0, '2018-02-28 04:35:03'),
(2300, '5a97cde147d55', 'na@adp.com', 'S', 'F', '', 0, '2018-03-01 09:54:42'),
(2301, '5a97d13e3887d', 'errolkrisalombro@gmail.com', 'S', 'F', '', 0, '2018-03-01 10:09:03'),
(2302, '5a97d53553f28', 'droesch@shatkinfirst.com', 'S', 'F', '', 0, '2018-03-01 10:25:58'),
(2303, '5a982ece3b93d', 'sew575@yahoo.com', 'S', 'F', '', 0, '2018-03-01 16:48:12'),
(2304, '5a9833c29a6b2', 'landretha@yahoo.com', 'S', 'F', '', 0, '2018-03-01 17:09:23'),
(2305, '5a9835af2703e', 'ase1216@yahoo.com', 'S', 'F', '', 0, '2018-03-01 17:17:32'),
(2306, '5a98420e3c5fa', 'jordynbreanna@yahoo.com', 'S', 'F', '', 0, '2018-03-01 18:10:24'),
(2307, '5a984b2ab7d6d', 'jerisingletary@yahoo.com', 'S', 'F', '', 0, '2018-03-01 18:49:12'),
(2308, '5a986b45e3dc0', 'ssgwatson@yahoo.com', 'S', 'F', '', 0, '2018-03-01 21:06:11'),
(2309, '5a987221885af', 'janela143@yahoo.com', 'S', 'F', '', 0, '2018-03-01 21:35:27'),
(2310, '5a9885cf56fc3', 'katybugkaren@yahoo.com', 'S', 'F', '', 0, '2018-03-01 22:59:28'),
(2311, '5a989b4d4238f', 'vinodskariya835@yahoo.com', 'S', 'F', '', 0, '2018-03-02 00:31:04'),
(2312, '5a98adf1477c2', 'dollis87@yahoo.com', 'S', 'F', '', 0, '2018-03-02 01:50:37'),
(2313, '5a98b72a16dc3', 'ojrustad@gmail.com', 'S', 'F', '', 0, '2018-03-02 02:29:58'),
(2314, '5a98d7ffc1dba', 'erin4882@yahoo.com', 'S', 'F', '', 0, '2018-03-02 04:50:09'),
(2315, '5a98eccbc3824', 'chappy7197@sbcglobal.net', 'S', 'F', '', 0, '2018-03-02 06:18:53'),
(2316, '5a9a4e8726923', 'ashleee@adcderm.com', 'S', 'F', '', 0, '2018-03-03 07:28:07'),
(2317, '5a9abd67b7622', 'team@monerov.org', 'S', 'F', '', 0, '2018-03-03 15:21:11'),
(2318, '5a9b092ba70bd', 'sdpjun@optonline.net', 'S', 'F', '', 0, '2018-03-03 20:44:29'),
(2319, '5a9b23d06f49a', 'tigger0872@atlanticbb.net', 'S', 'F', '', 0, '2018-03-03 22:38:10'),
(2320, '5a9b34f16d54c', 'jbazphotography@yahoo.com', 'S', 'F', '', 0, '2018-03-03 23:51:10'),
(2321, '5a9b3b2e9e17e', 'almc117@aol.com', 'S', 'F', '', 0, '2018-03-04 00:17:47'),
(2322, '5a9b3e1ed4665', 'jbazphotography@yahoo.com', 'S', 'F', '', 0, '2018-03-04 00:30:23'),
(2323, '5a9b4dac04763', 'ramzihakim@sbcglobal.net', 'S', 'F', '', 0, '2018-03-04 01:36:39'),
(2324, '5a9b707f2f07f', 'daddyrich2329@yahoo.com', 'S', 'F', '', 0, '2018-03-04 04:05:11'),
(2325, '5a9b766a7e8df', 'jennysue1977@gmail.com', 'S', 'F', '', 0, '2018-03-04 04:30:36'),
(2326, '5a9b8534579da', 'mukhtargamal@yahoo.com', 'S', 'F', '', 0, '2018-03-04 05:33:42'),
(2327, '5a9bbf2e69b08', 'one4dogma@gmail.com', 'S', 'F', '', 0, '2018-03-04 09:41:04'),
(2328, '5a9c31ac058d9', 'pjr3359@aol.com', 'S', 'F', '', 0, '2018-03-04 17:49:30'),
(2329, '5a9c3e4462a21', 'webber.renaud@yahoo.com', 'S', 'F', '', 0, '2018-03-04 18:43:14'),
(2330, '5a9c501771914', 'colleenbtlr@aol.com', 'S', 'F', '', 0, '2018-03-04 19:59:21'),
(2331, '5a9c90ed40bf2', 'comikboy@yahoo.com', 'S', 'F', '', 0, '2018-03-05 00:35:53'),
(2332, '5a9c9d51d221c', 'irbj1786@yahoo.com', 'S', 'F', '', 0, '2018-03-05 01:28:51'),
(2333, '5a9ca6c51a6f0', 'yangjakie@yahoo.com', 'S', 'F', '', 0, '2018-03-05 02:09:03'),
(2334, '5a9cd2ec1b2e7', 'yangjakie@yahoo.com', 'S', 'F', '', 0, '2018-03-05 05:17:28'),
(2335, '5a9d1b7dbc662', 'pjr3359@aol.com', 'S', 'F', '', 0, '2018-03-05 10:27:09'),
(2336, '5a9d1da5baf6c', 'ianken1@yahoo.com', 'S', 'F', '', 0, '2018-03-05 10:36:22'),
(2337, '5a9d208da53e2', 'bhawley13@gmail.com', 'S', 'F', '', 0, '2018-03-05 10:48:44'),
(2338, '5a9d366d015b2', 'kontakt@truschel-worms.de', 'S', 'F', '', 0, '2018-03-05 12:22:06'),
(2339, '5a9d55a75f6ab', 'mdderc4@aol.com', 'S', 'F', '', 0, '2018-03-05 14:35:20'),
(2340, '5a9d5e50b2c57', 'jlpesqueira@yahoo.com', 'S', 'F', '', 0, '2018-03-05 15:12:16'),
(2341, '5a9d7b5b6c090', 'eaglestudios@yahoo.com', 'S', 'F', '', 0, '2018-03-05 17:16:12'),
(2342, '5a9d8e2cdd5cb', 'fosterew@aol.com', 'S', 'F', '', 0, '2018-03-05 18:36:31'),
(2343, '5a9d900278288', 'lspanvich@yahoo.com', 'S', 'F', '', 0, '2018-03-05 18:44:19'),
(2344, '5a9daa579a102', 'donut_1216@yahoo.com', 'S', 'F', '', 0, '2018-03-05 20:36:41'),
(2345, '5a9dc1162fb97', 'scottmitchell@prosorbents.com', 'S', 'F', '', 0, '2018-03-05 22:13:37'),
(2346, '5a9ddb05c8fa8', 'fgosef@yandex.com', 'S', 'F', '', 0, '2018-03-06 00:04:15'),
(2347, '5a9de5bb707cd', 'chutchison@alcolecapital.com', 'S', 'F', '', 0, '2018-03-06 00:50:05'),
(2348, '5a9e31060f79d', 'mahamad@comcast.net', 'S', 'F', '', 0, '2018-03-06 06:11:18'),
(2349, '5a9e379c6752a', 'stork46@charter.net', 'S', 'F', '', 0, '2018-03-06 06:39:24'),
(2350, '5a9e41c5ae145', 'roberto71333@yahoo.com', 'S', 'F', '', 0, '2018-03-06 07:22:46'),
(2351, '5a9e80232181f', 'isabell.28@web.de', 'S', 'F', '', 0, '2018-03-06 11:48:52'),
(2352, '5a9e83ee22628', 'emmpavlakos@gmail.com', 'S', 'F', '', 0, '2018-03-06 12:05:02'),
(2353, '5a9e907a25ca6', 'czpajp@optonline.net', 'S', 'F', '', 0, '2018-03-06 12:58:35'),
(2354, '5a9ea4937a610', 'laurenswink12@yahoo.com', 'S', 'F', '', 0, '2018-03-06 14:24:20'),
(2355, '5a9eafa7db1ec', 'jenny.barnacal@kernsreps.com', 'S', 'F', '', 0, '2018-03-06 15:11:36'),
(2356, '5a9ebffab1136', 'sparkysewell@me.com', 'S', 'F', '', 0, '2018-03-06 16:21:16'),
(2357, '5a9eca452d648', 'annm1405@gmail.com', 'S', 'F', '', 0, '2018-03-06 17:05:09'),
(2358, '5a9ed9d063537', 'canadian4all@yahoo.com', 'S', 'F', '', 0, '2018-03-06 18:11:25'),
(2359, '5a9ee4848566c', 'hiitselh@yahoo.com', 'S', 'F', '', 0, '2018-03-06 18:57:06'),
(2360, '5a9eecf2b3ef5', 'sylviamontana@yahoo.com', 'S', 'F', '', 0, '2018-03-06 19:33:09'),
(2361, '5a9efcc270f92', 'moral46@dupage88.edu', 'S', 'F', '', 0, '2018-03-06 20:40:30'),
(2362, '5a9efe1ec8aac', 'shunruwh@yahoo.com', 'S', 'F', '', 0, '2018-03-06 20:46:24'),
(2363, '5a9efef779ce3', 'topcoataz@cox.net', 'S', 'F', '', 0, '2018-03-06 20:50:01'),
(2364, '5a9f0d738a1e1', 'droesch@shatkinfirst.com', 'S', 'F', '', 0, '2018-03-06 21:51:49'),
(2365, '5a9f12681f6ea', 'dondon_rsc@yahoo.com', 'S', 'F', '', 0, '2018-03-06 22:12:50'),
(2366, '5a9f17eed5de0', 'scout1042000@yahoo.com', 'S', 'F', '', 0, '2018-03-06 22:36:32'),
(2367, '5a9f197f3b622', 'hanhpost@yahoo.com', 'S', 'F', '', 0, '2018-03-06 22:43:12'),
(2368, '5a9f304e13efb', 'nmike13@gmail.com', 'S', 'F', '', 0, '2018-03-07 00:20:32'),
(2369, '5a9f469a63040', 'clermontgirl1970@yahoo.com', 'S', 'F', '', 0, '2018-03-07 01:55:34'),
(2370, '5a9f52dd17453', 'truehunger@att.net', 'S', 'F', '', 0, '2018-03-07 02:47:58'),
(2371, '5a9fd16fef401', 'klingenberg59@web.de', 'S', 'F', '', 0, '2018-03-07 11:47:58'),
(2372, '5a9ffef3dc673', 'kiadastan@yahoo.com', 'S', 'F', '', 0, '2018-03-07 15:02:13'),
(2373, '5aa010da87770', 'brian.bedingfield@yahoo.com', 'S', 'F', '', 0, '2018-03-07 16:18:32'),
(2374, '5aa01472dc704', 'jwilson186814@gmail.com', 'S', 'F', '', 0, '2018-03-07 16:33:53'),
(2375, '5aa017c763bf8', 'andrewpeak11@gmail.com', 'S', 'F', '', 0, '2018-03-07 16:48:03'),
(2376, '5aa01cf2b321b', 'ric_diaz@me.com', 'S', 'F', '', 0, '2018-03-07 17:10:07'),
(2377, '5aa0388c5e9e2', 'snuckey_the_great@yahoo.com', 'S', 'F', '', 0, '2018-03-07 19:07:51'),
(2378, '5aa03f91482f1', 'todd@linknilsen.com', 'S', 'F', '', 0, '2018-03-07 19:37:54'),
(2379, '5aa04c5775392', 'christysteen@yahoo.com', 'S', 'F', '', 0, '2018-03-07 20:32:24'),
(2380, '5aa067a31a741', 'mescovitz@yahoo.com', 'S', 'F', '', 0, '2018-03-07 22:28:47'),
(2381, '5aa0688f7d7b5', 'vickilwall@yahoo.com', 'S', 'F', '', 0, '2018-03-07 22:32:42'),
(2382, '5aa076f9aa006', 'mtc@imperialtax.com', 'S', 'F', '', 0, '2018-03-07 23:34:14'),
(2383, '5aa0839d84b8e', 'lesmesa81@aol.com', 'S', 'F', '', 0, '2018-03-08 00:28:07'),
(2384, '5aa0913e4701e', 'casiecate@gmail.com', 'S', 'F', '', 0, '2018-03-08 01:26:19'),
(2385, '5aa0a396e7c2b', 'burney_jennifer@yahoo.com', 'S', 'F', '', 0, '2018-03-08 02:44:34'),
(2386, '5aa0a9148ddc7', 'jaromounts@sbcglobal.net', 'S', 'F', '', 0, '2018-03-08 03:07:58'),
(2387, '5aa0ac60e87e8', 'oregonomfs@yahoo.com', 'S', 'F', '', 0, '2018-03-08 03:22:09'),
(2388, '5aa0c254b922d', 'burney_jennifer@yahoo.com', 'S', 'F', '', 0, '2018-03-08 04:55:50'),
(2389, '5aa0c84d89f29', 'burney_jennifer@yahoo.com', 'S', 'F', '', 0, '2018-03-08 05:21:18'),
(2390, '5aa0d0d410aca', 'burney_jennifer@yahoo.com', 'S', 'F', '', 0, '2018-03-08 05:57:36'),
(2391, '5aa0e4743f797', 'm.caranizade@gmail.com', 'S', 'F', '', 0, '2018-03-08 07:21:19'),
(2392, '5aa1127723591', 'jaymcleod147@yahoo.com', 'S', 'F', '', 0, '2018-03-08 10:37:43'),
(2393, '5aa1238cc4bef', 'mchalesd@gmail.com', 'S', 'F', '', 0, '2018-03-08 11:50:36'),
(2394, '5aa1488d50ade', 'ianlmaj@aol.com', 'S', 'F', '', 0, '2018-03-08 14:28:30'),
(2395, '5aa157d0bcd26', 'ianlmaj@aol.com', 'S', 'F', '', 0, '2018-03-08 15:33:38'),
(2396, '5aa15cddb58cd', 'santi_vecleosa@yahoo.co.id', 'S', 'F', '', 0, '2018-03-08 15:55:07'),
(2397, '5aa15f5bddc6c', 'vmnd2001@shaw.ca', 'S', 'F', '', 0, '2018-03-08 16:05:50'),
(2398, '5aa163549b3bd', 'info@vanderkooyjubbega.nl', 'S', 'F', '', 0, '2018-03-08 16:22:42'),
(2399, '5aa163d74fbee', 'guitar42@gmail.com', 'S', 'F', '', 0, '2018-03-08 16:24:57'),
(2400, '5aa1ae53bf97d', 'tlentini@myhome1st.com', 'S', 'F', '', 0, '2018-03-08 21:42:41'),
(2401, '5aa1b1392b6ed', 'buckroedona@yahoo.com', 'S', 'F', '', 0, '2018-03-08 21:55:01'),
(2402, '5aa1cee24085f', 'rn1102ssc@aol.com', 'S', 'F', '', 0, '2018-03-09 00:01:39'),
(2403, '5aa1db3a025e2', 'joeamon5@aol.com', 'S', 'F', '', 0, '2018-03-09 00:54:19'),
(2404, '5aa1f83652730', 'joeamon5@aol.com', 'S', 'F', '', 0, '2018-03-09 02:57:54'),
(2405, '5aa20d454c00a', 'ebambauer7@gmail.com', 'S', 'F', '', 0, '2018-03-09 04:27:49'),
(2406, '5aa20fd095367', 'ikondental@gmail.com', 'S', 'F', '', 0, '2018-03-09 04:38:36'),
(2407, '5aa2566bba568', 'lnm0729@yahoo.com', 'S', 'F', '', 0, '2018-03-09 09:39:57'),
(2408, '5aa25c1c4a2b4', 'hrhmcl@yahoo.com', 'S', 'F', '', 0, '2018-03-09 10:04:14'),
(2409, '5aa2a44889940', 'nainamaslova575@gmail.com', 'S', 'F', '', 0, '2018-03-09 15:12:07'),
(2410, '5aa2c2d252a79', 'devil3b2001@yahoo.com', 'S', 'F', '', 0, '2018-03-09 17:22:23'),
(2411, '5aa2c35b786b2', 'shindelbower@yahoo.com', 'S', 'F', '', 0, '2018-03-09 17:24:45'),
(2412, '5aa2cd5825697', 'pleasray@yahoo.com', 'S', 'F', '', 0, '2018-03-09 18:07:22'),
(2413, '5aa2ea9c00433', 'olearykellene@gmail.com', 'S', 'F', '', 0, '2018-03-09 20:12:13'),
(2414, '5aa2f6bdc2cb8', 'beebk@yahoo.com', 'S', 'F', '', 0, '2018-03-09 21:03:59'),
(2415, '5aa30e0f824a2', 'cjstasi@sbcglobal.net', 'S', 'F', '', 0, '2018-03-09 22:43:22'),
(2416, '5aa31fbac80f2', 'truckerprb1@yahoo.com', 'S', 'F', '', 0, '2018-03-09 23:58:44'),
(2417, '5aa3b7fbe65f2', 'rmccarter1@aol.com', 'S', 'F', '', 0, '2018-03-10 10:48:21'),
(2418, '5aa3fd443d058', 'rgeee@aol.com', 'S', 'F', '', 0, '2018-03-10 15:44:05'),
(2419, '5aa408971d339', 'newcheer@gmail.com', 'S', 'F', '', 0, '2018-03-10 16:32:19'),
(2420, '5aa41a4fb2b93', 'alexofaod@yahoo.com', 'S', 'F', '', 0, '2018-03-10 17:48:01'),
(2421, '5aa425b895a25', 'smittyjl75@yahoo.com', 'S', 'F', '', 0, '2018-03-10 18:36:38'),
(2422, '5aa42bde85dbd', 'alexofaod@yahoo.com', 'S', 'F', '', 0, '2018-03-10 19:02:56'),
(2423, '5aa43a14427d6', 'db13rw@sbcglobal.net', 'S', 'F', '', 0, '2018-03-10 20:03:30'),
(2424, '5aa456e908b35', 'christina.epps22@gmail.com', 'S', 'F', '', 0, '2018-03-10 22:06:33'),
(2425, '5aa48d15d4f30', 'jttrone@yahoo.com', 'S', 'F', '', 0, '2018-03-11 01:57:44'),
(2426, '5aa50369a0dd2', 'adimid5@gmail.com', 'S', 'F', '', 0, '2018-03-11 10:22:27'),
(2427, '5aa556a533808', 'shrinkmore@yahoo.com', 'S', 'F', '', 0, '2018-03-11 16:17:41'),
(2428, '5aa571a615de7', 'glennferg.gf@gmail.com', 'S', 'F', '', 0, '2018-03-11 18:12:55'),
(2429, '5aa5830663616', 'scarrhk@aol.com', 'S', 'F', '', 0, '2018-03-11 19:26:59'),
(2430, '5aa58ece07d7e', 'kelli.oconnor@comcast.net', 'S', 'F', '', 0, '2018-03-11 20:17:18'),
(2431, '5aa5991a139b7', 'marquita_mcnair_83@yahoo.com', 'S', 'F', '', 0, '2018-03-11 21:01:14'),
(2432, '5aa5a4f19d795', 'troyersfood@aol.com', 'S', 'F', '', 0, '2018-03-11 21:51:41'),
(2433, '5aa5b1672b532', 'joeannon5@aol.com', 'S', 'F', '', 0, '2018-03-11 22:44:56'),
(2434, '5aa5b283c0a69', 'jum.dransfeld@gmx.de', 'S', 'F', '', 0, '2018-03-11 22:49:36'),
(2435, '5aa5f802488ac', 'awthom@gmail.com', 'S', 'F', '', 0, '2018-03-12 03:46:06'),
(2436, '5aa671965ad1d', 'marco@dindo.ch', 'S', 'F', '', 0, '2018-03-12 12:24:55'),
(2437, '5aa680dd71e96', 'ladycoyote59@yahoo.com', 'S', 'F', '', 0, '2018-03-12 13:30:03'),
(2438, '5aa6959e8ade2', 'modemme@yahoo.com', 'S', 'F', '', 0, '2018-03-12 14:58:39'),
(2439, '5aa6a3a15f117', 'erikhudzik@yahoo.com', 'S', 'F', '', 0, '2018-03-12 15:58:26'),
(2440, '5aa6a62f43bfb', 'juliebrockway@charter.net', 'S', 'F', '', 0, '2018-03-12 16:09:18'),
(2441, '5aa6aba1f289a', 'mpaggen@gmail.com', 'S', 'F', '', 0, '2018-03-12 16:32:30'),
(2442, '5aa6c1aeb75c4', 'bryantindustrial@yahoo.com', 'S', 'F', '', 0, '2018-03-12 18:06:37'),
(2443, '5aa6c4b0ea657', 'hiyoung@yahoo.com', 'S', 'F', '', 0, '2018-03-12 18:19:26'),
(2444, '5aa6cf407c87d', 'yeagit@yahoo.com', 'S', 'F', '', 0, '2018-03-12 19:04:33'),
(2445, '5aa6d0e1cad98', 'yeagit@yahoo.com', 'S', 'F', '', 0, '2018-03-12 19:11:31'),
(2446, '5aa6d72b03b78', 'bmsmith1881@yahoo.com', 'S', 'F', '', 0, '2018-03-12 19:38:15'),
(2447, '5aa6e27bb9284', 'cory.overturf@yahoo.com', 'S', 'F', '', 0, '2018-03-12 20:26:37'),
(2448, '5aa6e83711857', 'mdm879@aol.com', 'S', 'F', '', 0, '2018-03-12 20:51:05'),
(2449, '5aa6e8b60dfce', 'darius_bus@yahoo.com', 'S', 'F', '', 0, '2018-03-12 20:53:05'),
(2450, '5aa6eeaa42378', 'eunjae1227@yahoo.com', 'S', 'F', '', 0, '2018-03-12 21:18:30'),
(2451, '5aa6f03e83404', 'austin.weiss2@yahoo.com', 'S', 'F', '', 0, '2018-03-12 21:25:14'),
(2452, '5aa6f28f3a142', 'jpottash@gmail.com', 'S', 'F', '', 0, '2018-03-12 21:35:12'),
(2453, '5aa6f30757aea', 'bedesmiles@yahoo.com', 'S', 'F', '', 0, '2018-03-12 21:37:07'),
(2454, '5aa70e2ecf642', 'romozad@gmail.com', 'S', 'F', '', 0, '2018-03-12 23:33:04'),
(2455, '5aa7332d2eff2', 'baltforce@aol.com', 'S', 'F', '', 0, '2018-03-13 02:10:53'),
(2456, '5aa76c5b70ff3', 'brummellus5@comcast.net', 'S', 'F', '', 0, '2018-03-13 06:14:54'),
(2457, '5aa76e046166c', 'bedesmiles@yahoo.com', 'S', 'F', '', 0, '2018-03-13 06:21:57'),
(2458, '5aa7a89b93a37', 'jacome5519@gmail.com', 'S', 'F', '', 0, '2018-03-13 10:31:55'),
(2459, '5aa7a974c1900', 'eltank123@yahoo.com', 'S', 'F', '', 0, '2018-03-13 10:35:31'),
(2460, '5aa7ccc37021b', 'inglesc7@yahoo.com', 'S', 'F', '', 0, '2018-03-13 13:06:13'),
(2461, '5aa7d959b6b87', 'jsouthmayd@gmail.com', 'S', 'F', '', 0, '2018-03-13 13:59:51'),
(2462, '5aa7f0656e3fe', 'chiffonsamuel41412@gmail.com', 'S', 'F', '', 0, '2018-03-13 15:38:14'),
(2463, '5aa7f5c8ad4b9', 'islamorada76@gmail.com', 'S', 'F', '', 0, '2018-03-13 16:01:10'),
(2464, '5aa80505bdc73', 'kristendevaney@gmail.com', 'S', 'F', '', 0, '2018-03-13 17:06:12'),
(2465, '5aa807ecc75a2', 'kenashton1@aol.com', 'S', 'F', '', 0, '2018-03-13 17:18:38'),
(2466, '5aa80c606919e', 'senscheri25@yahoo.com', 'S', 'F', '', 0, '2018-03-13 17:37:38'),
(2467, '5aa815fa153b9', 'sawyer_keegan@yahoo.com', 'S', 'F', '', 0, '2018-03-13 18:18:33'),
(2468, '5aa817bc4f6a3', 'ray_cherry@comcast.net', 'S', 'F', '', 0, '2018-03-13 18:26:02'),
(2469, '5aa81ab889969', 'ray@wyndhamgardengnv.com', 'S', 'F', '', 0, '2018-03-13 18:38:47'),
(2470, '5aa821e814345', 'yearlymonk@yahoo.com', 'S', 'F', '', 0, '2018-03-13 19:09:24'),
(2471, '5aa8251e25c4e', 'kenashton1@aol.com', 'S', 'F', '', 0, '2018-03-13 19:23:06'),
(2472, '5aa830762fbc1', 'ctheel1003@aol.com', 'S', 'F', '', 0, '2018-03-13 20:11:31'),
(2473, '5aa84c4c3d779', 'tlgooday01@yahoo.com', 'S', 'F', '', 0, '2018-03-13 22:10:21'),
(2474, '5aa8520be61ad', 'tlgooday01@yahoo.com', 'S', 'F', '', 0, '2018-03-13 22:34:52'),
(2475, '5aa856ed00930', 'gpmuir@yahoo.com', 'S', 'F', '', 0, '2018-03-13 22:55:43'),
(2476, '5aa85abfc535c', 'chrissie1116@yahoo.com', 'S', 'F', '', 0, '2018-03-13 23:12:00'),
(2477, '5aa861498988b', 'apoydence@comcast.net', 'S', 'F', '', 0, '2018-03-13 23:39:49'),
(2478, '5aa86ea64e659', 'rick.morrison@thetruckpeople.com', 'S', 'F', '', 0, '2018-03-14 00:36:47'),
(2479, '5aa88dd1819f1', 'jvega@ferrandinoandson.com', 'S', 'F', '', 0, '2018-03-14 02:49:48'),
(2480, '5aa93d398cffe', 'garage.lu@yahoo.com', 'S', 'F', '', 0, '2018-03-14 15:18:18'),
(2481, '5aa94e2ff2db3', 'fbaratta@bellatlantic.net', 'S', 'F', '', 0, '2018-03-14 16:30:38'),
(2482, '5aa95c4371ae7', 'geminibusiness@att.net', 'S', 'F', '', 0, '2018-03-14 17:30:45'),
(2483, '5aa95c60abdc6', 'chelsea.tougas@greendiamond.com', 'S', 'F', '', 0, '2018-03-14 17:31:11'),
(2484, '5aa95ccb1eac7', 'sundance_cb@yahoo.com', 'S', 'F', '', 0, '2018-03-14 17:33:00'),
(2485, '5aa97135388e2', 'wbkldk@cox.net', 'S', 'F', '', 0, '2018-03-14 19:00:06'),
(2486, '5aa975dd6a88a', 'jixwonxee@yahoo.com', 'S', 'F', '', 0, '2018-03-14 19:19:53'),
(2487, '5aa9916729a2d', 'chevy7041@yahoo.com', 'S', 'F', '', 0, '2018-03-14 21:17:23'),
(2488, '5aa99472eaaae', 'nwewin70@yahoo.com', 'S', 'F', '', 0, '2018-03-14 21:30:24'),
(2489, '5aa99fe1a0029', 'nwewin70@yahoo.com', 'S', 'F', '', 0, '2018-03-14 22:19:14'),
(2490, '5aa9b6d40b982', 'jchoss@mmm.com', 'S', 'F', '', 0, '2018-03-14 23:57:04'),
(2491, '5aa9c667c8029', 'thomasaquatics1@verizon.net', 'S', 'F', '', 0, '2018-03-15 01:03:36'),
(2492, '5aa9cdc9448c9', 'butlernova@yahoo.com', 'S', 'F', '', 0, '2018-03-15 01:35:05'),
(2493, '5aa9d95a56594', 'jag2606@columbus.rr.com', 'S', 'F', '', 0, '2018-03-15 02:24:20'),
(2494, '5aa9f16b8c8fb', 'slsmd@aol.com', 'S', 'F', '', 0, '2018-03-15 04:07:08'),
(2495, '5aaa0e49881ee', 'juliebrockway@charter.net', 'S', 'F', '', 0, '2018-03-15 06:10:17'),
(2496, '5aaa1ee2c0540', 'slsmd@aol.com', 'S', 'F', '', 0, '2018-03-15 07:21:07'),
(2497, '5aaa579cb9807', 'h_sasi84@yahoo.de', 'S', 'F', '', 0, '2018-03-15 11:23:09'),
(2498, '5aaa6111476ae', 'sales@nsdesigns.com.au', 'S', 'F', '', 0, '2018-03-15 12:03:27'),
(2499, '5aaa88fc9d7f5', 'cfskansascity@gmail.com', 'S', 'F', '', 0, '2018-03-15 14:53:49'),
(2500, '5aaa921a54792', 'yocliff@aol.com', 'S', 'F', '', 0, '2018-03-15 15:32:42'),
(2501, '5aaabd4d4f7fb', 'hwomd@aol.com', 'S', 'F', '', 0, '2018-03-15 18:37:02'),
(2502, '5aaad3b20e104', 'thebaker.bread@gmail.com', 'S', 'F', '', 0, '2018-03-15 20:12:30'),
(2503, '5aaad7200688f', 'roncalame@yahoo.com', 'S', 'F', '', 0, '2018-03-15 20:27:07'),
(2504, '5aaae1ab34e61', 'rfan@nuimagetech.com', 'S', 'F', '', 0, '2018-03-15 21:12:11'),
(2505, '5aaae2ebc64a7', 'david@topdollargoldsilver.com', 'S', 'F', '', 0, '2018-03-15 21:17:29'),
(2506, '5aaae4afd5cce', 'mickey11592@gmail.com', 'S', 'F', '', 0, '2018-03-15 21:25:05'),
(2507, '5aaaf3156a2de', 'tiemen@fabriek.org', 'S', 'F', '', 0, '2018-03-15 22:26:24'),
(2508, '5aaaf88cee895', 'vicki@silverstoneins.com', 'S', 'F', '', 0, '2018-03-15 22:49:50'),
(2509, '5aaafe950f31c', 'pepemoreno3@aol.com', 'S', 'F', '', 0, '2018-03-15 23:15:33'),
(2510, '5aab1321a6777', 'connieeleee@gmail.com', 'S', 'F', '', 0, '2018-03-16 00:43:08'),
(2511, '5aab2fe52c16c', 'kurlyrtr@gmail.com', 'S', 'F', '', 0, '2018-03-16 02:45:58'),
(2512, '5aabac95d2d7a', 'pbogery@gmail.com', 'S', 'F', '', 0, '2018-03-16 11:37:58'),
(2513, '5aabc392eeb96', 'kimberly.pruett@gmail.com', 'S', 'F', '', 0, '2018-03-16 13:16:02'),
(2514, '5aabe4675cc66', 'bpavelek@verizon.net', 'S', 'F', '', 0, '2018-03-16 15:36:05'),
(2515, '5aabfec458e63', 'lightburden@aol.com', 'S', 'F', '', 0, '2018-03-16 17:28:36'),
(2516, '5aac1369de734', 'nmafarid@yahoo.com', 'S', 'F', '', 0, '2018-03-16 18:56:43'),
(2517, '5aac22ae88bc9', 'lmalek11@gmail.com', 'S', 'F', '', 0, '2018-03-16 20:01:51'),
(2518, '5aac24a82224a', 'ljaevien@yahoo.com', 'S', 'F', '', 0, '2018-03-16 20:10:13'),
(2519, '5aac2ad04ff2c', 'ferdiemehta@gmail.com', 'S', 'F', '', 0, '2018-03-16 20:36:33'),
(2520, '5aac4cbbb8215', 'midori07@gmail.com', 'S', 'F', '', 0, '2018-03-16 23:01:10'),
(2521, '5aac4d003c4f1', 'david97402@aol.com', 'S', 'F', '', 0, '2018-03-16 23:02:19'),
(2522, '5aac83c949e7e', 'classic.autogroup@yahoo.com', 'S', 'F', '', 0, '2018-03-17 02:56:10'),
(2523, '5aacb644b3f34', 'sweetrosepetal@aol.com', 'S', 'F', '', 0, '2018-03-17 06:31:28'),
(2524, '5aad01913d613', 'tlilidennis@aol.de', 'S', 'F', '', 0, '2018-03-17 11:52:47'),
(2525, '5aad13a21c3af', 'neairah2cool@yahoo.com', 'S', 'F', '', 0, '2018-03-17 13:09:52'),
(2526, '5aad423c4d7ba', 'qstacy007@aol.com', 'S', 'F', '', 0, '2018-03-17 16:28:45'),
(2527, '5aad7060715d9', 'coronado_2234@yahoo.com', 'S', 'F', '', 0, '2018-03-17 19:45:39'),
(2528, '5aad908e38cb7', 'bbabayview@gmail.com', 'S', 'F', '', 0, '2018-03-17 22:02:56'),
(2529, '5aae46df19e8f', 'eehrens@ericehrens.com', 'S', 'F', '', 0, '2018-03-18 11:00:47'),
(2530, '5aae806d405ae', 'cscottskate@aol.com', 'S', 'F', '', 0, '2018-03-18 15:06:22'),
(2531, '5aaec22fd389f', 'tjhop@smiloan.com', 'S', 'F', '', 0, '2018-03-18 19:46:51'),
(2532, '5aaec8f90c6d7', 'jentjer@gmail.com', 'S', 'F', '', 0, '2018-03-18 20:15:49'),
(2533, '5aaf00a973fee', 'sherylarue@aol.com', 'S', 'F', '', 0, '2018-03-19 00:13:24'),
(2534, '5aaf3012c6034', 'hryn_ms@yahoo.com', 'S', 'F', '', 0, '2018-03-19 03:35:43'),
(2535, '5aaf542365d81', 'victoryu15@gmail.com', 'S', 'F', '', 0, '2018-03-19 06:09:40'),
(2536, '5aafc4e5ea1f8', 'courtnieann@yahoo.com', 'S', 'F', '', 0, '2018-03-19 14:10:47'),
(2537, '5aafd50c5e243', 'achilleas.theodoulou@gmail.com', 'S', 'F', '', 0, '2018-03-19 15:19:40'),
(2538, '5aafd59567ce1', 'bethgoffredo@aol.com', 'S', 'F', '', 0, '2018-03-19 15:21:57'),
(2539, '5aafe1ade996f', 'c_m_minnich@yahoo.com', 'S', 'F', '', 0, '2018-03-19 16:13:32'),
(2540, '5aafe5b061c5f', 'dortheastith@gmail.com', 'S', 'F', '', 0, '2018-03-19 16:30:41'),
(2541, '5ab001eee9a1c', 'kmatthews89@aol.com', 'S', 'F', '', 0, '2018-03-19 18:31:09'),
(2542, '5ab009b30258c', 'sherrimoody1@yahoo.com', 'S', 'F', '', 0, '2018-03-19 19:04:17'),
(2543, '5ab015a25840a', 'rbloodworth99@yahoo.com', 'S', 'F', '', 0, '2018-03-19 19:55:15'),
(2544, '5ab01b761e80c', 'thegreenwoods@sympatico.ca', 'S', 'F', '', 0, '2018-03-19 20:20:08'),
(2545, '5ab02897e1d72', 'info@maxxphone.de', 'S', 'F', '', 0, '2018-03-19 21:16:09'),
(2546, '5ab053027be4e', 'valencia_collins@yahoo.com', 'S', 'F', '', 0, '2018-03-20 00:17:03'),
(2547, '5ab074d79c709', 'mcreynoldsks@gmail.com', 'S', 'F', '', 0, '2018-03-20 02:41:29'),
(2548, '5ab0820f3412f', 'michael_shaw@yahoo.com', 'S', 'F', '', 0, '2018-03-20 03:37:46'),
(2549, '5ab0b7e144ecc', 'monolithic11@yahoo.com', 'S', 'F', '', 0, '2018-03-20 07:27:29'),
(2550, '5ab0d5c106587', 'bmooney31@aol.com', 'S', 'F', '', 0, '2018-03-20 09:34:57'),
(2551, '5ab0dfc0cbce4', 'rajajanius@yahoo.com', 'S', 'F', '', 0, '2018-03-20 10:17:34'),
(2552, '5ab0fe8639e8e', 'bepogue@yahoo.com', 'S', 'F', '', 0, '2018-03-20 12:28:52'),
(2553, '5ab1096d7e234', 'lakocias@aol.com', 'S', 'F', '', 0, '2018-03-20 13:15:25'),
(2554, '5ab1259e8c921', 'illingv@fuse.net', 'S', 'F', '', 0, '2018-03-20 15:15:40'),
(2555, '5ab139ce5fcf3', 'bmooney31@aol.com', 'S', 'F', '', 0, '2018-03-20 16:41:52'),
(2556, '5ab14293727ce', 'deanlav@yahoo.com', 'S', 'F', '', 0, '2018-03-20 17:19:13'),
(2557, '5ab148a906a5b', 'rthomps@aol.com', 'S', 'F', '', 0, '2018-03-20 17:45:11'),
(2558, '5ab158e9c54f8', 'ianow@comcast.net', 'S', 'F', '', 0, '2018-03-20 18:54:31'),
(2559, '5ab1610000d51', 'josh.schjenken@yahoo.com', 'S', 'F', '', 0, '2018-03-20 19:29:05'),
(2560, '5ab16102452f6', 'lourdesflores@eldlogistics.com', 'S', 'F', '', 0, '2018-03-20 19:29:08'),
(2561, '5ab16fa7b5ff2', 'felicias.oliphant@yahoo.com', 'S', 'F', '', 0, '2018-03-20 20:31:33'),
(2562, '5ab172e69d052', 'cbadoug54@yahoo.com', 'S', 'F', '', 0, '2018-03-20 20:45:23'),
(2563, '5ab1778197759', 'llaja@usa.net', 'S', 'F', '', 0, '2018-03-20 21:05:07'),
(2564, '5ab17cfd26cc9', 'coolkeith30@yahoo.com', 'S', 'F', '', 0, '2018-03-20 21:28:26'),
(2565, '5ab17f5875d18', 'isabel-garcia@wanadoo.fr', 'S', 'F', '', 0, '2018-03-20 21:38:27'),
(2566, '5ab189370a376', 'ameryan74@aol.com', 'S', 'F', '', 0, '2018-03-20 22:20:41'),
(2567, '5ab190f67e642', 'justinykim@me.com', 'S', 'F', '', 0, '2018-03-20 22:53:37'),
(2568, '5ab1938aa5d84', 'lilzipp27@yahoo.com', 'S', 'F', '', 0, '2018-03-20 23:04:37'),
(2569, '5ab1967b32cd5', 'bob@tasokc.com', 'S', 'F', '', 0, '2018-03-20 23:17:16'),
(2570, '5ab1a44340da5', 'songstyle2007@yahoo.com', 'S', 'F', '', 0, '2018-03-21 00:15:56'),
(2571, '5ab1cadcda394', 'scutrer@yahoo.com', 'S', 'F', '', 0, '2018-03-21 03:00:37'),
(2572, '5ab201f3b7e08', 'betsyreing@gmail.com', 'S', 'F', '', 0, '2018-03-21 06:55:42'),
(2573, '5ab206c86a12b', 'jallday22@gmail.com', 'S', 'F', '', 0, '2018-03-21 07:16:23'),
(2574, '5ab216e16852f', 'cspeitel@comcast.net', 'S', 'F', '', 0, '2018-03-21 08:25:04'),
(2575, '5ab21ea811a23', 'soundmaster1er@aol.com', 'S', 'F', '', 0, '2018-03-21 08:58:18'),
(2576, '5ab229559631b', 'debnbillfrank@yahoo.com', 'S', 'F', '', 0, '2018-03-21 09:43:49'),
(2577, '5ab2401fbeeb1', 'thomas0902@att.net', 'S', 'F', '', 0, '2018-03-21 11:21:04'),
(2578, '5ab2432d1bfe8', 'thecleararod@yahoo.com', 'S', 'F', '', 0, '2018-03-21 11:34:05'),
(2579, '5ab24720c4894', 'bryan_allen@ymail.com', 'S', 'F', '', 0, '2018-03-21 11:50:55'),
(2580, '5ab26364098f3', 'jessyofalltrades@yahoo.com', 'S', 'F', '', 0, '2018-03-21 13:51:31'),
(2581, '5ab273be961f2', 'tking1000@gmail.com', 'S', 'F', '', 0, '2018-03-21 15:01:17'),
(2582, '5ab29d0f6cb96', 'betsyreing@gmail.com', 'S', 'F', '', 0, '2018-03-21 17:57:31'),
(2583, '5ab2a2ab819fa', 'kelsie@vis.caltech.edu', 'S', 'F', '', 0, '2018-03-21 18:21:32'),
(2584, '5ab2bb6b7efa0', 'spottedflowers@yahoo.com', 'S', 'F', '', 0, '2018-03-21 20:07:09'),
(2585, '5ab2c3166d5ee', 'juliehanrahan11@gmail.com', 'S', 'F', '', 0, '2018-03-21 20:39:45'),
(2586, '5ab2d11de8fc5', 'narenm@recursiongroup.com', 'S', 'F', '', 0, '2018-03-21 21:39:43'),
(2587, '5ab2d2d77f3a8', 'tiffanyhautau@yahoo.com', 'S', 'F', '', 0, '2018-03-21 21:47:04'),
(2588, '5ab2d927d245d', 'mark5416@att.net', 'S', 'F', '', 0, '2018-03-21 22:13:55'),
(2589, '5ab2dd93df000', 'dabreiding@gmail.com', 'S', 'F', '', 0, '2018-03-21 22:32:46'),
(2590, '5ab2f0675046a', 'derek.fournier.metis@gmail.com', 'S', 'F', '', 0, '2018-03-21 23:53:12'),
(2591, '5ab2f4b749b36', 'gthier5@aol.com', 'S', 'F', '', 0, '2018-03-22 00:11:36'),
(2592, '5ab30157ac9b6', 'joe@sound-waves.com', 'S', 'F', '', 0, '2018-03-22 01:05:24'),
(2593, '5ab337af39b78', 'asalia008@yahoo.com', 'S', 'F', '', 0, '2018-03-22 04:57:19'),
(2594, '5ab34547d6c20', 'kristiegrace13@yahoo.com', 'S', 'F', '', 0, '2018-03-22 05:55:22'),
(2595, '5ab34cd44832a', 'daniel@bbpmllc.com', 'S', 'F', '', 0, '2018-03-22 06:27:27'),
(2596, '5ab373c3cf2c3', 'roblehmann20@gmail.com', 'S', 'F', '', 0, '2018-03-22 09:13:40'),
(2597, '5ab38b12ec9e3', 'bobv218@yahoo.com', 'S', 'F', '', 0, '2018-03-22 10:53:08'),
(2598, '5ab3bbee6d814', 'racersimage@yahoo.com', 'S', 'F', '', 0, '2018-03-22 14:21:34'),
(2599, '5ab3bc766ca57', 'tivoking@gmail.com', 'S', 'F', '', 0, '2018-03-22 14:23:51'),
(2600, '5ab3c9e784999', 'vikecubs@yahoo.com', 'S', 'F', '', 0, '2018-03-22 15:21:10'),
(2601, '5ab3caa90b3ea', 'simardlyne@videotron.ca', 'S', 'F', '', 0, '2018-03-22 15:24:24'),
(2602, '5ab3cfc1df5b0', 'mcross83@woh.rr.com', 'S', 'F', '', 0, '2018-03-22 15:46:10'),
(2603, '5ab3d5e7ea2b8', 'tx10lady2@aol.com', 'S', 'F', '', 0, '2018-03-22 16:12:26'),
(2604, '5ab3ddb47f8c0', 'robert.ricker@finalcutstudio.com', 'S', 'F', '', 0, '2018-03-22 16:45:41'),
(2605, '5ab3ee6c278c2', 'tx10lady2@aol.com', 'S', 'F', '', 0, '2018-03-22 17:57:01'),
(2606, '5ab3f2443eef6', 'tx10lady2@aol.com', 'S', 'F', '', 0, '2018-03-22 18:13:25'),
(2607, '5ab405172e5b7', 'mtasner@gmail.com', 'S', 'F', '', 0, '2018-03-22 19:33:39'),
(2608, '5ab4069700710', 'matt@afterglowlighting.net', 'S', 'F', '', 0, '2018-03-22 19:40:08'),
(2609, '5ab4205ea14d9', 'heatherjohnsonappel@yahoo.com', 'S', 'F', '', 0, '2018-03-22 21:30:08'),
(2610, '5ab4354793183', 'wilson_contracting@sbcglobal.net', 'S', 'F', '', 0, '2018-03-22 22:59:19'),
(2611, '5ab44f19dfb02', 'acs57solo@yahoo.com', 'S', 'F', '', 0, '2018-03-23 00:49:31'),
(2612, '5ab45063cdc32', 'waz_nyc@yahoo.com', 'S', 'F', '', 0, '2018-03-23 00:55:00'),
(2613, '5ab46f2ced3dc', 'carrie7ann77@yahoo.com', 'S', 'F', '', 0, '2018-03-23 03:06:21'),
(2614, '5ab475f632412', 'jmartin@hrc-engr.com', 'S', 'F', '', 0, '2018-03-23 03:35:10'),
(2615, '5ab484060615e', 'waz_nyc@yahoo.com', 'S', 'F', '', 0, '2018-03-23 04:35:18'),
(2616, '5ab51d04afc6a', 'joseph.w.williamsjr@gmail.com', 'S', 'F', '', 0, '2018-03-23 15:28:05'),
(2617, '5ab52a2672425', 'jillym@compassdevelopments.com', 'S', 'F', '', 0, '2018-03-23 16:24:05'),
(2618, '5ab54a2164a40', 'frogbottom86@yahoo.com', 'S', 'F', '', 0, '2018-03-23 18:40:29'),
(2619, '5ab55af647031', 'mjb1gta@yahoo.com', 'S', 'F', '', 0, '2018-03-23 19:52:17'),
(2620, '5ab58bcf6b10b', 'psynadinos@yahoo.com', 'S', 'F', '', 0, '2018-03-23 23:20:42'),
(2621, '5ab59e129bc1f', 'jim@jpmtgroup.com', 'S', 'F', '', 0, '2018-03-24 00:38:44'),
(2622, '5ab5a543af6df', 'holahas@gmail.com', 'S', 'F', '', 0, '2018-03-24 01:09:25'),
(2623, '5ab5d1a5c0d85', 'kant1945@yahoo.com', 'S', 'F', '', 0, '2018-03-24 04:18:46'),
(2624, '5ab5ee9f010ac', 'shannon02520@yahoo.com', 'S', 'F', '', 0, '2018-03-24 06:22:23'),
(2625, '5ab6449b112b7', 'amymwinkler@gmail.com', 'S', 'F', '', 0, '2018-03-24 12:29:14'),
(2626, '5ab66e892c137', 'cresswell1992@yahoo.com', 'S', 'F', '', 0, '2018-03-24 15:28:10'),
(2627, '5ab67044c8925', 'info@chargetech.com', 'S', 'F', '', 0, '2018-03-24 15:35:34'),
(2628, '5ab6758deb467', 'larry.deery@gmail.com', 'S', 'F', '', 0, '2018-03-24 15:58:06'),
(2629, '5ab67bb7ac4f1', 'pene154@yahoo.com', 'S', 'F', '', 0, '2018-03-24 16:24:25'),
(2630, '5ab6916aee669', 'randallbiz07@yahoo.com', 'S', 'F', '', 0, '2018-03-24 17:57:00'),
(2631, '5ab6acffe3ddf', 'julirodri43@yahoo.com', 'S', 'F', '', 0, '2018-03-24 19:54:38'),
(2632, '5ab6b8f40c033', 'trivision_as@yahoo.com', 'S', 'F', '', 0, '2018-03-24 20:45:42'),
(2633, '5ab6c400dd70e', 'jsn_arsenault@yahoo.com', 'S', 'F', '', 0, '2018-03-24 21:32:50'),
(2634, '5ab6c7d92ec8b', 'jsn_arsenault@yahoo.com', 'S', 'F', '', 0, '2018-03-24 21:49:15'),
(2635, '5ab6c852abecd', 'theghost.blackops@gmail.com', 'S', 'F', '', 0, '2018-03-24 21:51:12'),
(2636, '5ab6cd872794a', 'vodsl@bellsouth.net', 'S', 'F', '', 0, '2018-03-24 22:13:23'),
(2637, '5ab6d36ab9987', 'gregory.sih@gmail.com', 'S', 'F', '', 0, '2018-03-24 22:38:36'),
(2638, '5ab6d4ab6b52f', 'anja_rudkoski@web.de', 'S', 'F', '', 0, '2018-03-24 22:43:57'),
(2639, '5ab6fc04e21c0', 'lindsey.sainsbury@belleestate.com', 'S', 'F', '', 0, '2018-03-25 01:31:43'),
(2640, '5ab7c3398271b', 'spmthaney@aol.com', 'S', 'F', '', 0, '2018-03-25 15:41:44'),
(2641, '5ab801f223834', 'flmmurry@yahoo.com', 'S', 'F', '', 0, '2018-03-25 20:09:23'),
(2642, '5ab8027c0f74c', 't.kaeuffelin@web.de', 'S', 'F', '', 0, '2018-03-25 20:11:37'),
(2643, '5ab8043f98a50', 'glenrogerevans@aol.com', 'S', 'F', '', 0, '2018-03-25 20:19:13'),
(2644, '5ab80e7523fd4', 'magic.greene@yahoo.com', 'S', 'F', '', 0, '2018-03-25 21:02:46'),
(2645, '5ab833be70434', 'knsuzuki@yahoo.com', 'S', 'F', '', 0, '2018-03-25 23:41:51'),
(2646, '5ab8360a7f50e', 'dg214015@gmail.com', 'S', 'F', '', 0, '2018-03-25 23:51:34'),
(2647, '5ab8488d90927', 'daklonowski@aol.com', 'S', 'F', '', 0, '2018-03-26 01:10:39'),
(2648, '5ab85f7937625', 'ghost8480@yahoo.com', 'S', 'F', '', 0, '2018-03-26 02:48:27'),
(2649, '5ab86c39d4665', 'susan.herring@chstoutav.com', 'S', 'F', '', 0, '2018-03-26 03:42:51'),
(2650, '5ab88bebe3960', 'ghost8480@yahoo.com', 'S', 'F', '', 0, '2018-03-26 05:57:55'),
(2651, '5ab88d266f744', 'deis70@yahoo.com', 'S', 'F', '', 0, '2018-03-26 06:03:21'),
(2652, '5ab88ee42091d', 'nicolehat7@yahoo.com', 'S', 'F', '', 0, '2018-03-26 06:10:45'),
(2653, '5ab8a03e6e8ac', 'pmeans@bryan.k12.ga.us', 'S', 'F', '', 0, '2018-03-26 07:24:48'),
(2654, '5ab8c795b6202', 'mcclenaghan@yahoo.com', 'S', 'F', '', 0, '2018-03-26 10:12:38'),
(2655, '5ab8c91d6f36f', 'moshestareshefsky@gmail.com', 'S', 'F', '', 0, '2018-03-26 10:19:10'),
(2656, '5ab902e0331b5', 'teresa@cmbtrial.com', 'S', 'F', '', 0, '2018-03-26 14:25:36'),
(2657, '5ab910cff2ed4', 'nancy.denison@denardandmore.com', 'S', 'F', '', 0, '2018-03-26 15:25:04'),
(2658, '5ab9185e02870', 'pchien@gmail.com', 'S', 'F', '', 0, '2018-03-26 15:57:17'),
(2659, '5ab91d83debba', 'mcclenaghan@yahoo.com', 'S', 'F', '', 0, '2018-03-26 16:19:13'),
(2660, '5ab91f01234ff', 'radhainc@missisauga.ca', 'S', 'F', '', 0, '2018-03-26 16:25:36'),
(2661, '5ab920a09a856', 'radhainc@missisauga.ca', 'S', 'F', '', 0, '2018-03-26 16:32:32'),
(2662, '5ab929cbb981e', 'bmtucker17@gmail.com', 'S', 'F', '', 0, '2018-03-26 17:11:41'),
(2663, '5ab93921a262f', 'termarschmike21@comcast.net', 'S', 'F', '', 0, '2018-03-26 18:17:07'),
(2664, '5ab93d6ddd2b0', 'prostreetdemon@gmail.com', 'S', 'F', '', 0, '2018-03-26 18:35:27'),
(2665, '5ab93df0d3c14', 'darcysabourin13@gmail.com', 'S', 'F', '', 0, '2018-03-26 18:37:35'),
(2666, '5ab94890d93ad', 'stephanie@cmbtrial.com', 'S', 'F', '', 0, '2018-03-26 19:22:55'),
(2667, '5ab94acf891c5', 'kimwheeler727@yahoo.com', 'S', 'F', '', 0, '2018-03-26 19:32:32'),
(2668, '5ab952f871cc9', 'traydisbrow@gmail.com', 'S', 'F', '', 0, '2018-03-26 20:07:22'),
(2669, '5ab9622361c75', 'brandyfailes@yahoo.com', 'S', 'F', '', 0, '2018-03-26 21:12:04'),
(2670, '5ab96c6e793f8', 'ukallme@gmail.com', 'S', 'F', '', 0, '2018-03-26 21:55:59'),
(2671, '5ab9746033fd4', 'nospam@tjtexas.com', 'S', 'F', '', 0, '2018-03-26 22:29:54'),
(2672, '5ab9876ef4012', 'rmargio@gmail.com', 'S', 'F', '', 0, '2018-03-26 23:51:13'),
(2673, '5ab989853de53', 'kymnguyen46@yahoo.com', 'S', 'F', '', 0, '2018-03-26 23:59:59'),
(2674, '5ab98c138a981', 'bac18mke@gmail.com', 'S', 'F', '', 0, '2018-03-27 00:10:53'),
(2675, '5ab98e3136788', 'michaelcastrillon64@gmail.com', 'S', 'F', '', 0, '2018-03-27 00:20:03'),
(2676, '5ab996c2c28bb', 'bellis10.07@gmail.com', 'S', 'F', '', 0, '2018-03-27 00:56:37'),
(2677, '5ab99aa759e8d', 'jill.stein@apsb.org', 'S', 'F', '', 0, '2018-03-27 01:13:11'),
(2678, '5ab9a51839e5c', 'derek.magdal@gmail.com', 'S', 'F', '', 0, '2018-03-27 01:57:46'),
(2679, '5ab9b2c0897bc', 'ohara1313@yahoo.com', 'S', 'F', '', 0, '2018-03-27 02:56:04'),
(2680, '5ab9b74eb6681', 'jasonk@erinet.com', 'S', 'F', '', 0, '2018-03-27 03:15:32'),
(2681, '5ab9bab1c377e', 'jchaney54@comcast.net', 'S', 'F', '', 0, '2018-03-27 03:29:55'),
(2682, '5ab9c53cc2ad9', 'mcclenaghan@yahoo.com', 'S', 'F', '', 0, '2018-03-27 04:14:48'),
(2683, '5ab9c86ce7be0', 'mcclenaghan@yahoo.com', 'S', 'F', '', 0, '2018-03-27 04:28:29'),
(2684, '5ab9c958f35f8', 'triciabxny@aol.com', 'S', 'F', '', 0, '2018-03-27 04:32:17'),
(2685, '5ab9cc6da4fdc', 'ohara1313@yahoo.com', 'S', 'F', '', 0, '2018-03-27 04:45:34'),
(2686, '5ab9d30dbaa65', 'ssh_cth@yahoo.com', 'S', 'F', '', 0, '2018-03-27 05:13:50'),
(2687, '5ab9fb198fecc', 'meslyman2014@gmail.com', 'S', 'F', '', 0, '2018-03-27 08:04:44'),
(2688, '5aba3325596fc', 'tabise@yahoo.com', 'S', 'F', '', 0, '2018-03-27 12:03:50'),
(2689, '5aba34f67a690', 'patriciaelaine67@yahoo.com', 'S', 'F', '', 0, '2018-03-27 12:11:32'),
(2690, '5aba4607a6ad6', 'ua.finest_13@yahoo.com', 'S', 'F', '', 0, '2018-03-27 13:24:25'),
(2691, '5aba4b10816e8', 'cebender77@yahoo.com', 'S', 'F', '', 0, '2018-03-27 13:45:54'),
(2692, '5aba4cd71f809', 'dstern4341@gmail.com', 'S', 'F', '', 0, '2018-03-27 13:53:25'),
(2693, '5aba4e0217acc', 'patriciaelaine67@yahoo.com', 'S', 'F', '', 0, '2018-03-27 13:58:24'),
(2694, '5aba531a60df2', 'patriciaelaine67@yahoo.com', 'S', 'F', '', 0, '2018-03-27 14:20:10'),
(2695, '5aba55f8ae018', 'patriciaelaine67@yahoo.com', 'S', 'F', '', 0, '2018-03-27 14:32:24'),
(2696, '5aba7509afc73', 'tinosfamily@yahoo.com', 'S', 'F', '', 0, '2018-03-27 16:44:57'),
(2697, '5aba901834c24', 'wood.tammy@yahoo.com', 'S', 'F', '', 0, '2018-03-27 18:40:21'),
(2698, '5aba90619bd3d', 'domzpizza@gmail.com', 'S', 'F', '', 0, '2018-03-27 18:41:39'),
(2699, '5aba9240575c6', 'angelrosario160@gmail.com', 'S', 'F', '', 0, '2018-03-27 18:49:34'),
(2700, '5aba93ac13c50', 'jayzonjean@gmail.com', 'S', 'F', '', 0, '2018-03-27 18:55:41'),
(2701, '5abaa4870a009', 'nikola_azra@yahoo.com', 'S', 'F', '', 0, '2018-03-27 20:07:30'),
(2702, '5abaaab01d69f', 'alyciagoodenough@yahoo.com', 'S', 'F', '', 0, '2018-03-27 20:33:54'),
(2703, '5abab85856374', 'lgordon@creativeof.com', 'S', 'F', '', 0, '2018-03-27 21:32:05'),
(2704, '5ababc8b7c5cf', 'jayleedav@cs.com', 'S', 'F', '', 0, '2018-03-27 21:50:05'),
(2705, '5ababcc87e13d', 'teresa@cmbtrial.com', 'S', 'F', '', 0, '2018-03-27 21:51:07'),
(2706, '5abad95e18795', 'kschmidtbergerservice@gmail.com', 'S', 'F', '', 0, '2018-03-27 23:53:02'),
(2707, '5abadbb71fbb3', 'beggs.michaelj@gmail.com', 'S', 'F', '', 0, '2018-03-28 00:03:03'),
(2708, '5abae9836fd15', 'lmazzaro@aol.com', 'S', 'F', '', 0, '2018-03-28 01:01:56'),
(2709, '5abb38e375e47', 'angie.1793@yahoo.com', 'S', 'F', '', 0, '2018-03-28 06:40:35'),
(2710, '5abb4ba5b01e1', 'kdarling@thepineapplecorp.com', 'S', 'F', '', 0, '2018-03-28 08:00:36'),
(2711, '5abb553931102', 'jen79josh80@yahoo.com', 'S', 'F', '', 0, '2018-03-28 08:41:22'),
(2712, '5abb85c6f365f', 'schultze10@yahoo.com', 'S', 'F', '', 0, '2018-03-28 12:08:38'),
(2713, '5abb8f69331ef', 'knapik_a@yahoo.com', 'S', 'F', '', 0, '2018-03-28 12:49:45'),
(2714, '5abb962a20378', 'chris@platformconsulting.io', 'S', 'F', '', 0, '2018-03-28 13:18:34'),
(2715, '5abbae63d5722', 'lhaggar@comcast.net', 'S', 'F', '', 0, '2018-03-28 15:01:55'),
(2716, '5abbbb1bcce4a', '23735751@adp.com', 'S', 'F', '', 0, '2018-03-28 15:56:12'),
(2717, '5abbdadc9028e', 'amd8121@yahoo.com', 'S', 'F', '', 0, '2018-03-28 18:11:41'),
(2718, '5abbdcda94473', 'sbrophy13@gmail.com', 'S', 'F', '', 0, '2018-03-28 18:20:07'),
(2719, '5abbfea2af34d', 'jokediva@aol.com', 'S', 'F', '', 0, '2018-03-28 20:44:13'),
(2720, '5abc050f86731', 'alyciagoodenough@yahoo.com', 'S', 'F', '', 0, '2018-03-28 21:11:44'),
(2721, '5abc310483846', 'vhughes14@bigpond.com', 'S', 'F', '', 0, '2018-03-29 00:19:13'),
(2722, '5abc31bf76c25', 'jhorn73@gmail.com', 'S', 'F', '', 0, '2018-03-29 00:22:16'),
(2723, '5abc3fff162e7', 'knapik_a@yahoo.com', 'S', 'F', '', 0, '2018-03-29 01:23:05'),
(2724, '5abc418c59205', 'vargasrivera79@gmail.com', 'S', 'F', '', 0, '2018-03-29 01:29:48'),
(2725, '5abc54a760c80', 'veejohnson81@yahoo.com', 'S', 'F', '', 0, '2018-03-29 02:51:20'),
(2726, '5abc74a81a06d', 'brisuedew@gmail.com', 'S', 'F', '', 0, '2018-03-29 05:07:47'),
(2727, '5abcd3a5dfd9d', 'fewelljm@gmail.com', 'S', 'F', '', 0, '2018-03-29 11:53:10'),
(2728, '5abcdfb40d216', 'seanhall84@yahoo.com', 'S', 'F', '', 0, '2018-03-29 12:44:37'),
(2729, '5abcdfeb04839', 'hweinberg1212@comcast.net', 'S', 'F', '', 0, '2018-03-29 12:45:28'),
(2730, '5abce0e62c39f', 'ellamb@tds.net', 'S', 'F', '', 0, '2018-03-29 12:49:42'),
(2731, '5abd0980327d2', 'youksgoatee@yahoo.com', 'S', 'F', '', 0, '2018-03-29 15:42:57'),
(2732, '5abd15792a61c', 'george.robinson@sympatico.ca', 'S', 'F', '', 0, '2018-03-29 16:33:59'),
(2733, '5abd3b1b57294', 'princessclubchicago@gmail.com', 'S', 'F', '', 0, '2018-03-29 19:14:33'),
(2734, '5abd3e8a00630', 'ace@bravoaffiliates.com', 'S', 'F', '', 0, '2018-03-29 19:29:10'),
(2735, '5abd4025f12e7', 'vbosworth@harrison.k12.ms.us', 'S', 'F', '', 0, '2018-03-29 19:36:06'),
(2736, '5abd44c2a58a0', 'everfresh@bellsouth.net', 'S', 'F', '', 0, '2018-03-29 19:55:47'),
(2737, '5abd4562ea37a', 'teresa@cmbtrial.com', 'S', 'F', '', 0, '2018-03-29 19:58:28'),
(2738, '5abd4df62aabc', 'bcschwab@gmail.com', 'S', 'F', '', 0, '2018-03-29 20:35:02'),
(2739, '5abd5181679a1', 'zbabe814@yahoo.com', 'S', 'F', '', 0, '2018-03-29 20:50:09'),
(2740, '5abd51c7e9a77', 'rainlightsunny@yahoo.com', 'S', 'F', '', 0, '2018-03-29 20:51:21'),
(2741, '5abd52d34e0ef', 'njnoecker@yahoo.com', 'S', 'F', '', 0, '2018-03-29 20:55:44'),
(2742, '5abd81174fab4', 'janiceshenk@comcast.net', 'S', 'F', '', 0, '2018-03-30 00:13:06'),
(2743, '5abd889819792', 'gary@bravobusinessmedia.com', 'S', 'F', '', 0, '2018-03-30 00:45:14'),
(2744, '5abd8f689c0ad', 'hugheskaron@yahoo.com', 'S', 'F', '', 0, '2018-03-30 01:14:18'),
(2745, '5abd931b8fa69', 'cfomax@gmail.com', 'S', 'F', '', 0, '2018-03-30 01:30:06'),
(2746, '5abda042123ef', 'mickeyreategui@yahoo.com', 'S', 'F', '', 0, '2018-03-30 02:26:06'),
(2747, '5abdb5cc5a399', 'corey@cbrownproperties.com', 'S', 'F', '', 0, '2018-03-30 03:58:05'),
(2748, '5abdca50606a0', 'cfomax@gmail.com', 'S', 'F', '', 0, '2018-03-30 05:25:38'),
(2749, '5abdfcd91c5cf', 'evedder_rules@yahoo.com', 'S', 'F', '', 0, '2018-03-30 09:01:12'),
(2750, '5abe2b55ad975', 'marek969@aol.com', 'S', 'F', '', 0, '2018-03-30 12:19:35'),
(2751, '5abe2c24b9035', 'doubleupwake09235@mail.com', 'S', 'F', '', 0, '2018-03-30 12:23:00'),
(2752, '5abe304684ac5', 'starryblue112@aol.com', 'S', 'F', '', 0, '2018-03-30 12:40:36'),
(2753, '5abe57f31b231', 'stevedelbalzo@gmail.com', 'S', 'F', '', 0, '2018-03-30 15:29:56'),
(2754, '5abe68b070e73', 'adriantreverton@xstrahl.com', 'S', 'F', '', 0, '2018-03-30 16:41:17'),
(2755, '5abe870dcddce', 'adoptamonkeyfoundation@yahoo.com', 'S', 'F', '', 0, '2018-03-30 18:50:52'),
(2756, '5abe966c8e8fa', 'sweetnlo59@yahoo.com', 'S', 'F', '', 0, '2018-03-30 19:56:24'),
(2757, '5abe969d53483', 'yasicard@aol.com', 'S', 'F', '', 0, '2018-03-30 19:57:18'),
(2758, '5abe9b45d9c54', 'yasicard@aol.com', 'S', 'F', '', 0, '2018-03-30 20:17:06'),
(2759, '5abea7058eb4c', '2mmowerandtool@gmail.com', 'S', 'F', '', 0, '2018-03-30 21:07:15'),
(2760, '5abea8a3a91ed', 'gohar.baig@me.com', 'S', 'F', '', 0, '2018-03-30 21:14:09'),
(2761, '5abebe61c9456', 'my2twokings@yahoo.com', 'S', 'F', '', 0, '2018-03-30 22:46:59'),
(2762, '5abec09250707', 'brandiedaniels@ymail.com', 'S', 'F', '', 0, '2018-03-30 22:56:12'),
(2763, '5abec988568e2', 'livesimple128@gmail.com', 'S', 'F', '', 0, '2018-03-30 23:34:26'),
(2764, '5abecd5724f13', 'lukeswicegood@gmail.com', 'S', 'F', '', 0, '2018-03-30 23:50:47'),
(2765, '5abedd8fe00d2', 'submarinerjakeypie@yahoo.com', 'S', 'F', '', 0, '2018-03-31 01:00:00'),
(2766, '5abef3fbc8531', 'lebronvsdavid@gmail.com', 'S', 'F', '', 0, '2018-03-31 02:35:33'),
(2767, '5abf02ee3231c', 'jim@jrpcommunicationsgroup.com', 'S', 'F', '', 0, '2018-03-31 03:39:26'),
(2768, '5abf264349ef9', 'schmecky_143@yahoo.com', 'S', 'F', '', 0, '2018-03-31 06:10:06'),
(2769, '5abf2f3197cf5', 'scherron.johnson@yahoo.com', 'S', 'F', '', 0, '2018-03-31 06:48:11'),
(2770, '5abf37902a49d', 'submarinerjakeypie@yahoo.com', 'S', 'F', '', 0, '2018-03-31 07:23:56'),
(2771, '5abf3ce64f649', 'markegronowski@aol.com', 'S', 'F', '', 0, '2018-03-31 07:46:45'),
(2772, '5abf418455529', 'mariechace@aol.com', 'S', 'F', '', 0, '2018-03-31 08:06:29'),
(2773, '5abf4a27c89bb', 'demealonzo@yahoo.com', 'S', 'F', '', 0, '2018-03-31 08:43:21'),
(2774, '5abf4d5e60594', 'jacypods@gmail.com', 'S', 'F', '', 0, '2018-03-31 08:57:02'),
(2775, '5abf55af7c8e6', 'howsermatt420@yahoo.com', 'S', 'F', '', 0, '2018-03-31 09:32:29'),
(2776, '5abf882011d68', 'cbuczesk@comcast.net', 'S', 'F', '', 0, '2018-03-31 13:07:42'),
(2777, '5abfb5103f2b6', 'jasonquelch@yahoo.com', 'S', 'F', '', 0, '2018-03-31 16:19:24'),
(2778, '5abfb976253a5', 'n_w_harris@yahoo.com', 'S', 'F', '', 0, '2018-03-31 16:38:14'),
(2779, '5abfbda50da4d', 'livesimple128@gmail.com', 'S', 'F', '', 0, '2018-03-31 16:56:06'),
(2780, '5abfd7e911c7b', 'jasonquelch@yahoo.com', 'S', 'F', '', 0, '2018-03-31 18:48:09'),
(2781, '5abfe9919a3ca', 'jshaatal@fourseasonsnh.com', 'S', 'F', '', 0, '2018-03-31 20:03:26'),
(2782, '5abfec8627537', 'oshellok@yahoo.com', 'S', 'F', '', 0, '2018-03-31 20:16:01'),
(2783, '5abfef214396f', 'amyb1392@yahoo.com', 'S', 'F', '', 0, '2018-03-31 20:27:13'),
(2784, '5abffbbcbd6e1', 'tcwhite27@yahoo.com', 'S', 'F', '', 0, '2018-03-31 21:20:55'),
(2785, '5abffe4043742', 'jshaatal@fourseasonsnh.com', 'S', 'F', '', 0, '2018-03-31 21:31:40'),
(2786, '5ac000d8d5a89', 'tonikcat@yahoo.com', 'S', 'F', '', 0, '2018-03-31 21:42:49'),
(2787, '5ac007b465318', 'naveenaare9@gmail.com', 'S', 'F', '', 0, '2018-03-31 22:12:06'),
(2788, '5ac0115c32272', 'jleighbody@ljcallstars.com', 'S', 'F', '', 0, '2018-03-31 22:53:17'),
(2789, '5ac01865990ee', 'neanerbean23@yahoo.com', 'S', 'F', '', 0, '2018-03-31 23:23:18'),
(2790, '5ac01e1a84d22', 'bill4gard@cox.net', 'S', 'F', '', 0, '2018-03-31 23:47:35'),
(2791, '5ac02ec42e31b', 'larrbonn@cox.net', 'S', 'F', '', 0, '2018-04-01 00:58:40'),
(2792, '5ac06033b3c83', 'pauricc@yahoo.com', 'S', 'F', '', 0, '2018-04-01 04:29:40'),
(2793, '5ac06d20eba37', 'robertelsie110@aol.com', 'S', 'F', '', 0, '2018-04-01 05:24:49'),
(2794, '5ac08cdb0bb21', 'jshaatal@fourseasonsnh.com', 'S', 'F', '', 0, '2018-04-01 07:40:13'),
(2795, '5ac0c9395c9e4', 'bart1471@aol.com', 'S', 'F', '', 0, '2018-04-01 11:57:45'),
(2796, '5ac0dd372aaae', 'simpsomi1227@yahoo.com', 'S', 'F', '', 0, '2018-04-01 13:23:05'),
(2797, '5ac0dddd4f89a', 'darkbard@carolina.rr.com', 'S', 'F', '', 0, '2018-04-01 13:25:50'),
(2798, '5ac148572c020', 'lazyrose628@aol.com', 'S', 'F', '', 0, '2018-04-01 21:00:05'),
(2799, '5ac15efbe2de6', 'clecjsteffens@aol.com', 'S', 'F', '', 0, '2018-04-01 22:36:44'),
(2800, '5ac176d124823', 'babydoll211982@yahoo.com', 'S', 'F', '', 0, '2018-04-02 00:18:18'),
(2801, '5ac17e92eb468', 'dgp13@earthlink.net', 'S', 'F', '', 0, '2018-04-02 00:51:25'),
(2802, '5ac1822a82da9', 'route1127@yahoo.com', 'S', 'F', '', 0, '2018-04-02 01:06:51'),
(2803, '5ac1f40385964', 'nathanb@bh-co.com', 'S', 'F', '', 0, '2018-04-02 09:12:34'),
(2804, '5ac1fcf06797f', 'mmcmain42@gmail.com', 'S', 'F', '', 0, '2018-04-02 09:50:41'),
(2805, '5ac2235c9b5a7', 'pemagon9@yahoo.com', 'S', 'F', '', 0, '2018-04-02 12:34:36'),
(2806, '5ac22fa0915a8', 'clecjsteffens@aol.com', 'S', 'F', '', 0, '2018-04-02 13:26:57'),
(2807, '5ac2324c2c166', 'jrobertson_01@yahoo.com', 'S', 'F', '', 0, '2018-04-02 13:38:21'),
(2808, '5ac2375f80a38', 'starpat@bex.net', 'S', 'F', '', 0, '2018-04-02 13:59:58'),
(2809, '5ac2386f13bd6', 'tellall234@aol.com', 'S', 'F', '', 0, '2018-04-02 14:04:28'),
(2810, '5ac24e1ce8075', 'lacheney1@verizon.net', 'S', 'F', '', 0, '2018-04-02 15:36:58'),
(2811, '5ac258540cc6d', 'tsowa@cox.net', 'S', 'F', '', 0, '2018-04-02 16:20:36'),
(2812, '5ac2690a900fd', 'awc1946@aol.com', 'S', 'F', '', 0, '2018-04-02 17:31:55'),
(2813, '5ac26c9c45149', 'awc1946@aol.com', 'S', 'F', '', 0, '2018-04-02 17:47:09'),
(2814, '5ac26f5c4eada', 'info@iltrovatore45.com', 'S', 'F', '', 0, '2018-04-02 17:58:48'),
(2815, '5ac27bee23c5d', 'dawndiego@aol.com', 'S', 'F', '', 0, '2018-04-02 18:52:28'),
(2816, '5ac27cd836505', 'peterlynda@aol.com', 'S', 'F', '', 0, '2018-04-02 18:56:19'),
(2817, '5ac27d22c829e', 'mcnaughts@comcast.net', 'S', 'F', '', 0, '2018-04-02 18:57:39'),
(2818, '5ac285e74f281', 'awc1946@aol.com', 'S', 'F', '', 0, '2018-04-02 19:35:05'),
(2819, '5ac2ae6e2b6fd', 'blissfulbelly@yahoo.com', 'S', 'F', '', 0, '2018-04-02 22:27:59'),
(2820, '5ac2af3e17d9b', 'fletfrm@gvtc.com', 'S', 'F', '', 0, '2018-04-02 22:31:26'),
(2821, '5ac2c3340e488', 'mabileangela@gmail.com', 'S', 'F', '', 0, '2018-04-02 23:56:36'),
(2822, '5ac2e32b47518', 'barb@kmwbrand.com', 'S', 'F', '', 0, '2018-04-03 02:13:00'),
(2823, '5ac2ea96643b3', 'tntje@aol.com', 'S', 'F', '', 0, '2018-04-03 02:44:34'),
(2824, '5ac2f808a780c', 'jimmy.tevelde@yahoo.com', 'S', 'F', '', 0, '2018-04-03 03:41:56'),
(2825, '5ac3046360d3a', 'kparkinson@cpasat.com', 'S', 'F', '', 0, '2018-04-03 04:34:34'),
(2826, '5ac313d3c69e2', 'hgd0907@yahoo.com', 'S', 'F', '', 0, '2018-04-03 05:40:36'),
(2827, '5ac31e3062dfb', 'adriantreverton@xstrahl.com', 'S', 'F', '', 0, '2018-04-03 06:24:38'),
(2828, '5ac33332477ce', 'tarus_watson@yahoo.com', 'S', 'F', '', 0, '2018-04-03 07:54:26'),
(2829, '5ac3444c7882d', 'vlhoward002@gmail.com', 'S', 'F', '', 0, '2018-04-03 09:07:19'),
(2830, '5ac34e514359d', 'cindy_sipes@yahoo.com', 'S', 'F', '', 0, '2018-04-03 09:50:07'),
(2831, '5ac357126e283', 'mar-pg@hotmail.es', 'S', 'F', '', 0, '2018-04-03 10:27:28'),
(2832, '5ac35e21c69c9', 'brunobelly.bts.am@gmail.com', 'S', 'F', '', 0, '2018-04-03 10:57:36'),
(2833, '5ac373633195a', 'mbstarz@pacbell.net', 'S', 'F', '', 0, '2018-04-03 12:28:18'),
(2834, '5ac37e588413e', 'kariterezakis@yahoo.com', 'S', 'F', '', 0, '2018-04-03 13:15:02'),
(2835, '5ac396c3e0af5', 'goz57@aol.com', 'S', 'F', '', 0, '2018-04-03 14:59:13'),
(2836, '5ac396d0ad2b5', 'vocheltree@aol.com', 'S', 'F', '', 0, '2018-04-03 14:59:28'),
(2837, '5ac3a1347229b', 'schreibgeraete.rheinlaender@gmail.com', 'S', 'F', '', 0, '2018-04-03 15:43:49'),
(2838, '5ac3a42498c49', 'studybuddies2002@yahoo.com', 'S', 'F', '', 0, '2018-04-03 15:56:17'),
(2839, '5ac3a8a923cb9', 'darlenecmptn@yahoo.com', 'S', 'F', '', 0, '2018-04-03 16:15:34'),
(2840, '5ac3b0b81d196', 'wickedwillysny@gmail.com', 'S', 'F', '', 0, '2018-04-03 16:50:01'),
(2841, '5ac3b1a299d06', 'partyof22@aol.com', 'S', 'F', '', 0, '2018-04-03 16:53:50'),
(2842, '5ac3b54ca890d', 'h2_ramada@yahoo.com', 'S', 'F', '', 0, '2018-04-03 17:09:29'),
(2843, '5ac3c2180b87d', 'synackfin@yahoo.com', 'S', 'F', '', 0, '2018-04-03 18:04:03'),
(2844, '5ac3cb6e32e39', 'choselle@ordeselectric.com', 'S', 'F', '', 0, '2018-04-03 18:43:59'),
(2845, '5ac3d1e4c299d', 'tommygirl13900@comcast.net', 'S', 'F', '', 0, '2018-04-03 19:11:30'),
(2846, '5ac3d318a6653', 'lindseybass7@yahoo.com', 'S', 'F', '', 0, '2018-04-03 19:16:41'),
(2847, '5ac3dde75e5a6', 'nelidavp@yahoo.com', 'S', 'F', '', 0, '2018-04-03 20:02:49'),
(2848, '5ac3de93308bf', 'ere0707@yahoo.com', 'S', 'F', '', 0, '2018-04-03 20:05:40'),
(2849, '5ac3e8d672ee9', 'mpimlay@cox.net', 'S', 'F', '', 0, '2018-04-03 20:49:23'),
(2850, '5ac3e9b370561', 'pejenks@yahoo.com', 'S', 'F', '', 0, '2018-04-03 20:53:04'),
(2851, '5ac3eeae8101d', 'imondragon@eaglepassisd.net', 'S', 'F', '', 0, '2018-04-03 21:14:24'),
(2852, '5ac3ef41a78e7', 'kempf.irawati@gmail.com', 'S', 'F', '', 0, '2018-04-03 21:16:46'),
(2853, '5ac3f74931963', 'dhellbusch@roehrsinc.com', 'S', 'F', '', 0, '2018-04-03 21:51:05'),
(2854, '5ac3f97080afc', 'nelidavp@yahoo.com', 'S', 'F', '', 0, '2018-04-03 22:00:13'),
(2855, '5ac4003b03d8e', 'jdmartin24@yahoo.com', 'S', 'F', '', 0, '2018-04-03 22:29:17'),
(2856, '5ac40b20cc4dc', 'brinderman@gmail.com', 'S', 'F', '', 0, '2018-04-03 23:15:48'),
(2857, '5ac42b836c25a', 'jds2216@aol.com', 'S', 'F', '', 0, '2018-04-04 01:33:56'),
(2858, '5ac44d63b8b7d', 'pmichael.photo@yahoo.com', 'S', 'F', '', 0, '2018-04-04 03:58:29'),
(2859, '5ac4628fb7872', 'john1bell@aol.com', 'S', 'F', '', 0, '2018-04-04 05:28:48'),
(2860, '5ac477cd881d9', 'kjwiech26@aol.com', 'S', 'F', '', 0, '2018-04-04 06:59:26'),
(2861, '5ac49c25d822c', 'marikitamg@aol.com', 'S', 'F', '', 0, '2018-04-04 09:34:29'),
(2862, '5ac4a03d7dc8d', 'terrencef413@gmail.com', 'S', 'F', '', 0, '2018-04-04 09:51:51');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(2863, '5ac4c2cf90e46', 'hayes.steph@gmail.com', 'S', 'F', '', 0, '2018-04-04 12:19:26'),
(2864, '5ac4f4df2c5c8', 'beth.wright@bisilque.com', 'S', 'F', '', 0, '2018-04-04 15:53:04'),
(2865, '5ac5093809e9c', 'airandsea@aol.com', 'S', 'F', '', 0, '2018-04-04 17:19:53'),
(2866, '5ac5273269902', 'autokirsch@aol.com', 'S', 'F', '', 0, '2018-04-04 19:27:49'),
(2867, '5ac52bb11942c', 'jbpatel1977@yahoo.com', 'S', 'F', '', 0, '2018-04-04 19:46:52'),
(2868, '5ac537c94cec5', 'completedieselva@gmail.com', 'S', 'F', '', 0, '2018-04-04 20:38:35'),
(2869, '5ac53dd62a389', 'ralomax1@yahoo.com', 'S', 'F', '', 0, '2018-04-04 21:04:23'),
(2870, '5ac55553dbcc7', 'navcansharma@yahoo.ca', 'S', 'F', '', 0, '2018-04-04 22:44:36'),
(2871, '5ac5593331c01', 'tommygirl13900@comcast.net', 'S', 'F', '', 0, '2018-04-04 23:01:09'),
(2872, '5ac55ddb9f8e8', 'kerry.g.robinson@delta.com', 'S', 'F', '', 0, '2018-04-04 23:21:00'),
(2873, '5ac5607ceb0dc', 'kathrenleigh@gmail.com', 'S', 'F', '', 0, '2018-04-04 23:32:07'),
(2874, '5ac5931912706', 'kennywynn19707@aol.com', 'S', 'F', '', 0, '2018-04-05 03:08:06'),
(2875, '5ac59a4c1d0c6', 'ssmfci@yahoo.com', 'S', 'F', '', 0, '2018-04-05 03:38:53'),
(2876, '5ac59aac9a14b', 'jgplumbman@yahoo.com', 'S', 'F', '', 0, '2018-04-05 03:40:21'),
(2877, '5ac5a19b2ea75', 'bardiafardar@gmail.com', 'S', 'F', '', 0, '2018-04-05 04:10:04'),
(2878, '5ac5a9c68a1c1', 'chrissandquist@xstrahl.com', 'S', 'F', '', 0, '2018-04-05 04:44:46'),
(2879, '5ac5b215b0ff1', 'kimunnerstall@yahoo.com', 'S', 'F', '', 0, '2018-04-05 05:20:21'),
(2880, '5ac5b252c677c', 'boopeyluv@aol.com', 'S', 'F', '', 0, '2018-04-05 05:21:22'),
(2881, '5ac5b6b115f6f', 'kimunnerstall@yahoo.com', 'S', 'F', '', 0, '2018-04-05 05:39:56'),
(2882, '5ac5d36951eaa', 'krivier@aol.com', 'S', 'F', '', 0, '2018-04-05 07:42:33'),
(2883, '5ac5edcd9172d', 'sssettle@yahoo.com', 'S', 'F', '', 0, '2018-04-05 09:35:11'),
(2884, '5ac607ecbc274', 'kjwiech26@aol.com', 'S', 'F', '', 0, '2018-04-05 11:26:36'),
(2885, '5ac62c9b6387a', 'slidekingdon@hotmail.com.', 'S', 'F', '', 0, '2018-04-05 14:03:06'),
(2886, '5ac632d8aadab', 'murph_shan@yahoo.com', 'S', 'F', '', 0, '2018-04-05 14:29:42'),
(2887, '5ac64373e9f59', 'rtbigger@gmail.com', 'S', 'F', '', 0, '2018-04-05 15:40:36'),
(2888, '5ac64bbd6e309', 'propoflady@bellsouth.net', 'S', 'F', '', 0, '2018-04-05 16:15:54'),
(2889, '5ac64e00e7993', 'spellegra@metal-removal.co', 'S', 'F', '', 0, '2018-04-05 16:25:38'),
(2890, '5ac65381d84d9', 'chefrizz1080@aol.com', 'S', 'F', '', 0, '2018-04-05 16:49:07'),
(2891, '5ac66624dd6ae', 'matt.baker@rjyoung.com', 'S', 'F', '', 0, '2018-04-05 18:08:39'),
(2892, '5ac6666116b32', 'bryan.cheney@snet.net', 'S', 'F', '', 0, '2018-04-05 18:09:35'),
(2893, '5ac6673626983', 'elizabethawalls@aol.com', 'S', 'F', '', 0, '2018-04-05 18:13:11'),
(2894, '5ac6733927f95', 'livingtreasuresconstruction@gmail.com', 'S', 'F', '', 0, '2018-04-05 19:04:22'),
(2895, '5ac67c763e12a', 'paulagajewski@yahoo.com', 'S', 'F', '', 0, '2018-04-05 19:43:51'),
(2896, '5ac680ef5358e', 'awbarsom@earthlink.net', 'S', 'F', '', 0, '2018-04-05 20:02:56'),
(2897, '5ac68c1c3ee20', 'bpilipmurphy@gmail.com', 'S', 'F', '', 0, '2018-04-05 20:50:37'),
(2898, '5ac68e340f1bd', 'kraftdinnery@rogers.com', 'S', 'F', '', 0, '2018-04-05 20:59:32'),
(2899, '5ac69430b8924', 'rayders24@gmail.com', 'S', 'F', '', 0, '2018-04-05 21:25:02'),
(2900, '5ac6969e64c93', 'paulagajewski@yahoo.com', 'S', 'F', '', 0, '2018-04-05 21:35:24'),
(2901, '5ac6a48b1c858', 'hiitselh@yahoo.com', 'S', 'F', '', 0, '2018-04-05 22:34:51'),
(2902, '5ac6abd64d506', 'giannibergonzini@aol.com', 'S', 'F', '', 0, '2018-04-05 23:05:52'),
(2903, '5ac6b6b439d98', 'shhenning@gmail.com', 'S', 'F', '', 0, '2018-04-05 23:52:14'),
(2904, '5ac6c30cdd9b5', 'paulagajewski@yahoo.com', 'S', 'F', '', 0, '2018-04-06 00:44:55'),
(2905, '5ac6d7c63e0a6', 'trottie.inc@yahoo.com', 'S', 'F', '', 0, '2018-04-06 02:13:27'),
(2906, '5ac6e9812a1c6', 'akinolowo@yahoo.com', 'S', 'F', '', 0, '2018-04-06 03:29:00'),
(2907, '5ac6edbbb8005', 'carmelo.dipasquale1983@gmail.com', 'S', 'F', '', 0, '2018-04-06 03:47:03'),
(2908, '5ac7029f6c84a', 'alka.helen88@gmail.com', 'S', 'F', '', 0, '2018-04-06 05:16:09'),
(2909, '5ac73026776be', 'margie.vartanian@yahoo.com', 'S', 'F', '', 0, '2018-04-06 08:30:32'),
(2910, '5ac750eb95d03', 'alka.helen88@gmail.com', 'S', 'F', '', 0, '2018-04-06 10:50:19'),
(2911, '5ac752c0ec39a', 'surfer6928@aol.com', 'S', 'F', '', 0, '2018-04-06 10:58:06'),
(2912, '5ac75ac8592ee', 'ijeoma_eunice15@yahoo.com', 'S', 'F', '', 0, '2018-04-06 11:32:24'),
(2913, '5ac76545b3ddd', 'kh_djerfi@yahoo.co.uk', 'S', 'F', '', 0, '2018-04-06 12:17:07'),
(2914, '5ac7840b32a6f', 'teacher4life03@yahoo.com', 'S', 'F', '', 0, '2018-04-06 14:28:26'),
(2915, '5ac78a4e075c0', 'rose_leggore@yahoo.com', 'S', 'F', '', 0, '2018-04-06 14:55:10'),
(2916, '5ac7b5f5c0422', 'beau_wiggins@yahoo.com', 'S', 'F', '', 0, '2018-04-06 18:01:24'),
(2917, '5ac7bb1dadb95', 'jinah80@gmail.com', 'S', 'F', '', 0, '2018-04-06 18:23:26'),
(2918, '5ac7c37c96a29', 'ged4th@aol.com', 'S', 'F', '', 0, '2018-04-06 18:59:04'),
(2919, '5ac7cf92dfc86', 'kat@themers.com', 'S', 'F', '', 0, '2018-04-06 19:50:38'),
(2920, '5ac7d41e26638', 'iammsdia@yahoo.com', 'S', 'F', '', 0, '2018-04-06 20:10:03'),
(2921, '5ac7d5c56c0f6', 'service@pianodr.com', 'S', 'F', '', 0, '2018-04-06 20:17:07'),
(2922, '5ac7db53b02ba', 'hutchc8@yahoo.com', 'S', 'F', '', 0, '2018-04-06 20:40:46'),
(2923, '5ac7dc7ca3073', 'gregfaith34@yahoo.com', 'S', 'F', '', 0, '2018-04-06 20:45:44'),
(2924, '5ac7e3c29bbd4', 'fwman101@yahoo.com', 'S', 'F', '', 0, '2018-04-06 21:16:46'),
(2925, '5ac7e9c52bb8c', 'carbacity23@gmail.com', 'S', 'F', '', 0, '2018-04-06 21:42:25'),
(2926, '5ac7fa2246b78', 'lianne_caruso@yahoo.com', 'S', 'F', '', 0, '2018-04-06 22:52:14'),
(2927, '5ac82a9b7a7ba', 'iammsdia@yahoo.com', 'S', 'F', '', 0, '2018-04-07 02:19:02'),
(2928, '5ac846de036b2', 'acerpa235@aol.com', 'S', 'F', '', 0, '2018-04-07 04:19:44'),
(2929, '5ac88bb537eda', 'velezair@yahoo.com', 'S', 'F', '', 0, '2018-04-07 09:13:20'),
(2930, '5ac89d881c68e', 'ashleysbarry@yahoo.com', 'S', 'F', '', 0, '2018-04-07 10:29:29'),
(2931, '5ac8c9c856281', 'mrchic1@att.net', 'S', 'F', '', 0, '2018-04-07 13:38:16'),
(2932, '5ac8fc68cd347', 'wals52@aol.com', 'S', 'F', '', 0, '2018-04-07 17:14:18'),
(2933, '5ac8fc9eb7bea', 'wals52@aol.com', 'S', 'F', '', 0, '2018-04-07 17:15:10'),
(2934, '5ac90d48c383a', 'hopea_oc@yahoo.com', 'S', 'F', '', 0, '2018-04-07 18:26:15'),
(2935, '5ac929d389014', 'scott.roberts@cableone.net', 'S', 'F', '', 0, '2018-04-07 20:28:04'),
(2936, '5ac93c5101a8c', 'caraj99@yahoo.com', 'S', 'F', '', 0, '2018-04-07 21:46:52'),
(2937, '5ac9ba226b53c', 'abestairandheat@gmail.com', 'S', 'F', '', 0, '2018-04-08 06:43:47'),
(2938, '5aca547a2ec98', 'arturod1976@yahoo.com', 'S', 'F', '', 0, '2018-04-08 17:42:19'),
(2939, '5aca57f9ad38b', 'rw346907@ohio.edu', 'S', 'F', '', 0, '2018-04-08 17:57:14'),
(2940, '5aca76948699c', 'sestout08@yahoo.com', 'S', 'F', '', 0, '2018-04-08 20:07:49'),
(2941, '5acab5f01dc42', 'carlynicodemus@yahoo.com', 'S', 'F', '', 0, '2018-04-09 00:38:04'),
(2942, '5acace214cee4', 'seancassidy030@yahoo.com', 'S', 'F', '', 0, '2018-04-09 02:21:22'),
(2943, '5acad173c3620', 'sasodiva@yahoo.com', 'S', 'F', '', 0, '2018-04-09 02:35:27'),
(2944, '5acaed9a79d67', 'erineortega@gmail.com', 'S', 'F', '', 0, '2018-04-09 04:35:41'),
(2945, '5acb09efe20ba', 'jessicapodvin@dkweiss.com', 'S', 'F', '', 0, '2018-04-09 06:36:34'),
(2946, '5acb2971ddc30', '6122694812@txt.att.net', 'S', 'F', '', 0, '2018-04-09 08:50:57'),
(2947, '5acb4ed75c155', 'rsvanluyn@yahoo.com', 'S', 'F', '', 0, '2018-04-09 11:30:32'),
(2948, '5acb7f9c97aad', 'americancoolingsolutions@gmail.com', 'S', 'F', '', 0, '2018-04-09 14:58:33'),
(2949, '5acb8609988b8', 'cat14lsu@aol.com', 'S', 'F', '', 0, '2018-04-09 15:26:02'),
(2950, '5acb9151a2f69', 'cat14lsu@aol.com', 'S', 'F', '', 0, '2018-04-09 16:14:07'),
(2951, '5acb93e34c0ad', 'cat14lsu@aol.com', 'S', 'F', '', 0, '2018-04-09 16:25:05'),
(2952, '5acba30ed3f29', 'my64lemanscnv@yahoo.com', 'S', 'F', '', 0, '2018-04-09 17:29:47'),
(2953, '5acbb77950a40', 'lamar_k_walker@yahoo.com', 'S', 'F', '', 0, '2018-04-09 18:56:55'),
(2954, '5acbb8cf48652', 'david.macdonald77@yahoo.com', 'S', 'F', '', 0, '2018-04-09 19:02:40'),
(2955, '5acbba3dbd9df', 'parkplaceinvest@aol.com', 'S', 'F', '', 0, '2018-04-09 19:08:41'),
(2956, '5acbcee482385', 'madonna.mclennan@arrowindian.com', 'S', 'F', '', 0, '2018-04-09 20:36:53'),
(2957, '5acbdc99cf4b1', 'sassydoglee@yahoo.com', 'S', 'F', '', 0, '2018-04-09 21:35:19'),
(2958, '5acbdddc372a0', 'jan.plank@yahoo.com', 'S', 'F', '', 0, '2018-04-09 21:40:41'),
(2959, '5acbe2972e199', 'walhart4@yahoo.com', 'S', 'F', '', 0, '2018-04-09 22:00:56'),
(2960, '5acc08ccd4555', 'frogge375@yahoo.com', 'S', 'F', '', 0, '2018-04-10 00:43:50'),
(2961, '5acc173a2a8a7', 'robdias@mac.com', 'S', 'F', '', 0, '2018-04-10 01:45:23'),
(2962, '5acc1db9a09f0', 'honestly_3@yahoo.com', 'S', 'F', '', 0, '2018-04-10 02:13:08'),
(2963, '5acc688ad1bce', 'drsmith82napa@yahoo.com', 'S', 'F', '', 0, '2018-04-10 07:32:20'),
(2964, '5acc9e969dd68', 'igonyx@cox.net', 'S', 'F', '', 0, '2018-04-10 11:23:00'),
(2965, '5accb41c9493f', 'pink.chevy@yahoo.com', 'S', 'F', '', 0, '2018-04-10 12:54:52'),
(2966, '5accc05e0ed23', 'netmanju@yahoo.com', 'S', 'F', '', 0, '2018-04-10 13:47:10'),
(2967, '5accc7fd2b189', 'brandontxok@yahoo.com', 'S', 'F', '', 0, '2018-04-10 14:19:41'),
(2968, '5acce0946baa4', 'alex_lai@ymail.com', 'S', 'F', '', 0, '2018-04-10 16:04:35'),
(2969, '5accedf7a725a', 'e_bradlow@bellsouth.net', 'S', 'F', '', 0, '2018-04-10 17:01:40'),
(2970, '5accf005f2adc', 'scottkellyturner@aol.com', 'S', 'F', '', 0, '2018-04-10 17:10:27'),
(2971, '5accfc1a1700f', 'spkack90@gmail.com', 'S', 'F', '', 0, '2018-04-10 18:01:57'),
(2972, '5acd08108fbfc', 'nsarrafian@yahoo.com', 'S', 'F', '', 0, '2018-04-10 18:53:05'),
(2973, '5acd0baad3ef0', 'ianna.mamma@gmail.com', 'S', 'F', '', 0, '2018-04-10 19:08:21'),
(2974, '5acd12b4b3ec8', 'lawoffice@michaelbcampagna.com', 'S', 'F', '', 0, '2018-04-10 19:38:26'),
(2975, '5acd16c74f115', 'ehschneider@yahoo.com', 'S', 'F', '', 0, '2018-04-10 19:55:47'),
(2976, '5acd24cd3f2d1', 'vedich@yahoo.com', 'S', 'F', '', 0, '2018-04-10 20:55:36'),
(2977, '5acd25227b942', 'bmtoohey@gmail.com', 'S', 'F', '', 0, '2018-04-10 20:57:07'),
(2978, '5acd2ede7ec5b', 'eason77@gmail.com', 'S', 'F', '', 0, '2018-04-10 21:38:35'),
(2979, '5acd3a82a4720', 'quatrolover@yahoo.com', 'S', 'F', '', 0, '2018-04-10 22:28:14'),
(2980, '5acd3fb46575c', 'tgfabiani@yahoo.com', 'S', 'F', '', 0, '2018-04-10 22:50:24'),
(2981, '5acd436e66a00', 'dwenker84@yahoo.com', 'S', 'F', '', 0, '2018-04-10 23:06:24'),
(2982, '5acd486765ea8', 'tjzappel@gmail.com', 'S', 'F', '', 0, '2018-04-10 23:27:36'),
(2983, '5acd4a3dc163a', 'mikehklein@yahoo.com', 'S', 'F', '', 0, '2018-04-10 23:35:23'),
(2984, '5acd72f7abd3e', 'wong_henry@yahoo.com', 'S', 'F', '', 0, '2018-04-11 02:29:12'),
(2985, '5acd8184e53ba', 'dwenker84@yahoo.com', 'S', 'F', '', 0, '2018-04-11 03:31:17'),
(2986, '5acd9233131da', 'jan.plank@yahoo.com', 'S', 'F', '', 0, '2018-04-11 04:42:29'),
(2987, '5acd96f6a5986', 'lrobinson@goodmannetworks.com', 'S', 'F', '', 0, '2018-04-11 05:02:42'),
(2988, '5acdadb7e7599', 'wong_henry@yahoo.com', 'S', 'F', '', 0, '2018-04-11 06:39:51'),
(2989, '5acdae1987ec0', 'ryanbraunstein@yahoo.com', 'S', 'F', '', 0, '2018-04-11 06:41:29'),
(2990, '5acdcf0448117', 'kecravens@charter.net', 'S', 'F', '', 0, '2018-04-11 09:01:57'),
(2991, '5acdee3f58523', 'smith5372@gmail.com', 'S', 'F', '', 0, '2018-04-11 11:15:12'),
(2992, '5acdfca944135', 'speginx@yahoo.com', 'S', 'F', '', 0, '2018-04-11 12:16:39'),
(2993, '5acdfdef18b4c', 'evaramirez77@yahoo.com', 'S', 'F', '', 0, '2018-04-11 12:22:07'),
(2994, '5ace1b56b5b20', 'ranaeaton@yahoo.com', 'S', 'F', '', 0, '2018-04-11 14:27:34'),
(2995, '5ace2488ca13f', 'maidtoshineinc@aol.com', 'S', 'F', '', 0, '2018-04-11 15:06:46'),
(2996, '5ace2c2a7f0b7', 'wright.john20@sky.com', 'S', 'F', '', 0, '2018-04-11 15:39:23'),
(2997, '5ace364e5c32a', 'jff24nscr24@aol.com', 'S', 'F', '', 0, '2018-04-11 16:22:39'),
(2998, '5ace388bb9db4', 'whitakeb@yahoo.com', 'S', 'F', '', 0, '2018-04-11 16:32:08'),
(2999, '5ace388ee40e3', 'david@crockerarchitectural.com', 'S', 'F', '', 0, '2018-04-11 16:32:16'),
(3000, '5ace45de3885a', 'laurabbrown@yahoo.com', 'S', 'F', '', 0, '2018-04-11 17:29:03'),
(3001, '5ace4ebadc0bc', 'jff24nscr24@aol.com', 'S', 'F', '', 0, '2018-04-11 18:06:52'),
(3002, '5ace521a2172a', 'eleanor.french6@gmail.com', 'S', 'F', '', 0, '2018-04-11 18:21:15'),
(3003, '5ace575d5ba79', 'sturkey17@yahoo.com', 'S', 'F', '', 0, '2018-04-11 18:43:37'),
(3004, '5ace59a008fc2', 's.boydston@gmail.com', 'S', 'F', '', 0, '2018-04-11 18:53:18'),
(3005, '5ace65f8b798b', 'cklantz@gmail.com', 'S', 'F', '', 0, '2018-04-11 19:45:57'),
(3006, '5ace740e3ae80', 'trish_reed66@yahoo.com', 'S', 'F', '', 0, '2018-04-11 20:46:08'),
(3007, '5ace79690e6c7', 'nmelaragno.cyc@gmail.com', 'S', 'F', '', 0, '2018-04-11 21:08:59'),
(3008, '5ace87fc608d9', 'mohammad.h.jafarian@gmail.com', 'S', 'F', '', 0, '2018-04-11 22:11:05'),
(3009, '5ace902b5b06a', 'sweetea_32277@yahoo.com', 'S', 'F', '', 0, '2018-04-11 22:45:57'),
(3010, '5ace91dd8ad64', 'amalki1@yahoo.com', 'S', 'F', '', 0, '2018-04-11 22:53:12'),
(3011, '5ace9e8aa04e9', 'anzabaptistchurch@gmail.com', 'S', 'F', '', 0, '2018-04-11 23:47:19'),
(3012, '5acea10fc72ee', 'barry@ronsonstorch.com', 'S', 'F', '', 0, '2018-04-11 23:58:10'),
(3013, '5aceb7ac74084', 'annie_mo08@yahoo.com', 'S', 'F', '', 0, '2018-04-12 01:34:37'),
(3014, '5aceb9cce1bdd', 'celeciawinder@gmail.com', 'S', 'F', '', 0, '2018-04-12 01:43:34'),
(3015, '5acebc8149d7c', 'drrabines@aol.com', 'S', 'F', '', 0, '2018-04-12 01:55:08'),
(3016, '5acebde1d2178', 'kirkman@cox.net', 'S', 'F', '', 0, '2018-04-12 02:01:07'),
(3017, '5aceda9d1b741', 'serena.mercado@gmail.com', 'S', 'F', '', 0, '2018-04-12 04:03:42'),
(3018, '5acf66ceaeb9c', 'lawrencebattlejr@gmail.com', 'S', 'F', '', 0, '2018-04-12 14:01:48'),
(3019, '5acf69c86da08', 'qpough@gmail.com', 'S', 'F', '', 0, '2018-04-12 14:14:32'),
(3020, '5acf7327dbf33', 'christysmailbox@aol.com', 'S', 'F', '', 0, '2018-04-12 14:54:32'),
(3021, '5acf7704a6419', 'renzo.daniele@yahoo.com', 'S', 'F', '', 0, '2018-04-12 15:11:01'),
(3022, '5acf7bf1209b8', 'alan.fisher4@googlemail.com', 'S', 'F', '', 0, '2018-04-12 15:31:57'),
(3023, '5acf7eedb0bc0', 'jennweisphotos@gmail.com', 'S', 'F', '', 0, '2018-04-12 15:44:47'),
(3024, '5acf9e6827c0b', 'ken.duffy86@gmail.com', 'S', 'F', '', 0, '2018-04-12 17:59:00'),
(3025, '5acf9ec1e2ab8', 'automotv@aol.com', 'S', 'F', '', 0, '2018-04-12 18:00:31'),
(3026, '5acfa2354219d', 'lmruch@cox.net', 'S', 'F', '', 0, '2018-04-12 18:15:18'),
(3027, '5acfa87da5e35', 'automotv@aol.com', 'S', 'F', '', 0, '2018-04-12 18:42:01'),
(3028, '5acfb1d4ea260', 'texstarphoto@aol.com', 'S', 'F', '', 0, '2018-04-12 19:21:56'),
(3029, '5acfb4ff0db63', 'nalaayak@gmail.com', 'S', 'F', '', 0, '2018-04-12 19:35:28'),
(3030, '5acfbb65dd5f6', 'burgesshil@aol.com', 'S', 'F', '', 0, '2018-04-12 20:02:43'),
(3031, '5acfc9c704151', 'gerassimos.privatequityholding@gmail.com', 'S', 'F', '', 0, '2018-04-12 21:04:07'),
(3032, '5acfca8acc7c5', 'kitzilynn@yahoo.com', 'S', 'F', '', 0, '2018-04-12 21:07:17'),
(3033, '5acfd4860eba7', 'kbrock2009@gmail.com', 'S', 'F', '', 0, '2018-04-12 21:49:59'),
(3034, '5acfd97554681', 'ashleycollins17@yahoo.com', 'S', 'F', '', 0, '2018-04-12 22:10:58'),
(3035, '5acfdade99452', 'norris.ashton@gmail.com', 'S', 'F', '', 0, '2018-04-12 22:17:03'),
(3036, '5acfe30ace078', 'mromero_760@yahoo.com', 'S', 'F', '', 0, '2018-04-12 22:51:48'),
(3037, '5ad000cdaf634', 'mikelee26@ymail.com', 'S', 'F', '', 0, '2018-04-13 00:58:50'),
(3038, '5ad0020f9e645', 'allpm8@aol.com', 'S', 'F', '', 0, '2018-04-13 01:04:09'),
(3039, '5ad0079085bec', 'jmcdermott31@aol.com', 'S', 'F', '', 0, '2018-04-13 01:27:37'),
(3040, '5ad011dd6e7f9', 'trvsholloway@yahoo.com', 'S', 'F', '', 0, '2018-04-13 02:11:35'),
(3041, '5ad0353f4f13f', 'paypal.parts@qualitychevy.com', 'S', 'F', '', 0, '2018-04-13 04:42:39'),
(3042, '5ad03878d19ab', 'klway3@gmail.com', 'S', 'F', '', 0, '2018-04-13 04:56:26'),
(3043, '5ad03c590e038', 'vicky.hall@comcast.net', 'S', 'F', '', 0, '2018-04-13 05:12:56'),
(3044, '5ad03fa44def3', 'eamb18745@aol.com', 'S', 'F', '', 0, '2018-04-13 05:27:00'),
(3045, '5ad05128b101b', 'mikelee26@ymail.com', 'S', 'F', '', 0, '2018-04-13 06:41:44'),
(3046, '5ad0a22c95c05', 'barbiesue1953@yahoo.com', 'S', 'F', '', 0, '2018-04-13 12:27:23'),
(3047, '5ad0ae5981035', 'vicky@halltool.com', 'S', 'F', '', 0, '2018-04-13 13:19:18'),
(3048, '5ad0b755ca9cd', 'robertsondyllan@yahoo.com', 'S', 'F', '', 0, '2018-04-13 13:57:38'),
(3049, '5ad0be9e50f67', 'ardent.company@yahoo.com', 'S', 'F', '', 0, '2018-04-13 14:28:45'),
(3050, '5ad0c873ee412', 'nickolie07@yahoo.com', 'S', 'F', '', 0, '2018-04-13 15:10:42'),
(3051, '5ad0d651ee822', 'trevordahlof@gmail.com', 'S', 'F', '', 0, '2018-04-13 16:09:50'),
(3052, '5ad0e5517c2dc', 'amiesevier@yahoo.com', 'S', 'F', '', 0, '2018-04-13 17:13:54'),
(3053, '5ad0ec4da329d', 'office@deadwoodinc.com', 'S', 'F', '', 0, '2018-04-13 17:43:38'),
(3054, '5ad0f75046e2c', 'jaimie_sutter@yahoo.com', 'S', 'F', '', 0, '2018-04-13 18:30:41'),
(3055, '5ad10b7455e5d', 'lynchlinda1@yahoo.co.uk', 'S', 'F', '', 0, '2018-04-13 19:56:36'),
(3056, '5ad10d751beeb', 'hutchc8@yahoo.com', 'S', 'F', '', 0, '2018-04-13 20:05:04'),
(3057, '5ad125c37d0fa', 'fultonan@yahoo.com', 'S', 'F', '', 0, '2018-04-13 21:48:52'),
(3058, '5ad13c0198be9', 'przybillaayxa@gmail.com', 'S', 'F', '', 0, '2018-04-13 23:23:42'),
(3059, '5ad1465d5d234', 'brandonbecker7@icloud.com', 'S', 'F', '', 0, '2018-04-14 00:07:58'),
(3060, '5ad14f909c1f8', 'tfosnaught@butlertransit.com', 'S', 'F', '', 0, '2018-04-14 00:47:07'),
(3061, '5ad1600718618', 'diaz_imee269@yahoo.com', 'S', 'F', '', 0, '2018-04-14 01:57:21'),
(3062, '5ad179c462c68', 'mskendrick1997@yahoo.com', 'S', 'F', '', 0, '2018-04-14 03:47:11'),
(3063, '5ad18645ad648', 'charliepie17@gmail.com', 'S', 'F', '', 0, '2018-04-14 04:40:38'),
(3064, '5ad1c4ed5030b', 'robertaroy80@yahoo.com', 'S', 'F', '', 0, '2018-04-14 09:07:56'),
(3065, '5ad1d8faba45b', 'ekraft@batteriesplus.net', 'S', 'F', '', 0, '2018-04-14 10:33:30'),
(3066, '5ad251f285161', 'nicolemarie7249@gmail.com', 'S', 'F', '', 0, '2018-04-14 19:09:36'),
(3067, '5ad297cfc586c', 'brianrwong@yahoo.com', 'S', 'F', '', 0, '2018-04-15 00:07:45'),
(3068, '5ad3152995eb9', 'jandedewitt@gmail.com', 'S', 'F', '', 0, '2018-04-15 09:02:27'),
(3069, '5ad45e3de7931', 'jacob.morris7@yahoo.com', 'S', 'F', '', 0, '2018-04-16 08:26:40'),
(3070, '5ad471526a0bf', 'wcesery@cesery.com', 'S', 'F', '', 0, '2018-04-16 09:47:56'),
(3071, '5ad478f93454a', 'tribbinator@yahoo.com', 'S', 'F', '', 0, '2018-04-16 10:20:40'),
(3072, '5ad4b1002ffde', 'johnnykhoei@gmail.com', 'S', 'F', '', 0, '2018-04-16 14:19:41'),
(3073, '5ad4b759b88c2', 'sarahjunio@yahoo.com', 'S', 'F', '', 0, '2018-04-16 14:46:47'),
(3074, '5ad4bb230bf53', 'krystalspinatas@yahoo.com', 'S', 'F', '', 0, '2018-04-16 15:02:58'),
(3075, '5ad4c3cf9dcfd', 'cheyanneorr@yahoo.com', 'S', 'F', '', 0, '2018-04-16 15:39:59'),
(3076, '5ad4cbb7ede6d', 'teengirlsquad78@yahoo.com', 'S', 'F', '', 0, '2018-04-16 16:13:42'),
(3077, '5ad4d0944250e', 'sparoniapa@aol.com', 'S', 'F', '', 0, '2018-04-16 16:34:26'),
(3078, '5ad4d28f2eaf1', 'hackler5g1b@yahoo.com', 'S', 'F', '', 0, '2018-04-16 16:42:51'),
(3079, '5ad4dc329508b', 'miamisellall@gmail.com', 'S', 'F', '', 0, '2018-04-16 17:23:58'),
(3080, '5ad4e4234b413', 'malcolmthompson@shaw.ca', 'S', 'F', '', 0, '2018-04-16 17:57:57'),
(3081, '5ad4e6b9f2f5c', 'krystalspinatas@yahoo.com', 'S', 'F', '', 0, '2018-04-16 18:08:59'),
(3082, '5ad4e92f92bc0', 'rudydee01@aol.com', 'S', 'F', '', 0, '2018-04-16 18:19:28'),
(3083, '5ad4f1d2bc2ac', 'rudydee01@aol.com', 'S', 'F', '', 0, '2018-04-16 18:56:20'),
(3084, '5ad4f5e731ce3', 'danielle.griffiths@comcast.net', 'S', 'F', '', 0, '2018-04-16 19:13:43'),
(3085, '5ad50e7e21ebc', 'johnnykhoei@gmail.com', 'S', 'F', '', 0, '2018-04-16 20:58:39'),
(3086, '5ad5126171661', 'kelleykndll@yahoo.com', 'S', 'F', '', 0, '2018-04-16 21:15:08'),
(3087, '5ad519b1a33de', 'gina.metrotex@gmail.com', 'S', 'F', '', 0, '2018-04-16 21:46:26'),
(3088, '5ad51da91dcce', 'stanjan93308@yahoo.com', 'S', 'F', '', 0, '2018-04-16 22:03:15'),
(3089, '5ad51f41061e4', 'sdkknovo@aol.com', 'S', 'F', '', 0, '2018-04-16 22:10:10'),
(3090, '5ad52ecb79f8e', 'kelleykndll@yahoo.com', 'S', 'F', '', 0, '2018-04-16 23:16:31'),
(3091, '5ad53ca7114e7', 'fddailey@aol.com', 'S', 'F', '', 0, '2018-04-17 00:15:36'),
(3092, '5ad5563fac2d8', 'irrigationplans@comcast.net', 'S', 'F', '', 0, '2018-04-17 02:04:43'),
(3093, '5ad565dcef643', 'jamesksmithjr@aol.com', 'S', 'F', '', 0, '2018-04-17 03:11:26'),
(3094, '5ad57835b17ef', 'tdes020151@aol.com', 'S', 'F', '', 0, '2018-04-17 04:29:42'),
(3095, '5ad5db2db8cfd', 'irrigationplans@comcast.net', 'S', 'F', '', 0, '2018-04-17 11:31:56'),
(3096, '5ad5dbb5b479c', 'msahnoune@jade-associates.com', 'S', 'F', '', 0, '2018-04-17 11:34:13'),
(3097, '5ad5f5247469c', 'scottmorga@yahoo.com', 'S', 'F', '', 0, '2018-04-17 13:22:42'),
(3098, '5ad6051ba4be1', 'maameabena@yahoo.com', 'S', 'F', '', 0, '2018-04-17 14:30:51'),
(3099, '5ad60b260ed56', 'paul_borish@yahoo.com', 'S', 'F', '', 0, '2018-04-17 14:56:38'),
(3100, '5ad6128eb8e2c', 'ivy1206chun@gmail.com', 'S', 'F', '', 0, '2018-04-17 15:28:14'),
(3101, '5ad63271d6403', 'krjemarlowe@aol.com', 'S', 'F', '', 0, '2018-04-17 17:44:14'),
(3102, '5ad63c3ba7a88', 'sandyhgirl2002@yahoo.com', 'S', 'F', '', 0, '2018-04-17 18:25:59'),
(3103, '5ad64177f0134', 'capndean@aol.com', 'S', 'F', '', 0, '2018-04-17 18:48:23'),
(3104, '5ad64382c3205', 'jb.bash@gmail.com', 'S', 'F', '', 0, '2018-04-17 18:57:04'),
(3105, '5ad65aa0e32f5', 'taraayotte1973@yahoo.com', 'S', 'F', '', 0, '2018-04-17 20:35:39'),
(3106, '5ad66494875bc', 'macfarm@wolfenet.com', 'S', 'F', '', 0, '2018-04-17 21:18:13'),
(3107, '5ad6672f8bcbe', 'prude@kc.rr.com', 'S', 'F', '', 0, '2018-04-17 21:29:14'),
(3108, '5ad667d80c77f', 'cmdudley707@yahoo.com', 'S', 'F', '', 0, '2018-04-17 21:32:09'),
(3109, '5ad66c4dd6b75', 'bethestes@yahoo.com', 'S', 'F', '', 0, '2018-04-17 21:51:09'),
(3110, '5ad671a3c8a82', 'mw@toswc.com', 'S', 'F', '', 0, '2018-04-17 22:13:50'),
(3111, '5ad676e5dbc12', 'devilfancy29672@yahoo.com', 'S', 'F', '', 0, '2018-04-17 22:36:16'),
(3112, '5ad67fe16786d', 'leeannc31@aol.com', 'S', 'F', '', 0, '2018-04-17 23:14:42'),
(3113, '5ad6cdb160b35', 'macfarm@wolfenet.com', 'S', 'F', '', 0, '2018-04-18 04:46:42'),
(3114, '5ad6dc5ea5355', 'cro007@aol.com', 'S', 'F', '', 0, '2018-04-18 05:49:19'),
(3115, '5ad736adaacaf', 'mikeheals42@yahoo.com', 'S', 'F', '', 0, '2018-04-18 12:14:37'),
(3116, '5ad753498561a', 'mercadodc2004@yahoo.com', 'S', 'F', '', 0, '2018-04-18 14:16:42'),
(3117, '5ad77d27af41c', 'nrharber@yahoo.com', 'S', 'F', '', 0, '2018-04-18 17:15:20'),
(3118, '5ad788e5352c4', 'jbr0908@gmail.com', 'S', 'F', '', 0, '2018-04-18 18:05:26'),
(3119, '5ad79b9676f19', 'robert_munoz@comcast.net', 'S', 'F', '', 0, '2018-04-18 19:25:06'),
(3120, '5ad79c9b74b41', '20689559@adp.com', 'S', 'F', '', 0, '2018-04-18 19:29:32'),
(3121, '5ad7a223c2d0d', 'jrberry36@sbcglobal.net', 'S', 'F', '', 0, '2018-04-18 19:53:08'),
(3122, '5ad7be052057b', 'jtg1940@gmail.com', 'S', 'F', '', 0, '2018-04-18 21:52:05'),
(3123, '5ad7c50043a1f', 'margeocc@yahoo.com', 'S', 'F', '', 0, '2018-04-18 22:21:54'),
(3124, '5ad7ccb8dd01e', 'luckymiguel420@aol.com', 'S', 'F', '', 0, '2018-04-18 22:54:50'),
(3125, '5ad7d95d43ef1', 'matthewburford@yahoo.com', 'S', 'F', '', 0, '2018-04-18 23:48:45'),
(3126, '5ad7ec8679887', 'cooperlandry@gmail.com', 'S', 'F', '', 0, '2018-04-19 01:10:24'),
(3127, '5ad82efb4fa82', 'designrib@aol.com', 'S', 'F', '', 0, '2018-04-19 05:54:02'),
(3128, '5ad8639e30536', 'miriam.mathea@gmx.de', 'S', 'F', '', 0, '2018-04-19 09:38:38'),
(3129, '5ad877f3086f1', 'ryanvre@yahoo.com', 'S', 'F', '', 0, '2018-04-19 11:05:23'),
(3130, '5ad8a63151a8c', 'dementedmoose.pig@gmail.com', 'S', 'F', '', 0, '2018-04-19 14:22:38'),
(3131, '5ad8ccd04ee83', 'jacobs.tpierre489@gmail.com', 'S', 'F', '', 0, '2018-04-19 17:07:26'),
(3132, '5ad8d76218e74', 'kareemg@gmail.com', 'S', 'F', '', 0, '2018-04-19 17:52:30'),
(3133, '5ad8d80d97248', 'dtchaser@yahoo.com', 'S', 'F', '', 0, '2018-04-19 17:55:22'),
(3134, '5ad8e3a673665', 'dhartzer@tlc-texas.com', 'S', 'F', '', 0, '2018-04-19 18:44:51'),
(3135, '5ad91b9472955', 'kzee17@yahoo.com', 'S', 'F', '', 0, '2018-04-19 22:43:34'),
(3136, '5ad920b63b4b1', 'ofcsanchezb0376@yahoo.com', 'S', 'F', '', 0, '2018-04-19 23:05:28'),
(3137, '5ad931e56d850', 'winter_hurst@yahoo.com', 'S', 'F', '', 0, '2018-04-20 00:18:40'),
(3138, '5ad9a8880bb57', 'krosensteel@mbgsd.org', 'S', 'F', '', 0, '2018-04-20 08:44:56'),
(3139, '5ad9c39478b7a', 'ryankimandkaden@yahoo.com', 'S', 'F', '', 0, '2018-04-20 10:40:18'),
(3140, '5ad9e4cfa0a8b', 'mjseaberg@yahoo.com', 'S', 'F', '', 0, '2018-04-20 13:02:08'),
(3141, '5ad9e7db87afc', 'mrecher@gmail.com', 'S', 'F', '', 0, '2018-04-20 13:15:05'),
(3142, '5ad9ecd1e7ccc', 'wjulie@gmx.de', 'S', 'F', '', 0, '2018-04-20 13:36:18'),
(3143, '5ada00a0d9a4a', 'rkocian07@yahoo.com', 'S', 'F', '', 0, '2018-04-20 15:00:48'),
(3144, '5ada06eae1640', 'tifff_z@yahoo.com', 'S', 'F', '', 0, '2018-04-20 15:27:38'),
(3145, '5ada10ea87182', 'bmsmith1881@yahoo.com', 'S', 'F', '', 0, '2018-04-20 16:10:16'),
(3146, '5ada27348f017', 'matthewhouser50@yahoo.com', 'S', 'F', '', 0, '2018-04-20 17:45:26'),
(3147, '5ada35e651005', 'lucasortiz@hotmail.fr', 'S', 'F', '', 0, '2018-04-20 18:48:02'),
(3148, '5ada39ebe11bd', 'turtlepit@windstream.net', 'S', 'F', '', 0, '2018-04-20 19:05:17'),
(3149, '5ada51c1ed8ea', 'ernie.cramer@anielloinsurance.com', 'S', 'F', '', 0, '2018-04-20 20:46:59'),
(3150, '5ada56040488e', 'pgdlv@me.com', 'S', 'F', '', 0, '2018-04-20 21:05:05'),
(3151, '5ada5b794e367', 'drkbmd@yahoo.com', 'S', 'F', '', 0, '2018-04-20 21:28:26'),
(3152, '5ada8f1230080', 'fitz3670@yahoo.com', 'S', 'F', '', 0, '2018-04-21 01:08:28'),
(3153, '5adb0a11f1a95', 'ryan123123@bellsouth.net', 'S', 'F', '', 0, '2018-04-21 09:53:24'),
(3154, '5adb2caa72e59', 'queenozigboh@yahoo.com', 'S', 'F', '', 0, '2018-04-21 12:20:59'),
(3155, '5adb399112dce', 'skratchytx@yahoo.com', 'S', 'F', '', 0, '2018-04-21 13:16:01'),
(3156, '5adb68f072b73', 'lukeh513@yahoo.com', 'S', 'F', '', 0, '2018-04-21 16:38:07'),
(3157, '5adb6ad2a85fd', 'lilvixn64@yahoo.com', 'S', 'F', '', 0, '2018-04-21 16:46:12'),
(3158, '5adb6f73cfba7', 'bmsmith1881@yahoo.com', 'S', 'F', '', 0, '2018-04-21 17:05:57'),
(3159, '5adb7f2d52a8e', 'gialee24@gmail.com', 'S', 'F', '', 0, '2018-04-21 18:13:03'),
(3160, '5adbaf6d8e4d6', 'caceycain@yahoo.com', 'S', 'F', '', 0, '2018-04-21 21:38:50'),
(3161, '5adbebe21649b', 'howard.1970@yahoo.com', 'S', 'F', '', 0, '2018-04-22 01:56:51'),
(3162, '5adc2133edda6', 'katona.michael@gmail.com', 'S', 'F', '', 0, '2018-04-22 05:44:20'),
(3163, '5adc55df5e991', 'ria_taz08@yahoo.co.id', 'S', 'F', '', 0, '2018-04-22 09:28:57'),
(3164, '5adc85b1d044d', 'bianca.bauch@freenet.de', 'S', 'F', '', 0, '2018-04-22 12:53:02'),
(3165, '5adc980aa57af', 'ablackburn173@yahoo.com', 'S', 'F', '', 0, '2018-04-22 14:11:21'),
(3166, '5adcafb0a8ce7', 'adts@montrose.net', 'S', 'F', '', 0, '2018-04-22 15:52:13'),
(3167, '5adcb1d783050', 'antonio_vn87@yahoo.com', 'S', 'F', '', 0, '2018-04-22 16:01:25'),
(3168, '5adce25c5f6a2', 'jferre1017@aol.com', 'S', 'F', '', 0, '2018-04-22 19:28:25'),
(3169, '5adcf0b53a540', 'jimazb@yahoo.com', 'S', 'F', '', 0, '2018-04-22 20:29:36'),
(3170, '5adcf6f075ae9', 'tmobile2513@yahoo.com', 'S', 'F', '', 0, '2018-04-22 20:56:11'),
(3171, '5add31b7aed66', 'dasolorzano@yahoo.com', 'S', 'F', '', 0, '2018-04-23 01:07:05'),
(3172, '5add9bb721468', 'rzoss@excite.com', 'S', 'F', '', 0, '2018-04-23 08:39:13'),
(3173, '5adda8d30054b', 'seoliver@bellsouth.net', 'S', 'F', '', 0, '2018-04-23 09:35:15'),
(3174, '5addb60bec4ad', 'monnielynn@aol.com', 'S', 'F', '', 0, '2018-04-23 10:31:40'),
(3175, '5addea8a4b689', 'annguyen27@yahoo.com', 'S', 'F', '', 0, '2018-04-23 14:15:35'),
(3176, '5addeea2634eb', 'leightonparry@gmail.com', 'S', 'F', '', 0, '2018-04-23 14:33:08'),
(3177, '5addf39102273', 'jenibakel@gmail.com', 'S', 'F', '', 0, '2018-04-23 14:54:08'),
(3178, '5ade0b8d55e79', 'mkisaacs@gmail.com', 'S', 'F', '', 0, '2018-04-23 16:36:30'),
(3179, '5ade164369db8', 'muurmurr@gmail.com', 'S', 'F', '', 0, '2018-04-23 17:22:10'),
(3180, '5ade1910c4267', 'andyduecker@sentineles.com', 'S', 'F', '', 0, '2018-04-23 17:34:09'),
(3181, '5ade234a69a3c', 'jacobs.tpierre489@gmail.com', 'S', 'F', '', 0, '2018-04-23 18:17:47'),
(3182, '5ade295ea179a', 'teriandtomking@yahoo.com', 'S', 'F', '', 0, '2018-04-23 18:43:44'),
(3183, '5ade33b426f7f', 'wes.froebel@gmail.com', 'S', 'F', '', 0, '2018-04-23 19:27:45'),
(3184, '5ade37cf5fd25', 'srmason@aol.com', 'S', 'F', '', 0, '2018-04-23 19:45:15'),
(3185, '5ade39c4a0ada', 'christahaines@yahoo.com', 'S', 'F', '', 0, '2018-04-23 19:53:41'),
(3186, '5ade50f262137', 'christa_caesar@yahoo.com', 'S', 'F', '', 0, '2018-04-23 21:32:32'),
(3187, '5ade5309828b5', 'raiderredrules@yahoo.com', 'S', 'F', '', 0, '2018-04-23 21:41:31'),
(3188, '5ade58eee3445', 'randy603@gmail.com', 'S', 'F', '', 0, '2018-04-23 22:06:33'),
(3189, '5ade6abc3fe5e', 'djjacksondf5@gmail.com', 'S', 'F', '', 0, '2018-04-23 23:22:37'),
(3190, '5ade7321d6d55', 'ttjrome@aol.com', 'S', 'F', '', 0, '2018-04-23 23:58:19'),
(3191, '5ade80f995c1b', 'josh@mississippifirst.org', 'S', 'F', '', 0, '2018-04-24 00:57:24'),
(3192, '5ade925f78d48', 'aalvarez@eatgreaterdesmoines.org', 'S', 'F', '', 0, '2018-04-24 02:11:43'),
(3193, '5adea0b83cd4d', 'srdillon@calpoly.edu', 'S', 'F', '', 0, '2018-04-24 03:12:58'),
(3194, '5adeb6159eb8a', 'cjayes9xqv@yahoo.com', 'S', 'F', '', 0, '2018-04-24 04:44:06'),
(3195, '5aded55eb6a70', 'sabrina-bob@gmx.de', 'S', 'F', '', 0, '2018-04-24 06:57:34'),
(3196, '5adef3bde47a3', 'wayne.samson@yahoo.com', 'S', 'F', '', 0, '2018-04-24 09:07:10'),
(3197, '5adef9fb2b726', 'tracy2fou@yahoo.com', 'S', 'F', '', 0, '2018-04-24 09:33:40'),
(3198, '5adf20ba00df5', 'richardd@irrigatortech.com', 'S', 'F', '', 0, '2018-04-24 12:19:07'),
(3199, '5adf60b64b363', 'mpagan558@gmail.com', 'S', 'F', '', 0, '2018-04-24 16:52:04'),
(3200, '5adf7c666f1ed', 'kirbywmills@gmail.com', 'S', 'F', '', 0, '2018-04-24 18:50:10'),
(3201, '5adf8771de39f', 'ajitvikram@gmail.com', 'S', 'F', '', 0, '2018-04-24 19:37:19'),
(3202, '5adf94ece4535', 'dcappo@sbcglobal.net', 'S', 'F', '', 0, '2018-04-24 20:34:50'),
(3203, '5adf96102949b', 'rustyreeve@aol.com', 'S', 'F', '', 0, '2018-04-24 20:39:39'),
(3204, '5adf96e2766ef', 'lnkmcguire@yahoo.com', 'S', 'F', '', 0, '2018-04-24 20:43:10'),
(3205, '5adf9faaa8b71', 'aaron@windychevy.com', 'S', 'F', '', 0, '2018-04-24 21:20:43'),
(3206, '5adfa9b6d2d44', 'aaron@windychevy.com', 'S', 'F', '', 0, '2018-04-24 22:03:29'),
(3207, '5adfacfebcca0', 'rcmarino1@yahoo.com', 'S', 'F', '', 0, '2018-04-24 22:17:35'),
(3208, '5adfafb9a80a8', 'armitstead.les@gmail.com', 'S', 'F', '', 0, '2018-04-24 22:29:14'),
(3209, '5adfb3090430b', 'jzaiff@aol.com', 'S', 'F', '', 0, '2018-04-24 22:43:15'),
(3210, '5adff45ab3d15', 'mercury5979@aol.com', 'S', 'F', '', 0, '2018-04-25 03:22:02'),
(3211, '5ae01a7cec9bd', 'lturner336@aol.com', 'S', 'F', '', 0, '2018-04-25 06:04:45'),
(3212, '5ae0407752a8c', 'bluepoint@cfl.rr.com', 'S', 'F', '', 0, '2018-04-25 08:46:41'),
(3213, '5ae045208ba47', 'evans.brittany0210@yahoo.com', 'S', 'F', '', 0, '2018-04-25 09:06:40'),
(3214, '5ae054412f973', 'tjkkat@aol.com', 'S', 'F', '', 0, '2018-04-25 10:11:13'),
(3215, '5ae05f3503d64', 'army30wife@yahoo.com', 'S', 'F', '', 0, '2018-04-25 10:57:57'),
(3216, '5ae06d470bad6', 'michael.delapenha@yahoo.com', 'S', 'F', '', 0, '2018-04-25 11:57:59'),
(3217, '5ae07f55b7190', 'emmanuellekanto@gmail.com', 'S', 'F', '', 0, '2018-04-25 13:14:58'),
(3218, '5ae092a8df435', 'tjkkat@aol.com', 'S', 'F', '', 0, '2018-04-25 14:37:29'),
(3219, '5ae0a003a7612', 'ford2kus@yahoo.com', 'S', 'F', '', 0, '2018-04-25 15:34:26'),
(3220, '5ae0af2f9bbf0', 'accounting@atgstores.com', 'S', 'F', '', 0, '2018-04-25 16:39:12'),
(3221, '5ae0b652a3c84', 'brownaaron85@gmail.com', 'S', 'F', '', 0, '2018-04-25 17:09:34'),
(3222, '5ae0b7986a1e4', 'tjkkat@aol.com', 'S', 'F', '', 0, '2018-04-25 17:15:00'),
(3223, '5ae0ba891bcb3', 'nickkolmetz@yahoo.com', 'S', 'F', '', 0, '2018-04-25 17:27:38'),
(3224, '5ae0cfee2427b', 'aqnguyen14@yahoo.com', 'S', 'F', '', 0, '2018-04-25 18:58:51'),
(3225, '5ae0d4136bca2', 'alanjill@yahoo.com', 'S', 'F', '', 0, '2018-04-25 19:16:36'),
(3226, '5ae0d9bc66045', 'haroldbaynes@yahoo.com', 'S', 'F', '', 0, '2018-04-25 19:40:39'),
(3227, '5ae0e182e7fde', 'izeilly@aol.com', 'S', 'F', '', 0, '2018-04-25 20:13:55'),
(3228, '5ae0e59dd1732', 'debbielmosley@aol.com', 'S', 'F', '', 0, '2018-04-25 20:31:27'),
(3229, '5ae0ef94775b9', 'mbkrol@yahoo.com', 'S', 'F', '', 0, '2018-04-25 21:13:57'),
(3230, '5ae0f6fb61eca', 'ksiebert19@gmail.com', 'S', 'F', '', 0, '2018-04-25 21:45:25'),
(3231, '5ae0f71eba43f', 'hysus.felician@gmail.com', 'S', 'F', '', 0, '2018-04-25 21:46:03'),
(3232, '5ae0fdeeaac2d', 'aqnguyen14@yahoo.com', 'S', 'F', '', 0, '2018-04-25 22:15:05'),
(3233, '5ae1040f07ce5', 'sdthomas32@gmail.com', 'S', 'F', '', 0, '2018-04-25 22:41:15'),
(3234, '5ae1092004951', 'boettchersharis88@gmail.com', 'S', 'F', '', 0, '2018-04-25 23:02:57'),
(3235, '5ae10aaf81587', 'avvs89@gmail.com', 'S', 'F', '', 0, '2018-04-25 23:09:32'),
(3236, '5ae113685050e', 'david.hanauer@me.com', 'S', 'F', '', 0, '2018-04-25 23:46:42'),
(3237, '5ae1176265ce1', 'janeahiggins@yahoo.com', 'S', 'F', '', 0, '2018-04-26 00:03:47'),
(3238, '5ae12cd46a0a7', 'imran.aboo@gmail.com', 'S', 'F', '', 0, '2018-04-26 01:35:11'),
(3239, '5ae17eed6ad26', 'imran.aboo@gmail.com', 'S', 'F', '', 0, '2018-04-26 07:25:34'),
(3240, '5ae1bc7bab56a', 'wesrederjr@gmail.com', 'S', 'F', '', 0, '2018-04-26 11:48:12'),
(3241, '5ae1d18633530', 'awadgold24@yahoo.com', 'S', 'F', '', 0, '2018-04-26 13:17:57'),
(3242, '5ae1d417b0731', 'kmgeartheart@juno.com', 'S', 'F', '', 0, '2018-04-26 13:28:56'),
(3243, '5ae1dcac68b0c', 'veronique.blart@wanadoo.fr', 'S', 'F', '', 0, '2018-04-26 14:05:29'),
(3244, '5ae1f1c3435e7', 'mmrtu@aol.com', 'S', 'F', '', 0, '2018-04-26 15:35:30'),
(3245, '5ae20424dccd6', 'tonersupply@mail.com', 'S', 'F', '', 0, '2018-04-26 16:53:57'),
(3246, '5ae20cd1440eb', 'kdebo@evanscolorado.gov', 'S', 'F', '', 0, '2018-04-26 17:30:56'),
(3247, '5ae20d0b2cad0', 'dorothy.beaverson@spencer.kyschools.us', 'S', 'F', '', 0, '2018-04-26 17:31:56'),
(3248, '5ae2132007582', 'super.motors@yahoo.com', 'S', 'F', '', 0, '2018-04-26 17:57:54'),
(3249, '5ae2198de3e70', 'brian@rillahan.com', 'S', 'F', '', 0, '2018-04-26 18:25:15'),
(3250, '5ae21fe442119', 'tommy@reddiindustries.com', 'S', 'F', '', 0, '2018-04-26 18:52:22'),
(3251, '5ae2296830166', 'judykayfranks@yahoo.com', 'S', 'F', '', 0, '2018-04-26 19:32:54'),
(3252, '5ae2332c8483f', 'dawsonfont@yahoo.com', 'S', 'F', '', 0, '2018-04-26 20:14:32'),
(3253, '5ae259b78528a', 'mvolpicelli@gmail.com', 'S', 'F', '', 0, '2018-04-26 22:58:59'),
(3254, '5ae271096e3de', 'crysty_polanco@yahoo.com', 'S', 'F', '', 0, '2018-04-27 00:38:34'),
(3255, '5ae2b32161d02', 'filisob74@yahoo.com', 'S', 'F', '', 0, '2018-04-27 05:20:34'),
(3256, '5ae2bd16e333d', 'howard.niheem@yahoo.com', 'S', 'F', '', 0, '2018-04-27 06:03:04'),
(3257, '5ae30305ee152', 'caseypaulsherrell@yahoo.com', 'S', 'F', '', 0, '2018-04-27 11:01:23'),
(3258, '5ae35acb23179', 'kielejordan@yahoo.com', 'S', 'F', '', 0, '2018-04-27 17:15:51'),
(3259, '5ae36ebbabd5d', 'highzap@eastex.net', 'S', 'F', '', 0, '2018-04-27 18:40:55'),
(3260, '5ae375e2c6042', 'malaurie.auliac@orange.fr', 'S', 'F', '', 0, '2018-04-27 19:11:27'),
(3261, '5ae387a02716a', 'robert.marx@gmail.com', 'S', 'F', '', 0, '2018-04-27 20:27:10'),
(3262, '5ae387f146a23', 'mandiengolupe@yahoo.com', 'S', 'F', '', 0, '2018-04-27 20:28:31'),
(3263, '5ae39c012710d', 'jessica.glueck@fpaengineers.com', 'S', 'F', '', 0, '2018-04-27 21:54:06'),
(3264, '5ae39e5f71752', 'mbkrol@yahoo.com', 'S', 'F', '', 0, '2018-04-27 22:04:10'),
(3265, '5ae3ae277935e', 'bobby_anthony_19@yahoo.com', 'S', 'F', '', 0, '2018-04-27 23:11:35'),
(3266, '5ae3b72ed7f49', 'wooldiane@aol.com', 'S', 'F', '', 0, '2018-04-27 23:50:06'),
(3267, '5ae3bb0dd487c', 'gina.kirkm@yahoo.com', 'S', 'F', '', 0, '2018-04-28 00:06:37'),
(3268, '5ae42ddeef0f1', 'lrickmann@aol.com', 'S', 'F', '', 0, '2018-04-28 08:16:30'),
(3269, '5ae46fe379ced', 'aaroncknowles@yahoo.com', 'S', 'F', '', 0, '2018-04-28 12:58:11'),
(3270, '5ae477203525d', 'tapping102@gmail.com', 'S', 'F', '', 0, '2018-04-28 13:29:03'),
(3271, '5ae4c87a8b6c8', 'georgemanning984@gmail.com', 'S', 'F', '', 0, '2018-04-28 19:16:11'),
(3272, '5ae4d7d763e56', 'susies@kridel-law.com', 'S', 'F', '', 0, '2018-04-28 20:21:44'),
(3273, '5ae540208f201', 'angiejyoung@yahoo.com', 'S', 'F', '', 0, '2018-04-29 03:46:41'),
(3274, '5ae543bc90644', 'oatamoh@nevadafirm.com', 'S', 'F', '', 0, '2018-04-29 04:01:59'),
(3275, '5ae5d9d31156c', 'paulsauto1950@gmail.com', 'S', 'F', '', 0, '2018-04-29 14:42:24'),
(3276, '5ae5eac34a46d', 'thanhle07@comcast.net', 'S', 'F', '', 0, '2018-04-29 15:54:43'),
(3277, '5ae608d6d2a09', 'bettyjgarland@yahoo.com', 'S', 'F', '', 0, '2018-04-29 18:02:58'),
(3278, '5ae60c559599a', 'mattygg@gmail.com', 'S', 'F', '', 0, '2018-04-29 18:17:53'),
(3279, '5ae61394e66ac', 'snewell@northlandco.com', 'S', 'F', '', 0, '2018-04-29 18:48:50'),
(3280, '5ae6437808a14', 'rosybi@gmail.com', 'S', 'F', '', 0, '2018-04-29 22:13:13'),
(3281, '5ae65012d4e26', 'condoe50@gmail.com', 'S', 'F', '', 0, '2018-04-29 23:06:59'),
(3282, '5ae66a853f6c5', 'lasharaejacobs@yahoo.com', 'S', 'F', '', 0, '2018-04-30 00:59:50'),
(3283, '5ae69087825c7', 'stfour2@yahoo.com', 'S', 'F', '', 0, '2018-04-30 03:41:52'),
(3284, '5ae6d58414af1', 'dorazeliac@yahoo.com', 'S', 'F', '', 0, '2018-04-30 08:36:20'),
(3285, '5ae6d9ec696a0', 'stuffed_tyger@yahoo.com', 'S', 'F', '', 0, '2018-04-30 08:55:03'),
(3286, '5ae6f55575582', 'katienolan198@btinternet.com', 'S', 'F', '', 0, '2018-04-30 10:52:05'),
(3287, '5ae749f9b0a46', 'slkelm927@gmail.com', 'S', 'F', '', 0, '2018-04-30 16:53:14'),
(3288, '5ae74f77425c1', 'jlavis@praherplastics.ca', 'S', 'F', '', 0, '2018-04-30 17:16:40'),
(3289, '5ae77c0107449', 'sonphanusa@gmail.com', 'S', 'F', '', 0, '2018-04-30 20:26:42'),
(3290, '5ae78da783566', 'eppscm@yahoo.com', 'S', 'F', '', 0, '2018-04-30 21:41:59'),
(3291, '5ae79d1401587', 'tim@psc-asc.com', 'S', 'F', '', 0, '2018-04-30 22:47:48'),
(3292, '5ae7b3419a6cf', 'idaly.ramos13@gmail.com', 'S', 'F', '', 0, '2018-05-01 00:22:27'),
(3293, '5ae7c885d1642', 'steven.warshaw@gmail.com', 'S', 'F', '', 0, '2018-05-01 01:53:03'),
(3294, '5ae7c9b94c224', 'wendydorsey@gmail.com', 'S', 'F', '', 0, '2018-05-01 01:58:19'),
(3295, '5ae7eaa166a74', 'cjazzy2878@aol.com', 'S', 'F', '', 0, '2018-05-01 04:18:36'),
(3296, '5ae80712aab10', 'amyschexnider@yahoo.com', 'S', 'F', '', 0, '2018-05-01 06:19:57'),
(3297, '5ae829314cd84', 'hiitselh@yahoo.com', 'S', 'F', '', 0, '2018-05-01 08:45:38'),
(3298, '5ae844be33b01', 'rwp48220@yahoo.com', 'S', 'F', '', 0, '2018-05-01 10:43:11'),
(3299, '5ae846de373fd', 'pdvesely@att.net', 'S', 'F', '', 0, '2018-05-01 10:52:14'),
(3300, '5ae85a7d43c27', 'kirby70005@gmail.com', 'S', 'F', '', 0, '2018-05-01 12:15:55'),
(3301, '5ae86f8f1aa8f', 'annlewellyn@yahoo.com', 'S', 'F', '', 0, '2018-05-01 13:45:50'),
(3302, '5ae8a4a460135', 'jorgealconchel@gmail.com', 'S', 'F', '', 0, '2018-05-01 17:32:17'),
(3303, '5ae8aabe5de22', 'kdsilvestri@gmail.com', 'S', 'F', '', 0, '2018-05-01 17:58:21'),
(3304, '5ae8b22d9ebce', 'sablearagon@gmail.com', 'S', 'F', '', 0, '2018-05-01 18:30:02'),
(3305, '5ae8b52271154', 'bchase1025@gmail.com', 'S', 'F', '', 0, '2018-05-01 18:42:39'),
(3306, '5ae8b78298977', 'shannon.mcdnld@gmail.com', 'S', 'F', '', 0, '2018-05-01 18:52:47'),
(3307, '5ae8d898b8362', 'dancinlion@aol.com', 'S', 'F', '', 0, '2018-05-01 21:13:58'),
(3308, '5ae8ed0ab2173', 'francikw@gmail.com', 'S', 'F', '', 0, '2018-05-01 22:41:16'),
(3309, '5ae906752f936', 'hulamama@aol.com', 'S', 'F', '', 0, '2018-05-02 00:29:43'),
(3310, '5ae90dca5014b', 'alexyssmayberry@gmail.com', 'S', 'F', '', 0, '2018-05-02 01:00:54'),
(3311, '5ae919bd0a35b', 'ohiopies@gmail.com', 'S', 'F', '', 0, '2018-05-02 01:51:58'),
(3312, '5ae958f5c6750', 'kinduni@gmail.com', 'S', 'F', '', 0, '2018-05-02 06:21:41'),
(3313, '5ae95a17d58ea', 'jt.silva25@gmail.com', 'S', 'F', '', 0, '2018-05-02 06:26:32'),
(3314, '5ae9b661db9a9', 'chrisnartey@me.com', 'S', 'F', '', 0, '2018-05-02 13:00:18'),
(3315, '5ae9bd3e61314', 'info@endclothing.com', 'S', 'F', '', 0, '2018-05-02 13:29:31'),
(3316, '5ae9bd7fcd649', 'cuc.dinh1964@gmail.com', 'S', 'F', '', 0, '2018-05-02 13:30:40'),
(3317, '5aec8acd12260', 'susanmerritt@yahoo.com', 'S', 'F', '', 0, '2018-05-04 16:31:10'),
(3318, '5aec93fadbce6', 'oneerc@gmail.com', 'S', 'F', '', 0, '2018-05-04 17:10:20'),
(3319, '5af0609bc1422', 'pam_swain@yahoo.com', 'S', 'F', '', 0, '2018-05-07 14:20:12'),
(3320, '5af38f17e56e9', 'rachel.ebrenner@gmail.com', 'S', 'F', '', 0, '2018-05-10 00:15:20'),
(3321, '5af4ae4249a3c', 'zouaxiong07@gmail.com', 'S', 'F', '', 0, '2018-05-10 20:40:35'),
(3322, '5af4ef2155a7a', 'warpedscout@yahoo.com', 'S', 'F', '', 0, '2018-05-11 01:17:21'),
(3323, '5af4fad3bfe75', 'jpmcclelland15@gmail.com', 'S', 'F', '', 0, '2018-05-11 02:07:16'),
(3324, '5af5089fc4dd4', 'beebee03@gmail.com', 'S', 'F', '', 0, '2018-05-11 03:06:08'),
(3325, '5af5d3e6990a2', 'sjcj92@gmail.com', 'S', 'F', '', 0, '2018-05-11 17:33:27'),
(3326, '5af6b16386b5e', 'charlievela@gmail.com', 'S', 'F', '', 0, '2018-05-12 09:18:27'),
(3327, '5af7ae6f4e028', 'mbaiker@me.com', 'S', 'F', '', 0, '2018-05-13 03:18:07'),
(3328, '5afa2579ef124', 'robinson_nancy@yahoo.com', 'S', 'F', '', 0, '2018-05-15 00:10:35'),
(3329, '5afa96f5e34b4', 'gregcasey@charter.net', 'S', 'F', '', 0, '2018-05-15 08:14:46'),
(3330, 'Manpreet', 'amairdeepdeep@email.com', 'S', 'C', 'I have admission in your institution for b.s.c. nursing can I do', 2147483647, '2018-05-17 04:59:41'),
(3331, 'abc', 'deepikapatiyal23@gmail.com', 'O', 'S', 'abc', 1234567891, '2018-06-07 06:39:30'),
(3332, 'Deepanshu', 'sharmaamit2651997@gmail.com', 'S', 'C', 'no', 2147483647, '2018-06-28 08:53:44'),
(3333, 'dipanshu sharma', 'sharmaamit2651997@gmail.com', 'O', 'C', 'for admission', 2147483647, '2018-06-28 08:55:00'),
(3334, 'info23', 'info23@cantatic.com', '', '', 'info23', 0, '2018-11-11 11:54:11'),
(3335, 'gtbhnursing.com', 'gtbhnursing.com@domstates.su', '', '', 'gtbhnursing.com', 0, '2018-11-30 21:44:45'),
(3336, '5c06336f74fe8', 'nlcartridges@yahoo.com', 'S', 'F', '', 0, '2018-12-04 07:57:35'),
(3337, '5c06557a8ecda', 'noelshenoi@calclean.com', 'S', 'F', '', 0, '2018-12-04 10:22:50'),
(3338, '5c066ae50959a', 'dblon12@gmail.com', 'S', 'F', '', 0, '2018-12-04 11:54:12'),
(3339, '5c066b6b13a94', 'ginanatehinkle58@gmail.com', 'S', 'F', '', 0, '2018-12-04 11:56:26'),
(3340, '5c067eb380900', 'katie.moeser@gmail.com', 'S', 'F', '', 0, '2018-12-04 13:18:45'),
(3341, '5c068eff3f280', 'poppyhill@reagan.com', 'S', 'F', '', 0, '2018-12-04 14:27:39'),
(3342, '5c06bb1576eb8', 'info@growingsmilessa.com', 'S', 'F', '', 0, '2018-12-04 17:36:05'),
(3343, '5c06c269a9f70', 'slaxenator@gmail.com', 'S', 'F', '', 0, '2018-12-04 18:06:59'),
(3344, '5c06cbc66269b', 'nick.aalerud@gmail.com', 'S', 'F', '', 0, '2018-12-04 18:46:57'),
(3345, '5c06db126931e', 'joe1golfer@gmail.com', 'S', 'F', '', 0, '2018-12-04 19:52:13'),
(3346, '5c06de6c550e1', 'sportyem4@yahoo.com', 'S', 'F', '', 0, '2018-12-04 20:06:32'),
(3347, '5c06e446a52f1', 'ruby768414@aol.com', 'S', 'F', '', 0, '2018-12-04 20:31:25'),
(3348, '5c06e5fed17c6', 'watchmen49@gmail.com', 'S', 'F', '', 0, '2018-12-04 20:38:47'),
(3349, '5c06f88ea0c48', 'skc1202@gmail.com', 'S', 'F', '', 0, '2018-12-04 21:57:58'),
(3350, '5c0721c834a7d', 'state728@sbcglobal.net', 'S', 'F', '', 0, '2018-12-05 00:53:55'),
(3351, '5c0738c16d190', 'joe.elliott@n-cyte.com', 'S', 'F', '', 0, '2018-12-05 02:31:49'),
(3352, '5c074feb73604', 'stefott2@gmail.com', 'S', 'F', '', 0, '2018-12-05 04:10:45'),
(3353, '5c075bdb93d82', 'athurwardanaputra@gmail.com', 'S', 'F', '', 0, '2018-12-05 05:01:36'),
(3354, '5c0773b6e96cd', 'lwblackmon@gmail.com', 'S', 'F', '', 0, '2018-12-05 06:44:06'),
(3355, '5c07753219464', 'kingoftheclover_4@yahoo.com', 'S', 'F', '', 0, '2018-12-05 06:50:27'),
(3356, '5c07887e44722', 'donmunoz305@yahoo.com', 'S', 'F', '', 0, '2018-12-05 08:12:47'),
(3357, '5c07a65337f5c', 'keijo.r.c@gmail.com', 'S', 'F', '', 0, '2018-12-05 10:20:00'),
(3358, '5c07dee2e7cc1', 'nicole.luera@gmail.com', 'S', 'F', '', 0, '2018-12-05 14:21:19'),
(3359, '5c07e82a2c474', 'marcekkel@gmail.com', 'S', 'F', '', 0, '2018-12-05 15:00:58'),
(3360, '5c07f64a8148b', 'aerious_2000@yahoo.com', 'S', 'F', '', 0, '2018-12-05 16:01:12'),
(3361, '5c0804af93511', 'towniekirkwood@gmail.com', 'S', 'F', '', 0, '2018-12-05 17:02:38'),
(3362, '5c080c0440747', 'fxue82@gmail.com', 'S', 'F', '', 0, '2018-12-05 17:33:56'),
(3363, '5c082776ceaff', 'stephena.root@yahoo.com', 'S', 'F', '', 0, '2018-12-05 19:30:59'),
(3364, '5c08455783b78', 'kahawth2222@yahoo.com', 'S', 'F', '', 0, '2018-12-05 21:38:32'),
(3365, '5c085c8f76939', 'brent.hofacker@gmail.com', 'S', 'F', '', 0, '2018-12-05 23:17:32'),
(3366, '5c08e10054f27', 'arsongz@gmail.com', 'S', 'F', '', 0, '2018-12-06 08:42:40'),
(3367, '5c0928129a48d', 'freelandfinds@gmail.com', 'S', 'F', '', 0, '2018-12-06 13:45:53'),
(3368, '5c093b9aabb24', 'hunterkennison@gmail.com', 'S', 'F', '', 0, '2018-12-06 15:09:14'),
(3369, '5c0964dd87672', 'hunterkennison@gmail.com', 'S', 'F', '', 0, '2018-12-06 18:05:12'),
(3370, '5c0970485ba40', 'elneneboricua15@gmail.com', 'S', 'F', '', 0, '2018-12-06 18:53:54'),
(3371, '5c097aab8f076', 'chavongreen@yahoo.com', 'S', 'F', '', 0, '2018-12-06 19:38:15'),
(3372, '5c097f0ca368c', 'rodriguha@yahoo.com', 'S', 'F', '', 0, '2018-12-06 19:56:55'),
(3373, '5c0991efbbb17', 'fennema.michael@gmail.com', 'S', 'F', '', 0, '2018-12-06 21:17:35'),
(3374, '5c099e2865d66', 'edcraig813@aol.com', 'S', 'F', '', 0, '2018-12-06 22:09:42'),
(3375, '5c09f5c4a228b', 'lejunejohn@yahoo.com', 'S', 'F', '', 0, '2018-12-07 04:23:21'),
(3376, '5c09f649cf3f3', 'marypaulk1128@yahoo.com', 'S', 'F', '', 0, '2018-12-07 04:25:45'),
(3377, '5c0a3dc569985', 'cleibe.gama@gmail.com', 'S', 'F', '', 0, '2018-12-07 09:29:54'),
(3378, '5c0a56e87ed18', 'addwing.akj@gmail.com', 'S', 'F', '', 0, '2018-12-07 11:17:15'),
(3379, '5c0a67d14da1e', 'trovescott@gmail.com', 'S', 'F', '', 0, '2018-12-07 12:29:24'),
(3380, '5c0a7df206aa1', 'stevefrus@yahoo.com', 'S', 'F', '', 0, '2018-12-07 14:03:45'),
(3381, '5c0abb13e36ff', 'na98il@gmail.com', 'S', 'F', '', 0, '2018-12-07 18:24:33'),
(3382, '5c0ac3fc4e0f4', 'raykim47@gmail.com', 'S', 'F', '', 0, '2018-12-07 19:02:33'),
(3383, '5c0ac76928ac4', 'ershirley88@gmail.com', 'S', 'F', '', 0, '2018-12-07 19:17:10'),
(3384, '5c0ad3f8ac7e1', 'callingamy@gmail.com', 'S', 'F', '', 0, '2018-12-07 20:10:51'),
(3385, '5c0b1fd05df9b', 'gena@ablestaffing.net', 'S', 'F', '', 0, '2018-12-08 01:34:20'),
(3386, '5c0b29334f2d8', 'lejunejohn@yahoo.com', 'S', 'F', '', 0, '2018-12-08 02:14:22'),
(3387, '5c0ba3e0c72cf', 'alchemyofherbs@gmail.com', 'S', 'F', '', 0, '2018-12-08 10:58:40'),
(3388, '5c0bb29f10019', 'kenhola@gmail.com', 'S', 'F', '', 0, '2018-12-08 12:01:34'),
(3389, '5c0c034ce7929', 'kenhola@gmail.com', 'S', 'F', '', 0, '2018-12-08 17:45:47'),
(3390, '5c0c080d97ad5', 'cchimansilla@gmail.com', 'S', 'F', '', 0, '2018-12-08 18:06:00'),
(3391, '5c0c0bbf8984c', 'matthewcfields@gmail.com', 'S', 'F', '', 0, '2018-12-08 18:21:50'),
(3392, '5c0c0f4db65f0', 'qingzheng1994@yahoo.com', 'S', 'F', '', 0, '2018-12-08 18:36:56'),
(3393, '5c0c1d77666b2', 'jrwalls@aol.com', 'S', 'F', '', 0, '2018-12-08 19:37:26'),
(3394, '5c0c371cd6e27', 'bwahbwahchicken@gmail.com', 'S', 'F', '', 0, '2018-12-08 21:26:51'),
(3395, '5c0c371ccba5b', 'jrwalls@aol.com', 'S', 'F', '', 0, '2018-12-08 21:26:51'),
(3396, '5c0c3adac87ee', 'jcambkny@gmail.com', 'S', 'F', '', 0, '2018-12-08 21:42:45'),
(3397, '5c0c432725244', 'jbruthers@gmail.com', 'S', 'F', '', 0, '2018-12-08 22:18:13'),
(3398, '5c0c4ba7bc2f7', 'jenni528@gmail.com', 'S', 'F', '', 0, '2018-12-08 22:54:27'),
(3399, '5c0d200fbe62d', 'jag9488@aol.com', 'S', 'F', '', 0, '2018-12-09 13:59:54'),
(3400, '5c0d4753004a4', 'dixonpictures@gmail.com', 'S', 'F', '', 0, '2018-12-09 16:47:27'),
(3401, '5c0d69a3036a6', 'dblon12@gmail.com', 'S', 'F', '', 0, '2018-12-09 19:13:47'),
(3402, '5c0da30fe3e2c', 'dlumsey@yahoo.com', 'S', 'F', '', 0, '2018-12-09 23:18:51'),
(3403, '5c0db1c7af73d', 'claynpr34@gmail.com', 'S', 'F', '', 0, '2018-12-10 00:21:40'),
(3404, '5c0db2ddab101', 'skittlekyd@gmail.com', 'S', 'F', '', 0, '2018-12-10 00:26:16'),
(3405, '5c0db6671bdd0', 'caromichael61@gmail.com', 'S', 'F', '', 0, '2018-12-10 00:41:16'),
(3406, '5c0dbd804c385', 'poppyhill@reagan.com', 'S', 'F', '', 0, '2018-12-10 01:11:35'),
(3407, '5c0dc22a31221', 'misterkb24@gmail.com', 'S', 'F', '', 0, '2018-12-10 01:31:33'),
(3408, '5c0dcd3b5486e', 'maryshaverrn@gmail.com', 'S', 'F', '', 0, '2018-12-10 02:18:47'),
(3409, '5c0e16e6500f0', 'rachelle.price03@yahoo.com', 'S', 'F', '', 0, '2018-12-10 07:33:59'),
(3410, '5c0e3678c88a6', 'maryshaverrn@gmail.com', 'S', 'F', '', 0, '2018-12-10 09:48:40'),
(3411, '5c0e6f0a97236', 'rjoress@yahoo.com', 'S', 'F', '', 0, '2018-12-10 13:49:59'),
(3412, '5c0e6f181ddc0', 'mollymunro92@yahoo.com', 'S', 'F', '', 0, '2018-12-10 13:50:15'),
(3413, '5c0e97c05beab', 'anatred@nyc.rr.com', 'S', 'F', '', 0, '2018-12-10 16:43:44'),
(3414, '5c0ea7b823db3', 'supermantonight@gmail.com', 'S', 'F', '', 0, '2018-12-10 17:51:49'),
(3415, '5c0ea8f6b2181', 'supermantonight@gmail.com', 'S', 'F', '', 0, '2018-12-10 17:57:07'),
(3416, '5c0ec1f9c4a31', 'srstrickland1@aol.com', 'S', 'F', '', 0, '2018-12-10 19:43:53'),
(3417, '5c0f5e4a7ddf2', 'lespesjulien33@gmail.com', 'S', 'F', '', 0, '2018-12-11 06:50:44'),
(3418, '5c0f652fb4946', 'ashleyhegenbarth@gmail.com', 'S', 'F', '', 0, '2018-12-11 07:20:14'),
(3419, '5c0fdfd9ced5e', 'lynchdavid@aol.com', 'S', 'F', '', 0, '2018-12-11 16:03:37'),
(3420, '5c0fe047ab570', 'katherine.schizkoske@gmail.com', 'S', 'F', '', 0, '2018-12-11 16:05:27'),
(3421, '5c0ffcc0f1e5c', 'afshan7575@aol.com', 'S', 'F', '', 0, '2018-12-11 18:06:56'),
(3422, '5c10041f74dfb', 'marty_glo@yahoo.com', 'S', 'F', '', 0, '2018-12-11 18:38:19'),
(3423, '5c1030d5f2b1a', 'peerapol@yahoo.com', 'S', 'F', '', 0, '2018-12-11 21:49:08'),
(3424, '5c1041e633e19', 'jerratk@yahoo.com', 'S', 'F', '', 0, '2018-12-11 23:01:56'),
(3425, '5c10494eaf170', 'arriaga.save@gmail.com', 'S', 'F', '', 0, '2018-12-11 23:33:35'),
(3426, '5c104bb2a3859', 'elynew@aol.com', 'S', 'F', '', 0, '2018-12-11 23:43:38'),
(3427, '5c104f765f032', 'zaidoon.owais@gmail.com', 'S', 'F', '', 0, '2018-12-11 23:59:43'),
(3428, '5c105d52d954e', 'jenniferfoster@gmail.com', 'S', 'F', '', 0, '2018-12-12 00:58:49');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(3429, '5c1060f7dd571', 'josephricciardi82@gmail.com', 'S', 'F', '', 0, '2018-12-12 01:14:23'),
(3430, '5c106158a7a45', 'lauraewolfram@yahoo.com', 'S', 'F', '', 0, '2018-12-12 01:16:06'),
(3431, '5c1070dbdd20d', 'ewatkins@scusd.net', 'S', 'F', '', 0, '2018-12-12 02:22:11'),
(3432, '5c107228322ca', 'ewatkins@scusd.net', 'S', 'F', '', 0, '2018-12-12 02:27:43'),
(3433, '5c107536e97eb', 'arriaga.save@gmail.com', 'S', 'F', '', 0, '2018-12-12 02:40:53'),
(3434, '5c108761a611b', 'jsmchugh1969@gmail.com', 'S', 'F', '', 0, '2018-12-12 03:58:22'),
(3435, '5c10abca92501', 'cindybsull@aol.com', 'S', 'F', '', 0, '2018-12-12 06:33:47'),
(3436, '5c10c50a28dce', 'rmoore1002@yahoo.com', 'S', 'F', '', 0, '2018-12-12 08:21:24'),
(3437, '5c10feb559309', 'swtangel1018@gmail.com', 'S', 'F', '', 0, '2018-12-12 12:27:32'),
(3438, '5c110881bce52', 'topprioritytrakehners@gmail.com', 'S', 'F', '', 0, '2018-12-12 13:09:17'),
(3439, '5c110d8ae59ea', 'palbronco@aol.com', 'S', 'F', '', 0, '2018-12-12 13:30:47'),
(3440, '5c113b5a47021', 'bjcardiff5355@gmail.com', 'S', 'F', '', 0, '2018-12-12 16:46:17'),
(3441, '5c114ae0d68a5', 'fredp210@gmail.com', 'S', 'F', '', 0, '2018-12-12 17:52:27'),
(3442, '5c114f54db732', 'leighlge@yahoo.com', 'S', 'F', '', 0, '2018-12-12 18:11:31'),
(3443, '5c1160a48ba67', 'kriscmonte@yahoo.com', 'S', 'F', '', 0, '2018-12-12 19:25:23'),
(3444, '5c1165b399a9c', 'leighlge@yahoo.com', 'S', 'F', '', 0, '2018-12-12 19:46:53'),
(3445, '5c1176842ea6d', 'fox8847@aol.com', 'S', 'F', '', 0, '2018-12-12 20:58:36'),
(3446, '5c117e8e3d9b5', 'laura.robinson@elis.com', 'S', 'F', '', 0, '2018-12-12 21:33:08'),
(3447, '5c1180273b077', 'bikerboys2001@aim.com', 'S', 'F', '', 0, '2018-12-12 21:39:49'),
(3448, '5c118c3022383', 'glendap311@gmail.com', 'S', 'F', '', 0, '2018-12-12 22:31:09'),
(3449, '5c11aeca7ed0e', 'krulis@spotrebitelskeforum.cz', 'S', 'F', '', 0, '2018-12-13 00:58:48'),
(3450, '5c11afbfc9e0e', 'rwkeller@telus.net', 'S', 'F', '', 0, '2018-12-13 01:02:54'),
(3451, '5c11cfcbceefc', 'bogdan.zelenikhin@gmail.com', 'S', 'F', '', 0, '2018-12-13 03:19:37'),
(3452, '5c120a0422895', 'robstersm@gmail.com', 'S', 'F', '', 0, '2018-12-13 07:27:59'),
(3453, '5c122e7036af1', 'instantadvicenetwork@gmail.com', 'S', 'F', '', 0, '2018-12-13 10:03:27'),
(3454, '5c125ed069680', 'megarandommadness@gmail.com', 'S', 'F', '', 0, '2018-12-13 13:29:49'),
(3455, '5c12645c16da3', 'skittlekyd@gmail.com', 'S', 'F', '', 0, '2018-12-13 13:53:32'),
(3456, '5c12a41b36ca1', 'ryankendall94@gmail.com', 'S', 'F', '', 0, '2018-12-13 18:25:28'),
(3457, '5c12a80ae6d6f', 'pdubzzle@gmail.com', 'S', 'F', '', 0, '2018-12-13 18:42:18'),
(3458, '5c12ad062e2b7', 'cashmaddock45@gmail.com', 'S', 'F', '', 0, '2018-12-13 19:03:33'),
(3459, '5c12af50d6c49', 'jamesharden2025@gmail.com', 'S', 'F', '', 0, '2018-12-13 19:13:16'),
(3460, '5c12b2ac99227', 'antoniomanca@gmail.com', 'S', 'F', '', 0, '2018-12-13 19:27:35'),
(3461, '5c12be28a3a7e', 'cohenetal3@aol.com', 'S', 'F', '', 0, '2018-12-13 20:16:39'),
(3462, '5c12c59d6fad3', 'rcelene48@yahoo.com', 'S', 'F', '', 0, '2018-12-13 20:48:30'),
(3463, '5c12c87a95ee4', 'tediro27@yahoo.com', 'S', 'F', '', 0, '2018-12-13 21:00:43'),
(3464, '5c12cb0755a18', 'cohenetal3@aol.com', 'S', 'F', '', 0, '2018-12-13 21:11:31'),
(3465, '5c12cdd71f284', 'namelessnamester@gmail.com', 'S', 'F', '', 0, '2018-12-13 21:23:35'),
(3466, '5c12d3e197f17', 'bogdan.zelenikhin@gmail.com', 'S', 'F', '', 0, '2018-12-13 21:49:22'),
(3467, '5c12d8b82fa3f', 'dimokaraboyukov@gmail.com', 'S', 'F', '', 0, '2018-12-13 22:09:55'),
(3468, '5c12e024ec714', 'fredjmorgan@gmail.com', 'S', 'F', '', 0, '2018-12-13 22:41:36'),
(3469, '5c12e91d7a78f', 'cohenetal3@aol.com', 'S', 'F', '', 0, '2018-12-13 23:19:59'),
(3470, '5c12ea552026d', 'cashmaddock45@gmail.com', 'S', 'F', '', 0, '2018-12-13 23:25:09'),
(3471, '5c13128125b2b', 'marydoogie@yahoo.com', 'S', 'F', '', 0, '2018-12-14 02:16:26'),
(3472, '5c1318576e8ee', 'kamilowska@yahoo.com', 'S', 'F', '', 0, '2018-12-14 02:41:27'),
(3473, '5c1343c98522e', 'welkerjason@gmail.com', 'S', 'F', '', 0, '2018-12-14 05:46:51'),
(3474, '5c134f813f551', 'jjmarciano@aol.com', 'S', 'F', '', 0, '2018-12-14 06:36:51'),
(3475, '5c136338d0507', 'eawatkins3@gmail.com', 'S', 'F', '', 0, '2018-12-14 08:00:55'),
(3476, '5c137e03222f0', 'boocasey@yahoo.com', 'S', 'F', '', 0, '2018-12-14 09:55:17'),
(3477, '5c13a549eaf5f', '75cbrook@gmail.com', 'S', 'F', '', 0, '2018-12-14 12:42:49'),
(3478, '5c13aa6e467a5', 'eawatkins3@gmail.com', 'S', 'F', '', 0, '2018-12-14 13:04:46'),
(3479, '5c13ecb7c02ff', 'jpmuruganandam@gmail.com', 'S', 'F', '', 0, '2018-12-14 17:47:30'),
(3480, '5c13ff283a6d3', 'taraboombara@aol.com', 'S', 'F', '', 0, '2018-12-14 19:06:16'),
(3481, '5c14268bbb906', 'dlkrenzer@gmail.com', 'S', 'F', '', 0, '2018-12-14 21:54:19'),
(3482, '5c143dca94dcc', 'dlkrenzer@gmail.com', 'S', 'F', '', 0, '2018-12-14 23:33:30'),
(3483, '5c1498e02487f', 'lynchdavid@aol.com', 'S', 'F', '', 0, '2018-12-15 06:02:03'),
(3484, '5c14b544430fd', 'chicken_foot3218@yahoo.com', 'S', 'F', '', 0, '2018-12-15 08:03:17'),
(3485, '5c1506b7b8ffd', 'rkadine8@gmail.com', 'S', 'F', '', 0, '2018-12-15 13:50:47'),
(3486, '5c15277e0cd5b', 'willslanford@gmail.com', 'S', 'F', '', 0, '2018-12-15 16:10:33'),
(3487, '5c153e3981de6', 'andysullivan2000@gmail.com', 'S', 'F', '', 0, '2018-12-15 17:47:34'),
(3488, '5c155c3367e80', 'trovescott@gmail.com', 'S', 'F', '', 0, '2018-12-15 19:55:30'),
(3489, '5c155dafa422e', 'z4myi@yahoo.com', 'S', 'F', '', 0, '2018-12-15 20:01:50'),
(3490, '5c155df61bc31', 'alchemyofherbs@gmail.com', 'S', 'F', '', 0, '2018-12-15 20:02:58'),
(3491, '5c1560cf8e437', 'carlycam@cox.net', 'S', 'F', '', 0, '2018-12-15 20:15:11'),
(3492, '5c15786551514', 'jumbocakes@gmail.com', 'S', 'F', '', 0, '2018-12-15 21:55:42'),
(3493, '5c1585c9cbd9e', 'boeingsa@gmail.com', 'S', 'F', '', 0, '2018-12-15 22:52:57'),
(3494, '5c15978529543', 'boeingsa@gmail.com', 'S', 'F', '', 0, '2018-12-16 00:08:31'),
(3495, '5c15e7f6b4f1d', 'lbgoodwin@aol.com', 'S', 'F', '', 0, '2018-12-16 05:51:46'),
(3496, '5c166358ae51b', 'beazy007505@gmail.com', 'S', 'F', '', 0, '2018-12-16 14:38:16'),
(3497, '5c169522b0cad', 'kylejbrazell@gmail.com', 'S', 'F', '', 0, '2018-12-16 18:10:42'),
(3498, '5c16a6a25bc0e', 'mdf62686@gmail.com', 'S', 'F', '', 0, '2018-12-16 19:25:21'),
(3499, '5c16af4b0517c', 'abraxagar@gmail.com', 'S', 'F', '', 0, '2018-12-16 20:02:18'),
(3500, '5c16bd49bbf78', 'jplege@aol.com', 'S', 'F', '', 0, '2018-12-16 21:01:57'),
(3501, '5c16bdeb62442', 'dblon12@gmail.com', 'S', 'F', '', 0, '2018-12-16 21:04:36'),
(3502, '5c16ddb09552c', 'mdf62686@gmail.com', 'S', 'F', '', 0, '2018-12-16 23:20:15'),
(3503, '5c1788f2230fb', 'z.xu@domarsolutions.com', 'S', 'F', '', 0, '2018-12-17 11:30:57'),
(3504, '5c1791e4814f0', 'z.xu@domarsolutions.com', 'S', 'F', '', 0, '2018-12-17 12:09:08'),
(3505, '5c179abb0b13c', 'andre@domarsolutions.com', 'S', 'F', '', 0, '2018-12-17 12:46:49'),
(3506, '5c17a3ee3cde0', 'dr.irepair871@gmail.com', 'S', 'F', '', 0, '2018-12-17 13:26:03'),
(3507, '5c17b72e9e841', 'maxx4461@gmail.com', 'S', 'F', '', 0, '2018-12-17 14:48:13'),
(3508, '5c17d6e132e51', 'camlibra4@yahoo.com', 'S', 'F', '', 0, '2018-12-17 17:03:26'),
(3509, '5c17de3c386fd', 'memedove@gmail.com', 'S', 'F', '', 0, '2018-12-17 17:34:47'),
(3510, '5c18025300c72', 'aadynhorn9@gmail.com', 'S', 'F', '', 0, '2018-12-17 20:08:44'),
(3511, '5c181d7e5db8f', 'hoag.jenn@gmail.com', 'S', 'F', '', 0, '2018-12-17 22:04:44'),
(3512, '5c184404ef47d', 'fraziti21@yahoo.com', 'S', 'F', '', 0, '2018-12-18 00:49:03'),
(3513, '5c1849774db9c', 'carrieleigh25@yahoo.com', 'S', 'F', '', 0, '2018-12-18 01:12:22'),
(3514, '5c1853971ab78', 'doughodson@yahoo.com', 'S', 'F', '', 0, '2018-12-18 01:55:33'),
(3515, '5c1859ab803a2', 'jspeer.5700@gmail.com', 'S', 'F', '', 0, '2018-12-18 02:21:30'),
(3516, '5c186120be476', 'jspeer.5700@gmail.com', 'S', 'F', '', 0, '2018-12-18 02:53:11'),
(3517, '5c18615adedd5', 'robertverdahl@gmail.com', 'S', 'F', '', 0, '2018-12-18 02:54:11'),
(3518, '5c1864af293d3', 'bogdan.zelenikhin@gmail.com', 'S', 'F', '', 0, '2018-12-18 03:08:29'),
(3519, '5c188934e8516', 'scricri40@aol.com', 'S', 'F', '', 0, '2018-12-18 05:44:20'),
(3520, '5c18d7d9f1134', 'skittlekyd@gmail.com', 'S', 'F', '', 0, '2018-12-18 11:19:50'),
(3521, '5c18e2a1e65b7', 'skittlekyd@gmail.com', 'S', 'F', '', 0, '2018-12-18 12:05:53'),
(3522, '5c18f92f4330e', 'thiagopatrickanjos@gmail.com', 'S', 'F', '', 0, '2018-12-18 13:42:06'),
(3523, '5c190390b4e8a', 'dblon12@gmail.com', 'S', 'F', '', 0, '2018-12-18 14:26:20'),
(3524, '5c192d0f23721', 'tiff.saatzer3@gmail.com', 'S', 'F', '', 0, '2018-12-18 17:23:24'),
(3525, '5c193972c8ba4', 'jeff.brandes@azarahealthcare.com', 'S', 'F', '', 0, '2018-12-18 18:16:18'),
(3526, '5c1953ce03a51', 'gilbert_robert14@yahoo.com', 'S', 'F', '', 0, '2018-12-18 20:08:50'),
(3527, '5c19558e9dc40', 'mkcellphonesdp@gmail.com', 'S', 'F', '', 0, '2018-12-18 20:16:12'),
(3528, '5c196dd67accc', 'robertlamaster@gmail.com', 'S', 'F', '', 0, '2018-12-18 21:59:43'),
(3529, '5c197de21ad09', 'hkman627@gmail.com', 'S', 'F', '', 0, '2018-12-18 23:08:10'),
(3530, '5c197e6269855', 'brtrodriguez@aol.com', 'S', 'F', '', 0, '2018-12-18 23:10:24'),
(3531, '5c198f6d4479c', 'bobmacdonald311@gmail.com', 'S', 'F', '', 0, '2018-12-19 00:23:02'),
(3532, '5c19a4be85a37', 'bjpazz53@gmail.com', 'S', 'F', '', 0, '2018-12-19 01:54:05'),
(3533, '5c19c43c6ce5b', 'tmcdaris@gmail.com', 'S', 'F', '', 0, '2018-12-19 04:08:38'),
(3534, '5c19fc3b832f3', 'lynchdavid@aol.com', 'S', 'F', '', 0, '2018-12-19 08:07:24'),
(3535, '5c1a029aa1564', 'pline3rd@aol.com', 'S', 'F', '', 0, '2018-12-19 08:34:35'),
(3536, '5c1a184f490d0', 'avvmarzuillo@gmail.com', 'S', 'F', '', 0, '2018-12-19 10:07:11'),
(3537, '5c1a29b0e87ca', 'alijudymaster@yahoo.com', 'S', 'F', '', 0, '2018-12-19 11:21:20'),
(3538, '5c1a2dde1a58e', 'nydia.p.chang@gmail.com', 'S', 'F', '', 0, '2018-12-19 11:39:11'),
(3539, '5c1a36e68ff46', 'megarandommadness@gmail.com', 'S', 'F', '', 0, '2018-12-19 12:17:40'),
(3540, '5c1a59e04fd7d', 'willyflash13@gmail.com', 'S', 'F', '', 0, '2018-12-19 14:46:56'),
(3541, '5c1a5a2b6f7e4', 'raguayo2@student.rccd.edu', 'S', 'F', '', 0, '2018-12-19 14:48:09'),
(3542, '5c1a6ccae722d', 'mdurangdep@gmail.com', 'S', 'F', '', 0, '2018-12-19 16:07:38'),
(3543, '5c1a860bd3b51', 'jgassman1@kc.rr.com', 'S', 'F', '', 0, '2018-12-19 17:55:22'),
(3544, '5c1a91db3d83b', 'jormcbri@gmail.com', 'S', 'F', '', 0, '2018-12-19 18:45:46'),
(3545, '5c1a96f2bcb32', 'babyraven99@gmail.com', 'S', 'F', '', 0, '2018-12-19 19:07:29'),
(3546, '5c1aa012ecaef', 'willyflash13@gmail.com', 'S', 'F', '', 0, '2018-12-19 19:46:25'),
(3547, '5c1ac7d4ad2bd', 'mohammadalbotaif@yahoo.com', 'S', 'F', '', 0, '2018-12-19 22:36:03'),
(3548, '5c1ae80f229b1', 'emoore@stericycle.com', 'S', 'F', '', 0, '2018-12-20 00:53:34'),
(3549, '5c1aff143433c', 'romabey1970@yahoo.com', 'S', 'F', '', 0, '2018-12-20 02:31:46'),
(3550, '5c1b27db9a8b9', 'kimstclaire@gmail.com', 'S', 'F', '', 0, '2018-12-20 05:25:44'),
(3551, '5c1b3f32093f6', 'ndjclpc@aol.com', 'S', 'F', '', 0, '2018-12-20 07:05:21'),
(3552, '5c1b62faabfd2', 'sbplumber@aol.com', 'S', 'F', '', 0, '2018-12-20 09:38:01'),
(3553, '5c1b7194236b8', 'jahnroze@gmail.com', 'S', 'F', '', 0, '2018-12-20 10:40:17'),
(3554, '5c1b722630499', 'luckyduck1560@gmail.com', 'S', 'F', '', 0, '2018-12-20 10:42:45'),
(3555, '5c1b725d21f38', 'kimstclaire@gmail.com', 'S', 'F', '', 0, '2018-12-20 10:44:02'),
(3556, '5c1b7379559eb', 'kimstclaire@gmail.com', 'S', 'F', '', 0, '2018-12-20 10:48:24'),
(3557, '5c1b892c4c3df', 'lampis.z@gmail.com', 'S', 'F', '', 0, '2018-12-20 12:20:58'),
(3558, '5c1b8ebfdd897', 'haiglelo1@gmail.com', 'S', 'F', '', 0, '2018-12-20 12:44:47'),
(3559, '5c1b8f7841791', 'badermd@gmail.com', 'S', 'F', '', 0, '2018-12-20 12:48:01'),
(3560, '5c1ba8f337fd1', 'grrlmedic@gmail.com', 'S', 'F', '', 0, '2018-12-20 14:36:34'),
(3561, '5c1baed08b39d', 'dblon12@gmail.com', 'S', 'F', '', 0, '2018-12-20 15:01:34'),
(3562, '5c1be02e728e4', 'sharonbeyler@yahoo.com', 'S', 'F', '', 0, '2018-12-20 18:32:20'),
(3563, '5c1bfdd7ce3d1', 'evabriem.g@gmail.com', 'S', 'F', '', 0, '2018-12-20 20:38:47'),
(3564, '5c1c187c7d8bb', 'karinaortegako@aol.com', 'S', 'F', '', 0, '2018-12-20 22:32:22'),
(3565, '5c1c222bc0e1f', 'shayden649@gmail.com', 'S', 'F', '', 0, '2018-12-20 23:13:41'),
(3566, '5c1c2ef8685f2', 'karinaortegako@aol.com', 'S', 'F', '', 0, '2018-12-21 00:08:23'),
(3567, '5c1c42394ec98', 'noahakaplan@gmail.com', 'S', 'F', '', 0, '2018-12-21 01:30:24'),
(3568, '5c1c78c344af7', 'yexsonventura54@gmail.com', 'S', 'F', '', 0, '2018-12-21 05:23:07'),
(3569, '5c1c7afdbd371', 'cm.esposito@yahoo.com', 'S', 'F', '', 0, '2018-12-21 05:32:45'),
(3570, '5c1c8c65dc3a2', 'keith@btab.co.uk', 'S', 'F', '', 0, '2018-12-21 06:47:01'),
(3571, '5c1cc022a7a3a', 'bocoopermx@gmail.com', 'S', 'F', '', 0, '2018-12-21 10:27:44'),
(3572, '5c1cc3dbed950', 'trovescott@gmail.com', 'S', 'F', '', 0, '2018-12-21 10:43:37'),
(3573, '5c1cc47255bbe', 'samuelitoamato@gmail.com', 'S', 'F', '', 0, '2018-12-21 10:46:07'),
(3574, '5c1cd07d0ac4f', 'bocoopermx@gmail.com', 'S', 'F', '', 0, '2018-12-21 11:37:32'),
(3575, '5c1cd4aaae0cf', 'danalcott@yahoo.com', 'S', 'F', '', 0, '2018-12-21 11:55:21'),
(3576, '5c1ce1f1636dc', 'luckyduck1560@gmail.com', 'S', 'F', '', 0, '2018-12-21 12:51:58'),
(3577, '5c1ce2bd0bdb8', 'haiglelo1@gmail.com', 'S', 'F', '', 0, '2018-12-21 12:55:24'),
(3578, '5c1ce4dac875f', 'jumbocakes@gmail.com', 'S', 'F', '', 0, '2018-12-21 13:04:23'),
(3579, '5c1cfc168dd9b', 'cm.esposito@yahoo.com', 'S', 'F', '', 0, '2018-12-21 14:43:32'),
(3580, '5c1d1766b1660', 'z4myi@yahoo.com', 'S', 'F', '', 0, '2018-12-21 16:40:03'),
(3581, '5c1d3d9f7517b', 'robertlevers@yahoo.com', 'S', 'F', '', 0, '2018-12-21 19:23:10'),
(3582, '5c1d4ee0483ed', 'cathypflugh@yahoo.com', 'S', 'F', '', 0, '2018-12-21 20:36:47'),
(3583, '5c1d60f55511f', 'cathypflugh@yahoo.com', 'S', 'F', '', 0, '2018-12-21 21:53:55'),
(3584, '5c1d682f9695d', 'y.tykhoruk@gmail.com', 'S', 'F', '', 0, '2018-12-21 22:24:46'),
(3585, '5c1d6f536b6fb', 'j.sweeney@southwarkmetal.com', 'S', 'F', '', 0, '2018-12-21 22:55:08'),
(3586, '5c1d7eaa28d65', 'ahumzaj@gmail.com', 'S', 'F', '', 0, '2018-12-22 00:00:34'),
(3587, '5c1d900d49d83', 'andrewford3610@gmail.com', 'S', 'F', '', 0, '2018-12-22 01:14:52'),
(3588, '5c1d9552db271', 'kaysvillesusan@yahoo.com', 'S', 'F', '', 0, '2018-12-22 01:37:15'),
(3589, '5c1d9e890fb09', 'jeanette.espie@gmail.com', 'S', 'F', '', 0, '2018-12-22 02:16:39'),
(3590, '5c1e49e5d5e20', 'cm.esposito@yahoo.com', 'S', 'F', '', 0, '2018-12-22 14:27:49'),
(3591, '5c1e52fe889a5', 'luckyduck1560@gmail.com', 'S', 'F', '', 0, '2018-12-22 15:06:38'),
(3592, '5c1e66364468c', 'devemile@gmail.com', 'S', 'F', '', 0, '2018-12-22 16:28:35'),
(3593, '5c1e6b6c74562', 'gregvv127@gmail.com', 'S', 'F', '', 0, '2018-12-22 16:50:57'),
(3594, '5c1e7cd327203', 'derele420@gmail.com', 'S', 'F', '', 0, '2018-12-22 18:05:06'),
(3595, '5c1fb8ea45bd8', 'levshtr@gmail.com', 'S', 'F', '', 0, '2018-12-23 16:33:43'),
(3596, '5c1fc270f4171', 'tjjacksonsm@gmail.com', 'S', 'F', '', 0, '2018-12-23 17:14:24'),
(3597, '5c1fd4187bc52', 'trovescott@gmail.com', 'S', 'F', '', 0, '2018-12-23 18:29:54'),
(3598, '5c1fd8ffcd5a2', 'gregvv127@gmail.com', 'S', 'F', '', 0, '2018-12-23 18:50:35'),
(3599, '5c1fe68d4e3c4', 'trovescott@gmail.com', 'S', 'F', '', 0, '2018-12-23 19:48:27'),
(3600, '5c1fe8c865769', 'airanmanesh@yahoo.com', 'S', 'F', '', 0, '2018-12-23 19:57:59'),
(3601, '5c202185962db', 'dominic40291@gmail.com', 'S', 'F', '', 0, '2018-12-24 00:00:03'),
(3602, '5c20226712356', 'devemile@gmail.com', 'S', 'F', '', 0, '2018-12-24 00:03:55'),
(3603, '5c20d486cb919', 'kerensegev@gmail.com', 'S', 'F', '', 0, '2018-12-24 12:43:50'),
(3604, '5c2108ea123c1', 'davideitel.medical@gmail.com', 'S', 'F', '', 0, '2018-12-24 16:27:32'),
(3605, '5c21099fd2303', 'andrewford3610@gmail.com', 'S', 'F', '', 0, '2018-12-24 16:30:18'),
(3606, '5c210e9a227b1', 'lewiis4017@yahoo.com', 'S', 'F', '', 0, '2018-12-24 16:51:36'),
(3607, '5c211388426bb', 'jruhman@sbcglobal.net', 'S', 'F', '', 0, '2018-12-24 17:12:36'),
(3608, '5c2113e10d893', 'toxickidzzhd@gmail.com', 'S', 'F', '', 0, '2018-12-24 17:14:04'),
(3609, '5c21177f85b57', 'valeria.germania@gmail.com', 'S', 'F', '', 0, '2018-12-24 17:29:31'),
(3610, '5c211c8cc866a', 'andrewbayda@gmail.com', 'S', 'F', '', 0, '2018-12-24 17:51:02'),
(3611, '5c211d0b15fe3', 'justintmercer@gmail.com', 'S', 'F', '', 0, '2018-12-24 17:53:13'),
(3612, '5c212f80746ad', 'madtwnbmbr@yahoo.com', 'S', 'F', '', 0, '2018-12-24 19:11:54'),
(3613, '5c2142d91b6c6', 'analocklin@sbcglobal.net', 'S', 'F', '', 0, '2018-12-24 20:34:31'),
(3614, '5c2143b7df84e', 'lbsoftstuff@gmail.com', 'S', 'F', '', 0, '2018-12-24 20:38:14'),
(3615, '5c216b8c4e447', 'devemile@gmail.com', 'S', 'F', '', 0, '2018-12-24 23:28:03'),
(3616, '5c217461aeca1', 'mrsshirelle@gmail.com', 'S', 'F', '', 0, '2018-12-25 00:05:52'),
(3617, '5c21777583d79', 'malcolmwlk@yahoo.com', 'S', 'F', '', 0, '2018-12-25 00:18:54'),
(3618, '5c217fed67441', 'andrewford3610@gmail.com', 'S', 'F', '', 0, '2018-12-25 00:55:09'),
(3619, '5c21aaab3b895', 'heidijustin.nelson@gmail.com', 'S', 'F', '', 0, '2018-12-25 03:57:29'),
(3620, '5c21bade52465', 'cheetohead96@gmail.com', 'S', 'F', '', 0, '2018-12-25 05:06:34'),
(3621, '5c21e3634b77f', 'devemile@gmail.com', 'S', 'F', '', 0, '2018-12-25 07:59:25'),
(3622, '5c21e7d7de266', 'jrderuki@gmail.com', 'S', 'F', '', 0, '2018-12-25 08:18:33'),
(3623, '5c222575593f5', 'devemile@gmail.com', 'S', 'F', '', 0, '2018-12-25 12:41:45'),
(3624, '5c222b92438d4', 'shawstein@aol.com', 'S', 'F', '', 0, '2018-12-25 13:07:30'),
(3625, '5c2297150be15', 'kevinnc520@gmail.com', 'S', 'F', '', 0, '2018-12-25 20:46:12'),
(3626, '5c22acb51b811', 'jamaievans@yahoo.com', 'S', 'F', '', 0, '2018-12-25 22:18:29'),
(3627, '5c22bc6775b54', 'cheetohead96@gmail.com', 'S', 'F', '', 0, '2018-12-25 23:25:25'),
(3628, '5c22bf5117897', 'danielle.w.lingle@gmail.com', 'S', 'F', '', 0, '2018-12-25 23:37:53'),
(3629, '5c22ce00dba2d', 'ian.rappleye@gmail.com', 'S', 'F', '', 0, '2018-12-26 00:40:25'),
(3630, '5c22e7afa268b', 'alloyd02@gmail.com', 'S', 'F', '', 0, '2018-12-26 02:30:07'),
(3631, '5c236fbc64795', 'klemphouse@yahoo.com', 'S', 'F', '', 0, '2018-12-26 12:10:35'),
(3632, '5c237671717a7', 'davideitel.medical@gmail.com', 'S', 'F', '', 0, '2018-12-26 12:39:12'),
(3633, '5c2397f42dd5d', 'bamooretr@aol.com', 'S', 'F', '', 0, '2018-12-26 15:02:09'),
(3634, '5c239ffbd5d73', 'contactjasonyoung@gmail.com', 'S', 'F', '', 0, '2018-12-26 15:36:26'),
(3635, '5c23a560580dd', 'jrderuki@gmail.com', 'S', 'F', '', 0, '2018-12-26 15:59:23'),
(3636, '5c23c35b5419f', 'justintmercer@gmail.com', 'S', 'F', '', 0, '2018-12-26 18:07:19'),
(3637, '5c23c7fc33b9b', 'gulatiricha51@yahoo.com', 'S', 'F', '', 0, '2018-12-26 18:27:02'),
(3638, '5c23d0b42142b', 'caesarsman@gmail.com', 'S', 'F', '', 0, '2018-12-26 19:04:16'),
(3639, '5c23f0dac83ea', 'devinohare1@gmail.com', 'S', 'F', '', 0, '2018-12-26 21:21:25'),
(3640, '5c240e22a9fc8', 'tjjacksonsm@gmail.com', 'S', 'F', '', 0, '2018-12-26 23:26:20'),
(3641, '5c24136c20e47', 'mvitale06@gmail.com', 'S', 'F', '', 0, '2018-12-26 23:48:58'),
(3642, '5c241df6788ac', 'davideitel.medical@gmail.com', 'S', 'F', '', 0, '2018-12-27 00:33:50'),
(3643, '5c242f7423671', 'klemphouse@yahoo.com', 'S', 'F', '', 0, '2018-12-27 01:48:44'),
(3644, '5c24342be5c9c', 'megarandommadness@gmail.com', 'S', 'F', '', 0, '2018-12-27 02:08:42'),
(3645, '5c24388912677', 'megarandommadness@gmail.com', 'S', 'F', '', 0, '2018-12-27 02:27:14'),
(3646, '5c244d79e666b', 'tonyissa96@gmail.com', 'S', 'F', '', 0, '2018-12-27 03:56:34'),
(3647, '5c245ef8554b2', 'contactjasonyoung@gmail.com', 'S', 'F', '', 0, '2018-12-27 05:11:18'),
(3648, '5c246aacc8369', 'trovescott@gmail.com', 'S', 'F', '', 0, '2018-12-27 06:01:11'),
(3649, '5c24b0d01a6ad', 'bchen2000us@gmail.com', 'S', 'F', '', 0, '2018-12-27 11:00:29'),
(3650, '5c24c5f9bf18c', 'markas.whitley@gmail.com', 'S', 'F', '', 0, '2018-12-27 12:30:48'),
(3651, '5c24ca2f46fb7', 'markas.whitley@gmail.com', 'S', 'F', '', 0, '2018-12-27 12:48:44'),
(3652, '5c25113fd7915', 'mchew20@yahoo.com', 'S', 'F', '', 0, '2018-12-27 17:51:57'),
(3653, '5c254e5ded40f', 'lynchdavid@aol.com', 'S', 'F', '', 0, '2018-12-27 22:12:44'),
(3654, '5c2550d1d8f6a', 'kriscmonte@yahoo.com', 'S', 'F', '', 0, '2018-12-27 22:23:06'),
(3655, '5c25527f5acd9', 'philipadoran@gmail.com', 'S', 'F', '', 0, '2018-12-27 22:30:15'),
(3656, '5c25850ac189e', 'lennox.allison@gmail.com', 'S', 'F', '', 0, '2018-12-28 02:05:55'),
(3657, '5c25d004356c8', 'daxuiiviss@gmail.com', 'S', 'F', '', 0, '2018-12-28 07:25:58'),
(3658, '5c25f0de790a6', 'christensenfish@gmail.com', 'S', 'F', '', 0, '2018-12-28 09:46:05'),
(3659, '5c25ff9953960', 'valentinearlenekwr@yahoo.com', 'S', 'F', '', 0, '2018-12-28 10:48:56'),
(3660, '5c260254d0db7', 'annu.kostiainen@gmail.com', 'S', 'F', '', 0, '2018-12-28 11:00:34'),
(3661, '5c2605129db5f', 'ludmila108@gmail.com', 'S', 'F', '', 0, '2018-12-28 11:12:16'),
(3662, '5c260d01e28c8', 'cwso@yahoo.com', 'S', 'F', '', 0, '2018-12-28 11:46:09'),
(3663, '5c26148eb385c', 'tjjacksonsm@gmail.com', 'S', 'F', '', 0, '2018-12-28 12:18:21'),
(3664, '5c262a20493b8', 'contactjasonyoung@gmail.com', 'S', 'F', '', 0, '2018-12-28 13:50:22'),
(3665, '5c265589364c0', 'megarandommadness@gmail.com', 'S', 'F', '', 0, '2018-12-28 16:55:34'),
(3666, '5c2666da932e9', 'davideitel.medical@gmail.com', 'S', 'F', '', 0, '2018-12-28 18:09:26'),
(3667, '5c266e61b0b98', 'macgillivary19@gmail.com', 'S', 'F', '', 0, '2018-12-28 18:41:37'),
(3668, '5c26791ebe4f2', 'megarandommadness@gmail.com', 'S', 'F', '', 0, '2018-12-28 19:27:25'),
(3669, '5c26981882f28', 'ronwilborn48@gmail.com', 'S', 'F', '', 0, '2018-12-28 21:39:35'),
(3670, '5c26a51d5e941', 'jmhill904@gmail.com', 'S', 'F', '', 0, '2018-12-28 22:35:04'),
(3671, '5c26b9704f413', 'paristhepeddler@gmail.com', 'S', 'F', '', 0, '2018-12-29 00:01:50'),
(3672, '5c26bea6f1565', 'christian420blazeit@gmail.com', 'S', 'F', '', 0, '2018-12-29 00:24:04'),
(3673, '5c26d6ff8b879', 'justintmercer@gmail.com', 'S', 'F', '', 0, '2018-12-29 02:07:49'),
(3674, '5c26daf726432', 'adriana007ksscruggs@gmail.com', 'S', 'F', '', 0, '2018-12-29 02:24:53'),
(3675, '5c272077b1095', 'bettinawillfly@yahoo.com', 'S', 'F', '', 0, '2018-12-29 07:21:22'),
(3676, '5c2727a24b9c2', 'shaunasmith92@yahoo.com', 'S', 'F', '', 0, '2018-12-29 07:52:03'),
(3677, '5c272d2c097e6', 'glachman9@gmail.com', 'S', 'F', '', 0, '2018-12-29 08:15:33'),
(3678, '5c27441c19180', 'justintmercer@gmail.com', 'S', 'F', '', 0, '2018-12-29 09:53:30'),
(3679, '5c27750bca94c', 'virensarla@gmail.com', 'S', 'F', '', 0, '2018-12-29 13:22:18'),
(3680, '5c27763960aa5', 'josefoswald01@gmx.de', 'S', 'F', '', 0, '2018-12-29 13:27:19'),
(3681, '5c278f2f96415', 'sepris1994@gmail.com', 'S', 'F', '', 0, '2018-12-29 15:13:50'),
(3682, '5c27aaf9622c5', 'pwbabecky@yahoo.com', 'S', 'F', '', 0, '2018-12-29 17:12:25'),
(3683, '5c27ab3dd231e', 'glachman9@gmail.com', 'S', 'F', '', 0, '2018-12-29 17:13:30'),
(3684, '5c27b19fc30a3', 'hiandhowareyoudoing@gmail.com', 'S', 'F', '', 0, '2018-12-29 17:40:44'),
(3685, '5c27fe42b3fd7', 'virensarla@gmail.com', 'S', 'F', '', 0, '2018-12-29 23:07:39'),
(3686, '5c28218d5b2ef', 'andrewford3610@gmail.com', 'S', 'F', '', 0, '2018-12-30 01:38:20'),
(3687, '5c284cd08b215', 'jamaievans@yahoo.com', 'S', 'F', '', 0, '2018-12-30 04:42:54'),
(3688, '5c2857090116b', 'browndawaune95@gmail.com', 'S', 'F', '', 0, '2018-12-30 05:26:30'),
(3689, '5c285c91e448c', 'mvitale06@gmail.com', 'S', 'F', '', 0, '2018-12-30 05:50:07'),
(3690, '5c285e17b6906', 'andrewford3610@gmail.com', 'S', 'F', '', 0, '2018-12-30 05:56:35'),
(3691, '5c28b0a738aa1', 'pokeguys88@gmail.com', 'S', 'F', '', 0, '2018-12-30 11:48:52'),
(3692, '5c28c2986ea5b', 'valeria.germania@gmail.com', 'S', 'F', '', 0, '2018-12-30 13:05:23'),
(3693, '5c28ef44363d5', 'mvitale06@gmail.com', 'S', 'F', '', 0, '2018-12-30 16:16:01'),
(3694, '5c28ef7f0ac60', 'lbsoftstuff@gmail.com', 'S', 'F', '', 0, '2018-12-30 16:16:54'),
(3695, '5c290041864fd', 'derele420@gmail.com', 'S', 'F', '', 0, '2018-12-30 17:28:29'),
(3696, '5c290a1a04b49', 'yubojin1995@gmail.com', 'S', 'F', '', 0, '2018-12-30 18:10:25'),
(3697, '5c290beda68ce', 'belenmarquez31@gmail.com', 'S', 'F', '', 0, '2018-12-30 18:18:17'),
(3698, '5c29434c09b5d', 'kedari.a.matthews@gmail.com', 'S', 'F', '', 0, '2018-12-30 22:14:31'),
(3699, '5c2990cc4afa5', 'trovescott@gmail.com', 'S', 'F', '', 0, '2018-12-31 03:45:11'),
(3700, '5c29a999c797e', 'kay_chino@yahoo.com', 'S', 'F', '', 0, '2018-12-31 05:31:22'),
(3701, '5c29a9e76ae4a', 'mvitale06@gmail.com', 'S', 'F', '', 0, '2018-12-31 05:32:25'),
(3702, '5c29ba9a1629e', 'mvitale06@gmail.com', 'S', 'F', '', 0, '2018-12-31 06:43:39'),
(3703, 'gtbhnursing.com', 'gtbhnursing.com@domstates.su', '', '', 'gtbhnursing.com', 0, '2018-12-31 07:20:58'),
(3704, '5c29e1cec212f', 'rosemary.arrowood@yahoo.com', 'S', 'F', '', 0, '2018-12-31 09:30:53'),
(3705, '5c29ea11c03d7', 'babynou1962@gmail.com', 'S', 'F', '', 0, '2018-12-31 10:06:07'),
(3706, '5c2a5f362dcb6', 'ursula.smalls@yahoo.com', 'S', 'F', '', 0, '2018-12-31 18:26:07'),
(3707, '5c2a639177ed6', 'andrewford3610@gmail.com', 'S', 'F', '', 0, '2018-12-31 18:44:33'),
(3708, '5c2aca807da38', 'raebae55@gmail.com', 'S', 'F', '', 0, '2019-01-01 02:03:42'),
(3709, '5c2af768ee715', 'lbsoftstuff@gmail.com', 'S', 'F', '', 0, '2019-01-01 05:15:12'),
(3710, '5c2b248521267', 'kedari.a.matthews@gmail.com', 'S', 'F', '', 0, '2019-01-01 08:27:47'),
(3711, '5c2b26d83ce13', 'wildcougar1900@yahoo.com', 'S', 'F', '', 0, '2019-01-01 08:37:41'),
(3712, '5c2b53618863c', 'cortb64@yahoo.com', 'S', 'F', '', 0, '2019-01-01 11:47:42'),
(3713, '5c2bcd4a43709', 'bocoopermx@gmail.com', 'S', 'F', '', 0, '2019-01-01 20:27:46'),
(3714, '5c2c2b5078d85', 'bocoopermx@gmail.com', 'S', 'F', '', 0, '2019-01-02 03:08:59'),
(3715, '5c2c4a671d856', 'office@infosrpska.ba', 'S', 'F', '', 0, '2019-01-02 05:21:38'),
(3716, '5c2c5c4cd6c12', 'derele420@gmail.com', 'S', 'F', '', 0, '2019-01-02 06:38:05'),
(3717, '5c2cbe063c65e', 'yubojin1995@gmail.com', 'S', 'F', '', 0, '2019-01-02 13:35:01'),
(3718, '5c2d1cfb35380', 'mvitale06@gmail.com', 'S', 'F', '', 0, '2019-01-02 20:20:09'),
(3719, '5c2d2d736efc6', 'megarandommadness@gmail.com', 'S', 'F', '', 0, '2019-01-02 21:30:26'),
(3720, '5c2d2e9567585', 'dave-falater@amc.mitsuba-gr.com', 'S', 'F', '', 0, '2019-01-02 21:35:15'),
(3721, '5c2d55979dfdf', 'garymediaman@sbcglobal.net', 'S', 'F', '', 0, '2019-01-03 00:21:36'),
(3722, '5c2d6c3821439', 'hypesupreme@yahoo.com', 'S', 'F', '', 0, '2019-01-03 01:58:35'),
(3723, '5c2d7d9e29bb2', 'hoppingus@gmail.com', 'S', 'F', '', 0, '2019-01-03 03:12:28'),
(3724, '5c2d8620c1bc3', 'lbsoftstuff@gmail.com', 'S', 'F', '', 0, '2019-01-03 03:48:37'),
(3725, '5c2da54eef140', 'mfjeso@gmail.com', 'S', 'F', '', 0, '2019-01-03 06:01:46'),
(3726, '5c2db421357b3', 'dawnajbates@gmail.com', 'S', 'F', '', 0, '2019-01-03 07:05:00'),
(3727, '5c2dc502a427b', 'dawnajbates@gmail.com', 'S', 'F', '', 0, '2019-01-03 08:17:04'),
(3728, '5c2df7734c95a', 'kromelyk@yahoo.com', 'S', 'F', '', 0, '2019-01-03 11:52:13'),
(3729, '5c2e0fb38b5e7', 'bdjohnson0524@yahoo.com', 'S', 'F', '', 0, '2019-01-03 13:35:41'),
(3730, '5c2e18891ee8e', 'pazcunce@gmail.com', 'S', 'F', '', 0, '2019-01-03 14:13:24'),
(3731, '5c2e1f4393125', 'tsheffield@mchsi.com', 'S', 'F', '', 0, '2019-01-03 14:42:07'),
(3732, '5c2e2b89dd8dc', 'rschiu@aol.com', 'S', 'F', '', 0, '2019-01-03 15:34:29'),
(3733, '5c2e548c6f3ae', 'jaimin182004.rp@gmail.com', 'S', 'F', '', 0, '2019-01-03 18:29:22'),
(3734, '5c2e67b327c13', 'z4myi2@yahoo.com', 'S', 'F', '', 0, '2019-01-03 19:51:10'),
(3735, '5c2e9985b0212', 'dramaalertads@gmail.com', 'S', 'F', '', 0, '2019-01-03 23:23:40'),
(3736, '5c2eb117d577a', 'derele420@gmail.com', 'S', 'F', '', 0, '2019-01-04 01:04:18'),
(3737, '5c2eba60c9898', 'lisamhill68@gmail.com', 'S', 'F', '', 0, '2019-01-04 01:43:51'),
(3738, '5c2ebed99e908', 'lisamhill68@gmail.com', 'S', 'F', '', 0, '2019-01-04 02:02:52'),
(3739, '5c2f8f0c46dc6', 'powerpopplin87@gmail.com', 'S', 'F', '', 0, '2019-01-04 16:51:20'),
(3740, '5c2fa8ea733f7', 'carina.n.braun@googlemail.com', 'S', 'F', '', 0, '2019-01-04 18:41:44'),
(3741, '5c2fb0429aecb', 'cummingsnadine@aol.com', 'S', 'F', '', 0, '2019-01-04 19:13:02'),
(3742, '5c2fe76ce8c5e', 'pete@greendigital.com', 'S', 'F', '', 0, '2019-01-04 23:08:32'),
(3743, '5c2ff1401ba72', 'msaseward@gmail.com', 'S', 'F', '', 0, '2019-01-04 23:50:22'),
(3744, '5c30456b8ae1e', 'jgkortis@gmail.com', 'S', 'F', '', 0, '2019-01-05 05:49:33'),
(3745, '5c308aa4d7b30', 'kay_chino@yahoo.com', 'S', 'F', '', 0, '2019-01-05 10:44:51'),
(3746, '5c30a7f7acb21', 'chris.d.cowin@gmail.com', 'S', 'F', '', 0, '2019-01-05 12:50:00'),
(3747, '5c30db994b9cb', 'bonzly@aol.com', 'S', 'F', '', 0, '2019-01-05 16:30:16'),
(3748, '5c30e1adcfe18', 'carina.n.braun@gmail.com', 'S', 'F', '', 0, '2019-01-05 16:56:11'),
(3749, '5c30e4d183672', 'retro1516@yahoo.com', 'S', 'F', '', 0, '2019-01-05 17:09:34'),
(3750, '5c30ea7845e7c', 'retro151617@aol.com', 'S', 'F', '', 0, '2019-01-05 17:33:41'),
(3751, '5c311dbf1b711', 'dovigordon@gmail.com', 'S', 'F', '', 0, '2019-01-05 21:12:35'),
(3752, '5c315549a4b1a', 'jordan.watson2@yahoo.com', 'S', 'F', '', 0, '2019-01-06 01:09:28'),
(3753, '5c315773c999f', 'kursedkyuubi@gmail.com', 'S', 'F', '', 0, '2019-01-06 01:18:34'),
(3754, '5c316ed85a546', 'perezrojasmayra@yahoo.com', 'S', 'F', '', 0, '2019-01-06 02:58:30'),
(3755, '5c31d3545dbe4', 'kedari.a.matthews@gmail.com', 'S', 'F', '', 0, '2019-01-06 10:07:41'),
(3756, '5c31d832b19a7', 'wendi.antoun@gmail.com', 'S', 'F', '', 0, '2019-01-06 10:27:57'),
(3757, '5c32237ad2163', 'rolandclaire44@gmail.com', 'S', 'F', '', 0, '2019-01-06 15:49:06'),
(3758, '5c325593d5b0d', 'thegiftedbond@gmail.com', 'S', 'F', '', 0, '2019-01-06 19:22:52'),
(3759, '5c32676d9694e', 'timon.karnezos@gmail.com', 'S', 'F', '', 0, '2019-01-06 20:39:01'),
(3760, '5c327bc7449d2', 'yubojin1995@gmail.com', 'S', 'F', '', 0, '2019-01-06 22:05:51'),
(3761, '5c32e09a7674b', 'gochattercom@gmail.com', 'S', 'F', '', 0, '2019-01-07 05:16:17'),
(3762, '5c33264532b9e', 'lynchdavid@aol.com', 'S', 'F', '', 0, '2019-01-07 10:13:22'),
(3763, '5c334036ead70', 'roelvangeldere@gmail.com', 'S', 'F', '', 0, '2019-01-07 12:04:03'),
(3764, '5c33c0505f3e1', 'branwill3000@yahoo.com', 'S', 'F', '', 0, '2019-01-07 21:10:35'),
(3765, '5c33c51f4bebd', 'daniijoy@aol.com', 'S', 'F', '', 0, '2019-01-07 21:31:06'),
(3766, '5c33f2c7c553f', 'suhioi0220@gmail.com', 'S', 'F', '', 0, '2019-01-08 00:46:00'),
(3767, '5c33f3aca777b', 'pactive2000@yahoo.com', 'S', 'F', '', 0, '2019-01-08 00:49:49'),
(3768, '5c33fb27565a7', 'heididugan1@gmail.com', 'S', 'F', '', 0, '2019-01-08 01:21:40'),
(3769, '5c33fd32c3a2a', 'jgkortis@gmail.com', 'S', 'F', '', 0, '2019-01-08 01:30:22'),
(3770, '5c340fa8b7c01', 'eppslucy@gmail.com', 'S', 'F', '', 0, '2019-01-08 02:49:04'),
(3771, '5c3420f0854fd', 'jgkortis@gmail.com', 'S', 'F', '', 0, '2019-01-08 04:02:56'),
(3772, '5c342b54bb59d', 'amberdowling@gmail.com', 'S', 'F', '', 0, '2019-01-08 04:47:15'),
(3773, '5c343ae00d17e', 'perezrojasmayra@yahoo.com', 'S', 'F', '', 0, '2019-01-08 05:53:36'),
(3774, '5c3447b73a149', 'coroneljoes70@yahoo.com', 'S', 'F', '', 0, '2019-01-08 06:48:21'),
(3775, '5c3448878e26d', 'morris.joelt@gmail.com', 'S', 'F', '', 0, '2019-01-08 06:51:44'),
(3776, '5c344d32103fa', 'tjjacksonsm@gmail.com', 'S', 'F', '', 0, '2019-01-08 07:11:45'),
(3777, '5c346c1d34a90', 'coroneljoes70@yahoo.com', 'S', 'F', '', 0, '2019-01-08 09:23:38'),
(3778, '5c347aa14103f', 'darynmaart@gmail.com', 'S', 'F', '', 0, '2019-01-08 10:25:36'),
(3779, '5c347c2d0a765', 'gwo22956@aol.com', 'S', 'F', '', 0, '2019-01-08 10:32:14'),
(3780, '5c34b795061e5', 'tfinney1106@gmail.com', 'S', 'F', '', 0, '2019-01-08 14:45:37'),
(3781, '5c34bcf528a3c', 'hilda.zado@gmail.com', 'S', 'F', '', 0, '2019-01-08 15:08:45'),
(3782, '5c34cd0208b16', 'dannylu604@gmail.com', 'S', 'F', '', 0, '2019-01-08 16:17:00'),
(3783, '5c34d3a80f0f5', 'thegiftedbond@gmail.com', 'S', 'F', '', 0, '2019-01-08 16:45:26'),
(3784, '5c34d7c1349cd', 'stusdesktop@gmail.com', 'S', 'F', '', 0, '2019-01-08 17:02:52'),
(3785, '5c34ed8f3b20a', 'tfinney1106@gmail.com', 'S', 'F', '', 0, '2019-01-08 18:36:03'),
(3786, '5c34f142a3413', 'jrp3514@gmail.com', 'S', 'F', '', 0, '2019-01-08 18:51:44'),
(3787, '5c3507488d45b', 'info@cgbconcept.com', 'S', 'F', '', 0, '2019-01-08 20:25:42'),
(3788, '5c353108a637a', 'jenniferhess04@yahoo.com', 'S', 'F', '', 0, '2019-01-08 23:23:46'),
(3789, '5c3546032c18f', 'tdascomb@gmail.com', 'S', 'F', '', 0, '2019-01-09 00:53:12'),
(3790, '5c3547728982d', 'vikacherkachick@gmail.com', 'S', 'F', '', 0, '2019-01-09 00:59:28'),
(3791, '5c35bea64b6d4', 'trovescott@gmail.com', 'S', 'F', '', 0, '2019-01-09 09:28:06'),
(3792, '5c35e9da69b4a', 'jeremiahwolfe83@yahoo.com', 'S', 'F', '', 0, '2019-01-09 12:32:23'),
(3793, '5c35f79557a35', 'lauraewolfram@yahoo.com', 'S', 'F', '', 0, '2019-01-09 13:31:01'),
(3794, '5c361d967d3cc', 'liliane.mastrella@gmail.com', 'S', 'F', '', 0, '2019-01-09 16:13:06'),
(3795, '5c363e9cbb1cc', 'badmarshmello2323@gmail.com', 'S', 'F', '', 0, '2019-01-09 18:34:04'),
(3796, '5c36423e0fa7f', 'markb168@yahoo.com', 'S', 'F', '', 0, '2019-01-09 18:49:33'),
(3797, '5c364c1673bdc', 'christy.tepe5@gmail.com', 'S', 'F', '', 0, '2019-01-09 19:31:33'),
(3798, '5c3650a284b1f', 'whitrushing09@gmail.com', 'S', 'F', '', 0, '2019-01-09 19:50:57'),
(3799, '5c365d7a1b555', 'hestro82@gmail.com', 'S', 'F', '', 0, '2019-01-09 20:45:45'),
(3800, '5c367459240b4', 'skygoddess22s@bellsouth.net', 'S', 'F', '', 0, '2019-01-09 22:23:20'),
(3801, '5c3677ce5344e', 'scottglesz@gmail.com', 'S', 'F', '', 0, '2019-01-09 22:38:05'),
(3802, '5c368a3471506', 'vittetoe.andrew@gmail.com', 'S', 'F', '', 0, '2019-01-09 23:56:34'),
(3803, '5c36abee36fed', 'krisethier@gmail.com', 'S', 'F', '', 0, '2019-01-10 02:20:23'),
(3804, '5c36b754a4374', 'rolandclaire44@gmail.com', 'S', 'F', '', 0, '2019-01-10 03:09:06'),
(3805, '5c36e30292ce2', 'sarsar4@yahoo.com', 'S', 'F', '', 0, '2019-01-10 06:15:32'),
(3806, '5c36eccbf2ac6', 'drbirchett@yahoo.com', 'S', 'F', '', 0, '2019-01-10 06:57:10'),
(3807, '5c37100719be8', 'jblinn20@gmail.com', 'S', 'F', '', 0, '2019-01-10 09:27:29'),
(3808, '5c373daa1a3e1', 'erick.foster@yahoo.com', 'S', 'F', '', 0, '2019-01-10 12:42:16'),
(3809, '5c373dba88e10', 'schroermp@gmail.com', 'S', 'F', '', 0, '2019-01-10 12:42:31'),
(3810, '5c374035ea8b4', 'melre1052@gmail.com', 'S', 'F', '', 0, '2019-01-10 12:53:08'),
(3811, '5c37472e70fce', 'rustler.9999@yahoo.com', 'S', 'F', '', 0, '2019-01-10 13:22:50'),
(3812, '5c3751282b432', 'kursedkyuubi@gmail.com', 'S', 'F', '', 0, '2019-01-10 14:05:27'),
(3813, '5c377c0e933f3', 'rkhalliday@newtonmedical.com', 'S', 'F', '', 0, '2019-01-10 17:08:45'),
(3814, '5c37825321af0', 'wolfercat8790@gmail.com', 'S', 'F', '', 0, '2019-01-10 17:35:14'),
(3815, '5c37bfe01e313', 'aixawl@aol.com', 'S', 'F', '', 0, '2019-01-10 21:57:44'),
(3816, '5c37da31a2843', 'lgmyaleg@gmail.com', 'S', 'F', '', 0, '2019-01-10 23:50:07'),
(3817, '5c37da8ae8205', 'emmecarrera@gmail.com', 'S', 'F', '', 0, '2019-01-10 23:51:37'),
(3818, '5c37dd3588dbd', 'lgmyale@gmail.com', 'S', 'F', '', 0, '2019-01-11 00:02:57'),
(3819, '5c37fb8a228d4', 'simhellem@gmail.com', 'S', 'F', '', 0, '2019-01-11 02:12:18'),
(3820, '5c380b70f3684', 'ksaleminik@yahoo.com', 'S', 'F', '', 0, '2019-01-11 03:20:23'),
(3821, '5c3824f281ec8', 'elfrenalvara@gmail.com', 'S', 'F', '', 0, '2019-01-11 05:09:04'),
(3822, '5c385527524c4', 'rinapipes@gmail.com', 'S', 'F', '', 0, '2019-01-11 08:34:40'),
(3823, '5c38697fe6ef9', 'ryleesanten@aol.com', 'S', 'F', '', 0, '2019-01-11 10:01:34'),
(3824, '5c3872d2a5d90', 'rivas.noel@gmail.com', 'S', 'F', '', 0, '2019-01-11 10:41:20'),
(3825, '5c38742a6a773', 'bonzly@aol.com', 'S', 'F', '', 0, '2019-01-11 10:47:05'),
(3826, '5c388ab714dcb', 'foster.kitty@yahoo.com', 'S', 'F', '', 0, '2019-01-11 12:23:20'),
(3827, '5c388b4a09ddb', 'hsuanchihw@gmail.com', 'S', 'F', '', 0, '2019-01-11 12:25:57'),
(3828, '5c388ccabc2f8', 'trovescott@gmail.com', 'S', 'F', '', 0, '2019-01-11 12:32:09'),
(3829, '5c38967eb4cf0', 'keith.meador@gmail.com', 'S', 'F', '', 0, '2019-01-11 13:13:33'),
(3830, '5c38cd23c64a9', 'kainoaaraiza@gmail.com', 'S', 'F', '', 0, '2019-01-11 17:07:02'),
(3831, '5c38cee3251ae', 'dramsden@cfl.rr.com', 'S', 'F', '', 0, '2019-01-11 17:14:07'),
(3832, '5c38edb4ca7a8', 'chenwil91@gmail.com', 'S', 'F', '', 0, '2019-01-11 19:25:40'),
(3833, '5c38fd2074391', 'steveeconnolly@gmail.com', 'S', 'F', '', 0, '2019-01-11 20:31:23'),
(3834, '5c390e0b81143', 'nshadick@gmail.com', 'S', 'F', '', 0, '2019-01-11 21:43:39'),
(3835, '5c39487f2b94e', 'foster.kitty@yahoo.com', 'S', 'F', '', 0, '2019-01-12 01:52:53'),
(3836, '5c397c206e092', 'ohiopm94@gmail.com', 'S', 'F', '', 0, '2019-01-12 05:33:17'),
(3837, '5c39c77056c7b', 'robertofernaine@gmail.com', 'S', 'F', '', 0, '2019-01-12 10:54:47'),
(3838, '5c39d1bea3938', 'cs@aquatech-ind.com', 'S', 'F', '', 0, '2019-01-12 11:38:33'),
(3839, '5c3a0d27b6fcd', 'bds41@yahoo.com', 'S', 'F', '', 0, '2019-01-12 15:52:03'),
(3840, '5c3a1fc0db3fe', 'nittanylionsxx@aol.com', 'S', 'F', '', 0, '2019-01-12 17:11:43'),
(3841, '5c3a3cb7a64b6', 'mikejluedtke@gmail.com', 'S', 'F', '', 0, '2019-01-12 19:14:59'),
(3842, '5c3a4c52ae828', 'kcarpenter234@gmail.com', 'S', 'F', '', 0, '2019-01-12 20:21:34'),
(3843, '5c3a5819eeee4', 'leonardocorso17@gmail.com', 'S', 'F', '', 0, '2019-01-12 21:11:50'),
(3844, '5c3a66e39b725', 'northup333@gmail.com', 'S', 'F', '', 0, '2019-01-12 22:14:55'),
(3845, '5c3a727d27317', 'garth.a.templeman@gmail.com', 'S', 'F', '', 0, '2019-01-12 23:04:23'),
(3846, '5c3a9e0c69957', 'kcarpenter234@gmail.com', 'S', 'F', '', 0, '2019-01-13 02:10:10'),
(3847, '5c3ac722307be', 'dexgriffon@gmail.com', 'S', 'F', '', 0, '2019-01-13 05:05:23'),
(3848, '5c3acc0a64155', 'vinhdt22@gmail.com', 'S', 'F', '', 0, '2019-01-13 05:26:28'),
(3849, '5c3aff09b5683', 'northup333@gmail.com', 'S', 'F', '', 0, '2019-01-13 09:04:09'),
(3850, '5c3b3547ba1c1', 'rainessfamily@aol.com', 'S', 'F', '', 0, '2019-01-13 12:55:45'),
(3851, '5c3b583c5e976', 'scottglesz@gmail.com', 'S', 'F', '', 0, '2019-01-13 15:24:57'),
(3852, '5c3b698a25380', 'whitegeo71@aol.com', 'S', 'F', '', 0, '2019-01-13 16:38:33'),
(3853, '5c3b74ad337ac', 'fiftyonecent1@gmail.com', 'S', 'F', '', 0, '2019-01-13 17:26:01'),
(3854, '5c3b843159f96', 'freddyumar1@gmail.com', 'S', 'F', '', 0, '2019-01-13 18:32:29'),
(3855, '5c3b8f041837a', 'blpmiscstuff@gmail.com', 'S', 'F', '', 0, '2019-01-13 19:18:27'),
(3856, '5c3bb214eb3e0', 'jah606@gmail.com', 'S', 'F', '', 0, '2019-01-13 21:48:03'),
(3857, '5c3bb8c92df4e', 'smit.desai16@gmail.com', 'S', 'F', '', 0, '2019-01-13 22:16:48'),
(3858, '5c3bc19275fd5', 'northup333@gmail.com', 'S', 'F', '', 0, '2019-01-13 22:54:08'),
(3859, '5c3c2e5f0668e', 'vernon2815@gmail.com', 'S', 'F', '', 0, '2019-01-14 06:38:20'),
(3860, '5c3c4741324bb', 'shakim_franks@yahoo.com', 'S', 'F', '', 0, '2019-01-14 08:24:30'),
(3861, '5c3c48af3a5a9', 'smit.desai16@gmail.com', 'S', 'F', '', 0, '2019-01-14 08:30:29'),
(3862, '5c3c52cb097f5', 'mark.yip168@gmail.com', 'S', 'F', '', 0, '2019-01-14 09:13:37'),
(3863, '5c3c5630ba263', 'diegoamaro1@yahoo.com', 'S', 'F', '', 0, '2019-01-14 09:28:13'),
(3864, '5c3c5be32bb90', 'imthehdgamer@gmail.com', 'S', 'F', '', 0, '2019-01-14 09:52:31'),
(3865, '5c3c6ae41952d', 'pigsare299@gmail.com', 'S', 'F', '', 0, '2019-01-14 10:56:30'),
(3866, '5c3c78275a2cc', 'melimarin.melissaaaa@gmail.com', 'S', 'F', '', 0, '2019-01-14 11:53:07'),
(3867, '5c3c78a575b02', 'kensiiii@surewest.net', 'S', 'F', '', 0, '2019-01-14 11:55:13'),
(3868, '5c3c812ab80ee', 'anti-spam@list.alibaba-inc.com', 'S', 'F', '', 0, '2019-01-14 12:31:32'),
(3869, '5c3c8b5deb400', 'anti-spam@list.alibaba-inc.com', 'S', 'F', '', 0, '2019-01-14 13:15:06'),
(3870, '5c3c93572792f', 'scuba.annette@gmail.com', 'S', 'F', '', 0, '2019-01-14 13:49:05'),
(3871, '5c3c9fbb35858', 'buggerflysmama@gmail.com', 'S', 'F', '', 0, '2019-01-14 14:41:55'),
(3872, '5c3ca0237c996', 'buckingham.arthur.tsu@gmail.com', 'S', 'F', '', 0, '2019-01-14 14:43:43'),
(3873, '5c3cb3692e8c1', 'garciavinny371@gmail.com', 'S', 'F', '', 0, '2019-01-14 16:06:13'),
(3874, '5c3cb413b620a', 'nellert3215@gmail.com', 'S', 'F', '', 0, '2019-01-14 16:08:47'),
(3875, '5c3cd0978a1f6', 'dougb@news-banner.com', 'S', 'F', '', 0, '2019-01-14 18:10:35'),
(3876, '5c3cd1dce6a01', 'drbirchett@yahoo.com', 'S', 'F', '', 0, '2019-01-14 18:15:52'),
(3877, '5c3cd966c80f3', 'dema6201@aol.com', 'S', 'F', '', 0, '2019-01-14 18:48:02'),
(3878, '5c3ce9a110f38', 'infamousandbeast@gmail.com', 'S', 'F', '', 0, '2019-01-14 19:57:13'),
(3879, '5c3ceca40b468', 'rsivaraman@gmail.com', 'S', 'F', '', 0, '2019-01-14 20:10:03'),
(3880, '5c3cedea3222b', 'spritexcoke@gmail.com', 'S', 'F', '', 0, '2019-01-14 20:15:30'),
(3881, '5c3cf1adbc520', 'n.nguyen0408@gmail.com', 'S', 'F', '', 0, '2019-01-14 20:31:37'),
(3882, '5c3d0dc3100bc', 'tangopup@gmail.com', 'S', 'F', '', 0, '2019-01-14 22:31:27'),
(3883, '5c3d0e3495ad1', 'bgord19@gmail.com', 'S', 'F', '', 0, '2019-01-14 22:33:15'),
(3884, '5c3d1adae816d', 'kaykalbaugh@gmail.com', 'S', 'F', '', 0, '2019-01-14 23:27:19'),
(3885, '5c3d387874a48', 'nshadick@gmail.com', 'S', 'F', '', 0, '2019-01-15 01:33:40'),
(3886, '5c3d43669dda6', 'brookewalls12@gmail.com', 'S', 'F', '', 0, '2019-01-15 02:20:22'),
(3887, '5c3d439c91cd9', 'joshualgage@gmail.com', 'S', 'F', '', 0, '2019-01-15 02:21:06'),
(3888, '5c3d56875f0a3', 'danieltcobb7@gmail.com', 'S', 'F', '', 0, '2019-01-15 03:41:54'),
(3889, '5c3d5ff46bc96', 'linkinparkdude463@gmail.com', 'S', 'F', '', 0, '2019-01-15 04:22:21'),
(3890, '5c3d676f1b90d', 'jquandt1@comcast.net', 'S', 'F', '', 0, '2019-01-15 04:54:10'),
(3891, '5c3d6e43ddbc3', 'jimmeyers37@yahoo.com', 'S', 'F', '', 0, '2019-01-15 05:23:10'),
(3892, '5c3d76537f0a6', 'gadusek6@gmail.com', 'S', 'F', '', 0, '2019-01-15 05:57:34'),
(3893, '5c3d787abddea', 'middlec88@gmail.com', 'S', 'F', '', 0, '2019-01-15 06:06:44'),
(3894, '5c3d8ff3840d4', 'espiedra@gmail.com', 'S', 'F', '', 0, '2019-01-15 07:46:54'),
(3895, '5c3d9c9aa4bba', 'tangopup@gmail.com', 'S', 'F', '', 0, '2019-01-15 08:40:52'),
(3896, '5c3db4e769610', 'ltfxstrider@gmail.com', 'S', 'F', '', 0, '2019-01-15 10:24:32'),
(3897, '5c3dcfab60508', 'quint.swanson@yahoo.com', 'S', 'F', '', 0, '2019-01-15 12:18:43'),
(3898, '5c3dd919110b2', 'trovescott@gmail.com', 'S', 'F', '', 0, '2019-01-15 12:58:57'),
(3899, '5c3e009124f76', 'hedywasser@aol.com', 'S', 'F', '', 0, '2019-01-15 15:47:18'),
(3900, '5c3e12c7cb5ef', 'tgibbs001@satx.rr.com', 'S', 'F', '', 0, '2019-01-15 17:05:01'),
(3901, '5c3e3445ee4f6', 'jza1994@yahoo.com', 'S', 'F', '', 0, '2019-01-15 19:28:02'),
(3902, '5c3e436a3ed2b', 'chefjvincent@gmail.com', 'S', 'F', '', 0, '2019-01-15 20:32:29'),
(3903, '5c3e52ee89849', 'chilhowie.henderson@chilhowie.org', 'S', 'F', '', 0, '2019-01-15 21:38:46'),
(3904, '5c3e5fbb2a820', 'magnet.king2000@gmail.com', 'S', 'F', '', 0, '2019-01-15 22:33:29'),
(3905, '5c3ea9256ef1a', 'ltracyhawkins@gmail.com', 'S', 'F', '', 0, '2019-01-16 03:46:47'),
(3906, '5c3eacd174807', 'jvukelich@charter.net', 'S', 'F', '', 0, '2019-01-16 04:02:17'),
(3907, '5c3ebfda2dc23', 'troy.t.obrien@gmail.com', 'S', 'F', '', 0, '2019-01-16 05:23:22'),
(3908, '5c3ec0fddd709', 'marajgerardi@gmail.com', 'S', 'F', '', 0, '2019-01-16 05:28:15'),
(3909, '5c3ec8665d019', 'p1cco123@aol.com', 'S', 'F', '', 0, '2019-01-16 05:59:58'),
(3910, '5c3ecc50e893f', 'n.nguyen0408@gmail.com', 'S', 'F', '', 0, '2019-01-16 06:16:41'),
(3911, '5c3efedf12f93', 'joshua.s.pelfrey@gmail.com', 'S', 'F', '', 0, '2019-01-16 09:52:19'),
(3912, '5c3f66393c804', 'barbarag4@yahoo.com', 'S', 'F', '', 0, '2019-01-16 17:13:16'),
(3913, '5c3f72e89fde3', 'kyllian.marechau@gmail.com', 'S', 'F', '', 0, '2019-01-16 18:07:25'),
(3914, '5c3f7e8bb7573', 'muzel@gc.adventist.org', 'S', 'F', '', 0, '2019-01-16 18:57:04'),
(3915, '5c3f8336c09eb', 'ddamarin6@gmail.com', 'S', 'F', '', 0, '2019-01-16 19:16:56'),
(3916, '5c3f976dbead2', 'yunjushin2016@gmail.com', 'S', 'F', '', 0, '2019-01-16 20:43:08'),
(3917, '5c3f98dd0f0b0', 'yunjushin2016@gmail.com', 'S', 'F', '', 0, '2019-01-16 20:49:21'),
(3918, '5c3f9adf7392a', 'arnoldjk2016@gmail.com', 'S', 'F', '', 0, '2019-01-16 20:57:57'),
(3919, '5c3fb4dfd4942', 'torresdavid87@gmail.com', 'S', 'F', '', 0, '2019-01-16 22:48:53'),
(3920, '5c3fb64f403b5', 'ldseger@gmail.com', 'S', 'F', '', 0, '2019-01-16 22:54:58'),
(3921, '5c3fba4cf1de0', 'yosmanyamazon1992@gmail.com', 'S', 'F', '', 0, '2019-01-16 23:11:57'),
(3922, '5c3feff8690d3', 'torresdavid1987@gmail.com', 'S', 'F', '', 0, '2019-01-17 03:01:00'),
(3923, '5c400db087bdf', 'cacalligan22@gmail.com', 'S', 'F', '', 0, '2019-01-17 05:07:50'),
(3924, '5c40137fb3ccd', 'thepornmedia@gmail.com', 'S', 'F', '', 0, '2019-01-17 05:32:36'),
(3925, '5c4031d806cdb', 'debfleming1027@aol.com', 'S', 'F', '', 0, '2019-01-17 07:39:13'),
(3926, '5c404ebaa2024', 'tallgrasshomeinspectors@yahoo.com', 'S', 'F', '', 0, '2019-01-17 09:42:32'),
(3927, '5c406adc3854e', 'vanessa.turcios04@gmail.com', 'S', 'F', '', 0, '2019-01-17 11:42:57'),
(3928, '5c4077bfdea80', 'quint.swanson@yahoo.com', 'S', 'F', '', 0, '2019-01-17 12:37:35'),
(3929, '5c407d3ac97f8', 'keelymilt@gmail.com', 'S', 'F', '', 0, '2019-01-17 13:00:57'),
(3930, '5c408cac4fecc', 'susanecarey7@gmail.com', 'S', 'F', '', 0, '2019-01-17 14:07:09'),
(3931, '5c40968550f4a', 'ccinvestments@gmail.com', 'S', 'F', '', 0, '2019-01-17 14:48:53'),
(3932, '5c40997c84005', 'davideitel.medical@gmail.com', 'S', 'F', '', 0, '2019-01-17 15:01:30'),
(3933, '5c40a3abe10f9', 'katja.pfeiffer1@gmx.de', 'S', 'F', '', 0, '2019-01-17 15:44:59'),
(3934, '5c40a462b433c', 'sandra77029@sbcglobal.net', 'S', 'F', '', 0, '2019-01-17 15:48:01'),
(3935, '5c40a8b8497e3', 'lompocbeans@yahoo.com', 'S', 'F', '', 0, '2019-01-17 16:06:29'),
(3936, '5c40d2555727d', 'austin@sleighsrecreation.ca', 'S', 'F', '', 0, '2019-01-17 19:04:05'),
(3937, '5c40e00d35370', 'n.nguyen0408@gmail.com', 'S', 'F', '', 0, '2019-01-17 20:02:36'),
(3938, '5c40f85724eda', 'jjjosecccastillo@gmail.com', 'S', 'F', '', 0, '2019-01-17 21:46:20'),
(3939, '5c41006e7855a', 'donnilou123@yahoo.co.uk', 'S', 'F', '', 0, '2019-01-17 22:20:39'),
(3940, '5c4135bc53651', 'learnsup@yahoo.com', 'S', 'F', '', 0, '2019-01-18 02:08:02'),
(3941, '5c413be64306a', 'mgbexecconsult@aol.com', 'S', 'F', '', 0, '2019-01-18 02:34:21'),
(3942, '5c414e2622ac7', 'renchongduan@gmail.com', 'S', 'F', '', 0, '2019-01-18 03:52:13'),
(3943, '5c4164101cd91', 'tmv@tamu.edu', 'S', 'F', '', 0, '2019-01-18 05:25:43'),
(3944, '5c4169a02cf34', 'mrbryant2914@gmail.com', 'S', 'F', '', 0, '2019-01-18 05:49:33'),
(3945, '5c417b768eef7', 'danowski24@gmail.com', 'S', 'F', '', 0, '2019-01-18 07:05:33'),
(3946, '5c417b912d611', 'nikkieng978@yahoo.com', 'S', 'F', '', 0, '2019-01-18 07:06:05'),
(3947, '5c41805495429', 'kagerancid@gmail.com', 'S', 'F', '', 0, '2019-01-18 07:26:36'),
(3948, '5c4181ea4091b', 'marie2006.kt.kt@gmail.com', 'S', 'F', '', 0, '2019-01-18 07:33:05'),
(3949, '5c4182a61f340', 'souquet.loic@gmail.com', 'S', 'F', '', 0, '2019-01-18 07:36:18'),
(3950, '5c41998480c6b', 'j.warren@bex.net', 'S', 'F', '', 0, '2019-01-18 09:13:51'),
(3951, '5c419cae80925', 'jgadison16@yahoo.com', 'S', 'F', '', 0, '2019-01-18 09:27:23'),
(3952, '5c41a0f2bfec0', 'drbirchett@yahoo.com', 'S', 'F', '', 0, '2019-01-18 09:45:34'),
(3953, '5c41a1978b944', 'bamin53@yahoo.com', 'S', 'F', '', 0, '2019-01-18 09:48:20'),
(3954, '5c41a8bc922bb', 'theeversons@comcast.net', 'S', 'F', '', 0, '2019-01-18 10:18:49'),
(3955, '5c41c49b52cea', 'bdepottey@gmail.com', 'S', 'F', '', 0, '2019-01-18 12:17:44'),
(3956, '5c41d58e4a374', 'midesug@gmx.de', 'S', 'F', '', 0, '2019-01-18 13:30:01'),
(3957, '5c41d69fada7b', 'planetbull@comcast.net', 'S', 'F', '', 0, '2019-01-18 13:34:36'),
(3958, '5c41dcc58932a', 'landaleterence@aol.com', 'S', 'F', '', 0, '2019-01-18 14:00:49'),
(3959, '5c41f2a512445', 'mfrakes@cox.net', 'S', 'F', '', 0, '2019-01-18 15:34:07'),
(3960, '5c41fb57717e5', 'samchae@gmail.com', 'S', 'F', '', 0, '2019-01-18 16:11:16'),
(3961, '5c4208a96a9d8', 'nealrogol70@gmail.com', 'S', 'F', '', 0, '2019-01-18 17:08:03'),
(3962, '5c426bef69a50', 'john.flood.99@gmail.com', 'S', 'F', '', 0, '2019-01-19 00:11:39'),
(3963, '5c42b0733fa65', 'michaeldespones@yahoo.com', 'S', 'F', '', 0, '2019-01-19 05:03:58'),
(3964, '5c42cbd428cb6', 'sdyches@gmail.com', 'S', 'F', '', 0, '2019-01-19 07:00:46'),
(3965, '5c42df69ed431', 'dbwinter@verizon.net', 'S', 'F', '', 0, '2019-01-19 08:24:18'),
(3966, '5c42f50c0f164', 'bcraigrichmond@gmail.com', 'S', 'F', '', 0, '2019-01-19 09:56:38'),
(3967, '5c4312c8c70fa', 'tobias.lindgren76@gmail.com', 'S', 'F', '', 0, '2019-01-19 12:03:30'),
(3968, '5c43168e23f06', 'tito14112@gmail.com', 'S', 'F', '', 0, '2019-01-19 12:19:33'),
(3969, '5c431e401469a', 'xcrunner3141@gmail.com', 'S', 'F', '', 0, '2019-01-19 12:52:24'),
(3970, '5c4333f7037c2', 'moonstoneinvest@gmail.com', 'S', 'F', '', 0, '2019-01-19 14:25:04'),
(3971, '5c433e02b3025', 'durtandy@yahoo.com', 'S', 'F', '', 0, '2019-01-19 15:07:53'),
(3972, '5c4359c4dd3d6', 'samchae@gmail.com', 'S', 'F', '', 0, '2019-01-19 17:06:21'),
(3973, '5c437da01f411', 'yolajay33@gmail.com', 'S', 'F', '', 0, '2019-01-19 19:39:20'),
(3974, '5c43cc49dd7cc', 'tjp99q@gmail.com', 'S', 'F', '', 0, '2019-01-20 01:14:50'),
(3975, '5c43d5960d25e', 'corderoluimer15@gmail.com', 'S', 'F', '', 0, '2019-01-20 01:54:37'),
(3976, '5c440aa5c51f0', 'dillardsimsjr@yahoo.com', 'S', 'F', '', 0, '2019-01-20 05:41:01'),
(3977, '5c441c318d31b', 'xcrunner3141@gmail.com', 'S', 'F', '', 0, '2019-01-20 06:55:53'),
(3978, '5c44797743aff', 'somethingsomethingnumbersstuff@gmail.com', 'S', 'F', '', 0, '2019-01-20 13:33:49'),
(3979, '5c447d0ad7ffd', 'pivotabledoor@gmail.com', 'S', 'F', '', 0, '2019-01-20 13:49:05'),
(3980, '5c44f4c540ef8', 'tkunitsa@gmail.com', 'S', 'F', '', 0, '2019-01-20 22:19:50'),
(3981, '5c450bc998509', 'mmoon2@gmail.com', 'S', 'F', '', 0, '2019-01-20 23:58:00'),
(3982, '5c45113c068ca', 'stepheph88@gmail.com', 'S', 'F', '', 0, '2019-01-21 00:21:17'),
(3983, '5c451fbef2b71', 'hotlineblingshop@gmail.com', 'S', 'F', '', 0, '2019-01-21 01:23:15'),
(3984, '5c453137c8304', 'scottglesz@gmail.com', 'S', 'F', '', 0, '2019-01-21 02:37:43'),
(3985, '5c45573a09df0', 'iiircusfreak@gmail.com', 'S', 'F', '', 0, '2019-01-21 05:19:53'),
(3986, '5c456613a3fb8', 'djromello@gmail.com', 'S', 'F', '', 0, '2019-01-21 06:26:18'),
(3987, '5c456d55e32cb', 'tkunitsa@gmail.com', 'S', 'F', '', 0, '2019-01-21 06:57:27'),
(3988, '5c457b1356475', '11dstrings@gmail.com', 'S', 'F', '', 0, '2019-01-21 07:56:01'),
(3989, '5c459f7842f3f', 'scottglesz@gmail.com', 'S', 'F', '', 0, '2019-01-21 10:31:19'),
(3990, '5c45a72fb2ddb', 'darthbraxis@gmail.com', 'S', 'F', '', 0, '2019-01-21 11:04:15'),
(3991, '5c45b24d519ce', 'linciyun@gmail.com', 'S', 'F', '', 0, '2019-01-21 11:51:38'),
(3992, '5c45c7e8597d8', 'steveblanchettepaypal@gmail.com', 'S', 'F', '', 0, '2019-01-21 13:23:49');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(3993, '5c462fc21f9ca', 'danielleyoung302419@gmail.com', 'S', 'F', '', 0, '2019-01-21 20:46:56'),
(3994, '5c463b9fdb331', 'mschaer@freenet.de', 'S', 'F', '', 0, '2019-01-21 21:37:35'),
(3995, '5c4649fd6c4ec', 'cllr.james.bacon@hastings.gov.uk', 'S', 'F', '', 0, '2019-01-21 22:38:47'),
(3996, '5c464e252eced', 'myles7183@gmail.com', 'S', 'F', '', 0, '2019-01-21 22:56:36'),
(3997, '5c46517213928', 'prf111@yahoo.com', 'S', 'F', '', 0, '2019-01-21 23:10:35'),
(3998, '5c467c48716de', 'gonzalezmarlon1995@gmail.com', 'S', 'F', '', 0, '2019-01-22 02:13:22'),
(3999, '5c46a532991b0', 'kjteng19@gmail.com', 'S', 'F', '', 0, '2019-01-22 05:08:04'),
(4000, '5c46d23db0682', 'support@modafinilbulgaria.com', 'S', 'F', '', 0, '2019-01-22 08:20:07'),
(4001, '5c46fdfbac915', 'xcrunner3141@gmail.com', 'S', 'F', '', 0, '2019-01-22 11:26:50'),
(4002, '5c4712cc2534f', 'linciyun@gmail.com', 'S', 'F', '', 0, '2019-01-22 12:55:38'),
(4003, '5c471852cc9d3', 'michaeldespones@yahoo.com', 'S', 'F', '', 0, '2019-01-22 13:19:12'),
(4004, '5c4750f94903a', 'mmoon2@gmail.com', 'S', 'F', '', 0, '2019-01-22 17:20:55'),
(4005, '5c475ad4c956d', 'asim.srivastava@gmail.com', 'S', 'F', '', 0, '2019-01-22 18:02:59'),
(4006, '5c479320e03ba', 'sdavis1951@gmail.com', 'S', 'F', '', 0, '2019-01-22 22:03:10'),
(4007, '5c47a3743e011', 'bhendricksen@co.rock-island.il.us', 'S', 'F', '', 0, '2019-01-22 23:12:46'),
(4008, '5c47cf4a4012b', 'amanadee2004@yahoo.com', 'S', 'F', '', 0, '2019-01-23 02:19:47'),
(4009, '5c47d7e15c92d', 'bandfag2007@yahoo.com', 'S', 'F', '', 0, '2019-01-23 02:56:23'),
(4010, '5c47de5b2f1c5', 'bamin53@yahoo.com', 'S', 'F', '', 0, '2019-01-23 03:24:08'),
(4011, '5c47defa176bb', 'wrobmills@gmail.com', 'S', 'F', '', 0, '2019-01-23 03:26:46'),
(4012, '5c47f78558a6c', 'mom1604@gmail.com', 'S', 'F', '', 0, '2019-01-23 05:11:21'),
(4013, '5c47fbd9e87e9', 'banker.man.cf@gmail.com', 'S', 'F', '', 0, '2019-01-23 05:29:53'),
(4014, '5c480450da7f3', 'tjp99q@gmail.com', 'S', 'F', '', 0, '2019-01-23 06:06:10'),
(4015, '5c481453cff92', 'mom1604@gmail.com', 'S', 'F', '', 0, '2019-01-23 07:14:23'),
(4016, '5c486e4c9f846', 'amanadee2004@yahoo.com', 'S', 'F', '', 0, '2019-01-23 13:38:18'),
(4017, '5c4871d40a4ad', 'susieq_stang@yahoo.com', 'S', 'F', '', 0, '2019-01-23 13:53:21'),
(4018, '5c48893814140', 'zpcherry_1@yahoo.com', 'S', 'F', '', 0, '2019-01-23 15:33:11'),
(4019, '5c48901fe47a0', 'doriscminor@gmail.com', 'S', 'F', '', 0, '2019-01-23 16:02:39'),
(4020, '5c48a3e58415b', 'tjp99q@gmail.com', 'S', 'F', '', 0, '2019-01-23 17:27:00'),
(4021, '5c48b26d11136', 'ecueto@nyc.rr.com', 'S', 'F', '', 0, '2019-01-23 18:28:57'),
(4022, '5c48c65c118d0', 'hermanj1967@gmail.com', 'S', 'F', '', 0, '2019-01-23 19:53:59'),
(4023, '5c48ef98a4d34', 'sweber@cor.ca', 'S', 'F', '', 0, '2019-01-23 22:49:58'),
(4024, '5c48f09e8ef2f', 'talk2cory@yahoo.com', 'S', 'F', '', 0, '2019-01-23 22:54:22'),
(4025, '5c48f9500e3a7', 'justkeeplying@gmail.com', 'S', 'F', '', 0, '2019-01-23 23:31:26'),
(4026, '5c4905e278d35', 'sgtkewills@gmail.com', 'S', 'F', '', 0, '2019-01-24 00:25:00'),
(4027, '5c4916b12cf2e', '333dub@gmail.com', 'S', 'F', '', 0, '2019-01-24 01:36:48'),
(4028, '5c494b0c14f5d', 'h3aslip@gmail.com', 'S', 'F', '', 0, '2019-01-24 05:20:04'),
(4029, '5c494d1587cf5', 'rlfldf@gmail.com', 'S', 'F', '', 0, '2019-01-24 05:28:46'),
(4030, '5c49c5ebe1a7e', 'cryptohackers@gmail.com', 'S', 'F', '', 0, '2019-01-24 14:04:24'),
(4031, '5c4a1c8fc82bc', 'cryptohackers@gmail.com', 'S', 'F', '', 0, '2019-01-24 20:13:59'),
(4032, '5c4a3d14e64bb', 'hbeck585@yahoo.com', 'S', 'F', '', 0, '2019-01-24 22:32:43'),
(4033, '5c4aa8e55d214', 'cindychapman2002@yahoo.com', 'S', 'F', '', 0, '2019-01-25 06:12:54'),
(4034, '5c4ab1df6948c', 'simonsteeber@gmail.com', 'S', 'F', '', 0, '2019-01-25 06:51:13'),
(4035, '5c4b01472399b', 'clkerschner@gmail.com', 'S', 'F', '', 0, '2019-01-25 12:29:59'),
(4036, '5c4b409209eea', 'cmadden@recochem.com', 'S', 'F', '', 0, '2019-01-25 17:00:01'),
(4037, '5c4b573590081', 'darenthomas1@yahoo.com', 'S', 'F', '', 0, '2019-01-25 18:36:34'),
(4038, '5c4b61bd174db', 'mollyjoy12@gmail.com', 'S', 'F', '', 0, '2019-01-25 19:21:32'),
(4039, '5c4bb8921cfe3', 'tom@rkleinassoc.com', 'S', 'F', '', 0, '2019-01-26 01:32:00'),
(4040, '5c4bcd289dacf', 'traji1999@gmail.com', 'S', 'F', '', 0, '2019-01-26 02:59:50'),
(4041, '5c4c3c8b64d70', 'mab49311@gmail.com', 'S', 'F', '', 0, '2019-01-26 10:55:01'),
(4042, '5c4c589039121', 'olyasharij@gmail.com', 'S', 'F', '', 0, '2019-01-26 12:54:36'),
(4043, '5c4c5ae7a457b', 'jsyul201@gmail.com', 'S', 'F', '', 0, '2019-01-26 13:04:35'),
(4044, '5c4cc5de446f6', 'akuchinsky@gmail.com', 'S', 'F', '', 0, '2019-01-26 20:40:57'),
(4045, '5c4ce683e0d87', 'piazzatarotart@gmail.com', 'S', 'F', '', 0, '2019-01-26 22:56:46'),
(4046, '5c4dd61b9f02f', 'sharijnet2016@gmail.com', 'S', 'F', '', 0, '2019-01-27 16:02:32'),
(4047, '5c4de417497c3', 'jessiehoyt2019@gmail.com', 'S', 'F', '', 0, '2019-01-27 17:02:16'),
(4048, '5c4dfffbb02b6', 'itsme6673@aol.com', 'S', 'F', '', 0, '2019-01-27 19:01:15'),
(4049, '5c4ee68a9ce5e', 'munoz034@gmail.com', 'S', 'F', '', 0, '2019-01-28 11:21:26'),
(4050, '5c4f20744801c', 'stmary40@aol.com', 'S', 'F', '', 0, '2019-01-28 15:28:29'),
(4051, '5c4f21203a105', 'johnnysimp8@gmail.com', 'S', 'F', '', 0, '2019-01-28 15:34:53'),
(4052, '5c4f215791728', 'kellbell_65@yahoo.com', 'S', 'F', '', 0, '2019-01-28 15:35:48'),
(4053, '5c4f2b337deac', 'traji1999@gmail.com', 'S', 'F', '', 0, '2019-01-28 16:17:52'),
(4054, '5c4f463dcc230', 'vladigusar@gmail.com', 'S', 'F', '', 0, '2019-01-28 18:13:17'),
(4055, '5c4f59a70a7a6', 'djalexda@gmail.com', 'S', 'F', '', 0, '2019-01-28 19:36:07'),
(4056, '5c4f5a994e3eb', 'suznakamura@gmail.com', 'S', 'F', '', 0, '2019-01-28 19:40:10'),
(4057, '5c4f7e25ecdc8', 'mirandasova@gmail.com', 'S', 'F', '', 0, '2019-01-28 22:11:49'),
(4058, '5c4f7f5f0fc49', 'rdokter@mcsnet.ca', 'S', 'F', '', 0, '2019-01-28 22:17:02'),
(4059, '5c4f83b265223', 'jstika@pierceytoyota.com', 'S', 'F', '', 0, '2019-01-28 22:35:24'),
(4060, '5c4f918a6b405', 'scramjet81@yahoo.com', 'S', 'F', '', 0, '2019-01-28 23:34:27'),
(4061, '5c4fa7477d4d6', 'paul@iconix.biz', 'S', 'F', '', 0, '2019-01-29 01:07:13'),
(4062, '5c4fe6bf22b21', 'arstewart1@comcast.net', 'S', 'F', '', 0, '2019-01-29 05:38:07'),
(4063, '5c4fe7cf907ec', 'naj9999@gmail.com', 'S', 'F', '', 0, '2019-01-29 05:42:38'),
(4064, '5c4ffd60e31f7', 'naj9999@gmail.com', 'S', 'F', '', 0, '2019-01-29 07:14:38'),
(4065, '5c50157d1fbb9', 'justin.chere@yahoo.com', 'S', 'F', '', 0, '2019-01-29 08:57:29'),
(4066, '5c50449c7331f', 'finntara@yahoo.com', 'S', 'F', '', 0, '2019-01-29 12:18:33'),
(4067, '5c505cbf9c39f', 'rdonova4@yahoo.com', 'S', 'F', '', 0, '2019-01-29 14:01:33'),
(4068, '5c5091b922bac', 'traji1999@gmail.com', 'S', 'F', '', 0, '2019-01-29 17:47:37'),
(4069, '5c50af3013904', 'patrickwarner@gmail.com', 'S', 'F', '', 0, '2019-01-29 19:53:21'),
(4070, '5c50fb8b65d30', 'tharcher@syr.edu', 'S', 'F', '', 0, '2019-01-30 01:19:02'),
(4071, '5c50fd93aa1f3', 'tcam39@aol.com', 'S', 'F', '', 0, '2019-01-30 01:27:47'),
(4072, '5c5115a449209', 'valliam89@yahoo.com', 'S', 'F', '', 0, '2019-01-30 03:10:26'),
(4073, '5c511a363d16b', 'dwnthmdl@yahoo.com', 'S', 'F', '', 0, '2019-01-30 03:29:49'),
(4074, '5c515bc66c728', 'davideitel.medical@gmail.com', 'S', 'F', '', 0, '2019-01-30 08:09:38'),
(4075, '5c516805c7bd1', 'lililovei@gmail.com', 'S', 'F', '', 0, '2019-01-30 09:01:55'),
(4076, '5c517d840be71', 'michaeldespones@yahoo.com', 'S', 'F', '', 0, '2019-01-30 10:33:37'),
(4077, '5c517dedcf753', 'phuongchi93@yahoo.com', 'S', 'F', '', 0, '2019-01-30 10:35:22'),
(4078, '5c518baa6a3c6', 's2heard@att.net', 'S', 'F', '', 0, '2019-01-30 11:34:00'),
(4079, '5c5193b65caa3', 'stmary40@aol.com', 'S', 'F', '', 0, '2019-01-30 12:08:18'),
(4080, '5c51cc5a74e5d', 'stmary40@aol.com', 'S', 'F', '', 0, '2019-01-30 16:10:03'),
(4081, '5c51d32b3a17b', 'sbach@jnf.org', 'S', 'F', '', 0, '2019-01-30 16:39:05'),
(4082, '5c51d90a8f2b9', 'carmen.mckever13@gmail.com', 'S', 'F', '', 0, '2019-01-30 17:04:11'),
(4083, '5c51dd5e14293', 'fredyrs02@gmail.com', 'S', 'F', '', 0, '2019-01-30 17:22:39'),
(4084, '5c51f12c4cfac', 'ant73046@gmail.com', 'S', 'F', '', 0, '2019-01-30 18:47:05'),
(4085, '5c52028d92f3d', 'mwagner@wzcpafirm.com', 'S', 'F', '', 0, '2019-01-30 20:01:12'),
(4086, '5c5216fd6e3da', 'wenpapa15@gmail.com', 'S', 'F', '', 0, '2019-01-30 21:28:29'),
(4087, '5c5226683c8ef', 'villageinscriber@aol.com', 'S', 'F', '', 0, '2019-01-30 22:34:09'),
(4088, '5c52297f93fef', 'dwnolt@gmail.com', 'S', 'F', '', 0, '2019-01-30 22:47:23'),
(4089, '5c52341c3d25a', 'tyreetessa@gmail.com', 'S', 'F', '', 0, '2019-01-30 23:32:45'),
(4090, '5c523c82c24a7', 'richardyau@shaw.ca', 'S', 'F', '', 0, '2019-01-31 00:08:31'),
(4091, '5c527546505f5', 'erictvly@yahoo.com', 'S', 'F', '', 0, '2019-01-31 04:10:36'),
(4092, '5c5284a44773f', 'jpascarelli@yahoo.com', 'S', 'F', '', 0, '2019-01-31 05:16:19'),
(4093, '5c52885342b65', 'jasonward313@gmail.com', 'S', 'F', '', 0, '2019-01-31 05:32:03'),
(4094, '5c5290ce83420', 'jasonward313@gmail.com', 'S', 'F', '', 0, '2019-01-31 06:08:12'),
(4095, '5c52c08f4c05d', 'wandering1@aol.com', 'S', 'F', '', 0, '2019-01-31 09:31:57'),
(4096, '5c52e0ec7ca68', 'jessereed153@yahoo.com', 'S', 'F', '', 0, '2019-01-31 11:50:07'),
(4097, '5c52ef0ce5b58', 'sta0815@gmail.com', 'S', 'F', '', 0, '2019-01-31 12:50:19'),
(4098, '5c52ff09202e2', 'sidsutherland@comcast.net', 'S', 'F', '', 0, '2019-01-31 13:58:31'),
(4099, '5c53032cb7fbc', 'cruzphoto@yahoo.com', 'S', 'F', '', 0, '2019-01-31 14:16:11'),
(4100, '5c530ea8e391a', 'sta0815@gmail.com', 'S', 'F', '', 0, '2019-01-31 15:05:11'),
(4101, '5c53182cbf455', 'michaelpoitras@bellnet.ca', 'S', 'F', '', 0, '2019-01-31 15:45:49'),
(4102, '5c5321118e12e', 'kkays2@gmail.com', 'S', 'F', '', 0, '2019-01-31 16:23:46'),
(4103, '5c532b954a855', 'christopherneallam@yahoo.com', 'S', 'F', '', 0, '2019-01-31 17:08:35'),
(4104, '5c5369a4aaa11', 'jareds@pierceytoyota.com', 'S', 'F', '', 0, '2019-01-31 21:33:25'),
(4105, '5c538a784a3ea', 'orlinromero@aol.com', 'S', 'F', '', 0, '2019-01-31 23:53:24'),
(4106, '5c538f03cdc14', 'amiparikh@yahoo.com', 'S', 'F', '', 0, '2019-02-01 00:12:51'),
(4107, '5c539b515d058', 'jareds@pierceytoyota.com', 'S', 'F', '', 0, '2019-02-01 01:05:16'),
(4108, '5c53cb174c2ee', 'safe150@gmail.com', 'S', 'F', '', 0, '2019-02-01 04:29:09'),
(4109, '5c53efdd04cb8', 'benp28@yahoo.com', 'S', 'F', '', 0, '2019-02-01 07:05:59'),
(4110, '5c54765d6b126', 'r7demon@gmail.com', 'S', 'F', '', 0, '2019-02-01 16:39:58'),
(4111, '5c5479b72f4e6', 'testflood123@gmail.com', 'S', 'F', '', 0, '2019-02-01 16:54:13'),
(4112, '5c54aa3a6c6d6', 'l.shepherd@yahoo.com', 'S', 'F', '', 0, '2019-02-01 20:21:16'),
(4113, '5c54ad8762393', 'kbjones2218@gmail.com', 'S', 'F', '', 0, '2019-02-01 20:35:19'),
(4114, '5c54bcd655124', 'iknslu@yahoo.com', 'S', 'F', '', 0, '2019-02-01 21:40:31'),
(4115, '5c54d10ca1484', 'brentghampton@gmail.com', 'S', 'F', '', 0, '2019-02-01 23:06:49'),
(4116, '5c54f38998565', 'sammantha775@gmail.com', 'S', 'F', '', 0, '2019-02-02 01:34:01'),
(4117, '5c54f7b6d2a6f', 'yourmarketingbrain@yahoo.com', 'S', 'F', '', 0, '2019-02-02 01:51:51'),
(4118, '5c5507405c3a6', 'certeez@yahoo.com', 'S', 'F', '', 0, '2019-02-02 02:58:09'),
(4119, '5c55442c8e633', 'sdwinarski@aol.com', 'S', 'F', '', 0, '2019-02-02 07:18:02'),
(4120, '5c554b00383d2', 'creeperman244272@gmail.com', 'S', 'F', '', 0, '2019-02-02 07:47:09'),
(4121, '5c5568f0878f7', 'creeperman244272@gmail.com', 'S', 'F', '', 0, '2019-02-02 09:54:54'),
(4122, '5c55f0fc4a1cb', 'patrickstrimple@gmail.com', 'S', 'F', '', 0, '2019-02-02 19:35:19'),
(4123, '5c56ad6f7b380', 'nolanvannoy@gmail.com', 'S', 'F', '', 0, '2019-02-03 08:59:27'),
(4124, '5c570956ee6e2', 'chengwaxiong@gmail.com', 'S', 'F', '', 0, '2019-02-03 15:31:36'),
(4125, '5c57662baa2a6', 'support@mdrnusa.com', 'S', 'F', '', 0, '2019-02-03 22:07:36'),
(4126, '5c576ef8d9b22', 'jkspiller@gmail.com', 'S', 'F', '', 0, '2019-02-03 22:45:08'),
(4127, '5c582256ae5b5', 'abratton01@yahoo.com', 'S', 'F', '', 0, '2019-02-04 11:30:26'),
(4128, '5c5831aa3c69e', 'edward.barrett@yahoo.com', 'S', 'F', '', 0, '2019-02-04 12:35:50'),
(4129, '5c5839c6f38cc', 'jacquelinehalina@gmail.com', 'S', 'F', '', 0, '2019-02-04 13:10:26'),
(4130, '5c5844ed53ade', 'tobey4some@yahoo.com', 'S', 'F', '', 0, '2019-02-04 13:58:01'),
(4131, '5c5844f746508', 'esicard12@gmail.com', 'S', 'F', '', 0, '2019-02-04 13:58:11'),
(4132, '5c585ab426e03', 'adam_rundell@yahoo.com', 'S', 'F', '', 0, '2019-02-04 15:31:01'),
(4133, '5c586eac5c43d', 'bmutterfly@aol.com', 'S', 'F', '', 0, '2019-02-04 16:56:08'),
(4134, '5c588ae222a23', 'panda.kumi123@gmail.com', 'S', 'F', '', 0, '2019-02-04 18:56:34'),
(4135, '5c58a1b32c0ed', 'kenziemichaels@gmail.com', 'S', 'F', '', 0, '2019-02-04 20:33:55'),
(4136, '5c58ab4ebcc5d', 'skydancer1060@yahoo.com', 'S', 'F', '', 0, '2019-02-04 21:14:50'),
(4137, '5c58b023d5fbc', 'bcrews@gmail.com', 'S', 'F', '', 0, '2019-02-04 21:35:32'),
(4138, '5c58e4709312e', 'aucoin.md@gmail.com', 'S', 'F', '', 0, '2019-02-05 01:18:33'),
(4139, '5c5903a48546d', 'lburke0413@aol.com', 'S', 'F', '', 0, '2019-02-05 03:31:42'),
(4140, '5c5930cfc3097', 'panda.kumi123@gmail.com', 'S', 'F', '', 0, '2019-02-05 06:44:29'),
(4141, '5c593218a98fd', 'scaritual@gmail.com', 'S', 'F', '', 0, '2019-02-05 06:49:58'),
(4142, '5c59852162ac0', 'krisbrooks1984@gmail.com', 'S', 'F', '', 0, '2019-02-05 12:44:12'),
(4143, '5c59a6d54d079', 'lisa.west.hudd@gmail.com', 'S', 'F', '', 0, '2019-02-05 15:08:03'),
(4144, '5c59bc909cab8', 'e.francisfrost@gmail.com', 'S', 'F', '', 0, '2019-02-05 16:40:47'),
(4145, '5c59c235d4211', 'alexmosspro@gmail.com', 'S', 'F', '', 0, '2019-02-05 17:04:49'),
(4146, '5c59d1b56226c', 'phanchanlee@gmail.com', 'S', 'F', '', 0, '2019-02-05 18:10:58'),
(4147, '5c59d1eae652b', 'l.shepherd@yahoo.com', 'S', 'F', '', 0, '2019-02-05 18:11:54'),
(4148, '5c59daf4abc05', 'newborn666@yahoo.com', 'S', 'F', '', 0, '2019-02-05 18:50:23'),
(4149, '5c59f6df4588b', 'lburke0413@aol.com', 'S', 'F', '', 0, '2019-02-05 20:49:35'),
(4150, '5c59f7e51b2a3', 'killerwill123@gmail.com', 'S', 'F', '', 0, '2019-02-05 20:53:52'),
(4151, '5c5a0fff8b99a', 'woodwxs@aol.com', 'S', 'F', '', 0, '2019-02-05 22:36:41'),
(4152, '5c5a21a7c83a6', 'citizen.charles@gmail.com', 'S', 'F', '', 0, '2019-02-05 23:52:00'),
(4153, '5c5a2b9b272f8', 'aucoin.md@gmail.com', 'S', 'F', '', 0, '2019-02-06 00:34:34'),
(4154, '5c5a37c7b350f', 'venky143341@gmail.com', 'S', 'F', '', 0, '2019-02-06 01:26:24'),
(4155, '5c5a5e1b5f0df', 'paul.tyler.jones@gmail.com', 'S', 'F', '', 0, '2019-02-06 04:09:55'),
(4156, '5c5a5e29319c1', 'redcarney@aol.com', 'S', 'F', '', 0, '2019-02-06 04:10:15'),
(4157, '5c5a674f2aca3', 'maya402@verizon.net', 'S', 'F', '', 0, '2019-02-06 04:49:12'),
(4158, '5c5aa70560b19', 'alexmosspro@gmail.com', 'S', 'F', '', 0, '2019-02-06 09:21:06'),
(4159, '5c5af23a27cdc', 'delhia_faye@yahoo.com', 'S', 'F', '', 0, '2019-02-06 14:41:56'),
(4160, '5c5af2914ebb4', 'xxrodneycombsxx@aol.com', 'S', 'F', '', 0, '2019-02-06 14:43:27'),
(4161, '5c5b04240c46d', 'e.francisfrost@gmail.com', 'S', 'F', '', 0, '2019-02-06 15:58:28'),
(4162, '5c5b29735d07c', 'dave_dee_gallery@yahoo.com', 'S', 'F', '', 0, '2019-02-06 18:37:38'),
(4163, '5c5b6e79661fe', 'office@nardoassoc.com', 'S', 'F', '', 0, '2019-02-06 23:32:05'),
(4164, '5c5b74104f0d0', 'hthorn5050@gmail.com', 'S', 'F', '', 0, '2019-02-06 23:56:01'),
(4165, '5c5b7930a7d74', 'hashiali309@gmail.com', 'S', 'F', '', 0, '2019-02-07 00:17:52'),
(4166, '5c5ba4f152c58', 'bobake22@gmail.com', 'S', 'F', '', 0, '2019-02-07 03:24:31'),
(4167, '5c5bad105d412', 'ljfrench6@gmail.com', 'S', 'F', '', 0, '2019-02-07 03:59:10'),
(4168, '5c5be0cad3d83', 'scott.peterson@backergroup.com', 'S', 'F', '', 0, '2019-02-07 07:39:54'),
(4169, '5c5bea74a65e7', 'r.corrigan@aol.com', 'S', 'F', '', 0, '2019-02-07 08:21:05'),
(4170, '5c5c03c9686b7', 'ncscreenwriter@yahoo.com', 'S', 'F', '', 0, '2019-02-07 10:09:11'),
(4171, '5c5c12a3da098', 'semplephoto@yahoo.com', 'S', 'F', '', 0, '2019-02-07 11:12:33'),
(4172, '5c5c15aa89096', 'debra.hutchins.duncan@gmail.com', 'S', 'F', '', 0, '2019-02-07 11:25:27'),
(4173, '5c5c20ca3242a', 'mikealongi@me.com', 'S', 'F', '', 0, '2019-02-07 12:12:55'),
(4174, '5c5c795172262', 'clbare@windstream.net', 'S', 'F', '', 0, '2019-02-07 18:30:37'),
(4175, '5c5c883336489', 'ig7735live@gmail.com', 'S', 'F', '', 0, '2019-02-07 19:34:08'),
(4176, '5c5c8c0d94e6d', 'jttvlak@q.com', 'S', 'F', '', 0, '2019-02-07 19:50:34'),
(4177, '5c5c93581bbb2', 'lisa.fujita@gmail.com', 'S', 'F', '', 0, '2019-02-07 20:21:39'),
(4178, '5c5cbad8970ea', 'mindwrench@gmail.com', 'S', 'F', '', 0, '2019-02-07 23:10:13'),
(4179, '5c5cd6cddf15e', 'debra.hutchins.duncan@gmail.com', 'S', 'F', '', 0, '2019-02-08 01:09:29'),
(4180, '5c5ce6dd6597f', 'cmjames87@gmail.com', 'S', 'F', '', 0, '2019-02-08 02:18:06'),
(4181, '5c5cf14dcccf0', 'hcidustfre@aol.com', 'S', 'F', '', 0, '2019-02-08 03:02:34'),
(4182, '5c5d25dee1176', 'hexhueinc@gmail.com', 'S', 'F', '', 0, '2019-02-08 06:46:53'),
(4183, '5c5d3aaada5a9', 'cesukenick@aol.com', 'S', 'F', '', 0, '2019-02-08 08:15:37'),
(4184, '5c5d9ad99e8dc', 'hcidustfre@aol.com', 'S', 'F', '', 0, '2019-02-08 15:05:58'),
(4185, '5c5dd2b7b2eb5', 'daria.avant@gmail.com', 'S', 'F', '', 0, '2019-02-08 19:04:24'),
(4186, '5c5dddf290baa', 'roberto.santilli@exequipment.com', 'S', 'F', '', 0, '2019-02-08 19:52:14'),
(4187, '5c5dde0d3167f', 'jaimehiltbold@yahoo.com', 'S', 'F', '', 0, '2019-02-08 19:52:44'),
(4188, '5c5ddfbcd106d', 'markftpc@aol.com', 'S', 'F', '', 0, '2019-02-08 19:59:53'),
(4189, '5c5de79aab84e', 'jordanmichael3909@gmail.com', 'S', 'F', '', 0, '2019-02-08 20:33:31'),
(4190, '5c5e446239903', 'bobake22@gmail.com', 'S', 'F', '', 0, '2019-02-09 03:09:22'),
(4191, '5c5e70c36ec67', 'dcasmr123@gmail.com', 'S', 'F', '', 0, '2019-02-09 06:18:36'),
(4192, '5c5e7acbeb0f5', 'kyletstokes@gmail.com', 'S', 'F', '', 0, '2019-02-09 07:01:21'),
(4193, '5c5ea18420df8', 'glenbaker2009@gmail.com', 'S', 'F', '', 0, '2019-02-09 09:46:41'),
(4194, '5c5ec6d4d53f0', 'nathan.martinez.nm@gmail.com', 'S', 'F', '', 0, '2019-02-09 12:25:52'),
(4195, '5c5ecd35ad9be', 'meteo2356@yahoo.com', 'S', 'F', '', 0, '2019-02-09 12:53:07'),
(4196, '5c5ef5635bccd', 'stlukad@yahoo.com', 'S', 'F', '', 0, '2019-02-09 15:44:36'),
(4197, '5c5f0fa60e407', 'tflahardy@yahoo.com', 'S', 'F', '', 0, '2019-02-09 17:36:35'),
(4198, '5c5f25e3ccb68', 'debrasrb@aol.com', 'S', 'F', '', 0, '2019-02-09 19:11:31'),
(4199, '5c5f444a855cc', 'theayala1956@yahoo.com', 'S', 'F', '', 0, '2019-02-09 21:21:08'),
(4200, '5c5f5bd12f815', 'jmenke@sbcglobal.net', 'S', 'F', '', 0, '2019-02-09 23:01:38'),
(4201, '5c601f8685a49', 'cemebal@gmail.com', 'S', 'F', '', 0, '2019-02-10 12:56:34'),
(4202, '5c6033e49a952', 'jordanmichael3909@gmail.com', 'S', 'F', '', 0, '2019-02-10 14:23:30'),
(4203, '5c604d215cfd4', 'nathan.martinez.nm@gmail.com', 'S', 'F', '', 0, '2019-02-10 16:11:12'),
(4204, '5c6096084e7c3', 'team@theccbuddies.com', 'S', 'F', '', 0, '2019-02-10 21:22:10'),
(4205, '5c60daae387a8', 'primalina331@gmail.com', 'S', 'F', '', 0, '2019-02-11 02:15:10'),
(4206, '5c60ef8cc4d30', 'nathan.martinez.nm@gmail.com', 'S', 'F', '', 0, '2019-02-11 03:44:06'),
(4207, '5c6108667c905', 'pouellette@gmail.com', 'S', 'F', '', 0, '2019-02-11 05:30:07'),
(4208, '5c61300404715', 'smc5565@gmail.com', 'S', 'F', '', 0, '2019-02-11 08:19:13'),
(4209, '5c6172fd9dbdd', 'caseytart@gmail.com', 'S', 'F', '', 0, '2019-02-11 13:04:59'),
(4210, '5c617b7e1b49c', 'jakerchief@gmail.com', 'S', 'F', '', 0, '2019-02-11 13:41:15'),
(4211, '5c61884e30cca', 'delpagival@aol.com', 'S', 'F', '', 0, '2019-02-11 14:35:54'),
(4212, '5c619128a43f3', 'sean@dooleyoil.com', 'S', 'F', '', 0, '2019-02-11 15:13:41'),
(4213, '5c619781918de', 'mkriegstein@yahoo.com', 'S', 'F', '', 0, '2019-02-11 15:40:50'),
(4214, '5c61bc051699d', 'tat4495@yahoo.com', 'S', 'F', '', 0, '2019-02-11 18:16:36'),
(4215, '5c61ea73e8cea', 'jane.diehr@gmail.com', 'S', 'F', '', 0, '2019-02-11 21:34:37'),
(4216, '5c620e7f9a7dd', 'atwoodt50@gmail.com', 'S', 'F', '', 0, '2019-02-12 00:08:26'),
(4217, '5c6218fa1e177', 'nash.alexander.w@gmail.com', 'S', 'F', '', 0, '2019-02-12 00:53:12'),
(4218, '5c6247a62208a', 'alexlcole@gmail.com', 'S', 'F', '', 0, '2019-02-12 04:12:20'),
(4219, '5c6275c295c7e', 'niccoleandrea@yahoo.com', 'S', 'F', '', 0, '2019-02-12 07:29:03'),
(4220, '5c62884388781', 'missy0007@gmail.com', 'S', 'F', '', 0, '2019-02-12 08:48:01'),
(4221, '5c62a4f683eef', 'delpagival@aol.com', 'S', 'F', '', 0, '2019-02-12 10:50:28'),
(4222, '5c62b9cc9f576', 'thomaslasalle1995@gmail.com', 'S', 'F', '', 0, '2019-02-12 12:19:22'),
(4223, '5c62e76972d50', 'yonik.rasamat@gmail.com', 'S', 'F', '', 0, '2019-02-12 15:34:02'),
(4224, '5c62efb69aa52', 'jtaylorbarnett@gmail.com', 'S', 'F', '', 0, '2019-02-12 16:09:26'),
(4225, '5c62f02913060', 'larryfw@gmail.com', 'S', 'F', '', 0, '2019-02-12 16:11:17'),
(4226, '5c62f390b1412', 'emushlitz11@gmail.com', 'S', 'F', '', 0, '2019-02-12 16:25:52'),
(4227, '5c630b31dd882', 'kristin@nuneztruckinginc.com', 'S', 'F', '', 0, '2019-02-12 18:06:37'),
(4228, '5c631d5776c35', 'fnash05@yahoo.com', 'S', 'F', '', 0, '2019-02-12 19:24:08'),
(4229, '5c6333aed8195', 'uszman77@gmail.com', 'S', 'F', '', 0, '2019-02-12 20:59:23'),
(4230, '5c633c469f76c', 'ibrorocks@gmail.com', 'S', 'F', '', 0, '2019-02-12 21:36:06'),
(4231, '5c634a9acd20b', 'nash.alexander.w@gmail.com', 'S', 'F', '', 0, '2019-02-12 22:37:09'),
(4232, '5c634c118f95d', 'darcyrandall@gmail.com', 'S', 'F', '', 0, '2019-02-12 22:43:25'),
(4233, '5c635c5ad06df', 'jtaylorbarnett@gmail.com', 'S', 'F', '', 0, '2019-02-12 23:52:52'),
(4234, '5c636c864bfa8', 'potts76248@yahoo.com', 'S', 'F', '', 0, '2019-02-13 01:01:58'),
(4235, '5c638b8ed98bd', 'vasil100@yahoo.com', 'S', 'F', '', 0, '2019-02-13 03:14:16'),
(4236, '5c63999394e7f', 'joan.pettibone@gmail.com', 'S', 'F', '', 0, '2019-02-13 04:14:10'),
(4237, '5c639c5fe0607', 'nashwabeach@yahoo.com', 'S', 'F', '', 0, '2019-02-13 04:26:05'),
(4238, '5c639eaa529bd', 'ltettertonbb@gmail.com', 'S', 'F', '', 0, '2019-02-13 04:35:54'),
(4239, '5c63a7850b305', 'bitplane@gmail.com', 'S', 'F', '', 0, '2019-02-13 05:13:40'),
(4240, 'gtbhnursing.com', 'gtbhnursing.com@domstates.su', '', '', 'gtbhnursing.com', 0, '2019-02-13 08:05:10'),
(4241, '5c63df371c59d', 'alexlcole@gmail.com', 'S', 'F', '', 0, '2019-02-13 09:11:05'),
(4242, '5c63e51855b3f', 'josh.barrera.18@gmail.com', 'S', 'F', '', 0, '2019-02-13 09:36:21'),
(4243, '5c63e686c1dcf', 'amandaproulx20@gmail.com', 'S', 'F', '', 0, '2019-02-13 09:42:22'),
(4244, '5c63fec47e770', 'jldeaton@gmail.com', 'S', 'F', '', 0, '2019-02-13 11:25:54'),
(4245, '5c640cb27c3d7', 'edw410@gmail.com', 'S', 'F', '', 0, '2019-02-13 12:25:20'),
(4246, '5c6411eca34e4', 'nianee00@yahoo.com', 'S', 'F', '', 0, '2019-02-13 12:47:36'),
(4247, '5c643cfb21501', 'mushlitz.emily@gmail.com', 'S', 'F', '', 0, '2019-02-13 15:51:23'),
(4248, '5c643fe504438', 'zfmjets@yahoo.com', 'S', 'F', '', 0, '2019-02-13 16:03:46'),
(4249, '5c64420ab1a69', 'lilnate1619@yahoo.com', 'S', 'F', '', 0, '2019-02-13 16:12:55'),
(4250, '5c645ba1e0f1e', 'mushlitz.emily@gmail.com', 'S', 'F', '', 0, '2019-02-13 18:02:06'),
(4251, '5c64684dc6fa9', 'mauigator@aol.com', 'S', 'F', '', 0, '2019-02-13 18:56:11'),
(4252, '5c647714d614f', 'hjmoon1127@gmail.com', 'S', 'F', '', 0, '2019-02-13 19:59:17'),
(4253, '5c6488d352cc7', 'mattycake1013@gmail.com', 'S', 'F', '', 0, '2019-02-13 21:14:55'),
(4254, '5c648f877d25a', 'sarathsnair333@gmail.com', 'S', 'F', '', 0, '2019-02-13 21:43:36'),
(4255, '5c649332b792c', 'soraya.taleb01@gmail.com', 'S', 'F', '', 0, '2019-02-13 21:59:11'),
(4256, '5c64aa6a8d800', 'tealpratt@aol.com', 'S', 'F', '', 0, '2019-02-13 23:38:19'),
(4257, '5c64ad8090410', 'melissaa52@yahoo.com', 'S', 'F', '', 0, '2019-02-13 23:51:24'),
(4258, '5c64dab94c9a7', 'mileskilogram@gmail.com', 'S', 'F', '', 0, '2019-02-14 03:04:16'),
(4259, '5c64e2872de85', 'thiendnguyen58@yahoo.com', 'S', 'F', '', 0, '2019-02-14 03:37:35'),
(4260, '5c65110841f72', 'ivemariecarroll1@yahoo.com', 'S', 'F', '', 0, '2019-02-14 06:56:05'),
(4261, '5c6554b4358de', 'lylemallen@gmail.com', 'S', 'F', '', 0, '2019-02-14 11:44:47'),
(4262, '5c6579db69fbc', 'neryriveiro@gmail.com', 'S', 'F', '', 0, '2019-02-14 14:23:19'),
(4263, '5c6583a007089', 'tflahardy@yahoo.com', 'S', 'F', '', 0, '2019-02-14 15:04:58'),
(4264, '5c658880c0778', 'bludya72@gmail.com', 'S', 'F', '', 0, '2019-02-14 15:25:48'),
(4265, '5c658e28de584', 'soraya.taleb01@gmail.com', 'S', 'F', '', 0, '2019-02-14 15:50:03'),
(4266, '5c659e25660b2', 'roopret@gmail.com', 'S', 'F', '', 0, '2019-02-14 16:58:14'),
(4267, '5c65b2a1ca634', 'bentham997@aol.com', 'S', 'F', '', 0, '2019-02-14 18:25:38'),
(4268, '5c65b38407723', 'ronhunt5620@gmail.com', 'S', 'F', '', 0, '2019-02-14 18:29:25'),
(4269, '5c65c7e82467d', 'btcfastmail@gmail.com', 'S', 'F', '', 0, '2019-02-14 19:56:25'),
(4270, '5c65cd889146e', 'info@ineedavector.com', 'S', 'F', '', 0, '2019-02-14 20:20:31'),
(4271, '5c65e0f7e610d', 'screfractories@aol.com', 'S', 'F', '', 0, '2019-02-14 21:43:14'),
(4272, '5c65ee0582613', 'vdonley@ohiobusinesscollege.edu', 'S', 'F', '', 0, '2019-02-14 22:38:58'),
(4273, '5c65f31a999f0', 'euua.com.ua@gmail.com', 'S', 'F', '', 0, '2019-02-14 23:00:36'),
(4274, '5c664a7f93033', 'bludya72@gmail.com', 'S', 'F', '', 0, '2019-02-15 05:13:29'),
(4275, '5c665f5b76e5a', 'mystyang@gmail.com', 'S', 'F', '', 0, '2019-02-15 06:42:33'),
(4276, '5c665f7e96804', 'mystyang@gmail.com', 'S', 'F', '', 0, '2019-02-15 06:43:11'),
(4277, '5c66841d3f7b9', 'sharkfromdark8888@gmail.com', 'S', 'F', '', 0, '2019-02-15 09:19:23'),
(4278, '5c66a2c24b84a', 'lukeayoub05@gmail.com', 'S', 'F', '', 0, '2019-02-15 11:30:08'),
(4279, '5c66aab2bd047', 'cristyrose333@yahoo.com', 'S', 'F', '', 0, '2019-02-15 12:04:00'),
(4280, '5c66ad8033d50', 'thsanford715@aol.com', 'S', 'F', '', 0, '2019-02-15 12:15:57'),
(4281, '5c66bf77f38de', 'tbass332@aol.com', 'S', 'F', '', 0, '2019-02-15 13:32:35'),
(4282, '5c66cb6415fd7', 'ronhunt5620@gmail.com', 'S', 'F', '', 0, '2019-02-15 14:23:29'),
(4283, '5c66cb8d64c1f', 'pswingparadis@yahoo.com', 'S', 'F', '', 0, '2019-02-15 14:24:08'),
(4284, '5c66d65ef10c2', 'tbass332@aol.com', 'S', 'F', '', 0, '2019-02-15 15:10:19'),
(4285, '5c67045f0b775', 'jodenekrumholt@gmail.com', 'S', 'F', '', 0, '2019-02-15 18:26:36'),
(4286, '5c670785f3d99', 'ronhunt5620@gmail.com', 'S', 'F', '', 0, '2019-02-15 18:40:07'),
(4287, '5c672a784df5b', 'vinnie.nguyen@powellind.com', 'S', 'F', '', 0, '2019-02-15 21:09:13'),
(4288, '5c6738be090e1', 'edwjohnson@aol.com', 'S', 'F', '', 0, '2019-02-15 22:10:06'),
(4289, '5c6755fdf2cbe', 'kaloqn.borisov@gmail.com', 'S', 'F', '', 0, '2019-02-16 00:14:49'),
(4290, '5c677b80eef17', 'ronhunt5620@gmail.com', 'S', 'F', '', 0, '2019-02-16 02:54:57'),
(4291, '5c68144406ff4', 'marcokuhlberg@gmail.com', 'S', 'F', '', 0, '2019-02-16 13:46:39'),
(4292, '5c681f99899e4', 'bentham997@aol.com', 'S', 'F', '', 0, '2019-02-16 14:35:07'),
(4293, '5c68321885b14', 'marcokuhlberg@gmail.com', 'S', 'F', '', 0, '2019-02-16 15:53:59'),
(4294, '5c68743fa4a7c', 'asabrawijaya@gmail.com', 'S', 'F', '', 0, '2019-02-16 20:36:16'),
(4295, '5c6898b804eef', 'kathylynnpapadopoulos@gmail.com', 'S', 'F', '', 0, '2019-02-16 23:11:48'),
(4296, '5c69a4da7d615', 'newvisaua@gmail.com', 'S', 'F', '', 0, '2019-02-17 18:15:51'),
(4297, '5c69cf2a272ab', 'dhl.anil@yahoo.com', 'S', 'F', '', 0, '2019-02-17 21:16:26'),
(4298, '5c69cfce634f4', 'ionutng@yahoo.co.uk', 'S', 'F', '', 0, '2019-02-17 21:19:06'),
(4299, '5c69da9b2f4e8', 'jzasmuta@gmail.com', 'S', 'F', '', 0, '2019-02-17 22:05:09'),
(4300, '5c6aabd33d41d', 'nortexlady@gmail.com', 'S', 'F', '', 0, '2019-02-18 12:57:54'),
(4301, '5c6ad72fd03b6', 'cpu.guru.earl@gmail.com', 'S', 'F', '', 0, '2019-02-18 16:02:54'),
(4302, '5c6b7f44cedb1', 'minicam12@yahoo.com', 'S', 'F', '', 0, '2019-02-19 04:00:02'),
(4303, '5c6c065975506', 'naoasano0807@gmail.com', 'S', 'F', '', 0, '2019-02-19 13:36:21'),
(4304, '5c6c128f106aa', 'kg.gardner19@gmail.com', 'S', 'F', '', 0, '2019-02-19 14:28:28'),
(4305, '5c6c2ba027dce', 'cdjens@aol.com', 'S', 'F', '', 0, '2019-02-19 16:15:28'),
(4306, '5c6c51c5b4323', 'oscarrobledoballesteros@gmail.com', 'S', 'F', '', 0, '2019-02-19 18:58:13'),
(4307, '5c6c5877a3e44', 'mccoykyle68@gmail.com', 'S', 'F', '', 0, '2019-02-19 19:26:42'),
(4308, '5c6c67c5cab82', 'vincelaura@shaw.ca', 'S', 'F', '', 0, '2019-02-19 20:32:03'),
(4309, '5c6c6a59eb648', 'pseudodoc2009@yahoo.com', 'S', 'F', '', 0, '2019-02-19 20:43:02'),
(4310, '5c6c7b9ccc816', 'effie26@aol.com', 'S', 'F', '', 0, '2019-02-19 21:56:39'),
(4311, '5c6c7e2c0b83c', 'tajmallorca@yahoo.com', 'S', 'F', '', 0, '2019-02-19 22:07:41'),
(4312, '5c6c85d747ad1', 'graysonja@gmail.com', 'S', 'F', '', 0, '2019-02-19 22:40:19'),
(4313, '5c6c879ea54e9', 'graysonja@gmail.com', 'S', 'F', '', 0, '2019-02-19 22:47:51'),
(4314, '5c6c9374e7b2e', 'almal46@aol.com', 'S', 'F', '', 0, '2019-02-19 23:38:22'),
(4315, '5c6ca76f35395', 'rhraza@gmail.com', 'S', 'F', '', 0, '2019-02-20 01:03:37'),
(4316, '5c6cbef314834', 'tbuch99@gmail.com', 'S', 'F', '', 0, '2019-02-20 02:43:54'),
(4317, '5c6cc3972cad2', 'marjilholub@gmail.com', 'S', 'F', '', 0, '2019-02-20 03:03:49'),
(4318, '5c6ce71b6d257', 'courtneylynnegulick@gmail.com', 'S', 'F', '', 0, '2019-02-20 05:35:21'),
(4319, '5c6cfeeaae11a', 'david.beebe@juno.com', 'S', 'F', '', 0, '2019-02-20 07:16:57'),
(4320, '5c6d1e88b64f6', 'cl2kgymnast@gmail.com', 'S', 'F', '', 0, '2019-02-20 09:31:50'),
(4321, '5c6d33a5cc990', 'jfreedman3435@gmail.com', 'S', 'F', '', 0, '2019-02-20 11:01:55'),
(4322, '5c6d5a42be9f6', 'carrielbennett@aol.com', 'S', 'F', '', 0, '2019-02-20 13:46:40'),
(4323, '5c6d5d9291420', 'infocentr.ro@gmail.com', 'S', 'F', '', 0, '2019-02-20 14:00:47'),
(4324, '5c6d6b85bdf19', 'euua.com.ua@gmail.com', 'S', 'F', '', 0, '2019-02-20 15:00:19'),
(4325, '5c6d6c7bd01a1', 'irisfelici@aol.com', 'S', 'F', '', 0, '2019-02-20 15:04:25'),
(4326, '5c6d6f9343b3d', 'sales@welovepornmovies.com', 'S', 'F', '', 0, '2019-02-20 15:17:33'),
(4327, '5c6d770c08bce', 'johanna.voelkl@gmx.de', 'S', 'F', '', 0, '2019-02-20 15:49:32'),
(4328, '5c6d770edab9a', 'cl2kgymnast@gmail.com', 'S', 'F', '', 0, '2019-02-20 15:49:35'),
(4329, '5c6d8980d51ce', 'gilbertrodriguez5411@gmail.com', 'S', 'F', '', 0, '2019-02-20 17:08:16'),
(4330, '5c6d98223dcb8', 'zac62328@yahoo.com', 'S', 'F', '', 0, '2019-02-20 18:10:38'),
(4331, '5c6daf3572f81', 'europegroupromania@gmail.com', 'S', 'F', '', 0, '2019-02-20 19:49:09'),
(4332, '5c6dc289bb797', 'jcraig4357@gmail.com', 'S', 'F', '', 0, '2019-02-20 21:11:32'),
(4333, '5c6dcaa25d173', 'infocentr.ro@gmail.com', 'S', 'F', '', 0, '2019-02-20 21:46:10'),
(4334, '5c6ddeef12f8a', 'infocentr.ro@gmail.com', 'S', 'F', '', 0, '2019-02-20 23:12:49'),
(4335, '5c6deacdc9490', 'waughgirl1@gmail.com', 'S', 'F', '', 0, '2019-02-21 00:03:25'),
(4336, '5c6df9b7b0304', 'kirakosyan_lilit@yahoo.com', 'S', 'F', '', 0, '2019-02-21 01:07:04'),
(4337, '5c6e07731e5ca', 'lightyears101@yahoo.com', 'S', 'F', '', 0, '2019-02-21 02:05:33'),
(4338, '5c6e21d8314a2', 'guerra42@aol.com', 'S', 'F', '', 0, '2019-02-21 03:58:16'),
(4339, '5c6e2cfa7aea4', 'elwell9@comcast.net', 'S', 'F', '', 0, '2019-02-21 04:45:39'),
(4340, '5c6e2f685af82', 'cl2kgymnast@gmail.com', 'S', 'F', '', 0, '2019-02-21 04:56:08'),
(4341, '5c6e839b82f78', 'annagramacka@gmail.com', 'S', 'F', '', 0, '2019-02-21 10:55:21'),
(4342, '5c6e849eb708b', 'denise.bannon01@gmail.com', 'S', 'F', '', 0, '2019-02-21 10:59:40'),
(4343, '5c6eaa826b121', 'catizonepietro@gmail.com', 'S', 'F', '', 0, '2019-02-21 13:41:20'),
(4344, '5c6eb34fd4a7c', 'dawng858@gmail.com', 'S', 'F', '', 0, '2019-02-21 14:18:52'),
(4345, '5c6ecaf693773', 'ginolicursiwdc@gmail.com', 'S', 'F', '', 0, '2019-02-21 15:59:48'),
(4346, '5c6edd2d30b0f', 'f5zahedi@gmail.com', 'S', 'F', '', 0, '2019-02-21 17:17:30'),
(4347, '5c6eec5983c39', 'adebimpek@yahoo.co.uk', 'S', 'F', '', 0, '2019-02-21 18:22:14'),
(4348, '5c6ef215ae6e8', 'mdewey1395@gmail.com', 'S', 'F', '', 0, '2019-02-21 18:46:46'),
(4349, '5c6eff15d581c', 'jfreedman3435@gmail.com', 'S', 'F', '', 0, '2019-02-21 19:42:10'),
(4350, '5c6f036fa90e6', 'charlieduffie@gmail.com', 'S', 'F', '', 0, '2019-02-21 20:00:44'),
(4351, '5c6f099bda0da', 'juliafitzke@yahoo.com', 'S', 'F', '', 0, '2019-02-21 20:27:10'),
(4352, '5c6f19f463802', 'wrbonney@gmail.com', 'S', 'F', '', 0, '2019-02-21 21:36:52'),
(4353, '5c6f1ad660641', 'mork.brady@gmail.com', 'S', 'F', '', 0, '2019-02-21 21:40:35'),
(4354, '5c6f20dba01d4', 'catizonepietro@gmail.com', 'S', 'F', '', 0, '2019-02-21 22:06:14'),
(4355, '5c6f8b6069547', 'mezzy0192@gmail.com', 'S', 'F', '', 0, '2019-02-22 05:40:48'),
(4356, '5c6f9a29a0e08', 'zac62328@yahoo.com', 'S', 'F', '', 0, '2019-02-22 06:43:54'),
(4357, '5c6f9baed9f61', 'greenhausc@aol.com', 'S', 'F', '', 0, '2019-02-22 06:50:21'),
(4358, '5c6fc0ad08ef7', 'abs1582@yahoo.com', 'S', 'F', '', 0, '2019-02-22 09:28:04'),
(4359, '5c6fd4ec8c14a', 'oana_24_11@yahoo.com', 'S', 'F', '', 0, '2019-02-22 10:54:34'),
(4360, '5c700fb453fdc', 'sdeankurtz@gmail.com', 'S', 'F', '', 0, '2019-02-22 15:05:22'),
(4361, '5c701447773cb', 'sdeankurtz@gmail.com', 'S', 'F', '', 0, '2019-02-22 15:24:51'),
(4362, '5c70341e782b1', 'cliffwright@absbiomedical.com', 'S', 'F', '', 0, '2019-02-22 17:40:47'),
(4363, '5c70348fd5adc', 'prissycole@yahoo.com', 'S', 'F', '', 0, '2019-02-22 17:42:40'),
(4364, '5c703ebfb2c49', 'royjoye@aol.com', 'S', 'F', '', 0, '2019-02-22 18:26:03'),
(4365, '5c7050e558bad', 'bartbon7@yahoo.com', 'S', 'F', '', 0, '2019-02-22 19:43:33'),
(4366, '5c70580362869', 'stefan.murauer@gmail.com', 'S', 'F', '', 0, '2019-02-22 20:13:51'),
(4367, '5c7058263617c', 'peaches0920@aol.com', 'S', 'F', '', 0, '2019-02-22 20:14:30'),
(4368, '5c7080c45e2fd', 'lorena.m.lm29@gmail.com', 'S', 'F', '', 0, '2019-02-22 23:07:49'),
(4369, '5c708b195b8b9', 'addamrod@gmail.com', 'S', 'F', '', 0, '2019-02-22 23:51:48'),
(4370, '5c708ddd31f7b', 'jjacobs742@cox.net', 'S', 'F', '', 0, '2019-02-23 00:03:40'),
(4371, '5c70ba4955d13', 'dawng858@gmail.com', 'S', 'F', '', 0, '2019-02-23 03:13:07'),
(4372, '5c70c6af18c13', 'thiiri.kimathi@gmail.com', 'S', 'F', '', 0, '2019-02-23 04:06:09'),
(4373, '5c70d77b2f63b', 'donaldfgordon@gmail.com', 'S', 'F', '', 0, '2019-02-23 05:17:49'),
(4374, '5c70de6a80396', 'ramazanali952@gmail.com', 'S', 'F', '', 0, '2019-02-23 05:47:17'),
(4375, '5c71444aad930', 'downsouthdiva82@yahoo.com', 'S', 'F', '', 0, '2019-02-23 13:01:58'),
(4376, '5c71537e7e088', 'brookeparry51@gmail.com', 'S', 'F', '', 0, '2019-02-23 14:06:53'),
(4377, '5c718b32405b3', 'sgreenhaus@structural.net', 'S', 'F', '', 0, '2019-02-23 18:04:29'),
(4378, '5c71b12bcfb8b', 'oana_24_11@yahoo.com', 'S', 'F', '', 0, '2019-02-23 20:46:37'),
(4379, '5c753ebc3ee69', 'roymoosa@att.net', 'S', 'F', '', 0, '2019-02-26 13:27:18'),
(4380, '5c7551237887a', 'danielefarloc@gmail.com', 'S', 'F', '', 0, '2019-02-26 14:45:48'),
(4381, '5c75669c9bfdf', 'uffdaphil@gmail.com', 'S', 'F', '', 0, '2019-02-26 16:17:30'),
(4382, '5c757e43d64a7', 'ricesrpv@gmail.com', 'S', 'F', '', 0, '2019-02-26 17:58:25'),
(4383, '5c7582e861b47', 'irishmommy711@gmail.com', 'S', 'F', '', 0, '2019-02-26 18:18:16'),
(4384, '5c75849158202', 'kimninh@gmail.com', 'S', 'F', '', 0, '2019-02-26 18:25:18'),
(4385, '5c7598e5472f4', 'genhui131@gmail.com', 'S', 'F', '', 0, '2019-02-26 19:52:05'),
(4386, '5c759e3c11c55', 'luismadmax@aol.com', 'S', 'F', '', 0, '2019-02-26 20:14:49'),
(4387, '5c75a02542028', 'abala@streamingmediahosting.com', 'S', 'F', '', 0, '2019-02-26 20:22:58'),
(4388, '5c75aaec05104', 'irishmommy711@gmail.com', 'S', 'F', '', 0, '2019-02-26 21:08:54'),
(4389, '5c75b522b44d7', 'schwarzgerhard@gmx.de', 'S', 'F', '', 0, '2019-02-26 21:52:35'),
(4390, '5c75bad612939', 'bartek.kathleen@gmail.com', 'S', 'F', '', 0, '2019-02-26 22:16:49'),
(4391, '5c75e7fee5cdd', 'garymose@q.com', 'S', 'F', '', 0, '2019-02-27 01:29:34'),
(4392, '5c75e966e03fe', 'zkrakovitz@gmail.com', 'S', 'F', '', 0, '2019-02-27 01:35:34'),
(4393, '5c75f2a869fb4', 'logan.kasey@yahoo.com', 'S', 'F', '', 0, '2019-02-27 02:15:03'),
(4394, '5c760f29d5b77', 'mlycpa49@sbcglobal.net', 'S', 'F', '', 0, '2019-02-27 04:16:34'),
(4395, '5c7641e801515', 'ehockenbery@yahoo.com', 'S', 'F', '', 0, '2019-02-27 07:53:08'),
(4396, '5c764754ca84c', 'zkrakovitz@gmail.com', 'S', 'F', '', 0, '2019-02-27 08:16:18'),
(4397, '5c76554a9243c', 'conniesuffren@yahoo.co.uk', 'S', 'F', '', 0, '2019-02-27 09:15:50'),
(4398, '5c768c5719135', 'ruza416@gmail.com', 'S', 'F', '', 0, '2019-02-27 13:10:41'),
(4399, '5c768eefe19c9', 'ruza416@gmail.com', 'S', 'F', '', 0, '2019-02-27 13:21:47'),
(4400, '5c76ab88d0d6d', 'cpayrho0305@yahoo.com', 'S', 'F', '', 0, '2019-02-27 15:23:47'),
(4401, '5c76bdae0d728', 'ruza416@gmail.com', 'S', 'F', '', 0, '2019-02-27 16:41:19'),
(4402, '5c76be9b39401', 'cdg6329@yahoo.com', 'S', 'F', '', 0, '2019-02-27 16:45:16'),
(4403, '5c76c3b5297e6', 'jbm6388@aol.com', 'S', 'F', '', 0, '2019-02-27 17:06:57'),
(4404, '5c76d6ebb4874', 'chang.eunah@yahoo.com', 'S', 'F', '', 0, '2019-02-27 18:29:00'),
(4405, '5c77027e44433', 'chdelewski@yahoo.com', 'S', 'F', '', 0, '2019-02-27 21:34:49'),
(4406, '5c77083362276', 'tmiller@jrgreenleaf.com', 'S', 'F', '', 0, '2019-02-27 21:59:11'),
(4407, '5c770ac45a9f4', 'aericcreekmore@yahoo.com', 'S', 'F', '', 0, '2019-02-27 22:10:09'),
(4408, '5c77105389cbb', 'fblmndz1@gmail.com', 'S', 'F', '', 0, '2019-02-27 22:33:56'),
(4409, '5c77528b6c309', 'linville.erin@gmail.com', 'S', 'F', '', 0, '2019-02-28 03:16:27'),
(4410, '5c77685e0ed5c', 'm.s.dale5013@gmail.com', 'S', 'F', '', 0, '2019-02-28 04:49:32'),
(4411, '5c776ad98265f', 'jayphelps10@yahoo.com', 'S', 'F', '', 0, '2019-02-28 05:00:08'),
(4412, '5c7775d8a1e67', 'markpe75@aol.com', 'S', 'F', '', 0, '2019-02-28 05:46:57'),
(4413, '5c777f5425c3c', 'rls44074@gmail.com', 'S', 'F', '', 0, '2019-02-28 06:27:26'),
(4414, '5c7795cfa3018', 'katie.bissonette@gmail.com', 'S', 'F', '', 0, '2019-02-28 08:03:27'),
(4415, '5c77b2f86f054', 'bartek.kathleen@gmail.com', 'S', 'F', '', 0, '2019-02-28 10:07:43'),
(4416, '5c77bb15b9435', 'drziner@gmail.com', 'S', 'F', '', 0, '2019-02-28 10:42:26'),
(4417, '5c77c66e5e335', 'borivoje.s@gmail.com', 'S', 'F', '', 0, '2019-02-28 11:30:49'),
(4418, '5c77cc878f2ee', 'unknownrue@gmail.com', 'S', 'F', '', 0, '2019-02-28 11:56:54'),
(4419, '5c77ed5ce6c86', 'sheldunov@gmail.com', 'S', 'F', '', 0, '2019-02-28 14:16:58'),
(4420, '5c77f1b81b20d', 'echu5@aol.com', 'S', 'F', '', 0, '2019-02-28 14:35:34'),
(4421, '5c781253b1b54', 'micmerc@gmail.com', 'S', 'F', '', 0, '2019-02-28 16:54:44'),
(4422, '5c782099326dd', 'rls44074@gmail.com', 'S', 'F', '', 0, '2019-02-28 17:55:34'),
(4423, '5c782770f423c', 'stephmer26@gmail.com', 'S', 'F', '', 0, '2019-02-28 18:24:46'),
(4424, '5c7828ed97b22', 'mobermiller1@gmail.com', 'S', 'F', '', 0, '2019-02-28 18:31:09'),
(4425, '5c782945c0158', 'ssneathern@eaglesteel.com', 'S', 'F', '', 0, '2019-02-28 18:32:35'),
(4426, '5c78448d0749e', 'zihaizi@gmail.com', 'S', 'F', '', 0, '2019-02-28 20:28:55'),
(4427, '5c7857090226f', 'gjmanas@gmail.com', 'S', 'F', '', 0, '2019-02-28 21:47:49'),
(4428, '5c785f0fcc95d', 'devonn_tradell@yahoo.com', 'S', 'F', '', 0, '2019-02-28 22:22:02'),
(4429, '5c787b0d9e69b', 'shaunbray07@gmail.com', 'S', 'F', '', 0, '2019-03-01 00:21:29'),
(4430, '5c78890cf3564', 'shaunbray07@gmail.com', 'S', 'F', '', 0, '2019-03-01 01:21:18'),
(4431, '5c789698d35cc', 'chriss862005@gmail.com', 'S', 'F', '', 0, '2019-03-01 02:19:04'),
(4432, '5c78ae44153bc', 'thbotha@deloitte.co.za', 'S', 'F', '', 0, '2019-03-01 03:59:56'),
(4433, '5c78c89296db6', 'irisheyesf39@yahoo.com', 'S', 'F', '', 0, '2019-03-01 05:52:11'),
(4434, '5c78d6b80e5e3', 'rvburbank@gmail.com', 'S', 'F', '', 0, '2019-03-01 06:52:32'),
(4435, '5c78ee6431931', 'kaljoren@gmail.com', 'S', 'F', '', 0, '2019-03-01 08:33:39'),
(4436, '5c78fb4c0bc1a', 'info@mpiwsc.org', 'S', 'F', '', 0, '2019-03-01 09:28:41'),
(4437, '5c79061ddff72', 'rls44074@gmail.com', 'S', 'F', '', 0, '2019-03-01 10:14:52'),
(4438, '5c790cae5f012', 'maryflormarinas@yahoo.ca', 'S', 'F', '', 0, '2019-03-01 10:42:52'),
(4439, '5c791b930eaf0', 'nima.chooback@gmail.com', 'S', 'F', '', 0, '2019-03-01 11:46:25'),
(4440, '5c791ced34ddf', 'drdean442@gmail.com', 'S', 'F', '', 0, '2019-03-01 11:52:08'),
(4441, '5c79263a5c097', 'andbits2@aol.com', 'S', 'F', '', 0, '2019-03-01 12:31:53'),
(4442, '5c792989045b9', 'nima.chooback@gmail.com', 'S', 'F', '', 0, '2019-03-01 12:45:58'),
(4443, '5c7958ae3a1fb', 'emilulu1000@gmail.com', 'S', 'F', '', 0, '2019-03-01 16:07:08'),
(4444, '5c7971537197d', 'bllyrussell@aol.com', 'S', 'F', '', 0, '2019-03-01 17:52:17'),
(4445, '5c7973345e21f', 'candice.liveink@gmail.com', 'S', 'F', '', 0, '2019-03-01 18:00:17'),
(4446, '5c79784be0c0e', 'akapansat@yahoo.com', 'S', 'F', '', 0, '2019-03-01 18:22:04'),
(4447, '5c7978dd82265', 'brandonnamazon@gmail.com', 'S', 'F', '', 0, '2019-03-01 18:24:29'),
(4448, '5c797e8322639', 'aguilecg8@yahoo.com', 'S', 'F', '', 0, '2019-03-01 18:48:30'),
(4449, '5c7986d5dcdf4', 'filippositia@gmail.com', 'S', 'F', '', 0, '2019-03-01 19:24:02'),
(4450, '5c79a136504b7', 'devonn_tradell@yahoo.com', 'S', 'F', '', 0, '2019-03-01 21:16:38'),
(4451, '5c79ade2c8edf', 'amnong90@gmail.com', 'S', 'F', '', 0, '2019-03-01 22:10:38'),
(4452, '5c79f07276895', 'bmkania3@yahoo.com', 'S', 'F', '', 0, '2019-03-02 02:54:42'),
(4453, '5c7a0c8145a9d', 'rustyerdmn@gmail.com', 'S', 'F', '', 0, '2019-03-02 04:54:24'),
(4454, '5c7a1397c7b51', 'dvdneudecker@yahoo.com', 'S', 'F', '', 0, '2019-03-02 05:24:38'),
(4455, '5c7a199510f0d', 'golfgil3@aol.com', 'S', 'F', '', 0, '2019-03-02 05:50:12'),
(4456, '5c7a22b14e818', 'dascott22@gmail.com', 'S', 'F', '', 0, '2019-03-02 06:29:04'),
(4457, '5c7a3a28b771a', 'huscha@gmail.com', 'S', 'F', '', 0, '2019-03-02 08:09:11'),
(4458, '5c7a498bdb830', 'dvdneudecker@yahoo.com', 'S', 'F', '', 0, '2019-03-02 09:14:49'),
(4459, '5c7a4ddcbe41f', 'daparicci1@gmail.com', 'S', 'F', '', 0, '2019-03-02 09:33:12'),
(4460, '5c7a6961ce40b', 'brandonnamazon@gmail.com', 'S', 'F', '', 0, '2019-03-02 11:30:38'),
(4461, '5c7a6e1d7175b', 'modonna13@yahoo.com', 'S', 'F', '', 0, '2019-03-02 11:50:50'),
(4462, '5c7a96754edc0', 'ryderreese@gmail.com', 'S', 'F', '', 0, '2019-03-02 14:42:50'),
(4463, '5c7a996bc3f15', 'clutch5ridin@gmail.com', 'S', 'F', '', 0, '2019-03-02 14:55:36'),
(4464, '5c7abdab67654', 'burchan@gmail.com', 'S', 'F', '', 0, '2019-03-02 17:30:20'),
(4465, '5c7accc05aa2b', 'brettnelson6600@yahoo.com', 'S', 'F', '', 0, '2019-03-02 18:34:40'),
(4466, '5c7acf7c291a9', 'aneal41788@gmail.com', 'S', 'F', '', 0, '2019-03-02 18:46:21'),
(4467, '5c7adafb19cdd', 'lynetteholmes83@gmail.com', 'S', 'F', '', 0, '2019-03-02 19:35:24'),
(4468, '5c7b094e872b2', 'gjmanas@gmail.com', 'S', 'F', '', 0, '2019-03-02 22:53:03'),
(4469, '5c7b33c1ef0bb', 'denisdolovac007@gmail.com', 'S', 'F', '', 0, '2019-03-03 01:54:11'),
(4470, '5c7b578d162db', 'burchan@gmail.com', 'S', 'F', '', 0, '2019-03-03 04:26:51'),
(4471, '5c7b7c42a262d', 'naira_qk@yahoo.co.id', 'S', 'F', '', 0, '2019-03-03 07:03:23'),
(4472, '5c7bf70ed84b6', 'mlnicole@aol.com', 'S', 'F', '', 0, '2019-03-03 15:47:23'),
(4473, '5c7c04ed6d0a4', 'didi1@me.com', 'S', 'F', '', 0, '2019-03-03 16:46:35'),
(4474, '5c7c0d999f579', 'dbrider51@gmail.com', 'S', 'F', '', 0, '2019-03-03 17:23:38'),
(4475, '5c7c1efdcb8bd', 'yelena143@gmail.com', 'S', 'F', '', 0, '2019-03-03 18:37:50'),
(4476, '5c7c22519e457', 'slickman93@aol.com', 'S', 'F', '', 0, '2019-03-03 18:51:58'),
(4477, '5c7c57d793e66', 'jcrugg123@gmail.com', 'S', 'F', '', 0, '2019-03-03 22:40:23'),
(4478, '5c7c668c33cdd', 'mhutchinson1993@gmail.com', 'S', 'F', '', 0, '2019-03-03 23:43:03'),
(4479, '5c7c776ecb39f', 'jcrugg123@gmail.com', 'S', 'F', '', 0, '2019-03-04 00:55:05'),
(4480, '5c7cbaf335544', 'jcrugg@gmail.com', 'S', 'F', '', 0, '2019-03-04 05:43:13'),
(4481, '5c7cbb96db055', 'bthomas220@gmail.com', 'S', 'F', '', 0, '2019-03-04 05:45:51'),
(4482, '5c7cf8eca919e', 'obmc@run-on.net', 'S', 'F', '', 0, '2019-03-04 10:07:36'),
(4483, '5c7d020d2b334', 'mhutchinson1993@gmail.com', 'S', 'F', '', 0, '2019-03-04 10:46:34'),
(4484, '5c7d03f12bd11', 'mgjets12@gmail.com', 'S', 'F', '', 0, '2019-03-04 10:54:39'),
(4485, '5c7d065334764', 'hollycon@aol.com', 'S', 'F', '', 0, '2019-03-04 11:04:47'),
(4486, '5c7d0a3fb9b9a', 'khortez.toopa@gmail.com', 'S', 'F', '', 0, '2019-03-04 11:21:33'),
(4487, '5c7d0ec0bfa19', 'rvburbank@gmail.com', 'S', 'F', '', 0, '2019-03-04 11:40:46'),
(4488, '5c7d14a014ea4', 'ssherpa611@gmail.com', 'S', 'F', '', 0, '2019-03-04 12:05:49'),
(4489, '5c7d28846eaf7', 'keila.dezeeuw@gmail.com', 'S', 'F', '', 0, '2019-03-04 13:30:42'),
(4490, '5c7d305200771', 'icbo533@yahoo.ca', 'S', 'F', '', 0, '2019-03-04 14:03:59'),
(4491, '5c7d4f40ecae6', 'poobaby22@yahoo.com', 'S', 'F', '', 0, '2019-03-04 16:16:01'),
(4492, '5c7d6c3e8b018', 'dennisgesse@aol.com', 'S', 'F', '', 0, '2019-03-04 18:19:44'),
(4493, '5c7d7326c32bc', 'hipowerjmb@gmail.com', 'S', 'F', '', 0, '2019-03-04 18:49:07'),
(4494, '5c7d752a27323', 'nolasaint9009@yahoo.com', 'S', 'F', '', 0, '2019-03-04 18:57:43'),
(4495, '5c7d7e89e644f', 'charlotte@pavilionintegration.com', 'S', 'F', '', 0, '2019-03-04 19:37:46'),
(4496, '5c7d836d3842d', 'lsweat79@yahoo.com', 'S', 'F', '', 0, '2019-03-04 19:58:38'),
(4497, '5c7db82d1bab8', 'olsonrandm@yahoo.com', 'S', 'F', '', 0, '2019-03-04 23:43:41'),
(4498, '5c7db8e55757a', 'charlotte4wu@yahoo.com', 'S', 'F', '', 0, '2019-03-04 23:46:41'),
(4499, '5c7dd5a3a826d', 'boxer2317@aol.com', 'S', 'F', '', 0, '2019-03-05 01:49:15'),
(4500, '5c7ddcc6e2976', 'wlasure@flamold.com', 'S', 'F', '', 0, '2019-03-05 02:19:45'),
(4501, '5c7e2fb558404', 'stephanie.l.skipper@gmail.com', 'S', 'F', '', 0, '2019-03-05 08:13:33'),
(4502, '5c7e55635cad3', 'mizdeva@gmail.com', 'S', 'F', '', 0, '2019-03-05 10:54:23'),
(4503, '5c7e5c76f2555', 'maugugliaro@htk.com', 'S', 'F', '', 0, '2019-03-05 11:24:34'),
(4504, '5c7e665170297', 'euro800euro@gmail.com', 'S', 'F', '', 0, '2019-03-05 12:06:38'),
(4505, '5c7e6f08d3eeb', 'stephanie.l.skipper@gmail.com', 'S', 'F', '', 0, '2019-03-05 12:43:50'),
(4506, '5c7e8aa280a68', 'ms_briona@yahoo.com', 'S', 'F', '', 0, '2019-03-05 14:41:36'),
(4507, '5c7e8d3db94ba', 'nickkig184@aol.com', 'S', 'F', '', 0, '2019-03-05 14:52:42'),
(4508, '5c7e95d953fa2', 'mgjets12@gmail.com', 'S', 'F', '', 0, '2019-03-05 15:29:27'),
(4509, '5c7e95f89172b', 'eu.immigrant@gmail.com', 'S', 'F', '', 0, '2019-03-05 15:29:57'),
(4510, '5c7e9b32df979', 'migrant.eu.ro@gmail.com', 'S', 'F', '', 0, '2019-03-05 15:52:19'),
(4511, '5c7e9de978182', 'nickkig184@aol.com', 'S', 'F', '', 0, '2019-03-05 16:03:54'),
(4512, '5c7ea7a01d9d2', 'nshivakumar_20@yahoo.co.in', 'S', 'F', '', 0, '2019-03-05 16:45:18'),
(4513, '5c7eaa5eb7c20', 'stephanie.l.skipper@gmail.com', 'S', 'F', '', 0, '2019-03-05 16:56:59'),
(4514, '5c7eb2b382541', 'mccullough2525@gmail.com', 'S', 'F', '', 0, '2019-03-05 17:32:36'),
(4515, '5c7ec1cd27fd5', 'monicaneville@shaw.ca', 'S', 'F', '', 0, '2019-03-05 18:36:59'),
(4516, '5c7eeaa17a957', 'yamilruiz16@gmail.com', 'S', 'F', '', 0, '2019-03-05 21:31:09'),
(4517, '5c7eeaa5bf363', 'davidvelez530@gmail.com', 'S', 'F', '', 0, '2019-03-05 21:31:18'),
(4518, '5c7f0317d989f', 'gwcolvin522@yahoo.com', 'S', 'F', '', 0, '2019-03-05 23:15:35'),
(4519, '5c7f2bc2af3c3', 'mandaatkinson@yahoo.com', 'S', 'F', '', 0, '2019-03-06 02:09:01'),
(4520, '5c7f2d5d3794c', 'jcrugg@gmail.com', 'S', 'F', '', 0, '2019-03-06 02:15:56'),
(4521, '5c7f370444d96', 'twomillers888@aol.com', 'S', 'F', '', 0, '2019-03-06 02:56:59'),
(4522, '5c7f4645a33b2', 'kwood23001@yahoo.com', 'S', 'F', '', 0, '2019-03-06 04:02:06'),
(4523, '5c7f62454efe4', 'mgjets12@gmail.com', 'S', 'F', '', 0, '2019-03-06 06:01:39'),
(4524, '5c7f63aed437e', 'nidia304@gmail.com', 'S', 'F', '', 0, '2019-03-06 06:07:41'),
(4525, '5c7f645d0c434', 'paulplain@gmail.com', 'S', 'F', '', 0, '2019-03-06 06:10:30'),
(4526, '5c7f769019284', 'mgjets12@gmail.com', 'S', 'F', '', 0, '2019-03-06 07:28:16'),
(4527, '5c7f8ac07b7ea', 'paulplain@gmail.com', 'S', 'F', '', 0, '2019-03-06 08:54:21'),
(4528, '5c7f8d635978b', 'adado1938@aol.com', 'S', 'F', '', 0, '2019-03-06 09:05:31'),
(4529, '5c7f9379ce5ef', 'paulplain@gmail.com', 'S', 'F', '', 0, '2019-03-06 09:31:36'),
(4530, '5c7fb14aa5be8', 'ppelitservis@gmail.com', 'S', 'F', '', 0, '2019-03-06 11:38:48'),
(4531, '5c7fb659c884f', 'caroline.geiger@gmx.de', 'S', 'F', '', 0, '2019-03-06 12:00:21'),
(4532, '5c7fb9e62327b', 'slack.tamika@yahoo.com', 'S', 'F', '', 0, '2019-03-06 12:15:32'),
(4533, '5c7fcc1c1b3b0', 'euua.com.ua@gmail.com', 'S', 'F', '', 0, '2019-03-06 13:33:13'),
(4534, '5c7fcdb648f1f', 'paulplain@gmail.com', 'S', 'F', '', 0, '2019-03-06 13:40:00'),
(4535, '5c7fe0cd1deb2', 'pfreeman@dustinconstruction.com', 'S', 'F', '', 0, '2019-03-06 15:01:29'),
(4536, '5c7ff33c3d35e', 'mojo7000@gmail.com', 'S', 'F', '', 0, '2019-03-06 16:20:12'),
(4537, '5c7ff54bb8bf7', 'liaram77@gmail.com', 'S', 'F', '', 0, '2019-03-06 16:29:00'),
(4538, '5c7fffa70192e', 'kedl60@comcast.net', 'S', 'F', '', 0, '2019-03-06 17:13:11'),
(4539, '5c800f4fab860', 'jbruiners@telus.net', 'S', 'F', '', 0, '2019-03-06 18:20:00'),
(4540, '5c80131dd9a1a', 'jordantawater@sbcglobal.net', 'S', 'F', '', 0, '2019-03-06 18:36:11'),
(4541, '5c80176717bb5', 'h4guzman@gmail.com', 'S', 'F', '', 0, '2019-03-06 18:54:32'),
(4542, '5c801c2c2f1ef', '2005lindadavis@gmail.com', 'S', 'F', '', 0, '2019-03-06 19:14:47'),
(4543, '5c8025a9c8929', 'katiewithee@yahoo.com', 'S', 'F', '', 0, '2019-03-06 19:55:21'),
(4544, '5c8026c619d35', 'wedding2014@t-online.de', 'S', 'F', '', 0, '2019-03-06 20:00:01'),
(4545, '5c804ab6821e8', 'gwcolvin522@yahoo.com', 'S', 'F', '', 0, '2019-03-06 22:33:26'),
(4546, '5c8051a09f1c5', 'hdeshazo2009@yahoo.com', 'S', 'F', '', 0, '2019-03-06 23:02:51'),
(4547, '5c8055313c323', 'bthl27@aol.com', 'S', 'F', '', 0, '2019-03-06 23:18:09'),
(4548, '5c807c4c66aa2', 'nyc512@gmail.com', 'S', 'F', '', 0, '2019-03-07 02:05:00'),
(4549, '5c8083fe00f98', 'jjg0388@yahoo.com', 'S', 'F', '', 0, '2019-03-07 02:37:44'),
(4550, '5c80e41544b63', 'sean.williams@nowtechnologies.com', 'S', 'F', '', 0, '2019-03-07 09:27:48'),
(4551, '5c812385c7268', 'tim2769@gmail.com', 'S', 'F', '', 0, '2019-03-07 13:58:27'),
(4552, '5c8137d3a6f97', 'jackie_longhofer@yahoo.com', 'S', 'F', '', 0, '2019-03-07 15:25:07'),
(4553, '5c8143184c7b5', 'ejwmonbilout@gmail.com', 'S', 'F', '', 0, '2019-03-07 16:13:13'),
(4554, '5c814502827fb', 'silverspringdentalcare@gmail.com', 'S', 'F', '', 0, '2019-03-07 16:21:21'),
(4555, '5c814b59eac6b', 'hdeshazo2009@yahoo.com', 'S', 'F', '', 0, '2019-03-07 16:48:24'),
(4556, '5c814ea22c74e', 'stu11445@gmail.com', 'S', 'F', '', 0, '2019-03-07 17:02:26'),
(4557, '5c8160a6ef64e', 'cvhardscapes@yahoo.com', 'S', 'F', '', 0, '2019-03-07 18:19:19'),
(4558, '5c816719c1937', 'paulplain@gmail.com', 'S', 'F', '', 0, '2019-03-07 18:46:50'),
(4559, '5c816d594b61e', 'd.revill@ntlworld.com', 'S', 'F', '', 0, '2019-03-07 19:13:30'),
(4560, '5c817221a40ad', 'mive513@yahoo.com', 'S', 'F', '', 0, '2019-03-07 19:33:48');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(4561, '5c8184fadd2a7', 'danielalbarian@gmail.com', 'S', 'F', '', 0, '2019-03-07 20:54:15'),
(4562, '5c8187f58dbb2', 'dayanin2020@gmail.com', 'S', 'F', '', 0, '2019-03-07 21:07:01'),
(4563, '5c81b07f50609', 'yamilruiz16@gmail.com', 'S', 'F', '', 0, '2019-03-07 23:59:59'),
(4564, '5c81d0847691d', 'eja86cuervo@gmail.com', 'S', 'F', '', 0, '2019-03-08 02:16:29'),
(4565, '5c81d0a7bbe15', 'haydeb2424@gmail.com', 'S', 'F', '', 0, '2019-03-08 02:17:12'),
(4566, '5c81f7478fd7c', 'jkotwasinski@gmail.com', 'S', 'F', '', 0, '2019-03-08 05:02:00'),
(4567, '5c8232b63d0b8', 'tmathias@pritchardindustries.com', 'S', 'F', '', 0, '2019-03-08 09:15:33'),
(4568, '5c8244a58a6c4', 'bludya72@gmail.com', 'S', 'F', '', 0, '2019-03-08 10:31:58'),
(4569, '5c8260017007e', 'euro800euro@gmail.com', 'S', 'F', '', 0, '2019-03-08 12:28:48'),
(4570, '5c826fb0cbe20', 'epennine@comcast.net', 'S', 'F', '', 0, '2019-03-08 13:35:42'),
(4571, '5c8273f7418e8', 'rllanda49@gmail.com', 'S', 'F', '', 0, '2019-03-08 13:53:54'),
(4572, '5c8290ad53456', 'davidli3530621@yahoo.com', 'S', 'F', '', 0, '2019-03-08 15:56:30'),
(4573, '5c831fd0dba34', 'cvhardscapes@yahoo.com', 'S', 'F', '', 0, '2019-03-09 02:07:13'),
(4574, '5c843b7669dc6', 'aamcanally@yahoo.com', 'S', 'F', '', 0, '2019-03-09 22:17:27'),
(4575, '5c844f50f0b62', 'joaoteixeira75@yahoo.com', 'S', 'F', '', 0, '2019-03-09 23:42:09'),
(4576, '5c846e6973af0', 'kwhitham1@gmail.com', 'S', 'F', '', 0, '2019-03-10 01:54:43'),
(4577, '5c848a0e83d25', 'deeniecehuffman@aol.com', 'S', 'F', '', 0, '2019-03-10 03:52:38'),
(4578, '5c854bd28b96b', 'dana_lynch2003@yahoo.com', 'S', 'F', '', 0, '2019-03-10 17:39:27'),
(4579, '5c85ad0b9a49c', 'rawsonbari@gmail.com', 'S', 'F', '', 0, '2019-03-11 00:34:13'),
(4580, '5c85c4631042e', 'paulmdonovan@yahoo.com', 'S', 'F', '', 0, '2019-03-11 02:13:48'),
(4581, 'gtbhnursing.com', 'gtbhnursing.com@domstates.su', '', '', 'gtbhnursing.com', 0, '2019-03-11 07:04:01'),
(4582, '5c860d0ddfa39', 'rawsonbari@gmail.com', 'S', 'F', '', 0, '2019-03-11 07:23:55'),
(4583, '5c86635cd1400', 'mohsarlene@gmail.com', 'S', 'F', '', 0, '2019-03-11 13:32:10'),
(4584, '5c868269e019f', 'johntylerwilson@gmail.com', 'S', 'F', '', 0, '2019-03-11 15:44:38'),
(4585, '5c86889dbc020', 'brenda11938@gmail.com', 'S', 'F', '', 0, '2019-03-11 16:11:11'),
(4586, '5c868a41e1f6c', 'dskinner@wedoclosets.ca', 'S', 'F', '', 0, '2019-03-11 16:18:08'),
(4587, '5c86968dc1d47', 'cdoremus@newh.net', 'S', 'F', '', 0, '2019-03-11 17:10:38'),
(4588, '5c8697beedba6', 'kyleamywhite@aol.com', 'S', 'F', '', 0, '2019-03-11 17:15:39'),
(4589, '5c86b4388d8aa', 'pnalval@gmail.com', 'S', 'F', '', 0, '2019-03-11 19:17:10'),
(4590, '5c86be0923f7c', 'naponsv@europe.com', 'S', 'F', '', 0, '2019-03-11 19:59:06'),
(4591, '5c86d35ef1f99', 'natalia@promediag.com', 'S', 'F', '', 0, '2019-03-11 21:30:07'),
(4592, '5c86d59ce332f', 'jeff.benevides@gmail.com', 'S', 'F', '', 0, '2019-03-11 21:39:34'),
(4593, '5c86e6565eeb3', 'padgettpsu@gmail.com', 'S', 'F', '', 0, '2019-03-11 22:50:58'),
(4594, '5c86ff6008649', 'juddi18188@aol.com', 'S', 'F', '', 0, '2019-03-12 00:37:45'),
(4595, '5c870c2d954c4', 'maryannemc@yahoo.com', 'S', 'F', '', 0, '2019-03-12 01:32:30'),
(4596, '5c871a196d155', 'sergiopiedade1999@gmail.com', 'S', 'F', '', 0, '2019-03-12 02:31:46'),
(4597, '5c871b78c7178', 'sgiacalone@cfgva.com', 'S', 'F', '', 0, '2019-03-12 02:37:45'),
(4598, '5c8779b0e0185', 'andrewkwin@gmail.com', 'S', 'F', '', 0, '2019-03-12 09:19:46'),
(4599, '5c87ad4f2179a', 'kidscount3@gmail.com', 'S', 'F', '', 0, '2019-03-12 12:59:57'),
(4600, '5c87b4fd3e9e9', 'mohsarlene@gmail.com', 'S', 'F', '', 0, '2019-03-12 13:32:40'),
(4601, '5c87d6a6a5b98', '00hacker5600@gmail.com', 'S', 'F', '', 0, '2019-03-12 15:56:23'),
(4602, '5c87dd1ac5d45', 'chevy71rs@aol.com', 'S', 'F', '', 0, '2019-03-12 16:23:54'),
(4603, '5c87df36f1eb4', 'jchenoweth1957@yahoo.com', 'S', 'F', '', 0, '2019-03-12 16:32:55'),
(4604, '5c87fbd8c4a55', 'onyx6363@aol.com', 'S', 'F', '', 0, '2019-03-12 18:35:02'),
(4605, '5c88320f3fd28', 'dita.rolliyawati@gmail.com', 'S', 'F', '', 0, '2019-03-12 22:26:23'),
(4606, '5c8832145cc19', 'mercedesparjus143@gmail.com', 'S', 'F', '', 0, '2019-03-12 22:26:29'),
(4607, '5c88354dd7f92', 'royallerkler123@gmail.com', 'S', 'F', '', 0, '2019-03-12 22:40:14'),
(4608, '5c88915b2de31', 'frostvdogyt@gmail.com', 'S', 'F', '', 0, '2019-03-13 05:12:58'),
(4609, '5c88cd3d9e477', 'dougmpeterson@gmail.com', 'S', 'F', '', 0, '2019-03-13 09:28:26'),
(4610, '5c8906bb94fd7', 'logan.chaney920@gmail.com', 'S', 'F', '', 0, '2019-03-13 13:33:43'),
(4611, '5c89132700abc', 'ajh7722@gmail.com', 'S', 'F', '', 0, '2019-03-13 14:26:41'),
(4612, '5c8922dc38ff0', 'chelsea@hpadesigngroup.com', 'S', 'F', '', 0, '2019-03-13 15:33:45'),
(4613, '5c89283d74bc8', 'juddi18188@aol.com', 'S', 'F', '', 0, '2019-03-13 15:56:46'),
(4614, '5c8945e23b3ef', 'bcargile@mrsgrissoms.com', 'S', 'F', '', 0, '2019-03-13 18:03:15'),
(4615, '5c8949e5ca24d', 'leylaspears@yahoo.com', 'S', 'F', '', 0, '2019-03-13 18:20:17'),
(4616, '5c894e94859f3', 'kpikegolf@gmail.com', 'S', 'F', '', 0, '2019-03-13 18:40:18'),
(4617, '5c895de53542b', 'burgwc1@aol.com', 'S', 'F', '', 0, '2019-03-13 19:45:37'),
(4618, '5c8969c01ff10', 'peter@peak-mech.com', 'S', 'F', '', 0, '2019-03-13 20:36:16'),
(4619, '5c897cc09e34e', 'matthewrutski77@gmail.com', 'S', 'F', '', 0, '2019-03-13 21:57:17'),
(4620, '5c897d1324b5d', 'lmarsland@aol.com', 'S', 'F', '', 0, '2019-03-13 21:58:39'),
(4621, '5c897d86ea1ae', 'reetz626@aol.com', 'S', 'F', '', 0, '2019-03-13 22:00:35'),
(4622, '5c89c1bc77850', 'staceycostabile@comcast.net', 'S', 'F', '', 0, '2019-03-14 02:51:50'),
(4623, '5c89e968a34a0', 'rawsonbari@gmail.com', 'S', 'F', '', 0, '2019-03-14 05:40:55'),
(4624, '5c89f56984dbc', 'yuyingzhang698@gmail.com', 'S', 'F', '', 0, '2019-03-14 06:32:06'),
(4625, '5c8a0a3d6b27f', 'beakira91@gmail.com', 'S', 'F', '', 0, '2019-03-14 08:01:01'),
(4626, '5c8a1857d2fad', 'sultanasur@yahoo.com', 'S', 'F', '', 0, '2019-03-14 09:01:04'),
(4627, '5c8a40c629084', 'solcanu_cristian@yahoo.com', 'S', 'F', '', 0, '2019-03-14 11:53:40'),
(4628, '5c8a55d110998', 'jessedean05@yahoo.com', 'S', 'F', '', 0, '2019-03-14 13:23:25'),
(4629, '5c8a7504b4019', 'vamshisy@gmail.com', 'S', 'F', '', 0, '2019-03-14 15:36:36'),
(4630, '5c8a756f7cbc6', 'festislee@aol.com', 'S', 'F', '', 0, '2019-03-14 15:38:24'),
(4631, '5c8a86743d8c6', 'emilydsmith11@gmail.com', 'S', 'F', '', 0, '2019-03-14 16:50:57'),
(4632, '5c8a9396f3be2', 'jwinter@aol.com', 'S', 'F', '', 0, '2019-03-14 17:47:03'),
(4633, '5c8a95bf847ce', 'ksmithbuilder1@gmail.com', 'S', 'F', '', 0, '2019-03-14 17:56:15'),
(4634, '5c8aa380e7007', 'mikeh@hoyttrans.com', 'S', 'F', '', 0, '2019-03-14 18:54:52'),
(4635, '5c8ab4f99255d', 'janmarielewis5612@gmail.com', 'S', 'F', '', 0, '2019-03-14 20:09:26'),
(4636, '5c8ac65cea404', 'taresa.he@gmail.com', 'S', 'F', '', 0, '2019-03-14 21:23:38'),
(4637, '5c8ad3879828e', 'dudleypratt438@gmail.com', 'S', 'F', '', 0, '2019-03-14 22:19:51'),
(4638, '5c8ad596c728c', 'bhdigital@gmail.com', 'S', 'F', '', 0, '2019-03-14 22:28:35'),
(4639, '5c8ad72faf807', 'dmesibov@twcny.rr.com', 'S', 'F', '', 0, '2019-03-14 22:35:27'),
(4640, '5c8ae2638a73a', 'oldfaithfulbw@yahoo.com', 'S', 'F', '', 0, '2019-03-14 23:23:15'),
(4641, '5c8af54985d66', 'ionutng@yahoo.co.uk', 'S', 'F', '', 0, '2019-03-15 00:43:46'),
(4642, '5c8b0a3eba889', 'gregzink@cox.net', 'S', 'F', '', 0, '2019-03-15 02:13:18'),
(4643, '5c8b10a35329e', 'scrappincricut@aol.com', 'S', 'F', '', 0, '2019-03-15 02:40:34'),
(4644, '5c8b1f29a4381', 'andrewkwin@gmail.com', 'S', 'F', '', 0, '2019-03-15 03:42:33'),
(4645, '5c8b8bce1af43', 'dmd45@georgetown.edu', 'S', 'F', '', 0, '2019-03-15 11:26:03'),
(4646, '5c8bc803bfa31', 'melzie51@aol.com', 'S', 'F', '', 0, '2019-03-15 15:42:56'),
(4647, '5c8bcde1986b3', 'janiebrandt7@gmail.com', 'S', 'F', '', 0, '2019-03-15 16:08:01'),
(4648, '5c8bd8064656e', 'dakotahunter3030@gmail.com', 'S', 'F', '', 0, '2019-03-15 16:51:16'),
(4649, '5c8bfbdb0ee2b', 'crystalgerri@gmail.com', 'S', 'F', '', 0, '2019-03-15 19:24:10'),
(4650, '5c8c024a0bc13', 'ovedgroup@gmail.com', 'S', 'F', '', 0, '2019-03-15 19:51:37'),
(4651, '5c8c0fff9e47d', 'charlieparker555@yahoo.com', 'S', 'F', '', 0, '2019-03-15 20:50:01'),
(4652, '5c8c3344298e1', 'uga4dawgs@yahoo.com', 'S', 'F', '', 0, '2019-03-15 23:20:29'),
(4653, '5c8c34d660cfc', 'kluvsammy@gmail.com', 'S', 'F', '', 0, '2019-03-15 23:27:18'),
(4654, '5c8c35f946e8b', 'tennyogodde25@gmail.com', 'S', 'F', '', 0, '2019-03-15 23:32:03'),
(4655, '5c8c37a6e0a76', 'm.p.brancoveanu@gmail.com', 'S', 'F', '', 0, '2019-03-15 23:39:18'),
(4656, '5c8c4e68c93fa', 'louise.hodapp@gmail.com', 'S', 'F', '', 0, '2019-03-16 01:16:19'),
(4657, '5c8c61a640ecb', 'mmmelissamunafo@gmail.com', 'S', 'F', '', 0, '2019-03-16 02:38:29'),
(4658, '5c8c983433fb8', 'kwhitham1@gmail.com', 'S', 'F', '', 0, '2019-03-16 06:31:15'),
(4659, '5c8caa50eab1d', 'samsuhudah@gmail.com', 'S', 'F', '', 0, '2019-03-16 07:48:25'),
(4660, '5c8cb9ced49cb', 'tracybozzetti@gmail.com', 'S', 'F', '', 0, '2019-03-16 08:54:36'),
(4661, '5c8d5944a1d45', 'justinfrevert@gmail.com', 'S', 'F', '', 0, '2019-03-16 20:15:00'),
(4662, '5c8d6dbaca1d1', 'stamour.michelle@gmail.com', 'S', 'F', '', 0, '2019-03-16 21:42:13'),
(4663, '5c8d7179db0db', 'mmorrinfl@gmail.com', 'S', 'F', '', 0, '2019-03-16 21:58:11'),
(4664, '5c8d8c0bed58b', 'tavis435@gmail.com', 'S', 'F', '', 0, '2019-03-16 23:51:33'),
(4665, '5c8d8e6a794f1', 'caitcrawford18@gmail.com', 'S', 'F', '', 0, '2019-03-17 00:01:45'),
(4666, '5c8dba6c0d698', 'anisedmo@gmail.com', 'S', 'F', '', 0, '2019-03-17 03:09:32'),
(4667, '5c8e58fc60a8f', 'ceanhenley@yahoo.com', 'S', 'F', '', 0, '2019-03-17 14:25:59'),
(4668, '5c8ed6e227c94', 'jasonfhogue@yahoo.com', 'S', 'F', '', 0, '2019-03-17 23:23:14'),
(4669, '5c8f3a74e9231', 'larrancel@gmail.com', 'S', 'F', '', 0, '2019-03-18 06:28:03'),
(4670, '5c8f476fbe0ec', 'jmcronander@yahoo.com', 'S', 'F', '', 0, '2019-03-18 07:23:19'),
(4671, '5c8f6069057c1', 'pfmahoney@email.com', 'S', 'F', '', 0, '2019-03-18 09:09:58'),
(4672, '5c8f9ab345f46', 'orders@tuksy.com', 'S', 'F', '', 0, '2019-03-18 13:18:39'),
(4673, '5c8fa8d1193d5', 'bfarragher88@gmail.com', 'S', 'F', '', 0, '2019-03-18 14:18:55'),
(4674, '5c8faca472aeb', 'dsvsddsv@gmail.com', 'S', 'F', '', 0, '2019-03-18 14:35:12'),
(4675, '5c8fbc028d2ee', 'emily@restbusservices.com', 'S', 'F', '', 0, '2019-03-18 15:40:48'),
(4676, '5c8fc77caa006', 'larrancel@gmail.com', 'S', 'F', '', 0, '2019-03-18 16:29:50'),
(4677, '5c8fd96d67a1e', 'david.friedel@buildersblinds.com', 'S', 'F', '', 0, '2019-03-18 17:46:19'),
(4678, '5c8fd986e9317', 'sreddick2@comcast.net', 'S', 'F', '', 0, '2019-03-18 17:46:47'),
(4679, '5c8fdb320fbdc', 'phillipsmuriel61@gmail.com', 'S', 'F', '', 0, '2019-03-18 17:53:51'),
(4680, '5c8fdc48539e1', 'gtsmts51@gmail.com', 'S', 'F', '', 0, '2019-03-18 17:58:33'),
(4681, '5c8fe63561b16', 'vminer33@yahoo.com', 'S', 'F', '', 0, '2019-03-18 18:40:54'),
(4682, '5c8ffdfee32fc', 'ercudsky@gmail.com', 'S', 'F', '', 0, '2019-03-18 20:22:17'),
(4683, '5c900d7e37809', 'jmcronander@yahoo.com', 'S', 'F', '', 0, '2019-03-18 21:28:25'),
(4684, '5c901727b19bc', 'nataschasophie@freenet.de', 'S', 'F', '', 0, '2019-03-18 22:09:40'),
(4685, '5c901b30a5152', 'kcdksmith@sbcglobal.net', 'S', 'F', '', 0, '2019-03-18 22:26:53'),
(4686, '5c901b728b692', 'claywalkup13@gmail.com', 'S', 'F', '', 0, '2019-03-18 22:28:02'),
(4687, '5c901e9fa4400', 'lara@blindsasap.com', 'S', 'F', '', 0, '2019-03-18 22:41:35'),
(4688, '5c90522dca1da', 'ilovejazmin9@gmail.com', 'S', 'F', '', 0, '2019-03-19 02:21:26'),
(4689, '5c905341616d7', 'jmcronander@yahoo.com', 'S', 'F', '', 0, '2019-03-19 02:26:08'),
(4690, '5c9054e66388a', 'justlikehomefcc@aol.com', 'S', 'F', '', 0, '2019-03-19 02:33:04'),
(4691, '5c90577650e81', 'bfarragher88@gmail.com', 'S', 'F', '', 0, '2019-03-19 02:44:06'),
(4692, '5c905bb45c3f3', 'jlhfcc@embarqmail.com', 'S', 'F', '', 0, '2019-03-19 03:02:13'),
(4693, '5c90748bf067c', 'jane.s.lomas@gmail.com', 'S', 'F', '', 0, '2019-03-19 04:48:10'),
(4694, '5c90809a0b44f', 'michaelamangini@yahoo.com', 'S', 'F', '', 0, '2019-03-19 05:39:36'),
(4695, 'gtbhnursing.com', 'gtbhnursing.com@domstates.su', '', '', 'gtbhnursing.com', 0, '2019-03-19 07:55:42'),
(4696, '5c90bc17a7bca', 'krishnanstephanie@gmail.com', 'S', 'F', '', 0, '2019-03-19 09:53:23'),
(4697, '5c90c2519c130', 'kleppje@yahoo.com', 'S', 'F', '', 0, '2019-03-19 10:19:59'),
(4698, '5c90e977aee3b', 'ragold123@gmail.com', 'S', 'F', '', 0, '2019-03-19 13:07:01'),
(4699, '5c90ed1fee5c9', 'vadoud.sana@gmail.com', 'S', 'F', '', 0, '2019-03-19 13:22:36'),
(4700, '5c90f32b3735c', '1964cid@gmail.com', 'S', 'F', '', 0, '2019-03-19 13:48:22'),
(4701, '5c9100fbdf491', 'websterservices@aol.com', 'S', 'F', '', 0, '2019-03-19 14:47:21'),
(4702, '5c91120cac386', 'jjpoolspa@yahoo.com', 'S', 'F', '', 0, '2019-03-19 16:00:12'),
(4703, '5c9115f610b0a', 'romangomez@mainsurancecenter.com', 'S', 'F', '', 0, '2019-03-19 16:16:49'),
(4704, '5c911a536496e', 'michaelamangini@yahoo.com', 'S', 'F', '', 0, '2019-03-19 16:35:30'),
(4705, '5c911e3130a17', 'akeia32@yahoo.com', 'S', 'F', '', 0, '2019-03-19 16:52:02'),
(4706, '5c9122b4e888d', 'william.biciocchi@thomsoninvest.net', 'S', 'F', '', 0, '2019-03-19 17:11:17'),
(4707, '5c9141ddddbf7', 'eugenechernous@gmail.com', 'S', 'F', '', 0, '2019-03-19 19:24:13'),
(4708, '5c914b4becad4', 'lopezcinthya058@gmail.com', 'S', 'F', '', 0, '2019-03-19 20:04:27'),
(4709, '5c9154a923d07', 'debnagel@cox.net', 'S', 'F', '', 0, '2019-03-19 20:44:20'),
(4710, '5c91787da3e3e', 'xblbyesma@gmail.com', 'S', 'F', '', 0, '2019-03-19 23:17:17'),
(4711, '5c917d9d83e52', 'krishnanstephanie@gmail.com', 'S', 'F', '', 0, '2019-03-19 23:39:04'),
(4712, '5c9194ce69605', 'selectajah72@gmail.com', 'S', 'F', '', 0, '2019-03-20 01:18:05'),
(4713, '5c9195db932d5', 'josert95@gmail.com', 'S', 'F', '', 0, '2019-03-20 01:22:35'),
(4714, '5c91c34b68bda', 'xblbyesmakv@gmail.com', 'S', 'F', '', 0, '2019-03-20 04:36:26'),
(4715, '5c91d44d3ee71', 'jagarlock@gmail.com', 'S', 'F', '', 0, '2019-03-20 05:49:01'),
(4716, '5c92243c9b9c3', 'roadqueenanne@cox.net', 'S', 'F', '', 0, '2019-03-20 11:30:02'),
(4717, '5c9227442504e', 'kmac12762@aol.com', 'S', 'F', '', 0, '2019-03-20 11:42:57'),
(4718, '5c9255d108900', 'ladylexy530@aol.com', 'S', 'F', '', 0, '2019-03-20 15:01:32'),
(4719, '5c9259f9afdf4', 'jorgeysalgado@yahoo.com', 'S', 'F', '', 0, '2019-03-20 15:19:19'),
(4720, '5c9261c4cfac1', 'susan.joseph1786@gmail.com', 'S', 'F', '', 0, '2019-03-20 15:52:35'),
(4721, '5c9263c4691ac', 'janellepool@yahoo.com', 'S', 'F', '', 0, '2019-03-20 16:01:07'),
(4722, '5c926a62078bf', 'mjugle@gmail.com', 'S', 'F', '', 0, '2019-03-20 16:29:21'),
(4723, '5c9276a64ac94', 'jagarlock@gmail.com', 'S', 'F', '', 0, '2019-03-20 17:21:42'),
(4724, '5c927904c48ae', 'bhavinbpatel@gmail.com', 'S', 'F', '', 0, '2019-03-20 17:31:49'),
(4725, '5c927d1325583', 'cb24x7@aol.com', 'S', 'F', '', 0, '2019-03-20 17:49:07'),
(4726, '5c9280b971213', 'tim.mosca@yahoo.com', 'S', 'F', '', 0, '2019-03-20 18:04:41'),
(4727, '5c92832e0c372', 'badgerkadams@gmail.com', 'S', 'F', '', 0, '2019-03-20 18:15:10'),
(4728, '5c928595789ac', 'roybidisha@gmail.com', 'S', 'F', '', 0, '2019-03-20 18:25:23'),
(4729, '5c928b98157b1', 'josert95@gmail.com', 'S', 'F', '', 0, '2019-03-20 18:51:03'),
(4730, '5c92937bcd950', 'vivon8707@gmail.com', 'S', 'F', '', 0, '2019-03-20 19:24:40'),
(4731, '5c929efd98fe0', 'margaretgrundy@gmail.com', 'S', 'F', '', 0, '2019-03-20 20:13:46'),
(4732, '5c929fb11ed03', 'sellersar@gmail.com', 'S', 'F', '', 0, '2019-03-20 20:16:49'),
(4733, '5c92a24469151', 'kctj1994@gmail.com', 'S', 'F', '', 0, '2019-03-20 20:27:45'),
(4734, '5c92b0102b6bf', 'jorgeysalgado@yahoo.com', 'S', 'F', '', 0, '2019-03-20 21:26:36'),
(4735, '5c92bd3a2b38d', 'jessicabartolome2@gmail.com', 'S', 'F', '', 0, '2019-03-20 22:22:49'),
(4736, '5c92ca2234cbb', 'mypal_15@yahoo.com', 'S', 'F', '', 0, '2019-03-20 23:17:50'),
(4737, '5c92ee8796171', 'jorgeysalgado@yahoo.com', 'S', 'F', '', 0, '2019-03-21 01:53:10'),
(4738, '5c92f930f299b', 'kmac12762@aol.com', 'S', 'F', '', 0, '2019-03-21 02:38:41'),
(4739, '5c92fd24a5f1b', 'dannychenyoo@gmail.com', 'S', 'F', '', 0, '2019-03-21 02:55:26'),
(4740, '5c9309c341214', 'gordonminier@gmail.com', 'S', 'F', '', 0, '2019-03-21 03:49:16'),
(4741, '5c9312451a004', 'lycalderontci@aol.com', 'S', 'F', '', 0, '2019-03-21 04:25:33'),
(4742, '5c934ca4168c0', 'josert95@gmail.com', 'S', 'F', '', 0, '2019-03-21 08:34:41'),
(4743, '5c936ec062a17', 'burhan@libero.it', 'S', 'F', '', 0, '2019-03-21 11:00:13'),
(4744, '5c936f659d023', 'ljohnso2559@yahoo.com', 'S', 'F', '', 0, '2019-03-21 11:02:58'),
(4745, '5c9373d84a9c0', 'georgexavierisnow@gmail.com', 'S', 'F', '', 0, '2019-03-21 11:21:58'),
(4746, '5c93766c02e57', 'jennifer.gonzalez_1174@yahoo.com', 'S', 'F', '', 0, '2019-03-21 11:32:57'),
(4747, '5c9385f644ca5', 'david32882@gmail.com', 'S', 'F', '', 0, '2019-03-21 12:39:15'),
(4748, '5c9387a767e67', 'james.child@veargroup.com', 'S', 'F', '', 0, '2019-03-21 12:46:28'),
(4749, '5c93a16ac7860', 'hp_powers@comcast.net', 'S', 'F', '', 0, '2019-03-21 14:36:20'),
(4750, '5c93b71d26b71', 'tattue3956@gmail.com', 'S', 'F', '', 0, '2019-03-21 16:09:01'),
(4751, '5c93b98e264e3', 'jsprod7@gmail.com', 'S', 'F', '', 0, '2019-03-21 16:19:25'),
(4752, '5c93d14083b83', 'krishnanstephanie@gmail.com', 'S', 'F', '', 0, '2019-03-21 18:00:28'),
(4753, '5c93d376a4721', 'olaf.krams@gmx.de', 'S', 'F', '', 0, '2019-03-21 18:09:59'),
(4754, '5c93e86e92b92', 'animemonkey02@yahoo.com', 'S', 'F', '', 0, '2019-03-21 19:39:26'),
(4755, '5c93e8c48327b', 'rockmcl@yahoo.com', 'S', 'F', '', 0, '2019-03-21 19:40:50'),
(4756, '5c93ee8f8f21f', 'mdsubscriptions@gmail.com', 'S', 'F', '', 0, '2019-03-21 20:05:32'),
(4757, '5c93f8886ae72', 'williamsbrandy440@gmail.com', 'S', 'F', '', 0, '2019-03-21 20:48:08'),
(4758, '5c93fb0150477', 'e3miel@yahoo.com', 'S', 'F', '', 0, '2019-03-21 20:58:41'),
(4759, '5c93fb04db4e0', 'jorgeysalgado@yahoo.com', 'S', 'F', '', 0, '2019-03-21 20:58:44'),
(4760, '5c93fe8734056', 'kp72947@gmail.com', 'S', 'F', '', 0, '2019-03-21 21:13:39'),
(4761, '5c9401817ee6f', 'krishnanstephanie@gmail.com', 'S', 'F', '', 0, '2019-03-21 21:26:21'),
(4762, '5c94189c81eb1', 'franklinosmin85@gmail.com', 'S', 'F', '', 0, '2019-03-21 23:05:00'),
(4763, '5c941983900e0', 'justcause21432@gmail.com', 'S', 'F', '', 0, '2019-03-21 23:08:51'),
(4764, '5c941a4441953', 'alexisdbomb@gmail.com', 'S', 'F', '', 0, '2019-03-21 23:12:04'),
(4765, '5c9428a150db1', 'chad.l.lawrence@gmail.com', 'S', 'F', '', 0, '2019-03-22 00:13:20'),
(4766, '5c9431e4100c8', 'tuantainguyen24@yahoo.com', 'S', 'F', '', 0, '2019-03-22 00:52:46'),
(4767, '5c943ff3e9c80', 'kellybelucio@gmail.com', 'S', 'F', '', 0, '2019-03-22 01:52:51'),
(4768, '5c9440cfd160f', 'bboelens60@gmail.com', 'S', 'F', '', 0, '2019-03-22 01:56:25'),
(4769, '5c9442195e4aa', 'karllazar34@gmail.com', 'S', 'F', '', 0, '2019-03-22 02:01:54'),
(4770, '5c9442b219a05', 'shyjennifer2001@gmail.com', 'S', 'F', '', 0, '2019-03-22 02:04:33'),
(4771, '5c9445c19ebde', 'gordonminier@gmail.com', 'S', 'F', '', 0, '2019-03-22 02:17:37'),
(4772, '5c9446d2afe56', 'markbfoster83@gmail.com', 'S', 'F', '', 0, '2019-03-22 02:22:02'),
(4773, '5c9449b12718e', 'camjohnson2001@gmail.com', 'S', 'F', '', 0, '2019-03-22 02:34:19'),
(4774, '5c944df0deb97', 'edchapman55@gmail.com', 'S', 'F', '', 0, '2019-03-22 02:52:26'),
(4775, '5c94572bbece5', 'tony.avalos16@gmail.com', 'S', 'F', '', 0, '2019-03-22 03:31:54'),
(4776, '5c945a2d18bd5', 'beverlyjones@gmail.com', 'S', 'F', '', 0, '2019-03-22 03:44:39'),
(4777, '5c9465507ce68', '5869040004@txt.att.net', 'S', 'F', '', 0, '2019-03-22 04:32:14'),
(4778, '5c94b55798d3a', 'tbthompson97@gmail.com', 'S', 'F', '', 0, '2019-03-22 10:07:27'),
(4779, '5c94bef7c2a34', 'pixelgod51@yahoo.com', 'S', 'F', '', 0, '2019-03-22 10:48:27'),
(4780, '5c94d835a2b75', 'ljohnso2559@yahoo.com', 'S', 'F', '', 0, '2019-03-22 12:36:08'),
(4781, '5c94da0414e33', 'sparklethebebg2002@gmail.com', 'S', 'F', '', 0, '2019-03-22 12:43:49'),
(4782, '5c94e147d0cf6', 'euro.business.net@gmail.com', 'S', 'F', '', 0, '2019-03-22 13:14:51'),
(4783, '5c94e6408aa5b', 'mwarrenjobs@gmail.com', 'S', 'F', '', 0, '2019-03-22 13:36:04'),
(4784, '5c94efda1e769', 'cutieian095@gmail.com', 'S', 'F', '', 0, '2019-03-22 14:17:01'),
(4785, '5c94f26b8a5b2', 'tobylashley@gmail.com', 'S', 'F', '', 0, '2019-03-22 14:27:56'),
(4786, '5c94f3f4314fc', 'sekeerberry@gmail.com', 'S', 'F', '', 0, '2019-03-22 14:34:28'),
(4787, '5c94f4da4ef7d', 'hdsportyfb@gmail.com', 'S', 'F', '', 0, '2019-03-22 14:38:21'),
(4788, '5c9505b1cac64', 'gordonminier@gmail.com', 'S', 'F', '', 0, '2019-03-22 15:56:32'),
(4789, '5c950943f299f', 'markbfoster83@gmail.com', 'S', 'F', '', 0, '2019-03-22 16:11:46'),
(4790, '5c953f7389e84', 'markbfoster83@gmail.com', 'S', 'F', '', 0, '2019-03-22 20:02:55'),
(4791, '5c9548600281d', 'euro.business.net@gmail.com', 'S', 'F', '', 0, '2019-03-22 20:41:01'),
(4792, '5c954ef78bb69', 'rtrout1277@gmail.com', 'S', 'F', '', 0, '2019-03-22 21:09:12'),
(4793, '5c95602bbe523', 'justcause21432@gmail.com', 'S', 'F', '', 0, '2019-03-22 22:22:36'),
(4794, '5c9598efdec11', 'gordonminier@gmail.com', 'S', 'F', '', 0, '2019-03-23 02:24:39'),
(4795, '5c96077c89753', 'tanderson15@cox.net', 'S', 'F', '', 0, '2019-03-23 10:16:26'),
(4796, '5c9620d3d9b4d', 'nathanhkim@gmail.com', 'S', 'F', '', 0, '2019-03-23 12:04:31'),
(4797, '5c9678275b784', 'nospammallowed@gmail.com', 'S', 'F', '', 0, '2019-03-23 18:17:13'),
(4798, '5c969d9d174d1', 'dragonslyr2@aol.com', 'S', 'F', '', 0, '2019-03-23 20:57:02'),
(4799, '5c96c59600ea7', 'ksmartines@yahoo.com', 'S', 'F', '', 0, '2019-03-23 23:47:34'),
(4800, '5c96cc5e9bbb7', 'camjohnson2001@gmail.com', 'S', 'F', '', 0, '2019-03-24 00:16:31'),
(4801, '5c96d8a369b64', 'tom48152@gmail.com', 'S', 'F', '', 0, '2019-03-24 01:08:47'),
(4802, '5c96dd0d33da8', '6266846544h@gmail.com', 'S', 'F', '', 0, '2019-03-24 01:27:41'),
(4803, '5c9703b25228b', 'fllamezz60@gmail.com', 'S', 'F', '', 0, '2019-03-24 04:12:34'),
(4804, '5c9708f9b44b5', 'mohamed.emira@gmail.com', 'S', 'F', '', 0, '2019-03-24 04:35:04'),
(4805, '5c97424b045a3', 'kellybelucio@gmail.com', 'S', 'F', '', 0, '2019-03-24 08:39:31'),
(4806, '5c9744eeb5f45', 'dennorrisj2013@gmail.com', 'S', 'F', '', 0, '2019-03-24 08:50:53'),
(4807, '5c97452fcdaa8', 'joaspimp@gmail.com', 'S', 'F', '', 0, '2019-03-24 08:51:58'),
(4808, '5c978f336c2c9', 'dazzlingdesignscg@gmail.com', 'S', 'F', '', 0, '2019-03-24 14:07:45'),
(4809, '5c97910dce996', 'josiahgl@gmail.com', 'S', 'F', '', 0, '2019-03-24 14:15:40'),
(4810, '5c97a426ec3d6', 'hayden101897@gmail.com', 'S', 'F', '', 0, '2019-03-24 15:37:10'),
(4811, '5c9808c6a5321', 'jernard2@gmail.com', 'S', 'F', '', 0, '2019-03-24 22:46:25'),
(4812, '5c9841d6c3673', 'cathiej51@aol.com', 'S', 'F', '', 0, '2019-03-25 02:49:59'),
(4813, '5c98545d19414', 'fllamezz60@gmail.com', 'S', 'F', '', 0, '2019-03-25 04:08:55'),
(4814, '5c98a2eff1ff8', 'pcmays@gmail.com', 'S', 'F', '', 0, '2019-03-25 09:44:12'),
(4815, '5c98ad11358a0', 'cutieian095@gmail.com', 'S', 'F', '', 0, '2019-03-25 10:27:30'),
(4816, '5c98c18d1d230', 'info@grazhdanstvo.es', 'S', 'F', '', 0, '2019-03-25 11:54:50'),
(4817, '5c98d4e3f3a32', 'vaframeman@aol.com', 'S', 'F', '', 0, '2019-03-25 13:17:21'),
(4818, '5c990c5cac80f', 'newton.jamesa@gmail.com', 'S', 'F', '', 0, '2019-03-25 17:14:05'),
(4819, '5c99133a260bd', 'salroni@yahoo.com', 'S', 'F', '', 0, '2019-03-25 17:43:22'),
(4820, '5c9919b448abf', 'gtlawlor14@aol.com', 'S', 'F', '', 0, '2019-03-25 18:11:00'),
(4821, '5c99458be8d44', 'dazayev79@gmail.com', 'S', 'F', '', 0, '2019-03-25 21:18:03'),
(4822, '5c9971cac09a5', 'fllamezz60@gmail.com', 'S', 'F', '', 0, '2019-03-26 00:26:44'),
(4823, '5c9975219cc38', 'dav1dcgrant@gmail.com', 'S', 'F', '', 0, '2019-03-26 00:40:58'),
(4824, '5c9976f11fab2', 'retro.aston@gmail.com', 'S', 'F', '', 0, '2019-03-26 00:48:41'),
(4825, '5c998d9be7e42', 'nancbo@aol.com', 'S', 'F', '', 0, '2019-03-26 02:25:26'),
(4826, '5c99e0c4318f9', 'dazzlingdesignscg@gmail.com', 'S', 'F', '', 0, '2019-03-26 08:20:18'),
(4827, '5c99e52f60296', 'brookesommer17@yahoo.com', 'S', 'F', '', 0, '2019-03-26 08:39:10'),
(4828, '5c99ee1b7490d', 'lycalderontci@aol.com', 'S', 'F', '', 0, '2019-03-26 09:17:16'),
(4829, '5c9a0247dec6c', 'srikanth.konuganti@gmail.com', 'S', 'F', '', 0, '2019-03-26 10:43:17'),
(4830, '5c9a03817a488', 'buckley528@gmail.com', 'S', 'F', '', 0, '2019-03-26 10:48:31'),
(4831, '5c9a1f9ee22fd', 'samantha.mussehl@acrhomes.com', 'S', 'F', '', 0, '2019-03-26 12:48:25'),
(4832, '5c9a5db0d79f2', 'davidjfagan@gmail.com', 'S', 'F', '', 0, '2019-03-26 17:13:22'),
(4833, '5c9a76c5dc3d9', 'pdsims77@yahoo.com', 'S', 'F', '', 0, '2019-03-26 19:00:17'),
(4834, '5c9a7f6ca39a4', 'ovedgroup@gmail.com', 'S', 'F', '', 0, '2019-03-26 19:37:13'),
(4835, '5c9a7f8fbe02e', 'theepigas@herbjoyent.com', 'S', 'F', '', 0, '2019-03-26 19:37:52'),
(4836, '5c9a8a7b0be84', 'andrew@crosslandins.com', 'S', 'F', '', 0, '2019-03-26 20:24:24'),
(4837, '5c9a92ed6b5c1', 'adrianareynolds@gmail.com', 'S', 'F', '', 0, '2019-03-26 21:00:24'),
(4838, '5c9aaaf1bf1c3', 'alainaaurelia@yahoo.com', 'S', 'F', '', 0, '2019-03-26 22:42:57'),
(4839, '5c9ab5681a6b2', 'judgereeves@gmail.com', 'S', 'F', '', 0, '2019-03-26 23:27:31'),
(4840, '5c9ab6004d40f', 'cdrew9587@yahoo.com', 'S', 'F', '', 0, '2019-03-26 23:30:08'),
(4841, '5c9ab6806a8c7', 'lmpc22@aol.com', 'S', 'F', '', 0, '2019-03-26 23:32:09'),
(4842, '5c9ab91f5048c', 'bekanolen@yahoo.com', 'S', 'F', '', 0, '2019-03-26 23:43:28'),
(4843, '5c9acce6750fc', 'paultran630@yahoo.com', 'S', 'F', '', 0, '2019-03-27 01:07:52'),
(4844, '5c9ad3a12c408', 'rcolwill@gmail.com', 'S', 'F', '', 0, '2019-03-27 01:36:33'),
(4845, '5c9ad618db9d3', 'gpkirkbride@gmail.com', 'S', 'F', '', 0, '2019-03-27 01:46:59'),
(4846, '5c9b4903869a9', 'foxcara16@gmail.com', 'S', 'F', '', 0, '2019-03-27 09:57:22'),
(4847, '5c9b58acd5784', 'tylerwolin@gmail.com', 'S', 'F', '', 0, '2019-03-27 11:04:10'),
(4848, '5c9b5aebb164b', 'dandswebb@gmail.com', 'S', 'F', '', 0, '2019-03-27 11:13:45'),
(4849, '5c9b6d0dd9bc8', 'darius.rahbar@gmail.com', 'S', 'F', '', 0, '2019-03-27 12:31:04'),
(4850, '5c9b6de20386d', 'dporray@gmail.com', 'S', 'F', '', 0, '2019-03-27 12:34:38'),
(4851, '5c9b6dfcd8d48', 'btcstacker@gmail.com', 'S', 'F', '', 0, '2019-03-27 12:35:05'),
(4852, '5c9b75610813c', 'kvaughn022869@gmail.com', 'S', 'F', '', 0, '2019-03-27 13:06:38'),
(4853, '5c9b815a50758', 'greenhow@msu.edu', 'S', 'F', '', 0, '2019-03-27 13:57:43'),
(4854, '5c9b8a031f429', 'frankpater@fuse.net', 'S', 'F', '', 0, '2019-03-27 14:34:39'),
(4855, '5c9b96579f2f4', 'retlaw83@gmail.com', 'S', 'F', '', 0, '2019-03-27 15:27:17'),
(4856, '5c9ba0ca9cba5', 'maaco852@aol.com', 'S', 'F', '', 0, '2019-03-27 16:11:51'),
(4857, '5c9ba659e71ec', 'jtehmke@gmail.com', 'S', 'F', '', 0, '2019-03-27 16:35:35'),
(4858, '5c9bc2a8dffe0', 'lopez_fam3@att.net', 'S', 'F', '', 0, '2019-03-27 18:36:25'),
(4859, '5c9bc61d4df9e', 'flyahmed@yahoo.com', 'S', 'F', '', 0, '2019-03-27 18:51:05'),
(4860, '5c9bc8c442ea7', 'test1721@yahoo.com', 'S', 'F', '', 0, '2019-03-27 19:02:23'),
(4861, '5c9bc9e3b2bb4', 'ubamous3@gmail.com', 'S', 'F', '', 0, '2019-03-27 19:07:16'),
(4862, '5c9bd276abe65', 'ida_labkvoski@yahoo.com', 'S', 'F', '', 0, '2019-03-27 19:43:46'),
(4863, '5c9bd550ddd23', 'mit031456@gmail.com', 'S', 'F', '', 0, '2019-03-27 19:56:01'),
(4864, '5c9bda4c7e5f8', 'jtehmke@gmail.com', 'S', 'F', '', 0, '2019-03-27 20:17:17'),
(4865, '5c9be98c836ae', 'mpandolfo1214@gmail.com', 'S', 'F', '', 0, '2019-03-27 21:22:20'),
(4866, '5c9bf3c23586b', 'laysville@aol.com', 'S', 'F', '', 0, '2019-03-27 22:05:50'),
(4867, '5c9bf7e0bec1e', 'peart.kishi@gmail.com', 'S', 'F', '', 0, '2019-03-27 22:23:23'),
(4868, '5c9c0cd88dcce', 'zcharles1999@gmail.com', 'S', 'F', '', 0, '2019-03-27 23:52:52'),
(4869, '5c9c1c3c454d8', 'rahoe78@yahoo.com', 'S', 'F', '', 0, '2019-03-28 00:58:36'),
(4870, '5c9c235823995', 'bobwarner3@comcast.net', 'S', 'F', '', 0, '2019-03-28 01:28:57'),
(4871, '5c9c29d1c0f51', 'kholtjax@gmail.com', 'S', 'F', '', 0, '2019-03-28 01:56:26'),
(4872, '5c9c2b654fabf', 'danelleguidry5@gmail.com', 'S', 'F', '', 0, '2019-03-28 02:03:18'),
(4873, '5c9c2bbabf098', 'sanmiguelfeliz@gmail.com', 'S', 'F', '', 0, '2019-03-28 02:04:35'),
(4874, '5c9c40b55f4ad', 'hao.awesome@gmail.com', 'S', 'F', '', 0, '2019-03-28 03:34:07'),
(4875, '5c9c4560992b8', 'duckybobmanl@yahoo.com', 'S', 'F', '', 0, '2019-03-28 03:54:08'),
(4876, '5c9c477c77ba8', 'fireman11771@yahoo.com', 'S', 'F', '', 0, '2019-03-28 04:03:07'),
(4877, '5c9c4e9ece1d5', 'mickey.maher@yahoo.com', 'S', 'F', '', 0, '2019-03-28 04:33:33'),
(4878, '5c9c5022ca65e', 'sanmiguelfeliz@gmail.com', 'S', 'F', '', 0, '2019-03-28 04:40:01'),
(4879, '5c9c523704bd6', 'jaykjani1995@gmail.com', 'S', 'F', '', 0, '2019-03-28 04:48:55'),
(4880, '5c9c52d5d44c3', 'elinda_schulze@yahoo.com', 'S', 'F', '', 0, '2019-03-28 04:51:32'),
(4881, '5c9c53d387330', 'natalibarski@gmail.com', 'S', 'F', '', 0, '2019-03-28 04:55:47'),
(4882, '5c9c556570451', 'climbhigh@gmail.com', 'S', 'F', '', 0, '2019-03-28 05:02:29'),
(4883, '5c9c5e58ef982', 'sonicwhiz34@yahoo.com', 'S', 'F', '', 0, '2019-03-28 05:40:40'),
(4884, '5c9c648bdb157', 'rosalie.uht@gmail.com', 'S', 'F', '', 0, '2019-03-28 06:07:08'),
(4885, '5c9c75b88b4df', 'sanmiguelfeliz@gmail.com', 'S', 'F', '', 0, '2019-03-28 07:20:17'),
(4886, '5c9c93736041d', 'fustonj8435@gmail.com', 'S', 'F', '', 0, '2019-03-28 09:27:13'),
(4887, '5c9c9647a9ee5', 'cplarsen@gmail.com', 'S', 'F', '', 0, '2019-03-28 09:39:18'),
(4888, '5c9c9fd795056', 'rossc92407@gmail.com', 'S', 'F', '', 0, '2019-03-28 10:19:59'),
(4889, '5c9cd0380bb39', 'naweiland@gmail.com', 'S', 'F', '', 0, '2019-03-28 13:46:28'),
(4890, '5c9cddf348c6b', 'xainzx@yahoo.com', 'S', 'F', '', 0, '2019-03-28 14:45:05'),
(4891, '5c9ce285c5fc9', 'johathanmd@gmail.com', 'S', 'F', '', 0, '2019-03-28 15:04:35'),
(4892, '5c9ce5689e0a8', 'hmp0207@aol.com', 'S', 'F', '', 0, '2019-03-28 15:16:50'),
(4893, '5c9cf3d29c538', 'dehope961@yahoo.com', 'S', 'F', '', 0, '2019-03-28 16:18:23'),
(4894, '5c9cff3fc7f81', 'davidr0714@aol.com', 'S', 'F', '', 0, '2019-03-28 17:07:09'),
(4895, '5c9d06511f53e', 'trillkid209@gmail.com', 'S', 'F', '', 0, '2019-03-28 17:37:21'),
(4896, '5c9d09ba87280', 'laysville@aol.com', 'S', 'F', '', 0, '2019-03-28 17:51:55'),
(4897, '5c9d153825b4f', 'ubamous3@gmail.com', 'S', 'F', '', 0, '2019-03-28 18:40:54'),
(4898, '5c9d197a40fb4', 'youngnicoledesiree@gmail.com', 'S', 'F', '', 0, '2019-03-28 18:59:03'),
(4899, '5c9d1a0a77197', 'sonicwhiz34@yahoo.com', 'S', 'F', '', 0, '2019-03-28 19:01:31'),
(4900, '5c9d1dbe316a5', 'khaose2@gmail.com', 'S', 'F', '', 0, '2019-03-28 19:17:19'),
(4901, '5c9d2a81d765d', 'debnagel@cox.net', 'S', 'F', '', 0, '2019-03-28 20:11:46'),
(4902, '5c9d2f33b55bb', 'cdsimonson24@gmail.com', 'S', 'F', '', 0, '2019-03-28 20:31:48'),
(4903, '5c9d3bd19e9dd', 'ika.k.wardhani@gmail.com', 'S', 'F', '', 0, '2019-03-28 21:25:34'),
(4904, '5c9d3fb1cfaad', 'qwert224@gmail.com', 'S', 'F', '', 0, '2019-03-28 21:42:04'),
(4905, '5c9d439f69eda', 'petecis@gmail.com', 'S', 'F', '', 0, '2019-03-28 21:58:52'),
(4906, '5c9d61ecbffea', 'chambersj587@gmail.com', 'S', 'F', '', 0, '2019-03-29 00:08:05'),
(4907, '5c9d65ca6c73a', 'bludya72@gmail.com', 'S', 'F', '', 0, '2019-03-29 00:24:43'),
(4908, '5c9d9096c284c', 'endmeplease123@gmail.com', 'S', 'F', '', 0, '2019-03-29 03:27:11'),
(4909, '5c9da3fc2f44e', 'cdtribe55@gmail.com', 'S', 'F', '', 0, '2019-03-29 04:49:54'),
(4910, '5c9dac1571927', 'milkwheatz@gmail.com', 'S', 'F', '', 0, '2019-03-29 05:24:37'),
(4911, '5c9db0be892f4', 'amrijan19@gmail.com', 'S', 'F', '', 0, '2019-03-29 05:44:23'),
(4912, '5c9dbd1c926de', 'mmcruirong@gmail.com', 'S', 'F', '', 0, '2019-03-29 06:37:15'),
(4913, '5c9dc2a275d81', 'ethanplaska@gmail.com', 'S', 'F', '', 0, '2019-03-29 07:00:48'),
(4914, '5c9dc783e9376', 'jbrill1974@gmail.com', 'S', 'F', '', 0, '2019-03-29 07:21:38'),
(4915, '5c9dcc9c0447b', 'junior.sutton.iii@gmail.com', 'S', 'F', '', 0, '2019-03-29 07:43:22'),
(4916, '5c9ddaee9db43', 'bzs6455@gmail.com', 'S', 'F', '', 0, '2019-03-29 08:44:28'),
(4917, '5c9de41e4aa81', 'dennishtran7@gmail.com', 'S', 'F', '', 0, '2019-03-29 09:23:39'),
(4918, '5c9de79389677', 'kholtjax@gmail.com', 'S', 'F', '', 0, '2019-03-29 09:38:23'),
(4919, '5c9def677b9f4', 'sandiewright76@gmail.com', 'S', 'F', '', 0, '2019-03-29 10:11:50'),
(4920, '5c9dfab76748f', 'grantgraphicsapparel@gmail.com', 'S', 'F', '', 0, '2019-03-29 11:00:05'),
(4921, '5c9dfff98b550', 'markus.himpele@autoneum.com', 'S', 'F', '', 0, '2019-03-29 11:22:31'),
(4922, '5c9e039e6e30b', 'riptide321@gmail.com', 'S', 'F', '', 0, '2019-03-29 11:38:03'),
(4923, '5c9e0725aef87', 'jaygt124@gmail.com', 'S', 'F', '', 0, '2019-03-29 11:53:06'),
(4924, '5c9e086580628', 'phishprincess@gmail.com', 'S', 'F', '', 0, '2019-03-29 11:58:24'),
(4925, '5c9e17a9b6732', 'hao.awesome@gmail.com', 'S', 'F', '', 0, '2019-03-29 13:03:35'),
(4926, '5c9e1d9374956', 'shantinaterry2008@yahoo.com', 'S', 'F', '', 0, '2019-03-29 13:28:47'),
(4927, '5c9e29d2e87eb', 'blazernoob06@gmail.com', 'S', 'F', '', 0, '2019-03-29 14:21:04'),
(4928, '5c9e2b84d3db2', 'jtehmke@gmail.com', 'S', 'F', '', 0, '2019-03-29 14:28:15'),
(4929, '5c9e3b3869447', 'dylanbrbt62@gmail.com', 'S', 'F', '', 0, '2019-03-29 15:35:21'),
(4930, '5c9e3e1536832', 'jcaylor1@yahoo.com', 'S', 'F', '', 0, '2019-03-29 15:47:34'),
(4931, '5c9e404b1dcb3', 'center_living@bellsouth.net', 'S', 'F', '', 0, '2019-03-29 15:56:55'),
(4932, '5c9e48f83ff3d', 'sbodish@aol.com', 'S', 'F', '', 0, '2019-03-29 16:33:58'),
(4933, '5c9e4b7aec2b0', 'judycarol.cochran@yahoo.com', 'S', 'F', '', 0, '2019-03-29 16:44:39'),
(4934, '5c9e51ca02f53', 'blazernoob06@gmail.com', 'S', 'F', '', 0, '2019-03-29 17:11:39'),
(4935, '5c9e56a49275e', 'mike.riley@gvs.ga.gov', 'S', 'F', '', 0, '2019-03-29 17:32:17'),
(4936, '5c9e593c1f2c0', 'journey1265@aol.com', 'S', 'F', '', 0, '2019-03-29 17:43:24'),
(4937, '5c9e5b227c30b', 'flyahmed@yahoo.com', 'S', 'F', '', 0, '2019-03-29 17:51:27'),
(4938, '5c9e614fb269a', 'skilling.robert@gmail.com', 'S', 'F', '', 0, '2019-03-29 18:17:51'),
(4939, '5c9e61f6c6482', 'fireman11771@yahoo.com', 'S', 'F', '', 0, '2019-03-29 18:20:34'),
(4940, '5c9e648f902f6', 'l.rut@seznam.cz', 'S', 'F', '', 0, '2019-03-29 18:31:41'),
(4941, '5c9e6c42ac6f2', 'plsavaria@gmail.com', 'S', 'F', '', 0, '2019-03-29 19:04:29'),
(4942, '5c9e6eafae82e', 'chambersj587@gmail.com', 'S', 'F', '', 0, '2019-03-29 19:14:51'),
(4943, '5c9e79967b2fd', 'jwhoolery@yahoo.com', 'S', 'F', '', 0, '2019-03-29 20:01:26'),
(4944, '5c9e79e83e140', 'manda132811@yahoo.com', 'S', 'F', '', 0, '2019-03-29 20:02:49'),
(4945, '5c9e85cc8bc0c', 'hayden101897@gmail.com', 'S', 'F', '', 0, '2019-03-29 20:53:34'),
(4946, '5c9e8f47390a5', 'persaudhema75@yahoo.com', 'S', 'F', '', 0, '2019-03-29 21:34:00'),
(4947, '5c9e9d4b285f2', 'znarch@gmail.com', 'S', 'F', '', 0, '2019-03-29 22:33:42'),
(4948, '5c9ea8be4c93e', 'lycalderontci@aol.com', 'S', 'F', '', 0, '2019-03-29 23:22:37'),
(4949, '5c9eae4be32f3', 'xueyufeng1993@gmail.com', 'S', 'F', '', 0, '2019-03-29 23:46:13'),
(4950, '5c9eb024bc4a3', 'tim_nieves@yahoo.com', 'S', 'F', '', 0, '2019-03-29 23:54:12'),
(4951, '5c9eb2deb458b', 'kristi.xh@gmail.com', 'S', 'F', '', 0, '2019-03-30 00:05:44'),
(4952, '5c9eb5a89e10e', 'israeludena916@gmail.com', 'S', 'F', '', 0, '2019-03-30 00:17:37'),
(4953, '5c9ee10e4e192', 'rudy.triandi@gmail.com', 'S', 'F', '', 0, '2019-03-30 03:22:53'),
(4954, '5c9efeff2e56e', 'jtehmke@gmail.com', 'S', 'F', '', 0, '2019-03-30 05:30:37'),
(4955, '5c9f3194e5eae', 'mikefrat44@gmail.com', 'S', 'F', '', 0, '2019-03-30 09:06:25'),
(4956, '5c9f5151ded44', 'marychiu0628@gmail.com', 'S', 'F', '', 0, '2019-03-30 11:21:51'),
(4957, '5c9f8149bf62d', 'pwelch75@gmail.com', 'S', 'F', '', 0, '2019-03-30 14:46:30'),
(4958, '5c9f8d956fde0', 'ryder.dalen@gmail.com', 'S', 'F', '', 0, '2019-03-30 15:39:00'),
(4959, '5c9f970bd0086', 'shadrach1998@gmail.com', 'S', 'F', '', 0, '2019-03-30 16:19:22'),
(4960, '5c9f998c303e5', 'kekrill@gmail.com', 'S', 'F', '', 0, '2019-03-30 16:30:02'),
(4961, '5c9fb08835c79', 'fomfa2k@gmail.com', 'S', 'F', '', 0, '2019-03-30 18:08:08'),
(4962, '5c9fba876eee7', 'tonjea29@aol.com', 'S', 'F', '', 0, '2019-03-30 18:50:45'),
(4963, '5c9fbec899b5d', 'ljliljoe1969@yahoo.com', 'S', 'F', '', 0, '2019-03-30 19:08:57'),
(4964, '5c9fd13f59525', 'optcsucks@yahoo.com', 'S', 'F', '', 0, '2019-03-30 20:27:39'),
(4965, '5c9fd362305ac', 'kp72947@gmail.com', 'S', 'F', '', 0, '2019-03-30 20:36:50'),
(4966, '5c9fdbc0e99cb', 'heavenlywingsdc@gmail.com', 'S', 'F', '', 0, '2019-03-30 21:12:29'),
(4967, '5c9feb17a966a', 'natalia.villarman@gmail.com', 'S', 'F', '', 0, '2019-03-30 22:18:00'),
(4968, '5ca005279986e', 'hmswarrior1@gmail.com', 'S', 'F', '', 0, '2019-03-31 00:09:06'),
(4969, '5ca017870052a', 'n8ofva@gmail.com', 'S', 'F', '', 0, '2019-03-31 01:27:27'),
(4970, '5ca01fe61dd38', 'tim.squared@gmail.com', 'S', 'F', '', 0, '2019-03-31 02:03:18'),
(4971, '5ca03f9c24172', 'renee.mcclymont@gmail.com', 'S', 'F', '', 0, '2019-03-31 04:18:36'),
(4972, '5ca0fa21b2645', 'suedeborah77@gmail.com', 'S', 'F', '', 0, '2019-03-31 17:34:26'),
(4973, '5ca0ff92c1f8b', 'wzx1091162311@gmail.com', 'S', 'F', '', 0, '2019-03-31 17:57:40'),
(4974, '5ca10ab69c4e9', 'jcyablecki@crimson.ua.edu', 'S', 'F', '', 0, '2019-03-31 18:45:08'),
(4975, '5ca10d0b6431e', 'm_crout@yahoo.com', 'S', 'F', '', 0, '2019-03-31 18:55:08'),
(4976, '5ca1265d85b2a', 'joshuaducket@yahoo.com', 'S', 'F', '', 0, '2019-03-31 20:43:04'),
(4977, '5ca12843e8b6a', 'joel.mont7575@gmail.com', 'S', 'F', '', 0, '2019-03-31 20:51:10'),
(4978, '5ca13b5f1f839', 'travisandbrenda5103@gmail.com', 'S', 'F', '', 0, '2019-03-31 22:12:47'),
(4979, '5ca13c1bbceba', 'germanfgarcia@gmail.com', 'S', 'F', '', 0, '2019-03-31 22:15:56'),
(4980, '5ca13e072ad0b', 'mzshavon@aol.com', 'S', 'F', '', 0, '2019-03-31 22:24:04'),
(4981, '5ca1516bbc808', 'ccolvine@googlemail.com', 'S', 'F', '', 0, '2019-03-31 23:46:45'),
(4982, '5ca1592b23ce0', 'linongjiang@gmail.com', 'S', 'F', '', 0, '2019-04-01 00:19:54'),
(4983, '5ca15cdade257', 'krohmalukv@gmail.com', 'S', 'F', '', 0, '2019-04-01 00:35:32'),
(4984, '5ca16289cb0a4', 'spront@rogers.com', 'S', 'F', '', 0, '2019-04-01 00:59:46'),
(4985, '5ca1b6cc6e163', 'ellarubinma@gmail.com', 'S', 'F', '', 0, '2019-04-01 06:59:15'),
(4986, '5ca21670e634b', 'youlet007@yahoo.com', 'S', 'F', '', 0, '2019-04-01 13:47:25'),
(4987, '5ca21ec0751da', 'kowmoomoo@gmail.com', 'S', 'F', '', 0, '2019-04-01 14:22:54'),
(4988, '5ca2228da2a41', 'urekwyder@gmail.com', 'S', 'F', '', 0, '2019-04-01 14:39:04'),
(4989, '5ca22c39b3522', 'tekjester@gmail.com', 'S', 'F', '', 0, '2019-04-01 15:20:19'),
(4990, '5ca23227d015b', 'bludya72@gmail.com', 'S', 'F', '', 0, '2019-04-01 15:45:42'),
(4991, '5ca23577623b3', 'julia.mackinley@gmail.com', 'S', 'F', '', 0, '2019-04-01 15:59:50'),
(4992, '5ca235dc9afea', 'krebsy70@gmail.com', 'S', 'F', '', 0, '2019-04-01 16:01:31'),
(4993, '5ca23d9e63f0f', 'dannyb4515@yahoo.com', 'S', 'F', '', 0, '2019-04-01 16:34:37'),
(4994, '5ca23f7b3db1a', 'euro.business.net@gmail.com', 'S', 'F', '', 0, '2019-04-01 16:42:33'),
(4995, '5ca2408e5a157', 'euro800euro@gmail.com', 'S', 'F', '', 0, '2019-04-01 16:47:11'),
(4996, '5ca241ecc0372', 'aldealydia@aol.com', 'S', 'F', '', 0, '2019-04-01 16:53:02'),
(4997, '5ca246400c86b', 'dwehler1@gmail.com', 'S', 'F', '', 0, '2019-04-01 17:11:26'),
(4998, '5ca24be0728a4', 'shaun.breland@gmail.com', 'S', 'F', '', 0, '2019-04-01 17:35:24'),
(4999, '5ca251d59c324', 'karengriffith2004@yahoo.com', 'S', 'F', '', 0, '2019-04-01 18:00:51'),
(5000, '5ca264d7451bc', 'alfred1bh@aol.com', 'S', 'F', '', 0, '2019-04-01 19:21:54'),
(5001, '5ca264d956bc0', 'joni.wellington@chickasaw.net', 'S', 'F', '', 0, '2019-04-01 19:21:59'),
(5002, '5ca268870652b', 'bevlimbaugh@yahoo.com', 'S', 'F', '', 0, '2019-04-01 19:37:40'),
(5003, '5ca26bd85dcdb', 'krebsy70@gmail.com', 'S', 'F', '', 0, '2019-04-01 19:51:48'),
(5004, '5ca278870ac0a', 'kawzowicz@gmail.com', 'S', 'F', '', 0, '2019-04-01 20:45:59'),
(5005, '5ca27d0168d59', 'elrefaei71@yahoo.com', 'S', 'F', '', 0, '2019-04-01 21:05:06'),
(5006, '5ca294f9c4349', 'alex869@gmail.com', 'S', 'F', '', 0, '2019-04-01 22:47:21'),
(5007, '5ca29ba83262e', 'ehmtysolo@gmail.com', 'S', 'F', '', 0, '2019-04-01 23:15:46'),
(5008, '5ca2d50065876', 'batarejkin@gmail.com', 'S', 'F', '', 0, '2019-04-02 03:20:32'),
(5009, '5ca3420dec1a9', 'samibrsl@gmail.com', 'S', 'F', '', 0, '2019-04-02 11:05:47'),
(5010, '5ca352f7bc822', 'sebkupf@gmail.com', 'S', 'F', '', 0, '2019-04-02 12:17:57'),
(5011, '5ca354495390a', 'gibbsdanielle1@gmail.com', 'S', 'F', '', 0, '2019-04-02 12:23:35'),
(5012, '5ca3697b640e2', 'will9937@netscape.net', 'S', 'F', '', 0, '2019-04-02 13:54:00'),
(5013, '5ca3722acbda0', 'bradleyclark2@gmail.com', 'S', 'F', '', 0, '2019-04-02 14:31:03'),
(5014, '5ca376c063823', 'bevlimbaugh@yahoo.com', 'S', 'F', '', 0, '2019-04-02 14:50:38'),
(5015, '5ca37e3fb73c5', 'antonio.garcia001@gmail.com', 'S', 'F', '', 0, '2019-04-02 15:22:38'),
(5016, '5ca3845e7a3dc', 'twbowman2@aol.com', 'S', 'F', '', 0, '2019-04-02 15:48:43'),
(5017, '5ca3915873fc6', 'papamozo@yahoo.com', 'S', 'F', '', 0, '2019-04-02 16:44:09'),
(5018, '5ca3a429c9330', '77karihume@gmail.com', 'S', 'F', '', 0, '2019-04-02 18:04:22'),
(5019, '5ca3a538dfc74', 'rockpoint38@yahoo.com', 'S', 'F', '', 0, '2019-04-02 18:08:53'),
(5020, '5ca3ac5b3b9b8', 'pixiewu@yahoo.com', 'S', 'F', '', 0, '2019-04-02 18:39:24'),
(5021, '5ca3ae1a3253b', 'bse2000@aol.com', 'S', 'F', '', 0, '2019-04-02 18:46:47'),
(5022, '5ca3b108d9c09', 'gibbsdanielle1@gmail.com', 'S', 'F', '', 0, '2019-04-02 18:59:18'),
(5023, '5ca3b630bd934', 'thumariatran@gmail.com', 'S', 'F', '', 0, '2019-04-02 19:21:21'),
(5024, '5ca3bd1b4fc88', 'wcameron314@gmail.com', 'S', 'F', '', 0, '2019-04-02 19:50:47'),
(5025, '5ca3bd3a9eeff', 'tobysullivan24@gmail.com', 'S', 'F', '', 0, '2019-04-02 19:51:17'),
(5026, '5ca3bd81ebcf3', 'viper9172@aol.com', 'S', 'F', '', 0, '2019-04-02 19:52:31'),
(5027, '5ca3c9462c6b3', 'andybourn@comcast.net', 'S', 'F', '', 0, '2019-04-02 20:42:46'),
(5028, '5ca3cc65dadc7', 'treasure19120@yahoo.com', 'S', 'F', '', 0, '2019-04-02 20:56:06'),
(5029, '5ca3d2b434c60', 'huertabus@yahoo.com', 'S', 'F', '', 0, '2019-04-02 21:22:54'),
(5030, '5ca3dab999b7c', 'shannmyst@yahoo.com', 'S', 'F', '', 0, '2019-04-02 21:57:10'),
(5031, '5ca3e70701e6c', 'froboy912@gmail.com', 'S', 'F', '', 0, '2019-04-02 22:49:37'),
(5032, '5ca3e74ca7701', 'gminnj@yahoo.com', 'S', 'F', '', 0, '2019-04-02 22:50:47'),
(5033, '5ca3e96f0d201', 'mariacardenas007@yahoo.com', 'S', 'F', '', 0, '2019-04-02 22:59:55'),
(5034, '5ca3ed2bebb7c', 'nickzarlenga@aol.com', 'S', 'F', '', 0, '2019-04-02 23:15:51'),
(5035, '5ca3fb12ee500', 'alex_32_badass@yahoo.com', 'S', 'F', '', 0, '2019-04-03 00:15:08'),
(5036, '5ca41e954ef80', 'jm4electric@gmail.com', 'S', 'F', '', 0, '2019-04-03 02:46:45'),
(5037, '5ca43aa146b43', 'reding.sarah@gmail.com', 'S', 'F', '', 0, '2019-04-03 04:46:25'),
(5038, '5ca43b39445e7', 'amilyj.hanson@gmail.com', 'S', 'F', '', 0, '2019-04-03 04:48:55'),
(5039, '5ca4617594ca6', 'fal55beast@aol.com', 'S', 'F', '', 0, '2019-04-03 07:31:58'),
(5040, '5ca4902584afd', 'mlbmsd@aol.com', 'S', 'F', '', 0, '2019-04-03 10:51:16'),
(5041, '5ca4925215a76', 'rlasley64@yahoo.com', 'S', 'F', '', 0, '2019-04-03 11:00:31'),
(5042, '5ca496295b203', 'bridgetteojeda@yahoo.com', 'S', 'F', '', 0, '2019-04-03 11:16:56'),
(5043, '5ca49b2f59b0c', 'hypnoticrush86@gmail.com', 'S', 'F', '', 0, '2019-04-03 11:38:20'),
(5044, '5ca49f6cc4476', 'shaun.breland@gmail.com', 'S', 'F', '', 0, '2019-04-03 11:56:25'),
(5045, '5ca49fe8be60d', 'wallajd42@gmail.com', 'S', 'F', '', 0, '2019-04-03 11:58:30'),
(5046, '5ca4a15e027ad', 'ecr3charles@yahoo.com', 'S', 'F', '', 0, '2019-04-03 12:04:41'),
(5047, '5ca4a31ad3c11', 'mayo.juli@gmail.com', 'S', 'F', '', 0, '2019-04-03 12:12:08'),
(5048, '5ca4a3e88dd6e', 'lydonvdberg@gmail.com', 'S', 'F', '', 0, '2019-04-03 12:15:33'),
(5049, '5ca4ad1c345ac', 'lindsay.jenkelunas@gmail.com', 'S', 'F', '', 0, '2019-04-03 12:54:50'),
(5050, '5ca4b1076840d', 'bonniebachtel@gmail.com', 'S', 'F', '', 0, '2019-04-03 13:11:33'),
(5051, '5ca4b39da6df8', 'sal55beast@aol.com', 'S', 'F', '', 0, '2019-04-03 13:22:32'),
(5052, '5ca4bb29ca180', 'gord.humes@sympatico.ca', 'S', 'F', '', 0, '2019-04-03 13:54:47'),
(5053, '5ca4bf4f11383', 'dmoorer8901@gmail.com', 'S', 'F', '', 0, '2019-04-03 14:12:28'),
(5054, '5ca4c69c2ce1a', 'jazzyginad@gmail.com', 'S', 'F', '', 0, '2019-04-03 14:43:37'),
(5055, '5ca4cb51b54f9', 'linongjiang@gmail.com', 'S', 'F', '', 0, '2019-04-03 15:03:41'),
(5056, '5ca4ce476271e', 'soperseadog@gmail.com', 'S', 'F', '', 0, '2019-04-03 15:16:21'),
(5057, '5ca4cf6c079f7', 'alexsuarezz051574@gmail.com', 'S', 'F', '', 0, '2019-04-03 15:21:11'),
(5058, '5ca4da34b5e3e', 'nlagusis@gmail.com', 'S', 'F', '', 0, '2019-04-03 16:07:15'),
(5059, '5ca4dfcdb3f28', 'andrew.t.eakin@gmail.com', 'S', 'F', '', 0, '2019-04-03 16:31:08'),
(5060, '5ca4e2c216805', 'jason.tufeld@potoosolutions.com', 'S', 'F', '', 0, '2019-04-03 16:43:44'),
(5061, '5ca4e57dc2c3d', 'kaiserbrat@gmail.com', 'S', 'F', '', 0, '2019-04-03 16:55:27'),
(5062, '5ca4e7f1652c2', 'jazzyginad@gmail.com', 'S', 'F', '', 0, '2019-04-03 17:05:54'),
(5063, '5ca4e89d749f8', 'steve@480inc.com', 'S', 'F', '', 0, '2019-04-03 17:08:46'),
(5064, '5ca4e9cc4b770', 'qbaceha@gmail.com', 'S', 'F', '', 0, '2019-04-03 17:13:45'),
(5065, '5ca4ee848dc2d', 'sammondia@yahoo.com', 'S', 'F', '', 0, '2019-04-03 17:33:57'),
(5066, '5ca4ef863e064', 'info@dreamhomearcades.com', 'S', 'F', '', 0, '2019-04-03 17:38:11'),
(5067, '5ca4f2b37a04f', 'knotdot49@verizon.net', 'S', 'F', '', 0, '2019-04-03 17:51:43'),
(5068, '5ca4f57fb8376', 'xpoetrybabex@gmail.com', 'S', 'F', '', 0, '2019-04-03 18:03:45'),
(5069, '5ca4f93631d74', 'tobysullivan24@gmail.com', 'S', 'F', '', 0, '2019-04-03 18:19:32'),
(5070, '5ca4fcbd6e693', 'dglickman@gea-pllc.com', 'S', 'F', '', 0, '2019-04-03 18:34:37'),
(5071, '5ca4fcbf1d9cb', 'briel29@aol.com', 'S', 'F', '', 0, '2019-04-03 18:34:40'),
(5072, '5ca5001900ba7', 'kimnguyenn225@gmail.com', 'S', 'F', '', 0, '2019-04-03 18:48:52'),
(5073, '5ca5027c730c9', 'linongjiang@gmail.com', 'S', 'F', '', 0, '2019-04-03 18:59:06'),
(5074, '5ca510c941a8a', 'yvonn017@yahoo.com', 'S', 'F', '', 0, '2019-04-03 20:00:10'),
(5075, '5ca5123d639db', 'travisandbrenda5103@gmail.com', 'S', 'F', '', 0, '2019-04-03 20:06:16'),
(5076, '5ca5137523145', 'bskeiger1@aol.com', 'S', 'F', '', 0, '2019-04-03 20:11:34'),
(5077, '5ca51df7843e1', 'shaun.breland@gmail.com', 'S', 'F', '', 0, '2019-04-03 20:56:18'),
(5078, '5ca5238268a4b', 'gdhilliard2@sbcglobal.net', 'S', 'F', '', 0, '2019-04-03 21:19:59'),
(5079, '5ca52bd8c4749', 'ofeliamartineznbs@prodigy.net', 'S', 'F', '', 0, '2019-04-03 21:55:37'),
(5080, '5ca5332a892c9', 'bonniebachtel@gmail.com', 'S', 'F', '', 0, '2019-04-03 22:26:46'),
(5081, '5ca5393d5d175', 'sal55beast@aol.com', 'S', 'F', '', 0, '2019-04-03 22:52:45'),
(5082, '5ca54b51e3c6a', 'rmarshall9591@aol.com', 'S', 'F', '', 0, '2019-04-04 00:09:47'),
(5083, '5ca582f67f3b7', 'ecking816@gmail.com', 'S', 'F', '', 0, '2019-04-04 04:07:14'),
(5084, '5ca585daa1fb7', 'meghan.carpenter09@yahoo.com', 'S', 'F', '', 0, '2019-04-04 04:19:39'),
(5085, '5ca58e9b73c69', 'travisandbrenda5103@gmail.com', 'S', 'F', '', 0, '2019-04-04 04:57:00'),
(5086, '5ca5b22cf250e', 'alex_32_badass@yahoo.com', 'S', 'F', '', 0, '2019-04-04 07:28:43'),
(5087, '5ca5b88d7020e', 'alexsuarezz051574@gmail.com', 'S', 'F', '', 0, '2019-04-04 07:55:56'),
(5088, '5ca5bd285fb51', 'tonyhapiuk@gmail.com', 'S', 'F', '', 0, '2019-04-04 08:15:29'),
(5089, '5ca5d68176411', 'rlasley@priddyisd.net', 'S', 'F', '', 0, '2019-04-04 10:03:44'),
(5090, '5ca5e915779bd', 'brycenmaple@gmail.com', 'S', 'F', '', 0, '2019-04-04 11:23:00'),
(5091, '5ca5f6443efe2', 'kimnguyenn225@gmail.com', 'S', 'F', '', 0, '2019-04-04 12:19:13'),
(5092, '5ca609a87adca', 'lucches323@yahoo.com', 'S', 'F', '', 0, '2019-04-04 13:41:59'),
(5093, '5ca60d62afec9', 'fishmanpat@aol.com', 'S', 'F', '', 0, '2019-04-04 13:57:53'),
(5094, '5ca62179c2029', 'cawutz@aol.com', 'S', 'F', '', 0, '2019-04-04 15:23:35'),
(5095, '5ca62502143a8', 'tothman02@aol.com', 'S', 'F', '', 0, '2019-04-04 15:38:39'),
(5096, '5ca627aa3a560', 'tobysullivan24@gmail.com', 'S', 'F', '', 0, '2019-04-04 15:49:58'),
(5097, '5ca62ec36ec78', 'statgear@gmail.com', 'S', 'F', '', 0, '2019-04-04 16:20:18'),
(5098, '5ca640de0a21d', 'yvonne.j017@gmail.com', 'S', 'F', '', 0, '2019-04-04 17:37:32'),
(5099, '5ca651c32f53c', 'yendy1217@gmail.com', 'S', 'F', '', 0, '2019-04-04 18:49:39'),
(5100, '5ca65fa5ef1d8', 'marlenefontanetta@aol.com', 'S', 'F', '', 0, '2019-04-04 19:48:49'),
(5101, '5ca6664d40599', 'samibrsl@gmail.com', 'S', 'F', '', 0, '2019-04-04 20:17:17'),
(5102, '5ca6686f03d77', 'solid.wing@verizon.net', 'S', 'F', '', 0, '2019-04-04 20:26:23'),
(5103, '5ca6759a2990f', 'jjdestefano03@gmail.com', 'S', 'F', '', 0, '2019-04-04 21:22:34'),
(5104, '5ca683a8cf43e', 'bhartt68@gmail.com', 'S', 'F', '', 0, '2019-04-04 22:22:28'),
(5105, '5ca685ff6ed46', 'meandoldeman@yahoo.com', 'S', 'F', '', 0, '2019-04-04 22:32:25'),
(5106, '5ca68c243fc44', 'mayo.juli@gmail.com', 'S', 'F', '', 0, '2019-04-04 22:58:39'),
(5107, '5ca691031a2ea', 'mattelaine@gmail.com', 'S', 'F', '', 0, '2019-04-04 23:19:31'),
(5108, '5ca69ce22399f', 'amilyj.hanson@gmail.com', 'S', 'F', '', 0, '2019-04-05 00:10:10'),
(5109, '5ca69d5e5e0b8', 'mpao233@gmail.com', 'S', 'F', '', 0, '2019-04-05 00:12:14'),
(5110, '5ca6a8de63cd9', 'johanna.blosser@yahoo.com', 'S', 'F', '', 0, '2019-04-05 01:01:11'),
(5111, '5ca6b32f17e7e', 'rmarshall9591@aol.com', 'S', 'F', '', 0, '2019-04-05 01:45:19'),
(5112, '5ca6b740e2613', 'nbfred1@aol.com', 'S', 'F', '', 0, '2019-04-05 02:02:33'),
(5113, '5ca6b89e0e8ae', 'gmusante@yahoo.com', 'S', 'F', '', 0, '2019-04-05 02:08:30'),
(5114, '5ca6c0a7df3ba', 'lpdr01@aol.com', 'S', 'F', '', 0, '2019-04-05 02:42:47'),
(5115, '5ca6c4efc90ab', 'tothman02@aol.com', 'S', 'F', '', 0, '2019-04-05 03:01:03'),
(5116, '5ca6db7e24066', 'matthewajohnston1993@gmail.com', 'S', 'F', '', 0, '2019-04-05 04:37:08'),
(5117, '5ca6efb19fc90', 'george.craciun@mtpo.ro', 'S', 'F', '', 0, '2019-04-05 06:03:27'),
(5118, '5ca6fb3ab44c7', 'george.craciun@mtpo.ro', 'S', 'F', '', 0, '2019-04-05 06:52:42'),
(5119, '5ca7036ded2ce', 'duckshark599@gmail.com', 'S', 'F', '', 0, '2019-04-05 07:27:41'),
(5120, '5ca7303ec274f', 'dkkayata@gmail.com', 'S', 'F', '', 0, '2019-04-05 10:38:50'),
(5121, '5ca731f356036', 'praulston@comcast.net', 'S', 'F', '', 0, '2019-04-05 10:46:09'),
(5122, '5ca7374126838', 'hillsidetriangler@yahoo.com', 'S', 'F', '', 0, '2019-04-05 11:08:46'),
(5123, '5ca7386507407', 'normaeichner@gmx.de', 'S', 'F', '', 0, '2019-04-05 11:13:39'),
(5124, '5ca74499a57a9', 'pchukwurah@yahoo.com', 'S', 'F', '', 0, '2019-04-05 12:05:43'),
(5125, '5ca74ad618390', 'andersruth@gmail.com', 'S', 'F', '', 0, '2019-04-05 12:32:19'),
(5126, '5ca74d7ce34da', 'brycenmaple@gmail.com', 'S', 'F', '', 0, '2019-04-05 12:43:38');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(5127, '5ca75a101920c', 'rfcox43@gmail.com', 'S', 'F', '', 0, '2019-04-05 13:37:15'),
(5128, '5ca75d6552d0a', 'linongjiang@gmail.com', 'S', 'F', '', 0, '2019-04-05 13:51:29'),
(5129, '5ca76ee4edb06', 'rmarshall9591@aol.com', 'S', 'F', '', 0, '2019-04-05 15:06:10'),
(5130, '5ca77a04438a4', 'dschultz210@gmail.com', 'S', 'F', '', 0, '2019-04-05 15:53:40'),
(5131, '5ca78399802e1', 's2flare@gmail.com', 'S', 'F', '', 0, '2019-04-05 16:34:33'),
(5132, '5ca78d009d4e7', 'johnnie.m@protonmail.com', 'S', 'F', '', 0, '2019-04-05 17:14:39'),
(5133, '5ca78eba9a1c8', 'wallajd42@gmail.com', 'S', 'F', '', 0, '2019-04-05 17:21:58'),
(5134, '5ca7a4f33a6df', 'tothman02@aol.com', 'S', 'F', '', 0, '2019-04-05 18:56:51'),
(5135, '5ca7a60c96f18', 'jjdestefano03@gmail.com', 'S', 'F', '', 0, '2019-04-05 19:01:28'),
(5136, '5ca7ae48e0366', 'shaun.breland@gmail.com', 'S', 'F', '', 0, '2019-04-05 19:36:41'),
(5137, '5ca7be5ec87b9', 'jlreiblich@gmail.com', 'S', 'F', '', 0, '2019-04-05 20:45:19'),
(5138, '5ca7c33c38963', 'jdmyers729@sbcglobal.net', 'S', 'F', '', 0, '2019-04-05 21:06:03'),
(5139, '5ca7cedc6f32c', 'shellird3@gmail.com', 'S', 'F', '', 0, '2019-04-05 21:55:34'),
(5140, '5ca7d9166bc8d', 'lemolaro@gmail.com', 'S', 'F', '', 0, '2019-04-05 22:39:18'),
(5141, '5ca7df602128c', 'matthewajohnston1993@gmail.com', 'S', 'F', '', 0, '2019-04-05 23:06:02'),
(5142, '5ca7e561e083d', 'p_alamani@yahoo.com', 'S', 'F', '', 0, '2019-04-05 23:31:39'),
(5143, '5ca8792f6d19f', 'joshmagee33@gmail.com', 'S', 'F', '', 0, '2019-04-06 10:02:22'),
(5144, '5ca88731bb181', 'amandareali1@gmail.com', 'S', 'F', '', 0, '2019-04-06 11:02:07'),
(5145, '5ca8bd6fa5c5f', 'rohitvt@gmail.com', 'S', 'F', '', 0, '2019-04-06 14:53:33'),
(5146, '5ca8bdf011c4c', 'xpoetrybabex@gmail.com', 'S', 'F', '', 0, '2019-04-06 14:55:42'),
(5147, '5ca8f909bf0ef', 's2flare@gmail.com', 'S', 'F', '', 0, '2019-04-06 19:07:51'),
(5148, '5ca9145b17326', 'wallajd42@gmail.com', 'S', 'F', '', 0, '2019-04-06 21:04:25'),
(5149, '5ca925ef0c06f', 'shaun.breland@gmail.com', 'S', 'F', '', 0, '2019-04-06 22:19:27'),
(5150, '5ca936b9ba6ff', 'lzackler@gmail.com', 'S', 'F', '', 0, '2019-04-06 23:30:59'),
(5151, '5ca93d6c2e1b6', 'dmoorer8901@gmail.com', 'S', 'F', '', 0, '2019-04-06 23:59:40'),
(5152, '5ca941018d290', 'bdr@summitmep.com', 'S', 'F', '', 0, '2019-04-07 00:14:57'),
(5153, '5ca946701c40a', 'jjdestefano03@gmail.com', 'S', 'F', '', 0, '2019-04-07 00:38:02'),
(5154, '5ca94b97edfd5', 'wallajd42@gmail.com', 'S', 'F', '', 0, '2019-04-07 01:00:02'),
(5155, '5ca9529bb6db6', 'farleys0410@aol.com', 'S', 'F', '', 0, '2019-04-07 01:29:58'),
(5156, '5ca95605907f2', 'caligirlkel@aol.com', 'S', 'F', '', 0, '2019-04-07 01:44:36'),
(5157, '5ca962d0dd8fc', 'samibrsl@gmail.com', 'S', 'F', '', 0, '2019-04-07 02:39:11'),
(5158, '5ca9892bafbd3', 'duckshark599@gmail.com', 'S', 'F', '', 0, '2019-04-07 05:22:51'),
(5159, '5ca9c0fb6f289', 'rmcca8@gmail.com', 'S', 'F', '', 0, '2019-04-07 09:20:59'),
(5160, '5caa40a6e78ff', 'sloane.smith@asu.edu', 'S', 'F', '', 0, '2019-04-07 18:25:43'),
(5161, '5caa42e6b8d08', 'dischi0227@aol.com', 'S', 'F', '', 0, '2019-04-07 18:35:13'),
(5162, '5caa4990c5fd4', 'maggifitz@yahoo.com', 'S', 'F', '', 0, '2019-04-07 19:03:42'),
(5163, '5caa720ce7ed7', 'gabriela_uriartecis3@yahoo.com', 'S', 'F', '', 0, '2019-04-07 21:56:28'),
(5164, '5caa72fee93ea', 'ranchorob90@aol.com', 'S', 'F', '', 0, '2019-04-07 22:00:31'),
(5165, '5caa7da5b3056', 'bestbuy33@aol.com', 'S', 'F', '', 0, '2019-04-07 22:45:54'),
(5166, '5caa8fc08ffd6', 'malcampbell413@gmail.com', 'S', 'F', '', 0, '2019-04-08 00:03:06'),
(5167, '5caa962a0898d', 'a_munoz257@yahoo.com', 'S', 'F', '', 0, '2019-04-08 00:30:33'),
(5168, '5caa98c165021', 'jpopenoe2@yahoo.com', 'S', 'F', '', 0, '2019-04-08 00:41:30'),
(5169, '5caa9bb47475f', 'qaljd123@gmail.com', 'S', 'F', '', 0, '2019-04-08 00:54:06'),
(5170, '5caaf7c916c6b', 'szr5182@aol.com', 'S', 'F', '', 0, '2019-04-08 07:27:03'),
(5171, '5cab35c64ee66', 'cawlms@aol.com', 'S', 'F', '', 0, '2019-04-08 11:51:31'),
(5172, '5cab39879bfd4', 'noah.homy@gmail.com', 'S', 'F', '', 0, '2019-04-08 12:07:34'),
(5173, '5cab3b7ba0662', 'big_teddy98@yahoo.com', 'S', 'F', '', 0, '2019-04-08 12:15:53'),
(5174, '5cab3d7838d0a', 'amanfov@yahoo.com', 'S', 'F', '', 0, '2019-04-08 12:24:21'),
(5175, '5cab40e51cd12', 'big_teddy98@yahoo.com', 'S', 'F', '', 0, '2019-04-08 12:38:58'),
(5176, '5cab48a013de7', 'jessicahaak@gmx.de', 'S', 'F', '', 0, '2019-04-08 13:11:54'),
(5177, '5cab55c110b08', 'kopper.ivo@gmail.com', 'S', 'F', '', 0, '2019-04-08 14:07:56'),
(5178, '5cab61d6323f3', 'eu.immigrant@gmail.com', 'S', 'F', '', 0, '2019-04-08 14:59:29'),
(5179, '5cab6b8c7a211', 'wcaudill1006@gmail.com', 'S', 'F', '', 0, '2019-04-08 15:40:57'),
(5180, '5cab77f86e696', 'goleary0264@aol.com', 'S', 'F', '', 0, '2019-04-08 16:33:58'),
(5181, '5cab7832af5d5', 'mccauley88@aol.com', 'S', 'F', '', 0, '2019-04-08 16:34:54'),
(5182, '5cab7bb47e8f3', 'dreame9214@aol.com', 'S', 'F', '', 0, '2019-04-08 16:49:57'),
(5183, '5cab7c921262b', 'tricia232bj@cox.net', 'S', 'F', '', 0, '2019-04-08 16:53:35'),
(5184, '5cab7c900fe91', 'vanness_12@yahoo.com', 'S', 'F', '', 0, '2019-04-08 16:53:36'),
(5185, '5cab880766378', 'zmtnman@gmail.com', 'S', 'F', '', 0, '2019-04-08 17:42:32'),
(5186, '5cab975ee1997', 'rustyw@vt.edu', 'S', 'F', '', 0, '2019-04-08 18:47:56'),
(5187, '5cab9cfb621be', 'angelo.pm90@yahoo.com', 'S', 'F', '', 0, '2019-04-08 19:11:51'),
(5188, '5cabb47712c51', 'huanthi@yahoo.com', 'S', 'F', '', 0, '2019-04-08 20:52:03'),
(5189, '5cabc070099e5', 'jeanie_lentz@yahoo.com', 'S', 'F', '', 0, '2019-04-08 21:43:12'),
(5190, '5cabcb1bc0236', 'jcreath06@gmail.com', 'S', 'F', '', 0, '2019-04-08 22:28:43'),
(5191, '5cabd953442c2', 't_neels@far-west-services.com', 'S', 'F', '', 0, '2019-04-08 23:29:16'),
(5192, '5cabe37d977ab', 'krand33@aol.com', 'S', 'F', '', 0, '2019-04-09 00:12:41'),
(5193, '5cabf112e4ad3', 'georgevmilbury@aol.com', 'S', 'F', '', 0, '2019-04-09 01:10:42'),
(5194, '5cabf34511737', 'alisaldana71@gmail.com', 'S', 'F', '', 0, '2019-04-09 01:20:04'),
(5195, '5cabfc4aef2ff', 'georgevmilbury@aol.com', 'S', 'F', '', 0, '2019-04-09 01:58:34'),
(5196, '5cac0cd58da1c', 'dnasage@gmail.com', 'S', 'F', '', 0, '2019-04-09 03:09:09'),
(5197, '5cac26c9da90c', 'computersupport@flocrit.org', 'S', 'F', '', 0, '2019-04-09 04:59:53'),
(5198, '5cac367bcaae3', 'phinc2009@gmail.com', 'S', 'F', '', 0, '2019-04-09 06:06:40'),
(5199, '5cac39a574cb2', 'mg_022148@yahoo.com', 'S', 'F', '', 0, '2019-04-09 06:20:20'),
(5200, '5cac4464c8999', 'alisaldana71@gmail.com', 'S', 'F', '', 0, '2019-04-09 07:06:12'),
(5201, '5cac5ab0caac9', 'chris.qu@gmail.com', 'S', 'F', '', 0, '2019-04-09 08:41:11'),
(5202, '5cac645f7fb6e', 'albert@intcomex.com', 'S', 'F', '', 0, '2019-04-09 09:22:31'),
(5203, '5cac69f75b408', 'alisaldana71@gmail.com', 'S', 'F', '', 0, '2019-04-09 09:46:29'),
(5204, '5cac73650a63f', 'wilsonirisy@yahoo.com', 'S', 'F', '', 0, '2019-04-09 10:26:45'),
(5205, '5cac75a9e5c29', 'jjprolific@yahoo.com', 'S', 'F', '', 0, '2019-04-09 10:36:22'),
(5206, '5cac7bc29d453', 'klems.7701@yahoo.com', 'S', 'F', '', 0, '2019-04-09 11:02:22'),
(5207, '5cac82190e083', 'martinguty2813@gmail.com', 'S', 'F', '', 0, '2019-04-09 11:29:26'),
(5208, '5cac874c04b6b', 'marciann1@aol.com', 'S', 'F', '', 0, '2019-04-09 11:51:37'),
(5209, '5cac97cf43338', 'robsonvande@gmail.com', 'S', 'F', '', 0, '2019-04-09 13:02:03'),
(5210, '5caca1549268c', 'ja.thee@comcast.net', 'S', 'F', '', 0, '2019-04-09 13:42:42'),
(5211, '5cacaeacd455d', 'raulmgarcia@aol.com', 'S', 'F', '', 0, '2019-04-09 14:39:38'),
(5212, '5cacb638813f7', 'grecco2@earthlink.net', 'S', 'F', '', 0, '2019-04-09 15:11:49'),
(5213, '5cacbb515b6be', 'jberto1008@aol.com', 'S', 'F', '', 0, '2019-04-09 15:33:45'),
(5214, '5cacc30a99f42', 'chitoburritotv@gmail.com', 'S', 'F', '', 0, '2019-04-09 16:06:30'),
(5215, '5cacc68871aee', 'pagejanik@gmail.com', 'S', 'F', '', 0, '2019-04-09 16:21:28'),
(5216, '5cacd5f63f30c', 'biancatavaresvip@gmail.com', 'S', 'F', '', 0, '2019-04-09 17:27:18'),
(5217, '5cacd8c06dc1c', 'pagejanik@gmail.com', 'S', 'F', '', 0, '2019-04-09 17:39:13'),
(5218, '5cacd98ad4290', 'jewellove@yahoo.com', 'S', 'F', '', 0, '2019-04-09 17:42:32'),
(5219, '5cacdefdc0b89', 'touchalife100@yahoo.com', 'S', 'F', '', 0, '2019-04-09 18:05:45'),
(5220, '5caceafb6acec', 'richhen@telus.net', 'S', 'F', '', 0, '2019-04-09 18:56:55'),
(5221, '5cacfd6ba5273', 'madameris@aol.com', 'S', 'F', '', 0, '2019-04-09 20:15:34'),
(5222, '5cad066d4b33d', 'mg_022148@yahoo.com', 'S', 'F', '', 0, '2019-04-09 20:54:05'),
(5223, '5cad16a03770e', 'cahardy88@gmail.com', 'S', 'F', '', 0, '2019-04-09 22:03:08'),
(5224, '5cad2bc05a2ef', 'loftiswyatt@gmail.com', 'S', 'F', '', 0, '2019-04-09 23:33:20'),
(5225, '5cad3368472da', 'phacu@aol.com', 'S', 'F', '', 0, '2019-04-10 00:06:00'),
(5226, '5cad4c6ac13e7', 'mattandemilybarron@gmail.com', 'S', 'F', '', 0, '2019-04-10 01:52:37'),
(5227, '5cad5facf2e4a', 'albert@intcomex.com', 'S', 'F', '', 0, '2019-04-10 03:14:45'),
(5228, '5cad605f6a990', 'derekderp15@gmail.com', 'S', 'F', '', 0, '2019-04-10 03:17:52'),
(5229, '5cad61d53bb0c', 'etree@tampabay.rr.com', 'S', 'F', '', 0, '2019-04-10 03:24:05'),
(5230, '5cad653c12803', 'sivaskarthi@gmail.com', 'S', 'F', '', 0, '2019-04-10 03:38:27'),
(5231, '5cad79ba65f73', 'bernzhelton@gmail.com', 'S', 'F', '', 0, '2019-04-10 05:06:01'),
(5232, '5cad85842224a', 'alisaldana71@gmail.com', 'S', 'F', '', 0, '2019-04-10 05:56:18'),
(5233, '5cad87b66411b', 'veggytaler@aol.com', 'S', 'F', '', 0, '2019-04-10 06:05:35'),
(5234, '5cad88800ea06', 'mg_022148@yahoo.com', 'S', 'F', '', 0, '2019-04-10 06:09:03'),
(5235, '5cad9295e5c3e', 'info@plcons.com', 'S', 'F', '', 0, '2019-04-10 06:52:05'),
(5236, '5cadb5ab3e70c', 'gail.goodell.munzing@gmail.com', 'S', 'F', '', 0, '2019-04-10 09:21:41'),
(5237, '5cadbe1809184', 'phinc2009@gmail.com', 'S', 'F', '', 0, '2019-04-10 09:57:41'),
(5238, '5cadc4dbb3b38', 'annetymon@gmail.com', 'S', 'F', '', 0, '2019-04-10 10:26:33'),
(5239, '5cadd409c8bdb', 'dannyf.sfg@gmail.com', 'S', 'F', '', 0, '2019-04-10 11:31:17'),
(5240, '5cadd9fd2a323', 'btgimbel@comcast.net', 'S', 'F', '', 0, '2019-04-10 11:56:42'),
(5241, '5caddaaae99ab', 'info@plcons.com', 'S', 'F', '', 0, '2019-04-10 11:59:36'),
(5242, '5cadea0635f31', 'centrobasco@gmail.com', 'S', 'F', '', 0, '2019-04-10 13:05:07'),
(5243, '5cadf8753ca6e', 'info@falket.com', 'S', 'F', '', 0, '2019-04-10 14:06:42'),
(5244, '5cae03afd4be0', 'xantharax5@gmail.com', 'S', 'F', '', 0, '2019-04-10 14:54:37'),
(5245, '5cae05b052f8f', 'r6email231@yahoo.com', 'S', 'F', '', 0, '2019-04-10 15:03:10'),
(5246, '5cae105eb4302', 'jeremyjbourque@gmail.com', 'S', 'F', '', 0, '2019-04-10 15:48:46'),
(5247, '5cae15974890e', 'sobe39@yahoo.com', 'S', 'F', '', 0, '2019-04-10 16:11:04'),
(5248, '5cae2b5f94d11', 'delores.johnson63@gmail.com', 'S', 'F', '', 0, '2019-04-10 17:44:00'),
(5249, '5cae2b7ed498a', 'krbomar16@gmail.com', 'S', 'F', '', 0, '2019-04-10 17:44:31'),
(5250, '5cae2ff155cf4', 'livelongandprosper59@yahoo.com', 'S', 'F', '', 0, '2019-04-10 18:03:25'),
(5251, '5cae32717b4f6', 'jan3bar@gmail.com', 'S', 'F', '', 0, '2019-04-10 18:14:10'),
(5252, '5cae3b399c9ed', 'skylineconstructionsales@gmail.com', 'S', 'F', '', 0, '2019-04-10 18:51:38'),
(5253, '5cae534a4f104', 'xantharax5@gmail.com', 'S', 'F', '', 0, '2019-04-10 20:34:19'),
(5254, '5cae5355d9a37', 'dawnforloan@gmail.com', 'S', 'F', '', 0, '2019-04-10 20:34:26'),
(5255, '5cae55d316d65', 'anneblitch@gmail.com', 'S', 'F', '', 0, '2019-04-10 20:45:07'),
(5256, '5cae584ba58c2', 'cahansen2007@yahoo.com', 'S', 'F', '', 0, '2019-04-10 20:55:36'),
(5257, '5cae5951c1eee', 'jflrscn@gmail.com', 'S', 'F', '', 0, '2019-04-10 21:00:02'),
(5258, '5cae5ce232132', 'abdibashi.ahmed@gmail.com', 'S', 'F', '', 0, '2019-04-10 21:15:14'),
(5259, '5cae628418213', 'fraud@swedbank.se', 'S', 'F', '', 0, '2019-04-10 21:39:12'),
(5260, '5cae67c18b0e9', 'jctoro10@gmail.com', 'S', 'F', '', 0, '2019-04-10 22:01:37'),
(5261, '5cae6cb479fc4', 'valvofrances@yahoo.com', 'S', 'F', '', 0, '2019-04-10 22:22:41'),
(5262, '5cae6e5db4a55', 'tjohn1103@yahoo.com', 'S', 'F', '', 0, '2019-04-10 22:29:46'),
(5263, '5cae721742590', 'el102578@aol.com', 'S', 'F', '', 0, '2019-04-10 22:45:43'),
(5264, '5cae77f03984d', 'bdesgranges@cox.net', 'S', 'F', '', 0, '2019-04-10 23:10:40'),
(5265, '5cae793a473de', 'maldonado.robert@gmail.com', 'S', 'F', '', 0, '2019-04-10 23:16:09'),
(5266, '5cae7d21d579a', 'booknicoledejaneiro@gmail.com', 'S', 'F', '', 0, '2019-04-10 23:32:50'),
(5267, '5cae8d0108244', 'gjc136@gmail.com', 'S', 'F', '', 0, '2019-04-11 00:40:27'),
(5268, '5caeaa72c6c98', 'pagejanik@gmail.com', 'S', 'F', '', 0, '2019-04-11 02:46:12'),
(5269, '5caebcf867384', 'akeith106@gmail.com', 'S', 'F', '', 0, '2019-04-11 04:05:13'),
(5270, '5caebe1a2af38', 'bernzhelton@gmail.com', 'S', 'F', '', 0, '2019-04-11 04:10:01'),
(5271, '5caec2a1ea781', 'jeremyjbourque@gmail.com', 'S', 'F', '', 0, '2019-04-11 04:29:22'),
(5272, '5caec2be5f643', 'austinwoo918@gmail.com', 'S', 'F', '', 0, '2019-04-11 04:29:51'),
(5273, '5caecb8a7cae8', 'schniep427@gmail.com', 'S', 'F', '', 0, '2019-04-11 05:07:23'),
(5274, '5caecf532810e', 'renataribeirovip@gmail.com', 'S', 'F', '', 0, '2019-04-11 05:23:30'),
(5275, '5caee51dd945d', 'sobe39@yahoo.com', 'S', 'F', '', 0, '2019-04-11 06:56:20'),
(5276, '5caeed6e41f5c', 'centrobasco@gmail.com', 'S', 'F', '', 0, '2019-04-11 07:31:56'),
(5277, '5caef7440a057', 'a44hawk@yahoo.com', 'S', 'F', '', 0, '2019-04-11 08:13:54'),
(5278, '5caef91fb8f31', 'artbatista@gmail.com', 'S', 'F', '', 0, '2019-04-11 08:21:48'),
(5279, '5caefc66e084f', 'bernzhelton@gmail.com', 'S', 'F', '', 0, '2019-04-11 08:35:43'),
(5280, '5caf1642117dc', 'maldonado.robert@gmail.com', 'S', 'F', '', 0, '2019-04-11 10:26:08'),
(5281, '5caf1b6c25cac', 'kenth1510@gmail.com', 'S', 'F', '', 0, '2019-04-11 10:48:10'),
(5282, '5caf341acbd4e', 'fskorosa@yahoo.com', 'S', 'F', '', 0, '2019-04-11 12:33:28'),
(5283, '5caf3ad5ef060', 'valvofrances@yahoo.com', 'S', 'F', '', 0, '2019-04-11 13:02:11'),
(5284, '5caf3c67614b4', 'palvi97@gmail.com', 'S', 'F', '', 0, '2019-04-11 13:08:52'),
(5285, '5caf413fd33cc', 'detox3378@gmail.com', 'S', 'F', '', 0, '2019-04-11 13:29:30'),
(5286, '5caf48029c9ac', 'cahansen2007@yahoo.com', 'S', 'F', '', 0, '2019-04-11 13:58:23'),
(5287, '5caf4a0755ad5', 'livelongandprosper59@yahoo.com', 'S', 'F', '', 0, '2019-04-11 14:06:59'),
(5288, '5caf51c9a4328', 'diazgeorge1234@gmail.com', 'S', 'F', '', 0, '2019-04-11 14:40:07'),
(5289, '5caf53d4bc04e', 'totterieberg@yahoo.de', 'S', 'F', '', 0, '2019-04-11 14:48:51'),
(5290, '5caf5efa9c4c7', 'abdibashi.ahmed@gmail.com', 'S', 'F', '', 0, '2019-04-11 15:36:26'),
(5291, '5caf654283c4b', 'fernandez.kevyn@yahoo.com', 'S', 'F', '', 0, '2019-04-11 16:03:10'),
(5292, '5caf677ca5da0', 'talktome0602@gmail.com', 'S', 'F', '', 0, '2019-04-11 16:12:45'),
(5293, '5caf6cbc00b56', 'talktome0602@gmail.com', 'S', 'F', '', 0, '2019-04-11 16:35:09'),
(5294, '5caf6d9f3dfb9', 'charlespumphrey@gmail.com', 'S', 'F', '', 0, '2019-04-11 16:38:56'),
(5295, '5caf716463b67', 'jeremyr.hoover@yahoo.com', 'S', 'F', '', 0, '2019-04-11 16:55:00'),
(5296, '5caf72ca8193c', 'vfox3@san.rr.com', 'S', 'F', '', 0, '2019-04-11 17:00:59'),
(5297, '5caf74984e749', 'noreene.bostick@yahoo.com', 'S', 'F', '', 0, '2019-04-11 17:08:41'),
(5298, '5caf7b4a99a30', 'qngo@sbcglobal.net', 'S', 'F', '', 0, '2019-04-11 17:37:12'),
(5299, '5caf8a395f57c', 'voiddextafer@gmail.com', 'S', 'F', '', 0, '2019-04-11 18:40:53'),
(5300, '5caf95963fa06', 'lmt.lorenzo@yahoo.com', 'S', 'F', '', 0, '2019-04-11 19:29:26'),
(5301, '5caf96d9be509', 'redman0429@gmail.com', 'S', 'F', '', 0, '2019-04-11 19:34:49'),
(5302, '5caf9d54d739a', 'qngo@sbcglobal.net', 'S', 'F', '', 0, '2019-04-11 20:02:24'),
(5303, '5cafa0044e26d', 'lesliearatliff522@gmail.com', 'S', 'F', '', 0, '2019-04-11 20:13:53'),
(5304, '5cafa358b2dbd', 'jcreath06@gmail.com', 'S', 'F', '', 0, '2019-04-11 20:28:03'),
(5305, '5cafa69c26101', 'kenneth.siemens18@gmail.com', 'S', 'F', '', 0, '2019-04-11 20:41:58'),
(5306, '5cafb6ec4f66b', 'mnmnancy@aol.com', 'S', 'F', '', 0, '2019-04-11 21:51:39'),
(5307, '5cafb7a0f0723', 'spacemizzele@yahoo.com', 'S', 'F', '', 0, '2019-04-11 21:54:41'),
(5308, '5cafba2bb8e72', 'tonartmon1@yahoo.com', 'S', 'F', '', 0, '2019-04-11 22:05:25'),
(5309, '5cafbe9bb4331', 'foxtrottrtle@gmail.com', 'S', 'F', '', 0, '2019-04-11 22:24:28'),
(5310, '5cafd29bf340f', 'beshoy.ayman80@yahoo.com', 'S', 'F', '', 0, '2019-04-11 23:49:43'),
(5311, '5cafe90b05e26', 'justin.everaert@gmail.com', 'S', 'F', '', 0, '2019-04-12 01:25:25'),
(5312, '5cafed2bcc6d9', 'rsbuckman69@gmail.com', 'S', 'F', '', 0, '2019-04-12 01:43:07'),
(5313, '5cb00dc2ed451', 'landerson0601@aol.com', 'S', 'F', '', 0, '2019-04-12 04:02:09'),
(5314, '5cb00f655a02e', 'timmickler@gmail.com', 'S', 'F', '', 0, '2019-04-12 04:09:07'),
(5315, '5cb01c73e2214', 'jojo1291331@gmail.com', 'S', 'F', '', 0, '2019-04-12 05:04:50'),
(5316, '5cb027a476519', 'cstricklandfamily@gmail.com', 'S', 'F', '', 0, '2019-04-12 05:52:35'),
(5317, '5cb030f1e7f2a', 'chris.childers@murray.k12.ga.us', 'S', 'F', '', 0, '2019-04-12 06:32:16'),
(5318, '5cb045df64f98', 'jctoro10@gmail.com', 'S', 'F', '', 0, '2019-04-12 08:01:32'),
(5319, '5cb0509622d9a', 'mhrnmary@gmail.com', 'S', 'F', '', 0, '2019-04-12 08:47:05'),
(5320, '5cb065acb78f1', 'mrbradfo@gmail.com', 'S', 'F', '', 0, '2019-04-12 10:17:12'),
(5321, '5cb06868bff6e', 'imafacionned85@gmail.com', 'S', 'F', '', 0, '2019-04-12 10:28:52'),
(5322, '5cb06c4c71e0c', 'palvi97@gmail.com', 'S', 'F', '', 0, '2019-04-12 10:45:30'),
(5323, '5cb0706941a47', 'fishwish4@yahoo.com', 'S', 'F', '', 0, '2019-04-12 11:03:02'),
(5324, '5cb077e2f4092', 'rcbusrrr@aol.com', 'S', 'F', '', 0, '2019-04-12 11:34:56'),
(5325, '5cb088e77ed3e', 'justin.everaert@gmail.com', 'S', 'F', '', 0, '2019-04-12 12:47:33'),
(5326, '5cb0904b2415b', 'palvi97@gmail.com', 'S', 'F', '', 0, '2019-04-12 13:19:04'),
(5327, '5cb09270ca127', 'nutrn943@gmail.com', 'S', 'F', '', 0, '2019-04-12 13:28:13'),
(5328, '5cb096172e017', 'stevenqiu2007@gmail.com', 'S', 'F', '', 0, '2019-04-12 13:43:47'),
(5329, '5cb0a4c026809', 'mquinton41@gmail.com', 'S', 'F', '', 0, '2019-04-12 14:46:20'),
(5330, '5cb0a7473947d', 'fernandez.kevyn@yahoo.com', 'S', 'F', '', 0, '2019-04-12 14:57:06'),
(5331, '5cb0c55e18e32', 'libbyjw@surry.net', 'S', 'F', '', 0, '2019-04-12 17:05:34'),
(5332, '5cb0ca20c86f4', 'sbmata15@yahoo.com', 'S', 'F', '', 0, '2019-04-12 17:25:49'),
(5333, '5cb0ce23e9dce', 'trevorjones266@yahoo.com', 'S', 'F', '', 0, '2019-04-12 17:43:00'),
(5334, '5cb0e3f7a5d82', 'muzzimoli@gmail.com', 'S', 'F', '', 0, '2019-04-12 19:16:03'),
(5335, '5cb0e425cd458', 'judykorki@gmail.com', 'S', 'F', '', 0, '2019-04-12 19:16:50'),
(5336, '5cb0e4eb7340a', 'sdressler@twsdrilling.com', 'S', 'F', '', 0, '2019-04-12 19:20:06'),
(5337, '5cb0e596c89a9', 'zanelesithole08@gmail.com', 'S', 'F', '', 0, '2019-04-12 19:22:59'),
(5338, '5cb0e76a443bc', 'timmickler@gmail.com', 'S', 'F', '', 0, '2019-04-12 19:30:47'),
(5339, '5cb0e97939f7f', 'champagnemichaelaaron@gmail.com', 'S', 'F', '', 0, '2019-04-12 19:39:37'),
(5340, '5cb0eb3d40832', 'lcpric7@gmail.com', 'S', 'F', '', 0, '2019-04-12 19:47:09'),
(5341, '5cb0edf8c58d3', 'sharynw8@gmail.com', 'S', 'F', '', 0, '2019-04-12 19:58:43'),
(5342, '5cb0f883956d7', 'dweiner@gmail.com', 'S', 'F', '', 0, '2019-04-12 20:43:42'),
(5343, '5cb10ec42b653', 'janetmarie27@gmail.com', 'S', 'F', '', 0, '2019-04-12 22:18:40'),
(5344, '5cb118f38ffe3', 'judykorki@gmail.com', 'S', 'F', '', 0, '2019-04-12 23:02:06'),
(5345, '5cb119cf255c3', 'unfreakin@gmail.com', 'S', 'F', '', 0, '2019-04-12 23:05:51'),
(5346, '5cb11e6e4d8da', 'bdcarr24@gmail.com', 'S', 'F', '', 0, '2019-04-12 23:25:34'),
(5347, '5cb1286b0f841', 'jmjac17@gmail.com', 'S', 'F', '', 0, '2019-04-13 00:08:04'),
(5348, '5cb13954b082e', 'redmon2156@yahoo.com', 'S', 'F', '', 0, '2019-04-13 01:20:21'),
(5349, '5cb1ac45ecacd', 'abeverly922@gmail.com', 'S', 'F', '', 0, '2019-04-13 09:30:43'),
(5350, '5cb1bebacf21a', 'cindyalbrecht@gmx.de', 'S', 'F', '', 0, '2019-04-13 10:49:29'),
(5351, '5cb1cc54cd76e', 'justin.everaert@gmail.com', 'S', 'F', '', 0, '2019-04-13 11:47:28'),
(5352, '5cb1d3e4bcdbf', 'tigonridgekevin@gmail.com', 'S', 'F', '', 0, '2019-04-13 12:19:43'),
(5353, '5cb1d9a853c71', 'jm3132@yahoo.com', 'S', 'F', '', 0, '2019-04-13 12:44:22'),
(5354, '5cb1dc77be64f', 'jazzman375@yahoo.com', 'S', 'F', '', 0, '2019-04-13 12:56:18'),
(5355, '5cb1dcbce6f17', 'tigonridgekevin@gmail.com', 'S', 'F', '', 0, '2019-04-13 12:57:30'),
(5356, '5cb1e5dc67830', 'klayneb@yahoo.com', 'S', 'F', '', 0, '2019-04-13 13:36:26'),
(5357, '5cb1f2cde3516', 'justin.everaert@gmail.com', 'S', 'F', '', 0, '2019-04-13 14:31:39'),
(5358, '5cb1f8fc28425', 'collinsonscol@aol.com', 'S', 'F', '', 0, '2019-04-13 14:57:57'),
(5359, '5cb1ff16d009b', 'nrmiller44@gmail.com', 'S', 'F', '', 0, '2019-04-13 15:24:04'),
(5360, '5cb208819f29e', 'fernandez.kevyn@yahoo.com', 'S', 'F', '', 0, '2019-04-13 16:04:16'),
(5361, '5cb21276c7ed2', 'mrl5899@aol.com', 'S', 'F', '', 0, '2019-04-13 16:46:48'),
(5362, '5cb21e1a6001f', 'cahansen2007@yahoo.com', 'S', 'F', '', 0, '2019-04-13 17:36:27'),
(5363, '5cb251c283269', 'daveb.kng@gmail.com', 'S', 'F', '', 0, '2019-04-13 21:16:46'),
(5364, '5cb256aee86ed', 'neliapia@gmail.com', 'S', 'F', '', 0, '2019-04-13 21:37:45'),
(5365, '5cb273b4ce863', 'wjensen351@aol.com', 'S', 'F', '', 0, '2019-04-13 23:41:41'),
(5366, '5cb2e6521982b', 'rrstable@aol.com', 'S', 'F', '', 0, '2019-04-14 07:50:39'),
(5367, '5cb31b9426b3b', 'pmouannes@gmail.com', 'S', 'F', '', 0, '2019-04-14 11:37:54'),
(5368, '5cb335b801061', 'tigonridgekevin@gmail.com', 'S', 'F', '', 0, '2019-04-14 13:29:24'),
(5369, '5cb3642298cf2', 'flyerfan96@gmail.com', 'S', 'F', '', 0, '2019-04-14 16:47:31'),
(5370, '5cb364b299c4d', 'jenelled3@gmail.com', 'S', 'F', '', 0, '2019-04-14 16:49:51'),
(5371, '5cb37d751905e', 'raycruz383@aol.com', 'S', 'F', '', 0, '2019-04-14 18:35:28'),
(5372, '5cb39d60be1f5', 'tigonridgekevin@gmail.com', 'S', 'F', '', 0, '2019-04-14 20:51:41'),
(5373, '5cb3a37e79f4f', 'cahansen2007@yahoo.com', 'S', 'F', '', 0, '2019-04-14 21:17:46'),
(5374, '5cb3a80e8be6e', 'ivangotstax@icloud.com', 'S', 'F', '', 0, '2019-04-14 21:37:18'),
(5375, '5cb3aeffe78ad', 'nedwards@una.edu', 'S', 'F', '', 0, '2019-04-14 22:06:55'),
(5376, '5cb3af85a318b', 'tkdbowen@aol.com', 'S', 'F', '', 0, '2019-04-14 22:09:09'),
(5377, '5cb3b205ede1a', 'shivkumar.morkhande@gmail.com', 'S', 'F', '', 0, '2019-04-14 22:19:43'),
(5378, '5cb3bd758ceb8', 'casandra7474@gmail.com', 'S', 'F', '', 0, '2019-04-14 23:08:37'),
(5379, '5cb3bfcbd12ed', 'valeriaddrummond@gmail.com', 'S', 'F', '', 0, '2019-04-14 23:18:31'),
(5380, '5cb3c1c4ed61d', 'tlee21x@gmail.com', 'S', 'F', '', 0, '2019-04-14 23:26:53'),
(5381, '5cb3c5fee6ca6', 'dstroyeck@att.net', 'S', 'F', '', 0, '2019-04-14 23:45:03'),
(5382, '5cb3d0dfe3508', 'georgekoller454@aol.com', 'S', 'F', '', 0, '2019-04-15 00:31:27'),
(5383, '5cb3d8c479090', 'gardunocaleth@gmail.com', 'S', 'F', '', 0, '2019-04-15 01:05:07'),
(5384, '5cb400125d50e', 'alexlucio48@yahoo.com', 'S', 'F', '', 0, '2019-04-15 03:52:50'),
(5385, '5cb4003fa0914', 'jamimorrell@gmail.com', 'S', 'F', '', 0, '2019-04-15 03:53:34'),
(5386, '5cb40bf92bdf6', 'erin.basanez@yahoo.com', 'S', 'F', '', 0, '2019-04-15 04:43:36'),
(5387, '5cb4189f42eb7', 'ericapope29@yahoo.com', 'S', 'F', '', 0, '2019-04-15 05:37:32'),
(5388, '5cb41f90982df', 'ccexperts@pm.me', 'S', 'F', '', 0, '2019-04-15 06:07:10'),
(5389, '5cb4213f54beb', 'anneblitch@gmail.com', 'S', 'F', '', 0, '2019-04-15 06:14:14'),
(5390, '5cb4249a70774', 'jurassic29798@gmail.com', 'S', 'F', '', 0, '2019-04-15 06:28:35'),
(5391, '5cb436e1bfa15', 'triston.pope@yahoo.com', 'S', 'F', '', 0, '2019-04-15 07:46:33'),
(5392, '5cb437911d264', 'info@mpg-mobilpartner.de', 'S', 'F', '', 0, '2019-04-15 07:49:35'),
(5393, '5cb437a8573a6', 'marco.muether@aol.com', 'S', 'F', '', 0, '2019-04-15 07:49:57'),
(5394, '5cb438b9b5c17', 'jojo1291331@gmail.com', 'S', 'F', '', 0, '2019-04-15 07:54:31'),
(5395, '5cb458c16e312', 'ewironman91@yahoo.com', 'S', 'F', '', 0, '2019-04-15 10:11:11'),
(5396, '5cb473bb79d4d', 'loncash@mac.com', 'S', 'F', '', 0, '2019-04-15 12:06:14'),
(5397, '5cb479a4bdd92', 'alexlucio48@yahoo.com', 'S', 'F', '', 0, '2019-04-15 12:31:29'),
(5398, '5cb492c939cb1', 'loubalbi@gmail.com', 'S', 'F', '', 0, '2019-04-15 14:18:43'),
(5399, '5cb4957dd7e1f', 'hans@lustnauer.de', 'S', 'F', '', 0, '2019-04-15 14:30:16'),
(5400, '5cb49fc25a172', 'pjepsenrn@aol.com', 'S', 'F', '', 0, '2019-04-15 15:14:04'),
(5401, '5cb4a3ce8c984', 'anduj@yahoo.com', 'S', 'F', '', 0, '2019-04-15 15:31:25'),
(5402, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-04-15 15:51:14'),
(5403, '5cb4a94fbcfe4', 'jimenezmartin98@yahoo.com', 'S', 'F', '', 0, '2019-04-15 15:54:54'),
(5404, '5cb4b5066f006', 'jr@jaimerivera.com', 'S', 'F', '', 0, '2019-04-15 16:44:52'),
(5405, '5cb4b7d4351fb', 'robargejenny@gmail.com', 'S', 'F', '', 0, '2019-04-15 16:56:50'),
(5406, '5cb4ba7844e04', 'mamanige@gmail.com', 'S', 'F', '', 0, '2019-04-15 17:08:09'),
(5407, '5cb4bc9854d78', '05brownb@gmail.com', 'S', 'F', '', 0, '2019-04-15 17:17:10'),
(5408, '5cb4bd1b12cc0', 'kaiebert@t-online.de', 'S', 'F', '', 0, '2019-04-15 17:19:21'),
(5409, '5cb4c4b737846', 'yueshibeijing@gmail.com', 'S', 'F', '', 0, '2019-04-15 17:51:49'),
(5410, '5cb4cb1b75922', 'rbeitels@aol.com', 'S', 'F', '', 0, '2019-04-15 18:19:05'),
(5411, '5cb4cc1e2aa4e', 'casandra7474@gmail.com', 'S', 'F', '', 0, '2019-04-15 18:23:26'),
(5412, '5cb4cd808cb7b', 'dspitch@gmail.com', 'S', 'F', '', 0, '2019-04-15 18:29:21'),
(5413, '5cb4d1c66036b', 'renataribeirovip@gmail.com', 'S', 'F', '', 0, '2019-04-15 18:47:29'),
(5414, '5cb4f1879442e', 'tygentry03@yahoo.com', 'S', 'F', '', 0, '2019-04-15 21:02:57'),
(5415, '5cb4f5aab2578', 'brandonobier1998@gmail.com', 'S', 'F', '', 0, '2019-04-15 21:20:42'),
(5416, '5cb4f5d29f80b', 'littleinsanegirl@yahoo.com', 'S', 'F', '', 0, '2019-04-15 21:21:22'),
(5417, '5cb4f5ee927d7', 'elisabel01606@yahoo.com', 'S', 'F', '', 0, '2019-04-15 21:21:46'),
(5418, '5cb50476e5c26', 'patforza3@gmail.com', 'S', 'F', '', 0, '2019-04-15 22:23:45'),
(5419, '5cb51a5cabe32', 'bjackson620@yahoo.com', 'S', 'F', '', 0, '2019-04-15 23:57:16'),
(5420, '5cb51b64a2e53', 'gardunocaleth@gmail.com', 'S', 'F', '', 0, '2019-04-16 00:01:41'),
(5421, '5cb51cc5e0ab7', 'jurassic29798@gmail.com', 'S', 'F', '', 0, '2019-04-16 00:07:27'),
(5422, '5cb51e3071084', 'jojo1291331@gmail.com', 'S', 'F', '', 0, '2019-04-16 00:13:29'),
(5423, '5cb52d3818199', 'debbie@dntpc.com', 'S', 'F', '', 0, '2019-04-16 01:17:36'),
(5424, '5cb53037bf556', 'roberta.martinez@enipc.org', 'S', 'F', '', 0, '2019-04-16 01:30:26'),
(5425, '5cb5370297d4d', 'tallybreezee@gmail.com', 'S', 'F', '', 0, '2019-04-16 01:59:30'),
(5426, '5cb5404bf374f', 'rambleon98@gmail.com', 'S', 'F', '', 0, '2019-04-16 02:39:00'),
(5427, '5cb544046ef56', 'casandra7474@gmail.com', 'S', 'F', '', 0, '2019-04-16 02:54:54'),
(5428, '5cb54703123f0', 'aa.ajbar@gmail.com', 'S', 'F', '', 0, '2019-04-16 03:07:38'),
(5429, '5cb5761e09ddd', 'mcerskine.me@gmail.com', 'S', 'F', '', 0, '2019-04-16 06:28:44'),
(5430, '5cb57bfbcea36', 'alinamfdz@yahoo.com', 'S', 'F', '', 0, '2019-04-16 06:53:47'),
(5431, '5cb57e7fcab50', 'catherine.holcombe@yahoo.com', 'S', 'F', '', 0, '2019-04-16 07:04:30'),
(5432, '5cb58042b1710', 'dcacxyz@gmail.com', 'S', 'F', '', 0, '2019-04-16 07:12:00'),
(5433, '5cb58736a462c', 'saivonedens@gmail.com', 'S', 'F', '', 0, '2019-04-16 07:41:41'),
(5434, '5cb59bbe8324b', 'jojo1291331@gmail.com', 'S', 'F', '', 0, '2019-04-16 09:09:10'),
(5435, '5cb59bd75e2c2', 'christopherkeegan@gmail.com', 'S', 'F', '', 0, '2019-04-16 09:09:34'),
(5436, '5cb5a0796d9aa', 'rbfm4@aol.com', 'S', 'F', '', 0, '2019-04-16 09:29:27'),
(5437, '5cb5aed4dcb81', 'conjob8632@yahoo.com', 'S', 'F', '', 0, '2019-04-16 10:30:40'),
(5438, '5cb5c26872e47', '2landyt@gmail.com', 'S', 'F', '', 0, '2019-04-16 11:54:14'),
(5439, '5cb5c5a0cf70b', 'pandcgordon@gmail.com', 'S', 'F', '', 0, '2019-04-16 12:07:57'),
(5440, '5cb5c7ee09a25', 'biancatavares@safeoffice.com', 'S', 'F', '', 0, '2019-04-16 12:17:47'),
(5441, '5cb5cb7febd0e', 'jamimorrell@gmail.com', 'S', 'F', '', 0, '2019-04-16 12:33:00'),
(5442, '5cb5d066a9d39', 'stephaniem@avizionglass.com', 'S', 'F', '', 0, '2019-04-16 12:53:53'),
(5443, '5cb5d2a655abf', 'petisanta@gmail.com', 'S', 'F', '', 0, '2019-04-16 13:03:31'),
(5444, '5cb5d54977039', 'booknicoledejaneiro@gmail.com', 'S', 'F', '', 0, '2019-04-16 13:14:44'),
(5445, '5cb5d5eb5b6fb', 'pandcgordon@gmail.com', 'S', 'F', '', 0, '2019-04-16 13:17:26'),
(5446, '5cb5de6c828dc', 'assaerica@gmail.com', 'S', 'F', '', 0, '2019-04-16 13:53:46'),
(5447, '5cb5e33a45c5b', 'chelbash@comcast.net', 'S', 'F', '', 0, '2019-04-16 14:14:15'),
(5448, '5cb5e4131b1b7', 'jar571@verizon.net', 'S', 'F', '', 0, '2019-04-16 14:17:49'),
(5449, '5cb5ea2232ffc', 'hofmanal@appstate.edu', 'S', 'F', '', 0, '2019-04-16 14:43:40'),
(5450, '5cb5f462e68c9', 'brocklewis@gmail.com', 'S', 'F', '', 0, '2019-04-16 15:27:26'),
(5451, '5cb5f5b2de547', 'tonysalsa469@gmail.com', 'S', 'F', '', 0, '2019-04-16 15:33:03'),
(5452, '5cb5f6f95ce4c', 'moni_reimann@t-online.de', 'S', 'F', '', 0, '2019-04-16 15:38:32'),
(5453, '5cb5f8a877dd5', 'cuocduong@gmail.com', 'S', 'F', '', 0, '2019-04-16 15:45:40'),
(5454, '5cb5fd2663118', 'gardunocaleth@gmail.com', 'S', 'F', '', 0, '2019-04-16 16:04:51'),
(5455, '5cb5ff46a81d3', 'thesweeze@gmail.com', 'S', 'F', '', 0, '2019-04-16 16:13:57'),
(5456, '5cb604f27edd9', 'valeriaddrummond@gmail.com', 'S', 'F', '', 0, '2019-04-16 16:38:09'),
(5457, '5cb610f6160b9', 'giulianareviera@gmail.com', 'S', 'F', '', 0, '2019-04-16 17:29:22'),
(5458, '5cb61313a6064', 'gaganskhalsa@gmail.com', 'S', 'F', '', 0, '2019-04-16 17:38:23'),
(5459, '5cb6152937fd3', 'shawntracey4@gmail.com', 'S', 'F', '', 0, '2019-04-16 17:47:26'),
(5460, '5cb6159b01ea5', 'alexander.asdf@gmail.com', 'S', 'F', '', 0, '2019-04-16 17:49:13'),
(5461, '5cb61a817e136', 'debbie@dntpc.com', 'S', 'F', '', 0, '2019-04-16 18:10:06'),
(5462, '5cb61c2f59627', 'addictiveggaming@gmail.com', 'S', 'F', '', 0, '2019-04-16 18:17:16'),
(5463, '5cb62217b908e', 'slevin7582@gmail.com', 'S', 'F', '', 0, '2019-04-16 18:42:31'),
(5464, '5cb623bdd69f9', 'toyoduran@yahoo.com', 'S', 'F', '', 0, '2019-04-16 18:49:29'),
(5465, '5cb625005429d', 'timothyoconnor33@gmail.com', 'S', 'F', '', 0, '2019-04-16 18:54:51'),
(5466, '5cb63973f27f2', 'kassatly2@gmail.com', 'S', 'F', '', 0, '2019-04-16 20:22:07'),
(5467, '5cb63d6421a14', 'roger2225@cox.net', 'S', 'F', '', 0, '2019-04-16 20:39:01'),
(5468, '5cb642fcdd5e5', 'nadia9604@aol.com', 'S', 'F', '', 0, '2019-04-16 21:02:55'),
(5469, '5cb645f6b6631', 'timmillerwoodworks1@gmail.com', 'S', 'F', '', 0, '2019-04-16 21:15:36'),
(5470, '5cb64c3346a27', 'vmoomjian@gmail.com', 'S', 'F', '', 0, '2019-04-16 21:42:05'),
(5471, '5cb64c86a3659', 'leorabouyssou@gmail.com', 'S', 'F', '', 0, '2019-04-16 21:43:29'),
(5472, '5cb64d676d2b2', 'tonysalsa469@gmail.com', 'S', 'F', '', 0, '2019-04-16 21:47:16'),
(5473, '5cb6510a7d587', 'payments@hotandcoldelectric.com', 'S', 'F', '', 0, '2019-04-16 22:02:51'),
(5474, '5cb65930a1c68', 'marilopez4211@gmail.com', 'S', 'F', '', 0, '2019-04-16 22:37:37'),
(5475, '5cb65aed76f02', 'ericgood1980@yahoo.com.tw', 'S', 'F', '', 0, '2019-04-16 22:44:55'),
(5476, '5cb65e7411b76', 'kellyquintana014@gmail.com', 'S', 'F', '', 0, '2019-04-16 23:00:01'),
(5477, '5cb6665947c2c', 'rnbearma@aol.com', 'S', 'F', '', 0, '2019-04-16 23:33:44'),
(5478, '5cb66751848d1', 'jhlee825@gmail.com', 'S', 'F', '', 0, '2019-04-16 23:37:53'),
(5479, '5cb66d7b22b12', 'msalas@fidirect.net', 'S', 'F', '', 0, '2019-04-17 00:04:05'),
(5480, '5cb679d0295c6', 'wesleypathiker@aol.com', 'S', 'F', '', 0, '2019-04-17 00:56:47'),
(5481, '5cb688b6c613c', 'timothyoconnor33@gmail.com', 'S', 'F', '', 0, '2019-04-17 02:00:23'),
(5482, '5cb69d849341b', 'tomheu808@yahoo.com', 'S', 'F', '', 0, '2019-04-17 03:29:07'),
(5483, '5cb6a00fb95c7', 'florimkabashi@sbcglobal.net', 'S', 'F', '', 0, '2019-04-17 03:39:59'),
(5484, '5cb6a209dc4b0', 'retrounlimited84@yahoo.com', 'S', 'F', '', 0, '2019-04-17 03:48:26'),
(5485, '5cb6a60de5937', 'allycojoca@yahoo.com', 'S', 'F', '', 0, '2019-04-17 04:05:33'),
(5486, '5cb6ad400a07f', 'jarvs83@gmail.com', 'S', 'F', '', 0, '2019-04-17 04:36:09'),
(5487, '5cb6ca314321b', 'dashay1j@yahoo.com', 'S', 'F', '', 0, '2019-04-17 06:39:44'),
(5488, '5cb6cb1a06113', 'kpowers@kpowerslaw.com', 'S', 'F', '', 0, '2019-04-17 06:43:37'),
(5489, '5cb6cbf6dc8cc', 'info@countrycomfortstoves.com', 'S', 'F', '', 0, '2019-04-17 06:47:16'),
(5490, '5cb6cca8400a9', 'mgmconstruction@ymail.com', 'S', 'F', '', 0, '2019-04-17 06:50:05'),
(5491, '5cb6d79478c27', 'ccalawerts@oshkoshdoor.com', 'S', 'F', '', 0, '2019-04-17 07:36:52'),
(5492, '5cb6efd55d744', 'wdubin@ameritech.net', 'S', 'F', '', 0, '2019-04-17 09:20:19'),
(5493, '5cb6f8fb4cd66', 'janniht@smartjtrucks.com', 'S', 'F', '', 0, '2019-04-17 09:59:21'),
(5494, '5cb6ff8c09a51', 'wdubin@ameritech.net', 'S', 'F', '', 0, '2019-04-17 10:27:22'),
(5495, '5cb70027b2e3e', 'annapradobrasil@gmail.com', 'S', 'F', '', 0, '2019-04-17 10:29:57'),
(5496, '5cb70301cf8b7', 'brocklewis@gmail.com', 'S', 'F', '', 0, '2019-04-17 10:42:08'),
(5497, '5cb70578e67d0', 'euro800euro@gmail.com', 'S', 'F', '', 0, '2019-04-17 10:52:42'),
(5498, '5cb70bab9c540', 'maulsbys@gmail.com', 'S', 'F', '', 0, '2019-04-17 11:19:05'),
(5499, '5cb70fd23d231', 'tonysalsa469@gmail.com', 'S', 'F', '', 0, '2019-04-17 11:36:45'),
(5500, '5cb7137287722', 'wilhelminabriones@yahoo.com', 'S', 'F', '', 0, '2019-04-17 11:52:17'),
(5501, '5cb71632b986c', 'rambleon98@gmail.com', 'S', 'F', '', 0, '2019-04-17 12:03:58'),
(5502, '5cb7186fa374b', 'brocklewis@gmail.com', 'S', 'F', '', 0, '2019-04-17 12:13:33'),
(5503, '5cb71c0117fc1', 'terri_hackman@cable.comcast.com', 'S', 'F', '', 0, '2019-04-17 12:28:47'),
(5504, '5cb725a852180', 'miwaneko@gmail.com', 'S', 'F', '', 0, '2019-04-17 13:09:58'),
(5505, '5cb72bab00938', 'jthrockmorton16@gmail.com', 'S', 'F', '', 0, '2019-04-17 13:35:33'),
(5506, '5cb72e5fe94d8', 'huntking24@yahoo.com', 'S', 'F', '', 0, '2019-04-17 13:47:06'),
(5507, '5cb72e8cc0cbc', 'trippycxyt@gmail.com', 'S', 'F', '', 0, '2019-04-17 13:47:51'),
(5508, '5cb7316586541', 'maranotara@yahoo.com', 'S', 'F', '', 0, '2019-04-17 14:00:03'),
(5509, '5cb7408b1a2f3', 'subtotaltofu846@gmail.com', 'S', 'F', '', 0, '2019-04-17 15:04:41'),
(5510, '5cb745584da51', 'wjnovak@optonline.net', 'S', 'F', '', 0, '2019-04-17 15:25:10'),
(5511, '5cb751d8774a8', 'gaganskhalsa@gmail.com', 'S', 'F', '', 0, '2019-04-17 16:18:33'),
(5512, '5cb753f27e952', 'casandra7474@gmail.com', 'S', 'F', '', 0, '2019-04-17 16:27:30'),
(5513, '5cb7546957a69', 'msrgreenwood@yahoo.com', 'S', 'F', '', 0, '2019-04-17 16:29:29'),
(5514, '5cb7577254992', 'fraidybrachny@gmail.com', 'S', 'F', '', 0, '2019-04-17 16:42:25'),
(5515, '5cb7593c569eb', 'epicwalrus09@gmail.com', 'S', 'F', '', 0, '2019-04-17 16:50:02'),
(5516, '5cb759b553794', 'l.shaddix83@yahoo.com', 'S', 'F', '', 0, '2019-04-17 16:52:03'),
(5517, '5cb75cfe98d29', 'montaye1@gmail.com', 'S', 'F', '', 0, '2019-04-17 17:06:03'),
(5518, '5cb75e5dce44f', 'chrisapaloooza@yahoo.com', 'S', 'F', '', 0, '2019-04-17 17:11:57'),
(5519, '5cb761e5cfca5', 'lindamwilkinson@aol.com', 'S', 'F', '', 0, '2019-04-17 17:26:59'),
(5520, '5cb762ee9a41d', 'melissajayne77@yahoo.com', 'S', 'F', '', 0, '2019-04-17 17:31:27'),
(5521, '5cb7657cddcef', 'retarted0@gmail.com', 'S', 'F', '', 0, '2019-04-17 17:42:16'),
(5522, '5cb768c6090e5', 'ljmondun@gmail.com', 'S', 'F', '', 0, '2019-04-17 17:56:22'),
(5523, '5cb769cff21b6', 'mwalsh.zeppelinrules@gmail.com', 'S', 'F', '', 0, '2019-04-17 18:00:47'),
(5524, '5cb76b6509f18', 'kidswillbeskeletons@gmail.com', 'S', 'F', '', 0, '2019-04-17 18:07:32'),
(5525, '5cb772cb7fc3a', 'jaylenjtayloa@gmail.com', 'S', 'F', '', 0, '2019-04-17 18:39:04'),
(5526, '5cb774bcd0f26', 'macarmy93@gmail.com', 'S', 'F', '', 0, '2019-04-17 18:47:20'),
(5527, '5cb77b9cbcc85', 'shonolliff@yahoo.com', 'S', 'F', '', 0, '2019-04-17 19:16:44'),
(5528, '5cb77d4f9c592', 'prashad_michael@yahoo.com', 'S', 'F', '', 0, '2019-04-17 19:23:59'),
(5529, '5cb785bbcbc7a', 'cybrach@gmail.com', 'S', 'F', '', 0, '2019-04-17 19:59:52'),
(5530, '5cb7879955a67', 'pandcgordon@gmail.com', 'S', 'F', '', 0, '2019-04-17 20:07:52'),
(5531, '5cb7890edcb2a', 'chrisfreeman@aol.com', 'S', 'F', '', 0, '2019-04-17 20:14:07'),
(5532, '5cb789616b5aa', 'kristenh@sps401k.com', 'S', 'F', '', 0, '2019-04-17 20:15:26'),
(5533, '5cb78dfb81834', 'topher.rosenau@mail.com', 'S', 'F', '', 0, '2019-04-17 20:35:07'),
(5534, '5cb7916a69ae1', 'galr54@aol.com', 'S', 'F', '', 0, '2019-04-17 20:49:46'),
(5535, '5cb79477bbfd9', 'swhitley@ensnetwork.com', 'S', 'F', '', 0, '2019-04-17 21:02:47'),
(5536, '5cb795ebc2cb0', 'ahokanson@verizon.net', 'S', 'F', '', 0, '2019-04-17 21:08:59'),
(5537, '5cb797d3ee7d1', 'drgibas@yahoo.com', 'S', 'F', '', 0, '2019-04-17 21:17:07'),
(5538, '5cb79bf0046f4', 'branden2pierce@yahoo.com', 'S', 'F', '', 0, '2019-04-17 21:34:34'),
(5539, '5cb7aa0402c2e', 'chsamways@gmail.com', 'S', 'F', '', 0, '2019-04-17 22:34:40'),
(5540, '5cb7ae005e080', 'adedawn76@gmail.com', 'S', 'F', '', 0, '2019-04-17 22:51:37'),
(5541, '5cb7af3718e53', 'joshuajj03@yahoo.com', 'S', 'F', '', 0, '2019-04-17 22:56:54'),
(5542, '5cb7b2afd72aa', 'rkwills@windstream.net', 'S', 'F', '', 0, '2019-04-17 23:11:38'),
(5543, '5cb7cf157a075', 'jaylenjtayloa@gmail.com', 'S', 'F', '', 0, '2019-04-18 01:12:52'),
(5544, '5cb7d351859af', 'bluespirit48@gmail.com', 'S', 'F', '', 0, '2019-04-18 01:30:48'),
(5545, '5cb7d4c7c49e7', 'josephkyselak@gmail.com', 'S', 'F', '', 0, '2019-04-18 01:37:06'),
(5546, '5cb7d61a82eef', 'kgolafshan@gmail.com', 'S', 'F', '', 0, '2019-04-18 01:42:50'),
(5547, '5cb7d968be8d9', 'escobartrocks14@gmail.com', 'S', 'F', '', 0, '2019-04-18 01:56:51'),
(5548, '5cb7da8901041', 'terrenceerica@aol.com', 'S', 'F', '', 0, '2019-04-18 02:01:43'),
(5549, '5cb7e72a987f2', 'dfhoban@comcast.net', 'S', 'F', '', 0, '2019-04-18 02:55:28'),
(5550, '5cb7ef86702d0', 'van4020@gmail.com', 'S', 'F', '', 0, '2019-04-18 03:31:18'),
(5551, '5cb7f2b6697a5', 'vwjcody13@yahoo.com', 'S', 'F', '', 0, '2019-04-18 03:44:47'),
(5552, '5cb7f4cb8cf17', 'brendad701@aol.com', 'S', 'F', '', 0, '2019-04-18 03:53:46'),
(5553, '5cb7f97adbcc7', 'koldmixon524@gmail.com', 'S', 'F', '', 0, '2019-04-18 04:13:46'),
(5554, '5cb7fdeed4231', 'philssaw@gmail.com', 'S', 'F', '', 0, '2019-04-18 04:32:46'),
(5555, '5cb7fe5b8fc68', 'cityviewvalet@yahoo.com', 'S', 'F', '', 0, '2019-04-18 04:34:33'),
(5556, '5cb80eb5463c9', 'miwaneko@gmail.com', 'S', 'F', '', 0, '2019-04-18 05:44:13'),
(5557, '5cb81877312e3', 'thepoolboystx@gmail.com', 'S', 'F', '', 0, '2019-04-18 06:25:58'),
(5558, '5cb81c9477ed5', 'epicwalrus09@gmail.com', 'S', 'F', '', 0, '2019-04-18 06:43:34'),
(5559, '5cb8205bddec3', 'kavahome@cox.net', 'S', 'F', '', 0, '2019-04-18 06:59:38'),
(5560, '5cb824072b222', 'kidswillbeskeletons@gmail.com', 'S', 'F', '', 0, '2019-04-18 07:15:15'),
(5561, '5cb8244960420', 'chrisapaloooza@yahoo.com', 'S', 'F', '', 0, '2019-04-18 07:16:13'),
(5562, '5cb828d4c4c96', 'cityviewvalet@yahoo.com', 'S', 'F', '', 0, '2019-04-18 07:35:45'),
(5563, '5cb832830510c', 'carolynesmith55@yahoo.com', 'S', 'F', '', 0, '2019-04-18 08:17:04'),
(5564, '5cb8330f39fef', 'dewards2@yahoo.com', 'S', 'F', '', 0, '2019-04-18 08:19:23'),
(5565, '5cb83fcef3b24', 'stephaniem@avizionglass.com', 'S', 'F', '', 0, '2019-04-18 09:13:48'),
(5566, '5cb8507be404f', 'mengguanxu@gmail.com', 'S', 'F', '', 0, '2019-04-18 10:24:57'),
(5567, '5cb8552620111', 'christoph.schnitzmeier@freenet.de', 'S', 'F', '', 0, '2019-04-18 10:44:49'),
(5568, '5cb864812b02a', 'brocklewis@gmail.com', 'S', 'F', '', 0, '2019-04-18 11:50:19'),
(5569, '5cb86d534d0a0', 'dewards1@aol.com', 'S', 'F', '', 0, '2019-04-18 12:27:57'),
(5570, '5cb8799cbdd0b', 'izaakchamberlain@gmail.com', 'S', 'F', '', 0, '2019-04-18 13:20:24'),
(5571, '5cb87a971d63a', 'lghn1@yahoo.com', 'S', 'F', '', 0, '2019-04-18 13:24:36'),
(5572, '5cb87dd852389', 'traceehdz@aol.com', 'S', 'F', '', 0, '2019-04-18 13:38:28'),
(5573, '5cb8828f79f91', 'carolynesmith@yahoo.com', 'S', 'F', '', 0, '2019-04-18 13:58:32'),
(5574, '5cb88dd718325', 'miln177@yahoo.com', 'S', 'F', '', 0, '2019-04-18 14:46:43'),
(5575, '5cb89010b5d7d', 'dml672002@yahoo.com', 'S', 'F', '', 0, '2019-04-18 14:56:10'),
(5576, '5cb894fb828bf', 'timmillerwoodworks1@gmail.com', 'S', 'F', '', 0, '2019-04-18 15:17:12'),
(5577, '5cb899af661aa', 'chloerandle@yahoo.com', 'S', 'F', '', 0, '2019-04-18 15:37:20'),
(5578, '5cb89a3f74f51', 'finn.myron31@gmail.com', 'S', 'F', '', 0, '2019-04-18 15:39:44'),
(5579, '5cb89cb33c66c', 'luciaarueta5@gmail.com', 'S', 'F', '', 0, '2019-04-18 15:50:12'),
(5580, '5cb89dd3565a9', 'stephanie.guillen28@gmail.com', 'S', 'F', '', 0, '2019-04-18 15:54:58'),
(5581, '5cb89f73b87c9', 'izaakchamberlain@gmail.com', 'S', 'F', '', 0, '2019-04-18 16:01:57'),
(5582, '5cb8a14e6e574', 'flyerfan96@gmail.com', 'S', 'F', '', 0, '2019-04-18 16:09:51'),
(5583, '5cb8a440c10f5', 'snostorm@gmail.com', 'S', 'F', '', 0, '2019-04-18 16:22:27'),
(5584, '5cb8a7ff861e9', 'lenoriabrown@yahoo.com', 'S', 'F', '', 0, '2019-04-18 16:38:24'),
(5585, '5cb8a80d603a7', 'sage.ortho@att.net', 'S', 'F', '', 0, '2019-04-18 16:38:36'),
(5586, '5cb8a9bfc2906', 'jennifer.chavez@caremark.com', 'S', 'F', '', 0, '2019-04-18 16:45:48'),
(5587, '5cb8ae90c41c2', 'alex1715@aol.com', 'S', 'F', '', 0, '2019-04-18 17:06:25'),
(5588, '5cb8affb58a7b', 'collins.bill80@yahoo.com', 'S', 'F', '', 0, '2019-04-18 17:12:26'),
(5589, '5cb8b24d83da5', 'mh2oski@atlanticbb.net', 'S', 'F', '', 0, '2019-04-18 17:22:22'),
(5590, '5cb8b975b6f95', 'lea.kroening@gmx.de', 'S', 'F', '', 0, '2019-04-18 17:52:47'),
(5591, '5cb8b9a5deb83', 'sinclairmktg@aol.com', 'S', 'F', '', 0, '2019-04-18 17:53:44'),
(5592, '5cb8c00169231', 'erphillips144@students.wilkescc.edu', 'S', 'F', '', 0, '2019-04-18 18:20:50'),
(5593, '5cb8c6f678d7d', 'adamcomstock@yahoo.com', 'S', 'F', '', 0, '2019-04-18 18:50:31'),
(5594, '5cb8ca2a6b8cc', 'dewards2@yahoo.com', 'S', 'F', '', 0, '2019-04-18 19:04:11'),
(5595, '5cb8cb8a7fb3c', 'erhayes13@yahoo.com', 'S', 'F', '', 0, '2019-04-18 19:09:59'),
(5596, '5cb8cc0d21b97', 'carolynesmith@yahoo.com', 'S', 'F', '', 0, '2019-04-18 19:12:13'),
(5597, '5cb8cd484089c', 'katyebaby@aol.com', 'S', 'F', '', 0, '2019-04-18 19:17:30'),
(5598, '5cb8ce7188daf', 'dewards1@aol.com', 'S', 'F', '', 0, '2019-04-18 19:22:26'),
(5599, '5cb8d4a3b31a7', 'lenoriabrown@yahoo.com', 'S', 'F', '', 0, '2019-04-18 19:48:53'),
(5600, '5cb8dc04647c8', 'leigha.riley@yahoo.com', 'S', 'F', '', 0, '2019-04-18 20:20:15'),
(5601, '5cb8dfdebb47f', 'johndavidthorne@gmail.com', 'S', 'F', '', 0, '2019-04-18 20:36:48'),
(5602, '5cb8e0a421cc5', 'skmukerji@gmail.com', 'S', 'F', '', 0, '2019-04-18 20:40:00'),
(5603, '5cb8e17c3f91d', 'francine@sunandseamarketing.com', 'S', 'F', '', 0, '2019-04-18 20:43:36'),
(5604, '5cb8e610d1ec1', 'mittensthexcat4@yahoo.com', 'S', 'F', '', 0, '2019-04-18 21:03:08'),
(5605, '5cb8f592be624', 'snostorm@gmail.com', 'S', 'F', '', 0, '2019-04-18 22:09:22'),
(5606, '5cb905857609d', 'kdixonlv@gmail.com', 'S', 'F', '', 0, '2019-04-18 23:17:20'),
(5607, '5cb90ec7937d6', 'llaporta8@aol.com', 'S', 'F', '', 0, '2019-04-18 23:56:55'),
(5608, '5cb922d674dbf', 'kpetrenko14@yahoo.com', 'S', 'F', '', 0, '2019-04-19 01:22:30'),
(5609, '5cb92a99512f2', 'samuel.o.asare@gmail.com', 'S', 'F', '', 0, '2019-04-19 01:55:31'),
(5610, '5cb9327e3ce90', 'dakotaesllc@yahoo.com', 'S', 'F', '', 0, '2019-04-19 02:29:13'),
(5611, '5cb9354709ce1', 'ac777er@gmail.com', 'S', 'F', '', 0, '2019-04-19 02:41:11'),
(5612, '5cb93861b0a7e', 'charleschico48@gmail.com', 'S', 'F', '', 0, '2019-04-19 02:54:25'),
(5613, '5cb939a4a6f55', 'saintsaddlery@gmail.com', 'S', 'F', '', 0, '2019-04-19 02:59:41'),
(5614, '5cb947bb5d173', 'alanna.dunaway@gmail.com', 'S', 'F', '', 0, '2019-04-19 03:59:55'),
(5615, '5cb958b475638', 'briankape@gmail.com', 'S', 'F', '', 0, '2019-04-19 05:12:18'),
(5616, '5cb96c5e0792b', 'egtidwell@yahoo.com', 'S', 'F', '', 0, '2019-04-19 06:36:07'),
(5617, '5cb96eb40e4b3', 'carolynesmith@yahoo.com', 'S', 'F', '', 0, '2019-04-19 06:46:03'),
(5618, '5cb973d13fcef', 'vc@frankcapassoandsons.com', 'S', 'F', '', 0, '2019-04-19 07:08:01'),
(5619, '5cb975d9b34c4', 'loganallmond@yahoo.com', 'S', 'F', '', 0, '2019-04-19 07:16:42'),
(5620, '5cb987f72db77', 'accounting@stantonllp.com', 'S', 'F', '', 0, '2019-04-19 08:33:57'),
(5621, '5cb98c283c0f6', 'frachiseurdana@yahoo.com', 'S', 'F', '', 0, '2019-04-19 08:51:52'),
(5622, '5cb9910fb2801', 'sporkies@aol.com', 'S', 'F', '', 0, '2019-04-19 09:12:45'),
(5623, '5cb995d84bec8', 'dsmccluckie1@gmail.com', 'S', 'F', '', 0, '2019-04-19 09:33:10'),
(5624, '5cb99e0e60d25', 'cldawson24@gmail.com', 'S', 'F', '', 0, '2019-04-19 10:08:01'),
(5625, '5cb9a0cc273d2', 'dewards1@aol.com', 'S', 'F', '', 0, '2019-04-19 10:19:52'),
(5626, '5cb9a12993ecf', 'melissa@siltsaver.com', 'S', 'F', '', 0, '2019-04-19 10:21:27'),
(5627, '5cb9a7b7c1c93', 'jimrinck77@gmail.com', 'S', 'F', '', 0, '2019-04-19 10:49:25'),
(5628, '5cb9aea840672', 'cricketgore@yahoo.com', 'S', 'F', '', 0, '2019-04-19 11:19:09'),
(5629, '5cb9af28acdaa', 'rajclicks123@gmail.com', 'S', 'F', '', 0, '2019-04-19 11:21:11'),
(5630, '5cb9b9a16684f', 'mcculleyd1@fuse.net', 'S', 'F', '', 0, '2019-04-19 12:05:50'),
(5631, '5cb9cb5541c5b', 'josh.greenearth@yahoo.com', 'S', 'F', '', 0, '2019-04-19 13:21:21'),
(5632, '5cb9cc12b12c2', 'jcullencpht@yahoo.com', 'S', 'F', '', 0, '2019-04-19 13:24:29'),
(5633, '5cb9db643eb1c', 'aroethel13@gmail.com', 'S', 'F', '', 0, '2019-04-19 14:29:51'),
(5634, '5cb9df6349916', 'mattinglymarta@yahoo.com', 'S', 'F', '', 0, '2019-04-19 14:46:54'),
(5635, '5cb9e7ae98744', 'hfmgamer5@gmail.com', 'S', 'F', '', 0, '2019-04-19 15:22:16'),
(5636, '5cb9f7be4c299', 'carolynesmith55@yahoo.com', 'S', 'F', '', 0, '2019-04-19 16:30:54'),
(5637, '5cb9f836396ab', 'jfisher5030@yahoo.com', 'S', 'F', '', 0, '2019-04-19 16:32:53'),
(5638, '5cba01ff2288e', 'gunsngames2003@gmail.com', 'S', 'F', '', 0, '2019-04-19 17:14:36'),
(5639, '5cba0701e6910', 'raff1@bellsouth.net', 'S', 'F', '', 0, '2019-04-19 17:35:59'),
(5640, '5cba09caab577', 'dewards2@yahoo.com', 'S', 'F', '', 0, '2019-04-19 17:47:51'),
(5641, '5cba20a4ef65f', 'mittensthexcat4@yahoo.com', 'S', 'F', '', 0, '2019-04-19 19:25:24'),
(5642, '5cba2c8618051', 'mvbonnerfamily@aol.com', 'S', 'F', '', 0, '2019-04-19 20:16:02'),
(5643, '5cba2d73aaf5a', 'pagancabrera@gmail.com', 'S', 'F', '', 0, '2019-04-19 20:20:03'),
(5644, '5cba2d83d6778', 'kdby4630@gmail.com', 'S', 'F', '', 0, '2019-04-19 20:20:16'),
(5645, '5cba354cc2e69', 'skmukerji@gmail.com', 'S', 'F', '', 0, '2019-04-19 20:53:33'),
(5646, '5cba42f425b4d', 'dnluke9@gmail.com', 'S', 'F', '', 0, '2019-04-19 21:51:47'),
(5647, '5cba4b6fe015c', 'echo5lau@gmail.com', 'S', 'F', '', 0, '2019-04-19 22:27:59'),
(5648, '5cba4d6536628', 'eileenmclougherty@gmail.com', 'S', 'F', '', 0, '2019-04-19 22:36:16'),
(5649, '5cba5884bbf41', 'williebarnett@gmail.com', 'S', 'F', '', 0, '2019-04-19 23:23:43'),
(5650, '5cba62e35e63b', 'tammyselah@gmail.com', 'S', 'F', '', 0, '2019-04-20 00:08:02'),
(5651, '5cba6779e0490', 'nenc68@gmail.com', 'S', 'F', '', 0, '2019-04-20 00:27:32'),
(5652, '5cba87499b80c', 'davisrphi@gmail.com', 'S', 'F', '', 0, '2019-04-20 02:43:19'),
(5653, '5cbab238ccd91', 'joearellno@yahoo.com', 'S', 'F', '', 0, '2019-04-20 05:46:30'),
(5654, '5cbadbce1e5f5', 'gren44562@yahoo.com', 'S', 'F', '', 0, '2019-04-20 08:43:54'),
(5655, '5cbae79848feb', 'ddzeke53@yahoo.com', 'S', 'F', '', 0, '2019-04-20 09:34:11'),
(5656, '5cbaeb4ff025e', 'samuel.o.asare@gmail.com', 'S', 'F', '', 0, '2019-04-20 09:50:05'),
(5657, '5cbaf5029a5a2', 'deidrejenkins50@gmail.com', 'S', 'F', '', 0, '2019-04-20 10:31:21'),
(5658, '5cbb11d515b7f', 'fiorinostephanie@gmail.com', 'S', 'F', '', 0, '2019-04-20 12:34:25'),
(5659, '5cbb159e207a1', 'nenc68@gmail.com', 'S', 'F', '', 0, '2019-04-20 12:50:35'),
(5660, '5cbb16d3f0c7c', 'saraschaefer1984@yahoo.com', 'S', 'F', '', 0, '2019-04-20 12:55:45'),
(5661, '5cbb276cbd02a', 'tiffany.schaffhauser@yahoo.com', 'S', 'F', '', 0, '2019-04-20 14:06:30'),
(5662, '5cbb355d1f10d', 'kdixonlv@gmail.com', 'S', 'F', '', 0, '2019-04-20 15:06:02'),
(5663, '5cbb3da6639dd', 'me2youlink@yahoo.com', 'S', 'F', '', 0, '2019-04-20 15:41:23'),
(5664, '5cbb46f34ea02', 'staceystephens1325@yahoo.com', 'S', 'F', '', 0, '2019-04-20 16:21:07'),
(5665, '5cbb5f9bd1c1b', 'mindsey1969@yahoo.com', 'S', 'F', '', 0, '2019-04-20 18:06:17'),
(5666, '5cbb86565f54d', 'cloverfields81@yahoo.com', 'S', 'F', '', 0, '2019-04-20 20:51:29'),
(5667, '5cbb86ca3c627', 'cloverfields81@yahoo.com', 'S', 'F', '', 0, '2019-04-20 20:53:26'),
(5668, '5cbba803050e9', 'oklay9@gmail.com', 'S', 'F', '', 0, '2019-04-20 23:15:09'),
(5669, '5cbbaf61d63d4', 'flamekatar@gmail.com', 'S', 'F', '', 0, '2019-04-20 23:46:41'),
(5670, '5cbbbb4fa086e', 'paquettebecca@gmail.com', 'S', 'F', '', 0, '2019-04-21 00:37:35'),
(5671, '5cbbc41f231fe', 'info@centric.ae', 'S', 'F', '', 0, '2019-04-21 01:15:06'),
(5672, '5cbbd3f856874', 'baly.mohamed.hedi@gmail.com', 'S', 'F', '', 0, '2019-04-21 02:22:39'),
(5673, '5cbbe583782c7', 'chornaday@gmail.com', 'S', 'F', '', 0, '2019-04-21 03:37:32'),
(5674, '5cbbe83549f39', 'rodrigat@pnw.edu', 'S', 'F', '', 0, '2019-04-21 03:49:08'),
(5675, '5cbbf715d8c47', 'luciaarueta5@gmail.com', 'S', 'F', '', 0, '2019-04-21 04:52:36'),
(5676, '5cbc18e72fc1e', 'sales@bitbelt.biz', 'S', 'F', '', 0, '2019-04-21 07:16:54'),
(5677, '5cbc250adb473', 'shahiemhardy@gmail.com', 'S', 'F', '', 0, '2019-04-21 08:08:41'),
(5678, '5cbc48707a8a6', 'ychushak@yahoo.com', 'S', 'F', '', 0, '2019-04-21 10:39:42'),
(5679, '5cbc5d6bcd051', '0920138@gmail.com', 'S', 'F', '', 0, '2019-04-21 12:09:13'),
(5680, '5cbc68fbafd95', 'p-jungmeister@t-online.de', 'S', 'F', '', 0, '2019-04-21 12:58:31'),
(5681, '5cbc6cbc59410', 'azaa55@yahoo.com', 'S', 'F', '', 0, '2019-04-21 13:14:34'),
(5682, '5cbc6ed1a4e5e', 'mdflatau@gmail.com', 'S', 'F', '', 0, '2019-04-21 13:23:03'),
(5683, '5cbc79f9cb185', 'edngethett@yahoo.com', 'S', 'F', '', 0, '2019-04-21 14:10:39'),
(5684, '5cbc89b50cdd4', 'tadouglas1991@gmail.com', 'S', 'F', '', 0, '2019-04-21 15:18:06'),
(5685, '5cbc8df758891', 'willemasser@gmail.com', 'S', 'F', '', 0, '2019-04-21 15:36:21'),
(5686, '5cbc98bb73ba3', 'kayndu18@gmail.com', 'S', 'F', '', 0, '2019-04-21 16:22:19'),
(5687, '5cbca549e1d7b', 'perfectairhvac@aol.com', 'S', 'F', '', 0, '2019-04-21 17:15:52'),
(5688, '5cbca801019a6', 'stephanie.chelsea@gmail.com', 'S', 'F', '', 0, '2019-04-21 17:27:29'),
(5689, '5cbcb2bbde120', 'steam6598@yahoo.com', 'S', 'F', '', 0, '2019-04-21 18:13:12'),
(5690, '5cbcb9833705d', 'stevenlrose9561@gmail.com', 'S', 'F', '', 0, '2019-04-21 18:42:12'),
(5691, '5cbcbf03bc00a', 'melbonis@gmail.com', 'S', 'F', '', 0, '2019-04-21 19:05:39'),
(5692, '5cbcd11adf4fc', 'codysmusicandthings@yahoo.com', 'S', 'F', '', 0, '2019-04-21 20:22:26');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(5693, '5cbcd528caaea', 'sdvaletone35@gmail.com', 'S', 'F', '', 0, '2019-04-21 20:40:03'),
(5694, '5cbcddab64f66', 'georgesheppard954@gmail.com', 'S', 'F', '', 0, '2019-04-21 21:16:22'),
(5695, '5cbce986962b5', 'flgrl1976@yahoo.com', 'S', 'F', '', 0, '2019-04-21 22:07:02'),
(5696, '5cbcf1acbf4e7', 'flamekatar@gmail.com', 'S', 'F', '', 0, '2019-04-21 22:41:49'),
(5697, '5cbcf1f066bb6', 'carolina@simsassociates.com', 'S', 'F', '', 0, '2019-04-21 22:42:51'),
(5698, '5cbd0d6922e2c', 'puniverse209@gmail.com', 'S', 'F', '', 0, '2019-04-22 00:40:03'),
(5699, '5cbd14908d5ef', 'spiderjones@gmail.com', 'S', 'F', '', 0, '2019-04-22 01:10:35'),
(5700, '5cbd26d22ae71', 'davisrphi@gmail.com', 'S', 'F', '', 0, '2019-04-22 02:28:33'),
(5701, '5cbd28d9c8031', 'stefiem@sbcglobal.net', 'S', 'F', '', 0, '2019-04-22 02:37:12'),
(5702, '5cbd2d1f2616b', 'tadouglas1991@gmail.com', 'S', 'F', '', 0, '2019-04-22 02:55:26'),
(5703, '5cbd468fa36cc', 'amanda_hunt88@yahoo.com', 'S', 'F', '', 0, '2019-04-22 04:43:55'),
(5704, '5cbd4d6b5c186', 'shelliewinkeldouglas@gmail.com', 'S', 'F', '', 0, '2019-04-22 05:13:04'),
(5705, '5cbd60b275101', 'tonysalsa469@gmail.com', 'S', 'F', '', 0, '2019-04-22 06:35:28'),
(5706, '5cbd7404e155c', 'pat578@aol.com', 'S', 'F', '', 0, '2019-04-22 07:57:54'),
(5707, '5cbd748fd5127', 'morgan.hooker@gmail.com', 'S', 'F', '', 0, '2019-04-22 08:00:15'),
(5708, '5cbd7502064aa', 'fzybdy69@yahoo.com', 'S', 'F', '', 0, '2019-04-22 08:02:07'),
(5709, '5cbd82c5e2153', 'smithjaco88@gmail.com', 'S', 'F', '', 0, '2019-04-22 09:00:51'),
(5710, '5cbd8b439948c', 'spidermonkey8555@gmail.com', 'S', 'F', '', 0, '2019-04-22 09:37:03'),
(5711, '5cbd8be6c961f', 'nenc68@gmail.com', 'S', 'F', '', 0, '2019-04-22 09:39:48'),
(5712, '5cbd8f0f33659', 'derrick@dcgstores.com', 'S', 'F', '', 0, '2019-04-22 09:53:16'),
(5713, '5cbd93328dcfb', 'dakgenius1@gmail.com', 'S', 'F', '', 0, '2019-04-22 10:10:56'),
(5714, '5cbd94816c2e3', 'service@dcgstores.com', 'S', 'F', '', 0, '2019-04-22 10:16:30'),
(5715, '5cbd94835b9ce', 'cricketgore@yahoo.com', 'S', 'F', '', 0, '2019-04-22 10:16:33'),
(5716, '5cbdad2786fb4', 'mishanarchy@gmail.com', 'S', 'F', '', 0, '2019-04-22 12:01:41'),
(5717, '5cbdb2f46799b', 'jaylenjtayloa@gmail.com', 'S', 'F', '', 0, '2019-04-22 12:26:26'),
(5718, '5cbdbec0eeb13', 'service@dcgstores.com', 'S', 'F', '', 0, '2019-04-22 13:16:43'),
(5719, '5cbdc54c020c5', 'doorfixr@yahoo.com', 'S', 'F', '', 0, '2019-04-22 13:44:39'),
(5720, '5cbdc73dabbbf', 'rubergscincy@gmail.com', 'S', 'F', '', 0, '2019-04-22 13:52:58'),
(5721, '5cbdc9cb7aa6d', 'christinarhett@aol.com', 'S', 'F', '', 0, '2019-04-22 14:03:50'),
(5722, '5cbdd472d1314', 'lmamorini@gmail.com', 'S', 'F', '', 0, '2019-04-22 14:49:17'),
(5723, '5cbdda58d8c8d', 'mattstransport83@gmail.com', 'S', 'F', '', 0, '2019-04-22 15:14:30'),
(5724, '5cbdde9fd1c44', 'rolly223@yahoo.com', 'S', 'F', '', 0, '2019-04-22 15:32:46'),
(5725, '5cbde296d2a3c', 'folla@yahoo.com', 'S', 'F', '', 0, '2019-04-22 15:49:40'),
(5726, '5cbdfcc1a02c0', 'kellmanowins@gmail.com', 'S', 'F', '', 0, '2019-04-22 17:41:22'),
(5727, '5cbdffda12fe5', 'zalimas981@gmail.com', 'S', 'F', '', 0, '2019-04-22 17:54:34'),
(5728, '5cbe0721cfcf3', 'suenobi@aol.com', 'S', 'F', '', 0, '2019-04-22 18:25:35'),
(5729, '5cbe08492cb43', 'peirisrangana.c@gmail.com', 'S', 'F', '', 0, '2019-04-22 18:30:33'),
(5730, '5cbe0eac02c71', 'rdenooyer@gmail.com', 'S', 'F', '', 0, '2019-04-22 18:57:48'),
(5731, '5cbe24933fe9c', 'kristenh@sps401k.com', 'S', 'F', '', 0, '2019-04-22 20:31:12'),
(5732, '5cbe2aeba0862', 'derek_davis@ham.honda.com', 'S', 'F', '', 0, '2019-04-22 20:58:14'),
(5733, '5cbe34248e2d8', 'miriamerrico2@yahoo.com', 'S', 'F', '', 0, '2019-04-22 21:37:35'),
(5734, '5cbe34903a001', 'dagdepot@aol.com', 'S', 'F', '', 0, '2019-04-22 21:39:24'),
(5735, '5cbe377031496', 'stephanie.chelsea@gmail.com', 'S', 'F', '', 0, '2019-04-22 21:51:41'),
(5736, '5cbe3fce0d905', 'cameronflame99@gmail.com', 'S', 'F', '', 0, '2019-04-22 22:27:21'),
(5737, '5cbe41c244df9', 'derek_davis@ham.honda.com', 'S', 'F', '', 0, '2019-04-22 22:35:15'),
(5738, '5cbe48fc2e894', 'floresmari15@yahoo.com', 'S', 'F', '', 0, '2019-04-22 23:06:36'),
(5739, '5cbe5192f137a', 'rkwat37@gmail.com', 'S', 'F', '', 0, '2019-04-22 23:43:14'),
(5740, '5cbe584ecd402', 'z.krystle@yahoo.com', 'S', 'F', '', 0, '2019-04-23 00:12:00'),
(5741, '5cbe591aabc1f', 'georgesheppard954@gmail.com', 'S', 'F', '', 0, '2019-04-23 00:15:22'),
(5742, '5cbe594db8782', 'codysmusicandthings@yahoo.com', 'S', 'F', '', 0, '2019-04-23 00:16:09'),
(5743, '5cbe5cc231f72', 'jwatts68130@gmail.com', 'S', 'F', '', 0, '2019-04-23 00:30:58'),
(5744, '5cbe5e58e9467', 'blichius@gmail.com', 'S', 'F', '', 0, '2019-04-23 00:37:45'),
(5745, '5cbe5f1b18459', 'lstrothman@mblusa.com', 'S', 'F', '', 0, '2019-04-23 00:40:52'),
(5746, '5cbe60797fdd5', 'sethcartwright2222@gmail.com', 'S', 'F', '', 0, '2019-04-23 00:46:44'),
(5747, '5cbe635e6eb29', 'doorfixr@yahoo.com', 'S', 'F', '', 0, '2019-04-23 00:59:11'),
(5748, '5cbe6a3f25de5', 'georgesheppard954@gmail.com', 'S', 'F', '', 0, '2019-04-23 01:28:31'),
(5749, '5cbe716a2bdd5', 'hongfeiflit@yahoo.com', 'S', 'F', '', 0, '2019-04-23 01:59:06'),
(5750, '5cbe71fd614bd', 'tedshak@gmail.com', 'S', 'F', '', 0, '2019-04-23 02:01:33'),
(5751, '5cbe7cc43ae34', 'devlinr3@gmail.com', 'S', 'F', '', 0, '2019-04-23 02:47:31'),
(5752, '5cbe827770cbf', 'loganallmond@yahoo.com', 'S', 'F', '', 0, '2019-04-23 03:11:51'),
(5753, '5cbe8a02a0292', 'm.marinaro@comcast.net', 'S', 'F', '', 0, '2019-04-23 03:44:03'),
(5754, '5cbe8ee273123', 'china2372@aol.com', 'S', 'F', '', 0, '2019-04-23 04:04:49'),
(5755, '5cbe90e6b50e6', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-04-23 04:13:25'),
(5756, '5cbe9bdd73772', 'mitchsbailbonds@gmail.com', 'S', 'F', '', 0, '2019-04-23 05:00:06'),
(5757, '5cbea174d8781', 'loganallmond@yahoo.com', 'S', 'F', '', 0, '2019-04-23 05:24:04'),
(5758, '5cbea2772ecd8', 'temetnosce36@gmail.com', 'S', 'F', '', 0, '2019-04-23 05:28:21'),
(5759, '5cbea94030c50', 'mikeisabike@gmail.com', 'S', 'F', '', 0, '2019-04-23 05:57:09'),
(5760, '5cbeacef4b4b9', 'jazzieps@gmail.com', 'S', 'F', '', 0, '2019-04-23 06:13:01'),
(5761, '5cbeb1fd19f92', 'nguydude101@gmail.com', 'S', 'F', '', 0, '2019-04-23 06:34:34'),
(5762, '5cbeb800cba71', 'vixarytv@gmail.com', 'S', 'F', '', 0, '2019-04-23 07:00:08'),
(5763, '5cbebd6557525', 'melbonis@gmail.com', 'S', 'F', '', 0, '2019-04-23 07:23:17'),
(5764, '5cbebe53794e0', 'gwenn.west@gmail.com', 'S', 'F', '', 0, '2019-04-23 07:27:08'),
(5765, '5cbec17750f1d', 'cwux555@gmail.com', 'S', 'F', '', 0, '2019-04-23 07:40:36'),
(5766, '5cbec27e936a7', 'codysmusicandthings@yahoo.com', 'S', 'F', '', 0, '2019-04-23 07:44:59'),
(5767, '5cbedccdd56c1', 'teal.hutton@gmail.com', 'S', 'F', '', 0, '2019-04-23 09:37:16'),
(5768, '5cbee35e61130', 'epicwalrus09@gmail.com', 'S', 'F', '', 0, '2019-04-23 10:05:14'),
(5769, '5cbeeed9c1696', 'thurmones@aol.com', 'S', 'F', '', 0, '2019-04-23 10:54:15'),
(5770, '5cbef2e693b69', 'jaylenjtayloa@gmail.com', 'S', 'F', '', 0, '2019-04-23 11:11:32'),
(5771, '5cbefccee0e5c', 'alutzpj@gmail.com', 'S', 'F', '', 0, '2019-04-23 11:53:47'),
(5772, '5cbefeb3dae5c', 'albertrickis@gmail.com', 'S', 'F', '', 0, '2019-04-23 12:01:52'),
(5773, '5cbeff08a37e7', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-23 12:03:17'),
(5774, '5cbf01f9ed41f', 'up.helmdach@gmx.de', 'S', 'F', '', 0, '2019-04-23 12:15:51'),
(5775, '5cbf03aa45f10', 'cogballistic@gmail.com', 'S', 'F', '', 0, '2019-04-23 12:23:04'),
(5776, '5cbf04ef5a6ae', 'swivel806@yahoo.com', 'S', 'F', '', 0, '2019-04-23 12:28:30'),
(5777, '5cbf0930a4c17', 'richardvannobelen@gmail.com', 'S', 'F', '', 0, '2019-04-23 12:46:36'),
(5778, '5cbf1007da461', 'chloebezant@gmail.com', 'S', 'F', '', 0, '2019-04-23 13:15:48'),
(5779, '5cbf1730a2f8d', 'lexmarkc@yahoo.com', 'S', 'F', '', 0, '2019-04-23 13:46:23'),
(5780, '5cbf17a22785a', 'ktarnowski@piercepm.com', 'S', 'F', '', 0, '2019-04-23 13:48:13'),
(5781, '5cbf18336f303', 'baocker@hawaii.edu', 'S', 'F', '', 0, '2019-04-23 13:50:41'),
(5782, '5cbf19bd05309', 'nate.scholnick@gmail.com', 'S', 'F', '', 0, '2019-04-23 13:57:12'),
(5783, '5cbf1c464329a', 'dragoicjayden@gmail.com', 'S', 'F', '', 0, '2019-04-23 14:08:00'),
(5784, '5cbf1d28a0665', 'alex.reif@yahoo.com', 'S', 'F', '', 0, '2019-04-23 14:11:46'),
(5785, '5cbf228915e61', 'hector.guardado@us.as.mil', 'S', 'F', '', 0, '2019-04-23 14:34:46'),
(5786, '5cbf281acaef8', 'sdesorbo@frontiernet.net', 'S', 'F', '', 0, '2019-04-23 14:58:32'),
(5787, '5cbf2abea0d90', 'huguesleandre@gmail.com', 'S', 'F', '', 0, '2019-04-23 15:09:52'),
(5788, '5cbf3306c0ac6', 'tshoemak@gmail.com', 'S', 'F', '', 0, '2019-04-23 15:45:07'),
(5789, '5cbf3340a8a66', 'melissalouisewhitworth@gmail.com', 'S', 'F', '', 0, '2019-04-23 15:46:05'),
(5790, '5cbf34bd07219', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-23 15:52:31'),
(5791, '5cbf34e815935', 'snpc@aol.com', 'S', 'F', '', 0, '2019-04-23 15:53:10'),
(5792, '5cbf36be15d91', 'chadwhitely@gmail.com', 'S', 'F', '', 0, '2019-04-23 16:00:58'),
(5793, '5cbf372f5077a', 'margot800h@yahoo.com', 'S', 'F', '', 0, '2019-04-23 16:02:54'),
(5794, '5cbf42f431f50', 'carolina@simsassociates.com', 'S', 'F', '', 0, '2019-04-23 16:53:06'),
(5795, '5cbf468fa0296', 'balestrum@yahoo.com', 'S', 'F', '', 0, '2019-04-23 17:08:31'),
(5796, '5cbf4841f367f', 'oldschoolmoving@gmail.com', 'S', 'F', '', 0, '2019-04-23 17:15:46'),
(5797, '5cbf48e66b809', 'whitney.burke@gmail.com', 'S', 'F', '', 0, '2019-04-23 17:18:25'),
(5798, '5cbf494239188', 'amussery@gmail.com', 'S', 'F', '', 0, '2019-04-23 17:19:58'),
(5799, '5cbf49be2c2c7', 'kmiranda@sandstoneconstructioninc.com', 'S', 'F', '', 0, '2019-04-23 17:22:06'),
(5800, '5cbf50d567e29', 'wdelec2@aol.com', 'S', 'F', '', 0, '2019-04-23 17:52:22'),
(5801, '5cbf517ab494b', 'w.p.rieger@gmx.de', 'S', 'F', '', 0, '2019-04-23 17:55:08'),
(5802, '5cbf519865379', 'carlo.yu@ltsecurityinc.com', 'S', 'F', '', 0, '2019-04-23 17:55:32'),
(5803, '5cbf5227d73ee', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-23 17:58:00'),
(5804, '5cbf529b17852', 'brenda11938@gmail.com', 'S', 'F', '', 0, '2019-04-23 17:59:55'),
(5805, '5cbf52bc5affc', 'therealcalebsmith@gmail.com', 'S', 'F', '', 0, '2019-04-23 18:00:25'),
(5806, '5cbf53f65d3f5', 'b_cdraughn2000@yahoo.com', 'S', 'F', '', 0, '2019-04-23 18:05:39'),
(5807, '5cbf571b34308', 'picketfencestudiokids@yahoo.com', 'S', 'F', '', 0, '2019-04-23 18:19:04'),
(5808, '5cbf5761800cf', 'ksavila@gmail.com', 'S', 'F', '', 0, '2019-04-23 18:20:12'),
(5809, '5cbf599822055', 'dfloyd@schwartz-shaw.com', 'S', 'F', '', 0, '2019-04-23 18:29:41'),
(5810, '5cbf5ce9cb305', 'heinrich.speckbacher@utanet.at', 'S', 'F', '', 0, '2019-04-23 18:43:52'),
(5811, '5cbf5ef5ba849', 'bethawald@gmail.com', 'S', 'F', '', 0, '2019-04-23 18:52:34'),
(5812, '5cbf621f2ee9d', 'billparfenchuk@aol.com', 'S', 'F', '', 0, '2019-04-23 19:06:21'),
(5813, '5cbf62a013712', 'sales@jvconverting.com', 'S', 'F', '', 0, '2019-04-23 19:08:18'),
(5814, '5cbf686ca7676', 'nmunajj@aol.com', 'S', 'F', '', 0, '2019-04-23 19:32:56'),
(5815, '5cbf6c58c8d2b', 'puniverse209@gmail.com', 'S', 'F', '', 0, '2019-04-23 19:49:39'),
(5816, '5cbf7d100967b', 'rae.ratslef@gmail.com', 'S', 'F', '', 0, '2019-04-23 21:00:58'),
(5817, '5cbf7d4c9a0af', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-23 21:02:01'),
(5818, '5cbf7d8bafc82', 'kellmanowins@gmail.com', 'S', 'F', '', 0, '2019-04-23 21:03:06'),
(5819, '5cbf7fd0209ea', 'alexm327@gmail.com', 'S', 'F', '', 0, '2019-04-23 21:12:43'),
(5820, '5cbf825d5d311', 'noorahmad514@gmail.com', 'S', 'F', '', 0, '2019-04-23 21:23:35'),
(5821, '5cbf83a40572f', 'gmullenix@equishospitality.com', 'S', 'F', '', 0, '2019-04-23 21:28:30'),
(5822, '5cbf8efc657a6', 'david.cockram@gmail.com', 'S', 'F', '', 0, '2019-04-23 22:17:26'),
(5823, '5cbf8f136f30e', 'avalincyte@yahoo.com', 'S', 'F', '', 0, '2019-04-23 22:17:48'),
(5824, '5cbf95851037f', 'berenicezapien@gmail.com', 'S', 'F', '', 0, '2019-04-23 22:45:19'),
(5825, '5cbf98db9f671', 'aviram.moran@gmail.com', 'S', 'F', '', 0, '2019-04-23 22:59:39'),
(5826, '5cbf9cb455e13', 'barr408@comcast.net', 'S', 'F', '', 0, '2019-04-23 23:15:57'),
(5827, '5cbf9e4b0f3bc', 'gomez104@yahoo.com', 'S', 'F', '', 0, '2019-04-23 23:22:50'),
(5828, '5cbfa4c775237', 'yamilozada@yahoo.com', 'S', 'F', '', 0, '2019-04-23 23:50:30'),
(5829, '5cbfa71ced21e', 'marie@johnoberg.com', 'S', 'F', '', 0, '2019-04-24 00:00:23'),
(5830, '5cbfaa6833b73', 'sybil@dirtworks.com', 'S', 'F', '', 0, '2019-04-24 00:14:28'),
(5831, '5cbfab2aa2415', 'helen64.sd@gmail.com', 'S', 'F', '', 0, '2019-04-24 00:17:08'),
(5832, '5cbfba3d6f03c', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 01:22:04'),
(5833, '5cbfbf9b6a633', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 01:44:52'),
(5834, '5cbfc72cc7fe8', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 02:17:17'),
(5835, '5cbfc786577bd', 'adrianasand@gmail.com', 'S', 'F', '', 0, '2019-04-24 02:18:46'),
(5836, '5cbfcd70c0816', 'mjkim05010623@gmail.com', 'S', 'F', '', 0, '2019-04-24 02:43:54'),
(5837, '5cbfce3708a1a', 'c.k.electric@nckcn.com', 'S', 'F', '', 0, '2019-04-24 02:47:09'),
(5838, '5cbfd45dc0827', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 03:13:26'),
(5839, '5cbfd5fc34b0a', 'erikaskeroth@gmail.com', 'S', 'F', '', 0, '2019-04-24 03:20:22'),
(5840, '5cbfd86be73b5', 'epicwalrus09@gmail.com', 'S', 'F', '', 0, '2019-04-24 03:30:50'),
(5841, '5cbfdb813ae82', 'murchmb@yahoo.com', 'S', 'F', '', 0, '2019-04-24 03:43:54'),
(5842, '5cbfdc75cd0bf', 'lesliesuez@yahoo.com', 'S', 'F', '', 0, '2019-04-24 03:47:56'),
(5843, '5cbfe3215058a', 'gunhye.k@gmail.com', 'S', 'F', '', 0, '2019-04-24 04:16:32'),
(5844, '5cbfe4fd119f3', 'gren44562@yahoo.com', 'S', 'F', '', 0, '2019-04-24 04:24:28'),
(5845, '5cbfeb9196f98', 'ajgordon11306@gmail.com', 'S', 'F', '', 0, '2019-04-24 04:52:33'),
(5846, '5cbfec4ebfe59', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 04:55:36'),
(5847, '5cbfeca20841d', 'mattsaelee@gmail.com', 'S', 'F', '', 0, '2019-04-24 04:56:55'),
(5848, '5cbfed6c02948', 'ashtonjacobwilson@gmail.com', 'S', 'F', '', 0, '2019-04-24 05:00:21'),
(5849, '5cc00a5521d28', 'office@genuinepestcontrol.net', 'S', 'F', '', 0, '2019-04-24 07:03:41'),
(5850, '5cc010c3b3a4f', 'steveb6465@aol.com', 'S', 'F', '', 0, '2019-04-24 07:31:08'),
(5851, '5cc0166b707cb', 'contactcamille@yahoo.com', 'S', 'F', '', 0, '2019-04-24 07:55:20'),
(5852, '5cc01853586f8', 'samandy1976@gmail.com', 'S', 'F', '', 0, '2019-04-24 08:03:29'),
(5853, '5cc0219d01362', 'graciaramon98@yahoo.com', 'S', 'F', '', 0, '2019-04-24 08:43:06'),
(5854, '5cc021bebe0c4', 'mcminecraftboy1@gmail.com', 'S', 'F', '', 0, '2019-04-24 08:43:40'),
(5855, '5cc0220fc5988', 'jchivers2@gmail.com', 'S', 'F', '', 0, '2019-04-24 08:45:01'),
(5856, '5cc029bc01e0c', 'denisejoyamos@gmail.com', 'S', 'F', '', 0, '2019-04-24 09:17:43'),
(5857, '5cc031d4d0d25', 'cperch16@gmail.com', 'S', 'F', '', 0, '2019-04-24 09:52:18'),
(5858, '5cc048a78646f', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 11:29:39'),
(5859, '5cc04a75cf96b', 'alutzpj@gmail.com', 'S', 'F', '', 0, '2019-04-24 11:37:21'),
(5860, '5cc04b7f0f33f', 'martintrejo52@gmail.com', 'S', 'F', '', 0, '2019-04-24 11:41:46'),
(5861, '5cc050b2ee1a1', 'trifour418@gmail.com', 'S', 'F', '', 0, '2019-04-24 12:03:59'),
(5862, '5cc051fd5166f', 'jennifertrinidad@yahoo.com', 'S', 'F', '', 0, '2019-04-24 12:09:28'),
(5863, '5cc05e7d36f5c', 'vixarytv@gmail.com', 'S', 'F', '', 0, '2019-04-24 13:02:48'),
(5864, '5cc0624130360', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-04-24 13:18:52'),
(5865, '5cc06f655ed94', 'loridelorenzo57@gmail.com', 'S', 'F', '', 0, '2019-04-24 14:14:27'),
(5866, '5cc0721983957', '18773218548@163.com', 'S', 'F', '', 0, '2019-04-24 14:25:59'),
(5867, '5cc0761d26f7e', 'aundriabody@yahoo.com', 'S', 'F', '', 0, '2019-04-24 14:43:07'),
(5868, '5cc085bc8546c', 'alanalan868@yahoo.com', 'S', 'F', '', 0, '2019-04-24 15:50:29'),
(5869, '5cc08667687a1', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-04-24 15:53:11'),
(5870, '5cc08f8c61e68', 'typarrish2005@gmail.com', 'S', 'F', '', 0, '2019-04-24 16:32:12'),
(5871, '5cc0907dc6d7f', 'jmontera89@gmail.com', 'S', 'F', '', 0, '2019-04-24 16:36:14'),
(5872, '5cc09288a2847', 'agblwall@gmail.com', 'S', 'F', '', 0, '2019-04-24 16:44:57'),
(5873, '5cc0935cb4257', 'jmontera89@gmail.com', 'S', 'F', '', 0, '2019-04-24 16:48:25'),
(5874, '5cc09a5861c94', 'b.binoeder@gmx.de', 'S', 'F', '', 0, '2019-04-24 17:18:12'),
(5875, '5cc09a7571da6', 'savvycommercial@gmail.com', 'S', 'F', '', 0, '2019-04-24 17:18:41'),
(5876, '5cc09cc6ab819', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 17:28:39'),
(5877, '5cc0a0f98a71c', 'nancypetino@aol.com', 'S', 'F', '', 0, '2019-04-24 17:46:29'),
(5878, '5cc0a17db307b', 'cogballistic@gmail.com', 'S', 'F', '', 0, '2019-04-24 17:48:45'),
(5879, '5cc0a80fa3801', 'nenc68@gmail.com', 'S', 'F', '', 0, '2019-04-24 18:16:43'),
(5880, '5cc0a9a5a1541', 'godlepord@gmail.com', 'S', 'F', '', 0, '2019-04-24 18:23:30'),
(5881, '5cc0aa1cbb140', 'cldryden919@gmail.com', 'S', 'F', '', 0, '2019-04-24 18:25:28'),
(5882, '5cc0ac007d041', 'vaporwavelmao@gmail.com', 'S', 'F', '', 0, '2019-04-24 18:33:31'),
(5883, '5cc0b50cee0e8', 'hdelacruz@dlcrehab.com', 'S', 'F', '', 0, '2019-04-24 19:12:13'),
(5884, '5cc0b5f73867e', 'slaterra03@gmail.com', 'S', 'F', '', 0, '2019-04-24 19:16:02'),
(5885, '5cc0bc2ff3290', 'joshuajj03@yahoo.com', 'S', 'F', '', 0, '2019-04-24 19:42:34'),
(5886, '5cc0bd416be52', 'reginari@yahoo.com', 'S', 'F', '', 0, '2019-04-24 19:47:08'),
(5887, '5cc0c13547544', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 20:04:04'),
(5888, '5cc0c5df2469a', 'tcs_sahm@yahoo.com', 'S', 'F', '', 0, '2019-04-24 20:23:57'),
(5889, '5cc0c9d4c53c6', 'www.romy81@gmx.de', 'S', 'F', '', 0, '2019-04-24 20:40:48'),
(5890, '5cc0cb7a245ab', 'christiansanders4488@gmail.com', 'S', 'F', '', 0, '2019-04-24 20:47:50'),
(5891, '5cc0ce1cb7b90', 'wanderson7@triad.rr.com', 'S', 'F', '', 0, '2019-04-24 20:59:08'),
(5892, '5cc0cfbebf3a2', 'kazilas@aol.com', 'S', 'F', '', 0, '2019-04-24 21:06:01'),
(5893, '5cc0d2404654d', 'jessicagonzalez0918@gmail.com', 'S', 'F', '', 0, '2019-04-24 21:16:47'),
(5894, '5cc0d70213631', 'liz.siler@gmail.com', 'S', 'F', '', 0, '2019-04-24 21:37:07'),
(5895, '5cc0dd2eda971', 'thienkiep222@gmail.com', 'S', 'F', '', 0, '2019-04-24 22:03:26'),
(5896, '5cc0e9199a94a', 'tlatoya89@gmail.com', 'S', 'F', '', 0, '2019-04-24 22:54:18'),
(5897, '5cc0eeda52d24', 'anastasiaeb2000@gmail.com', 'S', 'F', '', 0, '2019-04-24 23:18:50'),
(5898, '5cc0f2c797c3f', 'thomassster@gmail.com', 'S', 'F', '', 0, '2019-04-24 23:35:36'),
(5899, '5cc0f86c5aae7', 'autodynastyad@gmail.com', 'S', 'F', '', 0, '2019-04-24 23:59:39'),
(5900, '5cc10766d43be', 'nenc68@gmail.com', 'S', 'F', '', 0, '2019-04-25 01:03:34'),
(5901, '5cc1121b87632', 'suntconsult@gmail.com', 'S', 'F', '', 0, '2019-04-25 01:49:07'),
(5902, '5cc11b4ace470', 'eu.immigrant@gmail.com', 'S', 'F', '', 0, '2019-04-25 02:28:25'),
(5903, '5cc11b97335a2', 'margomlarkin@gmail.com', 'S', 'F', '', 0, '2019-04-25 02:29:35'),
(5904, '5cc132e95af7e', 'jgadams1962@gmail.com', 'S', 'F', '', 0, '2019-04-25 04:09:13'),
(5905, '5cc133ee5693e', 'anastasiaeb2000@gmail.com', 'S', 'F', '', 0, '2019-04-25 04:13:33'),
(5906, '5cc1383b70ff8', 'gregkoturbash@gmail.com', 'S', 'F', '', 0, '2019-04-25 04:31:54'),
(5907, '5cc13a5594476', 'melbonis@gmail.com', 'S', 'F', '', 0, '2019-04-25 04:40:46'),
(5908, '5cc147af9e755', 'doug.trovillion@gmail.com', 'S', 'F', '', 0, '2019-04-25 05:37:43'),
(5909, '5cc1501f6031c', 'elliottschar@gmail.com', 'S', 'F', '', 0, '2019-04-25 06:13:50'),
(5910, '5cc16430a26e4', 'straubowska@web.de', 'S', 'F', '', 0, '2019-04-25 07:39:20'),
(5911, '5cc16fd708cec', 'mirandaleanne19@gmail.com', 'S', 'F', '', 0, '2019-04-25 08:29:08'),
(5912, '5cc1744913713', 'poonamdatta@yahoo.com', 'S', 'F', '', 0, '2019-04-25 08:48:07'),
(5913, '5cc1749e2608c', 'dsuit@fantasiamining.com', 'S', 'F', '', 0, '2019-04-25 08:49:30'),
(5914, '5cc1750a5a3f5', 'jennifertrinidad2007@yahoo.com', 'S', 'F', '', 0, '2019-04-25 08:51:21'),
(5915, '5cc18303e2877', 'skmukerji@gmail.com', 'S', 'F', '', 0, '2019-04-25 09:50:57'),
(5916, '5cc1893c9b45d', 'adams1962@gmail.com', 'S', 'F', '', 0, '2019-04-25 10:17:22'),
(5917, '5cc19a4d4d53f', 'carterdawgs@gmail.com', 'S', 'F', '', 0, '2019-04-25 11:30:18'),
(5918, '5cc19bcadd204', 'amazon@eastlakeaxle.com', 'S', 'F', '', 0, '2019-04-25 11:36:37'),
(5919, '5cc19c04220f8', 'hartsellemom@gmail.com', 'S', 'F', '', 0, '2019-04-25 11:37:37'),
(5920, '5cc19d28579d6', 'elena.philippsen@gmx.de', 'S', 'F', '', 0, '2019-04-25 11:42:29'),
(5921, '5cc1a45a6567f', 'thiedke61@gmail.com', 'S', 'F', '', 0, '2019-04-25 12:13:11'),
(5922, '5cc1afd743278', 'erikalisettesalazar@gmail.com', 'S', 'F', '', 0, '2019-04-25 13:02:12'),
(5923, '5cc1b50f0bbbb', 'purchasing@7-corporation.com', 'S', 'F', '', 0, '2019-04-25 13:24:25'),
(5924, '5cc1b76b6bb46', 'amazon@eastlakeaxle.com', 'S', 'F', '', 0, '2019-04-25 13:34:29'),
(5925, '5cc1bddc1e039', 'mojadtem159@gmail.com', 'S', 'F', '', 0, '2019-04-25 14:02:01'),
(5926, '5cc1c0d7c531c', 'tanker575@gmail.com', 'S', 'F', '', 0, '2019-04-25 14:14:44'),
(5927, '5cc1c8dd387e3', 'tracie.hernandez23@yahoo.com', 'S', 'F', '', 0, '2019-04-25 14:48:57'),
(5928, '5cc1df9353948', 'snelson7313@gmail.com', 'S', 'F', '', 0, '2019-04-25 16:25:57'),
(5929, '5cc1edd510ecc', 'amazon@eastlakeaxle.com', 'S', 'F', '', 0, '2019-04-25 17:26:44'),
(5930, '5cc1ef2e52545', 'shawfireandsafety@gmail.com', 'S', 'F', '', 0, '2019-04-25 17:32:31'),
(5931, '5cc1f5237b845', 'm.louwrink@domica.nl', 'S', 'F', '', 0, '2019-04-25 17:57:10'),
(5932, '5cc1f56dbea26', 'pagraham3@aol.com', 'S', 'F', '', 0, '2019-04-25 17:59:11'),
(5933, '5cc1fd9831cc7', 'brutt1@kent.edu', 'S', 'F', '', 0, '2019-04-25 18:34:02'),
(5934, '5cc2016a96af8', 'kilam2@aol.com', 'S', 'F', '', 0, '2019-04-25 18:50:16'),
(5935, '5cc203bb0d73c', 'ladydimond99@yahoo.com', 'S', 'F', '', 0, '2019-04-25 19:00:08'),
(5936, '5cc205b8e7472', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-04-25 19:08:38'),
(5937, '5cc2093160e0f', 'carterdawgs@gmail.com', 'S', 'F', '', 0, '2019-04-25 19:23:26'),
(5938, '5cc20a828b53c', 'sherif@cardmachineoutlet.com', 'S', 'F', '', 0, '2019-04-25 19:29:07'),
(5939, '5cc20c6912710', 'anital@optonline.net', 'S', 'F', '', 0, '2019-04-25 19:37:10'),
(5940, '5cc213fa2a844', 'critnj@aol.com', 'S', 'F', '', 0, '2019-04-25 20:09:25'),
(5941, '5cc21bfb131e8', 'erikalisettesalazar@gmail.com', 'S', 'F', '', 0, '2019-04-25 20:43:41'),
(5942, '5cc21e6f25744', 'jessicagonzalez0918@gmail.com', 'S', 'F', '', 0, '2019-04-25 20:54:12'),
(5943, '5cc21ee07c300', 'nano2244@gmail.com', 'S', 'F', '', 0, '2019-04-25 20:55:57'),
(5944, '5cc22ae439c9c', 'schoonie21@gmail.com', 'S', 'F', '', 0, '2019-04-25 21:47:16'),
(5945, '5cc22b468b14a', 'chevypicku@yahoo.com', 'S', 'F', '', 0, '2019-04-25 21:48:55'),
(5946, '5cc22df8e75d4', 'kaykavous@gmail.com', 'S', 'F', '', 0, '2019-04-25 22:00:21'),
(5947, '5cc230ce234ee', 'jaimejo22@gmail.com', 'S', 'F', '', 0, '2019-04-25 22:12:30'),
(5948, '5cc232121ca5b', 'tracie.hernandez23@yahoo.com', 'S', 'F', '', 0, '2019-04-25 22:17:54'),
(5949, '5cc233ef0649f', 'denise.favara@gmail.com', 'S', 'F', '', 0, '2019-04-25 22:25:51'),
(5950, '5cc23a37b31e4', 'sjpollei12@gmail.com', 'S', 'F', '', 0, '2019-04-25 22:52:35'),
(5951, '5cc244f00e315', 'deputy99dog@aol.com', 'S', 'F', '', 0, '2019-04-25 23:38:17'),
(5952, '5cc246e940aad', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-04-25 23:46:43'),
(5953, '5cc24aa11937c', 'jeffgarland@att.net', 'S', 'F', '', 0, '2019-04-26 00:02:36'),
(5954, '5cc24dfd0a634', 'gpezzo24@gmail.com', 'S', 'F', '', 0, '2019-04-26 00:16:12'),
(5955, '5cc251b4b95db', 'andrewpagano@aol.com', 'S', 'F', '', 0, '2019-04-26 00:32:53'),
(5956, '5cc2599fb6761', 'adonley@frcoop.com', 'S', 'F', '', 0, '2019-04-26 01:05:50'),
(5957, '5cc25df7286f3', 'tracylange80@gmail.com', 'S', 'F', '', 0, '2019-04-26 01:25:09'),
(5958, '5cc263281adc6', 'pturner2488@yahoo.com', 'S', 'F', '', 0, '2019-04-26 01:47:20'),
(5959, '5cc2688d81714', 'chen7900@gmail.com', 'S', 'F', '', 0, '2019-04-26 02:10:21'),
(5960, '5cc26ed305f7c', 'oldschoolmoving@gmail.com', 'S', 'F', '', 0, '2019-04-26 02:36:58'),
(5961, '5cc27bdad6708', '1douglife@gmail.com', 'S', 'F', '', 0, '2019-04-26 03:32:41'),
(5962, '5cc2824c616a2', 'virtualjeff@gmail.com', 'S', 'F', '', 0, '2019-04-26 04:00:13'),
(5963, '5cc2931cdaecf', 'erikalisettesalazar@gmail.com', 'S', 'F', '', 0, '2019-04-26 05:11:50'),
(5964, '5cc29655b28a7', 'cayamey@direct-mail.info', 'S', 'F', '', 0, '2019-04-26 05:25:39'),
(5965, '5cc296ccbd5a6', 'hartsellemom@gmail.com', 'S', 'F', '', 0, '2019-04-26 05:27:41'),
(5966, '5cc29bb53cd42', 'fosterchristie1@gmail.com', 'S', 'F', '', 0, '2019-04-26 05:48:36'),
(5967, '5cc2a9862e9f7', 'dmcsmusic@gmail.com', 'S', 'F', '', 0, '2019-04-26 06:47:33'),
(5968, '5cc2b69d8c8e8', 'dabbsquickstop5127@gmail.com', 'S', 'F', '', 0, '2019-04-26 07:43:25'),
(5969, '5cc2bd68ee69d', 'v.texnocentr@gmail.com', 'S', 'F', '', 0, '2019-04-26 08:12:23'),
(5970, '5cc2c2190866a', 'info@chadcrews.com', 'S', 'F', '', 0, '2019-04-26 08:32:23'),
(5971, '5cc2c267d5ba5', '9880220@gmail.com', 'S', 'F', '', 0, '2019-04-26 08:33:42'),
(5972, '5cc2c45a9bc87', 'kathydirks@cox.net', 'S', 'F', '', 0, '2019-04-26 08:42:01'),
(5973, '5cc2c647503a7', 'debiteuren@kdvmirakel.nl', 'S', 'F', '', 0, '2019-04-26 08:50:06'),
(5974, '5cc2c7d8db6cf', 'yuanhsingou@gmail.com', 'S', 'F', '', 0, '2019-04-26 08:56:49'),
(5975, '5cc2d26be3d04', 'mike.hancock@konecranes.com', 'S', 'F', '', 0, '2019-04-26 09:42:03'),
(5976, '5cc2d70a3234d', 'kstar@contracosta.courts.ca.gov', 'S', 'F', '', 0, '2019-04-26 10:01:43'),
(5977, '5cc2d9d04320e', 'kdl_93@yahoo.com', 'S', 'F', '', 0, '2019-04-26 10:13:34'),
(5978, '5cc2db85c21e9', 'hegoh420@gmail.com', 'S', 'F', '', 0, '2019-04-26 10:20:45'),
(5979, '5cc2dc5c60025', 'wbierma88@gmail.com', 'S', 'F', '', 0, '2019-04-26 10:24:26'),
(5980, '5cc2dd15ded5a', 'igotem65@gmail.com', 'S', 'F', '', 0, '2019-04-26 10:27:30'),
(5981, '5cc2ddb2c3a71', 'eagle971337@gmail.com', 'S', 'F', '', 0, '2019-04-26 10:30:08'),
(5982, '5cc2e6364666e', 'myron_goodman@yahoo.com', 'S', 'F', '', 0, '2019-04-26 11:06:27'),
(5983, '5cc2f64ce3400', 'pagraham3@aol.com', 'S', 'F', '', 0, '2019-04-26 12:15:06'),
(5984, '5cc2f6cbf1c0d', 'dini0351@yahoo.com', 'S', 'F', '', 0, '2019-04-26 12:17:14'),
(5985, '5cc2f96948d4c', 'chrisleach333@gmail.com', 'S', 'F', '', 0, '2019-04-26 12:28:22'),
(5986, '5cc30448aeae1', 'neehaa65@gmail.com', 'S', 'F', '', 0, '2019-04-26 13:14:46'),
(5987, '5cc33e2d7c5ed', 'bobcrews19810617@gmail.com', 'S', 'F', '', 0, '2019-04-26 17:22:03'),
(5988, '5cc34649cee5d', 'hollywehr@gmail.com', 'S', 'F', '', 0, '2019-04-26 17:56:27'),
(5989, '5cc349d475273', 'harleyboss@comcast.net', 'S', 'F', '', 0, '2019-04-26 18:11:30'),
(5990, '5cc34a011b41e', 'eryk4381@gmail.com', 'S', 'F', '', 0, '2019-04-26 18:12:17'),
(5991, '5cc3510f40d8b', 'anberlynne@yahoo.com', 'S', 'F', '', 0, '2019-04-26 18:42:19'),
(5992, '5cc3524043a13', 'deana527@gmail.com', 'S', 'F', '', 0, '2019-04-26 18:47:23'),
(5993, '5cc356461fb37', 'jjpgold11@gmail.com', 'S', 'F', '', 0, '2019-04-26 19:04:38'),
(5994, '5cc368f3143ee', 'christina.k.jones@gmail.com', 'S', 'F', '', 0, '2019-04-26 20:24:16'),
(5995, '5cc37a1551d39', 'lblebron@gmail.com', 'S', 'F', '', 0, '2019-04-26 21:37:25'),
(5996, '5cc38014cd1e1', 'vodhomi@aol.com', 'S', 'F', '', 0, '2019-04-26 22:03:01'),
(5997, '5cc38dc63bf17', 'calp0704@gmail.com', 'S', 'F', '', 0, '2019-04-26 23:01:26'),
(5998, '5cc3a66fd05e9', 'deana527@gmail.com', 'S', 'F', '', 0, '2019-04-27 00:46:39'),
(5999, '5cc3b453247a5', 'andrew.arceri@gmail.com', 'S', 'F', '', 0, '2019-04-27 01:44:59'),
(6000, '5cc3b42a86534', 'beckygallagher@yahoo.com', 'S', 'F', '', 0, '2019-04-27 01:45:15'),
(6001, '5cc3c91cd645f', 'tongzha88@yahoo.com', 'S', 'F', '', 0, '2019-04-27 03:14:36'),
(6002, '5cc3d2e38ca96', 'secretary@dscr.org', 'S', 'F', '', 0, '2019-04-27 03:56:19'),
(6003, '5cc3d5a675deb', 'crpanuga@gmail.com', 'S', 'F', '', 0, '2019-04-27 04:08:00'),
(6004, '5cc3e6d73487f', 'loganallmond@yahoo.com', 'S', 'F', '', 0, '2019-04-27 05:20:30'),
(6005, '5cc40110d5cd0', 'rml771@yahoo.com', 'S', 'F', '', 0, '2019-04-27 07:13:17'),
(6006, '5cc4311682d33', 'benaiyah@aol.com', 'S', 'F', '', 0, '2019-04-27 10:38:11'),
(6007, '5cc465c0640db', 'marthapaine@yahoo.com', 'S', 'F', '', 0, '2019-04-27 14:22:53'),
(6008, '5cc4677b2c930', 'christopherdeanpickard@gmail.com', 'S', 'F', '', 0, '2019-04-27 14:30:14'),
(6009, '5cc4799dbdb09', 'shaunwardle@gmail.com', 'S', 'F', '', 0, '2019-04-27 15:47:40'),
(6010, '5cc4e3ed5ff3a', 'vicky.nguyen.327@gmail.com', 'S', 'F', '', 0, '2019-04-27 23:21:20'),
(6011, '5cc4eb3021b75', 'cougsooz@gmail.com', 'S', 'F', '', 0, '2019-04-27 23:52:11'),
(6012, '5cc509f68a4e2', 'am503kps@gmail.com', 'S', 'F', '', 0, '2019-04-28 02:03:33'),
(6013, '5cc54820254f9', 'mjwebfam5@yahoo.com', 'S', 'F', '', 0, '2019-04-28 06:28:40'),
(6014, 'Arlo Maynard', 'freddiencastle5522@gmail.com', '', '', 'Arlo Maynard', 0, '2019-04-28 08:49:56'),
(6015, '5cc570f609219', 'stolpgd@gmail.com', 'S', 'F', '', 0, '2019-04-28 09:22:59'),
(6016, '5cc58864a4313', 'erikalisettesalazar@gmail.com', 'S', 'F', '', 0, '2019-04-28 11:02:55'),
(6017, '5cc5b4f2ba589', 'lyalya1976@yahoo.com', 'S', 'F', '', 0, '2019-04-28 14:12:00'),
(6018, '5cc5d167cbd91', 'jbelsky@ucdavis.edu', 'S', 'F', '', 0, '2019-04-28 16:14:32'),
(6019, '5cc5ddc015567', 'celiasteel50@aol.com', 'S', 'F', '', 0, '2019-04-28 17:07:12'),
(6020, '5cc5e4eb2434b', 'tdlite@aol.com', 'S', 'F', '', 0, '2019-04-28 17:37:44'),
(6021, '5cc5efd34012a', 'allenjoshc@gmail.com', 'S', 'F', '', 0, '2019-04-28 18:24:18'),
(6022, '5cc6088351e1a', 'jm4236@att.com', 'S', 'F', '', 0, '2019-04-28 20:09:35'),
(6023, '5cc61a786db32', 'jperry4747@gmail.com', 'S', 'F', '', 0, '2019-04-28 16:17:20'),
(6024, '5cc621e0f0a6f', 'det755cotto@yahoo.com', 'S', 'F', '', 0, '2019-04-28 16:48:54'),
(6025, '5cc624905ba74', 'billparfenchuk@aol.com', 'S', 'F', '', 0, '2019-04-28 17:00:23'),
(6026, '5cc6346e0c928', 'on.isac@live.com.au', 'S', 'F', '', 0, '2019-04-28 18:08:09'),
(6027, '5cc6472858746', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-04-28 19:27:59'),
(6028, '5cc64ee5c5785', 'thalford77@gmail.com', 'S', 'F', '', 0, '2019-04-28 20:01:04'),
(6029, '5cc673ff72768', 'robannwinder@gmail.com', 'S', 'F', '', 0, '2019-04-28 22:39:16'),
(6030, '5cc675c4f2d66', 'poopununu2@gmail.com', 'S', 'F', '', 0, '2019-04-28 22:46:55'),
(6031, '5cc684c4a5c8a', 'beckygallagher@yahoo.com', 'S', 'F', '', 0, '2019-04-29 04:59:49'),
(6032, '5cc68547e7c43', 'shawfireandsafety@gmail.com', 'S', 'F', '', 0, '2019-04-29 05:02:01'),
(6033, '5cc6880ddd7e8', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-04-29 05:13:51'),
(6034, '5cc69d992daea', 'embaviator@aol.com', 'S', 'F', '', 0, '2019-04-29 06:45:44'),
(6035, '5cc6fe6974b51', 'clbolling@gmail.com', 'S', 'F', '', 0, '2019-04-29 13:38:46'),
(6036, '5cc7256d646da', 'kristi@spurlock-eng.com', 'S', 'F', '', 0, '2019-04-29 16:25:15'),
(6037, '5cc7338179700', 'varmarathish@gmail.com', 'S', 'F', '', 0, '2019-04-29 17:25:21'),
(6038, '5cc74834604cd', 'paxbaseball@yahoo.com', 'S', 'F', '', 0, '2019-04-29 18:53:37'),
(6039, '5cc74a1e325a1', 'cirerah.10@gmail.com', 'S', 'F', '', 0, '2019-04-29 19:01:51'),
(6040, '5cc74e90d7a9e', 'ronandchuck@verizon.net', 'S', 'F', '', 0, '2019-04-29 19:20:52'),
(6041, '5cc759c14adda', 'lorniewagner@sbcglobal.net', 'S', 'F', '', 0, '2019-04-29 20:08:33'),
(6042, '5cc75a6d4cdc2', 'jhm16986@yahoo.com', 'S', 'F', '', 0, '2019-04-29 20:11:21'),
(6043, '5cc7761dbe0b4', 'chicago_man32@yahoo.com', 'S', 'F', '', 0, '2019-04-29 22:09:33'),
(6044, '5cc77ac402d76', 'stevyd025@yahoo.com', 'S', 'F', '', 0, '2019-04-29 22:29:24'),
(6045, '5cc78506743c6', 'mhalum@yahoo.com', 'S', 'F', '', 0, '2019-04-29 23:13:06'),
(6046, '5cc78d2f7dd07', 'calp0704@gmail.com', 'S', 'F', '', 0, '2019-04-29 23:47:53'),
(6047, '5cc78ea038f6a', 'tommymchenry1993@gmail.com', 'S', 'F', '', 0, '2019-04-29 23:54:02'),
(6048, '5cc798af1473e', 'themadtoker420@gmail.com', 'S', 'F', '', 0, '2019-04-30 00:37:02'),
(6049, '5cc7cefcd7224', 'toshi703@gmail.com', 'S', 'F', '', 0, '2019-04-30 04:28:44'),
(6050, '5cc7d369a981f', 'info@alexsoldier.com', 'S', 'F', '', 0, '2019-04-30 04:47:37'),
(6051, '5cc7e75802c2b', 'myrendade@gmail.com', 'S', 'F', '', 0, '2019-04-30 06:12:40'),
(6052, '5cc7eee52ab91', 'cliff000zero@yahoo.com', 'S', 'F', '', 0, '2019-04-30 06:44:51'),
(6053, '5cc7ef6b2dd0d', 'trevorcasteel@gmail.com', 'S', 'F', '', 0, '2019-04-30 06:47:00'),
(6054, '5cc7f44a59acf', 'oldschoolmoving@gmail.com', 'S', 'F', '', 0, '2019-04-30 07:07:52'),
(6055, '5cc7fa74765c3', 'zwiebel.mark@gmail.com', 'S', 'F', '', 0, '2019-04-30 07:34:11'),
(6056, '5cc823e8507e2', 'slavemasteralucard@yahoo.com', 'S', 'F', '', 0, '2019-04-30 10:31:01'),
(6057, '5cc831cb85f15', 'anthonylball@gmail.com', 'S', 'F', '', 0, '2019-04-30 11:30:17'),
(6058, '5cc832a9f1e5f', 'susan.mahr@yahoo.com', 'S', 'F', '', 0, '2019-04-30 11:33:57'),
(6059, '5cc83d89ebd16', 'peng_zhang@yahoo.com', 'S', 'F', '', 0, '2019-04-30 12:20:22'),
(6060, '5cc8498df063a', 'johnbeede@yahoo.com', 'S', 'F', '', 0, '2019-04-30 13:11:37'),
(6061, '5cc853ad0a8b2', 'bethawald@gmail.com', 'S', 'F', '', 0, '2019-04-30 13:54:49'),
(6062, '5cc85a42488c0', 'gracedoran@rebcoinc.biz', 'S', 'F', '', 0, '2019-04-30 14:22:53'),
(6063, '5cc85b13dcbc3', 'sscully62@yahoo.com', 'S', 'F', '', 0, '2019-04-30 14:26:26'),
(6064, '5cc86b176f36b', 'paulespitia@gmail.com', 'S', 'F', '', 0, '2019-04-30 15:34:45'),
(6065, '5cc8705645162', 'gimena_noel@yahoo.com', 'S', 'F', '', 0, '2019-04-30 15:57:09'),
(6066, '5cc872c6a2eb7', 'gazpatchoness@yahoo.com', 'S', 'F', '', 0, '2019-04-30 16:07:35'),
(6067, '5cc8806fc120f', 'astnunruh@gmail.com', 'S', 'F', '', 0, '2019-04-30 17:05:52'),
(6068, '5cc889aec1601', 'balestrum@yahoo.com', 'S', 'F', '', 0, '2019-04-30 17:45:14'),
(6069, '5cc88b277bd4d', 'aalunt@gmail.com', 'S', 'F', '', 0, '2019-04-30 17:51:32'),
(6070, '5cc88efd734fa', 'chrisleach333@gmail.com', 'S', 'F', '', 0, '2019-04-30 18:07:58'),
(6071, '5cc8901e95ce4', 'gumshoedrums@gmail.com', 'S', 'F', '', 0, '2019-04-30 18:12:43'),
(6072, '5cc8926e0a9d2', 'builderkiller1@gmail.com', 'S', 'F', '', 0, '2019-04-30 18:22:35'),
(6073, '5cc8a2f818e16', 'schiu@parmanenergy.com', 'S', 'F', '', 0, '2019-04-30 19:33:14'),
(6074, '5cc8a8e041d18', 'wdelec2@aol.com', 'S', 'F', '', 0, '2019-04-30 19:58:25'),
(6075, '5cc8abe885dbf', 'cchamberlain1384@gmail.com', 'S', 'F', '', 0, '2019-04-30 20:11:20'),
(6076, '5cc8b2230868d', 'barbiemommyofthree@gmail.com', 'S', 'F', '', 0, '2019-04-30 20:37:55'),
(6077, '5cc8b2910e297', 'jcarter502@gmail.com', 'S', 'F', '', 0, '2019-04-30 20:39:46'),
(6078, '5cc8c3c371281', 'joevallandingham@yahoo.com', 'S', 'F', '', 0, '2019-04-30 21:53:08'),
(6079, '5cc8c3d973552', 'meonyourteam@yahoo.com', 'S', 'F', '', 0, '2019-04-30 21:53:29'),
(6080, '5cc8c41e29f19', 'patrickdbuckley@gmail.com', 'S', 'F', '', 0, '2019-04-30 21:54:34'),
(6081, '5cc8c52e6c08b', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-04-30 21:59:06'),
(6082, '5cc8c6c7bced0', 'frankbitner@aol.com', 'S', 'F', '', 0, '2019-04-30 22:05:55'),
(6083, '5cc8c90cace8a', 'tjconrad17@gmail.com', 'S', 'F', '', 0, '2019-04-30 22:15:41'),
(6084, '5cc8e41287007', 'lmangine@pennohiosealing.com', 'S', 'F', '', 0, '2019-05-01 00:10:58'),
(6085, '5cc8f3c46a3a2', 'malinsandqvist@live.se', 'S', 'F', '', 0, '2019-05-01 01:17:47'),
(6086, '5cc8fdcee4320', 'katevotaw@umsl.edu', 'S', 'F', '', 0, '2019-05-01 02:00:47'),
(6087, '5cc8fe357a0b7', '4jsmom@comcast.net', 'S', 'F', '', 0, '2019-05-01 02:02:30'),
(6088, '5cc9000355f33', 'psheynin@yahoo.com', 'S', 'F', '', 0, '2019-05-01 02:10:11'),
(6089, '5cc91147b8eb3', 'ross.lintelman@att.net', 'S', 'F', '', 0, '2019-05-01 03:23:45'),
(6090, '5cc91873f234d', 'jmbush5866@gmail.com', 'S', 'F', '', 0, '2019-05-01 03:54:19'),
(6091, '5cc91eba5ce2f', 'shalicebennett@yahoo.com', 'S', 'F', '', 0, '2019-05-01 04:21:14'),
(6092, '5cc91ff9eadc0', 'gbuselt3@gmail.com', 'S', 'F', '', 0, '2019-05-01 04:26:32'),
(6093, '5cc9283eefc11', 'srhyngyang@gmail.com', 'S', 'F', '', 0, '2019-05-01 05:01:40'),
(6094, '5cc92ae1a89e3', 'razzleog2@gmail.com', 'S', 'F', '', 0, '2019-05-01 05:13:05'),
(6095, '5cc92c3daf012', 'srr1428@aol.com', 'S', 'F', '', 0, '2019-05-01 05:18:53'),
(6096, '5cc93e2ce5ff8', 'skv3094@yahoo.com', 'S', 'F', '', 0, '2019-05-01 06:35:22'),
(6097, '5cc940dc85c7f', 'jmbush5866@gmail.com', 'S', 'F', '', 0, '2019-05-01 06:46:45'),
(6098, '5cc94abb52b42', 'jerry.specht@gmail.com', 'S', 'F', '', 0, '2019-05-01 07:28:56'),
(6099, '5cc94ba117bd3', 'hruka22@gmail.com', 'S', 'F', '', 0, '2019-05-01 07:32:41'),
(6100, '5cc952d9eb7e2', 'bansal0210@gmail.com', 'S', 'F', '', 0, '2019-05-01 08:03:35'),
(6101, '5cc9629d41c2f', 'beckygallagher@yahoo.com', 'S', 'F', '', 0, '2019-05-01 09:10:51'),
(6102, '5cc96350ddcb7', 'tressler04@gmail.com', 'S', 'F', '', 0, '2019-05-01 09:13:45'),
(6103, '5cc9887ef3f7d', 'cynannfernandez@gmail.com', 'S', 'F', '', 0, '2019-05-01 11:52:26'),
(6104, '5cc98934c4970', 'calvin.zheng.89@gmail.com', 'S', 'F', '', 0, '2019-05-01 11:55:29'),
(6105, '5cc98e1571c93', 'forest4post@yahoo.com', 'S', 'F', '', 0, '2019-05-01 12:16:17'),
(6106, '5cc99190e36c4', 'oikos333@gmail.com', 'S', 'F', '', 0, '2019-05-01 12:31:10'),
(6107, '5cc99275abe5b', 'northington15@gmail.com', 'S', 'F', '', 0, '2019-05-01 12:34:56'),
(6108, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-05-01 12:35:21'),
(6109, '5cc992c3e1ef5', 'northington15@gmail.com', 'S', 'F', '', 0, '2019-05-01 12:36:15'),
(6110, '5cc9933fc36a5', 'oikos333@gmail.com', 'S', 'F', '', 0, '2019-05-01 12:38:19'),
(6111, '5cc99a7844dfd', 'mhalum@yahoo.com', 'S', 'F', '', 0, '2019-05-01 13:09:08'),
(6112, '5cc9a00ca1d30', 'prabhas_singh@yahoo.com', 'S', 'F', '', 0, '2019-05-01 13:32:57'),
(6113, '5cc9b4fd964e8', 'jphiv19@gmail.com', 'S', 'F', '', 0, '2019-05-01 15:02:18'),
(6114, '5cc9b51353722', 'mark@builderslock.com', 'S', 'F', '', 0, '2019-05-01 15:02:37'),
(6115, '5cc9bdfba2896', 'kenpomietto@yahoo.com', 'S', 'F', '', 0, '2019-05-01 15:40:43'),
(6116, '5cc9c5db310af', 'richardlundborg@gmail.com', 'S', 'F', '', 0, '2019-05-01 16:14:16'),
(6117, '5cc9c7e9e5594', 'sirleafb9@gmail.com', 'S', 'F', '', 0, '2019-05-01 16:23:03'),
(6118, '5cc9cc27dfe22', 'shadmontague@gmail.com', 'S', 'F', '', 0, '2019-05-01 16:41:09'),
(6119, '5cc9d0bbd54e0', 'toohot403@aol.com', 'S', 'F', '', 0, '2019-05-01 17:00:49'),
(6120, '5cc9d3ff32a3b', 'anniekelley4@gmail.com', 'S', 'F', '', 0, '2019-05-01 17:14:40'),
(6121, '5cc9d7a36e0f3', 'chrisandmollyskandalis@yahoo.com', 'S', 'F', '', 0, '2019-05-01 17:30:12'),
(6122, '5cc9d7b871c75', 'destinilopez77@gmail.com', 'S', 'F', '', 0, '2019-05-01 17:30:29'),
(6123, '5cc9da4471ca1', 'janada30@yahoo.com', 'S', 'F', '', 0, '2019-05-01 17:41:22'),
(6124, '5cc9dcb9e2e69', 'pwatson157@columbus.rr.com', 'S', 'F', '', 0, '2019-05-01 17:51:52'),
(6125, '5cc9e54476e58', 'alexandahh@gmail.com', 'S', 'F', '', 0, '2019-05-01 18:28:21'),
(6126, '5cc9e7730446d', 'epalmer@develctrs.org', 'S', 'F', '', 0, '2019-05-01 18:37:37'),
(6127, '5cc9e91befe50', 'girlag_02@yahoo.com', 'S', 'F', '', 0, '2019-05-01 18:44:40'),
(6128, '5cc9f18d5531b', 'andrewlaird1000@yahoo.com', 'S', 'F', '', 0, '2019-05-01 19:20:46'),
(6129, '5cc9f236ccc23', 'sherrywooldridge@yahoo.com', 'S', 'F', '', 0, '2019-05-01 19:23:35'),
(6130, '5cc9f55fa630d', 'kmsuccop@gmail.com', 'S', 'F', '', 0, '2019-05-01 19:37:05'),
(6131, '5cc9fc3f77143', 'ckenyon83@gmail.com', 'S', 'F', '', 0, '2019-05-01 20:06:23'),
(6132, '5cca0042b5b82', 'ctmfield88@gmail.com', 'S', 'F', '', 0, '2019-05-01 20:23:31'),
(6133, '5cca0f0a88881', 'sarraf.sinneli@yahoo.com', 'S', 'F', '', 0, '2019-05-01 21:26:30'),
(6134, '5cca268ca47c5', 'mpk1121@gmail.com', 'S', 'F', '', 0, '2019-05-01 23:06:47'),
(6135, '5cca2d92e9c60', 'rdbrdfn@charter.net', 'S', 'F', '', 0, '2019-05-01 23:36:45'),
(6136, '5cca327b38fbd', 'stango4summit@gmail.com', 'S', 'F', '', 0, '2019-05-01 23:57:41'),
(6137, '5cca3cbdc3948', 'rdbrdfn@charter.net', 'S', 'F', '', 0, '2019-05-02 00:41:33'),
(6138, '5cca412ce17cc', 'rubberduckylucky1@gmail.com', 'S', 'F', '', 0, '2019-05-02 01:00:29'),
(6139, '5cca455e87dd4', 'krm.fire1@gmail.com', 'S', 'F', '', 0, '2019-05-02 01:18:23'),
(6140, '5cca47d090c42', 'cornerstoneses10@yahoo.com', 'S', 'F', '', 0, '2019-05-02 01:28:49'),
(6141, '5cca489b52ced', 'arise1pm@gmail.com', 'S', 'F', '', 0, '2019-05-02 01:32:06'),
(6142, '5cca583f8d1d2', 'cayce02@aol.com', 'S', 'F', '', 0, '2019-05-02 02:38:50'),
(6143, '5cca58dd58081', 'nicky.till@gmail.com', 'S', 'F', '', 0, '2019-05-02 02:41:26'),
(6144, '5cca64cc45dad', 'plynn210@gmail.com', 'S', 'F', '', 0, '2019-05-02 03:32:27'),
(6145, '5cca656fce23c', 'vickylyee@gmail.com', 'S', 'F', '', 0, '2019-05-02 03:35:11'),
(6146, '5cca6a8017c6e', 'israelenamorado184@gmail.com', 'S', 'F', '', 0, '2019-05-02 03:56:42'),
(6147, '5cca7abc39720', 'jbragalone@gmail.com', 'S', 'F', '', 0, '2019-05-02 05:06:04'),
(6148, '5cca7d470d602', 'mister.dionisie@yahoo.com', 'S', 'F', '', 0, '2019-05-02 05:16:55'),
(6149, '5cca84c707d87', 'chrisholden@firstpriorityems.com', 'S', 'F', '', 0, '2019-05-02 05:48:48'),
(6150, '5cca897f0f414', 'briankilgo@gmail.com', 'S', 'F', '', 0, '2019-05-02 06:08:57'),
(6151, '5cca8d65d5b5b', 'realtyblvd@aol.com', 'S', 'F', '', 0, '2019-05-02 06:25:42'),
(6152, '5cca9b482f69a', 'celiasteel50@aol.com', 'S', 'F', '', 0, '2019-05-02 07:24:53'),
(6153, '5ccaa9dfca0fb', 'dsales120@aol.com', 'S', 'F', '', 0, '2019-05-02 08:27:09'),
(6154, 'Devika Sethi', 'devikasethi16@gmail.com', 'P', 'S', 'Hi Good morning. My sister has done 12th std. In Arts stream and she is eagerly interested in joining your prestigious institute for doing G.N.M. course. So being her elder sister, I have few queries like Is this college a government or a private college? What is the fee structure? And most importan', 2147483647, '2019-05-02 08:44:32'),
(6155, '5ccab87b09d95', 'koenbressers@gmail.com', 'S', 'F', '', 0, '2019-05-02 09:29:29'),
(6156, '5ccac4d355da6', 'affixdesigns@gmail.com', 'S', 'F', '', 0, '2019-05-02 10:22:09'),
(6157, '5ccac81bcfb25', 'happycheesecats@gmail.com', 'S', 'F', '', 0, '2019-05-02 10:36:09'),
(6158, '5ccace722789d', 'jones.jj556@gmail.com', 'S', 'F', '', 0, '2019-05-02 11:03:12'),
(6159, '5ccad22110900', 'plynn210@gmail.com', 'S', 'F', '', 0, '2019-05-02 11:18:55'),
(6160, '5ccad34121686', 'debkertz@gmail.com', 'S', 'F', '', 0, '2019-05-02 11:23:41'),
(6161, '5ccad892e1c25', 'gvdiesel@yahoo.com', 'S', 'F', '', 0, '2019-05-02 11:46:22'),
(6162, '5ccae527d57c6', 'galbraithrae@gmail.com', 'S', 'F', '', 0, '2019-05-02 12:40:06'),
(6163, '5ccaebab8d65c', 'c22addison@gmail.com', 'S', 'F', '', 0, '2019-05-02 13:07:53'),
(6164, '5ccaf61d00c43', '19drhkc93@gmail.com', 'S', 'F', '', 0, '2019-05-02 13:52:25'),
(6165, '5ccb0040aec8d', 'vsp83.sp@gmail.com', 'S', 'F', '', 0, '2019-05-02 14:35:43'),
(6166, '5ccb00cc3dad1', 'peterpeter3700@gmail.com', 'S', 'F', '', 0, '2019-05-02 14:38:00'),
(6167, '5ccb013c11ebf', 'liaram77@gmail.com', 'S', 'F', '', 0, '2019-05-02 14:39:53'),
(6168, '5ccb02c653a6d', 'you3bet285@gmail.com', 'S', 'F', '', 0, '2019-05-02 14:46:24'),
(6169, '5ccb0418e112f', 'cristanrosa@yahoo.com', 'S', 'F', '', 0, '2019-05-02 14:52:06'),
(6170, '5ccb16443fd1c', 'jayandish@yahoo.com', 'S', 'F', '', 0, '2019-05-02 16:09:39'),
(6171, '5ccb16d4a7468', 'walrus.senpai@gmail.com', 'S', 'F', '', 0, '2019-05-02 16:12:06'),
(6172, '5ccb17f218238', 'rimasoudah@gmail.com', 'S', 'F', '', 0, '2019-05-02 16:16:48'),
(6173, '5ccb1828ef017', 'dpierson@centurylink.net', 'S', 'F', '', 0, '2019-05-02 16:17:42'),
(6174, '5ccb19a11d717', 'samram1219@optonline.net', 'S', 'F', '', 0, '2019-05-02 16:24:02'),
(6175, '5ccb1a665f7a6', 'gphrph@yahoo.com', 'S', 'F', '', 0, '2019-05-02 16:27:15'),
(6176, '5ccb1e2105c19', 'lammkc@yahoo.com', 'S', 'F', '', 0, '2019-05-02 16:43:10'),
(6177, '5ccb237c26a68', 'mickiedepaolis@gmail.com', 'S', 'F', '', 0, '2019-05-02 17:06:01'),
(6178, '5ccb237c3f493', 'stacey.duncan@charter.net', 'S', 'F', '', 0, '2019-05-02 17:06:02'),
(6179, '5ccb2c4c6aea6', 'daniela.wolf.1@gmx.de', 'S', 'F', '', 0, '2019-05-02 17:43:41'),
(6180, '5ccb3a98405e1', 'dclem.esq@gmail.com', 'S', 'F', '', 0, '2019-05-02 18:44:38'),
(6181, '5ccb500c58643', 'vickylyee@gmail.com', 'S', 'F', '', 0, '2019-05-02 20:16:07'),
(6182, '5ccb5024b5cd8', 'ejmcglade@gmail.com', 'S', 'F', '', 0, '2019-05-02 20:16:32'),
(6183, '5ccb5670e894a', 'stan@twogunsespresso.com', 'S', 'F', '', 0, '2019-05-02 20:43:28'),
(6184, '5ccb584decb9f', 'fmarquez866@gmail.com', 'S', 'F', '', 0, '2019-05-02 20:51:21'),
(6185, '5ccb5fe5877b5', 'sandrazamora909@gmail.com', 'S', 'F', '', 0, '2019-05-02 21:23:45'),
(6186, '5ccb625fa7142', 'xflyer132@gmail.com', 'S', 'F', '', 0, '2019-05-02 21:34:24'),
(6187, '5ccb691270006', 'galemuters@gmail.com', 'S', 'F', '', 0, '2019-05-02 22:02:53'),
(6188, '5ccb709793352', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-05-02 22:34:57'),
(6189, '5ccb8c1acce2a', 'tomtom2gfx@gmail.com', 'S', 'F', '', 0, '2019-05-03 00:32:20'),
(6190, '5ccb960099ae4', 'c22addison@gmail.com', 'S', 'F', '', 0, '2019-05-03 01:14:40'),
(6191, '5ccb9addedcc3', 'quikhems@yahoo.com', 'S', 'F', '', 0, '2019-05-03 01:35:25'),
(6192, '5ccba487d487c', 'ritatownley@yahoo.com', 'S', 'F', '', 0, '2019-05-03 02:16:33'),
(6193, '5ccba6b0b5e0b', 'abosherpa@gmail.com', 'S', 'F', '', 0, '2019-05-03 02:25:52'),
(6194, '5ccba7a597e62', 'garyhaywood2@gmail.com', 'S', 'F', '', 0, '2019-05-03 02:29:58'),
(6195, '5ccbde8e1e2b1', 'fmarquez866@gmail.com', 'S', 'F', '', 0, '2019-05-03 06:24:12'),
(6196, '5ccbe03188aa1', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-03 06:29:42'),
(6197, '5ccbe93e255af', 'jpascale@farrenintl.com', 'S', 'F', '', 0, '2019-05-03 07:09:49'),
(6198, '5ccbf309202a6', 'lynpape80@gmail.com', 'S', 'F', '', 0, '2019-05-03 07:51:36'),
(6199, '5ccbfcf70bff8', 'copelandrickey1989@gmail.com', 'S', 'F', '', 0, '2019-05-03 08:33:56'),
(6200, '5ccbffe357d64', 'varmarathish@gmail.com', 'S', 'F', '', 0, '2019-05-03 08:46:18'),
(6201, '5ccc00974395f', 'copelandrickey1989@gmail.com', 'S', 'F', '', 0, '2019-05-03 08:49:25'),
(6202, '5ccc0bdfeabf1', 'mkkaiser2@yahoo.com', 'S', 'F', '', 0, '2019-05-03 09:37:33'),
(6203, '5ccc103ff1502', 'kjeri2008@yahoo.com', 'S', 'F', '', 0, '2019-05-03 09:56:12'),
(6204, '5ccc16379136a', 'goly2010@gmail.com', 'S', 'F', '', 0, '2019-05-03 10:21:39'),
(6205, '5ccc2412a4fa5', 'jbuechner59@gmail.com', 'S', 'F', '', 0, '2019-05-03 11:20:48'),
(6206, '5ccc27e8c6dc3', 'wagnerj128@gmail.com', 'S', 'F', '', 0, '2019-05-03 11:37:11'),
(6207, '5ccc28bf14a62', 'vickylyee@gmail.com', 'S', 'F', '', 0, '2019-05-03 11:40:44'),
(6208, '5ccc2b2501059', 'ninanielsen@sbcglobal.net', 'S', 'F', '', 0, '2019-05-03 11:50:58'),
(6209, '5ccc44e26c9ce', 'rubylove2@gmail.com', 'S', 'F', '', 0, '2019-05-03 13:40:47'),
(6210, '5ccc46237de98', 'kcole20208@gmail.com', 'S', 'F', '', 0, '2019-05-03 13:46:08'),
(6211, '5ccc4aadbff95', 'kotronics@cox.net', 'S', 'F', '', 0, '2019-05-03 14:05:29'),
(6212, '5ccc4b3f75df8', 'cgpowell85@yahoo.com', 'S', 'F', '', 0, '2019-05-03 14:07:53'),
(6213, '5ccc4db8785df', 'lisapardington@gmail.com', 'S', 'F', '', 0, '2019-05-03 14:18:30'),
(6214, '5ccc50e2c2892', 'thesatts99@yahoo.com', 'S', 'F', '', 0, '2019-05-03 14:31:59'),
(6215, '5ccc5169cbc6a', 'rmythology@aol.com', 'S', 'F', '', 0, '2019-05-03 14:34:12'),
(6216, '5ccc66b2db19a', 'goebel_15@yahoo.com', 'S', 'F', '', 0, '2019-05-03 16:05:06'),
(6217, '5ccc687c2b63f', 'stawped@gmail.com', 'S', 'F', '', 0, '2019-05-03 16:12:42'),
(6218, '5ccc6bee44c68', 'matthew.g.beaver@gmail.com', 'S', 'F', '', 0, '2019-05-03 16:27:24'),
(6219, '5ccc6da4e1500', 'amirazada313@gmail.com', 'S', 'F', '', 0, '2019-05-03 16:34:40'),
(6220, '5ccc6e1c9c651', 'tavarasj@yahoo.com', 'S', 'F', '', 0, '2019-05-03 16:36:44'),
(6221, '5ccc721d2209f', 'robertvaughn1998@gmail.com', 'S', 'F', '', 0, '2019-05-03 16:53:44'),
(6222, '5ccc7dd830cb1', 'timothy.fleenor@yahoo.com', 'S', 'F', '', 0, '2019-05-03 17:43:49'),
(6223, '5ccc81d7090dd', 'gez8bone@yahoo.com', 'S', 'F', '', 0, '2019-05-03 18:00:51'),
(6224, '5ccc8627ddca6', 'heather.marie0408@gmail.com', 'S', 'F', '', 0, '2019-05-03 18:19:19'),
(6225, '5ccc8ddf49d1e', 'crystalbrooke@gmail.com', 'S', 'F', '', 0, '2019-05-03 18:52:10'),
(6226, '5ccc928521083', 'psalm34@cox.net', 'S', 'F', '', 0, '2019-05-03 19:12:00'),
(6227, '5cccad969f875', 'trembo682@yahoo.com', 'S', 'F', '', 0, '2019-05-03 21:07:30'),
(6228, '5cccb1d75187e', 'cglow9@gmail.com', 'S', 'F', '', 0, '2019-05-03 21:25:37'),
(6229, '5cccb204631af', 'ramencupppp@gmail.com', 'S', 'F', '', 0, '2019-05-03 21:26:23'),
(6230, '5cccc76a3b717', 'stephie1230@aol.com', 'S', 'F', '', 0, '2019-05-03 22:57:38'),
(6231, '5ccceb71d5971', 'happycheesecats@gmail.com', 'S', 'F', '', 0, '2019-05-04 01:31:23'),
(6232, '5cccf3596f7b8', 'cricketgore@yahoo.com', 'S', 'F', '', 0, '2019-05-04 02:05:12'),
(6233, '5cccf5629b23d', 'dallas343@yahoo.com', 'S', 'F', '', 0, '2019-05-04 02:13:48'),
(6234, '5ccd2132c3e96', 'jing.jang2@aol.com', 'S', 'F', '', 0, '2019-05-04 05:20:48'),
(6235, '5ccd229d01b6f', 'sabbiral4444@gmail.com', 'S', 'F', '', 0, '2019-05-04 05:26:44'),
(6236, '5ccd269290bea', 'symphonymeadows@yahoo.com', 'S', 'F', '', 0, '2019-05-04 05:43:35'),
(6237, '5ccd47ab8d24a', 'ivanovboris.spb@gmail.com', 'S', 'F', '', 0, '2019-05-04 08:04:57'),
(6238, '5ccd58802872e', 'bethawald@gmail.com', 'S', 'F', '', 0, '2019-05-04 09:15:20'),
(6239, '5ccd69ce9cbdb', 'ramirez.rose.m@gmail.com', 'S', 'F', '', 0, '2019-05-04 10:30:33'),
(6240, '5ccd856bc7e35', 'kobrienlamare@gmail.com', 'S', 'F', '', 0, '2019-05-04 12:28:24'),
(6241, '5ccd9f9c817b1', 'saralivin82@yahoo.com', 'S', 'F', '', 0, '2019-05-04 14:20:15'),
(6242, '5ccda30fbffb5', 'lwilbanks83@gmail.com', 'S', 'F', '', 0, '2019-05-04 14:34:49'),
(6243, '5ccda3ba1eba6', 'ritatownley@yahoo.com', 'S', 'F', '', 0, '2019-05-04 14:37:43'),
(6244, '5ccda9a3f390f', 'pbreaux1@gmail.com', 'S', 'F', '', 0, '2019-05-04 15:02:53'),
(6245, '5ccdaf29ccac0', 'albertjr22@yahoo.com', 'S', 'F', '', 0, '2019-05-04 15:26:28'),
(6246, '5ccdbc60a324d', 'nicam1993@yahoo.com', 'S', 'F', '', 0, '2019-05-04 16:22:52'),
(6247, '5ccdca682ea98', 'fdurgaj@gmail.com', 'S', 'F', '', 0, '2019-05-04 17:21:09'),
(6248, '5ccdcee596153', 'averyg.acosta@gmail.com', 'S', 'F', '', 0, '2019-05-04 17:41:55'),
(6249, '5ccdd4be13a23', 'ericnmegan@wi.rr.com', 'S', 'F', '', 0, '2019-05-04 18:06:51'),
(6250, '5ccdd6d2494ed', 'potvinblake36@yahoo.com', 'S', 'F', '', 0, '2019-05-04 18:15:45'),
(6251, '5ccde7f55bfc0', 'tpm.palau@gmail.com', 'S', 'F', '', 0, '2019-05-04 19:28:54'),
(6252, '5ccdef96c287c', 'charlie.alan.dean@gmail.com', 'S', 'F', '', 0, '2019-05-04 20:01:26'),
(6253, '5cce2b4cb82d5', 'longenef@gmail.com', 'S', 'F', '', 0, '2019-05-05 00:16:07');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(6254, '5cce39a6ea9dc', 'andreaghibaudi@gmail.com', 'S', 'F', '', 0, '2019-05-05 01:17:26'),
(6255, '5cce6d93305c8', 'rajarshi.es@gmail.com', 'S', 'F', '', 0, '2019-05-05 04:58:51'),
(6256, '5cce92cd08e98', 'thuyn717@gmail.com', 'S', 'F', '', 0, '2019-05-05 07:37:49'),
(6257, '5ccea03cb1c75', 'cpasquerella@gmail.com', 'S', 'F', '', 0, '2019-05-05 08:35:05'),
(6258, '5ccea85f35413', 'info@wirelessplace.com', 'S', 'F', '', 0, '2019-05-05 09:09:49'),
(6259, '5ccead41d8014', 'info@wirelessplace.com', 'S', 'F', '', 0, '2019-05-05 09:30:33'),
(6260, '5cceb754af10c', 'info@wirelessplace.com', 'S', 'F', '', 0, '2019-05-05 10:13:38'),
(6261, '5ccecc3b7afc5', 'mistacree@gmail.com', 'S', 'F', '', 0, '2019-05-05 11:42:49'),
(6262, '5cced247844b6', 'info@wirelessplace.com', 'S', 'F', '', 0, '2019-05-05 12:08:37'),
(6263, '5ccedec2627bf', 'michael.foxmar@gmail.com', 'S', 'F', '', 0, '2019-05-05 13:01:48'),
(6264, '5ccee1c998e97', 'pbreaux1@gmail.com', 'S', 'F', '', 0, '2019-05-05 13:14:46'),
(6265, '5ccf24796616d', 'lamber1985@gmail.com', 'S', 'F', '', 0, '2019-05-05 17:59:21'),
(6266, '5ccf54482e853', 'brehder@gmail.com', 'S', 'F', '', 0, '2019-05-05 21:23:14'),
(6267, '5ccf62e192eba', 'raffaelem1953@gmail.com', 'S', 'F', '', 0, '2019-05-05 22:25:33'),
(6268, '5ccf6fc6d8363', 'ryan.chosnyk@gmail.com', 'S', 'F', '', 0, '2019-05-05 23:20:34'),
(6269, '5ccf868984eb1', 'paul.nicholson@gmail.com', 'S', 'F', '', 0, '2019-05-06 00:57:40'),
(6270, '5ccf87dcc4634', 'info@wirelessplace.com', 'S', 'F', '', 0, '2019-05-06 01:03:24'),
(6271, '5ccf9256304b3', 'caitlyncorace@gmail.com', 'S', 'F', '', 0, '2019-05-06 01:47:58'),
(6272, '5ccfa341017a0', 'info@wirelessplace.com', 'S', 'F', '', 0, '2019-05-06 03:00:10'),
(6273, '5ccfb34196738', 'raventaz913@yahoo.com', 'S', 'F', '', 0, '2019-05-06 04:08:26'),
(6274, '5ccffec0b20ad', 'paul.weekley@gmail.com', 'S', 'F', '', 0, '2019-05-06 09:30:39'),
(6275, '5cd000a1a7402', 'samagranoff4@gmail.com', 'S', 'F', '', 0, '2019-05-06 09:38:32'),
(6276, '5cd018245993e', 'lapagie@gmail.com', 'S', 'F', '', 0, '2019-05-06 11:18:57'),
(6277, '5cd01e5d3f920', 'lapagie@gmail.com', 'S', 'F', '', 0, '2019-05-06 11:45:35'),
(6278, '5cd02a65494da', 'adavis3040@gmail.com', 'S', 'F', '', 0, '2019-05-06 12:36:47'),
(6279, '5cd02fce4a038', 'michaelrollason1016@gmail.com', 'S', 'F', '', 0, '2019-05-06 12:59:54'),
(6280, '5cd03c5ed9ba3', 'donnadbello@gmail.com', 'S', 'F', '', 0, '2019-05-06 13:53:28'),
(6281, '5cd053f60e7af', 'marjahuis@live.ca', 'S', 'F', '', 0, '2019-05-06 15:34:13'),
(6282, '5cd05adab9c3b', 'janc0620@gmail.com', 'S', 'F', '', 0, '2019-05-06 16:03:35'),
(6283, '5cd05de74f2a6', 'sharon.k.kowalski@sbcglobal.net', 'S', 'F', '', 0, '2019-05-06 16:16:38'),
(6284, '5cd068b1a961f', 'caitlyncorace@gmail.com', 'S', 'F', '', 0, '2019-05-06 17:02:43'),
(6285, '5cd0727fa3569', 'dennis.2.smith@gmail.com', 'S', 'F', '', 0, '2019-05-06 17:44:28'),
(6286, '5cd07917ba9e8', 'zyy54207@gmail.com', 'S', 'F', '', 0, '2019-05-06 18:12:42'),
(6287, '5cd0945b18fe7', 'bumperspecialist2013@gmail.com', 'S', 'F', '', 0, '2019-05-06 20:07:09'),
(6288, '5cd09498cd343', 'bserensky@gmail.com', 'S', 'F', '', 0, '2019-05-06 20:09:55'),
(6289, '5cd0a532ddf9e', 'rmg9550@aol.com', 'S', 'F', '', 0, '2019-05-06 21:20:46'),
(6290, '5cd0ae2a78369', 'june881019@gmail.com', 'S', 'F', '', 0, '2019-05-06 21:59:11'),
(6291, '5cd0bd7699520', 'yoshika.ellicott@hi-lex.com', 'S', 'F', '', 0, '2019-05-06 23:04:18'),
(6292, '5cd0cb177c511', 'john_hilligoss@yahoo.com', 'S', 'F', '', 0, '2019-05-07 00:02:33'),
(6293, '5cd0cca796aaf', 'anyawait@gmail.com', 'S', 'F', '', 0, '2019-05-07 00:09:11'),
(6294, '5cd0d4dc636ab', 'matt@rume.com', 'S', 'F', '', 0, '2019-05-07 00:44:07'),
(6295, '5cd0d812df018', 'summersplumbing@gmail.com', 'S', 'F', '', 0, '2019-05-07 00:57:54'),
(6296, '5cd0df03c7644', 'weino16@aol.com', 'S', 'F', '', 0, '2019-05-07 01:25:39'),
(6297, '5cd0fd33198d0', 'sstufflebean@yahoo.com', 'S', 'F', '', 0, '2019-05-07 03:36:24'),
(6298, '5cd0ff8a8a46e', 'utahsporthorses@gmail.com', 'S', 'F', '', 0, '2019-05-07 03:46:11'),
(6299, '5cd1209c33ed1', 'stumo99@gmail.com', 'S', 'F', '', 0, '2019-05-07 06:07:22'),
(6300, '5cd125e788dad', 'mom2bks@earthlink.net', 'S', 'F', '', 0, '2019-05-07 06:29:59'),
(6301, '5cd12c98e6b75', 'jan.garey@gmail.com', 'S', 'F', '', 0, '2019-05-07 06:58:30'),
(6302, '5cd12fb6c50cf', 'dm3schumann@gmail.com', 'S', 'F', '', 0, '2019-05-07 07:11:43'),
(6303, '5cd13da5e00ee', 'sarahepfler@gmail.com', 'S', 'F', '', 0, '2019-05-07 08:09:25'),
(6304, '5cd13e13c7385', 'reanycleaning@gmail.com', 'S', 'F', '', 0, '2019-05-07 08:13:06'),
(6305, '5cd13f3d6e69b', 'yessikasolis@yahoo.com', 'S', 'F', '', 0, '2019-05-07 08:17:58'),
(6306, '5cd1492e67caf', 'pnavarro@a4c-usa.com', 'S', 'F', '', 0, '2019-05-07 09:00:28'),
(6307, '5cd15012b7e6c', 'hexfet100@yahoo.com', 'S', 'F', '', 0, '2019-05-07 09:29:51'),
(6308, '5cd1545360ce1', 'craytonscritters@gmail.com', 'S', 'F', '', 0, '2019-05-07 09:48:01'),
(6309, '5cd15622b63c5', 'hughhetchler@yahoo.com', 'S', 'F', '', 0, '2019-05-07 09:55:38'),
(6310, '5cd15c4d30c99', 'rjennings54@yahoo.com', 'S', 'F', '', 0, '2019-05-07 10:22:03'),
(6311, '5cd1684603ee3', 'stumo99@gmail.com', 'S', 'F', '', 0, '2019-05-07 11:13:07'),
(6312, '5cd179a4dac4d', 'leasemore@yahoo.com', 'S', 'F', '', 0, '2019-05-07 12:27:13'),
(6313, '5cd17fdca5be6', 'wrhodes.vsv@gmail.com', 'S', 'F', '', 0, '2019-05-07 12:53:45'),
(6314, '5cd18b08cee7a', 'kellyschreckfit@gmail.com', 'S', 'F', '', 0, '2019-05-07 13:41:23'),
(6315, '5cd18f005ad22', 'dunbarstoreco@gmail.com', 'S', 'F', '', 0, '2019-05-07 13:58:22'),
(6316, '5cd191b925d0d', 'ngl722@gmail.com', 'S', 'F', '', 0, '2019-05-07 14:09:58'),
(6317, '5cd19251a38b6', 'caquino411@gmail.com', 'S', 'F', '', 0, '2019-05-07 14:12:30'),
(6318, '5cd1a51c2ff21', 'adamekryan@gmail.com', 'S', 'F', '', 0, '2019-05-07 15:32:44'),
(6319, '5cd1aa0a6ce31', 'eva.kalea@gmail.com', 'S', 'F', '', 0, '2019-05-07 15:53:44'),
(6320, '5cd1ad43d503e', 'butterfly1541@aol.com', 'S', 'F', '', 0, '2019-05-07 16:07:32'),
(6321, '5cd1b2a031128', 'davis3040@gmail.com', 'S', 'F', '', 0, '2019-05-07 16:30:21'),
(6322, '5cd1b8701cff9', 'melaniebeergot3girls@gmail.com', 'S', 'F', '', 0, '2019-05-07 16:55:09'),
(6323, '5cd1bd76a91f7', 'aggarwalanku@gmail.com', 'S', 'F', '', 0, '2019-05-07 17:16:36'),
(6324, '5cd1bfa7a57f2', 'tyler.r.blankenship@gmail.com', 'S', 'F', '', 0, '2019-05-07 17:26:01'),
(6325, '5cd1bfe53a7af', 'colebankconst@aol.com', 'S', 'F', '', 0, '2019-05-07 17:26:59'),
(6326, '5cd1c7bd23df3', 'lapagie@gmail.com', 'S', 'F', '', 0, '2019-05-07 18:00:24'),
(6327, '5cd1c9bc346c7', 'snpc@aol.com', 'S', 'F', '', 0, '2019-05-07 18:09:00'),
(6328, '5cd1d17680676', 'thuanpro.nguyen.505@gmail.com', 'S', 'F', '', 0, '2019-05-07 18:41:55'),
(6329, '5cd1d1ee2fc9c', 'dfbockoven@gmail.com', 'S', 'F', '', 0, '2019-05-07 18:43:56'),
(6330, '5cd1d83dea2f9', 'wrhodes.vsv@gmail.com', 'S', 'F', '', 0, '2019-05-07 19:10:54'),
(6331, '5cd1d9c9922ae', 'wt540@yahoo.com', 'S', 'F', '', 0, '2019-05-07 19:17:30'),
(6332, '5cd1e028812e0', 'seidelmanl15@yahoo.com', 'S', 'F', '', 0, '2019-05-07 19:44:41'),
(6333, '5cd1e2078d1ed', 'douglas.smith.mba@gmail.com', 'S', 'F', '', 0, '2019-05-07 19:52:36'),
(6334, '5cd1eaf3139e9', 'michellechambers7@gmail.com', 'S', 'F', '', 0, '2019-05-07 20:30:43'),
(6335, '5cd1ee9f7aa08', 'mimi.zoe79@gmail.com', 'S', 'F', '', 0, '2019-05-07 20:46:18'),
(6336, '5cd1f053287a5', 'celiasteel50@aol.com', 'S', 'F', '', 0, '2019-05-07 20:53:39'),
(6337, '5cd1f1d0b9421', 'arobb1201@gmail.com', 'S', 'F', '', 0, '2019-05-07 21:00:01'),
(6338, '5cd1f8c4ab33f', 'george.hartzog@rcn.net', 'S', 'F', '', 0, '2019-05-07 21:29:40'),
(6339, '5cd1fb0b9deb5', 'patriciaann000@gmail.com', 'S', 'F', '', 0, '2019-05-07 21:39:23'),
(6340, '5cd1fe22768a2', 'jcap9687@gmail.com', 'S', 'F', '', 0, '2019-05-07 21:52:34'),
(6341, '5cd2073436e6d', 'becausehazza@gmail.com', 'S', 'F', '', 0, '2019-05-07 22:31:16'),
(6342, '5cd20ceb8e26e', 'mhartig@porterco.org', 'S', 'F', '', 0, '2019-05-07 22:55:39'),
(6343, '5cd20eb61abb9', 'mgraber100@gmail.com', 'S', 'F', '', 0, '2019-05-07 23:03:12'),
(6344, '5cd2119a5035b', 'ajhsheenman@aol.com', 'S', 'F', '', 0, '2019-05-07 23:15:39'),
(6345, '5cd21f1b35d38', 'snpc@aol.com', 'S', 'F', '', 0, '2019-05-08 00:13:10'),
(6346, '5cd22460a2a7f', 'noodle1199@gmail.com', 'S', 'F', '', 0, '2019-05-08 00:35:44'),
(6347, '5cd225303c4a7', 'summersplumbing@gmail.com', 'S', 'F', '', 0, '2019-05-08 00:37:14'),
(6348, '5cd227ddd4412', 'june881019@gmail.com', 'S', 'F', '', 0, '2019-05-08 00:50:37'),
(6349, '5cd233212aa64', 'soz@soz-online.de', 'S', 'F', '', 0, '2019-05-08 01:38:41'),
(6350, '5cd2383fb4ed3', 'keysrex7400@gmail.com', 'S', 'F', '', 0, '2019-05-08 02:00:24'),
(6351, '5cd244e9b5708', 'dbroam1@yahoo.com', 'S', 'F', '', 0, '2019-05-08 02:54:27'),
(6352, '5cd25745bfce8', 'jonathanbest7@gmail.com', 'S', 'F', '', 0, '2019-05-08 04:12:53'),
(6353, '5cd26d8fb87be', 'summersplumbing@gmail.com', 'S', 'F', '', 0, '2019-05-08 05:48:04'),
(6354, '5cd29cb006e7c', 'zmesule@gmail.com', 'S', 'F', '', 0, '2019-05-08 09:09:02'),
(6355, '5cd2b49a29bac', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-05-08 10:51:03'),
(6356, '5cd2bb2e5d50d', 'locuat@aol.com', 'S', 'F', '', 0, '2019-05-08 11:19:07'),
(6357, '5cd2bf347b4eb', 'pat.nlhhc@gmail.com', 'S', 'F', '', 0, '2019-05-08 11:36:15'),
(6358, '5cd2c74d600f7', 'summersplumbing@gmail.com', 'S', 'F', '', 0, '2019-05-08 12:10:49'),
(6359, '5cd2caf1b8964', 'vickieallen58@gmail.com', 'S', 'F', '', 0, '2019-05-08 12:26:23'),
(6360, '5cd2d316754a2', 'celiasteel50@aol.com', 'S', 'F', '', 0, '2019-05-08 13:01:08'),
(6361, '5cd2d6d34c682', 'wrhodes.vsv@gmail.com', 'S', 'F', '', 0, '2019-05-08 13:17:02'),
(6362, '5cd2d8be576eb', 'beckygallagher@yahoo.com', 'S', 'F', '', 0, '2019-05-08 13:25:14'),
(6363, '5cd2dc670ed90', 'fmarquez866@gmail.com', 'S', 'F', '', 0, '2019-05-08 13:40:52'),
(6364, '5cd2e3fec3fde', 'dfbockoven@gmail.com', 'S', 'F', '', 0, '2019-05-08 14:13:12'),
(6365, '5cd305dd74acc', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-05-08 16:37:45'),
(6366, '5cd3085bd7580', 'bobchap47@gmail.com', 'S', 'F', '', 0, '2019-05-08 16:48:25'),
(6367, '5cd31b11f08a7', 'jesus0914@gmail.com', 'S', 'F', '', 0, '2019-05-08 18:08:18'),
(6368, '5cd320df0cfbc', 'jdrod3@comcast.net', 'S', 'F', '', 0, '2019-05-08 18:33:02'),
(6369, '5cd32b6f18456', 'c_jimi@yahoo.com', 'S', 'F', '', 0, '2019-05-08 19:18:07'),
(6370, '5cd32fac9a4b3', 'karavetta@gmail.com', 'S', 'F', '', 0, '2019-05-08 19:36:10'),
(6371, '5cd3314c89cda', 'lukeyorn@gmail.com', 'S', 'F', '', 0, '2019-05-08 19:43:03'),
(6372, '5cd333bca31c0', 'athena1931@gmail.com', 'S', 'F', '', 0, '2019-05-08 19:53:33'),
(6373, '5cd33cf98419b', 'jjlucas22@gmail.com', 'S', 'F', '', 0, '2019-05-08 20:32:52'),
(6374, '5cd33da6e5fb5', 'wrhodes.vsv@gmail.com', 'S', 'F', '', 0, '2019-05-08 20:35:50'),
(6375, '5cd33f4e821f3', 'lucas.vecchia@gmail.com', 'S', 'F', '', 0, '2019-05-08 20:42:48'),
(6376, '5cd349a74e58f', 'pat.nlhhc@gmail.com', 'S', 'F', '', 0, '2019-05-08 21:26:57'),
(6377, '5cd34b1713bb5', 'chriscpoole@gmail.com', 'S', 'F', '', 0, '2019-05-08 21:33:11'),
(6378, '5cd34f9bd9c6a', 'agclark9@gmail.com', 'S', 'F', '', 0, '2019-05-08 21:52:22'),
(6379, '5cd352ced8ae1', 'bestsong@gmail.com', 'S', 'F', '', 0, '2019-05-08 22:06:01'),
(6380, '5cd35ba01971a', 'micheleherrera22@yahoo.com', 'S', 'F', '', 0, '2019-05-08 22:43:45'),
(6381, '5cd36623d6f50', 'woodlsmn@aol.com', 'S', 'F', '', 0, '2019-05-08 23:28:35'),
(6382, '5cd371e4952b8', 'jddrummer2000@gmail.com', 'S', 'F', '', 0, '2019-05-09 00:18:40'),
(6383, '5cd375703fac0', 'smithafan@gmail.com', 'S', 'F', '', 0, '2019-05-09 00:33:45'),
(6384, '5cd376629e411', 'tbart01@yahoo.com', 'S', 'F', '', 0, '2019-05-09 00:37:49'),
(6385, '5cd379105525d', 'caloundra@snapfitness.com.au', 'S', 'F', '', 0, '2019-05-09 00:49:20'),
(6386, '5cd37d7cdcec2', 'janiecesmarshall@gmail.com', 'S', 'F', '', 0, '2019-05-09 01:06:08'),
(6387, '5cd37e8e77162', 'lsconcut@yahoo.com', 'S', 'F', '', 0, '2019-05-09 01:10:42'),
(6388, '5cd3829d0888e', 'lillrnr@mac.com', 'S', 'F', '', 0, '2019-05-09 01:29:58'),
(6389, '5cd38fd1a09a5', 'mkkaiser2@yahoo.com', 'S', 'F', '', 0, '2019-05-09 02:26:21'),
(6390, '5cd3a6bf82a27', 'mia.bass@gmail.com', 'S', 'F', '', 0, '2019-05-09 04:04:14'),
(6391, '5cd3aa767c61e', 'sammio33@yahoo.com', 'S', 'F', '', 0, '2019-05-09 04:20:05'),
(6392, '5cd3b9e33937f', 'kennethemiller87@gmail.com', 'S', 'F', '', 0, '2019-05-09 05:25:54'),
(6393, '5cd3bf89dad4d', 'maweasrt8@gmail.com', 'S', 'F', '', 0, '2019-05-09 05:50:00'),
(6394, '5cd3c00f5e58b', 'majiddds@gmail.com', 'S', 'F', '', 0, '2019-05-09 05:52:08'),
(6395, '5cd3ea66dc053', 'dash3w@yahoo.com', 'S', 'F', '', 0, '2019-05-09 08:52:55'),
(6396, '5cd3ed42c96c6', 'rbaum@twmi.rr.com', 'S', 'F', '', 0, '2019-05-09 09:05:05'),
(6397, '5cd3ef2c502b1', 'janiecesmarshall@gmail.com', 'S', 'F', '', 0, '2019-05-09 09:13:03'),
(6398, '5cd3f091e8b4b', 'kyle@pawstruck.com', 'S', 'F', '', 0, '2019-05-09 09:19:13'),
(6399, '5cd4030923e4c', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-05-09 10:37:58'),
(6400, '5cd4031829bf3', 'henwyn@gmail.com', 'S', 'F', '', 0, '2019-05-09 10:38:16'),
(6401, '5cd4083f269e9', 'dafuzzyfury@gmail.com', 'S', 'F', '', 0, '2019-05-09 11:00:13'),
(6402, '5cd40ba382eea', 'rcanunn@yahoo.com', 'S', 'F', '', 0, '2019-05-09 11:14:40'),
(6403, '5cd4266a560fc', 'apoorv.agarwal@gmail.com', 'S', 'F', '', 0, '2019-05-09 13:08:56'),
(6404, '5cd428f876a9c', 'apoorv.agarwal@gmail.com', 'S', 'F', '', 0, '2019-05-09 13:19:50'),
(6405, '5cd42a8fafa8c', 'exbo3388@comcast.net', 'S', 'F', '', 0, '2019-05-09 13:26:36'),
(6406, '5cd42bb40136b', 'nailzbilisa@yahoo.com', 'S', 'F', '', 0, '2019-05-09 13:31:28'),
(6407, '5cd4305ec4ead', 'ansaar02@yahoo.com', 'S', 'F', '', 0, '2019-05-09 13:51:24'),
(6408, '5cd43d732c872', 'ameralazwi1@gmail.com', 'S', 'F', '', 0, '2019-05-09 14:47:12'),
(6409, '5cd4417ff1ac2', 'henwyn@gmail.com', 'S', 'F', '', 0, '2019-05-09 15:04:29'),
(6410, '5cd4421a8b96c', 'hjlglobal@gmail.com', 'S', 'F', '', 0, '2019-05-09 15:07:00'),
(6411, '5cd4489bcb359', 'patgrossi@comcast.net', 'S', 'F', '', 0, '2019-05-09 15:34:48'),
(6412, '5cd44c72ea019', 'julie@greentoes.com', 'S', 'F', '', 0, '2019-05-09 15:51:13'),
(6413, '5cd45ab7319bf', 'c_jimi@yahoo.com', 'S', 'F', '', 0, '2019-05-09 16:52:03'),
(6414, '5cd45d609c84f', 'henwyn@gmail.com', 'S', 'F', '', 0, '2019-05-09 17:03:29'),
(6415, '5cd45e1a149ce', 'lukeyorn@gmail.com', 'S', 'F', '', 0, '2019-05-09 17:06:34'),
(6416, '5cd460eb6a216', 'mitchsbailbonds@gmail.com', 'S', 'F', '', 0, '2019-05-09 17:18:32'),
(6417, '5cd461e14d6d6', 'ben.copperthite@gmail.com', 'S', 'F', '', 0, '2019-05-09 17:22:53'),
(6418, '5cd46228b9955', 'lawrence.gemma@gmail.com', 'S', 'F', '', 0, '2019-05-09 17:23:53'),
(6419, '5cd469325e848', 'donatelli.jess@gmail.com', 'S', 'F', '', 0, '2019-05-09 17:53:55'),
(6420, '5cd46f0d840df', 'kennethemiller87@gmail.com', 'S', 'F', '', 0, '2019-05-09 18:16:46'),
(6421, '5cd470c36e15e', 'nanoman79@yahoo.com', 'S', 'F', '', 0, '2019-05-09 18:26:06'),
(6422, '5cd471ee974fe', 'jjknowles3@gmail.com', 'S', 'F', '', 0, '2019-05-09 18:31:10'),
(6423, '5cd4733030823', 'tbart01@yahoo.com', 'S', 'F', '', 0, '2019-05-09 18:34:24'),
(6424, '5cd4788c01cec', 'kingarychalskaz@gmail.com', 'S', 'F', '', 0, '2019-05-09 18:59:24'),
(6425, '5cd48103ec8e2', 'maweasrt8@gmail.com', 'S', 'F', '', 0, '2019-05-09 19:35:32'),
(6426, '5cd4880416b21', 'thi2315@gmail.com', 'S', 'F', '', 0, '2019-05-09 20:05:23'),
(6427, '5cd488686d855', 'kssph@yahoo.com', 'S', 'F', '', 0, '2019-05-09 20:07:01'),
(6428, '5cd48a2b369cf', 'zmesule@gmail.com', 'S', 'F', '', 0, '2019-05-09 20:14:31'),
(6429, '5cd48e0895568', 'tiger30241@gmail.com', 'S', 'F', '', 0, '2019-05-09 20:30:59'),
(6430, '5cd4a20da3f7d', 'caquino411@gmail.com', 'S', 'F', '', 0, '2019-05-09 21:56:24'),
(6431, '5cd4ab56204fc', 'angelcruz224@gmail.com', 'S', 'F', '', 0, '2019-05-09 22:36:06'),
(6432, '5cd4b8a0b4668', 'jjknowles3@gmail.com', 'S', 'F', '', 0, '2019-05-09 23:32:47'),
(6433, '5cd4beffdba26', 'christhemurgas@gmail.com', 'S', 'F', '', 0, '2019-05-09 23:59:54'),
(6434, '5cd503135f5f7', 'cementmason31@yahoo.com', 'S', 'F', '', 0, '2019-05-10 04:50:25'),
(6435, '5cd521850d0a0', 'tblaube@gmail.com', 'S', 'F', '', 0, '2019-05-10 07:00:20'),
(6436, '5cd52efe97b4a', 'ken@patriotcap.net', 'S', 'F', '', 0, '2019-05-10 07:57:48'),
(6437, '5cd55bc704584', 'lgoins422@aol.com', 'S', 'F', '', 0, '2019-05-10 11:08:51'),
(6438, '5cd568bf23a34', 'paypal@adrem.co.uk', 'S', 'F', '', 0, '2019-05-10 12:04:12'),
(6439, '5cd576c508166', 'dafuzzyfury@gmail.com', 'S', 'F', '', 0, '2019-05-10 13:04:00'),
(6440, '5cd5799cbbedf', 'tjsharpe29@aol.com', 'S', 'F', '', 0, '2019-05-10 13:16:09'),
(6441, '5cd57b3568b97', 'hotcheese9@gmail.com', 'S', 'F', '', 0, '2019-05-10 13:22:57'),
(6442, '5cd584892585a', 'ryath33@gmail.com', 'S', 'F', '', 0, '2019-05-10 14:02:56'),
(6443, '5cd58d43e24ce', 'jrpatton@gmail.com', 'S', 'F', '', 0, '2019-05-10 14:40:00'),
(6444, '5cd5a179a11cf', 'jdekle0514@aol.com', 'S', 'F', '', 0, '2019-05-10 16:06:14'),
(6445, '5cd5bdc8ace74', 'holeshotrob@yahoo.com', 'S', 'F', '', 0, '2019-05-10 18:07:01'),
(6446, '5cd5c0295ffcd', 'shrimita.ghosh@gmail.com', 'S', 'F', '', 0, '2019-05-10 18:17:13'),
(6447, '5cd5d6fda5577', 'altabakhi18@gmail.com', 'S', 'F', '', 0, '2019-05-10 19:54:34'),
(6448, '5cd5dc404f4c4', 'sangmanc@yahoo.com', 'S', 'F', '', 0, '2019-05-10 20:17:03'),
(6449, '5cd5df305c490', 'kjminor25@yahoo.com', 'S', 'F', '', 0, '2019-05-10 20:29:32'),
(6450, '5cd5ea8498600', 'matthewrogers94@yahoo.com', 'S', 'F', '', 0, '2019-05-10 21:17:56'),
(6451, '5cd5ecd25b1e4', 'bmaclaughlin@gmail.com', 'S', 'F', '', 0, '2019-05-10 21:27:39'),
(6452, '5cd5fb37937b4', 'john@warpspd.com', 'S', 'F', '', 0, '2019-05-10 22:29:06'),
(6453, '5cd60551f3d7c', 'khaseamsbarnes@gmail.com', 'S', 'F', '', 0, '2019-05-10 23:12:11'),
(6454, '5cd62307e61b0', 'jpboutin@gmail.com', 'S', 'F', '', 0, '2019-05-11 01:18:58'),
(6455, '5cd62743dec5f', 'rcanunn@yahoo.com', 'S', 'F', '', 0, '2019-05-11 01:37:06'),
(6456, '5cd63041e735f', 'tao@vu-oneidea.com', 'S', 'F', '', 0, '2019-05-11 02:15:28'),
(6457, '5cd647b29b191', 'lasc0ne@aol.com', 'S', 'F', '', 0, '2019-05-11 03:55:30'),
(6458, '5cd65fac244f9', 'lnewmark@berkshire.rr.com', 'S', 'F', '', 0, '2019-05-11 05:37:41'),
(6459, '5cd661a40ef0d', 'johnkznsk2@gmail.com', 'S', 'F', '', 0, '2019-05-11 05:46:11'),
(6460, '5cd6699e39de5', 'comronsaif@gmail.com', 'S', 'F', '', 0, '2019-05-11 06:20:12'),
(6461, '5cd66e1a6486c', 'brendapanayiotou@yahoo.com', 'S', 'F', '', 0, '2019-05-11 06:39:15'),
(6462, '5cd6748de309f', 'camila.vipmodel@gmail.com', 'S', 'F', '', 0, '2019-05-11 07:06:45'),
(6463, '5cd6763ea3c7f', 'pendletl@gmail.com', 'S', 'F', '', 0, '2019-05-11 07:14:05'),
(6464, '5cd67842bc4da', 'apoorv.agarwal@gmail.com', 'S', 'F', '', 0, '2019-05-11 07:22:41'),
(6465, '5cd6b7576b153', 'tyleraustin1992@gmail.com', 'S', 'F', '', 0, '2019-05-11 11:51:48'),
(6466, '5cd6e2d2ab6aa', 'jmbutler2000@yahoo.com', 'S', 'F', '', 0, '2019-05-11 14:57:17'),
(6467, '5cd6ed4a82a12', 'bradotherson77@gmail.com', 'S', 'F', '', 0, '2019-05-11 15:42:01'),
(6468, '5cd6f036eab3a', 'allison_gerald@yahoo.com', 'S', 'F', '', 0, '2019-05-11 15:54:32'),
(6469, '5cd6f1381108b', 'senderle71@gmail.com', 'S', 'F', '', 0, '2019-05-11 15:58:46'),
(6470, '5cd703118bc45', 'bgilroy99@gmail.com', 'S', 'F', '', 0, '2019-05-11 17:14:58'),
(6471, '5cd708214d6f0', 'mfulton51124@roadrunner.com', 'S', 'F', '', 0, '2019-05-11 17:36:34'),
(6472, '5cd70ee7756e2', 'nickkelly1169@gmail.com', 'S', 'F', '', 0, '2019-05-11 18:05:27'),
(6473, '5cd71c188602f', 'victoria@parkresto.com', 'S', 'F', '', 0, '2019-05-11 19:01:41'),
(6474, '5cd7282817599', 'babber@gmail.com', 'S', 'F', '', 0, '2019-05-11 19:53:12'),
(6475, '5cd73f0810bba', 'dzstephy@yahoo.com', 'S', 'F', '', 0, '2019-05-11 21:30:47'),
(6476, '5cd76495dfed9', 'james_postl@yahoo.com', 'S', 'F', '', 0, '2019-05-12 00:10:54'),
(6477, '5cd7830e7d5a1', 'jim.postl@yahoo.com', 'S', 'F', '', 0, '2019-05-12 02:21:02'),
(6478, '5cd7c6c8a166c', 'stegalldonald@gmail.com', 'S', 'F', '', 0, '2019-05-12 07:09:59'),
(6479, '5cd7f3d92a52a', 'ssandsmark22@gmail.com', 'S', 'F', '', 0, '2019-05-12 10:22:14'),
(6480, '5cd8009caeb7c', 'alicatxoxo2@gmail.com', 'S', 'F', '', 0, '2019-05-12 11:16:42'),
(6481, '5cd803ab91fc8', 'alicatxoxo2@gmail.com', 'S', 'F', '', 0, '2019-05-12 11:29:45'),
(6482, '5cd8041901ee6', 'weinanico@gmail.com', 'S', 'F', '', 0, '2019-05-12 11:31:35'),
(6483, '5cd8127c8065d', 'alicatxoxo2@gmail.com', 'S', 'F', '', 0, '2019-05-12 12:32:58'),
(6484, '5cd817574c406', 'kristan6@gmail.com', 'S', 'F', '', 0, '2019-05-12 12:53:40'),
(6485, '5cd83a1d47cf3', 'caroljefferson6214@gmail.com', 'S', 'F', '', 0, '2019-05-12 15:21:46'),
(6486, '5cd84b63f11f0', 'nerisselim@yahoo.com', 'S', 'F', '', 0, '2019-05-12 16:35:31'),
(6487, '5cd86cc9c38db', 'regnilc@aol.com', 'S', 'F', '', 0, '2019-05-12 18:58:17'),
(6488, '5cd87e207ed5f', 'amberglucas@gmail.com', 'S', 'F', '', 0, '2019-05-12 20:12:15'),
(6489, '5cd88c6cd1d07', 'whitehat02@aol.com', 'S', 'F', '', 0, '2019-05-12 21:12:56'),
(6490, '5cd88fd1094b0', 'chiieff1922@gmail.com', 'S', 'F', '', 0, '2019-05-12 21:27:44'),
(6491, '5cd8976e83959', 'labeledgett@gmail.com', 'S', 'F', '', 0, '2019-05-12 21:57:47'),
(6492, '5cd89feb9f50e', 'jacobpeng27@yahoo.com', 'S', 'F', '', 0, '2019-05-12 22:36:27'),
(6493, '5cd8ac2c3206e', 'am13bam@gmail.com', 'S', 'F', '', 0, '2019-05-12 23:28:43'),
(6494, '5cd8ae8be3891', 'kylemyers82@gmail.com', 'S', 'F', '', 0, '2019-05-12 23:38:47'),
(6495, '5cd8b72ed78f7', 'marykelleyl@yahoo.com', 'S', 'F', '', 0, '2019-05-13 00:15:46'),
(6496, '5cd8cb5b47ed7', 'tip7007@yahoo.com', 'S', 'F', '', 0, '2019-05-13 01:41:25'),
(6497, '5cd8d78354ed4', 'arberbregu@gmail.com', 'S', 'F', '', 0, '2019-05-13 02:33:17'),
(6498, '5cd8e08576397', 'juliakeen6@gmail.com', 'S', 'F', '', 0, '2019-05-13 03:12:03'),
(6499, '5cd8ecc0b3ef1', 'klepikov@gmail.com', 'S', 'F', '', 0, '2019-05-13 04:04:16'),
(6500, 'Raveena', 'Raveenabhaskar6@gmail.com', 'S', 'C', 'When your ppmet exam should be held and application forms wiil be released  for filling', 2147483647, '2019-05-13 04:16:53'),
(6501, '5cd8f9874afb3', 'owenhuang711@gmail.com', 'S', 'F', '', 0, '2019-05-13 04:56:17'),
(6502, '5cd8fe1abc0a5', 'isinger898@gmail.com', 'S', 'F', '', 0, '2019-05-13 05:18:15'),
(6503, '5cd909e046c03', 'hhtopnotch42@yahoo.com', 'S', 'F', '', 0, '2019-05-13 06:08:29'),
(6504, '5cd9198a8a18f', 'chriswash3434@yahoo.com', 'S', 'F', '', 0, '2019-05-13 07:15:19'),
(6505, '5cd91f1c1aec9', 'timothy.w.eisel@jpmorgan.com', 'S', 'F', '', 0, '2019-05-13 07:39:06'),
(6506, '5cd94e53b9566', 'geminijohnmitchell@gmail.com', 'S', 'F', '', 0, '2019-05-13 10:58:04'),
(6507, '5cd951ec3234b', 'ahmedsarosh@yahoo.com', 'S', 'F', '', 0, '2019-05-13 11:15:52'),
(6508, '5cd96d5ce0cf3', 'gachim@rochester.rr.com', 'S', 'F', '', 0, '2019-05-13 13:12:56'),
(6509, '5cd97c87588bf', 'billhutch05@yahoo.com', 'S', 'F', '', 0, '2019-05-13 14:17:40'),
(6510, '5cd984de1ff28', 'geminijohnmitchell@gmail.com', 'S', 'F', '', 0, '2019-05-13 14:53:14'),
(6511, '5cd988a2f00ed', 'stephsgiblin@gmail.com', 'S', 'F', '', 0, '2019-05-13 15:09:19'),
(6512, '5cd98e4179846', 'mbelville@uwhealth.org', 'S', 'F', '', 0, '2019-05-13 15:33:18'),
(6513, '5cd98ed78f02c', 'tonypatric7@gmail.com', 'S', 'F', '', 0, '2019-05-13 15:35:50'),
(6514, '5cd9920c767a5', 'shanbag.nandan@gmail.com', 'S', 'F', '', 0, '2019-05-13 15:49:29'),
(6515, '5cd9974b9d9dd', 'patrick.f.murphy96@gmail.com', 'S', 'F', '', 0, '2019-05-13 16:11:52'),
(6516, '5cd99f4f53e6e', 'furiozito@yahoo.com', 'S', 'F', '', 0, '2019-05-13 16:46:04'),
(6517, '5cd9ae91a0e3e', 'tbear52_nc@yahoo.com', 'S', 'F', '', 0, '2019-05-13 17:51:12'),
(6518, '5cd9b1ce4b200', 'micheala4177@gmail.com', 'S', 'F', '', 0, '2019-05-13 18:04:59'),
(6519, '5cd9c4b6b4848', 'albrighta69@yahoo.com', 'S', 'F', '', 0, '2019-05-13 19:25:43'),
(6520, '5cd9cbd229c5b', 'cglow9@gmail.com', 'S', 'F', '', 0, '2019-05-13 19:55:57'),
(6521, '5cd9d3971d44b', 'chappy896@gmail.com', 'S', 'F', '', 0, '2019-05-13 20:29:11'),
(6522, '5cd9d47fd830c', 'xblvckwulf@gmail.com', 'S', 'F', '', 0, '2019-05-13 20:32:58'),
(6523, '5cd9ea912fc87', 'billhutch05@yahoo.com', 'S', 'F', '', 0, '2019-05-13 22:07:14'),
(6524, '5cd9ef1e7896b', 'jenny.tricitylawncare@gmail.com', 'S', 'F', '', 0, '2019-05-13 22:26:35'),
(6525, '5cd9f5075d2ad', 'isinger898@gmail.com', 'S', 'F', '', 0, '2019-05-13 22:51:46'),
(6526, '5cd9f82ddb8e5', 'minimadness19@gmail.com', 'S', 'F', '', 0, '2019-05-13 23:05:18'),
(6527, '5cd9f91f8ecad', 'portalconversion@yahoo.com', 'S', 'F', '', 0, '2019-05-13 23:09:19'),
(6528, '5cd9f9cd77e40', 'mjcurtis70@gmail.com', 'S', 'F', '', 0, '2019-05-13 23:12:09'),
(6529, '5cda09b232f85', 'kotzinj@gmail.com', 'S', 'F', '', 0, '2019-05-14 00:19:55'),
(6530, '5cda0da651448', 'bishopmw@gmail.com', 'S', 'F', '', 0, '2019-05-14 00:36:54'),
(6531, '5cda1bab80dea', 'airborne305@gmail.com', 'S', 'F', '', 0, '2019-05-14 01:36:36'),
(6532, '5cda20842616c', 'catilyn.casto@atyourdoorhealthcare.com', 'S', 'F', '', 0, '2019-05-14 01:57:16'),
(6533, '5cda213451df2', 'peterpeter3700@gmail.com', 'S', 'F', '', 0, '2019-05-14 02:00:11'),
(6534, '5cda22b5b241f', 'niloy.mukherjee@gmail.com', 'S', 'F', '', 0, '2019-05-14 02:06:44'),
(6535, '5cda29bf9d5ac', 'toxicreaperz123@gmail.com', 'S', 'F', '', 0, '2019-05-14 02:36:42'),
(6536, '5cda2a6c7d757', 'annejsz@yahoo.com', 'S', 'F', '', 0, '2019-05-14 02:39:40'),
(6537, '5cda2c11672d5', 'fadel_95@yahoo.com', 'S', 'F', '', 0, '2019-05-14 02:46:41'),
(6538, '5cda2da47330e', 'toshia21@gmail.com', 'S', 'F', '', 0, '2019-05-14 02:53:25'),
(6539, '5cda30d99c165', 'jmkonicki@yahoo.com', 'S', 'F', '', 0, '2019-05-14 03:06:57'),
(6540, '5cda3392e2f47', 'russlankirilov78@gmail.com', 'S', 'F', '', 0, '2019-05-14 03:18:42'),
(6541, '5cda3c9e519a7', 'tbear52_nc@yahoo.com', 'S', 'F', '', 0, '2019-05-14 03:57:11'),
(6542, '5cda418c59836', 'sanaalasaad@gmail.com', 'S', 'F', '', 0, '2019-05-14 04:18:19'),
(6543, '5cda4c849ea01', 'mgwilljr83@gmail.com', 'S', 'F', '', 0, '2019-05-14 05:05:07'),
(6544, '5cda589428d0b', 'shanbhag.nandan@gmail.com', 'S', 'F', '', 0, '2019-05-14 05:56:34'),
(6545, '5cda5df02b127', 'quesera.sky@gmail.com', 'S', 'F', '', 0, '2019-05-14 06:19:28'),
(6546, '5cda5fadeb287', 'isinger898@gmail.com', 'S', 'F', '', 0, '2019-05-14 06:26:51'),
(6547, '5cda6eedcbeaa', 'geminijohnmitchell@gmail.com', 'S', 'F', '', 0, '2019-05-14 07:31:59'),
(6548, '5cda7248536d9', 'volovyk@gmx.de', 'S', 'F', '', 0, '2019-05-14 07:46:09'),
(6549, '5cda74d5e0e5f', 'waynehammett@bellsouth.net', 'S', 'F', '', 0, '2019-05-14 07:57:08'),
(6550, '5cda7e4f51023', 'billhutch05@yahoo.com', 'S', 'F', '', 0, '2019-05-14 08:37:27'),
(6551, '5cda8e3372a76', 'charlie.alan.dean@gmail.com', 'S', 'F', '', 0, '2019-05-14 09:45:21'),
(6552, '5cda9198aeea6', 'johnkznsk2@gmail.com', 'S', 'F', '', 0, '2019-05-14 09:59:49'),
(6553, '5cda9d2f72eea', 'chad_reich@yahoo.com', 'S', 'F', '', 0, '2019-05-14 10:49:16'),
(6554, '5cdaa24d1af82', 'bernita.boxill12@gmail.com', 'S', 'F', '', 0, '2019-05-14 11:11:07'),
(6555, '5cdaa5896f062', 'tglewaz@gmail.com', 'S', 'F', '', 0, '2019-05-14 11:24:52'),
(6556, '5cdaa8177e182', 'wavywizard99@gmail.com', 'S', 'F', '', 0, '2019-05-14 11:35:49'),
(6557, '5cdaad5f80f3f', 'amybkleinpeter@gmail.com', 'S', 'F', '', 0, '2019-05-14 11:58:18'),
(6558, '5cdab2cf19b14', 'soleiluc.2000@gmail.com', 'S', 'F', '', 0, '2019-05-14 12:21:30'),
(6559, '5cdab7e88aa04', 'jamiesonjoinery@gmail.com', 'S', 'F', '', 0, '2019-05-14 12:43:17'),
(6560, '5cdab7ee88dc0', 'sevans327@gmail.com', 'S', 'F', '', 0, '2019-05-14 12:43:24'),
(6561, '5cdabb487c30e', 'psalenfriend@gmail.com', 'S', 'F', '', 0, '2019-05-14 12:57:39'),
(6562, '5cdabb6ca7b91', 'jmccapes@mac.com', 'S', 'F', '', 0, '2019-05-14 12:58:16'),
(6563, '5cdac2187d2a9', 'wavridr02@yahoo.com', 'S', 'F', '', 0, '2019-05-14 13:26:46'),
(6564, '5cdacbe7cfe7f', 'timothy.w.eisel@jpmorgan.com', 'S', 'F', '', 0, '2019-05-14 14:08:34'),
(6565, '5cdacd58603da', 'pbutter@cox.net', 'S', 'F', '', 0, '2019-05-14 14:14:44'),
(6566, '5cdacfa75ce16', 'chandni.mat2018@gmail.com', 'S', 'F', '', 0, '2019-05-14 14:24:37'),
(6567, '5cdadaa7994f0', 'sequoiabh@gmail.com', 'S', 'F', '', 0, '2019-05-14 15:11:33'),
(6568, '5cdae86b3ace9', 'tamboog98@gmail.com', 'S', 'F', '', 0, '2019-05-14 16:10:16'),
(6569, '5cdaec71cbcf1', 'melissa9178@sbcglobal.net', 'S', 'F', '', 0, '2019-05-14 16:27:30'),
(6570, '5cdaed8c0f8fa', 'shanbhag.nandan@gmail.com', 'S', 'F', '', 0, '2019-05-14 16:29:36'),
(6571, '5cdaee2029bfa', 'jefe100@gmail.com', 'S', 'F', '', 0, '2019-05-14 16:34:37'),
(6572, '5cdaefc9a4043', 'helms.sarahhaley@gmail.com', 'S', 'F', '', 0, '2019-05-14 16:41:44'),
(6573, '5cdaf93f6358e', 'cbailee215@gmail.com', 'S', 'F', '', 0, '2019-05-14 17:22:07'),
(6574, '5cdafa80843d0', 'mengrav15@gmail.com', 'S', 'F', '', 0, '2019-05-14 17:27:29'),
(6575, '5cdafac2ed50f', 'shanbhag.nandan@gmail.com', 'S', 'F', '', 0, '2019-05-14 17:28:35'),
(6576, '5cdafbca9fd28', 'samandkay58@aol.com', 'S', 'F', '', 0, '2019-05-14 17:33:00'),
(6577, '5cdaff0704d71', 'reina329@aol.com', 'S', 'F', '', 0, '2019-05-14 17:46:48'),
(6578, '5cdaff190c31d', 'sanaalasaad@gmail.com', 'S', 'F', '', 0, '2019-05-14 17:47:06'),
(6579, '5cdb027409c25', '2soups@cox.net', 'S', 'F', '', 0, '2019-05-14 18:01:19'),
(6580, '5cdb057b5a5e4', 'cluemari@aol.com', 'S', 'F', '', 0, '2019-05-14 18:14:19'),
(6581, '5cdb0643afc89', 'kylemyers82@gmail.com', 'S', 'F', '', 0, '2019-05-14 18:17:37'),
(6582, '5cdb07077f0af', 'cincollins12@gmail.com', 'S', 'F', '', 0, '2019-05-14 18:20:56'),
(6583, '5cdb0a5159b4c', 'tamboog98@gmail.com', 'S', 'F', '', 0, '2019-05-14 18:34:53'),
(6584, '5cdb0cbdb3f5a', 'ecarter@champsrealestate.com', 'S', 'F', '', 0, '2019-05-14 18:45:15'),
(6585, '5cdb15ef982f0', 'nritacco05@gmail.com', 'S', 'F', '', 0, '2019-05-14 19:24:29'),
(6586, '5cdb18ddeb2fe', '2garybanks@gmail.com', 'S', 'F', '', 0, '2019-05-14 19:36:59'),
(6587, '5cdb18ed7460f', 'd.miller.arts@gmail.com', 'S', 'F', '', 0, '2019-05-14 19:37:12'),
(6588, '5cdb19e5d4e8d', 'shanbhag.nandan@gmail.com', 'S', 'F', '', 0, '2019-05-14 19:41:26'),
(6589, '5cdb1e3d34589', 'nritacco05@gmail.com', 'S', 'F', '', 0, '2019-05-14 19:59:57'),
(6590, '5cdb1f5172571', 'mjcurtis70@gmail.com', 'S', 'F', '', 0, '2019-05-14 20:04:33'),
(6591, '5cdb228e76528', 'peterpeter3700@gmail.com', 'S', 'F', '', 0, '2019-05-14 20:18:23'),
(6592, '5cdb249a24a1f', 'valerie.anne.goforth@gmail.com', 'S', 'F', '', 0, '2019-05-14 20:27:03'),
(6593, '5cdb24d0300f9', 'sjs@sniderlegal.net', 'S', 'F', '', 0, '2019-05-14 20:27:59'),
(6594, '5cdb2771816d4', 'footsies.zen@gmail.com', 'S', 'F', '', 0, '2019-05-14 20:39:15'),
(6595, '5cdb2b1e5cbc5', 'nstanoff@gmail.com', 'S', 'F', '', 0, '2019-05-14 20:54:49'),
(6596, '5cdb2ef0e45d6', 'jamiesonjoinery@gmail.com', 'S', 'F', '', 0, '2019-05-14 21:11:14'),
(6597, '5cdb2f55b915b', 'elleneckhardt@gmail.com', 'S', 'F', '', 0, '2019-05-14 21:12:50'),
(6598, '5cdb321ab1d27', 'pjalvare9@gmail.com', 'S', 'F', '', 0, '2019-05-14 21:24:38'),
(6599, '5cdb350338b84', 'patty.nomelt@gmail.com', 'S', 'F', '', 0, '2019-05-14 21:37:07'),
(6600, '5cdb358f34943', 'wagrez@gmail.com', 'S', 'F', '', 0, '2019-05-14 21:39:27'),
(6601, '5cdb3df8d4300', 'bobibg@yahoo.com', 'S', 'F', '', 0, '2019-05-14 22:15:15'),
(6602, '5cdb3f3b56e5c', 'jeffczupta@gmail.com', 'S', 'F', '', 0, '2019-05-14 22:20:37'),
(6603, '5cdb422fdd69b', 'donatelli.jess@gmail.com', 'S', 'F', '', 0, '2019-05-14 22:33:19'),
(6604, '5cdb435c68107', 'chrisse.streegan@gmail.com', 'S', 'F', '', 0, '2019-05-14 22:38:21'),
(6605, '5cdb47fe620d9', 'mjcurtis70@gmail.com', 'S', 'F', '', 0, '2019-05-14 22:58:02'),
(6606, '5cdb4b56c98f7', 'kinsingchan@gmail.com', 'S', 'F', '', 0, '2019-05-14 23:12:25'),
(6607, '5cdb51e1e3383', 'svertucci@yahoo.com', 'S', 'F', '', 0, '2019-05-14 23:40:11'),
(6608, '5cdb5b308ab33', 'sandy@spray1.com', 'S', 'F', '', 0, '2019-05-15 00:20:00'),
(6609, '5cdb60fa43cbe', 'jennab@bellsouth.net', 'S', 'F', '', 0, '2019-05-15 00:44:40'),
(6610, '5cdb63c69413d', 'colinjones1013@gmail.com', 'S', 'F', '', 0, '2019-05-15 00:56:37'),
(6611, '5cdb67249d6ec', 'farina7179@gmail.com', 'S', 'F', '', 0, '2019-05-15 01:10:54'),
(6612, '5cdb6a40bd912', 'ibasene.is@gmail.com', 'S', 'F', '', 0, '2019-05-15 01:24:17'),
(6613, '5cdb6dd8e27c7', 'mjcurtis70@gmail.com', 'S', 'F', '', 0, '2019-05-15 01:36:57'),
(6614, '5cdb6eb95fbb2', 'one2free68@gmail.com', 'S', 'F', '', 0, '2019-05-15 01:43:14'),
(6615, '5cdb7358d895b', 'toshia21@gmail.com', 'S', 'F', '', 0, '2019-05-15 02:02:59'),
(6616, '5cdb76bade06d', 'debbie.appiah@apachecorp.com', 'S', 'F', '', 0, '2019-05-15 02:17:31'),
(6617, '5cdb778bc97d4', 'cyrusvjack@gmail.com', 'S', 'F', '', 0, '2019-05-15 02:20:56'),
(6618, '5cdb7ae355ac4', 'isinger898@gmail.com', 'S', 'F', '', 0, '2019-05-15 02:35:15'),
(6619, '5cdb7c34bf083', 'ondersma1@yahoo.com', 'S', 'F', '', 0, '2019-05-15 02:40:54'),
(6620, '5cdb8caf81b46', 'maybellene.dimalanta@gmail.com', 'S', 'F', '', 0, '2019-05-15 03:51:12'),
(6621, '5cdb91883e1bc', 'mjcurtis70@gmail.com', 'S', 'F', '', 0, '2019-05-15 04:11:50'),
(6622, '5cdb93ca6d2da', 'chitoku@gmail.com', 'S', 'F', '', 0, '2019-05-15 04:21:24'),
(6623, '5cdb9b4aabeaa', 'paul@goxxii.com', 'S', 'F', '', 0, '2019-05-15 04:53:28'),
(6624, '5cdb9bf5ea47b', 'boropop@gmail.com', 'S', 'F', '', 0, '2019-05-15 04:56:22'),
(6625, '5cdba42282390', 'zadaspeakslight@gmail.com', 'S', 'F', '', 0, '2019-05-15 05:31:14'),
(6626, '5cdba44a2fbff', 'tammy@epolarice.com', 'S', 'F', '', 0, '2019-05-15 05:31:53'),
(6627, '5cdba7963b242', 'nerisselim@yahoo.com', 'S', 'F', '', 0, '2019-05-15 05:45:51'),
(6628, '5cdbaba605245', 'jeffczupta@gmail.com', 'S', 'F', '', 0, '2019-05-15 06:03:07'),
(6629, '5cdbac6ca0c01', 'ondersma1@yahoo.com', 'S', 'F', '', 0, '2019-05-15 06:06:35'),
(6630, '5cdbb4a7d1be5', 'emily26ca@gmail.com', 'S', 'F', '', 0, '2019-05-15 06:41:44'),
(6631, '5cdbb5f0ae94e', 'prestoncave4@gmail.com', 'S', 'F', '', 0, '2019-05-15 06:47:10'),
(6632, '5cdbbc3700522', 'its.me.gov@gmail.com', 'S', 'F', '', 0, '2019-05-15 07:13:57'),
(6633, '5cdbc51de24e2', 'richardettl@yahoo.com', 'S', 'F', '', 0, '2019-05-15 07:51:50'),
(6634, '5cdbca184d5ee', 'shanbhag.nandan@gmail.com', 'S', 'F', '', 0, '2019-05-15 08:13:05'),
(6635, '5cdbcfe34ef75', 'wavridr02@yahoo.com', 'S', 'F', '', 0, '2019-05-15 08:37:52'),
(6636, '5cdbd0c41578c', 'geminijohnmitchell@gmail.com', 'S', 'F', '', 0, '2019-05-15 08:41:37'),
(6637, '5cdbe1de37276', 'patrick.laurie@gmail.com', 'S', 'F', '', 0, '2019-05-15 09:51:56'),
(6638, '5cdbe29b83f3e', 'travisenglish611@yahoo.com', 'S', 'F', '', 0, '2019-05-15 09:57:45'),
(6639, '5cdbe9bfb36d8', 'justinwrich@yahoo.com', 'S', 'F', '', 0, '2019-05-15 10:28:12'),
(6640, '5cdbf38a8f499', 'moghareiarian@yahoo.com', 'S', 'F', '', 0, '2019-05-15 11:10:00'),
(6641, '5cdbf6142455a', 'wilfriedschulze@t-online.de', 'S', 'F', '', 0, '2019-05-15 11:20:50'),
(6642, '5cdbfcf6a9d71', 'coreythehomemadechef@gmail.com', 'S', 'F', '', 0, '2019-05-15 11:50:10'),
(6643, '5cdbfe7b055df', 'barnabasdm2000@yahoo.com', 'S', 'F', '', 0, '2019-05-15 11:56:38'),
(6644, '5cdc0ee2218d5', 'alexchrisler@gmail.com', 'S', 'F', '', 0, '2019-05-15 13:06:37'),
(6645, '5cdc14b77c0a1', 'bohant@gmail.com', 'S', 'F', '', 0, '2019-05-15 13:31:31'),
(6646, '5cdc16cdc9df8', 'roostajones@aol.com', 'S', 'F', '', 0, '2019-05-15 13:40:27'),
(6647, '5cdc170f87cdf', 'cothrancodie@gmail.com', 'S', 'F', '', 0, '2019-05-15 13:41:32'),
(6648, '5cdc19360e16c', 'dany8877@aol.com', 'S', 'F', '', 0, '2019-05-15 13:50:43'),
(6649, '5cdc1e7b166cc', 'jonathanbest7@gmail.com', 'S', 'F', '', 0, '2019-05-15 14:13:10'),
(6650, '5cdc1ef88d10a', 'atf166@aol.com', 'S', 'F', '', 0, '2019-05-15 14:15:15'),
(6651, '5cdc2bab4d724', 'kathryntgcooney@gmail.com', 'S', 'F', '', 0, '2019-05-15 15:09:29'),
(6652, '5cdc2c9898971', 'kjsmith8690@gmail.com', 'S', 'F', '', 0, '2019-05-15 15:13:23'),
(6653, '5cdc2ca584226', 'onstage4life@gmail.com', 'S', 'F', '', 0, '2019-05-15 15:13:36'),
(6654, '5cdc35ee59279', 'lex.g.jung@gmail.com', 'S', 'F', '', 0, '2019-05-15 15:53:16'),
(6655, '5cdc39e9437cb', 'ttmiller1919@gmail.com', 'S', 'F', '', 0, '2019-05-15 16:10:13'),
(6656, '5cdc3a11ba296', '4168224984@sms.fido.ca', 'S', 'F', '', 0, '2019-05-15 16:10:58'),
(6657, '5cdc3c0ed04d4', 'nritacco05@gmail.com', 'S', 'F', '', 0, '2019-05-15 16:19:26'),
(6658, '5cdc453cd8c97', 'alm_smg@yahoo.com', 'S', 'F', '', 0, '2019-05-15 16:58:37'),
(6659, '5cdc4895a8f7f', 'claudiu.moise@gmail.com', 'S', 'F', '', 0, '2019-05-15 17:12:54'),
(6660, '5cdc4f08136ab', 'chase@agriservicesintl.com', 'S', 'F', '', 0, '2019-05-15 17:40:25'),
(6661, '5cdc4f233ff29', 'richkingzbargains1000@gmail.com', 'S', 'F', '', 0, '2019-05-15 17:40:48'),
(6662, '5cdc5097e5eea', 'roostajones@aol.com', 'S', 'F', '', 0, '2019-05-15 17:44:22'),
(6663, '5cdc546af32bf', 'nritacco05@gmail.com', 'S', 'F', '', 0, '2019-05-15 18:03:23'),
(6664, '5cdc54fe113ac', 'leah.heine@gmail.com', 'S', 'F', '', 0, '2019-05-15 18:05:50'),
(6665, '5cdc565c8ffba', 'reesecleaningservice@gmail.com', 'S', 'F', '', 0, '2019-05-15 18:11:41'),
(6666, '5cdc59251909f', 'shanbhag.nandan@gmail.com', 'S', 'F', '', 0, '2019-05-15 18:23:34'),
(6667, '5cdc59e03bea8', 'courtneyk1201@gmail.com', 'S', 'F', '', 0, '2019-05-15 18:23:58'),
(6668, '5cdc5b4869b2f', 'mlmarinas@aol.com', 'S', 'F', '', 0, '2019-05-15 18:32:40'),
(6669, '5cdc5b68bbb0d', 'coreythehomemadechef@gmail.com', 'S', 'F', '', 0, '2019-05-15 18:33:10'),
(6670, '5cdc5c1cf2557', 'marioharley49@gmail.com', 'S', 'F', '', 0, '2019-05-15 18:36:13'),
(6671, '5cdc5f029d924', 'jeaneraharper@gmail.com', 'S', 'F', '', 0, '2019-05-15 18:45:52'),
(6672, '5cdc64a3af0cc', 'khenry001@gt.rr.com', 'S', 'F', '', 0, '2019-05-15 19:12:33'),
(6673, '5cdc658f65347', 'vikingfish35@gmail.com', 'S', 'F', '', 0, '2019-05-15 19:16:28'),
(6674, '5cdc65996069f', 'emillula@gmail.com', 'S', 'F', '', 0, '2019-05-15 19:16:41'),
(6675, '5cdc65f7035e7', 'justinm.home@gmail.com', 'S', 'F', '', 0, '2019-05-15 19:18:15'),
(6676, '5cdc67938b128', 'kellyjj83@yahoo.com', 'S', 'F', '', 0, '2019-05-15 19:25:01'),
(6677, '5cdc68e50ba2a', 'coreythehomemadechef@gmail.com', 'S', 'F', '', 0, '2019-05-15 19:30:39'),
(6678, '5cdc69a884624', 'kcoates@tiedercontrols.com', 'S', 'F', '', 0, '2019-05-15 19:34:01'),
(6679, '5cdc6b12df232', 'jamiegonzalez@pldi.net', 'S', 'F', '', 0, '2019-05-15 19:39:59'),
(6680, '5cdc6b32d11b6', 'kaitlin_humphreys@yahoo.com', 'S', 'F', '', 0, '2019-05-15 19:40:32'),
(6681, '5cdc6ceceb29b', 'nein2232@gmail.com', 'S', 'F', '', 0, '2019-05-15 19:47:54'),
(6682, '5cdc6ffa0c5c9', 'rawheele@me.com', 'S', 'F', '', 0, '2019-05-15 20:00:58'),
(6683, '5cdc71c0d36f9', 'chrisvoet@gmail.com', 'S', 'F', '', 0, '2019-05-15 20:08:33'),
(6684, '5cdc74035beee', 'seonghyunjune@gmail.com', 'S', 'F', '', 0, '2019-05-15 20:18:07'),
(6685, '5cdc77cee0639', 'gqgarnett@gmail.com', 'S', 'F', '', 0, '2019-05-15 20:34:19'),
(6686, '5cdc77efa2804', 'd02breton@gmail.com', 'S', 'F', '', 0, '2019-05-15 20:34:51'),
(6687, '5cdc7895973fd', 'ninjachocobar@gmail.com', 'S', 'F', '', 0, '2019-05-15 20:37:37'),
(6688, '5cdc7ac3350ba', 'coreythehomemadechef@gmail.com', 'S', 'F', '', 0, '2019-05-15 20:46:59'),
(6689, '5cdc7ba2df2ff', 'jjknowles3@gmail.com', 'S', 'F', '', 0, '2019-05-15 20:50:37'),
(6690, '5cdc7c555d8f8', 'jfleury@centurytel.net', 'S', 'F', '', 0, '2019-05-15 20:53:42'),
(6691, '5cdc7d2785835', 'aabdullah2026@gmail.com', 'S', 'F', '', 0, '2019-05-15 20:57:08'),
(6692, '5cdc7f6d7c2f6', 'reesecleaningservice@gmail.com', 'S', 'F', '', 0, '2019-05-15 21:06:50'),
(6693, '5cdc80d02cc22', 'sambh03@gmail.com', 'S', 'F', '', 0, '2019-05-15 21:12:48'),
(6694, '5cdc85ccce52a', 'jpjptacoma@gmail.com', 'S', 'F', '', 0, '2019-05-15 21:34:01'),
(6695, '5cdc85f929ab0', 'freelanders4@gmail.com', 'S', 'F', '', 0, '2019-05-15 21:34:43'),
(6696, '5cdc876023b01', 'shanbhag.nandan@gmail.com', 'S', 'F', '', 0, '2019-05-15 21:40:44'),
(6697, '5cdc87df71177', 'docmartengirl@comcast.net', 'S', 'F', '', 0, '2019-05-15 21:42:49'),
(6698, '5cdc88046aa2f', 'cwpalacios@gmail.com', 'S', 'F', '', 0, '2019-05-15 21:43:32'),
(6699, '5cdc8835d9b8e', 'jdharper47@gmail.com', 'S', 'F', '', 0, '2019-05-15 21:44:18'),
(6700, '5cdc893845ab3', 'cornerstoneses10@yahoo.com', 'S', 'F', '', 0, '2019-05-15 21:48:34'),
(6701, '5cdc8acd10dca', 'conlaw99@gmail.com', 'S', 'F', '', 0, '2019-05-15 21:55:19'),
(6702, '5cdc8b7f38e77', 'woodlsmn@aol.com', 'S', 'F', '', 0, '2019-05-15 21:58:24'),
(6703, '5cdc96c880b25', 'floyd.s.jennifer@gmail.com', 'S', 'F', '', 0, '2019-05-15 22:46:27'),
(6704, '5cdc9c62475fe', 'portalconversion@yahoo.com', 'S', 'F', '', 0, '2019-05-15 23:10:22'),
(6705, '5cdc9ca81af10', 'joeywu99@gmail.com', 'S', 'F', '', 0, '2019-05-15 23:11:32'),
(6706, '5cdc9f5a1aa8b', 'kgrigg@castekinnovations.com', 'S', 'F', '', 0, '2019-05-15 23:23:05'),
(6707, '5cdc9f900d220', 'rcpozen@gmail.com', 'S', 'F', '', 0, '2019-05-15 23:24:00'),
(6708, '5cdca0c7b2d8f', 'jhecht626@gmail.com', 'S', 'F', '', 0, '2019-05-15 23:29:07'),
(6709, '5cdca2a6ac279', 'terrenceerica@aol.com', 'S', 'F', '', 0, '2019-05-15 23:37:06'),
(6710, '5cdca31a9757b', 'charlotteandhoward@gmail.com', 'S', 'F', '', 0, '2019-05-15 23:39:05'),
(6711, '5cdca441aa5e0', 'wittbren@gmail.com', 'S', 'F', '', 0, '2019-05-15 23:43:57'),
(6712, '5cdca4c048f52', 'ttmiller1919@gmail.com', 'S', 'F', '', 0, '2019-05-15 23:46:09'),
(6713, '5cdca8a41c19f', 'daniel.zack@logisticsplus.net', 'S', 'F', '', 0, '2019-05-16 00:02:38'),
(6714, '5cdcab9b84cf0', 'jonathanbest7@gmail.com', 'S', 'F', '', 0, '2019-05-16 00:15:23'),
(6715, '5cdcb11f66a3f', 'ethanoring@gmail.com', 'S', 'F', '', 0, '2019-05-16 00:38:55'),
(6716, '5cdcb69d139d1', 'deepkyblueeyes@yahoo.com', 'S', 'F', '', 0, '2019-05-16 01:02:20'),
(6717, '5cdcb74f948ac', 'nerisselim@yahoo.com', 'S', 'F', '', 0, '2019-05-16 01:05:13'),
(6718, '5cdcb7c859172', 'cdoran1128@gmail.com', 'S', 'F', '', 0, '2019-05-16 01:07:13'),
(6719, '5cdcb97252651', 'jerame@gmail.com', 'S', 'F', '', 0, '2019-05-16 01:14:25'),
(6720, '5cdcb9b9464e7', 'cstempien@halbertco.com', 'S', 'F', '', 0, '2019-05-16 01:15:30'),
(6721, '5cdcbbd4154cb', 'deronbershuad@yahoo.com', 'S', 'F', '', 0, '2019-05-16 01:24:31'),
(6722, '5cdcbcde53c7e', 'irishlass97@gmail.com', 'S', 'F', '', 0, '2019-05-16 01:28:57'),
(6723, '5cdcc457c5cad', 'caitlynmcardle@gmail.com', 'S', 'F', '', 0, '2019-05-16 02:00:54'),
(6724, '5cdcc4d975da2', 'ttmiller1919@gmail.com', 'S', 'F', '', 0, '2019-05-16 02:03:05'),
(6725, '5cdcc4ea04c28', 'pbmaterials1@gmail.com', 'S', 'F', '', 0, '2019-05-16 02:03:20'),
(6726, '5cdcc749d3d9c', 'ruckertrey2@gmail.com', 'S', 'F', '', 0, '2019-05-16 02:13:30'),
(6727, '5cdccfecdd8f9', 'bootlegger22.jh@gmail.com', 'S', 'F', '', 0, '2019-05-16 02:50:21'),
(6728, '5cdcd112c35fc', 'kjsmith8690@gmail.com', 'S', 'F', '', 0, '2019-05-16 02:55:07'),
(6729, '5cdcd40489799', 'npassarelli@gmail.com', 'S', 'F', '', 0, '2019-05-16 03:07:48'),
(6730, '5cdcd5013f479', 'cccerino@yahoo.com', 'S', 'F', '', 0, '2019-05-16 03:12:01'),
(6731, '5cdcd79133a4a', 'cwbeyet@gmail.com', 'S', 'F', '', 0, '2019-05-16 03:22:49'),
(6732, '5cdcdaa2802e4', 'cmcclain.lfd@gmail.com', 'S', 'F', '', 0, '2019-05-16 03:36:01'),
(6733, '5cdce45f79d53', 'rachelbentivegna@att.net', 'S', 'F', '', 0, '2019-05-16 04:17:29'),
(6734, '5cdcee7fdbd9c', 'remejiah@gmail.com', 'S', 'F', '', 0, '2019-05-16 05:00:46'),
(6735, '5cdcfd243b7e4', 'taylor.follis.1989@gmail.com', 'S', 'F', '', 0, '2019-05-16 06:03:15'),
(6736, '5cdcffa0a6d60', 'contact.lisa27@gmail.com', 'S', 'F', '', 0, '2019-05-16 06:13:46'),
(6737, '5cdd17aecb84b', 'brad_731@aol.com', 'S', 'F', '', 0, '2019-05-16 07:56:28'),
(6738, '5cdd1b96b0ff2', 'valeryrodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-16 08:13:08'),
(6739, '5cdd1bd015485', 'godwinyao244@gmail.com', 'S', 'F', '', 0, '2019-05-16 08:14:05'),
(6740, '5cdd217f3ced6', 'wickles@seadar.com', 'S', 'F', '', 0, '2019-05-16 08:38:21'),
(6741, '5cdd2f6473f85', 'wlou05@gmail.com', 'S', 'F', '', 0, '2019-05-16 09:37:38'),
(6742, '5cdd2fd676050', 'walleywall@yahoo.com', 'S', 'F', '', 0, '2019-05-16 09:39:31'),
(6743, '5cdd31d03af40', 'valeryrodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-16 09:47:56'),
(6744, '5cdd3c505ad9a', 'valeryrodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-16 10:32:46'),
(6745, '5cdd3fa8e254e', 'williamfeinberg@gmail.com', 'S', 'F', '', 0, '2019-05-16 10:47:01'),
(6746, '5cdd4207d4775', 'patriciamendoza54@gmail.com', 'S', 'F', '', 0, '2019-05-16 10:57:07'),
(6747, '5cdd47368b600', 'contact.lisa27@gmail.com', 'S', 'F', '', 0, '2019-05-16 11:19:16'),
(6748, '5cdd4a0f270bc', 'valeriarodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-16 11:31:23'),
(6749, '5cdd54a736095', 'bandghardware@gmail.com', 'S', 'F', '', 0, '2019-05-16 12:16:37'),
(6750, '5cdd561a5d992', 'patriciamendoza54@gmail.com', 'S', 'F', '', 0, '2019-05-16 12:22:48'),
(6751, '5cdd58dbabaf8', 'testapaolo76@gmail.com', 'S', 'F', '', 0, '2019-05-16 12:34:33'),
(6752, '5cdd5a4da5abe', 'owenawielinga@gmail.com', 'S', 'F', '', 0, '2019-05-16 12:40:46'),
(6753, '5cdd5afa01b9b', 'valeryrodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-16 12:43:32'),
(6754, '5cdd65f6ba312', 'jjknowles3@gmail.com', 'S', 'F', '', 0, '2019-05-16 13:30:27'),
(6755, '5cdd66b667add', 'roelke.family@googlemail.com', 'S', 'F', '', 0, '2019-05-16 13:33:38'),
(6756, '5cdd6883acf62', 'matt_heimer@yahoo.com', 'S', 'F', '', 0, '2019-05-16 13:41:18'),
(6757, '5cdd6adcee3ff', 'nathanshaewilsonspires@gmail.com', 'S', 'F', '', 0, '2019-05-16 13:51:21'),
(6758, '5cdd6d4e630a6', 'valeriarodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-16 14:01:46'),
(6759, '5cdd6f138e9f2', 'willunc@bellsouth.net', 'S', 'F', '', 0, '2019-05-16 14:09:21'),
(6760, '5cdd6f45a76da', 'audiophilemk101@gmail.com', 'S', 'F', '', 0, '2019-05-16 14:10:11'),
(6761, '5cdd72b36622a', 'deronbershuad@yahoo.com', 'S', 'F', '', 0, '2019-05-16 14:24:46'),
(6762, '5cdd74fcdb719', 'b0rax3@gmail.com', 'S', 'F', '', 0, '2019-05-16 14:34:33'),
(6763, 'Neha kaur', 'shivkumar00451@gmail.com', 'S', 'C', 'About bsc. Nursing entrance exam', 2147483647, '2019-05-16 14:43:32'),
(6764, '5cdd7ac771871', 'verizon@wirelesswatchdogs.com', 'S', 'F', '', 0, '2019-05-16 14:59:16'),
(6765, '5cdd814d08e83', 'eticehurst@gmail.com', 'S', 'F', '', 0, '2019-05-16 15:27:03'),
(6766, '5cdd8161d3384', 'apforshaw@gmail.com', 'S', 'F', '', 0, '2019-05-16 15:27:24'),
(6767, '5cdd85a96b6bd', 'tammynelms19@gmail.com', 'S', 'F', '', 0, '2019-05-16 15:45:43'),
(6768, '5cdd86248db99', 'mrsuper109@gmail.com', 'S', 'F', '', 0, '2019-05-16 15:47:49'),
(6769, '5cdd8b84aa0fc', 'h.p.franco@hotmail.de', 'S', 'F', '', 0, '2019-05-16 16:10:45'),
(6770, '5cdd96773136f', 'contact.lisa27@gmail.com', 'S', 'F', '', 0, '2019-05-16 16:57:28'),
(6771, '5cdd98b218c16', 'zack567p@gmail.com', 'S', 'F', '', 0, '2019-05-16 17:06:58'),
(6772, '5cdd9ac96901e', 'williamfeinberg@gmail.com', 'S', 'F', '', 0, '2019-05-16 17:15:51'),
(6773, '5cdd9b7b6305e', 'ashli1619@yahoo.com', 'S', 'F', '', 0, '2019-05-16 17:18:47'),
(6774, '5cdd9bf48db3c', 'claude.leclair64@gmail.com', 'S', 'F', '', 0, '2019-05-16 17:20:49'),
(6775, '5cdd9c16385fd', 'aabdullah2026@gmail.com', 'S', 'F', '', 0, '2019-05-16 17:21:27'),
(6776, '5cdd9cdc0aacb', 'shihtzudoc@aol.com', 'S', 'F', '', 0, '2019-05-16 17:24:44'),
(6777, '5cdda32b51485', 'owenawielinga@gmail.com', 'S', 'F', '', 0, '2019-05-16 17:51:37'),
(6778, '5cdda5aa5f871', 'amir.j@mehrasan.ca', 'S', 'F', '', 0, '2019-05-16 18:02:19'),
(6779, '5cdda88b0ca4b', 'reesecleaningservice@gmail.com', 'S', 'F', '', 0, '2019-05-16 18:14:30'),
(6780, '5cddaa1c8a6a1', 'lordcendius13@gmail.com', 'S', 'F', '', 0, '2019-05-16 18:21:13'),
(6781, '5cddabd168f4b', 'valeriarodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-16 18:28:34'),
(6782, '5cddae306c1d2', 'contact.lisa27@gmail.com', 'S', 'F', '', 0, '2019-05-16 18:38:41'),
(6783, '5cddaf66bea79', 'jmccauley316@gmail.com', 'S', 'F', '', 0, '2019-05-16 18:43:48'),
(6784, '5cddaf86e96fb', 'cdoran1128@gmail.com', 'S', 'F', '', 0, '2019-05-16 18:44:23'),
(6785, '5cddb3b6ab19c', 'dglss@sbcglobel.net', 'S', 'F', '', 0, '2019-05-16 19:02:09'),
(6786, '5cddba1167223', 'cmcclain.lfd@gmail.com', 'S', 'F', '', 0, '2019-05-16 19:29:21'),
(6787, '5cddbdfb76756', 'mannydeek@gmail.com', 'S', 'F', '', 0, '2019-05-16 19:46:04'),
(6788, '5cddc07fc1268', 'npassarelli@gmail.com', 'S', 'F', '', 0, '2019-05-16 19:56:48'),
(6789, '5cddc2385bdb8', 'info@euforyou.biz', 'S', 'F', '', 0, '2019-05-16 20:04:08'),
(6790, '5cddca03d9f2d', 'lucyruivo@gmail.com', 'S', 'F', '', 0, '2019-05-16 20:37:18'),
(6791, '5cddcc80a6cb0', 'haoduong.cva@gmail.com', 'S', 'F', '', 0, '2019-05-16 20:48:01'),
(6792, '5cddd02e1470a', 'ruckertrey2@gmail.com', 'S', 'F', '', 0, '2019-05-16 21:03:39'),
(6793, '5cddd7b10f7f6', 'joelrhoadsjr@gmail.com', 'S', 'F', '', 0, '2019-05-16 21:35:45'),
(6794, '5cddd8098eb38', 'ruckertrey2@gmail.com', 'S', 'F', '', 0, '2019-05-16 21:37:09'),
(6795, '5cddd84ac6364', 'valeryrodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-16 21:38:12'),
(6796, '5cdddaef39a23', 'roberta.coyne@gmail.com', 'S', 'F', '', 0, '2019-05-16 21:49:31'),
(6797, '5cdddf3425f65', 'michalwojcik199@gmail.com', 'S', 'F', '', 0, '2019-05-16 22:07:42'),
(6798, '5cdde1560860b', 'deronbershuad@yahoo.com', 'S', 'F', '', 0, '2019-05-16 22:16:53'),
(6799, '5cdde24d61aa5', 'sec7470@yahoo.com', 'S', 'F', '', 0, '2019-05-16 22:21:01'),
(6800, '5cdde28bb34ce', 'bandghardware@gmail.com', 'S', 'F', '', 0, '2019-05-16 22:21:57'),
(6801, '5cdde506a0477', 'leblanchealthynow@aol.com', 'S', 'F', '', 0, '2019-05-16 22:32:31'),
(6802, '5cdde6cd74d0d', 'tmgmystery@gmail.com', 'S', 'F', '', 0, '2019-05-16 22:37:23'),
(6803, '5cdde62e2a846', 'npassarelli@gmail.com', 'S', 'F', '', 0, '2019-05-16 22:37:33'),
(6804, '5cdde969510ca', 'vikingfish35@gmail.com', 'S', 'F', '', 0, '2019-05-16 22:51:17'),
(6805, '5cddf54bd466b', 'nlichtenfels@yahoo.com', 'S', 'F', '', 0, '2019-05-16 23:41:59'),
(6806, '5cddf6625cb1b', 'cmcclain.lfd@gmail.com', 'S', 'F', '', 0, '2019-05-16 23:43:52'),
(6807, '5cddf97208ff8', 'matthewrogers94@yahoo.com', 'S', 'F', '', 0, '2019-05-16 23:59:38'),
(6808, '5cddfbccc3a32', 'ronaldherndon6155@att.net', 'S', 'F', '', 0, '2019-05-17 00:09:42'),
(6809, '5cddfcba1d5e4', 'zack567p@gmail.com', 'S', 'F', '', 0, '2019-05-17 00:13:41'),
(6810, '5cddfdcde30c8', 'amandax11718@gmail.com', 'S', 'F', '', 0, '2019-05-17 00:18:21'),
(6811, '5cddfe4e0ebf2', 'damianturner8888@gmail.com', 'S', 'F', '', 0, '2019-05-17 00:20:22'),
(6812, '5cddfe72623e8', 'brocklewis@gmail.com', 'S', 'F', '', 0, '2019-05-17 00:21:00'),
(6813, '5cde04297344d', 'jdharper47@gmail.com', 'S', 'F', '', 0, '2019-05-17 00:45:29'),
(6814, '5cde0f3133e9b', 'brian.dames@comcast.net', 'S', 'F', '', 0, '2019-05-17 01:32:27'),
(6815, '5cde106e5f28b', 'mark@gosolargreenny.com', 'S', 'F', '', 0, '2019-05-17 01:37:44'),
(6816, '5cde14e8e00cd', 'liveart11@gmail.com', 'S', 'F', '', 0, '2019-05-17 01:56:50');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(6817, '5cde1e13049a5', 'wittbren@gmail.com', 'S', 'F', '', 0, '2019-05-17 02:35:55'),
(6818, '5cde2009089a5', 'djschwen@yahoo.com', 'S', 'F', '', 0, '2019-05-17 02:44:25'),
(6819, '5cde242f6dbc8', 'mj23xb@gmail.com', 'S', 'F', '', 0, '2019-05-17 03:02:07'),
(6820, '5cde2a1c014c8', 'cczopkiewicz@brons.com', 'S', 'F', '', 0, '2019-05-17 03:27:14'),
(6821, '5cde31e33c9eb', 'jjknowles3@gmail.com', 'S', 'F', '', 0, '2019-05-17 04:00:34'),
(6822, '5cde365a99fb4', 'kellyjj83@yahoo.com', 'S', 'F', '', 0, '2019-05-17 04:19:37'),
(6823, '5cde374263290', 'craig591@att.net', 'S', 'F', '', 0, '2019-05-17 04:23:28'),
(6824, '5cde3aa6e4f4f', 'jjknowles3@gmail.com', 'S', 'F', '', 0, '2019-05-17 04:37:52'),
(6825, '5cde3c5b8ffa9', 'dany8877@aol.com', 'S', 'F', '', 0, '2019-05-17 04:45:08'),
(6826, '5cde3dedda32a', 'damianturner8888@gmail.com', 'S', 'F', '', 0, '2019-05-17 04:51:49'),
(6827, '5cde40796fb93', 'liveart11@gmail.com', 'S', 'F', '', 0, '2019-05-17 05:02:48'),
(6828, '5cde4a60a8cf3', 'ruckertrey2@gmail.com', 'S', 'F', '', 0, '2019-05-17 05:45:03'),
(6829, '5cde4c0a3d3d7', 'jjknowles3@gmail.com', 'S', 'F', '', 0, '2019-05-17 05:52:08'),
(6830, '5cde4f7f18e22', 'harshpro@gmail.com', 'S', 'F', '', 0, '2019-05-17 06:06:48'),
(6831, '5cde50fe640d8', 'dnistranskyj@eastlink.ca', 'S', 'F', '', 0, '2019-05-17 06:13:17'),
(6832, '5cde55b83cf4f', 'davidtran298@gmail.com', 'S', 'F', '', 0, '2019-05-17 06:33:27'),
(6833, '5cde58301943a', 'jrpatton@gmail.com', 'S', 'F', '', 0, '2019-05-17 06:43:52'),
(6834, '5cde583cb76ca', 'leblanchealthynow@aol.com', 'S', 'F', '', 0, '2019-05-17 06:44:09'),
(6835, '5cde642361fb9', 'deronbershuad@yahoo.com', 'S', 'F', '', 0, '2019-05-17 07:34:58'),
(6836, '5cde67042ce22', 'patriciamendoza54@gmail.com', 'S', 'F', '', 0, '2019-05-17 07:47:13'),
(6837, '5cde6902c5055', 'audiophilemk101@gmail.com', 'S', 'F', '', 0, '2019-05-17 07:55:44'),
(6838, '5cde6a89b8513', 'nickkelly1169@gmail.com', 'S', 'F', '', 0, '2019-05-17 08:02:15'),
(6839, '5cde6d20aca74', 'leblanchealthynow@aol.com', 'S', 'F', '', 0, '2019-05-17 08:13:17'),
(6840, '5cde6dc84e2f5', 'rcolunga77@gmail.com', 'S', 'F', '', 0, '2019-05-17 08:16:05'),
(6841, '5cde6e273179a', 'reesecleaningservice@gmail.com', 'S', 'F', '', 0, '2019-05-17 08:17:39'),
(6842, '5cde71882c313', 'deronbershuad@yahoo.com', 'S', 'F', '', 0, '2019-05-17 08:32:08'),
(6843, '5cde73e42556c', 'ljya78@yahoo.com', 'S', 'F', '', 0, '2019-05-17 08:42:08'),
(6844, '5cde79dfa38cb', 'we.simmons@yahoo.com', 'S', 'F', '', 0, '2019-05-17 09:07:39'),
(6845, '5cde809e35ec6', 'ashli1619@yahoo.com', 'S', 'F', '', 0, '2019-05-17 09:36:26'),
(6846, '5cde85e939dfc', 'valeriarodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-17 09:59:03'),
(6847, '5cde874ec9b03', 'vkmeans@gmail.com', 'S', 'F', '', 0, '2019-05-17 10:05:00'),
(6848, '5cde950688656', 'befriley@yahoo.com', 'S', 'F', '', 0, '2019-05-17 11:03:31'),
(6849, '5cde9639a6c4e', 'cdoran1128@gmail.com', 'S', 'F', '', 0, '2019-05-17 11:08:37'),
(6850, '5cde9641c86eb', 'gcritchley@tinyworld.co.uk', 'S', 'F', '', 0, '2019-05-17 11:08:45'),
(6851, '5cdea165de6cb', 'harshpro@gmail.com', 'S', 'F', '', 0, '2019-05-17 11:56:17'),
(6852, '5cdea5fd3fdc8', 'matthew.genta@verizon.net', 'S', 'F', '', 0, '2019-05-17 12:13:02'),
(6853, '5cdea86f1e06b', 'ruckertrey2@gmail.com', 'S', 'F', '', 0, '2019-05-17 12:26:20'),
(6854, '5cdead15be550', 'ashli1619@yahoo.com', 'S', 'F', '', 0, '2019-05-17 12:46:11'),
(6855, '5cdeb038beede', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-05-17 12:59:31'),
(6856, '5cdeb5ed0fbed', 'reesecleaningservice@gmail.com', 'S', 'F', '', 0, '2019-05-17 13:23:54'),
(6857, '5cdeb64e4b4f6', 'lindsey.a.lagrone@gmail.com', 'S', 'F', '', 0, '2019-05-17 13:25:29'),
(6858, '5cdeb9b32f3c9', 'ruckertrey2@gmail.com', 'S', 'F', '', 0, '2019-05-17 13:40:00'),
(6859, '5cdebb1f2016c', 'valeriarodriguez13@yahoo.com', 'S', 'F', '', 0, '2019-05-17 13:46:03'),
(6860, '5cdec24fdec57', 'michael.printy@gmail.com', 'S', 'F', '', 0, '2019-05-17 14:16:45'),
(6861, '5cdec37a88e47', 'sophia.gomez@gmail.com', 'S', 'F', '', 0, '2019-05-17 14:21:41'),
(6862, '5cdec5d3b895a', 'leblanchealthynow@aol.com', 'S', 'F', '', 0, '2019-05-17 14:31:45'),
(6863, '5cdec8f0183a1', 'lana.young230@gmail.com', 'S', 'F', '', 0, '2019-05-17 14:45:01'),
(6864, '5cdecd24c26bc', 'leblanchealthynow@aol.com', 'S', 'F', '', 0, '2019-05-17 15:02:56'),
(6865, '5cdece398f93f', 'info@euforyou.biz', 'S', 'F', '', 0, '2019-05-17 15:07:35'),
(6866, '5cdecfb6c685c', 'ronaldherndon6155@att.net', 'S', 'F', '', 0, '2019-05-17 15:13:55'),
(6867, '5cded2c75bcbb', 'nickkelly1169@gmail.com', 'S', 'F', '', 0, '2019-05-17 15:26:56'),
(6868, '5cded399974e6', 'info@lexgold.lv', 'S', 'F', '', 0, '2019-05-17 15:30:34'),
(6869, '5cded5ecf09eb', 'angelika_gross-hardt@web.de', 'S', 'F', '', 0, '2019-05-17 15:40:29'),
(6870, '5cded9c7e8378', 'shendrew@yahoo.com', 'S', 'F', '', 0, '2019-05-17 15:56:53'),
(6871, '5cdeda65f0f23', 'mrsuper109@gmail.com', 'S', 'F', '', 0, '2019-05-17 15:59:35'),
(6872, '5cdeea41096e8', 'william.ferris@sympatico.ca', 'S', 'F', '', 0, '2019-05-17 17:07:10'),
(6873, '5cdeed7f29895', 'meredithmatheny18@gmail.com', 'S', 'F', '', 0, '2019-05-17 17:21:04'),
(6874, '5cdeefa331237', 'lparadis@cliniquemaguire.com', 'S', 'F', '', 0, '2019-05-17 17:30:07'),
(6875, '5cdef6fc16cc7', 'nrdunn@ncdoj.gov', 'S', 'F', '', 0, '2019-05-17 18:01:32'),
(6876, '5cdf003859888', 'enokeo12@gmail.com', 'S', 'F', '', 0, '2019-05-17 18:40:52'),
(6877, '5cdf022664c90', 'robinson.m.hicks@gmail.com', 'S', 'F', '', 0, '2019-05-17 18:49:10'),
(6878, '5cdf063868e28', 'leblanchealthynow@aol.com', 'S', 'F', '', 0, '2019-05-17 19:06:27'),
(6879, '5cdf064734b0f', 'davidawootton@gmail.com', 'S', 'F', '', 0, '2019-05-17 19:06:44'),
(6880, '5cdf0b23c756b', 'sdewyngaert@yahoo.com', 'S', 'F', '', 0, '2019-05-17 19:27:29'),
(6881, '5cdf0ee58a302', 'reesecleaningservice@gmail.com', 'S', 'F', '', 0, '2019-05-17 19:43:30'),
(6882, '5cdf12738c958', 'lavishheadnyc@gmail.com', 'S', 'F', '', 0, '2019-05-17 19:58:44'),
(6883, '5cdf151d17acc', 'owenawielinga@gmail.com', 'S', 'F', '', 0, '2019-05-17 20:10:02'),
(6884, '5cdf1b7eb943e', 'aysegul.aydogmus.sts@gmail.com', 'S', 'F', '', 0, '2019-05-17 20:34:24'),
(6885, '5cdf2a11b6537', 'brocklewis@gmail.com', 'S', 'F', '', 0, '2019-05-17 21:39:29'),
(6886, '5cdf44a6e406e', 'brocklewis@gmail.com', 'S', 'F', '', 0, '2019-05-17 23:32:50'),
(6887, '5cdf462eb4671', 'ruckertrey2@gmail.com', 'S', 'F', '', 0, '2019-05-17 23:39:26'),
(6888, '5cdf5bae57f0d', 'sbatista89@yahoo.com', 'S', 'F', '', 0, '2019-05-18 01:11:02'),
(6889, '5cdf5ca9f29e5', 'dglss@sbcglobal.net', 'S', 'F', '', 0, '2019-05-18 01:15:15'),
(6890, '5cdf8396750dd', 'damianturner8888@gmail.com', 'S', 'F', '', 0, '2019-05-18 04:01:26'),
(6891, '5cdf91451b4c6', 'duruji87@gmail.com', 'S', 'F', '', 0, '2019-05-18 04:59:46'),
(6892, '5ce00b8e4d3d0', 'terranh@gmail.com', 'S', 'F', '', 0, '2019-05-18 13:41:30'),
(6893, '5ce0191666a96', 'ddrjp1956@gmail.com', 'S', 'F', '', 0, '2019-05-18 14:39:14'),
(6894, '5ce02742ab85c', 'austinsoocanadian@gmail.com', 'S', 'F', '', 0, '2019-05-18 15:39:47'),
(6895, '5ce02e5cbd187', 'ny8d@yahoo.com', 'S', 'F', '', 0, '2019-05-18 16:10:03'),
(6896, '5ce063c45ae03', 'footweb@lafoot.com', 'S', 'F', '', 0, '2019-05-18 19:57:53'),
(6897, '5ce0673411185', 'glenn.zumrawi@gmail.com', 'S', 'F', '', 0, '2019-05-18 20:12:36'),
(6898, '5ce0720ba95c5', 'melanie12785@yahoo.com', 'S', 'F', '', 0, '2019-05-18 20:58:51'),
(6899, '5ce0831cd7867', 'dvsimonet@gmail.com', 'S', 'F', '', 0, '2019-05-18 22:11:41'),
(6900, '5ce0a950b83f4', 'krdrbrgn@gmail.com', 'S', 'F', '', 0, '2019-05-19 00:54:32'),
(6901, '5ce0a9d491f20', 'freelanders4@gmail.com', 'S', 'F', '', 0, '2019-05-19 00:56:47'),
(6902, '5ce0ab90f174b', 're.bouji@gmail.com', 'S', 'F', '', 0, '2019-05-19 01:01:15'),
(6903, '5ce0b36dc3a29', 'ddrjp1956@gmail.com', 'S', 'F', '', 0, '2019-05-19 01:37:42'),
(6904, '5ce0b5cbbcbb3', 'suprdave779@gmail.com', 'S', 'F', '', 0, '2019-05-19 01:47:50'),
(6905, '5ce0c671c00e3', 'shanhenry81@gmail.com', 'S', 'F', '', 0, '2019-05-19 02:58:51'),
(6906, '5ce0de2abb71a', 'apbgg9090@gmail.com', 'S', 'F', '', 0, '2019-05-19 04:40:09'),
(6907, '5ce0f418b0395', 'gwhuntoon@gmail.com', 'S', 'F', '', 0, '2019-05-19 06:13:33'),
(6908, '5ce0f6df24846', 'yonickdude@gmail.com', 'S', 'F', '', 0, '2019-05-19 06:25:35'),
(6909, '5ce0fc67a7967', 'tflgator@aol.com', 'S', 'F', '', 0, '2019-05-19 06:49:10'),
(6910, '5ce12a19e52d1', 'rpsmor@gmail.com', 'S', 'F', '', 0, '2019-05-19 10:04:07'),
(6911, '5ce12eef4c9e3', 'victoriaalone7@gmail.com', 'S', 'F', '', 0, '2019-05-19 10:24:45'),
(6912, '5ce136f4b629c', 'kidsmelblue3@aol.com', 'S', 'F', '', 0, '2019-05-19 10:58:58'),
(6913, '5ce1427adf32a', 'kylegotzwag@gmail.com', 'S', 'F', '', 0, '2019-05-19 11:48:07'),
(6914, '5ce159ae3b564', 'ryujiminami0320@gmail.com', 'S', 'F', '', 0, '2019-05-19 13:27:07'),
(6915, '5ce15eadd985f', 'duncanj26@gmail.com', 'S', 'F', '', 0, '2019-05-19 13:48:24'),
(6916, '5ce16721efb06', 'isomaiya@gmail.com', 'S', 'F', '', 0, '2019-05-19 14:24:31'),
(6917, '5ce17ce0c9888', 'airreanaudoma@gmail.com', 'S', 'F', '', 0, '2019-05-19 15:57:19'),
(6918, '5ce185b13c426', 'georgethomas4677@gmail.com', 'S', 'F', '', 0, '2019-05-19 16:34:57'),
(6919, '5ce18a2439c58', 'grammalita73@gmail.com', 'S', 'F', '', 0, '2019-05-19 16:53:56'),
(6920, '5ce18aa51f49c', 'deathrepulsor99@gmail.com', 'S', 'F', '', 0, '2019-05-19 16:56:01'),
(6921, '5ce19c9a9cad2', 'cuevasjs1950@gmail.com', 'S', 'F', '', 0, '2019-05-19 18:12:43'),
(6922, '5ce1a0e9021ff', 'channingboudreau@gmail.com', 'S', 'F', '', 0, '2019-05-19 18:31:05'),
(6923, '5ce1ad36a4b0f', 'braydenoof123@gmail.com', 'S', 'F', '', 0, '2019-05-19 19:23:30'),
(6924, '5ce1b9987127f', 'alienman654@gmail.com', 'S', 'F', '', 0, '2019-05-19 20:16:19'),
(6925, '5ce1e45e56e47', 'yanesrod@gmail.com', 'S', 'F', '', 0, '2019-05-19 23:18:47'),
(6926, '5ce1eda205387', 'aristidis101@gmail.com', 'S', 'F', '', 0, '2019-05-19 23:58:19'),
(6927, '5ce1f404887f5', 'howndog74@yahoo.com', 'S', 'F', '', 0, '2019-05-20 00:25:35'),
(6928, '5ce201fdd343a', 'johnmarcoavila408.cds@gmail.com', 'S', 'F', '', 0, '2019-05-20 01:25:13'),
(6929, '5ce20596d8dae', 'ambroun@gmail.com', 'S', 'F', '', 0, '2019-05-20 01:40:39'),
(6930, '5ce212137ffa7', 'wingnighrblx@gmail.com', 'S', 'F', '', 0, '2019-05-20 02:33:49'),
(6931, '5ce218abd657e', 'rizvi101@gmail.com', 'S', 'F', '', 0, '2019-05-20 03:02:03'),
(6932, '5ce21debb1d1d', 'hazespan@gmail.com', 'S', 'F', '', 0, '2019-05-20 03:24:27'),
(6933, '5ce21f9bad08a', 'kirstenrh@yahoo.com', 'S', 'F', '', 0, '2019-05-20 03:31:38'),
(6934, '5ce22d684fb93', 'lisaedg@yahoo.com', 'S', 'F', '', 0, '2019-05-20 04:30:31'),
(6935, '5ce230199b242', 'littlee70@aol.com', 'S', 'F', '', 0, '2019-05-20 04:42:00'),
(6936, '5ce234c47a83d', 'info@euforyou.biz', 'S', 'F', '', 0, '2019-05-20 05:01:54'),
(6937, '5ce23f7777849', 'regbrown@yahoo.com', 'S', 'F', '', 0, '2019-05-20 05:47:34'),
(6938, '5ce24be2574a8', 'garydc67@yahoo.com', 'S', 'F', '', 0, '2019-05-20 06:40:25'),
(6939, '5ce25116a6444', 'tuandao2004@gmail.com', 'S', 'F', '', 0, '2019-05-20 07:02:38'),
(6940, '5ce254848a7ae', 'mdean00@yahoo.com', 'S', 'F', '', 0, '2019-05-20 07:17:16'),
(6941, '5ce2673796aef', 'riversciences1@gmail.com', 'S', 'F', '', 0, '2019-05-20 08:37:07'),
(6942, '5ce2783dca27c', 'jfkline2187@gmail.com', 'S', 'F', '', 0, '2019-05-20 09:49:45'),
(6943, '5ce27a45ce903', 'jasonquayle83@googlemail.com', 'S', 'F', '', 0, '2019-05-20 09:58:31'),
(6944, '5ce28e84bb05e', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-05-20 11:24:47'),
(6945, '5ce2925c30d21', 'my9001@yahoo.com', 'S', 'F', '', 0, '2019-05-20 11:41:12'),
(6946, '5ce29838d083d', 'kruseho@gmail.com', 'S', 'F', '', 0, '2019-05-20 12:06:11'),
(6947, '5ce29f3fdce98', 'ksokoya@bellsouth.net', 'S', 'F', '', 0, '2019-05-20 12:36:11'),
(6948, '5ce2a1725d42d', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-05-20 12:45:32'),
(6949, '5ce2a26a18e61', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-20 12:49:43'),
(6950, '5ce2a4dd43925', 'bongfmjr@gmail.com', 'S', 'F', '', 0, '2019-05-20 13:00:10'),
(6951, '5ce2a747ea346', 'ddrjp1956@gmail.com', 'S', 'F', '', 0, '2019-05-20 13:10:29'),
(6952, '5ce2b2901e600', 'xzonafantasmax@gmail.com', 'S', 'F', '', 0, '2019-05-20 13:58:37'),
(6953, '5ce2b5383daae', 'chris.durusky@gmail.com', 'S', 'F', '', 0, '2019-05-20 14:09:56'),
(6954, '5ce2b60dec4f9', 'alberttinoco17@gmail.com', 'S', 'F', '', 0, '2019-05-20 14:13:28'),
(6955, '5ce2ba424eeed', 'brayhanalvarado@yahoo.com', 'S', 'F', '', 0, '2019-05-20 14:31:23'),
(6956, '5ce2c4e2646ef', 'cpbh174@yahoo.com', 'S', 'F', '', 0, '2019-05-20 15:16:46'),
(6957, '5ce2cbd91f71e', 'carmelsimmons1986@gmail.com', 'S', 'F', '', 0, '2019-05-20 15:46:33'),
(6958, '5ce2d6ee6ea26', 'mobika-pflege@t-online.de', 'S', 'F', '', 0, '2019-05-20 16:33:50'),
(6959, '5ce2df49b1e31', 'gt4403@gmail.com', 'S', 'F', '', 0, '2019-05-20 17:06:19'),
(6960, '5ce2e556b59d2', 'gabjast@gmail.com', 'S', 'F', '', 0, '2019-05-20 17:35:14'),
(6961, '5ce2ed9b593a8', 'freelanders4@gmail.com', 'S', 'F', '', 0, '2019-05-20 18:10:33'),
(6962, '5ce2f0b1ef636', 'cyrille66200@gmail.com', 'S', 'F', '', 0, '2019-05-20 18:23:46'),
(6963, '5ce2fbad79fad', 'stephsgiblin@gmail.com', 'S', 'F', '', 0, '2019-05-20 19:10:34'),
(6964, '5ce2ffe64c906', 'dawgsinflorida@gmail.com', 'S', 'F', '', 0, '2019-05-20 19:28:38'),
(6965, '5ce3014ba07d9', 'dasc2180@gmail.com', 'S', 'F', '', 0, '2019-05-20 19:31:24'),
(6966, '5ce315a73451f', 'glotze-reinhard@t-online.de', 'S', 'F', '', 0, '2019-05-20 21:01:23'),
(6967, '5ce31a7b7a9f1', 'lequangthienai@gmail.com', 'S', 'F', '', 0, '2019-05-20 21:21:57'),
(6968, '5ce31ea84bfa6', 'wb9491@yahoo.com', 'S', 'F', '', 0, '2019-05-20 21:39:53'),
(6969, '5ce3200df073c', 'tina@pitschco.com', 'S', 'F', '', 0, '2019-05-20 21:45:49'),
(6970, '5ce320a57e5ae', 'crtctr@yahoo.com', 'S', 'F', '', 0, '2019-05-20 21:48:21'),
(6971, '5ce32554175ef', 'phan.d.andrew@gmail.com', 'S', 'F', '', 0, '2019-05-20 22:08:20'),
(6972, '5ce32b93b3105', 'taylorfeliciaa@gmail.com', 'S', 'F', '', 0, '2019-05-20 22:34:59'),
(6973, '5ce32c87f00db', 'adam.swankk@gmail.com', 'S', 'F', '', 0, '2019-05-20 22:39:03'),
(6974, '5ce331e5b29de', 'matthewlanto@gmail.com', 'S', 'F', '', 0, '2019-05-20 23:01:52'),
(6975, '5ce33385018e8', 'pdebelleval67@gmail.com', 'S', 'F', '', 0, '2019-05-20 23:08:52'),
(6976, '5ce335604a298', 'davidstampr@yahoo.com', 'S', 'F', '', 0, '2019-05-20 23:13:35'),
(6977, '5ce33e0125f11', 'roseanna.newsam@gmail.com', 'S', 'F', '', 0, '2019-05-20 23:53:30'),
(6978, '5ce33eb726215', 'rose_cindi@yahoo.com', 'S', 'F', '', 0, '2019-05-20 23:56:39'),
(6979, '5ce33ffb85aa6', 'plans333@aol.com', 'S', 'F', '', 0, '2019-05-21 00:02:04'),
(6980, '5ce3454f12afc', 'miller.blayne@gmail.com', 'S', 'F', '', 0, '2019-05-21 00:24:46'),
(6981, '5ce34578542a9', 'wyatte222@gmail.com', 'S', 'F', '', 0, '2019-05-21 00:25:23'),
(6982, '5ce34dae778e2', 'scboyd101@gmail.com', 'S', 'F', '', 0, '2019-05-21 01:00:22'),
(6983, '5ce3516399a51', 'karanbedi99@gmail.com', 'S', 'F', '', 0, '2019-05-21 01:16:11'),
(6984, '5ce35183cb778', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-21 01:16:44'),
(6985, '5ce3537bc5f0b', 'peggymckoy8@gmail.com', 'S', 'F', '', 0, '2019-05-21 01:25:14'),
(6986, '5ce35408a9bab', 'thomas.neuner@gmail.com', 'S', 'F', '', 0, '2019-05-21 01:27:36'),
(6987, '5ce354705d2e5', 'sylvana.lye@team.telstra.com', 'S', 'F', '', 0, '2019-05-21 01:29:14'),
(6988, '5ce35ef08e3b4', 'megan@cemcotruckrepair.com', 'S', 'F', '', 0, '2019-05-21 02:14:00'),
(6989, '5ce360c7a92b8', 'georgemissailidis124@gmail.com', 'S', 'F', '', 0, '2019-05-21 02:21:53'),
(6990, '5ce3655aab2f3', 'kadyshore@aol.com', 'S', 'F', '', 0, '2019-05-21 02:41:22'),
(6991, '5ce366ac80562', 'gracedoran@rebcoinc.biz', 'S', 'F', '', 0, '2019-05-21 02:47:07'),
(6992, '5ce3675001d92', 'rajdpatel58@gmail.com', 'S', 'F', '', 0, '2019-05-21 02:49:52'),
(6993, '5ce36a161f89c', 'matthewdomino24@gmail.com', 'S', 'F', '', 0, '2019-05-21 03:01:35'),
(6994, '5ce36a4a2f8fb', 'rathbun834@gmail.com', 'S', 'F', '', 0, '2019-05-21 03:02:27'),
(6995, '5ce3766b54c06', 'ericly@gmail.com', 'S', 'F', '', 0, '2019-05-21 03:54:12'),
(6996, '5ce37d4d7c6d0', 'plans333@aol.com', 'S', 'F', '', 0, '2019-05-21 04:23:39'),
(6997, '5ce37f781a17b', 'archshadow01@gmail.com', 'S', 'F', '', 0, '2019-05-21 04:32:47'),
(6998, '5ce382fa9de63', 'lidialinn4@gmail.com', 'S', 'F', '', 0, '2019-05-21 04:47:52'),
(6999, '5ce383d2a4cff', 'charlesdotto@yahoo.com', 'S', 'F', '', 0, '2019-05-21 04:48:15'),
(7000, '5ce38aa778292', 'jaci.best@suffolkcountyny.gov', 'S', 'F', '', 0, '2019-05-21 05:20:32'),
(7001, '5ce39ebf2dee1', 'lawanna2020@aol.com', 'S', 'F', '', 0, '2019-05-21 06:43:07'),
(7002, '5ce3a78e462ac', 'busbygl@aol.com', 'S', 'F', '', 0, '2019-05-21 07:23:51'),
(7003, '5ce3abf0a05c5', 'melissa@mwaenterprises.net', 'S', 'F', '', 0, '2019-05-21 07:42:33'),
(7004, '5ce3b01e51754', 'kellybrittingham@gmail.com', 'S', 'F', '', 0, '2019-05-21 08:00:27'),
(7005, '5ce3bb31690d0', 'sofi3902@gmail.com', 'S', 'F', '', 0, '2019-05-21 08:44:28'),
(7006, '5ce3cb206f05a', 'mdbranigan@charter.net', 'S', 'F', '', 0, '2019-05-21 09:55:43'),
(7007, '5ce3d9ba36b51', 'syraatd@gmail.com', 'S', 'F', '', 0, '2019-05-21 10:57:58'),
(7008, '5ce3f31c40d00', 'traceygelinas@bellsouth.net', 'S', 'F', '', 0, '2019-05-21 12:46:15'),
(7009, '5ce3f8eba3a57', 'russellwms@gmail.com', 'S', 'F', '', 0, '2019-05-21 13:11:04'),
(7010, '5ce406156570f', 'bfallen@charter.net', 'S', 'F', '', 0, '2019-05-21 14:07:12'),
(7011, '5ce41fb22096a', 'asyaguerrero@gmail.com', 'S', 'F', '', 0, '2019-05-21 15:56:34'),
(7012, '5ce4219fedbf9', 'jeffreyr69@gmail.com', 'S', 'F', '', 0, '2019-05-21 16:04:45'),
(7013, '5ce429269da27', 's_gregory65@yahoo.com', 'S', 'F', '', 0, '2019-05-21 16:36:55'),
(7014, '5ce42e98948fb', 'vanvorst3@yahoo.com', 'S', 'F', '', 0, '2019-05-21 17:00:07'),
(7015, '5ce42f465c2b9', 'aolupman@yahoo.com', 'S', 'F', '', 0, '2019-05-21 17:02:59'),
(7016, '5ce430a2b7c98', 'clfloyd29@yahoo.com', 'S', 'F', '', 0, '2019-05-21 17:08:50'),
(7017, '5ce4345b905b1', 'sheilagreen@google.com', 'S', 'F', '', 0, '2019-05-21 17:24:41'),
(7018, '5ce4368dad3fe', 'chetdel215@gmail.com', 'S', 'F', '', 0, '2019-05-21 17:34:05'),
(7019, '5ce4394eae61d', 'jschumacher24@gmail.com', 'S', 'F', '', 0, '2019-05-21 17:45:47'),
(7020, '5ce446fb3398b', 'chris.liston85@gmail.com', 'S', 'F', '', 0, '2019-05-21 18:44:06'),
(7021, '5ce451d4aaeb6', 'rajdpatel58@gmail.com', 'S', 'F', '', 0, '2019-05-21 19:30:25'),
(7022, '5ce4575dc9d30', 'gga@argionislaw.com', 'S', 'F', '', 0, '2019-05-21 19:54:00'),
(7023, '5ce45a5b06b1d', 'stephenejoyce@gmail.com', 'S', 'F', '', 0, '2019-05-21 20:06:51'),
(7024, '5ce46c975689c', 'rwehman@gmail.com', 'S', 'F', '', 0, '2019-05-21 21:24:38'),
(7025, '5ce4726508277', 'bsholosrukovena@lcps.net', 'S', 'F', '', 0, '2019-05-21 21:49:24'),
(7026, '5ce4795254a0d', 'todd.mark432@gmail.com', 'S', 'F', '', 0, '2019-05-21 22:18:54'),
(7027, '5ce47d2aec3e8', 'rfrank8021@comcast.net', 'S', 'F', '', 0, '2019-05-21 22:35:23'),
(7028, '5ce47d66bc33c', 'amheebner@gmail.com', 'S', 'F', '', 0, '2019-05-21 22:36:16'),
(7029, '5ce480c55103b', 'allen.oyler@onsite-hr.com', 'S', 'F', '', 0, '2019-05-21 22:50:40'),
(7030, '5ce4819fbd507', 'kellyjj83@yahoo.com', 'S', 'F', '', 0, '2019-05-21 22:54:22'),
(7031, '5ce4827c1cf2a', 'cbolooki@gmail.com', 'S', 'F', '', 0, '2019-05-21 22:57:59'),
(7032, '5ce49d425074d', 'giakiel@gmail.com', 'S', 'F', '', 0, '2019-05-22 00:52:11'),
(7033, '5ce49d5247e26', 'prpollock@yahoo.com', 'S', 'F', '', 0, '2019-05-22 00:52:35'),
(7034, '5ce4a229b4da1', 'drotosd@gmail.com', 'S', 'F', '', 0, '2019-05-22 01:13:05'),
(7035, '5ce4a8a8de5ac', 'preferred121@aol.com', 'S', 'F', '', 0, '2019-05-22 01:40:56'),
(7036, '5ce4ad78d7624', 'tiffanyltoler@gmail.com', 'S', 'F', '', 0, '2019-05-22 02:01:23'),
(7037, '5ce4b70034bba', 'sdewyngaert@yahoo.com', 'S', 'F', '', 0, '2019-05-22 02:42:00'),
(7038, '5ce4c4975c713', 'cynthia0101@aol.com', 'S', 'F', '', 0, '2019-05-22 03:40:07'),
(7039, '5ce4d399239dc', 'awpapp@gmail.com', 'S', 'F', '', 0, '2019-05-22 04:44:08'),
(7040, '5ce4d47178737', '1on1totalfitness@gmail.com', 'S', 'F', '', 0, '2019-05-22 04:47:44'),
(7041, '5ce4da134bd05', 'johnlphilley@gmail.com', 'S', 'F', '', 0, '2019-05-22 05:11:45'),
(7042, '5ce4f87e29af8', 'rleincorporated@aol.com', 'S', 'F', '', 0, '2019-05-22 07:21:31'),
(7043, '5ce4ff639479f', 'kilehiggins@gmail.com', 'S', 'F', '', 0, '2019-05-22 07:50:57'),
(7044, '5ce50779a7bdf', 'schmidtcjs@gmail.com', 'S', 'F', '', 0, '2019-05-22 08:25:27'),
(7045, '5ce510998e9a7', 'powell_bonnie@yahoo.com', 'S', 'F', '', 0, '2019-05-22 09:04:12'),
(7046, '5ce5145d26872', 'claireroxo@gmail.com', 'S', 'F', '', 0, '2019-05-22 09:20:25'),
(7047, '5ce5153d2f8d5', 'mmmurphy2575@yahoo.com', 'S', 'F', '', 0, '2019-05-22 09:24:04'),
(7048, '5ce5235280a26', 'bkneligan@gmail.com', 'S', 'F', '', 0, '2019-05-22 10:24:15'),
(7049, '5ce529f023b2f', 'barker.teri.1972@gmail.com', 'S', 'F', '', 0, '2019-05-22 10:49:08'),
(7050, '5ce534af1ee5c', 'saabanks@gmail.com', 'S', 'F', '', 0, '2019-05-22 11:38:20'),
(7051, '5ce535cf1d59a', 'bskeen@suddenlink.net', 'S', 'F', '', 0, '2019-05-22 11:43:07'),
(7052, '5ce541b574be0', 'helenclairwilliams@yahoo.co.uk', 'S', 'F', '', 0, '2019-05-22 12:33:55'),
(7053, '5ce54482e1faf', 'tiffanyltoler@gmail.com', 'S', 'F', '', 0, '2019-05-22 12:45:52'),
(7054, '5ce545ad29704', 'stephenejoyce@gmail.com', 'S', 'F', '', 0, '2019-05-22 12:50:50'),
(7055, '5ce54df6432fd', 'rleincorporated@aol.com', 'S', 'F', '', 0, '2019-05-22 13:26:10'),
(7056, '5ce552429815d', 'rajdpatel58@gmail.com', 'S', 'F', '', 0, '2019-05-22 13:44:30'),
(7057, '5ce5574f9a3cb', 'ikharkats@yahoo.com', 'S', 'F', '', 0, '2019-05-22 14:06:02'),
(7058, '5ce567c453a14', 'himynameisyoung@gmail.com', 'S', 'F', '', 0, '2019-05-22 15:16:21'),
(7059, '5ce570f6f244e', 'mmags6@aol.com', 'S', 'F', '', 0, '2019-05-22 15:55:35'),
(7060, '5ce5728f0a003', 'aly@qualitypipeline.com', 'S', 'F', '', 0, '2019-05-22 16:02:23'),
(7061, '5ce572981d247', 'mohsinesa@gmail.com', 'S', 'F', '', 0, '2019-05-22 16:02:32'),
(7062, '5ce574d427576', 'loganallmond@yahoo.com', 'S', 'F', '', 0, '2019-05-22 16:12:00'),
(7063, '5ce577d42909a', 'gchoe72@gmail.com', 'S', 'F', '', 0, '2019-05-22 16:24:52'),
(7064, '5ce5784d3e0df', 'laodocus8@yahoo.com', 'S', 'F', '', 0, '2019-05-22 16:26:58'),
(7065, '5ce57a0364ef9', 'sheilagreen@google.com', 'S', 'F', '', 0, '2019-05-22 16:30:50'),
(7066, '5ce57aa65274f', 'mburns@gmx.com', 'S', 'F', '', 0, '2019-05-22 16:36:55'),
(7067, '5ce5812989044', 'brewcrewstyle@yahoo.com', 'S', 'F', '', 0, '2019-05-22 17:04:42'),
(7068, '5ce584559e34c', 'jordanbro@gmail.com', 'S', 'F', '', 0, '2019-05-22 17:18:12'),
(7069, '5ce58512be604', 'loganallmond@yahoo.com', 'S', 'F', '', 0, '2019-05-22 17:21:20'),
(7070, '5ce58ac312adf', 'johnlphilley@gmail.com', 'S', 'F', '', 0, '2019-05-22 17:45:38'),
(7071, '5ce5964dc5275', 'andreeaa.mz@gmail.com', 'S', 'F', '', 0, '2019-05-22 18:34:54'),
(7072, '5ce59c7559225', 'alex@alexopensdoors.com', 'S', 'F', '', 0, '2019-05-22 19:01:10'),
(7073, '5ce59ee212add', 'dgonzalez@patioeg.com', 'S', 'F', '', 0, '2019-05-22 19:11:27'),
(7074, '5ce5a38068a03', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-22 19:31:08'),
(7075, '5ce5ad14a1286', 'mylifeforbalance@gmail.com', 'S', 'F', '', 0, '2019-05-22 20:12:01'),
(7076, '5ce5b17784ed1', 'simon_steen@gmx.de', 'S', 'F', '', 0, '2019-05-22 20:27:24'),
(7077, '5ce5b329ee659', 'tbhorsenut@aol.com', 'S', 'F', '', 0, '2019-05-22 20:38:02'),
(7078, '5ce5b3975e94c', 'bradnkyla@aol.com', 'S', 'F', '', 0, '2019-05-22 20:39:48'),
(7079, '5ce5b65f5e628', 'msrhondat@gmail.com', 'S', 'F', '', 0, '2019-05-22 20:51:40'),
(7080, '5ce5c30364724', 'bovichs@charter.net', 'S', 'F', '', 0, '2019-05-22 21:45:34'),
(7081, '5ce5c33d27f20', 'shibbard@beaconcares.com', 'S', 'F', '', 0, '2019-05-22 21:46:31'),
(7082, '5ce5c4c0a2528', 'guaranteedsales@gmail.com', 'S', 'F', '', 0, '2019-05-22 21:53:05'),
(7083, '5ce5c5550a6a2', 'klwatson9782@gmail.com', 'S', 'F', '', 0, '2019-05-22 21:55:27'),
(7084, '5ce5c7de45f70', 'prpollock@yahoo.com', 'S', 'F', '', 0, '2019-05-22 22:06:19'),
(7085, '5ce5c8eec016e', 'draymondcurry90@gmail.com', 'S', 'F', '', 0, '2019-05-22 22:10:55'),
(7086, '5ce5c9d5aace8', 'valrac33@gmail.com', 'S', 'F', '', 0, '2019-05-22 22:14:41'),
(7087, '5ce5ce919345c', 'rajdpatel58@gmail.com', 'S', 'F', '', 0, '2019-05-22 22:34:57'),
(7088, '5ce5cfa9f33fe', 'rjcampbell2010@gmail.com', 'S', 'F', '', 0, '2019-05-22 22:39:38'),
(7089, '5ce5d58fd229b', 'preferred121@aol.com', 'S', 'F', '', 0, '2019-05-22 23:04:47'),
(7090, '5ce5d66cce8d4', 'khaledalsaud@gmail.com', 'S', 'F', '', 0, '2019-05-22 23:08:24'),
(7091, '5ce5d7c77c347', 'marcinpancewicz@gmail.com', 'S', 'F', '', 0, '2019-05-22 23:14:11'),
(7092, '5ce5dab7cada6', 'carolina.tapia@southbeachgroup.com', 'S', 'F', '', 0, '2019-05-22 23:26:42'),
(7093, '5ce5dc3b96bec', 'accoose@verizon.net', 'S', 'F', '', 0, '2019-05-22 23:33:09'),
(7094, '5ce5dfa62b353', 'marcinpancewicz@gmail.com', 'S', 'F', '', 0, '2019-05-22 23:47:50'),
(7095, '5ce5e25f867f1', 'psrinoso@aol.com', 'S', 'F', '', 0, '2019-05-22 23:59:21'),
(7096, '5ce5e47872dc1', 'teachertito@gmail.com', 'S', 'F', '', 0, '2019-05-23 00:04:59'),
(7097, '5ce5e3bcb9631', 'martin.pesout@gmail.com', 'S', 'F', '', 0, '2019-05-23 00:05:15'),
(7098, '5ce5e52ad10be', 'kilehiggins@gmail.com', 'S', 'F', '', 0, '2019-05-23 00:11:23'),
(7099, '5ce5e8ed13ee1', 'rabboys@yahoo.com', 'S', 'F', '', 0, '2019-05-23 00:27:19'),
(7100, '5ce5eda8e074a', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-23 00:47:30'),
(7101, '5ce5ef0160255', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-23 00:53:20'),
(7102, '5ce5efee3962e', 'laclairj68@gmail.com', 'S', 'F', '', 0, '2019-05-23 00:57:12'),
(7103, '5ce5f1271e7ee', 'kilehiggins@gmail.com', 'S', 'F', '', 0, '2019-05-23 01:02:31'),
(7104, '5ce5f21608839', 'starhammer1997@gmail.com', 'S', 'F', '', 0, '2019-05-23 01:06:23'),
(7105, '5ce5f7e95f63f', 'jlkruszynski@gmail.com', 'S', 'F', '', 0, '2019-05-23 01:31:21'),
(7106, '5ce5fa5deed7d', 'kilehiggins@gmail.com', 'S', 'F', '', 0, '2019-05-23 01:41:47'),
(7107, '5ce601243b883', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-23 02:10:36'),
(7108, '5ce60508ac292', 'gchoe72@gmail.com', 'S', 'F', '', 0, '2019-05-23 02:27:14'),
(7109, '5ce607509630a', 'prpollock@yahoo.com', 'S', 'F', '', 0, '2019-05-23 02:36:58'),
(7110, '5ce60bf746e17', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-23 02:53:29'),
(7111, '5ce61311cfb01', 'casey.warner89@gmail.com', 'S', 'F', '', 0, '2019-05-23 03:27:13'),
(7112, '5ce6155e0b941', 'mmmurphy2575@yahoo.com', 'S', 'F', '', 0, '2019-05-23 03:36:54'),
(7113, '5ce61634d07c5', 'cindicarr1@aol.com', 'S', 'F', '', 0, '2019-05-23 03:40:29'),
(7114, '5ce61843b7a57', 'power09@gmail.com', 'S', 'F', '', 0, '2019-05-23 03:49:14'),
(7115, '5ce61fc61ca04', 'cgearalves@partners.org', 'S', 'F', '', 0, '2019-05-23 04:21:26'),
(7116, '5ce6254ef011e', 'chrisbarsoum@gmail.com', 'S', 'F', '', 0, '2019-05-23 04:45:01'),
(7117, '5ce62ef190b34', 'marcinpancewicz@gmail.com', 'S', 'F', '', 0, '2019-05-23 05:25:58'),
(7118, '5ce638ad37422', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-23 06:07:32'),
(7119, '5ce63c14b9965', 'shariq.yousfi@gmail.com', 'S', 'F', '', 0, '2019-05-23 06:22:05'),
(7120, '5ce64654a45f6', 'baxterjustin405@gmail.com', 'S', 'F', '', 0, '2019-05-23 07:05:50'),
(7121, '5ce6473de3b0f', 'rosinecassidy@gmail.com', 'S', 'F', '', 0, '2019-05-23 07:09:42'),
(7122, '5ce64d38eedc1', 'vanessa.oduca@gmail.com', 'S', 'F', '', 0, '2019-05-23 07:35:19'),
(7123, '5ce6511147e85', 'swalexandrou@gmail.com', 'S', 'F', '', 0, '2019-05-23 07:51:43'),
(7124, '5ce65202c0a2b', 'cindicarr1@gmail.com', 'S', 'F', '', 0, '2019-05-23 07:55:44'),
(7125, '5ce658b61f4e5', 'ardenlee562@gmail.com', 'S', 'F', '', 0, '2019-05-23 08:24:18'),
(7126, '5ce65cd89b333', 'glauerdt@t-online.de', 'S', 'F', '', 0, '2019-05-23 08:41:58'),
(7127, '5ce6613fe941b', 'mwvf4ucorsair@yahoo.com', 'S', 'F', '', 0, '2019-05-23 09:00:45'),
(7128, '5ce6629dc0842', 'sebruse@gmail.com', 'S', 'F', '', 0, '2019-05-23 09:06:36'),
(7129, '5ce666c3d8d1f', 'groverlbowman@gmail.com', 'S', 'F', '', 0, '2019-05-23 09:24:17'),
(7130, '5ce66ad0e2680', 'marcinpancewicz@gmail.com', 'S', 'F', '', 0, '2019-05-23 09:41:28'),
(7131, '5ce66e523898a', 'tannierenee@gmail.com', 'S', 'F', '', 0, '2019-05-23 09:56:32'),
(7132, '5ce678500f92c', 'nrpino96@gmail.com', 'S', 'F', '', 0, '2019-05-23 10:39:07'),
(7133, '5ce6792e0b8f3', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-23 10:42:51'),
(7134, '5ce679cd60f98', 'kilehiggins@gmail.com', 'S', 'F', '', 0, '2019-05-23 10:45:30'),
(7135, '5ce67bdb3369b', 'rosinecassidy@gmail.com', 'S', 'F', '', 0, '2019-05-23 10:54:15'),
(7136, '5ce67dc3a8660', 'casey.warner89@gmail.com', 'S', 'F', '', 0, '2019-05-23 11:02:25'),
(7137, '5ce67e1e916a8', 'ericly@gmail.com', 'S', 'F', '', 0, '2019-05-23 11:03:56'),
(7138, '5ce686d645d5c', 'rameyjet73@gmail.com', 'S', 'F', '', 0, '2019-05-23 11:41:07'),
(7139, '5ce688339ae06', 'jonathangodin56@gmail.com', 'S', 'F', '', 0, '2019-05-23 11:46:57'),
(7140, '5ce689ab78122', 'iowela@aol.com', 'S', 'F', '', 0, '2019-05-23 11:53:12'),
(7141, '5ce68a40f29b6', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-23 11:55:42'),
(7142, '5ce68bdf6f771', 'casey.warner89@gmail.com', 'S', 'F', '', 0, '2019-05-23 12:02:35'),
(7143, '5ce68d6f1631a', 'guaranteedsales@gmail.com', 'S', 'F', '', 0, '2019-05-23 12:09:16'),
(7144, '5ce68d9c5b883', 'laterun@optonline.net', 'S', 'F', '', 0, '2019-05-23 12:10:01'),
(7145, '5ce68f9613f71', 'vanessa.oduca@gmail.com', 'S', 'F', '', 0, '2019-05-23 12:18:25'),
(7146, '5ce690c00e43a', 'gchoe72@gmail.com', 'S', 'F', '', 0, '2019-05-23 12:23:25'),
(7147, '5ce690d7023ff', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-23 12:23:48'),
(7148, '5ce693ce0f15e', 'wenxianxu@gmail.com', 'S', 'F', '', 0, '2019-05-23 12:36:27'),
(7149, '5ce69c48c5e9d', 'cynthia0101@aol.com', 'S', 'F', '', 0, '2019-05-23 13:12:35'),
(7150, '5ce69ea9d933a', 'matthewdomino24@gmail.com', 'S', 'F', '', 0, '2019-05-23 13:22:45'),
(7151, '5ce6a141a6811', 'rajdpatel58@gmail.com', 'S', 'F', '', 0, '2019-05-23 13:33:48'),
(7152, '5ce6a21f4b6ec', 'psrinoso@aol.com', 'S', 'F', '', 0, '2019-05-23 13:37:32'),
(7153, '5ce6a99e2152b', 'himynameisyoung@gmail.com', 'S', 'F', '', 0, '2019-05-23 14:09:31'),
(7154, '5ce6aa96d8530', 'al.ponds09@gmail.com', 'S', 'F', '', 0, '2019-05-23 14:13:40'),
(7155, '5ce6ab7dc93be', 'casey.warner89@gmail.com', 'S', 'F', '', 0, '2019-05-23 14:17:29'),
(7156, '5ce6b275d53db', 'natalianovikova09@gmail.com', 'S', 'F', '', 0, '2019-05-23 14:47:15'),
(7157, '5ce6b29328285', 'alnamdds@gmail.com', 'S', 'F', '', 0, '2019-05-23 14:47:44'),
(7158, '5ce6b4d0da04d', 'm.tanulanond@gmail.com', 'S', 'F', '', 0, '2019-05-23 14:57:14'),
(7159, '5ce6b5bd7294b', 'mgourvits@sympatico.ca', 'S', 'F', '', 0, '2019-05-23 15:01:14'),
(7160, '5ce6bab860c72', 'uknj@yahoo.com', 'S', 'F', '', 0, '2019-05-23 15:22:29'),
(7161, '5ce6bd5916527', 'kmkweeks@aol.com', 'S', 'F', '', 0, '2019-05-23 15:33:43'),
(7162, '5ce6bdd001aca', 'kcchubbychaser@gmail.com', 'S', 'F', '', 0, '2019-05-23 15:35:44'),
(7163, '5ce6c1725d3d1', 'gchoe72@gmail.com', 'S', 'F', '', 0, '2019-05-23 15:51:15'),
(7164, '5ce6c176a584b', 'gchoe72@gmail.com', 'S', 'F', '', 0, '2019-05-23 15:51:20'),
(7165, '5ce6c849ac30d', 'compton@bobcorker.com', 'S', 'F', '', 0, '2019-05-23 16:20:26'),
(7166, '5ce6d1d857939', 'mylifeforbalance@gmail.com', 'S', 'F', '', 0, '2019-05-23 17:01:08'),
(7167, '5ce6d33f979da', 'canennole2@aol.com', 'S', 'F', '', 0, '2019-05-23 17:07:12'),
(7168, '5ce6d5619a943', 'prpollock@yahoo.com', 'S', 'F', '', 0, '2019-05-23 17:16:16'),
(7169, '5ce6d5641e46e', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-23 17:16:20'),
(7170, '5ce6d63e29641', 'luis0coelho@gmail.com', 'S', 'F', '', 0, '2019-05-23 17:19:55'),
(7171, '5ce6d6d228c79', 'larry@blodgettelectric.com', 'S', 'F', '', 0, '2019-05-23 17:22:24'),
(7172, '5ce6dab7c871e', 'ashleyrosesf@gmail.com', 'S', 'F', '', 0, '2019-05-23 17:39:05'),
(7173, '5ce6db85844f9', 'stefan.strydom87@gmail.com', 'S', 'F', '', 0, '2019-05-23 17:42:30'),
(7174, '5ce6e430062e8', 'groverlbowman@gmail.com', 'S', 'F', '', 0, '2019-05-23 18:19:24'),
(7175, '5ce6e5849e67a', 'kingbrook13@gmail.com', 'S', 'F', '', 0, '2019-05-23 18:25:09'),
(7176, '5ce6e8108a66e', 'gchoe72@gmail.com', 'S', 'F', '', 0, '2019-05-23 18:36:01'),
(7177, '5ce6eab6c3f81', 'cjmrizek@gmail.com', 'S', 'F', '', 0, '2019-05-23 18:47:14'),
(7178, '5ce6eb08de369', 'hecktormrianda@gmail.com', 'S', 'F', '', 0, '2019-05-23 18:48:36'),
(7179, '5ce6ed96ef745', 'casey.warner89@gmail.com', 'S', 'F', '', 0, '2019-05-23 18:59:33'),
(7180, '5ce6f1d26a395', 'christineeng8@gmail.com', 'S', 'F', '', 0, '2019-05-23 19:17:34'),
(7181, '5ce6f504eb0ff', 'alex.n.santaella@gmail.com', 'S', 'F', '', 0, '2019-05-23 19:31:14'),
(7182, '5ce6f5da2cfaa', 'prpollock@yahoo.com', 'S', 'F', '', 0, '2019-05-23 19:34:48'),
(7183, '5ce6f64eedfa8', 'noras3579@yahoo.com', 'S', 'F', '', 0, '2019-05-23 19:36:47'),
(7184, '5ce6f81e73583', 'teachertito@gmail.com', 'S', 'F', '', 0, '2019-05-23 19:44:31'),
(7185, '5ce6f9aae06b2', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-23 19:51:04'),
(7186, '5ce6fa896490b', 'demetri.sakellaropoulos@gmail.com', 'S', 'F', '', 0, '2019-05-23 19:54:46'),
(7187, '5ce6fb882e345', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-23 19:59:06'),
(7188, '5ce6fde29c257', 'bill@jencoproductions.com', 'S', 'F', '', 0, '2019-05-23 20:09:08'),
(7189, '5ce6fe5be1adb', 'kilehiggins@gmail.com', 'S', 'F', '', 0, '2019-05-23 20:11:08'),
(7190, '5ce6ff5a9e7c9', 'craig_mccandless@yahoo.com', 'S', 'F', '', 0, '2019-05-23 20:15:22'),
(7191, '5ce6ffbb48b6f', 'abrookec@gmail.com', 'S', 'F', '', 0, '2019-05-23 20:16:56'),
(7192, '5ce7004bca887', 'healarosebaby@gmail.com', 'S', 'F', '', 0, '2019-05-23 20:19:24'),
(7193, '5ce705d36771e', 'spdshift22@yahoo.com', 'S', 'F', '', 0, '2019-05-23 20:42:54'),
(7194, '5ce706ab22341', 'taddyoo@yahoo.com', 'S', 'F', '', 0, '2019-05-23 20:46:31'),
(7195, '5ce707115dbfa', 'rcook7@yahoo.com', 'S', 'F', '', 0, '2019-05-23 20:48:17'),
(7196, '5ce7081dd6600', 'adrian@ar-lighting.com', 'S', 'F', '', 0, '2019-05-23 20:52:46'),
(7197, '5ce70b941771c', 'anne.bassett@utoronto.ca', 'S', 'F', '', 0, '2019-05-23 21:04:03'),
(7198, '5ce70c920e368', 'djboobytrvpmusic@gmail.com', 'S', 'F', '', 0, '2019-05-23 21:11:46'),
(7199, '5ce70e8255f95', 'fenomenoide1975@gmail.com', 'S', 'F', '', 0, '2019-05-23 21:19:57'),
(7200, '5ce70ea8ed160', 'realtyblvd@aol.com', 'S', 'F', '', 0, '2019-05-23 21:20:36'),
(7201, '5ce710166e82d', 'onlymorereps@gmail.com', 'S', 'F', '', 0, '2019-05-23 21:23:17'),
(7202, '5ce71084cbcab', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-23 21:28:33'),
(7203, '5ce71484d7eed', 'mkm12789@gmail.com', 'S', 'F', '', 0, '2019-05-23 21:45:36'),
(7204, '5ce714f1a2461', 'b3lewis@gmail.com', 'S', 'F', '', 0, '2019-05-23 21:47:29'),
(7205, '5ce71576ad351', 'abloom1976@gmail.com', 'S', 'F', '', 0, '2019-05-23 21:49:39'),
(7206, '5ce71648a5a18', 'john.glazzard@btinternet.com', 'S', 'F', '', 0, '2019-05-23 21:53:07'),
(7207, '5ce7169320e96', 'nicedalek12@yahoo.com', 'S', 'F', '', 0, '2019-05-23 21:54:27'),
(7208, '5ce7177ba23d3', 'brianzwiep@trvrsbldrs.com', 'S', 'F', '', 0, '2019-05-23 21:58:20'),
(7209, '5ce718094bc61', 'c.lanehester@yahoo.com', 'S', 'F', '', 0, '2019-05-23 22:00:41'),
(7210, '5ce71acc341ab', 'dtsabai@yahoo.com', 'S', 'F', '', 0, '2019-05-23 22:12:24'),
(7211, '5ce71b4c8b09e', 'sharilobel@gmail.com', 'S', 'F', '', 0, '2019-05-23 22:14:36'),
(7212, '5ce71d77121d2', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-05-23 22:23:46'),
(7213, '5ce71d95be3ea', 'jonjongorskijr11@gmail.com', 'S', 'F', '', 0, '2019-05-23 22:24:16'),
(7214, '5ce71ee8af32f', 'mark@aschermannlaw.com', 'S', 'F', '', 0, '2019-05-23 22:30:00'),
(7215, '5ce71f209b3ed', 'steven.remstad@att.net', 'S', 'F', '', 0, '2019-05-23 22:30:57'),
(7216, '5ce7236d0fcb8', 'gamer84@gmail.com', 'S', 'F', '', 0, '2019-05-23 22:49:11'),
(7217, '5ce7249725117', 'poricanin@gmail.com', 'S', 'F', '', 0, '2019-05-23 22:54:09'),
(7218, '5ce726198ee1c', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:00:37'),
(7219, '5ce727b8bb76b', 'sykomagnetik@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:07:33'),
(7220, '5ce7281ed951b', 'brocklewis@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:09:20'),
(7221, '5ce72a68c8320', 'dominus2394@yahoo.com', 'S', 'F', '', 0, '2019-05-23 23:19:05'),
(7222, '5ce72c74f1b15', 'kilehiggins@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:27:48'),
(7223, '5ce72f15d2650', 'starhammer1997@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:39:02'),
(7224, '5ce73013f39bb', 'ardenlee562@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:43:10'),
(7225, '5ce7309e3d043', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:45:34'),
(7226, '5ce730ebe3127', 'wkbrass@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:46:52'),
(7227, '5ce7317712550', 'kwasi.brown@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:49:11'),
(7228, '5ce7317a7ad41', 'draymondcurry90@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:49:15'),
(7229, '5ce73232a7556', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:52:19'),
(7230, '5ce732ef05288', 'power09@gmail.com', 'S', 'F', '', 0, '2019-05-23 23:55:22'),
(7231, '5ce735050d5b9', 'baxterjustin405@gmail.com', 'S', 'F', '', 0, '2019-05-24 00:04:22'),
(7232, '5ce73de44ae59', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-24 00:42:07'),
(7233, '5ce73f6d5365d', 'gchoe72@gmail.com', 'S', 'F', '', 0, '2019-05-24 00:48:40'),
(7234, '5ce7405d5e095', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-05-24 00:52:38'),
(7235, '5ce740d565269', 'laclairj68@gmail.com', 'S', 'F', '', 0, '2019-05-24 00:54:40'),
(7236, '5ce741385f8fd', 'justinlao1995@gmail.com', 'S', 'F', '', 0, '2019-05-24 00:56:20'),
(7237, '5ce742b7a87dc', 'realtyblvd@aol.com', 'S', 'F', '', 0, '2019-05-24 01:02:47'),
(7238, '5ce7438fb4b85', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-24 01:06:23'),
(7239, '5ce74a54aa28b', 'jay@ronniesbeverage.com', 'S', 'F', '', 0, '2019-05-24 01:35:17'),
(7240, '5ce74ea05ea26', 'andredgreen@yahoo.com', 'S', 'F', '', 0, '2019-05-24 01:53:37'),
(7241, '5ce74fd91f0d5', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-24 01:58:43'),
(7242, '5ce750cae1d3f', 'rghallmark4@aol.com', 'S', 'F', '', 0, '2019-05-24 02:02:51'),
(7243, '5ce7563e057c2', 'patriciamendoza54@gmail.com', 'S', 'F', '', 0, '2019-05-24 02:26:00'),
(7244, '5ce758e5a5498', 'kilehiggins@gmail.com', 'S', 'F', '', 0, '2019-05-24 02:37:25'),
(7245, '5ce75ade063f5', 'gohillygo@aol.com', 'S', 'F', '', 0, '2019-05-24 02:45:41'),
(7246, '5ce75cfbe3484', 'bumperspecialist2013@gmail.com', 'S', 'F', '', 0, '2019-05-24 02:54:46'),
(7247, '5ce75e7ae1c45', 'christineeng8@gmail.com', 'S', 'F', '', 0, '2019-05-24 03:01:15'),
(7248, '5ce762b60963a', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-24 03:19:10'),
(7249, '5ce76b78c9b8f', 'cmeulener1952@gmail.com', 'S', 'F', '', 0, '2019-05-24 03:56:41'),
(7250, '5ce76baed6447', 'lesschulz@comcast.net', 'S', 'F', '', 0, '2019-05-24 03:57:35'),
(7251, '5ce76d96e3d50', 'elliottbrown@nc.rr.com', 'S', 'F', '', 0, '2019-05-24 04:05:43'),
(7252, '5ce770582a743', 'allytink@aol.com', 'S', 'F', '', 0, '2019-05-24 04:17:21'),
(7253, '5ce77128e7081', 'theree21@gmail.com', 'S', 'F', '', 0, '2019-05-24 04:20:57'),
(7254, '5ce774869078d', 'gchoe72@gmail.com', 'S', 'F', '', 0, '2019-05-24 04:35:17'),
(7255, '5ce77b5f6da8f', 'christineeng8@gmail.com', 'S', 'F', '', 0, '2019-05-24 05:04:25'),
(7256, '5ce77e1709b07', 'hostetlerroof@gmail.com', 'S', 'F', '', 0, '2019-05-24 05:16:05'),
(7257, '5ce77ea99aef3', 'peftfordead@gmail.com', 'S', 'F', '', 0, '2019-05-24 05:18:34'),
(7258, '5ce78b718188a', 'queenhcb@aol.com', 'S', 'F', '', 0, '2019-05-24 06:13:03'),
(7259, '5ce78bd3a2941', 'matthewlanto@gmail.com', 'S', 'F', '', 0, '2019-05-24 06:14:41'),
(7260, '5ce7904c23e0a', 'justinwan1@gmail.com', 'S', 'F', '', 0, '2019-05-24 06:33:46'),
(7261, '5ce79417e1016', 'lisagodwin2014@gmail.com', 'S', 'F', '', 0, '2019-05-24 06:49:52'),
(7262, '5ce7956c00e86', 'momghassemi@gmail.com', 'S', 'F', '', 0, '2019-05-24 06:55:32'),
(7263, '5ce79bb4c7fdf', 'joshlv@aol.com', 'S', 'F', '', 0, '2019-05-24 07:22:27'),
(7264, '5ce7af2c86874', 'smithdaniel780@gmail.com', 'S', 'F', '', 0, '2019-05-24 08:45:24'),
(7265, '5ce7b2554c371', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-05-24 08:58:59'),
(7266, '5ce7b37764a8d', 'sharilobel@gmail.com', 'S', 'F', '', 0, '2019-05-24 09:03:50'),
(7267, '5ce7bbe82bb21', 'bumperspecialist2013@gmail.com', 'S', 'F', '', 0, '2019-05-24 09:39:50'),
(7268, '5ce7c56e33cf2', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-05-24 10:16:56'),
(7269, '5ce7c56f05bf2', 'mcrose2425@yahoo.com', 'S', 'F', '', 0, '2019-05-24 10:20:27'),
(7270, '5ce7c5a96c364', 'rjcapilimallari@gmail.com', 'S', 'F', '', 0, '2019-05-24 10:21:26'),
(7271, '5ce7c91b18570', 'provostmb@aol.com', 'S', 'F', '', 0, '2019-05-24 10:32:36'),
(7272, '5ce7cea5de335', 'debrarea6@gmail.com', 'S', 'F', '', 0, '2019-05-24 10:59:48'),
(7273, '5ce7cf5abb860', 'charmfultreasures10@gmail.com', 'S', 'F', '', 0, '2019-05-24 11:02:49'),
(7274, '5ce7d3557c599', 'breusteffi@gmx.de', 'S', 'F', '', 0, '2019-05-24 11:19:47'),
(7275, '5ce7d42413439', 'daholman123@gmail.com', 'S', 'F', '', 0, '2019-05-24 11:23:14'),
(7276, '5ce7d6f688a37', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-24 11:35:14'),
(7277, '5ce7d7e085053', 'nicholas.debban@gmail.com', 'S', 'F', '', 0, '2019-05-24 11:39:10'),
(7278, '5ce7d898c0dc1', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-05-24 11:42:15'),
(7279, '5ce7dac36341f', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-24 11:51:29'),
(7280, '5ce7dee385b4c', 'n1pab@aol.com', 'S', 'F', '', 0, '2019-05-24 12:09:03'),
(7281, '5ce7df1e59d7f', 'christineeng8@gmail.com', 'S', 'F', '', 0, '2019-05-24 12:10:01'),
(7282, '5ce7e23926244', 'ihopetheyhavelotsofspaghetti@gmail.com', 'S', 'F', '', 0, '2019-05-24 12:23:16'),
(7283, '5ce7e8188af0c', 'matthewlanto@gmail.com', 'S', 'F', '', 0, '2019-05-24 12:48:22'),
(7284, '5ce7e9130f63a', 'jonathangodin56@gmail.com', 'S', 'F', '', 0, '2019-05-24 12:52:31'),
(7285, '5ce7ec7acb72e', 'pmayr1337@gmail.com', 'S', 'F', '', 0, '2019-05-24 13:07:01'),
(7286, '5ce7f0c683138', 'realtyblvd@aol.com', 'S', 'F', '', 0, '2019-05-24 13:25:24'),
(7287, '5ce7f182b91b9', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-05-24 13:28:33'),
(7288, '5ce7f684b37fd', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-05-24 13:49:51'),
(7289, '5ce7f7aac0d77', 'rjcapilimallari@gmail.com', 'S', 'F', '', 0, '2019-05-24 13:54:48'),
(7290, '5ce80110d617d', 'charmfultreasures10@gmail.com', 'S', 'F', '', 0, '2019-05-24 14:34:54'),
(7291, '5ce801755ab66', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-24 14:36:31'),
(7292, '5ce8027a5f34d', 'roquecasciero@gmail.com', 'S', 'F', '', 0, '2019-05-24 14:40:53'),
(7293, '5ce8037123231', 'meejahoar@gmail.com', 'S', 'F', '', 0, '2019-05-24 14:44:59'),
(7294, '5ce806c3a57fa', 'kmcfarland@gulf.k12.fl.us', 'S', 'F', '', 0, '2019-05-24 14:59:11'),
(7295, '5ce809b031b6d', 'ihopetheyhavelotsofspaghetti@gmail.com', 'S', 'F', '', 0, '2019-05-24 15:11:41'),
(7296, '5ce80b174d424', 'taras@c21metrobrokers.com', 'S', 'F', '', 0, '2019-05-24 15:17:38'),
(7297, '5ce80be2227f0', 'jcorley2011@yahoo.com', 'S', 'F', '', 0, '2019-05-24 15:21:04'),
(7298, '5ce80d239de04', 'lisagodwin2014@gmail.com', 'S', 'F', '', 0, '2019-05-24 15:26:26'),
(7299, '5ce80d88e2dff', 'charmfultreasures10@gmail.com', 'S', 'F', '', 0, '2019-05-24 15:28:07'),
(7300, '5ce80ec5494a6', 'ihopetheyhavelotsofspaghetti@gmail.com', 'S', 'F', '', 0, '2019-05-24 15:33:23'),
(7301, '5ce80fdcbe011', 'gregparker1985@gmail.com', 'S', 'F', '', 0, '2019-05-24 15:38:05'),
(7302, '5ce8135d206bf', 'jonathangodin56@gmail.com', 'S', 'F', '', 0, '2019-05-24 15:53:01'),
(7303, '5ce8150fdde8b', 'pmayr1337@gmail.com', 'S', 'F', '', 0, '2019-05-24 16:00:15'),
(7304, '5ce819a02aa81', 'familia.claro@gmail.com', 'S', 'F', '', 0, '2019-05-24 16:19:40'),
(7305, '5ce81ac27b285', 'nicholas.debban@gmail.com', 'S', 'F', '', 0, '2019-05-24 16:24:31'),
(7306, '5ce81b3587c37', 'littner1@gmail.com', 'S', 'F', '', 0, '2019-05-24 16:26:26'),
(7307, '5ce81cf70fff8', 'martin.potti@web.de', 'S', 'F', '', 0, '2019-05-24 16:33:59'),
(7308, '5ce82227daa25', 'missanast@aol.com', 'S', 'F', '', 0, '2019-05-24 16:56:06'),
(7309, '5ce82307853d9', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-05-24 16:59:51'),
(7310, '5ce8232c9d98c', 'casey.warner89@gmail.com', 'S', 'F', '', 0, '2019-05-24 17:00:24'),
(7311, '5ce824901191a', 'kadenb999999@gmail.com', 'S', 'F', '', 0, '2019-05-24 17:06:22'),
(7312, '5ce828285cb5c', 'aboudmza123@gmail.com', 'S', 'F', '', 0, '2019-05-24 17:21:45'),
(7313, '5ce82a0d0984b', 'johndeb71@yahoo.com', 'S', 'F', '', 0, '2019-05-24 17:29:49'),
(7314, '5ce82abbbe083', 'shgrubenstein@gmail.com', 'S', 'F', '', 0, '2019-05-24 17:32:44'),
(7315, '5ce82b494cc62', 'magicaljeremy@att.net', 'S', 'F', '', 0, '2019-05-24 17:35:05'),
(7316, '5ce82b86e60a4', 'nicholas.debban@gmail.com', 'S', 'F', '', 0, '2019-05-24 17:36:07'),
(7317, '5ce82d85c0eb8', 'a399stewart@comcast.net', 'S', 'F', '', 0, '2019-05-24 17:44:38'),
(7318, '5ce8310a855d6', 'charmfultreasures10@gmail.com', 'S', 'F', '', 0, '2019-05-24 17:59:36'),
(7319, '5ce8318ddab5c', 'douglaskyle99@gmail.com', 'S', 'F', '', 0, '2019-05-24 18:01:52'),
(7320, '5ce8382704895', 'lonniefishman@gmail.com', 'S', 'F', '', 0, '2019-05-24 18:26:25'),
(7321, '5ce8380c80ab6', 'brijesh11081985@gmail.com', 'S', 'F', '', 0, '2019-05-24 18:29:27'),
(7322, '5ce8382835372', 'bfreebin@gmail.com', 'S', 'F', '', 0, '2019-05-24 18:29:56'),
(7323, '5ce83d332d3d4', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-24 18:51:27'),
(7324, '5ce83e14da9b2', 'ochoac4798@gmail.com', 'S', 'F', '', 0, '2019-05-24 18:55:17'),
(7325, '5ce83e678401b', 'gkingdom25@gmail.com', 'S', 'F', '', 0, '2019-05-24 18:56:36'),
(7326, '5ce83fcb50009', 'christineeng8@gmail.com', 'S', 'F', '', 0, '2019-05-24 19:02:32'),
(7327, '5ce83ff414690', 'vee.del@gmail.com', 'S', 'F', '', 0, '2019-05-24 19:03:17'),
(7328, '5ce8402befd31', 'ztuhtouh@gmail.com', 'S', 'F', '', 0, '2019-05-24 19:04:11'),
(7329, '5ce844629ccd6', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-24 19:22:08'),
(7330, '5ce845fc67737', 'colburn.george@gmail.com', 'S', 'F', '', 0, '2019-05-24 19:28:56'),
(7331, '5ce84675cc232', 'emmcgrew@gmail.com', 'S', 'F', '', 0, '2019-05-24 19:30:58'),
(7332, '5ce84a2ddf236', 'mork.brady@gmail.com', 'S', 'F', '', 0, '2019-05-24 19:46:48'),
(7333, '5ce84ceae8757', 'colburn12345@comcast.net', 'S', 'F', '', 0, '2019-05-24 19:58:29'),
(7334, '5ce84f3043a91', 'hercheng56@yahoo.com', 'S', 'F', '', 0, '2019-05-24 20:08:16'),
(7335, '5ce85532976ae', 'scottjeffreybrown@gmail.com', 'S', 'F', '', 0, '2019-05-24 20:33:55'),
(7336, '5ce85a0a68335', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-24 20:54:34'),
(7337, '5ce85b4ae9f55', 'ramyspam123@gmail.com', 'S', 'F', '', 0, '2019-05-24 20:59:50'),
(7338, '5ce85c97f0ab3', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-24 21:05:27'),
(7339, '5ce861669a869', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-24 21:25:58'),
(7340, '5ce8696edd4f8', 'ronyehuda@gmail.com', 'S', 'F', '', 0, '2019-05-24 22:00:15'),
(7341, '5ce8735c527bb', 'kaltoth@yahoo.com', 'S', 'F', '', 0, '2019-05-24 22:42:37'),
(7342, '5ce874c313aaf', 'casey.warner89@gmail.com', 'S', 'F', '', 0, '2019-05-24 22:48:34'),
(7343, '5ce877d96f1c1', 'tess182x@gmail.com', 'S', 'F', '', 0, '2019-05-24 23:01:40'),
(7344, '5ce87bd1e894c', 'bryancohen909090@gmail.com', 'S', 'F', '', 0, '2019-05-24 23:18:35'),
(7345, '5ce8800ade38f', 'rseobarrat@yahoo.com', 'S', 'F', '', 0, '2019-05-24 23:36:37'),
(7346, '5ce884ff63473', 'subwolf1013@yahoo.com', 'S', 'F', '', 0, '2019-05-24 23:57:43'),
(7347, '5ce8857901000', 'alogue4ever@gmail.com', 'S', 'F', '', 0, '2019-05-24 23:59:46'),
(7348, '5ce8876d19d03', 'mamad11@aol.com', 'S', 'F', '', 0, '2019-05-25 00:08:06'),
(7349, '5ce88b25c387c', 'dolezal.stevi@gmail.com', 'S', 'F', '', 0, '2019-05-25 00:24:05'),
(7350, '5ce88da5a8d7b', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-25 00:34:46'),
(7351, '5ce892ba83de9', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-25 00:56:27'),
(7352, '5ce8941eecac3', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-25 01:02:21'),
(7353, '5ce8947af04b1', 'bfreebin@gmail.com', 'S', 'F', '', 0, '2019-05-25 01:03:49'),
(7354, '5ce896f58227a', 'xtdogx@gmail.com', 'S', 'F', '', 0, '2019-05-25 01:14:29'),
(7355, '5ce89939c1e27', 'amy.wolpa3@gmail.com', 'S', 'F', '', 0, '2019-05-25 01:24:09'),
(7356, '5ce89ea486153', 'anhphong.t@gmail.com', 'S', 'F', '', 0, '2019-05-25 01:47:16'),
(7357, '5ce8a05259725', 'casey.warner89@gmail.com', 'S', 'F', '', 0, '2019-05-25 01:54:20'),
(7358, '5ce8a1750c2aa', 'majidkhosravian01@gmail.com', 'S', 'F', '', 0, '2019-05-25 01:59:08'),
(7359, '5ce8a594001c1', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-25 02:16:51'),
(7360, '5ce8ab4122a82', 'tpowell368@aol.com', 'S', 'F', '', 0, '2019-05-25 02:40:57'),
(7361, '5ce8b44f101a9', 'faitholomon@gmail.com', 'S', 'F', '', 0, '2019-05-25 03:19:42'),
(7362, '5ce8b808de0c7', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-25 03:35:31'),
(7363, '5ce8ba791912f', 'bumperspecialist2013@gmail.com', 'S', 'F', '', 0, '2019-05-25 03:45:59'),
(7364, '5ce8c76dd18fa', 'lanhoang68@yahoo.com', 'S', 'F', '', 0, '2019-05-25 04:41:15'),
(7365, '5ce8ca029c0d2', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-25 04:52:16'),
(7366, '5ce8cbc67bf08', 'awinterrowd@gmail.com', 'S', 'F', '', 0, '2019-05-25 04:59:48'),
(7367, '5ce8d3b892f45', 'lanhoang68@yahoo.com', 'S', 'F', '', 0, '2019-05-25 05:33:44'),
(7368, '5ce8dc4d224e7', 'spyderer@aol.com', 'S', 'F', '', 0, '2019-05-25 06:10:21'),
(7369, '5ce8ddf342d94', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-05-25 06:17:20'),
(7370, '5ce8de1c77c09', 'majidkhosravian01@gmail.com', 'S', 'F', '', 0, '2019-05-25 06:18:01'),
(7371, '5ce8ef249c0b9', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-05-25 07:30:37'),
(7372, '5ce8efdb0e1a4', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-25 07:33:38'),
(7373, '5ce903c79c40b', 'awinterrowd@gmail.com', 'S', 'F', '', 0, '2019-05-25 08:58:34'),
(7374, '5ce903cdcdc53', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-25 08:58:50'),
(7375, '5ce9072a3ce37', 'majidkhosravian01@gmail.com', 'S', 'F', '', 0, '2019-05-25 09:13:11'),
(7376, '5ce91f1426bad', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-25 10:55:11'),
(7377, '5ce926142404e', 'taylorjwdev@gmail.com', 'S', 'F', '', 0, '2019-05-25 11:25:03'),
(7378, '5ce92d81ddf0e', 'smithdaniel780@gmail.com', 'S', 'F', '', 0, '2019-05-25 11:56:44'),
(7379, '5ce92e0cc4b2c', 'fanoe.ratry@gmail.com', 'S', 'F', '', 0, '2019-05-25 11:59:06'),
(7380, '5ce9321e7b13d', 'anhphong.t@gmail.com', 'S', 'F', '', 0, '2019-05-25 12:16:25'),
(7381, '5ce939262aaa0', 'nikkichi@live.nl', 'S', 'F', '', 0, '2019-05-25 12:46:28');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(7382, '5ce9462c157c2', 'aboudmza123@gmail.com', 'S', 'F', '', 0, '2019-05-25 13:42:01'),
(7383, '5ce94f9488c9f', 'mwilsontaylor@yahoo.com', 'S', 'F', '', 0, '2019-05-25 14:22:09'),
(7384, '5ce95d7e6b59d', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-05-25 15:21:31'),
(7385, '5ce96abf388ff', 'johnurbanick5891@gmail.com', 'S', 'F', '', 0, '2019-05-25 16:18:05'),
(7386, '5ce96dc13812c', 'p1k12001@yahoo.com', 'S', 'F', '', 0, '2019-05-25 16:30:53'),
(7387, '5ce97aa768ea4', 'fchamorroexposito@gmail.com', 'S', 'F', '', 0, '2019-05-25 17:25:59'),
(7388, '5ce9855905739', 'ztuhtouh@gmail.com', 'S', 'F', '', 0, '2019-05-25 18:11:34'),
(7389, '5ce988f46c048', 'christineeng8@gmail.com', 'S', 'F', '', 0, '2019-05-25 18:26:55'),
(7390, '5ce98f4a68696', 'liltick7@gmail.com', 'S', 'F', '', 0, '2019-05-25 18:54:03'),
(7391, '5ce9a7d6cb767', 'amanda.k.denise2@gmail.com', 'S', 'F', '', 0, '2019-05-25 20:35:06'),
(7392, '5ce9abbae51f8', 'ltick7@gmail.com', 'S', 'F', '', 0, '2019-05-25 20:51:41'),
(7393, '5ce9eab19ffad', 'anhphong.t@gmail.com', 'S', 'F', '', 0, '2019-05-26 01:23:56'),
(7394, '5ce9ef1352f69', 'sayaadh123@gmail.com', 'S', 'F', '', 0, '2019-05-26 01:42:36'),
(7395, '5cea03051fc19', 'cathympudi2002@yahoo.de', 'S', 'F', '', 0, '2019-05-26 03:07:40'),
(7396, '5cea0540189a0', 'info@mlserviss.lv', 'S', 'F', '', 0, '2019-05-26 03:17:18'),
(7397, '5cea265e118e8', 'martin.sardelic@gmail.com', 'S', 'F', '', 0, '2019-05-26 05:38:37'),
(7398, '5cea2cae68b22', 'jonathangodin56@gmail.com', 'S', 'F', '', 0, '2019-05-26 06:05:26'),
(7399, '5cea4ac37c5fc', 'norlynnpasao@gmail.com', 'S', 'F', '', 0, '2019-05-26 08:13:53'),
(7400, '5cea4af51f005', 'loveamoose@gmail.com', 'S', 'F', '', 0, '2019-05-26 08:14:42'),
(7401, '5cea5a610c522', 'pluto_nbg@yahoo.com', 'S', 'F', '', 0, '2019-05-26 09:20:30'),
(7402, '5cea5c9e2aeeb', 'benwaxp@live.nl', 'S', 'F', '', 0, '2019-05-26 09:30:04'),
(7403, '5cea774f5c05b', 'cws1028@gmail.com', 'S', 'F', '', 0, '2019-05-26 11:23:55'),
(7404, '5cea793d565a9', 'jin.g.chung@gmail.com', 'S', 'F', '', 0, '2019-05-26 11:32:09'),
(7405, '5cea7df81212a', 'kathryn.gab@gmail.com', 'S', 'F', '', 0, '2019-05-26 11:52:21'),
(7406, '5cea7f972d299', 'gisleib@yahoo.com', 'S', 'F', '', 0, '2019-05-26 11:59:16'),
(7407, '5cea930dd03ea', 'loveamoose@gmail.com', 'S', 'F', '', 0, '2019-05-26 13:22:16'),
(7408, '5cea9c91c99ae', 'atdramaboy1@yahoo.com', 'S', 'F', '', 0, '2019-05-26 14:02:55'),
(7409, '5ceaab109eef1', 'umberger.ryan@gmail.com', 'S', 'F', '', 0, '2019-05-26 15:04:42'),
(7410, '5ceab216483a5', 'p1k12001@yahoo.com', 'S', 'F', '', 0, '2019-05-26 15:34:45'),
(7411, '5ceacb5bc2b0b', 'checkerwrk2@aol.com', 'S', 'F', '', 0, '2019-05-26 17:22:36'),
(7412, '5cead26f28753', 'juliesemel@gmail.com', 'S', 'F', '', 0, '2019-05-26 17:52:45'),
(7413, '5ceae348b292a', 'addarionow2000@yahoo.com', 'S', 'F', '', 0, '2019-05-26 19:04:36'),
(7414, '5ceaecd2bf362', 'shakila.rodriquez@yahoo.com', 'S', 'F', '', 0, '2019-05-26 19:45:23'),
(7415, '5ceaeec84b5eb', 'runtrimblerun@aol.com', 'S', 'F', '', 0, '2019-05-26 19:53:41'),
(7416, '5ceafb59474a5', 'addarioricardo@gmail.com', 'S', 'F', '', 0, '2019-05-26 20:47:16'),
(7417, '5ceb064947f92', 'zenvirus2000@gmail.com', 'S', 'F', '', 0, '2019-05-26 21:33:58'),
(7418, '5ceb08bca97c3', 'katie.j.saunders@gmail.com', 'S', 'F', '', 0, '2019-05-26 21:44:28'),
(7419, '5ceb0982303c1', 'kh6l1d2025@gmail.com', 'S', 'F', '', 0, '2019-05-26 21:47:46'),
(7420, '5ceb1455c3837', 'wangibaek1@gmail.com', 'S', 'F', '', 0, '2019-05-26 22:33:55'),
(7421, '5ceb20e083b55', 'miragrig3@gmail.com', 'S', 'F', '', 0, '2019-05-26 23:27:29'),
(7422, '5ceb312d9b897', 'marcolino81@gmail.com', 'S', 'F', '', 0, '2019-05-27 00:37:01'),
(7423, '5ceb3253eb72d', 'addarionow2000@yahoo.com', 'S', 'F', '', 0, '2019-05-27 00:41:52'),
(7424, '5ceb50bd0d0c8', 'marius1478@gmail.com', 'S', 'F', '', 0, '2019-05-27 02:51:37'),
(7425, '5ceb875b86180', 'dietervw@yahoo.com', 'S', 'F', '', 0, '2019-05-27 06:44:46'),
(7426, '5ceb88dcb03e3', 'aaronafems@gmail.com', 'S', 'F', '', 0, '2019-05-27 06:51:09'),
(7427, '5ceb916f5bfb9', 'playguitar67@gmail.com', 'S', 'F', '', 0, '2019-05-27 07:27:43'),
(7428, '5cebbd34d74d6', 'robertdudeman@gmail.com', 'S', 'F', '', 0, '2019-05-27 10:34:27'),
(7429, '5cebbf10de6e4', 'nemisys.tems@gmail.com', 'S', 'F', '', 0, '2019-05-27 10:42:24'),
(7430, '5cebbfc632155', 'mnoble466@yahoo.com', 'S', 'F', '', 0, '2019-05-27 10:45:25'),
(7431, '5cebcd43874a3', 'remodelingbyeric@gmail.com', 'S', 'F', '', 0, '2019-05-27 11:42:56'),
(7432, '5cebea77dd6ad', 'cchurch07@gmail.com', 'S', 'F', '', 0, '2019-05-27 13:47:33'),
(7433, '5cebf4e32687a', 'z14zmw@gmail.com', 'S', 'F', '', 0, '2019-05-27 14:32:00'),
(7434, '5cec028cab39a', 'brittany.collins@yahoo.com', 'S', 'F', '', 0, '2019-05-27 15:30:22'),
(7435, '5cec06c471b9d', 'addarioricardo@gmail.com', 'S', 'F', '', 0, '2019-05-27 15:48:21'),
(7436, '5cec08661779a', 'z14zmw@gmail.com', 'S', 'F', '', 0, '2019-05-27 15:55:18'),
(7437, '5cec0b1eaf775', 'diannisprt@yahoo.com', 'S', 'F', '', 0, '2019-05-27 16:06:55'),
(7438, '5cec0e81ac1af', 'kevinwmcdonald@sbcglobal.net', 'S', 'F', '', 0, '2019-05-27 16:21:22'),
(7439, '5cec141901d5c', 'sofi3902@gmail.com', 'S', 'F', '', 0, '2019-05-27 16:45:11'),
(7440, '5cec17629ddef', 'droidthmj@gmail.com', 'S', 'F', '', 0, '2019-05-27 16:59:15'),
(7441, '5cec188be08b1', 'yoandryperezrodriguez@gmail.com', 'S', 'F', '', 0, '2019-05-27 17:04:07'),
(7442, '5cec1c08b7fc9', 'rnorlander@gmail.com', 'S', 'F', '', 0, '2019-05-27 17:19:05'),
(7443, '5cec217354d58', 'malindawhite1287@gmail.com', 'S', 'F', '', 0, '2019-05-27 17:42:09'),
(7444, '5cec259f1e4ab', 'russoconstr@aol.com', 'S', 'F', '', 0, '2019-05-27 17:59:59'),
(7445, '5cec280203201', 'majidkhosravian01@gmail.com', 'S', 'F', '', 0, '2019-05-27 18:10:06'),
(7446, '5cec2d5d062b1', 'nbailes@comcast.net', 'S', 'F', '', 0, '2019-05-27 18:33:01'),
(7447, '5cec2db0e94dc', 'figueroatorresshayra@gmail.com', 'S', 'F', '', 0, '2019-05-27 18:34:21'),
(7448, '5cec36baddc16', 'wm@corpar.ca', 'S', 'F', '', 0, '2019-05-27 19:12:55'),
(7449, '5cec37cde34a8', 'aheadmahead@gmail.com', 'S', 'F', '', 0, '2019-05-27 19:17:28'),
(7450, '5cec39e37e5e9', 'jenwiner1@yahoo.com', 'S', 'F', '', 0, '2019-05-27 19:26:27'),
(7451, '5cec3c7a5547b', 'addarioricardo@gmail.com', 'S', 'F', '', 0, '2019-05-27 19:37:30'),
(7452, '5cec571c21f0d', 'mbcordova@earthlink.net', 'S', 'F', '', 0, '2019-05-27 21:31:02'),
(7453, '5cec5d78238b0', 'kchiefmoo@gmail.com', 'S', 'F', '', 0, '2019-05-27 21:58:12'),
(7454, '5cec65a8cb452', 'joescott2009@gmail.com', 'S', 'F', '', 0, '2019-05-27 22:33:08'),
(7455, '5cec774b1aed6', 'colcoughlin@yahoo.com', 'S', 'F', '', 0, '2019-05-27 23:48:27'),
(7456, '5cec87878539c', 'shellymurray79@aol.com', 'S', 'F', '', 0, '2019-05-28 00:57:37'),
(7457, '5cec87905c2a5', 'atrans69er@gmail.com', 'S', 'F', '', 0, '2019-05-28 00:57:52'),
(7458, '5cec8ebc14b8f', 'melindacreasman@yahoo.com', 'S', 'F', '', 0, '2019-05-28 01:28:22'),
(7459, '5cec9834c0948', 'jipsaro522@gmail.com', 'S', 'F', '', 0, '2019-05-28 02:08:45'),
(7460, '5ceca270bb4da', 'daniellek127@sbcglobal.net', 'S', 'F', '', 0, '2019-05-28 02:52:26'),
(7461, '5ceca3bea2cb9', 'wangibaek1@gmail.com', 'S', 'F', '', 0, '2019-05-28 02:58:07'),
(7462, '5ceca9f6725ed', 'amazonuser997@gmail.com', 'S', 'F', '', 0, '2019-05-28 03:24:37'),
(7463, '5cecb2f8dba62', 'emmanuelolowolafe@yahoo.com', 'S', 'F', '', 0, '2019-05-28 04:02:58'),
(7464, '5cecbea1ca6d0', 'sandpappa@gmail.com', 'S', 'F', '', 0, '2019-05-28 04:52:47'),
(7465, '5cecdf2ef41ae', 'jiyaochen306@gmail.com', 'S', 'F', '', 0, '2019-05-28 07:11:35'),
(7466, '5ceced0eb4b9d', 'cyrusvjack@gmail.com', 'S', 'F', '', 0, '2019-05-28 08:10:52'),
(7467, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-05-28 10:57:31'),
(7468, '5ced159b2ec4a', 'gmorelli@contactaac.com', 'S', 'F', '', 0, '2019-05-28 11:03:53'),
(7469, '5ced19fcc8787', 'emmanuelolowolafe@yahoo.com', 'S', 'F', '', 0, '2019-05-28 11:22:34'),
(7470, '5ced291f58897', 'ganthierd@gmail.com', 'S', 'F', '', 0, '2019-05-28 12:27:08'),
(7471, '5ced2b10c8d90', 'epalkaha@gmail.com', 'S', 'F', '', 0, '2019-05-28 12:35:26'),
(7472, '5ced2e7c9ba91', 'danamwalters@yahoo.com', 'S', 'F', '', 0, '2019-05-28 12:50:01'),
(7473, '5ced36b262704', 'freelanders4@gmail.com', 'S', 'F', '', 0, '2019-05-28 13:25:02'),
(7474, '5ced3df2371a9', 'robert721@rcn.com', 'S', 'F', '', 0, '2019-05-28 13:55:59'),
(7475, '5ced46dba67d3', 'azroofingsubcontractors@gmail.com', 'S', 'F', '', 0, '2019-05-28 14:33:59'),
(7476, '5ced49ef34869', 'scottjeffreybrown@gmail.com', 'S', 'F', '', 0, '2019-05-28 14:47:05'),
(7477, '5ced4e49ca590', 'ehilliard1@aol.com', 'S', 'F', '', 0, '2019-05-28 15:05:39'),
(7478, '5ced50d989cf8', 'malhamaideh2@gmail.com', 'S', 'F', '', 0, '2019-05-28 15:16:37'),
(7479, '5ced5d73b0e81', 'janada30@yahoo.com', 'S', 'F', '', 0, '2019-05-28 16:10:27'),
(7480, '5ced5e439f9e0', 'wallyhusssain@gmail.com', 'S', 'F', '', 0, '2019-05-28 16:13:53'),
(7481, '5ced5e4d150f8', 'vickiwitty@gmail.com', 'S', 'F', '', 0, '2019-05-28 16:14:01'),
(7482, '5ced63bce5853', 'jokeman03@aol.com', 'S', 'F', '', 0, '2019-05-28 16:37:14'),
(7483, '5ced66b2c4aff', 'ursuahermosillo@gmail.com', 'S', 'F', '', 0, '2019-05-28 16:49:56'),
(7484, '5ced66d91b814', 'freelanders4@gmail.com', 'S', 'F', '', 0, '2019-05-28 16:50:33'),
(7485, '5ced69c95b676', 't111birds@aol.com', 'S', 'F', '', 0, '2019-05-28 17:03:05'),
(7486, '5ced6c8a41d74', 'kiamorris2@yahoo.com', 'S', 'F', '', 0, '2019-05-28 17:14:46'),
(7487, '5ced714402c9c', 'galiunisonico@yahoo.com', 'S', 'F', '', 0, '2019-05-28 17:34:57'),
(7488, '5ced800ebedd8', 'tylerlafountaine@aol.com', 'S', 'F', '', 0, '2019-05-28 18:38:01'),
(7489, '5ced83014e4a9', 'kelsey@durandandassociates.com', 'S', 'F', '', 0, '2019-05-28 18:50:41'),
(7490, '5ced8324bac31', 'lilpalmer18@gmail.com', 'S', 'F', '', 0, '2019-05-28 18:51:14'),
(7491, '5ced844ff2845', 'curtis.haynie@elliswinters.com', 'S', 'F', '', 0, '2019-05-28 18:56:13'),
(7492, '5ced852434f38', 'michelecar2@gmail.com', 'S', 'F', '', 0, '2019-05-28 18:59:48'),
(7493, '5ced85e6c8a75', 'onlymorereps@gmail.com', 'S', 'F', '', 0, '2019-05-28 19:03:01'),
(7494, '5ced8d7f49c63', 'victrolam@aol.com', 'S', 'F', '', 0, '2019-05-28 19:35:22'),
(7495, '5ced8ea74b942', 'jasonvolmo@gmail.com', 'S', 'F', '', 0, '2019-05-28 19:40:24'),
(7496, '5ced922a4136c', 'jacksonrobic@yahoo.com', 'S', 'F', '', 0, '2019-05-28 19:55:22'),
(7497, '5ced9833232bb', 'ochoac4798@gmail.com', 'S', 'F', '', 0, '2019-05-28 20:21:08'),
(7498, '5ced99874816f', 'leonila_orodio@yahoo.com', 'S', 'F', '', 0, '2019-05-28 20:26:47'),
(7499, '5ceda0d9975f4', 'robr.auclr@gmail.com', 'S', 'F', '', 0, '2019-05-28 20:57:58'),
(7500, '5ceda13ec344d', 'leblanchealthynow@aol.com', 'S', 'F', '', 0, '2019-05-28 20:59:43'),
(7501, '5cedac340f1bd', 'mbirone@gmail.com', 'S', 'F', '', 0, '2019-05-28 21:46:23'),
(7502, '5cedada0264b0', 'fmarquez866@gmail.com', 'S', 'F', '', 0, '2019-05-28 21:52:28'),
(7503, '5cedb5347bc87', 'pastortimjenkins@yahoo.com', 'S', 'F', '', 0, '2019-05-28 22:24:48'),
(7504, '5cedbdec3a452', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-28 23:01:58'),
(7505, '5cedbe5718bf1', 'ken@rpiservices.org', 'S', 'F', '', 0, '2019-05-28 23:03:44'),
(7506, '5cedc49201213', 'juliandmichael@sbcglobal.net', 'S', 'F', '', 0, '2019-05-28 23:30:27'),
(7507, '5cedc655c4047', 'allierogovin@gmail.com', 'S', 'F', '', 0, '2019-05-28 23:37:51'),
(7508, '5cedd958f23f3', 'kathleendesigns99@gmail.com', 'S', 'F', '', 0, '2019-05-29 00:59:00'),
(7509, '5cede025cbc5f', 'ron@londonridge.com', 'S', 'F', '', 0, '2019-05-29 01:28:05'),
(7510, '5cede40e658e2', 'rajdpatel58@gmail.com', 'S', 'F', '', 0, '2019-05-29 01:44:39'),
(7511, '5cede6d642964', 'jlg76@comcast.net', 'S', 'F', '', 0, '2019-05-29 01:56:31'),
(7512, '5cedecd10167a', 'azroofingsubcontractors@gmail.com', 'S', 'F', '', 0, '2019-05-29 02:22:03'),
(7513, '5cedececc902e', 'achordia20@gmail.com', 'S', 'F', '', 0, '2019-05-29 02:22:36'),
(7514, '5cedf0578d20c', 'jason@mccreascandies.com', 'S', 'F', '', 0, '2019-05-29 02:37:10'),
(7515, '5cedff32aab64', 'gin029@cox.net', 'S', 'F', '', 0, '2019-05-29 03:40:34'),
(7516, '5cee0036aaef7', 'azroofingsubcontractors@gmail.com', 'S', 'F', '', 0, '2019-05-29 03:44:54'),
(7517, '5cee04292bfd2', 'azroofingsubcontractors@gmail.com', 'S', 'F', '', 0, '2019-05-29 04:01:43'),
(7518, '5cee0685cb176', 'cpresser66@gmail.com', 'S', 'F', '', 0, '2019-05-29 04:11:48'),
(7519, '5cee1a556dcfb', 'paul@dhrmanagement.com', 'S', 'F', '', 0, '2019-05-29 05:36:13'),
(7520, '5cee36e01f0f7', 'btalwar@turnkeyforex.com', 'S', 'F', '', 0, '2019-05-29 07:38:06'),
(7521, '5cee3f8fdc4a8', 'mimidenis@gmail.com', 'S', 'F', '', 0, '2019-05-29 08:15:08'),
(7522, '5cee3ffd03020', 'mariet.eyckmans@gmail.com', 'S', 'F', '', 0, '2019-05-29 08:16:56'),
(7523, '5cee4336ab522', 'lonniefishman@gmail.com', 'S', 'F', '', 0, '2019-05-29 08:30:36'),
(7524, '5cee4416b74a6', 'robbmck3@gmail.com', 'S', 'F', '', 0, '2019-05-29 08:34:29'),
(7525, '5cee45a039b6c', 'tonycuba196981@yahoo.com', 'S', 'F', '', 0, '2019-05-29 08:41:00'),
(7526, '5cee45c77d871', 'wings500@gmail.com', 'S', 'F', '', 0, '2019-05-29 08:41:40'),
(7527, '5cee4848b8e4b', 'kje5000@gmail.com', 'S', 'F', '', 0, '2019-05-29 08:52:20'),
(7528, '5cee48a37e21d', 'badillandres@gmail.com', 'S', 'F', '', 0, '2019-05-29 08:53:53'),
(7529, '5cee4ca2afd3b', 'm.sterritt@gmail.com', 'S', 'F', '', 0, '2019-05-29 09:10:48'),
(7530, '5cee5c47e3c41', 'victrolam@aol.com', 'S', 'F', '', 0, '2019-05-29 10:17:40'),
(7531, '5cee6f17d8a43', 'siankirk@aol.com', 'S', 'F', '', 0, '2019-05-29 11:37:56'),
(7532, '5cee726cd8615', 'oakliving@163.com', 'S', 'F', '', 0, '2019-05-29 11:52:08'),
(7533, '5cee81faaf8fe', 'ivir.kewl@gmail.com', 'S', 'F', '', 0, '2019-05-29 12:58:29'),
(7534, '5cee863503211', 'bobverbridge1@gmail.com', 'S', 'F', '', 0, '2019-05-29 13:16:33'),
(7535, '5cee8ec91c1f6', 'jojoh313@gmail.com', 'S', 'F', '', 0, '2019-05-29 13:53:07'),
(7536, '5cee97089a8f5', 'evangeli84@gmail.com', 'S', 'F', '', 0, '2019-05-29 14:28:17'),
(7537, '5cee97e9ef1d2', 'healwaysmakesaway@yahoo.com', 'S', 'F', '', 0, '2019-05-29 14:32:06'),
(7538, '5cee9829a6ff3', 'sylversam@gmail.com', 'S', 'F', '', 0, '2019-05-29 14:33:08'),
(7539, '5cee9d1d3b406', 'malhamaideh2@gmail.com', 'S', 'F', '', 0, '2019-05-29 14:54:17'),
(7540, '5ceead2d5f0b6', 'bstrawn@yahoo.com', 'S', 'F', '', 0, '2019-05-29 16:02:53'),
(7541, '5ceeb63f64cfa', 'ingyandbert@yahoo.com', 'S', 'F', '', 0, '2019-05-29 16:41:35'),
(7542, '5ceeb67e61c8b', 'savillatuck@yahoo.com', 'S', 'F', '', 0, '2019-05-29 16:42:38'),
(7543, '5ceec2595c7af', 'tracylange80@gmail.com', 'S', 'F', '', 0, '2019-05-29 17:29:11'),
(7544, '5ceec2d9986e0', 'clynch1636@gmail.com', 'S', 'F', '', 0, '2019-05-29 17:35:19'),
(7545, '5ceecabdcc909', 'jasongilbert69@gmail.com', 'S', 'F', '', 0, '2019-05-29 18:08:58'),
(7546, '5ceecbbeb3f53', 'rpwiederjr@rcn.com', 'S', 'F', '', 0, '2019-05-29 18:13:19'),
(7547, '5ceeccef81982', 'ajm1942@yahoo.com', 'S', 'F', '', 0, '2019-05-29 18:18:24'),
(7548, '5ceed792e3a3b', 'mburdick@stpsa.com', 'S', 'F', '', 0, '2019-05-29 19:03:47'),
(7549, '5ceeda05bab8d', 'skbrimhall@aol.com', 'S', 'F', '', 0, '2019-05-29 19:14:12'),
(7550, '5ceee4d113501', 'ngeer.pstructures@sbcglobal.net', 'S', 'F', '', 0, '2019-05-29 20:00:17'),
(7551, '5ceef122440e5', 'nathan.krogstad21@gmail.com', 'S', 'F', '', 0, '2019-05-29 20:52:46'),
(7552, '5ceef1310644a', 'tonycuba196981@yahoo.com', 'S', 'F', '', 0, '2019-05-29 20:52:59'),
(7553, '5ceefcf72cca2', 'bstrawn@yahoo.com', 'S', 'F', '', 0, '2019-05-29 21:43:18'),
(7554, '5ceefd371bcce', 'may.carolan@gmail.com', 'S', 'F', '', 0, '2019-05-29 21:44:18'),
(7555, '5ceeff0b7155c', 'donleygroup@aol.com', 'S', 'F', '', 0, '2019-05-29 21:52:07'),
(7556, '5ceeff66459b8', 'dorisdollmyster@aol.com', 'S', 'F', '', 0, '2019-05-29 21:53:42'),
(7557, '5cef003709d85', 'tao@vu-oneidea.com', 'S', 'F', '', 0, '2019-05-29 21:57:10'),
(7558, '5cef04d2c13e5', '14mmikhail@gmail.com', 'S', 'F', '', 0, '2019-05-29 22:16:46'),
(7559, '5cef05083fb32', 'lonniefishman@gmail.com', 'S', 'F', '', 0, '2019-05-29 22:17:43'),
(7560, '5cef07adb5790', 'sales@fortnaequipment.com', 'S', 'F', '', 0, '2019-05-29 22:29:01'),
(7561, '5cef083ca4f98', 'samuel.casado@gmail.com', 'S', 'F', '', 0, '2019-05-29 22:31:20'),
(7562, '5cef0ac3aaa8c', 'swineslinger@gmail.com', 'S', 'F', '', 0, '2019-05-29 22:42:07'),
(7563, '5cef0da12299a', '6999906@gmail.com', 'S', 'F', '', 0, '2019-05-29 22:54:24'),
(7564, '5cef0dc4165a7', 'doncogswell@comcast.net', 'S', 'F', '', 0, '2019-05-29 22:54:59'),
(7565, '5cef1415ca0d3', 'thibaultveyssiere309@gmail.com', 'S', 'F', '', 0, '2019-05-29 23:21:58'),
(7566, '5cef16658dd8a', 'mbjrestoration@gmail.com', 'S', 'F', '', 0, '2019-05-29 23:31:43'),
(7567, '5cef18839cf6c', 'janada30@yahoo.com', 'S', 'F', '', 0, '2019-05-29 23:40:51'),
(7568, '5cef2295363af', 'lamontl@aol.com', 'S', 'F', '', 0, '2019-05-30 00:23:44'),
(7569, '5cef23d07073b', 'powerupprintinginc@gmail.com', 'S', 'F', '', 0, '2019-05-30 00:29:05'),
(7570, '5cef2986e07c7', 'brianrett@gmail.com', 'S', 'F', '', 0, '2019-05-30 00:53:22'),
(7571, '5cef29e2cdfc8', 'nickfrank1919@gmail.com', 'S', 'F', '', 0, '2019-05-30 00:54:53'),
(7572, '5cef2d3d6c8de', 'realtyblvd@aol.com', 'S', 'F', '', 0, '2019-05-30 01:09:14'),
(7573, '5cef30bbd04e5', 'leblanchealthynow@aol.com', 'S', 'F', '', 0, '2019-05-30 01:24:06'),
(7574, '5cef35d46e9fa', 'lzjeanbaptiste@yahoo.com', 'S', 'F', '', 0, '2019-05-30 01:45:52'),
(7575, '5cef4ab44fa4c', 'tonycuba196981@yahoo.com', 'S', 'F', '', 0, '2019-05-30 03:14:57'),
(7576, '5cef59531728b', 'kellyjj83@yahoo.com', 'S', 'F', '', 0, '2019-05-30 04:17:23'),
(7577, '5cef60b449919', 'pat.nlhhc@gmail.com', 'S', 'F', '', 0, '2019-05-30 04:48:55'),
(7578, '5cef6e0d03455', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-30 05:45:49'),
(7579, '5cef7419b07b2', 'ngeer.ps@gmail.com', 'S', 'F', '', 0, '2019-05-30 06:11:36'),
(7580, '5cef90ba7fcb5', 'amyfern@sbcglobal.net', 'S', 'F', '', 0, '2019-05-30 08:13:46'),
(7581, '5cef94e6cf428', 'bfreebin@gmail.com', 'S', 'F', '', 0, '2019-05-30 08:31:35'),
(7582, '5cefa231739c4', 'jaredplunkett@gmail.com', 'S', 'F', '', 0, '2019-05-30 09:28:16'),
(7583, '5cefa28d35bcb', 'countyempire4pgd@gmail.com', 'S', 'F', '', 0, '2019-05-30 09:29:48'),
(7584, '5cefac69eda47', 'p_zuh@yahoo.co.id', 'S', 'F', '', 0, '2019-05-30 10:11:52'),
(7585, '5cefad9f1c9d5', 'broyer4@gmail.com', 'S', 'F', '', 0, '2019-05-30 10:17:03'),
(7586, '5cefb53ccc5f6', 'kelsey@durandandassociates.com', 'S', 'F', '', 0, '2019-05-30 10:49:30'),
(7587, '5cefbd9da33de', 'taihong51@gmail.com', 'S', 'F', '', 0, '2019-05-30 11:25:15'),
(7588, '5cefc3051a33f', 'leehilbert@gmail.com', 'S', 'F', '', 0, '2019-05-30 11:48:20'),
(7589, '5cefc7732a10d', 'garyyi@yahoo.com', 'S', 'F', '', 0, '2019-05-30 12:07:13'),
(7590, '5cefd75b63405', 'robbmck3@gmail.com', 'S', 'F', '', 0, '2019-05-30 13:15:06'),
(7591, '5cefd84ee7e8b', 'jaworden5@gmail.com', 'S', 'F', '', 0, '2019-05-30 13:19:07'),
(7592, '5cefec7d3d2e5', 'bastrawn@gmail.com', 'S', 'F', '', 0, '2019-05-30 14:45:16'),
(7593, '5ceffa18282c0', 'vargasdaniel1957@yahoo.com', 'S', 'F', '', 0, '2019-05-30 15:43:19'),
(7594, '5ceffbe41b12a', 'heyal313@aol.com', 'S', 'F', '', 0, '2019-05-30 15:51:01'),
(7595, '5ceffc06d1a17', 'info@ecoservicecasa.it', 'S', 'F', '', 0, '2019-05-30 15:51:35'),
(7596, '5ceffe858af99', 'felicia.wilks89@gmail.com', 'S', 'F', '', 0, '2019-05-30 16:02:14'),
(7597, '5cf0019d17e94', 'samuel.casado@gmail.com', 'S', 'F', '', 0, '2019-05-30 16:15:22'),
(7598, '5cf005d0c9d57', 'pat.nlhhc@gmail.com', 'S', 'F', '', 0, '2019-05-30 16:33:26'),
(7599, '5cf009573555a', 'bastrawn@gmail.com', 'S', 'F', '', 0, '2019-05-30 16:48:23'),
(7600, '5cf00ce82e7de', 'finishsp@gmail.com', 'S', 'F', '', 0, '2019-05-30 17:03:37'),
(7601, '5cf0100852e8d', 'swineslinger@gmail.com', 'S', 'F', '', 0, '2019-05-30 17:16:53'),
(7602, '5cf011db5c45b', 'kje5000@gmail.com', 'S', 'F', '', 0, '2019-05-30 17:24:44'),
(7603, '5cf016888883e', 'ekidsbridal@gmail.com', 'S', 'F', '', 0, '2019-05-30 17:44:38'),
(7604, '5cf01896dd535', 'sreenath.nannapaneni@gmail.com', 'S', 'F', '', 0, '2019-05-30 17:53:27'),
(7605, '5cf03407c183f', 'sofia.mendoxa@gmail.com', 'S', 'F', '', 0, '2019-05-30 19:47:48'),
(7606, '5cf045ca2e33a', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-05-30 21:03:38'),
(7607, '5cf046671d737', 'julianwainwright@gmail.com', 'S', 'F', '', 0, '2019-05-30 21:06:14'),
(7608, '5cf04afba73ca', 'a1pires@gmail.com', 'S', 'F', '', 0, '2019-05-30 21:25:48'),
(7609, '5cf04cf7884f7', 'pat.nlhhc@gmail.com', 'S', 'F', '', 0, '2019-05-30 21:34:14'),
(7610, '5cf04d6e427f2', 'shayklusmeyer@gmail.com', 'S', 'F', '', 0, '2019-05-30 21:36:10'),
(7611, '5cf0501614bb6', 'iller.michael1989@gmail.com', 'S', 'F', '', 0, '2019-05-30 21:47:29'),
(7612, '5cf0571dc1c29', 'taj1227@yahoo.com', 'S', 'F', '', 0, '2019-05-30 22:17:33'),
(7613, '5cf05bdd28484', 'twalsh2313@gmail.com', 'S', 'F', '', 0, '2019-05-30 22:37:45'),
(7614, '5cf05dbda266a', 'lbarrera.apex@gmail.com', 'S', 'F', '', 0, '2019-05-30 22:45:45'),
(7615, '5cf077a8a2b8a', 'rggsoccer1@verizon.net', 'S', 'F', '', 0, '2019-05-31 00:36:23'),
(7616, '5cf0784b0cccb', 'huertacaballero@gmail.com', 'S', 'F', '', 0, '2019-05-31 00:39:07'),
(7617, '5cf07c86e2790', 'kbennett0016@gmail.com', 'S', 'F', '', 0, '2019-05-31 00:57:10'),
(7618, '5cf07fd043674', 'helma.vos@gmail.com', 'S', 'F', '', 0, '2019-05-31 01:11:12'),
(7619, '5cf08233298e0', 'ekidsbridal@gmail.com', 'S', 'F', '', 0, '2019-05-31 01:21:15'),
(7620, '5cf08bd414dc4', 'jcstix@aol.com', 'S', 'F', '', 0, '2019-05-31 02:02:27'),
(7621, '5cf093196b292', 'christian_young23@yahoo.com', 'S', 'F', '', 0, '2019-05-31 02:33:30'),
(7622, '5cf0949d8d289', 'nnn.stewart10@gmail.com', 'S', 'F', '', 0, '2019-05-31 02:39:51'),
(7623, '5cf0994920f32', 'kaelyntriggs@yahoo.com', 'S', 'F', '', 0, '2019-05-31 02:59:46'),
(7624, '5cf09bd1bca24', 'beautyfaithgrace@gmail.com', 'S', 'F', '', 0, '2019-05-31 03:10:42'),
(7625, '5cf0a1e2f3240', 'jasongilbert69@gmail.com', 'S', 'F', '', 0, '2019-05-31 03:36:28'),
(7626, '5cf0a24eb3565', 'bastrawn@gmail.com', 'S', 'F', '', 0, '2019-05-31 03:38:21'),
(7627, '5cf0b1a84cd17', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-31 04:43:52'),
(7628, '5cf0b5ff607c5', 'sdb10024@yahoo.com', 'S', 'F', '', 0, '2019-05-31 05:02:22'),
(7629, '5cf0c110733fb', 'ochoac4798@gmail.com', 'S', 'F', '', 0, '2019-05-31 05:49:29'),
(7630, '5cf0c386be640', 'babygirlalyssa112@gmail.com', 'S', 'F', '', 0, '2019-05-31 06:00:06'),
(7631, '5cf0cd0f74199', 'kimberly_green487@yahoo.com', 'S', 'F', '', 0, '2019-05-31 06:40:46'),
(7632, '5cf0f6c6a7618', 'jmgilbs18@gmail.com', 'S', 'F', '', 0, '2019-05-31 09:38:42'),
(7633, '5cf10f2774001', 'dlray3@windstream.net', 'S', 'F', '', 0, '2019-05-31 11:22:44'),
(7634, '5cf111c4988eb', 'office@immigrate.expert', 'S', 'F', '', 0, '2019-05-31 11:33:53'),
(7635, '5cf11a47c960a', 'amz_admin@wbcgp.com', 'S', 'F', '', 0, '2019-05-31 12:10:13'),
(7636, '5cf14a28aeb4e', 'huertacaballero@gmail.com', 'S', 'F', '', 0, '2019-05-31 15:37:13'),
(7637, '5cf1516cdba33', 'tomwar99@gmail.com', 'S', 'F', '', 0, '2019-05-31 16:08:13'),
(7638, '5cf15eb782eef', 'tlcarion1@gmail.com', 'S', 'F', '', 0, '2019-05-31 17:04:53'),
(7639, '5cf18b5e876f6', 'ekidsbridal@gmail.com', 'S', 'F', '', 0, '2019-05-31 20:15:28'),
(7640, '5cf197df7a5fd', 'achordia20@gmail.com', 'S', 'F', '', 0, '2019-05-31 21:08:47'),
(7641, '5cf19aa64421e', 'jim9050@comcast.net', 'S', 'F', '', 0, '2019-05-31 21:20:39'),
(7642, '5cf19bf381bc5', 'mds@totalfireandsafety.com', 'S', 'F', '', 0, '2019-05-31 21:21:56'),
(7643, '5cf19bac52cfe', 'michelbulten1@live.nl', 'S', 'F', '', 0, '2019-05-31 21:24:55'),
(7644, '5cf1a8b29fca9', 'julien.debortoli@gmail.com', 'S', 'F', '', 0, '2019-05-31 22:20:35'),
(7645, '5cf1b23d330c5', 'blakemohseni@gmail.com', 'S', 'F', '', 0, '2019-05-31 23:01:12'),
(7646, '5cf1b93ba7e2e', 'ayykriselle@gmail.com', 'S', 'F', '', 0, '2019-05-31 23:31:03'),
(7647, '5cf1bf4ac9c13', 'jaredplunkett@gmail.com', 'S', 'F', '', 0, '2019-05-31 23:56:53'),
(7648, '5cf1da6241dea', 'cmcbbailey@gmail.com', 'S', 'F', '', 0, '2019-06-01 01:52:29'),
(7649, '5cf1f2b2b9b65', 'robbmck3@gmail.com', 'S', 'F', '', 0, '2019-06-01 03:36:13'),
(7650, '5cf2218070ecb', 'yocastarodriguez@safetyinsurance.com', 'S', 'F', '', 0, '2019-06-01 06:55:59'),
(7651, '5cf272f8437e4', 'tjon22s@aol.com', 'S', 'F', '', 0, '2019-06-01 12:43:32'),
(7652, '5cf27478e3743', 'k.strande@sbcglobal.net', 'S', 'F', '', 0, '2019-06-01 12:49:59'),
(7653, '5cf28b0799af1', 'lmontrois@gmail.com', 'S', 'F', '', 0, '2019-06-01 14:26:13'),
(7654, '5cf2bca674218', 'jaredplunkett@gmail.com', 'S', 'F', '', 0, '2019-06-01 17:57:55'),
(7655, '5cf2c603d9a26', '6caners@gmail.com', 'S', 'F', '', 0, '2019-06-01 18:37:55'),
(7656, '5cf2c701e4748', 'pharmafleche@gmail.com', 'S', 'F', '', 0, '2019-06-01 18:42:10'),
(7657, '5cf2cc4f38269', 'dzubkus@swettfoundation.org', 'S', 'F', '', 0, '2019-06-01 19:04:47'),
(7658, '5cf2e81f963ad', 'marisa.mush@gmail.com', 'S', 'F', '', 0, '2019-06-01 21:03:25'),
(7659, '5cf2e9cdb4b93', 'none@bac.com', 'S', 'F', '', 0, '2019-06-01 21:10:37'),
(7660, '5cf30253808da', 'fast2payandship@gmail.com', 'S', 'F', '', 0, '2019-06-01 22:55:09'),
(7661, '5cf334ad4db01', 'ivanukh@gmail.com', 'S', 'F', '', 0, '2019-06-02 02:30:06'),
(7662, '5cf37be560c93', 'johnnydeppechemode@yahoo.com', 'S', 'F', '', 0, '2019-06-02 07:33:55'),
(7663, '5cf38400219b1', 'ladey1144@yahoo.com', 'S', 'F', '', 0, '2019-06-02 08:08:24'),
(7664, '5cf38a75c4eea', 'mobiletransfertickets+247347442@gmail.com', 'S', 'F', '', 0, '2019-06-02 08:36:04'),
(7665, '5cf3aa5531bd2', 'jaddmt07@aol.com', 'S', 'F', '', 0, '2019-06-02 10:52:00'),
(7666, '5cf3aaf6549ff', 'haugen.steinar@gmail.com', 'S', 'F', '', 0, '2019-06-02 10:54:43'),
(7667, '5cf3d66053fa3', 'mobiletransfertickets+247347442@gmail.com', 'S', 'F', '', 0, '2019-06-02 13:59:57'),
(7668, '5cf3f1fe9e37a', 'patrickhilsch@gmx.de', 'S', 'F', '', 0, '2019-06-02 15:57:47'),
(7669, '5cf3f28d07065', 'mslaw3530@gmail.com', 'S', 'F', '', 0, '2019-06-02 16:00:11'),
(7670, '5cf3f9dd699e7', 'danjela@aol.com', 'S', 'F', '', 0, '2019-06-02 16:31:25'),
(7671, '5cf4030bc159b', 'clarkch45@aol.com', 'S', 'F', '', 0, '2019-06-02 17:10:35'),
(7672, '5cf44e51eee4e', 'sikiuangulo@gmail.com', 'S', 'F', '', 0, '2019-06-02 22:31:46'),
(7673, '5cf4a2b2275a3', 'tom.householter@gmail.com', 'S', 'F', '', 0, '2019-06-03 04:31:45'),
(7674, '5cf4c9879d2af', 'aaronmlind@yahoo.com', 'S', 'F', '', 0, '2019-06-03 07:17:28'),
(7675, '5cf4d40f347aa', 'euro800euro@gmail.com', 'S', 'F', '', 0, '2019-06-03 08:02:22'),
(7676, '5cf4d66e54851', 'info@partner-group.biz', 'S', 'F', '', 0, '2019-06-03 08:12:22'),
(7677, '5cf4ffc2bf3b8', 'jschiffer24@yahoo.com', 'S', 'F', '', 0, '2019-06-03 11:08:48'),
(7678, '5cf5065611237', 'jagatssandhu@gmail.com', 'S', 'F', '', 0, '2019-06-03 11:36:51'),
(7679, '5cf50a777304c', 'matthiasbrien@googlemail.com', 'S', 'F', '', 0, '2019-06-03 11:54:27'),
(7680, '5cf51700bc101', 'gabriella.turoczi@gmail.com', 'S', 'F', '', 0, '2019-06-03 12:43:28'),
(7681, '5cf51b2841181', 'albertheidenreich@gmx.de', 'S', 'F', '', 0, '2019-06-03 13:05:40'),
(7682, '5cf5284c481ef', 'karunamichelle@gmail.com', 'S', 'F', '', 0, '2019-06-03 14:01:44'),
(7683, '5cf53b38a1575', 'divadonna70@gmail.com', 'S', 'F', '', 0, '2019-06-03 15:22:28'),
(7684, '5cf54eed2ff81', 'jshellums@gmail.com', 'S', 'F', '', 0, '2019-06-03 16:46:38'),
(7685, '5cf5528be3f73', 'sindhu.johnson@uhn.ca', 'S', 'F', '', 0, '2019-06-03 17:02:03'),
(7686, '5cf552a436df9', 'huntleyconcrete@yahoo.com', 'S', 'F', '', 0, '2019-06-03 17:02:26'),
(7687, '5cf55b680603e', 'benwedemeyer@gmail.com', 'S', 'F', '', 0, '2019-06-03 17:39:49'),
(7688, '5cf579a0a407c', 'cynthiaoplinger@gmail.com', 'S', 'F', '', 0, '2019-06-03 19:48:44'),
(7689, '5cf57b930d663', 'sw.eberling@yahoo.com', 'S', 'F', '', 0, '2019-06-03 19:52:35'),
(7690, '5cf57b663b7c9', 'joe.sharpish@gmail.com', 'S', 'F', '', 0, '2019-06-03 19:56:18'),
(7691, '5cf592326ffb6', 'software.kingdom08@gmail.com', 'S', 'F', '', 0, '2019-06-03 21:33:33'),
(7692, '5cf59760ab107', 'judith@vectorresearch.com', 'S', 'F', '', 0, '2019-06-03 21:55:38'),
(7693, '5cf59b63ceca8', 'ocalafreshproduce@gmail.com', 'S', 'F', '', 0, '2019-06-03 22:12:52'),
(7694, '5cf5a65b964f1', 'calebedwardparker@gmail.com', 'S', 'F', '', 0, '2019-06-03 22:59:35'),
(7695, '5cf5a7d66e89d', 'ladearing@gmail.com', 'S', 'F', '', 0, '2019-06-03 23:05:53'),
(7696, '5cf5a90f23d91', 'ericly@gmail.com', 'S', 'F', '', 0, '2019-06-03 23:11:07'),
(7697, '5cf5aa7966c13', 'atkins1000@aol.com', 'S', 'F', '', 0, '2019-06-03 23:17:09'),
(7698, '5cf5bd32443a2', 'trish.horrigan8@gmail.com', 'S', 'F', '', 0, '2019-06-04 00:37:06'),
(7699, '5cf5c698ad3bc', 'eve.desjardins95@gmail.com', 'S', 'F', '', 0, '2019-06-04 01:17:08'),
(7700, '5cf5d1c528c46', 'contact.lisa27@gmail.com', 'S', 'F', '', 0, '2019-06-04 02:04:47'),
(7701, '5cf5d1e10dc96', 'phjrogge@gmail.com', 'S', 'F', '', 0, '2019-06-04 02:05:21'),
(7702, '5cf5d9b7e684c', 'achordia20@gmail.com', 'S', 'F', '', 0, '2019-06-04 02:38:40'),
(7703, '5cf5e76aadf17', 'rissa115@gmail.com', 'S', 'F', '', 0, '2019-06-04 03:37:09'),
(7704, '5cf5ea2bcb365', 'vickysweetarg@gmail.com', 'S', 'F', '', 0, '2019-06-04 03:48:52'),
(7705, '5cf5fbcc60ec7', 'carlosjrcarter@gmail.com', 'S', 'F', '', 0, '2019-06-04 05:04:11'),
(7706, '5cf6013bb9efc', 'kathleendesigns99@gmail.com', 'S', 'F', '', 0, '2019-06-04 05:27:23'),
(7707, '5cf60ba71534a', 'robertdudeman@gmail.com', 'S', 'F', '', 0, '2019-06-04 06:11:50'),
(7708, '5cf6180732aec', 'stickframe@aol.com', 'S', 'F', '', 0, '2019-06-04 07:04:38'),
(7709, '5cf62ef165160', 'victoryameen@yahoo.com', 'S', 'F', '', 0, '2019-06-04 08:42:22'),
(7710, '5cf63945c1801', 'privacy910@aol.com', 'S', 'F', '', 0, '2019-06-04 09:26:22'),
(7711, '5cf643f680701', 'rachelhoisman@yahoo.com', 'S', 'F', '', 0, '2019-06-04 10:12:05'),
(7712, '5cf645256c026', 'victor@ruzeshoes.com', 'S', 'F', '', 0, '2019-06-04 10:17:06'),
(7713, '5cf66c4f28ff9', 'jaclamb@gmail.com', 'S', 'F', '', 0, '2019-06-04 13:04:13'),
(7714, '5cf66ee492e1a', 'victoryameen@yahoo.com', 'S', 'F', '', 0, '2019-06-04 13:15:14'),
(7715, '5cf66ef1aaeb8', 'sara.tom@verizon.net', 'S', 'F', '', 0, '2019-06-04 13:15:26'),
(7716, '5cf672d29a5ad', 'amazon@produplicator.com', 'S', 'F', '', 0, '2019-06-04 13:32:00'),
(7717, '5cf673914f900', 'dseco19@yahoo.com', 'S', 'F', '', 0, '2019-06-04 13:35:11'),
(7718, '5cf6bf480451b', 'floresvalariev@gmail.com', 'S', 'F', '', 0, '2019-06-04 18:58:14'),
(7719, '5cf6c5aa926af', 'victoryameen@yahoo.com', 'S', 'F', '', 0, '2019-06-04 19:25:27'),
(7720, '5cf6c8ff28996', 'ragusachristopher@gmail.com', 'S', 'F', '', 0, '2019-06-04 19:39:40'),
(7721, '5cf6ce060abf0', 'suescun@gmail.com', 'S', 'F', '', 0, '2019-06-04 20:01:06'),
(7722, '5cf6d6b381693', 'vickysweetarg@gmail.com', 'S', 'F', '', 0, '2019-06-04 20:38:08'),
(7723, '5cf6dbbf19954', 'gilmangunn.iv@gmail.com', 'S', 'F', '', 0, '2019-06-04 20:59:40'),
(7724, '5cf6dbf2cf180', 'smather@englewoodcliffs.org', 'S', 'F', '', 0, '2019-06-04 21:00:30'),
(7725, '5cf6deb6b1917', 'pristinehbgloria@aol.com', 'S', 'F', '', 0, '2019-06-04 21:12:17'),
(7726, '5cf6e16bef058', 'polsen3p@yahoo.com', 'S', 'F', '', 0, '2019-06-04 21:23:52'),
(7727, '5cf6e8058973e', 'victoryameen@yahoo.com', 'S', 'F', '', 0, '2019-06-04 21:52:03'),
(7728, '5cf6eadc7505f', 'kentallion@sbcglobal.net', 'S', 'F', '', 0, '2019-06-04 22:04:12'),
(7729, '5cf6ec4733c4e', 'lukeminton72@gmail.com', 'S', 'F', '', 0, '2019-06-04 22:10:11'),
(7730, '5cf6ec7865d1c', 'gjackson1010@bellsouth.net', 'S', 'F', '', 0, '2019-06-04 22:11:04'),
(7731, '5cf6edf254da1', 'ednyu@yahoo.com', 'S', 'F', '', 0, '2019-06-04 22:12:44'),
(7732, '5cf6edb162ea0', 'sarahcos@mac.com', 'S', 'F', '', 0, '2019-06-04 22:16:14'),
(7733, '5cf6efe9035d5', 'sbush4806@yahoo.com', 'S', 'F', '', 0, '2019-06-04 22:25:45'),
(7734, '5cf6f3b11722f', 'victoryameen@yahoo.com', 'S', 'F', '', 0, '2019-06-04 22:41:52'),
(7735, '5cf6f6fd75739', 'ackattato@gmail.com', 'S', 'F', '', 0, '2019-06-04 22:55:53'),
(7736, '5cf6f7198deb5', 'brucejwatt@aol.com', 'S', 'F', '', 0, '2019-06-04 22:56:25'),
(7737, '5cf70755a0abe', 'colbaltimore@littlesistersofthepoor.org', 'S', 'F', '', 0, '2019-06-05 00:05:35'),
(7738, '5cf7b2fc5e55a', 'g.e.boswell9@gmail.com', 'S', 'F', '', 0, '2019-06-05 12:18:01'),
(7739, '5cf7cd6ad304e', 'alexaowens@gmail.com', 'S', 'F', '', 0, '2019-06-05 14:10:48'),
(7740, '5cf7cde15ac2d', 'sonar111978@gmail.com', 'S', 'F', '', 0, '2019-06-05 14:12:47'),
(7741, '5cf7ceee9aae6', 'sueellenor@aol.com', 'S', 'F', '', 0, '2019-06-05 14:17:14'),
(7742, '5cf7dcca8ab34', 'soinila@sbcglobal.net', 'S', 'F', '', 0, '2019-06-05 15:16:22'),
(7743, '5cf7e24b3de13', 'mnguyen@gatewaymechanical.ca', 'S', 'F', '', 0, '2019-06-05 15:39:56'),
(7744, '5cf7eada5d69f', 'jaimelynn7280@yahoo.com', 'S', 'F', '', 0, '2019-06-05 16:16:26'),
(7745, '5cf7eb8ee80a5', 'reenderpf1980@yahoo.com.br', 'S', 'F', '', 0, '2019-06-05 16:19:25'),
(7746, '5cf7eba0bab6f', 'deanneguthard@yahoo.com', 'S', 'F', '', 0, '2019-06-05 16:19:44'),
(7747, '5cf7ed890db09', 'gwendolynwatson58@yahoo.com', 'S', 'F', '', 0, '2019-06-05 16:27:51'),
(7748, '5cf7ef119cb14', 'lakearrowheadbookkeeping@charter.net', 'S', 'F', '', 0, '2019-06-05 16:34:23'),
(7749, '5cf7f03b85937', 'elannette@aol.com', 'S', 'F', '', 0, '2019-06-05 16:39:24'),
(7750, '5cf7f238c085c', 'humbi96@gmail.com', 'S', 'F', '', 0, '2019-06-05 16:47:52'),
(7751, '5cf7f907d5125', 'catedoyl@gmail.com', 'S', 'F', '', 0, '2019-06-05 17:16:51'),
(7752, '5cf80889be5fd', 'folivo1980@gmail.com', 'S', 'F', '', 0, '2019-06-05 18:23:05'),
(7753, '5cf80dd044a07', 'edwardcorkycollins@gmail.com', 'S', 'F', '', 0, '2019-06-05 18:45:32'),
(7754, '5cf80f3bea4cf', 'mcfederico@gmail.com', 'S', 'F', '', 0, '2019-06-05 18:51:35'),
(7755, '5cf811196980d', 'blebly1@gmail.com', 'S', 'F', '', 0, '2019-06-05 18:59:37'),
(7756, '5cf8130e4a5f4', 'deanneguthard@yahoo.com', 'S', 'F', '', 0, '2019-06-05 19:07:57'),
(7757, '5cf815fca704f', 'victrolam@aol.com', 'S', 'F', '', 0, '2019-06-05 19:20:28'),
(7758, '5cf8185114b32', 'paulie2001@yahoo.com', 'S', 'F', '', 0, '2019-06-05 19:30:25'),
(7759, '5cf81a9f3638a', 'christinebaczkowski@gmail.com', 'S', 'F', '', 0, '2019-06-05 19:40:11'),
(7760, '5cf81b1451aa3', 'manjunath.kudva@gmail.com', 'S', 'F', '', 0, '2019-06-05 19:42:07'),
(7761, '5cf81dd77dbf0', 'skroelinger@cox.net', 'S', 'F', '', 0, '2019-06-05 19:53:59'),
(7762, '5cf82bab32c97', 'robertottoway@yahoo.com', 'S', 'F', '', 0, '2019-06-05 20:53:00'),
(7763, '5cf82e7c98572', 'joeyjfields@yahoo.com', 'S', 'F', '', 0, '2019-06-05 21:05:00'),
(7764, '5cf82f00d2330', 'eagleloan@aol.com', 'S', 'F', '', 0, '2019-06-05 21:07:08'),
(7765, '5cf8301cec860', 'adam.webb.33@gmail.com', 'S', 'F', '', 0, '2019-06-05 21:11:58'),
(7766, '5cf834756a933', 'kevinraque@gmail.com', 'S', 'F', '', 0, '2019-06-05 21:30:25'),
(7767, '5cf835b721a9e', 'kimglaze30@gmail.com', 'S', 'F', '', 0, '2019-06-05 21:35:47'),
(7768, '5cf84704cf4c7', 'dtroth1@sbcglobal.net', 'S', 'F', '', 0, '2019-06-05 22:49:40'),
(7769, '5cf84b6468aa6', 'dkglaze@gmail.com', 'S', 'F', '', 0, '2019-06-05 23:08:15'),
(7770, '5cf84e7c53ed0', 'kimglaze30@gmail.com', 'S', 'F', '', 0, '2019-06-05 23:21:32'),
(7771, '5cf852d2bfd52', 'chris.warner@sap.com', 'S', 'F', '', 0, '2019-06-05 23:39:57'),
(7772, '5cf853754e958', 'deanneguthard@yahoo.com', 'S', 'F', '', 0, '2019-06-05 23:42:44'),
(7773, '5cf85a8ff20c0', 'aarnoldone@gmail.com', 'S', 'F', '', 0, '2019-06-06 00:13:03'),
(7774, '5cf8669fde83a', 'katherine.smith@srd.subaru.co.jp', 'S', 'F', '', 0, '2019-06-06 01:04:32'),
(7775, '5cf8706b485ff', 'heating@netsync.net', 'S', 'F', '', 0, '2019-06-06 01:46:19'),
(7776, '5cf875d353210', 'dkglaze@gmail.com', 'S', 'F', '', 0, '2019-06-06 02:09:16'),
(7777, '5cf87e3cc660f', 'caroline@cuddles4kids.com.au', 'S', 'F', '', 0, '2019-06-06 02:45:12'),
(7778, '5cf8882ad0bf9', 'kelly.frazier74@gmail.com', 'S', 'F', '', 0, '2019-06-06 03:27:39'),
(7779, '5cf889b7e7ff6', 'kimglaze30@gmail.com', 'S', 'F', '', 0, '2019-06-06 03:34:18'),
(7780, '5cf88c4599c01', 'deanneguthard@yahoo.com', 'S', 'F', '', 0, '2019-06-06 03:45:12'),
(7781, '5cf8947b938a8', 'deanneguthard@yahoo.com', 'S', 'F', '', 0, '2019-06-06 04:20:11'),
(7782, '5cf8a516b5ae8', 'mbjrestoration@gmail.com', 'S', 'F', '', 0, '2019-06-06 05:31:03'),
(7783, '5cf8acdb2c1ea', 'edwardcorkycollins@gmail.com', 'S', 'F', '', 0, '2019-06-06 06:04:04'),
(7784, '5cf8c8409b60f', 'dkglaze@gmail.com', 'S', 'F', '', 0, '2019-06-06 08:00:58'),
(7785, '5cf8d4ce84689', 'office@immigrate.expert', 'S', 'F', '', 0, '2019-06-06 08:54:40'),
(7786, '5cf8dc4dafa56', 'dkglaze@gmail.com', 'S', 'F', '', 0, '2019-06-06 09:26:35'),
(7787, '5cf91227eeafd', 'victrolam@aol.com', 'S', 'F', '', 0, '2019-06-06 13:16:23'),
(7788, '5cf9152c89a19', 'jojomike9@gmail.com', 'S', 'F', '', 0, '2019-06-06 13:29:16'),
(7789, '5cf92bfc998b6', 'dralbert2000@yahoo.com', 'S', 'F', '', 0, '2019-06-06 15:06:34'),
(7790, '5cf9465d94a63', 'joshbaca83@yahoo.com', 'S', 'F', '', 0, '2019-06-06 16:59:07'),
(7791, '5cf9477447926', 'alexarowens@gmail.com', 'S', 'F', '', 0, '2019-06-06 17:03:49'),
(7792, '5cf9498d71a22', 'olanikeadelowo@yahoo.com', 'S', 'F', '', 0, '2019-06-06 17:12:44'),
(7793, '5cf94e6d79d89', 'nvaldez64@gmail.com', 'S', 'F', '', 0, '2019-06-06 17:33:35'),
(7794, '5cf9567f68ebb', 'mmaystx@yahoo.com', 'S', 'F', '', 0, '2019-06-06 18:08:00'),
(7795, '5cf95b8e20a36', 'robinsonth@aol.com', 'S', 'F', '', 0, '2019-06-06 18:29:34'),
(7796, '5cf95f1af2a69', 'bdhirschel@gmail.com', 'S', 'F', '', 0, '2019-06-06 18:44:44'),
(7797, '5cf96660c3432', 'lrick9260@gmail.com', 'S', 'F', '', 0, '2019-06-06 19:15:42'),
(7798, '5cf96f4622b85', 'cassedy@gmail.com', 'S', 'F', '', 0, '2019-06-06 19:53:39'),
(7799, '5cf97695b5aed', 'charlipremier@yahoo.com', 'S', 'F', '', 0, '2019-06-06 20:24:54'),
(7800, '5cf976e257a6e', 'kgb7499@gmail.com', 'S', 'F', '', 0, '2019-06-06 20:26:07'),
(7801, '5cf98cde9e857', 'mgraber100@gmail.com', 'S', 'F', '', 0, '2019-06-06 21:59:53'),
(7802, '5cf9979031f4c', 'bahammond1@aol.com', 'S', 'F', '', 0, '2019-06-06 22:45:36'),
(7803, '5cf99f24bced6', 'anthonyclark467@gmail.com', 'S', 'F', '', 0, '2019-06-06 23:17:57'),
(7804, '5cf9a1ec06667', 'dtabo140@yahoo.com', 'S', 'F', '', 0, '2019-06-06 23:29:47'),
(7805, '5cf9a553b1597', 'tajhm6724@gmail.com', 'S', 'F', '', 0, '2019-06-06 23:44:18'),
(7806, '5cf9ab6a0c5ac', 'minooashabi2003@yahoo.com', 'S', 'F', '', 0, '2019-06-07 00:10:11'),
(7807, '5cf9b5acc5fbf', 'kelly.glover@volvo.com', 'S', 'F', '', 0, '2019-06-07 00:54:00'),
(7808, '5cf9bf1f9bf7e', 'mustang@nctv.com', 'S', 'F', '', 0, '2019-06-07 01:34:19'),
(7809, '5cf9c7140e210', 'abenzing@cox.net', 'S', 'F', '', 0, '2019-06-07 02:08:21'),
(7810, '5cf9d15ec2a63', 'nsikes1115@gmail.com', 'S', 'F', '', 0, '2019-06-07 02:52:09'),
(7811, '5cf9d91085bbe', 'bgkeeble@gmail.com', 'S', 'F', '', 0, '2019-06-07 03:25:05'),
(7812, '5cf9e28929759', 'olanikeadelowo@yahoo.com', 'S', 'F', '', 0, '2019-06-07 04:05:22'),
(7813, '5cf9e28ee1072', 'tajhm6724@gmail.com', 'S', 'F', '', 0, '2019-06-07 04:05:28'),
(7814, '5cf9ea966d1ee', 'edwardcorkycollins@gmail.com', 'S', 'F', '', 0, '2019-06-07 04:39:50'),
(7815, '5cf9ec8a6e2e1', 'zlott@aol.com', 'S', 'F', '', 0, '2019-06-07 04:48:04'),
(7816, '5cf9f837711f7', 'staceybevis@mail.com', 'S', 'F', '', 0, '2019-06-07 05:37:59'),
(7817, '5cfa30b336dde', 'moe.mark@gmail.com', 'S', 'F', '', 0, '2019-06-07 09:38:55'),
(7818, '5cfa3fb1758a1', 'christopherleo315@gmail.com', 'S', 'F', '', 0, '2019-06-07 10:42:55'),
(7819, '5cfa468a054c6', 'peggyh2281@gmail.com', 'S', 'F', '', 0, '2019-06-07 11:12:07'),
(7820, '5cfa46e16a16e', 'matthewhutton1066@gmail.com', 'S', 'F', '', 0, '2019-06-07 11:13:34'),
(7821, '5cfa56ab5a447', 'ccass123@gmail.com', 'S', 'F', '', 0, '2019-06-07 12:20:57'),
(7822, '5cfa7e97ee956', 'heating@netsync.net', 'S', 'F', '', 0, '2019-06-07 15:11:18'),
(7823, '5cfa89e4b1115', 'bahammond1@aol.com', 'S', 'F', '', 0, '2019-06-07 15:59:29'),
(7824, '5cfaa44b079b8', 'bdhirschel@gmail.com', 'S', 'F', '', 0, '2019-06-07 17:52:08'),
(7825, '5cfaa69f2f9d4', 'salluvsyu@aol.com', 'S', 'F', '', 0, '2019-06-07 18:02:08'),
(7826, '5cfaac8b7ba60', 'sberguem@gmail.com', 'S', 'F', '', 0, '2019-06-07 18:27:23'),
(7827, '5cfb50a9178a1', 'frenchjp@gmail.com', 'S', 'F', '', 0, '2019-06-08 06:07:29'),
(7828, '5cfb572773f1a', 'djw93058@aol.com', 'S', 'F', '', 0, '2019-06-08 06:35:18'),
(7829, '5cfb685ec9ac2', 'hunter.matson@gmail.com', 'S', 'F', '', 0, '2019-06-08 07:48:44'),
(7830, '5cfb8b69f2ad8', 'bonnie.cormier@sonoma.edu', 'S', 'F', '', 0, '2019-06-08 10:18:13'),
(7831, '5cfbab56e4ddd', 'danvanderkooy@gmail.com', 'S', 'F', '', 0, '2019-06-08 12:34:27'),
(7832, '5cfbaf52d2bb0', 'jacksonrobic@yahoo.com', 'S', 'F', '', 0, '2019-06-08 12:51:27'),
(7833, '5cfbb962613c4', 'peggytacey@gmail.com', 'S', 'F', '', 0, '2019-06-08 13:34:21'),
(7834, '5cfbce3a59d80', 'bjwhite@gmail.com', 'S', 'F', '', 0, '2019-06-08 15:03:19'),
(7835, '5cfbda606dd73', 'kaylaweeks10@yahoo.com', 'S', 'F', '', 0, '2019-06-08 15:55:12'),
(7836, '5cfbe9590c6c8', 'mpmcdonald@charter.net', 'S', 'F', '', 0, '2019-06-08 16:59:02'),
(7837, '5cfbef0e1bd96', 'bdtaylor2858@gmail.com', 'S', 'F', '', 0, '2019-06-08 17:23:26'),
(7838, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-06-08 19:04:51'),
(7839, '5cfc23f9ba9d3', 'chinky@hawaii.rr.com', 'S', 'F', '', 0, '2019-06-08 21:09:08'),
(7840, '5cfc287498ed8', 'cconnolly82@gmail.com', 'S', 'F', '', 0, '2019-06-08 21:28:16'),
(7841, '5cfc32cbd1102', 'rnbogoddess@aol.com', 'S', 'F', '', 0, '2019-06-08 22:12:23'),
(7842, '5cfc5537923e4', 'digvir.jayas@umanitoba.ca', 'S', 'F', '', 0, '2019-06-09 00:39:13'),
(7843, '5cfc839f12c25', 'mathiasrasmussen91@gmail.com', 'S', 'F', '', 0, '2019-06-09 03:57:17'),
(7844, '5cfc877b305e3', 'bwisswe@gmx.de', 'S', 'F', '', 0, '2019-06-09 04:13:46'),
(7845, '5cfc9b244638b', 'ratika2808@gmail.com', 'S', 'F', '', 0, '2019-06-09 05:37:30'),
(7846, '5cfcdcd7c9bca', 'korbipachmayr@gmail.com', 'S', 'F', '', 0, '2019-06-09 10:17:56'),
(7847, '5cfcec828486c', 'taraspiritofthestars@gmail.com', 'S', 'F', '', 0, '2019-06-09 11:24:48'),
(7848, '5cfd0bbf05bdd', 'sarahjanej.3283@gmail.com', 'S', 'F', '', 0, '2019-06-09 13:38:04'),
(7849, '5cfd33ba11679', 'tharmon@relaypoint.net', 'S', 'F', '', 0, '2019-06-09 16:28:42'),
(7850, '5cfd39f529e07', 'repopro@stny.rr.com', 'S', 'F', '', 0, '2019-06-09 16:55:17'),
(7851, '5cfd7c3bcd516', 'swmerrill@comcast.net', 'S', 'F', '', 0, '2019-06-09 21:37:58'),
(7852, '5cfdea34c3227', 'stefan.paszlack@gmail.com', 'S', 'F', '', 0, '2019-06-10 05:27:14'),
(7853, '5cfdeae440e94', 'mdesigngroup@gmail.com', 'S', 'F', '', 0, '2019-06-10 05:29:59'),
(7854, '5cfe09caab4d9', 'bzhyvi29436@gmail.com', 'S', 'F', '', 0, '2019-06-10 07:42:00'),
(7855, '5cfe0e9064b41', 'anderborakzalduna@gmail.com', 'S', 'F', '', 0, '2019-06-10 08:02:21'),
(7856, '5cfe2615950a5', 'martin.bakardjev@gmail.com', 'S', 'F', '', 0, '2019-06-10 09:42:42'),
(7857, '5cfe2eee23f3b', 'olivergroll@gmx.de', 'S', 'F', '', 0, '2019-06-10 10:20:25'),
(7858, '5cfe382e6db80', 'jrd52466@yahoo.com', 'S', 'F', '', 0, '2019-06-10 10:59:56'),
(7859, '5cfe70c5d4337', 'sarahjanej.3283@gmail.com', 'S', 'F', '', 0, '2019-06-10 15:01:19'),
(7860, '5cfe70f039921', 'office@euroexpert.info', 'S', 'F', '', 0, '2019-06-10 15:02:02'),
(7861, '5cfe765c81d5e', 'deguzmanjunior@yahoo.com', 'S', 'F', '', 0, '2019-06-10 15:25:09'),
(7862, '5cfe77cc82f0a', 'ashleystone93@gmail.com', 'S', 'F', '', 0, '2019-06-10 15:31:24'),
(7863, '5cfe7c2f961de', 'ryan.pocock80@gmail.com', 'S', 'F', '', 0, '2019-06-10 15:50:08'),
(7864, '5cfe8562721d5', 'cleary8024@gmail.com', 'S', 'F', '', 0, '2019-06-10 16:29:20'),
(7865, '5cfe8773ca96f', 'kresnak.hayley@gmail.com', 'S', 'F', '', 0, '2019-06-10 16:38:12'),
(7866, '5cfe8cb49076f', 'stevenjsk@gmail.com', 'S', 'F', '', 0, '2019-06-10 17:00:36'),
(7867, '5cfe8fa2ed59d', 'essaj2@gmail.com', 'S', 'F', '', 0, '2019-06-10 17:13:06'),
(7868, '5cfe97354ebaf', 'daphne@elantechnology.com', 'S', 'F', '', 0, '2019-06-10 17:45:27'),
(7869, '5cfe9abad56fb', 'bryan24207@yahoo.com', 'S', 'F', '', 0, '2019-06-10 18:00:28'),
(7870, '5cfea0f519c18', 'flafrabil@aol.com', 'S', 'F', '', 0, '2019-06-10 18:27:01'),
(7871, '5cfeb1c7003fe', 'jay@affordable-signs.net', 'S', 'F', '', 0, '2019-06-10 19:38:45'),
(7872, '5cfebc74c0277', 'chavannes.cheridor@yahoo.com', 'S', 'F', '', 0, '2019-06-10 20:24:20'),
(7873, '5cfec5de6adc2', 'tanialain86@gmail.com', 'S', 'F', '', 0, '2019-06-10 21:04:24'),
(7874, '5cfed494609d6', 'carolina@simsassociates.com', 'S', 'F', '', 0, '2019-06-10 22:07:15'),
(7875, '5cfed91b3df58', 'nneuhofs@gmail.com', 'S', 'F', '', 0, '2019-06-10 22:26:34'),
(7876, '5cfee310aa9e9', 'allweatherbuilders@gmail.com', 'S', 'F', '', 0, '2019-06-10 23:09:04'),
(7877, '5cfee84dea185', 'juliechillman@gmail.com', 'S', 'F', '', 0, '2019-06-10 23:31:20'),
(7878, '5cfef33f151a8', 'fampaul4@gmail.com', 'S', 'F', '', 0, '2019-06-11 00:18:06'),
(7879, '5cfefb00bed03', 'turboanne6@yahoo.com', 'S', 'F', '', 0, '2019-06-11 00:51:06'),
(7880, '5cff0b3966205', 'almanorpt@yahoo.com', 'S', 'F', '', 0, '2019-06-11 02:00:24'),
(7881, '5cff136c5fa01', 'hhbuxton@gmail.com', 'S', 'F', '', 0, '2019-06-11 02:35:18'),
(7882, '5cff1a412fac7', 'nikolay.tonev@gmail.com', 'S', 'F', '', 0, '2019-06-11 03:04:27'),
(7883, '5cff24ca0ee3d', 'mdesigngroup@gmail.com', 'S', 'F', '', 0, '2019-06-11 03:49:29'),
(7884, '5cff25784f96d', 'sfcsu@aol.com', 'S', 'F', '', 0, '2019-06-11 03:52:23'),
(7885, '5cff32e289ba7', 'sarahjanej.3283@gmail.com', 'S', 'F', '', 0, '2019-06-11 04:49:32'),
(7886, '5cff511d3c4cd', 'jmartinjr70@gmail.com', 'S', 'F', '', 0, '2019-06-11 06:58:35'),
(7887, '5cff57908e886', 'office@immigrate.expert', 'S', 'F', '', 0, '2019-06-11 07:26:00'),
(7888, '5cff70c86e38e', 'tmaher1044@aol.com', 'S', 'F', '', 0, '2019-06-11 09:13:41'),
(7889, '5cff73d227614', 'sharon.bahk@gmail.com', 'S', 'F', '', 0, '2019-06-11 09:26:33'),
(7890, '5cff7894919a8', 'tmaher1044@aol.com', 'S', 'F', '', 0, '2019-06-11 09:46:58'),
(7891, '5cff8121e0b98', 'alexxioz@yahoo.com', 'S', 'F', '', 0, '2019-06-11 10:23:27'),
(7892, '5cff84420723e', 'darryltimbersnms@gmail.com', 'S', 'F', '', 0, '2019-06-11 10:36:47'),
(7893, '5cff88cd1631d', 'breanne.millette@gmail.com', 'S', 'F', '', 0, '2019-06-11 10:56:10'),
(7894, '5cff8ebd18d8e', 'kcr1223@bellsouth.net', 'S', 'F', '', 0, '2019-06-11 11:21:30'),
(7895, '5cff9165a39f3', 'glind96@aol.com', 'S', 'F', '', 0, '2019-06-11 11:32:51'),
(7896, '5cff920d290b1', 'kjsheriden@cox.net', 'S', 'F', '', 0, '2019-06-11 11:35:38'),
(7897, '5cffab352cf4d', 'paragachi@gmail.com', 'S', 'F', '', 0, '2019-06-11 13:22:58'),
(7898, '5cffacbbf2c3e', 'admin@delmarvasafety.org', 'S', 'F', '', 0, '2019-06-11 13:29:26'),
(7899, '5cffb63424931', 'mlgilbert4@gmail.com', 'S', 'F', '', 0, '2019-06-11 14:09:51'),
(7900, '5cffc2b88b848', 'anitahege@yahoo.com', 'S', 'F', '', 0, '2019-06-11 15:03:15'),
(7901, '5cffc7b7cd374', 'amali2@brockport.edu', 'S', 'F', '', 0, '2019-06-11 15:24:33'),
(7902, '5cffcc01d9126', 'nortonbmc@aol.com', 'S', 'F', '', 0, '2019-06-11 15:42:56'),
(7903, '5cffdd56647eb', 'sinhercom22@kdd.net', 'S', 'F', '', 0, '2019-06-11 16:56:55'),
(7904, '5cffe68757ef4', 'drcook6511@gmail.com', 'S', 'F', '', 0, '2019-06-11 17:36:09'),
(7905, '5cffe7f3bf286', 'chanler@yahoo.com', 'S', 'F', '', 0, '2019-06-11 17:42:09'),
(7906, '5cffe8469569b', 'dream9193@gmail.com', 'S', 'F', '', 0, '2019-06-11 17:43:35'),
(7907, '5d000e29a9c5d', 'edwardalberthenley@gmail.com', 'S', 'F', '', 0, '2019-06-11 20:25:10'),
(7908, '5d00133105946', 'cwomack2@comcast.net', 'S', 'F', '', 0, '2019-06-11 20:46:36'),
(7909, '5d004bdc84c4d', 'mishhansen@yahoo.com', 'S', 'F', '', 0, '2019-06-12 00:48:28'),
(7910, '5d007acc1d491', 't.crafton@thermcraftinc.com', 'S', 'F', '', 0, '2019-06-12 04:08:43'),
(7911, '5d007c7ba3e6b', 'sako.goregian@yahoo.com', 'S', 'F', '', 0, '2019-06-12 04:15:49'),
(7912, '5d0084aaaf936', 'sallygrl75@gmail.com', 'S', 'F', '', 0, '2019-06-12 04:50:42'),
(7913, '5d00858537af4', 'ivone.munoz0530@gmail.com', 'S', 'F', '', 0, '2019-06-12 04:54:22'),
(7914, '5d009563c4cb7', 'stephanie.schumm28@gmail.com', 'S', 'F', '', 0, '2019-06-12 06:02:11'),
(7915, '5d00a6205d74c', 'bimphotography@yahoo.com', 'S', 'F', '', 0, '2019-06-12 07:13:33'),
(7916, '5d00a9f9d5f3d', 'mgaylord1010@gmail.com', 'S', 'F', '', 0, '2019-06-12 07:30:00'),
(7917, '5d00ac7e39fe7', 'philippe.perot.tromas@gmail.com', 'S', 'F', '', 0, '2019-06-12 07:40:44'),
(7918, '5d00bcf2a54c8', 'brendabuick@sbcglobal.net', 'S', 'F', '', 0, '2019-06-12 08:50:56'),
(7919, '5d00bfa1c65a8', 'office@immigrate.expert', 'S', 'F', '', 0, '2019-06-12 09:02:24'),
(7920, '5d00c1c4dc7cf', 'rybon79@aol.com', 'S', 'F', '', 0, '2019-06-12 09:11:24'),
(7921, '5d00c3fec5222', 'k-naundorf@t-online.de', 'S', 'F', '', 0, '2019-06-12 09:21:00'),
(7922, '5d00c4bde7f0e', 'ir2clueless4u@gmail.com', 'S', 'F', '', 0, '2019-06-12 09:24:11'),
(7923, '5d00d233505ef', 'kelly.waggoner@serenityneurotherapy.com', 'S', 'F', '', 0, '2019-06-12 10:21:30'),
(7924, '5d00da36caec2', 'sako.goregian@yahoo.com', 'S', 'F', '', 0, '2019-06-12 10:55:46'),
(7925, '5d00dea9a6657', 'cwells@linnenergy.com', 'S', 'F', '', 0, '2019-06-12 11:14:48'),
(7926, '5d00ded111987', 'keltnezm@gmail.com', 'S', 'F', '', 0, '2019-06-12 11:15:26'),
(7927, '5d00f1d1a7f5e', 'lifeisgood618@gmail.com', 'S', 'F', '', 0, '2019-06-12 12:36:31'),
(7928, '5d00f1dde24fd', 'angelicarios101@gmail.com', 'S', 'F', '', 0, '2019-06-12 12:36:41'),
(7929, '5d0100b0237da', 'gmsroseville@gmail.com', 'S', 'F', '', 0, '2019-06-12 13:39:56'),
(7930, '5d010e5187963', 'pattendens@rogers.com', 'S', 'F', '', 0, '2019-06-12 14:38:04'),
(7931, '5d011fa675ddf', 'jsusko@yahoo.com', 'S', 'F', '', 0, '2019-06-12 15:52:06'),
(7932, '5d013f58ea43a', 'eddiewhit7@aol.com', 'S', 'F', '', 0, '2019-06-12 18:07:21'),
(7933, '5d01453ad80f4', 'angelicarios101@gmail.com', 'S', 'F', '', 0, '2019-06-12 18:32:22'),
(7934, '5d0148d272834', 'janet@jgreen50.com', 'S', 'F', '', 0, '2019-06-12 18:47:41'),
(7935, '5d01491b89941', 'patd2418@yahoo.com', 'S', 'F', '', 0, '2019-06-12 18:48:55'),
(7936, '5d014dd8a2b55', 'billyhughes24@gmail.com', 'S', 'F', '', 0, '2019-06-12 19:09:11'),
(7937, '5d015741c8adc', 'stewart06@gmail.com', 'S', 'F', '', 0, '2019-06-12 19:49:18'),
(7938, '5d0159669a411', 'feelgr8@longlines.com', 'S', 'F', '', 0, '2019-06-12 19:58:26'),
(7939, '5d018c939b71d', 'earnerslife@gmail.com', 'S', 'F', '', 0, '2019-06-12 23:36:51'),
(7940, '5d01904544bbb', 'wilkerson577@gmail.com', 'S', 'F', '', 0, '2019-06-12 23:52:32'),
(7941, '5d01981ee4874', 'tiffanyharker1@yahoo.com', 'S', 'F', '', 0, '2019-06-13 00:26:07'),
(7942, '5d019f0b2f6a6', 'keevinwilliams@gmail.com', 'S', 'F', '', 0, '2019-06-13 00:55:31'),
(7943, '5d01af8842ffc', 'hfaun@modulestech.com', 'S', 'F', '', 0, '2019-06-13 02:05:52');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(7944, '5d01bf6206784', 'addoctorj@gmail.com', 'S', 'F', '', 0, '2019-06-13 03:13:37'),
(7945, '5d01c3892e981', 'bibidede40@yahoo.fr', 'S', 'F', '', 0, '2019-06-13 03:31:14'),
(7946, '5d01c41a214a0', 'sallygrl75@gmail.com', 'S', 'F', '', 0, '2019-06-13 03:33:39'),
(7947, '5d01c49b1f2c7', 'ivone.munoz0530@gmail.com', 'S', 'F', '', 0, '2019-06-13 03:35:48'),
(7948, '5d01c4967604c', 'jenny.tricitylawncare@gmail.com', 'S', 'F', '', 0, '2019-06-13 03:35:49'),
(7949, '5d01c641f38b8', 'farmer3339@gmail.com', 'S', 'F', '', 0, '2019-06-13 03:42:56'),
(7950, '5d01cc1526a99', 'todd.bezak@shaw.ca', 'S', 'F', '', 0, '2019-06-13 04:07:48'),
(7951, '5d01d38858571', 'trevoradamgill@gmail.com', 'S', 'F', '', 0, '2019-06-13 04:39:35'),
(7952, '5d01db273e34a', 'keltnezm@gmail.com', 'S', 'F', '', 0, '2019-06-13 05:12:06'),
(7953, '5d01dc1cbde68', 'davidbeachler@sbcglobal.net', 'S', 'F', '', 0, '2019-06-13 05:16:06'),
(7954, '5d01e78d14b2c', 'alexandre.voinot@queensu.ca', 'S', 'F', '', 0, '2019-06-13 06:04:58'),
(7955, '5d01e87ad9cc3', 'tgk1983@gmail.com', 'S', 'F', '', 0, '2019-06-13 06:08:56'),
(7956, '5d01e88095bad', 'toubal.djamel@gmail.com', 'S', 'F', '', 0, '2019-06-13 06:09:01'),
(7957, '5d01eaa108962', 'christinameunier@gmail.com', 'S', 'F', '', 0, '2019-06-13 06:18:00'),
(7958, '5d01ef7437e77', 'frank.asker@gmail.com', 'S', 'F', '', 0, '2019-06-13 06:38:42'),
(7959, '5d020a80a284c', 'esymczak@gmail.com', 'S', 'F', '', 0, '2019-06-13 08:34:06'),
(7960, '5d020e0b94d97', 'v.huynh66@yahoo.com', 'S', 'F', '', 0, '2019-06-13 08:49:12'),
(7961, '5d021077add77', 'kgrigg@castekinnovations.com', 'S', 'F', '', 0, '2019-06-13 08:59:32'),
(7962, '5d02133869e22', 'addoctorj@gmail.com', 'S', 'F', '', 0, '2019-06-13 09:11:18'),
(7963, '5d0216337fc85', 'frank.asker@gmail.com', 'S', 'F', '', 0, '2019-06-13 09:24:00'),
(7964, '5d021872b9697', 'ali@kaltenbockopticians.ca', 'S', 'F', '', 0, '2019-06-13 09:33:34'),
(7965, '5d021fc8073ea', 'derrekfarver@gmail.com', 'S', 'F', '', 0, '2019-06-13 10:04:54'),
(7966, '5d0224e16d00b', 'jbedson1@gmail.com', 'S', 'F', '', 0, '2019-06-13 10:26:38'),
(7967, '5d0225c9cb9f6', 'ivone.munoz0530@gmail.com', 'S', 'F', '', 0, '2019-06-13 10:30:24'),
(7968, '5d02261769f98', 'jefflabossiere@gmail.com', 'S', 'F', '', 0, '2019-06-13 10:31:49'),
(7969, '5d022754489fb', 'varunsharma.vs@gmail.com', 'S', 'F', '', 0, '2019-06-13 10:37:05'),
(7970, '5d0229bd90c9b', 'coratucker499@yahoo.com', 'S', 'F', '', 0, '2019-06-13 10:47:23'),
(7971, '5d022e1f73571', 'tlewis3543@gmail.com', 'S', 'F', '', 0, '2019-06-13 11:06:04'),
(7972, '5d023180dc8d0', 'patsyjwhite@gmail.com', 'S', 'F', '', 0, '2019-06-13 11:20:29'),
(7973, '5d0233b30309c', 'jenny.tricitylawncare@gmail.com', 'S', 'F', '', 0, '2019-06-13 11:29:52'),
(7974, '5d0238c8301dc', 'jbedson1@gmail.com', 'S', 'F', '', 0, '2019-06-13 11:51:31'),
(7975, '5d024149840a1', 'jenny.tricitylawncare@gmail.com', 'S', 'F', '', 0, '2019-06-13 12:27:49'),
(7976, '5d0241c8ef242', 'hershelmccoy@yahoo.com', 'S', 'F', '', 0, '2019-06-13 12:29:58'),
(7977, '5d024303c7e00', 'keelylayne87@gmail.com', 'S', 'F', '', 0, '2019-06-13 12:35:13'),
(7978, '5d024317ee7d9', 'sallygrl75@gmail.com', 'S', 'F', '', 0, '2019-06-13 12:35:33'),
(7979, '5d024c2ddd2f8', 'ddlattimer@earthlink.net', 'S', 'F', '', 0, '2019-06-13 13:14:19'),
(7980, '5d024d5f0fb68', 'patsyjwhite@gmail.com', 'S', 'F', '', 0, '2019-06-13 13:19:24'),
(7981, '5d024eda98333', 'halima.sufi@gmail.com', 'S', 'F', '', 0, '2019-06-13 13:25:43'),
(7982, '5d025575c4fb7', 'alexvereschagin@gmail.com', 'S', 'F', '', 0, '2019-06-13 13:53:55'),
(7983, '5d02566e87ccd', 'freewily@gmail.com', 'S', 'F', '', 0, '2019-06-13 13:58:03'),
(7984, '5d02586779ee8', 'annalkifer@gmail.com', 'S', 'F', '', 0, '2019-06-13 14:06:28'),
(7985, '5d026498f0bf6', 'lesellis@shaw.ca', 'S', 'F', '', 0, '2019-06-13 14:58:27'),
(7986, '5d02672accba1', 'margel25@gmail.com', 'S', 'F', '', 0, '2019-06-13 15:09:28'),
(7987, '5d02679977fb6', 'ddpowell58@aol.com', 'S', 'F', '', 0, '2019-06-13 15:11:16'),
(7988, '5d02679b02786', 'irandrewpeyterrmann@gmail.com', 'S', 'F', '', 0, '2019-06-13 15:11:18'),
(7989, '5d02697333222', 'kmayeux71@gmail.com', 'S', 'F', '', 0, '2019-06-13 15:19:09'),
(7990, '5d026a1795785', 'daldridge4@gmail.com', 'S', 'F', '', 0, '2019-06-13 15:21:55'),
(7991, '5d026ae592b76', 'mariaslotemaker@gmail.com', 'S', 'F', '', 0, '2019-06-13 15:25:22'),
(7992, '5d026beb06384', 'izzyronewicz@gmail.com', 'S', 'F', '', 0, '2019-06-13 15:29:39'),
(7993, '5d026cf4bcaff', 'jesse.swengel@gmail.com', 'S', 'F', '', 0, '2019-06-13 15:34:11'),
(7994, '5d026d9eddd4b', 'william.cahoon@gmail.com', 'S', 'F', '', 0, '2019-06-13 15:37:03'),
(7995, '5d026f4e1f1b6', 'kb_ebel@yahoo.com', 'S', 'F', '', 0, '2019-06-13 15:44:15'),
(7996, '5d03355b2053b', 'patricpera@yahoo.com', 'S', 'F', '', 0, '2019-06-14 05:49:08'),
(7997, '5d033739663ce', 'samweybright@gmail.com', 'S', 'F', '', 0, '2019-06-14 05:57:05'),
(7998, '5d0338bac8ae2', 'santiagonatassia@gmail.com', 'S', 'F', '', 0, '2019-06-14 06:03:27'),
(7999, '5d033da83d3c4', 'santiagonatassia@gmail.com', 'S', 'F', '', 0, '2019-06-14 06:24:39'),
(8000, '5d0341612c5a6', 'stevenburton1@gmail.com', 'S', 'F', '', 0, '2019-06-14 06:40:32'),
(8001, '5d0351be28f5f', 'shipersltrc@gmail.com', 'S', 'F', '', 0, '2019-06-14 07:50:18'),
(8002, '5d0352d68c422', 'perezlam@aol.com', 'S', 'F', '', 0, '2019-06-14 07:55:00'),
(8003, '5d0354552e2d8', 'mariaslotemaker@gmail.com', 'S', 'F', '', 0, '2019-06-14 08:01:23'),
(8004, '5d0358ba27ff0', 'jenny.tricitylawncare@gmail.com', 'S', 'F', '', 0, '2019-06-14 08:20:06'),
(8005, '5d0360024a81f', 'mariaslotemaker@gmail.com', 'S', 'F', '', 0, '2019-06-14 08:51:12'),
(8006, '5d0366d6d2910', 'michael.fernandez2@dell.com', 'S', 'F', '', 0, '2019-06-14 09:20:20'),
(8007, '5d0374a732b51', 'wessels.deutschland@gmx.de', 'S', 'F', '', 0, '2019-06-14 10:19:14'),
(8008, '5d0377658f97e', 'surfingsuzanne@gmail.com', 'S', 'F', '', 0, '2019-06-14 10:30:59'),
(8009, '5d0378a46d273', 'daveehlers72@yahoo.com', 'S', 'F', '', 0, '2019-06-14 10:36:15'),
(8010, '5d037eefe14e4', 'dunbarstoreco@gmail.com', 'S', 'F', '', 0, '2019-06-14 11:03:09'),
(8011, '5d03800d35fa2', 'dsmoulton@cox.net', 'S', 'F', '', 0, '2019-06-14 11:07:52'),
(8012, '5d0384aa03180', 'stephanie.schumm28@gmail.com', 'S', 'F', '', 0, '2019-06-14 11:27:34'),
(8013, '5d0388619fa15', 'mariaslotemaker@gmail.com', 'S', 'F', '', 0, '2019-06-14 11:43:27'),
(8014, '5d039000c5d9d', 'jenny.tricitylawncare@gmail.com', 'S', 'F', '', 0, '2019-06-14 12:15:57'),
(8015, '5d039bb8b6166', 'phorner@energytechsystems.com', 'S', 'F', '', 0, '2019-06-14 13:05:56'),
(8016, '5d039c6b673ab', 'phorner@energytechsystems.com', 'S', 'F', '', 0, '2019-06-14 13:08:57'),
(8017, '5d039f65e1831', 'snmgerrells@yahoo.com', 'S', 'F', '', 0, '2019-06-14 13:21:37'),
(8018, '5d03a511d6728', 'dunbarstoreco@gmail.com', 'S', 'F', '', 0, '2019-06-14 13:45:50'),
(8019, '5d03aa55b8962', 'mischief.kt@gmail.com', 'S', 'F', '', 0, '2019-06-14 14:08:16'),
(8020, '5d03aad5908b4', 'dunbarstoreco@gmail.com', 'S', 'F', '', 0, '2019-06-14 14:10:26'),
(8021, '5d03ab58a534b', 'bark@smartdogdallas.com', 'S', 'F', '', 0, '2019-06-14 14:12:37'),
(8022, '5d03ad2aa0626', 'esymczak@gmail.com', 'S', 'F', '', 0, '2019-06-14 14:20:22'),
(8023, '5d03bd4397473', 'carol.benton@yahoo.com', 'S', 'F', '', 0, '2019-06-14 15:29:01'),
(8024, '5d03be797607f', 'kelley@tvsd.org', 'S', 'F', '', 0, '2019-06-14 15:34:16'),
(8025, '5d03c39b55d35', 'nataleshore1987@gmail.com', 'S', 'F', '', 0, '2019-06-14 15:56:09'),
(8026, '5d03c6170acb0', 'ayannabailey@gmail.com', 'S', 'F', '', 0, '2019-06-14 16:06:48'),
(8027, '5d03c90d788cb', 'bkleddington@gmail.com', 'S', 'F', '', 0, '2019-06-14 16:19:22'),
(8028, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-06-14 16:22:14'),
(8029, '5d03ca3a23759', 'keelylayne87@gmail.com', 'S', 'F', '', 0, '2019-06-14 16:24:27'),
(8030, '5d03cb4f2b604', 'randy_kolin@yahoo.com', 'S', 'F', '', 0, '2019-06-14 16:29:01'),
(8031, '5d03d118cd02a', 'anitha.paruchuri@gmail.com', 'S', 'F', '', 0, '2019-06-14 16:53:45'),
(8032, '5d03d151784ed', 'mtmilleroil@yahoo.com', 'S', 'F', '', 0, '2019-06-14 16:54:38'),
(8033, '5d03d1d93c1e8', 'cweatherford@cox.net', 'S', 'F', '', 0, '2019-06-14 16:56:57'),
(8034, '5d03d266345c7', 'stephanie.schumm28@gmail.com', 'S', 'F', '', 0, '2019-06-14 16:59:20'),
(8035, '5d03d43336467', 'nhdemetrakis@aol.com', 'S', 'F', '', 0, '2019-06-14 17:06:58'),
(8036, '5d03d5e918252', 'irandrewpeyterrmann@gmail.com', 'S', 'F', '', 0, '2019-06-14 17:14:18'),
(8037, '5d03d8d551564', 'office@euroexpert.info', 'S', 'F', '', 0, '2019-06-14 17:26:42'),
(8038, 'Mohammed Asif koli', 'kooliasif118@gmail.com', 'S', 'C', 'Is instt govt or private', 2147483647, '2019-06-15 14:00:47'),
(8039, 'Mohammed Asif koli', 'kooliasif118@gmail.com', 'S', 'C', 'Is instt govt or private', 2147483647, '2019-06-15 14:00:49'),
(8040, 'Mohammed Asif koli', 'kooliasif118@gmail.com', 'S', 'C', 'How much time u give for clinical training to bsc nursing students plz rply in 2 days on smsing my number 7051565622', 2147483647, '2019-06-15 14:07:11'),
(8041, '5d064b8e42674', 'savagianmd@gmail.com', 'S', 'F', '', 0, '2019-06-16 14:00:43'),
(8042, '5d064b900c903', 'brittanybuna@gmail.com', 'S', 'F', '', 0, '2019-06-16 14:00:48'),
(8043, '5d064e1d35af4', 'nbogatitus@gmail.com', 'S', 'F', '', 0, '2019-06-16 14:11:35'),
(8044, '5d06523e6bd2e', 'drbriancarr@yahoo.com', 'S', 'F', '', 0, '2019-06-16 14:29:14'),
(8045, '5d0652698291b', 'jpadams@sympatico.ca', 'S', 'F', '', 0, '2019-06-16 14:29:59'),
(8046, '5d0654ba0d469', 'newman.es47@gmail.com', 'S', 'F', '', 0, '2019-06-16 14:39:48'),
(8047, '5d06551058370', 'jeeda.j@gmail.com', 'S', 'F', '', 0, '2019-06-16 14:41:15'),
(8048, '5d0657c84501b', 'spencer@seliga.ca', 'S', 'F', '', 0, '2019-06-16 14:52:53'),
(8049, '5d0657f15be8f', 'michael.hiereth@yahoo.com', 'S', 'F', '', 0, '2019-06-16 14:53:33'),
(8050, '5d065a99280f7', 'jenn2326@gmail.com', 'S', 'F', '', 0, '2019-06-16 15:04:53'),
(8051, '5d0660ecbbcba', 'jenn2326@gmail.com', 'S', 'F', '', 0, '2019-06-16 15:31:53'),
(8052, '5d066389b743c', 'steph96_43302@yahoo.com', 'S', 'F', '', 0, '2019-06-16 15:43:06'),
(8053, '5d066b9b1b094', '7crowe@gmail.com', 'S', 'F', '', 0, '2019-06-16 16:17:22'),
(8054, '5d06740c2e3f5', 'imikhassik@gmail.com', 'S', 'F', '', 0, '2019-06-16 16:53:30'),
(8055, '5d0676b699b3f', 'janet@jgreen50.com', 'S', 'F', '', 0, '2019-06-16 17:04:51'),
(8056, '5d067ffc6ae70', 'coloradochristen4@gmail.com', 'S', 'F', '', 0, '2019-06-16 17:44:19'),
(8057, '5d06817a7a2c5', 'syl1471@gmail.com', 'S', 'F', '', 0, '2019-06-16 17:50:47'),
(8058, '5d0684515f97c', 'jenlkdel1@yahoo.com', 'S', 'F', '', 0, '2019-06-16 18:02:53'),
(8059, '5d06a015aad92', 'marelmasry@gmail.com', 'S', 'F', '', 0, '2019-06-16 20:01:28'),
(8060, '5d06b163f2f7e', 'leonard.bonarek@gmail.com', 'S', 'F', '', 0, '2019-06-16 21:15:12'),
(8061, '5d06b768596ba', 'mpmuth@comcast.net', 'S', 'F', '', 0, '2019-06-16 21:40:56'),
(8062, '5d06c36eb1dca', 'sandiebutler@twcny.rr.com', 'S', 'F', '', 0, '2019-06-16 22:32:09'),
(8063, '5d06cbcabe272', 'joaquim@gaussenergia.com.br', 'S', 'F', '', 0, '2019-06-16 23:07:55'),
(8064, '5d06cd9ad6155', 'gabriel@gaussenergia.com.br', 'S', 'F', '', 0, '2019-06-16 23:15:34'),
(8065, '5d06d65eeee57', 'ustinchow@sympatico.ca', 'S', 'F', '', 0, '2019-06-16 23:52:56'),
(8066, '5d06dd0e347ff', 'kalonjii24@yahoo.com', 'S', 'F', '', 0, '2019-06-17 00:21:35'),
(8067, '5d06e5043187e', 'newman.es47@gmail.com', 'S', 'F', '', 0, '2019-06-17 00:55:32'),
(8068, '5d0700c826792', 'phylliskoop@yahoo.ca', 'S', 'F', '', 0, '2019-06-17 02:54:00'),
(8069, '5d070900a8c27', 'ashley.suesane@gmail.com', 'S', 'F', '', 0, '2019-06-17 03:28:58'),
(8070, '5d070d7dae983', 'andreaalexander@rogers.com', 'S', 'F', '', 0, '2019-06-17 03:48:06'),
(8071, '5d073acccd5ac', 'keelin.linehan@gmail.com', 'S', 'F', '', 0, '2019-06-17 07:01:29'),
(8072, '5d075f3bb71f5', 'cmdaun@gmail.com', 'S', 'F', '', 0, '2019-06-17 09:36:57'),
(8073, '5d077e6ee5e87', 'tammyvsis@gmail.com', 'S', 'F', '', 0, '2019-06-17 11:50:04'),
(8074, '5d07888c01c02', 'emang@comcast.net', 'S', 'F', '', 0, '2019-06-17 12:33:13'),
(8075, '5d0797af86369', 'izzyronewicz@gmail.com', 'S', 'F', '', 0, '2019-06-17 13:37:48'),
(8076, '5d07a7af0c9a8', 'angelsautos@sbcglobal.net', 'S', 'F', '', 0, '2019-06-17 14:46:05'),
(8077, '5d07b4d43bbf6', 'newman.es47@gmail.com', 'S', 'F', '', 0, '2019-06-17 15:42:12'),
(8078, '5d07b6acad0c6', 'rxmast@icehouse.net', 'S', 'F', '', 0, '2019-06-17 15:50:01'),
(8079, '5d07b783c2c88', 'jennandbryhinson@gmail.com', 'S', 'F', '', 0, '2019-06-17 15:53:39'),
(8080, '5d07bb6470d5b', 'ashley.suesane@gmail.com', 'S', 'F', '', 0, '2019-06-17 16:10:12'),
(8081, '5d07d1ecdae4d', 'griff261@gmail.com', 'S', 'F', '', 0, '2019-06-17 17:46:20'),
(8082, '5d07e3ed13ea9', 'david.fisk@treuhouse.com', 'S', 'F', '', 0, '2019-06-17 19:03:04'),
(8083, '5d07f09201082', 'vasantaraov@yahoo.com', 'S', 'F', '', 0, '2019-06-17 19:57:05'),
(8084, '5d07f5f21e7e4', 'msenkow1@gmail.com', 'S', 'F', '', 0, '2019-06-17 20:20:01'),
(8085, '5d07f6403fd7d', 'joshuangl@yahoo.com', 'S', 'F', '', 0, '2019-06-17 20:21:20'),
(8086, '5d07fa807af14', 'baileycd88@gmail.com', 'S', 'F', '', 0, '2019-06-17 20:39:28'),
(8087, '5d0804133812f', 'brianthemitchell@gmail.com', 'S', 'F', '', 0, '2019-06-17 21:20:15'),
(8088, '5d0807849961b', 'tobeyfarinas@gmail.com', 'S', 'F', '', 0, '2019-06-17 21:35:00'),
(8089, '5d0816afdd542', 'holdbrook88@gmail.com', 'S', 'F', '', 0, '2019-06-17 22:39:39'),
(8090, '5d0830600f36a', 'alrichard@charter.net', 'S', 'F', '', 0, '2019-06-18 00:29:18'),
(8091, '5d08433603dd9', 'pastortimjenkins@yahoo.com', 'S', 'F', '', 0, '2019-06-18 01:49:34'),
(8092, '5d084577b8eea', 'michaeldellacorte4@gmail.com', 'S', 'F', '', 0, '2019-06-18 01:59:13'),
(8093, '5d084774b781c', 'xavierochoa826@gmail.com', 'S', 'F', '', 0, '2019-06-18 02:07:47'),
(8094, '5d0857c117c42', 'genardgarcia@gmail.com', 'S', 'F', '', 0, '2019-06-18 03:17:14'),
(8095, '5d08695ec1722', 'atgrove86@gmail.com', 'S', 'F', '', 0, '2019-06-18 04:32:29'),
(8096, '5d08699637c57', 'tkjabrannen@aol.com', 'S', 'F', '', 0, '2019-06-18 04:33:24'),
(8097, '5d08716582011', 'jordonj191@gmail.com', 'S', 'F', '', 0, '2019-06-18 05:06:37'),
(8098, '5d087674aefff', 'hminaoui@gmail.com', 'S', 'F', '', 0, '2019-06-18 05:28:17'),
(8099, '5d087d33b8028', 'theultimate9730@gmail.com', 'S', 'F', '', 0, '2019-06-18 05:56:59'),
(8100, '5d087dccdbd85', 'asmclemore@gmail.com', 'S', 'F', '', 0, '2019-06-18 05:59:33'),
(8101, '5d087ee6707bd', 'mikewinkler1949@gmail.com', 'S', 'F', '', 0, '2019-06-18 06:04:10'),
(8102, '5d0891b8802df', 'anna.m.ngo@gmail.com', 'S', 'F', '', 0, '2019-06-18 07:24:36'),
(8103, '5d089b9bc9f85', 'danielle.coggin@gmail.com', 'S', 'F', '', 0, '2019-06-18 08:06:48'),
(8104, '5d08beefe2a2b', 'isaiashenriquez@gmail.com', 'S', 'F', '', 0, '2019-06-18 10:37:37'),
(8105, '5d08bf54ccfdd', 'claudia.koerter@t-online.de', 'S', 'F', '', 0, '2019-06-18 10:39:13'),
(8106, '5d08d12d6ca57', 'ljsart@aol.com', 'S', 'F', '', 0, '2019-06-18 11:55:22'),
(8107, '5d08d175a0400', 'jessflarity@gmail.com', 'S', 'F', '', 0, '2019-06-18 11:56:32'),
(8108, '5d08df336b2b9', 'beachkiki@yahoo.com', 'S', 'F', '', 0, '2019-06-18 12:55:11'),
(8109, '5d08ee54bb5bc', 'primeartsprod@gmail.com', 'S', 'F', '', 0, '2019-06-18 13:59:43'),
(8110, '5d08ef19f0cb6', 'jopinion@live.ca', 'S', 'F', '', 0, '2019-06-18 14:03:00'),
(8111, '5d09073aa6ecc', 'michaeldellacorte4@gmail.com', 'S', 'F', '', 0, '2019-06-18 15:45:59'),
(8112, '5d090b62b83cb', 'paulo.salamea@gmail.com', 'S', 'F', '', 0, '2019-06-18 16:03:45'),
(8113, '5d09127bf1610', 'jabr_jaw@yahoo.com', 'S', 'F', '', 0, '2019-06-18 16:34:05'),
(8114, '5d091307192af', 'conniemetts@yahoo.com', 'S', 'F', '', 0, '2019-06-18 16:36:24'),
(8115, '5d0914ee9eca1', 'jpthouston@gmail.com', 'S', 'F', '', 0, '2019-06-18 16:44:27'),
(8116, '5d091c1fbe6af', 'limpert.nicole@gmail.com', 'S', 'F', '', 0, '2019-06-18 17:15:11'),
(8117, '5d09247d58e1e', 'stephenlunnyusmc@yahoo.com', 'S', 'F', '', 0, '2019-06-18 17:50:54'),
(8118, '5d0927721a141', 'dcanaday0989@gmail.com', 'S', 'F', '', 0, '2019-06-18 18:03:30'),
(8119, '5d09292818e7b', 'asmclemore@gmail.com', 'S', 'F', '', 0, '2019-06-18 18:10:49'),
(8120, '5d09294fd8a2f', 'jlubin@deflaw.com', 'S', 'F', '', 0, '2019-06-18 18:11:25'),
(8121, '5d092c598d3e7', 'malicesu@gmail.com', 'S', 'F', '', 0, '2019-06-18 18:24:21'),
(8122, '5d09310ff3714', 'xbozena6x@aol.com', 'S', 'F', '', 0, '2019-06-18 18:44:28'),
(8123, '5d093185a8588', 'clarks082013@gmail.com', 'S', 'F', '', 0, '2019-06-18 18:46:30'),
(8124, '5d09324eb558c', 'goestherdo@gmail.com', 'S', 'F', '', 0, '2019-06-18 18:49:50'),
(8125, '5d093999dd330', 'kvanegdom7@gmail.com', 'S', 'F', '', 0, '2019-06-18 19:20:59'),
(8126, '5d0939a1ca005', 'asmclemore@gmail.com', 'S', 'F', '', 0, '2019-06-18 19:21:05'),
(8127, '5d093ec728c40', 'kilthorlp@gmail.com', 'S', 'F', '', 0, '2019-06-18 19:43:03'),
(8128, '5d093f1ae5f61', 'gjdeno88@gmail.com', 'S', 'F', '', 0, '2019-06-18 19:44:22'),
(8129, '5d094162b33f2', 'nvaleryherve@gmail.com', 'S', 'F', '', 0, '2019-06-18 19:54:06'),
(8130, '5d094202d0c1f', 'dustnrobbins@gmail.com', 'S', 'F', '', 0, '2019-06-18 19:56:47'),
(8131, '5d0942c2131a1', 'sazimov@aol.com', 'S', 'F', '', 0, '2019-06-18 19:59:59'),
(8132, '5d0943dcb0be2', 'nreilly3@gmail.com', 'S', 'F', '', 0, '2019-06-18 20:04:41'),
(8133, '5d09449fa7a0f', 'dwlong787@gmail.com', 'S', 'F', '', 0, '2019-06-18 20:07:36'),
(8134, '5d094726a4bcb', 'dustnrobbins@gmail.com', 'S', 'F', '', 0, '2019-06-18 20:18:42'),
(8135, '5d094a85720f9', 'dustnrobbins@gmail.com', 'S', 'F', '', 0, '2019-06-18 20:33:09'),
(8136, '5d094b086fb9f', 'saragerstenblatt@gmail.com', 'S', 'F', '', 0, '2019-06-18 20:35:15'),
(8137, '5d094f998724f', 'mikewinkler1949@gmail.com', 'S', 'F', '', 0, '2019-06-18 20:54:43'),
(8138, '5d0951640330b', 'casas.pedro@yahoo.com', 'S', 'F', '', 0, '2019-06-18 21:02:24'),
(8139, '5d095218bd240', 'dmoore15@gmail.com', 'S', 'F', '', 0, '2019-06-18 21:05:28'),
(8140, '5d0959a608557', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-06-18 21:37:42'),
(8141, '5d095a822a363', 'andy.flagg@britelite.net', 'S', 'F', '', 0, '2019-06-18 21:41:21'),
(8142, '5d095c187e479', 'cathyluckett66@gmail.com', 'S', 'F', '', 0, '2019-06-18 21:48:08'),
(8143, '5d0963d047cc6', 'toniahern@gmail.com', 'S', 'F', '', 0, '2019-06-18 22:21:04'),
(8144, '5d0963fac615d', 'dblack@wildstarcs.com', 'S', 'F', '', 0, '2019-06-18 22:21:47'),
(8145, '5d096414469d8', 'williewdavis@aol.com', 'S', 'F', '', 0, '2019-06-18 22:22:13'),
(8146, '5d096ac2a913b', 'nreilly3@gmail.com', 'S', 'F', '', 0, '2019-06-18 22:50:42'),
(8147, '5d096b46dd8d7', 'chanclor9802@gmail.com', 'S', 'F', '', 0, '2019-06-18 22:52:48'),
(8148, '5d096c0ede4f8', 'jonesrenee138@gmail.com', 'S', 'F', '', 0, '2019-06-18 22:56:16'),
(8149, '5d0970732e2b3', 'shamilton01@gmail.com', 'S', 'F', '', 0, '2019-06-18 23:14:59'),
(8150, '5d097639bef3f', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-06-18 23:39:42'),
(8151, '5d0977196a73e', 'asmclemore@gmail.com', 'S', 'F', '', 0, '2019-06-18 23:43:21'),
(8152, '5d097cedef73a', 'lepird65@gmail.com', 'S', 'F', '', 0, '2019-06-19 00:08:12'),
(8153, '5d097f974b76f', 'millerje66@gmail.com', 'S', 'F', '', 0, '2019-06-19 00:19:35'),
(8154, '5d0981b871ae0', 'yasemin1akbaba@gmail.com', 'S', 'F', '', 0, '2019-06-19 00:28:39'),
(8155, '5d098a4d07868', 'millerje66@gmail.com', 'S', 'F', '', 0, '2019-06-19 01:05:11'),
(8156, '5d098eae1c916', 'oliviakit@aol.com', 'S', 'F', '', 0, '2019-06-19 01:23:51'),
(8157, '5d098fb59336c', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-06-19 01:28:20'),
(8158, '5d09910685d0e', 'dsdinus@gmail.com', 'S', 'F', '', 0, '2019-06-19 01:33:58'),
(8159, '5d09946bb6c4c', 'rodhicks@yahoo.com', 'S', 'F', '', 0, '2019-06-19 01:48:19'),
(8160, '5d0994686e3f0', 'jo.samluk@gmail.com', 'S', 'F', '', 0, '2019-06-19 01:48:24'),
(8161, '5d0997f4ae636', 'smileymacias92@yahoo.com', 'S', 'F', '', 0, '2019-06-19 02:03:31'),
(8162, '5d099ecb94a3c', 'cliffdendekker@gmail.com', 'S', 'F', '', 0, '2019-06-19 02:32:42'),
(8163, '5d09a3200a7b0', 'jhr707@aol.com', 'S', 'F', '', 0, '2019-06-19 02:50:46'),
(8164, '5d09a753e464f', 'michaeldellacorte4@gmail.com', 'S', 'F', '', 0, '2019-06-19 03:08:51'),
(8165, '5d09a9f2ced68', 'kvanegdom7@gmail.com', 'S', 'F', '', 0, '2019-06-19 03:20:20'),
(8166, '5d09adebb4eed', 'bessyroberts@yahoo.com', 'S', 'F', '', 0, '2019-06-19 03:37:17'),
(8167, '5d09b0269a840', 'yasemin1akbaba@gmail.com', 'S', 'F', '', 0, '2019-06-19 03:46:31'),
(8168, '5d09b0aca7219', 'paulo.salamea@gmail.com', 'S', 'F', '', 0, '2019-06-19 03:48:36'),
(8169, '5d09c0270e3f3', 'saragerstenblatt@gmail.com', 'S', 'F', '', 0, '2019-06-19 04:54:58'),
(8170, '5d09c04590d46', 'michaeldellacorte4@gmail.com', 'S', 'F', '', 0, '2019-06-19 04:55:33'),
(8171, '5d09c0ff3acea', 'jw.redrose@aol.com', 'S', 'F', '', 0, '2019-06-19 04:58:39'),
(8172, '5d09c27c49ff4', 'ddeandebbie@gmail.com', 'S', 'F', '', 0, '2019-06-19 05:05:01'),
(8173, '5d09c3ef0912c', 'dmoore15@gmail.com', 'S', 'F', '', 0, '2019-06-19 05:11:11'),
(8174, '5d09c960403b7', 'clayclement@gmail.com', 'S', 'F', '', 0, '2019-06-19 05:34:23'),
(8175, '5d09caf192e80', 'mariatinatwofoot@gmail.com', 'S', 'F', '', 0, '2019-06-19 05:41:00'),
(8176, '5d09d4621840a', 'djames740@gmail.com', 'S', 'F', '', 0, '2019-06-19 06:21:22'),
(8177, '5d09d6bf6aaee', 'curricurra123@protonmail.com', 'S', 'F', '', 0, '2019-06-19 06:31:21'),
(8178, '5d09e35f35719', 'dangie1319@gmail.com', 'S', 'F', '', 0, '2019-06-19 07:25:20'),
(8179, '5d09eddc93bf0', 'gmsroseville@gmail.com', 'S', 'F', '', 0, '2019-06-19 08:10:03'),
(8180, '5d0a00798a4e5', 'ekb805@aol.com', 'S', 'F', '', 0, '2019-06-19 09:29:22'),
(8181, '5d0a1464599a6', 'johnmartin1918@yahoo.com', 'S', 'F', '', 0, '2019-06-19 10:54:27'),
(8182, '5d0a2743b382f', 'youngs26159@yahoo.com', 'S', 'F', '', 0, '2019-06-19 12:14:56'),
(8183, '5d0a2e9f6b3d9', 'asmclemore@gmail.com', 'S', 'F', '', 0, '2019-06-19 12:46:19'),
(8184, '5d0a36c24060e', 'fvickers2@gmail.com', 'S', 'F', '', 0, '2019-06-19 13:21:05'),
(8185, '5d0a36fd6c918', 'yasemin1akbaba@gmail.com', 'S', 'F', '', 0, '2019-06-19 13:22:02'),
(8186, '5d0a3820650b9', 'stephenlunnyusmc@yahoo.com', 'S', 'F', '', 0, '2019-06-19 13:26:52'),
(8187, '5d0a3d8218333', 'jo.samluk@gmail.com', 'S', 'F', '', 0, '2019-06-19 13:49:52'),
(8188, '5d0a4556c2b50', 'rodhicks@yahoo.com', 'S', 'F', '', 0, '2019-06-19 14:23:14'),
(8189, '5d0a49d076d38', 'jw.redrose@aol.com', 'S', 'F', '', 0, '2019-06-19 14:42:23'),
(8190, '5d0a4bfa8b838', 'johnmgar@lanl.gov', 'S', 'F', '', 0, '2019-06-19 14:51:37'),
(8191, '5d0a6ac33a4fc', 'erica.unander@gmail.com', 'S', 'F', '', 0, '2019-06-19 17:03:00'),
(8192, '5d0a7379deb4b', 'andmono@comcast.net', 'S', 'F', '', 0, '2019-06-19 17:40:06'),
(8193, '5d0a7f97c2a12', 'joseph.samluk@gmail.com', 'S', 'F', '', 0, '2019-06-19 18:31:50'),
(8194, '5d0a83073324f', 'jkowit@gmail.com', 'S', 'F', '', 0, '2019-06-19 18:46:27'),
(8195, '5d0a8c7b3c472', 'gcbranscome@verizon.net', 'S', 'F', '', 0, '2019-06-19 19:26:47'),
(8196, '5d0a917495b37', 'johnmartin1918@yahoo.com', 'S', 'F', '', 0, '2019-06-19 19:48:04'),
(8197, '5d0a93dab8fe1', 'adrienne.sauls@gmail.com', 'S', 'F', '', 0, '2019-06-19 19:58:16'),
(8198, '5d0a95b3c6250', 'jordan_obanion@yahoo.com', 'S', 'F', '', 0, '2019-06-19 20:06:07'),
(8199, '5d0a95ee01b32', 'malinwalterson@gmail.com', 'S', 'F', '', 0, '2019-06-19 20:07:12'),
(8200, '5d0a982add152', 'janada30@yahoo.com', 'S', 'F', '', 0, '2019-06-19 20:16:38'),
(8201, '5d0a9851726e0', 'pkitchens01@gmail.com', 'S', 'F', '', 0, '2019-06-19 20:17:11'),
(8202, '5d0a98baabb12', 'joseph.pop14@gmail.com', 'S', 'F', '', 0, '2019-06-19 20:19:08'),
(8203, '5d0a9ab75537d', 'talmilburn@gmail.com', 'S', 'F', '', 0, '2019-06-19 20:27:30'),
(8204, '5d0a9d0f0eef0', 'dodyjohns1@gmail.com', 'S', 'F', '', 0, '2019-06-19 20:37:30'),
(8205, '5d0a9d93ad179', 'mjevp3@sbcglobal.net', 'S', 'F', '', 0, '2019-06-19 20:39:49'),
(8206, '5d0a9dc142775', 'utahminer@gmail.com', 'S', 'F', '', 0, '2019-06-19 20:40:33'),
(8207, '5d0a9f126e226', 'rfg713@gmail.com', 'S', 'F', '', 0, '2019-06-19 20:46:07'),
(8208, '5d0aa320a2fac', 'nreilly3@gmail.com', 'S', 'F', '', 0, '2019-06-19 21:03:25'),
(8209, '5d0aac7630f54', 'rogerbutterwick@yahoo.com', 'S', 'F', '', 0, '2019-06-19 21:43:14'),
(8210, '5d0ab31b0caa7', 'pretzelboy@gmail.com', 'S', 'F', '', 0, '2019-06-19 22:11:33'),
(8211, '5d0ab970bb9f4', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-06-19 22:38:37'),
(8212, '5d0abdaf36270', 'joe.samluk@gmail.com', 'S', 'F', '', 0, '2019-06-19 22:56:48'),
(8213, '5d0ac0e791d17', 'saragerstenblatt@gmail.com', 'S', 'F', '', 0, '2019-06-19 23:10:31'),
(8214, '5d0ad1dde948c', 'bfmom2three@gmail.com', 'S', 'F', '', 0, '2019-06-20 00:22:54'),
(8215, '5d0ad66104652', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-06-20 00:42:09'),
(8216, '5d0b04c1d01c9', 'bhaas04@yahoo.com', 'S', 'F', '', 0, '2019-06-20 04:00:00'),
(8217, '5d0b0a6bb71b2', 'gardnergreg12@gmail.com', 'S', 'F', '', 0, '2019-06-20 04:24:10'),
(8218, '5d0b0c9e3438d', 'michaeldellacorte4@gmail.com', 'S', 'F', '', 0, '2019-06-20 04:33:28'),
(8219, '5d0b0cbdb6c92', 'dmatthews@valleyhospitality.com', 'S', 'F', '', 0, '2019-06-20 04:33:59'),
(8220, '5d0b0e31480f5', 'sandpiper0809@aol.com', 'S', 'F', '', 0, '2019-06-20 04:40:17'),
(8221, '5d0b13c6a1fe1', 'josephd14@yahoo.com', 'S', 'F', '', 0, '2019-06-20 05:04:04'),
(8222, '5d0b25009ede2', 'beercarp@shaw.ca', 'S', 'F', '', 0, '2019-06-20 06:17:30'),
(8223, '5d0b2ce02667c', 'bernoulli07@gmail.com', 'S', 'F', '', 0, '2019-06-20 06:51:12'),
(8224, '5d0b2d6760cdd', 'yasemin1akbaba@gmail.com', 'S', 'F', '', 0, '2019-06-20 06:53:24'),
(8225, '5d0b2f479a706', 'devmark1@telus.net', 'S', 'F', '', 0, '2019-06-20 07:01:20'),
(8226, '5d0b347cbef1b', 'andrewrussellcanoe@gmail.com', 'S', 'F', '', 0, '2019-06-20 07:23:32'),
(8227, '5d0b360410427', 'fiona.liu430@hotmail.ca', 'S', 'F', '', 0, '2019-06-20 07:29:38'),
(8228, '5d0b3f6b7e560', 'adrian.hermosillo@gmail.com', 'S', 'F', '', 0, '2019-06-20 08:10:17'),
(8229, '5d0b43746ac7c', 'macueto@aol.com', 'S', 'F', '', 0, '2019-06-20 08:27:30'),
(8230, '5d0b514e4cb77', 'rfg713@gmail.com', 'S', 'F', '', 0, '2019-06-20 09:26:36'),
(8231, '5d0b5ab4594b0', 'brianmartin7@yahoo.com', 'S', 'F', '', 0, '2019-06-20 10:06:35'),
(8232, '5d0b5f5d8a11f', 'ann.shaffer623@gmail.com', 'S', 'F', '', 0, '2019-06-20 10:26:35'),
(8233, '5d0b6b7c4bd79', 'office@churchcentral.org.uk', 'S', 'F', '', 0, '2019-06-20 11:18:16'),
(8234, '5d0b6c2decfb4', 'moorejeanne13@gmail.com', 'S', 'F', '', 0, '2019-06-20 11:21:19'),
(8235, '5d0b7210a6a86', 'jhr707@aol.com', 'S', 'F', '', 0, '2019-06-20 11:46:21'),
(8236, '5d0b77be84e9c', 'verakara45@gmail.com', 'S', 'F', '', 0, '2019-06-20 12:10:39'),
(8237, '5d0b889388f6b', 'tommomcrief@gmail.com', 'S', 'F', '', 0, '2019-06-20 13:22:23'),
(8238, '5d0b88e46d7c1', 'supermensa54@gmail.com', 'S', 'F', '', 0, '2019-06-20 13:23:46'),
(8239, '5d0b89e3cf6d4', 'amaness13@gmail.com', 'S', 'F', '', 0, '2019-06-20 13:27:55'),
(8240, '5d0b8b390fcf3', 'gardnergreg12@gmail.com', 'S', 'F', '', 0, '2019-06-20 13:33:42'),
(8241, '5d0b8ea665b4d', 'clo53@gmail.com', 'S', 'F', '', 0, '2019-06-20 13:48:20'),
(8242, '5d0b8f81337c9', 'silber175@gmail.com', 'S', 'F', '', 0, '2019-06-20 13:51:55'),
(8243, '5d0b95634a6b9', 'tommomcrief@gmail.com', 'S', 'F', '', 0, '2019-06-20 14:17:02'),
(8244, '5d0b95c42702c', 'burnsjese@yahoo.com', 'S', 'F', '', 0, '2019-06-20 14:18:41'),
(8245, '5d0ba3f066a6b', 'charles.murphy@gmail.com', 'S', 'F', '', 0, '2019-06-20 15:19:10'),
(8246, '5d0bab1fc0b6e', 'trevor.wilson@gmail.com', 'S', 'F', '', 0, '2019-06-20 15:49:50'),
(8247, '5d0baddd7505b', 'jangwoo24@gmail.com', 'S', 'F', '', 0, '2019-06-20 16:01:30'),
(8248, '5d0bb5e1ccaf5', 'paulw4415@gmail.com', 'S', 'F', '', 0, '2019-06-20 16:35:47'),
(8249, '5d0bb5fc87c70', 'mccarrier59@gmail.com', 'S', 'F', '', 0, '2019-06-20 16:36:12'),
(8250, '5d0bb6c16d354', 'doloreshansen@aol.com', 'S', 'F', '', 0, '2019-06-20 16:39:29'),
(8251, '5d0bb7724e40f', 'gmsroseville@gmail.com', 'S', 'F', '', 0, '2019-06-20 16:42:22'),
(8252, '5d0bb78c12236', 'richkingzbargains1000@gmail.com', 'S', 'F', '', 0, '2019-06-20 16:42:49'),
(8253, '5d0bb86dc52b3', 'papking@aol.com', 'S', 'F', '', 0, '2019-06-20 16:46:35'),
(8254, '5d0bc502c2f60', 'jpancake@allaboutlife.us', 'S', 'F', '', 0, '2019-06-20 17:40:14'),
(8255, '5d0bc67a12272', 'azuran1120@gmail.com', 'S', 'F', '', 0, '2019-06-20 17:46:34'),
(8256, '5d0bc95e558d8', 'asmani.patel@gmail.com', 'S', 'F', '', 0, '2019-06-20 17:58:51'),
(8257, '5d0bd320dd791', 'janada30@yahoo.com', 'S', 'F', '', 0, '2019-06-20 18:40:33'),
(8258, '5d0bd6c51f913', 'alexandra.gendron68@gmail.com', 'S', 'F', '', 0, '2019-06-20 18:55:55'),
(8259, '5d0bd8d5a57fe', 'debbradford@att.net', 'S', 'F', '', 0, '2019-06-20 19:04:53'),
(8260, '5d0bd95d1cdba', 'gardnergreg12@gmail.com', 'S', 'F', '', 0, '2019-06-20 19:07:09'),
(8261, '5d0bdb42b20d7', 'yacob95@yahoo.com', 'S', 'F', '', 0, '2019-06-20 19:15:09'),
(8262, '5d0bdd05568f2', 'daniellempiche@gmail.com', 'S', 'F', '', 0, '2019-06-20 19:22:41'),
(8263, '5d0bdecc38839', 'ufgtrbil@bellsouth.net', 'S', 'F', '', 0, '2019-06-20 19:30:15'),
(8264, '5d0be0c7b6ae9', 'jw.redrose@aol.com', 'S', 'F', '', 0, '2019-06-20 19:38:47'),
(8265, '5d0be77d7de18', 'diva.jodi@yahoo.com', 'S', 'F', '', 0, '2019-06-20 20:07:25'),
(8266, '5d0beb01d9e90', 'rpidelany@aol.com', 'S', 'F', '', 0, '2019-06-20 20:22:20'),
(8267, '5d0beeb75bde1', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-06-20 20:38:15'),
(8268, '5d0bf3714073f', 'tommomcrief@gmail.com', 'S', 'F', '', 0, '2019-06-20 20:58:24'),
(8269, '5d0bf436b4841', 'chrisbrwn16@gmail.com', 'S', 'F', '', 0, '2019-06-20 21:01:42'),
(8270, '5d0bf61e50187', 'ys143jk@yahoo.com', 'S', 'F', '', 0, '2019-06-20 21:09:44'),
(8271, '5d0bfea75ba40', 'lulujin92@yahoo.com', 'S', 'F', '', 0, '2019-06-20 21:46:15'),
(8272, '5d0bffce4c103', 'dmbender14@yahoo.com', 'S', 'F', '', 0, '2019-06-20 21:51:04'),
(8273, '5d0c0e2947266', 'buket_oktem@yahoo.ca', 'S', 'F', '', 0, '2019-06-20 22:52:25'),
(8274, '5d0c0f1d16176', 'meganwrinn@gmail.com', 'S', 'F', '', 0, '2019-06-20 22:56:28'),
(8275, '5d0c16984d370', 'kirill.kara1234@gmail.com', 'S', 'F', '', 0, '2019-06-20 23:28:24'),
(8276, '5d0c1f40e1e59', 'emg7.gar@gmail.com', 'S', 'F', '', 0, '2019-06-21 00:05:13'),
(8277, '5d0c1f9f1e5b8', 'csarratt@gmail.com', 'S', 'F', '', 0, '2019-06-21 00:06:53'),
(8278, '5d0c2a6ed9c96', 'han.juyoun@gmail.com', 'S', 'F', '', 0, '2019-06-21 00:53:03'),
(8279, '5d0c336e57fcc', 'doloreshansen@aol.com', 'S', 'F', '', 0, '2019-06-21 01:31:18'),
(8280, '5d0c3f7218d0c', 'mackshaffer1983@gmail.com', 'S', 'F', '', 0, '2019-06-21 02:22:36'),
(8281, '5d0c4827260b5', 'sambh03@gmail.com', 'S', 'F', '', 0, '2019-06-21 02:59:42'),
(8282, '5d0c4c9160741', 'doloreshansen@aol.com', 'S', 'F', '', 0, '2019-06-21 03:18:39'),
(8283, '5d0c51256731c', 'nataliezhort@gmail.com', 'S', 'F', '', 0, '2019-06-21 03:38:07'),
(8284, '5d0c620c1c49b', 'jfsimpson4760@earthlink.net', 'S', 'F', '', 0, '2019-06-21 04:50:17'),
(8285, '5d0c645bc60d3', 'herms_a@yahoo.com', 'S', 'F', '', 0, '2019-06-21 05:00:09'),
(8286, '5d0c772bed700', 'jin.g.chung@gmail.com', 'S', 'F', '', 0, '2019-06-21 06:20:24'),
(8287, '5d0c772cdfa49', 'psturtevant@yahoo.com', 'S', 'F', '', 0, '2019-06-21 06:20:28'),
(8288, '5d0c836ac186c', 'meldcruz@yahoo.ca', 'S', 'F', '', 0, '2019-06-21 07:12:42'),
(8289, '5d0c8ece85c39', 'clo53@gmail.com', 'S', 'F', '', 0, '2019-06-21 08:01:16'),
(8290, '5d0c9229517a5', 'doloreshansen@aol.com', 'S', 'F', '', 0, '2019-06-21 08:15:35'),
(8291, '5d0c992bc86ec', 'aturner1@gmail.com', 'S', 'F', '', 0, '2019-06-21 08:45:28'),
(8292, '5d0c9e8cb9ed4', 'mdillonphx@gmail.com', 'S', 'F', '', 0, '2019-06-21 09:08:27'),
(8293, '5d0ca9c4d6297', 'autumnflowers1870@gmail.com', 'S', 'F', '', 0, '2019-06-21 09:56:16'),
(8294, '5d0cabc6644e0', 'thomas.lextrait@gmail.com', 'S', 'F', '', 0, '2019-06-21 10:04:51'),
(8295, '5d0cabf422718', 'dianalovely1995@yahoo.com', 'S', 'F', '', 0, '2019-06-21 10:05:37'),
(8296, '5d0cac4945639', 'mmcguire91@gmail.com', 'S', 'F', '', 0, '2019-06-21 10:07:02'),
(8297, '5d0cb9f14e13d', 'robertkj2@gmail.com', 'S', 'F', '', 0, '2019-06-21 11:05:19'),
(8298, '5d0cc341a73f6', 'clo53@gmail.com', 'S', 'F', '', 0, '2019-06-21 11:44:59'),
(8299, 'Meena', 'meenameenrani278@gmail.com', 'S', 'C', 'Post bsc admission', 2147483647, '2019-06-21 13:33:39'),
(8300, '5d0cf229e56c1', 'ashshobiz@aol.com', 'S', 'F', '', 0, '2019-06-21 15:05:11'),
(8301, '5d0cf7dc0ab6c', 'clo53@gmail.com', 'S', 'F', '', 0, '2019-06-21 15:29:26'),
(8302, '5d0d059cc9f9c', 'scavazos@eaprep.org', 'S', 'F', '', 0, '2019-06-21 16:28:13'),
(8303, '5d0d0a5d63bcc', 'gardnergreg12@gmail.com', 'S', 'F', '', 0, '2019-06-21 16:48:30'),
(8304, '5d0d0b4943ec7', 'lohensley1@gmail.com', 'S', 'F', '', 0, '2019-06-21 16:52:21'),
(8305, '5d0d0b812b47e', 'crandb@yahoo.com', 'S', 'F', '', 0, '2019-06-21 16:53:23'),
(8306, '5d0d10fa6d8f0', 'alexbeightol@gmail.com', 'S', 'F', '', 0, '2019-06-21 17:16:42'),
(8307, '5d0d256d9a095', 'snowpupgirl@gmail.com', 'S', 'F', '', 0, '2019-06-21 18:43:52'),
(8308, '5d0d2c59ac3e4', 'angeld413@aol.com', 'S', 'F', '', 0, '2019-06-21 19:13:21'),
(8309, '5d0d2e941a7c7', 'clo53@gmail.com', 'S', 'F', '', 0, '2019-06-21 19:22:55'),
(8310, '5d0d321a6ea23', 'bsailp@comcast.net', 'S', 'F', '', 0, '2019-06-21 19:38:02'),
(8311, '5d0d3ffdd89dd', 'jordanthompson116@gmail.com', 'S', 'F', '', 0, '2019-06-21 20:37:18'),
(8312, '5d0d44f66962a', 'seabluez55@gmail.com', 'S', 'F', '', 0, '2019-06-21 20:58:24'),
(8313, '5d0d593f545c3', 'quickdrawplant@gmail.com', 'S', 'F', '', 0, '2019-06-21 22:25:02'),
(8314, '5d0d5bafbf1bb', 'kwallis212@aol.com', 'S', 'F', '', 0, '2019-06-21 22:35:20'),
(8315, '5d0d7ed8c2b51', 'jryanjj@gmail.com', 'S', 'F', '', 0, '2019-06-22 01:05:22'),
(8316, '5d0d84188cb41', 'verakara45@gmail.com', 'S', 'F', '', 0, '2019-06-22 01:27:45'),
(8317, '5d0d8de27639c', 'petra_wehrberger@yahoo.de', 'S', 'F', '', 0, '2019-06-22 02:09:38'),
(8318, '5d0dd47a1eabf', 'jessica.roman88@gmail.com', 'S', 'F', '', 0, '2019-06-22 07:10:46'),
(8319, '5d0dfee743374', 'alikreindler1@yahoo.com', 'S', 'F', '', 0, '2019-06-22 10:11:48'),
(8320, '5d0e1a2a5ee4d', 'sofianekhezzane@gmail.com', 'S', 'F', '', 0, '2019-06-22 12:08:06'),
(8321, '5d0e241200150', 'john.marathas@roust.com', 'S', 'F', '', 0, '2019-06-22 12:50:22'),
(8322, '5d0e27da025bb', 'populardesign801@gmail.com', 'S', 'F', '', 0, '2019-06-22 13:06:28'),
(8323, '5d0e303e60896', 'crigerdestiny9918@gmail.com', 'S', 'F', '', 0, '2019-06-22 13:42:17'),
(8324, '5d0e31771d6a9', 'jackycen1999@gmail.com', 'S', 'F', '', 0, '2019-06-22 13:47:25'),
(8325, '5d0e341d01b77', 'srajesh9@gmail.com', 'S', 'F', '', 0, '2019-06-22 13:58:51'),
(8326, '5d0e35d50f0bd', 'dekeirons@yahoo.com', 'S', 'F', '', 0, '2019-06-22 14:06:07'),
(8327, '5d0e471e8e8a4', 'wlkthree@gmail.com', 'S', 'F', '', 0, '2019-06-22 15:19:51'),
(8328, '5d0e4e9a79522', 'jromine1993@gmail.com', 'S', 'F', '', 0, '2019-06-22 15:51:52'),
(8329, '5d0e4ec4bfa3e', 'invldt@gmail.com', 'S', 'F', '', 0, '2019-06-22 15:52:38'),
(8330, '5d0e6b7d3849c', 'crazylox13@gmail.com', 'S', 'F', '', 0, '2019-06-22 17:55:09'),
(8331, '5d0e6e53b19da', 'mgautham.cse@gmail.com', 'S', 'F', '', 0, '2019-06-22 18:07:16'),
(8332, '5d0e707c3ecc9', 'djantonalmazov@gmail.com', 'S', 'F', '', 0, '2019-06-22 18:16:28'),
(8333, '5d0e76263c691', 'galesheets1@yahoo.com', 'S', 'F', '', 0, '2019-06-22 18:40:33'),
(8334, '5d0e7ef090dbd', 'courtney.lynn.manning@gmail.com', 'S', 'F', '', 0, '2019-06-22 19:17:58'),
(8335, '5d0e860181465', 'madrayjacquline@yahoo.com', 'S', 'F', '', 0, '2019-06-22 19:48:15'),
(8336, '5d0e9140c5a78', 'garycohn1@gmail.com', 'S', 'F', '', 0, '2019-06-22 20:36:14'),
(8337, '5d0eafe698354', 'clo53@gmail.com', 'S', 'F', '', 0, '2019-06-22 22:46:58'),
(8338, '5d0ec30d9b5dc', 'rtirado024@gmail.com', 'S', 'F', '', 0, '2019-06-23 00:08:45'),
(8339, '5d0eeeee75802', 'rebecca.boydd@gmail.com', 'S', 'F', '', 0, '2019-06-23 03:15:49'),
(8340, '5d0f1a87e3dc2', 'ida.hansen@gmail.com', 'S', 'F', '', 0, '2019-06-23 06:21:52'),
(8341, '5d0f2758eaaca', 'oneeyedkitty@mac.com', 'S', 'F', '', 0, '2019-06-23 07:16:39'),
(8342, '5d0f36f635290', 'brent0486@yahoo.com', 'S', 'F', '', 0, '2019-06-23 08:23:14'),
(8343, '5d0f3b44ccf97', 'sdgblandon@gmail.com', 'S', 'F', '', 0, '2019-06-23 08:41:39'),
(8344, '5d0f404825d22', 'magebrekidan@gmail.com', 'S', 'F', '', 0, '2019-06-23 09:03:01'),
(8345, '5d0f4049a822b', 'ethanan02@gmail.com', 'S', 'F', '', 0, '2019-06-23 09:03:03'),
(8346, '5d0f40f0392c7', 'rydersimins@gmail.com', 'S', 'F', '', 0, '2019-06-23 09:05:52'),
(8347, '5d0f492c820fb', 'addisongloss23@gmail.com', 'S', 'F', '', 0, '2019-06-23 09:40:58'),
(8348, '5d0f4944796b5', 'minecraftaddgame@gmail.com', 'S', 'F', '', 0, '2019-06-23 09:41:21'),
(8349, '5d0f4a7c4719e', 'cestewart1269@gmail.com', 'S', 'F', '', 0, '2019-06-23 09:46:27'),
(8350, '5d0f4fbf1e463', 'aminshirani1@gmail.com', 'S', 'F', '', 0, '2019-06-23 10:09:01'),
(8351, '5d0f552b77a63', 'johnwilliamdye@gmail.com', 'S', 'F', '', 0, '2019-06-23 10:32:07'),
(8352, '5d0f578b03be7', 'kristiewatts98@yahoo.com', 'S', 'F', '', 0, '2019-06-23 10:42:14'),
(8353, '5d0f5d810ab99', 'ajwise34@gmail.com', 'S', 'F', '', 0, '2019-06-23 11:07:43'),
(8354, '5d0f5df67eab4', 'kwilliams409@gmail.com', 'S', 'F', '', 0, '2019-06-23 11:09:39'),
(8355, '5d0f609f73b87', 'zoompatriot@gmail.com', 'S', 'F', '', 0, '2019-06-23 11:21:00'),
(8356, '5d0f65dd9d701', 'bradbw1@gmail.com', 'S', 'F', '', 0, '2019-06-23 11:43:20'),
(8357, '5d0f68a9dcde6', 'kass_greco22@yahoo.com', 'S', 'F', '', 0, '2019-06-23 11:55:17'),
(8358, '5d0f69083ba29', 'pixlegun39@gmail.com', 'S', 'F', '', 0, '2019-06-23 11:56:55'),
(8359, '5d0f78faa7844', 'tineyjohnson@gmail.com', 'S', 'F', '', 0, '2019-06-23 13:04:56'),
(8360, '5d0f79fbb7605', 'judo4879@gmail.com', 'S', 'F', '', 0, '2019-06-23 13:09:10'),
(8361, '5d0f7abc5f88a', 'danteishelladrippy@gmail.com', 'S', 'F', '', 0, '2019-06-23 13:12:25'),
(8362, '5d0f7bd1a0d2f', 'ysupangkat@yahoo.com', 'S', 'F', '', 0, '2019-06-23 13:17:04'),
(8363, '5d0f7d0914f6a', 'rhdomokos@gmail.com', 'S', 'F', '', 0, '2019-06-23 13:22:11'),
(8364, '5d0f80ff70b0d', 'austin26cummings@gmail.com', 'S', 'F', '', 0, '2019-06-23 13:39:07'),
(8365, '5d0f8100d5c66', 'geovannigoogoo@gmail.com', 'S', 'F', '', 0, '2019-06-23 13:39:11'),
(8366, '5d0f8474d6998', 'ekeurd@gmail.com', 'S', 'F', '', 0, '2019-06-23 13:53:54'),
(8367, '5d0f86353a66c', 'sunshine2@eastlink.ca', 'S', 'F', '', 0, '2019-06-23 14:01:18'),
(8368, '5d0fcee5381e9', 'gigialto44@aol.com', 'S', 'F', '', 0, '2019-06-23 19:11:30'),
(8369, '5d0fda941d3bb', 'scotttoole@yahoo.com', 'S', 'F', '', 0, '2019-06-23 20:01:19'),
(8370, '5d0ff3e9589f9', 'stuartknoll@yahoo.com', 'S', 'F', '', 0, '2019-06-23 21:49:29'),
(8371, '5d0ffe3bbae71', 'babyshemar2005@yahoo.com', 'S', 'F', '', 0, '2019-06-23 22:33:25'),
(8372, '5d0ffeeacec09', 'sarah278@gmail.com', 'S', 'F', '', 0, '2019-06-23 22:36:21'),
(8373, '5d100b82693e3', 'dalucas@gmail.com', 'S', 'F', '', 0, '2019-06-23 23:29:57'),
(8374, '5d100ecb8c6df', 'anee411@aol.com', 'S', 'F', '', 0, '2019-06-23 23:44:13'),
(8375, '5d1025fc3cfa4', 'humbertomc80@yahoo.com', 'S', 'F', '', 0, '2019-06-24 01:23:02'),
(8376, '5d102be93ef17', 'kowalski34@cox.net', 'S', 'F', '', 0, '2019-06-24 01:48:18'),
(8377, '5d1035ef3d3e6', 'hugo.lavorel@gmail.com', 'S', 'F', '', 0, '2019-06-24 02:31:11'),
(8378, '5d1075f8f0259', 'hulagurl725@yahoo.com', 'S', 'F', '', 0, '2019-06-24 07:04:22'),
(8379, '5d1086891154c', 'jromine1993@gmail.com', 'S', 'F', '', 0, '2019-06-24 08:15:02'),
(8380, '5d1090ba0b46f', '1dwshifflett@gmail.com', 'S', 'F', '', 0, '2019-06-24 08:58:33'),
(8381, '5d109a492856a', 'jikitsa@gmail.com', 'S', 'F', '', 0, '2019-06-24 09:39:18'),
(8382, '5d109e2c4d439', 'peter.montemayor@gmail.com', 'S', 'F', '', 0, '2019-06-24 09:55:53'),
(8383, '5d10a7c62e7fa', 'wilsonboy19@gmail.com', 'S', 'F', '', 0, '2019-06-24 10:36:52'),
(8384, '5d10ac4db245e', 'aminyoussef79@gmail.com', 'S', 'F', '', 0, '2019-06-24 10:56:11'),
(8385, '5d10ae566e649', 'tonio5266.mlg@gmail.com', 'S', 'F', '', 0, '2019-06-24 11:04:52'),
(8386, '5d10b198f22da', 'crystallee6878@gmail.com', 'S', 'F', '', 0, '2019-06-24 11:18:47'),
(8387, '5d10bee52f613', 'lorraine@pgs.com.au', 'S', 'F', '', 0, '2019-06-24 12:15:29'),
(8388, '5d10c7b7a3693', 'jamesrodri2016@gmail.com', 'S', 'F', '', 0, '2019-06-24 12:53:09'),
(8389, '5d10c7dea292a', 'langlin7@yahoo.com', 'S', 'F', '', 0, '2019-06-24 12:53:48'),
(8390, '5d10d687edf44', 'jikitsa@gmail.com', 'S', 'F', '', 0, '2019-06-24 13:56:21'),
(8391, '5d10d8516a917', 'maxrhinopower@yahoo.com', 'S', 'F', '', 0, '2019-06-24 14:04:00'),
(8392, '5d10da9879512', 'laci020202@gmail.com', 'S', 'F', '', 0, '2019-06-24 14:13:39'),
(8393, '5d10dce10adab', 'dfortunato@yahoo.com', 'S', 'F', '', 0, '2019-06-24 14:23:22'),
(8394, '5d10dd9d231ff', 'blung62@yahoo.com', 'S', 'F', '', 0, '2019-06-24 14:26:31'),
(8395, '5d10e8454da88', 'kgmedtrans@aol.com', 'S', 'F', '', 0, '2019-06-24 15:11:59'),
(8396, '5d10e84b2da51', 'joshsface@gmail.com', 'S', 'F', '', 0, '2019-06-24 15:12:05'),
(8397, '5d10f3ee123ff', 'lindseyl79@yahoo.com', 'S', 'F', '', 0, '2019-06-24 16:01:48'),
(8398, '5d10fd9b5f400', 'bbtdwhite@gmail.com', 'S', 'F', '', 0, '2019-06-24 16:43:05'),
(8399, '5d1104ac36274', 'tineyjohnson@gmail.com', 'S', 'F', '', 0, '2019-06-24 17:13:16'),
(8400, '5d110e8a84c89', 'steventill@gmail.com', 'S', 'F', '', 0, '2019-06-24 17:55:22'),
(8401, '5d110ec05f1ff', 'dfortunato@yahoo.com', 'S', 'F', '', 0, '2019-06-24 17:56:16'),
(8402, '5d110f3c8a8e5', 'angelica@leogoodwinfoundation.org', 'S', 'F', '', 0, '2019-06-24 17:58:16'),
(8403, '5d11110e44496', 'ckronemeyer2@gmail.com', 'S', 'F', '', 0, '2019-06-24 18:06:03'),
(8404, '5d111d164e415', 'aminyoussef79@gmail.com', 'S', 'F', '', 0, '2019-06-24 18:57:23'),
(8405, '5d1126ed4e94b', 'dennis_ruch@sfionline.net', 'S', 'F', '', 0, '2019-06-24 19:39:20'),
(8406, '5d112b7159a7d', 'travismouw@gmail.com', 'S', 'F', '', 0, '2019-06-24 19:58:36'),
(8407, '5d112dcdea909', 'thomasmroth@yahoo.com', 'S', 'F', '', 0, '2019-06-24 20:08:40'),
(8408, '5d114da7e1a3e', 'susanrechil50@gmail.com', 'S', 'F', '', 0, '2019-06-24 22:24:40'),
(8409, '5d115bfa31aba', 'yehlethan1@gmail.com', 'S', 'F', '', 0, '2019-06-24 23:25:45'),
(8410, '5d116408e6181', 'jhelwig1@gmail.com', 'S', 'F', '', 0, '2019-06-25 00:00:03'),
(8411, '5d1165cb13723', 'wilsonboy19@gmail.com', 'S', 'F', '', 0, '2019-06-25 00:07:39'),
(8412, '5d11660b19117', 'innerkeep@gmail.com', 'S', 'F', '', 0, '2019-06-25 00:08:36'),
(8413, '5d1168c7a2b9a', 'laci020202@gmail.com', 'S', 'F', '', 0, '2019-06-25 00:20:24'),
(8414, '5d1169af1be46', 'mpowellmscs@aol.com', 'S', 'F', '', 0, '2019-06-25 00:24:09'),
(8415, '5d11728130503', 'bennett.sam60@gmail.com', 'S', 'F', '', 0, '2019-06-25 01:01:54'),
(8416, '5d117ab72a227', 'crystallee6878@gmail.com', 'S', 'F', '', 0, '2019-06-25 01:36:48'),
(8417, '5d1181711ba2a', 'thomasmroth@yahoo.com', 'S', 'F', '', 0, '2019-06-25 02:05:29'),
(8418, '5d11876ae866b', 'michaelpickering97@yahoo.com', 'S', 'F', '', 0, '2019-06-25 02:30:57'),
(8419, '5d1187dc5d41c', 'emmykinney90@gmail.com', 'S', 'F', '', 0, '2019-06-25 02:32:58'),
(8420, '5d11970c519e1', 'martyputnam59@gmail.com', 'S', 'F', '', 0, '2019-06-25 03:37:31'),
(8421, '5d11a99a40c5f', 'jikitsa@gmail.com', 'S', 'F', '', 0, '2019-06-25 04:56:58'),
(8422, '5d11a9da00b52', 'santiagockn@yahoo.com', 'S', 'F', '', 0, '2019-06-25 04:57:59'),
(8423, '5d11c4444333f', 'jromine1993@gmail.com', 'S', 'F', '', 0, '2019-06-25 06:49:38'),
(8424, '5d11d1123e2d9', 'edrudner@aol.com', 'S', 'F', '', 0, '2019-06-25 07:45:21'),
(8425, '5d11dc770c7d4', 'christopheradams45505@gmail.com', 'S', 'F', '', 0, '2019-06-25 08:33:57'),
(8426, '5d11e67d19126', 'acuchiro3333@yahoo.com', 'S', 'F', '', 0, '2019-06-25 09:16:42'),
(8427, '5d11f0f636a69', 'helen.mincham@gmail.com', 'S', 'F', '', 0, '2019-06-25 10:01:23'),
(8428, '5d11f226ef9ab', 'yusmilak@gmail.com', 'S', 'F', '', 0, '2019-06-25 10:06:21'),
(8429, '5d11fc03ca92e', 'dragonfly2294@gmail.com', 'S', 'F', '', 0, '2019-06-25 10:48:32'),
(8430, '5d11fe9696307', 'malicemoon56@gmail.com', 'S', 'F', '', 0, '2019-06-25 10:59:32'),
(8431, '5d11ff8555b66', 'steventill@gmail.com', 'S', 'F', '', 0, '2019-06-25 11:03:28'),
(8432, '5d12013247901', 'cory.j.surovek@gmail.com', 'S', 'F', '', 0, '2019-06-25 11:09:34'),
(8433, '5d120375c3e54', 'galan_x@cox.net', 'S', 'F', '', 0, '2019-06-25 11:20:18'),
(8434, '5d12056ab912c', 'mrkingsavage27@gmail.com', 'S', 'F', '', 0, '2019-06-25 11:28:39'),
(8435, '5d1207fb72f00', 'addis2012go@gmail.com', 'S', 'F', '', 0, '2019-06-25 11:39:37'),
(8436, '5d1211d86ae20', 'lucian725@gmail.com', 'S', 'F', '', 0, '2019-06-25 12:21:41'),
(8437, '5d1213112a2e6', 'joshcrash2004@gmail.com', 'S', 'F', '', 0, '2019-06-25 12:26:53'),
(8438, '5d12152dbefac', 'woodrx1@comcast.net', 'S', 'F', '', 0, '2019-06-25 12:35:52'),
(8439, '5d1218591ab73', 'manda_baby_2003@yahoo.com', 'S', 'F', '', 0, '2019-06-25 12:49:24'),
(8440, '5d121f5c2d934', 'joshtruitt85@gmail.com', 'S', 'F', '', 0, '2019-06-25 13:19:22'),
(8441, '5d1220b9dd494', '1dwshifflett@gmail.com', 'S', 'F', '', 0, '2019-06-25 13:25:05'),
(8442, '5d1221a876297', 'hulagurl725@yahoo.com', 'S', 'F', '', 0, '2019-06-25 13:29:09'),
(8443, '5d12258495d58', 'k1holt1@yahoo.com', 'S', 'F', '', 0, '2019-06-25 13:45:34'),
(8444, '5d1227a776642', 'winterslays@gmail.com', 'S', 'F', '', 0, '2019-06-25 13:54:44'),
(8445, '5d12313d0659c', 'canonb4eng@gmail.com', 'S', 'F', '', 0, '2019-06-25 14:35:36'),
(8446, '5d12321beab96', 'jmichaels@gmail.com', 'S', 'F', '', 0, '2019-06-25 14:39:20'),
(8447, '5d123546333d5', 'therealandreroxx@gmail.com', 'S', 'F', '', 0, '2019-06-25 14:52:51'),
(8448, '5d123a836a0b4', 'bornpist@gmail.com', 'S', 'F', '', 0, '2019-06-25 15:15:12'),
(8449, '5d123ac16fa6f', 'shannond517@gmail.com', 'S', 'F', '', 0, '2019-06-25 15:16:14'),
(8450, '5d123bf0c0a3c', 'mazarian05@aol.com', 'S', 'F', '', 0, '2019-06-25 15:21:18'),
(8451, '5d1240ff0fe94', 'steve.e.martin@gmail.com', 'S', 'F', '', 0, '2019-06-25 15:42:54'),
(8452, '5d12431cee2e8', 'jamstry@aol.com', 'S', 'F', '', 0, '2019-06-25 15:51:53'),
(8453, '5d1243eaa21e9', 'mobrick1@gmail.com', 'S', 'F', '', 0, '2019-06-25 15:55:23'),
(8454, '5d1244b7284d4', 'd_nugent@bellsouth.net', 'S', 'F', '', 0, '2019-06-25 15:58:44'),
(8455, '5d1246046cc73', 'avanhulse@yahoo.com', 'S', 'F', '', 0, '2019-06-25 16:04:20'),
(8456, '5d124c2f82239', 'ntraini@aol.com', 'S', 'F', '', 0, '2019-06-25 16:30:36'),
(8457, '5d124f93b69ac', 'uncleoneeyeddeadbaby13@yahoo.com', 'S', 'F', '', 0, '2019-06-25 16:45:08'),
(8458, '5d1250393a03d', 'dianemadrid7746@yahoo.com', 'S', 'F', '', 0, '2019-06-25 16:47:51'),
(8459, '5d1253cc521e8', 'c.fuentevilla@gmail.com', 'S', 'F', '', 0, '2019-06-25 17:03:12'),
(8460, '5d12544e5c734', 'subnuke1@yahoo.com', 'S', 'F', '', 0, '2019-06-25 17:05:16'),
(8461, '5d1257aba98a6', 'kew0000@gmail.com', 'S', 'F', '', 0, '2019-06-25 17:19:40'),
(8462, '5d125dba80cc0', 'dragonfly2294@gmail.com', 'S', 'F', '', 0, '2019-06-25 17:45:26'),
(8463, '5d12625a60d62', 'subnuke1@yahoo.com', 'S', 'F', '', 0, '2019-06-25 18:05:15'),
(8464, '5d1263391f940', 'sailorchan123@gmail.com', 'S', 'F', '', 0, '2019-06-25 18:08:57'),
(8465, '5d12678b7c11f', 'tmroth1976@gmail.com', 'S', 'F', '', 0, '2019-06-25 18:27:21'),
(8466, '5d126c4e502e3', 'jfrostad@gmail.com', 'S', 'F', '', 0, '2019-06-25 18:47:37'),
(8467, '5d126c6139a53', 'garylenaire@icloud.com', 'S', 'F', '', 0, '2019-06-25 18:48:01'),
(8468, '5d126ca92ff02', 'kristennthompson@gmail.com', 'S', 'F', '', 0, '2019-06-25 18:49:14'),
(8469, '5d126eede35a1', 'jiwilliams4@aol.com', 'S', 'F', '', 0, '2019-06-25 18:58:55'),
(8470, '5d12746e18072', 'rganzon117@gmail.com', 'S', 'F', '', 0, '2019-06-25 19:22:19'),
(8471, '5d1275545643f', 'ajmetzgar@gmail.com', 'S', 'F', '', 0, '2019-06-25 19:25:05'),
(8472, '5d12773940fb4', '24timechamp@gmail.com', 'S', 'F', '', 0, '2019-06-25 19:34:17'),
(8473, '5d1280d0846ac', 'flgirl622@aol.com', 'S', 'F', '', 0, '2019-06-25 20:15:07'),
(8474, '5d1284590d53c', 'sbayeh1985@gmail.com', 'S', 'F', '', 0, '2019-06-25 20:30:12'),
(8475, '5d1284b33a6da', 'monika.perdoch@gmail.com', 'S', 'F', '', 0, '2019-06-25 20:31:47'),
(8476, '5d128a0d04c98', 'sleepzdayz74@gmail.com', 'S', 'F', '', 0, '2019-06-25 20:54:36'),
(8477, '5d128a434137a', 'raulrperez.ucsbdsp@gmail.com', 'S', 'F', '', 0, '2019-06-25 20:55:26'),
(8478, '5d128d8596101', 'jnealgraves@gmail.com', 'S', 'F', '', 0, '2019-06-25 21:09:22'),
(8479, '5d12910d01f44', 'cjwalsh1950@gmail.com', 'S', 'F', '', 0, '2019-06-25 21:24:29'),
(8480, '5d12966df2ea9', 'sgandrus@sbcglobal.net', 'S', 'F', '', 0, '2019-06-25 21:47:26'),
(8481, '5d12a4e841887', 'abcclifford@gmail.com', 'S', 'F', '', 0, '2019-06-25 22:49:08'),
(8482, '5d12a921baa59', 'kendallcampbell@gmail.com', 'S', 'F', '', 0, '2019-06-25 23:07:06'),
(8483, '5d12a95742408', 'alozanm@gmail.com', 'S', 'F', '', 0, '2019-06-25 23:08:02'),
(8484, '5d12af7477deb', 'mazarian05@aol.com', 'S', 'F', '', 0, '2019-06-25 23:34:07'),
(8485, '5d12bf37c4e17', 'robertjenny@sbcglobal.net', 'S', 'F', '', 0, '2019-06-26 00:41:22'),
(8486, '5d12c01c8663d', 'marjastoll@gmail.com', 'S', 'F', '', 0, '2019-06-26 00:45:15'),
(8487, '5d12c17354557', 'kristenlong1981@yahoo.com', 'S', 'F', '', 0, '2019-06-26 00:51:02'),
(8488, '5d12c9da1621b', '1dwshifflett@gmail.com', 'S', 'F', '', 0, '2019-06-26 01:26:42'),
(8489, '5d12d29809d86', 'shockinator608@gmail.com', 'S', 'F', '', 0, '2019-06-26 02:04:08'),
(8490, '5d12d38e06af6', 'pggeiss@aol.com', 'S', 'F', '', 0, '2019-06-26 02:08:06'),
(8491, '5d12dbaf687ba', '3toesjoe@gmail.com', 'S', 'F', '', 0, '2019-06-26 02:42:47'),
(8492, '5d12e804a0c5d', 'bremersc@gmail.com', 'S', 'F', '', 0, '2019-06-26 03:35:31'),
(8493, '5d12fae0dc366', 'yh196928@gmail.com', 'S', 'F', '', 0, '2019-06-26 04:55:59'),
(8494, '5d12fea6d4c04', 'kaurjasper95@gmail.com', 'S', 'F', '', 0, '2019-06-26 05:12:00'),
(8495, '5d130065cfa68', 'chris.minh.le@gmail.com', 'S', 'F', '', 0, '2019-06-26 05:19:32'),
(8496, '5d130ae43d702', 'hc6219@yahoo.com', 'S', 'F', '', 0, '2019-06-26 06:04:23'),
(8497, '5d132141a8037', 'levequjf@gmail.com', 'S', 'F', '', 0, '2019-06-26 07:39:37'),
(8498, '5d1321e9690ea', 'kvogel5@comcast.net', 'S', 'F', '', 0, '2019-06-26 07:42:31'),
(8499, '5d13237841ae5', 'chucko22@aol.com', 'S', 'F', '', 0, '2019-06-26 07:49:08'),
(8500, '5d132cbc7c0ad', 'jonsanchez311@gmail.com', 'S', 'F', '', 0, '2019-06-26 08:28:41'),
(8501, '5d1332f153750', 'aaferrante108@comcast.net', 'S', 'F', '', 0, '2019-06-26 08:55:10'),
(8502, '5d13342ebbf0e', 'c_nichols_72@yahoo.com', 'S', 'F', '', 0, '2019-06-26 09:00:27'),
(8503, '5d1334499b9f3', 'twofunks@yahoo.com', 'S', 'F', '', 0, '2019-06-26 09:00:54'),
(8504, '5d133de27564e', 'clomiguen@gmail.com', 'S', 'F', '', 0, '2019-06-26 09:41:52'),
(8505, '5d134d69247ff', 'rhonda_capps@yahoo.com', 'S', 'F', '', 0, '2019-06-26 10:48:04');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(8506, '5d1358944c41f', 'rickerskine@gmail.com', 'S', 'F', '', 0, '2019-06-26 11:35:46'),
(8507, '5d135adc477dd', 'robhehr@gmail.com', 'S', 'F', '', 0, '2019-06-26 11:45:27'),
(8508, '5d136110ad6f3', 'bethaniaaguasvivas@gmail.com', 'S', 'F', '', 0, '2019-06-26 12:11:56'),
(8509, '5d13767880fb2', 'sspector10@gmail.com', 'S', 'F', '', 0, '2019-06-26 13:43:15'),
(8510, '5d137dfd365d1', 'retsr16@comcast.net', 'S', 'F', '', 0, '2019-06-26 14:15:19'),
(8511, '5d1380e130aa8', 'info@mgaspar.ca', 'S', 'F', '', 0, '2019-06-26 14:27:43'),
(8512, '5d13890d9e0b1', 'ericjr479@gmail.com', 'S', 'F', '', 0, '2019-06-26 15:02:35'),
(8513, '5d138bdbaf04a', 'shigurl219@yahoo.com', 'S', 'F', '', 0, '2019-06-26 15:14:28'),
(8514, '5d138d2983484', 'joshgoriesky@gmail.com', 'S', 'F', '', 0, '2019-06-26 15:20:03'),
(8515, '5d13971f228e2', 'rachael_meech@yahoo.com', 'S', 'F', '', 0, '2019-06-26 16:02:37'),
(8516, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-06-26 17:12:36'),
(8517, '5d13a7a691e4c', 'milldesigncenter@gmail.com', 'S', 'F', '', 0, '2019-06-26 17:13:14'),
(8518, '5d13ab93ae343', 'alex.moots@aol.com', 'S', 'F', '', 0, '2019-06-26 17:29:56'),
(8519, '5d13af1e4c421', 'bumperspecialist2013@gmail.com', 'S', 'F', '', 0, '2019-06-26 17:45:04'),
(8520, '5d13b0d881a4e', 'jason.m.yee@gmail.com', 'S', 'F', '', 0, '2019-06-26 17:52:25'),
(8521, '5d13b4c60df42', 'tkidney2@gmail.com', 'S', 'F', '', 0, '2019-06-26 18:09:07'),
(8522, '5d13b9e4918a1', 'rdcox7@gmail.com', 'S', 'F', '', 0, '2019-06-26 18:30:56'),
(8523, '5d13c4c597dee', 'therealjosefdmcclammey@gmail.com', 'S', 'F', '', 0, '2019-06-26 19:17:26'),
(8524, '5d13c93133fc7', 'sdvsdv@gmail.com', 'S', 'F', '', 0, '2019-06-26 19:36:12'),
(8525, '5d13cf51c5d64', 'hrohloff63@gmail.com', 'S', 'F', '', 0, '2019-06-26 20:02:25'),
(8526, '5d13d40c322db', 'shawnkirkle@gmail.com', 'S', 'F', '', 0, '2019-06-26 20:22:33'),
(8527, '5d13d6de65464', 'ejmcglade@gmail.com', 'S', 'F', '', 0, '2019-06-26 20:34:33'),
(8528, '5d13d8d95c69d', 'sspector10@gmail.com', 'S', 'F', '', 0, '2019-06-26 20:43:04'),
(8529, '5d13e3b19542a', 'guttenbrunner@gmail.com', 'S', 'F', '', 0, '2019-06-26 21:29:15'),
(8530, '5d13fd9c4b55c', 'bg_mason@yahoo.com', 'S', 'F', '', 0, '2019-06-26 23:19:57'),
(8531, '5d14004933bbc', 'bemellow1998@yahoo.com', 'S', 'F', '', 0, '2019-06-26 23:31:14'),
(8532, '5d140fbbc7855', 'cnnrcarl@gmail.com', 'S', 'F', '', 0, '2019-06-27 00:37:15'),
(8533, '5d1414a027dc1', 'janette@insigniapools.com', 'S', 'F', '', 0, '2019-06-27 00:58:08'),
(8534, '5d1415310ec53', 'lucy103168@gmail.com', 'S', 'F', '', 0, '2019-06-27 01:00:31'),
(8535, '5d1421e3d8dfe', 'micahvtrurner@gmail.com', 'S', 'F', '', 0, '2019-06-27 01:54:43'),
(8536, '5d142493d07c3', 'milldesigncenter@gmail.com', 'S', 'F', '', 0, '2019-06-27 02:06:04'),
(8537, '5d14279d5d654', 'alstonpinto1998@gmail.com', 'S', 'F', '', 0, '2019-06-27 02:19:02'),
(8538, '5d1431be0aa8c', 'magervais118@yahoo.com', 'S', 'F', '', 0, '2019-06-27 03:02:22'),
(8539, '5d143c35af42a', 'retsr16@comcast.net', 'S', 'F', '', 0, '2019-06-27 03:47:01'),
(8540, '5d1456354f508', 'lakeholland@yahoo.com', 'S', 'F', '', 0, '2019-06-27 05:37:56'),
(8541, '5d1456b50c2aa', 'milldesigncenter@gmail.com', 'S', 'F', '', 0, '2019-06-27 05:40:02'),
(8542, '5d145dbcb8ec7', 'robertsilverstein1@gmail.com', 'S', 'F', '', 0, '2019-06-27 06:09:57'),
(8543, '5d1460ddef92d', 'itsasoi@gmail.com', 'S', 'F', '', 0, '2019-06-27 06:23:24'),
(8544, '5d1462dde284d', 'nknettell@yahoo.com', 'S', 'F', '', 0, '2019-06-27 06:31:57'),
(8545, '5d1468bd6dd2e', 'cstopko@yahoo.com', 'S', 'F', '', 0, '2019-06-27 06:56:59'),
(8546, '5d1469e69924c', 'gannonr21@gmail.com', 'S', 'F', '', 0, '2019-06-27 07:01:55'),
(8547, '5d14861bb2add', 'chucko22@aol.com', 'S', 'F', '', 0, '2019-06-27 09:02:16'),
(8548, '5d1487e76e3bf', 'cindisilverman@gmail.com', 'S', 'F', '', 0, '2019-06-27 09:09:50'),
(8549, '5d1488fbdad8d', 'matthew.toner7@gmail.com', 'S', 'F', '', 0, '2019-06-27 09:14:27'),
(8550, '5d14924621446', 'zhourudy2@gmail.com', 'S', 'F', '', 0, '2019-06-27 09:52:54'),
(8551, '5d1495357e4b3', 'blcanfield120596@yahoo.com', 'S', 'F', '', 0, '2019-06-27 10:06:45'),
(8552, '5d14a16c8d28c', 'aebiv1@yahoo.com', 'S', 'F', '', 0, '2019-06-27 10:58:49'),
(8553, '5d14bc341bc29', 'mmetzger@stonebridgecountryclub.com', 'S', 'F', '', 0, '2019-06-27 12:53:05'),
(8554, '5d14bd41f2605', 'imoutoflca@yahoo.com', 'S', 'F', '', 0, '2019-06-27 12:57:35'),
(8555, '5d14bd9947cb6', 'thibbs2@yahoo.com', 'S', 'F', '', 0, '2019-06-27 12:59:00'),
(8556, '5d14bfbc9fe35', '90yarem@gmail.com', 'S', 'F', '', 0, '2019-06-27 13:08:10'),
(8557, '5d14c63f5af38', 'robertsilverstein1@gmail.com', 'S', 'F', '', 0, '2019-06-27 13:35:57'),
(8558, '5d14c860ba8e5', 'jprobert@gmail.com', 'S', 'F', '', 0, '2019-06-27 13:44:58'),
(8559, '5d14dc48a4fd8', 'connie.goodger@gmail.com', 'S', 'F', '', 0, '2019-06-27 15:09:56'),
(8560, '5d14dda70d42a', 'blaugrund@gmail.com', 'S', 'F', '', 0, '2019-06-27 15:15:45'),
(8561, '5d14e4fddf991', 'yljimenez24@gmail.com', 'S', 'F', '', 0, '2019-06-27 15:47:07'),
(8562, '5d14e7bb3d9df', 'm.daversa@aol.com', 'S', 'F', '', 0, '2019-06-27 15:58:50'),
(8563, '5d14e7d5cd590', 'dswlmarino@gmail.com', 'S', 'F', '', 0, '2019-06-27 15:59:19'),
(8564, '5d14f3f3c1c3a', 'techchad@gmail.com', 'S', 'F', '', 0, '2019-06-27 16:50:56'),
(8565, '5d1506aec9a4e', 'coneigh@comcast.net', 'S', 'F', '', 0, '2019-06-27 18:10:55'),
(8566, '5d1508b39243e', 'jacqui.e.bess@gmail.com', 'S', 'F', '', 0, '2019-06-27 18:19:28'),
(8567, '5d1509a998cd5', '90yarem@gmail.com', 'S', 'F', '', 0, '2019-06-27 18:23:34'),
(8568, '5d150ae6cc79c', 'libby.sarro@gmail.com', 'S', 'F', '', 0, '2019-06-27 18:28:52'),
(8569, '5d151461e7061', 'alsmith13@aol.com', 'S', 'F', '', 0, '2019-06-27 19:09:18'),
(8570, '5d151dff5053b', 'mlipinski099@gmail.com', 'S', 'F', '', 0, '2019-06-27 19:50:24'),
(8571, '5d1526fd893dc', 'crashrob612@gmail.com', 'S', 'F', '', 0, '2019-06-27 20:28:41'),
(8572, '5d152bf86b4b7', 'babybuick2691@sbcglobal.net', 'S', 'F', '', 0, '2019-06-27 20:50:02'),
(8573, '5d1536bba4ffa', 'jenniferla@ashn.com', 'S', 'F', '', 0, '2019-06-27 21:35:55'),
(8574, '5d154ece2ae7c', 'roxannac2al@yahoo.com', 'S', 'F', '', 0, '2019-06-27 23:18:33'),
(8575, '5d1568be9d37d', 'apenjenner2@gmail.com', 'S', 'F', '', 0, '2019-06-28 01:09:11'),
(8576, '5d156e5e3e229', 'troyblake18@gmail.com', 'S', 'F', '', 0, '2019-06-28 01:33:18'),
(8577, '5d157df49e12d', 'mikechoibest@yahoo.com', 'S', 'F', '', 0, '2019-06-28 02:39:42'),
(8578, '5d1585de921a1', 'nahiyan180@gmail.com', 'S', 'F', '', 0, '2019-06-28 03:13:33'),
(8579, '5d15897b8dfab', 'mannypapadakis@yahoo.com', 'S', 'F', '', 0, '2019-06-28 03:28:59'),
(8580, '5d158d5ebfaef', 'alex.moots@aol.com', 'S', 'F', '', 0, '2019-06-28 03:45:34'),
(8581, '5d1592ac7482e', 'cstopko@yahoo.com', 'S', 'F', '', 0, '2019-06-28 04:08:11'),
(8582, '5d1592c19a83d', 'leelak.tadiparthi@gmail.com', 'S', 'F', '', 0, '2019-06-28 04:08:23'),
(8583, '5d159724e6c8d', 'jlstover@yahoo.com', 'S', 'F', '', 0, '2019-06-28 04:27:15'),
(8584, '5d159fefcc26c', 'micahvtrurner@gmail.com', 'S', 'F', '', 0, '2019-06-28 05:04:46'),
(8585, '5d15a67850dc0', 'micahvtrurner@gmail.com', 'S', 'F', '', 0, '2019-06-28 05:32:39'),
(8586, '5d15a6f2289a2', 'vwhtan@gmail.com', 'S', 'F', '', 0, '2019-06-28 05:33:17'),
(8587, '5d15ae225876c', 'czyzman101@yahoo.com', 'S', 'F', '', 0, '2019-06-28 06:05:22'),
(8588, '5d15b5af99c6d', 'tonytran031889@yahoo.com', 'S', 'F', '', 0, '2019-06-28 06:37:28'),
(8589, '5d15bcc06123c', 'd.tarr@shaw.ca', 'S', 'F', '', 0, '2019-06-28 07:07:40'),
(8590, '5d15c1faafe06', 'jacqui.e.bess@gmail.com', 'S', 'F', '', 0, '2019-06-28 07:29:59'),
(8591, '5d15c5ef0ae95', 'patrickgriffins@gmail.com', 'S', 'F', '', 0, '2019-06-28 07:46:52'),
(8592, '5d15c733ba60e', 'emshepherd217@gmail.com', 'S', 'F', '', 0, '2019-06-28 07:52:18'),
(8593, '5d15cd04761e7', 'cambevis@gmail.com', 'S', 'F', '', 0, '2019-06-28 08:15:42'),
(8594, '5d15f3c76ea9b', 'regenborlalo33@gmail.com', 'S', 'F', '', 0, '2019-06-28 11:02:28'),
(8595, '5d1609d6d9778', 'bkladi20@gmail.com', 'S', 'F', '', 0, '2019-06-28 12:36:36'),
(8596, '5d160e6c0126f', 'iamcaleb2@gmail.com', 'S', 'F', '', 0, '2019-06-28 12:56:08'),
(8597, '5d161035c7d0c', 'jacob.eurich@yahoo.com', 'S', 'F', '', 0, '2019-06-28 13:03:44'),
(8598, '5d161673727c1', 'supernaw@wingate.edu', 'S', 'F', '', 0, '2019-06-28 13:30:24'),
(8599, '5d161ec3c5fb8', 'gergely.majtenyi@gmail.com', 'S', 'F', '', 0, '2019-06-28 14:05:50'),
(8600, '5d163126b75dc', '90yarem@gmail.com', 'S', 'F', '', 0, '2019-06-28 15:24:17'),
(8601, '5d1634e2baa81', 'mwaggo5885@aol.com', 'S', 'F', '', 0, '2019-06-28 15:40:17'),
(8602, '5d1635859a758', 'troyblake18@gmail.com', 'S', 'F', '', 0, '2019-06-28 15:43:02'),
(8603, '5d16466841edf', 'dylans5507@gmail.com', 'S', 'F', '', 0, '2019-06-28 16:55:02'),
(8604, '5d1649da51278', 'lalcantara@aol.com', 'S', 'F', '', 0, '2019-06-28 17:09:47'),
(8605, '5d1651aee000f', 'robertsilverstein1@gmail.com', 'S', 'F', '', 0, '2019-06-28 17:43:08'),
(8606, '5d166651020cf', 'deesekimbo@yahoo.com', 'S', 'F', '', 0, '2019-06-28 19:11:13'),
(8607, '5d166c6b74646', 'jpkrieg@charter.net', 'S', 'F', '', 0, '2019-06-28 19:37:16'),
(8608, '5d167d0c04663', 'marjorie81442@gmail.com', 'S', 'F', '', 0, '2019-06-28 20:48:11'),
(8609, '5d167d1407162', 'hoxfan1@sbcglobal.net', 'S', 'F', '', 0, '2019-06-28 20:48:15'),
(8610, '5d1683ca44a1a', 'gwensparker@gmail.com', 'S', 'F', '', 0, '2019-06-28 21:16:52'),
(8611, '5d1687159d560', 'jcrandall2@stny.rr.com', 'S', 'F', '', 0, '2019-06-28 21:31:01'),
(8612, '5d16898e9ecbe', '90yarem@gmail.com', 'S', 'F', '', 0, '2019-06-28 21:41:28'),
(8613, '5d168ee517d59', 'philipmatthews5@gmail.com', 'S', 'F', '', 0, '2019-06-28 22:04:15'),
(8614, '5d16a3ac97752', 'jasonmass33@gmail.com', 'S', 'F', '', 0, '2019-06-28 23:32:56'),
(8615, '5d16b1d485142', 'burke9@charter.net', 'S', 'F', '', 0, '2019-06-29 00:33:19'),
(8616, '5d16d44880917', 'taram6841@gmail.com', 'S', 'F', '', 0, '2019-06-29 03:00:22'),
(8617, '5d16f3699fd88', 'silanoangela@gmail.com', 'S', 'F', '', 0, '2019-06-29 05:13:12'),
(8618, '5d1715f0a3f5e', 'christyaronson@aol.com', 'S', 'F', '', 0, '2019-06-29 07:40:28'),
(8619, '5d171a9c70ab1', 'hayley.jones1988@gmail.com', 'S', 'F', '', 0, '2019-06-29 08:00:27'),
(8620, '5d17215f0a5d5', 'mmirabal24@gmail.com', 'S', 'F', '', 0, '2019-06-29 08:29:18'),
(8621, '5d1724009a683', 'patrickturns@aol.com', 'S', 'F', '', 0, '2019-06-29 08:40:28'),
(8622, '5d172c10c8435', 'lbecoats@gmail.com', 'S', 'F', '', 0, '2019-06-29 09:14:54'),
(8623, '5d17565111689', 'pooja1312@gmail.com', 'S', 'F', '', 0, '2019-06-29 12:15:11'),
(8624, '5d1778a7c5224', 'jackie.humeumptewa@crit-nsn.gov', 'S', 'F', '', 0, '2019-06-29 14:41:41'),
(8625, '5d17b72318066', 'depinad@aol.com', 'S', 'F', '', 0, '2019-06-29 19:08:16'),
(8626, '5d17ba5b1290b', 'windsing7@yahoo.com', 'S', 'F', '', 0, '2019-06-29 19:22:00'),
(8627, '5d17c2120df03', 'suee1104@yahoo.com', 'S', 'F', '', 0, '2019-06-29 19:54:47'),
(8628, '5d17db4abc969', 'reyned1948@gmail.com', 'S', 'F', '', 0, '2019-06-29 21:42:24'),
(8629, '5d1855c0d21b8', 'reyned1948@gmail.com', 'S', 'F', '', 0, '2019-06-30 06:25:01'),
(8630, '5d1875e071544', 'beardbrandi@yahoo.com', 'S', 'F', '', 0, '2019-06-30 08:41:50'),
(8631, '5d187a6a749c8', 'beardbrandi@yahoo.com', 'S', 'F', '', 0, '2019-06-30 09:01:27'),
(8632, '5d18a905cfb4a', 'pvdinesh8@gmail.com', 'S', 'F', '', 0, '2019-06-30 12:20:16'),
(8633, '5d18c2542a1a0', 'shwebs@comcast.net', 'S', 'F', '', 0, '2019-06-30 14:08:13'),
(8634, '5d18de4d628cb', 'cspencer121062@yahoo.com', 'S', 'F', '', 0, '2019-06-30 16:07:44'),
(8635, '5d18dedd4dd79', 'mcrumb@gmail.com', 'S', 'F', '', 0, '2019-06-30 16:10:08'),
(8636, '5d18ed0ba823a', 'patriciaschwab43@gmail.com', 'S', 'F', '', 0, '2019-06-30 17:10:35'),
(8637, '5d190eac07eaf', 'billhansen1234@gmail.com', 'S', 'F', '', 0, '2019-06-30 19:34:00'),
(8638, '5d191426cf2aa', 'stagetech1@gmail.com', 'S', 'F', '', 0, '2019-06-30 19:57:23'),
(8639, '5d194dba7efb5', 'waynegirbach@aol.com', 'S', 'F', '', 0, '2019-07-01 00:02:58'),
(8640, '5d198ec51aa1a', 'zitch64@gmail.com', 'S', 'F', '', 0, '2019-07-01 04:40:38'),
(8641, '5d1999259a1ab', 'giulianoyr6@gmail.com', 'S', 'F', '', 0, '2019-07-01 05:24:21'),
(8642, '5d19ac831176a', 'jonathanleehale@gmail.com', 'S', 'F', '', 0, '2019-07-01 06:47:29'),
(8643, '5d19bdba044c0', 'mario.pruss@freenet.de', 'S', 'F', '', 0, '2019-07-01 08:00:54'),
(8644, '5d19ca25d0c13', 'info@grazhdanstvo.es', 'S', 'F', '', 0, '2019-07-01 08:53:59'),
(8645, '5d19ca996c059', 'info@euroro.biz', 'S', 'F', '', 0, '2019-07-01 08:55:51'),
(8646, '5d19e2129144b', 'hanna.kirzhner@gmx.de', 'S', 'F', '', 0, '2019-07-01 10:35:58'),
(8647, '5d19ebd4ad6d3', 'nikolahswill@gmail.com', 'S', 'F', '', 0, '2019-07-01 11:17:38'),
(8648, '5d19ee41162cb', 'amandajj23@yahoo.com', 'S', 'F', '', 0, '2019-07-01 11:27:40'),
(8649, '5d19f4bf3c106', 'psyconatics@yahoo.com', 'S', 'F', '', 0, '2019-07-01 11:55:42'),
(8650, '5d19f4f46efd3', 'amanda@stromainoil.com', 'S', 'F', '', 0, '2019-07-01 11:56:40'),
(8651, '5d19f6f4b4e60', 'robynrgraham@gmail.com', 'S', 'F', '', 0, '2019-07-01 12:05:03'),
(8652, '5d19fd9fa42cc', 'ekaterinausataya@gmail.com', 'S', 'F', '', 0, '2019-07-01 12:33:30'),
(8653, '5d19ff2e9b8ad', 'microdrone@gmail.com', 'S', 'F', '', 0, '2019-07-01 12:40:26'),
(8654, '5d1a08484564d', 'kathyshintang@gmail.com', 'S', 'F', '', 0, '2019-07-01 13:18:57'),
(8655, '5d1a0a0e118bc', 'mrcoffeecake92@gmail.com', 'S', 'F', '', 0, '2019-07-01 13:26:38'),
(8656, '5d1a0ad66b6d8', 'berti@optonline.net', 'S', 'F', '', 0, '2019-07-01 13:29:33'),
(8657, '5d1a0ce14720b', 'snoozern@cox.net', 'S', 'F', '', 0, '2019-07-01 13:38:20'),
(8658, '5d1a123946fa5', 'solvera1980@gmail.com', 'S', 'F', '', 0, '2019-07-01 14:01:27'),
(8659, '5d1a1305dfeef', 'oceanresortscenter@gmail.com', 'S', 'F', '', 0, '2019-07-01 14:04:48'),
(8660, '5d1a215a7a0aa', 'rshap@cade1.com', 'S', 'F', '', 0, '2019-07-01 15:05:55'),
(8661, '5d1a244e85e54', 'euro800euro@gmail.com', 'S', 'F', '', 0, '2019-07-01 15:18:32'),
(8662, '5d1a2c10e49b4', 'rickkeatts@sbcglobal.net', 'S', 'F', '', 0, '2019-07-01 15:51:41'),
(8663, '5d1a2d358ef50', 'archnubia@gmail.com', 'S', 'F', '', 0, '2019-07-01 15:56:39'),
(8664, '5d1a2fe3df763', 'gclarke@idsllc.us', 'S', 'F', '', 0, '2019-07-01 16:08:04'),
(8665, '5d1a341c338cd', 'melissa.sullivan67@gmail.com', 'S', 'F', '', 0, '2019-07-01 16:26:01'),
(8666, '5d1a35c289f6d', 'capitalhill@rochester.rr.com', 'S', 'F', '', 0, '2019-07-01 16:33:08'),
(8667, '5d1a3d91a54a2', 'paigedube@gmail.com', 'S', 'F', '', 0, '2019-07-01 17:06:24'),
(8668, '5d1a40707f8a1', 'armstrongshasta@ymail.com', 'S', 'F', '', 0, '2019-07-01 17:18:15'),
(8669, '5d1a43d3c6e05', 'couponingmom78@gmail.com', 'S', 'F', '', 0, '2019-07-01 17:33:08'),
(8670, '5d1a4e2e6c534', 'paul.geary@rcsdk12.org', 'S', 'F', '', 0, '2019-07-01 18:17:24'),
(8671, '5d1a5f681f9da', 'skinnykitty777@yahoo.com', 'S', 'F', '', 0, '2019-07-01 19:30:43'),
(8672, '5d1a5fc0596ec', 'iu0001c@gmail.com', 'S', 'F', '', 0, '2019-07-01 19:32:11'),
(8673, '5d1a64946f3e6', 'loganwaite08@gmail.com', 'S', 'F', '', 0, '2019-07-01 19:52:54'),
(8674, '5d1a71afc1078', 'ericl612@yahoo.com', 'S', 'F', '', 0, '2019-07-01 20:48:42'),
(8675, '5d1a743d3d1cd', 'giulianoyr6@gmail.com', 'S', 'F', '', 0, '2019-07-01 20:59:20'),
(8676, '5d1a749462bda', 'cc112591@gmail.com', 'S', 'F', '', 0, '2019-07-01 21:01:12'),
(8677, '5d1a7942d819f', 'catherinecallahan1@gmail.com', 'S', 'F', '', 0, '2019-07-01 21:21:01'),
(8678, '5d1a7d3e51b7a', 'kmccoach07003@gmail.com', 'S', 'F', '', 0, '2019-07-01 21:38:02'),
(8679, '5d1a7e3ed4b86', 'euua.com.ua@gmail.com', 'S', 'F', '', 0, '2019-07-01 21:42:17'),
(8680, '5d1a86a5888ab', 'wellinarcangel@gmail.com', 'S', 'F', '', 0, '2019-07-01 22:18:12'),
(8681, '5d1a8b5017ae4', 'alicewdimportinc@gmail.com', 'S', 'F', '', 0, '2019-07-01 22:38:11'),
(8682, '5d1a942f8c08c', 'campbella3608@gmail.com', 'S', 'F', '', 0, '2019-07-01 23:15:58'),
(8683, '5d1a987549e8e', 'sandridge.bs@gmail.com', 'S', 'F', '', 0, '2019-07-01 23:34:06'),
(8684, '5d1a9e2abcd03', 'twobeans2000@aol.com', 'S', 'F', '', 0, '2019-07-01 23:58:41'),
(8685, '5d1a9efcca64e', 'topher8@gmail.com', 'S', 'F', '', 0, '2019-07-02 00:02:05'),
(8686, '5d1aa422d79b1', 'nigrowe60@gmail.com', 'S', 'F', '', 0, '2019-07-02 00:23:55'),
(8687, '5d1aab78e57c9', 'garricklouie@gmail.com', 'S', 'F', '', 0, '2019-07-02 00:55:15'),
(8688, '5d1ab52cf268d', 'soumya.delhi@gmail.com', 'S', 'F', '', 0, '2019-07-02 01:36:50'),
(8689, '5d1ab6aadd6ac', 'xiaofeng@gmail.com', 'S', 'F', '', 0, '2019-07-02 01:43:07'),
(8690, '5d1ab704e79ef', 'daniellam0401@gmail.com', 'S', 'F', '', 0, '2019-07-02 01:44:36'),
(8691, '5d1ab84dbfa5d', 'darmymom8185@gmail.com', 'S', 'F', '', 0, '2019-07-02 01:49:39'),
(8692, '5d1abf3b96145', 'cs@h2tecs.com', 'S', 'F', '', 0, '2019-07-02 02:19:33'),
(8693, '5d1ac15d4c8d9', 'zdblueyes@aol.com', 'S', 'F', '', 0, '2019-07-02 02:28:30'),
(8694, '5d1acddfc7cb7', 'morgangaskin@gmail.com', 'S', 'F', '', 0, '2019-07-02 03:22:21'),
(8695, '5d1acf4c82566', 'norisinsurance@aol.com', 'S', 'F', '', 0, '2019-07-02 03:28:15'),
(8696, '5d1ad31db5e20', 'leo.caoyi@gmail.com', 'S', 'F', '', 0, '2019-07-02 03:44:35'),
(8697, '5d1ae7ea227c7', 'scottee@shaw.ca', 'S', 'F', '', 0, '2019-07-02 05:13:19'),
(8698, '5d1aea4d60ac7', 'jmhatala3@aol.com', 'S', 'F', '', 0, '2019-07-02 05:23:23'),
(8699, '5d1af07e00bff', 'bhatfield103@gmail.com', 'S', 'F', '', 0, '2019-07-02 05:49:47'),
(8700, '5d1af0f93e214', 'stelargeo97@yahoo.com', 'S', 'F', '', 0, '2019-07-02 05:51:51'),
(8701, '5d1af241f2a71', 'luahchiatkheng@yahoo.com', 'S', 'F', '', 0, '2019-07-02 05:56:57'),
(8702, '5d1b09beae6bf', 'gregorio.evan@gmail.com', 'S', 'F', '', 0, '2019-07-02 07:37:48'),
(8703, '5d1b0b7bd4ae3', 'cargento@gmail.com', 'S', 'F', '', 0, '2019-07-02 07:44:53'),
(8704, '5d1b1613def58', 'carlosamadoblanco@gmail.com', 'S', 'F', '', 0, '2019-07-02 08:30:14'),
(8705, '5d1b2d7632ce8', 'julian.rocks.pl@gmail.com', 'S', 'F', '', 0, '2019-07-02 10:09:58'),
(8706, '5d1b375fcf03c', 'krishnan44@gmail.com', 'S', 'F', '', 0, '2019-07-02 10:52:20'),
(8707, '5d1b388059f66', 'fahrwasser@gmail.com', 'S', 'F', '', 0, '2019-07-02 10:56:35'),
(8708, '5d1b3b63d2e4d', 'cstopko@yahoo.com', 'S', 'F', '', 0, '2019-07-02 11:09:21'),
(8709, '5d1b45ea068e8', 'broedward@gmail.com', 'S', 'F', '', 0, '2019-07-02 11:54:20'),
(8710, '5d1b4e97052b7', 'zdblueyes@aol.com', 'S', 'F', '', 0, '2019-07-02 12:30:45'),
(8711, '5d1b6c106c52a', 'zitch64@gmail.com', 'S', 'F', '', 0, '2019-07-02 14:36:57'),
(8712, '5d1b6c4a1f14f', 'jamesrbraun01@gmail.com', 'S', 'F', '', 0, '2019-07-02 14:37:59'),
(8713, '5d1b6d911d413', 'cherylec24@gmail.com', 'S', 'F', '', 0, '2019-07-02 14:43:26'),
(8714, '5d1b6fba4145b', 'glebnsk@gmail.com', 'S', 'F', '', 0, '2019-07-02 14:52:38'),
(8715, '5d1b702e75930', 'esimonetti@aol.com', 'S', 'F', '', 0, '2019-07-02 14:54:32'),
(8716, '5d1b7934acd50', 'ashli92009@gmail.com', 'S', 'F', '', 0, '2019-07-02 15:33:13'),
(8717, '5d1b7a06ca6f3', 'rtinda@windstream.net', 'S', 'F', '', 0, '2019-07-02 15:36:36'),
(8718, '5d1b84c12b287', 'ashli92009@gmail.com', 'S', 'F', '', 0, '2019-07-02 16:22:22'),
(8719, '5d1b8a4c9fa89', 'cherylec24@gmail.com', 'S', 'F', '', 0, '2019-07-02 16:45:41'),
(8720, '5d1b8a4663646', 'ggiangiulio@gmail.com', 'S', 'F', '', 0, '2019-07-02 16:46:15'),
(8721, '5d1b8ac75077c', 'iceeeb63@comcast.net', 'S', 'F', '', 0, '2019-07-02 16:47:42'),
(8722, '5d1b91093041c', 'zdblueyes@aol.com', 'S', 'F', '', 0, '2019-07-02 17:14:48'),
(8723, '5d1b927b3133a', 'epharper@aol.com', 'S', 'F', '', 0, '2019-07-02 17:20:27'),
(8724, '5d1b9314ed2e2', 'kathleendesigns99@gmail.com', 'S', 'F', '', 0, '2019-07-02 17:23:34'),
(8725, '5d1ba10f1d0b0', 'bataviashirley@yahoo.com', 'S', 'F', '', 0, '2019-07-02 18:23:06'),
(8726, '5d1ba21d5ebaf', 'spinpark@gmail.com', 'S', 'F', '', 0, '2019-07-02 18:27:42'),
(8727, '5d1ba422e07f9', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-07-02 18:36:15'),
(8728, '5d1ba555b4c0b', 'dmergen@sbcglobal.net', 'S', 'F', '', 0, '2019-07-02 18:41:21'),
(8729, '5d1bab54e28cc', 'ryan.d.ruiz@gmail.com', 'S', 'F', '', 0, '2019-07-02 19:07:06'),
(8730, '5d1bc876b29d9', 'amieyannarella@yahoo.com', 'S', 'F', '', 0, '2019-07-02 21:10:29'),
(8731, '5d1bca826ec90', 'peterbilt420@yahoo.com', 'S', 'F', '', 0, '2019-07-02 21:20:07'),
(8732, '5d1bcfda6424a', 'acheuk@gmail.com', 'S', 'F', '', 0, '2019-07-02 21:42:47'),
(8733, '5d1bda7b1351a', 'dbsgcs@aol.com', 'S', 'F', '', 0, '2019-07-02 22:28:16'),
(8734, '5d1bdaf21ef0b', 'beckymex@gmail.com', 'S', 'F', '', 0, '2019-07-02 22:30:04'),
(8735, '5d1bdbf5ee2de', 'anabircher@gmail.com', 'S', 'F', '', 0, '2019-07-02 22:34:23'),
(8736, '5d1bdd7d83ff0', 'ccheuk@gmail.com', 'S', 'F', '', 0, '2019-07-02 22:40:57'),
(8737, '5d1be6e82a4f2', 'drodz1181@gmail.com', 'S', 'F', '', 0, '2019-07-02 23:21:13'),
(8738, '5d1bebb6501fb', 'fe.danetot@gmail.com', 'S', 'F', '', 0, '2019-07-02 23:41:09'),
(8739, '5d1bf703a6dd3', 'jsgreen1fdu@gmail.com', 'S', 'F', '', 0, '2019-07-03 00:30:03'),
(8740, '5d1bfcae6501a', 'candacemolinacm@gmail.com', 'S', 'F', '', 0, '2019-07-03 00:54:00'),
(8741, '5d1c033177a90', 'shawnhustlerussell@gmail.com', 'S', 'F', '', 0, '2019-07-03 01:22:09'),
(8742, '5d1c13f56cf63', 'mariacoray@yahoo.com', 'S', 'F', '', 0, '2019-07-03 02:33:09'),
(8743, '5d1c199c9a13a', 'mohindergandhi@yahoo.com', 'S', 'F', '', 0, '2019-07-03 02:57:24'),
(8744, '5d1c4ace5e07e', 'missterik12@gmail.com', 'S', 'F', '', 0, '2019-07-03 06:27:23'),
(8745, '5d1c693fceca1', 'byoubengal@yahoo.com', 'S', 'F', '', 0, '2019-07-03 08:37:26'),
(8746, '5d1c7d08c91fb', 'aaronschock@aol.com', 'S', 'F', '', 0, '2019-07-03 09:59:46'),
(8747, '5d1c8e44b3a3a', 'ap4464165@gmail.com', 'S', 'F', '', 0, '2019-07-03 11:15:12'),
(8748, '5d1ca249ca965', 'cfields2@wvup.edu', 'S', 'F', '', 0, '2019-07-03 12:40:37'),
(8749, '5d1cb5f7b8d17', 'mohindergandhi@yahoo.com', 'S', 'F', '', 0, '2019-07-03 14:04:45'),
(8750, '5d1cb63a31d6e', 'gardnergreg12@gmail.com', 'S', 'F', '', 0, '2019-07-03 14:05:39'),
(8751, '5d1cc2d92c8c0', 'tuna884@aol.com', 'S', 'F', '', 0, '2019-07-03 14:59:35'),
(8752, '5d1cc9cb444d1', 'tawzerlanny@yahoo.com', 'S', 'F', '', 0, '2019-07-03 15:28:41'),
(8753, '5d1cca768935e', 'tracee_allen@yahoo.com', 'S', 'F', '', 0, '2019-07-03 15:32:17'),
(8754, '5d1cd3bc823d0', 'betzy22@yahoo.com', 'S', 'F', '', 0, '2019-07-03 16:11:10'),
(8755, '5d1cd705427db', 'david_coatess@yahoo.co.uk', 'S', 'F', '', 0, '2019-07-03 16:24:42'),
(8756, '5d1cda2a1f47e', 'zitch64@gmail.com', 'S', 'F', '', 0, '2019-07-03 16:39:12'),
(8757, '5d1cda3cb2848', 'traceeallen1@gmail.com', 'S', 'F', '', 0, '2019-07-03 16:39:20'),
(8758, '5d1ce7c812792', 'joshua.cole1@gmail.com', 'S', 'F', '', 0, '2019-07-03 17:37:07'),
(8759, '5d1cf2ac209bd', 'ccoffel1@cox.net', 'S', 'F', '', 0, '2019-07-03 18:22:59'),
(8760, '5d1cf7ab58200', 'alex.dyga@gmail.com', 'S', 'F', '', 0, '2019-07-03 18:44:53'),
(8761, '5d1cfe58de250', 'delilahcorinne@yahoo.com', 'S', 'F', '', 0, '2019-07-03 19:13:23'),
(8762, '5d1d07ba9b450', 'joshua.cole1@gmail.com', 'S', 'F', '', 0, '2019-07-03 19:53:20'),
(8763, '5d1d145f7cd8e', 'fass1274@gmail.com', 'S', 'F', '', 0, '2019-07-03 20:47:20'),
(8764, '5d1d4fcb53804', 'cissygardner@yahoo.com', 'S', 'F', '', 0, '2019-07-04 01:00:44'),
(8765, '5d1d6ddf103db', 'delilahcorinne@yahoo.com', 'S', 'F', '', 0, '2019-07-04 03:08:43'),
(8766, '5d1d6de791229', 'travis.caverly2@gmail.com', 'S', 'F', '', 0, '2019-07-04 03:09:18'),
(8767, '5d1d777286279', 'delilahcorinne@yahoo.com', 'S', 'F', '', 0, '2019-07-04 03:50:07'),
(8768, '5d1d86502188f', 'fuckprobiv@protonmail.com', 'S', 'F', '', 0, '2019-07-04 04:53:33'),
(8769, '5d1db4018e6b5', 'todd.a.schuh@gmail.com', 'S', 'F', '', 0, '2019-07-04 08:08:38'),
(8770, '5d1dc3fb90b03', 'prophit84@aol.com', 'S', 'F', '', 0, '2019-07-04 09:16:39'),
(8771, '5d1dcef26a9c7', 'info@pasport-romania.com', 'S', 'F', '', 0, '2019-07-04 10:03:25'),
(8772, '5d1e14047f8e4', 'nanook2830@comcast.net', 'S', 'F', '', 0, '2019-07-04 14:58:10'),
(8773, '5d1e1ff124a2f', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-07-04 15:49:01'),
(8774, '5d1e336cebbc5', 'patches1266@gmail.com', 'S', 'F', '', 0, '2019-07-04 17:12:08'),
(8775, '5d1e3da780ebb', 'cuervo22b@yahoo.com', 'S', 'F', '', 0, '2019-07-04 17:55:49'),
(8776, '5d1e49266d9a6', 'liana.slawson@gmail.com', 'S', 'F', '', 0, '2019-07-04 18:44:55'),
(8777, '5d1e4b1bb919e', 'mortasatanha@gmail.com', 'S', 'F', '', 0, '2019-07-04 18:53:35'),
(8778, '5d1e65c299c47', 'hunter@sunbeltofficesupply.com', 'S', 'F', '', 0, '2019-07-04 20:46:53'),
(8779, '5d1e89b0d1bb7', 'mearscolin@yahoo.com', 'S', 'F', '', 0, '2019-07-04 23:20:12'),
(8780, '5d1ef865e5049', 'sean.thomas.mclaughlin@gmail.com', 'S', 'F', '', 0, '2019-07-05 07:12:53'),
(8781, '5d1ef89d7c8af', 'mkavinda@gmail.com', 'S', 'F', '', 0, '2019-07-05 07:12:54'),
(8782, '5d1f04ffed6c0', 'info@pasport-romania.com', 'S', 'F', '', 0, '2019-07-05 08:05:42'),
(8783, '5d1f11b4c1599', 'yasi.ghanbari@gmail.com', 'S', 'F', '', 0, '2019-07-05 09:00:43'),
(8784, '5d1f146224e61', 'jnyamini@gmail.com', 'S', 'F', '', 0, '2019-07-05 09:11:20'),
(8785, '5d1f1efb58c50', 'infocentr.ro@gmail.com', 'S', 'F', '', 0, '2019-07-05 09:57:12'),
(8786, '5d1f557a9b391', 'alicia121882@yahoo.com', 'S', 'F', '', 0, '2019-07-05 13:48:52'),
(8787, '5d1f5dae2e131', 'jbarber@rrvp.com', 'S', 'F', '', 0, '2019-07-05 14:24:45'),
(8788, '5d1fa0c515647', 'howell2g2000@yahoo.com', 'S', 'F', '', 0, '2019-07-05 15:10:30'),
(8789, '5d1fa1b00ef41', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-07-05 15:15:01'),
(8790, '5d1fb018b3770', 'cpresser66@gmail.com', 'S', 'F', '', 0, '2019-07-05 20:16:19'),
(8791, '5d1fb24a34063', 'robertdylanjones@gmail.com', 'S', 'F', '', 0, '2019-07-05 20:25:52'),
(8792, '5d1ff1a47921a', 'jerrygaleana@aol.com', 'S', 'F', '', 0, '2019-07-06 00:55:57'),
(8793, '5d1ff56269c8e', 'pcehutson@gmail.com', 'S', 'F', '', 0, '2019-07-06 01:12:01'),
(8794, '5d201d873e6a8', 'aydreaw@yahoo.com', 'S', 'F', '', 0, '2019-07-06 04:03:13'),
(8795, '5d203e99284e5', 'jispier8@gmail.com', 'S', 'F', '', 0, '2019-07-06 06:24:37'),
(8796, '5d204aecc3b65', 'tysonflowers567@gmail.com', 'S', 'F', '', 0, '2019-07-06 07:17:00'),
(8797, '5d204c7e4d49e', 'steiner.patrick.richterswil@gmail.com', 'S', 'F', '', 0, '2019-07-06 07:23:55'),
(8798, '5d20500c18ad3', 'tysonflowers567@gmail.com', 'S', 'F', '', 0, '2019-07-06 07:38:50'),
(8799, '5d20531701270', 'tysonflowers567@gmail.com', 'S', 'F', '', 0, '2019-07-06 07:51:49'),
(8800, '5d206add6586c', 'ccoll1616@aol.com', 'S', 'F', '', 0, '2019-07-06 09:33:12'),
(8801, '5d208d4a3345b', 'jcangel464@gmail.com', 'S', 'F', '', 0, '2019-07-06 12:00:08'),
(8802, '5d20d4b1dc7c2', 'stormkgb@gmail.com', 'S', 'F', '', 0, '2019-07-06 17:05:13'),
(8803, '5d20e11466f6a', 'nogues.frederique@gmail.com', 'S', 'F', '', 0, '2019-07-06 17:57:34'),
(8804, '5d20f480763f9', 'emadovut@gmail.com', 'S', 'F', '', 0, '2019-07-06 19:20:32'),
(8805, '5d2197b294a7f', 'maelbuckley@verizon.net', 'S', 'F', '', 0, '2019-07-07 05:41:35'),
(8806, '5d21e02fbf3d3', 'rjvagv@aol.com', 'S', 'F', '', 0, '2019-07-07 10:51:01'),
(8807, '5d21ffed82b5e', 'gynyphyr4202002@yahoo.com', 'S', 'F', '', 0, '2019-07-07 13:06:14'),
(8808, '5d2201ee4977e', 'analuisa.mac@sapo.pt', 'S', 'F', '', 0, '2019-07-07 13:15:12'),
(8809, '5d220fab2c90d', 'info@martinshaw.co.uk', 'S', 'F', '', 0, '2019-07-07 14:11:42'),
(8810, '5d222806b68ff', 'adam.stott@gmail.com', 'S', 'F', '', 0, '2019-07-07 17:12:36'),
(8811, '5d2266cb1b276', 'netflixenforo@gmail.com', 'S', 'F', '', 0, '2019-07-07 21:40:15'),
(8812, '5d22815441efc', 'kellydeaton@yahoo.com', 'S', 'F', '', 0, '2019-07-07 23:33:33'),
(8813, '5d22f0cd6aef9', 'marc-olivermeinzer@gmx.de', 'S', 'F', '', 0, '2019-07-08 07:29:18'),
(8814, '5d22fcfdef6b8', 'brie.solaegui@gmail.com', 'S', 'F', '', 0, '2019-07-08 08:21:15'),
(8815, '5d23131cc0a29', 'lucysamii@gmail.com', 'S', 'F', '', 0, '2019-07-08 09:55:36'),
(8816, '5d2316a9a2994', 'josh.geraci@gmail.com', 'S', 'F', '', 0, '2019-07-08 10:10:45'),
(8817, '5d2341c7ea721', 'r.zantvoort@gmail.com', 'S', 'F', '', 0, '2019-07-08 13:14:42'),
(8818, '5d23554fceb16', 'globus.visa.2003@gmail.com', 'S', 'F', '', 0, '2019-07-08 14:37:05'),
(8819, '5d23646c3308d', 'a.fleckney@gmail.com', 'S', 'F', '', 0, '2019-07-08 15:42:47'),
(8820, '5d23686f76f30', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-07-08 15:59:44'),
(8821, '5d2369f8ccf39', 'pattyb50@aol.com', 'S', 'F', '', 0, '2019-07-08 16:06:17'),
(8822, '5d236b27ecc5b', 'fleetrk@aol.com', 'S', 'F', '', 0, '2019-07-08 16:11:16'),
(8823, '5d23732aa723b', 'bsmoseslake@aol.com', 'S', 'F', '', 0, '2019-07-08 16:45:27'),
(8824, '5d23859494fb4', 'migrant.eu.ro@gmail.com', 'S', 'F', '', 0, '2019-07-08 18:04:11'),
(8825, '5d23b4a15c115', 'vsikes@sbcglobal.com', 'S', 'F', '', 0, '2019-07-08 21:25:06'),
(8826, '5d23b7378e51f', 'markneu1000@gmail.com', 'S', 'F', '', 0, '2019-07-08 21:35:45'),
(8827, '5d23b8734396d', '90efiblk@gmail.com', 'S', 'F', '', 0, '2019-07-08 21:41:10'),
(8828, '5d23bfa8e7f18', 'jiewu838@gmail.com', 'S', 'F', '', 0, '2019-07-08 22:11:46'),
(8829, '5d23c2708a76c', 'bludya72@gmail.com', 'S', 'F', '', 0, '2019-07-08 22:21:48'),
(8830, '5d23c892b30de', 'bassomatik@gmail.com', 'S', 'F', '', 0, '2019-07-08 22:50:07'),
(8831, '5d23d85351e13', 'accessories101010@gmail.com', 'S', 'F', '', 0, '2019-07-08 23:57:06'),
(8832, '5d23dc73c9117', 'aleclibby2@gmail.com', 'S', 'F', '', 0, '2019-07-09 00:14:37'),
(8833, '5d23def4b928a', 'jacqui.e.bess@gmail.com', 'S', 'F', '', 0, '2019-07-09 00:24:22'),
(8834, '5d23ef0e817d3', 'bludya72@gmail.com', 'S', 'F', '', 0, '2019-07-09 01:34:00'),
(8835, '5d23fc2803e9a', 'globus.visa.2003@gmail.com', 'S', 'F', '', 0, '2019-07-09 02:28:00'),
(8836, '5d24048028c32', 'migrant.eu.ro@gmail.com', 'S', 'F', '', 0, '2019-07-09 03:05:47'),
(8837, '5d2413956e544', 'earl.rogers1661@yahoo.com', 'S', 'F', '', 0, '2019-07-09 04:09:56'),
(8838, '5d241ec57acf9', 'ashleytc2011@gmail.com', 'S', 'F', '', 0, '2019-07-09 04:57:34'),
(8839, '5d24306943aac', 'chernandezcolon@mac.com', 'S', 'F', '', 0, '2019-07-09 06:12:56'),
(8840, '5d244443e2d61', 'manon.giroux@cgocable.ca', 'S', 'F', '', 0, '2019-07-09 07:36:36'),
(8841, '5d24458ea5896', 'avs@interbaun.com', 'S', 'F', '', 0, '2019-07-09 07:43:07'),
(8842, '5d24517cb472a', 'gsv2004@gmail.com', 'S', 'F', '', 0, '2019-07-09 08:34:21'),
(8843, '5d2461381ce61', 'fmarquez866@gmail.com', 'S', 'F', '', 0, '2019-07-09 09:41:08'),
(8844, '5d2465cf39b6b', 'sandrine1414@gmail.com', 'S', 'F', '', 0, '2019-07-09 10:00:38'),
(8845, '5d246e038034c', 'jacqui.e.bess@gmail.com', 'S', 'F', '', 0, '2019-07-09 10:35:43'),
(8846, '5d24a098dad27', 'lamorton@pfsgroup.org', 'S', 'F', '', 0, '2019-07-09 14:08:58'),
(8847, '5d24a231bd6f3', 'globus.visa.2003@gmail.com', 'S', 'F', '', 0, '2019-07-09 14:18:26'),
(8848, '5d24ae266f169', 'kartd5@aol.com', 'S', 'F', '', 0, '2019-07-09 15:09:23'),
(8849, '5d24af1037eb0', 'jennbunny1026@gmail.com', 'S', 'F', '', 0, '2019-07-09 15:13:22'),
(8850, '5d24b2cc5b2b5', 'christinakarvelas@yahoo.com', 'S', 'F', '', 0, '2019-07-09 15:27:54'),
(8851, '5d24bcf224b76', 'globus.visa.2003@gmail.com', 'S', 'F', '', 0, '2019-07-09 16:12:46'),
(8852, '5d24c1e446705', 'richarddwagner@yahoo.com', 'S', 'F', '', 0, '2019-07-09 16:33:58'),
(8853, '5d24c3a00b1f5', 'msr3244@gmail.com', 'S', 'F', '', 0, '2019-07-09 16:39:41'),
(8854, '5d24c501265ea', 'johnmalloryjr@gmail.com', 'S', 'F', '', 0, '2019-07-09 16:47:00'),
(8855, '5d24cbd72ac00', 'cheryl12954@gmail.com', 'S', 'F', '', 0, '2019-07-09 17:16:08'),
(8856, '5d24d0e05d9fc', 'arellano4665@gmail.com', 'S', 'F', '', 0, '2019-07-09 17:37:37'),
(8857, '5d24d1cd5efd0', 'deals4sales100@gmail.com', 'S', 'F', '', 0, '2019-07-09 17:41:53'),
(8858, '5d24d27ab0c09', 'meg01moe@gmail.com', 'S', 'F', '', 0, '2019-07-09 17:44:23'),
(8859, '5d24d7970591b', 'atreyu@web.de', 'S', 'F', '', 0, '2019-07-09 18:06:34'),
(8860, '5d24d8711727d', 'danielgudima@gmail.com', 'S', 'F', '', 0, '2019-07-09 18:09:48'),
(8861, '5d24d88eae492', 'jawillis69@gmail.com', 'S', 'F', '', 0, '2019-07-09 18:10:19'),
(8862, '5d24d9209227b', 'arellano4665@gmail.com', 'S', 'F', '', 0, '2019-07-09 18:12:48'),
(8863, '5d24dc68d90d8', 'cynthiashine9999@gmail.com', 'S', 'F', '', 0, '2019-07-09 18:26:39'),
(8864, '5d24e807e3c42', 'travclay@gmail.com', 'S', 'F', '', 0, '2019-07-09 19:16:53'),
(8865, '5d24e83866360', 'koo5020@gmail.com', 'S', 'F', '', 0, '2019-07-09 19:17:13'),
(8866, '5d24e9ad283cb', 'midasgt@aol.com', 'S', 'F', '', 0, '2019-07-09 19:23:26'),
(8867, '5d25054d983be', 'tmandl2238@gmail.com', 'S', 'F', '', 0, '2019-07-09 21:21:17'),
(8868, '5d25070feec6a', 'oilmanfjb@optonline.net', 'S', 'F', '', 0, '2019-07-09 21:28:42'),
(8869, '5d25084f633c5', 'irocnz28@yahoo.com', 'S', 'F', '', 0, '2019-07-09 21:34:08'),
(8870, '5d250efd46714', 'cdbeeler68@aol.com', 'S', 'F', '', 0, '2019-07-09 21:59:58'),
(8871, '5d251cd28a822', 'caflorent2@gmail.com', 'S', 'F', '', 0, '2019-07-09 23:01:51'),
(8872, '5d251f95eb030', '2823chris@gmail.com', 'S', 'F', '', 0, '2019-07-09 23:13:21'),
(8873, '5d252431363eb', 'fmarquez866@gmail.com', 'S', 'F', '', 0, '2019-07-09 23:31:39'),
(8874, '5d252b4e8ad7e', 'julie.ballweg@cinci.rr.com', 'S', 'F', '', 0, '2019-07-10 00:02:17'),
(8875, '5d2532afa2ed9', 'susannahkeith@aol.com', 'S', 'F', '', 0, '2019-07-10 00:34:47'),
(8876, '5d253fc070a52', 'rippel.a@aol.com', 'S', 'F', '', 0, '2019-07-10 01:30:32'),
(8877, '5d255d91195d2', 'boxrepair75@gmail.com', 'S', 'F', '', 0, '2019-07-10 03:37:50'),
(8878, '5d2563f107fed', 'jboflpd@aol.com', 'S', 'F', '', 0, '2019-07-10 04:05:17'),
(8879, '5d257237912ae', 'navy.dee318@gmail.com', 'S', 'F', '', 0, '2019-07-10 05:06:18'),
(8880, '5d258bc5324a2', 'tashak63@gmail.com', 'S', 'F', '', 0, '2019-07-10 06:54:59'),
(8881, '5d258fb636eff', 'hgorecki_1@yahoo.com', 'S', 'F', '', 0, '2019-07-10 07:11:46'),
(8882, '5d259765cb322', 'jillfriloux@gmail.com', 'S', 'F', '', 0, '2019-07-10 07:45:05'),
(8883, '5d25a756d6b11', 'arellano4665@gmail.com', 'S', 'F', '', 0, '2019-07-10 08:51:13'),
(8884, '5d25a76cbcde1', 'arellano4665@gmail.com', 'S', 'F', '', 0, '2019-07-10 08:51:48'),
(8885, '5d25c3385ab37', 'tashak63@gmail.com', 'S', 'F', '', 0, '2019-07-10 10:51:31'),
(8886, '5d25cc8de7568', 'dpmoran01@comcast.net', 'S', 'F', '', 0, '2019-07-10 11:31:15'),
(8887, '5d25d14ed0fe8', 'fass1274@gmail.com', 'S', 'F', '', 0, '2019-07-10 11:51:39'),
(8888, '5d25e2994a4af', 'whosyourfanny@gmail.com', 'S', 'F', '', 0, '2019-07-10 13:05:56'),
(8889, '5d25f14ee7472', 'gary.strawn@homemakers.com', 'S', 'F', '', 0, '2019-07-10 14:08:09'),
(8890, '5d25fe493ee97', 'derickson50@yahoo.com', 'S', 'F', '', 0, '2019-07-10 15:03:32'),
(8891, '5d26003377b77', 'rdy@biblecenterchurch.com', 'S', 'F', '', 0, '2019-07-10 15:10:15'),
(8892, '5d260ebd084e3', 'maddysigns@aol.com', 'S', 'F', '', 0, '2019-07-10 16:14:04'),
(8893, '5d261a7f0798a', 'michael.kaczanowski@ontario.ca', 'S', 'F', '', 0, '2019-07-10 17:04:05'),
(8894, '5d261fd238564', 'cindy_blackwell@aol.com', 'S', 'F', '', 0, '2019-07-10 17:25:34'),
(8895, '5d262de0e724b', 'gilmoretarheel@aol.com', 'S', 'F', '', 0, '2019-07-10 18:26:41'),
(8896, '5d26319cc2b79', 'jmsdsr@aol.com', 'S', 'F', '', 0, '2019-07-10 18:43:04'),
(8897, '5d263af8e1fdb', 'cathypiper@bellsouth.net', 'S', 'F', '', 0, '2019-07-10 19:22:27'),
(8898, '5d263d15da5ec', 'euro800euro@gmail.com', 'S', 'F', '', 0, '2019-07-10 19:31:33'),
(8899, '5d2654ea13fb1', 'mavritter@web.de', 'S', 'F', '', 0, '2019-07-10 21:13:29'),
(8900, '5d2656f160ffe', 'stevekriha@gmail.com', 'S', 'F', '', 0, '2019-07-10 21:20:42'),
(8901, '5d266f1538f09', 'john.pedrotti@icloud.com', 'S', 'F', '', 0, '2019-07-10 23:03:41'),
(8902, '5d266fd38df89', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-07-10 23:08:03'),
(8903, '5d2673f312f57', 'arellano4665@gmail.com', 'S', 'F', '', 0, '2019-07-10 23:24:25'),
(8904, '5d267833dad35', 'fass1274@gmail.com', 'S', 'F', '', 0, '2019-07-10 23:44:02'),
(8905, '5d267e07cb40d', 'fernando.amuro@gmail.com', 'S', 'F', '', 0, '2019-07-11 00:08:40'),
(8906, '5d26962e4cb8e', 'ddevare02@yahoo.com', 'S', 'F', '', 0, '2019-07-11 01:51:28'),
(8907, '5d269e065a8f5', 'jesuslover.444444@yahoo.com', 'S', 'F', '', 0, '2019-07-11 02:25:02'),
(8908, '5d26a5502e8fb', 'horacelo@gmail.com', 'S', 'F', '', 0, '2019-07-11 02:56:01'),
(8909, '5d26b7f9cc1ab', 'shellylgroves@gmail.com', 'S', 'F', '', 0, '2019-07-11 04:16:07'),
(8910, '5d26ba2843c9a', 'barry.bagley@yahoo.com', 'S', 'F', '', 0, '2019-07-11 04:23:56'),
(8911, '5d26bc4340bbb', 'riqueuresti@gmail.com', 'S', 'F', '', 0, '2019-07-11 04:34:01'),
(8912, '5d26c922c10c5', 'chelseaairvine333@gmail.com', 'S', 'F', '', 0, '2019-07-11 05:28:57'),
(8913, '5d26caaf7785b', 'erictwlo@gmail.com', 'S', 'F', '', 0, '2019-07-11 05:35:27'),
(8914, '5d26cfea223ab', 'ascaniya.office@gmail.com', 'S', 'F', '', 0, '2019-07-11 05:58:21'),
(8915, '5d26d54ef36ac', 'chelseaairvine333@gmail.com', 'S', 'F', '', 0, '2019-07-11 06:20:48'),
(8916, '5d26dda95f445', 'cuttsgary@yahoo.com', 'S', 'F', '', 0, '2019-07-11 06:57:00'),
(8917, '5d26f92962177', 'rockinboyds@yahoo.com', 'S', 'F', '', 0, '2019-07-11 08:54:01'),
(8918, '5d27016ed20c5', 'jawillis69@gmail.com', 'S', 'F', '', 0, '2019-07-11 09:29:08'),
(8919, '5d270c26150a2', 'castilloba_26@aol.com', 'S', 'F', '', 0, '2019-07-11 10:15:29'),
(8920, '5d2712a4b58cb', 'lim.tonghwee@gmail.com', 'S', 'F', '', 0, '2019-07-11 10:42:33'),
(8921, '5d271644e6f09', 'mareanderson@yahoo.com', 'S', 'F', '', 0, '2019-07-11 10:58:13'),
(8922, '5d2718071e092', 'trilussaplace@gmail.com', 'S', 'F', '', 0, '2019-07-11 11:05:47'),
(8923, '5d272f171b594', 'migrant.eu.ro@gmail.com', 'S', 'F', '', 0, '2019-07-11 12:41:15'),
(8924, '5d272f9daddfb', 'brettkessel@yahoo.com', 'S', 'F', '', 0, '2019-07-11 12:46:50'),
(8925, '5d273a447fa70', 'werner-anneliese-kuehn@t-online.de', 'S', 'F', '', 0, '2019-07-11 13:31:36'),
(8926, '5d2743f2e0ab6', 'bob_weir@shaw.ca', 'S', 'F', '', 0, '2019-07-11 14:13:03'),
(8927, '5d274dc5438c4', 'apuig1029@gmail.com', 'S', 'F', '', 0, '2019-07-11 14:53:41'),
(8928, '5d275c50186c7', 'carmenmede@gmail.com', 'S', 'F', '', 0, '2019-07-11 15:56:49'),
(8929, '5d275fa709c91', 'lisawickl@aol.com', 'S', 'F', '', 0, '2019-07-11 16:11:25'),
(8930, '5d275fe25f16d', 'maria52961@yahoo.com', 'S', 'F', '', 0, '2019-07-11 16:12:35'),
(8931, '5d27608fa4181', 'info@martinshaw.co.uk', 'S', 'F', '', 0, '2019-07-11 16:15:27'),
(8932, '5d27620f1dddd', 'rucuse86@aol.com', 'S', 'F', '', 0, '2019-07-11 16:21:41'),
(8933, '5d2763941aa8c', 'alphatier69@googlemail.com', 'S', 'F', '', 0, '2019-07-11 16:28:26'),
(8934, '5d2764139c0ee', 'j.lamoste@yahoo.com', 'S', 'F', '', 0, '2019-07-11 16:30:11'),
(8935, '5d27663e73e66', 'lawannabradford@bellsouth.net', 'S', 'F', '', 0, '2019-07-11 16:37:49'),
(8936, '5d276b7eb2005', 'kris10onthego@yahoo.com', 'S', 'F', '', 0, '2019-07-11 17:01:42'),
(8937, '5d277255b7ea6', 'deals4sales100@gmail.com', 'S', 'F', '', 0, '2019-07-11 17:31:24'),
(8938, '5d277311b7185', 'rmargolius@yahoo.com', 'S', 'F', '', 0, '2019-07-11 17:33:59'),
(8939, '5d2779deb2f66', 'jawillis69@gmail.com', 'S', 'F', '', 0, '2019-07-11 18:02:58'),
(8940, '5d277b5f07654', 'itssstev3n@yahoo.com', 'S', 'F', '', 0, '2019-07-11 18:07:57'),
(8941, '5d278865692fe', 'tebroyles@gmail.com', 'S', 'F', '', 0, '2019-07-11 19:05:32'),
(8942, '5d278d72314c6', 'baker2414@aol.com', 'S', 'F', '', 0, '2019-07-11 19:26:30'),
(8943, '5d279523b7ab1', 'jhn.bianco@gmail.com', 'S', 'F', '', 0, '2019-07-11 19:59:53'),
(8944, '5d279c4f0f2e2', 'stilltembong@gmail.com', 'S', 'F', '', 0, '2019-07-11 20:29:49'),
(8945, '5d279d3de039c', 'jlkwasneski@aol.com', 'S', 'F', '', 0, '2019-07-11 20:33:52'),
(8946, '5d27a1509796e', 'pwest@pbnet.ca', 'S', 'F', '', 0, '2019-07-11 20:51:18'),
(8947, '5d27a8d245be8', 'pconner9@aol.com', 'S', 'F', '', 0, '2019-07-11 21:23:46'),
(8948, '5d27b0dc3969c', 'erinoley@yahoo.com', 'S', 'F', '', 0, '2019-07-11 21:57:35'),
(8949, '5d27b6d81fb3a', 'annmarie1610@aol.com', 'S', 'F', '', 0, '2019-07-11 22:23:22'),
(8950, '5d27c7426676f', 'fuller516@aol.com', 'S', 'F', '', 0, '2019-07-11 23:33:11'),
(8951, '5d27c7f0491e5', 'anishyohannan2007@gmail.com', 'S', 'F', '', 0, '2019-07-11 23:36:03'),
(8952, '5d27e824a63d3', 'tony.calhoun@gmail.com', 'S', 'F', '', 0, '2019-07-12 01:53:24'),
(8953, '5d27f910d989d', 'drkevin53@gmail.com', 'S', 'F', '', 0, '2019-07-12 03:05:55'),
(8954, '5d2801e4f376e', 'maria52961@yahoo.com', 'S', 'F', '', 0, '2019-07-12 03:40:59'),
(8955, '5d282786c8e16', 'maria52961@yahoo.com', 'S', 'F', '', 0, '2019-07-12 06:23:57'),
(8956, '5d2846a921198', 'annmarie1610@aol.com', 'S', 'F', '', 0, '2019-07-12 08:36:38'),
(8957, '5d284f0bb03ae', 'dm94center@gmail.com', 'S', 'F', '', 0, '2019-07-12 09:12:58'),
(8958, '5d2850a61ad0f', 'florian.hartzsch@web.de', 'S', 'F', '', 0, '2019-07-12 09:19:31'),
(8959, '5d2877a7bd3f2', 'lo.usine.sim.ony.an@gmail.com', 'S', 'F', '', 0, '2019-07-12 12:06:01'),
(8960, '5d2878de6f695', 'vivica.bryant33@gmail.com', 'S', 'F', '', 0, '2019-07-12 12:10:49'),
(8961, '5d287ee98fbb8', 'kcohan1@aol.com', 'S', 'F', '', 0, '2019-07-12 12:35:33'),
(8962, '5d28808d8847b', 'lousine.simonyan@gmail.com', 'S', 'F', '', 0, '2019-07-12 12:44:28'),
(8963, '5d288e7c804a8', 'jammer2431@comcast.net', 'S', 'F', '', 0, '2019-07-12 13:41:38'),
(8964, '5d28912c0e7d8', 'infocentr.ro@gmail.com', 'S', 'F', '', 0, '2019-07-12 13:54:33'),
(8965, '5d2895fc7e738', 'edturner45@gmail.com', 'S', 'F', '', 0, '2019-07-12 14:15:26'),
(8966, '5d289ae3d2b4a', 'bwohlers@hawkgraphicsinc.com', 'S', 'F', '', 0, '2019-07-12 14:35:55'),
(8967, '5d289bd58ab0d', 'marielavoe3x@aol.com', 'S', 'F', '', 0, '2019-07-12 14:40:22'),
(8968, '5d28a075a26a5', 'marasimikic18@gmail.com', 'S', 'F', '', 0, '2019-07-12 15:00:07'),
(8969, '5d28ab6743368', 'i@romanian-pasport.biz', 'S', 'F', '', 0, '2019-07-12 15:46:25'),
(8970, '5d28ad4c4c387', 'ajchung3@gmail.com', 'S', 'F', '', 0, '2019-07-12 15:54:35'),
(8971, '5d28b0c28c60c', 'teresa.ybarbo@yahoo.com', 'S', 'F', '', 0, '2019-07-12 16:09:43'),
(8972, '5d28d7ed5872d', 'infocentr.ro@gmail.com', 'S', 'F', '', 0, '2019-07-12 18:57:02'),
(8973, '5d28de35d0484', 'barryjohnson@comporium.net', 'S', 'F', '', 0, '2019-07-12 19:23:40'),
(8974, '5d28df2250f8a', 'sabrinajohann@aol.com', 'S', 'F', '', 0, '2019-07-12 19:27:11'),
(8975, '5d28e75097674', 'rmargolius@yahoo.com', 'S', 'F', '', 0, '2019-07-12 20:02:01'),
(8976, '5d28eaff07889', 'jdamend@yahoo.com', 'S', 'F', '', 0, '2019-07-12 20:18:30'),
(8977, '5d28f1010eae5', 'infocentr.ro@gmail.com', 'S', 'F', '', 0, '2019-07-12 20:43:21'),
(8978, '5d28fa631244c', 'rmargolius@yahoo.com', 'S', 'F', '', 0, '2019-07-12 21:23:23'),
(8979, '5d290d0795b83', 'ekaterina.euro24@gmail.com', 'S', 'F', '', 0, '2019-07-12 22:42:58'),
(8980, '5d29114a2d8c8', 'infocentr.ro@gmail.com', 'S', 'F', '', 0, '2019-07-12 23:01:07'),
(8981, '5d291197d7fa7', 'marasimikic18@gmail.com', 'S', 'F', '', 0, '2019-07-12 23:03:12'),
(8982, '5d2913fd73dee', 'allanspeidel@yahoo.com', 'S', 'F', '', 0, '2019-07-12 23:12:42'),
(8983, '5d2916561f456', 'rmargolius@yahoo.com', 'S', 'F', '', 0, '2019-07-12 23:23:18'),
(8984, '5d291dca85ee9', 'lfdtd@earthlink.net', 'S', 'F', '', 0, '2019-07-12 23:52:09'),
(8985, '5d2922a008054', 'euua.com.ua@gmail.com', 'S', 'F', '', 0, '2019-07-13 00:15:04'),
(8986, '5d2929a2d1296', 'omokafe@yahoo.com', 'S', 'F', '', 0, '2019-07-13 00:45:12'),
(8987, 'Rajesh', 's07satya@gmail.com', 'S', 'C', 'Admission enquiry', 2147483647, '2019-08-15 17:56:19'),
(8988, 'Bharti', 'Bhartimahor2025@gmail.com', 'S', 'C', 'I want to take admission directly without ppmet', 2147483647, '2019-08-17 07:36:11'),
(8989, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-08-26 05:38:17'),
(8990, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-09-26 04:51:47'),
(8991, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-10-15 10:02:42'),
(8992, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2019-12-17 08:52:04'),
(8993, 'HEMANT', 'SAEA@EDUCATIONEXPO.TV', 'O', 'C', 'South Asian Education Awards & Summit-2020  Inviting your college to Participate in this year programme  Deadline to submit: 09 Jan 2020  Event Date: 25 Jan 2020 | Noida (Delhi NCR), India  For details Visit: http://educationexpo.tv/southasianeducationawards  Thanking You!  SAEA & Summit-2020', 2147483647, '2019-12-18 10:33:07'),
(8994, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-01-17 11:22:57'),
(8995, 'Luke Ramey', 'luke.ramey24@gmail.com', 'P', 'F', 'gtbhnursing.com *INFO SERVICE EXPIRATION.', 0, '2020-02-13 19:26:53'),
(8996, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-05-01 05:39:03'),
(8997, 'Arshpreet kaur', 'simmykhella777@gmail.com', 'S', 'S', 'What is the entrance test for bsc nursing in gtb ludhiana??', 2147483647, '2020-05-07 08:59:51'),
(8998, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-05-31 03:37:15'),
(8999, 'Ashwani Kumar', 'drashwanikumar@rediffmail.com', 'P', 'C', 'Sir, my ward (12 NonMed) wish to do nursing course (GNM or any other). Please inform, eligibility, admission criteria and fee structure? Early response from your end will not be appreciated. Thanks and regards', 2147483647, '2020-05-31 04:16:23'),
(9000, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-06-22 09:56:04'),
(9001, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-07-07 20:36:42'),
(9002, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-07-08 09:22:05'),
(9003, 'Anke Humphreys', 'info@gtbhnursing.com', 'O', 'C', '', 0, '2020-07-09 06:50:58'),
(9004, 'Bret Minix', 'info@gtbhnursing.com', 'P', 'S', 'Body Revolution - Medico Posturaâ„¢ Body Posture Corrector', 0, '2020-07-16 16:02:52'),
(9005, 'Thelma Danks', 'info@gtbhnursing.com', 'S', 'S', '50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time', 0, '2020-07-24 05:43:24'),
(9006, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-07-29 10:07:46'),
(9007, 'Phyllis', 'info@gtbhnursing.com', 'O', 'C', 'Click here: caredogbest.online', 0, '2020-07-30 21:59:17'),
(9008, 'Taniya', 'kanojiataniya7@gmail.com', 'S', 'C', 'Information of ANM', 2147483647, '2020-08-08 06:06:09'),
(9009, 'varinderpal singh', 'varinderpalsingh5777@gmail.com', 'S', 'C', 'nursing', 2147483647, '2020-08-08 11:29:09'),
(9010, 'Ed', 'ed.frez215@gmail.com', '', '', 'Hi! \r\n\r\nAre you in need of assistance in updating, fixing, or redesigning your website? I\'m a freelance web developer who can provide your site with a stunning and functional web user-interface. Websites I\'ve built in the past aren\'t just stunning, but they also integrate with my clients\' business p', 0, '2020-08-12 08:23:57'),
(9011, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-08-18 05:40:42'),
(9012, 'Archita', 'renukhuranapundri@gmail.com', 'S', 'S', 'Fee structure and application form', 2147483647, '2020-08-19 01:58:08'),
(9013, 'Jashanpreet kaur', 'jasssekhon340@gmail.com', 'S', 'C', 'I want to know admission criteria and fee details.', 2147483647, '2020-08-19 08:07:13'),
(9014, 'Anitra', 'info@gtbhnursing.com', 'S', 'C', '', 0, '2020-08-20 07:17:53'),
(9015, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-08-28 06:33:20'),
(9016, 'Claudio', 'info@gtbhnursing.com', 'S', 'F', 'Home | Institute of Nursing Education', 0, '2020-09-04 20:57:47'),
(9017, 'Ed', 'edingershock362@gmail.com', '', '', 'Hello!\r\n\r\nI am a freelancer who\'s designed and improved hundreds of websites over the past decade. I\'d like the opportunity to discuss with you how I can help you upgrade your site or build you a new one that will provide all the modern features that a website should have, as well as an effortlessly', 0, '2020-09-08 17:48:29'),
(9018, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-09-10 06:04:46'),
(9019, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-09-11 11:06:23'),
(9020, 'kewal singh', 'dhillonkewal@yahoo.in', 'P', 'S', 'what new admission startr post b s c', 2147483647, '2020-09-20 05:48:47'),
(9021, 'Stacie Bieber', 'information@gtbhnursing.com', 'P', 'C', 'ATT: gtbhnursing.com / Home | Institute of Nursing Education SITE SOLUTIONS\r\nThis notification ENDS ON: Sep 24, 2020\r\n\r\n\r\nWe have not gotten a payment from you.\r\nWe  have actually attempted to call you but were incapable to contact you.\r\n\r\n\r\nKindly Browse Through: https://bit.ly/3cscyLn .\r\n\r\nFor inf', 0, '2020-09-25 01:58:48'),
(9022, 'manisha', 'manishagwala29@gmail.com', 'S', 'C', 'fees structure of bsc nuring', 2147483647, '2020-10-02 02:06:27'),
(9023, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-10-05 23:56:11'),
(9024, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-10-06 03:58:18'),
(9025, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-10-06 17:49:06'),
(9026, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'Hi there!\r\n\r\nI\'m a freelance creative web developer who helps small businesses like yours grow with the use of their site. I sent you this email because I\'d like to know if you\'re interested in affordable but high-quality web design services. I\'m an expert with the WordPress website platform, and I\'', 0, '2020-10-12 14:33:46'),
(9027, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'Hi there!\r\n\r\nI\'m a freelance creative web developer who helps small businesses like yours grow with the use of their site. I sent you this email because I\'d like to know if you\'re interested in affordable but high-quality web design services. I\'m an expert with the WordPress website platform, and I\'', 0, '2020-10-14 23:18:05'),
(9028, 'Carmen', 'sites2impress96@gmail.com', '', '', 'Hello there...  :)\r\n\r\nI just have a question.  I am a web designer looking for new clients and I wanted to see if you are interested in redesigning your website or making some upgrades.  I don\'t want to sound like I\'m \"tooting my own horn\" too much, but I can do some pretty amazing things, not only ', 0, '2020-10-21 16:49:52'),
(9029, 'Alyssa', 'design4excellence20@gmail.com', '', '', 'Hi There,\r\n\r\nI am just checking to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and I\'m very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatic', 0, '2020-10-25 08:53:35');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(9030, 'Alyssa', 'design4excellence20@gmail.com', '', '', 'Hi There,\r\n\r\nI am just checking to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and I\'m very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatic', 0, '2020-10-26 12:04:22'),
(9031, 'Faizan', 'Faizanzahoor156@gmail.com', 'S', 'C', 'Plxx Contact Me', 2147483647, '2020-10-30 16:28:39'),
(9032, 'Waldo Pellegrino', 'gtbhnursing.com@gtbhnursing.com', 'S', 'C', 'RE: gtbhnursing.com / Home | Institute of Nursing Education  WEB SITE SERVICES\r\nThis notice RUNS OUT ON: Oct 30, 2020\r\n\r\n\r\nWe have not obtained a settlement from you.\r\nWe\'ve tried to contact you but were not able to reach you.\r\n\r\n\r\nPlease Check Out: https://www.electronicdomains.com/gtbhnursing.com\r', 0, '2020-10-30 18:34:02'),
(9033, 'Samanpreet kaur', 'preetsaman1502@gmail.com', 'S', 'C', 'Admission for bsc nursing', 2147483647, '2020-10-31 13:58:14'),
(9034, 'Samanpreet kaur', 'preetsaman1502@gmail.com', 'S', 'C', 'Admission for bsc nursing', 2147483647, '2020-10-31 13:58:19'),
(9035, 'Samanpreet kaur', 'preetsaman1502@gmail.com', 'S', 'C', 'Admission for bsc nursing', 2147483647, '2020-10-31 13:58:20'),
(9036, 'Faizan zahoor', 'Faizanzahoor156@gmail.com', 'S', 'C', 'I Want to Do Direct admission in this Institute for bsc nursing.  I have secured 92%in 12th', 2147483647, '2020-11-02 13:20:38'),
(9037, 'gtbhnursing.com', 'gtbhnursing.com@domstat.su', '', '', 'gtbhnursing.com', 0, '2020-11-03 18:34:11'),
(9038, 'Ranjay kumar', 'ranjay4pg@gmail.com', 'S', 'C', 'Regarding B.sc nursing admission', 2147483647, '2020-11-11 14:27:13'),
(9039, 'Ranjay kumar', 'ranjay4pg@gmail.com', 'S', 'C', 'Regarding B.sc nursing admission', 2147483647, '2020-11-11 14:31:04'),
(9040, 'Tracy', 'traceyedmunds57@gmail.com', '', '', 'Hi there!\r\n\r\nI\'m a freelance creative web developer who helps small businesses like yours grow with the use of their site. I sent you this email because I\'d like to know if you\'re interested in affordable but high-quality web design services. I\'m an expert with the WordPress website platform, and I\'', 0, '2020-11-20 15:58:03'),
(9041, 'Manvir kaur', 'manvirkaur9876@gmail.com', 'S', 'S', 'Mam i want to become a nurse but i passed +2 in 2019 in arts stream, well i eligibale to a G.N.M course', 2147483647, '2020-11-23 04:53:30'),
(9042, 'Milo Starling', 'gtbhnursing.com@gtbhnursing.com', 'P', 'S', 'Your website/domain name: WWW.gtbhnursing.com\r\n\r\n\r\nThis announcement ENDS ON: Nov 24, 2020!.\r\n\r\n\r\nWe have actually not obtained a payment from you.\r\nWe  have actually attempted to call you yet were unable to reach you.\r\n\r\n\r\nPlease Check Out:  https://cutt.ly/ZhohNBc\r\n\r\n\r\nFor details as well as to pr', 0, '2020-11-24 22:15:24'),
(9043, 'Tracy', 'traceyedmunds57@gmail.com', '', '', 'Hi there!\r\n\r\nI\'m a freelance creative web developer who helps small businesses like yours grow with the use of their site. I sent you this email because I\'d like to know if you\'re interested in affordable but high-quality web design services. I\'m an expert with the WordPress website platform, and I\'', 0, '2020-11-25 09:54:00'),
(9044, 'Prins', 'info@gtbhnursing.com', 'P', 'F', 'Home | Institute of Nursing Education', 0, '2020-11-26 13:40:15'),
(9045, 'Rider', 'info@gtbhnursing.com', 'O', 'C', '', 0, '2020-12-04 14:01:26'),
(9046, 'Karen', 'quinnkaren280@gmail.com', '', '', 'Hi There,\r\n\r\nI am just checking to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and I\'m very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatic', 0, '2020-12-06 18:15:30'),
(9047, 'Powell Williams', 'williamspowell16@gmail.com', '', '', 'Hi There,\r\n\r\nI am just checking to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and I\'m very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatic', 0, '2020-12-11 12:15:13'),
(9048, 'Chloe', 'chloemorgan965@gmail.com', '', '', 'Hi!\r\n\r\nHave you tried searching on Google for the products/services your website offers? Does your business site appear on the first page? I\'m an expert Online marketing analyst, and I know exactly how to improve your website\'s rank in search engines. If you\'re not appearing on the top of search res', 0, '2020-12-16 06:15:30'),
(9049, 'Jan', 'janburgess913@gmail.com', '', '', 'Hi! \r\n\r\nNewer websites out there are now integrated with features that make business processes easier to run for both the company and their clients. I\'m a freelance web designer who can help you integrate smart features that a business website should have, as well as a modern look and feel. I\'m send', 0, '2020-12-26 20:18:51'),
(9050, 'Tracee Ortiz', 'gtbhnursing.com@gtbhnursing.com', 'S', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Dec 27, 2020\r\n\r\nWe have actually not obtained a settlement from you.\r\nWe have actually attempted to call you however were unable to contact you.\r\n\r\n\r\nCheck Out: https://cutt.ly/bh8RWv2\r\n\r\nFor info as well as to make a ', 0, '2020-12-27 09:43:24'),
(9051, 'Joanne', 'welchjoanne75@gmail.com', '', '', 'Hi! \r\n\r\nNewer websites out there are now integrated with features that make business processes easier to run for both the company and their clients. I\'m a freelance web designer who can help you integrate smart features that a business website should have, as well as a modern look and feel. I\'m send', 0, '2020-12-31 14:18:46'),
(9052, 'Kourtney Rader', 'gtbhnursing.com@gtbhnursing.com', 'O', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Jan 03, 2021\r\n\r\n\r\nWe have not obtained a settlement from you.\r\nWe\'ve attempted to call you however were incapable to contact you.\r\n\r\n\r\nVisit: https://bit.ly/384SIp0\r\n\r\nFor information as well as to post a discretionary', 0, '2021-01-03 07:24:36'),
(9053, 'gurpreet singh', 'Satgursingh041096@gmail.com', 'S', 'F', 'study', 2147483647, '2021-01-04 11:44:12'),
(9054, 'Pettry', 'pettrygaylor572@gmail.com', '', '', 'Hi! \r\n\r\nNewer websites out there are now integrated with features that make business processes easier to run for both the company and their clients. I\'m a freelance web designer who can help you integrate smart features that a business website should have, as well as a modern look and feel. I\'m send', 0, '2021-01-05 08:17:57'),
(9055, 'Veronique Durand', 'gtbhnursing.com@gtbhnursing.com', 'S', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Jan 08, 2021\r\n\r\n\r\nWe have actually not obtained a payment from you.\r\nWe\'ve tried to email you yet were unable to contact you.\r\n\r\n\r\nVisit: https://cutt.ly/Ejj8apK\r\n\r\nFor info and also to post a discretionary settlement ', 0, '2021-01-08 22:31:04'),
(9056, 'Jan', 'janburgess913@gmail.com', '', '', 'Hi! \r\n\r\nNewer websites out there are now integrated with features that make business processes easier to run for both the company and their clients. I\'m a freelance web designer who can help you integrate smart features that a business website should have, as well as a modern look and feel. I\'m send', 0, '2021-01-10 02:50:51'),
(9057, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'Hello there...  :)\r\n\r\nI just have a question.  I am a web designer looking for new clients and I wanted to see if you are interested in redesigning your website or making some upgrades.  I don\'t want to sound like I\'m \"tooting my own horn\" too much, but I can do some pretty amazing things, not only ', 0, '2021-01-15 20:39:25'),
(9058, 'Laurence Dyson', 'gtbhnursing.com@gtbhnursing.com', 'O', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Jan 18, 2021\r\n\r\n\r\nWe have actually not obtained a payment from you.\r\nWe\'ve tried to email you however were unable to contact you.\r\n\r\n\r\nSee: https://bit.ly/3ilzuyZ\r\n\r\nFor information and to make a discretionary settleme', 0, '2021-01-18 07:18:09'),
(9059, 'Jaspreet kaur', 'jasibrar27@gmail.com', 'O', 'C', 'Hi. Good morning mam/sir.. i wana ask about if there is any vacancy in psychiatric mental health nursing speciality.', 2147483647, '2021-01-19 03:38:43'),
(9060, 'Tracy', 'traceyedmunds57@gmail.com', '', '', 'Hello there...  :)\r\n\r\nI just have a question.  I am a web designer looking for new clients and I wanted to see if you are interested in redesigning your website or making some upgrades.  I don\'t want to sound like I\'m \"tooting my own horn\" too much, but I can do some pretty amazing things, not only ', 0, '2021-01-20 14:39:12'),
(9061, 'Juliet', 'info@gtbhnursing.com', 'S', 'F', '', 0, '2021-01-27 22:16:03'),
(9062, 'Celia', 'celiatownsend811@gmail.com', '', '', 'Hello there...  :)\r\n\r\nI just have a question.  I am a web designer looking for new clients and I wanted to see if you are interested in redesigning your website or making some upgrades.  I don\'t want to sound like I\'m \"tooting my own horn\" too much, but I can do some pretty amazing things, not only ', 0, '2021-01-28 08:36:39'),
(9063, 'Justina', 'info@gtbhnursing.com', 'P', 'C', 'You Won\'t Want To Miss This!  50 pcs medical surgical masks only $1.99 and N95 Mask $1.79 each.', 0, '2021-02-01 15:03:16'),
(9064, 'Leia', 'info@gtbhnursing.com', 'S', 'F', '', 0, '2021-02-05 14:04:44'),
(9065, 'Amandeep kaur', 'bagri.amandeep668@gmail.com', 'S', 'S', 'Bsc nursing', 1784915042, '2021-02-06 11:38:35'),
(9066, 'Chad', 'chad.mason270@hotmail.com', '', '', 'Hello! \r\n\r\nIs your website generating enough business for you, or do you need some help? I am an experienced Search Engine Optimizer and I\'m looking for clients who are interested in getting their businesses on top of the searches on search engines like Google. I do this kind of work for a very affo', 0, '2021-02-08 21:44:57'),
(9067, 'Tamela', 'info@gtbhnursing.com', 'P', 'F', 'Only 10 orders left!  Get yours here: pharmacyusa.online', 0, '2021-02-14 22:09:12'),
(9068, 'Priscilla', 'real4youmarketing@gmail.com', '', '', 'Hello! \r\n\r\nIs your website generating enough business for you, or do you need some help? I am an experienced Search Engine Optimizer and I\'m looking for clients who are interested in getting their businesses on top of the searches on search engines like Google. I do this kind of work for a very affo', 0, '2021-02-17 09:46:37'),
(9069, 'Nate Macias', 'gtbhnursing.com@gtbhnursing.com', 'P', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 18, 2021\r\n\r\n\r\nWe have not received a payment from you.\r\nWe have actually tried to email you yet were incapable to contact you.\r\n\r\n\r\nSee: https://bit.ly/3p04RAP\r\n\r\nFor details as well as to post a discretionary sett', 0, '2021-02-18 19:42:43'),
(9070, 'Roderick Heysen', 'gtbhnursing.com@gtbhnursing.com', 'P', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 21, 2021\r\n\r\n\r\nWe have not gotten a settlement from you.\r\nWe\'ve tried to call you however were unable to contact you.\r\n\r\n\r\nSee: https://cutt.ly/WlfJeQQ\r\n\r\nFor details as well as to post a discretionary settlement fo', 0, '2021-02-22 03:18:09'),
(9071, 'Jack', 'reedj781@gmail.com', '', '', 'Hello! \r\n\r\nIs your website generating enough business for you, or do you need some help? I am an experienced Search Engine Optimizer and I\'m looking for clients who are interested in getting their businesses on top of the searches on search engines like Google. I do this kind of work for a very affo', 0, '2021-02-22 03:41:18'),
(9072, 'Fletcher', 'info@gtbhnursing.com', 'P', 'C', '', 0, '2021-02-22 13:29:34'),
(9073, 'Sofia Marler', 'gtbhnursing.com@gtbhnursing.com', 'S', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 23, 2021\r\n\r\n\r\nWe have not obtained a payment from you.\r\nWe\'ve attempted to contact you however were unable to contact you.\r\n\r\n\r\nCheck Out: https://bit.ly/2ZH3Zqx\r\n\r\nFor info and also to process a discretionary sett', 0, '2021-02-23 20:53:03'),
(9074, 'Zack Richard', 'gtbhnursing.com@gtbhnursing.com', 'S', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 24, 2021\r\n\r\n\r\nWe have not received a settlement from you.\r\nWe\'ve attempted to call you however were incapable to contact you.\r\n\r\n\r\nSee: https://bit.ly/3siPDcf\r\n\r\nFor details as well as to process a discretionary pa', 0, '2021-02-24 12:05:58'),
(9075, 'Vanessa Naquin', 'gtbhnursing.com@gtbhnursing.com', 'O', 'F', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 24, 2021\r\n\r\n\r\nWe have actually not gotten a settlement from you.\r\nWe\'ve attempted to email you yet were incapable to contact you.\r\n\r\n\r\nCheck Out: https://bit.ly/2ZIIC8m\r\n\r\nFor info and also to post a discretionary ', 0, '2021-02-24 23:26:34'),
(9076, 'Anke Goffage', 'gtbhnursing.com@gtbhnursing.com', 'P', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 25, 2021\r\n\r\n\r\nWe have actually not gotten a payment from you.\r\nWe\'ve attempted to email you however were not able to contact you.\r\n\r\n\r\nVisit: https://bit.ly/3bGH2td\r\n\r\nFor info and also to make a discretionary paym', 0, '2021-02-25 20:33:19'),
(9077, 'Julio McGhee', 'gtbhnursing.com@gtbhnursing.com', 'S', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 26, 2021\r\n\r\n\r\nWe have not gotten a settlement from you.\r\nWe\'ve tried to email you but were incapable to contact you.\r\n\r\n\r\nGo To: https://bit.ly/3aSuuzJ\r\n\r\nFor details and also to post a discretionary payment for yo', 0, '2021-02-26 13:19:32'),
(9078, 'Noelia Keen', 'gtbhnursing.com@gtbhnursing.com', 'O', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 26, 2021\r\n\r\n\r\nWe have actually not received a settlement from you.\r\nWe\'ve tried to call you however were unable to contact you.\r\n\r\n\r\nSee: https://bit.ly/3dNWztI\r\n\r\nFor information as well as to process a discretion', 0, '2021-02-27 01:16:12'),
(9079, 'Erick', 'hello@gtbhnursing.com', 'P', 'S', 'Hey there', 0, '2021-02-27 05:07:04'),
(9080, 'Edith Laby', 'gtbhnursing.com@gtbhnursing.com', 'O', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 27, 2021\r\n\r\n\r\nWe have actually not obtained a payment from you.\r\nWe\'ve tried to contact you yet were incapable to contact you.\r\n\r\n\r\nVisit: https://bit.ly/3aYBECw\r\n\r\nFor information as well as to make a discretionar', 0, '2021-02-27 21:58:15'),
(9081, 'Audrey McCrea', 'gtbhnursing.com@gtbhnursing.com', 'O', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Feb 28, 2021\r\n\r\n\r\nWe have not received a payment from you.\r\nWe have actually attempted to email you yet were incapable to contact you.\r\n\r\n\r\nGo To: https://bit.ly/37SoXY8\r\n\r\nFor info as well as to post a discretionary s', 0, '2021-02-28 13:37:59'),
(9082, 'Clint', 'info@gtbhnursing.com', 'S', 'C', '', 0, '2021-02-28 18:09:07'),
(9083, 'Geneva Chill', 'gtbhnursing.com@gtbhnursing.com', 'S', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 01, 2021\r\n\r\n\r\nWe have actually not obtained a payment from you.\r\nWe have actually attempted to email you but were incapable to contact you.\r\n\r\n\r\nCheck Out: https://bit.ly/2Mz0H5P\r\n\r\nFor info as well as to make a di', 0, '2021-03-01 11:06:20'),
(9084, 'Dorothy', 'tdorothy499@gmail.com', '', '', 'Hello, I wanted to see if you could use a exceptional Web Designer. Are you planning on adding new design elements to your website in the near future or are you maybe hoping to start on creating another site? My rates are very competitive and my designs are among the best in the business. Please res', 0, '2021-03-01 19:25:03'),
(9085, 'Kindra Bergstrom', 'gtbhnursing.com@gtbhnursing.com', 'S', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 01, 2021\r\n\r\n\r\nWe have actually not gotten a payment from you.\r\nWe\'ve attempted to email you however were incapable to contact you.\r\n\r\n\r\nVisit: https://bit.ly/3uGCUC4\r\n\r\nFor information and to post a discretionary p', 0, '2021-03-02 00:09:18'),
(9086, 'Chas', 'hello@gtbhnursing.com', 'P', 'S', '(LAST DAY PROMOTION, SUPER SALE) GET YOURS HERE: dogloverclub.store', 0, '2021-03-02 16:58:07'),
(9087, 'Collin Canchola', 'gtbhnursing.com@gtbhnursing.com', 'P', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 02, 2021\r\n\r\n\r\nWe have not obtained a settlement from you.\r\nWe have actually tried to contact you yet were unable to contact you.\r\n\r\n\r\nVisit: https://bit.ly/3b40fpv\r\n\r\nFor info as well as to process a discretionary ', 0, '2021-03-02 21:36:05'),
(9088, 'Hosea Jaramillo', 'gtbhnursing.com@gtbhnursing.com', 'P', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 03, 2021\r\n\r\n\r\nWe have not obtained a settlement from you.\r\nWe have actually attempted to email you but were incapable to contact you.\r\n\r\n\r\nBrowse Through: https://bit.ly/3uMNgR1\r\n\r\nFor information as well as to mak', 0, '2021-03-03 11:14:56'),
(9089, 'Jim', 'jim.pierce95@gmail.com', '', '', 'Hi There,\r\n\r\nI am just checking to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and I\'m very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatic', 0, '2021-03-03 16:39:01'),
(9090, 'Dewitt Tullipan', 'gtbhnursing.com@gtbhnursing.com', 'S', 'S', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 03, 2021\r\n\r\n\r\nWe have actually not received a payment from you.\r\nWe have actually attempted to call you but were not able to contact you.\r\n\r\n\r\nBrowse Through: https://bit.ly/3sNcWLE\r\n\r\nFor info as well as to post a', 0, '2021-03-03 23:13:35'),
(9091, 'Thao Prada', 'gtbhnursing.com@gtbhnursing.com', 'P', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 04, 2021\r\n\r\n\r\nWe have not obtained a settlement from you.\r\nWe have actually tried to call you yet were incapable to contact you.\r\n\r\n\r\nVisit: https://bit.ly/308TP2e\r\n\r\nFor info and also to process a discretionary se', 0, '2021-03-05 03:35:21'),
(9092, 'Alonzo Merrifield', 'gtbhnursing.com@gtbhnursing.com', 'S', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 05, 2021\r\n\r\n\r\nWe have not gotten a payment from you.\r\nWe have actually tried to contact you yet were not able to contact you.\r\n\r\n\r\nGo To: https://bit.ly/30dtFv1\r\n\r\nFor details as well as to process a discretionary ', 0, '2021-03-05 21:54:59'),
(9093, 'Christine Greenup', 'gtbhnursing.com@gtbhnursing.com', 'O', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 06, 2021\r\n\r\n\r\nWe have not gotten a payment from you.\r\nWe have actually tried to call you however were incapable to contact you.\r\n\r\n\r\nCheck Out: https://bit.ly/3c4dxBP\r\n\r\nFor info and to process a discretionary paym', 0, '2021-03-07 00:42:59'),
(9094, 'Cathern', 'cathern@gtbhnursing.com', 'P', 'S', 'Home | Institute of Nursing Education', 0, '2021-03-07 08:31:52'),
(9095, 'Debra Samuel', 'gtbhnursing.com@gtbhnursing.com', 'S', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 07, 2021\r\n\r\n\r\nWe have actually not gotten a payment from you.\r\nWe have actually attempted to contact you yet were not able to contact you.\r\n\r\n\r\nGo To: https://bit.ly/3eg1svP\r\n\r\nFor details and to make a discretiona', 0, '2021-03-08 00:47:54'),
(9096, 'Kina', 'kina@gtbhnursing.com', 'P', 'C', '', 0, '2021-03-08 01:40:11'),
(9097, 'Lan Angles', 'gtbhnursing.com@gtbhnursing.com', 'P', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 08, 2021\r\n\r\n\r\nWe have not received a settlement from you.\r\nWe have actually tried to contact you but were incapable to contact you.\r\n\r\n\r\nVisit: https://bit.ly/3qqoVgn\r\n\r\nFor information as well as to make a discret', 0, '2021-03-08 19:24:46'),
(9098, 'Gia', 'gia@gtbhnursing.com', 'P', 'C', 'Cheers,', 0, '2021-03-09 23:22:36'),
(9099, 'Guy Micklem', 'gtbhnursing.com@gtbhnursing.com', 'P', 'C', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 10, 2021\r\n\r\n\r\nWe have not gotten a settlement from you.\r\nWe have actually attempted to contact you however were incapable to contact you.\r\n\r\n\r\nCheck Out: https://bit.ly/3qzbwTt\r\n\r\nFor details as well as to make a d', 0, '2021-03-10 17:54:55'),
(9100, 'Jeannine', 'jeannine@gtbhnursing.com', 'P', 'S', 'Home | Institute of Nursing Education', 0, '2021-03-11 06:49:47'),
(9101, 'Carolyn', 'taylorcarolyn639@gmail.com', '', '', 'Hi, I am a exceptional Web Designer or Developer. Are you planning on adding new design elements to your site soon or are you  wanting to get started on creating a new website? My prices are very affordable and my finished products are impressive. Please tell me if you are possibly interested in loo', 0, '2021-03-11 13:27:17'),
(9102, 'Raymond Hylton', 'gtbhnursing.com@gtbhnursing.com', 'S', 'F', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice Expiry ON: Mar 11, 2021\r\n\r\n\r\nWe have not obtained a payment from you.\r\nWe have actually attempted to call you but were not able to contact you.\r\n\r\n\r\nSee: https://bit.ly/3cpBN1p\r\n\r\nFor info and to make a discretionary settlement f', 0, '2021-03-12 03:07:51'),
(9103, 'Dylan Buckner', 'gtbhnursing.com@gtbhnursing.com', 'P', 'F', 'DOMAIN SERVICES NOTICE FOR gtbhnursing.com\r\n\r\nDomain Notice: Mar 12, 2021\r\n\r\n\r\nWe have actually not received a payment from you.\r\nWe have attempted to call you but were unable to contact you.\r\n\r\n\r\nBrowse Through: https://bit.ly/38AJZea\r\n\r\nFor information and to process a discretionary payment for yo', 0, '2021-03-12 17:20:13'),
(9104, 'Kelle Riordan', 'gtbhnursing.com@gtbhnursing.com', 'S', 'F', 'DOMAIN SERVICES NOTICE FOR gtbhnursing.com\r\n\r\nThis Domain Notice Expires on: Mar 14, 2021\r\n\r\n\r\nWe have not received a settlement from you.\r\nWe have actually tried to call you however were unable to contact you.\r\n\r\n\r\nCheck Out: https://bit.ly/2PQN82K\r\n\r\nFor details and to post a discretionary settlem', 0, '2021-03-14 08:15:27'),
(9105, 'Bertie', 'bertie@gtbhnursing.com', 'O', 'C', 'CAREDOGBESTâ„¢ - Personalized Dog Harness. All sizes from XS to XXL.  Easy ON/OFF in just 2 seconds.  LIFETIME WARRANTY.', 0, '2021-03-15 18:43:15'),
(9106, 'Cristina', 'cristina@gtbhnursing.com', 'P', 'F', 'Defrost frozen foods in minutes safely and naturally with our THAW KINGâ„¢.', 0, '2021-03-17 01:52:23'),
(9107, 'Judi', 'tarver.judi@gmail.com', 'P', 'C', 'Wholesale Medical Surgical Masks for both adult and kids - Buy Now as Low as $0.19/mask', 0, '2021-03-18 03:59:21'),
(9108, 'Celia', 'celiatownsend811@gmail.com', '', '', 'Hello there...  :)\r\n\r\nI just have a question.  I am a web designer looking for new clients and I wanted to see if you are interested in redesigning your website or making some upgrades.  I don\'t want to sound like I\'m \"tooting my own horn\" too much, but I can do some pretty amazing things, not only ', 0, '2021-03-22 03:52:05'),
(9109, 'Joyce', 'joyce@gtbhnursing.com', 'S', 'S', 'Good Morning', 0, '2021-03-22 11:38:06'),
(9110, 'Christel', 'christel@gtbhnursing.com', 'S', 'F', 'Wellness Enthusiasts! There has never been a better time to take care of your neck pain!', 0, '2021-03-23 18:21:48'),
(9111, 'Eliza', 'eliza@gtbhnursing.com', 'P', 'S', '', 0, '2021-03-24 04:33:30'),
(9112, 'Marlys', 'marlys@gtbhnursing.com', 'P', 'F', 'Save 50% OFF + FREE Worldwide Shipping', 0, '2021-03-25 15:33:25'),
(9113, 'Mildred', 'mildred.fortier@gmail.com', 'P', 'S', '', 0, '2021-03-27 03:00:15'),
(9114, 'Kevin', 'kevin@gtbhnursing.com', 'O', 'S', 'Regards,', 0, '2021-03-27 14:42:41'),
(9115, 'Omar', 'webdesignmasterz4u@gmail.com', '', '', 'Hello, \r\n\r\nI just wanted to check in with you and see if you could use help managing your social media marketing campaigns.  I work with a lot of clients and they all believe in the power of social media marketing, but no one has time for it.  That\'s where I come in.  I get all of the information ab', 0, '2021-03-29 02:19:02'),
(9116, 'Kamalpreet kaur', 'grewalk999@gmail.com', 'S', 'C', 'To get admitted in Bsc Nursing for this upcoming session, do i need to give any entrance exam?', 2147483647, '2021-03-29 05:14:45'),
(9117, 'Cory', 'geniusmarketing2go@gmail.com', '', '', 'Hi,\r\n\r\nI wanted to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatically.  \r\n\r\nLet me kn', 0, '2021-04-01 19:55:04'),
(9118, 'Isabell', 'info@gtbhnursing.com', 'O', 'F', 'Home | Institute of Nursing Education', 0, '2021-04-03 02:52:52'),
(9119, 'Cory', 'geniusmarketing2go@gmail.com', '', '', 'Hi,\r\n\r\nI wanted to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatically.  \r\n\r\nLet me kn', 0, '2021-04-05 16:00:51'),
(9120, 'Romeo', 'info@gtbhnursing.com', 'P', 'C', 'Our clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.', 0, '2021-04-06 12:44:14'),
(9121, 'Cory', 'geniusmarketing2go@gmail.com', '', '', 'Hi,\r\n\r\nI wanted to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatically.  \r\n\r\nLet me kn', 0, '2021-04-06 13:39:55'),
(9122, 'Cory', 'geniusmarketing2go@gmail.com', '', '', 'Hi,\r\n\r\nI wanted to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatically.  \r\n\r\nLet me kn', 0, '2021-04-09 07:40:24'),
(9123, 'Denise', 'info@gtbhnursing.com', 'S', 'C', 'Order yours now at 50% OFF with FREE Shipping: musicontrol.online', 0, '2021-04-13 07:50:06'),
(9124, 'Chang', 'info@gtbhnursing.com', 'S', 'C', '', 0, '2021-04-14 13:41:54'),
(9125, 'Fernando', 'effectiveranking4u@gmail.com', '', '', 'Hi there,\r\n\r\nWould you be interested in getting a free consultation to learn a little more about how search engine optimization can help make your website more profitable? I\'m a freelancer who provides search engine optimization services, and I\'m seeking new clients that have good businesses, but ar', 0, '2021-04-14 16:46:03'),
(9126, 'Finlay', 'finlay@gtbhnursing.com', 'S', 'S', 'Get it while it\'s still 50% OFF + FREE Shipping', 0, '2021-04-16 03:06:17'),
(9127, 'Monika', 'monika@gtbhnursing.com', 'S', 'F', 'Have a great time,', 0, '2021-04-18 04:56:26'),
(9128, 'Mckelvey', 'palmermckelvey687@gmail.com', '', '', 'Hello, \r\n\r\nI sent this message because I\'d like to know if you are interested in getting more visits on your website from people who are searching for products/services on Google. \r\n\r\nI\'m a skilled website optimizer and I specialize in getting your site to appear on the first page of search results.', 0, '2021-04-22 17:10:35'),
(9129, 'Alisia', 'info@gtbhnursing.com', 'P', 'S', 'Thank You,', 0, '2021-04-24 22:36:39'),
(9130, 'Reagan', 'info@gtbhnursing.com', 'S', 'C', '', 0, '2021-04-26 03:40:33'),
(9131, 'Richard', 'richardbower122@gmail.com', '', '', 'Have you heard of \"Reputation Management?\"  I run a small company that provides Reputation Management services, which entails fixing problems with your online reviews.  \r\n\r\nDifferent companies have different problems with their reputation:\r\n1.  Bad Reviews - These steer people away from buying from ', 0, '2021-04-26 15:48:38'),
(9132, 'Selina', 'info@gtbhnursing.com', 'S', 'S', '', 0, '2021-04-29 17:14:58'),
(9133, 'Audrey', 'audreytaylor239@gmail.com', '', '', 'Do you have a bad reputation online, due to bad reviews or a lack of reviews?  I specialize in reputation management and would love to work with you.  Everyone looks at your reviews before buying, so having bad reviews can absolutely crush your business, whether you realize it or not.  We have numer', 0, '2021-05-01 00:51:41'),
(9134, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Per-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2021-05-07 03:48:50'),
(9135, 'Lorrine', 'info@gtbhnursing.com', 'S', 'F', '', 0, '2021-05-08 01:58:25'),
(9136, 'kamalpreet kaur', 'grewalk999@gmail.com', 'S', 'S', 'will the session of bsc nursing 2021- be online or offline', 2147483647, '2021-05-08 13:13:41'),
(9137, 'Reginald', 'info@gtbhnursing.com', 'P', 'F', '', 0, '2021-05-09 04:49:28'),
(9138, 'Ian', 'IanRutherford433@gmail.com', '', '', 'Hello, \r\n\r\nDo your online reviews give your customers confidence to buy from you?  Customers are very savvy these days and will cyber-stalk you before buying.  Your reviews need to be good in order for them to buy.  If you don\'t have enough good reviews, they will not trust you and buy from someone ', 0, '2021-05-09 10:34:20'),
(9139, 'Karri', 'info@gtbhnursing.com', 'O', 'F', 'Keep Your Home Away From The Mold.', 0, '2021-05-11 07:03:40'),
(9140, 'Aubrey', 'AubreySweeney0160@gmail.com', '', '', 'Do you have a bad reputation online, due to bad reviews or a lack of reviews?  I specialize in reputation management and would love to work with you.  Everyone looks at your reviews before buying, so having bad reviews can absolutely crush your business, whether you realize it or not.  We have numer', 0, '2021-05-14 18:14:50'),
(9141, 'Rosita', 'info@gtbhnursing.com', 'O', 'C', 'Buy face mask to protect your loved ones from the deadly CoronaVirus.  We wholesale N95 Masks and Surgical Masks for both adult and kids.  The prices begin at $0.19 each.  If interested, please visit our site: pharmacyoutlets.online', 0, '2021-05-16 03:57:21'),
(9142, 'Maxine', 'info@gtbhnursing.com', 'P', 'F', 'Home | Institute of Nursing Education', 0, '2021-05-16 13:46:33'),
(9143, 'Aubrey', 'AubreySweeney0160@gmail.com', '', '', 'Do you have a bad reputation online, due to bad reviews or a lack of reviews?  I specialize in reputation management and would love to work with you.  Everyone looks at your reviews before buying, so having bad reviews can absolutely crush your business, whether you realize it or not.  We have numer', 0, '2021-05-18 12:15:06'),
(9144, 'Betty', 'info@gtbhnursing.com', 'P', 'F', 'Hey', 0, '2021-05-18 19:42:28'),
(9145, 'Pratima Thakur', 'pratimathakur619@gmail.com', 'O', 'S', 'Godd afternoon, Ia there ant vacancy for M.Sc. Psychiatric Nursing Fresher?', 2147483647, '2021-05-21 08:51:53'),
(9146, 'Judson', 'info@gtbhnursing.com', 'S', 'C', 'Bcpdq F P X', 0, '2021-05-23 09:40:40'),
(9147, 'Soon', 'info@gtbhnursing.com', 'P', 'F', 'Click here: caredogbest.online', 0, '2021-05-23 15:05:43'),
(9148, 'Arlette', 'info@gtbhnursing.com', 'O', 'S', 'Home | Institute of Nursing Education', 0, '2021-05-26 23:38:41'),
(9149, 'Genesis', 'info@gtbhnursing.com', 'O', 'S', 'âœ”ï¸LED Bionic Wave Technology', 0, '2021-05-27 00:48:18'),
(9150, 'Juana', 'juana@gtbhnursing.com', 'P', 'C', '', 0, '2021-06-01 04:40:58'),
(9151, 'Vito', 'vito@gtbhnursing.com', 'O', 'C', 'Hello', 0, '2021-06-01 22:14:04'),
(9152, 'Aubrey', 'AubreySweeney0160@gmail.com', '', '', 'Do you have a bad reputation online, due to bad reviews or a lack of reviews?  I specialize in reputation management and would love to work with you.  Everyone looks at your reviews before buying, so having bad reviews can absolutely crush your business, whether you realize it or not.  We have numer', 0, '2021-06-03 05:18:40'),
(9153, 'Corine', 'info@gtbhnursing.com', 'S', 'C', 'Home | Institute of Nursing Education', 0, '2021-06-07 07:25:18'),
(9154, 'Preston', 'PrestonFarmer0265@gmail.com', '', '', 'Hello there, I am just checking in to see if you need any help with your online reviews.  We specialize in burying negative reviews in the search engines by getting other sites to rank above your negative reviews.  We can also help you to get a lot more positive reviews to dilute negative reviews th', 0, '2021-06-12 20:12:49'),
(9155, 'Myrtle', 'info@gtbhnursing.com', 'O', 'C', '', 0, '2021-06-13 15:03:09'),
(9156, 'Gene', 'GeneCarr0410@gmail.com', '', '', 'Hello, \r\n\r\nDo your online reviews give your customers confidence to buy from you?  Customers are very savvy these days and will cyber-stalk you before buying.  Your reviews need to be good in order for them to buy.  If you don\'t have enough good reviews, they will not trust you and buy from someone ', 0, '2021-06-14 09:44:29'),
(9157, 'Melanie', 'MelanieLee10240@gmail.com', '', '', 'Hello there, I am just checking in to see if you need any help with your online reviews.  We specialize in burying negative reviews in the search engines by getting other sites to rank above your negative reviews.  We can also help you to get a lot more positive reviews to dilute negative reviews th', 0, '2021-06-16 14:12:00'),
(9158, 'Bill', 'BillGrant0124@gmail.com', '', '', 'Hi! \r\n\r\nIf you are interested in starting and/or improving the performance of your existing campaign thru an internet advertising model used to drive traffic to your websites and on platforms like Google Ads, Bing Ads, Facebook Ads, and etc., please let me know! I can provide and give you guaranteed', 0, '2021-06-20 08:11:48'),
(9159, 'Delphia', 'info@gtbhnursing.com', 'S', 'C', 'Delphia', 0, '2021-06-20 18:48:09'),
(9160, 'Bennie', 'bennie@gtbhnursing.com', 'P', 'C', 'Cheers,', 0, '2021-06-21 17:59:49'),
(9161, 'Jacques', 'info@gtbhnursing.com', 'P', 'F', 'Shop now with 50% OFF at: universalholder.online', 0, '2021-06-24 22:30:28'),
(9162, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi there! \r\n\r\nAre you interested in starting an ad campaign or want a guaranteed traffic that can make a huge impact on sales of performance of your existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads etc? Please let me know and I can provide you with some information and pricing.', 0, '2021-06-25 23:04:08'),
(9163, 'Ivory', 'ivory@gtbhnursing.com', 'O', 'S', 'Fwezsienmlkq', 0, '2021-06-28 11:22:19'),
(9164, 'Dennis', 'dennis@gtbhnursing.com', 'S', 'C', 'Ayqn vqx kaurp', 0, '2021-07-01 20:01:41'),
(9165, 'Forest', 'forest@gtbhnursing.com', 'P', 'S', 'Forest', 0, '2021-07-02 22:40:05'),
(9166, 'Jaisleen kaur', 'jasssaggu915@gmail.com', 'S', 'S', 'About counselling', 2147483647, '2021-07-03 04:34:46'),
(9167, 'Jerold', 'info@gtbhnursing.com', 'O', 'F', 'Buy all styles of Ray-Ban Sunglasses only 24.99 dollars.  If interested, please visit our site: lensoutlet.online', 0, '2021-07-03 21:20:35'),
(9168, 'ritika', 'ritika919kashyap@gmail.com', 'S', 'S', 'Admission for post basic nursing', 2147483647, '2021-07-05 03:56:20'),
(9169, 'Jonathon', 'jonathon@gtbhnursing.com', 'P', 'C', 'Enitgli Ph', 0, '2021-07-08 04:22:16'),
(9170, 'Michell', 'info@gtbhnursing.com', 'S', 'F', 'Michell', 0, '2021-07-09 02:59:09'),
(9171, 'Chanel', 'info@gtbhnursing.com', 'O', 'C', 'Xmfzj ocauq a', 0, '2021-07-10 19:42:47'),
(9172, 'Carolyn', 'taylorcarolyn639@gmail.com', '', '', 'Hello There, I\'m just checking in to see if you need a experienced Web Design Specialist. Are you planning on updating your site soon or are you  considering creating a completely new one? My rates are very affordable and my work is among the best in the business. I\'d really appreciate it if you wou', 0, '2021-07-11 17:13:37'),
(9173, 'Virginia', 'virginia.mitchell228@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Per-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2021-07-12 15:53:41'),
(9174, 'Alton', 'alton@gtbhnursing.com', 'O', 'F', 'Z Bzvm', 0, '2021-07-17 03:11:17'),
(9175, 'Sushant Kumar', 'ksushant802161@gmail.com', 'S', 'C', 'B.sc nursing', 2147483647, '2021-07-17 15:34:00'),
(9176, 'Derek', 'derek.moorman@gmail.com', 'O', 'C', 'The complete selection of all Ray-Ban sunglasses styles available online and only 24.99 dollars.  Free shipping & Returns!', 0, '2021-07-18 10:36:21'),
(9177, 'Tracy', 'traceyedmunds57@gmail.com', '', '', 'Good Morning,\r\n\r\nI\'m a digital marketing specialist, and I ran some Search Engine Optimization reporting tools on your website. The results showed there is a lot of additional web traffic we can get you by making sure that you\'re ranking higher in search engines like Google. \r\n\r\nYou\'re not ranking v', 0, '2021-07-21 08:41:31'),
(9178, 'Waylon', 'hoad.waylon35@gmail.com', 'S', 'S', 'L L G q', 0, '2021-07-21 14:09:22'),
(9179, 'Abhishek Kumar', 'abhimachal47@gmail.com', 'S', 'C', 'Nursing', 2147483647, '2021-07-21 17:02:14'),
(9180, 'Karen', 'quinnkaren280@gmail.com', '', '', 'Hi,\r\n\r\nI wanted to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatically.  \r\n\r\nLet me kn', 0, '2021-07-22 16:12:59'),
(9181, 'Clifford', 'info@gtbhnursing.com', 'P', 'C', 'Clifford', 0, '2021-07-25 14:59:54'),
(9182, 'Bhawna Gupta', 'bhawna2711@gmail.com', 'S', 'C', 'Bsc nursing', 2147483647, '2021-07-26 14:21:22'),
(9183, 'Bhawna Gupta', 'bhawna2711@gmail.com', 'S', 'C', 'Bsc nursing', 2147483647, '2021-07-26 14:22:51'),
(9184, 'Wilburn', 'ripley.wilburn@hotmail.com', 'O', 'S', 'Wilburn', 0, '2021-07-28 16:52:36'),
(9185, 'Jacquetta', 'info@gtbhnursing.com', 'S', 'F', 'Home | Institute of Nursing Education', 0, '2021-07-31 00:21:46'),
(9186, 'Chad', 'chad.mason270@hotmail.com', '', '', 'Hi there,\r\n\r\nWould you be interested in getting a free consultation to learn a little more about how search engine optimization can help make your website more profitable? I\'m a freelancer who provides search engine optimization services, and I\'m seeking new clients that have good businesses, but ar', 0, '2021-08-01 21:37:49'),
(9187, 'Adrianna', 'adrianna.tierney@yahoo.com', 'O', 'S', 'Y mj lqmp Z', 0, '2021-08-02 07:19:42'),
(9188, 'Monika', 'kumarimonika8694@gmail.com', 'S', 'C', 'Bsc nursing', 2147483647, '2021-08-02 16:15:08'),
(9189, 'Pettry', 'pettrygaylor572@gmail.com', '', '', 'Hi! \r\n\r\nNewer websites out there are now integrated with features that make business processes easier to run for both the company and their clients. I\'m a freelance web designer who can help you integrate smart features that a business website should have, as well as a modern look and feel. I\'m send', 0, '2021-08-03 00:27:24'),
(9190, 'Rodrigo', 'rodrigo.talbert@yahoo.com', 'O', 'F', '', 0, '2021-08-04 18:42:41'),
(9191, 'Gidget', 'heane.gidget@gmail.com', 'S', 'F', 'Ngc sy', 0, '2021-08-07 22:24:21'),
(9192, 'Ria', 'riyaaaa1481@gmail.com', 'S', 'S', 'Admission', 2147483647, '2021-08-10 09:52:04'),
(9193, 'Chad', 'chad.venuti@googlemail.com', 'P', 'C', 'Fuxjtdr Jeap', 0, '2021-08-12 23:21:16'),
(9194, 'Heather', 'heathere011@gmail.com', '', '', 'Hello, I\'m reaching out to see if you need a hard-working Web Designer/Developer. Are you interested in restructuring your site  or are you maybe considering building another website? My fees are definitely affordable and my sites are top tier. I\'d appreciate it if you would let me know if you would', 0, '2021-08-13 05:31:32'),
(9195, 'Gagandeep Singh', 'gagandev446@gmail.com', 'P', 'F', 'Rude and unprofessional behaviour of Dr Eshani Sharma', 2147483647, '2021-08-14 13:26:15'),
(9196, 'Heather', 'heathere011@gmail.com', '', '', 'Hello There, I\'m just checking in to see if you need a hard-working Web Development Specialist. Are you hoping to start adding pages to your site in the near future or are you maybe thinking of building another website? My prices are very cheap and my work is top tier. Please let me know if you are ', 0, '2021-08-16 08:47:45'),
(9197, 'Shona', 'shona.fosbery@gmail.com', 'O', 'C', 'Ynf wh', 0, '2021-08-17 01:13:56'),
(9198, 'Karla', 'karla.hailes70@googlemail.com', 'S', 'C', '50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time', 0, '2021-08-19 10:23:05'),
(9199, 'Kanchan', 'kanchankanchan88534@gmail.com', 'S', 'C', 'Fees for sc candidate', 2147483647, '2021-08-20 02:34:31'),
(9200, 'Landon', 'lsbcklnd@gmail.com', '', '', 'Hello there...  :)\r\n\r\nI just have a question.  I am a web designer looking for new clients and I wanted to see if you are interested in redesigning your website or making some upgrades.  I don\'t want to sound like I\'m \"tooting my own horn\" too much, but I can do some pretty amazing things, not only ', 0, '2021-08-23 17:38:17'),
(9201, 'Jim', 'jim.pierce95@gmail.com', '', '', 'Hi,\r\n\r\nI wanted to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatically.  \r\n\r\nLet me kn', 0, '2021-08-24 02:45:28'),
(9202, 'Grover', 'buzzard.grover@gmail.com', 'P', 'C', 'Enjoy,', 0, '2021-08-24 08:22:42'),
(9203, 'Harjot Kaur', 'joti44@gmail.com', 'O', 'C', 'Any vacancies of clinical instructor?', 2147483647, '2021-08-27 11:27:45'),
(9204, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'Hello there! \r\n\r\n I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. Would you\'d be interested in building a mobile app for your business?There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2021-08-27 21:42:00'),
(9205, 'Bhupinder singh', 'bhupindersinghkanda72@gmail.com', 'S', 'F', 'About Bsc nursing counselling date  and college start date', 2147483647, '2021-09-01 16:40:57'),
(9206, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'Hello there! \r\n\r\n I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. Would you\'d be interested in building a mobile app for your business?There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2021-09-02 15:39:05'),
(9207, 'Bill', 'BillGrant0124@gmail.com', '', '', 'Hi,\r\n\r\nI am reaching out to see if you\'re interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Per-Per-Click)?\r\n\r\nI am an expert in online advertising, and I will provide and will give ', 0, '2021-09-03 02:37:02'),
(9208, 'Madan kumar', 'madankumarghana@gmail.com', 'P', 'C', 'I want my daughter addmission in your Institute', 2147483647, '2021-09-04 07:57:08'),
(9209, 'Enriqueta', 'cates.enriqueta@gmail.com', 'S', 'C', 'Free worldwide shipping!', 0, '2021-09-04 20:06:05'),
(9210, 'Johnson', 'anna.johnson@hotmail.com', 'O', 'S', 'To your success,', 0, '2021-09-10 06:37:33'),
(9211, 'Ian', 'IanRutherford433@gmail.com', '', '', 'Do you have a bad reputation online, due to bad reviews or a lack of reviews?  I specialize in reputation management and would love to work with you.  Everyone looks at your reviews before buying, so having bad reviews can absolutely crush your business, whether you realize it or not.  We have numer', 0, '2021-09-11 08:53:23'),
(9212, 'Virginia', 'virginia.mitchell228@gmail.com', '', '', 'Hi there! \r\n\r\nAre you interested in starting an ad campaign or want a guaranteed traffic that can make a huge impact on sales of performance of your existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads etc? Please let me know and I can provide you with some information and pricing.', 0, '2021-09-12 01:15:58'),
(9213, 'Harleen Kaur', 'jassagill.singh27@gmail.com', 'S', 'C', 'For Admission in BSC NURSING', 2147483647, '2021-09-12 02:36:21'),
(9214, 'Sandeep kaur', 'sandyrai37@gmail.com', 'P', 'C', 'About GNM nursing fees', 2147483647, '2021-09-13 04:08:17'),
(9215, 'Cyrus', 'cyrus.serisier@yahoo.com', 'S', 'S', 'Hello', 0, '2021-09-13 13:10:38'),
(9216, 'ravi bhasin', 'ravibhasin1971@yahoo.com', 'P', 'C', 'admission for my daughter FY-2022-23', 2147483647, '2021-09-16 06:34:13'),
(9217, 'Blythe', 'wesley.blythe@gmail.com', 'O', 'S', 'CAREDOGBESTâ„¢ - Personalized Dog Harness. All sizes from XS to XXL.  Easy ON/OFF in just 2 seconds.  LIFETIME WARRANTY.', 0, '2021-09-17 02:25:26'),
(9218, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-09-19 03:16:54'),
(9219, 'Ervin', 'keith.ervin@gmail.com', 'O', 'S', 'Xeoyzqin', 0, '2021-09-19 03:59:11'),
(9220, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi! \r\n\r\nIf you are interested in starting and/or improving the performance of your existing campaign thru an internet advertising model used to drive traffic to your websites and on platforms like Google Ads, Bing Ads, Facebook Ads, and etc., please let me know! I can provide and give you guaranteed', 0, '2021-09-21 03:55:46'),
(9221, 'Alejandro', 'alejandro.mcafee51@googlemail.com', 'P', 'F', 'Good Morning', 0, '2021-09-21 19:07:53'),
(9222, 'Navjot kaur', 'jyotikaur304@gmail.com', 'S', 'C', 'Hlo mam bsc nursing me admission ke lye', 2147483647, '2021-09-22 07:20:48'),
(9223, 'Mahalia', 'jeffries.mahalia@googlemail.com', 'P', 'S', 'Cgpktzhiov', 0, '2021-09-25 09:27:05'),
(9224, 'Brandon', 'stage.brandon85@gmail.com', 'S', 'S', 'Defrost frozen foods in minutes safely and naturally with our THAW KINGâ„¢.', 0, '2021-09-28 03:32:23'),
(9225, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-09-28 15:02:00'),
(9226, 'Diane', 'diane.morgan367@gmail.com', '', '', 'Hi there! \r\n\r\nAre you interested in starting an ad campaign or want a guaranteed traffic that can make a huge impact on sales of performance of your existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads etc? Please let me know and I can provide you with some information and pricing.', 0, '2021-09-28 15:44:32'),
(9227, 'Glenn', 'glenn.carlson491@gmail.com', '', '', 'Greetings!\r\n\r\nDifferent kinds of mobile apps can help your business, whether in terms of marketing, business efficiency, or both. Do you have a mobile app for your business? Potential clients nowadays are more comfortable doing business with companies whose mobile app does not only have an amazing l', 0, '2021-10-01 01:00:36'),
(9228, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-10-04 01:53:36'),
(9229, 'Jaspreet', 'jaspreetjangra9@gmail.com', 'S', 'S', 'Admission of bsc nursing', 2147483647, '2021-10-06 06:47:15'),
(9230, 'Gabrielle', 'gabrielle.capra37@outlook.com', 'O', 'C', 'Gabrielle', 0, '2021-10-06 15:51:27'),
(9231, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-10-07 03:29:55'),
(9232, 'Glenn', 'glenn.carlson491@gmail.com', '', '', 'Greetings!\r\n\r\nDifferent kinds of mobile apps can help your business, whether in terms of marketing, business efficiency, or both. Do you have a mobile app for your business? Potential clients nowadays are more comfortable doing business with companies whose mobile app does not only have an amazing l', 0, '2021-10-07 09:05:08'),
(9233, 'Donna', 'donna.lee2514@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2021-10-10 00:33:21'),
(9234, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-10-10 18:09:01'),
(9235, 'Alejandrina', 'info@gtbhnursing.com', 'P', 'S', 'Vm Fhpiwffv', 0, '2021-10-10 18:50:42'),
(9236, 'Cristine', 'info@gtbhnursing.com', 'O', 'F', 'Get Yours: hineck.online', 0, '2021-10-13 17:02:57'),
(9237, 'Charles', 'charles.wilson0034@gmail.com', '', '', 'Hi! \r\n\r\nI am an expert in an internet advertising model used to drive traffic to websites and on platforms like Google Ads, Facebook Ads, and etc. Please let me know if you are interested in starting and/or improving the performance of your existing campaign and I can give you guaranteed traffic tha', 0, '2021-10-19 18:04:04');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(9238, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-10-20 14:29:38'),
(9239, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-10-21 14:46:44'),
(9240, 'Jana', 'janaledesma@gmail.com', 'P', 'C', 'Jana', 0, '2021-10-21 23:58:22'),
(9241, 'Stacie', 'chambliss.stacie84@gmail.com', 'S', 'C', 'Good day', 0, '2021-10-22 23:03:51'),
(9242, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-10-23 00:35:25'),
(9243, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-10-24 08:15:23'),
(9244, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-10-24 21:21:08'),
(9245, 'Mitchell', 'bellm1233@gmail.com', '', '', 'Hello There, I would like to follow up with you and see if you need a talented Web Developer. Are you hoping to start updating your website soon or are you possibly interested in creating a completely different one? My rates are quite low and my work is high quality. I\'d really appreciate it if you ', 0, '2021-10-25 12:04:28'),
(9246, 'Korey', 'whisler.korey@gmail.com', 'S', 'S', 'Hi lpmatrxq', 0, '2021-10-25 15:20:43'),
(9247, 'Jayme', 'jaymegrice@gmail.com', 'P', 'F', 'Zbn I', 0, '2021-10-27 00:36:28'),
(9248, 'Mitchell', 'bellm1233@gmail.com', '', '', 'Hello There, I am a exceptional Web Design Professional. Are you interested in enhancing your website  or are you possibly considering developing a completely new one? My prices are extremely reasonable and my development work is very high quality. I\'m hoping you\'ll reply back and let me know if you', 0, '2021-10-28 03:15:05'),
(9249, 'Sanford', 'frew.sanford@gmail.com', 'P', 'F', 'Odwlkfjxtcq', 0, '2021-11-01 01:05:00'),
(9250, 'Natalie Rosas', 'natalie.rosas@hotmail.com', 'O', 'S', 'Hello, we have been informed that you might be interested to partake in the bitcoin millionaire investment fund. Currently their is a race to grow this bitcoin wallet 3H83z114jBVaXdbLZu6eaVubrogt2oAhSZ to accumulate at least one million dollars worth of bitcoin. Donations of $1,000/$10,000/$100,000 ', 0, '2021-11-02 00:08:06'),
(9251, 'Selma', 'loving.selma@hotmail.com', 'O', 'S', 'The best ever SUPER Sling Bag: Drop-proof/Anti-theft/Scratch-resistant/USB Charging', 0, '2021-11-02 03:07:10'),
(9252, 'Lorraine', 'LorraineKnight904@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Per-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2021-11-02 09:12:10'),
(9253, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-11-03 16:36:34'),
(9254, 'Deana', 'deana.broadway@msn.com', 'P', 'F', '', 0, '2021-11-04 12:48:12'),
(9255, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-11-04 15:39:13'),
(9256, 'Mario', 'webmasterdesigners4u@gmail.com', '', '', 'Hello there,\r\n\r\nI am a social media marketer that helps companies to generate more sales using facebook and other social media platforms.  I have been at this for a long time, so I know the tricks of the trade and can generally help any company to increase sales.  I provide great service, but my pri', 0, '2021-11-06 05:19:38'),
(9257, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-11-06 13:49:08'),
(9258, 'Foster', 'info@gtbhnursing.com', 'O', 'S', 'Defrost frozen foods in minutes safely and naturally with our THAW KINGâ„¢.', 0, '2021-11-06 21:50:35'),
(9259, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-11-07 22:55:15'),
(9260, 'Tom', 'info@asesoriars.com', 'S', 'F', 'Thank You,', 0, '2021-11-10 14:25:39'),
(9261, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-11-12 05:01:46'),
(9262, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-11-12 16:04:58'),
(9263, 'Indiana', 'info@microtecnica.info', 'S', 'F', 'Meet your best Buds - True Wireless Earbuds with amazing sound, convenience, portability, & affordability!', 0, '2021-11-13 14:00:12'),
(9264, 'Alyssa', 'design4excellence20@gmail.com', '', '', 'Hi there,\r\n\r\nWould you be interested in getting a free consultation to learn a little more about how search engine optimization can help make your website more profitable? I\'m a freelancer who provides search engine optimization services, and I\'m seeking new clients that have good businesses, but ar', 0, '2021-11-14 18:15:25'),
(9265, 'Nate', 'steadman.nate@gmail.com', 'O', 'F', '', 0, '2021-11-15 14:27:29'),
(9266, 'Chloe', 'chloemorgan965@gmail.com', '', '', 'Hi There,\r\n\r\nI am just checking to see if you are interested in getting your site to the top of the search engines.  I am a search engine optimizer and I\'m very good at what I do.  Getting to the top of the search engines for your keywords is the very best thing you can do to increase sales dramatic', 0, '2021-11-16 23:04:14'),
(9267, 'Claudia', 'claudia.sanderson@msn.com', 'O', 'F', '50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time', 0, '2021-11-18 04:58:00'),
(9268, 'Alyssa', 'design4excellence20@gmail.com', '', '', 'Hi there,\r\n\r\nWould you be interested in getting a free consultation to learn a little more about how search engine optimization can help make your website more profitable? I\'m a freelancer who provides search engine optimization services, and I\'m seeking new clients that have good businesses, but ar', 0, '2021-11-20 12:15:06'),
(9269, 'Winona', 'saucier.winona3@gmail.com', 'P', 'C', 'Regards,', 0, '2021-11-20 13:14:38'),
(9270, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-11-23 18:00:13'),
(9271, 'Jolene', 'jolene.ho@yahoo.com', 'P', 'F', 'Ro v Rftg qw s', 0, '2021-11-24 03:55:46'),
(9272, 'Nicole', 'nicole@aitrafficassistant.com', 'O', 'F', 'Ldipr', 0, '2021-11-26 08:56:04'),
(9273, 'Leah', 'leah@villaetruscansoldnest.com', 'O', 'S', 'Best,', 0, '2021-11-29 02:29:20'),
(9274, 'Tracy', 'traceyedmunds57@gmail.com', '', '', 'Good Morning,\r\n\r\nI\'m a digital marketing specialist, and I ran some Search Engine Optimization reporting tools on your website. The results showed there is a lot of additional web traffic we can get you by making sure that you\'re ranking higher in search engines like Google. \r\n\r\nYou\'re not ranking v', 0, '2021-11-29 09:16:04'),
(9275, 'Alyssa', 'design4excellence20@gmail.com', '', '', 'Hi there,\r\n\r\nWould you be interested in getting a free consultation to learn a little more about how search engine optimization can help make your website more profitable? I\'m a freelancer who provides search engine optimization services, and I\'m seeking new clients that have good businesses, but ar', 0, '2021-11-29 14:31:17'),
(9276, 'Leandra', 'leandra@gowildplanet.com', 'S', 'F', 'This is A 5 Star Product. With this you will brush your mouth with ease and style. Even your children would love to brush 3 Times daily!', 0, '2021-12-02 14:03:06'),
(9277, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-12-04 01:57:31'),
(9278, 'June', 'june.whittell79@gmail.com', 'P', 'F', 'So we have created this Foldable Travel Bag. It\'s Just So Versatile!', 0, '2021-12-04 17:42:28'),
(9279, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Per-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2021-12-06 01:44:55'),
(9280, 'Celina', 'brannon.celina@gmail.com', 'S', 'C', 'Are you looking for an educational game for your child?  A compact toy nurse kit that will fulfill your child\'s curiosity and keep them engaged.', 0, '2021-12-07 10:26:36'),
(9281, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-12-08 11:32:07'),
(9282, 'Claire', 'lennox.claire@gmail.com', 'O', 'S', '50% OFF On Us! With this Soft Durable Pet Padded Mattress', 0, '2021-12-09 05:04:19'),
(9283, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'Hello there! \r\n\r\n I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. Would you\'d be interested in building a mobile app for your business?There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2021-12-11 04:00:43'),
(9284, 'Victoria', 'victoriashort44@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2021-12-11 18:26:05'),
(9285, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-12-12 00:38:44'),
(9286, 'Rafael', 'rafael@d14toastmasters.org', 'P', 'F', 'Are you Scrambling while opening Jars, Bottles, and Cans? í ½í¸©', 0, '2021-12-12 01:24:55'),
(9287, 'Nichole', 'nichole@ywysdp.com', 'S', 'F', 'To your success,', 0, '2021-12-13 15:36:28'),
(9288, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2021-12-14 11:38:37'),
(9289, 'Nancee', 'info@gtbhnursing.com', 'O', 'C', 'Fq Rr', 0, '2021-12-16 07:14:53'),
(9290, 'Victoria', 'victoriashort44@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2021-12-17 12:24:46'),
(9291, 'Novella', 'novella@gtbhnursing.com', 'P', 'C', 'Our Medical-Grade Toenail Clippers is the safest and especially recommended for those with troubles with winding nails, hard nails, two nails, nail cracks, deep nails, thickened nails etc..', 0, '2021-12-17 18:59:45'),
(9292, 'Harpreet Kaur', 'ayeshakhan79786@gmail.com', 'O', 'S', 'LHV Course details and last date information', 2147483647, '2021-12-19 19:18:58'),
(9293, 'Eunice', 'info@simpleklean844.online', 'S', 'F', 'I Ocsz', 0, '2021-12-20 03:34:43'),
(9294, 'Mathew', 'webdesignzgenius@gmail.com', '', '', 'Hi!\r\n\r\nI am an expert in social media marketing and I would like to know if you are looking for help with generating sales through social media.  \r\n\r\nLet me know if this is something you\'re interested in and I can provide you with more information.\n\nMathew Barrett', 0, '2021-12-21 20:05:21'),
(9295, 'Blondell', 'fairbridge.blondell@gmail.com', 'S', 'S', 'Buy now: fashiondaily.online', 0, '2021-12-23 02:20:54'),
(9296, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Per-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2021-12-25 09:16:12'),
(9297, 'Diane', 'diane@gtbhnursing.com', 'S', 'S', '50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time', 0, '2021-12-25 15:07:52'),
(9298, 'Fatima', 'fatima@gtbhnursing.com', 'O', 'S', 'Be Free from Neck Pain', 0, '2021-12-27 21:46:34'),
(9299, 'Gurpreet', 'Kaurg2721@gmail.com', 'S', 'F', 'Post basic admission regarding', 2147483647, '2021-12-29 06:21:17'),
(9300, 'Fay', 'fay@gtbhnursing.com', 'O', 'F', 'Pwwb nob Tc Al', 0, '2021-12-30 21:18:11'),
(9301, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Per-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2022-01-01 03:17:46'),
(9302, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2022-01-01 10:27:47'),
(9303, 'Jessika', 'frith.jessika@gmail.com', 'O', 'S', '', 0, '2022-01-01 23:49:39'),
(9304, 'Randall', 'highranks4ursite@gmail.com', '', '', 'Hello there,\r\n\r\nI am a social media marketer that helps companies to generate more sales using facebook and other social media platforms.  I have been at this for a long time, so I know the tricks of the trade and can generally help any company to increase sales.  I provide great service, but my pri', 0, '2022-01-02 08:04:38'),
(9305, 'Rosella', 'rosella.cantwell@gmail.com', 'P', 'S', 'Ap febh', 0, '2022-01-04 21:49:36'),
(9306, 'Victoria', 'victoriashort44@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-01-06 18:34:40'),
(9307, 'Jada', 'steward.jada63@gmail.com', 'S', 'F', 'Jada', 0, '2022-01-07 13:54:37'),
(9308, 'Dakota', 'dakota@gtbhnursing.com', 'P', 'S', 'Bybc Gxx nz b', 0, '2022-01-10 18:48:20'),
(9309, 'Herbert', 'contact@d-ikaros.co', 'O', 'C', 'You can take a look at the full listing Â here: --  https://directoria.co/gtbhnursing-com', 0, '2022-01-12 04:48:17'),
(9310, 'Rowena', 'rowena.seidel@yahoo.com', 'S', 'S', 'Get it while it\'s still 50% OFF + FREE Shipping', 0, '2022-01-12 08:56:59'),
(9311, 'Victoria', 'victoriashort44@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-01-12 12:34:28'),
(9312, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Per-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2022-01-12 17:36:38'),
(9313, 'Aida Gilliland', 'gilliland.aida@msn.com', 'O', 'C', 'Let me just say your site is amazing! It is well put together and easy to navigate which is a plus. With such a nice layout you must attract a lot of visitors. I just wanted to give you a heads up because your site inspired me to build my own. I hope everything is going great and much success in you', 0, '2022-01-13 15:53:31'),
(9314, 'Richard', 'info@compresseurccair.ca?page=contact-compresseur-', 'O', 'C', 'Buy now: https://fashionbag.sale', 0, '2022-01-14 12:15:21'),
(9315, 'Sukhmeet', 'sukhmeets@gmail.com', 'O', 'C', 'Hi', 2147483647, '2022-01-14 16:34:05'),
(9316, 'gtbhnursing.com', 'gtbhnursing.com@buycodeshop.com', '', '', 'gtbhnursing.com', 0, '2022-01-14 19:08:03'),
(9317, 'Alberto', 'info@sentimentalsyd.com', 'S', 'C', 'Ri Dphy', 0, '2022-01-19 04:22:11'),
(9318, 'Navjot Kaur', 'Navjotkaur1137@gmail.com', 'O', 'C', 'Want to know about teaching staff vacancy', 2147483647, '2022-01-19 16:43:08'),
(9319, 'Victoria', 'victoriashort44@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-01-23 04:10:13'),
(9320, 'Tara', 'info@gtbhnursing.com', 'O', 'S', 'Asfx Fj Z', 0, '2022-01-24 08:06:54'),
(9321, 'Donna', 'donna.lee2514@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-01-27 03:23:26'),
(9322, 'Victoria', 'victoriashort44@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-02-01 18:43:50'),
(9323, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'Hello there! \r\n\r\n I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. Would you\'d be interested in building a mobile app for your business?There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-02-02 23:44:43'),
(9324, 'ï»¿I donâ€™t need to tell you how important it is to optimize every step in your SEO pipeline. But u', 'gtxxx@boranora.com', 'O', 'C', 'v276wji', 0, '2022-02-05 07:51:32'),
(9325, 'Victoria', 'victoriashort44@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-02-07 12:44:31'),
(9326, 'Prity kumari', 'jitendraofn@gmail.com', 'S', 'C', 'Gnm course fee', 2147483647, '2022-02-08 10:54:44'),
(9327, 'Charles', 'charles.wilson0034@gmail.com', '', '', 'Hi! \r\n\r\nI am an expert in an internet advertising model used to drive traffic to websites and on platforms like Google Ads, Facebook Ads, and etc. Please let me know if you are interested in starting and/or improving the performance of your existing campaign and I can give you guaranteed traffic tha', 0, '2022-02-12 21:03:59'),
(9328, 'Dorothy', 'tdorothy499@gmail.com', '', '', 'Hello, I\'m a exceptional Web Designer. Are you considering adding new design elements to your site soon or are you  thinking of creating another website? My fees are very good and my finished products are top notch. Please tell me if you might be interested in looking at other sites I\'ve built or ma', 0, '2022-02-15 09:20:58'),
(9329, 'Glenn', 'glenn.carlson491@gmail.com', '', '', 'Hello! \r\n\r\nI\'m a freelance SEO specialist and I saw the potential of your website. Are you currently pleased with the number of sales your website is able to make? Is it getting enough visits from potential clients? I\'m offering to help you boost the amount of traffic generated by your site so you c', 0, '2022-02-22 03:23:15'),
(9330, 'Joel', 'wasson.joel@gmail.com', 'P', 'S', 'The best ever SUPER Sling Bag: Drop-proof/Anti-theft/Scratch-resistant/USB Charging', 0, '2022-02-22 04:13:35'),
(9331, 'Michael', 'micheal.daniels058@gmail.com', '', '', 'Hi! \r\n\r\nDifferent kinds of apps help businesses whether in terms of marketing, business efficiency or both. Does your website have an app? Potential clients are drawn to businesses whose mobile app doesn\'t only have an amazing user-interface, but also has some features that make doing business easie', 0, '2022-02-22 17:38:34'),
(9332, 'Ara', 'huntley.ara@googlemail.com', 'P', 'F', '', 0, '2022-02-27 17:17:30'),
(9333, 'Bill', 'BillGrant0124@gmail.com', '', '', 'Hi,\r\n\r\nI am reaching out to see if you\'re interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Pay-Per-Click)?\r\n\r\nI am an expert in online advertising, and I will provide and will give ', 0, '2022-02-27 18:51:51'),
(9334, 'Sunny kumar', 'Kumaranoop6535@gmail.com', 'S', 'S', 'Check my admission status', 2147483647, '2022-03-01 13:29:33'),
(9335, 'Radha', 'sweet_madi07@yahoo.co.in', 'S', 'C', 'Post basic nursing', 2147483647, '2022-03-04 08:07:52'),
(9336, 'Donna', 'donna.lee2514@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-03-05 12:53:37'),
(9337, 'Ashley', 'ashleybrooks870@gmail.com', '', '', 'Hi,  I am a social media marketer that uses various sites such as Facebook and Instagram to generate leads and sales.  I am offering a free consultation right now to help you decide whether social media marketing is a good fit for your company.  Would you be interested in learning more about whether', 0, '2022-03-07 05:31:24'),
(9338, 'Rosario', 'rosario.stamm3@gmail.com', 'S', 'C', 'Ie nb', 0, '2022-03-09 17:13:11'),
(9339, 'Ashley', 'ashleybrooks870@gmail.com', '', '', 'Hi,  I am a social media marketer that uses various sites such as Facebook and Instagram to generate leads and sales.  I am offering a free consultation right now to help you decide whether social media marketing is a good fit for your company.  Would you be interested in learning more about whether', 0, '2022-03-13 09:25:12'),
(9340, 'Dorothea', 'info@gtbhnursing.com', 'O', 'F', 'Body Revolution - Medico Posturaâ„¢ Body Posture Corrector', 0, '2022-03-14 09:29:20'),
(9341, 'Molly', 'molly.blair049@gmail.com', '', '', 'Hi,\r\n\r\nI am reaching out to see if you\'re interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Pay-Per-Click)?\r\n\r\nI am an expert in online advertising, and I will provide and will give ', 0, '2022-03-17 04:44:10'),
(9342, 'pooja', 'poojakalsania527@gmail.com', 'S', 'S', 'i want to know about admission of post psc nursing', 2147483647, '2022-03-17 17:38:01'),
(9343, 'Bill', 'BillGrant0124@gmail.com', '', '', 'Hi there! \r\n\r\nAre you interested in starting an ad campaign or want a guaranteed traffic that can make a huge impact on sales of performance of your existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads etc? Please let me know and I can provide you with some information and pricing.', 0, '2022-03-20 04:09:32'),
(9344, 'Sakeena', 'aarfeensultan276@gmail.com', 'P', 'F', 'Bsc nursing', 2147483647, '2022-03-24 17:23:33'),
(9345, 'Sakeena', 'aarfeensultan276@gmail.com', 'P', 'F', 'Bsc nursing', 2147483647, '2022-03-24 17:23:33'),
(9346, 'Sakeena', 'aarfeensultan276@gmail.com', 'P', 'F', 'Bsc nursing', 2147483647, '2022-03-24 17:23:34'),
(9347, 'Sakeena', 'aarfeensultan276@gmail.com', 'P', 'F', 'Bsc nursing', 2147483647, '2022-03-24 17:23:35'),
(9348, 'Rigzen Dolker', 'rigzendolker6@gmail.com', 'S', 'C', 'I want to know about the admission of Post basic b. Sc nursing 2022 through distance mode.. How can I apply for it? How many seats are available?', 2147483647, '2022-03-25 15:52:35'),
(9349, 'Victoria', 'victoriashort44@gmail.com', '', '', 'Hello there! \r\n\r\nWould you\'d be interested in building a mobile app for your business? I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-03-25 19:01:24'),
(9350, 'Farooq Wani', 'farooqwani11289@gmail.com', 'P', 'S', 'Clarification regarding INC approval and seat availab for BSc Nursing ility', 2147483647, '2022-03-26 18:35:40'),
(9351, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'Hello there! \r\n\r\n I\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. Would you\'d be interested in building a mobile app for your business?There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2022-03-28 01:53:31'),
(9352, 'Gabriela', 'gabriela.hunger@hotmail.com', 'P', 'C', 'Gabriela', 0, '2022-03-30 09:30:50'),
(9353, 'Bane', 'banedavis210@gmail.com', '', '', 'Hello there!\r\n\r\nJust wondering, would you like to have a Mobile App built for your business?\r\n\r\nDon\'t you know that Mobile Applications are the revolution of the Web? Whatever your business goals may be, a mobile app, which is installed and directly used by customers on their smartphones, is now mor', 0, '2022-03-31 13:02:20'),
(9354, 'Ken P', 'kenp38491@aol.com', 'S', 'S', 'Hey this is Ken. I lost your number but I remembered your site. Need you to contact me ASAP regarding that one issue you were having +18149737130â€¬', 0, '2022-04-01 13:41:18'),
(9355, 'Molly', 'molly.blair049@gmail.com', '', '', 'Hi! \r\n\r\nI am an expert in an internet advertising model used to drive traffic to websites and on platforms like Google Ads, Facebook Ads, and etc. Please let me know if you are interested in starting and/or improving the performance of your existing campaign and I can give you guaranteed traffic tha', 0, '2022-04-06 10:12:57'),
(9356, 'Shweta', 'www.vipinsps@gmail.com', 'S', 'C', '9878328169', 2147483647, '2022-04-07 11:15:52'),
(9357, 'Tina', 'tina.wallace854@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Pay-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2022-04-08 09:34:30'),
(9358, 'Miquel', 'worrall.miquel@gmail.com', 'P', 'S', 'The best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage', 0, '2022-04-08 20:41:32'),
(9359, 'Suhani Ojha', 'suhaniojha12@gmail.com', 'S', 'S', 'Search about nusring clgs in pnjab', 2147483647, '2022-04-11 16:11:56'),
(9360, 'Rudolf', 'rudolfportus@gmail.com', 'P', 'C', '', 0, '2022-04-12 22:06:03'),
(9361, 'Tina', 'tina.wallace854@gmail.com', '', '', 'Hi! \r\n\r\nIf you are interested in starting and/or improving the performance of your existing campaign thru an internet advertising model used to drive traffic to your websites and on platforms like Google Ads, Bing Ads, Facebook Ads, and etc., please let me know! I can provide and give you guaranteed', 0, '2022-04-15 04:11:57'),
(9362, 'Lorraine', 'LorraineKnight904@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Pay-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2022-04-15 21:21:51'),
(9363, 'Ishita Batra', 'ishitabatra511@gmail.com', 'S', 'C', 'Admission', 2147483647, '2022-04-16 13:22:36'),
(9364, 'Jim', 'jim.pierce95@gmail.com', '', '', 'Good Morning,\r\n\r\nI\'m a freelance app developer who can build and program any type of application you can think of on any platform (Android, iOs, web). I\'m great at what I do, and I\'m able to deliver great results to my clients even on a tight budget. \r\n\r\nWould you like to have a mobile app built for', 0, '2022-04-20 19:11:21'),
(9365, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi! \r\n\r\nIf you are interested in starting and/or improving the performance of your existing campaign thru an internet advertising model used to drive traffic to your websites and on platforms like Google Ads, Bing Ads, Facebook Ads, and etc., please let me know! I can provide and give you guaranteed', 0, '2022-04-25 03:01:04'),
(9366, 'BTC Giveaway', 'info@btcgiveaways.xyz', 'S', 'F', 'You have been chosen to participate in one of the biggest bitcoin giveaways. I have accumulated roughly around $100,000,000 in profits from multiple tech startups over the past decade. Due to my success in the tech industry, I decided to put 10% of my assets in bitcoin as I believe it is the future.', 0, '2022-04-25 11:25:40'),
(9367, 'Brittney', 'nathalienormandin@royallepage.ca', 'S', 'F', 'Home | Institute of Nursing Education', 0, '2022-04-26 10:04:03'),
(9368, 'Jim', 'jim.pierce95@gmail.com', '', '', 'Good Morning,\r\n\r\nI\'m a freelance app developer who can build and program any type of application you can think of on any platform (Android, iOs, web). I\'m great at what I do, and I\'m able to deliver great results to my clients even on a tight budget. \r\n\r\nWould you like to have a mobile app built for', 0, '2022-04-26 13:11:03'),
(9369, 'Navneet Kaur', 'dhaliwalnavneet2306@gmail.com', 'S', 'S', 'Enquiry about Bsc nursing admission and about the entrance exam', 2147483647, '2022-04-28 07:08:39'),
(9370, 'Penney', 'booking@groundzerobluesclub.com', 'P', 'F', 'Penney', 0, '2022-05-02 08:54:20'),
(9371, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi! \r\n\r\nIf you are interested in starting and/or improving the performance of your existing campaign thru an internet advertising model used to drive traffic to your websites and on platforms like Google Ads, Bing Ads, Facebook Ads, and etc., please let me know! I can provide and give you guaranteed', 0, '2022-05-04 09:36:15'),
(9372, 'Jim', 'jim.pierce95@gmail.com', '', '', 'Good Morning,\r\n\r\nI\'m a freelance app developer who can build and program any type of application you can think of on any platform (Android, iOs, web). I\'m great at what I do, and I\'m able to deliver great results to my clients even on a tight budget. \r\n\r\nWould you like to have a mobile app built for', 0, '2022-05-05 04:51:57'),
(9373, 'Jodie', 'info@mgmams.com', 'O', 'F', '50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED', 0, '2022-05-06 08:21:58'),
(9374, 'Hilda', 'HildaSutton982@gmail.com', '', '', 'Hi! \r\n\r\nIf you are interested in starting and/or improving the performance of your existing campaign thru an internet advertising model used to drive traffic to your websites and on platforms like Google Ads, Bing Ads, Facebook Ads, and etc., please let me know! I can provide and give you guaranteed', 0, '2022-05-11 03:40:05'),
(9375, 'Carlos', 'contacto@gameofbottlers.com', 'S', 'S', 'I hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.', 0, '2022-05-13 17:29:13'),
(9376, 'Harpreet Kaur', 'amanbhatia.1910@gmail.com', 'S', 'C', 'Contact for addmission in ug dipploma', 2147483647, '2022-05-16 10:54:40'),
(9377, 'Judy', 'info@hosang.de', 'S', 'C', 'Judy', 0, '2022-05-18 05:55:33'),
(9378, 'Chi', 'gcannedy@prairiestateins.com', 'S', 'F', 'Regards,', 0, '2022-05-23 18:17:07'),
(9379, 'Hariom rai', 'raihariom630@gmail.com', 'S', 'S', 'Bsc nursing', 2147483647, '2022-05-25 12:18:44'),
(9380, 'Hariom rai', 'raihariom630@gmail.com', 'S', 'S', 'Bsc nursing', 2147483647, '2022-05-25 12:18:45'),
(9381, 'Hariom rai', 'raihariom630@gmail.com', 'S', 'S', 'Bsc nursing', 2147483647, '2022-05-25 12:18:45'),
(9382, 'Hariom rai', 'raihariom630@gmail.com', 'S', 'S', 'Bsc nursing', 2147483647, '2022-05-25 12:18:46'),
(9383, 'Hariom rai', 'raihariom630@gmail.com', 'S', 'S', 'Bsc nursing', 2147483647, '2022-05-25 12:18:47'),
(9384, 'Hariom rai', 'raihariom630@gmail.com', 'S', 'S', 'Bsc nursing', 2147483647, '2022-05-25 12:18:47'),
(9385, 'Hariom rai', 'raihariom630@gmail.com', 'S', 'S', 'Bsc nursing', 2147483647, '2022-05-25 12:18:48'),
(9386, 'Aaliyah', 'service@waterdamagevannuys.biz', 'O', 'S', 'Z Q h no Mi V', 0, '2022-05-29 07:11:47'),
(9387, 'Anjali', 'anjalik6510@gmail.com', 'S', 'F', 'When bsc bursing form released and how can we apply also what the admission  procedure', 2147483647, '2022-05-30 13:38:11'),
(9388, 'Anjali', 'anjalik6510@gmail.com', 'S', 'C', 'When bsc bursing form released and how can we apply also what the admission  procedure', 2147483647, '2022-05-30 13:39:16'),
(9389, 'Pinky', 'adityakumarswn@gmail.com', 'S', 'C', 'About a admission in gnm', 2147483647, '2022-06-01 03:55:31'),
(9390, 'Daniella', 'info@skipallars.cat', 'O', 'F', 'E Clny', 0, '2022-06-03 20:11:10'),
(9391, 'Amit jaswal', 'rajeshjaswal49@gmail.com', 'S', 'S', 'Intersted for BSc nursing', 2147483647, '2022-06-06 16:53:44'),
(9392, 'Millie', 'info@clear-logix.com', 'S', 'C', 'I hope you\'re well. I am excited to tell you about our Full Body Resistance Band Kit that can help you get an amazing workout without having to go to the gym.', 0, '2022-06-08 16:16:40'),
(9393, 'Jackson', 'aimee@homeenrichmentcompany.com', 'S', 'F', 'Home | Institute of Nursing Education', 0, '2022-06-15 06:48:54'),
(9394, 'Bryce', 'info@jdgums.com', 'P', 'S', 'Bryce', 0, '2022-06-21 01:14:24'),
(9395, 'Karen', 'langdonkaren6@gmail.com', '', '', 'Hi!\r\n\r\nAre you currently pleased with the number of sales your website generates? Is it getting enough visits from potential clients? I\'m a freelance Search Engine Optimization specialist and I saw the potential of your website. I\'m offering to help you boost the amount of traffic generated by your ', 0, '2022-06-25 07:22:31'),
(9396, 'Wilhemina', 'info@beschneidung-nuernberg.de', 'O', 'C', 'Wilhemina', 0, '2022-06-27 14:58:36'),
(9397, 'Sunandandeep Kaur', 'sunandandeepkaur@gmail.com', 'S', 'S', 'Which website is available for admission in bsc nursing', 2147483647, '2022-06-28 08:01:14'),
(9398, 'Shana', 'info@quickloantree.com', 'P', 'F', 'Bicdypwrxda n', 0, '2022-07-03 21:02:33'),
(9399, 'Prabhjot singh', 'pjot710@gmail.com', 'S', 'F', 'When will admission open', 2147483647, '2022-07-04 04:51:02'),
(9400, 'Priscilla', 'real4youmarketing@gmail.com', '', '', 'Hello! \r\n\r\nIs your website generating enough business for you, or do you need some help? I am an experienced Search Engine Optimizer and I\'m looking for clients who are interested in getting their businesses on top of the searches on search engines like Google. I do this kind of work for a very affo', 0, '2022-07-07 18:01:44'),
(9401, 'Mandeep', 'mandeepchumber741@gmail.com', 'P', 'S', 'Enquire about nursing courses', 2147483647, '2022-07-12 11:59:20'),
(9402, 'Priscilla', 'real4youmarketing@gmail.com', '', '', 'Hello! \r\n\r\nIs your website generating enough business for you, or do you need some help? I am an experienced Search Engine Optimizer and I\'m looking for clients who are interested in getting their businesses on top of the searches on search engines like Google. I do this kind of work for a very affo', 0, '2022-07-13 12:01:39'),
(9403, 'Karen', 'contactenos@prosys-corp.com', 'O', 'F', 'Wg Ssb', 0, '2022-07-13 21:00:35'),
(9404, 'ZrRNHWwxIFoU', 'ftenisa6h58163fn7@outlook.com', 'O', 'C', 'FNwcHoUlAOTfS', 0, '2022-07-15 02:10:21'),
(9405, 'FtNwWJcH', 'ftenisa6h58163fn7@outlook.com', 'O', 'C', 'puXeNBJhRodU', 0, '2022-07-15 02:10:23'),
(9406, 'Darshpreet kaur', 'darshpreet2907@gmail.com', 'S', 'S', 'How to get admission in bsc nursing', 2147483647, '2022-07-19 04:53:16'),
(9407, 'eouJZNLKHtfz', 'ceria47ftg6152by8@outlook.com', 'O', 'C', 'tRsTEWzMJHx', 0, '2022-07-22 05:32:08'),
(9408, 'TYilwfSHdLbx', 'ceria47ftg6152by8@outlook.com', 'O', 'C', 'CwEXnJTjvZG', 0, '2022-07-22 05:32:09'),
(9409, 'Sharandeep Singh', '1.deep.sharan@gmail.com', 'O', 'S', 'Is there Post Basic B.Sc(Nursing) course available in online mode?', 2147483647, '2022-07-26 10:16:32'),
(9410, 'Shana', 'a.k.daffuoreilly@leeds.ac.uk', 'O', 'F', 'Shana', 0, '2022-07-26 23:37:00'),
(9411, 'KZBWmPLVfAOwluz', 'bjeneeb470e2i7y6em1@outlook.com', 'O', 'C', 'YWKPrwHUf', 0, '2022-07-27 00:39:20'),
(9412, 'UDJBobFEXxna', 'bjeneeb470e2i7y6em1@outlook.com', 'O', 'C', 'FuEkcNGoB', 0, '2022-07-27 00:39:22'),
(9413, 'Lance', 'katerina.mladkova@zsslovan.cz', 'P', 'F', 'Ofyuh', 0, '2022-07-31 10:39:04'),
(9414, 'Anjali', 'anjalivrema0582@gmail.com', 'S', 'C', 'Gnm cours 22', 2147483647, '2022-08-03 07:08:51'),
(9415, 'Leigh', 'info@companions.de', 'P', 'F', 'FREE Shipping - TODAY ONLY!', 0, '2022-08-04 11:22:49'),
(9416, 'sQcoMnmhI', 'mychael16yi657n8@outlook.com', 'O', 'C', 'xwUYvEHuMrC', 0, '2022-08-07 05:23:12'),
(9417, 'Alexander', 'kerstin@studynelson.com', 'S', 'C', 'Nybu btqv', 0, '2022-08-09 14:56:06'),
(9418, 'Billie', 'burkhard.finkernagel@tv-hassfurt.de', 'P', 'C', 'Ad oqtmo', 0, '2022-08-14 16:33:49'),
(9419, 'Aditya', 'adityakumarswn@gmail.com', 'S', 'C', 'About a admission in gnm', 2147483647, '2022-08-17 03:39:54'),
(9420, 'BUsKOjICzrgRQ', 'nadrieny3naui9y04@outlook.com', 'O', 'C', 'IVOJmwZuaCRQLb', 0, '2022-08-18 16:58:32'),
(9421, 'CQuRiohUSwBaPIAD', 'nadrieny3naui9y04@outlook.com', 'O', 'C', 'YZKnofJg', 0, '2022-08-18 16:58:34'),
(9422, 'Scarlett', 'jason@spectrumconcreteusa.com', 'S', 'F', '50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time.', 0, '2022-08-23 15:42:22'),
(9423, 'LSJxIcAsihbCHT', 'lashawn79434ej75@outlook.com', 'O', 'C', 'GVaZEqIpr', 0, '2022-08-24 18:46:59'),
(9424, 'nzbrtOqaWuXvKFeQ', 'lashawn79434ej75@outlook.com', 'O', 'C', 'WYdGbstKwUDfmgku', 0, '2022-08-24 18:47:02'),
(9425, 'Lorraine', 'LorraineKnight904@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Pay-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2022-08-28 18:20:03'),
(9426, 'GlOqAfVnFeHBtW', 'jlarsen089oyi3cjor@outlook.com', 'O', 'C', 'duxeIUHLBKTZyD', 0, '2022-08-29 13:12:36'),
(9427, 'cOqztFMojTedN', 'jlarsen089oyi3cjor@outlook.com', 'O', 'C', 'RXFkcUNo', 0, '2022-08-29 13:12:42'),
(9428, 'Russ', 'info@q47arelauquen.com', 'S', 'C', 'Hi there,', 0, '2022-09-01 01:25:28'),
(9429, 'fmykWcGwJ', 'gkarisha1g1u28yi43g9@outlook.com', 'O', 'C', 'cYsphErGQJSP', 0, '2022-09-02 04:05:29'),
(9430, 'esXzGjEFcnxCBkm', 'gkarisha1g1u28yi43g9@outlook.com', 'O', 'C', 'bRCiZmwLAvduh', 0, '2022-09-02 04:05:31'),
(9431, 'Lorraine', 'LorraineKnight904@gmail.com', '', '', 'Hi there! \r\n\r\nI am wondering if your company needs help or interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Pay-Per-Click)? I am an expert in online advertising, and I will provide ', 0, '2022-09-03 12:20:02'),
(9432, 'Bradly', 'info@carse-chiro.co.uk', 'S', 'C', 'Bradly', 0, '2022-09-04 12:34:37'),
(9433, 'Email Influence', 'contact@r865k5.thewayofemail.buzz', 'P', 'F', 'Are you missing out on email marketing for your site? Running a site is a full time job. With limited time and resources, it be difficult to put energy in marketing your business. But with email marketing, promoting your business becomes a whole lot easier. Receive your free guide here https://thewa', 0, '2022-09-06 19:55:04'),
(9434, 'Email Influence', 'contact@v74n1g.thewayofemail.buzz', 'P', 'C', 'To remove your site from our list visit https://thewayofemail.buzz/unsubscribe/?lwhbd19@v74n1g_io', 0, '2022-09-08 05:28:39'),
(9435, 'Aadil', 'aadilraza2003aur@gmail.com', 'P', 'C', 'Addmission documents regarding', 2147483647, '2022-09-08 16:29:15'),
(9436, 'Isha Vashist', 'Ishavashist25@gmail.com', 'S', 'C', 'Through ppmet 2nd councelling this collage has been alloted to me . Can you share the prospectus of the collage to me !!', 2147483647, '2022-09-08 16:50:16'),
(9437, 'Komal rani', 'komalrani7705@gmail.com', 'S', 'S', 'Can u plz tell me the fee of bsc.nursing', 2147483647, '2022-09-09 04:08:59'),
(9438, 'Aadil', 'aadilraza2003aur@gmail.com', 'P', 'C', 'Addmission documents regarding', 2147483647, '2022-09-09 06:57:53'),
(9439, 'PNRGkWHarj', 'meta29m2ewem7w16@outlook.com', 'O', 'C', 'SFNilWJhH', 0, '2022-09-10 02:13:41'),
(9440, 'ZMHAhOCEg', 'meta29m2ewem7w16@outlook.com', 'O', 'C', 'cXwtbpURCdnzmr', 0, '2022-09-10 02:13:42'),
(9441, 'Mozelle', 'info@tomiya-shakyo.or.jp', 'O', 'F', 'Thank You,', 0, '2022-09-10 13:43:10'),
(9442, 'Kasib', 'kashifkhan2840@gmail.com', 'S', 'C', 'Bsc nursing karna he', 2147483647, '2022-09-11 09:57:22'),
(9443, 'Ved parkash', 'vedparkshsharma@gmail.com', 'O', 'F', 'My cousin wants to join the course', 798866584, '2022-09-13 02:34:02'),
(9444, 'GBkhFYqTuEwl', 'rmoneikat7t2r80wya83@outlook.com', 'O', 'C', 'fZgYMTnGhcO', 0, '2022-09-13 20:39:46'),
(9445, 'CwZDHgATpKP', 'rmoneikat7t2r80wya83@outlook.com', 'O', 'C', 'CQLohDjc', 0, '2022-09-13 20:39:48'),
(9446, 'Harold', 'appointments@schneiderfamilydentistry.net', 'O', 'C', 'Jyryxp R', 0, '2022-09-16 09:31:07'),
(9447, 'cihoSAHfnq', 'lbrya0276y18l2uom@outlook.com', 'O', 'C', 'MBtGExOZXYgSWrA', 0, '2022-09-17 14:03:32'),
(9448, 'BrOQFqlvw', 'lbrya0276y18l2uom@outlook.com', 'O', 'C', 'IpELfRTvJHk', 0, '2022-09-17 14:03:34'),
(9449, 'Simran Surya', 'simransurya52314@gmail.com', 'S', 'C', 'Bsc nursing', 2147483647, '2022-09-19 10:08:32'),
(9450, 'Velda', 'cita@drhernandogonzalez.com', 'O', 'S', 'Get yours today with 50% OFF:   https://caredogbest.com', 0, '2022-09-21 23:53:35'),
(9451, 'Ariel', 'info@eraofcare.net', 'P', 'C', 'G imb', 0, '2022-09-25 06:51:07'),
(9452, 'Joni Clemente', 'hacker@clubspisarevski.info', 'S', 'C', 'How do I stop this?', 0, '2022-09-27 08:23:36'),
(9453, 'Aanchal Rajput', 'aanch9888@gmail.com', 'S', 'C', 'Bsc nursing admission', 2147483647, '2022-09-27 17:15:49'),
(9454, 'Jenna', 'shane@childsafechildproofing.com', 'O', 'S', 'The best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage', 0, '2022-09-27 20:44:07'),
(9455, 'zWcvEqkJOSiyKLr', 'kamelay0z43yoji7@outlook.com', 'O', 'C', 'AaHivGysTXPO', 0, '2022-09-28 00:09:28'),
(9456, 'Declan Pinder', 'hacker@altijdeenantwoord.nl', 'S', 'C', 'PLEASE FORWARD THIS EMAIL TO SOMEONE IN YOUR COMPANY WHO IS ALLOWED TO MAKE IMPORTANT DECISIONS!', 0, '2022-09-28 19:01:36'),
(9457, 'mohini awale', 'mohiniawale8@gmail.com', 'S', 'S', 'Gnm inquiry', 2147483647, '2022-09-30 18:06:01'),
(9458, 'Stacy', 'info@scalemilano.it', 'P', 'S', 'Hi there!', 0, '2022-09-30 18:09:39'),
(9459, 'vgoCbKWZu', 'lduncanbuw07gl242l691@outlook.com', 'O', 'C', 'BKGSIDuzMXdehL', 0, '2022-10-01 15:55:07'),
(9460, 'ACWeEFRNGb', 'lduncanbuw07gl242l691@outlook.com', 'O', 'C', 'pHrJOGibu', 0, '2022-10-01 15:55:10'),
(9461, 'Ingrid', 'andy@aerialshots4u.co.uk', 'P', 'C', 'Medico Posturaâ„¢ helps improve your posture INSTANTLY. It is an easy-to-use device that you can wear at home, work, or even when you are sleeping.', 0, '2022-10-04 04:53:48'),
(9462, 'Kim', 'manuals@radionerds.com', 'O', 'C', 'Thank You,', 0, '2022-10-07 15:39:05'),
(9463, 'Buster Tulloch', 'no-reply@dutamarine.com', 'P', 'F', 'PLEASE FORWARD THÃ­S EMAiL TO SOMEONE iN YOUR COMPANY WHO Ã­S ALLOWED TO MAKE Ã­MPORTANT DECÃ­SÃ­ONS!\r\n\r\nWe have hacked your websÃ­te https://www.gtbhnursing.com and extracted your databases.\r\n\r\nHow did this happen?\r\n\r\nOur team has found a vulnerabÃ­lity wÃ­thin your sÃ­te that we were able to explo', 0, '2022-10-10 07:07:19'),
(9464, 'Gloria', 'carola.kattinger@nefkom.net', 'O', 'F', 'Yyrpt', 0, '2022-10-11 00:49:50'),
(9465, 'Julia Kuhn', 'no-reply@coanoil.com', 'P', 'C', 'PLEASE F0RWARD THiS EMAiL To S0ME0NE iN Y0UR CoMPANY WHo iS ALLoWED T0 MAKE iMPoRTANT DECiSioNS!\r\n\r\nWe have hacked y0ur website https://www.gtbhnursing.com and extracted your databases.\r\n\r\nH0w did this happen?\r\n\r\n0ur team has found a vulnerability within your site that we were able t0 exploit. After', 0, '2022-10-12 10:19:25'),
(9466, 'Milagros', 'oshaughnessy.milagros@gmail.com', 'P', 'C', 'Inchver', 0, '2022-10-14 20:23:47'),
(9467, 'Arshveer Kaur', 'satveerdhaliwal33@gmail.com', 'S', 'S', 'addmision in GNM', 2147483647, '2022-10-15 04:45:22'),
(9468, 'RaFqzwrmNHQDVj', 'artur92n3me@outlook.com', 'O', 'C', 'fdRzlWGSxQZsct', 0, '2022-10-22 02:20:00'),
(9469, 'qdHPZhfSnBzys', 'artur92n3me@outlook.com', 'O', 'C', 'tQOapifUCzwdZDBE', 0, '2022-10-22 02:20:14'),
(9470, 'Ulrich', 'funds@agemar-agency.com', 'S', 'S', 'World\'s Best Neck Massager Get it Now 50% OFF + Free Shipping!\r\n\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: https://hineck.shop\r\n\r\nBest,\r\n\r\nU', 0, '2022-10-22 03:27:03'),
(9471, 'lJEBMsRxOH', 'avolkov1t@outlook.com', 'O', 'C', 'DinHFUqZyOM', 0, '2022-10-25 08:59:31'),
(9472, 'fITBoVSiXdFxWUp', 'avolkov1t@outlook.com', 'O', 'C', 'XFpMPxsHLdwT', 0, '2022-10-25 08:59:37'),
(9473, 'Dwain', 'sales@bhattadgroup.com', 'P', 'C', 'World\'s Best Neck Massager Get it Now 50% OFF + Free Shipping!\r\n\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: https://hineck.shop\r\n\r\nTo your su', 0, '2022-10-25 20:08:32'),
(9474, 'Jashandeep Kaur', '94634jashandeep@gmail.com', 'S', 'C', 'About sending my transcripts to CGFNS', 2147483647, '2022-10-29 08:19:04'),
(9475, 'Isabella', 'andrea.andrews.i87i@statefarm.com', 'O', 'C', 'Hi \r\n \r\nDefrost frozen foods in minutes safely and naturally with our THAW KINGâ„¢. \r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED \r\n\r\nBuy now: https://thawking.store\r\n \r\nCheers, \r\n \r\nIsabella', 0, '2022-10-29 16:10:39'),
(9476, 'Zelma', 'webmaster@sweet-bags.com', 'O', 'S', 'Good Morning \r\n \r\nDefrost frozen foods in minutes safely and naturally with our THAW KINGâ„¢. \r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED \r\n\r\nBuy now: https://thawking.store\r\n \r\nBest, \r\n \r\nZelma', 0, '2022-11-03 08:34:30'),
(9477, 'SAVI Kumar', 'savikumar356@gmail.com', 'S', 'S', 'Admission inquiry', 2147483647, '2022-11-03 14:03:30'),
(9478, 'Traci', 'pradelna@duhovapradelna.cz', 'S', 'F', 'Morning, \r\n\r\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your dev', 0, '2022-11-07 22:13:46'),
(9479, 'XCycsIZoemO', 'agnesadellmc@outlook.com', 'O', 'C', 'UxONtzvwdskmI', 0, '2022-11-08 03:35:52'),
(9480, 'tuOJKkZFV', 'agnesadellmc@outlook.com', 'O', 'C', 'XRfVdJoBUm', 0, '2022-11-08 03:35:54'),
(9481, 'LEeWOdQH', 'zabsehopul@outlook.com', 'O', 'C', 'LCAdrSNoBpzGEeyx', 0, '2022-11-10 20:37:58'),
(9482, 'nGvfuhaLqy', 'zabsehopul@outlook.com', 'O', 'C', 'eMtcyEYZIqQsPwUk', 0, '2022-11-10 20:38:00'),
(9483, 'Blake', 'info@marcwegmueller.ch', 'O', 'C', 'Hi, \r\n\r\nI hope you\'re doing well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your devices on the g', 0, '2022-11-12 03:12:47'),
(9484, 'ï»¿ðŸ‘‰ $5,000 FREE EXCHANGE BONUSES BELOW ðŸ“ˆ ðŸ‘‰ PlaseFuture FREE $3,000 BONUS + 0% Maker Fees ð', 'nickterp@gmailwe.com', 'O', 'C', '6if236', 0, '2022-11-13 16:08:25'),
(9485, 'iXRBQdjOUTM', 'lunconeher@outlook.com', 'O', 'C', 'sCcgwNWSmHEvAB', 0, '2022-11-15 12:44:44'),
(9486, 'SklEaUGqL', 'lunconeher@outlook.com', 'O', 'C', 'vQtDbGujVgIe', 0, '2022-11-15 12:44:46'),
(9487, 'Bennett', 'bennett.drennen@icloud.com', 'O', 'C', 'Do you have time to brush your dog\'s teeth every day?\r\n\r\nLet your dog clean his own teeth with our dog dental care brushing stick. Made of eco-friendly natural rubber, this toothbrush is sturdy. The soft design is safe for your dogs\' gums and helps to clean their teeth and protect them from oral dis', 0, '2022-11-16 04:06:04'),
(9488, 'Emilie', 'biglietteria@amatori.com', 'O', 'C', 'New Multifunction Waterproof Backpack\r\n\r\nThe best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://thebackpack.co\r\n\r\nRegards, \r\n\r\nEmilie', 0, '2022-11-20 20:09:45'),
(9489, 'Artificial intelligence creates content for the site, no worse than a copywriter, you can also use i', 'mervv@phtunneler.com', 'O', 'C', 'ez96xvi', 0, '2022-11-24 09:20:27'),
(9490, 'HEbdzfCnO', 'hopjeyukok@outlook.com', 'O', 'C', 'mzhZanFREkDq', 0, '2022-11-25 15:21:53'),
(9491, 'Leora', 'contact@blackphdnetwork.com', 'P', 'C', 'World\'s Best Neck Massager Get it Now 50% OFF + Free Shipping!\r\n\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: https://hineck.shop\r\n\r\nAll the be', 0, '2022-11-26 03:07:31'),
(9492, 'LcFSgqPYboOA', 'nevgavifat@outlook.com', 'O', 'C', 'uCjfZohFLGTMbriD', 0, '2022-11-30 22:48:39'),
(9493, 'jWSUInHpGKTCxb', 'nevgavifat@outlook.com', 'O', 'C', 'OEcDTetJKx', 0, '2022-11-30 22:48:41'),
(9494, 'Delia', 'webmaster@tecsony.com', 'O', 'C', 'World\'s Best Neck Massager Get it Now 50% OFF + Free Shipping!\r\n\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: https://hineck.shop\r\n\r\nRegards,\r\n', 0, '2022-12-01 07:35:00'),
(9495, 'GREJUOkKue', 'cuwjofuzol@outlook.com', 'O', 'C', 'LPNgapOAr', 0, '2022-12-05 01:29:07'),
(9496, 'SmVFlHBfMrjAKciI', 'cuwjofuzol@outlook.com', 'O', 'C', 'NfaDsxjBoL', 0, '2022-12-05 01:29:07');
INSERT INTO `inquiries` (`inquiry_id`, `fname`, `email`, `utype`, `stype`, `message`, `contact`, `adddate`) VALUES
(9497, 'Shelly', 'contact@garden-select.nl', 'O', 'C', 'Good day \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success ', 0, '2022-12-05 04:41:13'),
(9498, 'ï»¿Artificial intelligence creates content for the site, no worse than a copywriter, you can also us', 'nickterp@gmailwe.com', 'O', 'C', 'xc0bq6', 0, '2022-12-08 17:45:02'),
(9499, 'Kourtney', 'omar.oliver@vdkk.com', 'O', 'F', 'Good Morning \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of succ', 0, '2022-12-08 22:05:51'),
(9500, 'uXCxBqinwG', 'vobhihagez@outlook.com', 'O', 'C', 'PAwZsOCvDUN', 0, '2022-12-10 18:16:07'),
(9501, 'coNXgUGbBIndj', 'vobhihagez@outlook.com', 'O', 'C', 'eJZHnLfWhbOGFYx', 0, '2022-12-10 18:16:10'),
(9502, 'Artificial intelligence creates content for the site, no worse than a copywriter, you can also use i', 'mervv@phtunneler.com', 'O', 'C', 'ouk3rnfv', 0, '2022-12-11 14:19:59'),
(9503, 'ï»¿Artificial intelligence creates content for the site, no worse than a copywriter, you can also us', 'nickterp@gmailwe.com', 'O', 'C', 'qbwrqh', 0, '2022-12-14 19:39:04'),
(9504, 'GrysmMPwejXaApQ', 'ricpalohif@outlook.com', 'O', 'C', 'jiCcRmFabDx', 0, '2022-12-15 16:34:56'),
(9505, 'eGZKwNqvhykW', 'ricpalohif@outlook.com', 'O', 'C', 'dXpSEVgnWBNrl', 0, '2022-12-15 16:35:00'),
(9506, 'Colby', 'info@gtbhnursing.com', 'S', 'S', 'Hi,\r\n\r\nDo you ever worry about your belongings when you travel? I know I do.  Our Sling Bags are drop-proof, anti-theft, scratch-resistant, and come with a USB charging port. They\'re perfect for keeping your belongings safe when you\'re on the go.\r\n\r\nI think these would make an excellent addition to ', 0, '2022-12-18 23:01:56'),
(9507, 'MUOEbywo', 'lafsoturet@outlook.com', 'O', 'C', 'uLQpfYEixbltJ', 0, '2022-12-19 12:01:33'),
(9508, 'tlXZNBLvJhebHF', 'lafsoturet@outlook.com', 'O', 'C', 'eIRqThYWcGBbEUr', 0, '2022-12-19 12:01:34'),
(9509, 'JBkaZniRNH', 'coltowotox@outlook.com', 'O', 'C', 'JYDBvpCyA', 0, '2022-12-23 06:08:21'),
(9510, 'cEgQtOyWeqouD', 'xijkemejov@outlook.com', 'O', 'C', 'fDmSXavJEVWYdoyx', 0, '2022-12-28 01:02:43'),
(9511, 'YdqPVfsTOpetb', 'xijkemejov@outlook.com', 'O', 'C', 'QsrMPnxaR', 0, '2022-12-28 01:02:44'),
(9512, 'Carmela', 'carmela@gtbhnursing.com', 'S', 'F', 'Morning \r\n \r\nIs your dog\'s nails getting too long? If you\'re tired of going to the vet or groomer to get them trimmed, why not try PawSaferâ„¢? \r\nWith PawSaferâ„¢, you can trim your dog\'s nails from the comfort of your own home, and it only takes a few minutes!\r\n\r\nPawSaferâ„¢ is the safest and most ', 0, '2022-12-29 13:00:49'),
(9513, 'Gaye', 'gaye@gtbhnursing.com', 'O', 'F', 'Hi there \r\n \r\nIs your dog\'s nails getting too long? If you\'re tired of going to the vet or groomer to get them trimmed, why not try PawSaferâ„¢? \r\nWith PawSaferâ„¢, you can trim your dog\'s nails from the comfort of your own home, and it only takes a few minutes!\r\n\r\nPawSaferâ„¢ is the safest and most', 0, '2023-01-02 23:20:08'),
(9514, 'Rubal', 'kaursamra718@gmail.com', 'S', 'C', 'When can i apply for bsc nursing? When does the bsc nursing classes start?', 0, '2023-01-04 09:34:15'),
(9515, 'Velma', 'velma@gtbhnursing.com', 'S', 'S', 'Good day \r\n\r\nThe New Powerful LED Flashlight is The Perfect Flashlight For Any Situation!\r\n\r\nThe 3,000 Lumens & Adjustable Zoom gives you the wide field of view and brightness other flashlights donâ€™t have.\r\n\r\n50% OFF + Free Shipping!  Get it Now: https://linternaonline.shop\r\n\r\nTo your success, \r\n\r', 0, '2023-01-07 05:44:23'),
(9516, 'LtQaySEDI', 'vladimirnfpef@outlook.com', 'O', 'C', 'wPlbTMtOQcZup', 0, '2023-01-10 03:33:35'),
(9517, 'xlGmJaYAPE', 'vladimirnfpef@outlook.com', 'O', 'C', 'YBaufhOzxAMmrgRJ', 0, '2023-01-10 03:33:37'),
(9518, 'Earnestine', 'earnestine@gtbhnursing.com', 'P', 'C', 'Hey \r\n\r\nThe New Powerful LED Flashlight is The Perfect Flashlight For Any Situation!\r\n\r\nThe 3,000 Lumens & Adjustable Zoom gives you the wide field of view and brightness other flashlights donâ€™t have.\r\n\r\n50% OFF + Free Shipping!  Get it Now: https://linternaonline.shop\r\n\r\nBest regards, \r\n\r\nEarnest', 0, '2023-01-11 04:36:07'),
(9519, 'WVYtApon', 'gtbhnursing.com@buycodeshop.com', '', '', 'WVYtApon', 0, '2023-01-13 10:42:57'),
(9520, 'Jeremy', 'circle357marketing@gmail.com', '', '', 'I\'m just dropping by to see if you need any assistance with your internet reviews. By getting other websites to rank above your unfavorable reviews, we specialize in hiding bad reviews in search results. In order to balance out the previously existing negative reviews, we can also assist you to gene', 0, '2023-01-13 21:43:15'),
(9521, 'Dino', 'dino@gtbhnursing.com', 'S', 'F', 'Hey,\r\n\r\nIf you are one of the sufferers of the common problems nails have, then you are in luck! Our Toenail Clippers is here to help. It has a specially designed clip that can help those with troubles with winding nails, hard nails, two nails, nail cracks, deep nails, and thickened nails.\r\n\r\nWe are', 0, '2023-01-15 17:17:56'),
(9522, 'Ram Kishore Kumar', 'ramkishorkumar0@gmail.com', 'S', 'S', 'Fee related enquiry', 2147483647, '2023-01-16 12:49:15'),
(9523, 'Jim', 'jim.pierce95@gmail.com', '', '', 'Hello, \r\n\r\nI am wondering if your company needs help with your reputation online. I was looking at some reviews for your company and noticed some room for improvement. Your online reputation is incredibly important these days. \r\n\r\nIf you have bad reviews, they will go with someone that has good ones', 0, '2023-01-17 21:09:27'),
(9524, 'Jonna Watt', 'hacker@mg-lab.fr', 'S', 'S', 'Your Site Has Been Hacked\r\n\r\nPLEASE FORWARD THIS EMAIL TO SOMEONE IN YOUR COMPANY WHO IS ALLOWED TO MAKE IMPORTANT DECISIONS!\r\n\r\nWe have hacked your website https://www.gtbhnursing.com and extracted your databases.\r\n\r\nHow did this happen?\r\n\r\nOur team has found a vulnerability within your site that w', 0, '2023-01-19 19:32:12'),
(9525, 'Trey Lund', 'hacker@losfresnos.com.uy', 'S', 'C', 'Your Site Has Been Hacked\r\n\r\nPLEASE FORWARD THIS EMAIL TO SOMEONE IN YOUR COMPANY WHO IS ALLOWED TO MAKE IMPORTANT DECISIONS!\r\n\r\nWe have hacked your website https://www.gtbhnursing.com and extracted your databases.\r\n\r\nHow did this happen?\r\n\r\nOur team has found a vulnerability within your site that w', 0, '2023-01-20 05:09:48'),
(9526, 'Chu', 'chu@gtbhnursing.com', 'O', 'S', 'Good day,\r\n\r\nIf you are one of the sufferers of the common problems nails have, then you are in luck! Our Toenail Clippers is here to help. It has a specially designed clip that can help those with troubles with winding nails, hard nails, two nails, nail cracks, deep nails, and thickened nails.\r\n\r\nW', 0, '2023-01-20 05:52:50'),
(9527, 'JRsBTqdyUinQpOXw', 'bev2xana@outlook.com', 'O', 'C', 'tjxFegZlGduRf', 0, '2023-01-20 17:53:24'),
(9528, 'OWvApegjthHK', 'bev2xana@outlook.com', 'O', 'C', 'aIhiPnCTOAs', 0, '2023-01-20 17:53:25'),
(9529, 'Jim', 'jim.pierce95@gmail.com', '', '', 'Hello, \r\n\r\nI was wondering if your company requires assistance with its online reputation. I was reading some reviews for your company and noticed some areas for improvement. Your online reputation is extremely important these days. If you have bad reviews, they will choose someone who has good ones', 0, '2023-01-22 15:09:13'),
(9530, 'Jim', 'jim.pierce95@gmail.com', '', '', 'Hello, \r\n\r\nI was wondering if your company requires assistance with its online reputation. I was reading some reviews for your company and noticed some areas for improvement. Your online reputation is extremely important these days. If you have bad reviews, they will choose someone who has good ones', 0, '2023-01-22 23:08:30'),
(9531, 'Kevin', 'info@gtbhnursing.com', 'S', 'C', 'New Multifunction Waterproof Backpack\r\n\r\nThe best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://thebackpack.co\r\n\r\nCheers, \r\n\r\nKevin', 0, '2023-01-24 04:54:00'),
(9532, 'Brenton Crabtree', 'crabtree.brenton55@yahoo.com', 'O', 'F', '*INFO SERVICE EXPIRATION FOR gtbhnursing.com\r\n\r\nAttention: Accounts Payable / Domain Owner / Home | Institute of Nursing Education \r\n\r\nYour Domain: www.gtbhnursing.com \r\nExpected Reply before: Jan 26, 2023.\r\n\r\nThis Notice for: www.gtbhnursing.com will expire on Jan 26, 2023. \r\n\r\n\r\n\r\n*For details and', 0, '2023-01-26 17:59:08'),
(9533, 'Edward', 'edwardfreeburn@gmail.com', '', '', 'Hello there! \r\n\r\nI\'m a mobile app developer that can design and program on any platform (Android, iOs) for an affordable price. Would you\'d be interested in building a mobile app for your business? There are various types of apps that can help your business, whether in terms of marketing, business e', 0, '2023-01-28 09:12:13'),
(9534, 'Lurlene', 'info@gtbhnursing.com', 'S', 'F', 'New Multifunction Waterproof Backpack\r\n\r\nThe best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://thebackpack.co\r\n\r\nBest regards, \r\n\r\nLurlene', 0, '2023-01-30 11:18:28'),
(9535, 'GouTBY6c', 'dMRQ_generic_33ba586a_gtbhnursing.com@data-backup-', '', '', 'mzmUhtuQ', 0, '2023-01-31 17:05:46'),
(9536, 'Glenn', 'glenn.carlson491@gmail.com', '', '', 'Greetings! \r\n\r\nI create attractive websites for small businesses as a freelancer. I was curious if you would be open to changing some things on your website?\r\n\r\nI\'m quite skilled with many other platforms and shopping carts as well, but my area of expertise is the WordPress website platform. I can u', 0, '2023-02-01 11:38:12'),
(9537, 'Kelsey', 'kelsey@gtbhnursing.com', 'O', 'S', 'Hello \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success wit', 0, '2023-02-05 01:46:32'),
(9538, 'PlBMAbwzuFvi', 'lapxeragem@outlook.com', 'O', 'C', 'eWtYUXGLb', 0, '2023-02-07 02:26:50'),
(9539, 'GfneAiCEsrjoua', 'lapxeragem@outlook.com', 'O', 'C', 'tclxvYpjfSebWK', 0, '2023-02-07 02:26:51'),
(9540, 'Ima', 'ima@gtbhnursing.com', 'O', 'F', 'Hello \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success wit', 0, '2023-02-09 02:36:04'),
(9541, 'Pooja Singh', 'poojasingh25meet@gmail.com', 'S', 'C', 'Admission process', 2147483647, '2023-02-09 06:38:36'),
(9542, 'Benedict', 'sales@alboukhary.com', 'S', 'S', 'Hi there!\r\n\r\nI understand that you are looking for ways to improve your posture and contribute to a healthy lifestyle. I think our product, Medico Posturaâ„¢ Body Posture Corrector, can be of great help.\r\n\r\nMedico Posturaâ„¢ helps improve your posture INSTANTLY. It is an easy-to-use device that you ', 0, '2023-02-13 09:19:59'),
(9543, 'tJPFjMKkUR', 'vapvewonal@outlook.com', 'O', 'C', 'NWYznXEfu', 0, '2023-02-15 12:01:44'),
(9544, 'NDjKUCbpPFJh', 'vapvewonal@outlook.com', 'O', 'C', 'ajPtITlZfRuU', 0, '2023-02-15 12:01:45'),
(9545, 'Monica', 'info@holidangng.space', 'S', 'C', 'Hi there!\r\n\r\nI understand that you are looking for ways to improve your posture and contribute to a healthy lifestyle. I think our product, Medico Posturaâ„¢ Body Posture Corrector, can be of great help.\r\n\r\nMedico Posturaâ„¢ helps improve your posture INSTANTLY. It is an easy-to-use device that you ', 0, '2023-02-17 01:11:11'),
(9546, 'Tiffani', 'tiffani@gtbhnursing.com', 'P', 'S', 'New Multifunction Waterproof Backpack\r\n\r\nThe best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://thebackpack.co\r\n\r\nEnjoy, \r\n\r\nTiffani', 0, '2023-02-20 16:09:14'),
(9547, 'Manjot singh saran', 'Manni.saran2004@gmail.com', 'S', 'C', 'Fees and course gnm when started admission', 2147483647, '2023-02-23 07:58:02'),
(9548, 'DGuNqidkfUCg', 'jimmieh7mcar@outlook.com', 'O', 'C', 'DnepLCEitkx', 0, '2023-02-23 20:02:40'),
(9549, 'wadOkEHstqrlpMh', 'jimmieh7mcar@outlook.com', 'O', 'C', 'zRKxLkupIfiOjlQa', 0, '2023-02-23 20:02:42'),
(9550, 'Lucas', 'lucas@gtbhnursing.com', 'P', 'F', 'New Multifunction Waterproof Backpack\r\n\r\nThe best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://thebackpack.co\r\n\r\nThe Best, \r\n\r\nLucas', 0, '2023-02-24 07:13:38'),
(9551, 'Earle', 'earle@gtbhnursing.com', 'O', 'F', 'New Multifunction Waterproof Backpack\r\n\r\nThe best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://thebackpack.co\r\n\r\nTo your success, \r\n\r\nEarle', 0, '2023-03-02 07:51:38'),
(9552, '2LehX51F', 'H3F5_generic_33ba586a_gtbhnursing.com@data-backup-', '', '', 'cVAhIZt8', 0, '2023-03-02 19:14:13'),
(9553, 'Manmeet Kaur', 'meetsambhy021@gmail.com', 'S', 'S', 'GNM course detail', 2147483647, '2023-03-03 07:30:41'),
(9554, 'aYxOLpKVsjhl', 'aleksandrpoinuq@outlook.com', 'O', 'C', 'UERvkyxPXeHiruI', 0, '2023-03-03 09:37:27'),
(9555, 'LBXSziZV', 'aleksandrpoinuq@outlook.com', 'O', 'C', 'nImKwJrXCD', 0, '2023-03-03 09:37:27'),
(9556, '4XrGBYn4', 'ujZD_generic_33ba586a_gtbhnursing.com@data-backup-', '', '', 'AL4SPo2L', 0, '2023-03-04 17:17:53'),
(9557, 'Pete', 'info@gtbhnursing.com', 'O', 'C', 'World\'s Best Neck Massager Get it Now 50% OFF + Free Shipping!\r\n\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: https://hineck.shop\r\n\r\nBest regar', 0, '2023-03-06 18:58:54'),
(9558, 'Pallavi Kumari', 'geetarani93162@gmail.com', 'S', 'C', 'Bsc.nursing', 2147483647, '2023-03-07 06:37:31'),
(9559, 'Soon', 'info@gtbhnursing.com', 'O', 'S', 'World\'s Best Neck Massager Get it Now 50% OFF + Free Shipping!\r\n\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: https://hineck.shop\r\n\r\nKind Regar', 0, '2023-03-11 07:35:42'),
(9560, 'Jaime Lamarr', 'hacker@e-ventmedia.pl', 'O', 'C', 'We are a group of highly qualified ethical hackers who scan tens of thousands of sites every day for critical vulnerabilities and patch them for a small fee.\r\n\r\nOn your site gtbhnursing.com - we have discovered 5 critical vulnerabilities, each of which can give attackers full access to your site, da', 0, '2023-03-11 15:20:06'),
(9561, 'Dominga', 'dominga@gtbhnursing.com', 'O', 'C', 'New Multifunction Anti-theft Waterproof Sling Bag\r\n\r\nThe best ever SUPER Sling Bag: Drop-proof/Anti-theft/Scratch-resistant/USB Charging\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://fashiondaily.shop\r\n\r\nThe Best, \r\n\r\nDominga\r\nHome | Institute', 0, '2023-03-15 13:57:38'),
(9562, 'Luigi', 'luigi@gtbhnursing.com', 'P', 'C', 'Hi,\r\n\r\nDo you ever worry about your belongings when you travel? I know I do.  Our Sling Bags are drop-proof, anti-theft, scratch-resistant, and come with a USB charging port. They\'re perfect for keeping your belongings safe when you\'re on the go.\r\n\r\nI think these would make an excellent addition to ', 0, '2023-03-18 13:23:11'),
(9563, 'Abbie', 'troy@troythirdgill.com', 'S', 'F', 'Good day \r\n \r\nDefrost frozen foods in minutes safely and naturally with our THAW KINGâ„¢. \r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED \r\n\r\nBuy now: https://thawking.co\r\n \r\nThanks and Best Regards, \r\n \r\nAbbie', 0, '2023-03-23 03:33:53'),
(9564, 'Bonita Parmley', 'hacker@refugiodelangel.com.ar', 'O', 'S', 'We have hacked your website gtbhnursing.com and extracted your databases. This was due to the security holes you had in your your site/server which have gained us remote control of pretty much everything that was on the server. \r\n\r\nOur team is mostly interested in customer, administrative, and emplo', 0, '2023-03-23 05:29:45'),
(9565, 'lUBgaOTpQh', 'LarinaBucko47@aol.com', 'O', 'C', 'IzdepUHik', 0, '2023-03-25 21:23:30'),
(9566, 'UQBxFOpb', 'LarinaBucko47@aol.com', 'O', 'C', 'CoILsDBakAgZ', 0, '2023-03-25 21:23:31'),
(9567, 'Siobhan', 'info@mtnaccounting.com.au', 'O', 'S', 'Hey there \r\n \r\nDefrost frozen foods in minutes safely and naturally with our THAW KINGâ„¢. \r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED \r\n\r\nBuy now: https://thawking.co\r\n \r\nAll the best, \r\n \r\nSiobhan', 0, '2023-03-26 10:03:51'),
(9568, 'Tegan Calwell', 'tegan.calwell@gmail.com', 'S', 'F', '*INFO SERVICE EXPIRATION FOR gtbhnursing.com\r\n\r\nAttention: Accounts Payable / Domain Owner / Home | Institute of Nursing Education \r\n\r\nYour Domain: www.gtbhnursing.com \r\nExpected Reply before: Mar 28, 2023.\r\n\r\nThis Notice for: www.gtbhnursing.com will expire on Mar 28, 2023. \r\n\r\n\r\n\r\n*For details and', 0, '2023-03-29 02:13:46');

-- --------------------------------------------------------

--
-- Table structure for table `mail_settings`
--

CREATE TABLE `mail_settings` (
  `email` varchar(200) NOT NULL,
  `new_inquiry` text NOT NULL,
  `newsletter` text NOT NULL,
  `newsletter_inquiry` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `mail_settings`
--

INSERT INTO `mail_settings` (`email`, `new_inquiry`, `newsletter`, `newsletter_inquiry`) VALUES
('luvupreet88@gmail.com', 'Thanks for Contact Us', 'info@vnswoodworks.com', 'Thanks For Newsletter Subscription');

-- --------------------------------------------------------

--
-- Table structure for table `members`
--

CREATE TABLE `members` (
  `staff_id` int NOT NULL,
  `staff_title` varchar(300) NOT NULL,
  `staff_designation` varchar(300) NOT NULL,
  `staff_image` varchar(300) NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `members`
--

INSERT INTO `members` (`staff_id`, `staff_title`, `staff_designation`, `staff_image`, `orderid`) VALUES
(1, 'Lovepreet', 'President', '1-2315-batt-sign-new.jpg', 0),
(2, 'Lakhwinder Singh', 'Vice President', '2-9920-lakhvinder-new.jpg', 0);

-- --------------------------------------------------------

--
-- Table structure for table `news`
--

CREATE TABLE `news` (
  `news_id` int NOT NULL,
  `news_title` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_image` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_doc` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `news_date` date NOT NULL,
  `news_description` longtext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `news`
--

INSERT INTO `news` (`news_id`, `news_title`, `news_image`, `news_doc`, `news_date`, `news_description`) VALUES
(9, 'Bakshi Mohinder Singh Rural Health Centre', '9-7680-Water-lilies.jpg', '', '2017-05-14', '<div style=\"text-align: center;\"><font face=\"courier new\"><b>&nbsp; \'Bakshi Mohinder Singh Rural Health Centre</b>&nbsp;\'&nbsp;</font></div><div><p class=\"MsoNormal\"><br></p></div>'),
(17, 'ADMISSION', '17-7418-pamp.jpg', '', '2018-06-08', '<br>'),
(12, 'Admission Open', '12-1259-6-x-414.jpg', '', '2017-07-01', '<br>'),
(14, 'ADMISSION', '14-5661-ENGISH.jpg', '', '2018-06-08', '<h2 style=\"text-align: center;\"><font color=\"#993333\" size=\"5\">CERTIFICATE COURSES</font></h2><h2 style=\"text-align: center;\"><font size=\"3\">Eligibility 10th pass, (Duration 1 year)</font></h2><div><ul><li style=\"text-align: center;\"><font color=\"#993333\" size=\"2\">Certificate Course in Emergency cum-Ambulance Attendant</font></li><li style=\"text-align: center;\"><font color=\"#993333\" size=\"2\">Certificate Course in Operation Theatre Attendant</font></li><li style=\"text-align: center;\"><font color=\"#993333\" size=\"2\">Certificate Course in Hospital and Home based Care Attendant</font></li></ul></div>'),
(15, 'ADMISSION', '15-1452-PUNJABI.jpg', '', '2018-06-08', '<h2 style=\"text-align: center;\"><font color=\"#993333\" size=\"5\">CERTIFICATE COURSES</font></h2><h2 style=\"text-align: center;\"><font size=\"3\">Eligibility 10th pass, (Duration 1 year)</font></h2><div><ul><li style=\"text-align: center;\"><font color=\"#993333\" size=\"2\">Certificate Course in Emergency cum-Ambulance Attendant</font></li><li style=\"text-align: center;\"><font color=\"#993333\" size=\"2\">Certificate Course in Operation Theatre Attendant</font></li><li style=\"text-align: center;\"><font color=\"#993333\" size=\"2\">Certificate Course in Hospital and Home based Care Attendant</font></li></ul></div>'),
(19, 'Short Term Courses', '19-2594-Short-Term.jpg', '', '2019-07-30', '<br>'),
(20, 'UGC Guidenlines', '20-3376-Public-Notice---Redressal-of-Grievances-Related-to-COVID-19-Pan_page-0001.jpg', '', '2020-05-11', '<br>');

-- --------------------------------------------------------

--
-- Table structure for table `social_links`
--

CREATE TABLE `social_links` (
  `social_link_id` int NOT NULL,
  `contact_no` varchar(20) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `facebook_link` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `twitter_link` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `linked_link` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `youtube_link` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `vimeo_link` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `site_logo` varchar(300) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `social_links`
--

INSERT INTO `social_links` (`social_link_id`, `contact_no`, `facebook_link`, `twitter_link`, `linked_link`, `youtube_link`, `vimeo_link`, `site_logo`) VALUES
(1, '+91 0161 222 3252', 'https://www.facebook.com/pages/Jatindera-Greenfield-school/1414174312130893', 'https://twitter.com/', 'http://www.youtube.com', 'http://www.example.com', 'http://www.example.com', '1-6396-logo.png');

-- --------------------------------------------------------

--
-- Table structure for table `staffs`
--

CREATE TABLE `staffs` (
  `staff_id` int NOT NULL,
  `staff_title` varchar(300) NOT NULL,
  `department_id` int NOT NULL,
  `staff_education` varchar(300) NOT NULL,
  `staff_experience` varchar(300) NOT NULL,
  `staff_designation` varchar(300) NOT NULL,
  `staff_image` varchar(300) NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `staffs`
--

INSERT INTO `staffs` (`staff_id`, `staff_title`, `department_id`, `staff_education`, `staff_experience`, `staff_designation`, `staff_image`, `orderid`) VALUES
(4, 'Mrs. Harpreet Kaur', 10, 'M.Sc(N) Medical Surgical Nursing-771', '', 'Assistant Professor', '4-2310-photo.JPG', 3),
(3, 'Ms.Amandeep Kaur Dua', 3, 'MA, Mphil (Eng)', '', 'Professor', '3-8322-image-03.jpg', 16),
(5, 'Mrs. Pardeep Kaur', 11, 'M.Sc(N) Child Health Nursing-674', '', 'Assistant Professor', '5-7925-Photo.jpg', 4),
(6, 'Ms. Amandeep Kaur', 10, 'M.Sc(N) Medical Surgical Nursing-271', '', 'Assistant Professor', '6-8894-amandeep-mohan-s.JPG', 5),
(92, 'Ms.Harpreet Kaur', 17, 'Post Basic B.Sc.(N) 2019, RN. 39421 RM. 39436', '', 'Clinical Instructer', '92-2252-Harpreet.jpg', 24),
(85, 'Ms.Ayushi Sama', 10, 'B.Sc Nursing BFUHS, FDK', '', 'Clinical Instructer', '85-7256-Ayushi.jpg', 20),
(79, 'Ms.Jaspreet Kaur', 12, 'M.Sc.(N) BFUHS, FDK', '', 'Clinical Instructer', '79-9921-jas-photo.jpg', 8),
(11, 'Mrs.Swapna Melchisedec', 9, 'M.Sc.(N) Psychiatric Nursing-39', '', 'Professor cum Vice Principal', '11-8793-photo.JPG', 2),
(13, 'Mrs. Archna Azad', 17, 'B.Sc.(N) RN-EP1983, RM-EP1790', '', 'Clinical Instructor', '13-3001-archana.JPG', 10),
(14, 'Mrs. Jaswinder Kaur', 6, 'B.Sc.(N) RN 8031 RM 9185', '', 'Clinical Instructor', '14-4665-jaswinder.JPG', 11),
(15, 'Mrs. Susy Kainth', 13, 'Post Basic.B.Sc.(N) RN 6350 RM 6592', '', 'Clinical Instructor', '15-6063-susy.JPG', 12),
(16, 'Mrs. Monika Grewal', 14, 'B.Sc.(N) RN 20983 RM 22129', '', 'Clinical Instructor', '16-5010-pic.JPG', 13),
(31, 'Ms. Kiranjeet Kaur', 13, 'B.Sc.(N) RN 10253 RM 10253', '', 'Clinical Instructor', '31-9350-photo.JPG', 15),
(32, 'Ms. Deepika Thakur', 12, 'PB.B.Sc.(N) RN 64060 RM 64077', '', 'Clinical Instructor', '32-9713-photo.JPG', 14),
(75, 'Jatinder Kaur', 8, 'B.Sc Nursing BFUHS, FDK', '', 'Clinical Instructer', '75-1671-Rel-Certificate---Copy.JPG', 18),
(90, 'Mr.Shamroon Parvesh', 10, 'B.Sc.(N) RN 22429 RM 22429', '', 'Clinical Instructor', '90-4920-Samroon-Photo.jpg', 22),
(91, 'Mrs. Ruchika', 17, 'Post Basic B.Sc.(N) RN 5135', '', 'Clinical Instructor', '91-9844-Ruchika-Photo.jpg', 21),
(87, 'Mr. Sumit Kumar', 9, 'M.Sc.(N) RN 778', '', 'Assistant Professor', '87-2636-Sumit-Photo.jpg', 6),
(72, 'Mr.Jackson Robin', 6, 'B.Sc Nursing BFUHS, FDK RN-18324 RM 18324', '', 'Clinical Instructor', '72-5669-photo0001.JPG', 19),
(93, 'Mrs.Ponnamma R Singh', 17, 'M.Sc.(N) 1992, RN.41', '', 'Principal', '93-3821-Ponamma.jpg', 1),
(78, 'Ms.Jyotsna Kumari', 11, 'M.Sc.(N) BFUHS, FDK', '', 'Clinical Instructer', '78-4138-photo.jpg', 7),
(59, 'Ms.Jasleen Kaur', 11, 'Post Basic B.Sc.(N) RN-70442 RM-70459', '', 'Clinical Instructor', '59-9335-jASLEEN-pIC.jpg', 17),
(60, 'Ms.Gurpreet Kaur', 17, 'B.Sc.(N) 2016,  RN-14534 RM-14534,', '', 'Clinical Instructor', '60-3563-Gurpreet-kaur.jpg', 25),
(83, 'Mrs. Baljit Kaur', 6, 'M.Sc.(N) BFUHS, FDK', '', 'Clinical Instructer', '83-4759-BALJEET-PHOT-(1).jpg', 9);

-- --------------------------------------------------------

--
-- Table structure for table `stars`
--

CREATE TABLE `stars` (
  `star_id` int NOT NULL,
  `star_title` varchar(300) NOT NULL,
  `star_position` varchar(300) NOT NULL,
  `star_class` varchar(300) NOT NULL,
  `star_image` varchar(300) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `stars`
--

INSERT INTO `stars` (`star_id`, `star_title`, `star_position`, `star_class`, `star_image`) VALUES
(2, 'Kulwinder Kaur', '1st Position', 'BSC', '2-3022-pic.jpg');

-- --------------------------------------------------------

--
-- Table structure for table `subscribers`
--

CREATE TABLE `subscribers` (
  `subscriber_id` int NOT NULL,
  `subscriber_email` varchar(300) NOT NULL,
  `adddate` date NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `subscribers`
--

INSERT INTO `subscribers` (`subscriber_id`, `subscriber_email`, `adddate`) VALUES
(1, 'love@love.com', '2015-08-10');

-- --------------------------------------------------------

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `testimonial_id` int NOT NULL,
  `testimonial_name` varchar(300) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `testimonial_description` longtext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `image` varchar(300) NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `videos`
--

CREATE TABLE `videos` (
  `video_id` int NOT NULL,
  `video_title` text NOT NULL,
  `video_code` text NOT NULL,
  `video_desc` text NOT NULL,
  `orderid` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `achievers`
--
ALTER TABLE `achievers`
  ADD PRIMARY KEY (`ac_id`);

--
-- Indexes for table `activities`
--
ALTER TABLE `activities`
  ADD PRIMARY KEY (`news_id`);

--
-- Indexes for table `adminusers`
--
ALTER TABLE `adminusers`
  ADD PRIMARY KEY (`admin_id`);

--
-- Indexes for table `admissions`
--
ALTER TABLE `admissions`
  ADD PRIMARY KEY (`admission_id`);

--
-- Indexes for table `aforms`
--
ALTER TABLE `aforms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `alumnies`
--
ALTER TABLE `alumnies`
  ADD PRIMARY KEY (`alumni_id`);

--
-- Indexes for table `banners`
--
ALTER TABLE `banners`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`category_id`);

--
-- Indexes for table `complements`
--
ALTER TABLE `complements`
  ADD PRIMARY KEY (`complement_id`);

--
-- Indexes for table `contacts`
--
ALTER TABLE `contacts`
  ADD PRIMARY KEY (`contact_id`);

--
-- Indexes for table `content_table`
--
ALTER TABLE `content_table`
  ADD PRIMARY KEY (`content_title`);

--
-- Indexes for table `courses`
--
ALTER TABLE `courses`
  ADD PRIMARY KEY (`course_id`);

--
-- Indexes for table `departments`
--
ALTER TABLE `departments`
  ADD PRIMARY KEY (`department_id`);

--
-- Indexes for table `docs`
--
ALTER TABLE `docs`
  ADD PRIMARY KEY (`doc_id`);

--
-- Indexes for table `events`
--
ALTER TABLE `events`
  ADD PRIMARY KEY (`news_id`);

--
-- Indexes for table `facilities`
--
ALTER TABLE `facilities`
  ADD PRIMARY KEY (`facility_id`);

--
-- Indexes for table `galleries`
--
ALTER TABLE `galleries`
  ADD PRIMARY KEY (`gallery_id`);

--
-- Indexes for table `galleryimgs`
--
ALTER TABLE `galleryimgs`
  ADD PRIMARY KEY (`img_id`);

--
-- Indexes for table `inquiries`
--
ALTER TABLE `inquiries`
  ADD PRIMARY KEY (`inquiry_id`);

--
-- Indexes for table `mail_settings`
--
ALTER TABLE `mail_settings`
  ADD PRIMARY KEY (`email`);

--
-- Indexes for table `members`
--
ALTER TABLE `members`
  ADD PRIMARY KEY (`staff_id`);

--
-- Indexes for table `news`
--
ALTER TABLE `news`
  ADD PRIMARY KEY (`news_id`);

--
-- Indexes for table `social_links`
--
ALTER TABLE `social_links`
  ADD PRIMARY KEY (`social_link_id`);

--
-- Indexes for table `staffs`
--
ALTER TABLE `staffs`
  ADD PRIMARY KEY (`staff_id`);

--
-- Indexes for table `stars`
--
ALTER TABLE `stars`
  ADD PRIMARY KEY (`star_id`);

--
-- Indexes for table `subscribers`
--
ALTER TABLE `subscribers`
  ADD PRIMARY KEY (`subscriber_id`);

--
-- Indexes for table `testimonials`
--
ALTER TABLE `testimonials`
  ADD PRIMARY KEY (`testimonial_id`);

--
-- Indexes for table `videos`
--
ALTER TABLE `videos`
  ADD PRIMARY KEY (`video_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `achievers`
--
ALTER TABLE `achievers`
  MODIFY `ac_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `activities`
--
ALTER TABLE `activities`
  MODIFY `news_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `adminusers`
--
ALTER TABLE `adminusers`
  MODIFY `admin_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `admissions`
--
ALTER TABLE `admissions`
  MODIFY `admission_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `aforms`
--
ALTER TABLE `aforms`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `alumnies`
--
ALTER TABLE `alumnies`
  MODIFY `alumni_id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `banners`
--
ALTER TABLE `banners`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
  MODIFY `category_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `complements`
--
ALTER TABLE `complements`
  MODIFY `complement_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `contacts`
--
ALTER TABLE `contacts`
  MODIFY `contact_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=873;

--
-- AUTO_INCREMENT for table `courses`
--
ALTER TABLE `courses`
  MODIFY `course_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `departments`
--
ALTER TABLE `departments`
  MODIFY `department_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `docs`
--
ALTER TABLE `docs`
  MODIFY `doc_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `events`
--
ALTER TABLE `events`
  MODIFY `news_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;

--
-- AUTO_INCREMENT for table `facilities`
--
ALTER TABLE `facilities`
  MODIFY `facility_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `galleries`
--
ALTER TABLE `galleries`
  MODIFY `gallery_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `galleryimgs`
--
ALTER TABLE `galleryimgs`
  MODIFY `img_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `inquiries`
--
ALTER TABLE `inquiries`
  MODIFY `inquiry_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9569;

--
-- AUTO_INCREMENT for table `members`
--
ALTER TABLE `members`
  MODIFY `staff_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `news`
--
ALTER TABLE `news`
  MODIFY `news_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `social_links`
--
ALTER TABLE `social_links`
  MODIFY `social_link_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `staffs`
--
ALTER TABLE `staffs`
  MODIFY `staff_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105;

--
-- AUTO_INCREMENT for table `stars`
--
ALTER TABLE `stars`
  MODIFY `star_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `subscribers`
--
ALTER TABLE `subscribers`
  MODIFY `subscriber_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `testimonials`
--
ALTER TABLE `testimonials`
  MODIFY `testimonial_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `videos`
--
ALTER TABLE `videos`
  MODIFY `video_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
COMMIT;

/*!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 */;
