/
mysql-backup
/
Upload File
HOME
-- MySQL dump 10.13 Distrib 5.7.42, for Linux (x86_64) -- -- Host: localhost Database: example_advisiahub -- ------------------------------------------------------ -- Server version 5.7.42-0ubuntu0.18.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `admins` -- DROP TABLE IF EXISTS `admins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `admins` ( `admin_id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(100) NOT NULL, `full_name` varchar(100) NOT NULL, `email` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated` date NOT NULL, PRIMARY KEY (`admin_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admins` -- LOCK TABLES `admins` WRITE; /*!40000 ALTER TABLE `admins` DISABLE KEYS */; INSERT INTO `admins` VALUES (1,'admin','Admin','admin@advisiahub.com','cc03e747a6afbbcbf8be7668acfebee5','2018-01-29 10:37:30','2018-01-29'); /*!40000 ALTER TABLE `admins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advisor_experience` -- DROP TABLE IF EXISTS `advisor_experience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `advisor_experience` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) DEFAULT NULL, `category_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=535 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advisor_experience` -- LOCK TABLES `advisor_experience` WRITE; /*!40000 ALTER TABLE `advisor_experience` DISABLE KEYS */; INSERT INTO `advisor_experience` VALUES (19,73,1),(20,73,2),(21,73,3),(22,73,4),(23,73,6),(24,73,8),(25,73,11),(26,73,14),(27,73,15),(28,73,16),(29,73,17),(30,73,18),(31,74,1),(32,74,2),(33,74,3),(34,74,4),(35,74,6),(36,74,8),(37,74,11),(38,74,14),(39,74,15),(40,74,16),(41,74,17),(42,74,18),(43,81,1),(44,81,2),(45,81,3),(46,81,4),(47,81,6),(48,81,8),(49,81,11),(50,81,14),(51,81,15),(52,81,16),(53,81,17),(54,81,18),(55,85,1),(56,85,2),(57,85,3),(58,85,4),(59,85,6),(60,85,8),(61,85,11),(62,85,14),(63,85,15),(64,85,16),(65,85,17),(66,85,18),(67,90,1),(68,90,2),(69,90,3),(70,90,4),(71,90,6),(72,90,8),(73,90,11),(74,90,14),(75,90,15),(76,90,16),(77,90,17),(78,90,18),(79,99,1),(80,99,2),(81,99,3),(82,99,4),(83,99,6),(84,99,8),(85,99,11),(86,99,14),(87,99,15),(88,99,16),(89,99,17),(90,99,18),(91,181,1),(92,181,2),(93,181,3),(94,181,4),(95,181,6),(96,181,8),(97,181,11),(98,181,14),(99,181,15),(100,181,16),(101,181,17),(102,181,18),(103,212,1),(104,212,2),(105,212,3),(106,212,4),(107,212,6),(108,212,8),(109,212,11),(110,212,14),(111,212,15),(112,212,16),(113,212,17),(114,212,18),(115,214,1),(116,214,2),(117,214,3),(118,214,4),(119,214,6),(120,214,8),(121,214,11),(122,214,14),(123,214,15),(124,214,16),(125,214,17),(126,214,18),(127,221,0),(128,807,0),(129,1618,0),(135,1622,0),(148,1636,6),(149,1633,5),(150,1637,3),(466,1644,3),(467,1644,4),(470,1647,3),(471,1647,4),(522,1620,5),(523,1620,6),(524,1620,8),(525,1620,11),(526,1620,14),(527,1648,3),(528,1648,4),(533,1649,3),(534,1649,4); /*!40000 ALTER TABLE `advisor_experience` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `balances` -- DROP TABLE IF EXISTS `balances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `balances` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `current_balance` float NOT NULL, `total_balance` float NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=246 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `balances` -- LOCK TABLES `balances` WRITE; /*!40000 ALTER TABLE `balances` DISABLE KEYS */; INSERT INTO `balances` VALUES (1,1,0,0),(2,2,0,0),(3,3,0,0),(4,4,0,0),(5,5,0,0),(6,6,0,0),(7,7,0,0),(8,8,0,0),(9,9,0,0),(10,10,0,0),(11,11,0,0),(12,12,0,0),(13,13,0,0),(14,14,0,0),(15,15,0,0),(16,16,0,0),(17,17,0,0),(18,18,0,0),(19,19,0,0),(20,20,0,0),(21,21,0,0),(22,22,0,0),(23,23,0,0),(24,24,0,0),(25,25,0,0),(26,26,0,0),(27,27,0,0),(28,28,0,0),(29,29,0,0),(30,30,0,0),(31,31,0,0),(32,32,0,0),(33,33,0,0),(34,34,0,0),(35,35,0,0),(36,36,0,0),(37,37,0,0),(38,38,0,0),(39,39,0,0),(40,40,0,0),(41,41,0,0),(42,42,0,0),(43,43,0,0),(44,44,0,0),(45,45,0,0),(46,46,0,0),(47,47,0,0),(48,48,0,0),(49,49,0,0),(50,50,0,0),(51,51,0,0),(52,52,0,0),(53,53,0,0),(54,54,0,0),(55,55,0,0),(56,56,0,0),(57,57,0,0),(58,58,0,0),(59,59,0,0),(60,60,0,0),(61,61,0,0),(62,62,0,0),(63,63,0,0),(64,64,0,0),(65,65,0,0),(66,66,0,0),(67,67,0,0),(68,68,0,0),(69,69,0,0),(70,70,0,0),(71,71,15.7,15.7),(72,72,0,0),(73,73,0,0),(74,74,0,0),(75,75,0,0),(76,76,0,0),(77,77,0,0),(78,78,0,0),(79,79,0,0),(80,80,17.82,17.82),(81,81,0,0),(82,82,0,0),(83,83,0,0),(84,84,0,0),(85,85,0,0),(86,86,38.61,38.61),(87,87,0,0),(88,88,0,0),(89,89,0,0),(90,90,0,0),(91,91,0,0),(92,92,0,0),(93,93,0,0),(94,94,0,0),(95,95,0,0),(96,96,0,0),(97,97,0,0),(98,98,0,0),(99,99,0,0),(100,100,0,0),(101,101,0,0),(102,102,0,0),(103,103,0,0),(104,104,0,0),(105,105,0,0),(106,106,0,0),(107,107,0,0),(108,108,0,0),(109,109,0,0),(110,110,0,0),(111,111,0,0),(112,112,0,0),(113,113,0,0),(114,114,0,0),(115,115,0,0),(116,116,0,0),(117,117,0,0),(118,118,0,0),(119,119,0,0),(120,120,0,0),(121,121,0,0),(122,122,0,0),(123,123,0,0),(124,124,0,0),(125,125,0,0),(126,126,0,0),(127,133,0,0),(128,134,0,0),(129,136,0,0),(130,137,0,0),(131,147,0,0),(132,148,0,0),(133,158,0,0),(134,160,0,0),(135,161,0,0),(136,162,0,0),(137,163,0,0),(138,164,0,0),(139,165,0,0),(140,167,0,0),(141,170,0,0),(142,173,0,0),(143,169,0,0),(144,170,0,0),(145,171,0,0),(146,172,0,0),(147,173,0,0),(148,174,0,0),(149,175,0,0),(150,177,0,0),(151,178,0,0),(152,179,0,0),(153,180,0,0),(154,182,0,0),(155,186,0,0),(156,187,0,0),(157,188,0,0),(158,189,0,0),(159,194,0,0),(160,195,0,0),(161,198,0,0),(162,199,0,0),(163,201,0,0),(164,202,0,0),(165,203,0,0),(166,204,0,0),(167,205,0,0),(168,206,0,0),(169,207,0,0),(170,209,0,0),(171,213,0,0),(172,214,0,0),(173,215,0,0),(174,216,0,0),(175,217,0,0),(176,220,0,0),(177,236,0,0),(178,262,0,0),(179,265,0,0),(180,294,0,0),(181,320,0,0),(182,332,0,0),(183,362,0,0),(184,367,0,0),(185,396,0,0),(186,411,0,0),(187,432,0,0),(188,514,0,0),(189,663,0,0),(190,754,0,0),(191,811,0,0),(192,818,0,0),(193,889,0,0),(194,890,0,0),(195,901,0,0),(196,933,0,0),(197,935,0,0),(198,984,0,0),(199,988,0,0),(200,1042,0,0),(201,1094,0,0),(202,1167,0,0),(203,1182,0,0),(204,1200,0,0),(205,1202,0,0),(206,1208,0,0),(207,1227,0,0),(208,1229,0,0),(209,1271,0,0),(210,1304,0,0),(211,1313,0,0),(212,1319,0,0),(213,1367,0,0),(214,1412,0,0),(215,1414,0,0),(216,1432,0,0),(217,1433,0,0),(218,1458,0,0),(219,1464,0,0),(220,1486,0,0),(221,1487,0,0),(222,1489,0,0),(223,1493,0,0),(224,1544,0,0),(225,1550,0,0),(226,1562,0,0),(227,1580,0,0),(228,1585,0,0),(229,1618,0,0),(230,1620,118.8,118.8),(231,1623,0,0),(232,1624,0,0),(233,1625,0,0),(234,1628,0,0),(235,1633,99,99),(236,1636,0,0),(237,1637,0,0),(238,1640,0,0),(239,1641,0,0),(240,1644,0,0),(241,1645,0,0),(242,1647,0,0),(243,1648,0,0),(244,1649,0,0),(245,1652,0,0); /*!40000 ALTER TABLE `balances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogs` -- DROP TABLE IF EXISTS `blogs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `blogs` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(50) NOT NULL, `slug` varchar(200) NOT NULL, `description` longtext NOT NULL, `image` varchar(1000) DEFAULT 'default.jpeg', `tags` varchar(255) NOT NULL, `meta_title` varchar(80) NOT NULL, `meta_description` varchar(80) NOT NULL, `meta_keywords` varchar(80) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; INSERT INTO `blogs` VALUES (53,'How does consultation help to achieve your goals?','consultation help achieve goals','<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">In today’s fast-moving world, determining what your goals are in life can become a challenge. Personal Consultants are individuals who can help you to deal with this dilemma effortlessly.</span></span></p>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">What is consultation?</span></span></h2>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">A consultation is an act of guiding someone via steps which need to be taken to achieve a future goal or to enhance a skill. A personal consultant does this at a personal level. This individual can work one-on-one with people who find themselves lost and confused regarding their professional future career. They help people in finding out what you need actually to get a dream job. More than 90% people get success in goal-seeking with the help of Professional Advisors.</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Before getting in touch with a consultant or advisor, it's a must to know the right steps to take. There are few of online sites that encourage individuals to get a consultation for free. This consultation will explain what personal coaching entails are, how it will work for you any other details. Usually, such online platforms have a verity of advisors, so you can easily choose the one who meets up with your professional future concerns.</span></span></p>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">What to Do?</span></span></h2>\r\n\r\n<ul>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">After selecting your desired coach, the next step to follow up with a list of your desired concerns. These listed goals need to be personal completely and might be a little over the top. For example, maybe one of them could be to get and achieve your dream income position. It is quite difficult to try for since it's hard to know that how much you are able of making at your present occupation. Moreover, it's also difficult to foresee any professional moves which might take place later, like a job change or a step up on a corporate ladder.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">The Sessions for coaching will vary between the agencies. There is a specific amount of sessions generally provided for the first payment. The same session numbers can be signed up for if a program seems to be working smoothly.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Several people find that they have a lot to gain from consulting a professional advisor and sign on for additional sessions. Many of such programs want customers to be 100% satisfied, so they also offer a satisfaction guaranteed.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Usually, consultants are matched up with advisees on a personal basis, to work well together. It's a great thing to find such companies that have been providing consultations through professional advisors to individuals for many years.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">There are testimonials available for the people who are seeking a right platform to get a coach from. With excellent reviews as well as comments about advisors, will help you trust more on your consultant.</span></span></li>\r\n</ul>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Conclusion</span></span></h2>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">So if you are finding it hard to get your dream job or you are still confused after completing your degree to get a good job, then it is a must to get assistance from professional advisors.</span></span></p>','ad7a5d29da9d3d6e29144551427d91f0.jpg','blog','How does consultation help to achieve you goals? - AdvisiaHub','In today’s fast-moving world, determining what your goals are in life can become','','2019-05-29 07:24:00'),(54,'How does AdvisiaHub Help you Grow Fast?','AdvisiaHub Help you Grow Fast','<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">If you find it difficult to get a dream job owing to low self-esteem, no vision and lack of passion for the future, then AdvisiaHub is the name to trust. This platform is tailored to connect advisees with professional advisors to help them reach goals, attain success, as well as let out the inner-self which has been tucked away in a storage for so long.</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">So if you are looking to sharpen your professional image then working one-on-one with a professional consultant is great to give a boost to your skills. Such advisors can also provide you review your CVs and cover letters to assist you to hold in with more professionalism. AdvisiaHub can help you maintain a professional image, as well as will help you groom your body language and verbal skills.</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">By getting in touch with a professional consultant you can get help for something specific also like a</span></span></p>\r\n\r\n<ul>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Job interview</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Important presentation</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">To speak to a larger audience while a company training</span></span></li>\r\n</ul>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">The advisors at AdvisaHub are the one who is experienced and previous employees of most reputed companies. They understand career needs; will work well with advisee to help them achieve future goals. Their methodology is tailored to ensure meet up with the advisee standards.</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Mentioned below are some of the questions which AdvisiaHub might ask you!</span></span></p>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong><em>Questions about Programs</em></strong></span></span></h2>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">-Tell us about your programs.</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">-What will be your process when you will be working one-on-one with somebody?</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">-Tell us about three of the most common and might be biggest mistakes that people make, and how will you address such in your program.</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">-How do you expect to modify a program for our organization which addresses the professional requirements of both men and women?</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">- When you are present, how do you make sure that you have captivated an audience?</span></span></p>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong><em>Questions about Qualifications</em></strong></span></span></h2>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">- Do you have a formal education in any field?</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">- Who have you worked with?</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">- Have you ever written any articles or books on your specific program</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">- Do you have testimonials or a recent success story from program participants?</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong><em>General Questions</em></strong></span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">-How do you define yourself?</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">-Tell us three things which you would do to enhance your professional career?</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">-Tell us about your future goals?</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">-Can you define the type of your dream job?</span></span></p>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong>Conclusion</strong></span></span></h2>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">AdvisiaHub is a platform that helps people gets authentic improvements regarding their future goals and career needs. Sign up today and find an experienced advisor at <a href=\"http://www.advisiahub.com\">AdvisiaHub</a></span></span></p>','cba38139a95d7240ca296516982ed5e9.jpg','blog','How does AdvisiaHub Help you Grow Fast?','If you find it difficult to get a dream job owing to low self-esteem, no vision ','','2018-02-13 11:02:04'),(55,'How to get a job in Intel? – Tips to prepare!','How get job Intel','<p style=\"margin-left:0in; margin-right:0in; text-align:center\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Looking for a <a href=\"https://www.intel.com/content/www/us/en/jobs/jobs-at-intel.html\">job in Intel</a>? We will help you in applying for all jobs of your interest that match your education and skills. Here's some information to assist you.</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in; text-align:center\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><img alt=\"\" src=\"https://fortunedotcom.files.wordpress.com/2018/01/gettyimages-463023679.jpg\" style=\"height:427px; width:640px\" /></span></span></p>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong>Apply for a job in Intel</strong></span></span></h2>\r\n\r\n<ul>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">At <a href=\"https://www.intel.com/\">Intel</a>, to be considered for any position, it is a must to submit your C.V./Resume electronically by using their web-based tools.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Their application tool provides you with all the important instructions and explanations on every page. This will help you create and update your profile accurately, and effectively to apply for all present vacancies.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">You will be asked many prescreening questions to better match your experience and skills for all open positions.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">The questions will be relevant as per your job title according to the position. Otherwise, the questions will be quite general in nature.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Upon the completion of your profile and clicking the "Submit", that tool displays a message acknowledging receipt about your job profile at Intel. Furthermore, you will also receive a confirmation e-mail receipt of your information.</span></span></li>\r\n</ul>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong>The Interview Process</strong></span></span></h2>\r\n\r\n<p><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong><img alt=\"\" src=\"https://fthmb.tqn.com/3N3POapRPWrAwiubIMiqcvBnx4I=/3826x2602/filters:fill(auto,1)/business-interview-524535308-5762d8025f9b58f22ee9a90c.jpg\" style=\"height:435px; width:640px\" /></strong></span></span></p>\r\n\r\n<ul>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">If you are shortlisted, an Intel representative will contact you if your qualification and experience meet their required criteria. They might take your interview online via call or in person.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">They use behavioural-based as well as technical interviews to know your capabilities. What makes the candidate more passionate? What he/she accomplished so far? A two-way dialogue will be considered positive more, so prepare yourself as well to ask them questions as well!</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Contact our professional advisors, as they feature employees talking about careers, jobs, and life at Intel. They will also guide you about the tips on how to stand out of the crowd.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Consider our other social media channels to prepare yourself for an exceptional interview.</span></span></li>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">After your interview at Intel, they will contact you with the results, as the follow-up timing can be varying they suggest that you should clarify the timeline during the interview.</span></span></li>\r\n</ul>\r\n\r\n<h2 style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong>Getting Job Offer & joining Intel</strong></span></span></h2>\r\n\r\n<ul>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">If you are selected for a position at Intel, the representative will contact you shortly to discuss terms of your offer as well as the start date. They will also provide you with documentation containing complete job offer details.</span></span></li>\r\n</ul>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\"><strong>Note:</strong> The representatives won’t contact candidates that they interviewed, but didn’t select, to inform them about the status.</span></span></p>\r\n\r\n<p style=\"margin-left:0in; margin-right:0in\"><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">You will receive emails about the approval and welcome to Intel. They will provide you with all the information you need to make sure you are ready to arrive at your work on your first day.</span></span></p>\r\n\r\n<ul>\r\n <li><span style=\"font-size:11pt\"><span style=\"font-family:Calibri,sans-serif\">Lastly, you will complete your final employment forms as well as will get an official employee badge!</span></span></li>\r\n</ul>','7734a37fd395d6e5795234948939392a.jpg','jobs, intel, tips, interview,','How to get job in Intel? – Tips for Interview at Intel','Looking for a job in Intel? We will help you in applying for all jobs of your in','','2019-05-29 09:25:01'); /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bookings` -- DROP TABLE IF EXISTS `bookings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `bookings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `advisor_id` int(11) NOT NULL, `package_id` int(11) NOT NULL, `channel_id` int(11) NOT NULL, `message` varchar(5000) NOT NULL, `user_desire_rate` float NOT NULL, `minutes` int(11) NOT NULL, `hours` int(11) NOT NULL, `user_desire_meeting_date` datetime NOT NULL, `send_advisor` tinyint(4) NOT NULL DEFAULT '0', `send_candidate` tinyint(4) NOT NULL DEFAULT '0', `total_advisor_amount` float NOT NULL DEFAULT '0', `total_user_amount` float NOT NULL DEFAULT '0', `total_advisiahub_fee` float NOT NULL DEFAULT '0', `status` int(11) NOT NULL COMMENT '0=pending, 1=accepted,2=rejected,3cancelled,4completed', `message_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `accepted_at` datetime NOT NULL, `schdule_date` datetime NOT NULL, `remarks` varchar(1000) NOT NULL, `close_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bookings` -- LOCK TABLES `bookings` WRITE; /*!40000 ALTER TABLE `bookings` DISABLE KEYS */; INSERT INTO `bookings` VALUES (7,41,46,3,3,'Message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-02 10:58:12','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(8,41,46,4,1,'asdf',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-02-02 11:00:02','0000-00-00 00:00:00','2018-02-22 02:30:00','asdasdf','2018-02-07 14:30:38'),(9,41,46,1,3,'das',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-02-02 12:24:08','2018-02-07 13:44:31','2018-02-26 15:10:00','asdfsdf','2018-02-07 14:31:19'),(10,41,46,4,3,'asdfasdf',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-02 12:24:20','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(11,41,46,4,1,'asdf',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-02-02 12:25:21','2018-02-13 02:22:59','0000-00-00 00:00:00','jjk','2018-02-13 06:42:47'),(12,41,46,3,4,'sd',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-02-02 12:25:50','2018-02-09 00:00:00','2018-02-16 10:35:00','These are Remakrs','2018-02-08 10:44:25'),(13,41,46,1,3,'Message is here',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-02-07 06:04:25','2018-02-07 12:54:34','2018-02-16 10:30:00','asdfasdf','2018-02-07 14:31:57'),(14,41,47,1,1,'Messeae',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-07 07:10:38','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(15,41,46,3,4,'This is Message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-08 09:40:19','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(16,41,45,2,2,'asdfasdf',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-02-08 09:51:40','2018-02-12 01:21:37','0000-00-00 00:00:00','asdfasdf','2018-02-12 01:27:09'),(17,68,45,2,2,'This is Message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-19 13:01:51','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(18,68,45,1,2,'This is Message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-19 14:33:19','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(19,68,45,3,1,'asdfasdf',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-19 14:38:50','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(20,68,45,5,1,'Message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-19 14:40:43','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(21,68,45,1,1,'This is Message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-02-21 12:10:40','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(22,119,71,3,4,'asdfasff',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-03-02 06:55:25','2018-03-02 02:20:39','0000-00-00 00:00:00','These are Remarks','2018-03-02 06:58:24'),(23,119,72,3,1,'this is message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-02 07:28:38','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(24,119,71,2,1,'klhjkhjk',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-03-02 10:11:31','2018-03-02 05:34:03','0000-00-00 00:00:00','Offer Accepted','2018-03-02 06:55:48'),(25,119,71,1,2,'xzvzxcvzxcv',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-02 10:17:45','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(26,119,71,2,3,'This is message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-02 10:29:54','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(27,119,71,2,2,'zsDasd',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-02 10:59:13','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(28,119,71,4,4,'This is message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,4,'2018-03-02 12:30:13','2018-03-02 07:35:44','0000-00-00 00:00:00','Accepting your offer','2018-03-02 07:36:38'),(29,119,71,3,4,'Message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-02 13:05:08','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(30,119,0,3,4,'Booking\r\n',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-06 09:33:28','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(31,119,0,4,4,'123',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-06 09:34:18','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(32,119,79,2,3,'asd',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,1,'2018-03-06 09:41:57','2018-03-06 05:19:48','2018-03-21 08:10:00','Message will here','0000-00-00 00:00:00'),(33,83,75,1,1,'gy',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-06 10:28:48','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(34,41,75,1,2,'test',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,0,'2018-03-15 11:37:54','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(35,59,98,2,2,'dsg sg s s s s',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,3,'2018-03-15 13:53:12','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(36,41,79,2,2,'This is message',0,0,0,'0000-00-00 00:00:00',0,0,0,0,0,1,'2018-03-19 22:46:39','2018-03-19 18:49:16','2018-03-22 10:30:00','Message','0000-00-00 00:00:00'),(37,130,73,3,3,'this is test offer by candidate',2,30,1,'2018-03-24 15:50:00',0,1,0,0,0,3,'2018-03-20 10:49:46','0000-00-00 00:00:00','0000-00-00 00:00:00','this is testing data by cendidate','0000-00-00 00:00:00'),(38,41,73,3,3,'sf sf',2,30,4,'2018-03-22 16:10:00',0,1,0,0,0,3,'2018-03-20 11:22:39','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(39,41,73,0,3,'dsfs sf',3,120,0,'2018-03-24 17:15:00',0,1,0,0,0,3,'2018-03-21 12:26:33','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(40,59,73,0,3,'erf wer wer ',3,0,1,'2018-03-24 17:40:00',1,0,3,3.3,0.3,4,'2018-03-22 12:45:16','2018-03-22 09:18:26','2018-03-24 17:40:00','enough','2018-06-06 04:42:36'),(41,59,98,0,3,'test',1,0,2,'2018-03-23 18:30:00',1,0,2,2.2,0.2,1,'2018-03-22 13:21:47','2018-03-28 07:40:23','2018-03-23 18:30:00','i accepted','0000-00-00 00:00:00'),(42,59,79,0,2,'fgfgfggfgfgf',15,0,2,'2018-06-13 10:00:00',1,0,30,33,3,4,'2018-06-11 08:43:56','2018-06-11 04:45:22','2018-06-13 10:00:00','hi accepted','2018-06-11 04:48:37'),(43,59,80,0,2,'I need your support',6,0,2,'2018-06-04 00:00:00',1,0,12,13.2,1.2,1,'2018-06-12 06:06:03','2018-06-14 04:21:23','2018-06-04 00:00:00','not be available','0000-00-00 00:00:00'),(44,132,80,0,4,'hello sir please be on time ',6,0,3,'2018-06-14 16:25:00',1,0,18,19.8,1.8,0,'2018-06-12 11:27:42','2018-06-12 07:34:05','2018-06-14 16:25:00','sorry nasim i will not be available that day','0000-00-00 00:00:00'),(45,132,80,0,3,'hello i need your help',6,0,3,'2018-07-01 12:00:00',1,0,18,19.8,1.8,4,'2018-06-13 06:13:40','2018-06-13 02:59:31','2018-07-01 12:00:00','Can we postpone it to 1st of july?','2018-06-13 04:21:59'),(46,59,80,0,2,'kjjihjuhuhu',6,0,4,'2018-06-05 15:15:00',0,1,24,26.4,2.4,0,'2018-06-19 09:21:12','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(47,139,104,0,1,'This is test message',5,0,2,'2018-07-07 22:55:00',0,1,10,11,1,0,'2018-06-29 21:47:57','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(48,140,86,0,1,'test entry ',8,0,3,'2018-07-12 17:50:00',1,0,24,26.4,2.4,4,'2018-07-10 12:47:19','2018-07-11 02:13:42','2018-07-12 17:50:00','test update after reject ','2018-07-11 02:33:15'),(49,156,86,0,1,'offer to test payment ',5,0,3,'2018-08-14 13:45:00',1,0,15,16.5,1.5,4,'2018-08-13 07:43:16','2018-08-13 03:48:27','2018-08-14 13:45:00','yes i accept ','2018-08-13 05:41:30'),(50,156,86,0,1,'das ',5,0,2,'2018-08-13 16:45:00',1,0,10,11,1,0,'2018-08-13 09:42:42','2018-08-13 05:43:16','2018-08-13 16:45:00','hjhg','0000-00-00 00:00:00'),(51,157,86,0,1,'fsdf',5,0,3,'2018-08-13 15:55:00',1,0,15,16.5,1.5,1,'2018-08-13 09:50:53','2018-08-13 05:51:22','2018-08-13 15:55:00','fbc','0000-00-00 00:00:00'),(52,181,182,0,1,'hi',30,0,1,'2019-01-10 09:00:00',1,0,30,33,3,0,'2019-01-09 13:24:59','2019-01-09 08:26:50','2019-01-10 09:00:00','ok','0000-00-00 00:00:00'),(53,183,117,0,1,'hi',150,0,1,'2019-02-23 21:50:00',0,1,150,165,15,0,'2019-02-02 13:04:09','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(54,212,214,0,3,'Hi can we arrange a call?',120,0,1,'2019-06-18 16:10:00',1,0,120,132,12,0,'2019-06-18 10:08:36','2019-06-18 08:25:58','2019-06-18 16:10:00','I will accept offer only at this rate','0000-00-00 00:00:00'),(55,212,214,0,3,'test',100,0,12,'2019-06-20 17:35:00',1,0,1200,1320,120,3,'2019-06-18 12:43:28','2019-06-18 08:45:54','2019-06-20 17:35:00','','0000-00-00 00:00:00'),(56,1619,1620,0,2,'test',1200,0,30,'2021-05-21 22:45:00',0,1,36000,39600,3600,0,'2021-05-21 13:46:36','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(57,807,1620,0,2,'jn zjaja',1200,0,1,'2021-05-21 18:50:00',1,0,1200,1320,120,0,'2021-05-21 13:50:01','2021-05-21 09:51:50','2021-05-21 18:50:00','sure','0000-00-00 00:00:00'),(58,1632,1620,0,2,'hi needed you consulting ',1200,0,1,'2021-05-27 22:45:00',1,0,1200,1320,120,1,'2021-05-27 13:00:26','2021-05-27 09:08:42','2021-05-27 22:45:00','ok lets meet today','0000-00-00 00:00:00'),(59,1632,1620,0,2,'test ',1200,0,1,'2021-05-29 22:55:00',1,0,1200,1320,120,0,'2021-05-27 13:56:29','2021-05-27 10:10:33','2021-05-29 22:55:00','okay lets start meeting ','0000-00-00 00:00:00'),(60,1632,214,0,3,'test',100,0,1,'2021-05-29 16:50:00',0,1,100,110,10,0,'2021-05-28 07:02:17','0000-00-00 00:00:00','0000-00-00 00:00:00','','0000-00-00 00:00:00'),(61,1632,1620,0,2,'test',120,0,1,'2021-05-29 22:55:00',1,0,120,132,12,4,'2021-05-28 07:04:09','2021-05-28 03:04:43','2021-05-29 22:55:00','ok','2021-05-28 03:07:28'),(62,1635,1633,0,2,'test etc',100,0,1,'2021-06-05 22:25:00',1,0,100,110,10,4,'2021-05-28 12:06:08','2021-05-28 08:09:08','2021-06-05 22:25:00','accepted','2021-05-28 08:11:34'),(63,1650,1649,0,3,'nknlk',20,0,1,'2021-06-04 18:10:00',1,0,0,0,0,3,'2021-06-04 13:03:26','2021-06-04 09:05:23','2021-06-04 18:10:00','','0000-00-00 00:00:00'),(64,1650,1649,0,4,'ksbdjksb',20,0,60,'2021-06-16 18:10:00',1,0,1200,1320,120,3,'2021-06-04 13:12:15','2021-06-04 09:14:07','2021-06-16 18:10:00','ma xma','0000-00-00 00:00:00'),(65,1651,1620,0,2,'test data',100,0,1,'2021-07-04 21:55:00',1,0,100,110,10,0,'2021-06-08 08:57:17','2021-06-08 09:23:32','2021-07-04 21:55:00','now please tel talk about idea','0000-00-00 00:00:00'),(66,1651,1620,0,2,'checked ',120,0,1,'2021-05-21 22:45:00',0,1,120,132,12,3,'2021-06-08 12:45:07','0000-00-00 00:00:00','0000-00-00 00:00:00','test data remarks','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `bookings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS `categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` int(11) NOT NULL COMMENT '1=jobs,2=universty', `cat_title` varchar(200) NOT NULL, `uri` varchar(255) NOT NULL, `banner` varchar(200) NOT NULL, `meta_title` varchar(200) NOT NULL, `meta_description` varchar(200) NOT NULL, `meta_keyword` varchar(1000) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `categories` -- LOCK TABLES `categories` WRITE; /*!40000 ALTER TABLE `categories` DISABLE KEYS */; INSERT INTO `categories` VALUES (1,1,'Banking & Investments','banking-investments','banking-investments.jpg','Get Professional Bank & Investment Advisor Help – AdvisiaHub','Looking for an authentic advice regarding any bank or investment? Our expert investment advisors are here to help you. AdvisiaHub connects you with all business consultants.','Advisia Hub, Finanical advisor','2018-08-09 00:17:15'),(2,1,'Finance & Accounting','finance-accounting','finance-and-accounting.jpg','Get Accounting & Financial Advisor Help for Your Business – AdvisiaHub','Experienced Accounting & Financial Advisor will help you make the right decision at AdvisaHub. Make a stress-free and worthy financial planning strategy with consultants.','Accounting Advisor','2018-08-09 00:17:15'),(3,1,'Management Consulting','management-consulting','management-consulting.jpg','Business Management Consultant & Advisor – Find Professional Consultants- AdvisiaHub','At AdvisaHub, hire business management advisor and consultant helps organizations to maximize growth, solve issues, create value and increase business performance','management consulting','2018-08-09 00:17:15'),(4,2,'Undergrad Applications','undergrad-applications','undergrad.jpg','Undergrad Application Consultant & Advisors– AdvisaHub','An expert undergraduate application consultant will help you solve your application form without errors. AdvisaHub provides experienced higher education consultants.','Undergrad Application Consultant','2018-08-09 00:19:01'),(5,2,'Postgrad Applications','postgrad-applications','postgrad.jpg','Authorized Post Graduate Application Consultant – AdvisaHub','Advisia Hub Provide you best advice how to apply and submit post graduate application ','','2018-08-09 00:19:51'),(6,2,'MBA Applications','mba-applications','mba.jpg','MBA Application Consultants for Technical Advice - AdvisiaHub','Get technical advice and fill up your MBA application with our professional Consultant. At AdvisiaHub, advisors help you get through you education goals successfully. ','MBA application consultant ','2018-08-09 00:20:21'),(8,1,'Startup Advise','startup-advise','d723c77bd1332f77fa6a89e20ca5a299.jpg','Signup Now and get new business Setup Advisor - Advisia Hub','','','2018-08-09 00:18:28'),(11,1,'Career Advisor','career-advisor','career-advisor.jpg','Best Career Advisor','Searching best advice for your career? At Advisiahub qualified best career advisor helps students and graduates to get out of the mess and take a right decision. ','Career advisor, best career Advisor, Online Career Advisor','2019-05-16 07:04:13'),(14,1,'Student Mentor','student-mentor','student-mentor.jpg','Online Student Mentor | Student Mentoring','At Advisiahub students can work with student mentors to achieve their academic and career goals. Find a best student mentor and take charge of your future!','Online Student Mentor, Student Mentoring, best student mentor','2019-05-16 07:04:37'),(15,1,'Engineering & Manufacturing','engineering-manufacturing','c5555c7321b0e1c71036c621e218bafb.jpg','Engineering & Manufacturing','Engineering & Manufacturing','Engineering & Manufacturing','2019-05-27 11:10:08'),(16,1,'Legal & Law','legal-law','33ebea980efdb5335b2167ba955d616e.jpg','Legal & Law','Legal & Law','Legal & Law','2019-05-29 07:22:33'),(17,1,'Technology','technology','aeff8a8aab49eb131dd3284508e0ec25.jpg','Technology','Technology','Technology','2019-05-27 11:11:16'),(18,1,'Insurance','insurance','cf6b2c98ee7f63919cfd8279706e5749.jpg','Insurance','Insurance','Insurance','2019-05-27 11:12:18'); /*!40000 ALTER TABLE `categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channels` -- DROP TABLE IF EXISTS `channels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `channels` ( `id` int(11) NOT NULL AUTO_INCREMENT, `channel_title` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `channels` -- LOCK TABLES `channels` WRITE; /*!40000 ALTER TABLE `channels` DISABLE KEYS */; INSERT INTO `channels` VALUES (1,'Email'),(2,'Face-to-Face'),(3,'Phone Call'),(4,'Video Call'); /*!40000 ALTER TABLE `channels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cities` -- DROP TABLE IF EXISTS `cities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cities` ( `id` int(11) NOT NULL, `city_name` varchar(30) NOT NULL, `name_arabic` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `state_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cities` -- LOCK TABLES `cities` WRITE; /*!40000 ALTER TABLE `cities` DISABLE KEYS */; INSERT INTO `cities` VALUES (1,'Bombuflat',NULL,1),(2,'Garacharma',NULL,1),(3,'Port Blair',NULL,1),(4,'Rangat',NULL,1),(5,'Addanki',NULL,2),(6,'Adivivaram',NULL,2),(7,'Adoni',NULL,2),(8,'Aganampudi',NULL,2),(9,'Ajjaram',NULL,2),(10,'Akividu',NULL,2),(11,'Akkarampalle',NULL,2),(12,'Akkayapalle',NULL,2),(13,'Akkireddipalem',NULL,2),(14,'Alampur',NULL,2),(15,'Amalapuram',NULL,2),(16,'Amudalavalasa',NULL,2),(17,'Amur',NULL,2),(18,'Anakapalle',NULL,2),(19,'Anantapur',NULL,2),(20,'Andole',NULL,2),(21,'Atmakur',NULL,2),(22,'Attili',NULL,2),(23,'Avanigadda',NULL,2),(24,'Badepalli',NULL,2),(25,'Badvel',NULL,2),(26,'Balapur',NULL,2),(27,'Bandarulanka',NULL,2),(28,'Banganapalle',NULL,2),(29,'Bapatla',NULL,2),(30,'Bapulapadu',NULL,2),(31,'Belampalli',NULL,2),(32,'Bestavaripeta',NULL,2),(33,'Betamcherla',NULL,2),(34,'Bhattiprolu',NULL,2),(35,'Bhimavaram',NULL,2),(36,'Bhimunipatnam',NULL,2),(37,'Bobbili',NULL,2),(38,'Bombuflat',NULL,2),(39,'Bommuru',NULL,2),(40,'Bugganipalle',NULL,2),(41,'Challapalle',NULL,2),(42,'Chandur',NULL,2),(43,'Chatakonda',NULL,2),(44,'Chemmumiahpet',NULL,2),(45,'Chidiga',NULL,2),(46,'Chilakaluripet',NULL,2),(47,'Chimakurthy',NULL,2),(48,'Chinagadila',NULL,2),(49,'Chinagantyada',NULL,2),(50,'Chinnachawk',NULL,2),(51,'Chintalavalasa',NULL,2),(52,'Chipurupalle',NULL,2),(53,'Chirala',NULL,2),(54,'Chittoor',NULL,2),(55,'Chodavaram',NULL,2),(56,'Choutuppal',NULL,2),(57,'Chunchupalle',NULL,2),(58,'Cuddapah',NULL,2),(59,'Cumbum',NULL,2),(60,'Darnakal',NULL,2),(61,'Dasnapur',NULL,2),(62,'Dauleshwaram',NULL,2),(63,'Dharmavaram',NULL,2),(64,'Dhone',NULL,2),(65,'Dommara Nandyal',NULL,2),(66,'Dowlaiswaram',NULL,2),(67,'East Godavari Dist.',NULL,2),(68,'Eddumailaram',NULL,2),(69,'Edulapuram',NULL,2),(70,'Ekambara kuppam',NULL,2),(71,'Eluru',NULL,2),(72,'Enikapadu',NULL,2),(73,'Fakirtakya',NULL,2),(74,'Farrukhnagar',NULL,2),(75,'Gaddiannaram',NULL,2),(76,'Gajapathinagaram',NULL,2),(77,'Gajularega',NULL,2),(78,'Gajuvaka',NULL,2),(79,'Gannavaram',NULL,2),(80,'Garacharma',NULL,2),(81,'Garimellapadu',NULL,2),(82,'Giddalur',NULL,2),(83,'Godavarikhani',NULL,2),(84,'Gopalapatnam',NULL,2),(85,'Gopalur',NULL,2),(86,'Gorrekunta',NULL,2),(87,'Gudivada',NULL,2),(88,'Gudur',NULL,2),(89,'Guntakal',NULL,2),(90,'Guntur',NULL,2),(91,'Guti',NULL,2),(92,'Hindupur',NULL,2),(93,'Hukumpeta',NULL,2),(94,'Ichchapuram',NULL,2),(95,'Isnapur',NULL,2),(96,'Jaggayyapeta',NULL,2),(97,'Jallaram Kamanpur',NULL,2),(98,'Jammalamadugu',NULL,2),(99,'Jangampalli',NULL,2),(100,'Jarjapupeta',NULL,2),(101,'Kadiri',NULL,2),(102,'Kaikalur',NULL,2),(103,'Kakinada',NULL,2),(104,'Kallur',NULL,2),(105,'Kalyandurg',NULL,2),(106,'Kamalapuram',NULL,2),(107,'Kamareddi',NULL,2),(108,'Kanapaka',NULL,2),(109,'Kanigiri',NULL,2),(110,'Kanithi',NULL,2),(111,'Kankipadu',NULL,2),(112,'Kantabamsuguda',NULL,2),(113,'Kanuru',NULL,2),(114,'Karnul',NULL,2),(115,'Katheru',NULL,2),(116,'Kavali',NULL,2),(117,'Kazipet',NULL,2),(118,'Khanapuram Haveli',NULL,2),(119,'Kodar',NULL,2),(120,'Kollapur',NULL,2),(121,'Kondapalem',NULL,2),(122,'Kondapalle',NULL,2),(123,'Kondukur',NULL,2),(124,'Kosgi',NULL,2),(125,'Kothavalasa',NULL,2),(126,'Kottapalli',NULL,2),(127,'Kovur',NULL,2),(128,'Kovurpalle',NULL,2),(129,'Kovvur',NULL,2),(130,'Krishna',NULL,2),(131,'Kuppam',NULL,2),(132,'Kurmannapalem',NULL,2),(133,'Kurnool',NULL,2),(134,'Lakshettipet',NULL,2),(135,'Lalbahadur Nagar',NULL,2),(136,'Machavaram',NULL,2),(137,'Macherla',NULL,2),(138,'Machilipatnam',NULL,2),(139,'Madanapalle',NULL,2),(140,'Madaram',NULL,2),(141,'Madhuravada',NULL,2),(142,'Madikonda',NULL,2),(143,'Madugule',NULL,2),(144,'Mahabubnagar',NULL,2),(145,'Mahbubabad',NULL,2),(146,'Malkajgiri',NULL,2),(147,'Mamilapalle',NULL,2),(148,'Mancheral',NULL,2),(149,'Mandapeta',NULL,2),(150,'Mandasa',NULL,2),(151,'Mangalagiri',NULL,2),(152,'Manthani',NULL,2),(153,'Markapur',NULL,2),(154,'Marturu',NULL,2),(155,'Metpalli',NULL,2),(156,'Mindi',NULL,2),(157,'Mirpet',NULL,2),(158,'Moragudi',NULL,2),(159,'Mothugudam',NULL,2),(160,'Nagari',NULL,2),(161,'Nagireddipalle',NULL,2),(162,'Nandigama',NULL,2),(163,'Nandikotkur',NULL,2),(164,'Nandyal',NULL,2),(165,'Narasannapeta',NULL,2),(166,'Narasapur',NULL,2),(167,'Narasaraopet',NULL,2),(168,'Narayanavanam',NULL,2),(169,'Narsapur',NULL,2),(170,'Narsingi',NULL,2),(171,'Narsipatnam',NULL,2),(172,'Naspur',NULL,2),(173,'Nathayyapalem',NULL,2),(174,'Nayudupeta',NULL,2),(175,'Nelimaria',NULL,2),(176,'Nellore',NULL,2),(177,'Nidadavole',NULL,2),(178,'Nuzvid',NULL,2),(179,'Omerkhan daira',NULL,2),(180,'Ongole',NULL,2),(181,'Osmania University',NULL,2),(182,'Pakala',NULL,2),(183,'Palakole',NULL,2),(184,'Palakurthi',NULL,2),(185,'Palasa',NULL,2),(186,'Palempalle',NULL,2),(187,'Palkonda',NULL,2),(188,'Palmaner',NULL,2),(189,'Pamur',NULL,2),(190,'Panjim',NULL,2),(191,'Papampeta',NULL,2),(192,'Parasamba',NULL,2),(193,'Parvatipuram',NULL,2),(194,'Patancheru',NULL,2),(195,'Payakaraopet',NULL,2),(196,'Pedagantyada',NULL,2),(197,'Pedana',NULL,2),(198,'Peddapuram',NULL,2),(199,'Pendurthi',NULL,2),(200,'Penugonda',NULL,2),(201,'Penukonda',NULL,2),(202,'Phirangipuram',NULL,2),(203,'Pithapuram',NULL,2),(204,'Ponnur',NULL,2),(205,'Port Blair',NULL,2),(206,'Pothinamallayyapalem',NULL,2),(207,'Prakasam',NULL,2),(208,'Prasadampadu',NULL,2),(209,'Prasantinilayam',NULL,2),(210,'Proddatur',NULL,2),(211,'Pulivendla',NULL,2),(212,'Punganuru',NULL,2),(213,'Puttur',NULL,2),(214,'Qutubullapur',NULL,2),(215,'Rajahmundry',NULL,2),(216,'Rajamahendri',NULL,2),(217,'Rajampet',NULL,2),(218,'Rajendranagar',NULL,2),(219,'Rajoli',NULL,2),(220,'Ramachandrapuram',NULL,2),(221,'Ramanayyapeta',NULL,2),(222,'Ramapuram',NULL,2),(223,'Ramarajupalli',NULL,2),(224,'Ramavarappadu',NULL,2),(225,'Rameswaram',NULL,2),(226,'Rampachodavaram',NULL,2),(227,'Ravulapalam',NULL,2),(228,'Rayachoti',NULL,2),(229,'Rayadrug',NULL,2),(230,'Razam',NULL,2),(231,'Razole',NULL,2),(232,'Renigunta',NULL,2),(233,'Repalle',NULL,2),(234,'Rishikonda',NULL,2),(235,'Salur',NULL,2),(236,'Samalkot',NULL,2),(237,'Sattenapalle',NULL,2),(238,'Seetharampuram',NULL,2),(239,'Serilungampalle',NULL,2),(240,'Shankarampet',NULL,2),(241,'Shar',NULL,2),(242,'Singarayakonda',NULL,2),(243,'Sirpur',NULL,2),(244,'Sirsilla',NULL,2),(245,'Sompeta',NULL,2),(246,'Sriharikota',NULL,2),(247,'Srikakulam',NULL,2),(248,'Srikalahasti',NULL,2),(249,'Sriramnagar',NULL,2),(250,'Sriramsagar',NULL,2),(251,'Srisailam',NULL,2),(252,'Srisailamgudem Devasthanam',NULL,2),(253,'Sulurpeta',NULL,2),(254,'Suriapet',NULL,2),(255,'Suryaraopet',NULL,2),(256,'Tadepalle',NULL,2),(257,'Tadepalligudem',NULL,2),(258,'Tadpatri',NULL,2),(259,'Tallapalle',NULL,2),(260,'Tanuku',NULL,2),(261,'Tekkali',NULL,2),(262,'Tenali',NULL,2),(263,'Tigalapahad',NULL,2),(264,'Tiruchanur',NULL,2),(265,'Tirumala',NULL,2),(266,'Tirupati',NULL,2),(267,'Tirvuru',NULL,2),(268,'Trimulgherry',NULL,2),(269,'Tuni',NULL,2),(270,'Turangi',NULL,2),(271,'Ukkayapalli',NULL,2),(272,'Ukkunagaram',NULL,2),(273,'Uppal Kalan',NULL,2),(274,'Upper Sileru',NULL,2),(275,'Uravakonda',NULL,2),(276,'Vadlapudi',NULL,2),(277,'Vaparala',NULL,2),(278,'Vemalwada',NULL,2),(279,'Venkatagiri',NULL,2),(280,'Venkatapuram',NULL,2),(281,'Vepagunta',NULL,2),(282,'Vetapalem',NULL,2),(283,'Vijayapuri',NULL,2),(284,'Vijayapuri South',NULL,2),(285,'Vijayawada',NULL,2),(286,'Vinukonda',NULL,2),(287,'Visakhapatnam',NULL,2),(288,'Vizianagaram',NULL,2),(289,'Vuyyuru',NULL,2),(290,'Wanparti',NULL,2),(291,'West Godavari Dist.',NULL,2),(292,'Yadagirigutta',NULL,2),(293,'Yarada',NULL,2),(294,'Yellamanchili',NULL,2),(295,'Yemmiganur',NULL,2),(296,'Yenamalakudru',NULL,2),(297,'Yendada',NULL,2),(298,'Yerraguntla',NULL,2),(299,'Along',NULL,3),(300,'Basar',NULL,3),(301,'Bondila',NULL,3),(302,'Changlang',NULL,3),(303,'Daporijo',NULL,3),(304,'Deomali',NULL,3),(305,'Itanagar',NULL,3),(306,'Jairampur',NULL,3),(307,'Khonsa',NULL,3),(308,'Naharlagun',NULL,3),(309,'Namsai',NULL,3),(310,'Pasighat',NULL,3),(311,'Roing',NULL,3),(312,'Seppa',NULL,3),(313,'Tawang',NULL,3),(314,'Tezu',NULL,3),(315,'Ziro',NULL,3),(316,'Abhayapuri',NULL,4),(317,'Ambikapur',NULL,4),(318,'Amguri',NULL,4),(319,'Anand Nagar',NULL,4),(320,'Badarpur',NULL,4),(321,'Badarpur Railway Town',NULL,4),(322,'Bahbari Gaon',NULL,4),(323,'Bamun Sualkuchi',NULL,4),(324,'Barbari',NULL,4),(325,'Barpathar',NULL,4),(326,'Barpeta',NULL,4),(327,'Barpeta Road',NULL,4),(328,'Basugaon',NULL,4),(329,'Bihpuria',NULL,4),(330,'Bijni',NULL,4),(331,'Bilasipara',NULL,4),(332,'Biswanath Chariali',NULL,4),(333,'Bohori',NULL,4),(334,'Bokajan',NULL,4),(335,'Bokokhat',NULL,4),(336,'Bongaigaon',NULL,4),(337,'Bongaigaon Petro-chemical Town',NULL,4),(338,'Borgolai',NULL,4),(339,'Chabua',NULL,4),(340,'Chandrapur Bagicha',NULL,4),(341,'Chapar',NULL,4),(342,'Chekonidhara',NULL,4),(343,'Choto Haibor',NULL,4),(344,'Dergaon',NULL,4),(345,'Dharapur',NULL,4),(346,'Dhekiajuli',NULL,4),(347,'Dhemaji',NULL,4),(348,'Dhing',NULL,4),(349,'Dhubri',NULL,4),(350,'Dhuburi',NULL,4),(351,'Dibrugarh',NULL,4),(352,'Digboi',NULL,4),(353,'Digboi Oil Town',NULL,4),(354,'Dimaruguri',NULL,4),(355,'Diphu',NULL,4),(356,'Dispur',NULL,4),(357,'Doboka',NULL,4),(358,'Dokmoka',NULL,4),(359,'Donkamokan',NULL,4),(360,'Duliagaon',NULL,4),(361,'Duliajan',NULL,4),(362,'Duliajan No.1',NULL,4),(363,'Dum Duma',NULL,4),(364,'Durga Nagar',NULL,4),(365,'Gauripur',NULL,4),(366,'Goalpara',NULL,4),(367,'Gohpur',NULL,4),(368,'Golaghat',NULL,4),(369,'Golakganj',NULL,4),(370,'Gossaigaon',NULL,4),(371,'Guwahati',NULL,4),(372,'Haflong',NULL,4),(373,'Hailakandi',NULL,4),(374,'Hamren',NULL,4),(375,'Hauli',NULL,4),(376,'Hauraghat',NULL,4),(377,'Hojai',NULL,4),(378,'Jagiroad',NULL,4),(379,'Jagiroad Paper Mill',NULL,4),(380,'Jogighopa',NULL,4),(381,'Jonai Bazar',NULL,4),(382,'Jorhat',NULL,4),(383,'Kampur Town',NULL,4),(384,'Kamrup',NULL,4),(385,'Kanakpur',NULL,4),(386,'Karimganj',NULL,4),(387,'Kharijapikon',NULL,4),(388,'Kharupetia',NULL,4),(389,'Kochpara',NULL,4),(390,'Kokrajhar',NULL,4),(391,'Kumar Kaibarta Gaon',NULL,4),(392,'Lakhimpur',NULL,4),(393,'Lakhipur',NULL,4),(394,'Lala',NULL,4),(395,'Lanka',NULL,4),(396,'Lido Tikok',NULL,4),(397,'Lido Town',NULL,4),(398,'Lumding',NULL,4),(399,'Lumding Railway Colony',NULL,4),(400,'Mahur',NULL,4),(401,'Maibong',NULL,4),(402,'Majgaon',NULL,4),(403,'Makum',NULL,4),(404,'Mangaldai',NULL,4),(405,'Mankachar',NULL,4),(406,'Margherita',NULL,4),(407,'Mariani',NULL,4),(408,'Marigaon',NULL,4),(409,'Moran',NULL,4),(410,'Moranhat',NULL,4),(411,'Nagaon',NULL,4),(412,'Naharkatia',NULL,4),(413,'Nalbari',NULL,4),(414,'Namrup',NULL,4),(415,'Naubaisa Gaon',NULL,4),(416,'Nazira',NULL,4),(417,'New Bongaigaon Railway Colony',NULL,4),(418,'Niz-Hajo',NULL,4),(419,'North Guwahati',NULL,4),(420,'Numaligarh',NULL,4),(421,'Palasbari',NULL,4),(422,'Panchgram',NULL,4),(423,'Pathsala',NULL,4),(424,'Raha',NULL,4),(425,'Rangapara',NULL,4),(426,'Rangia',NULL,4),(427,'Salakati',NULL,4),(428,'Sapatgram',NULL,4),(429,'Sarthebari',NULL,4),(430,'Sarupathar',NULL,4),(431,'Sarupathar Bengali',NULL,4),(432,'Senchoagaon',NULL,4),(433,'Sibsagar',NULL,4),(434,'Silapathar',NULL,4),(435,'Silchar',NULL,4),(436,'Silchar Part-X',NULL,4),(437,'Sonari',NULL,4),(438,'Sorbhog',NULL,4),(439,'Sualkuchi',NULL,4),(440,'Tangla',NULL,4),(441,'Tezpur',NULL,4),(442,'Tihu',NULL,4),(443,'Tinsukia',NULL,4),(444,'Titabor',NULL,4),(445,'Udalguri',NULL,4),(446,'Umrangso',NULL,4),(447,'Uttar Krishnapur Part-I',NULL,4),(448,'Amarpur',NULL,5),(449,'Ara',NULL,5),(450,'Araria',NULL,5),(451,'Areraj',NULL,5),(452,'Asarganj',NULL,5),(453,'Aurangabad',NULL,5),(454,'Bagaha',NULL,5),(455,'Bahadurganj',NULL,5),(456,'Bairgania',NULL,5),(457,'Bakhtiyarpur',NULL,5),(458,'Banka',NULL,5),(459,'Banmankhi',NULL,5),(460,'Bar Bigha',NULL,5),(461,'Barauli',NULL,5),(462,'Barauni Oil Township',NULL,5),(463,'Barh',NULL,5),(464,'Barhiya',NULL,5),(465,'Bariapur',NULL,5),(466,'Baruni',NULL,5),(467,'Begusarai',NULL,5),(468,'Behea',NULL,5),(469,'Belsand',NULL,5),(470,'Bettiah',NULL,5),(471,'Bhabua',NULL,5),(472,'Bhagalpur',NULL,5),(473,'Bhimnagar',NULL,5),(474,'Bhojpur',NULL,5),(475,'Bihar',NULL,5),(476,'Bihar Sharif',NULL,5),(477,'Bihariganj',NULL,5),(478,'Bikramganj',NULL,5),(479,'Birpur',NULL,5),(480,'Bodh Gaya',NULL,5),(481,'Buxar',NULL,5),(482,'Chakia',NULL,5),(483,'Chanpatia',NULL,5),(484,'Chhapra',NULL,5),(485,'Chhatapur',NULL,5),(486,'Colgong',NULL,5),(487,'Dalsingh Sarai',NULL,5),(488,'Darbhanga',NULL,5),(489,'Daudnagar',NULL,5),(490,'Dehri',NULL,5),(491,'Dhaka',NULL,5),(492,'Dighwara',NULL,5),(493,'Dinapur',NULL,5),(494,'Dinapur Cantonment',NULL,5),(495,'Dumra',NULL,5),(496,'Dumraon',NULL,5),(497,'Fatwa',NULL,5),(498,'Forbesganj',NULL,5),(499,'Gaya',NULL,5),(500,'Gazipur',NULL,5),(501,'Ghoghardiha',NULL,5),(502,'Gogri Jamalpur',NULL,5),(503,'Gopalganj',NULL,5),(504,'Habibpur',NULL,5),(505,'Hajipur',NULL,5),(506,'Hasanpur',NULL,5),(507,'Hazaribagh',NULL,5),(508,'Hilsa',NULL,5),(509,'Hisua',NULL,5),(510,'Islampur',NULL,5),(511,'Jagdispur',NULL,5),(512,'Jahanabad',NULL,5),(513,'Jamalpur',NULL,5),(514,'Jamhaur',NULL,5),(515,'Jamui',NULL,5),(516,'Janakpur Road',NULL,5),(517,'Janpur',NULL,5),(518,'Jaynagar',NULL,5),(519,'Jha Jha',NULL,5),(520,'Jhanjharpur',NULL,5),(521,'Jogbani',NULL,5),(522,'Kanti',NULL,5),(523,'Kasba',NULL,5),(524,'Kataiya',NULL,5),(525,'Katihar',NULL,5),(526,'Khagaria',NULL,5),(527,'Khagaul',NULL,5),(528,'Kharagpur',NULL,5),(529,'Khusrupur',NULL,5),(530,'Kishanganj',NULL,5),(531,'Koath',NULL,5),(532,'Koilwar',NULL,5),(533,'Lakhisarai',NULL,5),(534,'Lalganj',NULL,5),(535,'Lauthaha',NULL,5),(536,'Madhepura',NULL,5),(537,'Madhubani',NULL,5),(538,'Maharajganj',NULL,5),(539,'Mahnar Bazar',NULL,5),(540,'Mairwa',NULL,5),(541,'Makhdumpur',NULL,5),(542,'Maner',NULL,5),(543,'Manihari',NULL,5),(544,'Marhaura',NULL,5),(545,'Masaurhi',NULL,5),(546,'Mirganj',NULL,5),(547,'Mohiuddinagar',NULL,5),(548,'Mokama',NULL,5),(549,'Motihari',NULL,5),(550,'Motipur',NULL,5),(551,'Munger',NULL,5),(552,'Murliganj',NULL,5),(553,'Muzaffarpur',NULL,5),(554,'Nabinagar',NULL,5),(555,'Narkatiaganj',NULL,5),(556,'Nasriganj',NULL,5),(557,'Natwar',NULL,5),(558,'Naugachhia',NULL,5),(559,'Nawada',NULL,5),(560,'Nirmali',NULL,5),(561,'Nokha',NULL,5),(562,'Paharpur',NULL,5),(563,'Patna',NULL,5),(564,'Phulwari',NULL,5),(565,'Piro',NULL,5),(566,'Purnia',NULL,5),(567,'Pusa',NULL,5),(568,'Rafiganj',NULL,5),(569,'Raghunathpur',NULL,5),(570,'Rajgir',NULL,5),(571,'Ramnagar',NULL,5),(572,'Raxaul',NULL,5),(573,'Revelganj',NULL,5),(574,'Rusera',NULL,5),(575,'Sagauli',NULL,5),(576,'Saharsa',NULL,5),(577,'Samastipur',NULL,5),(578,'Sasaram',NULL,5),(579,'Shahpur',NULL,5),(580,'Shaikhpura',NULL,5),(581,'Sherghati',NULL,5),(582,'Shivhar',NULL,5),(583,'Silao',NULL,5),(584,'Sitamarhi',NULL,5),(585,'Siwan',NULL,5),(586,'Sonepur',NULL,5),(587,'Sultanganj',NULL,5),(588,'Supaul',NULL,5),(589,'Teghra',NULL,5),(590,'Tekari',NULL,5),(591,'Thakurganj',NULL,5),(592,'Vaishali',NULL,5),(593,'Waris Aliganj',NULL,5),(594,'Chandigarh',NULL,6),(595,'Ahiwara',NULL,7),(596,'Akaltara',NULL,7),(597,'Ambagarh Chauki',NULL,7),(598,'Ambikapur',NULL,7),(599,'Arang',NULL,7),(600,'Bade Bacheli',NULL,7),(601,'Bagbahara',NULL,7),(602,'Baikunthpur',NULL,7),(603,'Balod',NULL,7),(604,'Baloda',NULL,7),(605,'Baloda Bazar',NULL,7),(606,'Banarsi',NULL,7),(607,'Basna',NULL,7),(608,'Bemetra',NULL,7),(609,'Bhanpuri',NULL,7),(610,'Bhatapara',NULL,7),(611,'Bhatgaon',NULL,7),(612,'Bhilai',NULL,7),(613,'Bilaspur',NULL,7),(614,'Bilha',NULL,7),(615,'Birgaon',NULL,7),(616,'Bodri',NULL,7),(617,'Champa',NULL,7),(618,'Charcha',NULL,7),(619,'Charoda',NULL,7),(620,'Chhuikhadan',NULL,7),(621,'Chirmiri',NULL,7),(622,'Dantewada',NULL,7),(623,'Deori',NULL,7),(624,'Dhamdha',NULL,7),(625,'Dhamtari',NULL,7),(626,'Dharamjaigarh',NULL,7),(627,'Dipka',NULL,7),(628,'Doman Hill Colliery',NULL,7),(629,'Dongargaon',NULL,7),(630,'Dongragarh',NULL,7),(631,'Durg',NULL,7),(632,'Frezarpur',NULL,7),(633,'Gandai',NULL,7),(634,'Gariaband',NULL,7),(635,'Gaurela',NULL,7),(636,'Gelhapani',NULL,7),(637,'Gharghoda',NULL,7),(638,'Gidam',NULL,7),(639,'Gobra Nawapara',NULL,7),(640,'Gogaon',NULL,7),(641,'Hatkachora',NULL,7),(642,'Jagdalpur',NULL,7),(643,'Jamui',NULL,7),(644,'Jashpurnagar',NULL,7),(645,'Jhagrakhand',NULL,7),(646,'Kanker',NULL,7),(647,'Katghora',NULL,7),(648,'Kawardha',NULL,7),(649,'Khairagarh',NULL,7),(650,'Khamhria',NULL,7),(651,'Kharod',NULL,7),(652,'Kharsia',NULL,7),(653,'Khonga Pani',NULL,7),(654,'Kirandu',NULL,7),(655,'Kirandul',NULL,7),(656,'Kohka',NULL,7),(657,'Kondagaon',NULL,7),(658,'Korba',NULL,7),(659,'Korea',NULL,7),(660,'Koria Block',NULL,7),(661,'Kota',NULL,7),(662,'Kumhari',NULL,7),(663,'Kumud Katta',NULL,7),(664,'Kurasia',NULL,7),(665,'Kurud',NULL,7),(666,'Lingiyadih',NULL,7),(667,'Lormi',NULL,7),(668,'Mahasamund',NULL,7),(669,'Mahendragarh',NULL,7),(670,'Mehmand',NULL,7),(671,'Mongra',NULL,7),(672,'Mowa',NULL,7),(673,'Mungeli',NULL,7),(674,'Nailajanjgir',NULL,7),(675,'Namna Kalan',NULL,7),(676,'Naya Baradwar',NULL,7),(677,'Pandariya',NULL,7),(678,'Patan',NULL,7),(679,'Pathalgaon',NULL,7),(680,'Pendra',NULL,7),(681,'Phunderdihari',NULL,7),(682,'Pithora',NULL,7),(683,'Raigarh',NULL,7),(684,'Raipur',NULL,7),(685,'Rajgamar',NULL,7),(686,'Rajhara',NULL,7),(687,'Rajnandgaon',NULL,7),(688,'Ramanuj Ganj',NULL,7),(689,'Ratanpur',NULL,7),(690,'Sakti',NULL,7),(691,'Saraipali',NULL,7),(692,'Sarajpur',NULL,7),(693,'Sarangarh',NULL,7),(694,'Shivrinarayan',NULL,7),(695,'Simga',NULL,7),(696,'Sirgiti',NULL,7),(697,'Takhatpur',NULL,7),(698,'Telgaon',NULL,7),(699,'Tildanewra',NULL,7),(700,'Urla',NULL,7),(701,'Vishrampur',NULL,7),(702,'Amli',NULL,8),(703,'Silvassa',NULL,8),(704,'Daman',NULL,9),(705,'Diu',NULL,9),(706,'Delhi',NULL,10),(707,'New Delhi',NULL,10),(708,'Aldona',NULL,11),(709,'Altinho',NULL,11),(710,'Aquem',NULL,11),(711,'Arpora',NULL,11),(712,'Bambolim',NULL,11),(713,'Bandora',NULL,11),(714,'Bardez',NULL,11),(715,'Benaulim',NULL,11),(716,'Betora',NULL,11),(717,'Bicholim',NULL,11),(718,'Calapor',NULL,11),(719,'Candolim',NULL,11),(720,'Caranzalem',NULL,11),(721,'Carapur',NULL,11),(722,'Chicalim',NULL,11),(723,'Chimbel',NULL,11),(724,'Chinchinim',NULL,11),(725,'Colvale',NULL,11),(726,'Corlim',NULL,11),(727,'Cortalim',NULL,11),(728,'Cuncolim',NULL,11),(729,'Curchorem',NULL,11),(730,'Curti',NULL,11),(731,'Davorlim',NULL,11),(732,'Dona Paula',NULL,11),(733,'Goa',NULL,11),(734,'Guirim',NULL,11),(735,'Jua',NULL,11),(736,'Kalangat',NULL,11),(737,'Kankon',NULL,11),(738,'Kundaim',NULL,11),(739,'Loutulim',NULL,11),(740,'Madgaon',NULL,11),(741,'Mapusa',NULL,11),(742,'Margao',NULL,11),(743,'Margaon',NULL,11),(744,'Miramar',NULL,11),(745,'Morjim',NULL,11),(746,'Mormugao',NULL,11),(747,'Navelim',NULL,11),(748,'Pale',NULL,11),(749,'Panaji',NULL,11),(750,'Parcem',NULL,11),(751,'Parra',NULL,11),(752,'Penha de Franca',NULL,11),(753,'Pernem',NULL,11),(754,'Pilerne',NULL,11),(755,'Pissurlem',NULL,11),(756,'Ponda',NULL,11),(757,'Porvorim',NULL,11),(758,'Quepem',NULL,11),(759,'Queula',NULL,11),(760,'Raia',NULL,11),(761,'Reis Magos',NULL,11),(762,'Salcette',NULL,11),(763,'Saligao',NULL,11),(764,'Sancoale',NULL,11),(765,'Sanguem',NULL,11),(766,'Sanquelim',NULL,11),(767,'Sanvordem',NULL,11),(768,'Sao Jose-de-Areal',NULL,11),(769,'Sattari',NULL,11),(770,'Serula',NULL,11),(771,'Sinquerim',NULL,11),(772,'Siolim',NULL,11),(773,'Taleigao',NULL,11),(774,'Tivim',NULL,11),(775,'Valpoi',NULL,11),(776,'Varca',NULL,11),(777,'Vasco',NULL,11),(778,'Verna',NULL,11),(779,'Abrama',NULL,12),(780,'Adalaj',NULL,12),(781,'Adityana',NULL,12),(782,'Advana',NULL,12),(783,'Ahmedabad',NULL,12),(784,'Ahwa',NULL,12),(785,'Alang',NULL,12),(786,'Ambaji',NULL,12),(787,'Ambaliyasan',NULL,12),(788,'Amod',NULL,12),(789,'Amreli',NULL,12),(790,'Amroli',NULL,12),(791,'Anand',NULL,12),(792,'Andada',NULL,12),(793,'Anjar',NULL,12),(794,'Anklav',NULL,12),(795,'Ankleshwar',NULL,12),(796,'Anklesvar INA',NULL,12),(797,'Antaliya',NULL,12),(798,'Arambhada',NULL,12),(799,'Asarma',NULL,12),(800,'Atul',NULL,12),(801,'Babra',NULL,12),(802,'Bag-e-Firdosh',NULL,12),(803,'Bagasara',NULL,12),(804,'Bahadarpar',NULL,12),(805,'Bajipura',NULL,12),(806,'Bajva',NULL,12),(807,'Balasinor',NULL,12),(808,'Banaskantha',NULL,12),(809,'Bansda',NULL,12),(810,'Bantva',NULL,12),(811,'Bardoli',NULL,12),(812,'Barwala',NULL,12),(813,'Bayad',NULL,12),(814,'Bechar',NULL,12),(815,'Bedi',NULL,12),(816,'Beyt',NULL,12),(817,'Bhachau',NULL,12),(818,'Bhanvad',NULL,12),(819,'Bharuch',NULL,12),(820,'Bharuch INA',NULL,12),(821,'Bhavnagar',NULL,12),(822,'Bhayavadar',NULL,12),(823,'Bhestan',NULL,12),(824,'Bhuj',NULL,12),(825,'Bilimora',NULL,12),(826,'Bilkha',NULL,12),(827,'Billimora',NULL,12),(828,'Bodakdev',NULL,12),(829,'Bodeli',NULL,12),(830,'Bopal',NULL,12),(831,'Boria',NULL,12),(832,'Boriavi',NULL,12),(833,'Borsad',NULL,12),(834,'Botad',NULL,12),(835,'Cambay',NULL,12),(836,'Chaklasi',NULL,12),(837,'Chala',NULL,12),(838,'Chalala',NULL,12),(839,'Chalthan',NULL,12),(840,'Chanasma',NULL,12),(841,'Chandisar',NULL,12),(842,'Chandkheda',NULL,12),(843,'Chanod',NULL,12),(844,'Chaya',NULL,12),(845,'Chenpur',NULL,12),(846,'Chhapi',NULL,12),(847,'Chhaprabhatha',NULL,12),(848,'Chhatral',NULL,12),(849,'Chhota Udepur',NULL,12),(850,'Chikhli',NULL,12),(851,'Chiloda',NULL,12),(852,'Chorvad',NULL,12),(853,'Chotila',NULL,12),(854,'Dabhoi',NULL,12),(855,'Dadara',NULL,12),(856,'Dahod',NULL,12),(857,'Dakor',NULL,12),(858,'Damnagar',NULL,12),(859,'Deesa',NULL,12),(860,'Delvada',NULL,12),(861,'Devgadh Baria',NULL,12),(862,'Devsar',NULL,12),(863,'Dhandhuka',NULL,12),(864,'Dhanera',NULL,12),(865,'Dhangdhra',NULL,12),(866,'Dhansura',NULL,12),(867,'Dharampur',NULL,12),(868,'Dhari',NULL,12),(869,'Dhola',NULL,12),(870,'Dholka',NULL,12),(871,'Dholka Rural',NULL,12),(872,'Dhoraji',NULL,12),(873,'Dhrangadhra',NULL,12),(874,'Dhrol',NULL,12),(875,'Dhuva',NULL,12),(876,'Dhuwaran',NULL,12),(877,'Digvijaygram',NULL,12),(878,'Disa',NULL,12),(879,'Dungar',NULL,12),(880,'Dungarpur',NULL,12),(881,'Dungra',NULL,12),(882,'Dwarka',NULL,12),(883,'Flelanganj',NULL,12),(884,'GSFC Complex',NULL,12),(885,'Gadhda',NULL,12),(886,'Gandevi',NULL,12),(887,'Gandhidham',NULL,12),(888,'Gandhinagar',NULL,12),(889,'Gariadhar',NULL,12),(890,'Ghogha',NULL,12),(891,'Godhra',NULL,12),(892,'Gondal',NULL,12),(893,'Hajira INA',NULL,12),(894,'Halol',NULL,12),(895,'Halvad',NULL,12),(896,'Hansot',NULL,12),(897,'Harij',NULL,12),(898,'Himatnagar',NULL,12),(899,'Ichchhapor',NULL,12),(900,'Idar',NULL,12),(901,'Jafrabad',NULL,12),(902,'Jalalpore',NULL,12),(903,'Jambusar',NULL,12),(904,'Jamjodhpur',NULL,12),(905,'Jamnagar',NULL,12),(906,'Jasdan',NULL,12),(907,'Jawaharnagar',NULL,12),(908,'Jetalsar',NULL,12),(909,'Jetpur',NULL,12),(910,'Jodiya',NULL,12),(911,'Joshipura',NULL,12),(912,'Junagadh',NULL,12),(913,'Kadi',NULL,12),(914,'Kadodara',NULL,12),(915,'Kalavad',NULL,12),(916,'Kali',NULL,12),(917,'Kaliawadi',NULL,12),(918,'Kalol',NULL,12),(919,'Kalol INA',NULL,12),(920,'Kandla',NULL,12),(921,'Kanjari',NULL,12),(922,'Kanodar',NULL,12),(923,'Kapadwanj',NULL,12),(924,'Karachiya',NULL,12),(925,'Karamsad',NULL,12),(926,'Karjan',NULL,12),(927,'Kathial',NULL,12),(928,'Kathor',NULL,12),(929,'Katpar',NULL,12),(930,'Kavant',NULL,12),(931,'Keshod',NULL,12),(932,'Kevadiya',NULL,12),(933,'Khambhaliya',NULL,12),(934,'Khambhat',NULL,12),(935,'Kharaghoda',NULL,12),(936,'Khed Brahma',NULL,12),(937,'Kheda',NULL,12),(938,'Kheralu',NULL,12),(939,'Kodinar',NULL,12),(940,'Kosamba',NULL,12),(941,'Kundla',NULL,12),(942,'Kutch',NULL,12),(943,'Kutiyana',NULL,12),(944,'Lakhtar',NULL,12),(945,'Lalpur',NULL,12),(946,'Lambha',NULL,12),(947,'Lathi',NULL,12),(948,'Limbdi',NULL,12),(949,'Limla',NULL,12),(950,'Lunavada',NULL,12),(951,'Madhapar',NULL,12),(952,'Maflipur',NULL,12),(953,'Mahemdavad',NULL,12),(954,'Mahudha',NULL,12),(955,'Mahuva',NULL,12),(956,'Mahuvar',NULL,12),(957,'Makarba',NULL,12),(958,'Makarpura',NULL,12),(959,'Makassar',NULL,12),(960,'Maktampur',NULL,12),(961,'Malia',NULL,12),(962,'Malpur',NULL,12),(963,'Manavadar',NULL,12),(964,'Mandal',NULL,12),(965,'Mandvi',NULL,12),(966,'Mangrol',NULL,12),(967,'Mansa',NULL,12),(968,'Meghraj',NULL,12),(969,'Mehsana',NULL,12),(970,'Mendarla',NULL,12),(971,'Mithapur',NULL,12),(972,'Modasa',NULL,12),(973,'Mogravadi',NULL,12),(974,'Morbi',NULL,12),(975,'Morvi',NULL,12),(976,'Mundra',NULL,12),(977,'Nadiad',NULL,12),(978,'Naliya',NULL,12),(979,'Nanakvada',NULL,12),(980,'Nandej',NULL,12),(981,'Nandesari',NULL,12),(982,'Nandesari INA',NULL,12),(983,'Naroda',NULL,12),(984,'Navagadh',NULL,12),(985,'Navagam Ghed',NULL,12),(986,'Navsari',NULL,12),(987,'Ode',NULL,12),(988,'Okaf',NULL,12),(989,'Okha',NULL,12),(990,'Olpad',NULL,12),(991,'Paddhari',NULL,12),(992,'Padra',NULL,12),(993,'Palanpur',NULL,12),(994,'Palej',NULL,12),(995,'Pali',NULL,12),(996,'Palitana',NULL,12),(997,'Paliyad',NULL,12),(998,'Pandesara',NULL,12),(999,'Panoli',NULL,12),(1000,'Pardi',NULL,12),(1001,'Parnera',NULL,12),(1002,'Parvat',NULL,12),(1003,'Patan',NULL,12),(1004,'Patdi',NULL,12),(1005,'Petlad',NULL,12),(1006,'Petrochemical Complex',NULL,12),(1007,'Porbandar',NULL,12),(1008,'Prantij',NULL,12),(1009,'Radhanpur',NULL,12),(1010,'Raiya',NULL,12),(1011,'Rajkot',NULL,12),(1012,'Rajpipla',NULL,12),(1013,'Rajula',NULL,12),(1014,'Ramod',NULL,12),(1015,'Ranavav',NULL,12),(1016,'Ranoli',NULL,12),(1017,'Rapar',NULL,12),(1018,'Sahij',NULL,12),(1019,'Salaya',NULL,12),(1020,'Sanand',NULL,12),(1021,'Sankheda',NULL,12),(1022,'Santrampur',NULL,12),(1023,'Saribujrang',NULL,12),(1024,'Sarigam INA',NULL,12),(1025,'Sayan',NULL,12),(1026,'Sayla',NULL,12),(1027,'Shahpur',NULL,12),(1028,'Shahwadi',NULL,12),(1029,'Shapar',NULL,12),(1030,'Shivrajpur',NULL,12),(1031,'Siddhapur',NULL,12),(1032,'Sidhpur',NULL,12),(1033,'Sihor',NULL,12),(1034,'Sika',NULL,12),(1035,'Singarva',NULL,12),(1036,'Sinor',NULL,12),(1037,'Sojitra',NULL,12),(1038,'Sola',NULL,12),(1039,'Songadh',NULL,12),(1040,'Suraj Karadi',NULL,12),(1041,'Surat',NULL,12),(1042,'Surendranagar',NULL,12),(1043,'Talaja',NULL,12),(1044,'Talala',NULL,12),(1045,'Talod',NULL,12),(1046,'Tankara',NULL,12),(1047,'Tarsali',NULL,12),(1048,'Thangadh',NULL,12),(1049,'Tharad',NULL,12),(1050,'Thasra',NULL,12),(1051,'Udyognagar',NULL,12),(1052,'Ukai',NULL,12),(1053,'Umbergaon',NULL,12),(1054,'Umbergaon INA',NULL,12),(1055,'Umrala',NULL,12),(1056,'Umreth',NULL,12),(1057,'Un',NULL,12),(1058,'Una',NULL,12),(1059,'Unjha',NULL,12),(1060,'Upleta',NULL,12),(1061,'Utran',NULL,12),(1062,'Uttarsanda',NULL,12),(1063,'V.U. Nagar',NULL,12),(1064,'V.V. Nagar',NULL,12),(1065,'Vadia',NULL,12),(1066,'Vadla',NULL,12),(1067,'Vadnagar',NULL,12),(1068,'Vadodara',NULL,12),(1069,'Vaghodia INA',NULL,12),(1070,'Valbhipur',NULL,12),(1071,'Vallabh Vidyanagar',NULL,12),(1072,'Valsad',NULL,12),(1073,'Valsad INA',NULL,12),(1074,'Vanthali',NULL,12),(1075,'Vapi',NULL,12),(1076,'Vapi INA',NULL,12),(1077,'Vartej',NULL,12),(1078,'Vasad',NULL,12),(1079,'Vasna Borsad INA',NULL,12),(1080,'Vaso',NULL,12),(1081,'Veraval',NULL,12),(1082,'Vidyanagar',NULL,12),(1083,'Vijalpor',NULL,12),(1084,'Vijapur',NULL,12),(1085,'Vinchhiya',NULL,12),(1086,'Vinzol',NULL,12),(1087,'Virpur',NULL,12),(1088,'Visavadar',NULL,12),(1089,'Visnagar',NULL,12),(1090,'Vyara',NULL,12),(1091,'Wadhwan',NULL,12),(1092,'Waghai',NULL,12),(1093,'Waghodia',NULL,12),(1094,'Wankaner',NULL,12),(1095,'Zalod',NULL,12),(1096,'Ambala',NULL,13),(1097,'Ambala Cantt',NULL,13),(1098,'Asan Khurd',NULL,13),(1099,'Asandh',NULL,13),(1100,'Ateli',NULL,13),(1101,'Babiyal',NULL,13),(1102,'Bahadurgarh',NULL,13),(1103,'Ballabgarh',NULL,13),(1104,'Barwala',NULL,13),(1105,'Bawal',NULL,13),(1106,'Bawani Khera',NULL,13),(1107,'Beri',NULL,13),(1108,'Bhiwani',NULL,13),(1109,'Bilaspur',NULL,13),(1110,'Buria',NULL,13),(1111,'Charkhi Dadri',NULL,13),(1112,'Chhachhrauli',NULL,13),(1113,'Chita',NULL,13),(1114,'Dabwali',NULL,13),(1115,'Dharuhera',NULL,13),(1116,'Dundahera',NULL,13),(1117,'Ellenabad',NULL,13),(1118,'Farakhpur',NULL,13),(1119,'Faridabad',NULL,13),(1120,'Farrukhnagar',NULL,13),(1121,'Fatehabad',NULL,13),(1122,'Firozpur Jhirka',NULL,13),(1123,'Gannaur',NULL,13),(1124,'Ghraunda',NULL,13),(1125,'Gohana',NULL,13),(1126,'Gurgaon',NULL,13),(1127,'Haileymandi',NULL,13),(1128,'Hansi',NULL,13),(1129,'Hasanpur',NULL,13),(1130,'Hathin',NULL,13),(1131,'Hisar',NULL,13),(1132,'Hissar',NULL,13),(1133,'Hodal',NULL,13),(1134,'Indri',NULL,13),(1135,'Jagadhri',NULL,13),(1136,'Jakhal Mandi',NULL,13),(1137,'Jhajjar',NULL,13),(1138,'Jind',NULL,13),(1139,'Julana',NULL,13),(1140,'Kaithal',NULL,13),(1141,'Kalanur',NULL,13),(1142,'Kalanwali',NULL,13),(1143,'Kalayat',NULL,13),(1144,'Kalka',NULL,13),(1145,'Kanina',NULL,13),(1146,'Kansepur',NULL,13),(1147,'Kardhan',NULL,13),(1148,'Karnal',NULL,13),(1149,'Kharkhoda',NULL,13),(1150,'Kheri Sampla',NULL,13),(1151,'Kundli',NULL,13),(1152,'Kurukshetra',NULL,13),(1153,'Ladrawan',NULL,13),(1154,'Ladwa',NULL,13),(1155,'Loharu',NULL,13),(1156,'Maham',NULL,13),(1157,'Mahendragarh',NULL,13),(1158,'Mustafabad',NULL,13),(1159,'Nagai Chaudhry',NULL,13),(1160,'Narayangarh',NULL,13),(1161,'Narnaul',NULL,13),(1162,'Narnaund',NULL,13),(1163,'Narwana',NULL,13),(1164,'Nilokheri',NULL,13),(1165,'Nuh',NULL,13),(1166,'Palwal',NULL,13),(1167,'Panchkula',NULL,13),(1168,'Panipat',NULL,13),(1169,'Panipat Taraf Ansar',NULL,13),(1170,'Panipat Taraf Makhdum Zadgan',NULL,13),(1171,'Panipat Taraf Rajputan',NULL,13),(1172,'Pehowa',NULL,13),(1173,'Pinjaur',NULL,13),(1174,'Punahana',NULL,13),(1175,'Pundri',NULL,13),(1176,'Radaur',NULL,13),(1177,'Raipur Rani',NULL,13),(1178,'Rania',NULL,13),(1179,'Ratiya',NULL,13),(1180,'Rewari',NULL,13),(1181,'Rohtak',NULL,13),(1182,'Ropar',NULL,13),(1183,'Sadauri',NULL,13),(1184,'Safidon',NULL,13),(1185,'Samalkha',NULL,13),(1186,'Sankhol',NULL,13),(1187,'Sasauli',NULL,13),(1188,'Shahabad',NULL,13),(1189,'Sirsa',NULL,13),(1190,'Siwani',NULL,13),(1191,'Sohna',NULL,13),(1192,'Sonipat',NULL,13),(1193,'Sukhrali',NULL,13),(1194,'Taoru',NULL,13),(1195,'Taraori',NULL,13),(1196,'Tauru',NULL,13),(1197,'Thanesar',NULL,13),(1198,'Tilpat',NULL,13),(1199,'Tohana',NULL,13),(1200,'Tosham',NULL,13),(1201,'Uchana',NULL,13),(1202,'Uklana Mandi',NULL,13),(1203,'Uncha Siwana',NULL,13),(1204,'Yamunanagar',NULL,13),(1205,'Arki',NULL,14),(1206,'Baddi',NULL,14),(1207,'Bakloh',NULL,14),(1208,'Banjar',NULL,14),(1209,'Bhota',NULL,14),(1210,'Bhuntar',NULL,14),(1211,'Bilaspur',NULL,14),(1212,'Chamba',NULL,14),(1213,'Chaupal',NULL,14),(1214,'Chuari Khas',NULL,14),(1215,'Dagshai',NULL,14),(1216,'Dalhousie',NULL,14),(1217,'Dalhousie Cantonment',NULL,14),(1218,'Damtal',NULL,14),(1219,'Daulatpur',NULL,14),(1220,'Dera Gopipur',NULL,14),(1221,'Dhalli',NULL,14),(1222,'Dharamshala',NULL,14),(1223,'Gagret',NULL,14),(1224,'Ghamarwin',NULL,14),(1225,'Hamirpur',NULL,14),(1226,'Jawala Mukhi',NULL,14),(1227,'Jogindarnagar',NULL,14),(1228,'Jubbal',NULL,14),(1229,'Jutogh',NULL,14),(1230,'Kala Amb',NULL,14),(1231,'Kalpa',NULL,14),(1232,'Kangra',NULL,14),(1233,'Kasauli',NULL,14),(1234,'Kot Khai',NULL,14),(1235,'Kullu',NULL,14),(1236,'Kulu',NULL,14),(1237,'Manali',NULL,14),(1238,'Mandi',NULL,14),(1239,'Mant Khas',NULL,14),(1240,'Mehatpur Basdehra',NULL,14),(1241,'Nadaun',NULL,14),(1242,'Nagrota',NULL,14),(1243,'Nahan',NULL,14),(1244,'Naina Devi',NULL,14),(1245,'Nalagarh',NULL,14),(1246,'Narkanda',NULL,14),(1247,'Nurpur',NULL,14),(1248,'Palampur',NULL,14),(1249,'Pandoh',NULL,14),(1250,'Paonta Sahib',NULL,14),(1251,'Parwanoo',NULL,14),(1252,'Parwanu',NULL,14),(1253,'Rajgarh',NULL,14),(1254,'Rampur',NULL,14),(1255,'Rawalsar',NULL,14),(1256,'Rohru',NULL,14),(1257,'Sabathu',NULL,14),(1258,'Santokhgarh',NULL,14),(1259,'Sarahan',NULL,14),(1260,'Sarka Ghat',NULL,14),(1261,'Seoni',NULL,14),(1262,'Shimla',NULL,14),(1263,'Sirmaur',NULL,14),(1264,'Solan',NULL,14),(1265,'Solon',NULL,14),(1266,'Sundarnagar',NULL,14),(1267,'Sundernagar',NULL,14),(1268,'Talai',NULL,14),(1269,'Theog',NULL,14),(1270,'Tira Sujanpur',NULL,14),(1271,'Una',NULL,14),(1272,'Yol',NULL,14),(1273,'Achabal',NULL,15),(1274,'Akhnur',NULL,15),(1275,'Anantnag',NULL,15),(1276,'Arnia',NULL,15),(1277,'Awantipora',NULL,15),(1278,'Badami Bagh',NULL,15),(1279,'Bandipur',NULL,15),(1280,'Banihal',NULL,15),(1281,'Baramula',NULL,15),(1282,'Baramulla',NULL,15),(1283,'Bari Brahmana',NULL,15),(1284,'Bashohli',NULL,15),(1285,'Batote',NULL,15),(1286,'Bhaderwah',NULL,15),(1287,'Bijbiara',NULL,15),(1288,'Billawar',NULL,15),(1289,'Birwah',NULL,15),(1290,'Bishna',NULL,15),(1291,'Budgam',NULL,15),(1292,'Charari Sharief',NULL,15),(1293,'Chenani',NULL,15),(1294,'Doda',NULL,15),(1295,'Duru-Verinag',NULL,15),(1296,'Gandarbat',NULL,15),(1297,'Gho Manhasan',NULL,15),(1298,'Gorah Salathian',NULL,15),(1299,'Gulmarg',NULL,15),(1300,'Hajan',NULL,15),(1301,'Handwara',NULL,15),(1302,'Hiranagar',NULL,15),(1303,'Jammu',NULL,15),(1304,'Jammu Cantonment',NULL,15),(1305,'Jammu Tawi',NULL,15),(1306,'Jourian',NULL,15),(1307,'Kargil',NULL,15),(1308,'Kathua',NULL,15),(1309,'Katra',NULL,15),(1310,'Khan Sahib',NULL,15),(1311,'Khour',NULL,15),(1312,'Khrew',NULL,15),(1313,'Kishtwar',NULL,15),(1314,'Kud',NULL,15),(1315,'Kukernag',NULL,15),(1316,'Kulgam',NULL,15),(1317,'Kunzer',NULL,15),(1318,'Kupwara',NULL,15),(1319,'Lakhenpur',NULL,15),(1320,'Leh',NULL,15),(1321,'Magam',NULL,15),(1322,'Mattan',NULL,15),(1323,'Naushehra',NULL,15),(1324,'Pahalgam',NULL,15),(1325,'Pampore',NULL,15),(1326,'Parole',NULL,15),(1327,'Pattan',NULL,15),(1328,'Pulwama',NULL,15),(1329,'Punch',NULL,15),(1330,'Qazigund',NULL,15),(1331,'Rajauri',NULL,15),(1332,'Ramban',NULL,15),(1333,'Ramgarh',NULL,15),(1334,'Ramnagar',NULL,15),(1335,'Ranbirsingh Pora',NULL,15),(1336,'Reasi',NULL,15),(1337,'Rehambal',NULL,15),(1338,'Samba',NULL,15),(1339,'Shupiyan',NULL,15),(1340,'Sopur',NULL,15),(1341,'Srinagar',NULL,15),(1342,'Sumbal',NULL,15),(1343,'Sunderbani',NULL,15),(1344,'Talwara',NULL,15),(1345,'Thanamandi',NULL,15),(1346,'Tral',NULL,15),(1347,'Udhampur',NULL,15),(1348,'Uri',NULL,15),(1349,'Vijaypur',NULL,15),(1350,'Adityapur',NULL,16),(1351,'Amlabad',NULL,16),(1352,'Angarpathar',NULL,16),(1353,'Ara',NULL,16),(1354,'Babua Kalan',NULL,16),(1355,'Bagbahra',NULL,16),(1356,'Baliapur',NULL,16),(1357,'Baliari',NULL,16),(1358,'Balkundra',NULL,16),(1359,'Bandhgora',NULL,16),(1360,'Barajamda',NULL,16),(1361,'Barhi',NULL,16),(1362,'Barka Kana',NULL,16),(1363,'Barki Saraiya',NULL,16),(1364,'Barughutu',NULL,16),(1365,'Barwadih',NULL,16),(1366,'Basaria',NULL,16),(1367,'Basukinath',NULL,16),(1368,'Bermo',NULL,16),(1369,'Bhagatdih',NULL,16),(1370,'Bhaurah',NULL,16),(1371,'Bhojudih',NULL,16),(1372,'Bhuli',NULL,16),(1373,'Bokaro',NULL,16),(1374,'Borio Bazar',NULL,16),(1375,'Bundu',NULL,16),(1376,'Chaibasa',NULL,16),(1377,'Chaitudih',NULL,16),(1378,'Chakradharpur',NULL,16),(1379,'Chakulia',NULL,16),(1380,'Chandaur',NULL,16),(1381,'Chandil',NULL,16),(1382,'Chandrapura',NULL,16),(1383,'Chas',NULL,16),(1384,'Chatra',NULL,16),(1385,'Chhatatanr',NULL,16),(1386,'Chhotaputki',NULL,16),(1387,'Chiria',NULL,16),(1388,'Chirkunda',NULL,16),(1389,'Churi',NULL,16),(1390,'Daltenganj',NULL,16),(1391,'Danguwapasi',NULL,16),(1392,'Dari',NULL,16),(1393,'Deoghar',NULL,16),(1394,'Deorikalan',NULL,16),(1395,'Devghar',NULL,16),(1396,'Dhanbad',NULL,16),(1397,'Dhanwar',NULL,16),(1398,'Dhaunsar',NULL,16),(1399,'Dugda',NULL,16),(1400,'Dumarkunda',NULL,16),(1401,'Dumka',NULL,16),(1402,'Egarkunr',NULL,16),(1403,'Gadhra',NULL,16),(1404,'Garwa',NULL,16),(1405,'Ghatsila',NULL,16),(1406,'Ghorabandha',NULL,16),(1407,'Gidi',NULL,16),(1408,'Giridih',NULL,16),(1409,'Gobindpur',NULL,16),(1410,'Godda',NULL,16),(1411,'Godhar',NULL,16),(1412,'Golphalbari',NULL,16),(1413,'Gomoh',NULL,16),(1414,'Gua',NULL,16),(1415,'Gumia',NULL,16),(1416,'Gumla',NULL,16),(1417,'Haludbani',NULL,16),(1418,'Hazaribag',NULL,16),(1419,'Hesla',NULL,16),(1420,'Husainabad',NULL,16),(1421,'Isri',NULL,16),(1422,'Jadugora',NULL,16),(1423,'Jagannathpur',NULL,16),(1424,'Jamadoba',NULL,16),(1425,'Jamshedpur',NULL,16),(1426,'Jamtara',NULL,16),(1427,'Jarangdih',NULL,16),(1428,'Jaridih',NULL,16),(1429,'Jasidih',NULL,16),(1430,'Jena',NULL,16),(1431,'Jharia',NULL,16),(1432,'Jharia Khas',NULL,16),(1433,'Jhinkpani',NULL,16),(1434,'Jhumri Tilaiya',NULL,16),(1435,'Jorapokhar',NULL,16),(1436,'Jugsalai',NULL,16),(1437,'Kailudih',NULL,16),(1438,'Kalikapur',NULL,16),(1439,'Kandra',NULL,16),(1440,'Kanke',NULL,16),(1441,'Katras',NULL,16),(1442,'Kedla',NULL,16),(1443,'Kenduadih',NULL,16),(1444,'Kharkhari',NULL,16),(1445,'Kharsawan',NULL,16),(1446,'Khelari',NULL,16),(1447,'Khunti',NULL,16),(1448,'Kiri Buru',NULL,16),(1449,'Kiriburu',NULL,16),(1450,'Kodarma',NULL,16),(1451,'Kuju',NULL,16),(1452,'Kurpania',NULL,16),(1453,'Kustai',NULL,16),(1454,'Lakarka',NULL,16),(1455,'Lapanga',NULL,16),(1456,'Latehar',NULL,16),(1457,'Lohardaga',NULL,16),(1458,'Loiya',NULL,16),(1459,'Loyabad',NULL,16),(1460,'Madhupur',NULL,16),(1461,'Mahesh Mundi',NULL,16),(1462,'Maithon',NULL,16),(1463,'Malkera',NULL,16),(1464,'Mango',NULL,16),(1465,'Manoharpur',NULL,16),(1466,'Marma',NULL,16),(1467,'Meghahatuburu Forest village',NULL,16),(1468,'Mera',NULL,16),(1469,'Meru',NULL,16),(1470,'Mihijam',NULL,16),(1471,'Mugma',NULL,16),(1472,'Muri',NULL,16),(1473,'Mushabani',NULL,16),(1474,'Nagri Kalan',NULL,16),(1475,'Netarhat',NULL,16),(1476,'Nirsa',NULL,16),(1477,'Noamundi',NULL,16),(1478,'Okni',NULL,16),(1479,'Orla',NULL,16),(1480,'Pakaur',NULL,16),(1481,'Palamau',NULL,16),(1482,'Palawa',NULL,16),(1483,'Panchet',NULL,16),(1484,'Panrra',NULL,16),(1485,'Paratdih',NULL,16),(1486,'Pathardih',NULL,16),(1487,'Patratu',NULL,16),(1488,'Phusro',NULL,16),(1489,'Pondar Kanali',NULL,16),(1490,'Rajmahal',NULL,16),(1491,'Ramgarh',NULL,16),(1492,'Ranchi',NULL,16),(1493,'Ray',NULL,16),(1494,'Rehla',NULL,16),(1495,'Religara',NULL,16),(1496,'Rohraband',NULL,16),(1497,'Sahibganj',NULL,16),(1498,'Sahnidih',NULL,16),(1499,'Saraidhela',NULL,16),(1500,'Saraikela',NULL,16),(1501,'Sarjamda',NULL,16),(1502,'Saunda',NULL,16),(1503,'Sewai',NULL,16),(1504,'Sijhua',NULL,16),(1505,'Sijua',NULL,16),(1506,'Simdega',NULL,16),(1507,'Sindari',NULL,16),(1508,'Sinduria',NULL,16),(1509,'Sini',NULL,16),(1510,'Sirka',NULL,16),(1511,'Siuliban',NULL,16),(1512,'Surubera',NULL,16),(1513,'Tati',NULL,16),(1514,'Tenudam',NULL,16),(1515,'Tisra',NULL,16),(1516,'Topa',NULL,16),(1517,'Topchanchi',NULL,16),(1518,'Adityanagar',NULL,17),(1519,'Adityapatna',NULL,17),(1520,'Afzalpur',NULL,17),(1521,'Ajjampur',NULL,17),(1522,'Aland',NULL,17),(1523,'Almatti Sitimani',NULL,17),(1524,'Alnavar',NULL,17),(1525,'Alur',NULL,17),(1526,'Ambikanagara',NULL,17),(1527,'Anekal',NULL,17),(1528,'Ankola',NULL,17),(1529,'Annigeri',NULL,17),(1530,'Arkalgud',NULL,17),(1531,'Arsikere',NULL,17),(1532,'Athni',NULL,17),(1533,'Aurad',NULL,17),(1534,'Badagavettu',NULL,17),(1535,'Badami',NULL,17),(1536,'Bagalkot',NULL,17),(1537,'Bagepalli',NULL,17),(1538,'Bailhongal',NULL,17),(1539,'Baindur',NULL,17),(1540,'Bajala',NULL,17),(1541,'Bajpe',NULL,17),(1542,'Banavar',NULL,17),(1543,'Bangarapet',NULL,17),(1544,'Bankapura',NULL,17),(1545,'Bannur',NULL,17),(1546,'Bantwal',NULL,17),(1547,'Basavakalyan',NULL,17),(1548,'Basavana Bagevadi',NULL,17),(1549,'Belagula',NULL,17),(1550,'Belakavadiq',NULL,17),(1551,'Belgaum',NULL,17),(1552,'Belgaum Cantonment',NULL,17),(1553,'Bellary',NULL,17),(1554,'Belluru',NULL,17),(1555,'Beltangadi',NULL,17),(1556,'Belur',NULL,17),(1557,'Belvata',NULL,17),(1558,'Bengaluru',NULL,17),(1559,'Bhadravati',NULL,17),(1560,'Bhalki',NULL,17),(1561,'Bhatkal',NULL,17),(1562,'Bhimarayanagudi',NULL,17),(1563,'Bhogadi',NULL,17),(1564,'Bidar',NULL,17),(1565,'Bijapur',NULL,17),(1566,'Bilgi',NULL,17),(1567,'Birur',NULL,17),(1568,'Bommanahalli',NULL,17),(1569,'Bommasandra',NULL,17),(1570,'Byadgi',NULL,17),(1571,'Byatarayanapura',NULL,17),(1572,'Chakranagar Colony',NULL,17),(1573,'Challakere',NULL,17),(1574,'Chamrajnagar',NULL,17),(1575,'Chamundi Betta',NULL,17),(1576,'Channagiri',NULL,17),(1577,'Channapatna',NULL,17),(1578,'Channarayapatna',NULL,17),(1579,'Chickballapur',NULL,17),(1580,'Chik Ballapur',NULL,17),(1581,'Chikkaballapur',NULL,17),(1582,'Chikmagalur',NULL,17),(1583,'Chiknayakanhalli',NULL,17),(1584,'Chikodi',NULL,17),(1585,'Chincholi',NULL,17),(1586,'Chintamani',NULL,17),(1587,'Chitaguppa',NULL,17),(1588,'Chitapur',NULL,17),(1589,'Chitradurga',NULL,17),(1590,'Coorg',NULL,17),(1591,'Dandeli',NULL,17),(1592,'Dargajogihalli',NULL,17),(1593,'Dasarahalli',NULL,17),(1594,'Davangere',NULL,17),(1595,'Devadurga',NULL,17),(1596,'Devagiri',NULL,17),(1597,'Devanhalli',NULL,17),(1598,'Dharwar',NULL,17),(1599,'Dhupdal',NULL,17),(1600,'Dod Ballapur',NULL,17),(1601,'Donimalai',NULL,17),(1602,'Gadag',NULL,17),(1603,'Gajendragarh',NULL,17),(1604,'Ganeshgudi',NULL,17),(1605,'Gangawati',NULL,17),(1606,'Gangoli',NULL,17),(1607,'Gauribidanur',NULL,17),(1608,'Gokak',NULL,17),(1609,'Gokak Falls',NULL,17),(1610,'Gonikoppal',NULL,17),(1611,'Gorur',NULL,17),(1612,'Gottikere',NULL,17),(1613,'Gubbi',NULL,17),(1614,'Gudibanda',NULL,17),(1615,'Gulbarga',NULL,17),(1616,'Guledgudda',NULL,17),(1617,'Gundlupet',NULL,17),(1618,'Gurmatkal',NULL,17),(1619,'Haliyal',NULL,17),(1620,'Hangal',NULL,17),(1621,'Harihar',NULL,17),(1622,'Harpanahalli',NULL,17),(1623,'Hassan',NULL,17),(1624,'Hatti',NULL,17),(1625,'Hatti Gold Mines',NULL,17),(1626,'Haveri',NULL,17),(1627,'Hebbagodi',NULL,17),(1628,'Hebbalu',NULL,17),(1629,'Hebri',NULL,17),(1630,'Heggadadevanakote',NULL,17),(1631,'Herohalli',NULL,17),(1632,'Hidkal',NULL,17),(1633,'Hindalgi',NULL,17),(1634,'Hirekerur',NULL,17),(1635,'Hiriyur',NULL,17),(1636,'Holalkere',NULL,17),(1637,'Hole Narsipur',NULL,17),(1638,'Homnabad',NULL,17),(1639,'Honavar',NULL,17),(1640,'Honnali',NULL,17),(1641,'Hosakote',NULL,17),(1642,'Hosanagara',NULL,17),(1643,'Hosangadi',NULL,17),(1644,'Hosdurga',NULL,17),(1645,'Hoskote',NULL,17),(1646,'Hospet',NULL,17),(1647,'Hubli',NULL,17),(1648,'Hukeri',NULL,17),(1649,'Hunasagi',NULL,17),(1650,'Hunasamaranahalli',NULL,17),(1651,'Hungund',NULL,17),(1652,'Hunsur',NULL,17),(1653,'Huvina Hadagalli',NULL,17),(1654,'Ilkal',NULL,17),(1655,'Indi',NULL,17),(1656,'Jagalur',NULL,17),(1657,'Jamkhandi',NULL,17),(1658,'Jevargi',NULL,17),(1659,'Jog Falls',NULL,17),(1660,'Kabini Colony',NULL,17),(1661,'Kadur',NULL,17),(1662,'Kalghatgi',NULL,17),(1663,'Kamalapuram',NULL,17),(1664,'Kampli',NULL,17),(1665,'Kanakapura',NULL,17),(1666,'Kangrali BK',NULL,17),(1667,'Kangrali KH',NULL,17),(1668,'Kannur',NULL,17),(1669,'Karkala',NULL,17),(1670,'Karwar',NULL,17),(1671,'Kemminja',NULL,17),(1672,'Kengeri',NULL,17),(1673,'Kerur',NULL,17),(1674,'Khanapur',NULL,17),(1675,'Kodigenahalli',NULL,17),(1676,'Kodiyal',NULL,17),(1677,'Kodlipet',NULL,17),(1678,'Kolar',NULL,17),(1679,'Kollegal',NULL,17),(1680,'Konanakunte',NULL,17),(1681,'Konanur',NULL,17),(1682,'Konnur',NULL,17),(1683,'Koppa',NULL,17),(1684,'Koppal',NULL,17),(1685,'Koratagere',NULL,17),(1686,'Kotekara',NULL,17),(1687,'Kothnur',NULL,17),(1688,'Kotturu',NULL,17),(1689,'Krishnapura',NULL,17),(1690,'Krishnarajanagar',NULL,17),(1691,'Krishnarajapura',NULL,17),(1692,'Krishnarajasagara',NULL,17),(1693,'Krishnarajpet',NULL,17),(1694,'Kudchi',NULL,17),(1695,'Kudligi',NULL,17),(1696,'Kudremukh',NULL,17),(1697,'Kumsi',NULL,17),(1698,'Kumta',NULL,17),(1699,'Kundapura',NULL,17),(1700,'Kundgol',NULL,17),(1701,'Kunigal',NULL,17),(1702,'Kurgunta',NULL,17),(1703,'Kushalnagar',NULL,17),(1704,'Kushtagi',NULL,17),(1705,'Kyathanahalli',NULL,17),(1706,'Lakshmeshwar',NULL,17),(1707,'Lingsugur',NULL,17),(1708,'Londa',NULL,17),(1709,'Maddur',NULL,17),(1710,'Madhugiri',NULL,17),(1711,'Madikeri',NULL,17),(1712,'Magadi',NULL,17),(1713,'Magod Falls',NULL,17),(1714,'Mahadeswara Hills',NULL,17),(1715,'Mahadevapura',NULL,17),(1716,'Mahalingpur',NULL,17),(1717,'Maisuru',NULL,17),(1718,'Maisuru Cantonment',NULL,17),(1719,'Malavalli',NULL,17),(1720,'Mallar',NULL,17),(1721,'Malpe',NULL,17),(1722,'Malur',NULL,17),(1723,'Manchenahalli',NULL,17),(1724,'Mandya',NULL,17),(1725,'Mangalore',NULL,17),(1726,'Mangaluru',NULL,17),(1727,'Manipal',NULL,17),(1728,'Manvi',NULL,17),(1729,'Maski',NULL,17),(1730,'Mastikatte Colony',NULL,17),(1731,'Mayakonda',NULL,17),(1732,'Melukote',NULL,17),(1733,'Molakalmuru',NULL,17),(1734,'Mudalgi',NULL,17),(1735,'Mudbidri',NULL,17),(1736,'Muddebihal',NULL,17),(1737,'Mudgal',NULL,17),(1738,'Mudhol',NULL,17),(1739,'Mudigere',NULL,17),(1740,'Mudushedde',NULL,17),(1741,'Mulbagal',NULL,17),(1742,'Mulgund',NULL,17),(1743,'Mulki',NULL,17),(1744,'Mulur',NULL,17),(1745,'Mundargi',NULL,17),(1746,'Mundgod',NULL,17),(1747,'Munirabad',NULL,17),(1748,'Munnur',NULL,17),(1749,'Murudeshwara',NULL,17),(1750,'Mysore',NULL,17),(1751,'Nagamangala',NULL,17),(1752,'Nanjangud',NULL,17),(1753,'Naragund',NULL,17),(1754,'Narasimharajapura',NULL,17),(1755,'Naravi',NULL,17),(1756,'Narayanpur',NULL,17),(1757,'Naregal',NULL,17),(1758,'Navalgund',NULL,17),(1759,'Nelmangala',NULL,17),(1760,'Nipani',NULL,17),(1761,'Nitte',NULL,17),(1762,'Nyamati',NULL,17),(1763,'Padu',NULL,17),(1764,'Pandavapura',NULL,17),(1765,'Pattanagere',NULL,17),(1766,'Pavagada',NULL,17),(1767,'Piriyapatna',NULL,17),(1768,'Ponnampet',NULL,17),(1769,'Puttur',NULL,17),(1770,'Rabkavi',NULL,17),(1771,'Raichur',NULL,17),(1772,'Ramanagaram',NULL,17),(1773,'Ramdurg',NULL,17),(1774,'Ranibennur',NULL,17),(1775,'Raybag',NULL,17),(1776,'Robertsonpet',NULL,17),(1777,'Ron',NULL,17),(1778,'Sadalgi',NULL,17),(1779,'Sagar',NULL,17),(1780,'Sakleshpur',NULL,17),(1781,'Saligram',NULL,17),(1782,'Sandur',NULL,17),(1783,'Sanivarsante',NULL,17),(1784,'Sankeshwar',NULL,17),(1785,'Sargur',NULL,17),(1786,'Sathyamangala',NULL,17),(1787,'Saundatti Yellamma',NULL,17),(1788,'Savanur',NULL,17),(1789,'Sedam',NULL,17),(1790,'Shahabad',NULL,17),(1791,'Shahabad A.C.C.',NULL,17),(1792,'Shahapur',NULL,17),(1793,'Shahpur',NULL,17),(1794,'Shaktinagar',NULL,17),(1795,'Shiggaon',NULL,17),(1796,'Shikarpur',NULL,17),(1797,'Shimoga',NULL,17),(1798,'Shirhatti',NULL,17),(1799,'Shorapur',NULL,17),(1800,'Shravanabelagola',NULL,17),(1801,'Shrirangapattana',NULL,17),(1802,'Siddapur',NULL,17),(1803,'Sidlaghatta',NULL,17),(1804,'Sindgi',NULL,17),(1805,'Sindhnur',NULL,17),(1806,'Sira',NULL,17),(1807,'Sirakoppa',NULL,17),(1808,'Sirsi',NULL,17),(1809,'Siruguppa',NULL,17),(1810,'Someshwar',NULL,17),(1811,'Somvarpet',NULL,17),(1812,'Sorab',NULL,17),(1813,'Sringeri',NULL,17),(1814,'Srinivaspur',NULL,17),(1815,'Sulya',NULL,17),(1816,'Suntikopa',NULL,17),(1817,'Talikota',NULL,17),(1818,'Tarikera',NULL,17),(1819,'Tekkalakota',NULL,17),(1820,'Terdal',NULL,17),(1821,'Thokur',NULL,17),(1822,'Thumbe',NULL,17),(1823,'Tiptur',NULL,17),(1824,'Tirthahalli',NULL,17),(1825,'Tirumakudal Narsipur',NULL,17),(1826,'Tonse',NULL,17),(1827,'Tumkur',NULL,17),(1828,'Turuvekere',NULL,17),(1829,'Udupi',NULL,17),(1830,'Ullal',NULL,17),(1831,'Uttarahalli',NULL,17),(1832,'Venkatapura',NULL,17),(1833,'Vijayapura',NULL,17),(1834,'Virarajendrapet',NULL,17),(1835,'Wadi',NULL,17),(1836,'Wadi A.C.C.',NULL,17),(1837,'Yadgir',NULL,17),(1838,'Yelahanka',NULL,17),(1839,'Yelandur',NULL,17),(1840,'Yelbarga',NULL,17),(1841,'Yellapur',NULL,17),(1842,'Yenagudde',NULL,17),(1843,'Adimaly',NULL,19),(1844,'Adoor',NULL,19),(1845,'Adur',NULL,19),(1846,'Akathiyur',NULL,19),(1847,'Alangad',NULL,19),(1848,'Alappuzha',NULL,19),(1849,'Aluva',NULL,19),(1850,'Ancharakandy',NULL,19),(1851,'Angamaly',NULL,19),(1852,'Aroor',NULL,19),(1853,'Arukutti',NULL,19),(1854,'Attingal',NULL,19),(1855,'Avinissery',NULL,19),(1856,'Azhikode North',NULL,19),(1857,'Azhikode South',NULL,19),(1858,'Azhiyur',NULL,19),(1859,'Balussery',NULL,19),(1860,'Bangramanjeshwar',NULL,19),(1861,'Beypur',NULL,19),(1862,'Brahmakulam',NULL,19),(1863,'Chala',NULL,19),(1864,'Chalakudi',NULL,19),(1865,'Changanacheri',NULL,19),(1866,'Chauwara',NULL,19),(1867,'Chavakkad',NULL,19),(1868,'Chelakkara',NULL,19),(1869,'Chelora',NULL,19),(1870,'Chendamangalam',NULL,19),(1871,'Chengamanad',NULL,19),(1872,'Chengannur',NULL,19),(1873,'Cheranallur',NULL,19),(1874,'Cheriyakadavu',NULL,19),(1875,'Cherthala',NULL,19),(1876,'Cherukunnu',NULL,19),(1877,'Cheruthazham',NULL,19),(1878,'Cheruvannur',NULL,19),(1879,'Cheruvattur',NULL,19),(1880,'Chevvur',NULL,19),(1881,'Chirakkal',NULL,19),(1882,'Chittur',NULL,19),(1883,'Chockli',NULL,19),(1884,'Churnikkara',NULL,19),(1885,'Dharmadam',NULL,19),(1886,'Edappal',NULL,19),(1887,'Edathala',NULL,19),(1888,'Elayavur',NULL,19),(1889,'Elur',NULL,19),(1890,'Eranholi',NULL,19),(1891,'Erattupetta',NULL,19),(1892,'Ernakulam',NULL,19),(1893,'Eruvatti',NULL,19),(1894,'Ettumanoor',NULL,19),(1895,'Feroke',NULL,19),(1896,'Guruvayur',NULL,19),(1897,'Haripad',NULL,19),(1898,'Hosabettu',NULL,19),(1899,'Idukki',NULL,19),(1900,'Iringaprom',NULL,19),(1901,'Irinjalakuda',NULL,19),(1902,'Iriveri',NULL,19),(1903,'Kadachira',NULL,19),(1904,'Kadalundi',NULL,19),(1905,'Kadamakkudy',NULL,19),(1906,'Kadirur',NULL,19),(1907,'Kadungallur',NULL,19),(1908,'Kakkodi',NULL,19),(1909,'Kalady',NULL,19),(1910,'Kalamassery',NULL,19),(1911,'Kalliasseri',NULL,19),(1912,'Kalpetta',NULL,19),(1913,'Kanhangad',NULL,19),(1914,'Kanhirode',NULL,19),(1915,'Kanjikkuzhi',NULL,19),(1916,'Kanjikode',NULL,19),(1917,'Kanjirappalli',NULL,19),(1918,'Kannadiparamba',NULL,19),(1919,'Kannangad',NULL,19),(1920,'Kannapuram',NULL,19),(1921,'Kannur',NULL,19),(1922,'Kannur Cantonment',NULL,19),(1923,'Karunagappally',NULL,19),(1924,'Karuvamyhuruthy',NULL,19),(1925,'Kasaragod',NULL,19),(1926,'Kasargod',NULL,19),(1927,'Kattappana',NULL,19),(1928,'Kayamkulam',NULL,19),(1929,'Kedamangalam',NULL,19),(1930,'Kochi',NULL,19),(1931,'Kodamthuruthu',NULL,19),(1932,'Kodungallur',NULL,19),(1933,'Koduvally',NULL,19),(1934,'Koduvayur',NULL,19),(1935,'Kokkothamangalam',NULL,19),(1936,'Kolazhy',NULL,19),(1937,'Kollam',NULL,19),(1938,'Komalapuram',NULL,19),(1939,'Koothattukulam',NULL,19),(1940,'Koratty',NULL,19),(1941,'Kothamangalam',NULL,19),(1942,'Kottarakkara',NULL,19),(1943,'Kottayam',NULL,19),(1944,'Kottayam Malabar',NULL,19),(1945,'Kottuvally',NULL,19),(1946,'Koyilandi',NULL,19),(1947,'Kozhikode',NULL,19),(1948,'Kudappanakunnu',NULL,19),(1949,'Kudlu',NULL,19),(1950,'Kumarakom',NULL,19),(1951,'Kumily',NULL,19),(1952,'Kunnamangalam',NULL,19),(1953,'Kunnamkulam',NULL,19),(1954,'Kurikkad',NULL,19),(1955,'Kurkkanchery',NULL,19),(1956,'Kuthuparamba',NULL,19),(1957,'Kuttakulam',NULL,19),(1958,'Kuttikkattur',NULL,19),(1959,'Kuttur',NULL,19),(1960,'Malappuram',NULL,19),(1961,'Mallappally',NULL,19),(1962,'Manjeri',NULL,19),(1963,'Manjeshwar',NULL,19),(1964,'Mannancherry',NULL,19),(1965,'Mannar',NULL,19),(1966,'Mannarakkat',NULL,19),(1967,'Maradu',NULL,19),(1968,'Marathakkara',NULL,19),(1969,'Marutharod',NULL,19),(1970,'Mattannur',NULL,19),(1971,'Mavelikara',NULL,19),(1972,'Mavilayi',NULL,19),(1973,'Mavur',NULL,19),(1974,'Methala',NULL,19),(1975,'Muhamma',NULL,19),(1976,'Mulavukad',NULL,19),(1977,'Mundakayam',NULL,19),(1978,'Munderi',NULL,19),(1979,'Munnar',NULL,19),(1980,'Muthakunnam',NULL,19),(1981,'Muvattupuzha',NULL,19),(1982,'Muzhappilangad',NULL,19),(1983,'Nadapuram',NULL,19),(1984,'Nadathara',NULL,19),(1985,'Narath',NULL,19),(1986,'Nattakam',NULL,19),(1987,'Nedumangad',NULL,19),(1988,'Nenmenikkara',NULL,19),(1989,'New Mahe',NULL,19),(1990,'Neyyattinkara',NULL,19),(1991,'Nileshwar',NULL,19),(1992,'Olavanna',NULL,19),(1993,'Ottapalam',NULL,19),(1994,'Ottappalam',NULL,19),(1995,'Paduvilayi',NULL,19),(1996,'Palai',NULL,19),(1997,'Palakkad',NULL,19),(1998,'Palayad',NULL,19),(1999,'Palissery',NULL,19),(2000,'Pallikkunnu',NULL,19),(2001,'Paluvai',NULL,19),(2002,'Panniyannur',NULL,19),(2003,'Pantalam',NULL,19),(2004,'Panthiramkavu',NULL,19),(2005,'Panur',NULL,19),(2006,'Pappinisseri',NULL,19),(2007,'Parassala',NULL,19),(2008,'Paravur',NULL,19),(2009,'Pathanamthitta',NULL,19),(2010,'Pathanapuram',NULL,19),(2011,'Pathiriyad',NULL,19),(2012,'Pattambi',NULL,19),(2013,'Pattiom',NULL,19),(2014,'Pavaratty',NULL,19),(2015,'Payyannur',NULL,19),(2016,'Peermade',NULL,19),(2017,'Perakam',NULL,19),(2018,'Peralasseri',NULL,19),(2019,'Peringathur',NULL,19),(2020,'Perinthalmanna',NULL,19),(2021,'Perole',NULL,19),(2022,'Perumanna',NULL,19),(2023,'Perumbaikadu',NULL,19),(2024,'Perumbavoor',NULL,19),(2025,'Pinarayi',NULL,19),(2026,'Piravam',NULL,19),(2027,'Ponnani',NULL,19),(2028,'Pottore',NULL,19),(2029,'Pudukad',NULL,19),(2030,'Punalur',NULL,19),(2031,'Puranattukara',NULL,19),(2032,'Puthunagaram',NULL,19),(2033,'Puthuppariyaram',NULL,19),(2034,'Puzhathi',NULL,19),(2035,'Ramanattukara',NULL,19),(2036,'Shoranur',NULL,19),(2037,'Sultans Battery',NULL,19),(2038,'Sulthan Bathery',NULL,19),(2039,'Talipparamba',NULL,19),(2040,'Thaikkad',NULL,19),(2041,'Thalassery',NULL,19),(2042,'Thannirmukkam',NULL,19),(2043,'Theyyalingal',NULL,19),(2044,'Thiruvalla',NULL,19),(2045,'Thiruvananthapuram',NULL,19),(2046,'Thiruvankulam',NULL,19),(2047,'Thodupuzha',NULL,19),(2048,'Thottada',NULL,19),(2049,'Thrippunithura',NULL,19),(2050,'Thrissur',NULL,19),(2051,'Tirur',NULL,19),(2052,'Udma',NULL,19),(2053,'Vadakara',NULL,19),(2054,'Vaikam',NULL,19),(2055,'Valapattam',NULL,19),(2056,'Vallachira',NULL,19),(2057,'Varam',NULL,19),(2058,'Varappuzha',NULL,19),(2059,'Varkala',NULL,19),(2060,'Vayalar',NULL,19),(2061,'Vazhakkala',NULL,19),(2062,'Venmanad',NULL,19),(2063,'Villiappally',NULL,19),(2064,'Wayanad',NULL,19),(2065,'Agethi',NULL,20),(2066,'Amini',NULL,20),(2067,'Androth Island',NULL,20),(2068,'Kavaratti',NULL,20),(2069,'Minicoy',NULL,20),(2070,'Agar',NULL,21),(2071,'Ajaigarh',NULL,21),(2072,'Akoda',NULL,21),(2073,'Akodia',NULL,21),(2074,'Alampur',NULL,21),(2075,'Alirajpur',NULL,21),(2076,'Alot',NULL,21),(2077,'Amanganj',NULL,21),(2078,'Amarkantak',NULL,21),(2079,'Amarpatan',NULL,21),(2080,'Amarwara',NULL,21),(2081,'Ambada',NULL,21),(2082,'Ambah',NULL,21),(2083,'Amla',NULL,21),(2084,'Amlai',NULL,21),(2085,'Anjad',NULL,21),(2086,'Antri',NULL,21),(2087,'Anuppur',NULL,21),(2088,'Aron',NULL,21),(2089,'Ashoknagar',NULL,21),(2090,'Ashta',NULL,21),(2091,'Babai',NULL,21),(2092,'Bada Malhera',NULL,21),(2093,'Badagaon',NULL,21),(2094,'Badagoan',NULL,21),(2095,'Badarwas',NULL,21),(2096,'Badawada',NULL,21),(2097,'Badi',NULL,21),(2098,'Badkuhi',NULL,21),(2099,'Badnagar',NULL,21),(2100,'Badnawar',NULL,21),(2101,'Badod',NULL,21),(2102,'Badoda',NULL,21),(2103,'Badra',NULL,21),(2104,'Bagh',NULL,21),(2105,'Bagli',NULL,21),(2106,'Baihar',NULL,21),(2107,'Baikunthpur',NULL,21),(2108,'Bakswaha',NULL,21),(2109,'Balaghat',NULL,21),(2110,'Baldeogarh',NULL,21),(2111,'Bamaniya',NULL,21),(2112,'Bamhani',NULL,21),(2113,'Bamor',NULL,21),(2114,'Bamora',NULL,21),(2115,'Banda',NULL,21),(2116,'Bangawan',NULL,21),(2117,'Bansatar Kheda',NULL,21),(2118,'Baraily',NULL,21),(2119,'Barela',NULL,21),(2120,'Barghat',NULL,21),(2121,'Bargi',NULL,21),(2122,'Barhi',NULL,21),(2123,'Barigarh',NULL,21),(2124,'Barwaha',NULL,21),(2125,'Barwani',NULL,21),(2126,'Basoda',NULL,21),(2127,'Begamganj',NULL,21),(2128,'Beohari',NULL,21),(2129,'Berasia',NULL,21),(2130,'Betma',NULL,21),(2131,'Betul',NULL,21),(2132,'Betul Bazar',NULL,21),(2133,'Bhainsdehi',NULL,21),(2134,'Bhamodi',NULL,21),(2135,'Bhander',NULL,21),(2136,'Bhanpura',NULL,21),(2137,'Bharveli',NULL,21),(2138,'Bhaurasa',NULL,21),(2139,'Bhavra',NULL,21),(2140,'Bhedaghat',NULL,21),(2141,'Bhikangaon',NULL,21),(2142,'Bhilakhedi',NULL,21),(2143,'Bhind',NULL,21),(2144,'Bhitarwar',NULL,21),(2145,'Bhopal',NULL,21),(2146,'Bhuibandh',NULL,21),(2147,'Biaora',NULL,21),(2148,'Bijawar',NULL,21),(2149,'Bijeypur',NULL,21),(2150,'Bijrauni',NULL,21),(2151,'Bijuri',NULL,21),(2152,'Bilaua',NULL,21),(2153,'Bilpura',NULL,21),(2154,'Bina Railway Colony',NULL,21),(2155,'Bina-Etawa',NULL,21),(2156,'Birsinghpur',NULL,21),(2157,'Boda',NULL,21),(2158,'Budhni',NULL,21),(2159,'Burhanpur',NULL,21),(2160,'Burhar',NULL,21),(2161,'Chachaura Binaganj',NULL,21),(2162,'Chakghat',NULL,21),(2163,'Chandameta Butar',NULL,21),(2164,'Chanderi',NULL,21),(2165,'Chandia',NULL,21),(2166,'Chandla',NULL,21),(2167,'Chaurai Khas',NULL,21),(2168,'Chhatarpur',NULL,21),(2169,'Chhindwara',NULL,21),(2170,'Chhota Chhindwara',NULL,21),(2171,'Chichli',NULL,21),(2172,'Chitrakut',NULL,21),(2173,'Churhat',NULL,21),(2174,'Daboh',NULL,21),(2175,'Dabra',NULL,21),(2176,'Damoh',NULL,21),(2177,'Damua',NULL,21),(2178,'Datia',NULL,21),(2179,'Deodara',NULL,21),(2180,'Deori',NULL,21),(2181,'Deori Khas',NULL,21),(2182,'Depalpur',NULL,21),(2183,'Devendranagar',NULL,21),(2184,'Devhara',NULL,21),(2185,'Dewas',NULL,21),(2186,'Dhamnod',NULL,21),(2187,'Dhana',NULL,21),(2188,'Dhanpuri',NULL,21),(2189,'Dhar',NULL,21),(2190,'Dharampuri',NULL,21),(2191,'Dighawani',NULL,21),(2192,'Diken',NULL,21),(2193,'Dindori',NULL,21),(2194,'Dola',NULL,21),(2195,'Dumar Kachhar',NULL,21),(2196,'Dungariya Chhapara',NULL,21),(2197,'Gadarwara',NULL,21),(2198,'Gairatganj',NULL,21),(2199,'Gandhi Sagar Hydel Colony',NULL,21),(2200,'Ganjbasoda',NULL,21),(2201,'Garhakota',NULL,21),(2202,'Garhi Malhara',NULL,21),(2203,'Garoth',NULL,21),(2204,'Gautapura',NULL,21),(2205,'Ghansor',NULL,21),(2206,'Ghuwara',NULL,21),(2207,'Gogaon',NULL,21),(2208,'Gogapur',NULL,21),(2209,'Gohad',NULL,21),(2210,'Gormi',NULL,21),(2211,'Govindgarh',NULL,21),(2212,'Guna',NULL,21),(2213,'Gurh',NULL,21),(2214,'Gwalior',NULL,21),(2215,'Hanumana',NULL,21),(2216,'Harda',NULL,21),(2217,'Harpalpur',NULL,21),(2218,'Harrai',NULL,21),(2219,'Harsud',NULL,21),(2220,'Hatod',NULL,21),(2221,'Hatpipalya',NULL,21),(2222,'Hatta',NULL,21),(2223,'Hindoria',NULL,21),(2224,'Hirapur',NULL,21),(2225,'Hoshangabad',NULL,21),(2226,'Ichhawar',NULL,21),(2227,'Iklehra',NULL,21),(2228,'Indergarh',NULL,21),(2229,'Indore',NULL,21),(2230,'Isagarh',NULL,21),(2231,'Itarsi',NULL,21),(2232,'Jabalpur',NULL,21),(2233,'Jabalpur Cantonment',NULL,21),(2234,'Jabalpur G.C.F',NULL,21),(2235,'Jaisinghnagar',NULL,21),(2236,'Jaithari',NULL,21),(2237,'Jaitwara',NULL,21),(2238,'Jamai',NULL,21),(2239,'Jaora',NULL,21),(2240,'Jatachhapar',NULL,21),(2241,'Jatara',NULL,21),(2242,'Jawad',NULL,21),(2243,'Jawar',NULL,21),(2244,'Jeronkhalsa',NULL,21),(2245,'Jhabua',NULL,21),(2246,'Jhundpura',NULL,21),(2247,'Jiran',NULL,21),(2248,'Jirapur',NULL,21),(2249,'Jobat',NULL,21),(2250,'Joura',NULL,21),(2251,'Kailaras',NULL,21),(2252,'Kaimur',NULL,21),(2253,'Kakarhati',NULL,21),(2254,'Kalichhapar',NULL,21),(2255,'Kanad',NULL,21),(2256,'Kannod',NULL,21),(2257,'Kantaphod',NULL,21),(2258,'Kareli',NULL,21),(2259,'Karera',NULL,21),(2260,'Kari',NULL,21),(2261,'Karnawad',NULL,21),(2262,'Karrapur',NULL,21),(2263,'Kasrawad',NULL,21),(2264,'Katangi',NULL,21),(2265,'Katni',NULL,21),(2266,'Kelhauri',NULL,21),(2267,'Khachrod',NULL,21),(2268,'Khajuraho',NULL,21),(2269,'Khamaria',NULL,21),(2270,'Khand',NULL,21),(2271,'Khandwa',NULL,21),(2272,'Khaniyadhana',NULL,21),(2273,'Khargapur',NULL,21),(2274,'Khargone',NULL,21),(2275,'Khategaon',NULL,21),(2276,'Khetia',NULL,21),(2277,'Khilchipur',NULL,21),(2278,'Khirkiya',NULL,21),(2279,'Khujner',NULL,21),(2280,'Khurai',NULL,21),(2281,'Kolaras',NULL,21),(2282,'Kotar',NULL,21),(2283,'Kothi',NULL,21),(2284,'Kotma',NULL,21),(2285,'Kukshi',NULL,21),(2286,'Kumbhraj',NULL,21),(2287,'Kurwai',NULL,21),(2288,'Lahar',NULL,21),(2289,'Lakhnadon',NULL,21),(2290,'Lateri',NULL,21),(2291,'Laundi',NULL,21),(2292,'Lidhora Khas',NULL,21),(2293,'Lodhikheda',NULL,21),(2294,'Loharda',NULL,21),(2295,'Machalpur',NULL,21),(2296,'Madhogarh',NULL,21),(2297,'Maharajpur',NULL,21),(2298,'Maheshwar',NULL,21),(2299,'Mahidpur',NULL,21),(2300,'Maihar',NULL,21),(2301,'Majholi',NULL,21),(2302,'Makronia',NULL,21),(2303,'Maksi',NULL,21),(2304,'Malaj Khand',NULL,21),(2305,'Malanpur',NULL,21),(2306,'Malhargarh',NULL,21),(2307,'Manasa',NULL,21),(2308,'Manawar',NULL,21),(2309,'Mandav',NULL,21),(2310,'Mandideep',NULL,21),(2311,'Mandla',NULL,21),(2312,'Mandleshwar',NULL,21),(2313,'Mandsaur',NULL,21),(2314,'Manegaon',NULL,21),(2315,'Mangawan',NULL,21),(2316,'Manglaya Sadak',NULL,21),(2317,'Manpur',NULL,21),(2318,'Mau',NULL,21),(2319,'Mauganj',NULL,21),(2320,'Meghnagar',NULL,21),(2321,'Mehara Gaon',NULL,21),(2322,'Mehgaon',NULL,21),(2323,'Mhaugaon',NULL,21),(2324,'Mhow',NULL,21),(2325,'Mihona',NULL,21),(2326,'Mohgaon',NULL,21),(2327,'Morar',NULL,21),(2328,'Morena',NULL,21),(2329,'Morwa',NULL,21),(2330,'Multai',NULL,21),(2331,'Mundi',NULL,21),(2332,'Mungaoli',NULL,21),(2333,'Murwara',NULL,21),(2334,'Nagda',NULL,21),(2335,'Nagod',NULL,21),(2336,'Nagri',NULL,21),(2337,'Naigarhi',NULL,21),(2338,'Nainpur',NULL,21),(2339,'Nalkheda',NULL,21),(2340,'Namli',NULL,21),(2341,'Narayangarh',NULL,21),(2342,'Narsimhapur',NULL,21),(2343,'Narsingarh',NULL,21),(2344,'Narsinghpur',NULL,21),(2345,'Narwar',NULL,21),(2346,'Nasrullaganj',NULL,21),(2347,'Naudhia',NULL,21),(2348,'Naugaon',NULL,21),(2349,'Naurozabad',NULL,21),(2350,'Neemuch',NULL,21),(2351,'Nepa Nagar',NULL,21),(2352,'Neuton Chikhli Kalan',NULL,21),(2353,'Nimach',NULL,21),(2354,'Niwari',NULL,21),(2355,'Obedullaganj',NULL,21),(2356,'Omkareshwar',NULL,21),(2357,'Orachha',NULL,21),(2358,'Ordinance Factory Itarsi',NULL,21),(2359,'Pachmarhi',NULL,21),(2360,'Pachmarhi Cantonment',NULL,21),(2361,'Pachore',NULL,21),(2362,'Palchorai',NULL,21),(2363,'Palda',NULL,21),(2364,'Palera',NULL,21),(2365,'Pali',NULL,21),(2366,'Panagar',NULL,21),(2367,'Panara',NULL,21),(2368,'Pandaria',NULL,21),(2369,'Pandhana',NULL,21),(2370,'Pandhurna',NULL,21),(2371,'Panna',NULL,21),(2372,'Pansemal',NULL,21),(2373,'Parasia',NULL,21),(2374,'Pasan',NULL,21),(2375,'Patan',NULL,21),(2376,'Patharia',NULL,21),(2377,'Pawai',NULL,21),(2378,'Petlawad',NULL,21),(2379,'Phuph Kalan',NULL,21),(2380,'Pichhore',NULL,21),(2381,'Pipariya',NULL,21),(2382,'Pipliya Mandi',NULL,21),(2383,'Piploda',NULL,21),(2384,'Pithampur',NULL,21),(2385,'Polay Kalan',NULL,21),(2386,'Porsa',NULL,21),(2387,'Prithvipur',NULL,21),(2388,'Raghogarh',NULL,21),(2389,'Rahatgarh',NULL,21),(2390,'Raisen',NULL,21),(2391,'Rajakhedi',NULL,21),(2392,'Rajgarh',NULL,21),(2393,'Rajnagar',NULL,21),(2394,'Rajpur',NULL,21),(2395,'Rampur Baghelan',NULL,21),(2396,'Rampur Naikin',NULL,21),(2397,'Rampura',NULL,21),(2398,'Ranapur',NULL,21),(2399,'Ranipura',NULL,21),(2400,'Ratangarh',NULL,21),(2401,'Ratlam',NULL,21),(2402,'Ratlam Kasba',NULL,21),(2403,'Rau',NULL,21),(2404,'Rehli',NULL,21),(2405,'Rehti',NULL,21),(2406,'Rewa',NULL,21),(2407,'Sabalgarh',NULL,21),(2408,'Sagar',NULL,21),(2409,'Sagar Cantonment',NULL,21),(2410,'Sailana',NULL,21),(2411,'Sanawad',NULL,21),(2412,'Sanchi',NULL,21),(2413,'Sanwer',NULL,21),(2414,'Sarangpur',NULL,21),(2415,'Sardarpur',NULL,21),(2416,'Sarni',NULL,21),(2417,'Satai',NULL,21),(2418,'Satna',NULL,21),(2419,'Satwas',NULL,21),(2420,'Sausar',NULL,21),(2421,'Sehore',NULL,21),(2422,'Semaria',NULL,21),(2423,'Sendhwa',NULL,21),(2424,'Seondha',NULL,21),(2425,'Seoni',NULL,21),(2426,'Seoni Malwa',NULL,21),(2427,'Sethia',NULL,21),(2428,'Shahdol',NULL,21),(2429,'Shahgarh',NULL,21),(2430,'Shahpur',NULL,21),(2431,'Shahpura',NULL,21),(2432,'Shajapur',NULL,21),(2433,'Shamgarh',NULL,21),(2434,'Sheopur',NULL,21),(2435,'Shivpuri',NULL,21),(2436,'Shujalpur',NULL,21),(2437,'Sidhi',NULL,21),(2438,'Sihora',NULL,21),(2439,'Singolo',NULL,21),(2440,'Singrauli',NULL,21),(2441,'Sinhasa',NULL,21),(2442,'Sirgora',NULL,21),(2443,'Sirmaur',NULL,21),(2444,'Sironj',NULL,21),(2445,'Sitamau',NULL,21),(2446,'Sohagpur',NULL,21),(2447,'Sonkatch',NULL,21),(2448,'Soyatkalan',NULL,21),(2449,'Suhagi',NULL,21),(2450,'Sultanpur',NULL,21),(2451,'Susner',NULL,21),(2452,'Suthaliya',NULL,21),(2453,'Tal',NULL,21),(2454,'Talen',NULL,21),(2455,'Tarana',NULL,21),(2456,'Taricharkalan',NULL,21),(2457,'Tekanpur',NULL,21),(2458,'Tendukheda',NULL,21),(2459,'Teonthar',NULL,21),(2460,'Thandia',NULL,21),(2461,'Tikamgarh',NULL,21),(2462,'Timarni',NULL,21),(2463,'Tirodi',NULL,21),(2464,'Udaipura',NULL,21),(2465,'Ujjain',NULL,21),(2466,'Ukwa',NULL,21),(2467,'Umaria',NULL,21),(2468,'Unchahara',NULL,21),(2469,'Unhel',NULL,21),(2470,'Vehicle Factory Jabalpur',NULL,21),(2471,'Vidisha',NULL,21),(2472,'Vijayraghavgarh',NULL,21),(2473,'Waraseoni',NULL,21),(2474,'Achalpur',NULL,22),(2475,'Aheri',NULL,22),(2476,'Ahmadnagar Cantonment',NULL,22),(2477,'Ahmadpur',NULL,22),(2478,'Ahmednagar',NULL,22),(2479,'Ajra',NULL,22),(2480,'Akalkot',NULL,22),(2481,'Akkalkuwa',NULL,22),(2482,'Akola',NULL,22),(2483,'Akot',NULL,22),(2484,'Alandi',NULL,22),(2485,'Alibag',NULL,22),(2486,'Allapalli',NULL,22),(2487,'Alore',NULL,22),(2488,'Amalner',NULL,22),(2489,'Ambad',NULL,22),(2490,'Ambajogai',NULL,22),(2491,'Ambernath',NULL,22),(2492,'Ambivali Tarf Wankhal',NULL,22),(2493,'Amgaon',NULL,22),(2494,'Amravati',NULL,22),(2495,'Anjangaon',NULL,22),(2496,'Arvi',NULL,22),(2497,'Ashta',NULL,22),(2498,'Ashti',NULL,22),(2499,'Aurangabad',NULL,22),(2500,'Aurangabad Cantonment',NULL,22),(2501,'Ausa',NULL,22),(2502,'Babhulgaon',NULL,22),(2503,'Badlapur',NULL,22),(2504,'Balapur',NULL,22),(2505,'Ballarpur',NULL,22),(2506,'Baramati',NULL,22),(2507,'Barshi',NULL,22),(2508,'Basmat',NULL,22),(2509,'Beed',NULL,22),(2510,'Bhadravati',NULL,22),(2511,'Bhagur',NULL,22),(2512,'Bhandara',NULL,22),(2513,'Bhigvan',NULL,22),(2514,'Bhingar',NULL,22),(2515,'Bhiwandi',NULL,22),(2516,'Bhokhardan',NULL,22),(2517,'Bhor',NULL,22),(2518,'Bhosari',NULL,22),(2519,'Bhum',NULL,22),(2520,'Bhusawal',NULL,22),(2521,'Bid',NULL,22),(2522,'Biloli',NULL,22),(2523,'Birwadi',NULL,22),(2524,'Boisar',NULL,22),(2525,'Bop Khel',NULL,22),(2526,'Brahmapuri',NULL,22),(2527,'Budhgaon',NULL,22),(2528,'Buldana',NULL,22),(2529,'Buldhana',NULL,22),(2530,'Butibori',NULL,22),(2531,'Chakan',NULL,22),(2532,'Chalisgaon',NULL,22),(2533,'Chandrapur',NULL,22),(2534,'Chandur',NULL,22),(2535,'Chandur Bazar',NULL,22),(2536,'Chandvad',NULL,22),(2537,'Chicholi',NULL,22),(2538,'Chikhala',NULL,22),(2539,'Chikhaldara',NULL,22),(2540,'Chikhli',NULL,22),(2541,'Chinchani',NULL,22),(2542,'Chinchwad',NULL,22),(2543,'Chiplun',NULL,22),(2544,'Chopda',NULL,22),(2545,'Dabhol',NULL,22),(2546,'Dahance',NULL,22),(2547,'Dahanu',NULL,22),(2548,'Daharu',NULL,22),(2549,'Dapoli Camp',NULL,22),(2550,'Darwa',NULL,22),(2551,'Daryapur',NULL,22),(2552,'Dattapur',NULL,22),(2553,'Daund',NULL,22),(2554,'Davlameti',NULL,22),(2555,'Deglur',NULL,22),(2556,'Dehu Road',NULL,22),(2557,'Deolali',NULL,22),(2558,'Deolali Pravara',NULL,22),(2559,'Deoli',NULL,22),(2560,'Desaiganj',NULL,22),(2561,'Deulgaon Raja',NULL,22),(2562,'Dewhadi',NULL,22),(2563,'Dharangaon',NULL,22),(2564,'Dharmabad',NULL,22),(2565,'Dharur',NULL,22),(2566,'Dhatau',NULL,22),(2567,'Dhule',NULL,22),(2568,'Digdoh',NULL,22),(2569,'Diglur',NULL,22),(2570,'Digras',NULL,22),(2571,'Dombivli',NULL,22),(2572,'Dondaicha',NULL,22),(2573,'Dudhani',NULL,22),(2574,'Durgapur',NULL,22),(2575,'Dyane',NULL,22),(2576,'Edandol',NULL,22),(2577,'Eklahare',NULL,22),(2578,'Faizpur',NULL,22),(2579,'Fekari',NULL,22),(2580,'Gadchiroli',NULL,22),(2581,'Gadhinghaj',NULL,22),(2582,'Gandhi Nagar',NULL,22),(2583,'Ganeshpur',NULL,22),(2584,'Gangakher',NULL,22),(2585,'Gangapur',NULL,22),(2586,'Gevrai',NULL,22),(2587,'Ghatanji',NULL,22),(2588,'Ghoti',NULL,22),(2589,'Ghugus',NULL,22),(2590,'Ghulewadi',NULL,22),(2591,'Godoli',NULL,22),(2592,'Gondia',NULL,22),(2593,'Guhagar',NULL,22),(2594,'Hadgaon',NULL,22),(2595,'Harnai Beach',NULL,22),(2596,'Hinganghat',NULL,22),(2597,'Hingoli',NULL,22),(2598,'Hupari',NULL,22),(2599,'Ichalkaranji',NULL,22),(2600,'Igatpuri',NULL,22),(2601,'Indapur',NULL,22),(2602,'Jaisinghpur',NULL,22),(2603,'Jalgaon',NULL,22),(2604,'Jalna',NULL,22),(2605,'Jamkhed',NULL,22),(2606,'Jawhar',NULL,22),(2607,'Jaysingpur',NULL,22),(2608,'Jejuri',NULL,22),(2609,'Jintur',NULL,22),(2610,'Junnar',NULL,22),(2611,'Kabnur',NULL,22),(2612,'Kagal',NULL,22),(2613,'Kalamb',NULL,22),(2614,'Kalamnuri',NULL,22),(2615,'Kalas',NULL,22),(2616,'Kalmeshwar',NULL,22),(2617,'Kalundre',NULL,22),(2618,'Kalyan',NULL,22),(2619,'Kamthi',NULL,22),(2620,'Kamthi Cantonment',NULL,22),(2621,'Kandari',NULL,22),(2622,'Kandhar',NULL,22),(2623,'Kandri',NULL,22),(2624,'Kandri II',NULL,22),(2625,'Kanhan',NULL,22),(2626,'Kankavli',NULL,22),(2627,'Kannad',NULL,22),(2628,'Karad',NULL,22),(2629,'Karanja',NULL,22),(2630,'Karanje Tarf',NULL,22),(2631,'Karivali',NULL,22),(2632,'Karjat',NULL,22),(2633,'Karmala',NULL,22),(2634,'Kasara Budruk',NULL,22),(2635,'Katai',NULL,22),(2636,'Katkar',NULL,22),(2637,'Katol',NULL,22),(2638,'Kegaon',NULL,22),(2639,'Khadkale',NULL,22),(2640,'Khadki',NULL,22),(2641,'Khamgaon',NULL,22),(2642,'Khapa',NULL,22),(2643,'Kharadi',NULL,22),(2644,'Kharakvasla',NULL,22),(2645,'Khed',NULL,22),(2646,'Kherdi',NULL,22),(2647,'Khoni',NULL,22),(2648,'Khopoli',NULL,22),(2649,'Khuldabad',NULL,22),(2650,'Kinwat',NULL,22),(2651,'Kodoli',NULL,22),(2652,'Kolhapur',NULL,22),(2653,'Kon',NULL,22),(2654,'Kondumal',NULL,22),(2655,'Kopargaon',NULL,22),(2656,'Kopharad',NULL,22),(2657,'Koradi',NULL,22),(2658,'Koregaon',NULL,22),(2659,'Korochi',NULL,22),(2660,'Kudal',NULL,22),(2661,'Kundaim',NULL,22),(2662,'Kundalwadi',NULL,22),(2663,'Kurandvad',NULL,22),(2664,'Kurduvadi',NULL,22),(2665,'Kusgaon Budruk',NULL,22),(2666,'Lanja',NULL,22),(2667,'Lasalgaon',NULL,22),(2668,'Latur',NULL,22),(2669,'Loha',NULL,22),(2670,'Lohegaon',NULL,22),(2671,'Lonar',NULL,22),(2672,'Lonavala',NULL,22),(2673,'Madhavnagar',NULL,22),(2674,'Mahabaleshwar',NULL,22),(2675,'Mahad',NULL,22),(2676,'Mahadula',NULL,22),(2677,'Maindargi',NULL,22),(2678,'Majalgaon',NULL,22),(2679,'Malegaon',NULL,22),(2680,'Malgaon',NULL,22),(2681,'Malkapur',NULL,22),(2682,'Malwan',NULL,22),(2683,'Manadur',NULL,22),(2684,'Manchar',NULL,22),(2685,'Mangalvedhe',NULL,22),(2686,'Mangrul Pir',NULL,22),(2687,'Manmad',NULL,22),(2688,'Manor',NULL,22),(2689,'Mansar',NULL,22),(2690,'Manwath',NULL,22),(2691,'Mapuca',NULL,22),(2692,'Matheran',NULL,22),(2693,'Mehkar',NULL,22),(2694,'Mhasla',NULL,22),(2695,'Mhaswad',NULL,22),(2696,'Mira Bhayandar',NULL,22),(2697,'Miraj',NULL,22),(2698,'Mohpa',NULL,22),(2699,'Mohpada',NULL,22),(2700,'Moram',NULL,22),(2701,'Morshi',NULL,22),(2702,'Mowad',NULL,22),(2703,'Mudkhed',NULL,22),(2704,'Mukhed',NULL,22),(2705,'Mul',NULL,22),(2706,'Mulshi',NULL,22),(2707,'Mumbai',NULL,22),(2708,'Murbad',NULL,22),(2709,'Murgud',NULL,22),(2710,'Murtijapur',NULL,22),(2711,'Murud',NULL,22),(2712,'Nachane',NULL,22),(2713,'Nagardeole',NULL,22),(2714,'Nagothane',NULL,22),(2715,'Nagpur',NULL,22),(2716,'Nakoda',NULL,22),(2717,'Nalasopara',NULL,22),(2718,'Naldurg',NULL,22),(2719,'Nanded',NULL,22),(2720,'Nandgaon',NULL,22),(2721,'Nandura',NULL,22),(2722,'Nandurbar',NULL,22),(2723,'Narkhed',NULL,22),(2724,'Nashik',NULL,22),(2725,'Navapur',NULL,22),(2726,'Navi Mumbai',NULL,22),(2727,'Navi Mumbai Panvel',NULL,22),(2728,'Neral',NULL,22),(2729,'Nigdi',NULL,22),(2730,'Nilanga',NULL,22),(2731,'Nildoh',NULL,22),(2732,'Nimbhore',NULL,22),(2733,'Ojhar',NULL,22),(2734,'Osmanabad',NULL,22),(2735,'Pachgaon',NULL,22),(2736,'Pachora',NULL,22),(2737,'Padagha',NULL,22),(2738,'Paithan',NULL,22),(2739,'Palghar',NULL,22),(2740,'Pali',NULL,22),(2741,'Panchgani',NULL,22),(2742,'Pandhakarwada',NULL,22),(2743,'Pandharpur',NULL,22),(2744,'Panhala',NULL,22),(2745,'Panvel',NULL,22),(2746,'Paranda',NULL,22),(2747,'Parbhani',NULL,22),(2748,'Parli',NULL,22),(2749,'Parola',NULL,22),(2750,'Partur',NULL,22),(2751,'Pasthal',NULL,22),(2752,'Patan',NULL,22),(2753,'Pathardi',NULL,22),(2754,'Pathri',NULL,22),(2755,'Patur',NULL,22),(2756,'Pawni',NULL,22),(2757,'Pen',NULL,22),(2758,'Pethumri',NULL,22),(2759,'Phaltan',NULL,22),(2760,'Pimpri',NULL,22),(2761,'Poladpur',NULL,22),(2762,'Pulgaon',NULL,22),(2763,'Pune',NULL,22),(2764,'Pune Cantonment',NULL,22),(2765,'Purna',NULL,22),(2766,'Purushottamnagar',NULL,22),(2767,'Pusad',NULL,22),(2768,'Rahimatpur',NULL,22),(2769,'Rahta Pimplas',NULL,22),(2770,'Rahuri',NULL,22),(2771,'Raigad',NULL,22),(2772,'Rajapur',NULL,22),(2773,'Rajgurunagar',NULL,22),(2774,'Rajur',NULL,22),(2775,'Rajura',NULL,22),(2776,'Ramtek',NULL,22),(2777,'Ratnagiri',NULL,22),(2778,'Ravalgaon',NULL,22),(2779,'Raver',NULL,22),(2780,'Revadanda',NULL,22),(2781,'Risod',NULL,22),(2782,'Roha Ashtami',NULL,22),(2783,'Sakri',NULL,22),(2784,'Sandor',NULL,22),(2785,'Sangamner',NULL,22),(2786,'Sangli',NULL,22),(2787,'Sangole',NULL,22),(2788,'Sasti',NULL,22),(2789,'Sasvad',NULL,22),(2790,'Satana',NULL,22),(2791,'Satara',NULL,22),(2792,'Savantvadi',NULL,22),(2793,'Savda',NULL,22),(2794,'Savner',NULL,22),(2795,'Sawari Jawharnagar',NULL,22),(2796,'Selu',NULL,22),(2797,'Shahada',NULL,22),(2798,'Shahapur',NULL,22),(2799,'Shegaon',NULL,22),(2800,'Shelar',NULL,22),(2801,'Shendurjana',NULL,22),(2802,'Shirdi',NULL,22),(2803,'Shirgaon',NULL,22),(2804,'Shirpur',NULL,22),(2805,'Shirur',NULL,22),(2806,'Shirwal',NULL,22),(2807,'Shivatkar',NULL,22),(2808,'Shrigonda',NULL,22),(2809,'Shrirampur',NULL,22),(2810,'Shrirampur Rural',NULL,22),(2811,'Sillewada',NULL,22),(2812,'Sillod',NULL,22),(2813,'Sindhudurg',NULL,22),(2814,'Sindi',NULL,22),(2815,'Sindi Turf Hindnagar',NULL,22),(2816,'Sindkhed Raja',NULL,22),(2817,'Singnapur',NULL,22),(2818,'Sinnar',NULL,22),(2819,'Sirur',NULL,22),(2820,'Sitasawangi',NULL,22),(2821,'Solapur',NULL,22),(2822,'Sonai',NULL,22),(2823,'Sonegaon',NULL,22),(2824,'Soyagaon',NULL,22),(2825,'Srivardhan',NULL,22),(2826,'Surgana',NULL,22),(2827,'Talegaon Dabhade',NULL,22),(2828,'Taloda',NULL,22),(2829,'Taloja',NULL,22),(2830,'Talwade',NULL,22),(2831,'Tarapur',NULL,22),(2832,'Tasgaon',NULL,22),(2833,'Tathavade',NULL,22),(2834,'Tekadi',NULL,22),(2835,'Telhara',NULL,22),(2836,'Thane',NULL,22),(2837,'Tirira',NULL,22),(2838,'Totaladoh',NULL,22),(2839,'Trimbak',NULL,22),(2840,'Tuljapur',NULL,22),(2841,'Tumsar',NULL,22),(2842,'Uchgaon',NULL,22),(2843,'Udgir',NULL,22),(2844,'Ulhasnagar',NULL,22),(2845,'Umarga',NULL,22),(2846,'Umarkhed',NULL,22),(2847,'Umarsara',NULL,22),(2848,'Umbar Pada Nandade',NULL,22),(2849,'Umred',NULL,22),(2850,'Umri Pragane Balapur',NULL,22),(2851,'Uran',NULL,22),(2852,'Uran Islampur',NULL,22),(2853,'Utekhol',NULL,22),(2854,'Vada',NULL,22),(2855,'Vadgaon',NULL,22),(2856,'Vadgaon Kasba',NULL,22),(2857,'Vaijapur',NULL,22),(2858,'Vanvadi',NULL,22),(2859,'Varangaon',NULL,22),(2860,'Vasai',NULL,22),(2861,'Vasantnagar',NULL,22),(2862,'Vashind',NULL,22),(2863,'Vengurla',NULL,22),(2864,'Virar',NULL,22),(2865,'Visapur',NULL,22),(2866,'Vite',NULL,22),(2867,'Vithalwadi',NULL,22),(2868,'Wadi',NULL,22),(2869,'Waghapur',NULL,22),(2870,'Wai',NULL,22),(2871,'Wajegaon',NULL,22),(2872,'Walani',NULL,22),(2873,'Wanadongri',NULL,22),(2874,'Wani',NULL,22),(2875,'Wardha',NULL,22),(2876,'Warora',NULL,22),(2877,'Warthi',NULL,22),(2878,'Warud',NULL,22),(2879,'Washim',NULL,22),(2880,'Yaval',NULL,22),(2881,'Yavatmal',NULL,22),(2882,'Yeola',NULL,22),(2883,'Yerkheda',NULL,22),(2884,'Andro',NULL,23),(2885,'Bijoy Govinda',NULL,23),(2886,'Bishnupur',NULL,23),(2887,'Churachandpur',NULL,23),(2888,'Heriok',NULL,23),(2889,'Imphal',NULL,23),(2890,'Jiribam',NULL,23),(2891,'Kakching',NULL,23),(2892,'Kakching Khunou',NULL,23),(2893,'Khongman',NULL,23),(2894,'Kumbi',NULL,23),(2895,'Kwakta',NULL,23),(2896,'Lamai',NULL,23),(2897,'Lamjaotongba',NULL,23),(2898,'Lamshang',NULL,23),(2899,'Lilong',NULL,23),(2900,'Mayang Imphal',NULL,23),(2901,'Moirang',NULL,23),(2902,'Moreh',NULL,23),(2903,'Nambol',NULL,23),(2904,'Naoriya Pakhanglakpa',NULL,23),(2905,'Ningthoukhong',NULL,23),(2906,'Oinam',NULL,23),(2907,'Porompat',NULL,23),(2908,'Samurou',NULL,23),(2909,'Sekmai Bazar',NULL,23),(2910,'Senapati',NULL,23),(2911,'Sikhong Sekmai',NULL,23),(2912,'Sugnu',NULL,23),(2913,'Thongkhong Laxmi Bazar',NULL,23),(2914,'Thoubal',NULL,23),(2915,'Torban',NULL,23),(2916,'Wangjing',NULL,23),(2917,'Wangoi',NULL,23),(2918,'Yairipok',NULL,23),(2919,'Baghmara',NULL,24),(2920,'Cherrapunji',NULL,24),(2921,'Jawai',NULL,24),(2922,'Madanrting',NULL,24),(2923,'Mairang',NULL,24),(2924,'Mawlai',NULL,24),(2925,'Nongmynsong',NULL,24),(2926,'Nongpoh',NULL,24),(2927,'Nongstoin',NULL,24),(2928,'Nongthymmai',NULL,24),(2929,'Pynthorumkhrah',NULL,24),(2930,'Resubelpara',NULL,24),(2931,'Shillong',NULL,24),(2932,'Shillong Cantonment',NULL,24),(2933,'Tura',NULL,24),(2934,'Williamnagar',NULL,24),(2935,'Aizawl',NULL,25),(2936,'Bairabi',NULL,25),(2937,'Biate',NULL,25),(2938,'Champhai',NULL,25),(2939,'Darlawn',NULL,25),(2940,'Hnahthial',NULL,25),(2941,'Kawnpui',NULL,25),(2942,'Khawhai',NULL,25),(2943,'Khawzawl',NULL,25),(2944,'Kolasib',NULL,25),(2945,'Lengpui',NULL,25),(2946,'Lunglei',NULL,25),(2947,'Mamit',NULL,25),(2948,'North Vanlaiphai',NULL,25),(2949,'Saiha',NULL,25),(2950,'Sairang',NULL,25),(2951,'Saitul',NULL,25),(2952,'Serchhip',NULL,25),(2953,'Thenzawl',NULL,25),(2954,'Tlabung',NULL,25),(2955,'Vairengte',NULL,25),(2956,'Zawlnuam',NULL,25),(2957,'Chumukedima',NULL,26),(2958,'Dimapur',NULL,26),(2959,'Kohima',NULL,26),(2960,'Mokokchung',NULL,26),(2961,'Mon',NULL,26),(2962,'Phek',NULL,26),(2963,'Tuensang',NULL,26),(2964,'Wokha',NULL,26),(2965,'Zunheboto',NULL,26),(2966,'Anandapur',NULL,29),(2967,'Angul',NULL,29),(2968,'Aska',NULL,29),(2969,'Athgarh',NULL,29),(2970,'Athmallik',NULL,29),(2971,'Balagoda',NULL,29),(2972,'Balangir',NULL,29),(2973,'Balasore',NULL,29),(2974,'Baleshwar',NULL,29),(2975,'Balimeta',NULL,29),(2976,'Balugaon',NULL,29),(2977,'Banapur',NULL,29),(2978,'Bangura',NULL,29),(2979,'Banki',NULL,29),(2980,'Banposh',NULL,29),(2981,'Barbil',NULL,29),(2982,'Bargarh',NULL,29),(2983,'Baripada',NULL,29),(2984,'Barpali',NULL,29),(2985,'Basudebpur',NULL,29),(2986,'Baudh',NULL,29),(2987,'Belagachhia',NULL,29),(2988,'Belaguntha',NULL,29),(2989,'Belpahar',NULL,29),(2990,'Berhampur',NULL,29),(2991,'Bhadrak',NULL,29),(2992,'Bhanjanagar',NULL,29),(2993,'Bhawanipatna',NULL,29),(2994,'Bhuban',NULL,29),(2995,'Bhubaneswar',NULL,29),(2996,'Binika',NULL,29),(2997,'Birmitrapur',NULL,29),(2998,'Bishama Katek',NULL,29),(2999,'Bolangir',NULL,29),(3000,'Brahmapur',NULL,29),(3001,'Brajrajnagar',NULL,29),(3002,'Buguda',NULL,29),(3003,'Burla',NULL,29),(3004,'Byasanagar',NULL,29),(3005,'Champua',NULL,29),(3006,'Chandapur',NULL,29),(3007,'Chandbali',NULL,29),(3008,'Chandili',NULL,29),(3009,'Charibatia',NULL,29),(3010,'Chatrapur',NULL,29),(3011,'Chikitigarh',NULL,29),(3012,'Chitrakonda',NULL,29),(3013,'Choudwar',NULL,29),(3014,'Cuttack',NULL,29),(3015,'Dadhapatna',NULL,29),(3016,'Daitari',NULL,29),(3017,'Damanjodi',NULL,29),(3018,'Deogarh',NULL,29),(3019,'Deracolliery',NULL,29),(3020,'Dhamanagar',NULL,29),(3021,'Dhenkanal',NULL,29),(3022,'Digapahandi',NULL,29),(3023,'Dungamal',NULL,29),(3024,'Fertilizer Corporation of Indi',NULL,29),(3025,'Ganjam',NULL,29),(3026,'Ghantapada',NULL,29),(3027,'Gopalpur',NULL,29),(3028,'Gudari',NULL,29),(3029,'Gunupur',NULL,29),(3030,'Hatibandha',NULL,29),(3031,'Hinjilikatu',NULL,29),(3032,'Hirakud',NULL,29),(3033,'Jagatsinghapur',NULL,29),(3034,'Jajpur',NULL,29),(3035,'Jalda',NULL,29),(3036,'Jaleswar',NULL,29),(3037,'Jatni',NULL,29),(3038,'Jaypur',NULL,29),(3039,'Jeypore',NULL,29),(3040,'Jharsuguda',NULL,29),(3041,'Jhumpura',NULL,29),(3042,'Joda',NULL,29),(3043,'Junagarh',NULL,29),(3044,'Kamakhyanagar',NULL,29),(3045,'Kantabanji',NULL,29),(3046,'Kantilo',NULL,29),(3047,'Karanja',NULL,29),(3048,'Kashinagara',NULL,29),(3049,'Kataka',NULL,29),(3050,'Kavisuryanagar',NULL,29),(3051,'Kendrapara',NULL,29),(3052,'Kendujhar',NULL,29),(3053,'Keonjhar',NULL,29),(3054,'Kesinga',NULL,29),(3055,'Khaliapali',NULL,29),(3056,'Khalikote',NULL,29),(3057,'Khandaparha',NULL,29),(3058,'Kharhial',NULL,29),(3059,'Kharhial Road',NULL,29),(3060,'Khatiguda',NULL,29),(3061,'Khurda',NULL,29),(3062,'Kochinda',NULL,29),(3063,'Kodala',NULL,29),(3064,'Konark',NULL,29),(3065,'Koraput',NULL,29),(3066,'Kotaparh',NULL,29),(3067,'Lanjigarh',NULL,29),(3068,'Lattikata',NULL,29),(3069,'Makundapur',NULL,29),(3070,'Malkangiri',NULL,29),(3071,'Mukhiguda',NULL,29),(3072,'Nabarangpur',NULL,29),(3073,'Nalco',NULL,29),(3074,'Naurangapur',NULL,29),(3075,'Nayagarh',NULL,29),(3076,'Nilagiri',NULL,29),(3077,'Nimaparha',NULL,29),(3078,'Nuapada',NULL,29),(3079,'Nuapatna',NULL,29),(3080,'OCL Industrialship',NULL,29),(3081,'Padampur',NULL,29),(3082,'Paradip',NULL,29),(3083,'Paradwip',NULL,29),(3084,'Parlakimidi',NULL,29),(3085,'Patamundai',NULL,29),(3086,'Patnagarh',NULL,29),(3087,'Phulabani',NULL,29),(3088,'Pipili',NULL,29),(3089,'Polasara',NULL,29),(3090,'Pratapsasan',NULL,29),(3091,'Puri',NULL,29),(3092,'Purushottampur',NULL,29),(3093,'Rairangpur',NULL,29),(3094,'Raj Gangpur',NULL,29),(3095,'Rambha',NULL,29),(3096,'Raurkela',NULL,29),(3097,'Raurkela Civil Township',NULL,29),(3098,'Rayagada',NULL,29),(3099,'Redhakhol',NULL,29),(3100,'Remuna',NULL,29),(3101,'Rengali',NULL,29),(3102,'Rourkela',NULL,29),(3103,'Sambalpur',NULL,29),(3104,'Sinapali',NULL,29),(3105,'Sonepur',NULL,29),(3106,'Sorada',NULL,29),(3107,'Soro',NULL,29),(3108,'Sunabeda',NULL,29),(3109,'Sundargarh',NULL,29),(3110,'Talcher',NULL,29),(3111,'Talcher Thermal Power Station ',NULL,29),(3112,'Tarabha',NULL,29),(3113,'Tensa',NULL,29),(3114,'Titlagarh',NULL,29),(3115,'Udala',NULL,29),(3116,'Udayagiri',NULL,29),(3117,'Umarkot',NULL,29),(3118,'Vikrampur',NULL,29),(3119,'Ariankuppam',NULL,31),(3120,'Karaikal',NULL,31),(3121,'Kurumbapet',NULL,31),(3122,'Mahe',NULL,31),(3123,'Ozhukarai',NULL,31),(3124,'Pondicherry',NULL,31),(3125,'Villianur',NULL,31),(3126,'Yanam',NULL,31),(3127,'Abohar',NULL,32),(3128,'Adampur',NULL,32),(3129,'Ahmedgarh',NULL,32),(3130,'Ajnala',NULL,32),(3131,'Akalgarh',NULL,32),(3132,'Alawalpur',NULL,32),(3133,'Amloh',NULL,32),(3134,'Amritsar',NULL,32),(3135,'Amritsar Cantonment',NULL,32),(3136,'Anandpur Sahib',NULL,32),(3137,'Badhni Kalan',NULL,32),(3138,'Bagh Purana',NULL,32),(3139,'Balachaur',NULL,32),(3140,'Banaur',NULL,32),(3141,'Banga',NULL,32),(3142,'Banur',NULL,32),(3143,'Baretta',NULL,32),(3144,'Bariwala',NULL,32),(3145,'Barnala',NULL,32),(3146,'Bassi Pathana',NULL,32),(3147,'Batala',NULL,32),(3148,'Bathinda',NULL,32),(3149,'Begowal',NULL,32),(3150,'Behrampur',NULL,32),(3151,'Bhabat',NULL,32),(3152,'Bhadur',NULL,32),(3153,'Bhankharpur',NULL,32),(3154,'Bharoli Kalan',NULL,32),(3155,'Bhawanigarh',NULL,32),(3156,'Bhikhi',NULL,32),(3157,'Bhikhiwind',NULL,32),(3158,'Bhisiana',NULL,32),(3159,'Bhogpur',NULL,32),(3160,'Bhuch',NULL,32),(3161,'Bhulath',NULL,32),(3162,'Budha Theh',NULL,32),(3163,'Budhlada',NULL,32),(3164,'Chima',NULL,32),(3165,'Chohal',NULL,32),(3166,'Dasuya',NULL,32),(3167,'Daulatpur',NULL,32),(3168,'Dera Baba Nanak',NULL,32),(3169,'Dera Bassi',NULL,32),(3170,'Dhanaula',NULL,32),(3171,'Dharam Kot',NULL,32),(3172,'Dhariwal',NULL,32),(3173,'Dhilwan',NULL,32),(3174,'Dhuri',NULL,32),(3175,'Dinanagar',NULL,32),(3176,'Dirba',NULL,32),(3177,'Doraha',NULL,32),(3178,'Faridkot',NULL,32),(3179,'Fateh Nangal',NULL,32),(3180,'Fatehgarh Churian',NULL,32),(3181,'Fatehgarh Sahib',NULL,32),(3182,'Fazilka',NULL,32),(3183,'Firozpur',NULL,32),(3184,'Firozpur Cantonment',NULL,32),(3185,'Gardhiwala',NULL,32),(3186,'Garhshankar',NULL,32),(3187,'Ghagga',NULL,32),(3188,'Ghanaur',NULL,32),(3189,'Giddarbaha',NULL,32),(3190,'Gobindgarh',NULL,32),(3191,'Goniana',NULL,32),(3192,'Goraya',NULL,32),(3193,'Gurdaspur',NULL,32),(3194,'Guru Har Sahai',NULL,32),(3195,'Hajipur',NULL,32),(3196,'Handiaya',NULL,32),(3197,'Hariana',NULL,32),(3198,'Hoshiarpur',NULL,32),(3199,'Hussainpur',NULL,32),(3200,'Jagraon',NULL,32),(3201,'Jaitu',NULL,32),(3202,'Jalalabad',NULL,32),(3203,'Jalandhar',NULL,32),(3204,'Jalandhar Cantonment',NULL,32),(3205,'Jandiala',NULL,32),(3206,'Jugial',NULL,32),(3207,'Kalanaur',NULL,32),(3208,'Kapurthala',NULL,32),(3209,'Karoran',NULL,32),(3210,'Kartarpur',NULL,32),(3211,'Khamanon',NULL,32),(3212,'Khanauri',NULL,32),(3213,'Khanna',NULL,32),(3214,'Kharar',NULL,32),(3215,'Khem Karan',NULL,32),(3216,'Kot Fatta',NULL,32),(3217,'Kot Isa Khan',NULL,32),(3218,'Kot Kapura',NULL,32),(3219,'Kotkapura',NULL,32),(3220,'Kurali',NULL,32),(3221,'Lalru',NULL,32),(3222,'Lehra Gaga',NULL,32),(3223,'Lodhian Khas',NULL,32),(3224,'Longowal',NULL,32),(3225,'Ludhiana',NULL,32),(3226,'Machhiwara',NULL,32),(3227,'Mahilpur',NULL,32),(3228,'Majitha',NULL,32),(3229,'Makhu',NULL,32),(3230,'Malaut',NULL,32),(3231,'Malerkotla',NULL,32),(3232,'Maloud',NULL,32),(3233,'Mandi Gobindgarh',NULL,32),(3234,'Mansa',NULL,32),(3235,'Maur',NULL,32),(3236,'Moga',NULL,32),(3237,'Mohali',NULL,32),(3238,'Moonak',NULL,32),(3239,'Morinda',NULL,32),(3240,'Mukerian',NULL,32),(3241,'Muktsar',NULL,32),(3242,'Mullanpur Dakha',NULL,32),(3243,'Mullanpur Garibdas',NULL,32),(3244,'Munak',NULL,32),(3245,'Muradpura',NULL,32),(3246,'Nabha',NULL,32),(3247,'Nakodar',NULL,32),(3248,'Nangal',NULL,32),(3249,'Nawashahr',NULL,32),(3250,'Naya Nangal',NULL,32),(3251,'Nehon',NULL,32),(3252,'Nurmahal',NULL,32),(3253,'Pathankot',NULL,32),(3254,'Patiala',NULL,32),(3255,'Patti',NULL,32),(3256,'Pattran',NULL,32),(3257,'Payal',NULL,32),(3258,'Phagwara',NULL,32),(3259,'Phillaur',NULL,32),(3260,'Qadian',NULL,32),(3261,'Rahon',NULL,32),(3262,'Raikot',NULL,32),(3263,'Raja Sansi',NULL,32),(3264,'Rajpura',NULL,32),(3265,'Ram Das',NULL,32),(3266,'Raman',NULL,32),(3267,'Rampura',NULL,32),(3268,'Rayya',NULL,32),(3269,'Rupnagar',NULL,32),(3270,'Rurki Kasba',NULL,32),(3271,'Sahnewal',NULL,32),(3272,'Samana',NULL,32),(3273,'Samrala',NULL,32),(3274,'Sanaur',NULL,32),(3275,'Sangat',NULL,32),(3276,'Sangrur',NULL,32),(3277,'Sansarpur',NULL,32),(3278,'Sardulgarh',NULL,32),(3279,'Shahkot',NULL,32),(3280,'Sham Churasi',NULL,32),(3281,'Shekhpura',NULL,32),(3282,'Sirhind',NULL,32),(3283,'Sri Hargobindpur',NULL,32),(3284,'Sujanpur',NULL,32),(3285,'Sultanpur Lodhi',NULL,32),(3286,'Sunam',NULL,32),(3287,'Talwandi Bhai',NULL,32),(3288,'Talwara',NULL,32),(3289,'Tappa',NULL,32),(3290,'Tarn Taran',NULL,32),(3291,'Urmar Tanda',NULL,32),(3292,'Zira',NULL,32),(3293,'Zirakpur',NULL,32),(3294,'Abu Road',NULL,33),(3295,'Ajmer',NULL,33),(3296,'Aklera',NULL,33),(3297,'Alwar',NULL,33),(3298,'Amet',NULL,33),(3299,'Antah',NULL,33),(3300,'Anupgarh',NULL,33),(3301,'Asind',NULL,33),(3302,'Bagar',NULL,33),(3303,'Bagru',NULL,33),(3304,'Bahror',NULL,33),(3305,'Bakani',NULL,33),(3306,'Bali',NULL,33),(3307,'Balotra',NULL,33),(3308,'Bandikui',NULL,33),(3309,'Banswara',NULL,33),(3310,'Baran',NULL,33),(3311,'Bari',NULL,33),(3312,'Bari Sadri',NULL,33),(3313,'Barmer',NULL,33),(3314,'Basi',NULL,33),(3315,'Basni Belima',NULL,33),(3316,'Baswa',NULL,33),(3317,'Bayana',NULL,33),(3318,'Beawar',NULL,33),(3319,'Begun',NULL,33),(3320,'Bhadasar',NULL,33),(3321,'Bhadra',NULL,33),(3322,'Bhalariya',NULL,33),(3323,'Bharatpur',NULL,33),(3324,'Bhasawar',NULL,33),(3325,'Bhawani Mandi',NULL,33),(3326,'Bhawri',NULL,33),(3327,'Bhilwara',NULL,33),(3328,'Bhindar',NULL,33),(3329,'Bhinmal',NULL,33),(3330,'Bhiwadi',NULL,33),(3331,'Bijoliya Kalan',NULL,33),(3332,'Bikaner',NULL,33),(3333,'Bilara',NULL,33),(3334,'Bissau',NULL,33),(3335,'Borkhera',NULL,33),(3336,'Budhpura',NULL,33),(3337,'Bundi',NULL,33),(3338,'Chatsu',NULL,33),(3339,'Chechat',NULL,33),(3340,'Chhabra',NULL,33),(3341,'Chhapar',NULL,33),(3342,'Chhipa Barod',NULL,33),(3343,'Chhoti Sadri',NULL,33),(3344,'Chirawa',NULL,33),(3345,'Chittaurgarh',NULL,33),(3346,'Chittorgarh',NULL,33),(3347,'Chomun',NULL,33),(3348,'Churu',NULL,33),(3349,'Daosa',NULL,33),(3350,'Dariba',NULL,33),(3351,'Dausa',NULL,33),(3352,'Deoli',NULL,33),(3353,'Deshnok',NULL,33),(3354,'Devgarh',NULL,33),(3355,'Devli',NULL,33),(3356,'Dhariawad',NULL,33),(3357,'Dhaulpur',NULL,33),(3358,'Dholpur',NULL,33),(3359,'Didwana',NULL,33),(3360,'Dig',NULL,33),(3361,'Dungargarh',NULL,33),(3362,'Dungarpur',NULL,33),(3363,'Falna',NULL,33),(3364,'Fatehnagar',NULL,33),(3365,'Fatehpur',NULL,33),(3366,'Gajsinghpur',NULL,33),(3367,'Galiakot',NULL,33),(3368,'Ganganagar',NULL,33),(3369,'Gangapur',NULL,33),(3370,'Goredi Chancha',NULL,33),(3371,'Gothra',NULL,33),(3372,'Govindgarh',NULL,33),(3373,'Gulabpura',NULL,33),(3374,'Hanumangarh',NULL,33),(3375,'Hindaun',NULL,33),(3376,'Indragarh',NULL,33),(3377,'Jahazpur',NULL,33),(3378,'Jaipur',NULL,33),(3379,'Jaisalmer',NULL,33),(3380,'Jaiselmer',NULL,33),(3381,'Jaitaran',NULL,33),(3382,'Jalore',NULL,33),(3383,'Jhalawar',NULL,33),(3384,'Jhalrapatan',NULL,33),(3385,'Jhunjhunun',NULL,33),(3386,'Jobner',NULL,33),(3387,'Jodhpur',NULL,33),(3388,'Kaithun',NULL,33),(3389,'Kaman',NULL,33),(3390,'Kankroli',NULL,33),(3391,'Kanor',NULL,33),(3392,'Kapasan',NULL,33),(3393,'Kaprain',NULL,33),(3394,'Karanpura',NULL,33),(3395,'Karauli',NULL,33),(3396,'Kekri',NULL,33),(3397,'Keshorai Patan',NULL,33),(3398,'Kesrisinghpur',NULL,33),(3399,'Khairthal',NULL,33),(3400,'Khandela',NULL,33),(3401,'Khanpur',NULL,33),(3402,'Kherli',NULL,33),(3403,'Kherliganj',NULL,33),(3404,'Kherwara Chhaoni',NULL,33),(3405,'Khetri',NULL,33),(3406,'Kiranipura',NULL,33),(3407,'Kishangarh',NULL,33),(3408,'Kishangarh Ranwal',NULL,33),(3409,'Kolvi Rajendrapura',NULL,33),(3410,'Kot Putli',NULL,33),(3411,'Kota',NULL,33),(3412,'Kuchaman',NULL,33),(3413,'Kuchera',NULL,33),(3414,'Kumbhalgarh',NULL,33),(3415,'Kumbhkot',NULL,33),(3416,'Kumher',NULL,33),(3417,'Kushalgarh',NULL,33),(3418,'Lachhmangarh',NULL,33),(3419,'Ladnun',NULL,33),(3420,'Lakheri',NULL,33),(3421,'Lalsot',NULL,33),(3422,'Losal',NULL,33),(3423,'Madanganj',NULL,33),(3424,'Mahu Kalan',NULL,33),(3425,'Mahwa',NULL,33),(3426,'Makrana',NULL,33),(3427,'Malpura',NULL,33),(3428,'Mandal',NULL,33),(3429,'Mandalgarh',NULL,33),(3430,'Mandawar',NULL,33),(3431,'Mandwa',NULL,33),(3432,'Mangrol',NULL,33),(3433,'Manohar Thana',NULL,33),(3434,'Manoharpur',NULL,33),(3435,'Marwar',NULL,33),(3436,'Merta',NULL,33),(3437,'Modak',NULL,33),(3438,'Mount Abu',NULL,33),(3439,'Mukandgarh',NULL,33),(3440,'Mundwa',NULL,33),(3441,'Nadbai',NULL,33),(3442,'Naenwa',NULL,33),(3443,'Nagar',NULL,33),(3444,'Nagaur',NULL,33),(3445,'Napasar',NULL,33),(3446,'Naraina',NULL,33),(3447,'Nasirabad',NULL,33),(3448,'Nathdwara',NULL,33),(3449,'Nawa',NULL,33),(3450,'Nawalgarh',NULL,33),(3451,'Neem Ka Thana',NULL,33),(3452,'Neemrana',NULL,33),(3453,'Newa Talai',NULL,33),(3454,'Nimaj',NULL,33),(3455,'Nimbahera',NULL,33),(3456,'Niwai',NULL,33),(3457,'Nohar',NULL,33),(3458,'Nokha',NULL,33),(3459,'One SGM',NULL,33),(3460,'Padampur',NULL,33),(3461,'Pali',NULL,33),(3462,'Partapur',NULL,33),(3463,'Parvatsar',NULL,33),(3464,'Pasoond',NULL,33),(3465,'Phalna',NULL,33),(3466,'Phalodi',NULL,33),(3467,'Phulera',NULL,33),(3468,'Pilani',NULL,33),(3469,'Pilibanga',NULL,33),(3470,'Pindwara',NULL,33),(3471,'Pipalia Kalan',NULL,33),(3472,'Pipar',NULL,33),(3473,'Pirawa',NULL,33),(3474,'Pokaran',NULL,33),(3475,'Pratapgarh',NULL,33),(3476,'Pushkar',NULL,33),(3477,'Raipur',NULL,33),(3478,'Raisinghnagar',NULL,33),(3479,'Rajakhera',NULL,33),(3480,'Rajaldesar',NULL,33),(3481,'Rajgarh',NULL,33),(3482,'Rajsamand',NULL,33),(3483,'Ramganj Mandi',NULL,33),(3484,'Ramgarh',NULL,33),(3485,'Rani',NULL,33),(3486,'Raniwara',NULL,33),(3487,'Ratan Nagar',NULL,33),(3488,'Ratangarh',NULL,33),(3489,'Rawatbhata',NULL,33),(3490,'Rawatsar',NULL,33),(3491,'Rikhabdev',NULL,33),(3492,'Ringas',NULL,33),(3493,'Sadri',NULL,33),(3494,'Sadulshahar',NULL,33),(3495,'Sagwara',NULL,33),(3496,'Salumbar',NULL,33),(3497,'Sambhar',NULL,33),(3498,'Samdari',NULL,33),(3499,'Sanchor',NULL,33),(3500,'Sangariya',NULL,33),(3501,'Sangod',NULL,33),(3502,'Sardarshahr',NULL,33),(3503,'Sarwar',NULL,33),(3504,'Satal Kheri',NULL,33),(3505,'Sawai Madhopur',NULL,33),(3506,'Sewan Kalan',NULL,33),(3507,'Shahpura',NULL,33),(3508,'Sheoganj',NULL,33),(3509,'Sikar',NULL,33),(3510,'Sirohi',NULL,33),(3511,'Siwana',NULL,33),(3512,'Sogariya',NULL,33),(3513,'Sojat',NULL,33),(3514,'Sojat Road',NULL,33),(3515,'Sri Madhopur',NULL,33),(3516,'Sriganganagar',NULL,33),(3517,'Sujangarh',NULL,33),(3518,'Suket',NULL,33),(3519,'Sumerpur',NULL,33),(3520,'Sunel',NULL,33),(3521,'Surajgarh',NULL,33),(3522,'Suratgarh',NULL,33),(3523,'Swaroopganj',NULL,33),(3524,'Takhatgarh',NULL,33),(3525,'Taranagar',NULL,33),(3526,'Three STR',NULL,33),(3527,'Tijara',NULL,33),(3528,'Toda Bhim',NULL,33),(3529,'Toda Raisingh',NULL,33),(3530,'Todra',NULL,33),(3531,'Tonk',NULL,33),(3532,'Udaipur',NULL,33),(3533,'Udpura',NULL,33),(3534,'Uniara',NULL,33),(3535,'Vanasthali',NULL,33),(3536,'Vidyavihar',NULL,33),(3537,'Vijainagar',NULL,33),(3538,'Viratnagar',NULL,33),(3539,'Wer',NULL,33),(3540,'Gangtok',NULL,34),(3541,'Gezing',NULL,34),(3542,'Jorethang',NULL,34),(3543,'Mangan',NULL,34),(3544,'Namchi',NULL,34),(3545,'Naya Bazar',NULL,34),(3546,'No City',NULL,34),(3547,'Rangpo',NULL,34),(3548,'Sikkim',NULL,34),(3549,'Singtam',NULL,34),(3550,'Upper Tadong',NULL,34),(3551,'Abiramam',NULL,35),(3552,'Achampudur',NULL,35),(3553,'Acharapakkam',NULL,35),(3554,'Acharipallam',NULL,35),(3555,'Achipatti',NULL,35),(3556,'Adikaratti',NULL,35),(3557,'Adiramapattinam',NULL,35),(3558,'Aduturai',NULL,35),(3559,'Adyar',NULL,35),(3560,'Agaram',NULL,35),(3561,'Agasthiswaram',NULL,35),(3562,'Akkaraipettai',NULL,35),(3563,'Alagappapuram',NULL,35),(3564,'Alagapuri',NULL,35),(3565,'Alampalayam',NULL,35),(3566,'Alandur',NULL,35),(3567,'Alanganallur',NULL,35),(3568,'Alangayam',NULL,35),(3569,'Alangudi',NULL,35),(3570,'Alangulam',NULL,35),(3571,'Alanthurai',NULL,35),(3572,'Alapakkam',NULL,35),(3573,'Allapuram',NULL,35),(3574,'Alur',NULL,35),(3575,'Alwar Tirunagari',NULL,35),(3576,'Alwarkurichi',NULL,35),(3577,'Ambasamudram',NULL,35),(3578,'Ambur',NULL,35),(3579,'Ammainaickanur',NULL,35),(3580,'Ammaparikuppam',NULL,35),(3581,'Ammapettai',NULL,35),(3582,'Ammavarikuppam',NULL,35),(3583,'Ammur',NULL,35),(3584,'Anaimalai',NULL,35),(3585,'Anaiyur',NULL,35),(3586,'Anakaputhur',NULL,35),(3587,'Ananthapuram',NULL,35),(3588,'Andanappettai',NULL,35),(3589,'Andipalayam',NULL,35),(3590,'Andippatti',NULL,35),(3591,'Anjugramam',NULL,35),(3592,'Annamalainagar',NULL,35),(3593,'Annavasal',NULL,35),(3594,'Annur',NULL,35),(3595,'Anthiyur',NULL,35),(3596,'Appakudal',NULL,35),(3597,'Arachalur',NULL,35),(3598,'Arakandanallur',NULL,35),(3599,'Arakonam',NULL,35),(3600,'Aralvaimozhi',NULL,35),(3601,'Arani',NULL,35),(3602,'Arani Road',NULL,35),(3603,'Arantangi',NULL,35),(3604,'Arasiramani',NULL,35),(3605,'Aravakurichi',NULL,35),(3606,'Aravankadu',NULL,35),(3607,'Arcot',NULL,35),(3608,'Arimalam',NULL,35),(3609,'Ariyalur',NULL,35),(3610,'Ariyappampalayam',NULL,35),(3611,'Ariyur',NULL,35),(3612,'Arni',NULL,35),(3613,'Arulmigu Thirumuruganpundi',NULL,35),(3614,'Arumanai',NULL,35),(3615,'Arumbavur',NULL,35),(3616,'Arumuganeri',NULL,35),(3617,'Aruppukkottai',NULL,35),(3618,'Ashokapuram',NULL,35),(3619,'Athani',NULL,35),(3620,'Athanur',NULL,35),(3621,'Athimarapatti',NULL,35),(3622,'Athipattu',NULL,35),(3623,'Athur',NULL,35),(3624,'Attayyampatti',NULL,35),(3625,'Attur',NULL,35),(3626,'Auroville',NULL,35),(3627,'Avadattur',NULL,35),(3628,'Avadi',NULL,35),(3629,'Avalpundurai',NULL,35),(3630,'Avaniapuram',NULL,35),(3631,'Avinashi',NULL,35),(3632,'Ayakudi',NULL,35),(3633,'Ayanadaippu',NULL,35),(3634,'Aygudi',NULL,35),(3635,'Ayothiapattinam',NULL,35),(3636,'Ayyalur',NULL,35),(3637,'Ayyampalayam',NULL,35),(3638,'Ayyampettai',NULL,35),(3639,'Azhagiapandiapuram',NULL,35),(3640,'Balakrishnampatti',NULL,35),(3641,'Balakrishnapuram',NULL,35),(3642,'Balapallam',NULL,35),(3643,'Balasamudram',NULL,35),(3644,'Bargur',NULL,35),(3645,'Belur',NULL,35),(3646,'Berhatty',NULL,35),(3647,'Bhavani',NULL,35),(3648,'Bhawanisagar',NULL,35),(3649,'Bhuvanagiri',NULL,35),(3650,'Bikketti',NULL,35),(3651,'Bodinayakkanur',NULL,35),(3652,'Brahmana Periya Agraharam',NULL,35),(3653,'Buthapandi',NULL,35),(3654,'Buthipuram',NULL,35),(3655,'Chatrapatti',NULL,35),(3656,'Chembarambakkam',NULL,35),(3657,'Chengalpattu',NULL,35),(3658,'Chengam',NULL,35),(3659,'Chennai',NULL,35),(3660,'Chennasamudram',NULL,35),(3661,'Chennimalai',NULL,35),(3662,'Cheranmadevi',NULL,35),(3663,'Cheruvanki',NULL,35),(3664,'Chetpet',NULL,35),(3665,'Chettiarpatti',NULL,35),(3666,'Chettipalaiyam',NULL,35),(3667,'Chettipalayam Cantonment',NULL,35),(3668,'Chettithangal',NULL,35),(3669,'Cheyur',NULL,35),(3670,'Cheyyar',NULL,35),(3671,'Chidambaram',NULL,35),(3672,'Chinalapatti',NULL,35),(3673,'Chinna Anuppanadi',NULL,35),(3674,'Chinna Salem',NULL,35),(3675,'Chinnakkampalayam',NULL,35),(3676,'Chinnammanur',NULL,35),(3677,'Chinnampalaiyam',NULL,35),(3678,'Chinnasekkadu',NULL,35),(3679,'Chinnavedampatti',NULL,35),(3680,'Chitlapakkam',NULL,35),(3681,'Chittodu',NULL,35),(3682,'Cholapuram',NULL,35),(3683,'Coimbatore',NULL,35),(3684,'Coonoor',NULL,35),(3685,'Courtalam',NULL,35),(3686,'Cuddalore',NULL,35),(3687,'Dalavaipatti',NULL,35),(3688,'Darasuram',NULL,35),(3689,'Denkanikottai',NULL,35),(3690,'Desur',NULL,35),(3691,'Devadanapatti',NULL,35),(3692,'Devakkottai',NULL,35),(3693,'Devakottai',NULL,35),(3694,'Devanangurichi',NULL,35),(3695,'Devarshola',NULL,35),(3696,'Devasthanam',NULL,35),(3697,'Dhalavoipuram',NULL,35),(3698,'Dhali',NULL,35),(3699,'Dhaliyur',NULL,35),(3700,'Dharapadavedu',NULL,35),(3701,'Dharapuram',NULL,35),(3702,'Dharmapuri',NULL,35),(3703,'Dindigul',NULL,35),(3704,'Dusi',NULL,35),(3705,'Edaganasalai',NULL,35),(3706,'Edaikodu',NULL,35),(3707,'Edakalinadu',NULL,35),(3708,'Elathur',NULL,35),(3709,'Elayirampannai',NULL,35),(3710,'Elumalai',NULL,35),(3711,'Eral',NULL,35),(3712,'Eraniel',NULL,35),(3713,'Eriodu',NULL,35),(3714,'Erode',NULL,35),(3715,'Erumaipatti',NULL,35),(3716,'Eruvadi',NULL,35),(3717,'Ethapur',NULL,35),(3718,'Ettaiyapuram',NULL,35),(3719,'Ettimadai',NULL,35),(3720,'Ezhudesam',NULL,35),(3721,'Ganapathipuram',NULL,35),(3722,'Gandhi Nagar',NULL,35),(3723,'Gangaikondan',NULL,35),(3724,'Gangavalli',NULL,35),(3725,'Ganguvarpatti',NULL,35),(3726,'Gingi',NULL,35),(3727,'Gopalasamudram',NULL,35),(3728,'Gopichettipalaiyam',NULL,35),(3729,'Gudalur',NULL,35),(3730,'Gudiyattam',NULL,35),(3731,'Guduvanchery',NULL,35),(3732,'Gummidipoondi',NULL,35),(3733,'Hanumanthampatti',NULL,35),(3734,'Harur',NULL,35),(3735,'Harveypatti',NULL,35),(3736,'Highways',NULL,35),(3737,'Hosur',NULL,35),(3738,'Hubbathala',NULL,35),(3739,'Huligal',NULL,35),(3740,'Idappadi',NULL,35),(3741,'Idikarai',NULL,35),(3742,'Ilampillai',NULL,35),(3743,'Ilanji',NULL,35),(3744,'Iluppaiyurani',NULL,35),(3745,'Iluppur',NULL,35),(3746,'Inam Karur',NULL,35),(3747,'Injambakkam',NULL,35),(3748,'Irugur',NULL,35),(3749,'Jaffrabad',NULL,35),(3750,'Jagathala',NULL,35),(3751,'Jalakandapuram',NULL,35),(3752,'Jalladiampet',NULL,35),(3753,'Jambai',NULL,35),(3754,'Jayankondam',NULL,35),(3755,'Jolarpet',NULL,35),(3756,'Kadambur',NULL,35),(3757,'Kadathur',NULL,35),(3758,'Kadayal',NULL,35),(3759,'Kadayampatti',NULL,35),(3760,'Kadayanallur',NULL,35),(3761,'Kadiapatti',NULL,35),(3762,'Kalakkad',NULL,35),(3763,'Kalambur',NULL,35),(3764,'Kalapatti',NULL,35),(3765,'Kalappanaickenpatti',NULL,35),(3766,'Kalavai',NULL,35),(3767,'Kalinjur',NULL,35),(3768,'Kaliyakkavilai',NULL,35),(3769,'Kallakkurichi',NULL,35),(3770,'Kallakudi',NULL,35),(3771,'Kallidaikurichchi',NULL,35),(3772,'Kallukuttam',NULL,35),(3773,'Kallupatti',NULL,35),(3774,'Kalpakkam',NULL,35),(3775,'Kalugumalai',NULL,35),(3776,'Kamayagoundanpatti',NULL,35),(3777,'Kambainallur',NULL,35),(3778,'Kambam',NULL,35),(3779,'Kamuthi',NULL,35),(3780,'Kanadukathan',NULL,35),(3781,'Kanakkampalayam',NULL,35),(3782,'Kanam',NULL,35),(3783,'Kanchipuram',NULL,35),(3784,'Kandanur',NULL,35),(3785,'Kangayam',NULL,35),(3786,'Kangayampalayam',NULL,35),(3787,'Kangeyanallur',NULL,35),(3788,'Kaniyur',NULL,35),(3789,'Kanjikoil',NULL,35),(3790,'Kannadendal',NULL,35),(3791,'Kannamangalam',NULL,35),(3792,'Kannampalayam',NULL,35),(3793,'Kannankurichi',NULL,35),(3794,'Kannapalaiyam',NULL,35),(3795,'Kannivadi',NULL,35),(3796,'Kanyakumari',NULL,35),(3797,'Kappiyarai',NULL,35),(3798,'Karaikkudi',NULL,35),(3799,'Karamadai',NULL,35),(3800,'Karambakkam',NULL,35),(3801,'Karambakkudi',NULL,35),(3802,'Kariamangalam',NULL,35),(3803,'Kariapatti',NULL,35),(3804,'Karugampattur',NULL,35),(3805,'Karumandi Chellipalayam',NULL,35),(3806,'Karumathampatti',NULL,35),(3807,'Karumbakkam',NULL,35),(3808,'Karungal',NULL,35),(3809,'Karunguzhi',NULL,35),(3810,'Karuppur',NULL,35),(3811,'Karur',NULL,35),(3812,'Kasipalaiyam',NULL,35),(3813,'Kasipalayam G',NULL,35),(3814,'Kathirvedu',NULL,35),(3815,'Kathujuganapalli',NULL,35),(3816,'Katpadi',NULL,35),(3817,'Kattivakkam',NULL,35),(3818,'Kattumannarkoil',NULL,35),(3819,'Kattupakkam',NULL,35),(3820,'Kattuputhur',NULL,35),(3821,'Kaveripakkam',NULL,35),(3822,'Kaveripattinam',NULL,35),(3823,'Kavundampalaiyam',NULL,35),(3824,'Kavundampalayam',NULL,35),(3825,'Kayalpattinam',NULL,35),(3826,'Kayattar',NULL,35),(3827,'Kelamangalam',NULL,35),(3828,'Kelambakkam',NULL,35),(3829,'Kembainaickenpalayam',NULL,35),(3830,'Kethi',NULL,35),(3831,'Kilakarai',NULL,35),(3832,'Kilampadi',NULL,35),(3833,'Kilkulam',NULL,35),(3834,'Kilkunda',NULL,35),(3835,'Killiyur',NULL,35),(3836,'Killlai',NULL,35),(3837,'Kilpennathur',NULL,35),(3838,'Kilvelur',NULL,35),(3839,'Kinathukadavu',NULL,35),(3840,'Kiramangalam',NULL,35),(3841,'Kiranur',NULL,35),(3842,'Kiripatti',NULL,35),(3843,'Kizhapavur',NULL,35),(3844,'Kmarasamipatti',NULL,35),(3845,'Kochadai',NULL,35),(3846,'Kodaikanal',NULL,35),(3847,'Kodambakkam',NULL,35),(3848,'Kodavasal',NULL,35),(3849,'Kodumudi',NULL,35),(3850,'Kolachal',NULL,35),(3851,'Kolappalur',NULL,35),(3852,'Kolathupalayam',NULL,35),(3853,'Kolathur',NULL,35),(3854,'Kollankodu',NULL,35),(3855,'Kollankoil',NULL,35),(3856,'Komaralingam',NULL,35),(3857,'Komarapalayam',NULL,35),(3858,'Kombai',NULL,35),(3859,'Konakkarai',NULL,35),(3860,'Konavattam',NULL,35),(3861,'Kondalampatti',NULL,35),(3862,'Konganapuram',NULL,35),(3863,'Koradacheri',NULL,35),(3864,'Korampallam',NULL,35),(3865,'Kotagiri',NULL,35),(3866,'Kothinallur',NULL,35),(3867,'Kottaiyur',NULL,35),(3868,'Kottakuppam',NULL,35),(3869,'Kottaram',NULL,35),(3870,'Kottivakkam',NULL,35),(3871,'Kottur',NULL,35),(3872,'Kovilpatti',NULL,35),(3873,'Koyampattur',NULL,35),(3874,'Krishnagiri',NULL,35),(3875,'Krishnarayapuram',NULL,35),(3876,'Krishnasamudram',NULL,35),(3877,'Kuchanur',NULL,35),(3878,'Kuhalur',NULL,35),(3879,'Kulasekarappattinam',NULL,35),(3880,'Kulasekarapuram',NULL,35),(3881,'Kulithalai',NULL,35),(3882,'Kumarapalaiyam',NULL,35),(3883,'Kumarapalayam',NULL,35),(3884,'Kumarapuram',NULL,35),(3885,'Kumbakonam',NULL,35),(3886,'Kundrathur',NULL,35),(3887,'Kuniyamuthur',NULL,35),(3888,'Kunnathur',NULL,35),(3889,'Kunur',NULL,35),(3890,'Kuraikundu',NULL,35),(3891,'Kurichi',NULL,35),(3892,'Kurinjippadi',NULL,35),(3893,'Kurudampalaiyam',NULL,35),(3894,'Kurumbalur',NULL,35),(3895,'Kuthalam',NULL,35),(3896,'Kuthappar',NULL,35),(3897,'Kuttalam',NULL,35),(3898,'Kuttanallur',NULL,35),(3899,'Kuzhithurai',NULL,35),(3900,'Labbaikudikadu',NULL,35),(3901,'Lakkampatti',NULL,35),(3902,'Lalgudi',NULL,35),(3903,'Lalpet',NULL,35),(3904,'Llayangudi',NULL,35),(3905,'Madambakkam',NULL,35),(3906,'Madanur',NULL,35),(3907,'Madathukulam',NULL,35),(3908,'Madhavaram',NULL,35),(3909,'Madippakkam',NULL,35),(3910,'Madukkarai',NULL,35),(3911,'Madukkur',NULL,35),(3912,'Madurai',NULL,35),(3913,'Maduranthakam',NULL,35),(3914,'Maduravoyal',NULL,35),(3915,'Mahabalipuram',NULL,35),(3916,'Makkinanpatti',NULL,35),(3917,'Mallamuppampatti',NULL,35),(3918,'Mallankinaru',NULL,35),(3919,'Mallapuram',NULL,35),(3920,'Mallasamudram',NULL,35),(3921,'Mallur',NULL,35),(3922,'Mamallapuram',NULL,35),(3923,'Mamsapuram',NULL,35),(3924,'Manachanallur',NULL,35),(3925,'Manali',NULL,35),(3926,'Manalmedu',NULL,35),(3927,'Manalurpet',NULL,35),(3928,'Manamadurai',NULL,35),(3929,'Manapakkam',NULL,35),(3930,'Manapparai',NULL,35),(3931,'Manavalakurichi',NULL,35),(3932,'Mandaikadu',NULL,35),(3933,'Mandapam',NULL,35),(3934,'Mangadu',NULL,35),(3935,'Mangalam',NULL,35),(3936,'Mangalampet',NULL,35),(3937,'Manimutharu',NULL,35),(3938,'Mannargudi',NULL,35),(3939,'Mappilaiurani',NULL,35),(3940,'Maraimalai Nagar',NULL,35),(3941,'Marakkanam',NULL,35),(3942,'Maramangalathupatti',NULL,35),(3943,'Marandahalli',NULL,35),(3944,'Markayankottai',NULL,35),(3945,'Marudur',NULL,35),(3946,'Marungur',NULL,35),(3947,'Masinigudi',NULL,35),(3948,'Mathigiri',NULL,35),(3949,'Mattur',NULL,35),(3950,'Mayiladuthurai',NULL,35),(3951,'Mecheri',NULL,35),(3952,'Melacheval',NULL,35),(3953,'Melachokkanathapuram',NULL,35),(3954,'Melagaram',NULL,35),(3955,'Melamadai',NULL,35),(3956,'Melamaiyur',NULL,35),(3957,'Melanattam',NULL,35),(3958,'Melathiruppanthuruthi',NULL,35),(3959,'Melattur',NULL,35),(3960,'Melmananbedu',NULL,35),(3961,'Melpattampakkam',NULL,35),(3962,'Melur',NULL,35),(3963,'Melvisharam',NULL,35),(3964,'Mettupalayam',NULL,35),(3965,'Mettur',NULL,35),(3966,'Meyyanur',NULL,35),(3967,'Milavittan',NULL,35),(3968,'Minakshipuram',NULL,35),(3969,'Minambakkam',NULL,35),(3970,'Minjur',NULL,35),(3971,'Modakurichi',NULL,35),(3972,'Mohanur',NULL,35),(3973,'Mopperipalayam',NULL,35),(3974,'Mudalur',NULL,35),(3975,'Mudichur',NULL,35),(3976,'Mudukulathur',NULL,35),(3977,'Mukasipidariyur',NULL,35),(3978,'Mukkudal',NULL,35),(3979,'Mulagumudu',NULL,35),(3980,'Mulakaraipatti',NULL,35),(3981,'Mulanur',NULL,35),(3982,'Mullakkadu',NULL,35),(3983,'Muruganpalayam',NULL,35),(3984,'Musiri',NULL,35),(3985,'Muthupet',NULL,35),(3986,'Muthur',NULL,35),(3987,'Muttayyapuram',NULL,35),(3988,'Muttupet',NULL,35),(3989,'Muvarasampettai',NULL,35),(3990,'Myladi',NULL,35),(3991,'Mylapore',NULL,35),(3992,'Nadukkuthagai',NULL,35),(3993,'Naduvattam',NULL,35),(3994,'Nagapattinam',NULL,35),(3995,'Nagavakulam',NULL,35),(3996,'Nagercoil',NULL,35),(3997,'Nagojanahalli',NULL,35),(3998,'Nallampatti',NULL,35),(3999,'Nallur',NULL,35),(4000,'Namagiripettai',NULL,35),(4001,'Namakkal',NULL,35),(4002,'Nambiyur',NULL,35),(4003,'Nambutalai',NULL,35),(4004,'Nandambakkam',NULL,35),(4005,'Nandivaram',NULL,35),(4006,'Nangavalli',NULL,35),(4007,'Nangavaram',NULL,35),(4008,'Nanguneri',NULL,35),(4009,'Nanjikottai',NULL,35),(4010,'Nannilam',NULL,35),(4011,'Naranammalpuram',NULL,35),(4012,'Naranapuram',NULL,35),(4013,'Narasimhanaickenpalayam',NULL,35),(4014,'Narasingapuram',NULL,35),(4015,'Narasojipatti',NULL,35),(4016,'Naravarikuppam',NULL,35),(4017,'Nasiyanur',NULL,35),(4018,'Natham',NULL,35),(4019,'Nathampannai',NULL,35),(4020,'Natrampalli',NULL,35),(4021,'Nattam',NULL,35),(4022,'Nattapettai',NULL,35),(4023,'Nattarasankottai',NULL,35),(4024,'Navalpattu',NULL,35),(4025,'Nazarethpettai',NULL,35),(4026,'Nazerath',NULL,35),(4027,'Neikkarapatti',NULL,35),(4028,'Neiyyur',NULL,35),(4029,'Nellikkuppam',NULL,35),(4030,'Nelliyalam',NULL,35),(4031,'Nemili',NULL,35),(4032,'Nemilicheri',NULL,35),(4033,'Neripperichal',NULL,35),(4034,'Nerkunram',NULL,35),(4035,'Nerkuppai',NULL,35),(4036,'Nerunjipettai',NULL,35),(4037,'Neykkarappatti',NULL,35),(4038,'Neyveli',NULL,35),(4039,'Nidamangalam',NULL,35),(4040,'Nilagiri',NULL,35),(4041,'Nilakkottai',NULL,35),(4042,'Nilankarai',NULL,35),(4043,'Odaipatti',NULL,35),(4044,'Odaiyakulam',NULL,35),(4045,'Oddanchatram',NULL,35),(4046,'Odugathur',NULL,35),(4047,'Oggiyamduraipakkam',NULL,35),(4048,'Olagadam',NULL,35),(4049,'Omalur',NULL,35),(4050,'Ooty',NULL,35),(4051,'Orathanadu',NULL,35),(4052,'Othakadai',NULL,35),(4053,'Othakalmandapam',NULL,35),(4054,'Ottapparai',NULL,35),(4055,'Pacode',NULL,35),(4056,'Padaividu',NULL,35),(4057,'Padianallur',NULL,35),(4058,'Padirikuppam',NULL,35),(4059,'Padmanabhapuram',NULL,35),(4060,'Padririvedu',NULL,35),(4061,'Palaganangudy',NULL,35),(4062,'Palaimpatti',NULL,35),(4063,'Palakkodu',NULL,35),(4064,'Palamedu',NULL,35),(4065,'Palani',NULL,35),(4066,'Palani Chettipatti',NULL,35),(4067,'Palavakkam',NULL,35),(4068,'Palavansathu',NULL,35),(4069,'Palayakayal',NULL,35),(4070,'Palayam',NULL,35),(4071,'Palayamkottai',NULL,35),(4072,'Palladam',NULL,35),(4073,'Pallapalayam',NULL,35),(4074,'Pallapatti',NULL,35),(4075,'Pallattur',NULL,35),(4076,'Pallavaram',NULL,35),(4077,'Pallikaranai',NULL,35),(4078,'Pallikonda',NULL,35),(4079,'Pallipalaiyam',NULL,35),(4080,'Pallipalaiyam Agraharam',NULL,35),(4081,'Pallipattu',NULL,35),(4082,'Pammal',NULL,35),(4083,'Panagudi',NULL,35),(4084,'Panaimarathupatti',NULL,35),(4085,'Panapakkam',NULL,35),(4086,'Panboli',NULL,35),(4087,'Pandamangalam',NULL,35),(4088,'Pannaikadu',NULL,35),(4089,'Pannaipuram',NULL,35),(4090,'Pannuratti',NULL,35),(4091,'Panruti',NULL,35),(4092,'Papanasam',NULL,35),(4093,'Pappankurichi',NULL,35),(4094,'Papparapatti',NULL,35),(4095,'Pappireddipatti',NULL,35),(4096,'Paramakkudi',NULL,35),(4097,'Paramankurichi',NULL,35),(4098,'Paramathi',NULL,35),(4099,'Parangippettai',NULL,35),(4100,'Paravai',NULL,35),(4101,'Pasur',NULL,35),(4102,'Pathamadai',NULL,35),(4103,'Pattinam',NULL,35),(4104,'Pattiviranpatti',NULL,35),(4105,'Pattukkottai',NULL,35),(4106,'Pazhugal',NULL,35),(4107,'Pennadam',NULL,35),(4108,'Pennagaram',NULL,35),(4109,'Pennathur',NULL,35),(4110,'Peraiyur',NULL,35),(4111,'Peralam',NULL,35),(4112,'Perambalur',NULL,35),(4113,'Peranamallur',NULL,35),(4114,'Peravurani',NULL,35),(4115,'Periyakodiveri',NULL,35),(4116,'Periyakulam',NULL,35),(4117,'Periyanayakkanpalaiyam',NULL,35),(4118,'Periyanegamam',NULL,35),(4119,'Periyapatti',NULL,35),(4120,'Periyasemur',NULL,35),(4121,'Pernambut',NULL,35),(4122,'Perumagalur',NULL,35),(4123,'Perumandi',NULL,35),(4124,'Perumuchi',NULL,35),(4125,'Perundurai',NULL,35),(4126,'Perungalathur',NULL,35),(4127,'Perungudi',NULL,35),(4128,'Perungulam',NULL,35),(4129,'Perur',NULL,35),(4130,'Perur Chettipalaiyam',NULL,35),(4131,'Pethampalayam',NULL,35),(4132,'Pethanaickenpalayam',NULL,35),(4133,'Pillanallur',NULL,35),(4134,'Pirkankaranai',NULL,35),(4135,'Polichalur',NULL,35),(4136,'Pollachi',NULL,35),(4137,'Polur',NULL,35),(4138,'Ponmani',NULL,35),(4139,'Ponnamaravathi',NULL,35),(4140,'Ponnampatti',NULL,35),(4141,'Ponneri',NULL,35),(4142,'Porur',NULL,35),(4143,'Pothanur',NULL,35),(4144,'Pothatturpettai',NULL,35),(4145,'Pudukadai',NULL,35),(4146,'Pudukkottai Cantonment',NULL,35),(4147,'Pudukottai',NULL,35),(4148,'Pudupalaiyam Aghraharam',NULL,35),(4149,'Pudupalayam',NULL,35),(4150,'Pudupatti',NULL,35),(4151,'Pudupattinam',NULL,35),(4152,'Pudur',NULL,35),(4153,'Puduvayal',NULL,35),(4154,'Pulambadi',NULL,35),(4155,'Pulampatti',NULL,35),(4156,'Puliyampatti',NULL,35),(4157,'Puliyankudi',NULL,35),(4158,'Puliyur',NULL,35),(4159,'Pullampadi',NULL,35),(4160,'Puluvapatti',NULL,35),(4161,'Punamalli',NULL,35),(4162,'Punjai Puliyampatti',NULL,35),(4163,'Punjai Thottakurichi',NULL,35),(4164,'Punjaipugalur',NULL,35),(4165,'Puthalam',NULL,35),(4166,'Putteri',NULL,35),(4167,'Puvalur',NULL,35),(4168,'Puzhal',NULL,35),(4169,'Puzhithivakkam',NULL,35),(4170,'Rajapalayam',NULL,35),(4171,'Ramanathapuram',NULL,35),(4172,'Ramapuram',NULL,35),(4173,'Rameswaram',NULL,35),(4174,'Ranipet',NULL,35),(4175,'Rasipuram',NULL,35),(4176,'Rayagiri',NULL,35),(4177,'Rithapuram',NULL,35),(4178,'Rosalpatti',NULL,35),(4179,'Rudravathi',NULL,35),(4180,'Sadayankuppam',NULL,35),(4181,'Saint Thomas Mount',NULL,35),(4182,'Salangapalayam',NULL,35),(4183,'Salem',NULL,35),(4184,'Samalapuram',NULL,35),(4185,'Samathur',NULL,35),(4186,'Sambavar Vadagarai',NULL,35),(4187,'Sankaramanallur',NULL,35),(4188,'Sankarankoil',NULL,35),(4189,'Sankarapuram',NULL,35),(4190,'Sankari',NULL,35),(4191,'Sankarnagar',NULL,35),(4192,'Saravanampatti',NULL,35),(4193,'Sarcarsamakulam',NULL,35),(4194,'Sathiyavijayanagaram',NULL,35),(4195,'Sathuvachari',NULL,35),(4196,'Sathyamangalam',NULL,35),(4197,'Sattankulam',NULL,35),(4198,'Sattur',NULL,35),(4199,'Sayalgudi',NULL,35),(4200,'Sayapuram',NULL,35),(4201,'Seithur',NULL,35),(4202,'Sembakkam',NULL,35),(4203,'Semmipalayam',NULL,35),(4204,'Sennirkuppam',NULL,35),(4205,'Senthamangalam',NULL,35),(4206,'Sentharapatti',NULL,35),(4207,'Senur',NULL,35),(4208,'Sethiathoppu',NULL,35),(4209,'Sevilimedu',NULL,35),(4210,'Sevugampatti',NULL,35),(4211,'Shenbakkam',NULL,35),(4212,'Shencottai',NULL,35),(4213,'Shenkottai',NULL,35),(4214,'Sholavandan',NULL,35),(4215,'Sholinganallur',NULL,35),(4216,'Sholingur',NULL,35),(4217,'Sholur',NULL,35),(4218,'Sikkarayapuram',NULL,35),(4219,'Singampuneri',NULL,35),(4220,'Singanallur',NULL,35),(4221,'Singaperumalkoil',NULL,35),(4222,'Sirapalli',NULL,35),(4223,'Sirkali',NULL,35),(4224,'Sirugamani',NULL,35),(4225,'Sirumugai',NULL,35),(4226,'Sithayankottai',NULL,35),(4227,'Sithurajapuram',NULL,35),(4228,'Sivaganga',NULL,35),(4229,'Sivagiri',NULL,35),(4230,'Sivakasi',NULL,35),(4231,'Sivanthipuram',NULL,35),(4232,'Sivur',NULL,35),(4233,'Soranjeri',NULL,35),(4234,'South Kannanur',NULL,35),(4235,'South Kodikulam',NULL,35),(4236,'Srimushnam',NULL,35),(4237,'Sriperumpudur',NULL,35),(4238,'Sriramapuram',NULL,35),(4239,'Srirangam',NULL,35),(4240,'Srivaikuntam',NULL,35),(4241,'Srivilliputtur',NULL,35),(4242,'Suchindram',NULL,35),(4243,'Suliswaranpatti',NULL,35),(4244,'Sulur',NULL,35),(4245,'Sundarapandiam',NULL,35),(4246,'Sundarapandiapuram',NULL,35),(4247,'Surampatti',NULL,35),(4248,'Surandai',NULL,35),(4249,'Suriyampalayam',NULL,35),(4250,'Swamimalai',NULL,35),(4251,'TNPL Pugalur',NULL,35),(4252,'Tambaram',NULL,35),(4253,'Taramangalam',NULL,35),(4254,'Tattayyangarpettai',NULL,35),(4255,'Tayilupatti',NULL,35),(4256,'Tenkasi',NULL,35),(4257,'Thadikombu',NULL,35),(4258,'Thakkolam',NULL,35),(4259,'Thalainayar',NULL,35),(4260,'Thalakudi',NULL,35),(4261,'Thamaraikulam',NULL,35),(4262,'Thammampatti',NULL,35),(4263,'Thanjavur',NULL,35),(4264,'Thanthoni',NULL,35),(4265,'Tharangambadi',NULL,35),(4266,'Thedavur',NULL,35),(4267,'Thenambakkam',NULL,35),(4268,'Thengampudur',NULL,35),(4269,'Theni',NULL,35),(4270,'Theni Allinagaram',NULL,35),(4271,'Thenkarai',NULL,35),(4272,'Thenthamaraikulam',NULL,35),(4273,'Thenthiruperai',NULL,35),(4274,'Thesur',NULL,35),(4275,'Thevaram',NULL,35),(4276,'Thevur',NULL,35),(4277,'Thiagadurgam',NULL,35),(4278,'Thiagarajar Colony',NULL,35),(4279,'Thingalnagar',NULL,35),(4280,'Thiruchirapalli',NULL,35),(4281,'Thirukarungudi',NULL,35),(4282,'Thirukazhukundram',NULL,35),(4283,'Thirumalayampalayam',NULL,35),(4284,'Thirumazhisai',NULL,35),(4285,'Thirunagar',NULL,35),(4286,'Thirunageswaram',NULL,35),(4287,'Thirunindravur',NULL,35),(4288,'Thirunirmalai',NULL,35),(4289,'Thiruparankundram',NULL,35),(4290,'Thiruparappu',NULL,35),(4291,'Thiruporur',NULL,35),(4292,'Thiruppanandal',NULL,35),(4293,'Thirupuvanam',NULL,35),(4294,'Thiruthangal',NULL,35),(4295,'Thiruthuraipundi',NULL,35),(4296,'Thiruvaivaru',NULL,35),(4297,'Thiruvalam',NULL,35),(4298,'Thiruvarur',NULL,35),(4299,'Thiruvattaru',NULL,35),(4300,'Thiruvenkatam',NULL,35),(4301,'Thiruvennainallur',NULL,35),(4302,'Thiruvithankodu',NULL,35),(4303,'Thisayanvilai',NULL,35),(4304,'Thittacheri',NULL,35),(4305,'Thondamuthur',NULL,35),(4306,'Thorapadi',NULL,35),(4307,'Thottipalayam',NULL,35),(4308,'Thottiyam',NULL,35),(4309,'Thudiyalur',NULL,35),(4310,'Thuthipattu',NULL,35),(4311,'Thuvakudi',NULL,35),(4312,'Timiri',NULL,35),(4313,'Tindivanam',NULL,35),(4314,'Tinnanur',NULL,35),(4315,'Tiruchchendur',NULL,35),(4316,'Tiruchengode',NULL,35),(4317,'Tirukkalukkundram',NULL,35),(4318,'Tirukkattuppalli',NULL,35),(4319,'Tirukkoyilur',NULL,35),(4320,'Tirumangalam',NULL,35),(4321,'Tirumullaivasal',NULL,35),(4322,'Tirumuruganpundi',NULL,35),(4323,'Tirunageswaram',NULL,35),(4324,'Tirunelveli',NULL,35),(4325,'Tirupathur',NULL,35),(4326,'Tirupattur',NULL,35),(4327,'Tiruppuvanam',NULL,35),(4328,'Tirupur',NULL,35),(4329,'Tirusulam',NULL,35),(4330,'Tiruttani',NULL,35),(4331,'Tiruvallur',NULL,35),(4332,'Tiruvannamalai',NULL,35),(4333,'Tiruverambur',NULL,35),(4334,'Tiruverkadu',NULL,35),(4335,'Tiruvethipuram',NULL,35),(4336,'Tiruvidaimarudur',NULL,35),(4337,'Tiruvottiyur',NULL,35),(4338,'Tittakudi',NULL,35),(4339,'Tondi',NULL,35),(4340,'Turaiyur',NULL,35),(4341,'Tuticorin',NULL,35),(4342,'Udagamandalam',NULL,35),(4343,'Udagamandalam Valley',NULL,35),(4344,'Udankudi',NULL,35),(4345,'Udayarpalayam',NULL,35),(4346,'Udumalaipettai',NULL,35),(4347,'Udumalpet',NULL,35),(4348,'Ullur',NULL,35),(4349,'Ulundurpettai',NULL,35),(4350,'Unjalaur',NULL,35),(4351,'Unnamalaikadai',NULL,35),(4352,'Uppidamangalam',NULL,35),(4353,'Uppiliapuram',NULL,35),(4354,'Urachikkottai',NULL,35),(4355,'Urapakkam',NULL,35),(4356,'Usilampatti',NULL,35),(4357,'Uthangarai',NULL,35),(4358,'Uthayendram',NULL,35),(4359,'Uthiramerur',NULL,35),(4360,'Uthukkottai',NULL,35),(4361,'Uttamapalaiyam',NULL,35),(4362,'Uttukkuli',NULL,35),(4363,'Vadakarai Kizhpadugai',NULL,35),(4364,'Vadakkanandal',NULL,35),(4365,'Vadakku Valliyur',NULL,35),(4366,'Vadalur',NULL,35),(4367,'Vadamadurai',NULL,35),(4368,'Vadavalli',NULL,35),(4369,'Vadipatti',NULL,35),(4370,'Vadugapatti',NULL,35),(4371,'Vaithiswarankoil',NULL,35),(4372,'Valangaiman',NULL,35),(4373,'Valasaravakkam',NULL,35),(4374,'Valavanur',NULL,35),(4375,'Vallam',NULL,35),(4376,'Valparai',NULL,35),(4377,'Valvaithankoshtam',NULL,35),(4378,'Vanavasi',NULL,35),(4379,'Vandalur',NULL,35),(4380,'Vandavasi',NULL,35),(4381,'Vandiyur',NULL,35),(4382,'Vaniputhur',NULL,35),(4383,'Vaniyambadi',NULL,35),(4384,'Varadarajanpettai',NULL,35),(4385,'Varadharajapuram',NULL,35),(4386,'Vasudevanallur',NULL,35),(4387,'Vathirairuppu',NULL,35),(4388,'Vattalkundu',NULL,35),(4389,'Vazhapadi',NULL,35),(4390,'Vedapatti',NULL,35),(4391,'Vedaranniyam',NULL,35),(4392,'Vedasandur',NULL,35),(4393,'Velampalaiyam',NULL,35),(4394,'Velankanni',NULL,35),(4395,'Vellakinar',NULL,35),(4396,'Vellakoil',NULL,35),(4397,'Vellalapatti',NULL,35),(4398,'Vellalur',NULL,35),(4399,'Vellanur',NULL,35),(4400,'Vellimalai',NULL,35),(4401,'Vellore',NULL,35),(4402,'Vellottamparappu',NULL,35),(4403,'Velluru',NULL,35),(4404,'Vengampudur',NULL,35),(4405,'Vengathur',NULL,35),(4406,'Vengavasal',NULL,35),(4407,'Venghatur',NULL,35),(4408,'Venkarai',NULL,35),(4409,'Vennanthur',NULL,35),(4410,'Veppathur',NULL,35),(4411,'Verkilambi',NULL,35),(4412,'Vettaikaranpudur',NULL,35),(4413,'Vettavalam',NULL,35),(4414,'Vijayapuri',NULL,35),(4415,'Vikramasingapuram',NULL,35),(4416,'Vikravandi',NULL,35),(4417,'Vilangudi',NULL,35),(4418,'Vilankurichi',NULL,35),(4419,'Vilapakkam',NULL,35),(4420,'Vilathikulam',NULL,35),(4421,'Vilavur',NULL,35),(4422,'Villukuri',NULL,35),(4423,'Villupuram',NULL,35),(4424,'Viraganur',NULL,35),(4425,'Virakeralam',NULL,35),(4426,'Virakkalpudur',NULL,35),(4427,'Virapandi',NULL,35),(4428,'Virapandi Cantonment',NULL,35),(4429,'Virappanchatram',NULL,35),(4430,'Viravanallur',NULL,35),(4431,'Virudambattu',NULL,35),(4432,'Virudhachalam',NULL,35),(4433,'Virudhunagar',NULL,35),(4434,'Virupakshipuram',NULL,35),(4435,'Viswanatham',NULL,35),(4436,'Vriddhachalam',NULL,35),(4437,'Walajabad',NULL,35),(4438,'Walajapet',NULL,35),(4439,'Wellington',NULL,35),(4440,'Yercaud',NULL,35),(4441,'Zamin Uthukuli',NULL,35),(4442,'Achampet',NULL,36),(4443,'Adilabad',NULL,36),(4444,'Armoor',NULL,36),(4445,'Asifabad',NULL,36),(4446,'Badepally',NULL,36),(4447,'Banswada',NULL,36),(4448,'Bellampalli',NULL,36),(4449,'Bhadrachalam',NULL,36),(4450,'Bhainsa',NULL,36),(4451,'Bhongir',NULL,36),(4452,'Bhupalpally',NULL,36),(4453,'Bodhan',NULL,36),(4454,'Bollaram',NULL,36),(4455,'Devarkonda',NULL,36),(4456,'Farooqnagar',NULL,36),(4457,'Gadwal',NULL,36),(4458,'Gajwel',NULL,36),(4459,'Ghatkesar',NULL,36),(4460,'Hyderabad',NULL,36),(4461,'Jagtial',NULL,36),(4462,'Jangaon',NULL,36),(4463,'Kagaznagar',NULL,36),(4464,'Kalwakurthy',NULL,36),(4465,'Kamareddy',NULL,36),(4466,'Karimnagar',NULL,36),(4467,'Khammam',NULL,36),(4468,'Kodada',NULL,36),(4469,'Koratla',NULL,36),(4470,'Kottagudem',NULL,36),(4471,'Kyathampalle',NULL,36),(4472,'Madhira',NULL,36),(4473,'Mahabubabad',NULL,36),(4474,'Mahbubnagar',NULL,36),(4475,'Mancherial',NULL,36),(4476,'Mandamarri',NULL,36),(4477,'Manuguru',NULL,36),(4478,'Medak',NULL,36),(4479,'Medchal',NULL,36),(4480,'Miryalaguda',NULL,36),(4481,'Nagar Karnul',NULL,36),(4482,'Nakrekal',NULL,36),(4483,'Nalgonda',NULL,36),(4484,'Narayanpet',NULL,36),(4485,'Narsampet',NULL,36),(4486,'Nirmal',NULL,36),(4487,'Nizamabad',NULL,36),(4488,'Palwancha',NULL,36),(4489,'Peddapalli',NULL,36),(4490,'Ramagundam',NULL,36),(4491,'Ranga Reddy district',NULL,36),(4492,'Sadasivpet',NULL,36),(4493,'Sangareddy',NULL,36),(4494,'Sarapaka',NULL,36),(4495,'Sathupalle',NULL,36),(4496,'Secunderabad',NULL,36),(4497,'Siddipet',NULL,36),(4498,'Singapur',NULL,36),(4499,'Sircilla',NULL,36),(4500,'Suryapet',NULL,36),(4501,'Tandur',NULL,36),(4502,'Vemulawada',NULL,36),(4503,'Vikarabad',NULL,36),(4504,'Wanaparthy',NULL,36),(4505,'Warangal',NULL,36),(4506,'Yellandu',NULL,36),(4507,'Zahirabad',NULL,36),(4508,'Agartala',NULL,37),(4509,'Amarpur',NULL,37),(4510,'Ambassa',NULL,37),(4511,'Badharghat',NULL,37),(4512,'Belonia',NULL,37),(4513,'Dharmanagar',NULL,37),(4514,'Gakulnagar',NULL,37),(4515,'Gandhigram',NULL,37),(4516,'Indranagar',NULL,37),(4517,'Jogendranagar',NULL,37),(4518,'Kailasahar',NULL,37),(4519,'Kamalpur',NULL,37),(4520,'Kanchanpur',NULL,37),(4521,'Khowai',NULL,37),(4522,'Kumarghat',NULL,37),(4523,'Kunjaban',NULL,37),(4524,'Narsingarh',NULL,37),(4525,'Pratapgarh',NULL,37),(4526,'Ranir Bazar',NULL,37),(4527,'Sabrum',NULL,37),(4528,'Sonamura',NULL,37),(4529,'Teliamura',NULL,37),(4530,'Udaipur',NULL,37),(4531,'Achhalda',NULL,38),(4532,'Achhnera',NULL,38),(4533,'Adari',NULL,38),(4534,'Afzalgarh',NULL,38),(4535,'Agarwal Mandi',NULL,38),(4536,'Agra',NULL,38),(4537,'Agra Cantonment',NULL,38),(4538,'Ahraura',NULL,38),(4539,'Ailum',NULL,38),(4540,'Air Force Area',NULL,38),(4541,'Ajhuwa',NULL,38),(4542,'Akbarpur',NULL,38),(4543,'Alapur',NULL,38),(4544,'Aliganj',NULL,38),(4545,'Aligarh',NULL,38),(4546,'Allahabad',NULL,38),(4547,'Allahabad Cantonment',NULL,38),(4548,'Allahganj',NULL,38),(4549,'Amanpur',NULL,38),(4550,'Ambahta',NULL,38),(4551,'Amethi',NULL,38),(4552,'Amila',NULL,38),(4553,'Amilo',NULL,38),(4554,'Aminagar Sarai',NULL,38),(4555,'Aminagar Urf Bhurbaral',NULL,38),(4556,'Amraudha',NULL,38),(4557,'Amroha',NULL,38),(4558,'Anandnagar',NULL,38),(4559,'Anpara',NULL,38),(4560,'Antu',NULL,38),(4561,'Anupshahr',NULL,38),(4562,'Aonla',NULL,38),(4563,'Armapur Estate',NULL,38),(4564,'Ashokpuram',NULL,38),(4565,'Ashrafpur Kichhauchha',NULL,38),(4566,'Atarra',NULL,38),(4567,'Atasu',NULL,38),(4568,'Atrauli',NULL,38),(4569,'Atraulia',NULL,38),(4570,'Auraiya',NULL,38),(4571,'Aurangabad',NULL,38),(4572,'Aurangabad Bangar',NULL,38),(4573,'Auras',NULL,38),(4574,'Awagarh',NULL,38),(4575,'Ayodhya',NULL,38),(4576,'Azamgarh',NULL,38),(4577,'Azizpur',NULL,38),(4578,'Azmatgarh',NULL,38),(4579,'Babarpur Ajitmal',NULL,38),(4580,'Baberu',NULL,38),(4581,'Babina',NULL,38),(4582,'Babrala',NULL,38),(4583,'Babugarh',NULL,38),(4584,'Bachhiowan',NULL,38),(4585,'Bachhraon',NULL,38),(4586,'Bad',NULL,38),(4587,'Badaun',NULL,38),(4588,'Baghpat',NULL,38),(4589,'Bah',NULL,38),(4590,'Bahadurganj',NULL,38),(4591,'Baheri',NULL,38),(4592,'Bahjoi',NULL,38),(4593,'Bahraich',NULL,38),(4594,'Bahsuma',NULL,38),(4595,'Bahua',NULL,38),(4596,'Bajna',NULL,38),(4597,'Bakewar',NULL,38),(4598,'Bakiabad',NULL,38),(4599,'Baldeo',NULL,38),(4600,'Ballia',NULL,38),(4601,'Balrampur',NULL,38),(4602,'Banat',NULL,38),(4603,'Banda',NULL,38),(4604,'Bangarmau',NULL,38),(4605,'Banki',NULL,38),(4606,'Bansdih',NULL,38),(4607,'Bansgaon',NULL,38),(4608,'Bansi',NULL,38),(4609,'Barabanki',NULL,38),(4610,'Baragaon',NULL,38),(4611,'Baraut',NULL,38),(4612,'Bareilly',NULL,38),(4613,'Bareilly Cantonment',NULL,38),(4614,'Barhalganj',NULL,38),(4615,'Barhani',NULL,38),(4616,'Barhapur',NULL,38),(4617,'Barkhera',NULL,38),(4618,'Barsana',NULL,38),(4619,'Barva Sagar',NULL,38),(4620,'Barwar',NULL,38),(4621,'Basti',NULL,38),(4622,'Begumabad Budhana',NULL,38),(4623,'Behat',NULL,38),(4624,'Behta Hajipur',NULL,38),(4625,'Bela',NULL,38),(4626,'Belthara',NULL,38),(4627,'Beniganj',NULL,38),(4628,'Beswan',NULL,38),(4629,'Bewar',NULL,38),(4630,'Bhadarsa',NULL,38),(4631,'Bhadohi',NULL,38),(4632,'Bhagwantnagar',NULL,38),(4633,'Bharatganj',NULL,38),(4634,'Bhargain',NULL,38),(4635,'Bharthana',NULL,38),(4636,'Bharuhana',NULL,38),(4637,'Bharwari',NULL,38),(4638,'Bhatni Bazar',NULL,38),(4639,'Bhatpar Rani',NULL,38),(4640,'Bhawan Bahadurnagar',NULL,38),(4641,'Bhinga',NULL,38),(4642,'Bhojpur Dharampur',NULL,38),(4643,'Bhokarhedi',NULL,38),(4644,'Bhongaon',NULL,38),(4645,'Bhulepur',NULL,38),(4646,'Bidhuna',NULL,38),(4647,'Bighapur',NULL,38),(4648,'Bijnor',NULL,38),(4649,'Bijpur',NULL,38),(4650,'Bikapur',NULL,38),(4651,'Bilari',NULL,38),(4652,'Bilaspur',NULL,38),(4653,'Bilgram',NULL,38),(4654,'Bilhaur',NULL,38),(4655,'Bilram',NULL,38),(4656,'Bilrayaganj',NULL,38),(4657,'Bilsanda',NULL,38),(4658,'Bilsi',NULL,38),(4659,'Bindki',NULL,38),(4660,'Bisalpur',NULL,38),(4661,'Bisanda Buzurg',NULL,38),(4662,'Bisauli',NULL,38),(4663,'Bisharatganj',NULL,38),(4664,'Bisokhar',NULL,38),(4665,'Biswan',NULL,38),(4666,'Bithur',NULL,38),(4667,'Budaun',NULL,38),(4668,'Bugrasi',NULL,38),(4669,'Bulandshahar',NULL,38),(4670,'Burhana',NULL,38),(4671,'Chail',NULL,38),(4672,'Chak Imam Ali',NULL,38),(4673,'Chakeri',NULL,38),(4674,'Chakia',NULL,38),(4675,'Chandauli',NULL,38),(4676,'Chandausi',NULL,38),(4677,'Chandpur',NULL,38),(4678,'Charkhari',NULL,38),(4679,'Charthawal',NULL,38),(4680,'Chaumuhan',NULL,38),(4681,'Chhaprauli',NULL,38),(4682,'Chhara Rafatpur',NULL,38),(4683,'Chharprauli',NULL,38),(4684,'Chhata',NULL,38),(4685,'Chhatari',NULL,38),(4686,'Chhibramau',NULL,38),(4687,'Chhutmalpur',NULL,38),(4688,'Chilkana Sultanpur',NULL,38),(4689,'Chirgaon',NULL,38),(4690,'Chit Baragaon',NULL,38),(4691,'Chitrakut Dham',NULL,38),(4692,'Chopan',NULL,38),(4693,'Choubepur Kalan',NULL,38),(4694,'Chunar',NULL,38),(4695,'Churk Ghurma',NULL,38),(4696,'Colonelganj',NULL,38),(4697,'Dadri',NULL,38),(4698,'Dalmau',NULL,38),(4699,'Dankaur',NULL,38),(4700,'Dariyabad',NULL,38),(4701,'Dasna',NULL,38),(4702,'Dataganj',NULL,38),(4703,'Daurala',NULL,38),(4704,'Dayal Bagh',NULL,38),(4705,'Deoband',NULL,38),(4706,'Deoranian',NULL,38),(4707,'Deoria',NULL,38),(4708,'Dewa',NULL,38),(4709,'Dhampur',NULL,38),(4710,'Dhanauha',NULL,38),(4711,'Dhanauli',NULL,38),(4712,'Dhanaura',NULL,38),(4713,'Dharoti Khurd',NULL,38),(4714,'Dhauratanda',NULL,38),(4715,'Dhaurhra',NULL,38),(4716,'Dibai',NULL,38),(4717,'Dibiyapur',NULL,38),(4718,'Dildarnagar Fatehpur',NULL,38),(4719,'Do Ghat',NULL,38),(4720,'Dohrighat',NULL,38),(4721,'Dostpur',NULL,38),(4722,'Dudhinagar',NULL,38),(4723,'Dulhipur',NULL,38),(4724,'Dundwaraganj',NULL,38),(4725,'Ekdil',NULL,38),(4726,'Erich',NULL,38),(4727,'Etah',NULL,38),(4728,'Etawah',NULL,38),(4729,'Faizabad',NULL,38),(4730,'Faizabad Cantonment',NULL,38),(4731,'Faizganj',NULL,38),(4732,'Farah',NULL,38),(4733,'Faridnagar',NULL,38),(4734,'Faridpur',NULL,38),(4735,'Faridpur Cantonment',NULL,38),(4736,'Fariha',NULL,38),(4737,'Farrukhabad',NULL,38),(4738,'Fatehabad',NULL,38),(4739,'Fatehganj Pashchimi',NULL,38),(4740,'Fatehganj Purvi',NULL,38),(4741,'Fatehgarh',NULL,38),(4742,'Fatehpur',NULL,38),(4743,'Fatehpur Chaurasi',NULL,38),(4744,'Fatehpur Sikri',NULL,38),(4745,'Firozabad',NULL,38),(4746,'Gajraula',NULL,38),(4747,'Ganga Ghat',NULL,38),(4748,'Gangapur',NULL,38),(4749,'Gangoh',NULL,38),(4750,'Ganj Muradabad',NULL,38),(4751,'Garautha',NULL,38),(4752,'Garhi Pukhta',NULL,38),(4753,'Garhmukteshwar',NULL,38),(4754,'Gaura Barahaj',NULL,38),(4755,'Gauri Bazar',NULL,38),(4756,'Gausganj',NULL,38),(4757,'Gawan',NULL,38),(4758,'Ghatampur',NULL,38),(4759,'Ghaziabad',NULL,38),(4760,'Ghazipur',NULL,38),(4761,'Ghiror',NULL,38),(4762,'Ghorawal',NULL,38),(4763,'Ghosi',NULL,38),(4764,'Ghosia Bazar',NULL,38),(4765,'Ghughuli',NULL,38),(4766,'Gohand',NULL,38),(4767,'Gokul',NULL,38),(4768,'Gola Bazar',NULL,38),(4769,'Gola Gokarannath',NULL,38),(4770,'Gonda',NULL,38),(4771,'Gopamau',NULL,38),(4772,'Gopiganj',NULL,38),(4773,'Gorakhpur',NULL,38),(4774,'Gosainganj',NULL,38),(4775,'Govardhan',NULL,38),(4776,'Greater Noida',NULL,38),(4777,'Gulaothi',NULL,38),(4778,'Gulariya',NULL,38),(4779,'Gulariya Bhindara',NULL,38),(4780,'Gunnaur',NULL,38),(4781,'Gursahaiganj',NULL,38),(4782,'Gursarai',NULL,38),(4783,'Gyanpur',NULL,38),(4784,'Hafizpur',NULL,38),(4785,'Haidergarh',NULL,38),(4786,'Haldaur',NULL,38),(4787,'Hamirpur',NULL,38),(4788,'Handia',NULL,38),(4789,'Hapur',NULL,38),(4790,'Hardoi',NULL,38),(4791,'Harduaganj',NULL,38),(4792,'Hargaon',NULL,38),(4793,'Hariharpur',NULL,38),(4794,'Harraiya',NULL,38),(4795,'Hasanpur',NULL,38),(4796,'Hasayan',NULL,38),(4797,'Hastinapur',NULL,38),(4798,'Hata',NULL,38),(4799,'Hathras',NULL,38),(4800,'Hyderabad',NULL,38),(4801,'Ibrahimpur',NULL,38),(4802,'Iglas',NULL,38),(4803,'Ikauna',NULL,38),(4804,'Iltifatganj Bazar',NULL,38),(4805,'Indian Telephone Industry Mank',NULL,38),(4806,'Islamnagar',NULL,38),(4807,'Itaunja',NULL,38),(4808,'Itimadpur',NULL,38),(4809,'Jagner',NULL,38),(4810,'Jahanabad',NULL,38),(4811,'Jahangirabad',NULL,38),(4812,'Jahangirpur',NULL,38),(4813,'Jais',NULL,38),(4814,'Jaithara',NULL,38),(4815,'Jalalabad',NULL,38),(4816,'Jalali',NULL,38),(4817,'Jalalpur',NULL,38),(4818,'Jalaun',NULL,38),(4819,'Jalesar',NULL,38),(4820,'Jamshila',NULL,38),(4821,'Jangipur',NULL,38),(4822,'Jansath',NULL,38),(4823,'Jarwal',NULL,38),(4824,'Jasrana',NULL,38),(4825,'Jaswantnagar',NULL,38),(4826,'Jatari',NULL,38),(4827,'Jaunpur',NULL,38),(4828,'Jewar',NULL,38),(4829,'Jhalu',NULL,38),(4830,'Jhansi',NULL,38),(4831,'Jhansi Cantonment',NULL,38),(4832,'Jhansi Railway Settlement',NULL,38),(4833,'Jhinjhak',NULL,38),(4834,'Jhinjhana',NULL,38),(4835,'Jhusi',NULL,38),(4836,'Jhusi Kohna',NULL,38),(4837,'Jiyanpur',NULL,38),(4838,'Joya',NULL,38),(4839,'Jyoti Khuria',NULL,38),(4840,'Jyotiba Phule Nagar',NULL,38),(4841,'Kabrai',NULL,38),(4842,'Kachhauna Patseni',NULL,38),(4843,'Kachhla',NULL,38),(4844,'Kachhwa',NULL,38),(4845,'Kadaura',NULL,38),(4846,'Kadipur',NULL,38),(4847,'Kailashpur',NULL,38),(4848,'Kaimganj',NULL,38),(4849,'Kairana',NULL,38),(4850,'Kakgaina',NULL,38),(4851,'Kakod',NULL,38),(4852,'Kakori',NULL,38),(4853,'Kakrala',NULL,38),(4854,'Kalinagar',NULL,38),(4855,'Kalpi',NULL,38),(4856,'Kamalganj',NULL,38),(4857,'Kampil',NULL,38),(4858,'Kandhla',NULL,38),(4859,'Kandwa',NULL,38),(4860,'Kannauj',NULL,38),(4861,'Kanpur',NULL,38),(4862,'Kant',NULL,38),(4863,'Kanth',NULL,38),(4864,'Kaptanganj',NULL,38),(4865,'Karaon',NULL,38),(4866,'Karari',NULL,38),(4867,'Karhal',NULL,38),(4868,'Karnawal',NULL,38),(4869,'Kasganj',NULL,38),(4870,'Katariya',NULL,38),(4871,'Katghar Lalganj',NULL,38),(4872,'Kathera',NULL,38),(4873,'Katra',NULL,38),(4874,'Katra Medniganj',NULL,38),(4875,'Kauriaganj',NULL,38),(4876,'Kemri',NULL,38),(4877,'Kerakat',NULL,38),(4878,'Khadda',NULL,38),(4879,'Khaga',NULL,38),(4880,'Khailar',NULL,38),(4881,'Khair',NULL,38),(4882,'Khairabad',NULL,38),(4883,'Khairagarh',NULL,38),(4884,'Khalilabad',NULL,38),(4885,'Khamaria',NULL,38),(4886,'Khanpur',NULL,38),(4887,'Kharela',NULL,38),(4888,'Khargupur',NULL,38),(4889,'Khariya',NULL,38),(4890,'Kharkhoda',NULL,38),(4891,'Khatauli',NULL,38),(4892,'Khatauli Rural',NULL,38),(4893,'Khekra',NULL,38),(4894,'Kheri',NULL,38),(4895,'Kheta Sarai',NULL,38),(4896,'Khudaganj',NULL,38),(4897,'Khurja',NULL,38),(4898,'Khutar',NULL,38),(4899,'Kiraoli',NULL,38),(4900,'Kiratpur',NULL,38),(4901,'Kishanpur',NULL,38),(4902,'Kishni',NULL,38),(4903,'Kithaur',NULL,38),(4904,'Koiripur',NULL,38),(4905,'Konch',NULL,38),(4906,'Kopaganj',NULL,38),(4907,'Kora Jahanabad',NULL,38),(4908,'Korwa',NULL,38),(4909,'Kosi Kalan',NULL,38),(4910,'Kota',NULL,38),(4911,'Kotra',NULL,38),(4912,'Kotwa',NULL,38),(4913,'Kulpahar',NULL,38),(4914,'Kunda',NULL,38),(4915,'Kundarki',NULL,38),(4916,'Kunwargaon',NULL,38),(4917,'Kurara',NULL,38),(4918,'Kurawali',NULL,38),(4919,'Kursath',NULL,38),(4920,'Kurthi Jafarpur',NULL,38),(4921,'Kushinagar',NULL,38),(4922,'Kusmara',NULL,38),(4923,'Laharpur',NULL,38),(4924,'Lakhimpur',NULL,38),(4925,'Lakhna',NULL,38),(4926,'Lalganj',NULL,38),(4927,'Lalitpur',NULL,38),(4928,'Lar',NULL,38),(4929,'Lawar',NULL,38),(4930,'Ledwa Mahuwa',NULL,38),(4931,'Lohta',NULL,38),(4932,'Loni',NULL,38),(4933,'Lucknow',NULL,38),(4934,'Machhlishahr',NULL,38),(4935,'Madhoganj',NULL,38),(4936,'Madhogarh',NULL,38),(4937,'Maghar',NULL,38),(4938,'Mahaban',NULL,38),(4939,'Maharajganj',NULL,38),(4940,'Mahmudabad',NULL,38),(4941,'Mahoba',NULL,38),(4942,'Maholi',NULL,38),(4943,'Mahona',NULL,38),(4944,'Mahroni',NULL,38),(4945,'Mailani',NULL,38),(4946,'Mainpuri',NULL,38),(4947,'Majhara Pipar Ehatmali',NULL,38),(4948,'Majhauli Raj',NULL,38),(4949,'Malihabad',NULL,38),(4950,'Mallanwam',NULL,38),(4951,'Mandawar',NULL,38),(4952,'Manikpur',NULL,38),(4953,'Maniyar',NULL,38),(4954,'Manjhanpur',NULL,38),(4955,'Mankapur',NULL,38),(4956,'Marehra',NULL,38),(4957,'Mariahu',NULL,38),(4958,'Maruadih',NULL,38),(4959,'Maswasi',NULL,38),(4960,'Mataundh',NULL,38),(4961,'Mathu',NULL,38),(4962,'Mathura',NULL,38),(4963,'Mathura Cantonment',NULL,38),(4964,'Mau',NULL,38),(4965,'Mau Aima',NULL,38),(4966,'Maudaha',NULL,38),(4967,'Mauranipur',NULL,38),(4968,'Maurawan',NULL,38),(4969,'Mawana',NULL,38),(4970,'Meerut',NULL,38),(4971,'Mehnagar',NULL,38),(4972,'Mehndawal',NULL,38),(4973,'Mendu',NULL,38),(4974,'Milak',NULL,38),(4975,'Miranpur',NULL,38),(4976,'Mirat',NULL,38),(4977,'Mirat Cantonment',NULL,38),(4978,'Mirganj',NULL,38),(4979,'Mirzapur',NULL,38),(4980,'Misrikh',NULL,38),(4981,'Modinagar',NULL,38),(4982,'Mogra Badshahpur',NULL,38),(4983,'Mohan',NULL,38),(4984,'Mohanpur',NULL,38),(4985,'Mohiuddinpur',NULL,38),(4986,'Moradabad',NULL,38),(4987,'Moth',NULL,38),(4988,'Mubarakpur',NULL,38),(4989,'Mughal Sarai',NULL,38),(4990,'Mughal Sarai Railway Settlemen',NULL,38),(4991,'Muhammadabad',NULL,38),(4992,'Muhammadi',NULL,38),(4993,'Mukrampur Khema',NULL,38),(4994,'Mundia',NULL,38),(4995,'Mundora',NULL,38),(4996,'Muradnagar',NULL,38),(4997,'Mursan',NULL,38),(4998,'Musafirkhana',NULL,38),(4999,'Muzaffarnagar',NULL,38),(5000,'Nadigaon',NULL,38),(5001,'Nagina',NULL,38),(5002,'Nagram',NULL,38),(5003,'Nai Bazar',NULL,38),(5004,'Nainana Jat',NULL,38),(5005,'Najibabad',NULL,38),(5006,'Nakur',NULL,38),(5007,'Nanaunta',NULL,38),(5008,'Nandgaon',NULL,38),(5009,'Nanpara',NULL,38),(5010,'Naraini',NULL,38),(5011,'Narauli',NULL,38),(5012,'Naraura',NULL,38),(5013,'Naugawan Sadat',NULL,38),(5014,'Nautanwa',NULL,38),(5015,'Nawabganj',NULL,38),(5016,'Nichlaul',NULL,38),(5017,'Nidhauli Kalan',NULL,38),(5018,'Nihtaur',NULL,38),(5019,'Nindaura',NULL,38),(5020,'Niwari',NULL,38),(5021,'Nizamabad',NULL,38),(5022,'Noida',NULL,38),(5023,'Northern Railway Colony',NULL,38),(5024,'Nurpur',NULL,38),(5025,'Nyoria Husenpur',NULL,38),(5026,'Nyotini',NULL,38),(5027,'Obra',NULL,38),(5028,'Oel Dhakwa',NULL,38),(5029,'Orai',NULL,38),(5030,'Oran',NULL,38),(5031,'Ordinance Factory Muradnagar',NULL,38),(5032,'Pachperwa',NULL,38),(5033,'Padrauna',NULL,38),(5034,'Pahasu',NULL,38),(5035,'Paintepur',NULL,38),(5036,'Pali',NULL,38),(5037,'Palia Kalan',NULL,38),(5038,'Parasi',NULL,38),(5039,'Parichha',NULL,38),(5040,'Parichhatgarh',NULL,38),(5041,'Parsadepur',NULL,38),(5042,'Patala',NULL,38),(5043,'Patiyali',NULL,38),(5044,'Patti',NULL,38),(5045,'Pawayan',NULL,38),(5046,'Phalauda',NULL,38),(5047,'Phaphund',NULL,38),(5048,'Phulpur',NULL,38),(5049,'Phulwaria',NULL,38),(5050,'Pihani',NULL,38),(5051,'Pilibhit',NULL,38),(5052,'Pilkana',NULL,38),(5053,'Pilkhuwa',NULL,38),(5054,'Pinahat',NULL,38),(5055,'Pipalsana Chaudhari',NULL,38),(5056,'Pipiganj',NULL,38),(5057,'Pipraich',NULL,38),(5058,'Pipri',NULL,38),(5059,'Pratapgarh',NULL,38),(5060,'Pukhrayan',NULL,38),(5061,'Puranpur',NULL,38),(5062,'Purdil Nagar',NULL,38),(5063,'Purqazi',NULL,38),(5064,'Purwa',NULL,38),(5065,'Qasimpur',NULL,38),(5066,'Rabupura',NULL,38),(5067,'Radha Kund',NULL,38),(5068,'Rae Bareilly',NULL,38),(5069,'Raja Ka Rampur',NULL,38),(5070,'Rajapur',NULL,38),(5071,'Ramkola',NULL,38),(5072,'Ramnagar',NULL,38),(5073,'Rampur',NULL,38),(5074,'Rampur Bhawanipur',NULL,38),(5075,'Rampur Karkhana',NULL,38),(5076,'Rampur Maniharan',NULL,38),(5077,'Rampura',NULL,38),(5078,'Ranipur',NULL,38),(5079,'Rashidpur Garhi',NULL,38),(5080,'Rasra',NULL,38),(5081,'Rasulabad',NULL,38),(5082,'Rath',NULL,38),(5083,'Raya',NULL,38),(5084,'Renukut',NULL,38),(5085,'Reoti',NULL,38),(5086,'Richha',NULL,38),(5087,'Risia Bazar',NULL,38),(5088,'Rithora',NULL,38),(5089,'Robertsganj',NULL,38),(5090,'Roza',NULL,38),(5091,'Rudarpur',NULL,38),(5092,'Rudauli',NULL,38),(5093,'Rudayan',NULL,38),(5094,'Rura',NULL,38),(5095,'Rustamnagar Sahaspur',NULL,38),(5096,'Sabatwar',NULL,38),(5097,'Sadabad',NULL,38),(5098,'Sadat',NULL,38),(5099,'Safipur',NULL,38),(5100,'Sahanpur',NULL,38),(5101,'Saharanpur',NULL,38),(5102,'Sahaspur',NULL,38),(5103,'Sahaswan',NULL,38),(5104,'Sahawar',NULL,38),(5105,'Sahibabad',NULL,38),(5106,'Sahjanwa',NULL,38),(5107,'Sahpau',NULL,38),(5108,'Saidpur',NULL,38),(5109,'Sainthal',NULL,38),(5110,'Saiyadraja',NULL,38),(5111,'Sakhanu',NULL,38),(5112,'Sakit',NULL,38),(5113,'Salarpur Khadar',NULL,38),(5114,'Salimpur',NULL,38),(5115,'Salon',NULL,38),(5116,'Sambhal',NULL,38),(5117,'Sambhawali',NULL,38),(5118,'Samdhan',NULL,38),(5119,'Samthar',NULL,38),(5120,'Sandi',NULL,38),(5121,'Sandila',NULL,38),(5122,'Sarai Mir',NULL,38),(5123,'Sarai akil',NULL,38),(5124,'Sarauli',NULL,38),(5125,'Sardhana',NULL,38),(5126,'Sarila',NULL,38),(5127,'Sarsawan',NULL,38),(5128,'Sasni',NULL,38),(5129,'Satrikh',NULL,38),(5130,'Saunkh',NULL,38),(5131,'Saurikh',NULL,38),(5132,'Seohara',NULL,38),(5133,'Sewal Khas',NULL,38),(5134,'Sewarhi',NULL,38),(5135,'Shahabad',NULL,38),(5136,'Shahganj',NULL,38),(5137,'Shahi',NULL,38),(5138,'Shahjahanpur',NULL,38),(5139,'Shahjahanpur Cantonment',NULL,38),(5140,'Shahpur',NULL,38),(5141,'Shamli',NULL,38),(5142,'Shamsabad',NULL,38),(5143,'Shankargarh',NULL,38),(5144,'Shergarh',NULL,38),(5145,'Sherkot',NULL,38),(5146,'Shikarpur',NULL,38),(5147,'Shikohabad',NULL,38),(5148,'Shisgarh',NULL,38),(5149,'Shivdaspur',NULL,38),(5150,'Shivli',NULL,38),(5151,'Shivrajpur',NULL,38),(5152,'Shohratgarh',NULL,38),(5153,'Siddhanur',NULL,38),(5154,'Siddharthnagar',NULL,38),(5155,'Sidhauli',NULL,38),(5156,'Sidhpura',NULL,38),(5157,'Sikandarabad',NULL,38),(5158,'Sikandarpur',NULL,38),(5159,'Sikandra',NULL,38),(5160,'Sikandra Rao',NULL,38),(5161,'Singahi Bhiraura',NULL,38),(5162,'Sirathu',NULL,38),(5163,'Sirsa',NULL,38),(5164,'Sirsaganj',NULL,38),(5165,'Sirsi',NULL,38),(5166,'Sisauli',NULL,38),(5167,'Siswa Bazar',NULL,38),(5168,'Sitapur',NULL,38),(5169,'Siyana',NULL,38),(5170,'Som',NULL,38),(5171,'Sonbhadra',NULL,38),(5172,'Soron',NULL,38),(5173,'Suar',NULL,38),(5174,'Sukhmalpur Nizamabad',NULL,38),(5175,'Sultanpur',NULL,38),(5176,'Sumerpur',NULL,38),(5177,'Suriyawan',NULL,38),(5178,'Swamibagh',NULL,38),(5179,'Tajpur',NULL,38),(5180,'Talbahat',NULL,38),(5181,'Talgram',NULL,38),(5182,'Tambaur',NULL,38),(5183,'Tanda',NULL,38),(5184,'Tatarpur Lallu',NULL,38),(5185,'Tetribazar',NULL,38),(5186,'Thakurdwara',NULL,38),(5187,'Thana Bhawan',NULL,38),(5188,'Thiriya Nizamat Khan',NULL,38),(5189,'Tikaitnagar',NULL,38),(5190,'Tikri',NULL,38),(5191,'Tilhar',NULL,38),(5192,'Tindwari',NULL,38),(5193,'Tirwaganj',NULL,38),(5194,'Titron',NULL,38),(5195,'Tori Fatehpur',NULL,38),(5196,'Tulsipur',NULL,38),(5197,'Tundla',NULL,38),(5198,'Tundla Kham',NULL,38),(5199,'Tundla Railway Colony',NULL,38),(5200,'Ugu',NULL,38),(5201,'Ujhani',NULL,38),(5202,'Ujhari',NULL,38),(5203,'Umri',NULL,38),(5204,'Umri Kalan',NULL,38),(5205,'Un',NULL,38),(5206,'Unchahar',NULL,38),(5207,'Unnao',NULL,38),(5208,'Usaihat',NULL,38),(5209,'Usawan',NULL,38),(5210,'Utraula',NULL,38),(5211,'Varanasi',NULL,38),(5212,'Varanasi Cantonment',NULL,38),(5213,'Vijaigarh',NULL,38),(5214,'Vrindavan',NULL,38),(5215,'Wazirganj',NULL,38),(5216,'Zafarabad',NULL,38),(5217,'Zaidpur',NULL,38),(5218,'Zamania',NULL,38),(5219,'Almora',NULL,39),(5220,'Almora Cantonment',NULL,39),(5221,'Badrinathpuri',NULL,39),(5222,'Bageshwar',NULL,39),(5223,'Bah Bazar',NULL,39),(5224,'Banbasa',NULL,39),(5225,'Bandia',NULL,39),(5226,'Barkot',NULL,39),(5227,'Bazpur',NULL,39),(5228,'Bhim Tal',NULL,39),(5229,'Bhowali',NULL,39),(5230,'Chakrata',NULL,39),(5231,'Chamba',NULL,39),(5232,'Chamoli and Gopeshwar',NULL,39),(5233,'Champawat',NULL,39),(5234,'Clement Town',NULL,39),(5235,'Dehra Dun Cantonment',NULL,39),(5236,'Dehradun',NULL,39),(5237,'Dehrakhas',NULL,39),(5238,'Devaprayag',NULL,39),(5239,'Dhaluwala',NULL,39),(5240,'Dhandera',NULL,39),(5241,'Dharchula',NULL,39),(5242,'Dharchula Dehat',NULL,39),(5243,'Didihat',NULL,39),(5244,'Dineshpur',NULL,39),(5245,'Doiwala',NULL,39),(5246,'Dugadda',NULL,39),(5247,'Dwarahat',NULL,39),(5248,'Gadarpur',NULL,39),(5249,'Gangotri',NULL,39),(5250,'Gauchar',NULL,39),(5251,'Haldwani',NULL,39),(5252,'Haridwar',NULL,39),(5253,'Herbertpur',NULL,39),(5254,'Jaspur',NULL,39),(5255,'Jhabrera',NULL,39),(5256,'Joshimath',NULL,39),(5257,'Kachnal Gosain',NULL,39),(5258,'Kaladungi',NULL,39),(5259,'Kalagarh',NULL,39),(5260,'Karnaprayang',NULL,39),(5261,'Kashipur',NULL,39),(5262,'Kashirampur',NULL,39),(5263,'Kausani',NULL,39),(5264,'Kedarnath',NULL,39),(5265,'Kelakhera',NULL,39),(5266,'Khatima',NULL,39),(5267,'Kichha',NULL,39),(5268,'Kirtinagar',NULL,39),(5269,'Kotdwara',NULL,39),(5270,'Laksar',NULL,39),(5271,'Lalkuan',NULL,39),(5272,'Landaura',NULL,39),(5273,'Landhaura Cantonment',NULL,39),(5274,'Lensdaun',NULL,39),(5275,'Logahat',NULL,39),(5276,'Mahua Dabra Haripura',NULL,39),(5277,'Mahua Kheraganj',NULL,39),(5278,'Manglaur',NULL,39),(5279,'Masuri',NULL,39),(5280,'Mohanpur Mohammadpur',NULL,39),(5281,'Muni Ki Reti',NULL,39),(5282,'Nagla',NULL,39),(5283,'Nainital',NULL,39),(5284,'Nainital Cantonment',NULL,39),(5285,'Nandaprayang',NULL,39),(5286,'Narendranagar',NULL,39),(5287,'Pauri',NULL,39),(5288,'Pithoragarh',NULL,39),(5289,'Pratitnagar',NULL,39),(5290,'Raipur',NULL,39),(5291,'Raiwala',NULL,39),(5292,'Ramnagar',NULL,39),(5293,'Ranikhet',NULL,39),(5294,'Ranipur',NULL,39),(5295,'Rishikesh',NULL,39),(5296,'Rishikesh Cantonment',NULL,39),(5297,'Roorkee',NULL,39),(5298,'Rudraprayag',NULL,39),(5299,'Rudrapur',NULL,39),(5300,'Rurki',NULL,39),(5301,'Rurki Cantonment',NULL,39),(5302,'Shaktigarh',NULL,39),(5303,'Sitarganj',NULL,39),(5304,'Srinagar',NULL,39),(5305,'Sultanpur',NULL,39),(5306,'Tanakpur',NULL,39),(5307,'Tehri',NULL,39),(5308,'Udham Singh Nagar',NULL,39),(5309,'Uttarkashi',NULL,39),(5310,'Vikasnagar',NULL,39),(5311,'Virbhadra',NULL,39),(5312,'24 Parganas (n)',NULL,41),(5313,'24 Parganas (s)',NULL,41),(5314,'Adra',NULL,41),(5315,'Ahmadpur',NULL,41),(5316,'Aiho',NULL,41),(5317,'Aistala',NULL,41),(5318,'Alipur Duar',NULL,41),(5319,'Alipur Duar Railway Junction',NULL,41),(5320,'Alpur',NULL,41),(5321,'Amalhara',NULL,41),(5322,'Amkula',NULL,41),(5323,'Amlagora',NULL,41),(5324,'Amodghata',NULL,41),(5325,'Amtala',NULL,41),(5326,'Andul',NULL,41),(5327,'Anksa',NULL,41),(5328,'Ankurhati',NULL,41),(5329,'Anup Nagar',NULL,41),(5330,'Arambagh',NULL,41),(5331,'Argari',NULL,41),(5332,'Arsha',NULL,41),(5333,'Asansol',NULL,41),(5334,'Ashoknagar Kalyangarh',NULL,41),(5335,'Aurangabad',NULL,41),(5336,'Bablari Dewanganj',NULL,41),(5337,'Badhagachhi',NULL,41),(5338,'Baduria',NULL,41),(5339,'Baghdogra',NULL,41),(5340,'Bagnan',NULL,41),(5341,'Bagra',NULL,41),(5342,'Bagula',NULL,41),(5343,'Baharampur',NULL,41),(5344,'Bahirgram',NULL,41),(5345,'Bahula',NULL,41),(5346,'Baidyabati',NULL,41),(5347,'Bairatisal',NULL,41),(5348,'Baj Baj',NULL,41),(5349,'Bakreswar',NULL,41),(5350,'Balaram Pota',NULL,41),(5351,'Balarampur',NULL,41),(5352,'Bali Chak',NULL,41),(5353,'Ballavpur',NULL,41),(5354,'Bally',NULL,41),(5355,'Balurghat',NULL,41),(5356,'Bamunari',NULL,41),(5357,'Banarhat Tea Garden',NULL,41),(5358,'Bandel',NULL,41),(5359,'Bangaon',NULL,41),(5360,'Bankra',NULL,41),(5361,'Bankura',NULL,41),(5362,'Bansbaria',NULL,41),(5363,'Banshra',NULL,41),(5364,'Banupur',NULL,41),(5365,'Bara Bamonia',NULL,41),(5366,'Barakpur',NULL,41),(5367,'Barakpur Cantonment',NULL,41),(5368,'Baranagar',NULL,41),(5369,'Barasat',NULL,41),(5370,'Barddhaman',NULL,41),(5371,'Barijhati',NULL,41),(5372,'Barjora',NULL,41),(5373,'Barrackpore',NULL,41),(5374,'Baruihuda',NULL,41),(5375,'Baruipur',NULL,41),(5376,'Barunda',NULL,41),(5377,'Basirhat',NULL,41),(5378,'Baska',NULL,41),(5379,'Begampur',NULL,41),(5380,'Beldanga',NULL,41),(5381,'Beldubi',NULL,41),(5382,'Belebathan',NULL,41),(5383,'Beliator',NULL,41),(5384,'Bhadreswar',NULL,41),(5385,'Bhandardaha',NULL,41),(5386,'Bhangar Raghunathpur',NULL,41),(5387,'Bhangri Pratham Khanda',NULL,41),(5388,'Bhanowara',NULL,41),(5389,'Bhatpara',NULL,41),(5390,'Bholar Dabri',NULL,41),(5391,'Bidhannagar',NULL,41),(5392,'Bidyadharpur',NULL,41),(5393,'Biki Hakola',NULL,41),(5394,'Bilandapur',NULL,41),(5395,'Bilpahari',NULL,41),(5396,'Bipra Noapara',NULL,41),(5397,'Birlapur',NULL,41),(5398,'Birnagar',NULL,41),(5399,'Bisarpara',NULL,41),(5400,'Bishnupur',NULL,41),(5401,'Bolpur',NULL,41),(5402,'Bongaon',NULL,41),(5403,'Bowali',NULL,41),(5404,'Burdwan',NULL,41),(5405,'Canning',NULL,41),(5406,'Cart Road',NULL,41),(5407,'Chachanda',NULL,41),(5408,'Chak Bankola',NULL,41),(5409,'Chak Enayetnagar',NULL,41),(5410,'Chak Kashipur',NULL,41),(5411,'Chakalampur',NULL,41),(5412,'Chakbansberia',NULL,41),(5413,'Chakdaha',NULL,41),(5414,'Chakpara',NULL,41),(5415,'Champahati',NULL,41),(5416,'Champdani',NULL,41),(5417,'Chamrail',NULL,41),(5418,'Chandannagar',NULL,41),(5419,'Chandpur',NULL,41),(5420,'Chandrakona',NULL,41),(5421,'Chapari',NULL,41),(5422,'Chapui',NULL,41),(5423,'Char Brahmanagar',NULL,41),(5424,'Char Maijdia',NULL,41),(5425,'Charka',NULL,41),(5426,'Chata Kalikapur',NULL,41),(5427,'Chauhati',NULL,41),(5428,'Checha Khata',NULL,41),(5429,'Chelad',NULL,41),(5430,'Chhora',NULL,41),(5431,'Chikrand',NULL,41),(5432,'Chittaranjan',NULL,41),(5433,'Contai',NULL,41),(5434,'Cooch Behar',NULL,41),(5435,'Dainhat',NULL,41),(5436,'Dakshin Baguan',NULL,41),(5437,'Dakshin Jhapardaha',NULL,41),(5438,'Dakshin Rajyadharpur',NULL,41),(5439,'Dakshin Raypur',NULL,41),(5440,'Dalkola',NULL,41),(5441,'Dalurband',NULL,41),(5442,'Darap Pur',NULL,41),(5443,'Darjiling',NULL,41),(5444,'Daulatpur',NULL,41),(5445,'Debipur',NULL,41),(5446,'Defahat',NULL,41),(5447,'Deora',NULL,41),(5448,'Deulia',NULL,41),(5449,'Dhakuria',NULL,41),(5450,'Dhandadihi',NULL,41),(5451,'Dhanyakuria',NULL,41),(5452,'Dharmapur',NULL,41),(5453,'Dhatri Gram',NULL,41),(5454,'Dhuilya',NULL,41),(5455,'Dhulagari',NULL,41),(5456,'Dhulian',NULL,41),(5457,'Dhupgari',NULL,41),(5458,'Dhusaripara',NULL,41),(5459,'Diamond Harbour',NULL,41),(5460,'Digha',NULL,41),(5461,'Dignala',NULL,41),(5462,'Dinhata',NULL,41),(5463,'Dubrajpur',NULL,41),(5464,'Dumjor',NULL,41),(5465,'Durgapur',NULL,41),(5466,'Durllabhganj',NULL,41),(5467,'Egra',NULL,41),(5468,'Eksara',NULL,41),(5469,'Falakata',NULL,41),(5470,'Farakka',NULL,41),(5471,'Fatellapur',NULL,41),(5472,'Fort Gloster',NULL,41),(5473,'Gabberia',NULL,41),(5474,'Gadigachha',NULL,41),(5475,'Gairkata',NULL,41),(5476,'Gangarampur',NULL,41),(5477,'Garalgachha',NULL,41),(5478,'Garbeta Amlagora',NULL,41),(5479,'Garhbeta',NULL,41),(5480,'Garshyamnagar',NULL,41),(5481,'Garui',NULL,41),(5482,'Garulia',NULL,41),(5483,'Gayespur',NULL,41),(5484,'Ghatal',NULL,41),(5485,'Ghorsala',NULL,41),(5486,'Goaljan',NULL,41),(5487,'Goasafat',NULL,41),(5488,'Gobardanga',NULL,41),(5489,'Gobindapur',NULL,41),(5490,'Gopalpur',NULL,41),(5491,'Gopinathpur',NULL,41),(5492,'Gora Bazar',NULL,41),(5493,'Guma',NULL,41),(5494,'Gurdaha',NULL,41),(5495,'Guriahati',NULL,41),(5496,'Guskhara',NULL,41),(5497,'Habra',NULL,41),(5498,'Haldia',NULL,41),(5499,'Haldibari',NULL,41),(5500,'Halisahar',NULL,41),(5501,'Haora',NULL,41),(5502,'Harharia Chak',NULL,41),(5503,'Harindanga',NULL,41),(5504,'Haringhata',NULL,41),(5505,'Haripur',NULL,41),(5506,'Harishpur',NULL,41),(5507,'Hatgachha',NULL,41),(5508,'Hatsimla',NULL,41),(5509,'Hijuli',NULL,41),(5510,'Hindustan Cables Town',NULL,41),(5511,'Hooghly',NULL,41),(5512,'Howrah',NULL,41),(5513,'Hugli-Chunchura',NULL,41),(5514,'Humaipur',NULL,41),(5515,'Ichha Pur Defence Estate',NULL,41),(5516,'Ingraj Bazar',NULL,41),(5517,'Islampur',NULL,41),(5518,'Jafarpur',NULL,41),(5519,'Jagadanandapur',NULL,41),(5520,'Jagdishpur',NULL,41),(5521,'Jagtaj',NULL,41),(5522,'Jala Kendua',NULL,41),(5523,'Jaldhaka',NULL,41),(5524,'Jalkhura',NULL,41),(5525,'Jalpaiguri',NULL,41),(5526,'Jamuria',NULL,41),(5527,'Jangipur',NULL,41),(5528,'Jaygaon',NULL,41),(5529,'Jaynagar-Majilpur',NULL,41),(5530,'Jemari',NULL,41),(5531,'Jemari Township',NULL,41),(5532,'Jetia',NULL,41),(5533,'Jhalida',NULL,41),(5534,'Jhargram',NULL,41),(5535,'Jhorhat',NULL,41),(5536,'Jiaganj-Azimganj',NULL,41),(5537,'Joka',NULL,41),(5538,'Jot Kamal',NULL,41),(5539,'Kachu Pukur',NULL,41),(5540,'Kajora',NULL,41),(5541,'Kakdihi',NULL,41),(5542,'Kakdwip',NULL,41),(5543,'Kalaikunda',NULL,41),(5544,'Kalara',NULL,41),(5545,'Kalimpong',NULL,41),(5546,'Kaliyaganj',NULL,41),(5547,'Kalna',NULL,41),(5548,'Kalyani',NULL,41),(5549,'Kamarhati',NULL,41),(5550,'Kanaipur',NULL,41),(5551,'Kanchrapara',NULL,41),(5552,'Kandi',NULL,41),(5553,'Kanki',NULL,41),(5554,'Kankuria',NULL,41),(5555,'Kantlia',NULL,41),(5556,'Kanyanagar',NULL,41),(5557,'Karimpur',NULL,41),(5558,'Karsiyang',NULL,41),(5559,'Kasba',NULL,41),(5560,'Kasimbazar',NULL,41),(5561,'Katwa',NULL,41),(5562,'Kaugachhi',NULL,41),(5563,'Kenda',NULL,41),(5564,'Kendra Khottamdi',NULL,41),(5565,'Kendua',NULL,41),(5566,'Kesabpur',NULL,41),(5567,'Khagrabari',NULL,41),(5568,'Khalia',NULL,41),(5569,'Khalor',NULL,41),(5570,'Khandra',NULL,41),(5571,'Khantora',NULL,41),(5572,'Kharagpur',NULL,41),(5573,'Kharagpur Railway Settlement',NULL,41),(5574,'Kharar',NULL,41),(5575,'Khardaha',NULL,41),(5576,'Khari Mala Khagrabari',NULL,41),(5577,'Kharsarai',NULL,41),(5578,'Khatra',NULL,41),(5579,'Khodarampur',NULL,41),(5580,'Kodalia',NULL,41),(5581,'Kolaghat',NULL,41),(5582,'Kolaghat Thermal Power Project',NULL,41),(5583,'Kolkata',NULL,41),(5584,'Konardihi',NULL,41),(5585,'Konnogar',NULL,41),(5586,'Krishnanagar',NULL,41),(5587,'Krishnapur',NULL,41),(5588,'Kshidirpur',NULL,41),(5589,'Kshirpai',NULL,41),(5590,'Kulihanda',NULL,41),(5591,'Kulti',NULL,41),(5592,'Kunustara',NULL,41),(5593,'Kuperskem',NULL,41),(5594,'Madanpur',NULL,41),(5595,'Madhusudanpur',NULL,41),(5596,'Madhyamgram',NULL,41),(5597,'Maheshtala',NULL,41),(5598,'Mahiari',NULL,41),(5599,'Mahikpur',NULL,41),(5600,'Mahira',NULL,41),(5601,'Mahishadal',NULL,41),(5602,'Mainaguri',NULL,41),(5603,'Makardaha',NULL,41),(5604,'Mal',NULL,41),(5605,'Malda',NULL,41),(5606,'Mandarbani',NULL,41),(5607,'Mansinhapur',NULL,41),(5608,'Masila',NULL,41),(5609,'Maslandapur',NULL,41),(5610,'Mathabhanga',NULL,41),(5611,'Mekliganj',NULL,41),(5612,'Memari',NULL,41),(5613,'Midnapur',NULL,41),(5614,'Mirik',NULL,41),(5615,'Monoharpur',NULL,41),(5616,'Mrigala',NULL,41),(5617,'Muragachha',NULL,41),(5618,'Murgathaul',NULL,41),(5619,'Murshidabad',NULL,41),(5620,'Nabadhai Dutta Pukur',NULL,41),(5621,'Nabagram',NULL,41),(5622,'Nabgram',NULL,41),(5623,'Nachhratpur Katabari',NULL,41),(5624,'Nadia',NULL,41),(5625,'Naihati',NULL,41),(5626,'Nalhati',NULL,41),(5627,'Nasra',NULL,41),(5628,'Natibpur',NULL,41),(5629,'Naupala',NULL,41),(5630,'Navadwip',NULL,41),(5631,'Nebadhai Duttapukur',NULL,41),(5632,'New Barrackpore',NULL,41),(5633,'Ni Barakpur',NULL,41),(5634,'Nibra',NULL,41),(5635,'Noapara',NULL,41),(5636,'Nokpul',NULL,41),(5637,'North Barakpur',NULL,41),(5638,'Odlabari',NULL,41),(5639,'Old Maldah',NULL,41),(5640,'Ondal',NULL,41),(5641,'Pairagachha',NULL,41),(5642,'Palashban',NULL,41),(5643,'Panchla',NULL,41),(5644,'Panchpara',NULL,41),(5645,'Pandua',NULL,41),(5646,'Pangachhiya',NULL,41),(5647,'Paniara',NULL,41),(5648,'Panihati',NULL,41),(5649,'Panuhat',NULL,41),(5650,'Par Beliya',NULL,41),(5651,'Parashkol',NULL,41),(5652,'Parasia',NULL,41),(5653,'Parbbatipur',NULL,41),(5654,'Parui',NULL,41),(5655,'Paschim Jitpur',NULL,41),(5656,'Paschim Punro Para',NULL,41),(5657,'Patrasaer',NULL,41),(5658,'Pattabong Tea Garden',NULL,41),(5659,'Patuli',NULL,41),(5660,'Patulia',NULL,41),(5661,'Phulia',NULL,41),(5662,'Podara',NULL,41),(5663,'Port Blair',NULL,41),(5664,'Prayagpur',NULL,41),(5665,'Pujali',NULL,41),(5666,'Purba Medinipur',NULL,41),(5667,'Purba Tajpur',NULL,41),(5668,'Purulia',NULL,41),(5669,'Raghudebbati',NULL,41),(5670,'Raghudebpur',NULL,41),(5671,'Raghunathchak',NULL,41),(5672,'Raghunathpur',NULL,41),(5673,'Raghunathpur-Dankuni',NULL,41),(5674,'Raghunathpur-Magra',NULL,41),(5675,'Raigachhi',NULL,41),(5676,'Raiganj',NULL,41),(5677,'Raipur',NULL,41),(5678,'Rajarhat Gopalpur',NULL,41),(5679,'Rajpur',NULL,41),(5680,'Ramchandrapur',NULL,41),(5681,'Ramjibanpur',NULL,41),(5682,'Ramnagar',NULL,41),(5683,'Rampur Hat',NULL,41),(5684,'Ranaghat',NULL,41),(5685,'Raniganj',NULL,41),(5686,'Ratibati',NULL,41),(5687,'Raypur',NULL,41),(5688,'Rishra',NULL,41),(5689,'Rishra Cantonment',NULL,41),(5690,'Ruiya',NULL,41),(5691,'Sahajadpur',NULL,41),(5692,'Sahapur',NULL,41),(5693,'Sainthia',NULL,41),(5694,'Salap',NULL,41),(5695,'Sankarpur',NULL,41),(5696,'Sankrail',NULL,41),(5697,'Santoshpur',NULL,41),(5698,'Saontaidih',NULL,41),(5699,'Sarenga',NULL,41),(5700,'Sarpi',NULL,41),(5701,'Satigachha',NULL,41),(5702,'Serpur',NULL,41),(5703,'Shankhanagar',NULL,41),(5704,'Shantipur',NULL,41),(5705,'Shrirampur',NULL,41),(5706,'Siduli',NULL,41),(5707,'Siliguri',NULL,41),(5708,'Simla',NULL,41),(5709,'Singur',NULL,41),(5710,'Sirsha',NULL,41),(5711,'Siuri',NULL,41),(5712,'Sobhaganj',NULL,41),(5713,'Sodpur',NULL,41),(5714,'Sonamukhi',NULL,41),(5715,'Sonatikiri',NULL,41),(5716,'Srikantabati',NULL,41),(5717,'Srirampur',NULL,41),(5718,'Sukdal',NULL,41),(5719,'Taherpur',NULL,41),(5720,'Taki',NULL,41),(5721,'Talbandha',NULL,41),(5722,'Tamluk',NULL,41),(5723,'Tarakeswar',NULL,41),(5724,'Tentulberia',NULL,41),(5725,'Tentulkuli',NULL,41),(5726,'Thermal Power Project',NULL,41),(5727,'Tinsukia',NULL,41),(5728,'Titagarh',NULL,41),(5729,'Tufanganj',NULL,41),(5730,'Ukhra',NULL,41),(5731,'Ula',NULL,41),(5732,'Ulubaria',NULL,41),(5733,'Uttar Durgapur',NULL,41),(5734,'Uttar Goara',NULL,41),(5735,'Uttar Kalas',NULL,41),(5736,'Uttar Kamakhyaguri',NULL,41),(5737,'Uttar Latabari',NULL,41),(5738,'Uttar Mahammadpur',NULL,41),(5739,'Uttar Pirpur',NULL,41),(5740,'Uttar Raypur',NULL,41),(5741,'Uttarpara-Kotrung',NULL,41),(5742,'Abohar',NULL,2728),(5743,'Adampur',NULL,2728),(5744,'Ahmedgarh',NULL,2728),(5745,'Ajnala',NULL,2728),(5746,'Akalgarh',NULL,2728),(5747,'Alawalpur',NULL,2728),(5748,'Amloh',NULL,2728),(5749,'Amritsar',NULL,2728),(5750,'Amritsar Cantonment',NULL,2728),(5751,'Anandpur Sahib',NULL,2728),(5752,'Badhni Kalan',NULL,2728),(5753,'Bagh Purana',NULL,2728),(5754,'Balachaur',NULL,2728),(5755,'Banaur',NULL,2728),(5756,'Banga',NULL,2728),(5757,'Banur',NULL,2728),(5758,'Baretta',NULL,2728),(5759,'Bariwala',NULL,2728),(5760,'Barnala',NULL,2728),(5761,'Bassi Pathana',NULL,2728),(5762,'Batala',NULL,2728),(5763,'Bathinda',NULL,2728),(5764,'Begowal',NULL,2728),(5765,'Behrampur',NULL,2728),(5766,'Bhabat',NULL,2728),(5767,'Bhadur',NULL,2728),(5768,'Bhankharpur',NULL,2728),(5769,'Bharoli Kalan',NULL,2728),(5770,'Bhawanigarh',NULL,2728),(5771,'Bhikhi',NULL,2728),(5772,'Bhikhiwind',NULL,2728),(5773,'Bhisiana',NULL,2728),(5774,'Bhogpur',NULL,2728),(5775,'Bhuch',NULL,2728),(5776,'Bhulath',NULL,2728),(5777,'Budha Theh',NULL,2728),(5778,'Budhlada',NULL,2728),(5779,'Chima',NULL,2728),(5780,'Chohal',NULL,2728),(5781,'Dasuya',NULL,2728),(5782,'Daulatpur',NULL,2728),(5783,'Dera Baba Nanak',NULL,2728),(5784,'Dera Bassi',NULL,2728),(5785,'Dhanaula',NULL,2728),(5786,'Dharam Kot',NULL,2728),(5787,'Dhariwal',NULL,2728),(5788,'Dhilwan',NULL,2728),(5789,'Dhuri',NULL,2728),(5790,'Dinanagar',NULL,2728),(5791,'Dirba',NULL,2728),(5792,'Doraha',NULL,2728),(5793,'Faridkot',NULL,2728),(5794,'Fateh Nangal',NULL,2728),(5795,'Fatehgarh Churian',NULL,2728),(5796,'Fatehgarh Sahib',NULL,2728),(5797,'Fazilka',NULL,2728),(5798,'Firozpur',NULL,2728),(5799,'Firozpur Cantonment',NULL,2728),(5800,'Gardhiwala',NULL,2728),(5801,'Garhshankar',NULL,2728),(5802,'Ghagga',NULL,2728),(5803,'Ghanaur',NULL,2728),(5804,'Giddarbaha',NULL,2728),(5805,'Gobindgarh',NULL,2728),(5806,'Goniana',NULL,2728),(5807,'Goraya',NULL,2728),(5808,'Gurdaspur',NULL,2728),(5809,'Guru Har Sahai',NULL,2728),(5810,'Hajipur',NULL,2728),(5811,'Handiaya',NULL,2728),(5812,'Hariana',NULL,2728),(5813,'Hoshiarpur',NULL,2728),(5814,'Hussainpur',NULL,2728),(5815,'Jagraon',NULL,2728),(5816,'Jaitu',NULL,2728),(5817,'Jalalabad',NULL,2728),(5818,'Jalandhar',NULL,2728),(5819,'Jalandhar Cantonment',NULL,2728),(5820,'Jandiala',NULL,2728),(5821,'Jugial',NULL,2728),(5822,'Kalanaur',NULL,2728),(5823,'Kapurthala',NULL,2728),(5824,'Karoran',NULL,2728),(5825,'Kartarpur',NULL,2728),(5826,'Khamanon',NULL,2728),(5827,'Khanauri',NULL,2728),(5828,'Khanna',NULL,2728),(5829,'Kharar',NULL,2728),(5830,'Khem Karan',NULL,2728),(5831,'Kot Fatta',NULL,2728),(5832,'Kot Isa Khan',NULL,2728),(5833,'Kot Kapura',NULL,2728),(5834,'Kotkapura',NULL,2728),(5835,'Kurali',NULL,2728),(5836,'Lalru',NULL,2728),(5837,'Lehra Gaga',NULL,2728),(5838,'Lodhian Khas',NULL,2728),(5839,'Longowal',NULL,2728),(5840,'Ludhiana',NULL,2728),(5841,'Machhiwara',NULL,2728),(5842,'Mahilpur',NULL,2728),(5843,'Majitha',NULL,2728),(5844,'Makhu',NULL,2728),(5845,'Malaut',NULL,2728),(5846,'Malerkotla',NULL,2728),(5847,'Maloud',NULL,2728),(5848,'Mandi Gobindgarh',NULL,2728),(5849,'Mansa',NULL,2728),(5850,'Maur',NULL,2728),(5851,'Moga',NULL,2728),(5852,'Mohali',NULL,2728),(5853,'Moonak',NULL,2728),(5854,'Morinda',NULL,2728),(5855,'Mukerian',NULL,2728),(5856,'Muktsar',NULL,2728),(5857,'Mullanpur Dakha',NULL,2728),(5858,'Mullanpur Garibdas',NULL,2728),(5859,'Munak',NULL,2728),(5860,'Muradpura',NULL,2728),(5861,'Nabha',NULL,2728),(5862,'Nakodar',NULL,2728),(5863,'Nangal',NULL,2728),(5864,'Nawashahr',NULL,2728),(5865,'Naya Nangal',NULL,2728),(5866,'Nehon',NULL,2728),(5867,'Nurmahal',NULL,2728),(5868,'Pathankot',NULL,2728),(5869,'Patiala',NULL,2728),(5870,'Patti',NULL,2728),(5871,'Pattran',NULL,2728),(5872,'Payal',NULL,2728),(5873,'Phagwara',NULL,2728),(5874,'Phillaur',NULL,2728),(5875,'Qadian',NULL,2728),(5876,'Rahon',NULL,2728),(5877,'Raikot',NULL,2728),(5878,'Raja Sansi',NULL,2728),(5879,'Rajpura',NULL,2728),(5880,'Ram Das',NULL,2728),(5881,'Raman',NULL,2728),(5882,'Rampura',NULL,2728),(5883,'Rayya',NULL,2728),(5884,'Rupnagar',NULL,2728),(5885,'Rurki Kasba',NULL,2728),(5886,'Sahnewal',NULL,2728),(5887,'Samana',NULL,2728),(5888,'Samrala',NULL,2728),(5889,'Sanaur',NULL,2728),(5890,'Sangat',NULL,2728),(5891,'Sangrur',NULL,2728),(5892,'Sansarpur',NULL,2728),(5893,'Sardulgarh',NULL,2728),(5894,'Shahkot',NULL,2728),(5895,'Sham Churasi',NULL,2728),(5896,'Shekhpura',NULL,2728),(5897,'Sirhind',NULL,2728),(5898,'Sri Hargobindpur',NULL,2728),(5899,'Sujanpur',NULL,2728),(5900,'Sultanpur Lodhi',NULL,2728),(5901,'Sunam',NULL,2728),(5902,'Talwandi Bhai',NULL,2728),(5903,'Talwara',NULL,2728),(5904,'Tappa',NULL,2728),(5905,'Tarn Taran',NULL,2728),(5906,'Urmar Tanda',NULL,2728),(5907,'Zira',NULL,2728),(5908,'Zirakpur',NULL,2728),(5909,'Eshkashem',NULL,42),(5910,'Fayzabad',NULL,42),(5911,'Jurm',NULL,42),(5912,'Khandud',NULL,42),(5913,'Qal\'eh-ye Panjeh',NULL,42),(5914,'Bala Morghab',NULL,43),(5915,'Qal\'eh-ye Naw',NULL,43),(5916,'Andarab',NULL,44),(5917,'Baghlan',NULL,44),(5918,'Dahaneh-ye Ghawri',NULL,44),(5919,'Nahrin',NULL,44),(5920,'Pol-e Khumri',NULL,44),(5921,'Balkh',NULL,45),(5922,'Dawlatabad',NULL,45),(5923,'Mazar-e Sharif',NULL,45),(5924,'Qarchi Gak',NULL,45),(5925,'Shulgara',NULL,45),(5926,'Tash Gozar',NULL,45),(5927,'Bamiyan',NULL,46),(5928,'Panjab',NULL,46),(5929,'Qil Qal\'eh',NULL,46),(5930,'Anar Darreh',NULL,47),(5931,'Farah',NULL,47),(5932,'Shindand',NULL,47),(5933,'Andkhvoy',NULL,48),(5934,'Darzi Ab',NULL,48),(5935,'Dawlatabad',NULL,48),(5936,'Maymanah',NULL,48),(5937,'Chaghcharan',NULL,49),(5938,'Shahrak',NULL,49),(5939,'Taywarah',NULL,49),(5940,'Ghazni',NULL,50),(5941,'Awbeh',NULL,51),(5942,'Eslam Qal\'eh',NULL,51),(5943,'Ghurian',NULL,51),(5944,'Herat',NULL,51),(5945,'Karukh',NULL,51),(5946,'Kuhestan',NULL,51),(5947,'Kushk',NULL,51),(5948,'Qarabagh',NULL,51),(5949,'Tawraghudi',NULL,51),(5950,'Tir Pol',NULL,51),(5951,'Zendejan',NULL,51),(5952,'Baghran',NULL,52),(5953,'Darwishan',NULL,52),(5954,'Deh Shu',NULL,52),(5955,'Gereshk',NULL,52),(5956,'Lashkar Gah',NULL,52),(5957,'Sangin',NULL,52),(5958,'Aqchah',NULL,53),(5959,'Qarqin',NULL,53),(5960,'Sang-e Charak',NULL,53),(5961,'Shibarghan',NULL,53),(5962,'Baghrami',NULL,54),(5963,'Kabul',NULL,54),(5964,'Mir Bachchekut',NULL,54),(5965,'Paghman',NULL,54),(5966,'Qarabagh',NULL,54),(5967,'Sarawbi',NULL,54),(5968,'Mahmud-e Raqi',NULL,55),(5969,'Taghab',NULL,55),(5970,'Khawst',NULL,56),(5971,'Asadabad',NULL,57),(5972,'Asmar',NULL,57),(5973,'Mehtar Lam',NULL,58),(5974,'Azraw',NULL,59),(5975,'Baraki Barak',NULL,59),(5976,'Pol-e Alam',NULL,59),(5977,'Achin',NULL,60),(5978,'Batsawul',NULL,60),(5979,'Hugyani',NULL,60),(5980,'Jalalabad',NULL,60),(5981,'Nader Shah Kawt',NULL,60),(5982,'Chahar Burjak',NULL,61),(5983,'Chakhansur',NULL,61),(5984,'Khash',NULL,61),(5985,'Mirabad',NULL,61),(5986,'Rudbar',NULL,61),(5987,'Zaranj',NULL,61),(5988,'Nuristan',NULL,62),(5989,'Orgun',NULL,63),(5990,'Zareh Sharan',NULL,63),(5991,'Zarghun Shahr',NULL,63),(5992,'\'Ali Khayl',NULL,64),(5993,'Ghardez',NULL,64),(5994,'Charikar',NULL,65),(5995,'Jabal-os-Saraj',NULL,65),(5996,'Qandahar',NULL,66),(5997,'Dasht-e Archa',NULL,67),(5998,'Emam Saheb',NULL,67),(5999,'Hazart Imam',NULL,67),(6000,'Khanabad',NULL,67),(6001,'Qal\'eh-ye Zal',NULL,67),(6002,'Qunduz',NULL,67),(6003,'Aybak',NULL,68),(6004,'Kholm',NULL,68),(6005,'Chah Ab',NULL,70),(6006,'Eshkamesh',NULL,70),(6007,'Farkhar',NULL,70),(6008,'Khwajeh Ghar',NULL,70),(6009,'Rostaq',NULL,70),(6010,'Taloqan',NULL,70),(6011,'Yangi Qal\'eh',NULL,70),(6012,'Deh Rawud',NULL,71),(6013,'Gaz Ab',NULL,71),(6014,'Tarin Kawt',NULL,71),(6015,'Uruzgan',NULL,71),(6016,'Gardan Diwal',NULL,72),(6017,'Maydanshahr',NULL,72),(6018,'Qalat-e Ghilzay',NULL,73),(6019,'Berat',NULL,74),(6020,'Polican',NULL,74),(6021,'Ure Vajgurore',NULL,74),(6022,'Bulqize',NULL,75),(6023,'Delvine',NULL,76),(6024,'Bilisht',NULL,77),(6025,'Maqellare',NULL,78),(6026,'Peshkopi',NULL,78),(6027,'Durres',NULL,79),(6028,'Shijak',NULL,79),(6029,'Cerrik',NULL,80),(6030,'Elbasan',NULL,80),(6031,'Kerrabe',NULL,80),(6032,'Fier',NULL,81),(6033,'Patos',NULL,81),(6034,'Roskovec',NULL,81),(6035,'Gjirokaster',NULL,82),(6036,'Libohove',NULL,82),(6037,'Gramsh',NULL,83),(6038,'Krume',NULL,84),(6039,'Kavaje',NULL,85),(6040,'Erseke',NULL,86),(6041,'Leskovik',NULL,86),(6042,'Korce',NULL,87),(6043,'Maliq',NULL,87),(6044,'Fushe-Kruje',NULL,88),(6045,'Kruje',NULL,88),(6046,'Mamurras',NULL,88),(6047,'Milot',NULL,88),(6048,'Kucove',NULL,89),(6049,'Kukes',NULL,90),(6050,'Lac',NULL,91),(6051,'Lezhe',NULL,92),(6052,'Shengjin',NULL,92),(6053,'Librazhd',NULL,93),(6054,'Perrenjas',NULL,93),(6055,'Lushnje',NULL,94),(6056,'Rrogozhine',NULL,94),(6057,'Ballsh',NULL,95),(6058,'Burrel',NULL,97),(6059,'Klos',NULL,97),(6060,'Kraste',NULL,97),(6061,'Ulze',NULL,97),(6062,'Kurbnesh',NULL,98),(6063,'Rreshen',NULL,98),(6064,'Rubik',NULL,98),(6065,'Peqin',NULL,99),(6066,'Kelcyre',NULL,100),(6067,'Permet',NULL,100),(6068,'Pogradec',NULL,101),(6069,'Fierze',NULL,102),(6070,'Fushe-Arrez',NULL,102),(6071,'Puke',NULL,102),(6072,'Konispol',NULL,103),(6073,'Sarande',NULL,103),(6074,'Shkoder',NULL,104),(6075,'Corovode',NULL,105),(6076,'Memaliaj',NULL,106),(6077,'Tepelene',NULL,106),(6078,'Kamze',NULL,107),(6079,'Paskuqan',NULL,107),(6080,'Tirane',NULL,107),(6081,'Vore',NULL,107),(6082,'Bajram Curri',NULL,108),(6083,'Himare',NULL,109),(6084,'Orikum',NULL,109),(6085,'Selenice',NULL,109),(6086,'Vlore',NULL,109),(6087,'Adrar',NULL,112),(6088,'Awlaf',NULL,112),(6089,'Rijan',NULL,112),(6090,'Timimun',NULL,112),(6091,'Hydra',NULL,113),(6092,'Kouba',NULL,113),(6093,'Annabah',NULL,114),(6094,'Birrahhal',NULL,114),(6095,'Saraydih',NULL,114),(6096,'Sidi Amar',NULL,114),(6097,'al-Buni',NULL,114),(6098,'al-Hajar',NULL,114),(6099,'\'Abadlah',NULL,115),(6100,'Bani Wanif',NULL,115),(6101,'Bashshar',NULL,115),(6102,'Qanadsan',NULL,115),(6103,'Taghit',NULL,115),(6104,'\'Aris',NULL,116),(6105,'\'Ayn Tutah',NULL,116),(6106,'Barikah',NULL,116),(6107,'Batnah',NULL,116),(6108,'Marwanah',NULL,116),(6109,'Naghaus',NULL,116),(6110,'Ra\'s-al-\'Ayun',NULL,116),(6111,'Tazult',NULL,116),(6112,'\'Ayt Rizin',NULL,117),(6113,'Akbu',NULL,117),(6114,'Amizur',NULL,117),(6115,'Barbasha',NULL,117),(6116,'Bijayah',NULL,117),(6117,'Farrawn',NULL,117),(6118,'Ighram',NULL,117),(6119,'Sadduk',NULL,117),(6120,'Shamini',NULL,117),(6121,'Sidi \'Aysh',NULL,117),(6122,'Taskaryut',NULL,117),(6123,'Tazmalt',NULL,117),(6124,'Timazrit',NULL,117),(6125,'Uz-al-Laqin',NULL,117),(6126,'al-Qasr',NULL,117),(6127,'Awlad Jallal',NULL,118),(6128,'Biskrah',NULL,118),(6129,'Sidi Khalid',NULL,118),(6130,'Sidi Ukbah',NULL,118),(6131,'Tulja',NULL,118),(6132,'Um\'ash',NULL,118),(6133,'Zaribat-al-Wad',NULL,118),(6134,'Awlad Salam',NULL,119),(6135,'Awlad Yaysh',NULL,119),(6136,'Bani Khalil',NULL,119),(6137,'Bani Marad',NULL,119),(6138,'Bani Tamu',NULL,119),(6139,'Blidah',NULL,119),(6140,'Bu Arfa',NULL,119),(6141,'Bufarik',NULL,119),(6142,'Buinan',NULL,119),(6143,'Buqara',NULL,119),(6144,'Maftah',NULL,119),(6145,'Muzayah',NULL,119),(6146,'Shabli',NULL,119),(6147,'Shari\'ah',NULL,119),(6148,'Shiffa',NULL,119),(6149,'Sidi Mussa',NULL,119),(6150,'Suma',NULL,119),(6151,'Wadi al-Allagh',NULL,119),(6152,'al-\'Afrun',NULL,119),(6153,'al-Arba\'a',NULL,119),(6154,'\'Ayn Bissim',NULL,120),(6155,'Aghbalu',NULL,120),(6156,'Bi\'r Ghabalu',NULL,120),(6157,'Buirah',NULL,120),(6158,'Lakhdariyah',NULL,120),(6159,'Shurfa',NULL,120),(6160,'Sur-al-Ghuzlan',NULL,120),(6161,'\'Ayn Tayah',NULL,121),(6162,'Awlad Haddaj',NULL,121),(6163,'Awlad Mussa',NULL,121),(6164,'Bani Amran',NULL,121),(6165,'Budwawu',NULL,121),(6166,'Budwawu al-Bahri',NULL,121),(6167,'Bumardas',NULL,121),(6168,'Burj Minayal',NULL,121),(6169,'Dalis',NULL,121),(6170,'Hammadi',NULL,121),(6171,'Issar',NULL,121),(6172,'Khamis-al-Khashnah',NULL,121),(6173,'Nasiriyah',NULL,121),(6174,'Raghayah',NULL,121),(6175,'Sa\'abat',NULL,121),(6176,'Tinyah',NULL,121),(6177,'al-Arba\'a Tash',NULL,121),(6178,'ar-Ruwibah',NULL,121),(6179,'Ammi Mussa',NULL,123),(6180,'Ghalizan',NULL,123),(6181,'Jidiwiyah',NULL,123),(6182,'Mazunah',NULL,123),(6183,'Sidi Muhammad Ban \'Ali',NULL,123),(6184,'Wadi Rahiyu',NULL,123),(6185,'Zammurah',NULL,123),(6186,'Biryan',NULL,124),(6187,'Bu Nura',NULL,124),(6188,'Ghardaia',NULL,124),(6189,'Ghardayah',NULL,124),(6190,'Matlili',NULL,124),(6191,'al-Ghuli\'ah',NULL,124),(6192,'al-Qararah',NULL,124),(6193,'Ilizi',NULL,125),(6194,'Amir \'Abd-al-Qadar',NULL,126),(6195,'Jijili',NULL,126),(6196,'Shifka',NULL,126),(6197,'Tahar',NULL,126),(6198,'al-Miliyah',NULL,126),(6199,'\'Ayn Wissarah',NULL,127),(6200,'\'Ayn-al-Ibil',NULL,127),(6201,'Birin',NULL,127),(6202,'Dar Shiyukh',NULL,127),(6203,'Hassi Bahbah',NULL,127),(6204,'Jilfah',NULL,127),(6205,'Mis\'ad',NULL,127),(6206,'Sharif',NULL,127),(6207,'al-Idrisiyah',NULL,127),(6208,'Khanshalah',NULL,128),(6209,'Sharshar',NULL,128),(6210,'Tawziyanat',NULL,128),(6211,'al-Mahmal',NULL,128),(6212,'\'Ayn-al-Hajal',NULL,129),(6213,'\'Ayn-al-Milh',NULL,129),(6214,'Bu Sa\'adah',NULL,129),(6215,'Hammam Dhala\'a',NULL,129),(6216,'Ma\'adid',NULL,129),(6217,'Maghra',NULL,129),(6218,'Masilah',NULL,129),(6219,'Sidi \'Aysa',NULL,129),(6220,'Wanugha',NULL,129),(6221,'\'Ayn Bu Sif',NULL,130),(6222,'Birwaghiyah',NULL,130),(6223,'Midyah',NULL,130),(6224,'Qasr-al-Bukhari',NULL,130),(6225,'Shillalah',NULL,130),(6226,'Tablat',NULL,130),(6227,'Farjiwah',NULL,131),(6228,'Milah',NULL,131),(6229,'Qararam Quqa',NULL,131),(6230,'Ruwashad',NULL,131),(6231,'Salghum-al-\'Ayd',NULL,131),(6232,'Sidi Maruf',NULL,131),(6233,'Sidi Marwan',NULL,131),(6234,'Tajananah',NULL,131),(6235,'Talighmah',NULL,131),(6236,'Wadi Athmaniyah',NULL,131),(6237,'Bu Khanifiyah',NULL,132),(6238,'Muaskar',NULL,132),(6239,'Muhammadiyah',NULL,132),(6240,'Siq',NULL,132),(6241,'Tighinnif',NULL,132),(6242,'Wadi al-Abtal',NULL,132),(6243,'Zahana',NULL,132),(6244,'\'Ayn Tadalas',NULL,133),(6245,'Hassi Mamash',NULL,133),(6246,'Mazaghran',NULL,133),(6247,'Mustaghanam',NULL,133),(6248,'Sidi Ali',NULL,133),(6249,'\'Ayn Safra',NULL,134),(6250,'Mishriyah',NULL,134),(6251,'Naama',NULL,134),(6252,'Oran',NULL,135),(6253,'Ouargla',NULL,136),(6254,'\'Ayn Bardah',NULL,137),(6255,'Bumahra Ahmad',NULL,137),(6256,'Hamman Awlad \'Ali',NULL,137),(6257,'Qalmah',NULL,137),(6258,'Wadi Zinati',NULL,137),(6259,'\'Ayn Abid',NULL,138),(6260,'\'Ayn Samara',NULL,138),(6261,'Didush Murad',NULL,138),(6262,'Hamma Bu Ziyan',NULL,138),(6263,'Qustantinah',NULL,138),(6264,'Zighut Yusuf',NULL,138),(6265,'al-Khurub',NULL,138),(6266,'\'Azzabah',NULL,139),(6267,'Amjaz Adshish',NULL,139),(6268,'Fil Fila',NULL,139),(6269,'Karkira',NULL,139),(6270,'Ramadan Jamal',NULL,139),(6271,'Sakikdah',NULL,139),(6272,'Shataybih',NULL,139),(6273,'Tamalus',NULL,139),(6274,'al-Harush',NULL,139),(6275,'al-Qull',NULL,139),(6276,'\'Ayn \'Azl',NULL,140),(6277,'\'Ayn Arnat',NULL,140),(6278,'\'Ayn Taqrut',NULL,140),(6279,'\'Ayn Wilman',NULL,140),(6280,'\'Ayn-al-Khabira',NULL,140),(6281,'Bouira',NULL,140),(6282,'Buq\'ah',NULL,140),(6283,'Salah Bay',NULL,140),(6284,'Satif',NULL,140),(6285,'Setif',NULL,140),(6286,'Ziyama Mansuriyah',NULL,140),(6287,'al-\'Ulmah',NULL,140),(6288,'\'Ayn-al-Hajar',NULL,141),(6289,'Sayda\'',NULL,141),(6290,'\'Ayn Qazzan',NULL,144),(6291,'\'Ayn Salah',NULL,144),(6292,'Tamanghasat',NULL,144),(6293,'\'Ayn Binyan',NULL,145),(6294,'Bu Isma\'il',NULL,145),(6295,'Bu Midfar\'ah',NULL,145),(6296,'Damus',NULL,145),(6297,'Duwirah',NULL,145),(6298,'Hajut',NULL,145),(6299,'Hammam Righa',NULL,145),(6300,'Sawlah',NULL,145),(6301,'Shiragha',NULL,145),(6302,'Shirshall',NULL,145),(6303,'Sidi Farj',NULL,145),(6304,'Stawali',NULL,145),(6305,'Tibazah',NULL,145),(6306,'Ziralda',NULL,145),(6307,'al-Qull\'ah',NULL,145),(6308,'Bi\'r-al-\'Itir',NULL,146),(6309,'Hammamat',NULL,146),(6310,'Mursut',NULL,146),(6311,'Shariyah',NULL,146),(6312,'Tibissah',NULL,146),(6313,'Winzah',NULL,146),(6314,'al-\'Awaynat',NULL,146),(6315,'Awlad Mimun',NULL,147),(6316,'Bani Mastar',NULL,147),(6317,'Bani Sikran',NULL,147),(6318,'Ghazawat',NULL,147),(6319,'Hannayah',NULL,147),(6320,'Maghniyah',NULL,147),(6321,'Nidruma',NULL,147),(6322,'Ramsh',NULL,147),(6323,'Sabra',NULL,147),(6324,'Shatwan',NULL,147),(6325,'Sibdu',NULL,147),(6326,'Sidi \'Abdallah',NULL,147),(6327,'Tilimsan',NULL,147),(6328,'al-Mansurah',NULL,147),(6329,'Tinduf',NULL,148),(6330,'Thaniyat-al-Had',NULL,149),(6331,'Tisamsilt',NULL,149),(6332,'\'Ayn Dhahab',NULL,150),(6333,'Firindah',NULL,150),(6334,'Mahdiyah',NULL,150),(6335,'Mashra\'a Asfa',NULL,150),(6336,'Qasr Shillalah',NULL,150),(6337,'Rahuyah',NULL,150),(6338,'Sughar',NULL,150),(6339,'Takhamarat',NULL,150),(6340,'Tiyarat',NULL,150),(6341,'\'Ayn Bayda',NULL,152),(6342,'\'Ayn Fakrun',NULL,152),(6343,'\'Ayn Kirshah',NULL,152),(6344,'\'Ayn Malilah',NULL,152),(6345,'Bi\'r Shuhada',NULL,152),(6346,'Miskyanah',NULL,152),(6347,'Shamurah',NULL,152),(6348,'Umm-al-Bawaghi',NULL,152),(6349,'\'Ayn Biya',NULL,153),(6350,'\'Ayn-at-Turk',NULL,153),(6351,'Arzu',NULL,153),(6352,'Bi\'r-al-Jir',NULL,153),(6353,'Butlilis',NULL,153),(6354,'Hassi Bu Nif',NULL,153),(6355,'Mars-al-Kabir',NULL,153),(6356,'Qadayal',NULL,153),(6357,'Sidi ash-Shami',NULL,153),(6358,'Wadi Thalatha',NULL,153),(6359,'Wahran',NULL,153),(6360,'al-Ansur',NULL,153),(6361,'as-Saniyah',NULL,153),(6362,'Hassi Mas\'ud',NULL,154),(6363,'Nazla',NULL,154),(6364,'Ruwisiyat',NULL,154),(6365,'Tabisbast',NULL,154),(6366,'Tamalhat',NULL,154),(6367,'Tamasin',NULL,154),(6368,'Tayabat-al-Janubiyah',NULL,154),(6369,'Tughghurt',NULL,154),(6370,'Warqla',NULL,154),(6371,'al-Hajirah',NULL,154),(6372,'Aflu',NULL,158),(6373,'Hassi al-Raml',NULL,158),(6374,'al-Aghwat',NULL,158),(6375,'Brizyanah',NULL,159),(6376,'al-Abyad Sidi Shaykh',NULL,159),(6377,'al-Bayadh',NULL,159),(6378,'Bab Azwar',NULL,160),(6379,'Baraki',NULL,160),(6380,'Bir Murad Rais',NULL,160),(6381,'Birkhadam',NULL,160),(6382,'Burj-al-Kiffan',NULL,160),(6383,'Dar-al-Bayda',NULL,160),(6384,'al-Jaza\'ir',NULL,160),(6385,'Bayadha',NULL,161),(6386,'Dabilah',NULL,161),(6387,'Hassan \'Abd-al-Karim',NULL,161),(6388,'Hassi Halifa',NULL,161),(6389,'Jama\'a',NULL,161),(6390,'Maqran',NULL,161),(6391,'Qamar',NULL,161),(6392,'Raqiba',NULL,161),(6393,'Rubbah',NULL,161),(6394,'Sidi Amran',NULL,161),(6395,'al-Mighair',NULL,161),(6396,'al-Wad',NULL,161),(6397,'\'Ayn Maran',NULL,162),(6398,'Abu al-Hassan',NULL,162),(6399,'Bani Hawa',NULL,162),(6400,'Bu Qadir',NULL,162),(6401,'Sidi Ukaskah',NULL,162),(6402,'Tanas',NULL,162),(6403,'Wadi Sali',NULL,162),(6404,'Wadi al-Fiddah',NULL,162),(6405,'ash-Shalif',NULL,162),(6406,'ash-Shattiyah',NULL,162),(6407,'Ban Mahdi',NULL,163),(6408,'Bani Amar',NULL,163),(6409,'Basbas',NULL,163),(6410,'Dariyan',NULL,163),(6411,'Saba\'ita Muk',NULL,163),(6412,'al-Qal\'ah',NULL,163),(6413,'at-Tarif',NULL,163),(6414,'Afono',NULL,164),(6415,'Alao',NULL,164),(6416,'Alofau',NULL,164),(6417,'Amouli',NULL,164),(6418,'Aoa',NULL,164),(6419,'Atu\'u',NULL,164),(6420,'Aua',NULL,164),(6421,'Aunu\'u',NULL,164),(6422,'Faga\'alu',NULL,164),(6423,'Faga\'itua',NULL,164),(6424,'Fagasa',NULL,164),(6425,'Fagatogo',NULL,164),(6426,'Lauli\'i',NULL,164),(6427,'Leloaloa',NULL,164),(6428,'Nu\'uuli',NULL,164),(6429,'Pago Pago',NULL,164),(6430,'Tula',NULL,164),(6431,'Utulei',NULL,164),(6432,'Vatia',NULL,164),(6433,'Ofu',NULL,165),(6434,'Aoloau',NULL,167),(6435,'Faleniu',NULL,167),(6436,'Futiga',NULL,167),(6437,'Ili\'ili',NULL,167),(6438,'Leone',NULL,167),(6439,'Malaeimi',NULL,167),(6440,'Malaeloa-Aitulagi',NULL,167),(6441,'Malaeloa-Ituau',NULL,167),(6442,'Mapusagafou',NULL,167),(6443,'Mesepa',NULL,167),(6444,'Pava\'ia\'i',NULL,167),(6445,'Tafuna',NULL,167),(6446,'Taputimu',NULL,167),(6447,'Vailoatai',NULL,167),(6448,'Vaitogi',NULL,167),(6449,'Canillo',NULL,169),(6450,'Encamp',NULL,170),(6451,'Ordino',NULL,173),(6452,'Caxito',NULL,175),(6453,'Benguela',NULL,176),(6454,'Lobito',NULL,176),(6455,'Camacupa',NULL,177),(6456,'Catabola',NULL,177),(6457,'Catumbela',NULL,177),(6458,'Chissamba',NULL,177),(6459,'Kuito',NULL,177),(6460,'Cabinda',NULL,178),(6461,'Ondjiva',NULL,179),(6462,'Caala',NULL,180),(6463,'Catchiungo',NULL,180),(6464,'Huambo',NULL,180),(6465,'Longonjo',NULL,180),(6466,'Caconda',NULL,181),(6467,'Caluquembe',NULL,181),(6468,'Lubango',NULL,181),(6469,'Menongue',NULL,182),(6470,'Luanda',NULL,185),(6471,'Malanje',NULL,188),(6472,'Cazaje',NULL,189),(6473,'Leua',NULL,189),(6474,'Luau',NULL,189),(6475,'Luena',NULL,189),(6476,'Lumeje',NULL,189),(6477,'Namibe',NULL,190),(6478,'Camabatela',NULL,191),(6479,'Uige',NULL,191),(6480,'M\'banza-Kongo',NULL,192),(6481,'N\'zeto',NULL,192),(6482,'Soyo',NULL,192),(6483,'Codrington',NULL,201),(6484,'Catamarca',NULL,209),(6485,'Presidencia Roque Saenz Pena',NULL,210),(6486,'Resistencia',NULL,210),(6487,'Comodoro Rivadavia',NULL,211),(6488,'Puerto Madryn',NULL,211),(6489,'Rawson',NULL,211),(6490,'Trelew',NULL,211),(6491,'Alta Gracia',NULL,212),(6492,'Bell Ville',NULL,212),(6493,'Cordoba',NULL,212),(6494,'Rio Cuarto',NULL,212),(6495,'Rio Tercero',NULL,212),(6496,'San Francisco',NULL,212),(6497,'Villa Carlos Paz',NULL,212),(6498,'Villa Maria',NULL,212),(6499,'Corrientes',NULL,213),(6500,'Goya',NULL,213),(6501,'Mercedes',NULL,213),(6502,'San Lorenzo',NULL,213),(6503,'Formosa',NULL,216),(6504,'Jujuy',NULL,217),(6505,'Libertador General San Martin',NULL,217),(6506,'San Pedro',NULL,217),(6507,'Godoy Cruz',NULL,220),(6508,'Lujan',NULL,220),(6509,'Mendoza',NULL,220),(6510,'Rivadavia',NULL,220),(6511,'San Martin',NULL,220),(6512,'San Rafael',NULL,220),(6513,'Eldorado',NULL,221),(6514,'Obera',NULL,221),(6515,'Posadas',NULL,221),(6516,'Cutral Co',NULL,222),(6517,'Neuquen',NULL,222),(6518,'Salta',NULL,224),(6519,'San Ramon de la Nueva Oran',NULL,224),(6520,'Tartagal',NULL,224),(6521,'Tucuman',NULL,231),(6522,'Ashtarak',NULL,232),(6523,'Talin',NULL,232),(6524,'Ararat',NULL,233),(6525,'Artashat',NULL,233),(6526,'Armavir',NULL,234),(6527,'Vagharshapat',NULL,234),(6528,'Gavar',NULL,235),(6529,'Martuni',NULL,235),(6530,'Sevan',NULL,235),(6531,'Vardenis',NULL,235),(6532,'Abovyan',NULL,236),(6533,'Arzni',NULL,236),(6534,'Charentsavan',NULL,236),(6535,'Hrazdan',NULL,236),(6536,'Akhtala',NULL,237),(6537,'Alaverdi',NULL,237),(6538,'Spitak',NULL,237),(6539,'Stepanavan',NULL,237),(6540,'Tashir',NULL,237),(6541,'Vanadzor',NULL,237),(6542,'Artik',NULL,238),(6543,'Gyumri',NULL,238),(6544,'Stepanakert',NULL,239),(6545,'Angeghakot',NULL,240),(6546,'Goris',NULL,240),(6547,'Kajaran',NULL,240),(6548,'Kapan',NULL,240),(6549,'Meghri',NULL,240),(6550,'Sisian',NULL,240),(6551,'Dilijan',NULL,241),(6552,'Ijevan',NULL,241),(6553,'Yerevan',NULL,243),(6554,'Aruba',NULL,244),(6555,'Glenfield',NULL,245),(6556,'Henderson',NULL,245),(6557,'Milford',NULL,245),(6558,'Balgowlah',NULL,247),(6559,'Balmain',NULL,248),(6560,'Bankstown',NULL,249),(6561,'Camberwell',NULL,252),(6562,'Caulfield',NULL,255),(6563,'Chatswood',NULL,256),(6564,'Cheltenham',NULL,257),(6565,'Cherrybrook',NULL,258),(6566,'Clayton',NULL,259),(6567,'Collingwood',NULL,260),(6568,'Hawthorn',NULL,262),(6569,'Jannnali',NULL,263),(6570,'Knoxfield',NULL,264),(6571,'Melbourne',NULL,265),(6572,'South Oakleigh',NULL,265),(6573,'Cottesole',NULL,268),(6574,'Darch',NULL,268),(6575,'Mullaloo',NULL,268),(6576,'Noranda',NULL,268),(6577,'Osborne Park',NULL,268),(6578,'Willetton',NULL,268),(6579,'Acacia Ridge',NULL,269),(6580,'Aitkenvale',NULL,269),(6581,'Alderley',NULL,269),(6582,'Alexander Hills',NULL,269),(6583,'Archerfield',NULL,269),(6584,'Ashmore',NULL,269),(6585,'Atherton',NULL,269),(6586,'Ayr',NULL,269),(6587,'Beachmere',NULL,269),(6588,'Beenleigh',NULL,269),(6589,'Beerwah',NULL,269),(6590,'Bell',NULL,269),(6591,'Belmont',NULL,269),(6592,'Biloela',NULL,269),(6593,'Birkdale',NULL,269),(6594,'Blackwater',NULL,269),(6595,'Bongaree',NULL,269),(6596,'Bonogin',NULL,269),(6597,'Boonah',NULL,269),(6598,'Bowen',NULL,269),(6599,'Brendale',NULL,269),(6600,'Brisbane',NULL,269),(6601,'Buddina',NULL,269),(6602,'Buderim',NULL,269),(6603,'Bundaberg',NULL,269),(6604,'Bundall',NULL,269),(6605,'Burleigh Heads',NULL,269),(6606,'Burpengary',NULL,269),(6607,'Cabaland',NULL,269),(6608,'Caboolture',NULL,269),(6609,'Cairns',NULL,269),(6610,'Cairns Northern Beaches',NULL,269),(6611,'Caloundra',NULL,269),(6612,'Capalaba',NULL,269),(6613,'Charters Towers',NULL,269),(6614,'Childers',NULL,269),(6615,'Cleveland',NULL,269),(6616,'Coolum Beach',NULL,269),(6617,'Coopers Plain',NULL,269),(6618,'Dalby',NULL,269),(6619,'Deception Bay',NULL,269),(6620,'Eagle Farm',NULL,269),(6621,'Eagleby',NULL,269),(6622,'Emerald',NULL,269),(6623,'Emundi',NULL,269),(6624,'Forest Lake',NULL,269),(6625,'Gatton',NULL,269),(6626,'Gladstone',NULL,269),(6627,'Gold Coast',NULL,269),(6628,'Gowrie Junction',NULL,269),(6629,'Gympie',NULL,269),(6630,'Helensvale',NULL,269),(6631,'Hervey Bay',NULL,269),(6632,'Ingham',NULL,269),(6633,'Innisfail',NULL,269),(6634,'Ipswich',NULL,269),(6635,'Jindalee',NULL,269),(6636,'Julatten',NULL,269),(6637,'Kawana Waters',NULL,269),(6638,'Kingaroy',NULL,269),(6639,'Lawnton',NULL,269),(6640,'Loganholme',NULL,269),(6641,'Mackay',NULL,269),(6642,'Mareeba',NULL,269),(6643,'Maroochydore',NULL,269),(6644,'Maroochydore-Mooloolaba',NULL,269),(6645,'Maryborough',NULL,269),(6646,'Miami',NULL,269),(6647,'Milton',NULL,269),(6648,'Molendinar',NULL,269),(6649,'Moranbah',NULL,269),(6650,'Morayfield',NULL,269),(6651,'Mossman',NULL,269),(6652,'Mount Glorious',NULL,269),(6653,'Mount Isa',NULL,269),(6654,'Murarrie',NULL,269),(6655,'Nairand Kay',NULL,269),(6656,'Nambour',NULL,269),(6657,'Nerang',NULL,269),(6658,'Nobby Beach',NULL,269),(6659,'Noosa Heads',NULL,269),(6660,'Noosaville',NULL,269),(6661,'Paddington',NULL,269),(6662,'Port Douglas',NULL,269),(6663,'Robina',NULL,269),(6664,'Rockhampton',NULL,269),(6665,'Rocklea',NULL,269),(6666,'Roma',NULL,269),(6667,'Rubyvale',NULL,269),(6668,'Sanctuary Cove',NULL,269),(6669,'Slade Point',NULL,269),(6670,'Southport',NULL,269),(6671,'Suburb',NULL,269),(6672,'Sunshine Coast',NULL,269),(6673,'Tewantin-Noosa',NULL,269),(6674,'The Summit',NULL,269),(6675,'Toowong',NULL,269),(6676,'Toowoomba',NULL,269),(6677,'Townsville',NULL,269),(6678,'Victoria Point',NULL,269),(6679,'Warwick',NULL,269),(6680,'Willawong',NULL,269),(6681,'Yatala',NULL,269),(6682,'Yeppoon',NULL,269),(6683,'Zillmere',NULL,269),(6684,'Bridgewater-Gagebrook',NULL,271),(6685,'Burnie',NULL,271),(6686,'Burnie-Devonport',NULL,271),(6687,'Glenorchy',NULL,271),(6688,'Hobart',NULL,271),(6689,'Kingston-Blackmans Bay',NULL,271),(6690,'Launceston',NULL,271),(6691,'New Norfolk',NULL,271),(6692,'Rowella',NULL,271),(6693,'Sheffield',NULL,271),(6694,'Ulverstone',NULL,271),(6695,'Templestowe',NULL,272),(6696,'Albion',NULL,273),(6697,'Ararat',NULL,273),(6698,'Avenel',NULL,273),(6699,'Avondale Heights',NULL,273),(6700,'Baccus Marsh',NULL,273),(6701,'Bairnsdale',NULL,273),(6702,'Ballarat',NULL,273),(6703,'Balwyn',NULL,273),(6704,'Batman',NULL,273),(6705,'Bayswater',NULL,273),(6706,'Belmont',NULL,273),(6707,'Benalla',NULL,273),(6708,'Bendigo',NULL,273),(6709,'Bentleigh East',NULL,273),(6710,'Berwick',NULL,273),(6711,'Blackburn',NULL,273),(6712,'Blue Mountains',NULL,273),(6713,'Boonah',NULL,273),(6714,'Boronia',NULL,273),(6715,'Box Hill',NULL,273),(6716,'Brighton East',NULL,273),(6717,'Bundoora',NULL,273),(6718,'Campbellfield',NULL,273),(6719,'Carlton South',NULL,273),(6720,'Caroline Springs',NULL,273),(6721,'Castle Hill',NULL,273),(6722,'Castlemaine',NULL,273),(6723,'Caulfield',NULL,273),(6724,'Cheltenham',NULL,273),(6725,'Chester',NULL,273),(6726,'Clayton South',NULL,273),(6727,'Clifton Springs',NULL,273),(6728,'Coburg',NULL,273),(6729,'Colac',NULL,273),(6730,'Collingwood',NULL,273),(6731,'Craigieburn',NULL,273),(6732,'Cranbourne',NULL,273),(6733,'Crib Point',NULL,273),(6734,'Dandenong',NULL,273),(6735,'Devon Meadows',NULL,273),(6736,'Diamond Creek',NULL,273),(6737,'Doncaster East',NULL,273),(6738,'Doncester',NULL,273),(6739,'Donvale',NULL,273),(6740,'Echuca-Moama',NULL,273),(6741,'Elsternwick',NULL,273),(6742,'Eltham',NULL,273),(6743,'Fairfield',NULL,273),(6744,'Fitzroy',NULL,273),(6745,'Frnakston',NULL,273),(6746,'Geelong',NULL,273),(6747,'Glen Waverley',NULL,273),(6748,'Glenorchy',NULL,273),(6749,'Hallam',NULL,273),(6750,'Hamilton',NULL,273),(6751,'Hastings',NULL,273),(6752,'Healesville',NULL,273),(6753,'Horsham',NULL,273),(6754,'Hughesdale',NULL,273),(6755,'Ivanhoe',NULL,273),(6756,'Keilor',NULL,273),(6757,'Kensington',NULL,273),(6758,'Kerang',NULL,273),(6759,'Kilmore',NULL,273),(6760,'Kilsyth',NULL,273),(6761,'Kyabram',NULL,273),(6762,'Lakes Entrance',NULL,273),(6763,'Lalor',NULL,273),(6764,'Lara',NULL,273),(6765,'Laverton North',NULL,273),(6766,'Leopold',NULL,273),(6767,'Lower Templestowe',NULL,273),(6768,'Maidstone',NULL,273),(6769,'Malvern',NULL,273),(6770,'Maryborough',NULL,273),(6771,'Melbourne',NULL,273),(6772,'Melton',NULL,273),(6773,'Middle Park',NULL,273),(6774,'Mildura',NULL,273),(6775,'Mitcham',NULL,273),(6776,'Moe-Yallourn',NULL,273),(6777,'Moorabbin',NULL,273),(6778,'Mordialloc',NULL,273),(6779,'Morwell',NULL,273),(6780,'Mulgrave',NULL,273),(6781,'Murrumbeena',NULL,273),(6782,'Neerim South',NULL,273),(6783,'Noble Park North',NULL,273),(6784,'Notting Hill',NULL,273),(6785,'Oak Park',NULL,273),(6786,'Ocean Grove-Barwon Heads',NULL,273),(6787,'Olinda',NULL,273),(6788,'Pakenham',NULL,273),(6789,'Park Orchards',NULL,273),(6790,'Port Melbourne',NULL,273),(6791,'Portland',NULL,273),(6792,'Prahran',NULL,273),(6793,'Preston',NULL,273),(6794,'Pritbourne',NULL,273),(6795,'Queenscliff',NULL,273),(6796,'Reservoir',NULL,273),(6797,'Ringwood',NULL,273),(6798,'Rowville',NULL,273),(6799,'Sale',NULL,273),(6800,'Sandringham',NULL,273),(6801,'Scoresby',NULL,273),(6802,'Sebastopol',NULL,273),(6803,'Seymour',NULL,273),(6804,'Shepparton-Mooroopna',NULL,273),(6805,'Somerville',NULL,273),(6806,'South Yarra',NULL,273),(6807,'Southbank',NULL,273),(6808,'St. Albans',NULL,273),(6809,'St. Kilda East',NULL,273),(6810,'Stawell',NULL,273),(6811,'Sunbury',NULL,273),(6812,'Sunshine West',NULL,273),(6813,'Swan Hill',NULL,273),(6814,'Tatura',NULL,273),(6815,'Thomastown',NULL,273),(6816,'Thornbury',NULL,273),(6817,'Tongala',NULL,273),(6818,'Torquay',NULL,273),(6819,'Traralgon',NULL,273),(6820,'Tullamarine',NULL,273),(6821,'Vermont',NULL,273),(6822,'Wangaratta',NULL,273),(6823,'Wantirna',NULL,273),(6824,'Warragul',NULL,273),(6825,'Warrnambool',NULL,273),(6826,'Welshpool',NULL,273),(6827,'Wendouree',NULL,273),(6828,'Wonthaggi',NULL,273),(6829,'Woodend',NULL,273),(6830,'Yarrawonga-Mulwala',NULL,273),(6831,'Yea',NULL,273),(6832,'Wheeler',NULL,276),(6833,'Eisenstadt',NULL,280),(6834,'GroBpetersdorf',NULL,280),(6835,'Jennersdorf',NULL,280),(6836,'Kemeten',NULL,280),(6837,'Mattersburg',NULL,280),(6838,'Neudorfl',NULL,280),(6839,'Neusiedl am See',NULL,280),(6840,'Oberwart',NULL,280),(6841,'Pinkafeld',NULL,280),(6842,'Rust',NULL,280),(6843,'Maria Rain',NULL,281),(6844,'Poggersdorf',NULL,281),(6845,'Althofen',NULL,282),(6846,'Arnoldstein',NULL,282),(6847,'Bad Sankt Leonhard',NULL,282),(6848,'Bleiburg',NULL,282),(6849,'Ebenthal',NULL,282),(6850,'Eberndorf',NULL,282),(6851,'Feldkirchen',NULL,282),(6852,'Ferlach',NULL,282),(6853,'Finkenstein',NULL,282),(6854,'Friesach',NULL,282),(6855,'Hermagor',NULL,282),(6856,'Klagenfurt',NULL,282),(6857,'Klagenfurt ',NULL,282),(6858,'Lohnsburg',NULL,282),(6859,'Moosburg',NULL,282),(6860,'Paternion',NULL,282),(6861,'Radentheim',NULL,282),(6862,'Sankt Andra',NULL,282),(6863,'Sankt Jakob',NULL,282),(6864,'Sankt Veit',NULL,282),(6865,'Seeboden',NULL,282),(6866,'Spittal',NULL,282),(6867,'Velden am Worthersee',NULL,282),(6868,'Villach',NULL,282),(6869,'Volkermarkt',NULL,282),(6870,'Wernberg',NULL,282),(6871,'Wolfsberg',NULL,282),(6872,'Amstetten',NULL,285),(6873,'Bad Voslau',NULL,285),(6874,'Baden',NULL,285),(6875,'Berndorf',NULL,285),(6876,'Boheimkirchen',NULL,285),(6877,'Bruck an der Leitha',NULL,285),(6878,'Brunn',NULL,285),(6879,'Deutsch-Wagram',NULL,285),(6880,'Ebreichsdorf',NULL,285),(6881,'Eggendorf',NULL,285),(6882,'Fischamend',NULL,285),(6883,'Gablitz',NULL,285),(6884,'Ganserndorf',NULL,285),(6885,'Gerasdorf',NULL,285),(6886,'Gloggnitz',NULL,285),(6887,'Gmund',NULL,285),(6888,'Greifenstein',NULL,285),(6889,'GroB-Enzersdorf',NULL,285),(6890,'GroB-Gerungs',NULL,285),(6891,'Guntramsdorf',NULL,285),(6892,'Haag',NULL,285),(6893,'Hainburg',NULL,285),(6894,'Heidenreichstein',NULL,285),(6895,'Herzogenburg',NULL,285),(6896,'Himberg',NULL,285),(6897,'Hollabrunn',NULL,285),(6898,'Horn',NULL,285),(6899,'Klosterneuburg',NULL,285),(6900,'Korneuburg',NULL,285),(6901,'Kottingbrunn',NULL,285),(6902,'Krems',NULL,285),(6903,'Laa',NULL,285),(6904,'Langenlois',NULL,285),(6905,'Langenzersdorf',NULL,285),(6906,'Leobendorf',NULL,285),(6907,'Leopoldsdorf',NULL,285),(6908,'Lilienfeld',NULL,285),(6909,'Loipersdorf',NULL,285),(6910,'Maria Enzersdorf',NULL,285),(6911,'Melk',NULL,285),(6912,'Mistelbach',NULL,285),(6913,'Modling',NULL,285),(6914,'Neulengbach',NULL,285),(6915,'Neunkirchen',NULL,285),(6916,'Niederleis',NULL,285),(6917,'Ober-Grabendorf',NULL,285),(6918,'Perchtoldsdorf',NULL,285),(6919,'Pernitz',NULL,285),(6920,'Pottendorf',NULL,285),(6921,'Poysdorf',NULL,285),(6922,'Pressbaum',NULL,285),(6923,'Purgstall',NULL,285),(6924,'Purkersdorf',NULL,285),(6925,'Reichenau',NULL,285),(6926,'Retz',NULL,285),(6927,'Sankt Andra-Wordern',NULL,285),(6928,'Sankt Peter in der Au',NULL,285),(6929,'Sankt Polten',NULL,285),(6930,'Sankt Valentin',NULL,285),(6931,'Scheibbs',NULL,285),(6932,'Schrems',NULL,285),(6933,'Schwechat',NULL,285),(6934,'Seitenstetten',NULL,285),(6935,'Sollenau',NULL,285),(6936,'Stockerau',NULL,285),(6937,'Strasshof',NULL,285),(6938,'Ternitz',NULL,285),(6939,'Traiskirchen',NULL,285),(6940,'Traismauer',NULL,285),(6941,'Tulln',NULL,285),(6942,'Vosendorf',NULL,285),(6943,'Waidhofen',NULL,285),(6944,'Wiener Neudorf',NULL,285),(6945,'Wiener Neustadt',NULL,285),(6946,'Wieselburg',NULL,285),(6947,'Wilhelmsburg',NULL,285),(6948,'Wolkersdorf',NULL,285),(6949,'Ybbs',NULL,285),(6950,'Ybbsitz',NULL,285),(6951,'Zistersdorf',NULL,285),(6952,'Zwettl',NULL,285),(6953,'Alkoven',NULL,286),(6954,'Altheim',NULL,286),(6955,'Altmunster',NULL,286),(6956,'Andorf',NULL,286),(6957,'Ansfelden',NULL,286),(6958,'Asten',NULL,286),(6959,'Attnang-Puchheim',NULL,286),(6960,'Aurolzmunster',NULL,286),(6961,'Bad Goisern',NULL,286),(6962,'Bad Hall',NULL,286),(6963,'Bad Ischl',NULL,286),(6964,'Braunau',NULL,286),(6965,'Breitenfurt',NULL,286),(6966,'Ebensee',NULL,286),(6967,'Eferding',NULL,286),(6968,'Engerwitzdorf',NULL,286),(6969,'Enns',NULL,286),(6970,'Feldkirchen an der Donau',NULL,286),(6971,'Frankenburg',NULL,286),(6972,'Freistadt',NULL,286),(6973,'Gallneukirchen',NULL,286),(6974,'Garsten',NULL,286),(6975,'Gmunden',NULL,286),(6976,'Gramastetten',NULL,286),(6977,'Grieskirchen',NULL,286),(6978,'Gunskirchen',NULL,286),(6979,'Horsching',NULL,286),(6980,'Kirchdorf an der Krems',NULL,286),(6981,'Kremsmunster',NULL,286),(6982,'Krenglbach',NULL,286),(6983,'Laakirchen',NULL,286),(6984,'Lenzing',NULL,286),(6985,'Leonding',NULL,286),(6986,'Linz',NULL,286),(6987,'Loibichl',NULL,286),(6988,'Marchtrenk',NULL,286),(6989,'Mattighofen',NULL,286),(6990,'Mauthausen',NULL,286),(6991,'Micheldorf',NULL,286),(6992,'Neuhofen an der Krems',NULL,286),(6993,'Ohlsdorf',NULL,286),(6994,'Ottensheim',NULL,286),(6995,'Pasching',NULL,286),(6996,'Perg',NULL,286),(6997,'Pettenbach',NULL,286),(6998,'Pram',NULL,286),(6999,'Pregarten',NULL,286),(7000,'Puchenau',NULL,286),(7001,'Regau',NULL,286),(7002,'Ried',NULL,286),(7003,'Rohrbach in Oberosterreich',NULL,286),(7004,'Rutzenmoos',NULL,286),(7005,'Sankt Florian',NULL,286),(7006,'Sankt Georgen',NULL,286),(7007,'Sankt Marien',NULL,286),(7008,'Scharding',NULL,286),(7009,'Scharnstein',NULL,286),(7010,'Schwertberg',NULL,286),(7011,'Seewalchen',NULL,286),(7012,'Sierning',NULL,286),(7013,'Stadl-Paura',NULL,286),(7014,'Steyr',NULL,286),(7015,'Steyregg',NULL,286),(7016,'Steyrermuhl',NULL,286),(7017,'Thalheim',NULL,286),(7018,'Timelkam',NULL,286),(7019,'Traun',NULL,286),(7020,'Vocklabruck',NULL,286),(7021,'Vocklamarkt',NULL,286),(7022,'Vorchdorf',NULL,286),(7023,'Wels',NULL,286),(7024,'Wilhering',NULL,286),(7025,'Abtenau',NULL,287),(7026,'Anif',NULL,287),(7027,'Bad Gastein',NULL,287),(7028,'Bad Hofgastein',NULL,287),(7029,'Bergheim',NULL,287),(7030,'Bischofshofen',NULL,287),(7031,'Bruck an der GroBglocknerstraB',NULL,287),(7032,'Burmoos',NULL,287),(7033,'Elsbethen',NULL,287),(7034,'Eugendorf',NULL,287),(7035,'Forstau',NULL,287),(7036,'Grodig',NULL,287),(7037,'Hallein',NULL,287),(7038,'Hallwang',NULL,287),(7039,'Henndorf',NULL,287),(7040,'Kuchl',NULL,287),(7041,'Mayrhofen',NULL,287),(7042,'Mittersill',NULL,287),(7043,'Neumarkt',NULL,287),(7044,'Oberndorf',NULL,287),(7045,'Obertrum am See',NULL,287),(7046,'Piesendorf',NULL,287),(7047,'Puch',NULL,287),(7048,'Radstadt',NULL,287),(7049,'Saalfelden',NULL,287),(7050,'Salzburg',NULL,287),(7051,'Sankt Johann im Pongau',NULL,287),(7052,'Seekirchen',NULL,287),(7053,'Sieghartskirchen',NULL,287),(7054,'StraBwalchen',NULL,287),(7055,'Strobl',NULL,287),(7056,'Tamsweg',NULL,287),(7057,'Thalgau',NULL,287),(7058,'Wals-Siezenheim',NULL,287),(7059,'Wolfgangsee',NULL,287),(7060,'Zell am See',NULL,287),(7061,'Albersdorf',NULL,288),(7062,'Bad Aussee',NULL,289),(7063,'Barnbach',NULL,289),(7064,'Bruck an der Mur',NULL,289),(7065,'Deutschlandsberg',NULL,289),(7066,'Eisenerz',NULL,289),(7067,'Feldbach',NULL,289),(7068,'Feldkirchen bei Graz',NULL,289),(7069,'Fohnsdorf',NULL,289),(7070,'Frohnleiten',NULL,289),(7071,'Furstenfeld',NULL,289),(7072,'Gleisdorf',NULL,289),(7073,'Gratkorn',NULL,289),(7074,'Graz',NULL,289),(7075,'Hartberg',NULL,289),(7076,'Judenburg',NULL,289),(7077,'Judendorf-StraBengel',NULL,289),(7078,'Kapfenberg',NULL,289),(7079,'Karlsdorf',NULL,289),(7080,'Kindberg',NULL,289),(7081,'Knittelfeld',NULL,289),(7082,'Koflach',NULL,289),(7083,'Krieglach',NULL,289),(7084,'Lannach',NULL,289),(7085,'Leibnitz',NULL,289),(7086,'Leoben',NULL,289),(7087,'Liezen',NULL,289),(7088,'Murzzuschlag',NULL,289),(7089,'Rottenmann',NULL,289),(7090,'Schladming',NULL,289),(7091,'Seiersberg',NULL,289),(7092,'Spielberg',NULL,289),(7093,'Trofaiach',NULL,289),(7094,'Voitsberg',NULL,289),(7095,'Wagna',NULL,289),(7096,'Weiz',NULL,289),(7097,'Zeltweg',NULL,289),(7098,'Deutschfeistritz',NULL,290),(7099,'Liezen',NULL,290),(7100,'Sankt Bartholoma',NULL,290),(7101,'Absam',NULL,291),(7102,'Axams',NULL,291),(7103,'Ebbs',NULL,291),(7104,'Fugen',NULL,291),(7105,'Hall',NULL,291),(7106,'Haselgehr',NULL,291),(7107,'Hopfgarten',NULL,291),(7108,'Imst',NULL,291),(7109,'Innsbruck',NULL,291),(7110,'Jenbach',NULL,291),(7111,'Kirchberg',NULL,291),(7112,'Kirchbichl',NULL,291),(7113,'Kitzbuhel',NULL,291),(7114,'Kramsach',NULL,291),(7115,'Kufstein',NULL,291),(7116,'Landeck',NULL,291),(7117,'Lienz',NULL,291),(7118,'Matrei',NULL,291),(7119,'Neustift im Stubaital',NULL,291),(7120,'Reutte',NULL,291),(7121,'Rum',NULL,291),(7122,'Sankt Johann in Tirol',NULL,291),(7123,'Scheffau',NULL,291),(7124,'Schwaz',NULL,291),(7125,'St. Johann Am Walde',NULL,291),(7126,'Telfs',NULL,291),(7127,'Vols',NULL,291),(7128,'Vomp',NULL,291),(7129,'Wattens',NULL,291),(7130,'Worgl',NULL,291),(7131,'Zirl',NULL,291),(7132,'Altach',NULL,293),(7133,'Bludenz',NULL,293),(7134,'Bregenz',NULL,293),(7135,'Chassieu',NULL,293),(7136,'Dietmannsried',NULL,293),(7137,'Dornbirn',NULL,293),(7138,'Feldkirch',NULL,293),(7139,'Frastanz',NULL,293),(7140,'Gotzis',NULL,293),(7141,'Hard',NULL,293),(7142,'Hochst',NULL,293),(7143,'Hohenems',NULL,293),(7144,'Horbranz',NULL,293),(7145,'Hufingen',NULL,293),(7146,'Lauterach',NULL,293),(7147,'Lochau',NULL,293),(7148,'Lustenau',NULL,293),(7149,'Mittelberg',NULL,293),(7150,'Nenzing',NULL,293),(7151,'Nuziders',NULL,293),(7152,'Rankweil',NULL,293),(7153,'Schruns',NULL,293),(7154,'Thuringen',NULL,293),(7155,'Wolfurt',NULL,293),(7156,'Vienna',NULL,294),(7157,'Wien',NULL,294),(7158,'Alat',NULL,295),(7159,'Artyom',NULL,295),(7160,'Baki',NULL,295),(7161,'Bakixanov',NULL,295),(7162,'Balaxani',NULL,295),(7163,'Bilacari',NULL,295),(7164,'Bilqax',NULL,295),(7165,'Bina',NULL,295),(7166,'Buzovna',NULL,295),(7167,'Haci Zeynalabdin',NULL,295),(7168,'Hovsan',NULL,295),(7169,'Lokbatan',NULL,295),(7170,'Mastaga',NULL,295),(7171,'Puta',NULL,295),(7172,'Qarasuxur',NULL,295),(7173,'Qobustan',NULL,295),(7174,'Rasulzada',NULL,295),(7175,'Sabuncu',NULL,295),(7176,'Sanqacal',NULL,295),(7177,'Sumqayit',NULL,295),(7178,'Suraxani',NULL,295),(7179,'Xirdalan',NULL,295),(7180,'Zirya',NULL,295),(7181,'Daskasan',NULL,297),(7182,'Ganca',NULL,297),(7183,'Xanlar',NULL,297),(7184,'Ganja',NULL,298),(7185,'Cabrayil',NULL,299),(7186,'Kalbacar',NULL,299),(7187,'Lacin',NULL,299),(7188,'Astara',NULL,300),(7189,'Goytapa',NULL,300),(7190,'Lankaran',NULL,300),(7191,'Masalli',NULL,300),(7192,'Neftcala',NULL,300),(7193,'Agcabadi',NULL,301),(7194,'Agdam',NULL,301),(7195,'Barda',NULL,301),(7196,'Mingacevir',NULL,301),(7197,'Tartar',NULL,301),(7198,'Yevlax',NULL,301),(7199,'Ali Bayramli',NULL,302),(7200,'Bilasuvar',NULL,302),(7201,'Calilabad',NULL,302),(7202,'Qarasu',NULL,302),(7203,'Qazimammad',NULL,302),(7204,'Saatli',NULL,302),(7205,'Sabirabad',NULL,302),(7206,'Salyan',NULL,302),(7207,'Susa',NULL,303),(7208,'Xankandi',NULL,303),(7209,'Xocavand',NULL,303),(7210,'Culfa',NULL,304),(7211,'Naxcivan',NULL,304),(7212,'Ordubad',NULL,304),(7213,'Sadarak',NULL,304),(7214,'Sarur',NULL,304),(7215,'Beylaqan',NULL,305),(7216,'Fuzuli',NULL,305),(7217,'Imisli',NULL,305),(7218,'Agstafa',NULL,306),(7219,'Gadabay',NULL,306),(7220,'Kovlar',NULL,306),(7221,'Qaracamirli',NULL,306),(7222,'Qazax',NULL,306),(7223,'Samkir',NULL,306),(7224,'Tovuz',NULL,306),(7225,'Amircan',NULL,307),(7226,'Balakan',NULL,307),(7227,'Katex',NULL,307),(7228,'Oguz',NULL,307),(7229,'Qabala',NULL,307),(7230,'Qax',NULL,307),(7231,'Saki',NULL,307),(7232,'Zaqatala',NULL,307),(7233,'Agdas',NULL,308),(7234,'Agsu',NULL,308),(7235,'Goycay',NULL,308),(7236,'Ismayilli',NULL,308),(7237,'Kurdamir',NULL,308),(7238,'Samaxi',NULL,308),(7239,'Ucar',NULL,308),(7240,'Zardab',NULL,308),(7241,'Davaci',NULL,309),(7242,'Quba',NULL,309),(7243,'Qusar',NULL,309),(7244,'Siyazan',NULL,309),(7245,'Xacmaz',NULL,309),(7246,'Xudat',NULL,309),(7247,'Coopers Town',NULL,310),(7248,'Marsh Harbour',NULL,310),(7249,'Andros Town',NULL,312),(7250,'Nicholls Town',NULL,312),(7251,'Alice Town',NULL,314),(7252,'Freetown',NULL,317),(7253,'Rock Sound',NULL,317),(7254,'Pirates Well',NULL,322),(7255,'\'Isa',NULL,327),(7256,'Badiyah',NULL,328),(7257,'Hidd',NULL,329),(7258,'Mahama',NULL,331),(7259,'Manama',NULL,332),(7260,'Sitrah',NULL,333),(7261,'al-Manamah',NULL,334),(7262,'al-Muharraq',NULL,335),(7263,'ar-Rifa\'a',NULL,336),(7264,'Bandarban',NULL,338),(7265,'Barguna',NULL,339),(7266,'Barisal',NULL,340),(7267,'Gaurnadi',NULL,340),(7268,'Mehendiganj',NULL,340),(7269,'Nalchiti',NULL,340),(7270,'Bhola',NULL,341),(7271,'Burhanuddin',NULL,341),(7272,'Char Fasson',NULL,341),(7273,'Lalmohan',NULL,341),(7274,'Adamighi',NULL,342),(7275,'Bogora',NULL,342),(7276,'Sherpur',NULL,342),(7277,'Chandpur',NULL,344),(7278,'Hajiganj',NULL,344),(7279,'Boalkhali',NULL,345),(7280,'Chattagam',NULL,345),(7281,'Fatikchhari',NULL,345),(7282,'Lohagara',NULL,345),(7283,'Patiya',NULL,345),(7284,'Rangunia',NULL,345),(7285,'Raozan',NULL,345),(7286,'Sandip',NULL,345),(7287,'Satkaniya',NULL,345),(7288,'Alamdanga',NULL,347),(7289,'Chuadanga',NULL,347),(7290,'Damurhuda',NULL,347),(7291,'Dhaka',NULL,348),(7292,'Dhamrai',NULL,348),(7293,'Dohar',NULL,348),(7294,'Bochanganj',NULL,349),(7295,'Dinajpur',NULL,349),(7296,'Fulbari',NULL,349),(7297,'Parbatipur',NULL,349),(7298,'Bhanga',NULL,350),(7299,'Char Bhadrasan',NULL,350),(7300,'Faridpur',NULL,350),(7301,'Chhagalnaiya',NULL,351),(7302,'Feni',NULL,351),(7303,'Gaybanda',NULL,352),(7304,'Gazipur',NULL,353),(7305,'Tungi',NULL,353),(7306,'Gopalganj',NULL,354),(7307,'Tungi Para',NULL,354),(7308,'Baniachang',NULL,355),(7309,'Habiganj',NULL,355),(7310,'Jamalpur',NULL,357),(7311,'Sarishabari',NULL,357),(7312,'Abhaynagar',NULL,358),(7313,'Jessor',NULL,358),(7314,'Jhikargachha',NULL,358),(7315,'Keshabpur',NULL,358),(7316,'Jhalakati',NULL,359),(7317,'Jhanaydah',NULL,360),(7318,'Kaliganj',NULL,360),(7319,'Kotchandpur',NULL,360),(7320,'Shailkupa',NULL,360),(7321,'Khagrachari',NULL,361),(7322,'Manikchhari',NULL,361),(7323,'Ramgarh',NULL,361),(7324,'Khulna',NULL,362),(7325,'Phultala',NULL,362),(7326,'Bajitpur',NULL,363),(7327,'Bhairab Bazar',NULL,363),(7328,'Itna',NULL,363),(7329,'Kishorganj',NULL,363),(7330,'Komilla',NULL,365),(7331,'Laksham',NULL,365),(7332,'Chilmari',NULL,366),(7333,'Kurigram',NULL,366),(7334,'Nageshwari',NULL,366),(7335,'Ulipur',NULL,366),(7336,'Bheramara',NULL,367),(7337,'Kushtiya',NULL,367),(7338,'Lakshmipur',NULL,368),(7339,'Ramganj',NULL,368),(7340,'Ramgati',NULL,368),(7341,'Raypur',NULL,368),(7342,'Madaripur',NULL,370),(7343,'Magura',NULL,371),(7344,'Bhaluka',NULL,372),(7345,'Fulbaria',NULL,372),(7346,'Gafargaon',NULL,372),(7347,'Ishwarganj',NULL,372),(7348,'Maimansingh',NULL,372),(7349,'Muktagachha',NULL,372),(7350,'Trishal',NULL,372),(7351,'Manikganj',NULL,373),(7352,'Meherpur',NULL,375),(7353,'Munshiganj',NULL,376),(7354,'Kalia',NULL,377),(7355,'Naral',NULL,377),(7356,'Narayanganj',NULL,378),(7357,'Rupganj',NULL,378),(7358,'Narsingdi',NULL,379),(7359,'Roypura',NULL,379),(7360,'Gurudaspur',NULL,380),(7361,'Nator',NULL,380),(7362,'Naugaon',NULL,381),(7363,'Gomastapur',NULL,382),(7364,'Nawabganj',NULL,382),(7365,'Shibganj',NULL,382),(7366,'Netrakona',NULL,383),(7367,'Domar',NULL,384),(7368,'Nilphamari',NULL,384),(7369,'Sa\'idpur',NULL,384),(7370,'Begamganj',NULL,385),(7371,'Noakhali',NULL,385),(7372,'Senbagh',NULL,385),(7373,'Bera',NULL,386),(7374,'Bhangura',NULL,386),(7375,'Ishurdi',NULL,386),(7376,'Pabna',NULL,386),(7377,'Panchagarh',NULL,387),(7378,'Patuakhali',NULL,388),(7379,'Bhandaria',NULL,389),(7380,'Mathbaria',NULL,389),(7381,'Nesarabad',NULL,389),(7382,'Pirojpur',NULL,389),(7383,'Pangsha',NULL,390),(7384,'Rajbari',NULL,390),(7385,'Rajshahi',NULL,391),(7386,'Kaptai',NULL,392),(7387,'Rangamati',NULL,392),(7388,'Badarganj',NULL,393),(7389,'Kaunia',NULL,393),(7390,'Rangpur',NULL,393),(7391,'Satkhira',NULL,394),(7392,'Palang',NULL,395),(7393,'Nalitabari',NULL,396),(7394,'Sherpur',NULL,396),(7395,'Silhat',NULL,397),(7396,'Shahjadpur',NULL,398),(7397,'Sirajganj',NULL,398),(7398,'Chhatak',NULL,399),(7399,'Sunamganj',NULL,399),(7400,'Gopalpur',NULL,400),(7401,'Mirzapur',NULL,400),(7402,'Sakhipur',NULL,400),(7403,'Tangayal',NULL,400),(7404,'Pirganj',NULL,401),(7405,'Thakurgaon',NULL,401),(7406,'Baranavichy',NULL,413),(7407,'Bjaroza',NULL,413),(7408,'Bjeloozersk',NULL,413),(7409,'Brest',NULL,413),(7410,'David-Haradok',NULL,413),(7411,'Drahichyn',NULL,413),(7412,'Hancavichy',NULL,413),(7413,'Ivacevichy',NULL,413),(7414,'Ivanava',NULL,413),(7415,'Kamjenec',NULL,413),(7416,'Kobryn',NULL,413),(7417,'Kosava',NULL,413),(7418,'Ljahavichy',NULL,413),(7419,'Luninjec',NULL,413),(7420,'Malaryta',NULL,413),(7421,'Mikashevichy',NULL,413),(7422,'Pinsk',NULL,413),(7423,'Pruzhany',NULL,413),(7424,'Stolin',NULL,413),(7425,'Vysokoje',NULL,413),(7426,'Zhabinka',NULL,413),(7427,'Buda Kosheljovo',NULL,414),(7428,'Chechersk',NULL,414),(7429,'Dobrush',NULL,414),(7430,'Hojniki',NULL,414),(7431,'Homjel\'',NULL,414),(7432,'Jel\'sk',NULL,414),(7433,'Kalinkavichy',NULL,414),(7434,'Kascjukovka',NULL,414),(7435,'Mazyr',NULL,414),(7436,'Narovlja',NULL,414),(7437,'Pjetrykav',NULL,414),(7438,'Rahachow',NULL,414),(7439,'Rechyca',NULL,414),(7440,'Svetlahorsk',NULL,414),(7441,'Vasilevichy',NULL,414),(7442,'Vjetka',NULL,414),(7443,'Zhlobin',NULL,414),(7444,'Zhytkavichy',NULL,414),(7445,'Ashmjany',NULL,415),(7446,'Berjozovka',NULL,415),(7447,'Hrodna',NULL,415),(7448,'Lida',NULL,415),(7449,'Masty',NULL,415),(7450,'Navahrudak',NULL,415),(7451,'Shchuchyn',NULL,415),(7452,'Skidel\'',NULL,415),(7453,'Slonim',NULL,415),(7454,'Smarhon\'',NULL,415),(7455,'Vawkavysk',NULL,415),(7456,'Asipovichy',NULL,416),(7457,'Babrujsk',NULL,416),(7458,'Byhau',NULL,416),(7459,'Chausy',NULL,416),(7460,'Cherikov',NULL,416),(7461,'Horki',NULL,416),(7462,'Kascjukovichy',NULL,416),(7463,'Klimavichy',NULL,416),(7464,'Krychaw',NULL,416),(7465,'Mahiljow',NULL,416),(7466,'Mstislav',NULL,416),(7467,'Shklov',NULL,416),(7468,'Slaeuharad',NULL,416),(7469,'Minsk',NULL,418),(7470,'Petrikov',NULL,420),(7471,'Baran\'',NULL,421),(7472,'Braslav',NULL,421),(7473,'Chashniki',NULL,421),(7474,'Disna',NULL,421),(7475,'Dokshicy',NULL,421),(7476,'Dubrovna',NULL,421),(7477,'Haradok',NULL,421),(7478,'Hlybokaje',NULL,421),(7479,'Ljepjel\'',NULL,421),(7480,'Mjory',NULL,421),(7481,'Navapolack',NULL,421),(7482,'Novalukoml\'',NULL,421),(7483,'Orsha',NULL,421),(7484,'Pastavy',NULL,421),(7485,'Polack',NULL,421),(7486,'Polotsk',NULL,421),(7487,'Senno',NULL,421),(7488,'Talachyn',NULL,421),(7489,'Verhnjadzvimsk',NULL,421),(7490,'Vicebsk',NULL,421),(7491,'Aartselaar',NULL,422),(7492,'Antwerpen',NULL,422),(7493,'Arendonk',NULL,422),(7494,'Baarle-Hertog',NULL,422),(7495,'Balen',NULL,422),(7496,'Beerse',NULL,422),(7497,'Berlaar',NULL,422),(7498,'Boechout',NULL,422),(7499,'Bonheiden',NULL,422),(7500,'Boom',NULL,422),(7501,'Bornem',NULL,422),(7502,'Borsbeek',NULL,422),(7503,'Brasschaat',NULL,422),(7504,'Brecht',NULL,422),(7505,'Dessel',NULL,422),(7506,'Deurne',NULL,422),(7507,'Duffel',NULL,422),(7508,'Edegem',NULL,422),(7509,'Ekeren',NULL,422),(7510,'Essen',NULL,422),(7511,'Geel',NULL,422),(7512,'Geluvele',NULL,422),(7513,'Grobbendonk',NULL,422),(7514,'Heist-op-den-Berg',NULL,422),(7515,'Hemiksem',NULL,422),(7516,'Herentals',NULL,422),(7517,'Herenthout',NULL,422),(7518,'Herselt',NULL,422),(7519,'Hoogstraten',NULL,422),(7520,'Hove',NULL,422),(7521,'Hulshout',NULL,422),(7522,'Kalmpthout',NULL,422),(7523,'Kalmthout',NULL,422),(7524,'Kapellen',NULL,422),(7525,'Kasterlee',NULL,422),(7526,'Kontich',NULL,422),(7527,'Laakdal',NULL,422),(7528,'Lier',NULL,422),(7529,'Lille',NULL,422),(7530,'Lint',NULL,422),(7531,'Malle',NULL,422),(7532,'Mechelen',NULL,422),(7533,'Meerhout',NULL,422),(7534,'Merksplas',NULL,422),(7535,'Mol',NULL,422),(7536,'Mortsel',NULL,422),(7537,'Niel',NULL,422),(7538,'Nijlen',NULL,422),(7539,'Olen',NULL,422),(7540,'Oud-Turnhout',NULL,422),(7541,'Putte',NULL,422),(7542,'Puurs',NULL,422),(7543,'Ranst',NULL,422),(7544,'Ravels',NULL,422),(7545,'Retie',NULL,422),(7546,'Rijkevorsel',NULL,422),(7547,'Robrechts',NULL,422),(7548,'Rumst',NULL,422),(7549,'Schelle',NULL,422),(7550,'Schilde',NULL,422),(7551,'Schoten',NULL,422),(7552,'Sint-Amands',NULL,422),(7553,'Sint-Katelijne-Waver',NULL,422),(7554,'Stabroek',NULL,422),(7555,'Turnhout',NULL,422),(7556,'Vorselaar',NULL,422),(7557,'Vosselaar',NULL,422),(7558,'Westerlo',NULL,422),(7559,'Wijnegem',NULL,422),(7560,'Willebroek',NULL,422),(7561,'Wilrijk',NULL,422),(7562,'Wommelgem',NULL,422),(7563,'Wuustwezel',NULL,422),(7564,'Zandhoven',NULL,422),(7565,'Zoersel',NULL,422),(7566,'Zwijndrecht',NULL,422),(7567,'Berchem',NULL,423),(7568,'Alsemberg',NULL,424),(7569,'Asse Zellik',NULL,424),(7570,'Brussels',NULL,424),(7571,'Bruxelles',NULL,424),(7572,'Diegem',NULL,424),(7573,'Alsemberg',NULL,425),(7574,'Asse Zellik',NULL,425),(7575,'Brussels',NULL,425),(7576,'Bruxelles',NULL,425),(7577,'Diegem',NULL,425),(7578,'Brussel',NULL,426),(7579,'Aiseau-Presles',NULL,428),(7580,'Anderlues',NULL,428),(7581,'Antoing',NULL,428),(7582,'Ath',NULL,428),(7583,'Beaumont',NULL,428),(7584,'Beloeil',NULL,428),(7585,'Bernissart',NULL,428),(7586,'Binche',NULL,428),(7587,'Boussu',NULL,428),(7588,'Braine-le-Comte',NULL,428),(7589,'Brugelette',NULL,428),(7590,'Brunehaut',NULL,428),(7591,'Celles',NULL,428),(7592,'Chapelle-lez-Herlaimont',NULL,428),(7593,'Charleroi',NULL,428),(7594,'Chatelet',NULL,428),(7595,'Chievres',NULL,428),(7596,'Chimay',NULL,428),(7597,'Colfontaine',NULL,428),(7598,'Comines-Warneton',NULL,428),(7599,'Courcelles',NULL,428),(7600,'Dour',NULL,428),(7601,'Ecaussinnes',NULL,428),(7602,'Ellezelles',NULL,428),(7603,'Enghien',NULL,428),(7604,'Erquelinnes',NULL,428),(7605,'Estaimpuis',NULL,428),(7606,'Estinnes',NULL,428),(7607,'Farciennes',NULL,428),(7608,'Fleurus',NULL,428),(7609,'Flobecq',NULL,428),(7610,'Fontaine-l\'Eveque',NULL,428),(7611,'Frameries',NULL,428),(7612,'Frasnes-lez-Anvaing',NULL,428),(7613,'Froidchapelle',NULL,428),(7614,'Gerpinnes',NULL,428),(7615,'Haine-Saint-Pierre',NULL,428),(7616,'Ham-sur-Heure-Nalinnes',NULL,428),(7617,'Hensies',NULL,428),(7618,'Honnelles',NULL,428),(7619,'Jurbise',NULL,428),(7620,'La Louviere',NULL,428),(7621,'Le Roeulx',NULL,428),(7622,'Lens',NULL,428),(7623,'Les Bons Villers',NULL,428),(7624,'Lessines',NULL,428),(7625,'Leuze-en-Hainaut',NULL,428),(7626,'Lobbes',NULL,428),(7627,'Manage',NULL,428),(7628,'Merbes-le-Chateau',NULL,428),(7629,'Momignies',NULL,428),(7630,'Mons',NULL,428),(7631,'Mont-de-l\'Enclus',NULL,428),(7632,'Montigny-le-Tilleul',NULL,428),(7633,'Morlanwelz',NULL,428),(7634,'Mouscron',NULL,428),(7635,'Pecq',NULL,428),(7636,'Peruwelz',NULL,428),(7637,'Pont-a-Celles',NULL,428),(7638,'Quaregnon',NULL,428),(7639,'Quevy',NULL,428),(7640,'Quievrain',NULL,428),(7641,'Rumes',NULL,428),(7642,'Saint-Ghislain',NULL,428),(7643,'Seneffe',NULL,428),(7644,'Silly',NULL,428),(7645,'Sivry-Rance',NULL,428),(7646,'Soignies',NULL,428),(7647,'Thuin',NULL,428),(7648,'Tournai',NULL,428),(7649,'Amay',NULL,429),(7650,'Amel',NULL,429),(7651,'Angleur',NULL,429),(7652,'Ans',NULL,429),(7653,'Anthisnes',NULL,429),(7654,'Aubel',NULL,429),(7655,'Awans',NULL,429),(7656,'Aywaille',NULL,429),(7657,'Baelen',NULL,429),(7658,'Bassenge',NULL,429),(7659,'Berloz',NULL,429),(7660,'Beyne-Heusay',NULL,429),(7661,'Blegny',NULL,429),(7662,'Braives',NULL,429),(7663,'Bullingen',NULL,429),(7664,'Burdinne',NULL,429),(7665,'Burg-Reuland',NULL,429),(7666,'Butgenbach',NULL,429),(7667,'Chaudfontaine',NULL,429),(7668,'Clavier',NULL,429),(7669,'Comblain-au-Pont',NULL,429),(7670,'Crisnee',NULL,429),(7671,'Dalhem',NULL,429),(7672,'Dison',NULL,429),(7673,'Donceel',NULL,429),(7674,'Engis',NULL,429),(7675,'Esneux',NULL,429),(7676,'Eupen',NULL,429),(7677,'Faimes',NULL,429),(7678,'Ferrieres',NULL,429),(7679,'Fexhe-le-Haut-Clocher',NULL,429),(7680,'Flemalle',NULL,429),(7681,'Fleron',NULL,429),(7682,'Geer',NULL,429),(7683,'Grace-Hollogne',NULL,429),(7684,'Hamoir',NULL,429),(7685,'Hannut',NULL,429),(7686,'Heron',NULL,429),(7687,'Herstal',NULL,429),(7688,'Herve',NULL,429),(7689,'Huy',NULL,429),(7690,'Jalhay',NULL,429),(7691,'Juprelle',NULL,429),(7692,'Kelmis',NULL,429),(7693,'Liege',NULL,429),(7694,'Lierneux',NULL,429),(7695,'Limbourg',NULL,429),(7696,'Lincent',NULL,429),(7697,'Lontzen',NULL,429),(7698,'Malmedy',NULL,429),(7699,'Marchin',NULL,429),(7700,'Modave',NULL,429),(7701,'Montzen',NULL,429),(7702,'Nandrin',NULL,429),(7703,'Neupre',NULL,429),(7704,'Olne',NULL,429),(7705,'Oreye',NULL,429),(7706,'Ouffet',NULL,429),(7707,'Oupeye',NULL,429),(7708,'Pepinster',NULL,429),(7709,'Plombieres',NULL,429),(7710,'Racour',NULL,429),(7711,'Raeren',NULL,429),(7712,'Remicourt',NULL,429),(7713,'Saint-Georges-sur-Meuse',NULL,429),(7714,'Saint-Nicolas',NULL,429),(7715,'Sankt Vith',NULL,429),(7716,'Seraing',NULL,429),(7717,'Soumagne',NULL,429),(7718,'Spa',NULL,429),(7719,'Sprimont',NULL,429),(7720,'Stavelot',NULL,429),(7721,'Stoumont',NULL,429),(7722,'Theux',NULL,429),(7723,'Thimister-Clermont',NULL,429),(7724,'Tinlot',NULL,429),(7725,'Trois-Ponts',NULL,429),(7726,'Trooz',NULL,429),(7727,'Verlaine',NULL,429),(7728,'Verviers',NULL,429),(7729,'Villers-le-Bouillet',NULL,429),(7730,'Vise',NULL,429),(7731,'Waimes',NULL,429),(7732,'Wanze',NULL,429),(7733,'Waremme',NULL,429),(7734,'Wasseiges',NULL,429),(7735,'Welkenraedt',NULL,429),(7736,'Alken',NULL,430),(7737,'As',NULL,430),(7738,'Beringen',NULL,430),(7739,'Bilzen',NULL,430),(7740,'Bocholt',NULL,430),(7741,'Borgloon',NULL,430),(7742,'Bree',NULL,430),(7743,'Diepenbeek',NULL,430),(7744,'Dilsen-Stokkem',NULL,430),(7745,'Genk',NULL,430),(7746,'Gingelom',NULL,430),(7747,'Halen',NULL,430),(7748,'Ham',NULL,430),(7749,'Hamont-Achel',NULL,430),(7750,'Hasselt',NULL,430),(7751,'Hechtel-Eksel',NULL,430),(7752,'Heers',NULL,430),(7753,'Herk-de-Stad',NULL,430),(7754,'Herstappe',NULL,430),(7755,'Heusden-Zolder',NULL,430),(7756,'Hoeselt',NULL,430),(7757,'Houthalen-Helchteren',NULL,430),(7758,'Kinrooi',NULL,430),(7759,'Kortessem',NULL,430),(7760,'Kuringen',NULL,430),(7761,'Lanaken',NULL,430),(7762,'Leopoldsburg',NULL,430),(7763,'Lommel',NULL,430),(7764,'Lummen',NULL,430),(7765,'Maaseik',NULL,430),(7766,'Maasmechelen',NULL,430),(7767,'Meeuwen-Gruitrode',NULL,430),(7768,'Neerpelt',NULL,430),(7769,'Nieuwerkerken',NULL,430),(7770,'Opglabbeek',NULL,430),(7771,'Overpelt',NULL,430),(7772,'Peer',NULL,430),(7773,'Riemst',NULL,430),(7774,'Sint-Truiden',NULL,430),(7775,'Tessenderlo',NULL,430),(7776,'Tongeren',NULL,430),(7777,'Voeren',NULL,430),(7778,'Wellen',NULL,430),(7779,'Zonhoven',NULL,430),(7780,'Zutendaal',NULL,430),(7781,'Arlon',NULL,431),(7782,'Attert',NULL,431),(7783,'Aubange',NULL,431),(7784,'Bastogne',NULL,431),(7785,'Bertogne',NULL,431),(7786,'Bertrix',NULL,431),(7787,'Bouillon',NULL,431),(7788,'Chiny',NULL,431),(7789,'Daverdisse',NULL,431),(7790,'Durbuy',NULL,431),(7791,'Erezee',NULL,431),(7792,'Etalle',NULL,431),(7793,'Fauvillers',NULL,431),(7794,'Florenville',NULL,431),(7795,'Gouvy',NULL,431),(7796,'Grapfontaine',NULL,431),(7797,'Habay',NULL,431),(7798,'Herbeumont',NULL,431),(7799,'Hotton',NULL,431),(7800,'Houffalize',NULL,431),(7801,'La Roche-en-Ardenne',NULL,431),(7802,'Leglise',NULL,431),(7803,'Libin',NULL,431),(7804,'Libramont-Chevigny',NULL,431),(7805,'Manhay',NULL,431),(7806,'Marche-en-Famenne',NULL,431),(7807,'Marloie',NULL,431),(7808,'Martelange',NULL,431),(7809,'Meix-devant-Virton',NULL,431),(7810,'Messancy',NULL,431),(7811,'Musson',NULL,431),(7812,'Nassogne',NULL,431),(7813,'Neufchateau',NULL,431),(7814,'Paliseul',NULL,431),(7815,'Rendeux',NULL,431),(7816,'Rouvroy',NULL,431),(7817,'Saint-Hubert',NULL,431),(7818,'Saint-Leger',NULL,431),(7819,'Sainte-Ode',NULL,431),(7820,'Tellin',NULL,431),(7821,'Tenneville',NULL,431),(7822,'Tintigny',NULL,431),(7823,'Vaux-sur-Sure',NULL,431),(7824,'Vielsalm',NULL,431),(7825,'Virton',NULL,431),(7826,'Wellin',NULL,431),(7827,'Andenne',NULL,432),(7828,'Anhee',NULL,432),(7829,'Assesse',NULL,432),(7830,'Beauraing',NULL,432),(7831,'Bievre',NULL,432),(7832,'Cerfontaine',NULL,432),(7833,'Ciney',NULL,432),(7834,'Couvin',NULL,432),(7835,'Dinant',NULL,432),(7836,'Doische',NULL,432),(7837,'Eghezee',NULL,432),(7838,'Fernelmont',NULL,432),(7839,'Floreffe',NULL,432),(7840,'Florennes',NULL,432),(7841,'Fosses-la-Ville',NULL,432),(7842,'Gedinne',NULL,432),(7843,'Gembloux',NULL,432),(7844,'Gesves',NULL,432),(7845,'Hamois',NULL,432),(7846,'Hastiere',NULL,432),(7847,'Havelange',NULL,432),(7848,'Houyet',NULL,432),(7849,'Jambes',NULL,432),(7850,'Jemeppe-sur-Sambre',NULL,432),(7851,'La Bruyere',NULL,432),(7852,'Malonne',NULL,432),(7853,'Mettet',NULL,432),(7854,'Namur',NULL,432),(7855,'Ohey',NULL,432),(7856,'Onhaye',NULL,432),(7857,'Philippeville',NULL,432),(7858,'Profondeville',NULL,432),(7859,'Rochefort',NULL,432),(7860,'Sambreville',NULL,432),(7861,'Sombreffe',NULL,432),(7862,'Somme-Leuze',NULL,432),(7863,'Suarlee',NULL,432),(7864,'Viroinval',NULL,432),(7865,'Vresse-sur-Semois',NULL,432),(7866,'Walcourt',NULL,432),(7867,'Yvoir',NULL,432),(7868,'Gullegem',NULL,433),(7869,'Langdorp',NULL,433),(7870,'Aalst',NULL,434),(7871,'Aalter',NULL,434),(7872,'Assenede',NULL,434),(7873,'Berlare',NULL,434),(7874,'Beveren',NULL,434),(7875,'Brakel',NULL,434),(7876,'Buggenhout',NULL,434),(7877,'De Pinte',NULL,434),(7878,'Deinze',NULL,434),(7879,'Denderleeuw',NULL,434),(7880,'Dendermonde',NULL,434),(7881,'Destelbergen',NULL,434),(7882,'Drongen',NULL,434),(7883,'Eeklo',NULL,434),(7884,'Erembodegem',NULL,434),(7885,'Erpe-Mere',NULL,434),(7886,'Evergem',NULL,434),(7887,'Gavere',NULL,434),(7888,'Gent',NULL,434),(7889,'Geraardsbergen',NULL,434),(7890,'Ghent',NULL,434),(7891,'Haaltert',NULL,434),(7892,'Hamme',NULL,434),(7893,'Herzele',NULL,434),(7894,'Horebeke',NULL,434),(7895,'Kaprijke',NULL,434),(7896,'Kerksken',NULL,434),(7897,'Kluisbergen',NULL,434),(7898,'Knesselare',NULL,434),(7899,'Kruibeke',NULL,434),(7900,'Kruishoutem',NULL,434),(7901,'Laarne',NULL,434),(7902,'Lebbeke',NULL,434),(7903,'Lede',NULL,434),(7904,'Lierde',NULL,434),(7905,'Lochristi',NULL,434),(7906,'Lokeren',NULL,434),(7907,'Lovendegem',NULL,434),(7908,'Maarkedal',NULL,434),(7909,'Maldegem',NULL,434),(7910,'Melle',NULL,434),(7911,'Merelbeke',NULL,434),(7912,'Moerbeke',NULL,434),(7913,'Nazareth',NULL,434),(7914,'Nevele',NULL,434),(7915,'Ninove',NULL,434),(7916,'Oosterzele',NULL,434),(7917,'Oudenaarde',NULL,434),(7918,'Ronse',NULL,434),(7919,'Semmerzake',NULL,434),(7920,'Sint-Gillis-Waas',NULL,434),(7921,'Sint-Laureins',NULL,434),(7922,'Sint-Lievens-Houtem',NULL,434),(7923,'Sint-Martens-Latem',NULL,434),(7924,'Sint-Niklaas',NULL,434),(7925,'Stekene',NULL,434),(7926,'Temse',NULL,434),(7927,'Waarschoot',NULL,434),(7928,'Waasmunster',NULL,434),(7929,'Wachtebeke',NULL,434),(7930,'Wetteren',NULL,434),(7931,'Wichelen',NULL,434),(7932,'Wortegem-Petegem',NULL,434),(7933,'Zele',NULL,434),(7934,'Zelzate',NULL,434),(7935,'Zingem',NULL,434),(7936,'Zomergem',NULL,434),(7937,'Zottegem',NULL,434),(7938,'Zulte',NULL,434),(7939,'Zwalm',NULL,434),(7940,'Zwijnaarde',NULL,434),(7941,'Aarschot',NULL,436),(7942,'Affligem',NULL,436),(7943,'Asse',NULL,436),(7944,'Beersel',NULL,436),(7945,'Begijnendijk',NULL,436),(7946,'Bekkevoort',NULL,436),(7947,'Bertem',NULL,436),(7948,'Bever',NULL,436),(7949,'Bierbeek',NULL,436),(7950,'Boortmeerbeek',NULL,436),(7951,'Boutersem',NULL,436),(7952,'Diest',NULL,436),(7953,'Dilbeek',NULL,436),(7954,'Drogenbos',NULL,436),(7955,'Galmaarden',NULL,436),(7956,'Geetbets',NULL,436),(7957,'Glabbeek',NULL,436),(7958,'Gooik',NULL,436),(7959,'Grimbergen',NULL,436),(7960,'Haacht',NULL,436),(7961,'Halle',NULL,436),(7962,'Herent',NULL,436),(7963,'Herne',NULL,436),(7964,'Hoegaarden',NULL,436),(7965,'Hoeilaart',NULL,436),(7966,'Holsbeek',NULL,436),(7967,'Huldenberg',NULL,436),(7968,'Kampenhout',NULL,436),(7969,'Kapelle-op-den-Bos',NULL,436),(7970,'Keerbergen',NULL,436),(7971,'Kortenaken',NULL,436),(7972,'Kortenberg',NULL,436),(7973,'Kraainem',NULL,436),(7974,'Landen',NULL,436),(7975,'Lennik',NULL,436),(7976,'Leuven',NULL,436),(7977,'Liedekerke',NULL,436),(7978,'Linkebeek',NULL,436),(7979,'Linter',NULL,436),(7980,'Londerzeel',NULL,436),(7981,'Lubbeek',NULL,436),(7982,'Machelen',NULL,436),(7983,'Meise',NULL,436),(7984,'Merchtem',NULL,436),(7985,'Opwijk',NULL,436),(7986,'Oud-Heverlee',NULL,436),(7987,'Overijse',NULL,436),(7988,'Pepingen',NULL,436),(7989,'Roosdaal',NULL,436),(7990,'Rotselaar',NULL,436),(7991,'Scherpenheuvel-Zichem',NULL,436),(7992,'Sint-Genesius-Rode',NULL,436),(7993,'Sint-Pieters-Leeuw',NULL,436),(7994,'Steenokkerzeel',NULL,436),(7995,'Ternat',NULL,436),(7996,'Tervuren',NULL,436),(7997,'Tielt-Winge',NULL,436),(7998,'Tienen',NULL,436),(7999,'Tremelo',NULL,436),(8000,'Vilvoorde',NULL,436),(8001,'Wemmel',NULL,436),(8002,'Wezembeek-Oppem',NULL,436),(8003,'Zaventem',NULL,436),(8004,'Zemst',NULL,436),(8005,'Zoutleeuw',NULL,436),(8006,'Callenelle',NULL,437),(8007,'Marcinelle',NULL,437),(8008,'Strepy-Bracquegnies',NULL,437),(8009,'Alveringem',NULL,438),(8010,'Anzegem',NULL,438),(8011,'Ardooie',NULL,438),(8012,'Avelgem',NULL,438),(8013,'Beernem',NULL,438),(8014,'Blankenberge',NULL,438),(8015,'Bredene',NULL,438),(8016,'Brugge',NULL,438),(8017,'Damme',NULL,438),(8018,'De Haan',NULL,438),(8019,'De Panne',NULL,438),(8020,'Deerlijk',NULL,438),(8021,'Dentergem',NULL,438),(8022,'Diksmuide',NULL,438),(8023,'Geluveld',NULL,438),(8024,'Gistel',NULL,438),(8025,'Harelbeke',NULL,438),(8026,'Heuvelland',NULL,438),(8027,'Hooglede',NULL,438),(8028,'Houthulst',NULL,438),(8029,'Ichtegem',NULL,438),(8030,'Ieper',NULL,438),(8031,'Ingelmunster',NULL,438),(8032,'Ingooigem',NULL,438),(8033,'Izegem',NULL,438),(8034,'Jabbeke',NULL,438),(8035,'Knokke-Heist',NULL,438),(8036,'Koekelare',NULL,438),(8037,'Koksijde',NULL,438),(8038,'Kortemark',NULL,438),(8039,'Kortrijk',NULL,438),(8040,'Kuurne',NULL,438),(8041,'Langemark-Poelkapelle',NULL,438),(8042,'Ledegem',NULL,438),(8043,'Lendelede',NULL,438),(8044,'Lichtervelde',NULL,438),(8045,'Lo-Reninge',NULL,438),(8046,'Menen',NULL,438),(8047,'Mesen',NULL,438),(8048,'Meulebeke',NULL,438),(8049,'Middelkerke',NULL,438),(8050,'Moorslede',NULL,438),(8051,'Nieuwpoort',NULL,438),(8052,'Oostende',NULL,438),(8053,'Oostkamp',NULL,438),(8054,'Oostrozebeke',NULL,438),(8055,'Oudenburg',NULL,438),(8056,'Pittem',NULL,438),(8057,'Poperinge',NULL,438),(8058,'Roeselare',NULL,438),(8059,'Ruiselede',NULL,438),(8060,'Spiere-Helkijn',NULL,438),(8061,'Staden',NULL,438),(8062,'Tielt',NULL,438),(8063,'Torhout',NULL,438),(8064,'Veurne',NULL,438),(8065,'Vleteren',NULL,438),(8066,'Waregem',NULL,438),(8067,'Wervik',NULL,438),(8068,'Wevelgem',NULL,438),(8069,'Wielsbeke',NULL,438),(8070,'Wingene',NULL,438),(8071,'Zedelgem',NULL,438),(8072,'Zeebrugge',NULL,438),(8073,'Zonnebeke',NULL,438),(8074,'Zuienkerke',NULL,438),(8075,'Zwevegem',NULL,438),(8076,'Belize',NULL,439),(8077,'San Pedro',NULL,439),(8078,'Belmopan',NULL,440),(8079,'Benque Viejo',NULL,440),(8080,'San Ignacio',NULL,440),(8081,'Corozal',NULL,441),(8082,'Punta Gorda',NULL,444),(8083,'Kandi',NULL,445),(8084,'Malanville',NULL,445),(8085,'Batia',NULL,446),(8086,'Boukombe',NULL,446),(8087,'Kouande',NULL,446),(8088,'Natitingou',NULL,446),(8089,'Allada',NULL,447),(8090,'Cotonou',NULL,447),(8091,'Ouidah',NULL,447),(8092,'Tanguiete',NULL,447),(8093,'Bembereke',NULL,448),(8094,'Nikki',NULL,448),(8095,'Parakou',NULL,448),(8096,'Tchaourou',NULL,448),(8097,'Dassa',NULL,449),(8098,'Savalou',NULL,449),(8099,'Save',NULL,449),(8100,'Aplahoue',NULL,450),(8101,'Dogbo',NULL,450),(8102,'Djougou',NULL,451),(8103,'Cotonou',NULL,452),(8104,'Athieme',NULL,453),(8105,'Come',NULL,453),(8106,'Grand Popo',NULL,453),(8107,'Lokossa',NULL,453),(8108,'Adjohoun',NULL,454),(8109,'Porto Novo',NULL,454),(8110,'Ketou',NULL,455),(8111,'Pobe',NULL,455),(8112,'Sakete',NULL,455),(8113,'Abomey',NULL,456),(8114,'Bohicon',NULL,456),(8115,'Cove',NULL,456),(8116,'Zagnanado',NULL,456),(8117,'Hamilton',NULL,457),(8118,'Jakar',NULL,459),(8119,'Chhukha',NULL,460),(8120,'Phuentsholing',NULL,460),(8121,'Damphu',NULL,461),(8122,'Taga Dzong',NULL,462),(8123,'Geylegphug',NULL,463),(8124,'Ha',NULL,464),(8125,'Lhuntshi',NULL,465),(8126,'Mongar',NULL,466),(8127,'Pemagatsel',NULL,467),(8128,'Gasa',NULL,468),(8129,'Punakha',NULL,468),(8130,'Paro',NULL,469),(8131,'Phuntsholing',NULL,470),(8132,'Samchi',NULL,470),(8133,'Shemgang',NULL,472),(8134,'Tashigang',NULL,473),(8135,'Thimphu',NULL,474),(8136,'Timphu',NULL,474),(8137,'Tongsa',NULL,475),(8138,'Wangdiphodrang',NULL,476),(8139,'Guayaramerin',NULL,477),(8140,'Magdalena',NULL,477),(8141,'Reyes',NULL,477),(8142,'Riberalta',NULL,477),(8143,'Rurrenabaque',NULL,477),(8144,'San Borja',NULL,477),(8145,'San Ignacio',NULL,477),(8146,'San Ramon',NULL,477),(8147,'Santa Ana',NULL,477),(8148,'Santa Rosa',NULL,477),(8149,'Trinidad',NULL,477),(8150,'Camargo',NULL,478),(8151,'Monteagudo',NULL,478),(8152,'Muyupampa',NULL,478),(8153,'Padilla',NULL,478),(8154,'Sucre',NULL,478),(8155,'Tarabuco',NULL,478),(8156,'Villa Serano',NULL,478),(8157,'Aiquile',NULL,479),(8158,'Arani',NULL,479),(8159,'Capinota',NULL,479),(8160,'Chimore',NULL,479),(8161,'Cliza',NULL,479),(8162,'Cochabamba',NULL,479),(8163,'Colomi',NULL,479),(8164,'Entre Rios',NULL,479),(8165,'Irpa Irpa',NULL,479),(8166,'Ivirgarzama',NULL,479),(8167,'Mizque',NULL,479),(8168,'Punata',NULL,479),(8169,'Shinahota',NULL,479),(8170,'Sipe Sipe',NULL,479),(8171,'Tarata',NULL,479),(8172,'Ucurena',NULL,479),(8173,'Caracollo',NULL,481),(8174,'Challapata',NULL,481),(8175,'Eucaliptus',NULL,481),(8176,'Huanuni',NULL,481),(8177,'Machacamarca',NULL,481),(8178,'Oruro',NULL,481),(8179,'Poopo',NULL,481),(8180,'Santiago de Huari',NULL,481),(8181,'Totoral',NULL,481),(8182,'Cobija',NULL,482),(8183,'Atocha',NULL,483),(8184,'Betanzos',NULL,483),(8185,'Colquechaca',NULL,483),(8186,'Llallagua',NULL,483),(8187,'Potosi',NULL,483),(8188,'Santa Barbara',NULL,483),(8189,'Tupiza',NULL,483),(8190,'Uncia',NULL,483),(8191,'Uyuni',NULL,483),(8192,'Villazon',NULL,483),(8193,'Bermejo',NULL,485),(8194,'Entre Rios',NULL,485),(8195,'San Lorenzo',NULL,485),(8196,'Tarija',NULL,485),(8197,'Villamontes',NULL,485),(8198,'Yacuiba',NULL,485),(8199,'Kachikau',NULL,493),(8200,'Kasane',NULL,493),(8201,'Kavimba',NULL,493),(8202,'Kazungula',NULL,493),(8203,'Lesoma',NULL,493),(8204,'Muchinje-Mabale',NULL,493),(8205,'Pandamatenga',NULL,493),(8206,'Pandamatenga Botswana Defence ',NULL,493),(8207,'Parakarungu',NULL,493),(8208,'Satau',NULL,493),(8209,'Francistown',NULL,494),(8210,'Gaborone',NULL,495),(8211,'Bere',NULL,496),(8212,'Charles Hill',NULL,496),(8213,'Chobokwane',NULL,496),(8214,'Dekar',NULL,496),(8215,'East Hanahai',NULL,496),(8216,'Ghanzi',NULL,496),(8217,'Groote Laagte',NULL,496),(8218,'Kacgae',NULL,496),(8219,'Karakobis',NULL,496),(8220,'Kuke Quarantine Camp',NULL,496),(8221,'Kule',NULL,496),(8222,'Makunda',NULL,496),(8223,'Ncojane',NULL,496),(8224,'New Xade',NULL,496),(8225,'New Xanagas',NULL,496),(8226,'Qabo',NULL,496),(8227,'Tsootsha',NULL,496),(8228,'West Hanahai',NULL,496),(8229,'Jwaneng',NULL,497),(8230,'Artisia',NULL,500),(8231,'Bokaa',NULL,500),(8232,'Dikgonye',NULL,500),(8233,'Dikwididi',NULL,500),(8234,'Kgomodiatshaba',NULL,500),(8235,'Khurutshe',NULL,500),(8236,'Leshibitse',NULL,500),(8237,'Mabalane',NULL,500),(8238,'Malolwane',NULL,500),(8239,'Malotwana Siding',NULL,500),(8240,'Matebeleng',NULL,500),(8241,'Mmamashia',NULL,500),(8242,'Mmathubudukwane',NULL,500),(8243,'Mochudi',NULL,500),(8244,'Modipane',NULL,500),(8245,'Morwa',NULL,500),(8246,'Oliphants Drift',NULL,500),(8247,'Oodi',NULL,500),(8248,'Pilane',NULL,500),(8249,'Ramonaka',NULL,500),(8250,'Ramotlabaki',NULL,500),(8251,'Rasesa',NULL,500),(8252,'Sikwane',NULL,500),(8253,'Boatlaname',NULL,501),(8254,'Botlhapatlou',NULL,501),(8255,'Diagane',NULL,501),(8256,'Diphudugodu',NULL,501),(8257,'Diremogolo Lands',NULL,501),(8258,'Ditshegwane',NULL,501),(8259,'Ditshukudu',NULL,501),(8260,'Dumadumane',NULL,501),(8261,'Dutlwe',NULL,501),(8262,'Gabane',NULL,501),(8263,'Gakgatla',NULL,501),(8264,'Gakuto',NULL,501),(8265,'Galekgatshwane',NULL,501),(8266,'Gamodubu',NULL,501),(8267,'Gaphatshwa',NULL,501),(8268,'Hatsalatladi',NULL,501),(8269,'Kamenakwe',NULL,501),(8270,'Kaudwane',NULL,501),(8271,'Kgaphamadi',NULL,501),(8272,'Kgope',NULL,501),(8273,'Khekhenya-Chepetese',NULL,501),(8274,'Khudumelapye',NULL,501),(8275,'Kopong',NULL,501),(8276,'Kotolaname',NULL,501),(8277,'Kubung',NULL,501),(8278,'Kumakwane',NULL,501),(8279,'Kweneng',NULL,501),(8280,'Lentsweletau',NULL,501),(8281,'Lephepe',NULL,501),(8282,'Lesirane',NULL,501),(8283,'Letlhakeng',NULL,501),(8284,'Losilakgokong',NULL,501),(8285,'Maboane',NULL,501),(8286,'Mahetlwe',NULL,501),(8287,'Makabanyane-Dikgokong',NULL,501),(8288,'Malwelwe',NULL,501),(8289,'Mamhiko',NULL,501),(8290,'Manaledi',NULL,501),(8291,'Mantshwabisi',NULL,501),(8292,'Marejwane',NULL,501),(8293,'Masebele',NULL,501),(8294,'Medie',NULL,501),(8295,'Metsibotlhoko',NULL,501),(8296,'Metsimotlhaba',NULL,501),(8297,'Mmakanke',NULL,501),(8298,'Mmankgodi',NULL,501),(8299,'Mmanoko',NULL,501),(8300,'Mmokolodi',NULL,501),(8301,'Mmopane',NULL,501),(8302,'Mmopane Lands',NULL,501),(8303,'Mogoditshane',NULL,501),(8304,'Mogoditshane Botswana Defence ',NULL,501),(8305,'Mogoditshane Lands',NULL,501),(8306,'Mogonono',NULL,501),(8307,'Molepolole',NULL,501),(8308,'Mononyane',NULL,501),(8309,'Monwane',NULL,501),(8310,'Morabane',NULL,501),(8311,'Morope',NULL,501),(8312,'Moshaweng',NULL,501),(8313,'Mosokotswe',NULL,501),(8314,'Motokwe',NULL,501),(8315,'Ngware',NULL,501),(8316,'Nkoyaphiri',NULL,501),(8317,'Ramaphatlhe',NULL,501),(8318,'Salajwe',NULL,501),(8319,'Serinane',NULL,501),(8320,'Sesung',NULL,501),(8321,'Shadishadi',NULL,501),(8322,'Sojwe',NULL,501),(8323,'Sorilatholo',NULL,501),(8324,'Suping',NULL,501),(8325,'Takatokwane',NULL,501),(8326,'Thamaga',NULL,501),(8327,'Thebephatshwa',NULL,501),(8328,'Tlowaneng',NULL,501),(8329,'Tsetseng',NULL,501),(8330,'Tswaane',NULL,501),(8331,'Lobatse',NULL,502),(8332,'Bodibeng',NULL,503),(8333,'Boro',NULL,503),(8334,'Botlhatlogo',NULL,503),(8335,'Chanoga',NULL,503),(8336,'Chuchubega',NULL,503),(8337,'Daonara',NULL,503),(8338,'Ditshiping',NULL,503),(8339,'Habu',NULL,503),(8340,'Jao',NULL,503),(8341,'Kareng',NULL,503),(8342,'Katamaga',NULL,503),(8343,'Kgakge',NULL,503),(8344,'Khwai Camp',NULL,503),(8345,'Komana',NULL,503),(8346,'Legotlhwana',NULL,503),(8347,'Mababe',NULL,503),(8348,'Makalamabedi',NULL,503),(8349,'Matlapana',NULL,503),(8350,'Matsaudi',NULL,503),(8351,'Mawana',NULL,503),(8352,'Mokgalo-Haka',NULL,503),(8353,'Morutsha',NULL,503),(8354,'Nxharaga',NULL,503),(8355,'Phuduhudu',NULL,503),(8356,'Samodupi',NULL,503),(8357,'Sankuyo',NULL,503),(8358,'Sehithwa',NULL,503),(8359,'Semboyo',NULL,503),(8360,'Sexaxa',NULL,503),(8361,'Shakawe',NULL,503),(8362,'Shorobe',NULL,503),(8363,'Somela',NULL,503),(8364,'Toteng',NULL,503),(8365,'Tsanekona',NULL,503),(8366,'Tsao',NULL,503),(8367,'Xaxaba',NULL,503),(8368,'Xhobe',NULL,503),(8369,'Bethel',NULL,504),(8370,'Borobadilepe',NULL,504),(8371,'Diabo',NULL,504),(8372,'Digawana',NULL,504),(8373,'Dikhukhung',NULL,504),(8374,'Dinatshana',NULL,504),(8375,'Dipotsana',NULL,504),(8376,'Ditlharapa',NULL,504),(8377,'Gamajalela',NULL,504),(8378,'Gasita',NULL,504),(8379,'Gathwane',NULL,504),(8380,'Good Hope',NULL,504),(8381,'Goora-seno',NULL,504),(8382,'Gopong',NULL,504),(8383,'Hebron',NULL,504),(8384,'Itholoke',NULL,504),(8385,'Kanaku',NULL,504),(8386,'Kangwe',NULL,504),(8387,'Kanye',NULL,504),(8388,'Keng',NULL,504),(8389,'Kgomokasitwa',NULL,504),(8390,'Kgoro',NULL,504),(8391,'Khakhea',NULL,504),(8392,'Khonkhwa',NULL,504),(8393,'Kokong',NULL,504),(8394,'Lehoko',NULL,504),(8395,'Lejwana',NULL,504),(8396,'Lekgolobotlo',NULL,504),(8397,'Leporung',NULL,504),(8398,'Logagane',NULL,504),(8399,'Lorolwana',NULL,504),(8400,'Lorwana',NULL,504),(8401,'Lotlhakane',NULL,504),(8402,'Lotlhakane West',NULL,504),(8403,'Mabule',NULL,504),(8404,'Mabutsane',NULL,504),(8405,'Madingwana',NULL,504),(8406,'Magoriapitse',NULL,504),(8407,'Magotlhawane',NULL,504),(8408,'Mahotshwane',NULL,504),(8409,'Maisane',NULL,504),(8410,'Makokwe',NULL,504),(8411,'Malokaganyane',NULL,504),(8412,'Manyana',NULL,504),(8413,'Maokane',NULL,504),(8414,'Marojane',NULL,504),(8415,'Maruswa',NULL,504),(8416,'Metlobo',NULL,504),(8417,'Metlojane',NULL,504),(8418,'Mmakgori',NULL,504),(8419,'Mmathethe',NULL,504),(8420,'Mogojogojo',NULL,504),(8421,'Mogonye',NULL,504),(8422,'Mogwalale',NULL,504),(8423,'Mokatako',NULL,504),(8424,'Mokgomane',NULL,504),(8425,'Mokhomba',NULL,504),(8426,'Molapowabojang',NULL,504),(8427,'Molete',NULL,504),(8428,'Morwamosu',NULL,504),(8429,'Moshaneng',NULL,504),(8430,'Moshupa',NULL,504),(8431,'Motlhwatse',NULL,504),(8432,'Motsentshe',NULL,504),(8433,'Musi',NULL,504),(8434,'Ngwatsau',NULL,504),(8435,'Ntlhantlhe',NULL,504),(8436,'Papatlo',NULL,504),(8437,'Phihitshwane',NULL,504),(8438,'Pitsana-Potokwe',NULL,504),(8439,'Pitsane',NULL,504),(8440,'Pitseng-Ralekgetho',NULL,504),(8441,'Pitshane Molopo',NULL,504),(8442,'Rakhuna',NULL,504),(8443,'Ralekgetho',NULL,504),(8444,'Ramatlabama',NULL,504),(8445,'Ranaka',NULL,504),(8446,'Sedibeng',NULL,504),(8447,'Segakwana',NULL,504),(8448,'Segwagwa',NULL,504),(8449,'Seherelela',NULL,504),(8450,'Sekhutlane',NULL,504),(8451,'Sekoma',NULL,504),(8452,'Selokolela',NULL,504),(8453,'Semane',NULL,504),(8454,'Sese',NULL,504),(8455,'Sesung',NULL,504),(8456,'Sheep Farm',NULL,504),(8457,'Tlhankane',NULL,504),(8458,'Tlhareseleele',NULL,504),(8459,'Tshidilamolomo',NULL,504),(8460,'Tshwaane',NULL,504),(8461,'Tsonyane',NULL,504),(8462,'Tswaaneng',NULL,504),(8463,'Tswagare-Lothoje-Lokalana',NULL,504),(8464,'Tswanyaneng',NULL,504),(8465,'Beetsha',NULL,506),(8466,'Eretsha',NULL,506),(8467,'Etsha 1',NULL,506),(8468,'Etsha 13',NULL,506),(8469,'Etsha 6',NULL,506),(8470,'Etsha 8',NULL,506),(8471,'Etsha 9',NULL,506),(8472,'Gane',NULL,506),(8473,'Gonutsuga',NULL,506),(8474,'Gowe',NULL,506),(8475,'Gudingwa',NULL,506),(8476,'Gumare',NULL,506),(8477,'Ikoga',NULL,506),(8478,'Kajaja',NULL,506),(8479,'Kapotora Lands',NULL,506),(8480,'Kauxwhi',NULL,506),(8481,'Matswee',NULL,506),(8482,'Maun',NULL,506),(8483,'Moaha',NULL,506),(8484,'Mohembo East',NULL,506),(8485,'Mohembo West',NULL,506),(8486,'Mokgacha',NULL,506),(8487,'Ngarange',NULL,506),(8488,'Nokaneng',NULL,506),(8489,'Nxamasere',NULL,506),(8490,'Nxaunxau',NULL,506),(8491,'Nxwee',NULL,506),(8492,'Qangwa',NULL,506),(8493,'Roye',NULL,506),(8494,'Samochema',NULL,506),(8495,'Sekondomboro',NULL,506),(8496,'Sepopa',NULL,506),(8497,'Seronga',NULL,506),(8498,'Shaowe',NULL,506),(8499,'Tobere Lands',NULL,506),(8500,'Tubu',NULL,506),(8501,'Tubu Lands',NULL,506),(8502,'Xadau',NULL,506),(8503,'Xakao',NULL,506),(8504,'Xaxa',NULL,506),(8505,'Xhauga',NULL,506),(8506,'Xurube',NULL,506),(8507,'Orapa',NULL,507),(8508,'Sowa',NULL,510),(8509,'Acrelandia',NULL,512),(8510,'Brasileia',NULL,512),(8511,'Cruzeiro do Sul',NULL,512),(8512,'Epitaciolandia',NULL,512),(8513,'Feijo',NULL,512),(8514,'Mancio Lima',NULL,512),(8515,'Manoel Urbano',NULL,512),(8516,'Marechal Thaumaturgo',NULL,512),(8517,'Placido de Castro',NULL,512),(8518,'Porto Walter',NULL,512),(8519,'Rio Branco',NULL,512),(8520,'Rodrigues Alves',NULL,512),(8521,'Sena Madureira',NULL,512),(8522,'Senador Guiomard',NULL,512),(8523,'Tarauaca',NULL,512),(8524,'Xapuri',NULL,512),(8525,'Agua Branca',NULL,513),(8526,'Anadia',NULL,513),(8527,'Arapiraca',NULL,513),(8528,'Atalaia',NULL,513),(8529,'Barra de Santo Antonio',NULL,513),(8530,'Batalha',NULL,513),(8531,'Boca da Mata',NULL,513),(8532,'Cacimbinhas',NULL,513),(8533,'Cajueiro',NULL,513),(8534,'Campo Alegre',NULL,513),(8535,'Campo Grande',NULL,513),(8536,'Canapi',NULL,513),(8537,'Capela',NULL,513),(8538,'Coite do Noia',NULL,513),(8539,'Colonia Leopoldina',NULL,513),(8540,'Coruripe',NULL,513),(8541,'Craibas',NULL,513),(8542,'Delmiro Gouveia',NULL,513),(8543,'Dois Riachos',NULL,513),(8544,'Estrela de Alagoas',NULL,513),(8545,'Feira Grande',NULL,513),(8546,'Flexeiras',NULL,513),(8547,'Girau do Ponciano',NULL,513),(8548,'Ibateguara',NULL,513),(8549,'Igaci',NULL,513),(8550,'Igreja Nova',NULL,513),(8551,'Inhapi',NULL,513),(8552,'Joaquim Gomes',NULL,513),(8553,'Jundia',NULL,513),(8554,'Junqueiro',NULL,513),(8555,'Lagoa da Canoa',NULL,513),(8556,'Limoeiro de Anadia',NULL,513),(8557,'Maceio',NULL,513),(8558,'Major Isidoro',NULL,513),(8559,'Maragogi',NULL,513),(8560,'Maravilha',NULL,513),(8561,'Marechal Deodoro',NULL,513),(8562,'Maribondo',NULL,513),(8563,'Mata Grande',NULL,513),(8564,'Matriz de Camaragibe',NULL,513),(8565,'Messias',NULL,513),(8566,'Minador do Negrao',NULL,513),(8567,'Murici',NULL,513),(8568,'Novo Lino',NULL,513),(8569,'Olho d\'Agua das Flores',NULL,513),(8570,'Olivenca',NULL,513),(8571,'Palmeira dos Indios',NULL,513),(8572,'Pao de Acucar',NULL,513),(8573,'Passo de Camaragibe',NULL,513),(8574,'Penedo',NULL,513),(8575,'Piacabucu',NULL,513),(8576,'Pilar',NULL,513),(8577,'Piranhas',NULL,513),(8578,'Poco das Trincheiras',NULL,513),(8579,'Porto Calvo',NULL,513),(8580,'Porto Real do Colegio',NULL,513),(8581,'Quebrangulo',NULL,513),(8582,'Rio Largo',NULL,513),(8583,'Santana do Ipanema',NULL,513),(8584,'Santana do Mundau',NULL,513),(8585,'Sao Jose da Laje',NULL,513),(8586,'Sao Jose da Tapera',NULL,513),(8587,'Sao Luis do Quitunde',NULL,513),(8588,'Sao Miguel dos Campos',NULL,513),(8589,'Sao Sebastiao',NULL,513),(8590,'Satuba',NULL,513),(8591,'Senador Rui Palmeira',NULL,513),(8592,'Taquarana',NULL,513),(8593,'Teotonio Vilela',NULL,513),(8594,'Traipu',NULL,513),(8595,'Uniao dos Palmares',NULL,513),(8596,'Vicosa',NULL,513),(8597,'Amapa',NULL,514),(8598,'Laranjal do Jari',NULL,514),(8599,'Macapa',NULL,514),(8600,'Mazagao',NULL,514),(8601,'Oiapoque',NULL,514),(8602,'Santana',NULL,514),(8603,'Alvaraes',NULL,515),(8604,'Anori',NULL,515),(8605,'Apui',NULL,515),(8606,'Autazes',NULL,515),(8607,'Barcelos',NULL,515),(8608,'Barreirinha',NULL,515),(8609,'Benjamin Constant',NULL,515),(8610,'Boca do Acre',NULL,515),(8611,'Borba',NULL,515),(8612,'Canutama',NULL,515),(8613,'Carauari',NULL,515),(8614,'Careiro',NULL,515),(8615,'Careiro da Varzea',NULL,515),(8616,'Coari',NULL,515),(8617,'Codajas',NULL,515),(8618,'Eirunepe',NULL,515),(8619,'Envira',NULL,515),(8620,'Fonte Boa',NULL,515),(8621,'Guajara',NULL,515),(8622,'Humaita',NULL,515),(8623,'Ipixuna',NULL,515),(8624,'Iranduba',NULL,515),(8625,'Itacoatiara',NULL,515),(8626,'Japura',NULL,515),(8627,'Jutai',NULL,515),(8628,'Labrea',NULL,515),(8629,'Manacapuru',NULL,515),(8630,'Manaquiri',NULL,515),(8631,'Manaus',NULL,515),(8632,'Manicore',NULL,515),(8633,'Maraa',NULL,515),(8634,'Maues',NULL,515),(8635,'Nhamunda',NULL,515),(8636,'Nova Olinda do Norte',NULL,515),(8637,'Novo Airao',NULL,515),(8638,'Novo Aripuana',NULL,515),(8639,'Parintins',NULL,515),(8640,'Pauini',NULL,515),(8641,'Rio Preto da Eva',NULL,515),(8642,'Santa Isabel do Rio Negro',NULL,515),(8643,'Santo Antonio do Ica',NULL,515),(8644,'Sao Gabriel da Cachoeira',NULL,515),(8645,'Sao Paulo de Olivenca',NULL,515),(8646,'Tabatinga',NULL,515),(8647,'Tapaua',NULL,515),(8648,'Tefe',NULL,515),(8649,'Tonantins',NULL,515),(8650,'Uarini',NULL,515),(8651,'Urucara',NULL,515),(8652,'Urucurituba',NULL,515),(8653,'Acajutiba',NULL,516),(8654,'Alagoinhas',NULL,516),(8655,'Amargosa',NULL,516),(8656,'Amelia Rodrigues',NULL,516),(8657,'America Dourada',NULL,516),(8658,'Anage',NULL,516),(8659,'Araci',NULL,516),(8660,'Aurelino Leal',NULL,516),(8661,'Baixa Grande',NULL,516),(8662,'Barra',NULL,516),(8663,'Barra da Estiva',NULL,516),(8664,'Barra do Choca',NULL,516),(8665,'Barreiras',NULL,516),(8666,'Belmonte',NULL,516),(8667,'Boa Vista do Tupim',NULL,516),(8668,'Bom Jesus da Lapa',NULL,516),(8669,'Boquira',NULL,516),(8670,'Brumado',NULL,516),(8671,'Buerarema',NULL,516),(8672,'Cachoeira',NULL,516),(8673,'Cacule',NULL,516),(8674,'Caetite',NULL,516),(8675,'Cafarnaum',NULL,516),(8676,'Camacan',NULL,516),(8677,'Camacari',NULL,516),(8678,'Camamu',NULL,516),(8679,'Campo Alegre de Lourdes',NULL,516),(8680,'Campo Formoso',NULL,516),(8681,'Canarana',NULL,516),(8682,'Canavieiras',NULL,516),(8683,'Candeias',NULL,516),(8684,'Candido Sales',NULL,516),(8685,'Cansancao',NULL,516),(8686,'Capim Grosso',NULL,516),(8687,'Caravelas',NULL,516),(8688,'Carinhanha',NULL,516),(8689,'Casa Nova',NULL,516),(8690,'Castro Alves',NULL,516),(8691,'Catu',NULL,516),(8692,'Cicero Dantas',NULL,516),(8693,'Cipo',NULL,516),(8694,'Coaraci',NULL,516),(8695,'Conceicao da Feira',NULL,516),(8696,'Conceicao do Almeida',NULL,516),(8697,'Conceicao do Coite',NULL,516),(8698,'Conceicao do Jacuipe',NULL,516),(8699,'Conde',NULL,516),(8700,'Coracao de Maria',NULL,516),(8701,'Coronel Joao Sa',NULL,516),(8702,'Correntina',NULL,516),(8703,'Cruz das Almas',NULL,516),(8704,'Curaca',NULL,516),(8705,'Dias d\'Avila',NULL,516),(8706,'Encruzilhada',NULL,516),(8707,'Entre Rios',NULL,516),(8708,'Esplanada',NULL,516),(8709,'Euclides da Cunha',NULL,516),(8710,'Eunapolis',NULL,516),(8711,'Feira de Santana',NULL,516),(8712,'Filadelfia',NULL,516),(8713,'Formosa do Rio Preto',NULL,516),(8714,'Gandu',NULL,516),(8715,'Guanambi',NULL,516),(8716,'Guaratinga',NULL,516),(8717,'Iacu',NULL,516),(8718,'Ibicarai',NULL,516),(8719,'Ibicui',NULL,516),(8720,'Ibipeba',NULL,516),(8721,'Ibirapitanga',NULL,516),(8722,'Ibirataia',NULL,516),(8723,'Ibotirama',NULL,516),(8724,'Iguai',NULL,516),(8725,'Ilheus',NULL,516),(8726,'Inhambupe',NULL,516),(8727,'Ipiau',NULL,516),(8728,'Ipira',NULL,516),(8729,'Iraquara',NULL,516),(8730,'Irara',NULL,516),(8731,'Irece',NULL,516),(8732,'Itabela',NULL,516),(8733,'Itaberaba',NULL,516),(8734,'Itabuna',NULL,516),(8735,'Itacare',NULL,516),(8736,'Itagi',NULL,516),(8737,'Itagiba',NULL,516),(8738,'Itajuipe',NULL,516),(8739,'Itamaraju',NULL,516),(8740,'Itambe',NULL,516),(8741,'Itanhem',NULL,516),(8742,'Itaparica',NULL,516),(8743,'Itapetinga',NULL,516),(8744,'Itapicuru',NULL,516),(8745,'Itarantim',NULL,516),(8746,'Itirucu',NULL,516),(8747,'Itiuba',NULL,516),(8748,'Itororo',NULL,516),(8749,'Ituacu',NULL,516),(8750,'Itubera',NULL,516),(8751,'Jacobina',NULL,516),(8752,'Jaguaquara',NULL,516),(8753,'Jaguarari',NULL,516),(8754,'Jequie',NULL,516),(8755,'Jeremoabo',NULL,516),(8756,'Jitauna',NULL,516),(8757,'Joao Dourado',NULL,516),(8758,'Juazeiro',NULL,516),(8759,'Jussara',NULL,516),(8760,'Laje',NULL,516),(8761,'Lapao',NULL,516),(8762,'Lauro de Freitas',NULL,516),(8763,'Livramento',NULL,516),(8764,'Macarani',NULL,516),(8765,'Macaubas',NULL,516),(8766,'Madre de Deus',NULL,516),(8767,'Mairi',NULL,516),(8768,'Maracas',NULL,516),(8769,'Maragogipe',NULL,516),(8770,'Marau',NULL,516),(8771,'Mascote',NULL,516),(8772,'Mata de Sao Joao',NULL,516),(8773,'Medeiros Neto',NULL,516),(8774,'Miguel Calmon',NULL,516),(8775,'Milagres',NULL,516),(8776,'Monte Santo',NULL,516),(8777,'Morro de Chapeu',NULL,516),(8778,'Mucuri',NULL,516),(8779,'Mundo Novo',NULL,516),(8780,'Muritiba',NULL,516),(8781,'Mutuipe',NULL,516),(8782,'Nazare',NULL,516),(8783,'Nova Soure',NULL,516),(8784,'Nova Vicosa',NULL,516),(8785,'Olindina',NULL,516),(8786,'Oliveira dos Brejinhos',NULL,516),(8787,'Palmas de Monte Alto',NULL,516),(8788,'Paramirim',NULL,516),(8789,'Paratinga',NULL,516),(8790,'Paripiranga',NULL,516),(8791,'Pau Brasil',NULL,516),(8792,'Paulo Afonso',NULL,516),(8793,'Pilao Arcado',NULL,516),(8794,'Pindobacu',NULL,516),(8795,'Piritiba',NULL,516),(8796,'Planalto',NULL,516),(8797,'Pocoes',NULL,516),(8798,'Pojuca',NULL,516),(8799,'Ponto Novo',NULL,516),(8800,'Porto Seguro',NULL,516),(8801,'Prado',NULL,516),(8802,'Presidente Tancredo Neves',NULL,516),(8803,'Queimadas',NULL,516),(8804,'Quijingue',NULL,516),(8805,'Rafael Jambeiro',NULL,516),(8806,'Remanso',NULL,516),(8807,'Riachao das Neves',NULL,516),(8808,'Riachao do Jacuipe',NULL,516),(8809,'Riacho de Santana',NULL,516),(8810,'Ribeira do Pombal',NULL,516),(8811,'Rio Real',NULL,516),(8812,'Ruy Barbosa',NULL,516),(8813,'Salvador',NULL,516),(8814,'Santa Cruz Cabralia',NULL,516),(8815,'Santa Ines',NULL,516),(8816,'Santa Maria da Vitoria',NULL,516),(8817,'Santa Rita de Cassia',NULL,516),(8818,'Santaluz',NULL,516),(8819,'Santana',NULL,516),(8820,'Santo Amaro',NULL,516),(8821,'Santo Antonio de Jesus',NULL,516),(8822,'Santo Estevao',NULL,516),(8823,'Sao Desiderio',NULL,516),(8824,'Sao Felipe',NULL,516),(8825,'Sao Francisco do Conde',NULL,516),(8826,'Sao Gabriel',NULL,516),(8827,'Sao Goncalo dos Campos',NULL,516),(8828,'Sao Sebastiao do Passe',NULL,516),(8829,'Saubara',NULL,516),(8830,'Seabra',NULL,516),(8831,'Senhor do Bonfim',NULL,516),(8832,'Sento Se',NULL,516),(8833,'Serra Dourada',NULL,516),(8834,'Serra do Ramalho',NULL,516),(8835,'Serrinha',NULL,516),(8836,'Simoes Filho',NULL,516),(8837,'Sobradinho',NULL,516),(8838,'Souto Soares',NULL,516),(8839,'Tanhacu',NULL,516),(8840,'Taperoa',NULL,516),(8841,'Tapiramuta',NULL,516),(8842,'Teixeira de Freitas',NULL,516),(8843,'Teofilandia',NULL,516),(8844,'Terra Nova',NULL,516),(8845,'Tremedal',NULL,516),(8846,'Tucano',NULL,516),(8847,'Uaua',NULL,516),(8848,'Ubaira',NULL,516),(8849,'Ubaitaba',NULL,516),(8850,'Ubata',NULL,516),(8851,'Una',NULL,516),(8852,'Urucuca',NULL,516),(8853,'Utinga',NULL,516),(8854,'Valenca',NULL,516),(8855,'Valente',NULL,516),(8856,'Vera Cruz',NULL,516),(8857,'Vitoria da Conquista',NULL,516),(8858,'Wenceslau Guimaraes',NULL,516),(8859,'Xique-Xique',NULL,516),(8860,'Acarau',NULL,517),(8861,'Acopiara',NULL,517),(8862,'Amontada',NULL,517),(8863,'Aquiraz',NULL,517),(8864,'Aracati',NULL,517),(8865,'Aracoiaba',NULL,517),(8866,'Araripe',NULL,517),(8867,'Assare',NULL,517),(8868,'Aurora',NULL,517),(8869,'Barbalha',NULL,517),(8870,'Barro',NULL,517),(8871,'Barroquinha',NULL,517),(8872,'Baturite',NULL,517),(8873,'Beberibe',NULL,517),(8874,'Bela Cruz',NULL,517),(8875,'Boa Viagem',NULL,517),(8876,'Brejo Santo',NULL,517),(8877,'Camocim',NULL,517),(8878,'Campos Sales',NULL,517),(8879,'Caninde',NULL,517),(8880,'Carire',NULL,517),(8881,'Caririacu',NULL,517),(8882,'Cascavel',NULL,517),(8883,'Caucaia',NULL,517),(8884,'Cedro',NULL,517),(8885,'Chorozinho',NULL,517),(8886,'Coreau',NULL,517),(8887,'Crateus',NULL,517),(8888,'Crato',NULL,517),(8889,'Cruz',NULL,517),(8890,'Eusebio',NULL,517),(8891,'Farias Brito',NULL,517),(8892,'Forquilha',NULL,517),(8893,'Fortaleza',NULL,517),(8894,'Granja',NULL,517),(8895,'Guaiuba',NULL,517),(8896,'Guaraciaba do Norte',NULL,517),(8897,'Hidrolandia',NULL,517),(8898,'Horizonte',NULL,517),(8899,'Ibiapina',NULL,517),(8900,'Ico',NULL,517),(8901,'Iguatu',NULL,517),(8902,'Independencia',NULL,517),(8903,'Ipu',NULL,517),(8904,'Ipueiras',NULL,517),(8905,'Iraucuba',NULL,517),(8906,'Itaitinga',NULL,517),(8907,'Itapage',NULL,517),(8908,'Itapipoca',NULL,517),(8909,'Itarema',NULL,517),(8910,'Jaguaribe',NULL,517),(8911,'Jaguaruana',NULL,517),(8912,'Jardim',NULL,517),(8913,'Juazeiro do Norte',NULL,517),(8914,'Jucas',NULL,517),(8915,'Lavras da Mangabeira',NULL,517),(8916,'Limoeiro do Norte',NULL,517),(8917,'Maracanau',NULL,517),(8918,'Maranguape',NULL,517),(8919,'Marco',NULL,517),(8920,'Massape',NULL,517),(8921,'Mauriti',NULL,517),(8922,'Milagres',NULL,517),(8923,'Missao Velha',NULL,517),(8924,'Mombaca',NULL,517),(8925,'Morada Nova',NULL,517),(8926,'Nova Russas',NULL,517),(8927,'Novo Oriente',NULL,517),(8928,'Ocara',NULL,517),(8929,'Oros',NULL,517),(8930,'Pacajus',NULL,517),(8931,'Pacatuba',NULL,517),(8932,'Paracuru',NULL,517),(8933,'Paraipaba',NULL,517),(8934,'Parambu',NULL,517),(8935,'Pedra Branca',NULL,517),(8936,'Pentecoste',NULL,517),(8937,'Quixada',NULL,517),(8938,'Quixeramobim',NULL,517),(8939,'Quixere',NULL,517),(8940,'Redencao',NULL,517),(8941,'Reriutaba',NULL,517),(8942,'Russas',NULL,517),(8943,'Santa Quiteria',NULL,517),(8944,'Santana do Acarau',NULL,517),(8945,'Sao Benedito',NULL,517),(8946,'Sao Goncalo do Amarante',NULL,517),(8947,'Senador Pompeu',NULL,517),(8948,'Sobral',NULL,517),(8949,'Tabuleiro do Norte',NULL,517),(8950,'Tamboril',NULL,517),(8951,'Taua',NULL,517),(8952,'Tiangua',NULL,517),(8953,'Trairi',NULL,517),(8954,'Ubajara',NULL,517),(8955,'Umirim',NULL,517),(8956,'Uruburetama',NULL,517),(8957,'Varjota',NULL,517),(8958,'Varzea Alegre',NULL,517),(8959,'Vicosa do Ceara',NULL,517),(8960,'Abadiania',NULL,521),(8961,'Acreuna',NULL,521),(8962,'Aguas Lindas de Goias',NULL,521),(8963,'Alexania',NULL,521),(8964,'Anapolis',NULL,521),(8965,'Anicuns',NULL,521),(8966,'Aparecida de Goiania',NULL,521),(8967,'Aragarcas',NULL,521),(8968,'Bela Vista de Goias',NULL,521),(8969,'Bom Jesus de Goias',NULL,521),(8970,'Buriti Alegre',NULL,521),(8971,'Cacu',NULL,521),(8972,'Caiaponia',NULL,521),(8973,'Caldas Novas',NULL,521),(8974,'Campos Belos',NULL,521),(8975,'Campos Verdes',NULL,521),(8976,'Carmo do Rio Verde',NULL,521),(8977,'Catalao',NULL,521),(8978,'Cavalcante',NULL,521),(8979,'Ceres',NULL,521),(8980,'Cidade Ocidental',NULL,521),(8981,'Cocalzinho de Coias',NULL,521),(8982,'Cristalina',NULL,521),(8983,'Crixas',NULL,521),(8984,'Doverlandia',NULL,521),(8985,'Edeia',NULL,521),(8986,'Firminopolis',NULL,521),(8987,'Formosa',NULL,521),(8988,'Goianapolis',NULL,521),(8989,'Goianesia',NULL,521),(8990,'Goiania',NULL,521),(8991,'Goianira',NULL,521),(8992,'Goias',NULL,521),(8993,'Goiatuba',NULL,521),(8994,'Guapo',NULL,521),(8995,'Hidrolandia',NULL,521),(8996,'Iaciara',NULL,521),(8997,'Indiara',NULL,521),(8998,'Inhumas',NULL,521),(8999,'Ipameri',NULL,521),(9000,'Ipora',NULL,521),(9001,'Itaberai',NULL,521),(9002,'Itapaci',NULL,521),(9003,'Itapirapua',NULL,521),(9004,'Itapuranga',NULL,521),(9005,'Itumbiara',NULL,521),(9006,'Jaragua',NULL,521),(9007,'Jatai',NULL,521),(9008,'Jussara',NULL,521),(9009,'Luziania',NULL,521),(9010,'Mara Rosa',NULL,521),(9011,'Minacu',NULL,521),(9012,'Mineiros',NULL,521),(9013,'Morrinhos',NULL,521),(9014,'Mozarlandia',NULL,521),(9015,'Neropolis',NULL,521),(9016,'Niquelandia',NULL,521),(9017,'Nova Crixas',NULL,521),(9018,'Novo Gama',NULL,521),(9019,'Orizona',NULL,521),(9020,'Padre Bernardo',NULL,521),(9021,'Palmeiras de Goias',NULL,521),(9022,'Parauna',NULL,521),(9023,'Petrolina de Goias',NULL,521),(9024,'Piracanjuba',NULL,521),(9025,'Piranhas',NULL,521),(9026,'Pirenopolis',NULL,521),(9027,'Pires do Rio',NULL,521),(9028,'Planaltina',NULL,521),(9029,'Pontalina',NULL,521),(9030,'Porangatu',NULL,521),(9031,'Posse',NULL,521),(9032,'Quirinopolis',NULL,521),(9033,'Rialma',NULL,521),(9034,'Rio Verde',NULL,521),(9035,'Rubiataba',NULL,521),(9036,'Santa Helena de Goias',NULL,521),(9037,'Santa Terezinha de Goias',NULL,521),(9038,'Santo Antonio do Descoberto',NULL,521),(9039,'Sao Domingos',NULL,521),(9040,'Sao Luis de Montes Belos',NULL,521),(9041,'Sao Miguel do Araguaia',NULL,521),(9042,'Sao Simao',NULL,521),(9043,'Senador Canedo',NULL,521),(9044,'Silvania',NULL,521),(9045,'Trindade',NULL,521),(9046,'Uruacu',NULL,521),(9047,'Uruana',NULL,521),(9048,'Valparaiso de Goias',NULL,521),(9049,'Vianopolis',NULL,521),(9050,'Acailandia',NULL,522),(9051,'Alcantara',NULL,522),(9052,'Aldeias Altas',NULL,522),(9053,'Alto Alegre do Pindare',NULL,522),(9054,'Amarante do Maranhao',NULL,522),(9055,'Anajatuba',NULL,522),(9056,'Araioses',NULL,522),(9057,'Arame',NULL,522),(9058,'Arari',NULL,522),(9059,'Bacabal',NULL,522),(9060,'Balsas',NULL,522),(9061,'Barra do Corda',NULL,522),(9062,'Barreirinhas',NULL,522),(9063,'Bequimao',NULL,522),(9064,'Bom Jardim',NULL,522),(9065,'Brejo',NULL,522),(9066,'Buriti',NULL,522),(9067,'Buriti Bravo',NULL,522),(9068,'Buriticupu',NULL,522),(9069,'Candido Mendes',NULL,522),(9070,'Cantanhede',NULL,522),(9071,'Carolina',NULL,522),(9072,'Carutapera',NULL,522),(9073,'Caxias',NULL,522),(9074,'Chapadinha',NULL,522),(9075,'Codo',NULL,522),(9076,'Coelho Neto',NULL,522),(9077,'Colinas',NULL,522),(9078,'Coroata',NULL,522),(9079,'Cururupu',NULL,522),(9080,'Davinopolis',NULL,522),(9081,'Dom Pedro',NULL,522),(9082,'Esperantinopolis',NULL,522),(9083,'Estreito',NULL,522),(9084,'Fortuna',NULL,522),(9085,'Godofredo Viana',NULL,522),(9086,'Governador Eugenio Barros',NULL,522),(9087,'Governador Nunes Freire',NULL,522),(9088,'Grajau',NULL,522),(9089,'Humberto de Campos',NULL,522),(9090,'Icatu',NULL,522),(9091,'Imperatriz',NULL,522),(9092,'Itapecuru Mirim',NULL,522),(9093,'Itinga do Maranhao',NULL,522),(9094,'Joao Lisboa',NULL,522),(9095,'Lago da Pedra',NULL,522),(9096,'Lago do Junco',NULL,522),(9097,'Maracacume',NULL,522),(9098,'Matinha',NULL,522),(9099,'Matoes',NULL,522),(9100,'Mirador',NULL,522),(9101,'Miranda do Norte',NULL,522),(9102,'Moncao',NULL,522),(9103,'Montes Altos',NULL,522),(9104,'Morros',NULL,522),(9105,'Nova Olinda do Maranhao',NULL,522),(9106,'Olho d\'Agua das Cunhas',NULL,522),(9107,'Paco do Lumiar',NULL,522),(9108,'Paraibano',NULL,522),(9109,'Parnarama',NULL,522),(9110,'Passagem Franca',NULL,522),(9111,'Pastos Bons',NULL,522),(9112,'Paulo Ramos',NULL,522),(9113,'Pedreiras',NULL,522),(9114,'Penalva',NULL,522),(9115,'Pindare Mirim',NULL,522),(9116,'Pinheiro',NULL,522),(9117,'Pio XII',NULL,522),(9118,'Pirapemas',NULL,522),(9119,'Pocao de Pedras',NULL,522),(9120,'Porto Franco',NULL,522),(9121,'Presidente Dutra',NULL,522),(9122,'Raposa',NULL,522),(9123,'Riachao',NULL,522),(9124,'Rosario',NULL,522),(9125,'Santa Helena',NULL,522),(9126,'Santa Ines',NULL,522),(9127,'Santa Luzia',NULL,522),(9128,'Santa Luzia do Parua',NULL,522),(9129,'Santa Quiteria do Maranhao',NULL,522),(9130,'Santa Rita',NULL,522),(9131,'Sao Benedito do Rio Preto',NULL,522),(9132,'Sao Bento',NULL,522),(9133,'Sao Bernardo',NULL,522),(9134,'Sao Domingos do Maranhao',NULL,522),(9135,'Sao Joao Batista',NULL,522),(9136,'Sao Joao dos Patos',NULL,522),(9137,'Sao Jose de Ribamar',NULL,522),(9138,'Sao Luis',NULL,522),(9139,'Sao Luis Gonzaga do Maranhao',NULL,522),(9140,'Sao Mateus do Maranhao',NULL,522),(9141,'Sao Pedro da Agua Branca',NULL,522),(9142,'Sao Raimundo das Mangabeiras',NULL,522),(9143,'Timbiras',NULL,522),(9144,'Timon',NULL,522),(9145,'Trizidela do Vale',NULL,522),(9146,'Tuntum',NULL,522),(9147,'Turiacu',NULL,522),(9148,'Tutoia',NULL,522),(9149,'Urbano Santos',NULL,522),(9150,'Vargem Grande',NULL,522),(9151,'Viana',NULL,522),(9152,'Vitoria do Mearim',NULL,522),(9153,'Vitorino Freire',NULL,522),(9154,'Ze Doca',NULL,522),(9155,'Abaetetuba',NULL,526),(9156,'Acara',NULL,526),(9157,'Afua',NULL,526),(9158,'Agua Azul do Norte',NULL,526),(9159,'Alenquer',NULL,526),(9160,'Almeirim',NULL,526),(9161,'Altamira',NULL,526),(9162,'Ananindeua',NULL,526),(9163,'Augusto Correa',NULL,526),(9164,'Baiao',NULL,526),(9165,'Barcarena',NULL,526),(9166,'Belem',NULL,526),(9167,'Benevides',NULL,526),(9168,'Braganca',NULL,526),(9169,'Breu Branco',NULL,526),(9170,'Breves',NULL,526),(9171,'Bujaru',NULL,526),(9172,'Cameta',NULL,526),(9173,'Capanema',NULL,526),(9174,'Capitao Poco',NULL,526),(9175,'Castanhal',NULL,526),(9176,'Conceicao do Araguaia',NULL,526),(9177,'Concordia do Para',NULL,526),(9178,'Curionopolis',NULL,526),(9179,'Curuca',NULL,526),(9180,'Dom Eliseu',NULL,526),(9181,'Eldorado dos Carajas',NULL,526),(9182,'Garrafao do Norte',NULL,526),(9183,'Goianesia do Para',NULL,526),(9184,'Gurupa',NULL,526),(9185,'Igarape-Acu',NULL,526),(9186,'Igarape-Miri',NULL,526),(9187,'Irituia',NULL,526),(9188,'Itaituba',NULL,526),(9189,'Itupiranga',NULL,526),(9190,'Jacareacanga',NULL,526),(9191,'Jacunda',NULL,526),(9192,'Juruti',NULL,526),(9193,'Limoeiro do Ajuru',NULL,526),(9194,'Mae do Rio',NULL,526),(9195,'Maraba',NULL,526),(9196,'Maracana',NULL,526),(9197,'Marapanim',NULL,526),(9198,'Marituba',NULL,526),(9199,'Medicilandia',NULL,526),(9200,'Mocajuba',NULL,526),(9201,'Moju',NULL,526),(9202,'Monte Alegre',NULL,526),(9203,'Muana',NULL,526),(9204,'Novo Progresso',NULL,526),(9205,'Novo Repartimento',NULL,526),(9206,'Obidos',NULL,526),(9207,'Oeiras do Para',NULL,526),(9208,'Oriximina',NULL,526),(9209,'Ourem',NULL,526),(9210,'Ourilandia',NULL,526),(9211,'Pacaja',NULL,526),(9212,'Paragominas',NULL,526),(9213,'Parauapebas',NULL,526),(9214,'Portel',NULL,526),(9215,'Porto de Moz',NULL,526),(9216,'Prainha',NULL,526),(9217,'Redencao',NULL,526),(9218,'Rio Maria',NULL,526),(9219,'Rondon do Para',NULL,526),(9220,'Ruropolis',NULL,526),(9221,'Salinopolis',NULL,526),(9222,'Santa Isabel do Para',NULL,526),(9223,'Santa Luzia do Para',NULL,526),(9224,'Santa Maria do Para',NULL,526),(9225,'Santana do Araguaia',NULL,526),(9226,'Santarem',NULL,526),(9227,'Santo Antonio do Taua',NULL,526),(9228,'Sao Caetano de Odivelas',NULL,526),(9229,'Sao Domingos do Araguaia',NULL,526),(9230,'Sao Domingos do Capim',NULL,526),(9231,'Sao Felix do Xingu',NULL,526),(9232,'Sao Geraldo do Araguaia',NULL,526),(9233,'Sao Joao de Pirabas',NULL,526),(9234,'Sao Miguel do Guama',NULL,526),(9235,'Senador Jose Porfirio',NULL,526),(9236,'Soure',NULL,526),(9237,'Tailandia',NULL,526),(9238,'Terra Santa',NULL,526),(9239,'Tome-Acu',NULL,526),(9240,'Tucuma',NULL,526),(9241,'Tucurui',NULL,526),(9242,'Ulianopolis',NULL,526),(9243,'Uruara',NULL,526),(9244,'Vigia',NULL,526),(9245,'Viseu',NULL,526),(9246,'Xinguara',NULL,526),(9247,'Alagoa Grande',NULL,527),(9248,'Alagoa Nova',NULL,527),(9249,'Alagoinha',NULL,527),(9250,'Alhandra',NULL,527),(9251,'Aracagi',NULL,527),(9252,'Arara',NULL,527),(9253,'Araruna',NULL,527),(9254,'Areia',NULL,527),(9255,'Aroeiras',NULL,527),(9256,'Bananeiras',NULL,527),(9257,'Barra de Santa Rosa',NULL,527),(9258,'Bayeux',NULL,527),(9259,'Belem',NULL,527),(9260,'Boqueirao',NULL,527),(9261,'Brejo do Cruz',NULL,527),(9262,'Caapora',NULL,527),(9263,'Cabedelo',NULL,527),(9264,'Cacimba de Dentro',NULL,527),(9265,'Cajazeiras',NULL,527),(9266,'Campina Grande',NULL,527),(9267,'Catole do Rocha',NULL,527),(9268,'Conceicao',NULL,527),(9269,'Conde',NULL,527),(9270,'Coremas',NULL,527),(9271,'Cruz do Espirito Santo',NULL,527),(9272,'Cuite',NULL,527),(9273,'Desterro',NULL,527),(9274,'Dona Ines',NULL,527),(9275,'Esperanca',NULL,527),(9276,'Fagundes',NULL,527),(9277,'Guarabira',NULL,527),(9278,'Gurinhem',NULL,527),(9279,'Imaculada',NULL,527),(9280,'Inga',NULL,527),(9281,'Itabaiana',NULL,527),(9282,'Itaporanga',NULL,527),(9283,'Itapororoca',NULL,527),(9284,'Itatuba',NULL,527),(9285,'Jacarau',NULL,527),(9286,'Joao Pessoa',NULL,527),(9287,'Juazeirinho',NULL,527),(9288,'Juripiranga',NULL,527),(9289,'Juru',NULL,527),(9290,'Lagoa Seca',NULL,527),(9291,'Mamanguape',NULL,527),(9292,'Manaira',NULL,527),(9293,'Mari',NULL,527),(9294,'Massaranduba',NULL,527),(9295,'Mogeiro',NULL,527),(9296,'Monteiro',NULL,527),(9297,'Mulungu',NULL,527),(9298,'Natuba',NULL,527),(9299,'Nova Floresta',NULL,527),(9300,'Patos',NULL,527),(9301,'Paulista',NULL,527),(9302,'Pedras de Fogo',NULL,527),(9303,'Pianco',NULL,527),(9304,'Picui',NULL,527),(9305,'Pilar',NULL,527),(9306,'Pirpirituba',NULL,527),(9307,'Pitimbu',NULL,527),(9308,'Pocinhos',NULL,527),(9309,'Pombal',NULL,527),(9310,'Princesa Isabel',NULL,527),(9311,'Puxinana',NULL,527),(9312,'Queimadas',NULL,527),(9313,'Remigio',NULL,527),(9314,'Rio Tinto',NULL,527),(9315,'Salgado de Sao Felix',NULL,527),(9316,'Santa Luzia',NULL,527),(9317,'Santa Rita',NULL,527),(9318,'Sao Bento',NULL,527),(9319,'Sao Joao do Rio do Peixe',NULL,527),(9320,'Sao Jose de Piranhas',NULL,527),(9321,'Sao Sebastiao de Lagoa de Roca',NULL,527),(9322,'Sape',NULL,527),(9323,'Serra Branca',NULL,527),(9324,'Solanea',NULL,527),(9325,'Soledade',NULL,527),(9326,'Sousa',NULL,527),(9327,'Sume',NULL,527),(9328,'Taperoa',NULL,527),(9329,'Tavares',NULL,527),(9330,'Teixeira',NULL,527),(9331,'Triunfo',NULL,527),(9332,'Uirauna',NULL,527),(9333,'Umbuzeiro',NULL,527),(9334,'Almirante Tamandare',NULL,528),(9335,'Alto Parana',NULL,528),(9336,'Alto Piquiri',NULL,528),(9337,'Altonia',NULL,528),(9338,'Ampere',NULL,528),(9339,'Andira',NULL,528),(9340,'Antonina',NULL,528),(9341,'Apucarana',NULL,528),(9342,'Arapongas',NULL,528),(9343,'Arapoti',NULL,528),(9344,'Araucaria',NULL,528),(9345,'Assai',NULL,528),(9346,'Assis Chateaubriand',NULL,528),(9347,'Astorga',NULL,528),(9348,'Bandeirantes',NULL,528),(9349,'Barbosa Ferraz',NULL,528),(9350,'Bela Vista do Paraiso',NULL,528),(9351,'Cambara',NULL,528),(9352,'Cambe',NULL,528),(9353,'Campina Grande do Sul',NULL,528),(9354,'Campina da Lagoa',NULL,528),(9355,'Campo Largo',NULL,528),(9356,'Campo Murao',NULL,528),(9357,'Candido de Abreu',NULL,528),(9358,'Capitao Leonidas Marques',NULL,528),(9359,'Carambei',NULL,528),(9360,'Cascavel',NULL,528),(9361,'Castro',NULL,528),(9362,'Centenario do Sul',NULL,528),(9363,'Chopinzinho',NULL,528),(9364,'Cianorte',NULL,528),(9365,'Clevelandia',NULL,528),(9366,'Colombo',NULL,528),(9367,'Colorado',NULL,528),(9368,'Contenda',NULL,528),(9369,'Corbelia',NULL,528),(9370,'Cornelio Procopio',NULL,528),(9371,'Coronel Vivida',NULL,528),(9372,'Cruzeiro do Oeste',NULL,528),(9373,'Curitiba',NULL,528),(9374,'Dois Vizinhos',NULL,528),(9375,'Engenheiro Beltrao',NULL,528),(9376,'Faxinal',NULL,528),(9377,'Fazenda Rio Grande',NULL,528),(9378,'Florestopolis',NULL,528),(9379,'Foz do Iguacu',NULL,528),(9380,'Francisco Beltrao',NULL,528),(9381,'Goioere',NULL,528),(9382,'Guaira',NULL,528),(9383,'Guaraniacu',NULL,528),(9384,'Guarapuava',NULL,528),(9385,'Guaratuba',NULL,528),(9386,'Ibaiti',NULL,528),(9387,'Ibipora',NULL,528),(9388,'Imbituva',NULL,528),(9389,'Ipora',NULL,528),(9390,'Irati',NULL,528),(9391,'Itaperucu',NULL,528),(9392,'Ivaipora',NULL,528),(9393,'Jacarezinho',NULL,528),(9394,'Jaguariaiva',NULL,528),(9395,'Jandaia do Sul',NULL,528),(9396,'Jataizinho',NULL,528),(9397,'Lapa',NULL,528),(9398,'Laranjeiras do Sul',NULL,528),(9399,'Loanda',NULL,528),(9400,'Londrina',NULL,528),(9401,'Mandaguacu',NULL,528),(9402,'Mandaguari',NULL,528),(9403,'Marechal Candido Rondon',NULL,528),(9404,'Marialva',NULL,528),(9405,'Maringa',NULL,528),(9406,'Matelandia',NULL,528),(9407,'Matinhos',NULL,528),(9408,'Medianeira',NULL,528),(9409,'Moreira Sales',NULL,528),(9410,'Nova Aurora',NULL,528),(9411,'Nova Esperanca',NULL,528),(9412,'Nova Londrina',NULL,528),(9413,'Ortigueira',NULL,528),(9414,'Paicandu',NULL,528),(9415,'Palmas',NULL,528),(9416,'Palmeira',NULL,528),(9417,'Palotina',NULL,528),(9418,'Paranagua',NULL,528),(9419,'Paranavai',NULL,528),(9420,'Pato Branco',NULL,528),(9421,'Peabiru',NULL,528),(9422,'Pinhais',NULL,528),(9423,'Pinhao',NULL,528),(9424,'Pirai do Sul',NULL,528),(9425,'Piraquara',NULL,528),(9426,'Pitanga',NULL,528),(9427,'Ponta Grossa',NULL,528),(9428,'Pontal do Parana',NULL,528),(9429,'Porecatu',NULL,528),(9430,'Primero de Maio',NULL,528),(9431,'Prudentopolis',NULL,528),(9432,'Quatro Barras',NULL,528),(9433,'Quedas do Iguacu',NULL,528),(9434,'Realeza',NULL,528),(9435,'Reserva',NULL,528),(9436,'Ribeirao do Pinhal',NULL,528),(9437,'Rio Branco do Sul',NULL,528),(9438,'Rio Negro',NULL,528),(9439,'Rolandia',NULL,528),(9440,'Santa Helena',NULL,528),(9441,'Santa Terezinha de Itaipu',NULL,528),(9442,'Santo Antonio da Platina',NULL,528),(9443,'Santo Antonio do Sudoeste',NULL,528),(9444,'Sao Joao do Ivai',NULL,528),(9445,'Sao Jose dos Pinhais',NULL,528),(9446,'Sao Mateus do Sul',NULL,528),(9447,'Sao Miguel do Iguacu',NULL,528),(9448,'Sarandi',NULL,528),(9449,'Senges',NULL,528),(9450,'Sertanopolis',NULL,528),(9451,'Siquera Campos',NULL,528),(9452,'Tapejara',NULL,528),(9453,'Telemaco Borba',NULL,528),(9454,'Terra Boa',NULL,528),(9455,'Terra Rica',NULL,528),(9456,'Terra Roxa',NULL,528),(9457,'Tibagi',NULL,528),(9458,'Toledo',NULL,528),(9459,'Ubirata',NULL,528),(9460,'Umuarama',NULL,528),(9461,'Uniao da Victoria',NULL,528),(9462,'Wenceslau Braz',NULL,528),(9463,'Abreu e Lima',NULL,529),(9464,'Afogados da Ingazeira',NULL,529),(9465,'Agrestina',NULL,529),(9466,'Agua Preta',NULL,529),(9467,'Aguas Belas',NULL,529),(9468,'Alianca',NULL,529),(9469,'Altinho',NULL,529),(9470,'Amaraji',NULL,529),(9471,'Aracoiaba',NULL,529),(9472,'Araripina',NULL,529),(9473,'Arcoverde',NULL,529),(9474,'Barra de Guabiraba',NULL,529),(9475,'Barreiros',NULL,529),(9476,'Belem de Sao Francisco',NULL,529),(9477,'Belo Jardim',NULL,529),(9478,'Bezerros',NULL,529),(9479,'Bodoco',NULL,529),(9480,'Bom Conselho',NULL,529),(9481,'Bom Jardim',NULL,529),(9482,'Bonito',NULL,529),(9483,'Brejo da Madre de Deus',NULL,529),(9484,'Buique',NULL,529),(9485,'Cabo de Santo Agostinho',NULL,529),(9486,'Cabrobo',NULL,529),(9487,'Cachoeirinha',NULL,529),(9488,'Caetes',NULL,529),(9489,'Camaragibe',NULL,529),(9490,'Camocim de Sao Felix',NULL,529),(9491,'Canhotinho',NULL,529),(9492,'Capoeiras',NULL,529),(9493,'Carnaiba',NULL,529),(9494,'Carpina',NULL,529),(9495,'Caruaru',NULL,529),(9496,'Catende',NULL,529),(9497,'Cha Grande',NULL,529),(9498,'Condado',NULL,529),(9499,'Cumaru',NULL,529),(9500,'Cupira',NULL,529),(9501,'Custodia',NULL,529),(9502,'Escada',NULL,529),(9503,'Exu',NULL,529),(9504,'Feira Nova',NULL,529),(9505,'Fernando de Noronha',NULL,529),(9506,'Flores',NULL,529),(9507,'Floresta',NULL,529),(9508,'Gameleira',NULL,529),(9509,'Garanhuns',NULL,529),(9510,'Gloria do Goita',NULL,529),(9511,'Goiana',NULL,529),(9512,'Gravata',NULL,529),(9513,'Ibimirim',NULL,529),(9514,'Igarassu',NULL,529),(9515,'Inaja',NULL,529),(9516,'Ipojuca',NULL,529),(9517,'Ipubi',NULL,529),(9518,'Itaiba',NULL,529),(9519,'Itamaraca',NULL,529),(9520,'Itambe',NULL,529),(9521,'Itapissuma',NULL,529),(9522,'Itaquitinga',NULL,529),(9523,'Jaboatao',NULL,529),(9524,'Joao Alfredo',NULL,529),(9525,'Joaquim Nabuco',NULL,529),(9526,'Lagoa do Itaenga',NULL,529),(9527,'Lajedo',NULL,529),(9528,'Limoeiro',NULL,529),(9529,'Macaparana',NULL,529),(9530,'Maraial',NULL,529),(9531,'Moreno',NULL,529),(9532,'Nazare da Mata',NULL,529),(9533,'Olinda',NULL,529),(9534,'Orobo',NULL,529),(9535,'Ouricuri',NULL,529),(9536,'Palmares',NULL,529),(9537,'Panelas',NULL,529),(9538,'Parnamirim',NULL,529),(9539,'Passira',NULL,529),(9540,'Paudalho',NULL,529),(9541,'Paulista',NULL,529),(9542,'Pedra',NULL,529),(9543,'Pesqueira',NULL,529),(9544,'Petrolandia',NULL,529),(9545,'Petrolina',NULL,529),(9546,'Pombos',NULL,529),(9547,'Quipapa',NULL,529),(9548,'Recife',NULL,529),(9549,'Ribeirao',NULL,529),(9550,'Rio Formoso',NULL,529),(9551,'Salgueiro',NULL,529),(9552,'Santa Cruz do Capibaribe',NULL,529),(9553,'Santa Maria da Boa Vista',NULL,529),(9554,'Sao Bento do Una',NULL,529),(9555,'Sao Caitano',NULL,529),(9556,'Sao Joao',NULL,529),(9557,'Sao Joaquim do Monte',NULL,529),(9558,'Sao Jose da Coroa Grande',NULL,529),(9559,'Sao Jose do Belmonte',NULL,529),(9560,'Sao Jose do Egito',NULL,529),(9561,'Sao Lourenco da Mata',NULL,529),(9562,'Serra Talhada',NULL,529),(9563,'Sertania',NULL,529),(9564,'Sirinhaem',NULL,529),(9565,'Surubim',NULL,529),(9566,'Tabira',NULL,529),(9567,'Tamandare',NULL,529),(9568,'Taquaritinga do Norte',NULL,529),(9569,'Timbauba',NULL,529),(9570,'Toritama',NULL,529),(9571,'Trindade',NULL,529),(9572,'Triunfo',NULL,529),(9573,'Tupanatinga',NULL,529),(9574,'Vicencia',NULL,529),(9575,'Vitoria de Santo Antao',NULL,529),(9576,'Agua Branca',NULL,530),(9577,'Alto Longa',NULL,530),(9578,'Altos',NULL,530),(9579,'Amarante',NULL,530),(9580,'Avelino Lopes',NULL,530),(9581,'Barras',NULL,530),(9582,'Batalha',NULL,530),(9583,'Beneditinos',NULL,530),(9584,'Bom Jesus',NULL,530),(9585,'Buriti dos Lopes',NULL,530),(9586,'Campo Maior',NULL,530),(9587,'Canto do Buriti',NULL,530),(9588,'Castelo do Piaui',NULL,530),(9589,'Cocal',NULL,530),(9590,'Corrente',NULL,530),(9591,'Demerval Lobao',NULL,530),(9592,'Elesbao Veloso',NULL,530),(9593,'Esperantina',NULL,530),(9594,'Floriano',NULL,530),(9595,'Gilbues',NULL,530),(9596,'Guadalupe',NULL,530),(9597,'Inhuma',NULL,530),(9598,'Itainopolis',NULL,530),(9599,'Itaueira',NULL,530),(9600,'Jaicos',NULL,530),(9601,'Joaquim Pires',NULL,530),(9602,'Jose de Freitas',NULL,530),(9603,'Luis Correia',NULL,530),(9604,'Luzilandia',NULL,530),(9605,'Matias Olimpio',NULL,530),(9606,'Miguel Alves',NULL,530),(9607,'Monsenhor Gil',NULL,530),(9608,'Oeiras',NULL,530),(9609,'Palmeirais',NULL,530),(9610,'Parnaiba',NULL,530),(9611,'Pedro II',NULL,530),(9612,'Picos',NULL,530),(9613,'Pimenteiras',NULL,530),(9614,'Pio IX',NULL,530),(9615,'Piracuruca',NULL,530),(9616,'Piripiri',NULL,530),(9617,'Porto',NULL,530),(9618,'Regeneracao',NULL,530),(9619,'Sao Joao do Piaui',NULL,530),(9620,'Sao Miguel do Tapuio',NULL,530),(9621,'Sao Pedro do Piaui',NULL,530),(9622,'Sao Raimundo Nonato',NULL,530),(9623,'Simoes',NULL,530),(9624,'Simplicio Mendes',NULL,530),(9625,'Teresina',NULL,530),(9626,'Uniao',NULL,530),(9627,'Urucui',NULL,530),(9628,'Valenca do Piaui',NULL,530),(9629,'Alta Floresta d\'Oeste',NULL,534),(9630,'Alto Alegre do Parecis',NULL,534),(9631,'Alto Paraiso',NULL,534),(9632,'Alvorada d\'Oeste',NULL,534),(9633,'Ariquemes',NULL,534),(9634,'Buritis',NULL,534),(9635,'Cacoal',NULL,534),(9636,'Candeias do Jamari',NULL,534),(9637,'Cerejeiras',NULL,534),(9638,'Colorado do Oeste',NULL,534),(9639,'Corumbiara',NULL,534),(9640,'Espigao d\'Oeste',NULL,534),(9641,'Governador Jorge Teixeira',NULL,534),(9642,'Guajara-Mirim',NULL,534),(9643,'Jaru',NULL,534),(9644,'Ji-Parana',NULL,534),(9645,'Machadinho d\'Oeste',NULL,534),(9646,'Ministro Andreazza',NULL,534),(9647,'Mirante da Serra',NULL,534),(9648,'Nova Brasilandia d\'Oeste',NULL,534),(9649,'Nova Mamore',NULL,534),(9650,'Novo Horizonte do Oeste',NULL,534),(9651,'Ouro Preto do Oeste',NULL,534),(9652,'Pimenta Bueno',NULL,534),(9653,'Porto Velho',NULL,534),(9654,'Presidente Medici',NULL,534),(9655,'Rolim de Moura',NULL,534),(9656,'Santa Luzia d\'Oeste',NULL,534),(9657,'Sao Miguel do Guapore',NULL,534),(9658,'Urupa',NULL,534),(9659,'Vale do Paraiso',NULL,534),(9660,'Vilhena',NULL,534),(9661,'Alto Alegre',NULL,535),(9662,'Boa Vista',NULL,535),(9663,'Bonfim',NULL,535),(9664,'Caracarai',NULL,535),(9665,'Mucajai',NULL,535),(9666,'Normandia',NULL,535),(9667,'Sao Joao da Baliza',NULL,535),(9668,'Sao Luiz',NULL,535),(9669,'Aquidaba',NULL,538),(9670,'Aracaju',NULL,538),(9671,'Araua',NULL,538),(9672,'Areia Branca',NULL,538),(9673,'Barra dos Coqueiros',NULL,538),(9674,'Boquim',NULL,538),(9675,'Campo do Brito',NULL,538),(9676,'Caninde de Sao Francisco',NULL,538),(9677,'Capela',NULL,538),(9678,'Carira',NULL,538),(9679,'Cristinapolis',NULL,538),(9680,'Estancia',NULL,538),(9681,'Frei Paulo',NULL,538),(9682,'Gararu',NULL,538),(9683,'Indiaroba',NULL,538),(9684,'Itabaiana',NULL,538),(9685,'Itabaianinha',NULL,538),(9686,'Itaporanga d\'Ajuda',NULL,538),(9687,'Japaratuba',NULL,538),(9688,'Japoata',NULL,538),(9689,'Lagarto',NULL,538),(9690,'Laranjeiras',NULL,538),(9691,'Malhador',NULL,538),(9692,'Maruim',NULL,538),(9693,'Moita Bonita',NULL,538),(9694,'Monte Alegre de Sergipe',NULL,538),(9695,'Neopolis',NULL,538),(9696,'Nossa Senhora da Gloria',NULL,538),(9697,'Nossa Senhora das Dores',NULL,538),(9698,'Nossa Senhora do Socorro',NULL,538),(9699,'Pacatuba',NULL,538),(9700,'Poco Verde',NULL,538),(9701,'Porto da Folha',NULL,538),(9702,'Propria',NULL,538),(9703,'Riachao do Dantas',NULL,538),(9704,'Ribeiropolis',NULL,538),(9705,'Salgado',NULL,538),(9706,'Santa Luzia do Itanhy',NULL,538),(9707,'Santo Amaro das Brotas',NULL,538),(9708,'Sao Cristovao',NULL,538),(9709,'Simao Dias',NULL,538),(9710,'Tobias Barreto',NULL,538),(9711,'Tomar do Geru',NULL,538),(9712,'Umbauba',NULL,538),(9713,'Alvorada',NULL,539),(9714,'Ananas',NULL,539),(9715,'Araguacu',NULL,539),(9716,'Araguaina',NULL,539),(9717,'Araguatins',NULL,539),(9718,'Arraias',NULL,539),(9719,'Augustinopolis',NULL,539),(9720,'Axixa do Tocantins',NULL,539),(9721,'Colinas do Tocantins',NULL,539),(9722,'Dianopolis',NULL,539),(9723,'Formoso do Araguaia',NULL,539),(9724,'Goiatins',NULL,539),(9725,'Guarai',NULL,539),(9726,'Gurupi',NULL,539),(9727,'Miracema do Tocantins',NULL,539),(9728,'Miranorte',NULL,539),(9729,'Palmas',NULL,539),(9730,'Paraiso',NULL,539),(9731,'Parana',NULL,539),(9732,'Porto Nacional',NULL,539),(9733,'Sitio Novo do Tocantins',NULL,539),(9734,'Taguatinga',NULL,539),(9735,'Tocantinopolis',NULL,539),(9736,'Wanderlandia',NULL,539),(9737,'Xambioa',NULL,539),(9738,'Kuala Belait',NULL,541),(9739,'Seria',NULL,541),(9740,'Bandar Seri Begawan',NULL,542),(9741,'Bangar',NULL,543),(9742,'Tutong',NULL,544),(9743,'Bansko',NULL,545),(9744,'Belica',NULL,545),(9745,'Blagoevgrad',NULL,545),(9746,'Goce Delchev',NULL,545),(9747,'Hadzhidimovo',NULL,545),(9748,'Jakoruda',NULL,545),(9749,'Kresna',NULL,545),(9750,'Melnik',NULL,545),(9751,'Petrich',NULL,545),(9752,'Razlog',NULL,545),(9753,'Sandanski',NULL,545),(9754,'Simitli',NULL,545),(9755,'Ahtopol',NULL,546),(9756,'Ajtos',NULL,546),(9757,'Balgarovo',NULL,546),(9758,'Bourgas',NULL,546),(9759,'Burgas',NULL,546),(9760,'Carevo',NULL,546),(9761,'Kableshkovo',NULL,546),(9762,'Kameno',NULL,546),(9763,'Karnobat',NULL,546),(9764,'Malko Tarnovo',NULL,546),(9765,'Nesebar',NULL,546),(9766,'Obzor',NULL,546),(9767,'Pomorie',NULL,546),(9768,'Primorsko',NULL,546),(9769,'Sozopol',NULL,546),(9770,'Sredec',NULL,546),(9771,'Sungurlare',NULL,546),(9772,'Tvardica',NULL,546),(9773,'Balchik',NULL,547),(9774,'Dobrich',NULL,547),(9775,'General-Toshevo',NULL,547),(9776,'Kavarna',NULL,547),(9777,'Loznica',NULL,547),(9778,'Shabla',NULL,547),(9779,'Tervel',NULL,547),(9780,'Drjanovo',NULL,548),(9781,'Gabrovo',NULL,548),(9782,'Plachkovci',NULL,548),(9783,'Sevlievo',NULL,548),(9784,'Trjavna',NULL,548),(9785,'Dimitrovgrad',NULL,549),(9786,'Harmanli',NULL,549),(9787,'Haskovo',NULL,549),(9788,'Ivajlovgrad',NULL,549),(9789,'Ljubimec',NULL,549),(9790,'Madzharovo',NULL,549),(9791,'Merichleri',NULL,549),(9792,'Simeonovgrad',NULL,549),(9793,'Svilengrad',NULL,549),(9794,'Boljarovo',NULL,550),(9795,'Elhovo',NULL,550),(9796,'Jambol',NULL,550),(9797,'Straldzha',NULL,550),(9798,'Topolovgrad',NULL,550),(9799,'Ardino',NULL,551),(9800,'Dzhebel',NULL,551),(9801,'Kardzhali',NULL,551),(9802,'Krumovgrad',NULL,551),(9803,'Momchilgrad',NULL,551),(9804,'Boboshevo',NULL,552),(9805,'Bobovdol',NULL,552),(9806,'Dupnica',NULL,552),(9807,'Kjustendil',NULL,552),(9808,'Kocherinovo',NULL,552),(9809,'Rila',NULL,552),(9810,'Sapareva Banja',NULL,552),(9811,'Zemen',NULL,552),(9812,'Aprilci',NULL,553),(9813,'Jablanica',NULL,553),(9814,'Letnica',NULL,553),(9815,'Lovech',NULL,553),(9816,'Lukovit',NULL,553),(9817,'Sopot',NULL,553),(9818,'Teteven',NULL,553),(9819,'Trojan',NULL,553),(9820,'Ugarchin',NULL,553),(9821,'Berkovica',NULL,554),(9822,'Bojchinovci',NULL,554),(9823,'Brusarci',NULL,554),(9824,'Chiprovci',NULL,554),(9825,'Lom',NULL,554),(9826,'Montana',NULL,554),(9827,'Valchedram',NULL,554),(9828,'Varshec',NULL,554),(9829,'Batak',NULL,556),(9830,'Belovo',NULL,556),(9831,'Bracigovo',NULL,556),(9832,'Koprivshtica',NULL,556),(9833,'Panagjurishte',NULL,556),(9834,'Pazardzhik',NULL,556),(9835,'Peshtera',NULL,556),(9836,'Rakitovo',NULL,556),(9837,'Septemvri',NULL,556),(9838,'Strelcha',NULL,556),(9839,'Velingrad',NULL,556),(9840,'Bankja',NULL,557),(9841,'Batanovci',NULL,557),(9842,'Breznik',NULL,557),(9843,'Pernik',NULL,557),(9844,'Radomir',NULL,557),(9845,'Tran',NULL,557),(9846,'Belene',NULL,558),(9847,'Cherven Brjag',NULL,558),(9848,'Dolna Mitropolija',NULL,558),(9849,'Dolni Dabnik',NULL,558),(9850,'Guljanci',NULL,558),(9851,'Levski',NULL,558),(9852,'Nikopol',NULL,558),(9853,'Pleven',NULL,558),(9854,'Pordim',NULL,558),(9855,'Slavjanovo',NULL,558),(9856,'Trashtenik',NULL,558),(9857,'Varbica',NULL,558),(9858,'Asenovgrad',NULL,559),(9859,'Brezovo',NULL,559),(9860,'Car Kalojan',NULL,559),(9861,'Hisarja',NULL,559),(9862,'Kalofer',NULL,559),(9863,'Karlovo',NULL,559),(9864,'Klisura',NULL,559),(9865,'Krichim',NULL,559),(9866,'Parvomaj',NULL,559),(9867,'Perushtica',NULL,559),(9868,'Plovdiv',NULL,559),(9869,'Rakovski',NULL,559),(9870,'Sadovo',NULL,559),(9871,'Saedinenie',NULL,559),(9872,'Stambolijski',NULL,559),(9873,'Isperih',NULL,560),(9874,'Kubrat',NULL,560),(9875,'Razgrad',NULL,560),(9876,'Senovo',NULL,560),(9877,'Zavet',NULL,560),(9878,'Bjala',NULL,561),(9879,'Borovo',NULL,561),(9880,'Dve Mogili',NULL,561),(9881,'Ruse',NULL,561),(9882,'Russe',NULL,561),(9883,'Vetovo',NULL,561),(9884,'Kaolinovo',NULL,562),(9885,'Kaspichan',NULL,562),(9886,'Novi Pazar',NULL,562),(9887,'Pliska',NULL,562),(9888,'Shumen',NULL,562),(9889,'Smjadovo',NULL,562),(9890,'Veliki Preslav',NULL,562),(9891,'Alfatar',NULL,563),(9892,'Dulovo',NULL,563),(9893,'Glavinica',NULL,563),(9894,'Silistra',NULL,563),(9895,'Tutrakan',NULL,563),(9896,'Kermen',NULL,564),(9897,'Kotel',NULL,564),(9898,'Nova Zagora',NULL,564),(9899,'Shivachevo',NULL,564),(9900,'Sliven',NULL,564),(9901,'Chepelare',NULL,565),(9902,'Devin',NULL,565),(9903,'Dospat',NULL,565),(9904,'Laki',NULL,565),(9905,'Madan',NULL,565),(9906,'Nedelino',NULL,565),(9907,'Rudozem',NULL,565),(9908,'Smoljan',NULL,565),(9909,'Zlatograd',NULL,565),(9910,'Antonovo',NULL,569),(9911,'Omurtag',NULL,569),(9912,'Opaka',NULL,569),(9913,'Popovo',NULL,569),(9914,'Targovishte',NULL,569),(9915,'Beloslav',NULL,570),(9916,'Bjala',NULL,570),(9917,'Dalgopol',NULL,570),(9918,'Devnja',NULL,570),(9919,'Iskar',NULL,570),(9920,'Provadija',NULL,570),(9921,'Suvorovo',NULL,570),(9922,'Valchi Dol',NULL,570),(9923,'Varna',NULL,570),(9924,'Belogradchik',NULL,572),(9925,'Bregovo',NULL,572),(9926,'Dimovo',NULL,572),(9927,'Dolni Chiflik',NULL,572),(9928,'Dunavci',NULL,572),(9929,'Gramada',NULL,572),(9930,'Kula',NULL,572),(9931,'Vidin',NULL,572),(9932,'Bjala Slatina',NULL,573),(9933,'Knezha',NULL,573),(9934,'Kojnare',NULL,573),(9935,'Kozloduj',NULL,573),(9936,'Krivodol',NULL,573),(9937,'Mezdra',NULL,573),(9938,'Mizija',NULL,573),(9939,'Orjahovo',NULL,573),(9940,'Roman',NULL,573),(9941,'Vraca',NULL,573),(9942,'Yablaniza',NULL,574),(9943,'Boromo',NULL,575),(9944,'Kongoussi',NULL,576),(9945,'Kombissiri',NULL,577),(9946,'Diebougou',NULL,578),(9947,'Pa',NULL,578),(9948,'Garango',NULL,579),(9949,'Tenkodogo',NULL,579),(9950,'Koudougou',NULL,580),(9951,'Banfora',NULL,581),(9952,'Zorgo',NULL,582),(9953,'Bogande',NULL,583),(9954,'Fada N\'gourma',NULL,584),(9955,'Bekuy',NULL,585),(9956,'Bobo Dioulasso',NULL,585),(9957,'Dano',NULL,586),(9958,'Ouagadougou',NULL,587),(9959,'Koalla',NULL,588),(9960,'Koloko',NULL,588),(9961,'Orodara',NULL,588),(9962,'Gayeri',NULL,589),(9963,'Pama',NULL,590),(9964,'Nouna',NULL,591),(9965,'Koupela',NULL,592),(9966,'Bousse',NULL,593),(9967,'Sindou',NULL,594),(9968,'Dedougou',NULL,595),(9969,'Po',NULL,596),(9970,'Boulsa',NULL,597),(9971,'Batie',NULL,598),(9972,'Ziniare',NULL,599),(9973,'Gorom-Gorom',NULL,600),(9974,'Yako',NULL,601),(9975,'Gaoua',NULL,602),(9976,'Kampti',NULL,602),(9977,'Loropeni',NULL,602),(9978,'Reo',NULL,603),(9979,'Kaya',NULL,604),(9980,'Dori',NULL,605),(9981,'Gao',NULL,606),(9982,'Leo',NULL,606),(9983,'Aribinda',NULL,607),(9984,'Djibo',NULL,607),(9985,'Louta',NULL,608),(9986,'Tougan',NULL,608),(9987,'Diapaga',NULL,609),(9988,'Kantchari',NULL,609),(9989,'Hounde',NULL,610),(9990,'Ouahigouya',NULL,611),(9991,'Gourcy',NULL,612),(9992,'Manga',NULL,613),(9993,'Bubanza',NULL,614),(9994,'Bujumbura',NULL,615),(9995,'Bururi',NULL,616),(9996,'Cankuzo',NULL,617),(9997,'Cibitoke',NULL,618),(9998,'Gitega',NULL,619),(9999,'Karuzi',NULL,620),(10000,'Kayanza',NULL,621),(10001,'Kirundo',NULL,622),(10002,'Makamba',NULL,623),(10003,'Muramvya',NULL,624),(10004,'Muyinga',NULL,625),(10005,'Ngozi',NULL,626),(10006,'Rutana',NULL,627),(10007,'Ruyigi',NULL,628),(10008,'Kampot',NULL,635),(10009,'Ta Khmau',NULL,636),(10010,'Kracheh',NULL,638),(10011,'Pousat',NULL,645),(10012,'Phumi Takaev',NULL,652),(10013,'Banyo',NULL,653),(10014,'Meiganga',NULL,653),(10015,'Ngaoundere',NULL,653),(10016,'Tibati',NULL,653),(10017,'Tignere',NULL,653),(10018,'Akonolinga',NULL,654),(10019,'Bafia',NULL,654),(10020,'Eseka',NULL,654),(10021,'Mbalmayo',NULL,654),(10022,'Mfou',NULL,654),(10023,'Monatele',NULL,654),(10024,'Nanga Eboko',NULL,654),(10025,'Obala',NULL,654),(10026,'Ombesa',NULL,654),(10027,'Saa',NULL,654),(10028,'Yaounde',NULL,654),(10029,'Abong Mbang',NULL,655),(10030,'Batouri',NULL,655),(10031,'Bertoua',NULL,655),(10032,'Betare Oya',NULL,655),(10033,'Djoum',NULL,655),(10034,'Doume',NULL,655),(10035,'Lomie',NULL,655),(10036,'Yokadouma',NULL,655),(10037,'Bonaberi',NULL,656),(10038,'Dibombari',NULL,656),(10039,'Douala',NULL,656),(10040,'Edea',NULL,656),(10041,'Loum',NULL,656),(10042,'Manjo',NULL,656),(10043,'Mbanga',NULL,656),(10044,'Nkongsamba',NULL,656),(10045,'Yabassi',NULL,656),(10046,'Figuif',NULL,657),(10047,'Garoua',NULL,657),(10048,'Guider',NULL,657),(10049,'Lagdo',NULL,657),(10050,'Poli',NULL,657),(10051,'Rey Bouba',NULL,657),(10052,'Tchollire',NULL,657),(10053,'Figuif',NULL,658),(10054,'Garoua',NULL,658),(10055,'Guider',NULL,658),(10056,'Lagdo',NULL,658),(10057,'Poli',NULL,658),(10058,'Rey Bouba',NULL,658),(10059,'Tchollire',NULL,658),(10060,'Bamenda',NULL,659),(10061,'Kumbo',NULL,659),(10062,'Mbengwi',NULL,659),(10063,'Mme',NULL,659),(10064,'Njinikom',NULL,659),(10065,'Nkambe',NULL,659),(10066,'Wum',NULL,659),(10067,'Bafang',NULL,660),(10068,'Bafoussam',NULL,660),(10069,'Bafut',NULL,660),(10070,'Bali',NULL,660),(10071,'Bana',NULL,660),(10072,'Bangangte',NULL,660),(10073,'Djang',NULL,660),(10074,'Fontem',NULL,660),(10075,'Foumban',NULL,660),(10076,'Foumbot',NULL,660),(10077,'Mbouda',NULL,660),(10078,'Akom',NULL,661),(10079,'Ambam',NULL,661),(10080,'Ebolowa',NULL,661),(10081,'Kribi',NULL,661),(10082,'Lolodorf',NULL,661),(10083,'Moloundou',NULL,661),(10084,'Mvangue',NULL,661),(10085,'Sangmelima',NULL,661),(10086,'Buea',NULL,662),(10087,'Idenao',NULL,662),(10088,'Kumba',NULL,662),(10089,'Limbe',NULL,662),(10090,'Mamfe',NULL,662),(10091,'Muyuka',NULL,662),(10092,'Tiko',NULL,662),(10093,'Airdrie',NULL,663),(10094,'Athabasca',NULL,663),(10095,'Banff',NULL,663),(10096,'Barrhead',NULL,663),(10097,'Bassano',NULL,663),(10098,'Beaumont',NULL,663),(10099,'Beaverlodge',NULL,663),(10100,'Black Diamond',NULL,663),(10101,'Blackfalds',NULL,663),(10102,'Blairmore',NULL,663),(10103,'Bon Accord',NULL,663),(10104,'Bonnyville',NULL,663),(10105,'Bow Island',NULL,663),(10106,'Brooks',NULL,663),(10107,'Calgary',NULL,663),(10108,'Calmar',NULL,663),(10109,'Camrose',NULL,663),(10110,'Canmore',NULL,663),(10111,'Cardston',NULL,663),(10112,'Carstairs',NULL,663),(10113,'Chateau Lake Louise',NULL,663),(10114,'Chestermere',NULL,663),(10115,'Clairmont',NULL,663),(10116,'Claresholm',NULL,663),(10117,'Coaldale',NULL,663),(10118,'Coalhurst',NULL,663),(10119,'Cochrane',NULL,663),(10120,'Crossfield',NULL,663),(10121,'Devon',NULL,663),(10122,'Didsbury',NULL,663),(10123,'Drayton Valley',NULL,663),(10124,'Drumheller',NULL,663),(10125,'Edmonton',NULL,663),(10126,'Edson',NULL,663),(10127,'Elk Point',NULL,663),(10128,'Fairview',NULL,663),(10129,'Falher',NULL,663),(10130,'Fort MacLeod',NULL,663),(10131,'Fox Creek',NULL,663),(10132,'Gibbons',NULL,663),(10133,'Grand Centre',NULL,663),(10134,'Grande Cache',NULL,663),(10135,'Grande Prairie',NULL,663),(10136,'Grimshaw',NULL,663),(10137,'Hanna',NULL,663),(10138,'High Level',NULL,663),(10139,'High Prairie',NULL,663),(10140,'High River',NULL,663),(10141,'Hinton',NULL,663),(10142,'Irricana',NULL,663),(10143,'Jasper',NULL,663),(10144,'Killam',NULL,663),(10145,'La Crete',NULL,663),(10146,'Lac la Biche',NULL,663),(10147,'Lacombe',NULL,663),(10148,'Lamont',NULL,663),(10149,'Leduc',NULL,663),(10150,'Lethbridge',NULL,663),(10151,'Lloydminster',NULL,663),(10152,'Magrath',NULL,663),(10153,'Manning',NULL,663),(10154,'Mayerthorpe',NULL,663),(10155,'McMurray',NULL,663),(10156,'Medicine Hat',NULL,663),(10157,'Millet',NULL,663),(10158,'Morinville',NULL,663),(10159,'Nanton',NULL,663),(10160,'Okotoks',NULL,663),(10161,'Olds',NULL,663),(10162,'Peace River',NULL,663),(10163,'Penhold',NULL,663),(10164,'Picture Butte',NULL,663),(10165,'Pincher Creek',NULL,663),(10166,'Ponoka',NULL,663),(10167,'Provost',NULL,663),(10168,'Raymond',NULL,663),(10169,'Red Deer',NULL,663),(10170,'Redwater',NULL,663),(10171,'Rimbey',NULL,663),(10172,'Rocky Mountain House',NULL,663),(10173,'Rocky View',NULL,663),(10174,'Saint Paul',NULL,663),(10175,'Sexsmith',NULL,663),(10176,'Sherwood Park',NULL,663),(10177,'Slave Lake',NULL,663),(10178,'Smoky Lake',NULL,663),(10179,'Spirit River',NULL,663),(10180,'Spruce Grove',NULL,663),(10181,'Stettler',NULL,663),(10182,'Stony Plain',NULL,663),(10183,'Strathmore',NULL,663),(10184,'Sundre',NULL,663),(10185,'Swan Hills',NULL,663),(10186,'Sylvan Lake',NULL,663),(10187,'Taber',NULL,663),(10188,'Three Hills',NULL,663),(10189,'Tofield',NULL,663),(10190,'Two Hills',NULL,663),(10191,'Valleyview',NULL,663),(10192,'Vegreville',NULL,663),(10193,'Vermilion',NULL,663),(10194,'Viking',NULL,663),(10195,'Vulcan',NULL,663),(10196,'Wainwright',NULL,663),(10197,'Wembley',NULL,663),(10198,'Westlock',NULL,663),(10199,'Wetaskiwin',NULL,663),(10200,'Whitecourt',NULL,663),(10201,'Wood Buffalo',NULL,663),(10202,'Altona',NULL,665),(10203,'Beausejour',NULL,665),(10204,'Boissevain',NULL,665),(10205,'Brandon',NULL,665),(10206,'Carberry',NULL,665),(10207,'Carman',NULL,665),(10208,'Dauphin',NULL,665),(10209,'Deloraine',NULL,665),(10210,'Dugald',NULL,665),(10211,'Flin Flon',NULL,665),(10212,'Gimli',NULL,665),(10213,'Hamiota',NULL,665),(10214,'Killarney',NULL,665),(10215,'Lac du Bonnet',NULL,665),(10216,'Leaf Rapids',NULL,665),(10217,'Lorette',NULL,665),(10218,'Melita',NULL,665),(10219,'Minnedosa',NULL,665),(10220,'Morden',NULL,665),(10221,'Morris',NULL,665),(10222,'Neepawa',NULL,665),(10223,'Niverville',NULL,665),(10224,'Pinawa',NULL,665),(10225,'Portage la Prairie',NULL,665),(10226,'Ritchot',NULL,665),(10227,'Rivers',NULL,665),(10228,'Roblin',NULL,665),(10229,'Saint Adolphe',NULL,665),(10230,'Sainte Anne',NULL,665),(10231,'Sainte Rose du Lac',NULL,665),(10232,'Selkirk',NULL,665),(10233,'Shilo',NULL,665),(10234,'Snow Lake',NULL,665),(10235,'Souris',NULL,665),(10236,'Springfield',NULL,665),(10237,'Steinbach',NULL,665),(10238,'Stonewall',NULL,665),(10239,'Stony Mountain',NULL,665),(10240,'Swan River',NULL,665),(10241,'The Pas',NULL,665),(10242,'Thompson',NULL,665),(10243,'Virden',NULL,665),(10244,'Winkler',NULL,665),(10245,'Winnipeg',NULL,665),(10246,'Clyde River',NULL,670),(10247,'Iqaluit',NULL,670),(10248,'Kangerdlinerk',NULL,670),(10249,'Oqsuqtooq',NULL,670),(10250,'Pangnirtung',NULL,670),(10251,'Tununirusiq',NULL,670),(10252,'Acton',NULL,671),(10253,'Ajax',NULL,671),(10254,'Alexandria',NULL,671),(10255,'Alfred',NULL,671),(10256,'Alliston',NULL,671),(10257,'Almonte',NULL,671),(10258,'Amherstburg',NULL,671),(10259,'Amigo Beach',NULL,671),(10260,'Angus-Borden',NULL,671),(10261,'Arnprior',NULL,671),(10262,'Arthur',NULL,671),(10263,'Athens',NULL,671),(10264,'Atikokan',NULL,671),(10265,'Attawapiskat',NULL,671),(10266,'Aurora',NULL,671),(10267,'Aylmer',NULL,671),(10268,'Ayr',NULL,671),(10269,'Barrie',NULL,671),(10270,'Barry\'s Bay',NULL,671),(10271,'Beamsville',NULL,671),(10272,'Beaverton',NULL,671),(10273,'Beeton',NULL,671),(10274,'Belleville',NULL,671),(10275,'Belmont',NULL,671),(10276,'Blenheim',NULL,671),(10277,'Blind River',NULL,671),(10278,'Bobcaygeon',NULL,671),(10279,'Bolton',NULL,671),(10280,'Bourget',NULL,671),(10281,'Bowmanville-Newcastle',NULL,671),(10282,'Bracebridge',NULL,671),(10283,'Bradford',NULL,671),(10284,'Brampton',NULL,671),(10285,'Brantford',NULL,671),(10286,'Bridgenorth-Chemong Park Area',NULL,671),(10287,'Brighton',NULL,671),(10288,'Brockville',NULL,671),(10289,'Brooklin',NULL,671),(10290,'Brussels',NULL,671),(10291,'Burford',NULL,671),(10292,'Burlington',NULL,671),(10293,'Caledon',NULL,671),(10294,'Caledon East',NULL,671),(10295,'Caledonia',NULL,671),(10296,'Cambridge',NULL,671),(10297,'Campbellford',NULL,671),(10298,'Campbellville',NULL,671),(10299,'Cannington',NULL,671),(10300,'Capreol',NULL,671),(10301,'Cardinal',NULL,671),(10302,'Carleton Place',NULL,671),(10303,'Carlisle',NULL,671),(10304,'Casselman',NULL,671),(10305,'Cayuga',NULL,671),(10306,'Chalk River',NULL,671),(10307,'Chapleau',NULL,671),(10308,'Chatham',NULL,671),(10309,'Chesley',NULL,671),(10310,'Chesterville',NULL,671),(10311,'Clinton',NULL,671),(10312,'Cobourg',NULL,671),(10313,'Cochrane',NULL,671),(10314,'Colborne',NULL,671),(10315,'Colchester',NULL,671),(10316,'Collingwood',NULL,671),(10317,'Concord',NULL,671),(10318,'Constance Bay',NULL,671),(10319,'Cookstown',NULL,671),(10320,'Cornwall',NULL,671),(10321,'Creemore',NULL,671),(10322,'Crystal Beach',NULL,671),(10323,'Deep River',NULL,671),(10324,'Delhi',NULL,671),(10325,'Deseronto',NULL,671),(10326,'Downsview',NULL,671),(10327,'Drayton',NULL,671),(10328,'Dresden',NULL,671),(10329,'Dryden',NULL,671),(10330,'Dundalk',NULL,671),(10331,'Dunnville',NULL,671),(10332,'Durham',NULL,671),(10333,'Dutton',NULL,671),(10334,'Eganville',NULL,671),(10335,'Elliot Lake',NULL,671),(10336,'Elmira',NULL,671),(10337,'Elmvale',NULL,671),(10338,'Embrun',NULL,671),(10339,'Englehart',NULL,671),(10340,'Erin',NULL,671),(10341,'Espanola',NULL,671),(10342,'Essex',NULL,671),(10343,'Etobicoke',NULL,671),(10344,'Everett',NULL,671),(10345,'Exeter',NULL,671),(10346,'Fenelon Falls',NULL,671),(10347,'Fergus',NULL,671),(10348,'Forest',NULL,671),(10349,'Fort Erie',NULL,671),(10350,'Fort Frances',NULL,671),(10351,'Frankford',NULL,671),(10352,'Gananoque',NULL,671),(10353,'Georgetown',NULL,671),(10354,'Georgina',NULL,671),(10355,'Geraldton',NULL,671),(10356,'Glencoe',NULL,671),(10357,'Goderich',NULL,671),(10358,'Golden',NULL,671),(10359,'Gormley',NULL,671),(10360,'Grand Bend',NULL,671),(10361,'Grand Valley',NULL,671),(10362,'Gravenhurst',NULL,671),(10363,'Guelph',NULL,671),(10364,'Hagersville',NULL,671),(10365,'Haileybury',NULL,671),(10366,'Hamilton',NULL,671),(10367,'Hanover',NULL,671),(10368,'Harriston',NULL,671),(10369,'Harrow',NULL,671),(10370,'Hastings',NULL,671),(10371,'Havelock',NULL,671),(10372,'Hawkesbury',NULL,671),(10373,'Hearst',NULL,671),(10374,'Hensall',NULL,671),(10375,'Hillsburgh',NULL,671),(10376,'Hornepayne',NULL,671),(10377,'Huntsville',NULL,671),(10378,'Ingersoll',NULL,671),(10379,'Innisfil',NULL,671),(10380,'Iroquois',NULL,671),(10381,'Iroquois Falls',NULL,671),(10382,'Jarvis',NULL,671),(10383,'Kanata',NULL,671),(10384,'Kapuskasing',NULL,671),(10385,'Kars',NULL,671),(10386,'Kemptville',NULL,671),(10387,'Kenora',NULL,671),(10388,'Kincardine',NULL,671),(10389,'Kingston',NULL,671),(10390,'Kirkland Lake',NULL,671),(10391,'Kitchener',NULL,671),(10392,'L\'Original',NULL,671),(10393,'Lakefield',NULL,671),(10394,'Lanark',NULL,671),(10395,'Leamington',NULL,671),(10396,'Lindsay',NULL,671),(10397,'Listowel',NULL,671),(10398,'Little Current',NULL,671),(10399,'Lively',NULL,671),(10400,'London',NULL,671),(10401,'Longlac',NULL,671),(10402,'Lucan',NULL,671),(10403,'Lucknow',NULL,671),(10404,'Madoc',NULL,671),(10405,'Manitouwadge',NULL,671),(10406,'Maple',NULL,671),(10407,'Marathon',NULL,671),(10408,'Markdale',NULL,671),(10409,'Markham',NULL,671),(10410,'Marmora',NULL,671),(10411,'Mattawa',NULL,671),(10412,'Meaford',NULL,671),(10413,'Metcalfe',NULL,671),(10414,'Midland',NULL,671),(10415,'Mildmay',NULL,671),(10416,'Millbrook',NULL,671),(10417,'Milton',NULL,671),(10418,'Milverton',NULL,671),(10419,'Mississauga',NULL,671),(10420,'Mississauga Beach',NULL,671),(10421,'Mitchell',NULL,671),(10422,'Moose Factory',NULL,671),(10423,'Morrisburg',NULL,671),(10424,'Mount Albert',NULL,671),(10425,'Mount Brydges',NULL,671),(10426,'Mount Forest',NULL,671),(10427,'Munster',NULL,671),(10428,'Nanticoke',NULL,671),(10429,'Napanee',NULL,671),(10430,'Nepean',NULL,671),(10431,'New Hamburg',NULL,671),(10432,'Newmarket',NULL,671),(10433,'Newtonville',NULL,671),(10434,'Nobleton',NULL,671),(10435,'North Bay',NULL,671),(10436,'North Gower',NULL,671),(10437,'North York',NULL,671),(10438,'Norwich',NULL,671),(10439,'Norwood',NULL,671),(10440,'Oakville',NULL,671),(10441,'Omemee',NULL,671),(10442,'Onaping-Levack',NULL,671),(10443,'Ontario',NULL,671),(10444,'Orangeville',NULL,671),(10445,'Orillia',NULL,671),(10446,'Orono',NULL,671),(10447,'Osgoode',NULL,671),(10448,'Oshawa',NULL,671),(10449,'Ottawa',NULL,671),(10450,'Owen Sound',NULL,671),(10451,'Paisley',NULL,671),(10452,'Palmerston',NULL,671),(10453,'Paris',NULL,671),(10454,'Parkhill',NULL,671),(10455,'Parry Sound',NULL,671),(10456,'Pembroke',NULL,671),(10457,'Perth',NULL,671),(10458,'Petawawa',NULL,671),(10459,'Peterborough',NULL,671),(10460,'Petrolia',NULL,671),(10461,'Pickering',NULL,671),(10462,'Picton',NULL,671),(10463,'Porcupine',NULL,671),(10464,'Port Credit',NULL,671),(10465,'Port Dover',NULL,671),(10466,'Port Elgin',NULL,671),(10467,'Port Hope',NULL,671),(10468,'Port Perry',NULL,671),(10469,'Port Stanley',NULL,671),(10470,'Powassan',NULL,671),(10471,'Prescott',NULL,671),(10472,'Queensville',NULL,671),(10473,'Renfrew',NULL,671),(10474,'Richmond',NULL,671),(10475,'Richmond Hill',NULL,671),(10476,'Ridgetown',NULL,671),(10477,'Rockland',NULL,671),(10478,'Rockwood',NULL,671),(10479,'Rodney',NULL,671),(10480,'Saint Catharines',NULL,671),(10481,'Saint Catharines-Niagara',NULL,671),(10482,'Saint George',NULL,671),(10483,'Saint Jacobs',NULL,671),(10484,'Saint Marys',NULL,671),(10485,'Saint Thomas',NULL,671),(10486,'Sarnia',NULL,671),(10487,'Sault Sainte Marie',NULL,671),(10488,'Scarborough',NULL,671),(10489,'Schomberg',NULL,671),(10490,'Seaforth',NULL,671),(10491,'Shelburne',NULL,671),(10492,'Simcoe',NULL,671),(10493,'Sioux Lookout',NULL,671),(10494,'Smiths Falls',NULL,671),(10495,'Smithville',NULL,671),(10496,'South River',NULL,671),(10497,'Southampton',NULL,671),(10498,'Stayner',NULL,671),(10499,'Stirling',NULL,671),(10500,'Stoney Creek',NULL,671),(10501,'Stoney Point',NULL,671),(10502,'Stouffville',NULL,671),(10503,'Stratford',NULL,671),(10504,'Strathroy',NULL,671),(10505,'Sturgeon Falls',NULL,671),(10506,'Sudbury',NULL,671),(10507,'Sutton',NULL,671),(10508,'Tavistock',NULL,671),(10509,'Teeswater',NULL,671),(10510,'Terrace Bay',NULL,671),(10511,'Thamesford',NULL,671),(10512,'Thessalon',NULL,671),(10513,'Thornbury',NULL,671),(10514,'Thornhill',NULL,671),(10515,'Thunder Bay',NULL,671),(10516,'Tilbury',NULL,671),(10517,'Tilsonburg',NULL,671),(10518,'Timmins',NULL,671),(10519,'Toronto',NULL,671),(10520,'Tory Hill',NULL,671),(10521,'Tottenham',NULL,671),(10522,'Tweed',NULL,671),(10523,'Uxbridge',NULL,671),(10524,'Valley East',NULL,671),(10525,'Vankleek Hill',NULL,671),(10526,'Vaughan',NULL,671),(10527,'Vineland',NULL,671),(10528,'Walkerton',NULL,671),(10529,'Wallaceburg',NULL,671),(10530,'Wasaga Beach',NULL,671),(10531,'Waterdown',NULL,671),(10532,'Waterford',NULL,671),(10533,'Waterloo',NULL,671),(10534,'Watford',NULL,671),(10535,'Wawa',NULL,671),(10536,'Welland',NULL,671),(10537,'Wellesley',NULL,671),(10538,'Wellington',NULL,671),(10539,'West Lorne',NULL,671),(10540,'Wheatley',NULL,671),(10541,'Whitby',NULL,671),(10542,'Whitchurch-Stouffville',NULL,671),(10543,'Wiarton',NULL,671),(10544,'Wikwemikong',NULL,671),(10545,'Willowdale',NULL,671),(10546,'Winchester',NULL,671),(10547,'Windsor',NULL,671),(10548,'Wingham',NULL,671),(10549,'Woodbridge',NULL,671),(10550,'Woodstock',NULL,671),(10551,'Wyoming',NULL,671),(10552,'Acton Vale',NULL,673),(10553,'Albanel',NULL,673),(10554,'Alencon',NULL,673),(10555,'Alma',NULL,673),(10556,'Amos',NULL,673),(10557,'Amqui',NULL,673),(10558,'Anjou',NULL,673),(10559,'Asbestos',NULL,673),(10560,'Bagotville',NULL,673),(10561,'Baie-Comeau',NULL,673),(10562,'Baie-Saint-Paul',NULL,673),(10563,'Barraute',NULL,673),(10564,'Beauceville',NULL,673),(10565,'Beaupre',NULL,673),(10566,'Bedford',NULL,673),(10567,'Beloeil',NULL,673),(10568,'Bernierville',NULL,673),(10569,'Berthierville',NULL,673),(10570,'Betsiamites',NULL,673),(10571,'Boisbriand',NULL,673),(10572,'Bonaventure',NULL,673),(10573,'Boucherville',NULL,673),(10574,'Bromont',NULL,673),(10575,'Brossard',NULL,673),(10576,'Brownsburg',NULL,673),(10577,'Buckingham',NULL,673),(10578,'Cabano',NULL,673),(10579,'Candiac',NULL,673),(10580,'Cap-Chat',NULL,673),(10581,'Cap-aux-Meules',NULL,673),(10582,'Carleton',NULL,673),(10583,'Causapscal',NULL,673),(10584,'Chandler',NULL,673),(10585,'Chapais',NULL,673),(10586,'Charlesbourg',NULL,673),(10587,'Chateau-Richer',NULL,673),(10588,'Chibougamou',NULL,673),(10589,'Chicoutimi-Jonquiere',NULL,673),(10590,'Chisasibi',NULL,673),(10591,'Chute-aux-Outardes',NULL,673),(10592,'Clermont',NULL,673),(10593,'Coaticook',NULL,673),(10594,'Coleraine',NULL,673),(10595,'Contrecoeur',NULL,673),(10596,'Cookshire',NULL,673),(10597,'Cowansville',NULL,673),(10598,'Crabtree',NULL,673),(10599,'Danville',NULL,673),(10600,'Daveluyville',NULL,673),(10601,'Degelis',NULL,673),(10602,'Desbiens',NULL,673),(10603,'Disraeli',NULL,673),(10604,'Dolbeau',NULL,673),(10605,'Donnacona',NULL,673),(10606,'Dorval',NULL,673),(10607,'Drummondville',NULL,673),(10608,'East Angus',NULL,673),(10609,'East Broughton',NULL,673),(10610,'Farnham',NULL,673),(10611,'Ferme-Neuve',NULL,673),(10612,'Fermont',NULL,673),(10613,'Filion',NULL,673),(10614,'Forestville',NULL,673),(10615,'Fort-Coulonge',NULL,673),(10616,'Gaspe',NULL,673),(10617,'Gentilly',NULL,673),(10618,'Granby',NULL,673),(10619,'Grande-Riviere',NULL,673),(10620,'Grenville',NULL,673),(10621,'Ham Nord',NULL,673),(10622,'Hampstead',NULL,673),(10623,'Hauterive',NULL,673),(10624,'Havre-Saint-Pierre',NULL,673),(10625,'Hebertville',NULL,673),(10626,'Huntingdon',NULL,673),(10627,'Joliette',NULL,673),(10628,'Kingsey Falls',NULL,673),(10629,'L\'Annonciation',NULL,673),(10630,'L\'Ascension-de-Notre-Seigneur',NULL,673),(10631,'L\'Epiphanie',NULL,673),(10632,'La Malbaie',NULL,673),(10633,'La Pocatiere',NULL,673),(10634,'La Sarre',NULL,673),(10635,'La Tuque',NULL,673),(10636,'Labelle',NULL,673),(10637,'Lac-Etchemin',NULL,673),(10638,'Lac-Lapierre',NULL,673),(10639,'Lac-Megantic',NULL,673),(10640,'Lac-au-Saumon',NULL,673),(10641,'Lachine',NULL,673),(10642,'Lachute',NULL,673),(10643,'Lacolle',NULL,673),(10644,'Lasalle',NULL,673),(10645,'Laurentides',NULL,673),(10646,'Laurier-Station',NULL,673),(10647,'Laval',NULL,673),(10648,'Lavaltrie',NULL,673),(10649,'Le Bic',NULL,673),(10650,'Lebel-sur-Quevillon',NULL,673),(10651,'Les Cedres',NULL,673),(10652,'Les Coteaux',NULL,673),(10653,'Les Escoumins',NULL,673),(10654,'Liniere',NULL,673),(10655,'Longueuil',NULL,673),(10656,'Louiseville',NULL,673),(10657,'Luceville',NULL,673),(10658,'Macamic',NULL,673),(10659,'Magog',NULL,673),(10660,'Malartic',NULL,673),(10661,'Maniwaki',NULL,673),(10662,'Marieville',NULL,673),(10663,'Maskinonge',NULL,673),(10664,'Matagami',NULL,673),(10665,'Matane',NULL,673),(10666,'Metabetchouan',NULL,673),(10667,'Mirabel',NULL,673),(10668,'Mistissini',NULL,673),(10669,'Mont-Joli',NULL,673),(10670,'Mont-Laurier',NULL,673),(10671,'Montmagny',NULL,673),(10672,'Montreal',NULL,673),(10673,'Murdochville',NULL,673),(10674,'Napierville',NULL,673),(10675,'New Richmond',NULL,673),(10676,'Nicolet',NULL,673),(10677,'Normandin',NULL,673),(10678,'Notre-Dame-du-Bon-Conseil',NULL,673),(10679,'Notre-Dame-du-Lac',NULL,673),(10680,'Notre-Dame-du-Mont-Carmel',NULL,673),(10681,'Oka-Kanesatake',NULL,673),(10682,'Ormstown',NULL,673),(10683,'Papineauville',NULL,673),(10684,'Pierreville',NULL,673),(10685,'Plessisville',NULL,673),(10686,'Pointe-Claire',NULL,673),(10687,'Pont-Rouge',NULL,673),(10688,'Port-Alfred-Bagotville',NULL,673),(10689,'Port-Cartier',NULL,673),(10690,'Portneuf',NULL,673),(10691,'Price',NULL,673),(10692,'Princeville',NULL,673),(10693,'Quebec',NULL,673),(10694,'Rawdon',NULL,673),(10695,'Repentigny',NULL,673),(10696,'Richmond',NULL,673),(10697,'Rigaud',NULL,673),(10698,'Rimouski',NULL,673),(10699,'Riviere-au-Renard',NULL,673),(10700,'Riviere-du-Loup',NULL,673),(10701,'Roberval',NULL,673),(10702,'Rougemont',NULL,673),(10703,'Rouyn-Noranda',NULL,673),(10704,'Saint-Agapit',NULL,673),(10705,'Saint-Alexandre',NULL,673),(10706,'Saint-Alexis-des-Monts',NULL,673),(10707,'Saint-Ambroise',NULL,673),(10708,'Saint-Andre-Avellin',NULL,673),(10709,'Saint-Anselme',NULL,673),(10710,'Saint-Apollinaire',NULL,673),(10711,'Saint-Augustin',NULL,673),(10712,'Saint-Basile-Sud',NULL,673),(10713,'Saint-Bruno',NULL,673),(10714,'Saint-Canut',NULL,673),(10715,'Saint-Cesaire',NULL,673),(10716,'Saint-Cyrill-de-Wendover',NULL,673),(10717,'Saint-Damase',NULL,673),(10718,'Saint-Damien-de-Buckland',NULL,673),(10719,'Saint-Denis',NULL,673),(10720,'Saint-Donat-de-Montcalm',NULL,673),(10721,'Saint-Ephrem-de-Tring',NULL,673),(10722,'Saint-Fabien',NULL,673),(10723,'Saint-Felicien',NULL,673),(10724,'Saint-Felix-de-Valois',NULL,673),(10725,'Saint-Gabriel',NULL,673),(10726,'Saint-Gedeon',NULL,673),(10727,'Saint-Georges',NULL,673),(10728,'Saint-Germain-de-Grantham',NULL,673),(10729,'Saint-Gregoire',NULL,673),(10730,'Saint-Henri-de-Levis',NULL,673),(10731,'Saint-Honore',NULL,673),(10732,'Saint-Hyacinthe',NULL,673),(10733,'Saint-Jacques',NULL,673),(10734,'Saint-Jean-Port-Joli',NULL,673),(10735,'Saint-Jean-de-Dieu',NULL,673),(10736,'Saint-Jean-sur-Richelieu',NULL,673),(10737,'Saint-Jerome',NULL,673),(10738,'Saint-Josephe-de-Beauce',NULL,673),(10739,'Saint-Josephe-de-Lanoraie',NULL,673),(10740,'Saint-Josephe-de-la-Riviere-Bl',NULL,673),(10741,'Saint-Jovite',NULL,673),(10742,'Saint-Laurent',NULL,673),(10743,'Saint-Liboire',NULL,673),(10744,'Saint-Marc-des-Carrieres',NULL,673),(10745,'Saint-Martin',NULL,673),(10746,'Saint-Michel-des-Saints',NULL,673),(10747,'Saint-Pacome',NULL,673),(10748,'Saint-Pascal',NULL,673),(10749,'Saint-Pie',NULL,673),(10750,'Saint-Prosper',NULL,673),(10751,'Saint-Raphael',NULL,673),(10752,'Saint-Raymond',NULL,673),(10753,'Saint-Remi',NULL,673),(10754,'Saint-Roch-de-l\'Achigan',NULL,673),(10755,'Saint-Sauveur-des-Monts',NULL,673),(10756,'Saint-Tite',NULL,673),(10757,'Sainte-Adele',NULL,673),(10758,'Sainte-Agathe-des-Monts',NULL,673),(10759,'Sainte-Anne-des-Monts',NULL,673),(10760,'Sainte-Anne-des-Plaines',NULL,673),(10761,'Sainte-Catherine',NULL,673),(10762,'Sainte-Claire',NULL,673),(10763,'Sainte-Julienne',NULL,673),(10764,'Sainte-Justine',NULL,673),(10765,'Sainte-Madeleine',NULL,673),(10766,'Sainte-Marie',NULL,673),(10767,'Sainte-Martine',NULL,673),(10768,'Sainte-Sophie',NULL,673),(10769,'Sainte-Thecle',NULL,673),(10770,'Sainte-Therese',NULL,673),(10771,'Salaberry-de-Valleyfield',NULL,673),(10772,'Sayabec',NULL,673),(10773,'Senneterre',NULL,673),(10774,'Sept-Iles',NULL,673),(10775,'Shawinigan',NULL,673),(10776,'Shawville',NULL,673),(10777,'Sherbrooke',NULL,673),(10778,'Sorel',NULL,673),(10779,'St Faustin',NULL,673),(10780,'St. Hubert',NULL,673),(10781,'St. Jean Chrysostome',NULL,673),(10782,'Temiscaming',NULL,673),(10783,'Terrebonne',NULL,673),(10784,'Thetford Mines',NULL,673),(10785,'Thurso',NULL,673),(10786,'Trois-Pistoles',NULL,673),(10787,'Trois-Rivieres',NULL,673),(10788,'Val-David',NULL,673),(10789,'Val-d\'Or',NULL,673),(10790,'Valcourt',NULL,673),(10791,'Vallee-Jonction',NULL,673),(10792,'Vaudreuil',NULL,673),(10793,'Vercheres',NULL,673),(10794,'Victoriaville',NULL,673),(10795,'Ville-Marie',NULL,673),(10796,'Warwick',NULL,673),(10797,'Waterloo',NULL,673),(10798,'Weedon Centre',NULL,673),(10799,'Westmount',NULL,673),(10800,'Wickham',NULL,673),(10801,'Windsor',NULL,673),(10802,'Yamachiche',NULL,673),(10803,'Assiniboia',NULL,674),(10804,'Biggar',NULL,674),(10805,'Canora',NULL,674),(10806,'Carlyle',NULL,674),(10807,'Carnduff',NULL,674),(10808,'Caronport',NULL,674),(10809,'Carrot',NULL,674),(10810,'Dalmeny',NULL,674),(10811,'Davidson',NULL,674),(10812,'Esterhazy',NULL,674),(10813,'Estevan',NULL,674),(10814,'Eston',NULL,674),(10815,'Foam Lake',NULL,674),(10816,'Fort Qu\'Appelle',NULL,674),(10817,'Gravelbourg',NULL,674),(10818,'Grenfell',NULL,674),(10819,'Gull Lake',NULL,674),(10820,'Hudson Bay',NULL,674),(10821,'Humboldt',NULL,674),(10822,'Indian Head',NULL,674),(10823,'Kamsack',NULL,674),(10824,'Kelvington',NULL,674),(10825,'Kerrobert',NULL,674),(10826,'Kindersley',NULL,674),(10827,'Kipling',NULL,674),(10828,'La Ronge',NULL,674),(10829,'Langenburg',NULL,674),(10830,'Langham',NULL,674),(10831,'Lanigan',NULL,674),(10832,'Lloydminster',NULL,674),(10833,'Lumsden',NULL,674),(10834,'Macklin',NULL,674),(10835,'Maple Creek',NULL,674),(10836,'Martensville',NULL,674),(10837,'Meadow Lake',NULL,674),(10838,'Melfort',NULL,674),(10839,'Melville',NULL,674),(10840,'Moose Jaw',NULL,674),(10841,'Moosomin',NULL,674),(10842,'Nipawin',NULL,674),(10843,'North Battleford',NULL,674),(10844,'Outlook',NULL,674),(10845,'Oxbow',NULL,674),(10846,'Pilot Butte',NULL,674),(10847,'Preeceville',NULL,674),(10848,'Prince Albert',NULL,674),(10849,'Regina',NULL,674),(10850,'Rosetown',NULL,674),(10851,'Rosthem',NULL,674),(10852,'Saskatoon',NULL,674),(10853,'Shaunavon',NULL,674),(10854,'Shellbrook',NULL,674),(10855,'Swift Current',NULL,674),(10856,'Tisdale',NULL,674),(10857,'Unity',NULL,674),(10858,'Wadena',NULL,674),(10859,'Warman',NULL,674),(10860,'Watrous',NULL,674),(10861,'Weyburn',NULL,674),(10862,'White City',NULL,674),(10863,'Wilkie',NULL,674),(10864,'Wynyard',NULL,674),(10865,'Yorkton',NULL,674),(10866,'Haines Junction',NULL,675),(10867,'Mayo',NULL,675),(10868,'Whitehorse',NULL,675),(10869,'Sal Rei',NULL,676),(10870,'Nova Sintra',NULL,677),(10871,'Mosteiros',NULL,678),(10872,'Sao Filipe',NULL,678),(10873,'Vila do Maio',NULL,679),(10874,'Santa Maria',NULL,680),(10875,'Ndele',NULL,686),(10876,'Bangui',NULL,687),(10877,'Alindao',NULL,688),(10878,'Kembe',NULL,688),(10879,'Mobaye',NULL,688),(10880,'Obo',NULL,689),(10881,'Zemio',NULL,689),(10882,'Bria',NULL,690),(10883,'Ouadda',NULL,690),(10884,'Dekoa',NULL,691),(10885,'Sibut',NULL,691),(10886,'Boda',NULL,692),(10887,'Mbaiki',NULL,692),(10888,'Mongoumba',NULL,692),(10889,'Berberati',NULL,693),(10890,'Carnot',NULL,693),(10891,'Gamboula',NULL,693),(10892,'Bangassou',NULL,694),(10893,'Gambo',NULL,694),(10894,'Ouango',NULL,694),(10895,'Rafai',NULL,694),(10896,'Kaga-Bandoro',NULL,695),(10897,'Baboua',NULL,696),(10898,'Baoro',NULL,696),(10899,'Bouar',NULL,696),(10900,'Bambari',NULL,698),(10901,'Grimari',NULL,698),(10902,'Ippy',NULL,698),(10903,'Kouango',NULL,698),(10904,'Batangafo',NULL,699),(10905,'Bossangoa',NULL,699),(10906,'Bouca',NULL,699),(10907,'Kabo',NULL,699),(10908,'Bocaranga',NULL,700),(10909,'Bozoum',NULL,700),(10910,'Paoua',NULL,700),(10911,'Nola',NULL,701),(10912,'Birao',NULL,702),(10913,'Ati',NULL,703),(10914,'Oum Hadjer',NULL,703),(10915,'Biltine',NULL,704),(10916,'Aouzou',NULL,705),(10917,'Bardai',NULL,705),(10918,'Fada',NULL,705),(10919,'Faya',NULL,705),(10920,'Bokoro',NULL,706),(10921,'Bousso',NULL,706),(10922,'Dourbali',NULL,706),(10923,'Massaguet',NULL,706),(10924,'Massakory',NULL,706),(10925,'Massenya',NULL,706),(10926,'N\'Djamena',NULL,706),(10927,'Ngama',NULL,706),(10928,'Bitkine',NULL,707),(10929,'Melfi',NULL,707),(10930,'Mongo',NULL,707),(10931,'Mao',NULL,708),(10932,'Moussoro',NULL,708),(10933,'Rig-Rig',NULL,708),(10934,'Bol',NULL,709),(10935,'Bongor',NULL,712),(10936,'Fianga',NULL,712),(10937,'Gounou Gaya',NULL,712),(10938,'Guelengdeng',NULL,712),(10939,'Lere',NULL,712),(10940,'Pala',NULL,712),(10941,'Goundi',NULL,713),(10942,'Koumra',NULL,713),(10943,'Kyabe',NULL,713),(10944,'Moissala',NULL,713),(10945,'Sarh',NULL,713),(10946,'Abeche',NULL,714),(10947,'Adre',NULL,714),(10948,'Am Dam',NULL,714),(10949,'Abou Deia',NULL,715),(10950,'Am Timan',NULL,715),(10951,'Mangueigne',NULL,715),(10952,'Benoy',NULL,716),(10953,'Bere',NULL,716),(10954,'Kelo',NULL,716),(10955,'Lai',NULL,716),(10956,'Aisen',NULL,717),(10957,'Chile Chico',NULL,717),(10958,'Cisnes',NULL,717),(10959,'Cochrane',NULL,717),(10960,'Coihaique',NULL,717),(10961,'Guaitecas',NULL,717),(10962,'Lago Verde',NULL,717),(10963,'O\'Higgins',NULL,717),(10964,'Rio Ibanez',NULL,717),(10965,'Tortel',NULL,717),(10966,'Antofagasta',NULL,718),(10967,'Calama',NULL,718),(10968,'Maria Elena',NULL,718),(10969,'Mejilones',NULL,718),(10970,'Ollague',NULL,718),(10971,'San Pedro de Atacama',NULL,718),(10972,'Sierra Gorda',NULL,718),(10973,'Taltal',NULL,718),(10974,'Tocopilla',NULL,718),(10975,'Angol',NULL,719),(10976,'Carahue',NULL,719),(10977,'Collipulli',NULL,719),(10978,'Cunco',NULL,719),(10979,'Curacautin',NULL,719),(10980,'Curarrehue',NULL,719),(10981,'Ercilla',NULL,719),(10982,'Freire',NULL,719),(10983,'Galvarino',NULL,719),(10984,'Gorbea',NULL,719),(10985,'Lautaro',NULL,719),(10986,'Loncoche',NULL,719),(10987,'Lonquimay',NULL,719),(10988,'Los Sauces',NULL,719),(10989,'Lumaco',NULL,719),(10990,'Melipeuco',NULL,719),(10991,'Nueva Imperial',NULL,719),(10992,'Padre las Casas',NULL,719),(10993,'Perquenco',NULL,719),(10994,'Pitrufquen',NULL,719),(10995,'Pucon',NULL,719),(10996,'Puren',NULL,719),(10997,'Renaico',NULL,719),(10998,'Saavedra',NULL,719),(10999,'Temuco',NULL,719),(11000,'Teodoro Schmidt',NULL,719),(11001,'Tolten',NULL,719),(11002,'Traiguen',NULL,719),(11003,'Victoria',NULL,719),(11004,'Vilcun',NULL,719),(11005,'Villarica',NULL,719),(11006,'Alto del Carmen',NULL,720),(11007,'Caldera',NULL,720),(11008,'Chanaral',NULL,720),(11009,'Copiapo',NULL,720),(11010,'Diego de Almagro',NULL,720),(11011,'Freirina',NULL,720),(11012,'Huasco',NULL,720),(11013,'Tierra Amarilla',NULL,720),(11014,'Vallenar',NULL,720),(11015,'Andacollo',NULL,722),(11016,'Canela',NULL,722),(11017,'Combarbala',NULL,722),(11018,'Coquimbo',NULL,722),(11019,'Illapel',NULL,722),(11020,'La Higuera',NULL,722),(11021,'La Serena',NULL,722),(11022,'Los Vilos',NULL,722),(11023,'Monte Patria',NULL,722),(11024,'Ovalle',NULL,722),(11025,'Paiguano',NULL,722),(11026,'Punitaci',NULL,722),(11027,'Rio Hurtado',NULL,722),(11028,'Salamanca',NULL,722),(11029,'Vicuna',NULL,722),(11030,'Cabo de Horno',NULL,725),(11031,'Laguna Blanca',NULL,725),(11032,'Natales',NULL,725),(11033,'Porvenir',NULL,725),(11034,'Primavera',NULL,725),(11035,'Punta Arenas',NULL,725),(11036,'Rio Verde',NULL,725),(11037,'San Gregorio',NULL,725),(11038,'Timaukel',NULL,725),(11039,'Torres del Paine',NULL,725),(11040,'Cauquenes',NULL,726),(11041,'Chanco',NULL,726),(11042,'Colbun',NULL,726),(11043,'Constitucion',NULL,726),(11044,'Curepto',NULL,726),(11045,'Curico',NULL,726),(11046,'Empedrado',NULL,726),(11047,'Hualane',NULL,726),(11048,'Licanten',NULL,726),(11049,'Linares',NULL,726),(11050,'Longavi',NULL,726),(11051,'Maule',NULL,726),(11052,'Molina',NULL,726),(11053,'Parral',NULL,726),(11054,'Pelarco',NULL,726),(11055,'Pelluhue',NULL,726),(11056,'Pencahue',NULL,726),(11057,'Rauco',NULL,726),(11058,'Retiro',NULL,726),(11059,'Rio Claro',NULL,726),(11060,'Romeral',NULL,726),(11061,'Sagrada Familia',NULL,726),(11062,'San Clemente',NULL,726),(11063,'San Javier',NULL,726),(11064,'San Rafael',NULL,726),(11065,'Talca',NULL,726),(11066,'Teno',NULL,726),(11067,'Vichuquen',NULL,726),(11068,'Villa Alegre',NULL,726),(11069,'Yerbas Buenas',NULL,726),(11070,'Alhue',NULL,727),(11071,'Buin',NULL,727),(11072,'Calera de Tango',NULL,727),(11073,'Colina',NULL,727),(11074,'Curacavi',NULL,727),(11075,'El Monte',NULL,727),(11076,'Isla de Maipo',NULL,727),(11077,'Lampa',NULL,727),(11078,'Maria Pinto',NULL,727),(11079,'Melipilla',NULL,727),(11080,'Padre Hurtado',NULL,727),(11081,'Paine',NULL,727),(11082,'Penaflor',NULL,727),(11083,'Pirque',NULL,727),(11084,'Puente Alto',NULL,727),(11085,'Quilicura',NULL,727),(11086,'San Bernardo',NULL,727),(11087,'San Jose de Maipo',NULL,727),(11088,'San Pedro',NULL,727),(11089,'Santiago',NULL,727),(11090,'Talagante',NULL,727),(11091,'Tiltil',NULL,727),(11092,'Alhue',NULL,728),(11093,'Buin',NULL,728),(11094,'Calera de Tango',NULL,728),(11095,'Colina',NULL,728),(11096,'Curacavi',NULL,728),(11097,'El Monte',NULL,728),(11098,'Isla de Maipo',NULL,728),(11099,'Lampa',NULL,728),(11100,'Maria Pinto',NULL,728),(11101,'Melipilla',NULL,728),(11102,'Padre Hurtado',NULL,728),(11103,'Paine',NULL,728),(11104,'Penaflor',NULL,728),(11105,'Pirque',NULL,728),(11106,'Puente Alto',NULL,728),(11107,'Quilicura',NULL,728),(11108,'San Bernardo',NULL,728),(11109,'San Jose de Maipo',NULL,728),(11110,'San Pedro',NULL,728),(11111,'Santiago',NULL,728),(11112,'Talagante',NULL,728),(11113,'Tiltil',NULL,728),(11114,'Arica',NULL,729),(11115,'Camarones',NULL,729),(11116,'Camina',NULL,729),(11117,'Colchane',NULL,729),(11118,'General Lagos',NULL,729),(11119,'Huara',NULL,729),(11120,'Iquique',NULL,729),(11121,'Pica',NULL,729),(11122,'Pozo Almonte',NULL,729),(11123,'Putre',NULL,729),(11124,'Algarrobo',NULL,730),(11125,'Cabildo',NULL,730),(11126,'Calera',NULL,730),(11127,'Calle Larga',NULL,730),(11128,'Cartagena',NULL,730),(11129,'Casablanca',NULL,730),(11130,'Catemu',NULL,730),(11131,'Concon',NULL,730),(11132,'El Quisco',NULL,730),(11133,'El Tabo',NULL,730),(11134,'Hijuelas',NULL,730),(11135,'La Cruz',NULL,730),(11136,'La Ligua',NULL,730),(11137,'Limache',NULL,730),(11138,'Llaillay',NULL,730),(11139,'Los Andes',NULL,730),(11140,'Nogales',NULL,730),(11141,'Olmue',NULL,730),(11142,'Panquehue',NULL,730),(11143,'Papudo',NULL,730),(11144,'Petorca',NULL,730),(11145,'Puchuncavi',NULL,730),(11146,'Putaendeo',NULL,730),(11147,'Quillota',NULL,730),(11148,'Quilpue',NULL,730),(11149,'Quintero',NULL,730),(11150,'Rinconada',NULL,730),(11151,'San Antonio',NULL,730),(11152,'San Esteban',NULL,730),(11153,'San Felipe',NULL,730),(11154,'Santa Maria',NULL,730),(11155,'Santo Domingo',NULL,730),(11156,'Valparaiso',NULL,730),(11157,'Villa Alemana',NULL,730),(11158,'Vina del Mar',NULL,730),(11159,'Zapallar',NULL,730),(11160,'Fengyang',NULL,731),(11161,'Guangde',NULL,731),(11162,'Liuan',NULL,731),(11163,'Ningguo',NULL,731),(11164,'Shucheng',NULL,731),(11165,'Xinchang',NULL,731),(11166,'Xuancheng',NULL,731),(11167,'Fengyang',NULL,732),(11168,'Guangde',NULL,732),(11169,'Liuan',NULL,732),(11170,'Ningguo',NULL,732),(11171,'Shucheng',NULL,732),(11172,'Xinchang',NULL,732),(11173,'Xuancheng',NULL,732),(11174,'Fengyang',NULL,733),(11175,'Guangde',NULL,733),(11176,'Liuan',NULL,733),(11177,'Ningguo',NULL,733),(11178,'Shucheng',NULL,733),(11179,'Xinchang',NULL,733),(11180,'Xuancheng',NULL,733),(11181,'Aomen',NULL,734),(11182,'Beijing',NULL,735),(11183,'Changping',NULL,735),(11184,'Fangshan',NULL,735),(11185,'Huangcun',NULL,735),(11186,'Liangxiang',NULL,735),(11187,'Mentougou',NULL,735),(11188,'Shunyi',NULL,735),(11189,'Tongzhou',NULL,735),(11190,'Beijing',NULL,736),(11191,'Changping',NULL,736),(11192,'Fangshan',NULL,736),(11193,'Huangcun',NULL,736),(11194,'Liangxiang',NULL,736),(11195,'Mentougou',NULL,736),(11196,'Shunyi',NULL,736),(11197,'Tongzhou',NULL,736),(11198,'Beibei',NULL,737),(11199,'Chongqing',NULL,737),(11200,'Fuling',NULL,737),(11201,'Longhua',NULL,737),(11202,'Nantongkuang',NULL,737),(11203,'Wanxian',NULL,737),(11204,'Xiuma',NULL,737),(11205,'Yubei',NULL,737),(11206,'Yudong',NULL,737),(11207,'Bantou',NULL,738),(11208,'Dongshan',NULL,738),(11209,'Fuan',NULL,738),(11210,'Fujian',NULL,738),(11211,'Fuqing',NULL,738),(11212,'Fuzhou',NULL,738),(11213,'Gantou',NULL,738),(11214,'Hanyang',NULL,738),(11215,'Jiangkou',NULL,738),(11216,'Jiaocheng',NULL,738),(11217,'Jinjiang',NULL,738),(11218,'Jinshang',NULL,738),(11219,'Longhai',NULL,738),(11220,'Longyan',NULL,738),(11221,'Luoyang',NULL,738),(11222,'Nanan',NULL,738),(11223,'Nanping',NULL,738),(11224,'Nanpu',NULL,738),(11225,'Putian',NULL,738),(11226,'Qingyang',NULL,738),(11227,'Quanzhou',NULL,738),(11228,'Rongcheng',NULL,738),(11229,'Sanming',NULL,738),(11230,'Shaowu',NULL,738),(11231,'Shima',NULL,738),(11232,'Shishi',NULL,738),(11233,'Tantou',NULL,738),(11234,'Tongshan',NULL,738),(11235,'Xiamen',NULL,738),(11236,'Xiapu',NULL,738),(11237,'Xiapu Ningde',NULL,738),(11238,'Ximei',NULL,738),(11239,'Yongan',NULL,738),(11240,'Zhangzhou',NULL,738),(11241,'Zhicheng',NULL,738),(11242,'Bantou',NULL,739),(11243,'Dongshan',NULL,739),(11244,'Fuan',NULL,739),(11245,'Fujian',NULL,739),(11246,'Fuqing',NULL,739),(11247,'Fuzhou',NULL,739),(11248,'Gantou',NULL,739),(11249,'Hanyang',NULL,739),(11250,'Jiangkou',NULL,739),(11251,'Jiaocheng',NULL,739),(11252,'Jinjiang',NULL,739),(11253,'Jinshang',NULL,739),(11254,'Longhai',NULL,739),(11255,'Longyan',NULL,739),(11256,'Luoyang',NULL,739),(11257,'Nanan',NULL,739),(11258,'Nanping',NULL,739),(11259,'Nanpu',NULL,739),(11260,'Putian',NULL,739),(11261,'Qingyang',NULL,739),(11262,'Quanzhou',NULL,739),(11263,'Rongcheng',NULL,739),(11264,'Sanming',NULL,739),(11265,'Shaowu',NULL,739),(11266,'Shima',NULL,739),(11267,'Shishi',NULL,739),(11268,'Tantou',NULL,739),(11269,'Tongshan',NULL,739),(11270,'Xiamen',NULL,739),(11271,'Xiapu',NULL,739),(11272,'Xiapu Ningde',NULL,739),(11273,'Ximei',NULL,739),(11274,'Yongan',NULL,739),(11275,'Zhangzhou',NULL,739),(11276,'Zhicheng',NULL,739),(11277,'Baiyin',NULL,740),(11278,'Baoji',NULL,740),(11279,'Beidao',NULL,740),(11280,'Jiayuguan',NULL,740),(11281,'Jinchang',NULL,740),(11282,'Jiuquan',NULL,740),(11283,'Lanzhou',NULL,740),(11284,'Linxia',NULL,740),(11285,'Pingliang',NULL,740),(11286,'Qincheng',NULL,740),(11287,'Wuwei',NULL,740),(11288,'Yaojie',NULL,740),(11289,'Yumen',NULL,740),(11290,'Zhangye',NULL,740),(11291,'Zhuanglang',NULL,740),(11292,'Anbu',NULL,741),(11293,'Chaozhou',NULL,741),(11294,'Chenghai',NULL,741),(11295,'Chuncheng',NULL,741),(11296,'Daliang',NULL,741),(11297,'Danshui',NULL,741),(11298,'Dongguan',NULL,741),(11299,'Donghai',NULL,741),(11300,'Dongli',NULL,741),(11301,'Dongzhen',NULL,741),(11302,'Ducheng',NULL,741),(11303,'Encheng',NULL,741),(11304,'Foahn',NULL,741),(11305,'Foshan',NULL,741),(11306,'Gaozhou',NULL,741),(11307,'Guangdong',NULL,741),(11308,'Guangzhou',NULL,741),(11309,'Guanjiao',NULL,741),(11310,'Haicheng',NULL,741),(11311,'Haimen',NULL,741),(11312,'Hepo',NULL,741),(11313,'Houpu',NULL,741),(11314,'Huaicheng',NULL,741),(11315,'Huanggang',NULL,741),(11316,'Huangpu',NULL,741),(11317,'Huazhou',NULL,741),(11318,'Huicheng',NULL,741),(11319,'Huizhou',NULL,741),(11320,'Humen',NULL,741),(11321,'Jiangmen',NULL,741),(11322,'Jiazi',NULL,741),(11323,'Jieshi',NULL,741),(11324,'Jieyang',NULL,741),(11325,'Lecheng',NULL,741),(11326,'Leicheng',NULL,741),(11327,'Liancheng',NULL,741),(11328,'Lianzhou',NULL,741),(11329,'Licheng',NULL,741),(11330,'Liusha',NULL,741),(11331,'Longgang',NULL,741),(11332,'Lubu',NULL,741),(11333,'Luocheng',NULL,741),(11334,'Luohu',NULL,741),(11335,'Luoyang',NULL,741),(11336,'Maba',NULL,741),(11337,'Maoming',NULL,741),(11338,'Mata',NULL,741),(11339,'Meilu',NULL,741),(11340,'Meizhou',NULL,741),(11341,'Mianchang',NULL,741),(11342,'Nanfeng',NULL,741),(11343,'Nanhai',NULL,741),(11344,'Pingshan',NULL,741),(11345,'Qingtang',NULL,741),(11346,'Qingyuan',NULL,741),(11347,'Rongcheng',NULL,741),(11348,'Sanbu',NULL,741),(11349,'Shantou',NULL,741),(11350,'Shanwei',NULL,741),(11351,'Shaoguan',NULL,741),(11352,'Shaping',NULL,741),(11353,'Shenzhen',NULL,741),(11354,'Shilong',NULL,741),(11355,'Shiqiao',NULL,741),(11356,'Shiwan',NULL,741),(11357,'Shuizhai',NULL,741),(11358,'Shunde',NULL,741),(11359,'Suicheng',NULL,741),(11360,'Taicheng',NULL,741),(11361,'Tangping',NULL,741),(11362,'Xiaolan',NULL,741),(11363,'Xinan',NULL,741),(11364,'Xingcheng',NULL,741),(11365,'Xiongzhou',NULL,741),(11366,'Xucheng',NULL,741),(11367,'Yangjiang',NULL,741),(11368,'Yingcheng',NULL,741),(11369,'Yuancheng',NULL,741),(11370,'Yuncheng',NULL,741),(11371,'Yunfu',NULL,741),(11372,'Zengcheng',NULL,741),(11373,'Zhanjiang',NULL,741),(11374,'Zhaoqing',NULL,741),(11375,'Zhilong',NULL,741),(11376,'Zhongshan',NULL,741),(11377,'Zhuhai',NULL,741),(11378,'Anbu',NULL,742),(11379,'Chaozhou',NULL,742),(11380,'Chenghai',NULL,742),(11381,'Chuncheng',NULL,742),(11382,'Daliang',NULL,742),(11383,'Danshui',NULL,742),(11384,'Dongguan',NULL,742),(11385,'Donghai',NULL,742),(11386,'Dongli',NULL,742),(11387,'Dongzhen',NULL,742),(11388,'Ducheng',NULL,742),(11389,'Encheng',NULL,742),(11390,'Foahn',NULL,742),(11391,'Foshan',NULL,742),(11392,'Gaozhou',NULL,742),(11393,'Guangdong',NULL,742),(11394,'Guangzhou',NULL,742),(11395,'Guanjiao',NULL,742),(11396,'Haicheng',NULL,742),(11397,'Haimen',NULL,742),(11398,'Hepo',NULL,742),(11399,'Houpu',NULL,742),(11400,'Huaicheng',NULL,742),(11401,'Huanggang',NULL,742),(11402,'Huangpu',NULL,742),(11403,'Huazhou',NULL,742),(11404,'Huicheng',NULL,742),(11405,'Huizhou',NULL,742),(11406,'Humen',NULL,742),(11407,'Jiangmen',NULL,742),(11408,'Jiazi',NULL,742),(11409,'Jieshi',NULL,742),(11410,'Jieyang',NULL,742),(11411,'Lecheng',NULL,742),(11412,'Leicheng',NULL,742),(11413,'Liancheng',NULL,742),(11414,'Lianzhou',NULL,742),(11415,'Licheng',NULL,742),(11416,'Liusha',NULL,742),(11417,'Longgang',NULL,742),(11418,'Lubu',NULL,742),(11419,'Luocheng',NULL,742),(11420,'Luohu',NULL,742),(11421,'Luoyang',NULL,742),(11422,'Maba',NULL,742),(11423,'Maoming',NULL,742),(11424,'Mata',NULL,742),(11425,'Meilu',NULL,742),(11426,'Meizhou',NULL,742),(11427,'Mianchang',NULL,742),(11428,'Nanfeng',NULL,742),(11429,'Nanhai',NULL,742),(11430,'Pingshan',NULL,742),(11431,'Qingtang',NULL,742),(11432,'Qingyuan',NULL,742),(11433,'Rongcheng',NULL,742),(11434,'Sanbu',NULL,742),(11435,'Shantou',NULL,742),(11436,'Shanwei',NULL,742),(11437,'Shaoguan',NULL,742),(11438,'Shaping',NULL,742),(11439,'Shenzhen',NULL,742),(11440,'Shilong',NULL,742),(11441,'Shiqiao',NULL,742),(11442,'Shiwan',NULL,742),(11443,'Shuizhai',NULL,742),(11444,'Shunde',NULL,742),(11445,'Suicheng',NULL,742),(11446,'Taicheng',NULL,742),(11447,'Tangping',NULL,742),(11448,'Xiaolan',NULL,742),(11449,'Xinan',NULL,742),(11450,'Xingcheng',NULL,742),(11451,'Xiongzhou',NULL,742),(11452,'Xucheng',NULL,742),(11453,'Yangjiang',NULL,742),(11454,'Yingcheng',NULL,742),(11455,'Yuancheng',NULL,742),(11456,'Yuncheng',NULL,742),(11457,'Yunfu',NULL,742),(11458,'Zengcheng',NULL,742),(11459,'Zhanjiang',NULL,742),(11460,'Zhaoqing',NULL,742),(11461,'Zhilong',NULL,742),(11462,'Zhongshan',NULL,742),(11463,'Zhuhai',NULL,742),(11464,'Babu',NULL,743),(11465,'Baihe',NULL,743),(11466,'Baise',NULL,743),(11467,'Beihai',NULL,743),(11468,'Binzhou',NULL,743),(11469,'Bose',NULL,743),(11470,'Fangchenggang',NULL,743),(11471,'Guicheng',NULL,743),(11472,'Guilin',NULL,743),(11473,'Guiping',NULL,743),(11474,'Jinchengjiang',NULL,743),(11475,'Jinji',NULL,743),(11476,'Laibin',NULL,743),(11477,'Lianzhou',NULL,743),(11478,'Liuzhou',NULL,743),(11479,'Luorong',NULL,743),(11480,'Matong',NULL,743),(11481,'Nandu',NULL,743),(11482,'Nanning',NULL,743),(11483,'Pingnan',NULL,743),(11484,'Pumiao',NULL,743),(11485,'Qinzhou',NULL,743),(11486,'Songhua',NULL,743),(11487,'Wuzhou',NULL,743),(11488,'Yashan',NULL,743),(11489,'Yulin',NULL,743),(11490,'Anshun',NULL,744),(11491,'Bijie',NULL,744),(11492,'Caohai',NULL,744),(11493,'Duyun',NULL,744),(11494,'Guiyang',NULL,744),(11495,'Kaili',NULL,744),(11496,'Liupanshui',NULL,744),(11497,'Luoyang',NULL,744),(11498,'Pingzhai',NULL,744),(11499,'Tongren',NULL,744),(11500,'Tongzi',NULL,744),(11501,'Xiaoweizhai',NULL,744),(11502,'Xingyi',NULL,744),(11503,'Zunyi',NULL,744),(11504,'Chengmai',NULL,745),(11505,'Dingan',NULL,745),(11506,'Haikou',NULL,745),(11507,'Lingao',NULL,745),(11508,'Qiongshan',NULL,745),(11509,'Sansha ',NULL,745),(11510,'Sanya',NULL,745),(11511,'Wanning',NULL,745),(11512,'Anping',NULL,746),(11513,'Baoding',NULL,746),(11514,'Botou',NULL,746),(11515,'Cangzhou',NULL,746),(11516,'Changli',NULL,746),(11517,'Chengde',NULL,746),(11518,'Dingzhou',NULL,746),(11519,'Fengfeng',NULL,746),(11520,'Fengrun',NULL,746),(11521,'Guye',NULL,746),(11522,'Handan',NULL,746),(11523,'Hebei',NULL,746),(11524,'Hecun',NULL,746),(11525,'Hejian',NULL,746),(11526,'Hengshui',NULL,746),(11527,'Huanghua',NULL,746),(11528,'Jingxingkuang',NULL,746),(11529,'Jinzhou',NULL,746),(11530,'Langfang',NULL,746),(11531,'Lianzhou',NULL,746),(11532,'Linshui',NULL,746),(11533,'Linxi',NULL,746),(11534,'Longyao County',NULL,746),(11535,'Nangong',NULL,746),(11536,'Pengcheng',NULL,746),(11537,'Qinhuangdao',NULL,746),(11538,'Renqiu',NULL,746),(11539,'Shahe',NULL,746),(11540,'Shijiazhuang',NULL,746),(11541,'Tangjiazhuang',NULL,746),(11542,'Tangshan',NULL,746),(11543,'Wuan',NULL,746),(11544,'Xian County',NULL,746),(11545,'Xingtai',NULL,746),(11546,'Xinji',NULL,746),(11547,'Xinle',NULL,746),(11548,'Xuanhua',NULL,746),(11549,'Zhangjiakou',NULL,746),(11550,'Zhaogezhuang',NULL,746),(11551,'Zhuozhou',NULL,746),(11552,'Acheng',NULL,747),(11553,'Anda',NULL,747),(11554,'Angangxi',NULL,747),(11555,'Baiquan',NULL,747),(11556,'Bamiantong',NULL,747),(11557,'Baoqing',NULL,747),(11558,'Baoshan',NULL,747),(11559,'Bayan',NULL,747),(11560,'Beian',NULL,747),(11561,'Binzhou',NULL,747),(11562,'Boli',NULL,747),(11563,'Chaihe',NULL,747),(11564,'Chengzihe',NULL,747),(11565,'Cuiluan',NULL,747),(11566,'Daqing',NULL,747),(11567,'Didao',NULL,747),(11568,'Dongning',NULL,747),(11569,'Fujin',NULL,747),(11570,'Fuli',NULL,747),(11571,'Fulitun',NULL,747),(11572,'Fuyu',NULL,747),(11573,'Gannan',NULL,747),(11574,'Hailin',NULL,747),(11575,'Hailun',NULL,747),(11576,'Harbin',NULL,747),(11577,'Hegang',NULL,747),(11578,'Heihe',NULL,747),(11579,'Hengshan',NULL,747),(11580,'Honggang',NULL,747),(11581,'Huanan',NULL,747),(11582,'Hulan',NULL,747),(11583,'Hulan Ergi',NULL,747),(11584,'Jiamusi',NULL,747),(11585,'Jidong',NULL,747),(11586,'Jixi',NULL,747),(11587,'Keshan',NULL,747),(11588,'Langxiang',NULL,747),(11589,'Lanxi',NULL,747),(11590,'Lingdong',NULL,747),(11591,'Linkou',NULL,747),(11592,'Lishu',NULL,747),(11593,'Longfeng',NULL,747),(11594,'Longjiang',NULL,747),(11595,'Mingshui',NULL,747),(11596,'Mishan',NULL,747),(11597,'Mudanjiang',NULL,747),(11598,'Nancha',NULL,747),(11599,'Nehe',NULL,747),(11600,'Nenjiang',NULL,747),(11601,'Nianzishan',NULL,747),(11602,'Ningan',NULL,747),(11603,'Qingan',NULL,747),(11604,'Qinggang',NULL,747),(11605,'Qiqihar',NULL,747),(11606,'Qitaihe',NULL,747),(11607,'Ranghulu',NULL,747),(11608,'Saertu',NULL,747),(11609,'Shangzhi',NULL,747),(11610,'Shanhetun',NULL,747),(11611,'Shuangcheng',NULL,747),(11612,'Shuangyashan',NULL,747),(11613,'Sifantan',NULL,747),(11614,'Suifenhe',NULL,747),(11615,'Suihua',NULL,747),(11616,'Suileng',NULL,747),(11617,'Tahe',NULL,747),(11618,'Taikang',NULL,747),(11619,'Tailai',NULL,747),(11620,'Tieli',NULL,747),(11621,'Wangkui',NULL,747),(11622,'Weihe',NULL,747),(11623,'Wuchang',NULL,747),(11624,'Xinglongzhen',NULL,747),(11625,'Xinqing',NULL,747),(11626,'Yian',NULL,747),(11627,'Yichun',NULL,747),(11628,'Yilan',NULL,747),(11629,'Youhao',NULL,747),(11630,'Zhaodong',NULL,747),(11631,'Zhaoyuan',NULL,747),(11632,'Zhaozhou',NULL,747),(11633,'Anyang',NULL,748),(11634,'Changying',NULL,748),(11635,'Dancheng',NULL,748),(11636,'Daokou',NULL,748),(11637,'Dengzhou',NULL,748),(11638,'Gongyi',NULL,748),(11639,'Gushi',NULL,748),(11640,'Hebi',NULL,748),(11641,'Huaidian',NULL,748),(11642,'Huangchuan',NULL,748),(11643,'Huangzhai',NULL,748),(11644,'Jiaozuo',NULL,748),(11645,'Jishui',NULL,748),(11646,'Kaifeng',NULL,748),(11647,'Liupen',NULL,748),(11648,'Luohe',NULL,748),(11649,'Luoyang',NULL,748),(11650,'Luyang',NULL,748),(11651,'Mengzhou',NULL,748),(11652,'Minggang',NULL,748),(11653,'Nandun',NULL,748),(11654,'Nanyang',NULL,748),(11655,'Pingdingshan',NULL,748),(11656,'Puyang',NULL,748),(11657,'Sanmenxia',NULL,748),(11658,'Shangqiu',NULL,748),(11659,'Tanghe',NULL,748),(11660,'Xiaoyi',NULL,748),(11661,'Xihua',NULL,748),(11662,'Xinxiang',NULL,748),(11663,'Xinyang',NULL,748),(11664,'Xinye',NULL,748),(11665,'Xixiang',NULL,748),(11666,'Xuanwu',NULL,748),(11667,'Xuchang',NULL,748),(11668,'Yigou',NULL,748),(11669,'Yima',NULL,748),(11670,'Yinzhuang',NULL,748),(11671,'Yunyang',NULL,748),(11672,'Yuzhou',NULL,748),(11673,'Zhecheng',NULL,748),(11674,'Zhengzhou',NULL,748),(11675,'Zhenping',NULL,748),(11676,'Zhoukou',NULL,748),(11677,'Zhumadian',NULL,748),(11678,'Anlu',NULL,749),(11679,'Baisha',NULL,749),(11680,'Buhe',NULL,749),(11681,'Caidian',NULL,749),(11682,'Caohe',NULL,749),(11683,'Danjiangkou',NULL,749),(11684,'Daye',NULL,749),(11685,'Duobao',NULL,749),(11686,'Enshi',NULL,749),(11687,'Ezhou',NULL,749),(11688,'Fengkou',NULL,749),(11689,'Guangshui',NULL,749),(11690,'Gucheng',NULL,749),(11691,'Hanchuan',NULL,749),(11692,'Hongan',NULL,749),(11693,'Honghu',NULL,749),(11694,'Huangmei',NULL,749),(11695,'Huangpi',NULL,749),(11696,'Huangshi',NULL,749),(11697,'Huangzhou',NULL,749),(11698,'Jingmen',NULL,749),(11699,'Jingzhou',NULL,749),(11700,'Laohekou',NULL,749),(11701,'Lichuan',NULL,749),(11702,'Macheng',NULL,749),(11703,'Nanhai',NULL,749),(11704,'Nanzhang',NULL,749),(11705,'Puqi',NULL,749),(11706,'Qianjiang',NULL,749),(11707,'Qingquan',NULL,749),(11708,'Qixingtai',NULL,749),(11709,'Rongcheng',NULL,749),(11710,'Shashi',NULL,749),(11711,'Shishou',NULL,749),(11712,'Shiyan',NULL,749),(11713,'Suizhou',NULL,749),(11714,'Tianmen',NULL,749),(11715,'Tongcheng',NULL,749),(11716,'Wuhan',NULL,749),(11717,'Wuxue',NULL,749),(11718,'Xiangfan',NULL,749),(11719,'Xianning',NULL,749),(11720,'Xiantao',NULL,749),(11721,'Xiaogan',NULL,749),(11722,'Xiaoxita',NULL,749),(11723,'Xiaxindian',NULL,749),(11724,'Xihe',NULL,749),(11725,'Xinpu',NULL,749),(11726,'Xinshi',NULL,749),(11727,'Xinzhou',NULL,749),(11728,'Yichang',NULL,749),(11729,'Yicheng',NULL,749),(11730,'Yingcheng',NULL,749),(11731,'Yingzhong',NULL,749),(11732,'Zaoyang',NULL,749),(11733,'Zhengchang',NULL,749),(11734,'Zhicheng',NULL,749),(11735,'Zhifang',NULL,749),(11736,'Zhongxiang',NULL,749),(11737,'Anjiang',NULL,750),(11738,'Anxiang',NULL,750),(11739,'Changde',NULL,750),(11740,'Changsha',NULL,750),(11741,'Chenzhou',NULL,750),(11742,'Dayong',NULL,750),(11743,'Hengyang',NULL,750),(11744,'Hongjiang',NULL,750),(11745,'Huaihua',NULL,750),(11746,'Jinshi',NULL,750),(11747,'Jishou',NULL,750),(11748,'Leiyang',NULL,750),(11749,'Lengshuijiang',NULL,750),(11750,'Lengshuitan',NULL,750),(11751,'Lianyuan',NULL,750),(11752,'Liling',NULL,750),(11753,'Liuyang',NULL,750),(11754,'Loudi',NULL,750),(11755,'Matian',NULL,750),(11756,'Nanzhou',NULL,750),(11757,'Ningxiang',NULL,750),(11758,'Qidong',NULL,750),(11759,'Qiyang',NULL,750),(11760,'Shaoyang',NULL,750),(11761,'Xiangtan',NULL,750),(11762,'Xiangxiang',NULL,750),(11763,'Xiangyin',NULL,750),(11764,'Xinhua',NULL,750),(11765,'Yiyang',NULL,750),(11766,'Yongfeng',NULL,750),(11767,'Yongzhou',NULL,750),(11768,'Yuanjiang',NULL,750),(11769,'Yueyang',NULL,750),(11770,'Zhuzhou',NULL,750),(11771,'Baoying',NULL,751),(11772,'Changzhou',NULL,751),(11773,'Dachang',NULL,751),(11774,'Dafeng',NULL,751),(11775,'Danyang',NULL,751),(11776,'Dingshu',NULL,751),(11777,'Dongkan',NULL,751),(11778,'Dongtai',NULL,751),(11779,'Fengxian',NULL,751),(11780,'Gaogou',NULL,751),(11781,'Gaoyou',NULL,751),(11782,'Guiren',NULL,751),(11783,'Haian',NULL,751),(11784,'Haizhou',NULL,751),(11785,'Hede',NULL,751),(11786,'Huaicheng',NULL,751),(11787,'Huaiyin',NULL,751),(11788,'Huilong',NULL,751),(11789,'Hutang',NULL,751),(11790,'Jiangdu',NULL,751),(11791,'Jiangyan',NULL,751),(11792,'Jiangyin',NULL,751),(11793,'Jiangyuan',NULL,751),(11794,'Jianhu',NULL,751),(11795,'Jingcheng',NULL,751),(11796,'Jinsha',NULL,751),(11797,'Jintan',NULL,751),(11798,'Juegang',NULL,751),(11799,'Jurong',NULL,751),(11800,'Kunshan',NULL,751),(11801,'Lianyungang',NULL,751),(11802,'Liucheng',NULL,751),(11803,'Liyang',NULL,751),(11804,'Luodu',NULL,751),(11805,'Mudu',NULL,751),(11806,'Nanjing',NULL,751),(11807,'Nantong',NULL,751),(11808,'Pecheng',NULL,751),(11809,'Pukou',NULL,751),(11810,'Qidong',NULL,751),(11811,'Qinnan',NULL,751),(11812,'Qixia',NULL,751),(11813,'Rucheng',NULL,751),(11814,'Songling',NULL,751),(11815,'Sucheng',NULL,751),(11816,'Suicheng',NULL,751),(11817,'Suqian',NULL,751),(11818,'Suzhou',NULL,751),(11819,'Taicang',NULL,751),(11820,'Taixing',NULL,751),(11821,'Wujiang',NULL,751),(11822,'Wuxi',NULL,751),(11823,'Xiaolingwei',NULL,751),(11824,'Xiaoshi',NULL,751),(11825,'Xinan',NULL,751),(11826,'Xinpu',NULL,751),(11827,'Xuzhou',NULL,751),(11828,'Yancheng',NULL,751),(11829,'Yangshe',NULL,751),(11830,'Yangzhou',NULL,751),(11831,'Yizheng',NULL,751),(11832,'Yunhe',NULL,751),(11833,'Yunyang',NULL,751),(11834,'Yushan',NULL,751),(11835,'Zhangjiagang',NULL,751),(11836,'Zhangjiangang',NULL,751),(11837,'Zhaoyang',NULL,751),(11838,'Zhenjiang',NULL,751),(11839,'Zhongxing',NULL,751),(11840,'Baoying',NULL,752),(11841,'Changzhou',NULL,752),(11842,'Dachang',NULL,752),(11843,'Dafeng',NULL,752),(11844,'Danyang',NULL,752),(11845,'Dingshu',NULL,752),(11846,'Dongkan',NULL,752),(11847,'Dongtai',NULL,752),(11848,'Fengxian',NULL,752),(11849,'Gaogou',NULL,752),(11850,'Gaoyou',NULL,752),(11851,'Guiren',NULL,752),(11852,'Haian',NULL,752),(11853,'Haizhou',NULL,752),(11854,'Hede',NULL,752),(11855,'Huaicheng',NULL,752),(11856,'Huaiyin',NULL,752),(11857,'Huilong',NULL,752),(11858,'Hutang',NULL,752),(11859,'Jiangdu',NULL,752),(11860,'Jiangyan',NULL,752),(11861,'Jiangyin',NULL,752),(11862,'Jiangyuan',NULL,752),(11863,'Jianhu',NULL,752),(11864,'Jingcheng',NULL,752),(11865,'Jinsha',NULL,752),(11866,'Jintan',NULL,752),(11867,'Juegang',NULL,752),(11868,'Jurong',NULL,752),(11869,'Kunshan',NULL,752),(11870,'Lianyungang',NULL,752),(11871,'Liucheng',NULL,752),(11872,'Liyang',NULL,752),(11873,'Luodu',NULL,752),(11874,'Mudu',NULL,752),(11875,'Nanjing',NULL,752),(11876,'Nantong',NULL,752),(11877,'Pecheng',NULL,752),(11878,'Pukou',NULL,752),(11879,'Qidong',NULL,752),(11880,'Qinnan',NULL,752),(11881,'Qixia',NULL,752),(11882,'Rucheng',NULL,752),(11883,'Songling',NULL,752),(11884,'Sucheng',NULL,752),(11885,'Suicheng',NULL,752),(11886,'Suqian',NULL,752),(11887,'Suzhou',NULL,752),(11888,'Taicang',NULL,752),(11889,'Taixing',NULL,752),(11890,'Wujiang',NULL,752),(11891,'Wuxi',NULL,752),(11892,'Xiaolingwei',NULL,752),(11893,'Xiaoshi',NULL,752),(11894,'Xinan',NULL,752),(11895,'Xinpu',NULL,752),(11896,'Xuzhou',NULL,752),(11897,'Yancheng',NULL,752),(11898,'Yangshe',NULL,752),(11899,'Yangzhou',NULL,752),(11900,'Yizheng',NULL,752),(11901,'Yunhe',NULL,752),(11902,'Yunyang',NULL,752),(11903,'Yushan',NULL,752),(11904,'Zhangjiagang',NULL,752),(11905,'Zhangjiangang',NULL,752),(11906,'Zhaoyang',NULL,752),(11907,'Zhenjiang',NULL,752),(11908,'Zhongxing',NULL,752),(11909,'Fengxin',NULL,753),(11910,'Fenyi',NULL,753),(11911,'Ganzhou',NULL,753),(11912,'Jian',NULL,753),(11913,'Jiangguang',NULL,753),(11914,'Jingdezhen',NULL,753),(11915,'Jiujiang',NULL,753),(11916,'Leping',NULL,753),(11917,'Linchuan',NULL,753),(11918,'Nanchang',NULL,753),(11919,'Pingxiang',NULL,753),(11920,'Poyang',NULL,753),(11921,'Shangrao',NULL,753),(11922,'Xiangdong',NULL,753),(11923,'Xingan',NULL,753),(11924,'Xinjian',NULL,753),(11925,'Xinyu',NULL,753),(11926,'Xiongshi',NULL,753),(11927,'Yichun',NULL,753),(11928,'Yingtai',NULL,753),(11929,'Yingtan',NULL,753),(11930,'Zhangshui',NULL,753),(11931,'Badaojiang',NULL,754),(11932,'Baicheng',NULL,754),(11933,'Baishishan',NULL,754),(11934,'Changchun',NULL,754),(11935,'Changling',NULL,754),(11936,'Chaoyang',NULL,754),(11937,'Daan',NULL,754),(11938,'Dashitou',NULL,754),(11939,'Dehui',NULL,754),(11940,'Dongchang',NULL,754),(11941,'Dongfeng',NULL,754),(11942,'Dunhua',NULL,754),(11943,'Erdaojiang',NULL,754),(11944,'Fuyu',NULL,754),(11945,'Gongzhuling',NULL,754),(11946,'Helong',NULL,754),(11947,'Hongmei',NULL,754),(11948,'Huadian',NULL,754),(11949,'Huangnihe',NULL,754),(11950,'Huinan',NULL,754),(11951,'Hunchun',NULL,754),(11952,'Jiaohe',NULL,754),(11953,'Jilin',NULL,754),(11954,'Jishu',NULL,754),(11955,'Jiutai',NULL,754),(11956,'Kaitong',NULL,754),(11957,'Kouqian',NULL,754),(11958,'Liaoyuan',NULL,754),(11959,'Linjiang',NULL,754),(11960,'Lishu',NULL,754),(11961,'Liuhe',NULL,754),(11962,'Longjing',NULL,754),(11963,'Meihekou',NULL,754),(11964,'Mingyue',NULL,754),(11965,'Nongan',NULL,754),(11966,'Panshi',NULL,754),(11967,'Pizhou',NULL,754),(11968,'Qianan',NULL,754),(11969,'Qianguo',NULL,754),(11970,'Sanchazi',NULL,754),(11971,'Shuangyang',NULL,754),(11972,'Shulan',NULL,754),(11973,'Siping',NULL,754),(11974,'Songjianghe',NULL,754),(11975,'Taonan',NULL,754),(11976,'Tumen',NULL,754),(11977,'Wangou',NULL,754),(11978,'Wangqing',NULL,754),(11979,'Xinglongshan',NULL,754),(11980,'Yanji',NULL,754),(11981,'Yantongshan',NULL,754),(11982,'Yushu',NULL,754),(11983,'Zhengjiatun',NULL,754),(11984,'Zhenlai',NULL,754),(11985,'Anshan',NULL,755),(11986,'Beipiao',NULL,755),(11987,'Benxi',NULL,755),(11988,'Changtu',NULL,755),(11989,'Chaoyang',NULL,755),(11990,'Dalian',NULL,755),(11991,'Dalianwan',NULL,755),(11992,'Dalinghe',NULL,755),(11993,'Dandong',NULL,755),(11994,'Dashiqiao',NULL,755),(11995,'Dongling',NULL,755),(11996,'Fengcheng',NULL,755),(11997,'Fushun',NULL,755),(11998,'Fuxin',NULL,755),(11999,'Haicheng',NULL,755),(12000,'Heishan',NULL,755),(12001,'Huanren',NULL,755),(12002,'Huludao',NULL,755),(12003,'Hushitai',NULL,755),(12004,'Jinxi',NULL,755),(12005,'Jinzhou',NULL,755),(12006,'Jiupu',NULL,755),(12007,'Kaiyuan',NULL,755),(12008,'Kuandian',NULL,755),(12009,'Langtou',NULL,755),(12010,'Liaoyang',NULL,755),(12011,'Liaozhong',NULL,755),(12012,'Lingyuan',NULL,755),(12013,'Liuerbao',NULL,755),(12014,'Lushunkou',NULL,755),(12015,'Nantai',NULL,755),(12016,'Panjin',NULL,755),(12017,'Pulandian',NULL,755),(12018,'Shenyang',NULL,755),(12019,'Sujiatun',NULL,755),(12020,'Tieling',NULL,755),(12021,'Wafangdian',NULL,755),(12022,'Xiaoshi',NULL,755),(12023,'Xifeng',NULL,755),(12024,'Xinchengxi',NULL,755),(12025,'Xingcheng',NULL,755),(12026,'Xinmin',NULL,755),(12027,'Xiongyue',NULL,755),(12028,'Xiuyan',NULL,755),(12029,'Yebaishou',NULL,755),(12030,'Yingkou',NULL,755),(12031,'Yuhong',NULL,755),(12032,'Zhuanghe',NULL,755),(12033,'Anshan',NULL,756),(12034,'Beipiao',NULL,756),(12035,'Benxi',NULL,756),(12036,'Changtu',NULL,756),(12037,'Chaoyang',NULL,756),(12038,'Dalian',NULL,756),(12039,'Dalianwan',NULL,756),(12040,'Dalinghe',NULL,756),(12041,'Dandong',NULL,756),(12042,'Dashiqiao',NULL,756),(12043,'Dongling',NULL,756),(12044,'Fengcheng',NULL,756),(12045,'Fushun',NULL,756),(12046,'Fuxin',NULL,756),(12047,'Haicheng',NULL,756),(12048,'Heishan',NULL,756),(12049,'Huanren',NULL,756),(12050,'Huludao',NULL,756),(12051,'Hushitai',NULL,756),(12052,'Jinxi',NULL,756),(12053,'Jinzhou',NULL,756),(12054,'Jiupu',NULL,756),(12055,'Kaiyuan',NULL,756),(12056,'Kuandian',NULL,756),(12057,'Langtou',NULL,756),(12058,'Liaoyang',NULL,756),(12059,'Liaozhong',NULL,756),(12060,'Lingyuan',NULL,756),(12061,'Liuerbao',NULL,756),(12062,'Lushunkou',NULL,756),(12063,'Nantai',NULL,756),(12064,'Panjin',NULL,756),(12065,'Pulandian',NULL,756),(12066,'Shenyang',NULL,756),(12067,'Sujiatun',NULL,756),(12068,'Tieling',NULL,756),(12069,'Wafangdian',NULL,756),(12070,'Xiaoshi',NULL,756),(12071,'Xifeng',NULL,756),(12072,'Xinchengxi',NULL,756),(12073,'Xingcheng',NULL,756),(12074,'Xinmin',NULL,756),(12075,'Xiongyue',NULL,756),(12076,'Xiuyan',NULL,756),(12077,'Yebaishou',NULL,756),(12078,'Yingkou',NULL,756),(12079,'Yuhong',NULL,756),(12080,'Zhuanghe',NULL,756),(12081,'Qiatou',NULL,759),(12082,'Xining',NULL,759),(12083,'Ankang',NULL,760),(12084,'Baoji',NULL,760),(12085,'Guozhen',NULL,760),(12086,'Hancheng',NULL,760),(12087,'Hanzhong',NULL,760),(12088,'Lishan',NULL,760),(12089,'Qili',NULL,760),(12090,'Tongchuan',NULL,760),(12091,'Weinan',NULL,760),(12092,'Xian',NULL,760),(12093,'Xianyang',NULL,760),(12094,'Yanan',NULL,760),(12095,'Yanliang',NULL,760),(12096,'Yulin',NULL,760),(12097,'Yuxia',NULL,760),(12098,'Anqiu',NULL,761),(12099,'Bianzhuang',NULL,761),(12100,'Binzhou',NULL,761),(12101,'Boshan',NULL,761),(12102,'Boxing County',NULL,761),(12103,'Caocheng',NULL,761),(12104,'Changqing',NULL,761),(12105,'Chengyang',NULL,761),(12106,'Dengzhou',NULL,761),(12107,'Dezhou',NULL,761),(12108,'Dingtao',NULL,761),(12109,'Dongcun',NULL,761),(12110,'Dongdu',NULL,761),(12111,'Donge County',NULL,761),(12112,'Dongying',NULL,761),(12113,'Feicheng',NULL,761),(12114,'Fushan',NULL,761),(12115,'Gaomi',NULL,761),(12116,'Haiyang',NULL,761),(12117,'Hanting',NULL,761),(12118,'Hekou',NULL,761),(12119,'Heze',NULL,761),(12120,'Jiaonan',NULL,761),(12121,'Jiaozhou',NULL,761),(12122,'Jiehu',NULL,761),(12123,'Jimo',NULL,761),(12124,'Jinan',NULL,761),(12125,'Jining',NULL,761),(12126,'Juxian',NULL,761),(12127,'Juye',NULL,761),(12128,'Kunlun',NULL,761),(12129,'Laiwu',NULL,761),(12130,'Laiyang',NULL,761),(12131,'Laizhou',NULL,761),(12132,'Leling',NULL,761),(12133,'Liaocheng',NULL,761),(12134,'Licung',NULL,761),(12135,'Linqing',NULL,761),(12136,'Linqu',NULL,761),(12137,'Linshu',NULL,761),(12138,'Linyi',NULL,761),(12139,'Longkou',NULL,761),(12140,'Mengyin',NULL,761),(12141,'Mingshui',NULL,761),(12142,'Nanchou',NULL,761),(12143,'Nanding',NULL,761),(12144,'Nanma',NULL,761),(12145,'Ninghai',NULL,761),(12146,'Ningyang',NULL,761),(12147,'Pingdu',NULL,761),(12148,'Pingyi',NULL,761),(12149,'Pingyin',NULL,761),(12150,'Qingdao',NULL,761),(12151,'Qingzhou',NULL,761),(12152,'Qixia',NULL,761),(12153,'Qufu',NULL,761),(12154,'Rizhao',NULL,761),(12155,'Rongcheng',NULL,761),(12156,'Shancheng',NULL,761),(12157,'Shanting',NULL,761),(12158,'Shengzhuang',NULL,761),(12159,'Shenxian',NULL,761),(12160,'Shizilu',NULL,761),(12161,'Shouguang',NULL,761),(12162,'Shuiji',NULL,761),(12163,'Sishui',NULL,761),(12164,'Suozhen',NULL,761),(12165,'Taian',NULL,761),(12166,'Tancheng',NULL,761),(12167,'Taozhuang',NULL,761),(12168,'Tengzhou',NULL,761),(12169,'Weifang',NULL,761),(12170,'Weihai',NULL,761),(12171,'Wencheng',NULL,761),(12172,'Wendeng',NULL,761),(12173,'Wenshang',NULL,761),(12174,'Wudi',NULL,761),(12175,'Xiazhen',NULL,761),(12176,'Xincheng',NULL,761),(12177,'Xindian',NULL,761),(12178,'Xintai',NULL,761),(12179,'Yanggu',NULL,761),(12180,'Yangshan',NULL,761),(12181,'Yantai',NULL,761),(12182,'Yanzhou',NULL,761),(12183,'Yatou',NULL,761),(12184,'Yidu',NULL,761),(12185,'Yishui',NULL,761),(12186,'Yucheng',NULL,761),(12187,'Yuncheng',NULL,761),(12188,'Zaozhuang',NULL,761),(12189,'Zhangdian',NULL,761),(12190,'Zhangjiawa',NULL,761),(12191,'Zhangqiu',NULL,761),(12192,'Zhaocheng',NULL,761),(12193,'Zhoucheng',NULL,761),(12194,'Zhoucun',NULL,761),(12195,'Zhucheng',NULL,761),(12196,'Zhuwang',NULL,761),(12197,'Zicheng',NULL,761),(12198,'Zouping',NULL,761),(12199,'Zouxian',NULL,761),(12200,'Anqiu',NULL,762),(12201,'Bianzhuang',NULL,762),(12202,'Binzhou',NULL,762),(12203,'Boshan',NULL,762),(12204,'Boxing County',NULL,762),(12205,'Caocheng',NULL,762),(12206,'Changqing',NULL,762),(12207,'Chengyang',NULL,762),(12208,'Dengzhou',NULL,762),(12209,'Dezhou',NULL,762),(12210,'Dingtao',NULL,762),(12211,'Dongcun',NULL,762),(12212,'Dongdu',NULL,762),(12213,'Donge County',NULL,762),(12214,'Dongying',NULL,762),(12215,'Feicheng',NULL,762),(12216,'Fushan',NULL,762),(12217,'Gaomi',NULL,762),(12218,'Haiyang',NULL,762),(12219,'Hanting',NULL,762),(12220,'Hekou',NULL,762),(12221,'Heze',NULL,762),(12222,'Jiaonan',NULL,762),(12223,'Jiaozhou',NULL,762),(12224,'Jiehu',NULL,762),(12225,'Jimo',NULL,762),(12226,'Jinan',NULL,762),(12227,'Jining',NULL,762),(12228,'Juxian',NULL,762),(12229,'Juye',NULL,762),(12230,'Kunlun',NULL,762),(12231,'Laiwu',NULL,762),(12232,'Laiyang',NULL,762),(12233,'Laizhou',NULL,762),(12234,'Leling',NULL,762),(12235,'Liaocheng',NULL,762),(12236,'Licung',NULL,762),(12237,'Linqing',NULL,762),(12238,'Linqu',NULL,762),(12239,'Linshu',NULL,762),(12240,'Linyi',NULL,762),(12241,'Longkou',NULL,762),(12242,'Mengyin',NULL,762),(12243,'Mingshui',NULL,762),(12244,'Nanchou',NULL,762),(12245,'Nanding',NULL,762),(12246,'Nanma',NULL,762),(12247,'Ninghai',NULL,762),(12248,'Ningyang',NULL,762),(12249,'Pingdu',NULL,762),(12250,'Pingyi',NULL,762),(12251,'Pingyin',NULL,762),(12252,'Qingdao',NULL,762),(12253,'Qingzhou',NULL,762),(12254,'Qixia',NULL,762),(12255,'Qufu',NULL,762),(12256,'Rizhao',NULL,762),(12257,'Rongcheng',NULL,762),(12258,'Shancheng',NULL,762),(12259,'Shanting',NULL,762),(12260,'Shengzhuang',NULL,762),(12261,'Shenxian',NULL,762),(12262,'Shizilu',NULL,762),(12263,'Shouguang',NULL,762),(12264,'Shuiji',NULL,762),(12265,'Sishui',NULL,762),(12266,'Suozhen',NULL,762),(12267,'Taian',NULL,762),(12268,'Tancheng',NULL,762),(12269,'Taozhuang',NULL,762),(12270,'Tengzhou',NULL,762),(12271,'Weifang',NULL,762),(12272,'Weihai',NULL,762),(12273,'Wencheng',NULL,762),(12274,'Wendeng',NULL,762),(12275,'Wenshang',NULL,762),(12276,'Wudi',NULL,762),(12277,'Xiazhen',NULL,762),(12278,'Xincheng',NULL,762),(12279,'Xindian',NULL,762),(12280,'Xintai',NULL,762),(12281,'Yanggu',NULL,762),(12282,'Yangshan',NULL,762),(12283,'Yantai',NULL,762),(12284,'Yanzhou',NULL,762),(12285,'Yatou',NULL,762),(12286,'Yidu',NULL,762),(12287,'Yishui',NULL,762),(12288,'Yucheng',NULL,762),(12289,'Yuncheng',NULL,762),(12290,'Zaozhuang',NULL,762),(12291,'Zhangdian',NULL,762),(12292,'Zhangjiawa',NULL,762),(12293,'Zhangqiu',NULL,762),(12294,'Zhaocheng',NULL,762),(12295,'Zhoucheng',NULL,762),(12296,'Zhoucun',NULL,762),(12297,'Zhucheng',NULL,762),(12298,'Zhuwang',NULL,762),(12299,'Zicheng',NULL,762),(12300,'Zouping',NULL,762),(12301,'Zouxian',NULL,762),(12302,'Jiading',NULL,763),(12303,'Minhang',NULL,763),(12304,'Shanghai',NULL,763),(12305,'Songjiang',NULL,763),(12306,'Trencin',NULL,763),(12307,'Changzhi',NULL,764),(12308,'Datong',NULL,764),(12309,'Houma',NULL,764),(12310,'Jiexiu',NULL,764),(12311,'Jincheng',NULL,764),(12312,'Linfen',NULL,764),(12313,'Taiyuan',NULL,764),(12314,'Xian',NULL,764),(12315,'Xinzhi',NULL,764),(12316,'Xinzhou',NULL,764),(12317,'Yangquan',NULL,764),(12318,'Yuanping',NULL,764),(12319,'Yuci',NULL,764),(12320,'Yuncheng',NULL,764),(12321,'Anju',NULL,765),(12322,'Baoning',NULL,765),(12323,'Chengdu',NULL,765),(12324,'Daan',NULL,765),(12325,'Dawan',NULL,765),(12326,'Daxian',NULL,765),(12327,'Deyang',NULL,765),(12328,'Dujiangyan City',NULL,765),(12329,'Guangkou',NULL,765),(12330,'Guangyuan',NULL,765),(12331,'Guihu',NULL,765),(12332,'Heyang',NULL,765),(12333,'Huayang',NULL,765),(12334,'Jiancheng',NULL,765),(12335,'Jiangyou',NULL,765),(12336,'Jijiang',NULL,765),(12337,'Leshan',NULL,765),(12338,'Linqiong',NULL,765),(12339,'Luocheng',NULL,765),(12340,'Luzhou',NULL,765),(12341,'Mianyang',NULL,765),(12342,'Nanchong',NULL,765),(12343,'Nanlong',NULL,765),(12344,'Neijiang',NULL,765),(12345,'Panzhihua',NULL,765),(12346,'Shifang',NULL,765),(12347,'Suining',NULL,765),(12348,'Taihe',NULL,765),(12349,'Tianpeng',NULL,765),(12350,'Tongchuan',NULL,765),(12351,'Xichang',NULL,765),(12352,'Xunchang',NULL,765),(12353,'Yaan',NULL,765),(12354,'Yibin',NULL,765),(12355,'Yongchang',NULL,765),(12356,'Zhonglong',NULL,765),(12357,'Zigong',NULL,765),(12358,'Ziyang',NULL,765),(12359,'Beichen',NULL,766),(12360,'Gangdong',NULL,766),(12361,'Hangu',NULL,766),(12362,'Jinghai',NULL,766),(12363,'Nankai',NULL,766),(12364,'Tanggu',NULL,766),(12365,'Tianjin',NULL,766),(12366,'Xianshuigu',NULL,766),(12367,'Yangcun',NULL,766),(12368,'Yangliuqing',NULL,766),(12369,'Guiqing',NULL,767),(12370,'Jiulong',NULL,767),(12371,'Quanwan',NULL,767),(12372,'Saigong',NULL,767),(12373,'Shatin',NULL,767),(12374,'Taipo',NULL,767),(12375,'Tuanmun',NULL,767),(12376,'Xianggang',NULL,767),(12377,'Yuanlong',NULL,767),(12378,'Aksu',NULL,768),(12379,'Baijiantan',NULL,768),(12380,'Changji',NULL,768),(12381,'Dongshan',NULL,768),(12382,'Hami',NULL,768),(12383,'Hetian',NULL,768),(12384,'Karamay',NULL,768),(12385,'Kashi',NULL,768),(12386,'Korla',NULL,768),(12387,'Kuche',NULL,768),(12388,'Kuytun',NULL,768),(12389,'Shache',NULL,768),(12390,'Shihezi',NULL,768),(12391,'Shuimogou',NULL,768),(12392,'Toutunhe',NULL,768),(12393,'Urumqi',NULL,768),(12394,'Yining',NULL,768),(12395,'Lasa',NULL,769),(12396,'Dali',NULL,770),(12397,'Gejiu',NULL,770),(12398,'Haikou',NULL,770),(12399,'Heilin',NULL,770),(12400,'Jinma',NULL,770),(12401,'Kaihua',NULL,770),(12402,'Kaiyuan',NULL,770),(12403,'Kunming',NULL,770),(12404,'Lianran',NULL,770),(12405,'Longquan',NULL,770),(12406,'Lucheng',NULL,770),(12407,'Mabai',NULL,770),(12408,'Majie',NULL,770),(12409,'Miyang',NULL,770),(12410,'Qujing',NULL,770),(12411,'Rongcheng',NULL,770),(12412,'Simao',NULL,770),(12413,'Wufeng',NULL,770),(12414,'Yunjinghong',NULL,770),(12415,'Yuxi Municipal',NULL,770),(12416,'Zhaotong',NULL,770),(12417,'Zhenhai',NULL,770),(12418,'Zhongshu',NULL,770),(12419,'Zhoucheng',NULL,770),(12420,'Zhuocheng',NULL,770),(12421,'Aojiang',NULL,771),(12422,'Choucheng',NULL,771),(12423,'Cixi',NULL,771),(12424,'Daqiao',NULL,771),(12425,'Deqing',NULL,771),(12426,'Dinghai',NULL,771),(12427,'Dongyang',NULL,771),(12428,'Fuyang',NULL,771),(12429,'Haining',NULL,771),(12430,'Haiyan',NULL,771),(12431,'Hangzhou',NULL,771),(12432,'Huangyan',NULL,771),(12433,'Hushan',NULL,771),(12434,'Huzhou',NULL,771),(12435,'Jiaojiang',NULL,771),(12436,'Jiaxing',NULL,771),(12437,'Jinhua',NULL,771),(12438,'Jinxiang',NULL,771),(12439,'Kaihua',NULL,771),(12440,'Kunyang',NULL,771),(12441,'Lanxi',NULL,771),(12442,'Linan City',NULL,771),(12443,'Linhai',NULL,771),(12444,'Linping',NULL,771),(12445,'Lishui',NULL,771),(12446,'Liushi',NULL,771),(12447,'Ningbo',NULL,771),(12448,'Ninghai',NULL,771),(12449,'Pinghu',NULL,771),(12450,'Quzhou',NULL,771),(12451,'Ruian',NULL,771),(12452,'Shangyu',NULL,771),(12453,'Shaoxing',NULL,771),(12454,'Shenjiamen',NULL,771),(12455,'Taizhou City',NULL,771),(12456,'Tonglu',NULL,771),(12457,'Wenling',NULL,771),(12458,'Wenzhou',NULL,771),(12459,'Wuning',NULL,771),(12460,'Wuyi',NULL,771),(12461,'Xianju',NULL,771),(12462,'Xiaoshan',NULL,771),(12463,'Xiashi',NULL,771),(12464,'Xushan',NULL,771),(12465,'Yiwu',NULL,771),(12466,'Yongkang',NULL,771),(12467,'Yueqing',NULL,771),(12468,'Yuhuan',NULL,771),(12469,'Yuyao',NULL,771),(12470,'Zhejiang',NULL,771),(12471,'Zhenhai',NULL,771),(12472,'Zhicheng',NULL,771),(12473,'Zhuji',NULL,771),(12474,'fenghua',NULL,771),(12475,'jiashan',NULL,771),(12476,'Aojiang',NULL,772),(12477,'Choucheng',NULL,772),(12478,'Cixi',NULL,772),(12479,'Daqiao',NULL,772),(12480,'Deqing',NULL,772),(12481,'Dinghai',NULL,772),(12482,'Dongyang',NULL,772),(12483,'Fuyang',NULL,772),(12484,'Haining',NULL,772),(12485,'Haiyan',NULL,772),(12486,'Hangzhou',NULL,772),(12487,'Huangyan',NULL,772),(12488,'Hushan',NULL,772),(12489,'Huzhou',NULL,772),(12490,'Jiaojiang',NULL,772),(12491,'Jiaxing',NULL,772),(12492,'Jinhua',NULL,772),(12493,'Jinxiang',NULL,772),(12494,'Kaihua',NULL,772),(12495,'Kunyang',NULL,772),(12496,'Lanxi',NULL,772),(12497,'Linan City',NULL,772),(12498,'Linhai',NULL,772),(12499,'Linping',NULL,772),(12500,'Lishui',NULL,772),(12501,'Liushi',NULL,772),(12502,'Ningbo',NULL,772),(12503,'Ninghai',NULL,772),(12504,'Pinghu',NULL,772),(12505,'Quzhou',NULL,772),(12506,'Ruian',NULL,772),(12507,'Shangyu',NULL,772),(12508,'Shaoxing',NULL,772),(12509,'Shenjiamen',NULL,772),(12510,'Taizhou City',NULL,772),(12511,'Tonglu',NULL,772),(12512,'Wenling',NULL,772),(12513,'Wenzhou',NULL,772),(12514,'Wuning',NULL,772),(12515,'Wuyi',NULL,772),(12516,'Xianju',NULL,772),(12517,'Xiaoshan',NULL,772),(12518,'Xiashi',NULL,772),(12519,'Xushan',NULL,772),(12520,'Yiwu',NULL,772),(12521,'Yongkang',NULL,772),(12522,'Yueqing',NULL,772),(12523,'Yuhuan',NULL,772),(12524,'Yuyao',NULL,772),(12525,'Zhejiang',NULL,772),(12526,'Zhenhai',NULL,772),(12527,'Zhicheng',NULL,772),(12528,'Zhuji',NULL,772),(12529,'fenghua',NULL,772),(12530,'jiashan',NULL,772),(12531,'Leticia',NULL,775),(12532,'Puerto Narino',NULL,775),(12533,'Abejorral',NULL,776),(12534,'Abriaqui',NULL,776),(12535,'Alejandria',NULL,776),(12536,'Amaga',NULL,776),(12537,'Amalfi',NULL,776),(12538,'Andes',NULL,776),(12539,'Angelopolis',NULL,776),(12540,'Angostura',NULL,776),(12541,'Anori',NULL,776),(12542,'Antioquia',NULL,776),(12543,'Anza',NULL,776),(12544,'Apartado',NULL,776),(12545,'Arboletes',NULL,776),(12546,'Argelia',NULL,776),(12547,'Armenia',NULL,776),(12548,'Barbosa',NULL,776),(12549,'Bello',NULL,776),(12550,'Belmira',NULL,776),(12551,'Betania',NULL,776),(12552,'Betulia',NULL,776),(12553,'Bolivar',NULL,776),(12554,'Briceno',NULL,776),(12555,'Buritica',NULL,776),(12556,'Caceres',NULL,776),(12557,'Caicedo',NULL,776),(12558,'Caldas',NULL,776),(12559,'Campamento',NULL,776),(12560,'Canasgordas',NULL,776),(12561,'Caracoli',NULL,776),(12562,'Caramanta',NULL,776),(12563,'Carepa',NULL,776),(12564,'Carmen de Viboral',NULL,776),(12565,'Carolina',NULL,776),(12566,'Caucasia',NULL,776),(12567,'Chigorodo',NULL,776),(12568,'Cisneros',NULL,776),(12569,'Cocorna',NULL,776),(12570,'Concepcion',NULL,776),(12571,'Concordia',NULL,776),(12572,'Copacabana',NULL,776),(12573,'Dabeiba',NULL,776),(12574,'Don Matias',NULL,776),(12575,'Ebejico',NULL,776),(12576,'El Bagre',NULL,776),(12577,'Entrerrios',NULL,776),(12578,'Envigado',NULL,776),(12579,'Fredonia',NULL,776),(12580,'Frontino',NULL,776),(12581,'Giraldo',NULL,776),(12582,'Girardota',NULL,776),(12583,'Gomez Plata',NULL,776),(12584,'Granada',NULL,776),(12585,'Guadalupe',NULL,776),(12586,'Guarne',NULL,776),(12587,'Guatape',NULL,776),(12588,'Heliconia',NULL,776),(12589,'Hispania',NULL,776),(12590,'Itagui',NULL,776),(12591,'Ituango',NULL,776),(12592,'Jardin',NULL,776),(12593,'Jerico',NULL,776),(12594,'La Ceja',NULL,776),(12595,'La Estrella',NULL,776),(12596,'La Pintada',NULL,776),(12597,'La Union',NULL,776),(12598,'Liborina',NULL,776),(12599,'Maceo',NULL,776),(12600,'Marinilla',NULL,776),(12601,'Medellin',NULL,776),(12602,'Montebello',NULL,776),(12603,'Murindo',NULL,776),(12604,'Mutata',NULL,776),(12605,'Narino',NULL,776),(12606,'Nechi',NULL,776),(12607,'Necocli',NULL,776),(12608,'Olaya',NULL,776),(12609,'Penol',NULL,776),(12610,'Peque',NULL,776),(12611,'Pueblorrico',NULL,776),(12612,'Puerto Berrio',NULL,776),(12613,'Puerto Nare',NULL,776),(12614,'Puerto Triunfo',NULL,776),(12615,'Remedios',NULL,776),(12616,'Retiro',NULL,776),(12617,'Rionegro',NULL,776),(12618,'Sabanalarga',NULL,776),(12619,'Sabaneta',NULL,776),(12620,'Salgar',NULL,776),(12621,'San Andres',NULL,776),(12622,'San Carlos',NULL,776),(12623,'San Francisco',NULL,776),(12624,'San Jeronimo',NULL,776),(12625,'San Jose de la Montana',NULL,776),(12626,'San Juan de Uraba',NULL,776),(12627,'San Luis',NULL,776),(12628,'San Pedro',NULL,776),(12629,'San Pedro de Uraba',NULL,776),(12630,'San Rafael',NULL,776),(12631,'San Roque',NULL,776),(12632,'San Vicente',NULL,776),(12633,'Santa Barbara',NULL,776),(12634,'Santa Rosa de Osos',NULL,776),(12635,'Santo Domingo',NULL,776),(12636,'Santuario',NULL,776),(12637,'Segovia',NULL,776),(12638,'Sonson',NULL,776),(12639,'Sopetran',NULL,776),(12640,'Tamesis',NULL,776),(12641,'Taraza',NULL,776),(12642,'Tarso',NULL,776),(12643,'Titiribi',NULL,776),(12644,'Toledo',NULL,776),(12645,'Turbo',NULL,776),(12646,'Uramita',NULL,776),(12647,'Urrao',NULL,776),(12648,'Valdivia',NULL,776),(12649,'Valparaiso',NULL,776),(12650,'Vegachi',NULL,776),(12651,'Venecia',NULL,776),(12652,'Vigia del Fuerte',NULL,776),(12653,'Yali',NULL,776),(12654,'Yarumal',NULL,776),(12655,'Yolombo',NULL,776),(12656,'Yondo',NULL,776),(12657,'Zaragoza',NULL,776),(12658,'Arauca',NULL,777),(12659,'Arauquita',NULL,777),(12660,'Cravo Norte',NULL,777),(12661,'Fortul',NULL,777),(12662,'Puerto Rondon',NULL,777),(12663,'Saravena',NULL,777),(12664,'Tame',NULL,777),(12665,'Baranoa',NULL,778),(12666,'Barranquilla',NULL,778),(12667,'Campo de la Cruz',NULL,778),(12668,'Candelaria',NULL,778),(12669,'Galapa',NULL,778),(12670,'Juan de Acosta',NULL,778),(12671,'Luruaco',NULL,778),(12672,'Malambo',NULL,778),(12673,'Manati',NULL,778),(12674,'Palmar de Varela',NULL,778),(12675,'Piojo',NULL,778),(12676,'Polo Nuevo',NULL,778),(12677,'Ponedera',NULL,778),(12678,'Puerto Colombia',NULL,778),(12679,'Repelon',NULL,778),(12680,'Sabanagrande',NULL,778),(12681,'Sabanalarga',NULL,778),(12682,'Santa Lucia',NULL,778),(12683,'Santo Tomas',NULL,778),(12684,'Soledad',NULL,778),(12685,'Suan',NULL,778),(12686,'Tubara',NULL,778),(12687,'Usiacuri',NULL,778),(12688,'Bogota',NULL,779),(12689,'Achi',NULL,780),(12690,'Altos del Rosario',NULL,780),(12691,'Arenal',NULL,780),(12692,'Arjona',NULL,780),(12693,'Arroyohondo',NULL,780),(12694,'Barranco de Loba',NULL,780),(12695,'Calamar',NULL,780),(12696,'Cantagallo',NULL,780),(12697,'Cartagena',NULL,780),(12698,'Cicuco',NULL,780),(12699,'Clemencia',NULL,780),(12700,'Cordoba',NULL,780),(12701,'El Carmen de Bolivar',NULL,780),(12702,'El Guamo',NULL,780),(12703,'El Penon',NULL,780),(12704,'Hatillo de Loba',NULL,780),(12705,'Magangue',NULL,780),(12706,'Mahates',NULL,780),(12707,'Margarita',NULL,780),(12708,'Maria la Baja',NULL,780),(12709,'Mompos',NULL,780),(12710,'Montecristo',NULL,780),(12711,'Morales',NULL,780),(12712,'Pinillos',NULL,780),(12713,'Regidor',NULL,780),(12714,'Rio Viejo',NULL,780),(12715,'San Cristobal',NULL,780),(12716,'San Estanislao',NULL,780),(12717,'San Fernando',NULL,780),(12718,'San Jacinto',NULL,780),(12719,'San Jacinto del Cauca',NULL,780),(12720,'San Juan Nepomuceno',NULL,780),(12721,'San Martin de Loba',NULL,780),(12722,'San Pablo',NULL,780),(12723,'Santa Catalina',NULL,780),(12724,'Santa Rosa',NULL,780),(12725,'Santa Rosa del Sur',NULL,780),(12726,'Simiti',NULL,780),(12727,'Soplaviento',NULL,780),(12728,'Talaigua Nuevo',NULL,780),(12729,'Tiquisio',NULL,780),(12730,'Turbaco',NULL,780),(12731,'Turbana',NULL,780),(12732,'Villanueva',NULL,780),(12733,'Zambrano',NULL,780),(12734,'Almeida',NULL,781),(12735,'Aquitania',NULL,781),(12736,'Arcabuco',NULL,781),(12737,'Belen',NULL,781),(12738,'Berbeo',NULL,781),(12739,'Beteitiva',NULL,781),(12740,'Boavita',NULL,781),(12741,'Boyaca',NULL,781),(12742,'Briceno',NULL,781),(12743,'Buenavista',NULL,781),(12744,'Busbanza',NULL,781),(12745,'Caldas',NULL,781),(12746,'Campohermoso',NULL,781),(12747,'Cerinza',NULL,781),(12748,'Chinavita',NULL,781),(12749,'Chiquinquira',NULL,781),(12750,'Chiquiza',NULL,781),(12751,'Chiscas',NULL,781),(12752,'Chita',NULL,781),(12753,'Chitaraque',NULL,781),(12754,'Chivata',NULL,781),(12755,'Chivor',NULL,781),(12756,'Cienega',NULL,781),(12757,'Combita',NULL,781),(12758,'Coper',NULL,781),(12759,'Corrales',NULL,781),(12760,'Covarachia',NULL,781),(12761,'Cubara',NULL,781),(12762,'Cucaita',NULL,781),(12763,'Cuitiva',NULL,781),(12764,'Duitama',NULL,781),(12765,'El Cocuy',NULL,781),(12766,'El Espino',NULL,781),(12767,'Firavitoba',NULL,781),(12768,'Floresta',NULL,781),(12769,'Gachantiva',NULL,781),(12770,'Gameza',NULL,781),(12771,'Garagoa',NULL,781),(12772,'Guacamayas',NULL,781),(12773,'Guateque',NULL,781),(12774,'Guayata',NULL,781),(12775,'Guican',NULL,781),(12776,'Iza',NULL,781),(12777,'Jenesano',NULL,781),(12778,'Jerico',NULL,781),(12779,'La Capilla',NULL,781),(12780,'La Uvita',NULL,781),(12781,'La Victoria',NULL,781),(12782,'Labranzagrande',NULL,781),(12783,'Leiva',NULL,781),(12784,'Macanal',NULL,781),(12785,'Maripi',NULL,781),(12786,'Miraflores',NULL,781),(12787,'Mongua',NULL,781),(12788,'Mongui',NULL,781),(12789,'Moniquira',NULL,781),(12790,'Motavita',NULL,781),(12791,'Muzo',NULL,781),(12792,'Nobsa',NULL,781),(12793,'Nuevo Colon',NULL,781),(12794,'Oicata',NULL,781),(12795,'Otanche',NULL,781),(12796,'Pachavita',NULL,781),(12797,'Paez',NULL,781),(12798,'Paipa',NULL,781),(12799,'Pajarito',NULL,781),(12800,'Panqueba',NULL,781),(12801,'Pauna',NULL,781),(12802,'Paya',NULL,781),(12803,'Paz del Rio',NULL,781),(12804,'Pesca',NULL,781),(12805,'Pisba',NULL,781),(12806,'Puerto Boyaca',NULL,781),(12807,'Quipama',NULL,781),(12808,'Ramiriqui',NULL,781),(12809,'Raquira',NULL,781),(12810,'Rondon',NULL,781),(12811,'Saboya',NULL,781),(12812,'Sachica',NULL,781),(12813,'Samaca',NULL,781),(12814,'San Eduardo',NULL,781),(12815,'San Jose de Pare',NULL,781),(12816,'San Luis de Gaceno',NULL,781),(12817,'San Mateo',NULL,781),(12818,'San Miguel de Sema',NULL,781),(12819,'San Pablo de Borbur',NULL,781),(12820,'Santa Maria',NULL,781),(12821,'Santa Rosa de Viterbo',NULL,781),(12822,'Santa Sofia',NULL,781),(12823,'Santana',NULL,781),(12824,'Sativanorte',NULL,781),(12825,'Sativasur',NULL,781),(12826,'Siachoque',NULL,781),(12827,'Soata',NULL,781),(12828,'Socha',NULL,781),(12829,'Socota',NULL,781),(12830,'Sogamoso',NULL,781),(12831,'Somondoco',NULL,781),(12832,'Sora',NULL,781),(12833,'Soraca',NULL,781),(12834,'Sotaquira',NULL,781),(12835,'Susacon',NULL,781),(12836,'Sutamarchan',NULL,781),(12837,'Sutatenza',NULL,781),(12838,'Tasco',NULL,781),(12839,'Tenza',NULL,781),(12840,'Tibana',NULL,781),(12841,'Tibasosa',NULL,781),(12842,'Tinjaca',NULL,781),(12843,'Tipacoque',NULL,781),(12844,'Toca',NULL,781),(12845,'Togui',NULL,781),(12846,'Topaga',NULL,781),(12847,'Tota',NULL,781),(12848,'Tunja',NULL,781),(12849,'Tunungua',NULL,781),(12850,'Turmeque',NULL,781),(12851,'Tuta',NULL,781),(12852,'Tutasa',NULL,781),(12853,'Umbita',NULL,781),(12854,'Ventaquemada',NULL,781),(12855,'Viracacha',NULL,781),(12856,'Zetaquira',NULL,781),(12857,'Aguadas',NULL,782),(12858,'Anserma',NULL,782),(12859,'Aranzazu',NULL,782),(12860,'Belalcazar',NULL,782),(12861,'Chinchina',NULL,782),(12862,'Filadelfia',NULL,782),(12863,'La Dorada',NULL,782),(12864,'La Merced',NULL,782),(12865,'Manizales',NULL,782),(12866,'Manzanares',NULL,782),(12867,'Marmato',NULL,782),(12868,'Marquetalia',NULL,782),(12869,'Marulanda',NULL,782),(12870,'Neira',NULL,782),(12871,'Norcasia',NULL,782),(12872,'Pacora',NULL,782),(12873,'Palestina',NULL,782),(12874,'Pensilvania',NULL,782),(12875,'Riosucio',NULL,782),(12876,'Risaralda',NULL,782),(12877,'Salamina',NULL,782),(12878,'Samana',NULL,782),(12879,'San Jose',NULL,782),(12880,'Supia',NULL,782),(12881,'Victoria',NULL,782),(12882,'Villamaria',NULL,782),(12883,'Viterbo',NULL,782),(12884,'Albania',NULL,783),(12885,'Belen Andaquies',NULL,783),(12886,'Cartagena del Chaira',NULL,783),(12887,'Curillo',NULL,783),(12888,'El Doncello',NULL,783),(12889,'El Paujil',NULL,783),(12890,'Florencia',NULL,783),(12891,'La Montanita',NULL,783),(12892,'Milan',NULL,783),(12893,'Morelia',NULL,783),(12894,'Puerto Rico',NULL,783),(12895,'San Jose de Fragua',NULL,783),(12896,'San Vicente del Caguan',NULL,783),(12897,'Solano',NULL,783),(12898,'Solita',NULL,783),(12899,'Valparaiso',NULL,783),(12900,'Aguazul',NULL,784),(12901,'Chameza',NULL,784),(12902,'Hato Corozal',NULL,784),(12903,'La Salina',NULL,784),(12904,'Mani',NULL,784),(12905,'Monterrey',NULL,784),(12906,'Nunchia',NULL,784),(12907,'Orocue',NULL,784),(12908,'Paz de Ariporo',NULL,784),(12909,'Pore',NULL,784),(12910,'Recetor',NULL,784),(12911,'Sabanalarga',NULL,784),(12912,'Sacama',NULL,784),(12913,'San Luis de Palenque',NULL,784),(12914,'Tamara',NULL,784),(12915,'Tauramena',NULL,784),(12916,'Trinidad',NULL,784),(12917,'Villanueva',NULL,784),(12918,'Yopal',NULL,784),(12919,'Almaguer',NULL,785),(12920,'Argelia',NULL,785),(12921,'Balboa',NULL,785),(12922,'Bolivar',NULL,785),(12923,'Buenos Aires',NULL,785),(12924,'Cajibio',NULL,785),(12925,'Caldono',NULL,785),(12926,'Caloto',NULL,785),(12927,'Corinto',NULL,785),(12928,'El Bordo',NULL,785),(12929,'El Tambo',NULL,785),(12930,'Florencia',NULL,785),(12931,'Guapi',NULL,785),(12932,'Inza',NULL,785),(12933,'Jambalo',NULL,785),(12934,'La Sierra',NULL,785),(12935,'La Vega',NULL,785),(12936,'Lopez',NULL,785),(12937,'Mercaderes',NULL,785),(12938,'Miranda',NULL,785),(12939,'Morales',NULL,785),(12940,'Padilla',NULL,785),(12941,'Paez',NULL,785),(12942,'Piamonte',NULL,785),(12943,'Piendamo',NULL,785),(12944,'Popayan',NULL,785),(12945,'Puerto Tejada',NULL,785),(12946,'Purace',NULL,785),(12947,'Rosas',NULL,785),(12948,'San Sebastian',NULL,785),(12949,'Santa Rosa',NULL,785),(12950,'Santander de Quilichao',NULL,785),(12951,'Silvia',NULL,785),(12952,'Sotara',NULL,785),(12953,'Suarez',NULL,785),(12954,'Sucre',NULL,785),(12955,'Timbio',NULL,785),(12956,'Timbiqui',NULL,785),(12957,'Toribio',NULL,785),(12958,'Totoro',NULL,785),(12959,'Villa Rica',NULL,785),(12960,'Aguachica',NULL,786),(12961,'Agustin Codazzi',NULL,786),(12962,'Astrea',NULL,786),(12963,'Becerril',NULL,786),(12964,'Bosconia',NULL,786),(12965,'Chimichagua',NULL,786),(12966,'Chiriguana',NULL,786),(12967,'Curumani',NULL,786),(12968,'El Copey',NULL,786),(12969,'El Paso',NULL,786),(12970,'Gamarra',NULL,786),(12971,'Gonzalez',NULL,786),(12972,'La Gloria',NULL,786),(12973,'La Jagua Ibirico',NULL,786),(12974,'Manaure',NULL,786),(12975,'Pailitas',NULL,786),(12976,'Pelaya',NULL,786),(12977,'Pueblo Bello',NULL,786),(12978,'Rio de Oro',NULL,786),(12979,'Robles la Paz',NULL,786),(12980,'San Alberto',NULL,786),(12981,'San Diego',NULL,786),(12982,'San Martin',NULL,786),(12983,'Tamalameque',NULL,786),(12984,'Valledupar',NULL,786),(12985,'Acandi',NULL,787),(12986,'Alto Baudo',NULL,787),(12987,'Atrato',NULL,787),(12988,'Bagado',NULL,787),(12989,'Bahia Solano',NULL,787),(12990,'Bajo Baudo',NULL,787),(12991,'Bojaya',NULL,787),(12992,'Canton de San Pablo',NULL,787),(12993,'Carmen del Darien',NULL,787),(12994,'Certegui',NULL,787),(12995,'Condoto',NULL,787),(12996,'El Carmen',NULL,787),(12997,'Istmina',NULL,787),(12998,'Jurado',NULL,787),(12999,'Litoral del San Juan',NULL,787),(13000,'Lloro',NULL,787),(13001,'Medio Atrato',NULL,787),(13002,'Medio Baudo',NULL,787),(13003,'Medio San Juan',NULL,787),(13004,'Novita',NULL,787),(13005,'Nuqui',NULL,787),(13006,'Quibdo',NULL,787),(13007,'Rio Iro',NULL,787),(13008,'Rio Quito',NULL,787),(13009,'Riosucio',NULL,787),(13010,'San Jose del Palmar',NULL,787),(13011,'Sipi',NULL,787),(13012,'Tado',NULL,787),(13013,'Unguia',NULL,787),(13014,'Union Panamericana',NULL,787),(13015,'Ayapel',NULL,788),(13016,'Buenavista',NULL,788),(13017,'Canalete',NULL,788),(13018,'Cerete',NULL,788),(13019,'Chima',NULL,788),(13020,'Chinu',NULL,788),(13021,'Cienaga de Oro',NULL,788),(13022,'Cotorra',NULL,788),(13023,'La Apartada',NULL,788),(13024,'Lorica',NULL,788),(13025,'Los Cordobas',NULL,788),(13026,'Momil',NULL,788),(13027,'Monitos',NULL,788),(13028,'Montelibano',NULL,788),(13029,'Monteria',NULL,788),(13030,'Planeta Rica',NULL,788),(13031,'Pueblo Nuevo',NULL,788),(13032,'Puerto Escondido',NULL,788),(13033,'Puerto Libertador',NULL,788),(13034,'Purisima',NULL,788),(13035,'Sahagun',NULL,788),(13036,'San Andres Sotavento',NULL,788),(13037,'San Antero',NULL,788),(13038,'San Bernardo Viento',NULL,788),(13039,'San Carlos',NULL,788),(13040,'San Pelayo',NULL,788),(13041,'Tierralta',NULL,788),(13042,'Valencia',NULL,788),(13043,'Agua de Dios',NULL,789),(13044,'Alban',NULL,789),(13045,'Anapoima',NULL,789),(13046,'Anolaima',NULL,789),(13047,'Arbelaez',NULL,789),(13048,'Beltran',NULL,789),(13049,'Bituima',NULL,789),(13050,'Bojaca',NULL,789),(13051,'Cabrera',NULL,789),(13052,'Cachipay',NULL,789),(13053,'Cajica',NULL,789),(13054,'Caparrapi',NULL,789),(13055,'Caqueza',NULL,789),(13056,'Carmen de Carupa',NULL,789),(13057,'Chaguani',NULL,789),(13058,'Chia',NULL,789),(13059,'Chipaque',NULL,789),(13060,'Choachi',NULL,789),(13061,'Choconta',NULL,789),(13062,'Cogua',NULL,789),(13063,'Cota',NULL,789),(13064,'Cucunuba',NULL,789),(13065,'El Colegio',NULL,789),(13066,'El Penon',NULL,789),(13067,'El Rosal',NULL,789),(13068,'Facatativa',NULL,789),(13069,'Fomeque',NULL,789),(13070,'Fosca',NULL,789),(13071,'Funza',NULL,789),(13072,'Fuquene',NULL,789),(13073,'Fusagasuga',NULL,789),(13074,'Gachala',NULL,789),(13075,'Gachancipa',NULL,789),(13076,'Gacheta',NULL,789),(13077,'Gama',NULL,789),(13078,'Girardot',NULL,789),(13079,'Granada',NULL,789),(13080,'Guacheta',NULL,789),(13081,'Guaduas',NULL,789),(13082,'Guasca',NULL,789),(13083,'Guataqui',NULL,789),(13084,'Guatavita',NULL,789),(13085,'Guayabal de Siquima',NULL,789),(13086,'Guayabetal',NULL,789),(13087,'Gutierrez',NULL,789),(13088,'Jerusalen',NULL,789),(13089,'Junin',NULL,789),(13090,'La Calera',NULL,789),(13091,'La Mesa',NULL,789),(13092,'La Palma',NULL,789),(13093,'La Pena',NULL,789),(13094,'La Vega',NULL,789),(13095,'Lenguazaque',NULL,789),(13096,'Macheta',NULL,789),(13097,'Madrid',NULL,789),(13098,'Manta',NULL,789),(13099,'Medina',NULL,789),(13100,'Mosquera',NULL,789),(13101,'Narino',NULL,789),(13102,'Nemocon',NULL,789),(13103,'Nilo',NULL,789),(13104,'Nimaima',NULL,789),(13105,'Nocaima',NULL,789),(13106,'Ospina Perez',NULL,789),(13107,'Pacho',NULL,789),(13108,'Paime',NULL,789),(13109,'Pandi',NULL,789),(13110,'Paratebueno',NULL,789),(13111,'Pasca',NULL,789),(13112,'Puerto Salgar',NULL,789),(13113,'Puli',NULL,789),(13114,'Quebradanegra',NULL,789),(13115,'Quetame',NULL,789),(13116,'Quipile',NULL,789),(13117,'Rafael Reyes',NULL,789),(13118,'Ricaurte',NULL,789),(13119,'San Antonio del Tequendama',NULL,789),(13120,'San Bernardo',NULL,789),(13121,'San Cayetano',NULL,789),(13122,'San Francisco',NULL,789),(13123,'San Juan de Rioseco',NULL,789),(13124,'Sasaima',NULL,789),(13125,'Sesquile',NULL,789),(13126,'Sibate',NULL,789),(13127,'Silvania',NULL,789),(13128,'Simijaca',NULL,789),(13129,'Soacha',NULL,789),(13130,'Sopo',NULL,789),(13131,'Subachoque',NULL,789),(13132,'Suesca',NULL,789),(13133,'Supata',NULL,789),(13134,'Susa',NULL,789),(13135,'Sutatausa',NULL,789),(13136,'Tabio',NULL,789),(13137,'Tausa',NULL,789),(13138,'Tena',NULL,789),(13139,'Tenjo',NULL,789),(13140,'Tibacuy',NULL,789),(13141,'Tibirita',NULL,789),(13142,'Tocaima',NULL,789),(13143,'Tocancipa',NULL,789),(13144,'Topaipi',NULL,789),(13145,'Ubala',NULL,789),(13146,'Ubaque',NULL,789),(13147,'Ubate',NULL,789),(13148,'Une',NULL,789),(13149,'Utica',NULL,789),(13150,'Vergara',NULL,789),(13151,'Viani',NULL,789),(13152,'Villagomez',NULL,789),(13153,'Villapinzon',NULL,789),(13154,'Villeta',NULL,789),(13155,'Viota',NULL,789),(13156,'Yacopi',NULL,789),(13157,'Zipacon',NULL,789),(13158,'Zipaquira',NULL,789),(13159,'Inirida',NULL,790),(13160,'Calamar',NULL,791),(13161,'El Retorno',NULL,791),(13162,'Miraflores',NULL,791),(13163,'San Jose del Guaviare',NULL,791),(13164,'Acevedo',NULL,792),(13165,'Agrado',NULL,792),(13166,'Aipe',NULL,792),(13167,'Algeciras',NULL,792),(13168,'Altamira',NULL,792),(13169,'Baraya',NULL,792),(13170,'Campoalegre',NULL,792),(13171,'Colombia',NULL,792),(13172,'Elias',NULL,792),(13173,'Garzon',NULL,792),(13174,'Gigante',NULL,792),(13175,'Guadalupe',NULL,792),(13176,'Hobo',NULL,792),(13177,'Iquira',NULL,792),(13178,'Isnos',NULL,792),(13179,'La Argentina',NULL,792),(13180,'La Plata',NULL,792),(13181,'Nataga',NULL,792),(13182,'Neiva',NULL,792),(13183,'Oporapa',NULL,792),(13184,'Paicol',NULL,792),(13185,'Palermo',NULL,792),(13186,'Palestina',NULL,792),(13187,'Pital',NULL,792),(13188,'Pitalito',NULL,792),(13189,'Rivera',NULL,792),(13190,'Saladoblanco',NULL,792),(13191,'San Agustin',NULL,792),(13192,'Santa Maria',NULL,792),(13193,'Suaza',NULL,792),(13194,'Tarqui',NULL,792),(13195,'Tello',NULL,792),(13196,'Teruel',NULL,792),(13197,'Tesalia',NULL,792),(13198,'Timana',NULL,792),(13199,'Villavieja',NULL,792),(13200,'Yaguara',NULL,792),(13201,'Algarrobo',NULL,794),(13202,'Aracataca',NULL,794),(13203,'Ariguani',NULL,794),(13204,'Cerro San Antonio',NULL,794),(13205,'Chivolo',NULL,794),(13206,'Cienaga',NULL,794),(13207,'Concordia',NULL,794),(13208,'El Banco',NULL,794),(13209,'El Pinon',NULL,794),(13210,'El Reten',NULL,794),(13211,'Fundacion',NULL,794),(13212,'Guamal',NULL,794),(13213,'Nueva Granada',NULL,794),(13214,'Pedraza',NULL,794),(13215,'Pijino del Carmen',NULL,794),(13216,'Pivijay',NULL,794),(13217,'Plato',NULL,794),(13218,'Puebloviejo',NULL,794),(13219,'Remolino',NULL,794),(13220,'Sabanas de San Angel',NULL,794),(13221,'Salamina',NULL,794),(13222,'San Sebastian',NULL,794),(13223,'San Zenon',NULL,794),(13224,'Santa Ana',NULL,794),(13225,'Santa Barbara de Pinto',NULL,794),(13226,'Santa Marta',NULL,794),(13227,'Sitionuevo',NULL,794),(13228,'Tenerife',NULL,794),(13229,'Zapayan',NULL,794),(13230,'Zona Bananera',NULL,794),(13231,'Acacias',NULL,795),(13232,'Barranca de Upia',NULL,795),(13233,'Cabuyaro',NULL,795),(13234,'Castilla la Nueva',NULL,795),(13235,'Cubarral',NULL,795),(13236,'Cumaral',NULL,795),(13237,'El Calvario',NULL,795),(13238,'El Castillo',NULL,795),(13239,'El Dorado',NULL,795),(13240,'Fuente de Oro',NULL,795),(13241,'Granada',NULL,795),(13242,'Guamal',NULL,795),(13243,'La Macarena',NULL,795),(13244,'La Uribe',NULL,795),(13245,'Lejanias',NULL,795),(13246,'Mapiripan',NULL,795),(13247,'Mesetas',NULL,795),(13248,'Puerto Concordia',NULL,795),(13249,'Puerto Gaitan',NULL,795),(13250,'Puerto Lleras',NULL,795),(13251,'Puerto Lopez',NULL,795),(13252,'Puerto Rico',NULL,795),(13253,'Restrepo',NULL,795),(13254,'San Carlos Guaroa',NULL,795),(13255,'San Juan de Arama',NULL,795),(13256,'San Juanito',NULL,795),(13257,'San Martin',NULL,795),(13258,'Villavicencio',NULL,795),(13259,'Vista Hermosa',NULL,795),(13260,'Alban',NULL,796),(13261,'Aldana',NULL,796),(13262,'Ancuya',NULL,796),(13263,'Arboleda',NULL,796),(13264,'Barbacoas',NULL,796),(13265,'Belen',NULL,796),(13266,'Buesaco',NULL,796),(13267,'Chachagui',NULL,796),(13268,'Colon',NULL,796),(13269,'Consaca',NULL,796),(13270,'Contadero',NULL,796),(13271,'Cordoba',NULL,796),(13272,'Cuaspud',NULL,796),(13273,'Cumbal',NULL,796),(13274,'Cumbitara',NULL,796),(13275,'El Charco',NULL,796),(13276,'El Penol',NULL,796),(13277,'El Rosario',NULL,796),(13278,'El Tablon',NULL,796),(13279,'El Tambo',NULL,796),(13280,'Funes',NULL,796),(13281,'Guachucal',NULL,796),(13282,'Guaitarilla',NULL,796),(13283,'Gualmatan',NULL,796),(13284,'Iles',NULL,796),(13285,'Imues',NULL,796),(13286,'Ipiales',NULL,796),(13287,'La Cruz',NULL,796),(13288,'La Florida',NULL,796),(13289,'La Llanada',NULL,796),(13290,'La Tola',NULL,796),(13291,'La Union',NULL,796),(13292,'Leiva',NULL,796),(13293,'Linares',NULL,796),(13294,'Los Andes',NULL,796),(13295,'Magui',NULL,796),(13296,'Mallama',NULL,796),(13297,'Mosquera',NULL,796),(13298,'Narino',NULL,796),(13299,'Olaya Herrera',NULL,796),(13300,'Ospina',NULL,796),(13301,'Pasto',NULL,796),(13302,'Pizarro',NULL,796),(13303,'Policarpa',NULL,796),(13304,'Potosi',NULL,796),(13305,'Providencia',NULL,796),(13306,'Puerres',NULL,796),(13307,'Pupiales',NULL,796),(13308,'Ricaurte',NULL,796),(13309,'Roberto Payan',NULL,796),(13310,'Samaniego',NULL,796),(13311,'San Bernardo',NULL,796),(13312,'San Lorenzo',NULL,796),(13313,'San Pablo',NULL,796),(13314,'San Pedro de Cartago',NULL,796),(13315,'Sandona',NULL,796),(13316,'Santa Barbara',NULL,796),(13317,'Santacruz',NULL,796),(13318,'Sapuyes',NULL,796),(13319,'Taminango',NULL,796),(13320,'Tangua',NULL,796),(13321,'Tumaco',NULL,796),(13322,'Tuquerres',NULL,796),(13323,'Yacuanquer',NULL,796),(13324,'Colon',NULL,798),(13325,'Mocoa',NULL,798),(13326,'Orito',NULL,798),(13327,'Puerto Asis',NULL,798),(13328,'Puerto Caycedo',NULL,798),(13329,'Puerto Guzman',NULL,798),(13330,'Puerto Leguizamo',NULL,798),(13331,'San Francisco',NULL,798),(13332,'San Miguel',NULL,798),(13333,'Santiago',NULL,798),(13334,'Sibundoy',NULL,798),(13335,'Valle del Guamuez',NULL,798),(13336,'Villagarzon',NULL,798),(13337,'Armenia',NULL,799),(13338,'Buenavista',NULL,799),(13339,'Calarca',NULL,799),(13340,'Circasia',NULL,799),(13341,'Cordoba',NULL,799),(13342,'Filandia',NULL,799),(13343,'Genova',NULL,799),(13344,'La Tebaida',NULL,799),(13345,'Montenegro',NULL,799),(13346,'Pijao',NULL,799),(13347,'Quimbaya',NULL,799),(13348,'Salento',NULL,799),(13349,'Apia',NULL,800),(13350,'Balboa',NULL,800),(13351,'Belen de Umbria',NULL,800),(13352,'Dos Quebradas',NULL,800),(13353,'Guatica',NULL,800),(13354,'La Celia',NULL,800),(13355,'La Virginia',NULL,800),(13356,'Marsella',NULL,800),(13357,'Mistrato',NULL,800),(13358,'Pereira',NULL,800),(13359,'Pueblo Rico',NULL,800),(13360,'Quinchia',NULL,800),(13361,'Santa Rosa de Cabal',NULL,800),(13362,'Santuario',NULL,800),(13363,'Aguada',NULL,802),(13364,'Albania',NULL,802),(13365,'Aratoca',NULL,802),(13366,'Barbosa',NULL,802),(13367,'Barichara',NULL,802),(13368,'Barrancabermeja',NULL,802),(13369,'Betulia',NULL,802),(13370,'Bolivar',NULL,802),(13371,'Bucaramanga',NULL,802),(13372,'Cabrera',NULL,802),(13373,'California',NULL,802),(13374,'Capitanejo',NULL,802),(13375,'Carcasi',NULL,802),(13376,'Cepita',NULL,802),(13377,'Cerrito',NULL,802),(13378,'Charala',NULL,802),(13379,'Charta',NULL,802),(13380,'Chima',NULL,802),(13381,'Chipata',NULL,802),(13382,'Cimitarra',NULL,802),(13383,'Concepcion',NULL,802),(13384,'Confines',NULL,802),(13385,'Contratacion',NULL,802),(13386,'Coromoro',NULL,802),(13387,'Curiti',NULL,802),(13388,'El Carmen',NULL,802),(13389,'El Guacamayo',NULL,802),(13390,'El Penon',NULL,802),(13391,'El Playon',NULL,802),(13392,'Encino',NULL,802),(13393,'Enciso',NULL,802),(13394,'Florian',NULL,802),(13395,'Floridablanca',NULL,802),(13396,'Galan',NULL,802),(13397,'Gambita',NULL,802),(13398,'Giron',NULL,802),(13399,'Guaca',NULL,802),(13400,'Guadalupe',NULL,802),(13401,'Guapota',NULL,802),(13402,'Guavata',NULL,802),(13403,'Guepsa',NULL,802),(13404,'Hato',NULL,802),(13405,'Jesus Maria',NULL,802),(13406,'Jordan',NULL,802),(13407,'La Belleza',NULL,802),(13408,'La Paz',NULL,802),(13409,'Landazuri',NULL,802),(13410,'Lebrija',NULL,802),(13411,'Los Santos',NULL,802),(13412,'Macaravita',NULL,802),(13413,'Malaga',NULL,802),(13414,'Matanza',NULL,802),(13415,'Mogotes',NULL,802),(13416,'Molagavita',NULL,802),(13417,'Ocamonte',NULL,802),(13418,'Oiba',NULL,802),(13419,'Onzaga',NULL,802),(13420,'Palmar',NULL,802),(13421,'Palmas del Socorro',NULL,802),(13422,'Paramo',NULL,802),(13423,'Piedecuesta',NULL,802),(13424,'Pinchote',NULL,802),(13425,'Puente Nacional',NULL,802),(13426,'Puerto Parra',NULL,802),(13427,'Puerto Wilches',NULL,802),(13428,'Rionegro',NULL,802),(13429,'Sabana de Torres',NULL,802),(13430,'San Andres',NULL,802),(13431,'San Benito',NULL,802),(13432,'San Gil',NULL,802),(13433,'San Joaquin',NULL,802),(13434,'San Jose de Miranda',NULL,802),(13435,'San Miguel',NULL,802),(13436,'San Vicente de Chucuri',NULL,802),(13437,'Santa Barbara',NULL,802),(13438,'Santa Helena',NULL,802),(13439,'Simacota',NULL,802),(13440,'Socorro',NULL,802),(13441,'Suaita',NULL,802),(13442,'Sucre',NULL,802),(13443,'Surata',NULL,802),(13444,'Tona',NULL,802),(13445,'Valle San Jose',NULL,802),(13446,'Velez',NULL,802),(13447,'Vetas',NULL,802),(13448,'Villanueva',NULL,802),(13449,'Zapatoca',NULL,802),(13450,'Buenavista',NULL,803),(13451,'Caimito',NULL,803),(13452,'Chalan',NULL,803),(13453,'Coloso',NULL,803),(13454,'Corozal',NULL,803),(13455,'El Roble',NULL,803),(13456,'Galeras',NULL,803),(13457,'Guaranda',NULL,803),(13458,'La Union',NULL,803),(13459,'Los Palmitos',NULL,803),(13460,'Majagual',NULL,803),(13461,'Morroa',NULL,803),(13462,'Ovejas',NULL,803),(13463,'Palmito',NULL,803),(13464,'Sampues',NULL,803),(13465,'San Benito Abad',NULL,803),(13466,'San Juan de Betulia',NULL,803),(13467,'San Marcos',NULL,803),(13468,'San Onofre',NULL,803),(13469,'San Pedro',NULL,803),(13470,'Since',NULL,803),(13471,'Sincelejo',NULL,803),(13472,'Sucre',NULL,803),(13473,'Tolu',NULL,803),(13474,'Toluviejo',NULL,803),(13475,'Alpujarra',NULL,804),(13476,'Alvarado',NULL,804),(13477,'Ambalema',NULL,804),(13478,'Anzoategui',NULL,804),(13479,'Ataco',NULL,804),(13480,'Cajamarca',NULL,804),(13481,'Carmen de Apicala',NULL,804),(13482,'Casabianca',NULL,804),(13483,'Chaparral',NULL,804),(13484,'Coello',NULL,804),(13485,'Coyaima',NULL,804),(13486,'Cunday',NULL,804),(13487,'Dolores',NULL,804),(13488,'Espinal',NULL,804),(13489,'Falan',NULL,804),(13490,'Flandes',NULL,804),(13491,'Fresno',NULL,804),(13492,'Guamo',NULL,804),(13493,'Guayabal',NULL,804),(13494,'Herveo',NULL,804),(13495,'Honda',NULL,804),(13496,'Ibague',NULL,804),(13497,'Icononzo',NULL,804),(13498,'Lerida',NULL,804),(13499,'Libano',NULL,804),(13500,'Mariquita',NULL,804),(13501,'Melgar',NULL,804),(13502,'Murillo',NULL,804),(13503,'Natagaima',NULL,804),(13504,'Ortega',NULL,804),(13505,'Palocabildo',NULL,804),(13506,'Piedras',NULL,804),(13507,'Planadas',NULL,804),(13508,'Prado',NULL,804),(13509,'Purificacion',NULL,804),(13510,'Rioblanco',NULL,804),(13511,'Roncesvalles',NULL,804),(13512,'Rovira',NULL,804),(13513,'Saldana',NULL,804),(13514,'San Antonio',NULL,804),(13515,'San Luis',NULL,804),(13516,'Santa Isabel',NULL,804),(13517,'Suarez',NULL,804),(13518,'Valle de San Juan',NULL,804),(13519,'Venadillo',NULL,804),(13520,'Villahermosa',NULL,804),(13521,'Villarrica',NULL,804),(13522,'Acaricuara',NULL,806),(13523,'Mitu',NULL,806),(13524,'Papunaua',NULL,806),(13525,'Taraira',NULL,806),(13526,'Villa Fatima',NULL,806),(13527,'Yavarate',NULL,806),(13528,'Cumaribo',NULL,807),(13529,'La Primavera',NULL,807),(13530,'Puerto Carreno',NULL,807),(13531,'Santa Rosalia',NULL,807),(13532,'Fomboni',NULL,808),(13533,'Mitsamiouli',NULL,809),(13534,'Moroni',NULL,809),(13535,'Domoni',NULL,810),(13536,'Mutsamudu',NULL,810),(13537,'Loudima',NULL,811),(13538,'Madingou',NULL,811),(13539,'Nkayi',NULL,811),(13540,'Brazzaville',NULL,812),(13541,'Ewo',NULL,813),(13542,'Kelle',NULL,813),(13543,'Makoua',NULL,813),(13544,'Mossaka',NULL,813),(13545,'Owando',NULL,813),(13546,'Loandjili',NULL,814),(13547,'Ngamaba-Mfilou',NULL,814),(13548,'Pointe Noire',NULL,814),(13549,'Sibiti',NULL,815),(13550,'Zanaga',NULL,815),(13551,'Dongou',NULL,816),(13552,'Epena',NULL,816),(13553,'Impfondo',NULL,816),(13554,'Kibangou',NULL,817),(13555,'Loubomo',NULL,817),(13556,'Matsanga',NULL,817),(13557,'Mossendjo',NULL,817),(13558,'Djambala',NULL,818),(13559,'Gamboma',NULL,818),(13560,'Boko',NULL,819),(13561,'Kinkala',NULL,819),(13562,'Mindouli',NULL,819),(13563,'Ikelemba',NULL,820),(13564,'Ouesso',NULL,820),(13565,'Sembe',NULL,820),(13566,'Souanke',NULL,820),(13567,'Bandundu',NULL,821),(13568,'Bolobo',NULL,821),(13569,'Bulungu',NULL,821),(13570,'Gungu',NULL,821),(13571,'Idiofa',NULL,821),(13572,'Inongo',NULL,821),(13573,'Kahemba',NULL,821),(13574,'Kasongo-Lunda',NULL,821),(13575,'Kenge',NULL,821),(13576,'Kikwit',NULL,821),(13577,'Kiri',NULL,821),(13578,'Kutu',NULL,821),(13579,'Lusanga',NULL,821),(13580,'Mangai',NULL,821),(13581,'Mushie',NULL,821),(13582,'Nioki',NULL,821),(13583,'Boma',NULL,822),(13584,'Kasangulu',NULL,822),(13585,'Kimpese',NULL,822),(13586,'Madimba',NULL,822),(13587,'Matadi',NULL,822),(13588,'Mbanza-Ngungu',NULL,822),(13589,'Muanda',NULL,822),(13590,'Tshela',NULL,822),(13591,'Basankusu',NULL,823),(13592,'Binga',NULL,823),(13593,'Bodalangi',NULL,823),(13594,'Boende',NULL,823),(13595,'Bongandanga',NULL,823),(13596,'Bosobolo',NULL,823),(13597,'Bumba',NULL,823),(13598,'Businga',NULL,823),(13599,'Gbadolite',NULL,823),(13600,'Gemena',NULL,823),(13601,'Ikela',NULL,823),(13602,'Libenge',NULL,823),(13603,'Lisala',NULL,823),(13604,'Makanza',NULL,823),(13605,'Mbandaka',NULL,823),(13606,'Mobayi-Mbongo',NULL,823),(13607,'Yakoma',NULL,823),(13608,'Yandongi',NULL,823),(13609,'Yumbi',NULL,823),(13610,'Zongo',NULL,823),(13611,'Aba',NULL,824),(13612,'Aketi',NULL,824),(13613,'Bafwasende',NULL,824),(13614,'Banalia',NULL,824),(13615,'Basoko',NULL,824),(13616,'Bondo',NULL,824),(13617,'Bunia',NULL,824),(13618,'Buta',NULL,824),(13619,'Djugu',NULL,824),(13620,'Faradje',NULL,824),(13621,'Gwane',NULL,824),(13622,'Isiro',NULL,824),(13623,'Itoko',NULL,824),(13624,'Kisangani',NULL,824),(13625,'Mambasa',NULL,824),(13626,'Mongbwalu',NULL,824),(13627,'Niangara',NULL,824),(13628,'Poko',NULL,824),(13629,'Simba',NULL,824),(13630,'Titule',NULL,824),(13631,'Ubundu',NULL,824),(13632,'Wamba',NULL,824),(13633,'Watsa',NULL,824),(13634,'Yangambi',NULL,824),(13635,'Demba',NULL,825),(13636,'Dibaya',NULL,825),(13637,'Ilebo',NULL,825),(13638,'Kananga',NULL,825),(13639,'Kazumba',NULL,825),(13640,'Luebo',NULL,825),(13641,'Mweka',NULL,825),(13642,'Tshikapa',NULL,825),(13643,'Gandajika',NULL,826),(13644,'Kabinda',NULL,826),(13645,'Katako-Kombe',NULL,826),(13646,'Kole',NULL,826),(13647,'Lodja',NULL,826),(13648,'Lubao',NULL,826),(13649,'Lubefu',NULL,826),(13650,'Lusambo',NULL,826),(13651,'Mbuji-Mayi',NULL,826),(13652,'Mwene-Ditu',NULL,826),(13653,'Tshilenge',NULL,826),(13654,'Tshofa',NULL,826),(13655,'Bukama',NULL,827),(13656,'Dilolo',NULL,827),(13657,'Kabalo',NULL,827),(13658,'Kalemie',NULL,827),(13659,'Kambove',NULL,827),(13660,'Kamina',NULL,827),(13661,'Kaniama',NULL,827),(13662,'Kikondjo',NULL,827),(13663,'Kipushi',NULL,827),(13664,'Kolwezi',NULL,827),(13665,'Kongolo',NULL,827),(13666,'Le Marinel',NULL,827),(13667,'Likasi',NULL,827),(13668,'Lubudi',NULL,827),(13669,'Lubumbashi',NULL,827),(13670,'Malemba-Nkulu',NULL,827),(13671,'Manono',NULL,827),(13672,'Moba',NULL,827),(13673,'Mulongo',NULL,827),(13674,'Mwanza',NULL,827),(13675,'Nyunzu',NULL,827),(13676,'Sakania',NULL,827),(13677,'Shinkolobwe',NULL,827),(13678,'Kinshasa',NULL,828),(13679,'Kalima',NULL,829),(13680,'Kasongo',NULL,829),(13681,'Kindu',NULL,829),(13682,'Beni',NULL,830),(13683,'Butembo',NULL,830),(13684,'Goma',NULL,830),(13685,'Bukavu',NULL,831),(13686,'Kabare',NULL,831),(13687,'Kama',NULL,831),(13688,'Kampene',NULL,831),(13689,'Kibombo',NULL,831),(13690,'Uvira',NULL,831),(13691,'Amuri',NULL,832),(13692,'Atiu',NULL,833),(13693,'Mangaia',NULL,834),(13694,'Tauhunu',NULL,835),(13695,'Mauke',NULL,836),(13696,'Mitiaro',NULL,837),(13697,'Nassau',NULL,838),(13698,'Roto',NULL,839),(13699,'Rakahanga',NULL,840),(13700,'Avarua',NULL,841),(13701,'Omoka',NULL,842),(13702,'Alajuela',NULL,843),(13703,'Atenas',NULL,843),(13704,'Bijagua',NULL,843),(13705,'Buenos Aires',NULL,843),(13706,'Carrillos',NULL,843),(13707,'Desemparados',NULL,843),(13708,'Dos Rios',NULL,843),(13709,'Esquipulas',NULL,843),(13710,'Florencia',NULL,843),(13711,'Fortuna',NULL,843),(13712,'Grecia',NULL,843),(13713,'Guacimo',NULL,843),(13714,'Laguna',NULL,843),(13715,'Los Chiles',NULL,843),(13716,'Mastate',NULL,843),(13717,'Naranjo',NULL,843),(13718,'Orotina',NULL,843),(13719,'Palmares',NULL,843),(13720,'Piedades Norte',NULL,843),(13721,'Pital',NULL,843),(13722,'Pocosol',NULL,843),(13723,'Quesada',NULL,843),(13724,'Rio Segundo',NULL,843),(13725,'Sabanilla',NULL,843),(13726,'San Antonio',NULL,843),(13727,'San Jose',NULL,843),(13728,'San Juan',NULL,843),(13729,'San Mateo',NULL,843),(13730,'San Pedro',NULL,843),(13731,'San Rafael',NULL,843),(13732,'San Ramon',NULL,843),(13733,'San Roque',NULL,843),(13734,'Santiago',NULL,843),(13735,'Sarchi Norte',NULL,843),(13736,'Sarchi Sur',NULL,843),(13737,'Tigra',NULL,843),(13738,'Turricares',NULL,843),(13739,'Upala',NULL,843),(13740,'Venado',NULL,843),(13741,'Zarcero',NULL,843),(13742,'Aguacaliente',NULL,844),(13743,'Capellades',NULL,844),(13744,'Carmen',NULL,844),(13745,'Cartago',NULL,844),(13746,'Concepcion',NULL,844),(13747,'Cot',NULL,844),(13748,'Dulce Nombre',NULL,844),(13749,'El Tejar',NULL,844),(13750,'Guadalupe',NULL,844),(13751,'Juan Vinas',NULL,844),(13752,'La Suiza',NULL,844),(13753,'Orosi',NULL,844),(13754,'Pacayas',NULL,844),(13755,'Paraiso',NULL,844),(13756,'Pejibaye',NULL,844),(13757,'San Diego',NULL,844),(13758,'San Isidro',NULL,844),(13759,'San Juan',NULL,844),(13760,'San Nicolas',NULL,844),(13761,'San Rafael',NULL,844),(13762,'San Ramon',NULL,844),(13763,'Tierra Blanca',NULL,844),(13764,'Tobosi',NULL,844),(13765,'Tres Rios',NULL,844),(13766,'Tucurrique',NULL,844),(13767,'Turrialba',NULL,844),(13768,'Bagaces',NULL,845),(13769,'Belen',NULL,845),(13770,'Canas',NULL,845),(13771,'Filadeldia',NULL,845),(13772,'Fortuna',NULL,845),(13773,'Hojancha',NULL,845),(13774,'Juntas',NULL,845),(13775,'La Cruz',NULL,845),(13776,'Liberia',NULL,845),(13777,'Mogote',NULL,845),(13778,'Nandayure',NULL,845),(13779,'Nicoya',NULL,845),(13780,'Samara',NULL,845),(13781,'Santa Cruz',NULL,845),(13782,'Sardinal',NULL,845),(13783,'Tilaran',NULL,845),(13784,'Angeles',NULL,846),(13785,'Asuncion',NULL,846),(13786,'Barrantes',NULL,846),(13787,'Barva',NULL,846),(13788,'Heredia',NULL,846),(13789,'Horquetas',NULL,846),(13790,'Llorente',NULL,846),(13791,'Mercedes',NULL,846),(13792,'Puerto Viejo',NULL,846),(13793,'Rivera',NULL,846),(13794,'San Antonio',NULL,846),(13795,'San Francisco',NULL,846),(13796,'San Isidro',NULL,846),(13797,'San Joaquin',NULL,846),(13798,'San Jose',NULL,846),(13799,'San Josecito',NULL,846),(13800,'San Juan',NULL,846),(13801,'San Miguel',NULL,846),(13802,'San Pablo',NULL,846),(13803,'San Pedro',NULL,846),(13804,'San Rafael',NULL,846),(13805,'San Roque',NULL,846),(13806,'San Vicente',NULL,846),(13807,'Santa Barbara',NULL,846),(13808,'Santa Lucia',NULL,846),(13809,'Santa Rosa',NULL,846),(13810,'Santiago',NULL,846),(13811,'Santo Domingo',NULL,846),(13812,'Santo Tomas',NULL,846),(13813,'Ulloa',NULL,846),(13814,'Batan',NULL,847),(13815,'Cahuita',NULL,847),(13816,'Cariari',NULL,847),(13817,'Guacimo',NULL,847),(13818,'Guapiles',NULL,847),(13819,'Jimenez',NULL,847),(13820,'Limon',NULL,847),(13821,'Matina',NULL,847),(13822,'Pocora',NULL,847),(13823,'Rita',NULL,847),(13824,'Roxana',NULL,847),(13825,'Siquirres',NULL,847),(13826,'Sixaola',NULL,847),(13827,'Valle la Estrella',NULL,847),(13828,'Buenos Aires',NULL,848),(13829,'Canoas',NULL,848),(13830,'Chacarita',NULL,848),(13831,'Corredor',NULL,848),(13832,'Esparta',NULL,848),(13833,'Espiritu Santo',NULL,848),(13834,'Golfito',NULL,848),(13835,'Guaycara',NULL,848),(13836,'Jaco',NULL,848),(13837,'La Cuesta',NULL,848),(13838,'Macacona',NULL,848),(13839,'Manzanillo',NULL,848),(13840,'Miramar',NULL,848),(13841,'Palmar',NULL,848),(13842,'Paquera',NULL,848),(13843,'Parrita',NULL,848),(13844,'Puerto Cortes',NULL,848),(13845,'Puerto Jimenez',NULL,848),(13846,'Puntarenas',NULL,848),(13847,'Quepos',NULL,848),(13848,'San Vito',NULL,848),(13849,'Marcory',NULL,850),(13850,'Adzope',NULL,851),(13851,'Affery',NULL,851),(13852,'Agboville',NULL,851),(13853,'Akoupe',NULL,851),(13854,'Rubino',NULL,851),(13855,'Touba',NULL,852),(13856,'Bako',NULL,853),(13857,'Odienne',NULL,853),(13858,'Gagnoa',NULL,855),(13859,'Guiberoua',NULL,855),(13860,'Hire',NULL,855),(13861,'Ndouci',NULL,855),(13862,'Oume',NULL,855),(13863,'Ouragahio',NULL,855),(13864,'Daloa',NULL,856),(13865,'Issia',NULL,856),(13866,'Vavoua',NULL,856),(13867,'Ndiekro',NULL,857),(13868,'Tiebissou',NULL,857),(13869,'Toumodi',NULL,857),(13870,'Yamoussoukro',NULL,857),(13871,'Abidjan',NULL,858),(13872,'Alepe',NULL,858),(13873,'Anyama',NULL,858),(13874,'Bingerville',NULL,858),(13875,'Dabou',NULL,858),(13876,'Grand-Lahou',NULL,858),(13877,'Jacqueville',NULL,858),(13878,'Tiassale',NULL,858),(13879,'Bouafle',NULL,859),(13880,'Sinfra',NULL,859),(13881,'Zuenoula',NULL,859),(13882,'Duekoue',NULL,860),(13883,'Guiglo',NULL,860),(13884,'Toulepleu',NULL,860),(13885,'Abengourou',NULL,861),(13886,'Agnibilekrou',NULL,861),(13887,'Arrah',NULL,862),(13888,'Bocanda',NULL,862),(13889,'Bongouanou',NULL,862),(13890,'Daoukro',NULL,862),(13891,'Dimbokro',NULL,862),(13892,'M\'bahiakro',NULL,862),(13893,'Mbatto',NULL,862),(13894,'N\'zi-Comoe',NULL,862),(13895,'San-Pedro',NULL,863),(13896,'Sassandra',NULL,863),(13897,'Soubre',NULL,863),(13898,'Tabou',NULL,863),(13899,'Boundiali',NULL,864),(13900,'Dikodougou',NULL,864),(13901,'Ferkessedougou',NULL,864),(13902,'Korhogo',NULL,864),(13903,'Tingrela',NULL,864),(13904,'Divo',NULL,865),(13905,'Fresco',NULL,865),(13906,'Lakota',NULL,865),(13907,'Aboisso',NULL,866),(13908,'Adiake',NULL,866),(13909,'Ayame',NULL,866),(13910,'Bonoua',NULL,866),(13911,'Grand Bassam',NULL,866),(13912,'Kani',NULL,868),(13913,'Mankono',NULL,868),(13914,'Seguela',NULL,868),(13915,'Bondoukou',NULL,869),(13916,'Bouna',NULL,869),(13917,'Tanda',NULL,869),(13918,'Bjelovar',NULL,870),(13919,'Brezovac',NULL,870),(13920,'Chazma',NULL,870),(13921,'Daruvar',NULL,870),(13922,'Daruvarski Brestovac',NULL,870),(13923,'Dezhanovac',NULL,870),(13924,'Dhulovac',NULL,870),(13925,'Gareshnica',NULL,870),(13926,'Gareshnichki Brestovac',NULL,870),(13927,'Grubishno Polje',NULL,870),(13928,'Gudovac',NULL,870),(13929,'Hercegovac',NULL,870),(13930,'Ivanska',NULL,870),(13931,'Klokochevac',NULL,870),(13932,'Konchanica',NULL,870),(13933,'Predavac',NULL,870),(13934,'Rovishce',NULL,870),(13935,'Shandrovac',NULL,870),(13936,'Sirach',NULL,870),(13937,'Trojstveni Markovac',NULL,870),(13938,'Velika Pisanica',NULL,870),(13939,'Veliki Grdhevac',NULL,870),(13940,'Veliki Zdenci',NULL,870),(13941,'Veliko Trojstvo',NULL,870),(13942,'Zhdralovi',NULL,870),(13943,'Blato',NULL,871),(13944,'Cavtat',NULL,871),(13945,'Chibacha',NULL,871),(13946,'Chilipi',NULL,871),(13947,'Dubrovnik',NULL,871),(13948,'Komin',NULL,871),(13949,'Korchula',NULL,871),(13950,'Lumbarda',NULL,871),(13951,'Metkovic',NULL,871),(13952,'Mlini',NULL,871),(13953,'Mokoshica',NULL,871),(13954,'Nova Mokoshica',NULL,871),(13955,'Opuzen',NULL,871),(13956,'Orebic',NULL,871),(13957,'Otrich-Seoci',NULL,871),(13958,'Ploche',NULL,871),(13959,'Smokvica',NULL,871),(13960,'Stashevica',NULL,871),(13961,'Vela Luka',NULL,871),(13962,'Zaton',NULL,871),(13963,'Zhrnovo',NULL,871),(13964,'Bale',NULL,873),(13965,'Banjole',NULL,873),(13966,'Brtonigla',NULL,873),(13967,'Buje',NULL,873),(13968,'Buzet',NULL,873),(13969,'Fazhana',NULL,873),(13970,'Funtana',NULL,873),(13971,'Galizhana',NULL,873),(13972,'Labin',NULL,873),(13973,'Lizhnjan',NULL,873),(13974,'Marchana',NULL,873),(13975,'Medulin',NULL,873),(13976,'Novigrad',NULL,873),(13977,'Pazin',NULL,873),(13978,'Porech',NULL,873),(13979,'Premantura',NULL,873),(13980,'Pula',NULL,873),(13981,'Rabac',NULL,873),(13982,'Rasha',NULL,873),(13983,'Rovinj',NULL,873),(13984,'Sveti Petar u Shumi',NULL,873),(13985,'Tar',NULL,873),(13986,'Umag',NULL,873),(13987,'Vinezh',NULL,873),(13988,'Vodnjan',NULL,873),(13989,'Vrsar',NULL,873),(13990,'Cerovac Vukmansichki',NULL,874),(13991,'Draganic',NULL,874),(13992,'Duga Resa',NULL,874),(13993,'Josipdol',NULL,874),(13994,'Karlovac',NULL,874),(13995,'Mrezhnichki Varosh',NULL,874),(13996,'Ogulin',NULL,874),(13997,'Oshtarije',NULL,874),(13998,'Ozalj',NULL,874),(13999,'Plashki',NULL,874),(14000,'Slunj',NULL,874),(14001,'Vojnic',NULL,874),(14002,'Dhelekovec',NULL,875),(14003,'Dhurdhevac',NULL,875),(14004,'Drnje',NULL,875),(14005,'Ferdinandovac',NULL,875),(14006,'Glogovac',NULL,875),(14007,'Gola',NULL,875),(14008,'Hlebine',NULL,875),(14009,'Kalinovac',NULL,875),(14010,'Kloshtar Podravski',NULL,875),(14011,'Koprivnica',NULL,875),(14012,'Koprivnichki Bregi',NULL,875),(14013,'Koprivnichki Ivanec',NULL,875),(14014,'Krizhevci',NULL,875),(14015,'Legrad',NULL,875),(14016,'Molve',NULL,875),(14017,'Novigrad Podravski',NULL,875),(14018,'Novo Virje',NULL,875),(14019,'Peteranec',NULL,875),(14020,'Podravske Sesvete',NULL,875),(14021,'Rasinja',NULL,875),(14022,'Reka',NULL,875),(14023,'Sigetec',NULL,875),(14024,'Starigrad',NULL,875),(14025,'Sveti Ivan Zhabno',NULL,875),(14026,'Trema',NULL,875),(14027,'Virje',NULL,875),(14028,'Andrashevec',NULL,876),(14029,'Bedekovchina',NULL,876),(14030,'Dhurmanec',NULL,876),(14031,'Donja Pachetina',NULL,876),(14032,'Donja Shemnica',NULL,876),(14033,'Donja Stubica',NULL,876),(14034,'Dubrovchan',NULL,876),(14035,'Gornja Stubica',NULL,876),(14036,'Hum na Sutli',NULL,876),(14037,'Klanjec',NULL,876),(14038,'Konjishchina',NULL,876),(14039,'Krapina',NULL,876),(14040,'Krapinske Toplice',NULL,876),(14041,'Laz Bistrichki',NULL,876),(14042,'Marija Bistrica',NULL,876),(14043,'Mihovljan',NULL,876),(14044,'Oroslavje',NULL,876),(14045,'Podgorje Bistrichko',NULL,876),(14046,'Poznanovec',NULL,876),(14047,'Pregrada',NULL,876),(14048,'Radoboj',NULL,876),(14049,'Shkaricevo',NULL,876),(14050,'Shpichkovina',NULL,876),(14051,'Stubichke Toplice',NULL,876),(14052,'Sveti Krizh Zachretje',NULL,876),(14053,'Veliko Trgovishce',NULL,876),(14054,'Zabok',NULL,876),(14055,'Zlatar',NULL,876),(14056,'Zlatar-Bistrica',NULL,876),(14057,'Brinje',NULL,877),(14058,'Donji Lapac',NULL,877),(14059,'Gospic',NULL,877),(14060,'Korenica',NULL,877),(14061,'Lichki Osik',NULL,877),(14062,'Lichko Leshce',NULL,877),(14063,'Novalja',NULL,877),(14064,'Otochac',NULL,877),(14065,'Perushic',NULL,877),(14066,'Prozor',NULL,877),(14067,'Senj',NULL,877),(14068,'Belica',NULL,878),(14069,'Chakovec',NULL,878),(14070,'Cirkovljan',NULL,878),(14071,'Dekanovec',NULL,878),(14072,'Domashinec',NULL,878),(14073,'Donja Dubrava',NULL,878),(14074,'Donji Kraljevec',NULL,878),(14075,'Donji Vidovec',NULL,878),(14076,'Drzhimurec',NULL,878),(14077,'Dunjkovec',NULL,878),(14078,'Gardinovec',NULL,878),(14079,'Gorichan',NULL,878),(14080,'Gornji Hrashcan',NULL,878),(14081,'Hodoshan',NULL,878),(14082,'Ivanovec',NULL,878),(14083,'Kotoriba',NULL,878),(14084,'Kurshanec',NULL,878),(14085,'Lopatinec',NULL,878),(14086,'Machkovec',NULL,878),(14087,'Mala Subotica',NULL,878),(14088,'Mihovljan',NULL,878),(14089,'Mursko Sredishce',NULL,878),(14090,'Nedelishce',NULL,878),(14091,'Novakovec',NULL,878),(14092,'Novo Selo Rok',NULL,878),(14093,'Orehovica',NULL,878),(14094,'Palovec',NULL,878),(14095,'Peklenica',NULL,878),(14096,'Podturen',NULL,878),(14097,'Prelog',NULL,878),(14098,'Pribislavec',NULL,878),(14099,'Pushcine',NULL,878),(14100,'Savska Ves',NULL,878),(14101,'Selnica',NULL,878),(14102,'Shenkovec',NULL,878),(14103,'Strahoninec',NULL,878),(14104,'Sveta Marija',NULL,878),(14105,'Trnovec',NULL,878),(14106,'Vratishinec',NULL,878),(14107,'Zasadbreg',NULL,878),(14108,'Antunovac',NULL,880),(14109,'Batina',NULL,880),(14110,'Beli Manastir',NULL,880),(14111,'Belishce',NULL,880),(14112,'Beljevina',NULL,880),(14113,'Bijelo Brdo',NULL,880),(14114,'Bilje',NULL,880),(14115,'Bistrinci',NULL,880),(14116,'Bizovac',NULL,880),(14117,'Branjin Vrh',NULL,880),(14118,'Brijeshce',NULL,880),(14119,'Brijest',NULL,880),(14120,'Ceminac',NULL,880),(14121,'Chepin',NULL,880),(14122,'Crnkovci',NULL,880),(14123,'Dalj',NULL,880),(14124,'Darda',NULL,880),(14125,'Dhakovo',NULL,880),(14126,'Dhurdhenovac',NULL,880),(14127,'Donja Motichina',NULL,880),(14128,'Donji Miholac',NULL,880),(14129,'Erdut',NULL,880),(14130,'Ernestinovo',NULL,880),(14131,'Ferichanci',NULL,880),(14132,'Gashinci',NULL,880),(14133,'Gorjani',NULL,880),(14134,'Grabovac',NULL,880),(14135,'Ivanovac',NULL,880),(14136,'Ivanovci Gorjanski',NULL,880),(14137,'Jagodnjak',NULL,880),(14138,'Jelisavac',NULL,880),(14139,'Josipovac',NULL,880),(14140,'Josipovac Punitovachki',NULL,880),(14141,'Karanac',NULL,880),(14142,'Keshinci',NULL,880),(14143,'Knezhevi Vinogradi',NULL,880),(14144,'Knezhevo',NULL,880),(14145,'Koritna',NULL,880),(14146,'Koshka',NULL,880),(14147,'Kushevac',NULL,880),(14148,'Ladimirevci',NULL,880),(14149,'Laslovo',NULL,880),(14150,'Lug',NULL,880),(14151,'Marijanci',NULL,880),(14152,'Markovac Nashichki',NULL,880),(14153,'Martin',NULL,880),(14154,'Mece',NULL,880),(14155,'Moslavina Podravska',NULL,880),(14156,'Nashice',NULL,880),(14157,'Osijek',NULL,880),(14158,'Ovchara',NULL,880),(14159,'Petlovac',NULL,880),(14160,'Petrijevci',NULL,880),(14161,'Pishkorevci',NULL,880),(14162,'Podgorach',NULL,880),(14163,'Popvac',NULL,880),(14164,'Rakitovica',NULL,880),(14165,'Sarvash',NULL,880),(14166,'Satnica Dhakovachka',NULL,880),(14167,'Selci Dhakovacki',NULL,880),(14168,'Semeljci',NULL,880),(14169,'Shiroko Polje',NULL,880),(14170,'Strizivojna',NULL,880),(14171,'Sveti Dhuradh',NULL,880),(14172,'Tenja',NULL,880),(14173,'Valpovo',NULL,880),(14174,'Velimirovac',NULL,880),(14175,'Viljevo',NULL,880),(14176,'Vishkovci',NULL,880),(14177,'Vishnjevac',NULL,880),(14178,'Vladislavci',NULL,880),(14179,'Vuka',NULL,880),(14180,'Vukojevci',NULL,880),(14181,'Zmajevac',NULL,880),(14182,'Zoljan',NULL,880),(14183,'Badljevina',NULL,882),(14184,'Brodski Drenovac',NULL,882),(14185,'Dervishaga',NULL,882),(14186,'Gradac',NULL,882),(14187,'Jakshic',NULL,882),(14188,'Kaptol',NULL,882),(14189,'Kutjevo',NULL,882),(14190,'Lipik',NULL,882),(14191,'Pakrac',NULL,882),(14192,'Pleternica',NULL,882),(14193,'Pozhega',NULL,882),(14194,'Prekopkra',NULL,882),(14195,'Trenkovo',NULL,882),(14196,'Velika',NULL,882),(14197,'Vetovo',NULL,882),(14198,'Vidovci',NULL,882),(14199,'Bilice',NULL,884),(14200,'Brodarica',NULL,884),(14201,'Drnish',NULL,884),(14202,'Dubrava kod Shibenika',NULL,884),(14203,'Grebashtica',NULL,884),(14204,'Jezera',NULL,884),(14205,'Kistanje',NULL,884),(14206,'Knin',NULL,884),(14207,'Kovachic',NULL,884),(14208,'Murter',NULL,884),(14209,'Pirovac',NULL,884),(14210,'Primoshten',NULL,884),(14211,'Rogoznica',NULL,884),(14212,'Shibenik',NULL,884),(14213,'Skradin',NULL,884),(14214,'Tisno',NULL,884),(14215,'Tribunj',NULL,884),(14216,'Vodice',NULL,884),(14217,'Vrpolje',NULL,884),(14218,'Zaton',NULL,884),(14219,'Brestacha',NULL,885),(14220,'Brochice',NULL,885),(14221,'Budashevo',NULL,885),(14222,'Donja Grachenica',NULL,885),(14223,'Dvor',NULL,885),(14224,'Glina',NULL,885),(14225,'Gornja Grachenica',NULL,885),(14226,'Gornja Jelenska',NULL,885),(14227,'Greda',NULL,885),(14228,'Gvozd',NULL,885),(14229,'Hrastelnica',NULL,885),(14230,'Hrvatska Dubica',NULL,885),(14231,'Hrvatska Kostajnica',NULL,885),(14232,'Husain',NULL,885),(14233,'Ilova',NULL,885),(14234,'Kutina',NULL,885),(14235,'Lekenik',NULL,885),(14236,'Lipovljani',NULL,885),(14237,'Moshchenica',NULL,885),(14238,'Novska',NULL,885),(14239,'Odra Sisachka',NULL,885),(14240,'Osekovo',NULL,885),(14241,'Peshcenica',NULL,885),(14242,'Petrinja',NULL,885),(14243,'Popovacha',NULL,885),(14244,'Potok',NULL,885),(14245,'Rajic',NULL,885),(14246,'Repushnica',NULL,885),(14247,'Sisak',NULL,885),(14248,'Staro Prachno',NULL,885),(14249,'Sunja',NULL,885),(14250,'Topolovac',NULL,885),(14251,'Voloder',NULL,885),(14252,'Bashka Voda',NULL,887),(14253,'Bol',NULL,887),(14254,'Brela',NULL,887),(14255,'Brnaze',NULL,887),(14256,'Cista Velika',NULL,887),(14257,'Donji Prolozhac',NULL,887),(14258,'Donji Vinjani',NULL,887),(14259,'Duce',NULL,887),(14260,'Dugi Rat',NULL,887),(14261,'Dugopolje',NULL,887),(14262,'Gala',NULL,887),(14263,'Glavice',NULL,887),(14264,'Glavina Donja',NULL,887),(14265,'Gornji Vincjani',NULL,887),(14266,'Gradac',NULL,887),(14267,'Grubine',NULL,887),(14268,'Hrvace',NULL,887),(14269,'Hvar',NULL,887),(14270,'Imotski',NULL,887),(14271,'Jelsa',NULL,887),(14272,'Jesenice',NULL,887),(14273,'Kamen',NULL,887),(14274,'Kashtel Gambelovac',NULL,887),(14275,'Kashtel Gomilica',NULL,887),(14276,'Kashtel Lukshic',NULL,887),(14277,'Kashtel Novi',NULL,887),(14278,'Kashtel Shtafilic',NULL,887),(14279,'Kashtel Stari',NULL,887),(14280,'Kashtel Sucurac',NULL,887),(14281,'Katuni',NULL,887),(14282,'Klis',NULL,887),(14283,'Komizha',NULL,887),(14284,'Koshute',NULL,887),(14285,'Lovrec',NULL,887),(14286,'Makarska',NULL,887),(14287,'Marina',NULL,887),(14288,'Mastrinka',NULL,887),(14289,'Milna',NULL,887),(14290,'Mravince',NULL,887),(14291,'Neoric',NULL,887),(14292,'Obrovac Sinjski',NULL,887),(14293,'Okrug Gornji',NULL,887),(14294,'Omish',NULL,887),(14295,'Otok',NULL,887),(14296,'Podgora',NULL,887),(14297,'Podstrana',NULL,887),(14298,'Poljica',NULL,887),(14299,'Postira',NULL,887),(14300,'Postranje',NULL,887),(14301,'Potravlje',NULL,887),(14302,'Primorski Dolac',NULL,887),(14303,'Puchishca',NULL,887),(14304,'Ruda',NULL,887),(14305,'Runovic',NULL,887),(14306,'Seget Donji',NULL,887),(14307,'Seget Vranjica',NULL,887),(14308,'Selca',NULL,887),(14309,'Sinj',NULL,887),(14310,'Slatine',NULL,887),(14311,'Solin',NULL,887),(14312,'Split',NULL,887),(14313,'Srinjine',NULL,887),(14314,'Stari Grad',NULL,887),(14315,'Stobrech',NULL,887),(14316,'Supetar',NULL,887),(14317,'Trilj',NULL,887),(14318,'Trogir',NULL,887),(14319,'Tuchepi',NULL,887),(14320,'Turjaci',NULL,887),(14321,'Vinishce',NULL,887),(14322,'Vis',NULL,887),(14323,'Vranjic',NULL,887),(14324,'Vrgorac',NULL,887),(14325,'Vrlika',NULL,887),(14326,'Zagvozd',NULL,887),(14327,'Zhrnovnica',NULL,887),(14328,'Zmijavci',NULL,887),(14329,'Bedenec',NULL,888),(14330,'Beletinec',NULL,888),(14331,'Beretinec',NULL,888),(14332,'Breznica',NULL,888),(14333,'Chreshnjevo',NULL,888),(14334,'Donja Voca',NULL,888),(14335,'Donje Ladanje',NULL,888),(14336,'Gornje Ladanje',NULL,888),(14337,'Gornje Vratno',NULL,888),(14338,'Gornji Kneginec',NULL,888),(14339,'Gornji Kucan',NULL,888),(14340,'Hrashcica',NULL,888),(14341,'Hrastovsko',NULL,888),(14342,'Hrzhenica',NULL,888),(14343,'Ivanec',NULL,888),(14344,'Jalkovec',NULL,888),(14345,'Jalzhabet',NULL,888),(14346,'Jerovec',NULL,888),(14347,'Klenovnik',NULL,888),(14348,'Kljuch',NULL,888),(14349,'Kucan Marof',NULL,888),(14350,'Lepoglava',NULL,888),(14351,'Ljubeshcica',NULL,888),(14352,'Ludbreg',NULL,888),(14353,'Madzharevo',NULL,888),(14354,'Mali Bukovec',NULL,888),(14355,'Nedeljanec',NULL,888),(14356,'Nova Ves Petrijanec',NULL,888),(14357,'Novi Marof',NULL,888),(14358,'Petrijanec',NULL,888),(14359,'Podevchevo',NULL,888),(14360,'Presechno',NULL,888),(14361,'Remetinec',NULL,888),(14362,'Selnik',NULL,888),(14363,'Shemovec',NULL,888),(14364,'Srachinec',NULL,888),(14365,'Sveti Petar',NULL,888),(14366,'Svibovec Podravski',NULL,888),(14367,'Trnovec',NULL,888),(14368,'Turchin',NULL,888),(14369,'Tuzhno',NULL,888),(14370,'Varazhdin',NULL,888),(14371,'Varazhdin Breg',NULL,888),(14372,'Varazhdinske Toplice',NULL,888),(14373,'Vidovec',NULL,888),(14374,'Vinica',NULL,888),(14375,'Zavrshje Podbelsko',NULL,888),(14376,'Zharovnica',NULL,888),(14377,'Borova',NULL,889),(14378,'Busetina',NULL,889),(14379,'Cabuna',NULL,889),(14380,'Chachinci',NULL,889),(14381,'Gradina',NULL,889),(14382,'Korija',NULL,889),(14383,'Mikleush',NULL,889),(14384,'Milanovac',NULL,889),(14385,'Nova Bukovica',NULL,889),(14386,'Orahovica',NULL,889),(14387,'Pitomacha',NULL,889),(14388,'Podgorje',NULL,889),(14389,'Rezovac',NULL,889),(14390,'Shpishic Bukovica',NULL,889),(14391,'Slatina',NULL,889),(14392,'Suhopolje',NULL,889),(14393,'Turanovac',NULL,889),(14394,'Virovitica',NULL,889),(14395,'Vocin',NULL,889),(14396,'Zdenci',NULL,889),(14397,'Andrijashevci',NULL,890),(14398,'Antin',NULL,890),(14399,'Babina Greda',NULL,890),(14400,'Bapska',NULL,890),(14401,'Bobota',NULL,890),(14402,'Bogdanovci',NULL,890),(14403,'Borovo',NULL,890),(14404,'Boshnjaci',NULL,890),(14405,'Brshadin',NULL,890),(14406,'Ceric',NULL,890),(14407,'Cerna',NULL,890),(14408,'Drenovci',NULL,890),(14409,'Gradishte',NULL,890),(14410,'Gunja',NULL,890),(14411,'Ilacha',NULL,890),(14412,'Ilok',NULL,890),(14413,'Ivankovo',NULL,890),(14414,'Jarmina',NULL,890),(14415,'Komletinci',NULL,890),(14416,'Lipovac',NULL,890),(14417,'Lovas',NULL,890),(14418,'Markushica',NULL,890),(14419,'Mirkovci',NULL,890),(14420,'Negoslavci',NULL,890),(14421,'Nijemci',NULL,890),(14422,'Novi Jankovci',NULL,890),(14423,'Nushtar',NULL,890),(14424,'Otok',NULL,890),(14425,'Petrovci',NULL,890),(14426,'Posavski Podgajci',NULL,890),(14427,'Privlaka',NULL,890),(14428,'Rachinovci',NULL,890),(14429,'Rajevo Selo',NULL,890),(14430,'Retkovci',NULL,890),(14431,'Rokovci',NULL,890),(14432,'Sharengrad',NULL,890),(14433,'Shishkovci',NULL,890),(14434,'Shtitar',NULL,890),(14435,'Slakovci',NULL,890),(14436,'Soljani',NULL,890),(14437,'Sotin',NULL,890),(14438,'Stari Jankovci',NULL,890),(14439,'Stari Mikanovci',NULL,890),(14440,'Tordinci',NULL,890),(14441,'Tovarnik',NULL,890),(14442,'Trpinja',NULL,890),(14443,'Vinkovci',NULL,890),(14444,'Vodhinci',NULL,890),(14445,'Vrbanja',NULL,890),(14446,'Vukovar',NULL,890),(14447,'Zhupanja',NULL,890),(14448,'Benkovac',NULL,891),(14449,'Bibinje',NULL,891),(14450,'Biograd na Moru',NULL,891),(14451,'Debeljak',NULL,891),(14452,'Galovac',NULL,891),(14453,'Gorica',NULL,891),(14454,'Gornji Karin',NULL,891),(14455,'Grachac',NULL,891),(14456,'Jasenice',NULL,891),(14457,'Kali',NULL,891),(14458,'Krushevo',NULL,891),(14459,'Nin',NULL,891),(14460,'Obrovac',NULL,891),(14461,'Pag',NULL,891),(14462,'Pakoshtane',NULL,891),(14463,'Polacha',NULL,891),(14464,'Polichnik',NULL,891),(14465,'Poljica',NULL,891),(14466,'Posedarje',NULL,891),(14467,'Preko',NULL,891),(14468,'Pridraga',NULL,891),(14469,'Privlaka',NULL,891),(14470,'Razhanac',NULL,891),(14471,'Shkabrnja',NULL,891),(14472,'Slivnica',NULL,891),(14473,'Starigrad',NULL,891),(14474,'Sukoshan',NULL,891),(14475,'Sveti Filip i Jakov',NULL,891),(14476,'Turanj',NULL,891),(14477,'Ugljan',NULL,891),(14478,'Vir',NULL,891),(14479,'Vrsi',NULL,891),(14480,'Zadar',NULL,891),(14481,'Zemunik Donji',NULL,891),(14482,'Bestovje',NULL,892),(14483,'Bishkupec Zelinski',NULL,892),(14484,'Brckovljani',NULL,892),(14485,'Brdovec',NULL,892),(14486,'Bregana',NULL,892),(14487,'Brezje',NULL,892),(14488,'Bushevec',NULL,892),(14489,'Celine',NULL,892),(14490,'Domaslovec',NULL,892),(14491,'Donja Bistra',NULL,892),(14492,'Donja Kupchina',NULL,892),(14493,'Donja Lomnica',NULL,892),(14494,'Donja Zdenchina',NULL,892),(14495,'Donji Desinec',NULL,892),(14496,'Donji Stupnik',NULL,892),(14497,'Dubrava',NULL,892),(14498,'Dugo Selo',NULL,892),(14499,'Gornja Bistra',NULL,892),(14500,'Gornji Laduch',NULL,892),(14501,'Gornji Stupnik',NULL,892),(14502,'Grachec',NULL,892),(14503,'Gradici',NULL,892),(14504,'Ivan Bistranski',NULL,892),(14505,'Ivanic-Grad',NULL,892),(14506,'Jablanovec',NULL,892),(14507,'Jakovlje',NULL,892),(14508,'Jastrebarsko',NULL,892),(14509,'Kerestinec',NULL,892),(14510,'Klincha Sela',NULL,892),(14511,'Kloshtar Ivanic',NULL,892),(14512,'Kozinshchak',NULL,892),(14513,'Krizh',NULL,892),(14514,'Kuche',NULL,892),(14515,'Kupinec',NULL,892),(14516,'Lonjica',NULL,892),(14517,'Luka',NULL,892),(14518,'Lukarishce',NULL,892),(14519,'Lukavec',NULL,892),(14520,'Lupoglav',NULL,892),(14521,'Michevec',NULL,892),(14522,'Mraclin',NULL,892),(14523,'Novaki',NULL,892),(14524,'Novo Chiche',NULL,892),(14525,'Novoselec',NULL,892),(14526,'Oborovo Bistranski',NULL,892),(14527,'Oreshje',NULL,892),(14528,'Pojatno',NULL,892),(14529,'Poljanica Bistranska',NULL,892),(14530,'Prigorje Brdovechko',NULL,892),(14531,'Rakitje',NULL,892),(14532,'Rakov Potok',NULL,892),(14533,'Rude',NULL,892),(14534,'Samobor',NULL,892),(14535,'Strmec',NULL,892),(14536,'Sveta Nedelja',NULL,892),(14537,'Sveti Ivan Zelina',NULL,892),(14538,'Turopolje',NULL,892),(14539,'Velika Gorica',NULL,892),(14540,'Velika Mlaka',NULL,892),(14541,'Velika Ostrna',NULL,892),(14542,'Vrbovec',NULL,892),(14543,'Vukovina',NULL,892),(14544,'Zapreshic',NULL,892),(14545,'Zdenci Brdovechki',NULL,892),(14546,'Camaguey',NULL,893),(14547,'Caney',NULL,893),(14548,'Carlos Manuel de Cespedes',NULL,893),(14549,'Esmeralda',NULL,893),(14550,'Florida',NULL,893),(14551,'Guaimaro',NULL,893),(14552,'Minas',NULL,893),(14553,'Nuevitas',NULL,893),(14554,'Santa Cruz del Sur',NULL,893),(14555,'Sibanicu',NULL,893),(14556,'Vertientes',NULL,893),(14557,'Cienfuegos',NULL,895),(14558,'Cruces',NULL,895),(14559,'Cumanayagua',NULL,895),(14560,'Palmira',NULL,895),(14561,'Rodas',NULL,895),(14562,'Bayamo',NULL,897),(14563,'Campechuela',NULL,897),(14564,'Guisa',NULL,897),(14565,'Jiguani',NULL,897),(14566,'Manzanillo',NULL,897),(14567,'Media Luna',NULL,897),(14568,'Niquero',NULL,897),(14569,'Pilon',NULL,897),(14570,'Rio Cauto',NULL,897),(14571,'Yara',NULL,897),(14572,'Baracoa',NULL,898),(14573,'Guantanamo',NULL,898),(14574,'Yateras',NULL,898),(14575,'Havana',NULL,899),(14576,'Antilla',NULL,900),(14577,'Baguanos',NULL,900),(14578,'Banes',NULL,900),(14579,'Cacocum',NULL,900),(14580,'Cauto Cristo',NULL,900),(14581,'Cueto',NULL,900),(14582,'Gibara',NULL,900),(14583,'Holguin',NULL,900),(14584,'Jobabo',NULL,900),(14585,'Moa',NULL,900),(14586,'Sagua de Tanamo',NULL,900),(14587,'Abreus',NULL,904),(14588,'Agramonte',NULL,904),(14589,'Aguacate',NULL,904),(14590,'Aguada de Pasajeros',NULL,904),(14591,'Alacranes',NULL,904),(14592,'Bolondron',NULL,904),(14593,'Calimete',NULL,904),(14594,'Cardenas',NULL,904),(14595,'Carlos Rojas',NULL,904),(14596,'Colon',NULL,904),(14597,'Corralillo',NULL,904),(14598,'Jaguey Grande',NULL,904),(14599,'Jovellanos',NULL,904),(14600,'Juan Gualberto Gomez',NULL,904),(14601,'Los Arabos',NULL,904),(14602,'Manguito',NULL,904),(14603,'Marti',NULL,904),(14604,'Matanzas',NULL,904),(14605,'Maximo Gomez',NULL,904),(14606,'Pedro Betancourt',NULL,904),(14607,'Perico',NULL,904),(14608,'Union de Reyes',NULL,904),(14609,'Varadero',NULL,904),(14610,'Limassol',NULL,910),(14611,'Paphos',NULL,912),(14612,'Frycovice',NULL,915),(14613,'Bechyne',NULL,917),(14614,'Blatna',NULL,917),(14615,'Cheske Budejovice',NULL,917),(14616,'Chesky Krumlov',NULL,917),(14617,'Dachice',NULL,917),(14618,'Jindrichuv Hradec',NULL,917),(14619,'Kaplice',NULL,917),(14620,'Milevsko',NULL,917),(14621,'Pisek',NULL,917),(14622,'Prachatice',NULL,917),(14623,'Protivin',NULL,917),(14624,'Sezimovo Usti',NULL,917),(14625,'Sobeslav',NULL,917),(14626,'Strakonice',NULL,917),(14627,'Tabor',NULL,917),(14628,'Trebon',NULL,917),(14629,'Tyn nad Vltavou',NULL,917),(14630,'Veseli nad Luzhnici',NULL,917),(14631,'Vimperk',NULL,917),(14632,'Vodnany',NULL,917),(14633,'Adamov',NULL,918),(14634,'Blansko',NULL,918),(14635,'Boskovice',NULL,918),(14636,'Breclav',NULL,918),(14637,'Brno',NULL,918),(14638,'Buchovice',NULL,918),(14639,'Dubnany',NULL,918),(14640,'Hodonin',NULL,918),(14641,'Hrusky',NULL,918),(14642,'Hustopeche',NULL,918),(14643,'Ivanchice',NULL,918),(14644,'Kurim',NULL,918),(14645,'Kyjov',NULL,918),(14646,'Letovice',NULL,918),(14647,'Mikulov',NULL,918),(14648,'Moravsky Krumlov',NULL,918),(14649,'Namesht\' nad Oslavou',NULL,918),(14650,'Rosice',NULL,918),(14651,'Shlapanice',NULL,918),(14652,'Slavkov u Brna',NULL,918),(14653,'Tishnov',NULL,918),(14654,'Vyshkov',NULL,918),(14655,'Znojmo',NULL,918),(14656,'Ash',NULL,919),(14657,'Bozicany',NULL,919),(14658,'Cheb',NULL,919),(14659,'Chodov',NULL,919),(14660,'Frantishkovy Lazne',NULL,919),(14661,'Horni Slavkov',NULL,919),(14662,'Karlovy Vary',NULL,919),(14663,'Kraslice',NULL,919),(14664,'Kynshperk nad Ohri',NULL,919),(14665,'Marianske Lazne',NULL,919),(14666,'Nejdek',NULL,919),(14667,'Ostrov',NULL,919),(14668,'Sokolov',NULL,919),(14669,'Klecany',NULL,920),(14670,'Broumov',NULL,921),(14671,'Cherveny Kostelec',NULL,921),(14672,'Cheska Skalice',NULL,921),(14673,'Chlumec nad Cidlinou',NULL,921),(14674,'Dobrushka',NULL,921),(14675,'Dvur Kralove',NULL,921),(14676,'Habartov',NULL,921),(14677,'Holice',NULL,921),(14678,'Horice',NULL,921),(14679,'Hostinne',NULL,921),(14680,'Hradec Kralove',NULL,921),(14681,'Hronov',NULL,921),(14682,'Jaromer',NULL,921),(14683,'Jichin',NULL,921),(14684,'Kostelec nad Orlici',NULL,921),(14685,'Nachod',NULL,921),(14686,'Nova Paka',NULL,921),(14687,'Nove Mesto nad Metuji',NULL,921),(14688,'Novy Bydzhov',NULL,921),(14689,'Rychnov nad Knezhnou',NULL,921),(14690,'Trebechovice pod Orebem',NULL,921),(14691,'Trutnov',NULL,921),(14692,'Tynishte nad Orlici',NULL,921),(14693,'Upice',NULL,921),(14694,'Vrchlabi',NULL,921),(14695,'Ceska Lipa',NULL,922),(14696,'Cheska Kamenice',NULL,922),(14697,'Cheska Lipa',NULL,922),(14698,'Chrastava',NULL,922),(14699,'Doksy',NULL,922),(14700,'Frydlant',NULL,922),(14701,'Hradek',NULL,922),(14702,'Jablonec',NULL,922),(14703,'Jilemnice',NULL,922),(14704,'Liberec',NULL,922),(14705,'Lomnice nad Popelkou',NULL,922),(14706,'Mimon',NULL,922),(14707,'Novy Bor',NULL,922),(14708,'Semily',NULL,922),(14709,'Tanvald',NULL,922),(14710,'Turnov',NULL,922),(14711,'Zhelezny Brod',NULL,922),(14712,'Lipov',NULL,923),(14713,'Bilovec',NULL,924),(14714,'Bohumin',NULL,924),(14715,'Bruntal',NULL,924),(14716,'Chesky Teshin',NULL,924),(14717,'Frenshtat',NULL,924),(14718,'Frydek-Mistek',NULL,924),(14719,'Frydlant nad Ostravici',NULL,924),(14720,'Fulnek',NULL,924),(14721,'Havirov',NULL,924),(14722,'Hluchin',NULL,924),(14723,'Hradec nad Moravice',NULL,924),(14724,'Jablunkov',NULL,924),(14725,'Karvina',NULL,924),(14726,'Koprivnice',NULL,924),(14727,'Kravare',NULL,924),(14728,'Krnov',NULL,924),(14729,'Novy Jichin',NULL,924),(14730,'Odry',NULL,924),(14731,'Opava',NULL,924),(14732,'Orlova',NULL,924),(14733,'Ostrava',NULL,924),(14734,'Petrvald',NULL,924),(14735,'Pribor',NULL,924),(14736,'Rychvald',NULL,924),(14737,'Rymarov',NULL,924),(14738,'Shenov',NULL,924),(14739,'Studenka',NULL,924),(14740,'Trinec',NULL,924),(14741,'Vitkov',NULL,924),(14742,'Vratimov',NULL,924),(14743,'Vrbno pod Pradedem',NULL,924),(14744,'Hranice',NULL,925),(14745,'Jesenik',NULL,925),(14746,'Kojetin',NULL,925),(14747,'Lipnik nad Becvou',NULL,925),(14748,'Litovel',NULL,925),(14749,'Mohelnice',NULL,925),(14750,'Olomouc',NULL,925),(14751,'Prerov',NULL,925),(14752,'Prostejov',NULL,925),(14753,'Shternberk',NULL,925),(14754,'Shumperk',NULL,925),(14755,'Unichov',NULL,925),(14756,'Zabreh',NULL,925),(14757,'Hranice',NULL,926),(14758,'Jesenik',NULL,926),(14759,'Kojetin',NULL,926),(14760,'Lipnik nad Becvou',NULL,926),(14761,'Litovel',NULL,926),(14762,'Mohelnice',NULL,926),(14763,'Olomouc',NULL,926),(14764,'Prerov',NULL,926),(14765,'Prostejov',NULL,926),(14766,'Shternberk',NULL,926),(14767,'Shumperk',NULL,926),(14768,'Unichov',NULL,926),(14769,'Zabreh',NULL,926),(14770,'Cheska Trebova',NULL,927),(14771,'Chocen',NULL,927),(14772,'Chrudim',NULL,927),(14773,'Chvaletice',NULL,927),(14774,'Hermanuv Mestec',NULL,927),(14775,'Hlinsko',NULL,927),(14776,'Lanshkroun',NULL,927),(14777,'Letohrad',NULL,927),(14778,'Litomyshl',NULL,927),(14779,'Moravska Trebova',NULL,927),(14780,'Pardubice',NULL,927),(14781,'Polichka',NULL,927),(14782,'Policka',NULL,927),(14783,'Prelouch',NULL,927),(14784,'Skutech',NULL,927),(14785,'Svitavy',NULL,927),(14786,'Usti nad Orlici',NULL,927),(14787,'Vysoke Myto',NULL,927),(14788,'Zhamberk',NULL,927),(14789,'Dobrany',NULL,928),(14790,'Domazhlice',NULL,928),(14791,'Horazhd\'ovice',NULL,928),(14792,'Horshovky Tyn',NULL,928),(14793,'Kdyne',NULL,928),(14794,'Klatovy',NULL,928),(14795,'Nyrany',NULL,928),(14796,'Nyrsko',NULL,928),(14797,'Plana',NULL,928),(14798,'Plzen',NULL,928),(14799,'Preshtice',NULL,928),(14800,'Radnice',NULL,928),(14801,'Rokycany',NULL,928),(14802,'Stribro',NULL,928),(14803,'Sushice',NULL,928),(14804,'Tachov',NULL,928),(14805,'Prague',NULL,929),(14806,'Praha',NULL,929),(14807,'Rajhrad',NULL,930),(14808,'Smirice',NULL,931),(14809,'Benatky nad Jizerou',NULL,934),(14810,'Beneshov',NULL,934),(14811,'Beroun',NULL,934),(14812,'Brandys nad Labem-Stara Bolesl',NULL,934),(14813,'Chaslav',NULL,934),(14814,'Chavaletice',NULL,934),(14815,'Chelakovice',NULL,934),(14816,'Chesky Brod',NULL,934),(14817,'Dobrish',NULL,934),(14818,'Horovice',NULL,934),(14819,'Kladno',NULL,934),(14820,'Kolin',NULL,934),(14821,'Kralupy nad Vltavou',NULL,934),(14822,'Kutna Hora',NULL,934),(14823,'Lysa nad Labem',NULL,934),(14824,'Melnik',NULL,934),(14825,'Mlada Boleslav',NULL,934),(14826,'Mnichovo Hradishte',NULL,934),(14827,'Neratovice',NULL,934),(14828,'Nove Strasheci',NULL,934),(14829,'Nymburk',NULL,934),(14830,'Podebrady',NULL,934),(14831,'Pribram',NULL,934),(14832,'Rakovnik',NULL,934),(14833,'Richany',NULL,934),(14834,'Rousinov',NULL,934),(14835,'Roztoky',NULL,934),(14836,'Sedlcany',NULL,934),(14837,'Slany',NULL,934),(14838,'Stochov',NULL,934),(14839,'Vlashim',NULL,934),(14840,'Zruch nad Sazavou',NULL,934),(14841,'Unicov',NULL,935),(14842,'Bilina',NULL,936),(14843,'Chomutov',NULL,936),(14844,'Dechin',NULL,936),(14845,'Dubi',NULL,936),(14846,'Duchcov',NULL,936),(14847,'Jilove',NULL,936),(14848,'Jirkov',NULL,936),(14849,'Kadan',NULL,936),(14850,'Klasterec nad Ohri',NULL,936),(14851,'Krupka',NULL,936),(14852,'Litomerice',NULL,936),(14853,'Litvinov',NULL,936),(14854,'Louny',NULL,936),(14855,'Lovosice',NULL,936),(14856,'Mezibori',NULL,936),(14857,'Most',NULL,936),(14858,'Osek',NULL,936),(14859,'Podborany',NULL,936),(14860,'Roudnice',NULL,936),(14861,'Rumburk',NULL,936),(14862,'Shluknov',NULL,936),(14863,'Shteti',NULL,936),(14864,'Teplice',NULL,936),(14865,'Usti',NULL,936),(14866,'Varnsdorf',NULL,936),(14867,'Zatec',NULL,936),(14868,'Valletta',NULL,937),(14869,'Velesin',NULL,938),(14870,'Bystrice nad Pernshtejnem',NULL,939),(14871,'Chotebor',NULL,939),(14872,'Havlichkuv Brod',NULL,939),(14873,'Humpolec',NULL,939),(14874,'Jihlava',NULL,939),(14875,'Ledech',NULL,939),(14876,'Moravske Budejovice',NULL,939),(14877,'Nove Mesto na Morave',NULL,939),(14878,'Okrisky',NULL,939),(14879,'Pacov',NULL,939),(14880,'Pelhrimov',NULL,939),(14881,'Polna',NULL,939),(14882,'Svetla nad Sazavou',NULL,939),(14883,'Telch',NULL,939),(14884,'Trebich',NULL,939),(14885,'Tresht\'',NULL,939),(14886,'Velke Mezirichi',NULL,939),(14887,'Zhd\'ar',NULL,939),(14888,'Brumov',NULL,940),(14889,'Bystrice pod Hostynem',NULL,940),(14890,'Chropyne',NULL,940),(14891,'Holeshov',NULL,940),(14892,'Hulin',NULL,940),(14893,'Kromerizh',NULL,940),(14894,'Kunovice',NULL,940),(14895,'Napajedla',NULL,940),(14896,'Otrokovice',NULL,940),(14897,'Rozhnov',NULL,940),(14898,'Roznov pod Radhostem',NULL,940),(14899,'Slavicin',NULL,940),(14900,'Slusovice',NULL,940),(14901,'Stare Mesto',NULL,940),(14902,'Strazhnice',NULL,940),(14903,'Uherske Hradishte',NULL,940),(14904,'Uhersky Brod',NULL,940),(14905,'Valashske Klobouky',NULL,940),(14906,'Valashske Mezirichi',NULL,940),(14907,'Veseli nad Moravou',NULL,940),(14908,'Vsetin',NULL,940),(14909,'Zborovice',NULL,940),(14910,'Zlin',NULL,940),(14911,'Aarhus',NULL,941),(14912,'Allingabro',NULL,941),(14913,'Arhus',NULL,941),(14914,'Assentoft',NULL,941),(14915,'Auning',NULL,941),(14916,'Beder',NULL,941),(14917,'Brabrand',NULL,941),(14918,'Ebeltoft',NULL,941),(14919,'Framlev',NULL,941),(14920,'Galten',NULL,941),(14921,'Grenaa',NULL,941),(14922,'Hadsten',NULL,941),(14923,'Hammel',NULL,941),(14924,'Hinnerup',NULL,941),(14925,'Hjortshoj',NULL,941),(14926,'Horning',NULL,941),(14927,'Hornslet',NULL,941),(14928,'Kolt',NULL,941),(14929,'Langa',NULL,941),(14930,'Logten',NULL,941),(14931,'Lystrup',NULL,941),(14932,'Malling',NULL,941),(14933,'Mariager',NULL,941),(14934,'Marslet',NULL,941),(14935,'Odder',NULL,941),(14936,'Randers',NULL,941),(14937,'Risskov',NULL,941),(14938,'Ronde',NULL,941),(14939,'Ry',NULL,941),(14940,'Ryomgard',NULL,941),(14941,'Sabro',NULL,941),(14942,'Silkeborg',NULL,941),(14943,'Skanderborg',NULL,941),(14944,'Skovby',NULL,941),(14945,'Soften',NULL,941),(14946,'Solbjerg',NULL,941),(14947,'Spentrup',NULL,941),(14948,'Stavtrup',NULL,941),(14949,'Stilling',NULL,941),(14950,'Svejbak',NULL,941),(14951,'Tranbjerg',NULL,941),(14952,'Trige',NULL,941),(14953,'Virklund',NULL,941),(14954,'Aakirkeby',NULL,942),(14955,'Allinge-Sandvig',NULL,942),(14956,'Nexo',NULL,942),(14957,'Ronne',NULL,942),(14958,'Allerod',NULL,943),(14959,'Birkerod',NULL,943),(14960,'Blovstrod',NULL,943),(14961,'Espergarde',NULL,943),(14962,'Farum',NULL,943),(14963,'Fredensborg',NULL,943),(14964,'Frederikssund',NULL,943),(14965,'Frederiksvark',NULL,943),(14966,'Ganlose',NULL,943),(14967,'Gilleleje',NULL,943),(14968,'Grasted',NULL,943),(14969,'Hellebak',NULL,943),(14970,'Helsinge',NULL,943),(14971,'Helsingor',NULL,943),(14972,'Hillerod',NULL,943),(14973,'Hornbak',NULL,943),(14974,'Horsholm',NULL,943),(14975,'Humlebak',NULL,943),(14976,'Hundested',NULL,943),(14977,'Jagerspris',NULL,943),(14978,'Kvistgaard',NULL,943),(14979,'Lillerod',NULL,943),(14980,'Liseleje',NULL,943),(14981,'Lynge',NULL,943),(14982,'Niva',NULL,943),(14983,'Nodebo',NULL,943),(14984,'Olstykke',NULL,943),(14985,'Skibby',NULL,943),(14986,'Slangerup',NULL,943),(14987,'Stavnsholt',NULL,943),(14988,'Stenlose',NULL,943),(14989,'Valby',NULL,943),(14990,'Vekso',NULL,943),(14991,'Aarup',NULL,944),(14992,'Arslev',NULL,944),(14993,'Assens',NULL,944),(14994,'Bellinge',NULL,944),(14995,'Blommenslyst',NULL,944),(14996,'Bogense',NULL,944),(14997,'Brenderup',NULL,944),(14998,'Broby',NULL,944),(14999,'Bullerup',NULL,944),(15000,'Ejby',NULL,944),(15001,'Faaborg',NULL,944),(15002,'Glamsbjerg',NULL,944),(15003,'Haarby',NULL,944),(15004,'Hojby',NULL,944),(15005,'Kerteminde',NULL,944),(15006,'Langeskov',NULL,944),(15007,'Marstal',NULL,944),(15008,'Middelfart',NULL,944),(15009,'Munkebo',NULL,944),(15010,'Neder Holluf',NULL,944),(15011,'Norre Aaby',NULL,944),(15012,'Nyborg',NULL,944),(15013,'Odense',NULL,944),(15014,'Otterup',NULL,944),(15015,'Ringe',NULL,944),(15016,'Rudkobing',NULL,944),(15017,'Sankt Klemens',NULL,944),(15018,'Seden',NULL,944),(15019,'Sonderso',NULL,944),(15020,'Stige',NULL,944),(15021,'Strib',NULL,944),(15022,'Svendborg',NULL,944),(15023,'Thuro',NULL,944),(15024,'Tommerup',NULL,944),(15025,'Ullerslev',NULL,944),(15026,'Vindeby',NULL,944),(15027,'Vissenbjerg',NULL,944),(15028,'Ballerup',NULL,945),(15029,'Brondby',NULL,945),(15030,'Stenlose',NULL,945),(15031,'Vallensbaek',NULL,945),(15032,'Dragor',NULL,946),(15033,'Flong',NULL,946),(15034,'Gentofte',NULL,946),(15035,'Glostrup',NULL,946),(15036,'Herlev',NULL,946),(15037,'Hvidovre',NULL,946),(15038,'Ishoj',NULL,946),(15039,'Kastrup',NULL,946),(15040,'Lyngby',NULL,946),(15041,'Malov',NULL,946),(15042,'Smorumnedre',NULL,946),(15043,'Taastrup',NULL,946),(15044,'Trorod',NULL,946),(15045,'Vanlose',NULL,946),(15046,'Varlose',NULL,946),(15047,'Aabybro',NULL,949),(15048,'Aalborg',NULL,949),(15049,'Aars',NULL,949),(15050,'Arden',NULL,949),(15051,'Bindslev',NULL,949),(15052,'Bronderslev',NULL,949),(15053,'Brovst',NULL,949),(15054,'Dronninglund',NULL,949),(15055,'Farso',NULL,949),(15056,'Fjerritslev',NULL,949),(15057,'Frederikshavn',NULL,949),(15058,'Frejlev',NULL,949),(15059,'Gistrup',NULL,949),(15060,'Gorlose',NULL,949),(15061,'Hadsund',NULL,949),(15062,'Hals',NULL,949),(15063,'Hirtshals',NULL,949),(15064,'Hjallerup',NULL,949),(15065,'Hjorring',NULL,949),(15066,'Hobro',NULL,949),(15067,'Kas',NULL,949),(15068,'Klarup',NULL,949),(15069,'Logstor',NULL,949),(15070,'Nibe',NULL,949),(15071,'Norresundby',NULL,949),(15072,'Nørresundby',NULL,949),(15073,'Pandrup',NULL,949),(15074,'Saby',NULL,949),(15075,'Sindal',NULL,949),(15076,'Skagen',NULL,949),(15077,'Skorping',NULL,949),(15078,'Storvorde',NULL,949),(15079,'Stovring',NULL,949),(15080,'Strandby',NULL,949),(15081,'Sulsted',NULL,949),(15082,'Svenstrup',NULL,949),(15083,'Tars',NULL,949),(15084,'Tranekaer',NULL,949),(15085,'Vadum',NULL,949),(15086,'Vestbjerg',NULL,949),(15087,'Vester Hassing',NULL,949),(15088,'Vodskov',NULL,949),(15089,'Vra',NULL,949),(15090,'Ansager',NULL,950),(15091,'Billund',NULL,950),(15092,'Bramming',NULL,950),(15093,'Brorup',NULL,950),(15094,'Esbjerg',NULL,950),(15095,'Grindsted',NULL,950),(15096,'Holsted',NULL,950),(15097,'Nordby',NULL,950),(15098,'Oksbol',NULL,950),(15099,'Olgod',NULL,950),(15100,'Ribe',NULL,950),(15101,'Tjareborg',NULL,950),(15102,'Varde',NULL,950),(15103,'Vejen',NULL,950),(15104,'Vorbasse',NULL,950),(15105,'Aulum',NULL,951),(15106,'Bording',NULL,951),(15107,'Brande',NULL,951),(15108,'Gjellerup Kirkeby',NULL,951),(15109,'Hammerum',NULL,951),(15110,'Harboore',NULL,951),(15111,'Herning',NULL,951),(15112,'Holstebro',NULL,951),(15113,'Hvide Sande',NULL,951),(15114,'Ikast',NULL,951),(15115,'Kibak',NULL,951),(15116,'Lemvig',NULL,951),(15117,'Lind',NULL,951),(15118,'Ringkobing',NULL,951),(15119,'Skaerbaek',NULL,951),(15120,'Skjern',NULL,951),(15121,'Snejbjerg',NULL,951),(15122,'Struer',NULL,951),(15123,'Sunds',NULL,951),(15124,'Tarm',NULL,951),(15125,'Thyboron',NULL,951),(15126,'Ulfborg',NULL,951),(15127,'Videbak',NULL,951),(15128,'Vildbjerg',NULL,951),(15129,'Vinderup',NULL,951),(15130,'Roervig',NULL,952),(15131,'Bjaverskov',NULL,953),(15132,'Borup',NULL,953),(15133,'Ejby',NULL,953),(15134,'Greve Strand',NULL,953),(15135,'Gundsomagle',NULL,953),(15136,'Harlev',NULL,953),(15137,'Havdrup',NULL,953),(15138,'Hvalso',NULL,953),(15139,'Jyllinge',NULL,953),(15140,'Koge',NULL,953),(15141,'Lejre',NULL,953),(15142,'Osted',NULL,953),(15143,'Roskilde',NULL,953),(15144,'Solrod',NULL,953),(15145,'Stroby Egede',NULL,953),(15146,'Svogerslev',NULL,953),(15147,'Tune',NULL,953),(15148,'Viby',NULL,953),(15149,'Vindinge',NULL,953),(15150,'Glyngore',NULL,954),(15151,'Karise',NULL,955),(15152,'Naestved',NULL,955),(15153,'Soeborg',NULL,956),(15154,'Aabenraa',NULL,957),(15155,'Aarsleve',NULL,957),(15156,'Augustenborg',NULL,957),(15157,'Broager',NULL,957),(15158,'Christiansfeld',NULL,957),(15159,'Dybbol',NULL,957),(15160,'Gram',NULL,957),(15161,'Grasten',NULL,957),(15162,'Guderup',NULL,957),(15163,'Haderslev',NULL,957),(15164,'Horuphav',NULL,957),(15165,'Krusa',NULL,957),(15166,'Logumkloster',NULL,957),(15167,'Lojt Kirkeby',NULL,957),(15168,'Nordborg',NULL,957),(15169,'Padborg',NULL,957),(15170,'Rodding',NULL,957),(15171,'Rodekro',NULL,957),(15172,'Skarbak',NULL,957),(15173,'Sonderborg',NULL,957),(15174,'Starup',NULL,957),(15175,'Tinglev',NULL,957),(15176,'Toftlund',NULL,957),(15177,'Tonder',NULL,957),(15178,'Vojens',NULL,957),(15179,'Fakse',NULL,958),(15180,'Fakse Ladeplads',NULL,958),(15181,'Fensmark',NULL,958),(15182,'Holeby',NULL,958),(15183,'Maribo',NULL,958),(15184,'Nakskov',NULL,958),(15185,'Nastved',NULL,958),(15186,'Neder Vindinge',NULL,958),(15187,'Norre Alslev',NULL,958),(15188,'Nykobing',NULL,958),(15189,'Nyrad',NULL,958),(15190,'Orslev',NULL,958),(15191,'Prasto',NULL,958),(15192,'Rodby',NULL,958),(15193,'Rodbyhavn',NULL,958),(15194,'Ronnede',NULL,958),(15195,'Sakskobing',NULL,958),(15196,'Stege',NULL,958),(15197,'Store Heddinge',NULL,958),(15198,'Stubbekobing',NULL,958),(15199,'Sundby',NULL,958),(15200,'Vordingborg',NULL,958),(15201,'Bylderup-Bov',NULL,959),(15202,'Fovling',NULL,959),(15203,'Toelloese',NULL,960),(15204,'Borkop',NULL,961),(15205,'Bradstrup',NULL,961),(15206,'Brejning',NULL,961),(15207,'Egtved',NULL,961),(15208,'Fredericia',NULL,961),(15209,'Give',NULL,961),(15210,'Hedensted',NULL,961),(15211,'Horsens',NULL,961),(15212,'Jelling',NULL,961),(15213,'Juelsminde',NULL,961),(15214,'Kolding',NULL,961),(15215,'Lunderskov',NULL,961),(15216,'Snoghoj',NULL,961),(15217,'Sonder Bjert',NULL,961),(15218,'Taulov',NULL,961),(15219,'Torring',NULL,961),(15220,'Vamdrup',NULL,961),(15221,'Vejle',NULL,961),(15222,'Asnas',NULL,962),(15223,'Dianalund',NULL,962),(15224,'Forlev',NULL,962),(15225,'Frederiksberg',NULL,962),(15226,'Fuglebjerg',NULL,962),(15227,'Gorlev',NULL,962),(15228,'Haslev',NULL,962),(15229,'Holbaek',NULL,962),(15230,'Hong',NULL,962),(15231,'Horve',NULL,962),(15232,'Jyderup',NULL,962),(15233,'Kalundborg',NULL,962),(15234,'Korsor',NULL,962),(15235,'Nykobing',NULL,962),(15236,'Ringsted',NULL,962),(15237,'Skalskor',NULL,962),(15238,'Slagelse',NULL,962),(15239,'Soro',NULL,962),(15240,'Svebolle',NULL,962),(15241,'Svinninge',NULL,962),(15242,'Tollose',NULL,962),(15243,'Vipperod',NULL,962),(15244,'Aalestrup',NULL,963),(15245,'Bjerringbro',NULL,963),(15246,'Hanstholm',NULL,963),(15247,'Hojslev',NULL,963),(15248,'Hurup',NULL,963),(15249,'Karup',NULL,963),(15250,'Kjellerup',NULL,963),(15251,'Nykobing',NULL,963),(15252,'Skive',NULL,963),(15253,'Stoholm',NULL,963),(15254,'Thisted',NULL,963),(15255,'Ulstrup',NULL,963),(15256,'Viborg',NULL,963),(15257,'Dikhil',NULL,965),(15258,'Jibuti',NULL,966),(15259,'Tajurah',NULL,967),(15260,'Ubuk',NULL,968),(15261,'Azua',NULL,979),(15262,'Sabana Yegua',NULL,979),(15263,'Neyba',NULL,980),(15264,'Tamayo',NULL,980),(15265,'Barahona',NULL,981),(15266,'Cabral',NULL,981),(15267,'El Penon',NULL,981),(15268,'Dajabon',NULL,982),(15269,'Las Guaranas',NULL,984),(15270,'Pimentel',NULL,984),(15271,'San Francisco de Macoris',NULL,984),(15272,'Moca',NULL,987),(15273,'Duverge',NULL,989),(15274,'Jimani',NULL,989),(15275,'Pedernales',NULL,997),(15276,'Bani',NULL,998),(15277,'Ocoa',NULL,998),(15278,'Salcedo',NULL,1000),(15279,'Samana',NULL,1001),(15280,'Sanchez',NULL,1001),(15281,'Santiago',NULL,1006),(15282,'Tamboril',NULL,1006),(15283,'Villa Bisono',NULL,1006),(15284,'Santiago',NULL,1007),(15285,'Tamboril',NULL,1007),(15286,'Villa Bisono',NULL,1007),(15287,'Esperanza',NULL,1008),(15288,'Mao',NULL,1008),(15289,'Aileu',NULL,1009),(15290,'Ainaro',NULL,1010),(15291,'Pante Macassar',NULL,1011),(15292,'Baucau',NULL,1012),(15293,'Auba',NULL,1013),(15294,'Lolotoi',NULL,1013),(15295,'Maliana',NULL,1013),(15296,'Dare',NULL,1015),(15297,'Dili',NULL,1015),(15298,'Metinaro',NULL,1015),(15299,'Ermera',NULL,1016),(15300,'Lautem',NULL,1017),(15301,'Los Palos',NULL,1017),(15302,'Bazartete',NULL,1018),(15303,'Liquica',NULL,1018),(15304,'Manatuto',NULL,1019),(15305,'Same',NULL,1020),(15306,'Viqueque',NULL,1021),(15307,'Cuenca',NULL,1022),(15308,'Gualaceo',NULL,1022),(15309,'Guaranda',NULL,1023),(15310,'San Miguel',NULL,1023),(15311,'Azogues',NULL,1024),(15312,'Canar',NULL,1024),(15313,'La Troncal',NULL,1024),(15314,'El Angel',NULL,1025),(15315,'San Gabriel',NULL,1025),(15316,'Tulcan',NULL,1025),(15317,'Alausi',NULL,1026),(15318,'Guano',NULL,1026),(15319,'Riobamba',NULL,1026),(15320,'La Mana',NULL,1027),(15321,'Latacunga',NULL,1027),(15322,'Pujili',NULL,1027),(15323,'San Miguel',NULL,1027),(15324,'Saquisili',NULL,1027),(15325,'Esmeraldas',NULL,1029),(15326,'Muisne',NULL,1029),(15327,'Rosa Zarate',NULL,1029),(15328,'San Lorenzo',NULL,1029),(15329,'Valdez',NULL,1029),(15330,'Puerto Ayora',NULL,1030),(15331,'Puerto Baquerizo Moreno',NULL,1030),(15332,'San Cristobal',NULL,1030),(15333,'Alfredo Baquerizo Moreno',NULL,1031),(15334,'Balao',NULL,1031),(15335,'Balzar',NULL,1031),(15336,'Colimes',NULL,1031),(15337,'Coronel Mariduena',NULL,1031),(15338,'Daule',NULL,1031),(15339,'El Salitre',NULL,1031),(15340,'El Triunfo',NULL,1031),(15341,'Eloy Alfaro',NULL,1031),(15342,'Guayaquil',NULL,1031),(15343,'La Libertad',NULL,1031),(15344,'Lomas de Sargentillo',NULL,1031),(15345,'Mapasingue',NULL,1031),(15346,'Milagro',NULL,1031),(15347,'Naranjal',NULL,1031),(15348,'Naranjito',NULL,1031),(15349,'Palestina',NULL,1031),(15350,'Pedro Carbo',NULL,1031),(15351,'Playas',NULL,1031),(15352,'Salinas',NULL,1031),(15353,'Samborondon',NULL,1031),(15354,'Santa Elena',NULL,1031),(15355,'Santa Lucia',NULL,1031),(15356,'Velasco Ibarra',NULL,1031),(15357,'Yaguachi',NULL,1031),(15358,'Atuntaqui',NULL,1032),(15359,'Cotacachi',NULL,1032),(15360,'Ibarra',NULL,1032),(15361,'Otavalo',NULL,1032),(15362,'Pimampiro',NULL,1032),(15363,'Alamor',NULL,1033),(15364,'Cariamanga',NULL,1033),(15365,'Catacocha',NULL,1033),(15366,'Catamayo',NULL,1033),(15367,'Celica',NULL,1033),(15368,'Loja',NULL,1033),(15369,'Macara',NULL,1033),(15370,'Bahia de Caraquez',NULL,1035),(15371,'Calceta',NULL,1035),(15372,'Chone',NULL,1035),(15373,'El Carmen',NULL,1035),(15374,'Jipijapa',NULL,1035),(15375,'Junin',NULL,1035),(15376,'Manta',NULL,1035),(15377,'Montecristi',NULL,1035),(15378,'Pajan',NULL,1035),(15379,'Pedernales',NULL,1035),(15380,'Portoviejo',NULL,1035),(15381,'Rocafuerte',NULL,1035),(15382,'Santa Ana',NULL,1035),(15383,'Sucre',NULL,1035),(15384,'Tosagua',NULL,1035),(15385,'Archidona',NULL,1037),(15386,'Tena',NULL,1037),(15387,'Orellana',NULL,1038),(15388,'Puyo',NULL,1039),(15389,'Cayambe',NULL,1040),(15390,'Machachi',NULL,1040),(15391,'Quito',NULL,1040),(15392,'Sangolqui',NULL,1040),(15393,'Santo Domingo',NULL,1040),(15394,'Nueva Loja',NULL,1041),(15395,'Shushufindi',NULL,1041),(15396,'Ambato',NULL,1042),(15397,'Banos',NULL,1042),(15398,'Pelileo',NULL,1042),(15399,'Pillaro',NULL,1042),(15400,'Aswan',NULL,1044),(15401,'Daraw',NULL,1044),(15402,'Kawm Umbu',NULL,1044),(15403,'an-Nasir',NULL,1044),(15404,'Abnub',NULL,1045),(15405,'Abu Tij',NULL,1045),(15406,'Asyut',NULL,1045),(15407,'Bani Muhammadiyat',NULL,1045),(15408,'Dayrut',NULL,1045),(15409,'Dayrut-ash-Sharif',NULL,1045),(15410,'Manfalut',NULL,1045),(15411,'Musha',NULL,1045),(15412,'Sahil Salim',NULL,1045),(15413,'Sanabu',NULL,1045),(15414,'Umm-al-Qusur',NULL,1045),(15415,'al-Badari',NULL,1045),(15416,'al-Qusiyah',NULL,1045),(15417,'an-Nukhaylah',NULL,1045),(15418,'6th of October City',NULL,1048),(15419,'Ataba',NULL,1048),(15420,'Cairo',NULL,1048),(15421,'Nasr',NULL,1048),(15422,'Nasr City',NULL,1048),(15423,'Obour City',NULL,1048),(15424,'\'Izbat-al-Burj',NULL,1049),(15425,'Damietta',NULL,1049),(15426,'Dumyat',NULL,1049),(15427,'El-Zarka',NULL,1049),(15428,'Faraskur',NULL,1049),(15429,'Kafr Sa\'d',NULL,1049),(15430,'Kafr-al-Battikh',NULL,1049),(15431,'az-Zarqa',NULL,1049),(15432,'Biyala',NULL,1050),(15433,'Disuq',NULL,1050),(15434,'Fuwah',NULL,1050),(15435,'Kafr-al-Jara\'idah',NULL,1050),(15436,'Kafr-ash-Shaykh',NULL,1050),(15437,'Mutubis',NULL,1050),(15438,'Qallin',NULL,1050),(15439,'Sidi Salim',NULL,1050),(15440,'al-Burj',NULL,1050),(15441,'al-Burullus',NULL,1050),(15442,'al-Haddadi',NULL,1050),(15443,'al-Hamul',NULL,1050),(15444,'Marsa Matruh',NULL,1051),(15445,'Nasr',NULL,1051),(15446,'Sidi Barrani',NULL,1051),(15447,'Zawiyat Shammas',NULL,1051),(15448,'ad-Da\'ba',NULL,1051),(15449,'Armant',NULL,1057),(15450,'Asfun-al-Mata\'inah',NULL,1057),(15451,'Dandarah',NULL,1057),(15452,'Dishna',NULL,1057),(15453,'Farshut',NULL,1057),(15454,'Hijazah',NULL,1057),(15455,'Hiw',NULL,1057),(15456,'Idfu',NULL,1057),(15457,'Isna',NULL,1057),(15458,'Kiman-al-Mata\'inah',NULL,1057),(15459,'Naj\' Hammadi',NULL,1057),(15460,'Naqadah',NULL,1057),(15461,'Qift',NULL,1057),(15462,'Qina',NULL,1057),(15463,'Qus',NULL,1057),(15464,'ad-Dabbiyah',NULL,1057),(15465,'ad-Dayr',NULL,1057),(15466,'al-Ballas',NULL,1057),(15467,'al-Karnak',NULL,1057),(15468,'al-Waqf',NULL,1057),(15469,'ar-Radisiyat-al-Bahriyah',NULL,1057),(15470,'Akhmim',NULL,1058),(15471,'Awlad Tawq Sharq',NULL,1058),(15472,'Dar-as-Salam',NULL,1058),(15473,'Jirja',NULL,1058),(15474,'Juhaynah',NULL,1058),(15475,'Sawhaj',NULL,1058),(15476,'Tahta',NULL,1058),(15477,'Tima',NULL,1058),(15478,'al-Balyana',NULL,1058),(15479,'al-Manshah',NULL,1058),(15480,'al-Maragah',NULL,1058),(15481,'Aja',NULL,1061),(15482,'Bahut',NULL,1061),(15483,'Bilqas',NULL,1061),(15484,'Dikirnis',NULL,1061),(15485,'Minyat-an-Nasr',NULL,1061),(15486,'Mit Gamr',NULL,1061),(15487,'Shirbin',NULL,1061),(15488,'Talkha',NULL,1061),(15489,'al-Jamaliyah',NULL,1061),(15490,'al-Ma\'sarah',NULL,1061),(15491,'al-Mansurah',NULL,1061),(15492,'al-Manzilah',NULL,1061),(15493,'al-Matariyah',NULL,1061),(15494,'as-Sinbillawayn',NULL,1061),(15495,'Ras Gharib',NULL,1062),(15496,'Safaja',NULL,1062),(15497,'al-Ghardaqah',NULL,1062),(15498,'al-Qusayr',NULL,1062),(15499,'Abu Hummus',NULL,1063),(15500,'Abu al-Matamir',NULL,1063),(15501,'Buturis',NULL,1063),(15502,'Damanhur',NULL,1063),(15503,'Edfina',NULL,1063),(15504,'Hawsh \'Isa',NULL,1063),(15505,'Idku',NULL,1063),(15506,'Ityay-al-Barud',NULL,1063),(15507,'Kafr Salim',NULL,1063),(15508,'Kafr-ad-Dawwar',NULL,1063),(15509,'Kawm Hamada',NULL,1063),(15510,'Nubaria',NULL,1063),(15511,'Rashid',NULL,1063),(15512,'Shubra Khit',NULL,1063),(15513,'Zawiyat Sidi Gazi',NULL,1063),(15514,'ad-Dilinjat',NULL,1063),(15515,'al-Kawm-al-Akhdar',NULL,1063),(15516,'al-Mahmudiyah',NULL,1063),(15517,'ar-Rahmaniyah',NULL,1063),(15518,'Fidimin',NULL,1064),(15519,'Ibshaway',NULL,1064),(15520,'Itsa',NULL,1064),(15521,'Qasr Qarun',NULL,1064),(15522,'Sanhur',NULL,1064),(15523,'Sinnuris',NULL,1064),(15524,'Tamiyah',NULL,1064),(15525,'al-Fayyum',NULL,1064),(15526,'Abyar',NULL,1065),(15527,'Basyun',NULL,1065),(15528,'Kafr-az-Zayyat',NULL,1065),(15529,'Mahallat Marhum',NULL,1065),(15530,'Nisf Thani Bashbish',NULL,1065),(15531,'Qutur',NULL,1065),(15532,'Samannud',NULL,1065),(15533,'Tanta',NULL,1065),(15534,'Zifta',NULL,1065),(15535,'ad-Daljamun',NULL,1065),(15536,'al-Mahallah al-Kubra',NULL,1065),(15537,'as-Santah',NULL,1065),(15538,'Agamy',NULL,1066),(15539,'al-Iskandariyah',NULL,1066),(15540,'al-Maks',NULL,1066),(15541,'Fa\'id',NULL,1067),(15542,'Sarabiyum',NULL,1067),(15543,'al-Ismailiyah',NULL,1067),(15544,'Atfih',NULL,1068),(15545,'Awsim',NULL,1068),(15546,'Giza',NULL,1068),(15547,'Madinat Sittah Uktubar',NULL,1068),(15548,'Nahya',NULL,1068),(15549,'Saqqarah',NULL,1068),(15550,'al-\'Ayyat',NULL,1068),(15551,'al-Badrashayn',NULL,1068),(15552,'al-Hawamidiyah',NULL,1068),(15553,'al-Jizah',NULL,1068),(15554,'al-Mansuriyah',NULL,1068),(15555,'al-Wahat-al-Bahriyah',NULL,1068),(15556,'as-Saff',NULL,1068),(15557,'Ashmun',NULL,1069),(15558,'Birkat-as-Sab\'',NULL,1069),(15559,'Milij',NULL,1069),(15560,'Minuf',NULL,1069),(15561,'Quwaysina',NULL,1069),(15562,'Shibin-al-Kawm',NULL,1069),(15563,'Sirs-al-Layyanah',NULL,1069),(15564,'Tala',NULL,1069),(15565,'al-Bajur',NULL,1069),(15566,'al-Batanun',NULL,1069),(15567,'ash-Shuhada',NULL,1069),(15568,'Abu Qurqas',NULL,1070),(15569,'Bani Mazar',NULL,1070),(15570,'Dayr Mawas',NULL,1070),(15571,'Magagah',NULL,1070),(15572,'Mallawi',NULL,1070),(15573,'Matay',NULL,1070),(15574,'Samalut',NULL,1070),(15575,'Tallah',NULL,1070),(15576,'Tandah',NULL,1070),(15577,'al-Anayim',NULL,1070),(15578,'al-Fikriyah',NULL,1070),(15579,'al-Minya',NULL,1070),(15580,'ar-Rawdah',NULL,1070),(15581,'Badr City',NULL,1071),(15582,'Heliopolis',NULL,1071),(15583,'al-Qahira',NULL,1071),(15584,'Abu Za\'bal',NULL,1072),(15585,'Banha',NULL,1072),(15586,'Qalyub',NULL,1072),(15587,'Shubra al-Khaymah',NULL,1072),(15588,'Sibin-al-Qanatir',NULL,1072),(15589,'Tukh',NULL,1072),(15590,'al-Khankah',NULL,1072),(15591,'al-Qanatir-al-Khayriyah',NULL,1072),(15592,'al-Uqsur',NULL,1073),(15593,'as-Suways',NULL,1075),(15594,'Abu Hammad',NULL,1076),(15595,'Abu Kabir',NULL,1076),(15596,'Bilbays',NULL,1076),(15597,'Diyarb Najm',NULL,1076),(15598,'Faqus',NULL,1076),(15599,'Hihya',NULL,1076),(15600,'Kafr Saqr',NULL,1076),(15601,'Mashtul-as-Suq',NULL,1076),(15602,'Minyat-al-Qamh',NULL,1076),(15603,'al-Ashir mir-Ramadan',NULL,1076),(15604,'al-Husayniyah',NULL,1076),(15605,'al-Ibrahimiyah',NULL,1076),(15606,'al-Qanayat',NULL,1076),(15607,'al-Qassasin',NULL,1076),(15608,'al-Qurayn',NULL,1076),(15609,'as-Salihiyah',NULL,1076),(15610,'at-Tall-al-Kabir',NULL,1076),(15611,'az-Zaqaziq',NULL,1076),(15612,'Ahuachapan',NULL,1077),(15613,'Atiquizaya',NULL,1077),(15614,'Concepcion de Ataco',NULL,1077),(15615,'Guaymango',NULL,1077),(15616,'Jujutla',NULL,1077),(15617,'San Francisco Menendez',NULL,1077),(15618,'Tacuba',NULL,1077),(15619,'Ilobasco',NULL,1078),(15620,'Sensuntepeque',NULL,1078),(15621,'Victoria',NULL,1078),(15622,'Chalatenango',NULL,1079),(15623,'La Palma',NULL,1079),(15624,'Nueva Concepcion',NULL,1079),(15625,'San Francisco Morazan',NULL,1079),(15626,'Cojutepeque',NULL,1080),(15627,'San Pedro Perulapan',NULL,1080),(15628,'Suchitoto',NULL,1080),(15629,'Tecoluca',NULL,1080),(15630,'Tenancingo',NULL,1080),(15631,'Cacaopera',NULL,1084),(15632,'Corinto',NULL,1084),(15633,'Gotera',NULL,1084),(15634,'Guatajiagua',NULL,1084),(15635,'Jocoro',NULL,1084),(15636,'Sociedad',NULL,1084),(15637,'Acajutla',NULL,1089),(15638,'Armenia',NULL,1089),(15639,'Izalco',NULL,1089),(15640,'Juayua',NULL,1089),(15641,'Nahuizalco',NULL,1089),(15642,'San Antonio del Monte',NULL,1089),(15643,'San Julian',NULL,1089),(15644,'Sonsonate',NULL,1089),(15645,'Sonzacate',NULL,1089),(15646,'Berlin',NULL,1090),(15647,'Concepcion Batres',NULL,1090),(15648,'Estanzuelas',NULL,1090),(15649,'Jiquilisco',NULL,1090),(15650,'Jucuapa',NULL,1090),(15651,'Jucuaran',NULL,1090),(15652,'Ozatlan',NULL,1090),(15653,'Puerto El Triunfo',NULL,1090),(15654,'San Agustin',NULL,1090),(15655,'Santa Elena',NULL,1090),(15656,'Santiago de Maria',NULL,1090),(15657,'Usulutan',NULL,1090),(15658,'Pale',NULL,1091),(15659,'Ebebiyin',NULL,1095),(15660,'Mikomeseng',NULL,1095),(15661,'Bata',NULL,1096),(15662,'Mbini',NULL,1096),(15663,'Aconibe',NULL,1097),(15664,'Anisoc',NULL,1097),(15665,'Mongomo',NULL,1097),(15666,'Nsok',NULL,1097),(15667,'Keren',NULL,1098),(15668,'Addi Kwala',NULL,1099),(15669,'Addi Ugri',NULL,1099),(15670,'Asseb',NULL,1100),(15671,'Beylul',NULL,1100),(15672,'Edd',NULL,1100),(15673,'Mersa Fatma',NULL,1100),(15674,'Ak\'ordat',NULL,1101),(15675,'Barentu',NULL,1101),(15676,'Teseney',NULL,1101),(15677,'Asmara',NULL,1102),(15678,'Ginda',NULL,1102),(15679,'Himbirti',NULL,1102),(15680,'Nefasit',NULL,1102),(15681,'Addi K\'eyih',NULL,1103),(15682,'Dek\'emhare',NULL,1103),(15683,'Mitsiwa',NULL,1103),(15684,'Sen\'afe',NULL,1103),(15685,'Aasmae',NULL,1104),(15686,'Aaviku',NULL,1104),(15687,'Aegviidu',NULL,1104),(15688,'Aigrumae',NULL,1104),(15689,'Aila',NULL,1104),(15690,'Alavere',NULL,1104),(15691,'Alliku',NULL,1104),(15692,'Amari',NULL,1104),(15693,'Anija',NULL,1104),(15694,'Ardu',NULL,1104),(15695,'Arukula',NULL,1104),(15696,'Aruvalla',NULL,1104),(15697,'Assaku',NULL,1104),(15698,'Ellamaa',NULL,1104),(15699,'Haabneeme',NULL,1104),(15700,'Habaja',NULL,1104),(15701,'Haiba',NULL,1104),(15702,'Haljava',NULL,1104),(15703,'Hara',NULL,1104),(15704,'Harju-Risti',NULL,1104),(15705,'Harku',NULL,1104),(15706,'Harkujarve',NULL,1104),(15707,'Harma',NULL,1104),(15708,'Huuru',NULL,1104),(15709,'Ilmandu',NULL,1104),(15710,'Iru',NULL,1104),(15711,'Jagala',NULL,1104),(15712,'Jalgimae',NULL,1104),(15713,'Jarsi',NULL,1104),(15714,'Jarvekula',NULL,1104),(15715,'Jogisoo',NULL,1104),(15716,'Juri',NULL,1104),(15717,'Kaasiku',NULL,1104),(15718,'Kaberneeme',NULL,1104),(15719,'Kahala',NULL,1104),(15720,'Kalesi',NULL,1104),(15721,'Kallavere',NULL,1104),(15722,'Karjakula',NULL,1104),(15723,'Karla',NULL,1104),(15724,'Kasepere',NULL,1104),(15725,'Kasispea',NULL,1104),(15726,'Kehra',NULL,1104),(15727,'Keila',NULL,1104),(15728,'Keila-Joa',NULL,1104),(15729,'Kelvingi',NULL,1104),(15730,'Kiia',NULL,1104),(15731,'Kiili',NULL,1104),(15732,'Kiisa',NULL,1104),(15733,'Kiiu',NULL,1104),(15734,'Klooga',NULL,1104),(15735,'Kloogaranna',NULL,1104),(15736,'Kohatu',NULL,1104),(15737,'Kolga',NULL,1104),(15738,'Kolga-Aabla',NULL,1104),(15739,'Kolgakula',NULL,1104),(15740,'Konnu',NULL,1104),(15741,'Kose',NULL,1104),(15742,'Kose-Uuemoisa',NULL,1104),(15743,'Kostivere',NULL,1104),(15744,'Krei',NULL,1104),(15745,'Kuivajoe',NULL,1104),(15746,'Kumna',NULL,1104),(15747,'Kurtna',NULL,1104),(15748,'Kuusalu',NULL,1104),(15749,'Laabi',NULL,1104),(15750,'Laagri',NULL,1104),(15751,'Lagedi',NULL,1104),(15752,'Laitse',NULL,1104),(15753,'Laulasmaa',NULL,1104),(15754,'Lehetu',NULL,1104),(15755,'Lehola',NULL,1104),(15756,'Lehtmetsa',NULL,1104),(15757,'Leppneeme',NULL,1104),(15758,'Liikva',NULL,1104),(15759,'Lilli',NULL,1104),(15760,'Lohusalu',NULL,1104),(15761,'Loksa',NULL,1104),(15762,'Lokuti',NULL,1104),(15763,'Loo',NULL,1104),(15764,'Lubja',NULL,1104),(15765,'Luige',NULL,1104),(15766,'Maardu',NULL,1104),(15767,'Maidla',NULL,1104),(15768,'Manniku',NULL,1104),(15769,'Metsakasti',NULL,1104),(15770,'Metsanurme',NULL,1104),(15771,'Miiduranna',NULL,1104),(15772,'Munalaskme',NULL,1104),(15773,'Muraste',NULL,1104),(15774,'Muuga',NULL,1104),(15775,'Nabala',NULL,1104),(15776,'Neeme',NULL,1104),(15777,'Ohtu',NULL,1104),(15778,'Ojasoo',NULL,1104),(15779,'Oru',NULL,1104),(15780,'Padise',NULL,1104),(15781,'Pae',NULL,1104),(15782,'Paekna',NULL,1104),(15783,'Pajupea',NULL,1104),(15784,'Paldiski',NULL,1104),(15785,'Palvere',NULL,1104),(15786,'Parispea',NULL,1104),(15787,'Patika',NULL,1104),(15788,'Paunkula',NULL,1104),(15789,'Peetri',NULL,1104),(15790,'Peningi',NULL,1104),(15791,'Perila',NULL,1104),(15792,'Pikva',NULL,1104),(15793,'Pillapalu',NULL,1104),(15794,'Pringi',NULL,1104),(15795,'Puunsi',NULL,1104),(15796,'Raasiku',NULL,1104),(15797,'Rae',NULL,1104),(15798,'Randvere',NULL,1104),(15799,'Rannamoisa',NULL,1104),(15800,'Ravila',NULL,1104),(15801,'Riisipere',NULL,1104),(15802,'Rohuneeme',NULL,1104),(15803,'Roobuka',NULL,1104),(15804,'Ruila',NULL,1104),(15805,'Rummu',NULL,1104),(15806,'Saha',NULL,1104),(15807,'Saku',NULL,1104),(15808,'Saue',NULL,1104),(15809,'Saula',NULL,1104),(15810,'Saunja',NULL,1104),(15811,'Suurpea',NULL,1104),(15812,'Suurupi',NULL,1104),(15813,'Tabasalu',NULL,1104),(15814,'Tagadi',NULL,1104),(15815,'Tagametsa',NULL,1104),(15816,'Tallinn',NULL,1104),(15817,'Tammneeme',NULL,1104),(15818,'Tiskre',NULL,1104),(15819,'Todva',NULL,1104),(15820,'Turba',NULL,1104),(15821,'Turisalu',NULL,1104),(15822,'Tutermaa',NULL,1104),(15823,'Tuula',NULL,1104),(15824,'Tuulna',NULL,1104),(15825,'Uksnurme',NULL,1104),(15826,'Ulejoe',NULL,1104),(15827,'Uuri',NULL,1104),(15828,'Uuskula',NULL,1104),(15829,'Vaana',NULL,1104),(15830,'Vaana-Joesuu',NULL,1104),(15831,'Vaida',NULL,1104),(15832,'Vaidasoo',NULL,1104),(15833,'Valingu',NULL,1104),(15834,'Valkla',NULL,1104),(15835,'Vanamoisa',NULL,1104),(15836,'Vardja',NULL,1104),(15837,'Vasalemma',NULL,1104),(15838,'Vaskjala',NULL,1104),(15839,'Vatsla',NULL,1104),(15840,'Veskikula',NULL,1104),(15841,'Vihasoo',NULL,1104),(15842,'Viimsi',NULL,1104),(15843,'Viinistu',NULL,1104),(15844,'Viti',NULL,1104),(15845,'Emmaste',NULL,1105),(15846,'Jausa',NULL,1105),(15847,'Kaina',NULL,1105),(15848,'Kardla',NULL,1105),(15849,'Korgessaare',NULL,1105),(15850,'Lauka',NULL,1105),(15851,'Lope',NULL,1105),(15852,'Mannamaa',NULL,1105),(15853,'Putkaste',NULL,1105),(15854,'Suuremoisa',NULL,1105),(15855,'Aa',NULL,1106),(15856,'Alajoe',NULL,1106),(15857,'Aseri',NULL,1106),(15858,'Avinurme',NULL,1106),(15859,'Edise',NULL,1106),(15860,'Erra',NULL,1106),(15861,'Iisaku',NULL,1106),(15862,'Jarve',NULL,1106),(15863,'Johvi',NULL,1106),(15864,'Kahula',NULL,1106),(15865,'Kiikla',NULL,1106),(15866,'Kivioli',NULL,1106),(15867,'Kohtla-Jarve',NULL,1106),(15868,'Kohtla-Nomme',NULL,1106),(15869,'Konju',NULL,1106),(15870,'Kose',NULL,1106),(15871,'Kuremae',NULL,1106),(15872,'Kurtna',NULL,1106),(15873,'Lohusuu',NULL,1106),(15874,'Luganuse',NULL,1106),(15875,'Maetaguse',NULL,1106),(15876,'Maidla',NULL,1106),(15877,'Narva',NULL,1106),(15878,'Narva-Joesuu',NULL,1106),(15879,'Olgina',NULL,1106),(15880,'Pagari',NULL,1106),(15881,'Puhajoe',NULL,1106),(15882,'Purtse',NULL,1106),(15883,'Pussi',NULL,1106),(15884,'Rannu',NULL,1106),(15885,'Saka',NULL,1106),(15886,'Savala',NULL,1106),(15887,'Sillamae',NULL,1106),(15888,'Sinimae',NULL,1106),(15889,'Soldina',NULL,1106),(15890,'Sompa',NULL,1106),(15891,'Sonda',NULL,1106),(15892,'Tammiku',NULL,1106),(15893,'Toila',NULL,1106),(15894,'Tudulinna',NULL,1106),(15895,'Ulvi',NULL,1106),(15896,'Vaivara',NULL,1106),(15897,'Varja',NULL,1106),(15898,'Vasavere',NULL,1106),(15899,'Voka',NULL,1106),(15900,'Ahula',NULL,1107),(15901,'Aiamaa',NULL,1107),(15902,'Albu',NULL,1107),(15903,'Ambla',NULL,1107),(15904,'Anari',NULL,1107),(15905,'Anna',NULL,1107),(15906,'Aravete',NULL,1107),(15907,'Ervita',NULL,1107),(15908,'Imavere',NULL,1107),(15909,'Janeda',NULL,1107),(15910,'Jarva-Jaani',NULL,1107),(15911,'Jogisoo',NULL,1107),(15912,'Jootme',NULL,1107),(15913,'Kaalepi',NULL,1107),(15914,'Kabala',NULL,1107),(15915,'Kahala',NULL,1107),(15916,'Karavete',NULL,1107),(15917,'Karevere',NULL,1107),(15918,'Karinu',NULL,1107),(15919,'Kasukonna',NULL,1107),(15920,'Kirna',NULL,1107),(15921,'Koeru',NULL,1107),(15922,'Koigi',NULL,1107),(15923,'Kolu',NULL,1107),(15924,'Kuksema',NULL,1107),(15925,'Laupa',NULL,1107),(15926,'Lehtse',NULL,1107),(15927,'Lokuta',NULL,1107),(15928,'Loola',NULL,1107),(15929,'Muusleri',NULL,1107),(15930,'Oisu',NULL,1107),(15931,'Paide',NULL,1107),(15932,'Painurme',NULL,1107),(15933,'Peetri',NULL,1107),(15934,'Poikva',NULL,1107),(15935,'Reopalu',NULL,1107),(15936,'Retla',NULL,1107),(15937,'Roa',NULL,1107),(15938,'Roosna',NULL,1107),(15939,'Roosna-Alliku',NULL,1107),(15940,'Sarevere',NULL,1107),(15941,'Sargvere',NULL,1107),(15942,'Taikse',NULL,1107),(15943,'Tarbja',NULL,1107),(15944,'Turi',NULL,1107),(15945,'Turi-Alliku',NULL,1107),(15946,'Vaatsa',NULL,1107),(15947,'Vahukula',NULL,1107),(15948,'Vao',NULL,1107),(15949,'Viisu',NULL,1107),(15950,'Villevere',NULL,1107),(15951,'Adavere',NULL,1108),(15952,'Esku',NULL,1108),(15953,'Harjanurme',NULL,1108),(15954,'Jogeva',NULL,1108),(15955,'Kaarepere',NULL,1108),(15956,'Kalana',NULL,1108),(15957,'Kalme',NULL,1108),(15958,'Kamari',NULL,1108),(15959,'Karde',NULL,1108),(15960,'Kasepaa',NULL,1108),(15961,'Kassinurme',NULL,1108),(15962,'Konnu',NULL,1108),(15963,'Kudina',NULL,1108),(15964,'Kukita',NULL,1108),(15965,'Kuremaa',NULL,1108),(15966,'Kurista',NULL,1108),(15967,'Lahavere',NULL,1108),(15968,'Laiuse',NULL,1108),(15969,'Laiusevalja',NULL,1108),(15970,'Leedi',NULL,1108),(15971,'Lustivere',NULL,1108),(15972,'Luua',NULL,1108),(15973,'Maarja',NULL,1108),(15974,'Mallikvere',NULL,1108),(15975,'Metsakula',NULL,1108),(15976,'Mohkula',NULL,1108),(15977,'Mustvee',NULL,1108),(15978,'Neanurme',NULL,1108),(15979,'Nova',NULL,1108),(15980,'Omedu',NULL,1108),(15981,'Ouna',NULL,1108),(15982,'Painkula',NULL,1108),(15983,'Pajusi',NULL,1108),(15984,'Pala',NULL,1108),(15985,'Palamuse',NULL,1108),(15986,'Pataste',NULL,1108),(15987,'Pauastvere',NULL,1108),(15988,'Pikkjarve',NULL,1108),(15989,'Pikknurme',NULL,1108),(15990,'Pisisaare',NULL,1108),(15991,'Poltsamaa',NULL,1108),(15992,'Poora',NULL,1108),(15993,'Puurmani',NULL,1108),(15994,'Raabise',NULL,1108),(15995,'Raja',NULL,1108),(15996,'Saare',NULL,1108),(15997,'Sadala',NULL,1108),(15998,'Sadukula',NULL,1108),(15999,'Siimusti',NULL,1108),(16000,'Tabivere',NULL,1108),(16001,'Tahkvere',NULL,1108),(16002,'Tiheda',NULL,1108),(16003,'Toikvere',NULL,1108),(16004,'Torma',NULL,1108),(16005,'Umbusi',NULL,1108),(16006,'Vagari',NULL,1108),(16007,'Vaiatu',NULL,1108),(16008,'Vaike-Kamari',NULL,1108),(16009,'Vaimastvere',NULL,1108),(16010,'Valgma',NULL,1108),(16011,'Visusti',NULL,1108),(16012,'Voduvere',NULL,1108),(16013,'Vohmanomme',NULL,1108),(16014,'Voisiku',NULL,1108),(16015,'Voldi',NULL,1108),(16016,'Voore',NULL,1108),(16017,'Votikvere',NULL,1108),(16018,'Haapsalu',NULL,1109),(16019,'Hullo',NULL,1109),(16020,'Joodre',NULL,1109),(16021,'Kirbla',NULL,1109),(16022,'Kirimae',NULL,1109),(16023,'Koluvere',NULL,1109),(16024,'Komsi',NULL,1109),(16025,'Kullamaa',NULL,1109),(16026,'Lihula',NULL,1109),(16027,'Liivi',NULL,1109),(16028,'Linnamae',NULL,1109),(16029,'Martna',NULL,1109),(16030,'Nigula',NULL,1109),(16031,'Nova',NULL,1109),(16032,'Palivere',NULL,1109),(16033,'Palli',NULL,1109),(16034,'Panga',NULL,1109),(16035,'Paralepa',NULL,1109),(16036,'Piirsalu',NULL,1109),(16037,'Purksi',NULL,1109),(16038,'Rannakula',NULL,1109),(16039,'Risti',NULL,1109),(16040,'Roude',NULL,1109),(16041,'Sutlepa',NULL,1109),(16042,'Taebla',NULL,1109),(16043,'Tuudi',NULL,1109),(16044,'Uuemoisa',NULL,1109),(16045,'Variku',NULL,1109),(16046,'Vatla',NULL,1109),(16047,'Virtsu',NULL,1109),(16048,'Aaspere',NULL,1110),(16049,'Ama',NULL,1110),(16050,'Arkna',NULL,1110),(16051,'Assamalla',NULL,1110),(16052,'Avanduse',NULL,1110),(16053,'Avispea',NULL,1110),(16054,'Ebavere',NULL,1110),(16055,'Eipri',NULL,1110),(16056,'Essu',NULL,1110),(16057,'Haljala',NULL,1110),(16058,'Hulja',NULL,1110),(16059,'Imastu',NULL,1110),(16060,'Inju',NULL,1110),(16061,'Kadapiku',NULL,1110),(16062,'Kadila',NULL,1110),(16063,'Kadrina',NULL,1110),(16064,'Kakumae',NULL,1110),(16065,'Karitsa',NULL,1110),(16066,'Karu',NULL,1110),(16067,'Kasmu',NULL,1110),(16068,'Kihlevere',NULL,1110),(16069,'Kiku',NULL,1110),(16070,'Kiltsi',NULL,1110),(16071,'Kohala',NULL,1110),(16072,'Kunda',NULL,1110),(16073,'Kuti',NULL,1110),(16074,'Laekvere',NULL,1110),(16075,'Lasila',NULL,1110),(16076,'Lepna',NULL,1110),(16077,'Levala',NULL,1110),(16078,'Liigvalla',NULL,1110),(16079,'Modriku',NULL,1110),(16080,'Moe',NULL,1110),(16081,'Moora',NULL,1110),(16082,'Muuga',NULL,1110),(16083,'Napi',NULL,1110),(16084,'Paasvere',NULL,1110),(16085,'Pajusti',NULL,1110),(16086,'Pandivere',NULL,1110),(16087,'Piira',NULL,1110),(16088,'Pikevere',NULL,1110),(16089,'Podrangu',NULL,1110),(16090,'Podruse',NULL,1110),(16091,'Porkuni',NULL,1110),(16092,'Rahkla',NULL,1110),(16093,'Rakke',NULL,1110),(16094,'Rakvere',NULL,1110),(16095,'Ridakula',NULL,1110),(16096,'Roela',NULL,1110),(16097,'Roodevalja',NULL,1110),(16098,'Saase',NULL,1110),(16099,'Salda',NULL,1110),(16100,'Salla',NULL,1110),(16101,'Simuna',NULL,1110),(16102,'Someru',NULL,1110),(16103,'Taaravainu',NULL,1110),(16104,'Tamsalu',NULL,1110),(16105,'Tapa',NULL,1110),(16106,'Torma',NULL,1110),(16107,'Torremae',NULL,1110),(16108,'Triigi',NULL,1110),(16109,'Tudu',NULL,1110),(16110,'Ubja',NULL,1110),(16111,'Udriku',NULL,1110),(16112,'Uhtna',NULL,1110),(16113,'Ulvi',NULL,1110),(16114,'Undla',NULL,1110),(16115,'Ussimae',NULL,1110),(16116,'Uudekula',NULL,1110),(16117,'Vaekula',NULL,1110),(16118,'Vahakulmu',NULL,1110),(16119,'Vaiatu',NULL,1110),(16120,'Vaike-Maarja',NULL,1110),(16121,'Vajangu',NULL,1110),(16122,'Vao',NULL,1110),(16123,'Veltsi',NULL,1110),(16124,'Venevere',NULL,1110),(16125,'Vergi',NULL,1110),(16126,'Vetiku',NULL,1110),(16127,'Vihula',NULL,1110),(16128,'Viitna',NULL,1110),(16129,'Vinni',NULL,1110),(16130,'Viru-Jaagupi',NULL,1110),(16131,'Viru-Kabala',NULL,1110),(16132,'Viru-Nigula',NULL,1110),(16133,'Vohnja',NULL,1110),(16134,'Vosu',NULL,1110),(16135,'Vosupere',NULL,1110),(16136,'Ahaste',NULL,1111),(16137,'Aluste',NULL,1111),(16138,'Are',NULL,1111),(16139,'Arumetsa',NULL,1111),(16140,'Audru',NULL,1111),(16141,'Eametsa',NULL,1111),(16142,'Haademeeste',NULL,1111),(16143,'Halinga',NULL,1111),(16144,'Ikla',NULL,1111),(16145,'Ilvese',NULL,1111),(16146,'Jaamakula',NULL,1111),(16147,'Jaarja',NULL,1111),(16148,'Joesuu',NULL,1111),(16149,'Joopre',NULL,1111),(16150,'Kaansoo',NULL,1111),(16151,'Kabli',NULL,1111),(16152,'Kadjaste',NULL,1111),(16153,'Kaisma',NULL,1111),(16154,'Kalita',NULL,1111),(16155,'Kanakula',NULL,1111),(16156,'Kergu',NULL,1111),(16157,'Kihlepa',NULL,1111),(16158,'Kilingi-Nomme',NULL,1111),(16159,'Kilksama',NULL,1111),(16160,'Koima',NULL,1111),(16161,'Koonga',NULL,1111),(16162,'Krundikula',NULL,1111),(16163,'Laadi',NULL,1111),(16164,'Langerma',NULL,1111),(16165,'Lavassaare',NULL,1111),(16166,'Leipste',NULL,1111),(16167,'Lemmetsa',NULL,1111),(16168,'Lemsi',NULL,1111),(16169,'Libatse',NULL,1111),(16170,'Linakula',NULL,1111),(16171,'Lindi',NULL,1111),(16172,'Liu',NULL,1111),(16173,'Lodja',NULL,1111),(16174,'Lope',NULL,1111),(16175,'Malda',NULL,1111),(16176,'Mannikuste',NULL,1111),(16177,'Massiaru',NULL,1111),(16178,'Metsaaare',NULL,1111),(16179,'Metsapoole',NULL,1111),(16180,'Moisakula',NULL,1111),(16181,'Muraka',NULL,1111),(16182,'Niidu',NULL,1111),(16183,'Nurme',NULL,1111),(16184,'Oara',NULL,1111),(16185,'Oidrema',NULL,1111),(16186,'Paikuse',NULL,1111),(16187,'Papsaare',NULL,1111),(16188,'Parnjoe',NULL,1111),(16189,'Parnu',NULL,1111),(16190,'Parnu-Jaagupi',NULL,1111),(16191,'Penu',NULL,1111),(16192,'Piistaoja',NULL,1111),(16193,'Pohara',NULL,1111),(16194,'Poldeotsa',NULL,1111),(16195,'Pootsi',NULL,1111),(16196,'Pulli',NULL,1111),(16197,'Rannametsa',NULL,1111),(16198,'Ratsepa',NULL,1111),(16199,'Reiu',NULL,1111),(16200,'Ridalepa',NULL,1111),(16201,'Rootsikula',NULL,1111),(16202,'Saarde',NULL,1111),(16203,'Saare',NULL,1111),(16204,'Sauga',NULL,1111),(16205,'Seliste',NULL,1111),(16206,'Selja',NULL,1111),(16207,'Seljametsa',NULL,1111),(16208,'Silla',NULL,1111),(16209,'Sindi',NULL,1111),(16210,'Soeva',NULL,1111),(16211,'Soometsa',NULL,1111),(16212,'Suigu',NULL,1111),(16213,'Surju',NULL,1111),(16214,'Suurejoe',NULL,1111),(16215,'Taali',NULL,1111),(16216,'Tahkuranna',NULL,1111),(16217,'Tali',NULL,1111),(16218,'Tammiste',NULL,1111),(16219,'Tammuru',NULL,1111),(16220,'Tihemetsa',NULL,1111),(16221,'Tolla',NULL,1111),(16222,'Tootsi',NULL,1111),(16223,'Tori',NULL,1111),(16224,'Tostamaa',NULL,1111),(16225,'Tousi',NULL,1111),(16226,'Treimani',NULL,1111),(16227,'Urge',NULL,1111),(16228,'Uulu',NULL,1111),(16229,'Vahenurme',NULL,1111),(16230,'Vaki',NULL,1111),(16231,'Vandra',NULL,1111),(16232,'Varbla',NULL,1111),(16233,'Veelikse',NULL,1111),(16234,'Vihtra',NULL,1111),(16235,'Voidu',NULL,1111),(16236,'Voiste',NULL,1111),(16237,'Aarna',NULL,1112),(16238,'Ahja',NULL,1112),(16239,'Erastvere',NULL,1112),(16240,'Himma',NULL,1112),(16241,'Himmaste',NULL,1112),(16242,'Holvandi',NULL,1112),(16243,'Ihamaru',NULL,1112),(16244,'Jaanimoisa',NULL,1112),(16245,'Kanepi',NULL,1112),(16246,'Karilatsi',NULL,1112),(16247,'Karsa',NULL,1112),(16248,'Karste',NULL,1112),(16249,'Kauksi',NULL,1112),(16250,'Kiidjarve',NULL,1112),(16251,'Kostrimae',NULL,1112),(16252,'Krootuse',NULL,1112),(16253,'Leevaku',NULL,1112),(16254,'Leevi',NULL,1112),(16255,'Leevijoe',NULL,1112),(16256,'Linte',NULL,1112),(16257,'Lootvina',NULL,1112),(16258,'Maaritsa',NULL,1112),(16259,'Mammaste',NULL,1112),(16260,'Metste',NULL,1112),(16261,'Mikitamae',NULL,1112),(16262,'Mooste',NULL,1112),(16263,'Naha',NULL,1112),(16264,'Orava',NULL,1112),(16265,'Pahtpaa',NULL,1112),(16266,'Partsi',NULL,1112),(16267,'Peri',NULL,1112),(16268,'Piigandi',NULL,1112),(16269,'Polgaste',NULL,1112),(16270,'Polva',NULL,1112),(16271,'Prangli',NULL,1112),(16272,'Puuri',NULL,1112),(16273,'Raadama',NULL,1112),(16274,'Rahumae',NULL,1112),(16275,'Raigla',NULL,1112),(16276,'Rapina',NULL,1112),(16277,'Rasina',NULL,1112),(16278,'Ristipalo',NULL,1112),(16279,'Rosma',NULL,1112),(16280,'Ruusa',NULL,1112),(16281,'Saverna',NULL,1112),(16282,'Sillapaa',NULL,1112),(16283,'Soodoma',NULL,1112),(16284,'Suurkula',NULL,1112),(16285,'Taevaskoja',NULL,1112),(16286,'Tannassilma',NULL,1112),(16287,'Tilsi',NULL,1112),(16288,'Treski',NULL,1112),(16289,'Vaike-Rosna',NULL,1112),(16290,'Valgjarve',NULL,1112),(16291,'Vana-Koiola',NULL,1112),(16292,'Vardja',NULL,1112),(16293,'Varska',NULL,1112),(16294,'Vastse-Kuuste',NULL,1112),(16295,'Veriora',NULL,1112),(16296,'Viluste',NULL,1112),(16297,'Voopsu',NULL,1112),(16298,'Aespa',NULL,1113),(16299,'Alu',NULL,1113),(16300,'Eidapere',NULL,1113),(16301,'Hageri',NULL,1113),(16302,'Hagudi',NULL,1113),(16303,'Haimre',NULL,1113),(16304,'Hertu',NULL,1113),(16305,'Iira',NULL,1113),(16306,'Ingliste',NULL,1113),(16307,'Jarlepa',NULL,1113),(16308,'Jarvakandi',NULL,1113),(16309,'Juuru',NULL,1113),(16310,'Kaerepere',NULL,1113),(16311,'Kaiu',NULL,1113),(16312,'Kalbu',NULL,1113),(16313,'Karu',NULL,1113),(16314,'Kasti',NULL,1113),(16315,'Keava',NULL,1113),(16316,'Kehtna',NULL,1113),(16317,'Kivi-Vigala',NULL,1113),(16318,'Kodila',NULL,1113),(16319,'Kohila',NULL,1113),(16320,'Kuimetsa',NULL,1113),(16321,'Kuusiku',NULL,1113),(16322,'Laukna',NULL,1113),(16323,'Lelle',NULL,1113),(16324,'Lipa',NULL,1113),(16325,'Lohu',NULL,1113),(16326,'Lokuta',NULL,1113),(16327,'Maidla',NULL,1113),(16328,'Marjamaa',NULL,1113),(16329,'Masti',NULL,1113),(16330,'Moisamaa',NULL,1113),(16331,'Naravere',NULL,1113),(16332,'Orgita',NULL,1113),(16333,'Paardu',NULL,1113),(16334,'Pae',NULL,1113),(16335,'Pahkla',NULL,1113),(16336,'Pihali',NULL,1113),(16337,'Pirgu',NULL,1113),(16338,'Prillimae',NULL,1113),(16339,'Purila',NULL,1113),(16340,'Purku',NULL,1113),(16341,'Rabivere',NULL,1113),(16342,'Raikkula',NULL,1113),(16343,'Rangu',NULL,1113),(16344,'Rapla',NULL,1113),(16345,'Salutaguse',NULL,1113),(16346,'Sipa',NULL,1113),(16347,'Sotke',NULL,1113),(16348,'Sutlema',NULL,1113),(16349,'Tamme',NULL,1113),(16350,'Teenuse',NULL,1113),(16351,'Uuskula',NULL,1113),(16352,'Vahastu',NULL,1113),(16353,'Valgu',NULL,1113),(16354,'Valtu',NULL,1113),(16355,'Vana-Kaiu',NULL,1113),(16356,'Vana-Vigala',NULL,1113),(16357,'Varbola',NULL,1113),(16358,'Vilivere',NULL,1113),(16359,'Arandi',NULL,1114),(16360,'Aste',NULL,1114),(16361,'Eikla',NULL,1114),(16362,'Hellamaa',NULL,1114),(16363,'Kao',NULL,1114),(16364,'Karja',NULL,1114),(16365,'Karla',NULL,1114),(16366,'Kihelkonna',NULL,1114),(16367,'Koimla',NULL,1114),(16368,'Koljala',NULL,1114),(16369,'Korkkula',NULL,1114),(16370,'Korkvere',NULL,1114),(16371,'Kudjape',NULL,1114),(16372,'Kuressaare',NULL,1114),(16373,'Laatsa',NULL,1114),(16374,'Lahekula',NULL,1114),(16375,'Laimjala',NULL,1114),(16376,'Leisi',NULL,1114),(16377,'Liiva',NULL,1114),(16378,'Lumanda',NULL,1114),(16379,'Metskula',NULL,1114),(16380,'Mustjala',NULL,1114),(16381,'Nasva',NULL,1114),(16382,'Nommkula',NULL,1114),(16383,'Orissaare',NULL,1114),(16384,'Pahkla',NULL,1114),(16385,'Parsama',NULL,1114),(16386,'Pihtla',NULL,1114),(16387,'Sakla',NULL,1114),(16388,'Salme',NULL,1114),(16389,'Sandla',NULL,1114),(16390,'Tagavere',NULL,1114),(16391,'Tornimae',NULL,1114),(16392,'Valjala',NULL,1114),(16393,'Vohma',NULL,1114),(16394,'Aardla',NULL,1115),(16395,'Aksi',NULL,1115),(16396,'Alasoo',NULL,1115),(16397,'Alatskivi',NULL,1115),(16398,'Annikoru',NULL,1115),(16399,'Aravu',NULL,1115),(16400,'Elva',NULL,1115),(16401,'Erala',NULL,1115),(16402,'Ervu',NULL,1115),(16403,'Haage',NULL,1115),(16404,'Haaslava',NULL,1115),(16405,'Ignase',NULL,1115),(16406,'Illi',NULL,1115),(16407,'Ilmatsalu',NULL,1115),(16408,'Kaagvere',NULL,1115),(16409,'Kaardi',NULL,1115),(16410,'Kaarlijarve',NULL,1115),(16411,'Kallaste',NULL,1115),(16412,'Kalme',NULL,1115),(16413,'Kambja',NULL,1115),(16414,'Kandikula',NULL,1115),(16415,'Karevere',NULL,1115),(16416,'Karkna',NULL,1115),(16417,'Kasepaa',NULL,1115),(16418,'Kavastu',NULL,1115),(16419,'Kirepi',NULL,1115),(16420,'Kodukula',NULL,1115),(16421,'Kokora',NULL,1115),(16422,'Kolkja',NULL,1115),(16423,'Konguta',NULL,1115),(16424,'Koosa',NULL,1115),(16425,'Koruste',NULL,1115),(16426,'Korvekula',NULL,1115),(16427,'Kulitse',NULL,1115),(16428,'Kurekula',NULL,1115),(16429,'Kurista',NULL,1115),(16430,'Laaniste',NULL,1115),(16431,'Laeva',NULL,1115),(16432,'Lahte',NULL,1115),(16433,'Lalli',NULL,1115),(16434,'Lapetukme',NULL,1115),(16435,'Lemmatsi',NULL,1115),(16436,'Lohkva',NULL,1115),(16437,'Lossimae',NULL,1115),(16438,'Luke',NULL,1115),(16439,'Luunja',NULL,1115),(16440,'Maksa',NULL,1115),(16441,'Maramaa',NULL,1115),(16442,'Marja',NULL,1115),(16443,'Meeksi',NULL,1115),(16444,'Meeri',NULL,1115),(16445,'Mehikoorma',NULL,1115),(16446,'Melliste',NULL,1115),(16447,'Metsakivi',NULL,1115),(16448,'Metsalaane',NULL,1115),(16449,'Moisanurme',NULL,1115),(16450,'Nina',NULL,1115),(16451,'Nogiaru',NULL,1115),(16452,'Noo',NULL,1115),(16453,'Pilka',NULL,1115),(16454,'Poka',NULL,1115),(16455,'Pooritsa',NULL,1115),(16456,'Puhja',NULL,1115),(16457,'Rahinge',NULL,1115),(16458,'Raigaste',NULL,1115),(16459,'Ramsi',NULL,1115),(16460,'Rani',NULL,1115),(16461,'Rannu',NULL,1115),(16462,'Rebase',NULL,1115),(16463,'Reola',NULL,1115),(16464,'Rohu',NULL,1115),(16465,'Roiu',NULL,1115),(16466,'Rongu',NULL,1115),(16467,'Saadjarve',NULL,1115),(16468,'Sinikula',NULL,1115),(16469,'Sirgu',NULL,1115),(16470,'Soinaste',NULL,1115),(16471,'Sojamaa',NULL,1115),(16472,'Tahtvere',NULL,1115),(16473,'Tammiste',NULL,1115),(16474,'Tammistu',NULL,1115),(16475,'Tartu',NULL,1115),(16476,'Teedla',NULL,1115),(16477,'Tilga',NULL,1115),(16478,'Toravere',NULL,1115),(16479,'Torvandi',NULL,1115),(16480,'Tuki',NULL,1115),(16481,'Uderna',NULL,1115),(16482,'Uhti',NULL,1115),(16483,'Ulenurme',NULL,1115),(16484,'Ulila',NULL,1115),(16485,'Unikula',NULL,1115),(16486,'Vahi',NULL,1115),(16487,'Vaike-Rakke',NULL,1115),(16488,'Valguta',NULL,1115),(16489,'Vana-Kuuste',NULL,1115),(16490,'Vara',NULL,1115),(16491,'Varnja',NULL,1115),(16492,'Vasula',NULL,1115),(16493,'Vedu',NULL,1115),(16494,'Vesneri',NULL,1115),(16495,'Vissi',NULL,1115),(16496,'Voibla',NULL,1115),(16497,'Voika',NULL,1115),(16498,'Vonnu',NULL,1115),(16499,'Voopste',NULL,1115),(16500,'Vorbuse',NULL,1115),(16501,'Aakre',NULL,1116),(16502,'Ala',NULL,1116),(16503,'Hargla',NULL,1116),(16504,'Hellenurme',NULL,1116),(16505,'Helme',NULL,1116),(16506,'Hummuli',NULL,1116),(16507,'Jeti',NULL,1116),(16508,'Jogeveste',NULL,1116),(16509,'Kaagjarve',NULL,1116),(16510,'Kalme',NULL,1116),(16511,'Karjatnurme',NULL,1116),(16512,'Karula',NULL,1116),(16513,'Keeni',NULL,1116),(16514,'Koikkula',NULL,1116),(16515,'Laanemetsa',NULL,1116),(16516,'Laatre',NULL,1116),(16517,'Laukula',NULL,1116),(16518,'Leebiku',NULL,1116),(16519,'Linna',NULL,1116),(16520,'Lossikula',NULL,1116),(16521,'Lullemae',NULL,1116),(16522,'Moldre',NULL,1116),(16523,'Nouni',NULL,1116),(16524,'Nupli',NULL,1116),(16525,'Oru',NULL,1116),(16526,'Oruste',NULL,1116),(16527,'Otepaa',NULL,1116),(16528,'Paidla',NULL,1116),(16529,'Paju',NULL,1116),(16530,'Palupera',NULL,1116),(16531,'Patkula',NULL,1116),(16532,'Piiri',NULL,1116),(16533,'Pikasilla',NULL,1116),(16534,'Pilkuse',NULL,1116),(16535,'Puhajarve',NULL,1116),(16536,'Puka',NULL,1116),(16537,'Restu',NULL,1116),(16538,'Riidaja',NULL,1116),(16539,'Sangaste',NULL,1116),(16540,'Sihva',NULL,1116),(16541,'Sooru',NULL,1116),(16542,'Taagepera',NULL,1116),(16543,'Tagula',NULL,1116),(16544,'Taheva',NULL,1116),(16545,'Tiidu',NULL,1116),(16546,'Tolliste',NULL,1116),(16547,'Torva',NULL,1116),(16548,'Tsirguliina',NULL,1116),(16549,'Valga',NULL,1116),(16550,'Vana-Otepaa',NULL,1116),(16551,'Abja-Paluoja',NULL,1117),(16552,'Abja-Vanamoisa',NULL,1117),(16553,'Aidu',NULL,1117),(16554,'Angi',NULL,1117),(16555,'Anikatsi',NULL,1117),(16556,'Arikula',NULL,1117),(16557,'Halliste',NULL,1117),(16558,'Heimtali',NULL,1117),(16559,'Holstre',NULL,1117),(16560,'Intsu',NULL,1117),(16561,'Jamejala',NULL,1117),(16562,'Jaska',NULL,1117),(16563,'Kaavere',NULL,1117),(16564,'Kamara',NULL,1117),(16565,'Karksi',NULL,1117),(16566,'Karksi-Nuia',NULL,1117),(16567,'Karstna',NULL,1117),(16568,'Karula',NULL,1117),(16569,'Kobruvere',NULL,1117),(16570,'Koidama',NULL,1117),(16571,'Koksvere',NULL,1117),(16572,'Kolga-Jaani',NULL,1117),(16573,'Koo',NULL,1117),(16574,'Kopu',NULL,1117),(16575,'Kulla',NULL,1117),(16576,'Lalsi',NULL,1117),(16577,'Leie',NULL,1117),(16578,'Lilli',NULL,1117),(16579,'Lohavere',NULL,1117),(16580,'Loodi',NULL,1117),(16581,'Maeltkula',NULL,1117),(16582,'Matapera',NULL,1117),(16583,'Meleski',NULL,1117),(16584,'Metskula',NULL,1117),(16585,'Moisakula',NULL,1117),(16586,'Monnaste',NULL,1117),(16587,'Mustivere',NULL,1117),(16588,'Mustla',NULL,1117),(16589,'Navesti',NULL,1117),(16590,'Odiste',NULL,1117),(16591,'Oisu',NULL,1117),(16592,'Olustvere',NULL,1117),(16593,'Pahuvere',NULL,1117),(16594,'Paistu',NULL,1117),(16595,'Parakula',NULL,1117),(16596,'Pari',NULL,1117),(16597,'Parsti',NULL,1117),(16598,'Peetrimoisa',NULL,1117),(16599,'Pilistvere',NULL,1117),(16600,'Pinska',NULL,1117),(16601,'Polde',NULL,1117),(16602,'Polli',NULL,1117),(16603,'Puiatu',NULL,1117),(16604,'Ramsi',NULL,1117),(16605,'Reegoldi',NULL,1117),(16606,'Saarepeedi',NULL,1117),(16607,'Savikoti',NULL,1117),(16608,'Sinialliku',NULL,1117),(16609,'Soe',NULL,1117),(16610,'Soomevere',NULL,1117),(16611,'Sudiste',NULL,1117),(16612,'Suislepa',NULL,1117),(16613,'Sultsi',NULL,1117),(16614,'Supsi',NULL,1117),(16615,'Surgavere',NULL,1117),(16616,'Suure-Jaani',NULL,1117),(16617,'Taaksi',NULL,1117),(16618,'Tanassilma',NULL,1117),(16619,'Tinnikuru',NULL,1117),(16620,'Tohvri',NULL,1117),(16621,'Tuhalaane',NULL,1117),(16622,'Tusti',NULL,1117),(16623,'Ulde',NULL,1117),(16624,'Ulensi',NULL,1117),(16625,'Uusna',NULL,1117),(16626,'Valgita',NULL,1117),(16627,'Valma',NULL,1117),(16628,'Valuste',NULL,1117),(16629,'Vana-Kariste',NULL,1117),(16630,'Vana-Voidu',NULL,1117),(16631,'Vardi',NULL,1117),(16632,'Vardja',NULL,1117),(16633,'Vastemoisa',NULL,1117),(16634,'Veelikse',NULL,1117),(16635,'Verilaske',NULL,1117),(16636,'Veskimae',NULL,1117),(16637,'Viiratsi',NULL,1117),(16638,'Viljandi',NULL,1117),(16639,'Villa',NULL,1117),(16640,'Vohma',NULL,1117),(16641,'Voivaku',NULL,1117),(16642,'Vooru',NULL,1117),(16643,'Antsla',NULL,1118),(16644,'Haanja',NULL,1118),(16645,'Jarvere',NULL,1118),(16646,'Kaapa',NULL,1118),(16647,'Kirumpaa',NULL,1118),(16648,'Kobela',NULL,1118),(16649,'Kollino',NULL,1118),(16650,'Kose',NULL,1118),(16651,'Kraavi',NULL,1118),(16652,'Krabi',NULL,1118),(16653,'Kulaoru',NULL,1118),(16654,'Kuldre',NULL,1118),(16655,'Kuutsi',NULL,1118),(16656,'Lasva',NULL,1118),(16657,'Loosu',NULL,1118),(16658,'Lusti',NULL,1118),(16659,'Meegomae',NULL,1118),(16660,'Meremae',NULL,1118),(16661,'Misso',NULL,1118),(16662,'Moniste',NULL,1118),(16663,'Navi',NULL,1118),(16664,'Nursi',NULL,1118),(16665,'Obinitsa',NULL,1118),(16666,'Osula',NULL,1118),(16667,'Otsa',NULL,1118),(16668,'Parksepa',NULL,1118),(16669,'Puiga',NULL,1118),(16670,'Raiste',NULL,1118),(16671,'Rimmi',NULL,1118),(16672,'Rouge',NULL,1118),(16673,'Ruusmae',NULL,1118),(16674,'Saru',NULL,1118),(16675,'Somerpalu',NULL,1118),(16676,'Sulbi',NULL,1118),(16677,'Taberlaane',NULL,1118),(16678,'Tagakula',NULL,1118),(16679,'Tsolgo',NULL,1118),(16680,'Tsooru',NULL,1118),(16681,'Urvaste',NULL,1118),(16682,'Uue-Antsla',NULL,1118),(16683,'Vaabina',NULL,1118),(16684,'Vagula',NULL,1118),(16685,'Vaimela',NULL,1118),(16686,'Vana-Antsla',NULL,1118),(16687,'Vana-Roosa',NULL,1118),(16688,'Vana-Vastseliina',NULL,1118),(16689,'Varstu',NULL,1118),(16690,'Vastseliina',NULL,1118),(16691,'Verijarve',NULL,1118),(16692,'Viitina',NULL,1118),(16693,'Viitka',NULL,1118),(16694,'Visela',NULL,1118),(16695,'Voru',NULL,1118),(16696,'Vorumoisa',NULL,1118),(16697,'Asayita',NULL,1120),(16698,'Awash',NULL,1120),(16699,'Dubti',NULL,1120),(16700,'Gewane',NULL,1120),(16701,'Addi Ark\'ay',NULL,1121),(16702,'Addis \'Alem',NULL,1121),(16703,'Addis Zemen',NULL,1121),(16704,'Adet',NULL,1121),(16705,'Bahir Dar',NULL,1121),(16706,'Bati',NULL,1121),(16707,'Bichena',NULL,1121),(16708,'Bure',NULL,1121),(16709,'Chagni',NULL,1121),(16710,'Dabat',NULL,1121),(16711,'Dangla',NULL,1121),(16712,'Debark',NULL,1121),(16713,'Debre Birhan',NULL,1121),(16714,'Debre Mark\'os',NULL,1121),(16715,'Debre Sina',NULL,1121),(16716,'Debre Tabor',NULL,1121),(16717,'Debre Werk',NULL,1121),(16718,'Dejen',NULL,1121),(16719,'Dese',NULL,1121),(16720,'Finote Selam',NULL,1121),(16721,'Gondar',NULL,1121),(16722,'K\'obo',NULL,1121),(16723,'Kembolcha',NULL,1121),(16724,'Kemise',NULL,1121),(16725,'Lalibela',NULL,1121),(16726,'Mott\'a',NULL,1121),(16727,'Nefas Mewcha',NULL,1121),(16728,'Sek\'ot\'a',NULL,1121),(16729,'Shewa Robit',NULL,1121),(16730,'Weldiya',NULL,1121),(16731,'Were Ilu',NULL,1121),(16732,'Werota',NULL,1121),(16733,'Asosa',NULL,1122),(16734,'Dire Dawa',NULL,1123),(16735,'Gambela',NULL,1124),(16736,'Harer',NULL,1125),(16737,'Jigjiga',NULL,1126),(16738,'\'Alem Maya',NULL,1128),(16739,'Abomsa',NULL,1128),(16740,'Agaro',NULL,1128),(16741,'Asasa',NULL,1128),(16742,'Asbe Teferi',NULL,1128),(16743,'Assela',NULL,1128),(16744,'Bako',NULL,1128),(16745,'Bedele',NULL,1128),(16746,'Bedesa',NULL,1128),(16747,'Burayu',NULL,1128),(16748,'Debre Zeyit',NULL,1128),(16749,'Deder',NULL,1128),(16750,'Dembi Dolo',NULL,1128),(16751,'Dodola',NULL,1128),(16752,'Fiche',NULL,1128),(16753,'Gebre Guracha',NULL,1128),(16754,'Gedo',NULL,1128),(16755,'Gelemso',NULL,1128),(16756,'Gimbi',NULL,1128),(16757,'Ginch\'i',NULL,1128),(16758,'Ginir',NULL,1128),(16759,'Giyon',NULL,1128),(16760,'Goba',NULL,1128),(16761,'Gore',NULL,1128),(16762,'Guder',NULL,1128),(16763,'Hagere Hiywet',NULL,1128),(16764,'Hagere Maryam',NULL,1128),(16765,'Hirna',NULL,1128),(16766,'Holeta Genet',NULL,1128),(16767,'Huruta',NULL,1128),(16768,'Jimma',NULL,1128),(16769,'Kibre Mengist',NULL,1128),(16770,'Kofele',NULL,1128),(16771,'Mega',NULL,1128),(16772,'Mek\'i',NULL,1128),(16773,'Mendi',NULL,1128),(16774,'Metehara',NULL,1128),(16775,'Metu',NULL,1128),(16776,'Mojo',NULL,1128),(16777,'Moyale',NULL,1128),(16778,'Nazret',NULL,1128),(16779,'Nedjo',NULL,1128),(16780,'Negele',NULL,1128),(16781,'Nek\'emte',NULL,1128),(16782,'Robe',NULL,1128),(16783,'Sebeta',NULL,1128),(16784,'Sendafa',NULL,1128),(16785,'Shakiso',NULL,1128),(16786,'Shambu',NULL,1128),(16787,'Shashemenne',NULL,1128),(16788,'Sheh Hussen',NULL,1128),(16789,'Sire',NULL,1128),(16790,'Tulu Bolo',NULL,1128),(16791,'Welench\'iti',NULL,1128),(16792,'Welk\'it\'e',NULL,1128),(16793,'Wonji',NULL,1128),(16794,'Yabelo',NULL,1128),(16795,'Ziway',NULL,1128),(16796,'Bircot',NULL,1129),(16797,'Degeh Bur',NULL,1129),(16798,'Dollo Odo',NULL,1129),(16799,'Imi',NULL,1129),(16800,'Jijiga',NULL,1129),(16801,'Werder',NULL,1129),(16802,'Alaba Kulito',NULL,1130),(16803,'Arba Minch',NULL,1130),(16804,'Areka',NULL,1130),(16805,'Awassa',NULL,1130),(16806,'Bako',NULL,1130),(16807,'Boditi',NULL,1130),(16808,'Bonga',NULL,1130),(16809,'Butajira',NULL,1130),(16810,'Ch\'ench\'a',NULL,1130),(16811,'Dilla',NULL,1130),(16812,'Gidole',NULL,1130),(16813,'Hossa\'ina',NULL,1130),(16814,'Jinka',NULL,1130),(16815,'Leku',NULL,1130),(16816,'Mizan Teferi',NULL,1130),(16817,'Sawla',NULL,1130),(16818,'Soddo',NULL,1130),(16819,'Teppi',NULL,1130),(16820,'Wendo',NULL,1130),(16821,'Yirga Alem',NULL,1130),(16822,'Yirga Ch\'efe',NULL,1130),(16823,'Abiy Adi',NULL,1131),(16824,'Addigrat',NULL,1131),(16825,'Adwa',NULL,1131),(16826,'Aksum',NULL,1131),(16827,'Alamat\'a',NULL,1131),(16828,'Endasilasie',NULL,1131),(16829,'Hagere Selam',NULL,1131),(16830,'Himora',NULL,1131),(16831,'Korem',NULL,1131),(16832,'Maych\'ew',NULL,1131),(16833,'Mek\'ele',NULL,1131),(16834,'Mekele',NULL,1131),(16835,'Wik\'ro',NULL,1131),(16836,'Hvannasund',NULL,1137),(16837,'Klaksvik',NULL,1137),(16838,'Husavik',NULL,1140),(16839,'Sands',NULL,1140),(16840,'Skalavik',NULL,1140),(16841,'Skopun',NULL,1140),(16842,'Skuvoy',NULL,1140),(16843,'Haldarsvik',NULL,1141),(16844,'Hests',NULL,1141),(16845,'Hosvik',NULL,1141),(16846,'Hvalvik',NULL,1141),(16847,'Kirkjubo',NULL,1141),(16848,'Kollafjar ',NULL,1141),(16849,'Kvivik',NULL,1141),(16850,'Nolsoy',NULL,1141),(16851,'Saksun',NULL,1141),(16852,'Torshavn',NULL,1141),(16853,'Vestmanna',NULL,1141),(16854,'Torshavn',NULL,1144),(16855,'Biggjar',NULL,1145),(16856,'Midvags',NULL,1145),(16857,'Mykines',NULL,1145),(16858,'Sandavags',NULL,1145),(16859,'Sorvags',NULL,1145),(16860,'Deuba',NULL,1146),(16861,'Korovou',NULL,1146),(16862,'Lami',NULL,1146),(16863,'Namosi',NULL,1146),(16864,'Nausori',NULL,1146),(16865,'Navua',NULL,1146),(16866,'Suva',NULL,1146),(16867,'Levuka',NULL,1147),(16868,'Malhaha',NULL,1147),(16869,'Tubou',NULL,1147),(16870,'Vunisea',NULL,1147),(16871,'Korokade',NULL,1148),(16872,'Labasa',NULL,1148),(16873,'Savusavu',NULL,1148),(16874,'Ba',NULL,1150),(16875,'Lautoka',NULL,1150),(16876,'Nadi',NULL,1150),(16877,'Rakiraki',NULL,1150),(16878,'Sigatoka',NULL,1150),(16879,'Tavua',NULL,1150),(16880,'Vatukoula',NULL,1150),(16881,'Maarianhamina',NULL,1151),(16882,'Imatra',NULL,1152),(16883,'Joutseno',NULL,1152),(16884,'Lappeenranta',NULL,1152),(16885,'Hyllykallio',NULL,1153),(16886,'Ilmajoki',NULL,1153),(16887,'Kauhajoki',NULL,1153),(16888,'Kurikka',NULL,1153),(16889,'Lapua',NULL,1153),(16890,'Seinajoki',NULL,1153),(16891,'Mikkeli',NULL,1154),(16892,'Savonlinna',NULL,1154),(16893,'Loviisa',NULL,1157),(16894,'Orimattila',NULL,1157),(16895,'Porvoo',NULL,1157),(16896,'Kajaani',NULL,1158),(16897,'Forssa',NULL,1159),(16898,'Hameenlinna',NULL,1159),(16899,'Janakkala',NULL,1159),(16900,'Riihimaki',NULL,1159),(16901,'Kokkola',NULL,1160),(16902,'Aanekoski',NULL,1161),(16903,'Jamsa',NULL,1161),(16904,'Jyvaskyla',NULL,1161),(16905,'Keuruu',NULL,1161),(16906,'Laukaa',NULL,1161),(16907,'Lieto',NULL,1161),(16908,'Anjalankoski',NULL,1162),(16909,'Hamina',NULL,1162),(16910,'Kotka',NULL,1162),(16911,'Kouvola',NULL,1162),(16912,'Kuusankoski',NULL,1162),(16913,'Valkeala',NULL,1162),(16914,'Vehkalahti',NULL,1162),(16915,'Kemi',NULL,1164),(16916,'Kemijarvi',NULL,1164),(16917,'Rovaniemi',NULL,1164),(16918,'Sonka',NULL,1164),(16919,'Tornio',NULL,1164),(16920,'Jakobstad',NULL,1166),(16921,'Oulunsalo',NULL,1166),(16922,'Heinola',NULL,1168),(16923,'Hollola',NULL,1168),(16924,'Lahti',NULL,1168),(16925,'Nastola',NULL,1168),(16926,'Kangasala',NULL,1169),(16927,'Lempaala',NULL,1169),(16928,'Nokia',NULL,1169),(16929,'Pirkkala',NULL,1169),(16930,'Sastamala',NULL,1169),(16931,'Tampere',NULL,1169),(16932,'Valkeakoski',NULL,1169),(16933,'Ylojarvi',NULL,1169),(16934,'Kristiinankaupunki',NULL,1170),(16935,'Mustasaari',NULL,1170),(16936,'Pietarsaari',NULL,1170),(16937,'Uusikarlepyy',NULL,1170),(16938,'Vaasa',NULL,1170),(16939,'Joensuu',NULL,1171),(16940,'Lieksa',NULL,1171),(16941,'Haukipudas',NULL,1172),(16942,'Kempele',NULL,1172),(16943,'Kuusamo',NULL,1172),(16944,'Muhos',NULL,1172),(16945,'Nivala',NULL,1172),(16946,'Oulainen',NULL,1172),(16947,'Oulu',NULL,1172),(16948,'Raahe',NULL,1172),(16949,'Ylivieska',NULL,1172),(16950,'Iisalmi',NULL,1173),(16951,'Kuopio',NULL,1173),(16952,'Sillinjarvi',NULL,1173),(16953,'Varkaus',NULL,1173),(16954,'Saarijarvi',NULL,1174),(16955,'Eura',NULL,1175),(16956,'Eurajoki',NULL,1175),(16957,'Harjavalta',NULL,1175),(16958,'Huittinen',NULL,1175),(16959,'Kankaanpaa',NULL,1175),(16960,'Kokemaki',NULL,1175),(16961,'Lappi',NULL,1175),(16962,'Nakkila',NULL,1175),(16963,'Noormarkku',NULL,1175),(16964,'Pori',NULL,1175),(16965,'Rauma',NULL,1175),(16966,'Sakyla',NULL,1175),(16967,'Ulvila',NULL,1175),(16968,'Vammala',NULL,1175),(16969,'Espoo',NULL,1179),(16970,'Hanko',NULL,1179),(16971,'Helsinki',NULL,1179),(16972,'Hyvinkaa',NULL,1179),(16973,'Jarvenpaa',NULL,1179),(16974,'Kauniainen',NULL,1179),(16975,'Kerava',NULL,1179),(16976,'Kirkkonummi',NULL,1179),(16977,'Lohja',NULL,1179),(16978,'Mantsala',NULL,1179),(16979,'Nurmijarvi',NULL,1179),(16980,'Sipoo',NULL,1179),(16981,'Tammisaari',NULL,1179),(16982,'Tuusula',NULL,1179),(16983,'Vantaa',NULL,1179),(16984,'Vihti',NULL,1179),(16985,'Kaarina',NULL,1180),(16986,'Naantali',NULL,1180),(16987,'Parainen',NULL,1180),(16988,'Raisio',NULL,1180),(16989,'Salo',NULL,1180),(16990,'Turku',NULL,1180),(16991,'Uusikaupunki',NULL,1180),(16992,'Amberieu-en-Bugey',NULL,1181),(16993,'Bellegarde-sur-Valserine',NULL,1181),(16994,'Bourg-en-Bresse',NULL,1181),(16995,'Oyonnax',NULL,1181),(16996,'Chateau-Thierry',NULL,1182),(16997,'Chauny',NULL,1182),(16998,'Hirson',NULL,1182),(16999,'Laon',NULL,1182),(17000,'Saint-Quentin',NULL,1182),(17001,'Soissons',NULL,1182),(17002,'Strassbourg',NULL,1182),(17003,'Tergnier',NULL,1182),(17004,'Cusset',NULL,1184),(17005,'Montlucon',NULL,1184),(17006,'Moulins',NULL,1184),(17007,'Vichy',NULL,1184),(17008,'Yzeure',NULL,1184),(17009,'Antibes',NULL,1186),(17010,'Beausoleil',NULL,1186),(17011,'Cagnes-sur-Mer',NULL,1186),(17012,'Cannes',NULL,1186),(17013,'Carros',NULL,1186),(17014,'Grasse',NULL,1186),(17015,'La Trinite',NULL,1186),(17016,'Le Cannet',NULL,1186),(17017,'Mandelieu-la-Napoule',NULL,1186),(17018,'Menton',NULL,1186),(17019,'Mougins',NULL,1186),(17020,'Nice',NULL,1186),(17021,'Roquebrune-Cap-Martin',NULL,1186),(17022,'Saint-Laurent-du-Var',NULL,1186),(17023,'Valbonne',NULL,1186),(17024,'Vallauris',NULL,1186),(17025,'Vence',NULL,1186),(17026,'Villeneuve-Loubet',NULL,1186),(17027,'Digne-les-Bains',NULL,1187),(17028,'Manosque',NULL,1187),(17029,'Adainville',NULL,1188),(17030,'Alby-sur-Cheran',NULL,1188),(17031,'Aubervilliers',NULL,1188),(17032,'Auterive',NULL,1188),(17033,'Baillet',NULL,1188),(17034,'Beaune',NULL,1188),(17035,'Beauzelle',NULL,1188),(17036,'Bonnet De Mure',NULL,1188),(17037,'Bormes-les-Mimosas',NULL,1188),(17038,'Brindas',NULL,1188),(17039,'Burlats',NULL,1188),(17040,'Buzancais',NULL,1188),(17041,'Candillargues',NULL,1188),(17042,'Carry-le-Rouet',NULL,1188),(17043,'Cassis',NULL,1188),(17044,'Cessenon-Sur-Orb',NULL,1188),(17045,'Chanac',NULL,1188),(17046,'Chevigny',NULL,1188),(17047,'Cogolin',NULL,1188),(17048,'Collioure',NULL,1188),(17049,'Cremieu',NULL,1188),(17050,'Drulingen',NULL,1188),(17051,'Ecouen',NULL,1188),(17052,'Eschau',NULL,1188),(17053,'Feignies',NULL,1188),(17054,'Ferus',NULL,1188),(17055,'Fourqueux',NULL,1188),(17056,'Franqueville',NULL,1188),(17057,'Gignac',NULL,1188),(17058,'Gravigny',NULL,1188),(17059,'Hangenbieten',NULL,1188),(17060,'Hunspach',NULL,1188),(17061,'Kilstett',NULL,1188),(17062,'La Chevroliere',NULL,1188),(17063,'La-Fare-Les-Oliviers',NULL,1188),(17064,'Lanvellec',NULL,1188),(17065,'Le Faget',NULL,1188),(17066,'Lesigny',NULL,1188),(17067,'Lesquin',NULL,1188),(17068,'Limonest',NULL,1188),(17069,'Messein',NULL,1188),(17070,'Morgat',NULL,1188),(17071,'Mundolsheim',NULL,1188),(17072,'Nantiat',NULL,1188),(17073,'Niederbronn-les-Bain',NULL,1188),(17074,'Nimes',NULL,1188),(17075,'Opoul',NULL,1188),(17076,'Pance',NULL,1188),(17077,'Peronne',NULL,1188),(17078,'Ploneour Lanvern',NULL,1188),(17079,'Realmont',NULL,1188),(17080,'Reichstett',NULL,1188),(17081,'Saint Aubin',NULL,1188),(17082,'Saint Christophe',NULL,1188),(17083,'Saint Martin d’Here',NULL,1188),(17084,'Saint-Berthevin',NULL,1188),(17085,'Saint-Cergues',NULL,1188),(17086,'Sancerre',NULL,1188),(17087,'Sarzeau',NULL,1188),(17088,'Seltz',NULL,1188),(17089,'Seyssins',NULL,1188),(17090,'Souffelweyersheim',NULL,1188),(17091,'Vireux-Molhain',NULL,1188),(17092,'Voves',NULL,1188),(17093,'Wambrechies',NULL,1188),(17094,'Wervocq Sud',NULL,1188),(17095,'Abzac',NULL,1189),(17096,'Bidart',NULL,1189),(17097,'Biganos',NULL,1189),(17098,'Buzet-sur-Baise',NULL,1189),(17099,'Coursac',NULL,1189),(17100,'Hasparren',NULL,1189),(17101,'Landiras',NULL,1189),(17102,'Le Haillan',NULL,1189),(17103,'Ledat',NULL,1189),(17104,'Martillac',NULL,1189),(17105,'Puyoo',NULL,1189),(17106,'Saint-Jean-dIllac',NULL,1189),(17107,'Seignosse',NULL,1189),(17108,'Tresses',NULL,1189),(17109,'Annonay',NULL,1190),(17110,'Aubenas',NULL,1190),(17111,'Guilherand-Granges',NULL,1190),(17112,'Privas',NULL,1190),(17113,'Tournon-sur-Rhone',NULL,1190),(17114,'Charleville-Mezieres',NULL,1191),(17115,'Les Hautes-Rivieres',NULL,1191),(17116,'Revin',NULL,1191),(17117,'Sedan',NULL,1191),(17118,'Foix',NULL,1192),(17119,'Pamier',NULL,1192),(17120,'Bar-sur-Seine',NULL,1193),(17121,'Romilly-sur-Seine',NULL,1193),(17122,'Saint-Andre-les-Vergers',NULL,1193),(17123,'Sainte-Savine',NULL,1193),(17124,'Troyes',NULL,1193),(17125,'Carcassonne',NULL,1194),(17126,'Castelnaudary',NULL,1194),(17127,'Limoux',NULL,1194),(17128,'Narbonne',NULL,1194),(17129,'Ambert',NULL,1195),(17130,'Creuzier-le-Vieux',NULL,1195),(17131,'Ferrieres',NULL,1195),(17132,'Peschadoires',NULL,1195),(17133,'Riotord',NULL,1195),(17134,'Saint-Pal-de-Chalencon',NULL,1195),(17135,'Saint-Romain-Lachalm',NULL,1195),(17136,'Saint-Vidal',NULL,1195),(17137,'Sainte-Sigolene',NULL,1195),(17138,'Millau',NULL,1196),(17139,'Onet-le-Chataeu',NULL,1196),(17140,'Rodez',NULL,1196),(17141,'Villefranche-de-Rouergue',NULL,1196),(17142,'Bischheim',NULL,1197),(17143,'Bischwiller',NULL,1197),(17144,'Haguenau',NULL,1197),(17145,'Hoenheim',NULL,1197),(17146,'Illkirch-Graffenstaden',NULL,1197),(17147,'Lingolsheim',NULL,1197),(17148,'Obernai',NULL,1197),(17149,'Ostwald',NULL,1197),(17150,'Saverne',NULL,1197),(17151,'Schiltigheim',NULL,1197),(17152,'Selestat',NULL,1197),(17153,'Strasbourg',NULL,1197),(17154,'Deauville',NULL,1198),(17155,'Aix-en-Provence',NULL,1199),(17156,'Allauch',NULL,1199),(17157,'Arles',NULL,1199),(17158,'Aubagne',NULL,1199),(17159,'Berre-l\'Etang',NULL,1199),(17160,'Bouc-Bel-Air',NULL,1199),(17161,'Chateauneuf-les-Martigues',NULL,1199),(17162,'Chateaurenard',NULL,1199),(17163,'Fos-sur-Mer',NULL,1199),(17164,'Gardanne',NULL,1199),(17165,'Istres',NULL,1199),(17166,'La Ciotat',NULL,1199),(17167,'Les Pennes-Mirabeau',NULL,1199),(17168,'Maillane',NULL,1199),(17169,'Marignane',NULL,1199),(17170,'Marseille',NULL,1199),(17171,'Martigues',NULL,1199),(17172,'Miramas',NULL,1199),(17173,'Plan-de-Cuques',NULL,1199),(17174,'Port-de-Bouc',NULL,1199),(17175,'Rognac',NULL,1199),(17176,'Saint-Martin-de-Crau',NULL,1199),(17177,'Saint-Remy-de-Provence',NULL,1199),(17178,'Salon-de-Provence',NULL,1199),(17179,'Septemes-les-Vallons',NULL,1199),(17180,'Tarascon',NULL,1199),(17181,'Vitrolles',NULL,1199),(17182,'Migennes',NULL,1200),(17183,'Javene',NULL,1201),(17184,'Plouha',NULL,1201),(17185,'Brehan',NULL,1202),(17186,'Broons',NULL,1202),(17187,'Guipry',NULL,1202),(17188,'Miniac-Morvan',NULL,1202),(17189,'Ploudaniel',NULL,1202),(17190,'Vern-sur-Seiche',NULL,1202),(17191,'Aillant-sur-Tholon',NULL,1203),(17192,'Bayeux',NULL,1204),(17193,'Caen',NULL,1204),(17194,'Herouville-Saint-Clair',NULL,1204),(17195,'Lisieux',NULL,1204),(17196,'Mondeville',NULL,1204),(17197,'Vire',NULL,1204),(17198,'Aurillac',NULL,1205),(17199,'Brumath',NULL,1206),(17200,'Courtaboeuf',NULL,1206),(17201,'Iregny',NULL,1206),(17202,'cedex',NULL,1206),(17203,'Azay-le-Rideau',NULL,1207),(17204,'Chevillon-sur-Huillard',NULL,1207),(17205,'Cloyes-sur-le-Loir',NULL,1207),(17206,'Gellainville',NULL,1207),(17207,'La Chaussse-Saint-Victor',NULL,1207),(17208,'La Ville-aux-Clercs',NULL,1207),(17209,'Ladon',NULL,1207),(17210,'Le Chatelet',NULL,1207),(17211,'Angouleme',NULL,1208),(17212,'Cognac',NULL,1208),(17213,'Lencloitre',NULL,1208),(17214,'Soyaux',NULL,1208),(17215,'La Rochelle',NULL,1209),(17216,'Rochefort',NULL,1209),(17217,'Royan',NULL,1209),(17218,'Saintes',NULL,1209),(17219,'Bourges',NULL,1210),(17220,'Saint-Amand-Montrond',NULL,1210),(17221,'Saint-Doulchard',NULL,1210),(17222,'Vierzon',NULL,1210),(17223,'Brive-la-Gaillarde',NULL,1211),(17224,'Tulle',NULL,1211),(17225,'Ussel',NULL,1211),(17226,'Ajaccio',NULL,1212),(17227,'Porto-Vecchio',NULL,1212),(17228,'Beaune',NULL,1213),(17229,'Chenove',NULL,1213),(17230,'Dijon',NULL,1213),(17231,'Quetigny',NULL,1213),(17232,'Talant',NULL,1213),(17233,'Dinan',NULL,1214),(17234,'Lamballe',NULL,1214),(17235,'Lannion',NULL,1214),(17236,'Loudeac',NULL,1214),(17237,'Plerin',NULL,1214),(17238,'Ploufragan',NULL,1214),(17239,'Saint-Brieuc',NULL,1214),(17240,'Gueret',NULL,1215),(17241,'Crolles',NULL,1216),(17242,'Bressuire',NULL,1217),(17243,'Niort',NULL,1217),(17244,'Parthenay',NULL,1217),(17245,'Thouars',NULL,1217),(17246,'Bergerac',NULL,1218),(17247,'Perigueux',NULL,1218),(17248,'Sarlat-la-Caneda',NULL,1218),(17249,'Audincourt',NULL,1219),(17250,'Besancon',NULL,1219),(17251,'Beure',NULL,1219),(17252,'Montbeliard',NULL,1219),(17253,'Pontarlier',NULL,1219),(17254,'Valentigney',NULL,1219),(17255,'Bourg-les-Valence',NULL,1220),(17256,'Montelimar',NULL,1220),(17257,'Pierrelatte',NULL,1220),(17258,'Romans-sur-Isere',NULL,1220),(17259,'Valence',NULL,1220),(17260,'Athis-Mons',NULL,1221),(17261,'Bretigny-sur-Orge',NULL,1221),(17262,'Brunoy',NULL,1221),(17263,'Bures-sur-Yvette',NULL,1221),(17264,'Chilly-Mazarin',NULL,1221),(17265,'Corbeil-Essonnes',NULL,1221),(17266,'Courcouronnes',NULL,1221),(17267,'Dourdan',NULL,1221),(17268,'Draveil',NULL,1221),(17269,'Epinay-sous-Senart',NULL,1221),(17270,'Epinay-sur-Orge',NULL,1221),(17271,'Etampes',NULL,1221),(17272,'Evry',NULL,1221),(17273,'Fleury-Merogis',NULL,1221),(17274,'Gif-sur-Yvette',NULL,1221),(17275,'Grigny',NULL,1221),(17276,'Igny',NULL,1221),(17277,'Juvisy-sur-Orge',NULL,1221),(17278,'Les Ulis',NULL,1221),(17279,'Longjumeau',NULL,1221),(17280,'Massy',NULL,1221),(17281,'Mennecy',NULL,1221),(17282,'Montgeron',NULL,1221),(17283,'Morangis',NULL,1221),(17284,'Morsang-sur-Orge',NULL,1221),(17285,'Orsay',NULL,1221),(17286,'Palaiseau',NULL,1221),(17287,'Ris-Orangis',NULL,1221),(17288,'Saint-Michel-sur-Orge',NULL,1221),(17289,'Sainte-Genevieve-des-Bois',NULL,1221),(17290,'Savigny-sur-Orge',NULL,1221),(17291,'Verrieres-le-Buisson',NULL,1221),(17292,'Vigneux-sur-Seine',NULL,1221),(17293,'Villebon-sur-Yvette',NULL,1221),(17294,'Viry-Chatillon',NULL,1221),(17295,'Yerres',NULL,1221),(17296,'Bernay',NULL,1222),(17297,'Evreux',NULL,1222),(17298,'Gisors',NULL,1222),(17299,'Louviers',NULL,1222),(17300,'Pont-Audemer',NULL,1222),(17301,'Val-de-Reuil',NULL,1222),(17302,'Vernon',NULL,1222),(17303,'Chartres',NULL,1223),(17304,'Chateaudun',NULL,1223),(17305,'Dreux',NULL,1223),(17306,'Luce',NULL,1223),(17307,'Mainvillier',NULL,1223),(17308,'Nogent-le-Rotrou',NULL,1223),(17309,'Vernouillet',NULL,1223),(17310,'Feucherolles',NULL,1224),(17311,'Brest',NULL,1225),(17312,'Concarneau',NULL,1225),(17313,'Douarnenez',NULL,1225),(17314,'Guipavas',NULL,1225),(17315,'Landerneau',NULL,1225),(17316,'Le Relecq-Kerhoun',NULL,1225),(17317,'Morlaix',NULL,1225),(17318,'Plougastel-Daoulas',NULL,1225),(17319,'Plouzane',NULL,1225),(17320,'Quimper',NULL,1225),(17321,'Quimperle',NULL,1225),(17322,'Charquemont',NULL,1226),(17323,'Chemaudin',NULL,1226),(17324,'Pelousey',NULL,1226),(17325,'Perrigny',NULL,1226),(17326,'Pirey',NULL,1226),(17327,'Villers-le-Lac',NULL,1226),(17328,'Ales',NULL,1227),(17329,'Bagnols-sur-Ceze',NULL,1227),(17330,'Beaucaire',NULL,1227),(17331,'Nimes',NULL,1227),(17332,'Pont-Saint-Esprit',NULL,1227),(17333,'Saint-Gilles',NULL,1227),(17334,'Vauvert',NULL,1227),(17335,'Villeneuve-les-Avignon',NULL,1227),(17336,'Auch',NULL,1228),(17337,'Beraut',NULL,1228),(17338,'Ambares-et-Lagrave',NULL,1229),(17339,'Arcachon',NULL,1229),(17340,'Begles',NULL,1229),(17341,'Blanquefort',NULL,1229),(17342,'Bordeaux',NULL,1229),(17343,'Bruges',NULL,1229),(17344,'Cenon',NULL,1229),(17345,'Cestas',NULL,1229),(17346,'Eysines',NULL,1229),(17347,'Floirac',NULL,1229),(17348,'Gradignan',NULL,1229),(17349,'Gujan-Mestras',NULL,1229),(17350,'La Teste-de-Buch',NULL,1229),(17351,'Le Bouscat',NULL,1229),(17352,'Libourne',NULL,1229),(17353,'Lormont',NULL,1229),(17354,'Merignac',NULL,1229),(17355,'Pessac',NULL,1229),(17356,'Saint-Medard-en-Jalles',NULL,1229),(17357,'Talence',NULL,1229),(17358,'Villenave-d\'Ornon',NULL,1229),(17359,'Cernay',NULL,1230),(17360,'Colmar',NULL,1230),(17361,'Guebwiller',NULL,1230),(17362,'Illzach',NULL,1230),(17363,'Kingersheim',NULL,1230),(17364,'Mulhouse',NULL,1230),(17365,'Riediesheim',NULL,1230),(17366,'Rixheim',NULL,1230),(17367,'Saint-Louis',NULL,1230),(17368,'Wittelsheim',NULL,1230),(17369,'Wittenheim',NULL,1230),(17370,'Bastia',NULL,1231),(17371,'Balma',NULL,1232),(17372,'Blagnac',NULL,1232),(17373,'Colomiers',NULL,1232),(17374,'Cugnaux',NULL,1232),(17375,'L\'Union',NULL,1232),(17376,'Muret',NULL,1232),(17377,'Plaisance-du-Touch',NULL,1232),(17378,'Ramonville-Saint-Agne',NULL,1232),(17379,'Saint-Gaudens',NULL,1232),(17380,'Saint-Orens-de-Gameville',NULL,1232),(17381,'Toulouse',NULL,1232),(17382,'Tournefeuille',NULL,1232),(17383,'Blanzac',NULL,1233),(17384,'Le Puy-en-Velay',NULL,1233),(17385,'Chaumont',NULL,1234),(17386,'Langres',NULL,1234),(17387,'Saint-Dizier',NULL,1234),(17388,'Hericourt',NULL,1235),(17389,'Lure',NULL,1235),(17390,'Luxeuil-les-Bains',NULL,1235),(17391,'Vesoul',NULL,1235),(17392,'Annecy',NULL,1236),(17393,'Annecy-le-Vieux',NULL,1236),(17394,'Annemasse',NULL,1236),(17395,'Archamps',NULL,1236),(17396,'Bonneville',NULL,1236),(17397,'Chamonix-Mont-Blanc',NULL,1236),(17398,'Cluses',NULL,1236),(17399,'Contamine sur Arve',NULL,1236),(17400,'Cran-Gevrier',NULL,1236),(17401,'Passy',NULL,1236),(17402,'Rumilly',NULL,1236),(17403,'Sallanches',NULL,1236),(17404,'Seynod',NULL,1236),(17405,'Thonon-les-Bains',NULL,1236),(17406,'Gaillard',NULL,1237),(17407,'Limoges',NULL,1237),(17408,'Saint-Junien',NULL,1237),(17409,'Briancon',NULL,1238),(17410,'Gap',NULL,1238),(17411,'Lourdes',NULL,1239),(17412,'Tarbes',NULL,1239),(17413,'Antony',NULL,1240),(17414,'Asnieres-sur-Seine',NULL,1240),(17415,'Bagneux',NULL,1240),(17416,'Bois-Colombes',NULL,1240),(17417,'Boulogne-Billancourt',NULL,1240),(17418,'Bourg-la-Reine',NULL,1240),(17419,'Chatenay-Malabry',NULL,1240),(17420,'Chatillon',NULL,1240),(17421,'Chaville',NULL,1240),(17422,'Clamart',NULL,1240),(17423,'Clichy',NULL,1240),(17424,'Colombes',NULL,1240),(17425,'Courbevoie',NULL,1240),(17426,'Fontenay-aux-Roses',NULL,1240),(17427,'Garches',NULL,1240),(17428,'Gennevillers',NULL,1240),(17429,'Issy-les-Moulineaux',NULL,1240),(17430,'La Garenne-Colombes',NULL,1240),(17431,'Le Plessis-Robinson',NULL,1240),(17432,'Levallois-Perret',NULL,1240),(17433,'Malakoff',NULL,1240),(17434,'Meudon',NULL,1240),(17435,'Montrouge',NULL,1240),(17436,'Nanterre',NULL,1240),(17437,'Neuilly-sur-Seine',NULL,1240),(17438,'Puteaux',NULL,1240),(17439,'Rueil-Malmaison',NULL,1240),(17440,'Saint-Cloud',NULL,1240),(17441,'Sceaux',NULL,1240),(17442,'Sevres',NULL,1240),(17443,'Suresnes',NULL,1240),(17444,'Vanves',NULL,1240),(17445,'Ville-d\'Avray',NULL,1240),(17446,'Villeneuve-la-Garenne',NULL,1240),(17447,'Agde',NULL,1241),(17448,'Beziers',NULL,1241),(17449,'Castelnau-le-Lez',NULL,1241),(17450,'Frontignan',NULL,1241),(17451,'Lattes',NULL,1241),(17452,'Lunel',NULL,1241),(17453,'Mauguio',NULL,1241),(17454,'Montpellier',NULL,1241),(17455,'Sete',NULL,1241),(17456,'Champagne-sur-Oise',NULL,1242),(17457,'Croissy-Beaubourg',NULL,1242),(17458,'Gennevilliers',NULL,1242),(17459,'Le Mesnil-le-Roi',NULL,1242),(17460,'Le Plessis-Bouchard',NULL,1242),(17461,'Rebais',NULL,1242),(17462,'Saint-Thibault-des-Vignes',NULL,1242),(17463,'Cesson-Sevigne',NULL,1243),(17464,'Dinard',NULL,1243),(17465,'Fougeres',NULL,1243),(17466,'Rennes',NULL,1243),(17467,'Saint-Malo',NULL,1243),(17468,'Vitre',NULL,1243),(17469,'Chateauroux',NULL,1244),(17470,'Issoudun',NULL,1244),(17471,'Amboise',NULL,1245),(17472,'Joue-les-Tours',NULL,1245),(17473,'Saint-Avertin',NULL,1245),(17474,'Saint-Cyr-sur-Loire',NULL,1245),(17475,'Saint-Pierre-des-Corps',NULL,1245),(17476,'Tours',NULL,1245),(17477,'Bourgoin-Jallieu',NULL,1246),(17478,'Crolles',NULL,1246),(17479,'Echirolles',NULL,1246),(17480,'Fontaine',NULL,1246),(17481,'Grenoble',NULL,1246),(17482,'Le Pont-de-Claix',NULL,1246),(17483,'Meylan',NULL,1246),(17484,'Saint-Egreve',NULL,1246),(17485,'Saint-Martin-d\'Heres',NULL,1246),(17486,'Seyssinet-Pariset',NULL,1246),(17487,'Vienne',NULL,1246),(17488,'Villefontaine',NULL,1246),(17489,'Voiron',NULL,1246),(17490,'Champagnole',NULL,1247),(17491,'Dole',NULL,1247),(17492,'Lons-le-Saunier',NULL,1247),(17493,'Saint-Claude',NULL,1247),(17494,'Sebastiangasse',NULL,1248),(17495,'Biscarrosse',NULL,1249),(17496,'Dax',NULL,1249),(17497,'Hagetmau',NULL,1249),(17498,'Landes',NULL,1249),(17499,'Mont-de-Marsan',NULL,1249),(17500,'Saint-Paul-les-Dax',NULL,1249),(17501,'Tarnos',NULL,1249),(17502,'Codolet',NULL,1250),(17503,'Cuxac-d\'Aude',NULL,1250),(17504,'Gigean',NULL,1250),(17505,'Grabels',NULL,1250),(17506,'Lamalou-les-Bains',NULL,1250),(17507,'Perols',NULL,1250),(17508,'Peyrens',NULL,1250),(17509,'Tuchan',NULL,1250),(17510,'Larcay',NULL,1251),(17511,'Voutezac',NULL,1254),(17512,'Blois',NULL,1255),(17513,'Romorantin-Lanthenay',NULL,1255),(17514,'Vendome',NULL,1255),(17515,'Andrezieux-Boutheon',NULL,1256),(17516,'Firminy',NULL,1256),(17517,'La Ricamarie',NULL,1256),(17518,'Le Chambon-Feugerolles',NULL,1256),(17519,'Montbrison',NULL,1256),(17520,'Riorges',NULL,1256),(17521,'Rive-de-Gier',NULL,1256),(17522,'Roanne',NULL,1256),(17523,'Roche-la-Moliere',NULL,1256),(17524,'Saint-Chamond',NULL,1256),(17525,'Saint-Etienne',NULL,1256),(17526,'Saint-Just-Saint-Rambert',NULL,1256),(17527,'Bouguenais',NULL,1257),(17528,'Carquefou',NULL,1257),(17529,'Chateaubriant',NULL,1257),(17530,'Coueron',NULL,1257),(17531,'Guerande',NULL,1257),(17532,'La Baule-Escoublac',NULL,1257),(17533,'La Chapelle-sur-Erdre',NULL,1257),(17534,'Nantes',NULL,1257),(17535,'Orvault',NULL,1257),(17536,'Reze',NULL,1257),(17537,'Saint Etienne de Mer Morte',NULL,1257),(17538,'Saint-Herblain',NULL,1257),(17539,'Saint-Nazaire',NULL,1257),(17540,'Saint-Sebastien-sur-Loire',NULL,1257),(17541,'Sainte-Luce-sur-Loire',NULL,1257),(17542,'Vertou',NULL,1257),(17543,'Amilly',NULL,1258),(17544,'Chalette-sur-Loing',NULL,1258),(17545,'Fleury-les-Aubrais',NULL,1258),(17546,'Gien',NULL,1258),(17547,'Montargis',NULL,1258),(17548,'Olivet',NULL,1258),(17549,'Orleans',NULL,1258),(17550,'Pithiviers',NULL,1258),(17551,'Saint-Jean-de-Braye',NULL,1258),(17552,'Saint-Jean-de-la-Ruelle',NULL,1258),(17553,'Saran',NULL,1258),(17554,'Montbronn',NULL,1259),(17555,'Cahors',NULL,1260),(17556,'Figeac',NULL,1260),(17557,'Agen',NULL,1261),(17558,'Le Passage',NULL,1261),(17559,'Marmande',NULL,1261),(17560,'Tonneins',NULL,1261),(17561,'Villeneuve-sur-Lot',NULL,1261),(17562,'Mende',NULL,1263),(17563,'Angers',NULL,1264),(17564,'Avrille',NULL,1264),(17565,'Cholet',NULL,1264),(17566,'Les Ponts-de-Ce',NULL,1264),(17567,'Saint-Barthelemy-d\'Anjou',NULL,1264),(17568,'Saumur',NULL,1264),(17569,'Torfou',NULL,1264),(17570,'Trelaze',NULL,1264),(17571,'Cherbourg',NULL,1265),(17572,'Coutances',NULL,1265),(17573,'Equeurdreville-Hainneville',NULL,1265),(17574,'Granville',NULL,1265),(17575,'Octeville',NULL,1265),(17576,'Saint-Lo',NULL,1265),(17577,'Tourlaville',NULL,1265),(17578,'Chalons-en-Champagne',NULL,1266),(17579,'Epernay',NULL,1266),(17580,'Reims',NULL,1266),(17581,'Tinqueux',NULL,1266),(17582,'Vitry-le-Francois',NULL,1266),(17583,'Chateau-Gontier',NULL,1267),(17584,'Laval',NULL,1267),(17585,'Mayenne',NULL,1267),(17586,'Montsurs',NULL,1267),(17587,'Dombasle-sur-Meurthe',NULL,1268),(17588,'Jarville-la-Malgrange',NULL,1268),(17589,'Laxou',NULL,1268),(17590,'Longwy',NULL,1268),(17591,'Luneville',NULL,1268),(17592,'Nancy',NULL,1268),(17593,'Pont-a-Mousson',NULL,1268),(17594,'Saint-Max',NULL,1268),(17595,'Toul',NULL,1268),(17596,'Vandoeuvre-les-Nancy',NULL,1268),(17597,'Villers-les-Nancy',NULL,1268),(17598,'Villerupt',NULL,1268),(17599,'Bar-le-Duc',NULL,1269),(17600,'Verdun',NULL,1269),(17601,'Boissezon',NULL,1270),(17602,'Hauterive',NULL,1270),(17603,'Launaguet',NULL,1270),(17604,'Mauleon',NULL,1270),(17605,'Maurens-Scopont',NULL,1270),(17606,'Auray',NULL,1271),(17607,'Guidel',NULL,1271),(17608,'Hennebont',NULL,1271),(17609,'Lanester',NULL,1271),(17610,'Lorient',NULL,1271),(17611,'Ploemeur',NULL,1271),(17612,'Pontivy',NULL,1271),(17613,'Vannes',NULL,1271),(17614,'Amneville',NULL,1272),(17615,'Behren-les-Forbach',NULL,1272),(17616,'Creutzwald',NULL,1272),(17617,'Fameck',NULL,1272),(17618,'Florange',NULL,1272),(17619,'Forbach',NULL,1272),(17620,'Freyming-Merlebach',NULL,1272),(17621,'Hagondange',NULL,1272),(17622,'Hayange',NULL,1272),(17623,'Hombourg-Haut',NULL,1272),(17624,'Maizieres-les-Metz',NULL,1272),(17625,'Marly',NULL,1272),(17626,'Metz',NULL,1272),(17627,'Montigny-les-Metz',NULL,1272),(17628,'Moyeuvre-Grande',NULL,1272),(17629,'Rombas',NULL,1272),(17630,'Saint-Avold',NULL,1272),(17631,'Sarrebourg',NULL,1272),(17632,'Sarreguemines',NULL,1272),(17633,'Stiring-Wendel',NULL,1272),(17634,'Thionville',NULL,1272),(17635,'Uckange',NULL,1272),(17636,'Woippy',NULL,1272),(17637,'Yutz',NULL,1272),(17638,'Cosne-Cours-sur-Loire',NULL,1273),(17639,'Nevers',NULL,1273),(17640,'Varennes-Vauzelles',NULL,1273),(17641,'Aniche',NULL,1274),(17642,'Annoeullin',NULL,1274),(17643,'Anzin',NULL,1274),(17644,'Armentieres',NULL,1274),(17645,'Aulnoye-Aymeries',NULL,1274),(17646,'Bailleul',NULL,1274),(17647,'Bondues',NULL,1274),(17648,'Bruay-sur-l\'Escaut',NULL,1274),(17649,'Cambrai',NULL,1274),(17650,'Cappelle-la-Grande',NULL,1274),(17651,'Caudry',NULL,1274),(17652,'Comines',NULL,1274),(17653,'Conde-sur-l\'Escaut',NULL,1274),(17654,'Coudekerque-Branche',NULL,1274),(17655,'Croix',NULL,1274),(17656,'Denain',NULL,1274),(17657,'Douai',NULL,1274),(17658,'Douchy-les-Mines',NULL,1274),(17659,'Dunkerque',NULL,1274),(17660,'Escaudain',NULL,1274),(17661,'Fache-Thumesnil',NULL,1274),(17662,'Fourmies',NULL,1274),(17663,'Grande-Synthe',NULL,1274),(17664,'Graveline',NULL,1274),(17665,'Halluin',NULL,1274),(17666,'Haubourdin',NULL,1274),(17667,'Hautmont',NULL,1274),(17668,'Hazebrouck',NULL,1274),(17669,'Hem',NULL,1274),(17670,'Hulluch',NULL,1274),(17671,'Jeumont',NULL,1274),(17672,'La Madeleine',NULL,1274),(17673,'Lambersart',NULL,1274),(17674,'Leers',NULL,1274),(17675,'Lille',NULL,1274),(17676,'Lomme',NULL,1274),(17677,'Loos',NULL,1274),(17678,'Lys-lez-Lannoy',NULL,1274),(17679,'Marcq-en-Baroeul',NULL,1274),(17680,'Marennes',NULL,1274),(17681,'Marly',NULL,1274),(17682,'Marquette-lez-Lille',NULL,1274),(17683,'Maubeuge',NULL,1274),(17684,'Merville',NULL,1274),(17685,'Mons-en-Baroeul',NULL,1274),(17686,'Mouvaux',NULL,1274),(17687,'Neuville-en-Ferrain',NULL,1274),(17688,'Onnaing',NULL,1274),(17689,'Raismes',NULL,1274),(17690,'Ronchin',NULL,1274),(17691,'Roncq',NULL,1274),(17692,'Roubaix',NULL,1274),(17693,'Saint-Amand-les-Eaux',NULL,1274),(17694,'Saint-Andre-lez-Lille',NULL,1274),(17695,'Saint-Pol-sur-Mer',NULL,1274),(17696,'Saint-Saulve',NULL,1274),(17697,'Seclin',NULL,1274),(17698,'Sin-le-Noble',NULL,1274),(17699,'Somain',NULL,1274),(17700,'Tourcoing',NULL,1274),(17701,'Valenciennes',NULL,1274),(17702,'Vieux-Conde',NULL,1274),(17703,'Villeneuve-d\'Ascq',NULL,1274),(17704,'Wasquehal',NULL,1274),(17705,'Wattignies',NULL,1274),(17706,'Wattrelos',NULL,1274),(17707,'Waziers',NULL,1274),(17708,'Esquelbecq',NULL,1275),(17709,'Beauvais',NULL,1276),(17710,'Chantilly',NULL,1276),(17711,'Clermont',NULL,1276),(17712,'Compiegne',NULL,1276),(17713,'Creil',NULL,1276),(17714,'Crepy-en-Valois',NULL,1276),(17715,'Gouvieux',NULL,1276),(17716,'Meru',NULL,1276),(17717,'Montataire',NULL,1276),(17718,'Nogent-sur-Oise',NULL,1276),(17719,'Noyon',NULL,1276),(17720,'Pont-Sainte-Maxence',NULL,1276),(17721,'Senlis',NULL,1276),(17722,'Alencon',NULL,1277),(17723,'Argentan',NULL,1277),(17724,'Flers',NULL,1277),(17725,'L\'Aigle',NULL,1277),(17726,'Paris',NULL,1278),(17727,'Aire-sur-la-Lys',NULL,1279),(17728,'Arras',NULL,1279),(17729,'Auchel',NULL,1279),(17730,'Avion',NULL,1279),(17731,'Berck',NULL,1279),(17732,'Bethune',NULL,1279),(17733,'Boulogne-sur-Mer',NULL,1279),(17734,'Bruay-la-Brussiere',NULL,1279),(17735,'Bully-les-Mines',NULL,1279),(17736,'Calais',NULL,1279),(17737,'Carvin',NULL,1279),(17738,'Courrieres',NULL,1279),(17739,'Etaples',NULL,1279),(17740,'Harnes',NULL,1279),(17741,'Henin-Beaumont',NULL,1279),(17742,'Le Portel',NULL,1279),(17743,'Lens',NULL,1279),(17744,'Libercourt',NULL,1279),(17745,'Lievin',NULL,1279),(17746,'Lillers',NULL,1279),(17747,'Longuenesse',NULL,1279),(17748,'Marck',NULL,1279),(17749,'Mericourt',NULL,1279),(17750,'Montigny-en-Gohelle',NULL,1279),(17751,'Noeux-les-Mines',NULL,1279),(17752,'Oignies',NULL,1279),(17753,'Outreau',NULL,1279),(17754,'Rouvroy',NULL,1279),(17755,'Saint-Martin-Boulogne',NULL,1279),(17756,'Saint-Omer',NULL,1279),(17757,'Sallaumines',NULL,1279),(17758,'Vendin-le-Vieil',NULL,1279),(17759,'Loiron',NULL,1281),(17760,'Marolles-les-Braults',NULL,1281),(17761,'Mortagne-sur-Sevre',NULL,1281),(17762,'Mouzillon',NULL,1281),(17763,'Noirmoutier-en-l\'Île',NULL,1281),(17764,'Friville',NULL,1282),(17765,'Liancourt',NULL,1282),(17766,'Maizy',NULL,1282),(17767,'Oust-Marest',NULL,1282),(17768,'Puiseux-le-Hauberger',NULL,1282),(17769,'Saint-Crepin-Ibouvillers',NULL,1282),(17770,'Aubiere',NULL,1283),(17771,'Beaumont',NULL,1283),(17772,'Chamalieres',NULL,1283),(17773,'Clermont-Ferrand',NULL,1283),(17774,'Cournon-d\'Auvergne',NULL,1283),(17775,'Gerzat',NULL,1283),(17776,'Issoire',NULL,1283),(17777,'Riom',NULL,1283),(17778,'Thiers',NULL,1283),(17779,'Anglet',NULL,1284),(17780,'Bayonne',NULL,1284),(17781,'Biarritz',NULL,1284),(17782,'Billere',NULL,1284),(17783,'Hendaye',NULL,1284),(17784,'Lons',NULL,1284),(17785,'Oloron-Sainte-Marie',NULL,1284),(17786,'Orthez',NULL,1284),(17787,'Pau',NULL,1284),(17788,'Saint-Jean-de-Luz',NULL,1284),(17789,'Perpignan',NULL,1285),(17790,'Saint-Esteve',NULL,1285),(17791,'Quelmes',NULL,1286),(17792,'Brignais',NULL,1287),(17793,'Bron',NULL,1287),(17794,'Caluire-et-Cuire',NULL,1287),(17795,'Decines-Charpieu',NULL,1287),(17796,'Ecully',NULL,1287),(17797,'Francheville',NULL,1287),(17798,'Genas',NULL,1287),(17799,'Genay',NULL,1287),(17800,'Givors',NULL,1287),(17801,'Lyon',NULL,1287),(17802,'Meyzieu',NULL,1287),(17803,'Mions',NULL,1287),(17804,'Oullins',NULL,1287),(17805,'Pierre-Benite',NULL,1287),(17806,'Rillieux-la-Pape',NULL,1287),(17807,'Saint-Fons',NULL,1287),(17808,'Saint-Genis-Laval',NULL,1287),(17809,'Saint-Priest',NULL,1287),(17810,'Sainte-Foy-les-Lyon',NULL,1287),(17811,'Tarare',NULL,1287),(17812,'Tassin-la-Demi-Lune',NULL,1287),(17813,'Vaulx-en-Velin',NULL,1287),(17814,'Venissieux',NULL,1287),(17815,'Villefranche-sur-Saone',NULL,1287),(17816,'Villeurbanne',NULL,1287),(17817,'Beauvoir-en-Royans',NULL,1288),(17818,'Belley',NULL,1288),(17819,'Bons-en-Chablais',NULL,1288),(17820,'Chalain-d\'Uzore',NULL,1288),(17821,'Chassieu',NULL,1288),(17822,'Chavanod',NULL,1288),(17823,'Chazay-d-Azergues',NULL,1288),(17824,'Chimilin',NULL,1288),(17825,'Civrieux-d Azergues',NULL,1288),(17826,'Corbas',NULL,1288),(17827,'Courzieu',NULL,1288),(17828,'Dardilly',NULL,1288),(17829,'Guereins',NULL,1288),(17830,'Izernore',NULL,1288),(17831,'La Talaudiere',NULL,1288),(17832,'La Tronche',NULL,1288),(17833,'La Verpilliere',NULL,1288),(17834,'Le Cheylard',NULL,1288),(17835,'Le Cheylas',NULL,1288),(17836,'Mery',NULL,1288),(17837,'Moirans',NULL,1288),(17838,'Montalieu-Vercieu',NULL,1288),(17839,'Montmiral',NULL,1288),(17840,'Peronnas',NULL,1288),(17841,'Poncin',NULL,1288),(17842,'Quincie-en-Beaujolais',NULL,1288),(17843,'Saint-Quentin-sur-Isere',NULL,1288),(17844,'Sainte Agathe la Bouteresse',NULL,1288),(17845,'Sainte-Consorce',NULL,1288),(17846,'Sisteron',NULL,1288),(17847,'Trevoux',NULL,1288),(17848,'Villard-Bonnot',NULL,1288),(17849,'Autun',NULL,1291),(17850,'Chalon-sur-Saone',NULL,1291),(17851,'Digoin',NULL,1291),(17852,'Gueugnon',NULL,1291),(17853,'Le Creusot',NULL,1291),(17854,'Macon',NULL,1291),(17855,'Montceau-les-Mines',NULL,1291),(17856,'Paray-le-Monial',NULL,1291),(17857,'Saint-Vallier',NULL,1291),(17858,'Allonnes',NULL,1292),(17859,'La Ferte-Bernard',NULL,1292),(17860,'La Fleche',NULL,1292),(17861,'Le Mans',NULL,1292),(17862,'Sable-sur-Sarthe',NULL,1292),(17863,'Aix-les-Bains',NULL,1293),(17864,'Albertville',NULL,1293),(17865,'Chambery',NULL,1293),(17866,'La Motte-Servolex',NULL,1293),(17867,'Saint-Jean-de-Maurienne',NULL,1293),(17868,'Barentin',NULL,1294),(17869,'Bihorel',NULL,1294),(17870,'Bois-Guillaume',NULL,1294),(17871,'Bolbec',NULL,1294),(17872,'Canteleu',NULL,1294),(17873,'Caudebec-les-Elbeuf',NULL,1294),(17874,'Darnetal',NULL,1294),(17875,'Deville-les-Rouen',NULL,1294),(17876,'Dieppe',NULL,1294),(17877,'Elbeuf',NULL,1294),(17878,'Fecamp',NULL,1294),(17879,'Gonfreville-l\'Orcher',NULL,1294),(17880,'Grand-Couronne',NULL,1294),(17881,'Harfleur',NULL,1294),(17882,'Le Grand-Quevilly',NULL,1294),(17883,'Le Havre',NULL,1294),(17884,'Le Petit-Quevilly',NULL,1294),(17885,'Lillebonne',NULL,1294),(17886,'Maromme',NULL,1294),(17887,'Mont-Saint-Aignan',NULL,1294),(17888,'Montivilliers',NULL,1294),(17889,'Notre-Dame-de-Gravenchon',NULL,1294),(17890,'Oissel',NULL,1294),(17891,'Rouen',NULL,1294),(17892,'Saint-Etienne-du-Rouvray',NULL,1294),(17893,'Sotteville-les-Rouen',NULL,1294),(17894,'Yvetot',NULL,1294),(17895,'Aubervillers',NULL,1295),(17896,'Aulnay-sous-Bois',NULL,1295),(17897,'Bagnolet',NULL,1295),(17898,'Bobigny',NULL,1295),(17899,'Bondy',NULL,1295),(17900,'Clichy-sous-Bois',NULL,1295),(17901,'Drancy',NULL,1295),(17902,'Epinay-sur-Seine',NULL,1295),(17903,'Gagny',NULL,1295),(17904,'La Courneuve',NULL,1295),(17905,'Le Blanc-Mesnil',NULL,1295),(17906,'Le Bourget',NULL,1295),(17907,'Le Pre-Saint-Gervais',NULL,1295),(17908,'Le Raincy',NULL,1295),(17909,'Les Lilas',NULL,1295),(17910,'Les Pavillons-sous-Bois',NULL,1295),(17911,'Livry-Gargan',NULL,1295),(17912,'Montfermeil',NULL,1295),(17913,'Montreuil',NULL,1295),(17914,'Neuilly-Plaisance',NULL,1295),(17915,'Neuilly-sur-Marne',NULL,1295),(17916,'Noisy-le-Grand',NULL,1295),(17917,'Noisy-le-Sec',NULL,1295),(17918,'Pantin',NULL,1295),(17919,'Pierrefitte-sur-Seine',NULL,1295),(17920,'Romainville',NULL,1295),(17921,'Rosny-sous-Bois',NULL,1295),(17922,'Saint-Denis',NULL,1295),(17923,'Saint-Ouen',NULL,1295),(17924,'Sevran',NULL,1295),(17925,'Stains',NULL,1295),(17926,'Tremblay-en-France',NULL,1295),(17927,'Villemomble',NULL,1295),(17928,'Villepinte',NULL,1295),(17929,'Villetaneuse',NULL,1295),(17930,'Avon',NULL,1296),(17931,'Brie-Comte-Robert',NULL,1296),(17932,'Champs-sur-Marne',NULL,1296),(17933,'Chelles',NULL,1296),(17934,'Claye-Souilly',NULL,1296),(17935,'Combs-la-Ville',NULL,1296),(17936,'Coulommiers',NULL,1296),(17937,'Dammarie-les-Lys',NULL,1296),(17938,'Fontainebleau',NULL,1296),(17939,'Lagny-sur-Marne',NULL,1296),(17940,'Le Mee-sur-Seine',NULL,1296),(17941,'Lognes',NULL,1296),(17942,'Meaux',NULL,1296),(17943,'Melun',NULL,1296),(17944,'Mitry-Mory',NULL,1296),(17945,'Moissy-Cramayel',NULL,1296),(17946,'Montereau-Fault-Yonne',NULL,1296),(17947,'Nemours',NULL,1296),(17948,'Noisiel',NULL,1296),(17949,'Ozoir-la-Ferriere',NULL,1296),(17950,'Pontault-Combault',NULL,1296),(17951,'Provins',NULL,1296),(17952,'Roissy-en-Brie',NULL,1296),(17953,'Saint-Fargeau-Ponthierry',NULL,1296),(17954,'Savigny-le-Temple',NULL,1296),(17955,'Torcy',NULL,1296),(17956,'Vaires-sur-Marne',NULL,1296),(17957,'Veneux',NULL,1296),(17958,'Villeparisis',NULL,1296),(17959,'Abbeville',NULL,1297),(17960,'Albert',NULL,1297),(17961,'Amiens',NULL,1297),(17962,'Souvans',NULL,1299),(17963,'Albi',NULL,1300),(17964,'Carmaux',NULL,1300),(17965,'Castres',NULL,1300),(17966,'Gaillac',NULL,1300),(17967,'Graulhet',NULL,1300),(17968,'Mazamet',NULL,1300),(17969,'Castelsarassin',NULL,1301),(17970,'Moissac',NULL,1301),(17971,'Montauban',NULL,1301),(17972,'Chamberet',NULL,1303),(17973,'Argenteuil',NULL,1305),(17974,'Arnouville-les-Gonesse',NULL,1305),(17975,'Beauchamps',NULL,1305),(17976,'Bezons',NULL,1305),(17977,'Cergy',NULL,1305),(17978,'Cormeilles-en-Parisis',NULL,1305),(17979,'Deuil-la-Barre',NULL,1305),(17980,'Domont',NULL,1305),(17981,'Eaubonne',NULL,1305),(17982,'Enghien-les-Bains',NULL,1305),(17983,'Eragny',NULL,1305),(17984,'Ermont',NULL,1305),(17985,'Ezanville',NULL,1305),(17986,'Fosses',NULL,1305),(17987,'Franconville',NULL,1305),(17988,'Garges-les-Gonesse',NULL,1305),(17989,'Gonesse',NULL,1305),(17990,'Goussainville',NULL,1305),(17991,'Herblay',NULL,1305),(17992,'Jouy-le-Moutier',NULL,1305),(17993,'L\'Isle-Adam',NULL,1305),(17994,'Montigny-les-Cormeilles',NULL,1305),(17995,'Montmagny',NULL,1305),(17996,'Montmorency',NULL,1305),(17997,'Osny',NULL,1305),(17998,'Persan',NULL,1305),(17999,'Pontoise',NULL,1305),(18000,'Saint-Brice-sous-Foret',NULL,1305),(18001,'Saint-Gratien',NULL,1305),(18002,'Saint-Leu-la-Foret',NULL,1305),(18003,'Saint-Ouen-l\'Aumone',NULL,1305),(18004,'Sannois',NULL,1305),(18005,'Sarcelles',NULL,1305),(18006,'Soisy-sous-Montmorency',NULL,1305),(18007,'Taverny',NULL,1305),(18008,'Vaureal',NULL,1305),(18009,'Villiers-le-Bel',NULL,1305),(18010,'Alfortville',NULL,1306),(18011,'Arcueil',NULL,1306),(18012,'Boissy-Saint-Leger',NULL,1306),(18013,'Bonneuil',NULL,1306),(18014,'Bry-sur-Marne',NULL,1306),(18015,'Cachan',NULL,1306),(18016,'Champigny-sur-Marne',NULL,1306),(18017,'Charenton-le-Pont',NULL,1306),(18018,'Chennevieres-sur-Marne',NULL,1306),(18019,'Chevilly-Larue',NULL,1306),(18020,'Choisy-le-Roi',NULL,1306),(18021,'Creteil',NULL,1306),(18022,'Fontenay-sous-Bois',NULL,1306),(18023,'Fresnes',NULL,1306),(18024,'Gentilly',NULL,1306),(18025,'Ivry-sur-Seine',NULL,1306),(18026,'Joinville-le-Pont',NULL,1306),(18027,'L\'Hay-les-Roses',NULL,1306),(18028,'La Queue-en-Brie',NULL,1306),(18029,'Le Kremlin-Bicetre',NULL,1306),(18030,'Le Perreux-sur-Marne',NULL,1306),(18031,'Le Plessis-Trevise',NULL,1306),(18032,'Limeil-Brevannes',NULL,1306),(18033,'Maisons-Alfort',NULL,1306),(18034,'Nogent-sur-Marne',NULL,1306),(18035,'Orly',NULL,1306),(18036,'Ormesson-sur-Marne',NULL,1306),(18037,'Saint-Mande',NULL,1306),(18038,'Saint-Maur-des-Fosses',NULL,1306),(18039,'Saint-Maurice',NULL,1306),(18040,'Sucy-en-Brie',NULL,1306),(18041,'Thiais',NULL,1306),(18042,'Valenton',NULL,1306),(18043,'Villejuif',NULL,1306),(18044,'Villeneuve-Saint-Georges',NULL,1306),(18045,'Villeneuve-le-Roi',NULL,1306),(18046,'Villiers-sur-Marne',NULL,1306),(18047,'Vincennes',NULL,1306),(18048,'Vitry-sur-Seine',NULL,1306),(18049,'Brignoles',NULL,1307),(18050,'Draguignan',NULL,1307),(18051,'Frejus',NULL,1307),(18052,'Hyeres',NULL,1307),(18053,'La Crau',NULL,1307),(18054,'La Garde',NULL,1307),(18055,'La Seyne-sur-Mer',NULL,1307),(18056,'La Valette-du-Var',NULL,1307),(18057,'Le Pradet',NULL,1307),(18058,'Ollioules',NULL,1307),(18059,'Roquebrune-sur-Argens',NULL,1307),(18060,'Saint-Maximin-la-Sainte-Baume',NULL,1307),(18061,'Saint-Raphael',NULL,1307),(18062,'Sainte-Maxime',NULL,1307),(18063,'Sanary-sur-Mer',NULL,1307),(18064,'Six-Fours-les-Plages',NULL,1307),(18065,'Sollies-Pont',NULL,1307),(18066,'Toulon',NULL,1307),(18067,'Apt',NULL,1308),(18068,'Avignon',NULL,1308),(18069,'Bollene',NULL,1308),(18070,'Carpentras',NULL,1308),(18071,'Cavaillon',NULL,1308),(18072,'L\'Isle-sur-la-Sorgue',NULL,1308),(18073,'Le Pontet',NULL,1308),(18074,'Orange',NULL,1308),(18075,'Pertuis',NULL,1308),(18076,'Sorgues',NULL,1308),(18077,'Valreas',NULL,1308),(18078,'Vellise',NULL,1309),(18079,'Challans',NULL,1310),(18080,'Chateau-d\'Olonne',NULL,1310),(18081,'Fontenay-le-Comte',NULL,1310),(18082,'La Chasnis',NULL,1310),(18083,'La Roche-sur-Yon',NULL,1310),(18084,'Les Herbiers',NULL,1310),(18085,'Les Sables-d\'Olonne',NULL,1310),(18086,'Longeville-sur-Mer',NULL,1310),(18087,'Chatellerault',NULL,1311),(18088,'Poitiers',NULL,1311),(18089,'Epinal',NULL,1312),(18090,'Gerardmer',NULL,1312),(18091,'Remiremont',NULL,1312),(18092,'Saint-Die',NULL,1312),(18093,'Auxerre',NULL,1313),(18094,'Avallon',NULL,1313),(18095,'Joigny',NULL,1313),(18096,'Sens',NULL,1313),(18097,'Acheres',NULL,1314),(18098,'Andresy',NULL,1314),(18099,'Aubergenville',NULL,1314),(18100,'Bois-d\'Arcy',NULL,1314),(18101,'Carrieres-sous-Poissy',NULL,1314),(18102,'Carrieres-sur-Seine',NULL,1314),(18103,'Chanteloup-les-Vignes',NULL,1314),(18104,'Chatou',NULL,1314),(18105,'Conflans-Sainte-Honorine',NULL,1314),(18106,'Croissy-sur-Seine',NULL,1314),(18107,'Elancourt',NULL,1314),(18108,'Fontenay-le-Fleury',NULL,1314),(18109,'Guyancourt',NULL,1314),(18110,'Houilles',NULL,1314),(18111,'La Celle-Saint-Cloud',NULL,1314),(18112,'Le Chesnay',NULL,1314),(18113,'Le Pecq',NULL,1314),(18114,'Le Vesinet',NULL,1314),(18115,'Les Clayes-sous-Bois',NULL,1314),(18116,'Les Mureaux',NULL,1314),(18117,'Limay',NULL,1314),(18118,'Maisons-Laffitte',NULL,1314),(18119,'Mantes-la-Jolie',NULL,1314),(18120,'Mantes-la-Ville',NULL,1314),(18121,'Marly-le-Roi',NULL,1314),(18122,'Maurepas',NULL,1314),(18123,'Montesson',NULL,1314),(18124,'Montigny-le-Bretonneux',NULL,1314),(18125,'Plaisir',NULL,1314),(18126,'Poissy',NULL,1314),(18127,'Rambouillet',NULL,1314),(18128,'Saint-Cyr-l\'Ecole',NULL,1314),(18129,'Saint-Germain-en-Laye',NULL,1314),(18130,'Sartrouville',NULL,1314),(18131,'Trappes',NULL,1314),(18132,'Triel-sur-Seine',NULL,1314),(18133,'Velizy-Villacoublay',NULL,1314),(18134,'Verneuil-sur-Seine',NULL,1314),(18135,'Versailles',NULL,1314),(18136,'Viroflay',NULL,1314),(18137,'Voisins-le-Bretonneux',NULL,1314),(18138,'Camopi',NULL,1315),(18139,'Cayenne',NULL,1315),(18140,'Iracoubo',NULL,1315),(18141,'Kourou',NULL,1315),(18142,'Macouria',NULL,1315),(18143,'Matoury',NULL,1315),(18144,'Remire-Montjoly',NULL,1315),(18145,'Roura',NULL,1315),(18146,'Saint-Georges',NULL,1315),(18147,'Sinnamary',NULL,1315),(18148,'Apatou',NULL,1316),(18149,'Grand-Santi',NULL,1316),(18150,'Mana',NULL,1316),(18151,'Maripasoula',NULL,1316),(18152,'Saint-Laurent-du-Maroni',NULL,1316),(18153,'Atuona',NULL,1319),(18154,'Fatu-Hiva',NULL,1319),(18155,'Hakahao',NULL,1319),(18156,'Hakamaii',NULL,1319),(18157,'Hatiheu',NULL,1319),(18158,'Tahuata',NULL,1319),(18159,'Taiohae',NULL,1319),(18160,'Taipivai',NULL,1319),(18161,'Ua-Huka',NULL,1319),(18162,'Ahe',NULL,1320),(18163,'Amanu',NULL,1320),(18164,'Anaa',NULL,1320),(18165,'Apataki',NULL,1320),(18166,'Arutua',NULL,1320),(18167,'Faaite',NULL,1320),(18168,'Fakahima',NULL,1320),(18169,'Fakarava',NULL,1320),(18170,'Fangatau',NULL,1320),(18171,'Hao',NULL,1320),(18172,'Hereheretue',NULL,1320),(18173,'Hikueru',NULL,1320),(18174,'Katiu',NULL,1320),(18175,'Kauehi',NULL,1320),(18176,'Kaukura',NULL,1320),(18177,'Makatea',NULL,1320),(18178,'Makemo',NULL,1320),(18179,'Manihi',NULL,1320),(18180,'Marokau',NULL,1320),(18181,'Napuka',NULL,1320),(18182,'Niau',NULL,1320),(18183,'Nukutavake',NULL,1320),(18184,'Puamau',NULL,1320),(18185,'Pukapuka',NULL,1320),(18186,'Pukarua',NULL,1320),(18187,'Rangiroa',NULL,1320),(18188,'Raroia',NULL,1320),(18189,'Reao',NULL,1320),(18190,'Rikitea',NULL,1320),(18191,'Taenga',NULL,1320),(18192,'Takapoto',NULL,1320),(18193,'Takaroa',NULL,1320),(18194,'Tatakoto',NULL,1320),(18195,'Tepoto',NULL,1320),(18196,'Tikehau',NULL,1320),(18197,'Tureia',NULL,1320),(18198,'Vahitahi',NULL,1320),(18199,'Vairaatea',NULL,1320),(18200,'Amaru',NULL,1321),(18201,'Anapoto',NULL,1321),(18202,'Anatonu',NULL,1321),(18203,'Auti',NULL,1321),(18204,'Avera',NULL,1321),(18205,'Mahu',NULL,1321),(18206,'Mataura',NULL,1321),(18207,'Moerai',NULL,1321),(18208,'Mutuaura',NULL,1321),(18209,'Rairua',NULL,1321),(18210,'Rapa',NULL,1321),(18211,'Taahuaia',NULL,1321),(18212,'Vaiuru',NULL,1321),(18213,'Martin-de-Vivies',NULL,1322),(18214,'Port-aux-Francais',NULL,1324),(18215,'Cocobeach',NULL,1325),(18216,'Kango',NULL,1325),(18217,'Libreville',NULL,1325),(18218,'Nkan',NULL,1325),(18219,'Ntoum',NULL,1325),(18220,'Lekoni',NULL,1326),(18221,'Masuku',NULL,1326),(18222,'Moanda',NULL,1326),(18223,'Mounana',NULL,1326),(18224,'Okandja',NULL,1326),(18225,'Lambarene',NULL,1327),(18226,'Ndjole',NULL,1327),(18227,'Fougamou',NULL,1328),(18228,'Mbigou',NULL,1328),(18229,'Mimongo',NULL,1328),(18230,'Mouila',NULL,1328),(18231,'Ndende',NULL,1328),(18232,'Mayumba',NULL,1329),(18233,'Tchibanga',NULL,1329),(18234,'Tsogni',NULL,1329),(18235,'Booue',NULL,1330),(18236,'Makokou',NULL,1330),(18237,'Mekambo',NULL,1330),(18238,'Koulamoutou',NULL,1331),(18239,'Lastoursville',NULL,1331),(18240,'Gamba',NULL,1332),(18241,'Omboue',NULL,1332),(18242,'Port-Gentil',NULL,1332),(18243,'Sette Cama',NULL,1332),(18244,'Bitam',NULL,1333),(18245,'Lalara',NULL,1333),(18246,'Medouneu',NULL,1333),(18247,'Minvoul',NULL,1333),(18248,'Mitzic',NULL,1333),(18249,'Oyem',NULL,1333),(18250,'Banjul',NULL,1334),(18251,'Basse',NULL,1335),(18252,'Gambissara',NULL,1335),(18253,'Sabi',NULL,1335),(18254,'Salikeni',NULL,1335),(18255,'Brikama',NULL,1336),(18256,'Brufut',NULL,1336),(18257,'Gunjur',NULL,1336),(18258,'Sukuta',NULL,1336),(18259,'Bansang',NULL,1337),(18260,'Janjanbureh',NULL,1337),(18261,'Bakau',NULL,1338),(18262,'Serekunda',NULL,1338),(18263,'Barra',NULL,1339),(18264,'Essau',NULL,1339),(18265,'Farafenni',NULL,1339),(18266,'Kerewan',NULL,1339),(18267,'Lamin',NULL,1339),(18268,'Kuntaur',NULL,1340),(18269,'Mansakonko',NULL,1341),(18270,'Ahali Atoni',NULL,1342),(18271,'Bihvinta',NULL,1342),(18272,'Gagra',NULL,1342),(18273,'Gali',NULL,1342),(18274,'Gudauta',NULL,1342),(18275,'Gulripshi',NULL,1342),(18276,'Ochamchira',NULL,1342),(18277,'Suhumi',NULL,1342),(18278,'Tkvarcheli',NULL,1342),(18279,'Batumi',NULL,1343),(18280,'Dioknisi',NULL,1343),(18281,'Kobuleti',NULL,1343),(18282,'Mahindzhauri',NULL,1343),(18283,'Lanchhuti',NULL,1344),(18284,'Ozurgeti',NULL,1344),(18285,'Bagdadi',NULL,1345),(18286,'Chaltubo',NULL,1345),(18287,'Chiatura',NULL,1345),(18288,'Honi',NULL,1345),(18289,'Kutaisi',NULL,1345),(18290,'Sachhere',NULL,1345),(18291,'Samtredia',NULL,1345),(18292,'Terzhola',NULL,1345),(18293,'Tkibuli',NULL,1345),(18294,'Vani',NULL,1345),(18295,'Zestaponi',NULL,1345),(18296,'Ahmeta',NULL,1346),(18297,'Cnori',NULL,1346),(18298,'Dedoplisckaro',NULL,1346),(18299,'Gurdzhaani',NULL,1346),(18300,'Kvareli',NULL,1346),(18301,'Lagodehi',NULL,1346),(18302,'Sagaredzho',NULL,1346),(18303,'Signahi',NULL,1346),(18304,'Telavi',NULL,1346),(18305,'Dusheti',NULL,1348),(18306,'Mcheta',NULL,1348),(18307,'Ambrolauri',NULL,1349),(18308,'Cageri',NULL,1349),(18309,'Oni',NULL,1349),(18310,'Ahalcihe',NULL,1351),(18311,'Ahalkalaki',NULL,1351),(18312,'Borzhomi',NULL,1351),(18313,'Ninocminda',NULL,1351),(18314,'Vale',NULL,1351),(18315,'Tbilisi',NULL,1353),(18316,'Aalen',NULL,1355),(18317,'Achern',NULL,1355),(18318,'Aichtal',NULL,1355),(18319,'Albstadt',NULL,1355),(18320,'Aldingen',NULL,1355),(18321,'Allmersbach',NULL,1355),(18322,'Alpirsbach',NULL,1355),(18323,'Altensteig',NULL,1355),(18324,'Altlussheim',NULL,1355),(18325,'Ammerbuch',NULL,1355),(18326,'Appenweier',NULL,1355),(18327,'Asperg',NULL,1355),(18328,'Backnang',NULL,1355),(18329,'Bad Durrheim',NULL,1355),(18330,'Bad Friedrichshall',NULL,1355),(18331,'Bad Krozingen',NULL,1355),(18332,'Bad Liebenzell',NULL,1355),(18333,'Bad Mergentheim',NULL,1355),(18334,'Bad Rappenau',NULL,1355),(18335,'Bad Sackingen',NULL,1355),(18336,'Bad Schonborn',NULL,1355),(18337,'Bad Urach',NULL,1355),(18338,'Bad Waldsee',NULL,1355),(18339,'Bad Wurzach',NULL,1355),(18340,'Baden-Baden',NULL,1355),(18341,'Bahlingen',NULL,1355),(18342,'Baiersbronn',NULL,1355),(18343,'Balgheim',NULL,1355),(18344,'Balingen',NULL,1355),(18345,'Ballrechten-Dottingen',NULL,1355),(18346,'Besigheim',NULL,1355),(18347,'Biberach',NULL,1355),(18348,'Bietigheim-Bissingen',NULL,1355),(18349,'Binzen',NULL,1355),(18350,'Birkenfeld',NULL,1355),(18351,'Bisingen',NULL,1355),(18352,'Bitz',NULL,1355),(18353,'Blaubeuren',NULL,1355),(18354,'Blaustein',NULL,1355),(18355,'Blumberg',NULL,1355),(18356,'Boblingen',NULL,1355),(18357,'Bodelshausen',NULL,1355),(18358,'Bonndorf',NULL,1355),(18359,'Bonnigheim',NULL,1355),(18360,'Bopfingen',NULL,1355),(18361,'Bottingen',NULL,1355),(18362,'Brackenheim',NULL,1355),(18363,'Breisach',NULL,1355),(18364,'Bretten',NULL,1355),(18365,'Bretzfeld',NULL,1355),(18366,'Bruchsal',NULL,1355),(18367,'Bruhl',NULL,1355),(18368,'Buchen',NULL,1355),(18369,'Buchenbach',NULL,1355),(18370,'Buhl',NULL,1355),(18371,'Burgstetten',NULL,1355),(18372,'Burladingen',NULL,1355),(18373,'Calw',NULL,1355),(18374,'Crailsheim',NULL,1355),(18375,'Denkendorf',NULL,1355),(18376,'Denzlingen',NULL,1355),(18377,'Dettingen',NULL,1355),(18378,'Dietenheim',NULL,1355),(18379,'Ditzingen',NULL,1355),(18380,'Donaueschingen',NULL,1355),(18381,'Donzdorf',NULL,1355),(18382,'Dornhan',NULL,1355),(18383,'Dornstadt',NULL,1355),(18384,'Dornstetten',NULL,1355),(18385,'Dossenheim',NULL,1355),(18386,'Durbheim',NULL,1355),(18387,'Durmersheim',NULL,1355),(18388,'Eberbach',NULL,1355),(18389,'Ebersbach',NULL,1355),(18390,'Edingen',NULL,1355),(18391,'Edingen-Neckarhausen',NULL,1355),(18392,'Eggenstein-Leopoldshafen',NULL,1355),(18393,'Ehingen',NULL,1355),(18394,'Eislingen',NULL,1355),(18395,'Ellhofen',NULL,1355),(18396,'Ellwangen',NULL,1355),(18397,'Emmendingen',NULL,1355),(18398,'Emmingen-Liptingen',NULL,1355),(18399,'Engen',NULL,1355),(18400,'Eningen',NULL,1355),(18401,'Eppelheim',NULL,1355),(18402,'Eppingen',NULL,1355),(18403,'Erbach',NULL,1355),(18404,'Eriskirch',NULL,1355),(18405,'Eschach',NULL,1355),(18406,'Esslingen',NULL,1355),(18407,'Ettenheim',NULL,1355),(18408,'Ettlingen',NULL,1355),(18409,'Fellbach',NULL,1355),(18410,'Filderstadt',NULL,1355),(18411,'Freiberg',NULL,1355),(18412,'Freiburg',NULL,1355),(18413,'Freudenstadt',NULL,1355),(18414,'Frickenhausen',NULL,1355),(18415,'Fridingen',NULL,1355),(18416,'Friedrichshafen',NULL,1355),(18417,'Friesenheim',NULL,1355),(18418,'Frittlingen',NULL,1355),(18419,'Furtwangen',NULL,1355),(18420,'Gaggenau',NULL,1355),(18421,'Gaildorf',NULL,1355),(18422,'Gartringen',NULL,1355),(18423,'Gaufelden',NULL,1355),(18424,'Geislingen',NULL,1355),(18425,'Gengenbach',NULL,1355),(18426,'Gerlingen',NULL,1355),(18427,'Gernsbach',NULL,1355),(18428,'Gerstetten',NULL,1355),(18429,'Giengen',NULL,1355),(18430,'Goppingen',NULL,1355),(18431,'Gottmadingen',NULL,1355),(18432,'Graben-Neudorf',NULL,1355),(18433,'Grafenberg',NULL,1355),(18434,'Grafenhausen',NULL,1355),(18435,'Grenzach-Wyhlen',NULL,1355),(18436,'GroBbettlingen',NULL,1355),(18437,'Grunkraut',NULL,1355),(18438,'Gschwend',NULL,1355),(18439,'Guglingen',NULL,1355),(18440,'Gundelfingen',NULL,1355),(18441,'Gutach',NULL,1355),(18442,'Haigerloch',NULL,1355),(18443,'Haiterbach',NULL,1355),(18444,'Harmersabch',NULL,1355),(18445,'Hausach',NULL,1355),(18446,'Hechingen',NULL,1355),(18447,'Heddesheim',NULL,1355),(18448,'Heidelberg',NULL,1355),(18449,'Heidenheim',NULL,1355),(18450,'Heilbronn',NULL,1355),(18451,'Hemsbach',NULL,1355),(18452,'Herbrechtingen',NULL,1355),(18453,'Herrenberg',NULL,1355),(18454,'Heubach',NULL,1355),(18455,'Hirschberg',NULL,1355),(18456,'Hockenheim',NULL,1355),(18457,'Holzgerlingen',NULL,1355),(18458,'Horb',NULL,1355),(18459,'Hufingen',NULL,1355),(18460,'Huttlingen',NULL,1355),(18461,'Isny',NULL,1355),(18462,'Ispringen',NULL,1355),(18463,'Jungingen',NULL,1355),(18464,'Karlsbad',NULL,1355),(18465,'Karlsruhe',NULL,1355),(18466,'Kehl',NULL,1355),(18467,'Kernen',NULL,1355),(18468,'Ketsch',NULL,1355),(18469,'Kieselbronn',NULL,1355),(18470,'Kirchberg an der Jagst',NULL,1355),(18471,'Kirchheim',NULL,1355),(18472,'Kirchzarten',NULL,1355),(18473,'Kisslegg',NULL,1355),(18474,'Klettgau',NULL,1355),(18475,'Kongen',NULL,1355),(18476,'Konigsbach-Stein',NULL,1355),(18477,'Konigsbronn',NULL,1355),(18478,'Konstanz',NULL,1355),(18479,'Korb',NULL,1355),(18480,'Korntal-Munchingen',NULL,1355),(18481,'Kornwestheim',NULL,1355),(18482,'Kraichtal',NULL,1355),(18483,'Kressbronn an Bodensee',NULL,1355),(18484,'Kronau',NULL,1355),(18485,'Kuessaberg',NULL,1355),(18486,'Kunzelsau',NULL,1355),(18487,'Ladenburg',NULL,1355),(18488,'Lahr',NULL,1355),(18489,'Laichingen',NULL,1355),(18490,'Langenau',NULL,1355),(18491,'Lauda-Konigshofen',NULL,1355),(18492,'Lauffen',NULL,1355),(18493,'Laupheim',NULL,1355),(18494,'Leimen',NULL,1355),(18495,'Leinfelden-Echterdingen',NULL,1355),(18496,'Leingarten',NULL,1355),(18497,'Lenningen',NULL,1355),(18498,'Lenzkirch',NULL,1355),(18499,'Leonberg',NULL,1355),(18500,'Leutenbach',NULL,1355),(18501,'Leutkirch',NULL,1355),(18502,'Lichtenstein',NULL,1355),(18503,'Linkenheim-Hochstetten',NULL,1355),(18504,'Lorch',NULL,1355),(18505,'Lorrach',NULL,1355),(18506,'Ludwigsburg',NULL,1355),(18507,'Malsch',NULL,1355),(18508,'Mannheim',NULL,1355),(18509,'Marbach',NULL,1355),(18510,'Markdorf',NULL,1355),(18511,'Markgroningen',NULL,1355),(18512,'Maulburg',NULL,1355),(18513,'MeBstetten',NULL,1355),(18514,'Meckenbeuren',NULL,1355),(18515,'Meckesheim',NULL,1355),(18516,'Meersburg',NULL,1355),(18517,'Mengen',NULL,1355),(18518,'Metzingen',NULL,1355),(18519,'Mockmuhl',NULL,1355),(18520,'Moglingen',NULL,1355),(18521,'Monsheim',NULL,1355),(18522,'Mosbach',NULL,1355),(18523,'Mossingen',NULL,1355),(18524,'Muhlacker',NULL,1355),(18525,'Mullheim',NULL,1355),(18526,'Munsingen',NULL,1355),(18527,'Murrhardt',NULL,1355),(18528,'Nagold',NULL,1355),(18529,'Neckargemund',NULL,1355),(18530,'Neckarsulm',NULL,1355),(18531,'Neresheim',NULL,1355),(18532,'Neuenburg',NULL,1355),(18533,'Neuhausen',NULL,1355),(18534,'Niederstetten',NULL,1355),(18535,'Niefern-Oschelbronn',NULL,1355),(18536,'NuBloch',NULL,1355),(18537,'Nurtingen',NULL,1355),(18538,'Oberhausen-Rheinhausen',NULL,1355),(18539,'Oberkirch',NULL,1355),(18540,'Oberndorf',NULL,1355),(18541,'Oberstenfeld',NULL,1355),(18542,'Obersulm',NULL,1355),(18543,'Ochsenhausen',NULL,1355),(18544,'Offenburg',NULL,1355),(18545,'Ofterdingen',NULL,1355),(18546,'Oftersheim',NULL,1355),(18547,'Oggelshausen',NULL,1355),(18548,'Ohringen',NULL,1355),(18549,'Olbronn-Durrn',NULL,1355),(18550,'Oppenweiler',NULL,1355),(18551,'Ostfildern',NULL,1355),(18552,'Ostringen',NULL,1355),(18553,'Otisheim',NULL,1355),(18554,'Pfalzgrafenweiler',NULL,1355),(18555,'Pfinztal',NULL,1355),(18556,'Pforzheim',NULL,1355),(18557,'Pfullendorf',NULL,1355),(18558,'Pfullingen',NULL,1355),(18559,'Philippsburg',NULL,1355),(18560,'Plankstadt',NULL,1355),(18561,'Pleidelsheim',NULL,1355),(18562,'Pliezhausen',NULL,1355),(18563,'Plochingen',NULL,1355),(18564,'Pluderhausen',NULL,1355),(18565,'Radolfzell',NULL,1355),(18566,'Rastatt',NULL,1355),(18567,'Ravensburg',NULL,1355),(18568,'Reilingen',NULL,1355),(18569,'Remchingen',NULL,1355),(18570,'Remseck',NULL,1355),(18571,'Remshalden',NULL,1355),(18572,'Renchen',NULL,1355),(18573,'Renningen',NULL,1355),(18574,'Reutlingen',NULL,1355),(18575,'Rheinau',NULL,1355),(18576,'Rheinfelden',NULL,1355),(18577,'Rheinmunster',NULL,1355),(18578,'Rheinstetten',NULL,1355),(18579,'Riederich',NULL,1355),(18580,'Riedlingen',NULL,1355),(18581,'Rielasingen-Worblingen',NULL,1355),(18582,'Rosenfeld',NULL,1355),(18583,'Rottenburg',NULL,1355),(18584,'Rottweil',NULL,1355),(18585,'Rudersberg',NULL,1355),(18586,'Rutesheim',NULL,1355),(18587,'Sachsenheim',NULL,1355),(18588,'Salem',NULL,1355),(18589,'Sandhausen',NULL,1355),(18590,'Sankt Georgen',NULL,1355),(18591,'Sankt Leon-Rot',NULL,1355),(18592,'Saulgau',NULL,1355),(18593,'Scheer',NULL,1355),(18594,'Schlierbach',NULL,1355),(18595,'Schonaich',NULL,1355),(18596,'Schopfheim',NULL,1355),(18597,'Schorndorf',NULL,1355),(18598,'Schramberg',NULL,1355),(18599,'Schriesheim',NULL,1355),(18600,'Schwabisch Gmund',NULL,1355),(18601,'Schwabisch Hall',NULL,1355),(18602,'Schwaigern',NULL,1355),(18603,'Schwetzingen',NULL,1355),(18604,'Schwieberdingen',NULL,1355),(18605,'Seitingen-Oberflacht',NULL,1355),(18606,'Sexau',NULL,1355),(18607,'Sigmaringen',NULL,1355),(18608,'Sindelfingen',NULL,1355),(18609,'Singen',NULL,1355),(18610,'Sinsheim',NULL,1355),(18611,'Sinzheim',NULL,1355),(18612,'Sonnenbuhl',NULL,1355),(18613,'Sontheim',NULL,1355),(18614,'Spaichingen',NULL,1355),(18615,'Stegen',NULL,1355),(18616,'Steinen',NULL,1355),(18617,'Steinheim',NULL,1355),(18618,'Steinmauern',NULL,1355),(18619,'Stockach',NULL,1355),(18620,'Straubenhardt',NULL,1355),(18621,'Stutensee',NULL,1355),(18622,'Stuttgart',NULL,1355),(18623,'SuBen',NULL,1355),(18624,'Sulz',NULL,1355),(18625,'Sulzfeld',NULL,1355),(18626,'Tamm',NULL,1355),(18627,'Tauberbischofsheim',NULL,1355),(18628,'Teningen',NULL,1355),(18629,'Tettnang',NULL,1355),(18630,'Titisee-Neustadt',NULL,1355),(18631,'Trossingen',NULL,1355),(18632,'Tubingen',NULL,1355),(18633,'Tuningen',NULL,1355),(18634,'Tuttlingen',NULL,1355),(18635,'Uberlingen',NULL,1355),(18636,'Ubstadt-Weiher',NULL,1355),(18637,'Uhingen',NULL,1355),(18638,'Ulm',NULL,1355),(18639,'Umkirch',NULL,1355),(18640,'Vaihingen',NULL,1355),(18641,'Villingen-Schwenningen',NULL,1355),(18642,'Villingendorf',NULL,1355),(18643,'Waghausel',NULL,1355),(18644,'Waiblingen',NULL,1355),(18645,'Waldbronn',NULL,1355),(18646,'Waldkirch',NULL,1355),(18647,'Waldlaubersheim',NULL,1355),(18648,'Waldshut-Tiengen',NULL,1355),(18649,'Walldorf',NULL,1355),(18650,'Walldurn',NULL,1355),(18651,'Walzbachtal',NULL,1355),(18652,'Wangen',NULL,1355),(18653,'Wehr',NULL,1355),(18654,'Weikersheim',NULL,1355),(18655,'Weil',NULL,1355),(18656,'Weil am Rhein',NULL,1355),(18657,'Weil der Stadt',NULL,1355),(18658,'Weil im Schonbuch',NULL,1355),(18659,'Weilheim',NULL,1355),(18660,'Weingarten',NULL,1355),(18661,'Weinheim',NULL,1355),(18662,'Weinsberg',NULL,1355),(18663,'Weinstadt',NULL,1355),(18664,'Wellendingen',NULL,1355),(18665,'Welzheim',NULL,1355),(18666,'Wendlingen',NULL,1355),(18667,'Wernau',NULL,1355),(18668,'Wertheim',NULL,1355),(18669,'Wiesloch',NULL,1355),(18670,'Wildbad',NULL,1355),(18671,'Wildberg',NULL,1355),(18672,'Winnenden',NULL,1355),(18673,'Wolpertshausen',NULL,1355),(18674,'Zuzenhausen',NULL,1355),(18675,'Ahorn',NULL,1356),(18676,'Allershausen',NULL,1356),(18677,'Attenhofen',NULL,1356),(18678,'Bad Birnbach',NULL,1356),(18679,'Bad Endorf',NULL,1356),(18680,'Bad Gronenbach',NULL,1356),(18681,'Barbing',NULL,1356),(18682,'Benediktbeuern',NULL,1356),(18683,'Breitenberg',NULL,1356),(18684,'Bruckberg',NULL,1356),(18685,'Brunnthal',NULL,1356),(18686,'Burgheim',NULL,1356),(18687,'Chiemsee',NULL,1356),(18688,'Emersacker',NULL,1356),(18689,'Eresing',NULL,1356),(18690,'Fahrenzhausen',NULL,1356),(18691,'Faulbach',NULL,1356),(18692,'Finning',NULL,1356),(18693,'Forstinning',NULL,1356),(18694,'Georgensgmund',NULL,1356),(18695,'Haldenwang',NULL,1356),(18696,'Heideck',NULL,1356),(18697,'Heimenkirch',NULL,1356),(18698,'Hergensweiler',NULL,1356),(18699,'Hirschau',NULL,1356),(18700,'Iffeldorf',NULL,1356),(18701,'Karlstein',NULL,1356),(18702,'Kleinheubach',NULL,1356),(18703,'Kleinwallstadt',NULL,1356),(18704,'Kotz',NULL,1356),(18705,'Krailling',NULL,1356),(18706,'Langenbach',NULL,1356),(18707,'Laudenbach',NULL,1356),(18708,'Leutershausen',NULL,1356),(18709,'Mammendorf',NULL,1356),(18710,'Mombris',NULL,1356),(18711,'Munnerstadt',NULL,1356),(18712,'Neu-Ulm',NULL,1356),(18713,'Niederlauer',NULL,1356),(18714,'Obernburg',NULL,1356),(18715,'Oberpfaffenhofen',NULL,1356),(18716,'Ostallgau',NULL,1356),(18717,'Prittriching',NULL,1356),(18718,'Prutting',NULL,1356),(18719,'Pullach',NULL,1356),(18720,'Putzbrunn',NULL,1356),(18721,'Randersacker',NULL,1356),(18722,'Rednitzhembach',NULL,1356),(18723,'Ronsberg',NULL,1356),(18724,'Ruckersdorf',NULL,1356),(18725,'Schaufling',NULL,1356),(18726,'Schonberg',NULL,1356),(18727,'Seefeld',NULL,1356),(18728,'Sengenthal',NULL,1356),(18729,'Sondheim v.d.Rhon',NULL,1356),(18730,'Steinwiesen',NULL,1356),(18731,'Stockheim',NULL,1356),(18732,'Tagmersheim',NULL,1356),(18733,'Uettingen',NULL,1356),(18734,'Unterfohring',NULL,1356),(18735,'Weibensberg',NULL,1356),(18736,'Wiesthal',NULL,1356),(18737,'Wildflecken',NULL,1356),(18738,'Wolfertschwenden',NULL,1356),(18739,'Zorneding',NULL,1356),(18740,'Abensberg',NULL,1357),(18741,'Aichach',NULL,1357),(18742,'Ainring',NULL,1357),(18743,'Altdorf',NULL,1357),(18744,'Altotting',NULL,1357),(18745,'Altusried',NULL,1357),(18746,'Alzenau',NULL,1357),(18747,'Amberg',NULL,1357),(18748,'Amerang',NULL,1357),(18749,'Ansbach',NULL,1357),(18750,'Aschaffenburg',NULL,1357),(18751,'Augsburg',NULL,1357),(18752,'Bad Aibling',NULL,1357),(18753,'Bad Kissingen',NULL,1357),(18754,'Bad Neustadt',NULL,1357),(18755,'Bad Reichenhall',NULL,1357),(18756,'Bad Tolz',NULL,1357),(18757,'Bad Windsheim',NULL,1357),(18758,'Bad Worishofen',NULL,1357),(18759,'Bamberg',NULL,1357),(18760,'Bayreuth',NULL,1357),(18761,'Bobingen',NULL,1357),(18762,'Bogen',NULL,1357),(18763,'Bruckmuhl',NULL,1357),(18764,'Buchloe',NULL,1357),(18765,'Burghausen',NULL,1357),(18766,'Burgkirchen',NULL,1357),(18767,'Burglengenfeld',NULL,1357),(18768,'Burgthann',NULL,1357),(18769,'Buttenheim',NULL,1357),(18770,'Cadolzburg',NULL,1357),(18771,'Castell',NULL,1357),(18772,'Cham',NULL,1357),(18773,'Coburg',NULL,1357),(18774,'Dachau',NULL,1357),(18775,'Deggendorf',NULL,1357),(18776,'DieBen',NULL,1357),(18777,'Diedorf',NULL,1357),(18778,'Dietmannsried',NULL,1357),(18779,'Dietramszell',NULL,1357),(18780,'Dillingen',NULL,1357),(18781,'Dingolfing',NULL,1357),(18782,'Dinkelsbuhl',NULL,1357),(18783,'Dombuhl',NULL,1357),(18784,'Donauworth',NULL,1357),(18785,'Dorfen',NULL,1357),(18786,'Ebersberg',NULL,1357),(18787,'Eching',NULL,1357),(18788,'Eckental',NULL,1357),(18789,'Eggenfelden',NULL,1357),(18790,'Eichenau',NULL,1357),(18791,'Eichstatt',NULL,1357),(18792,'Elchingen',NULL,1357),(18793,'Erding',NULL,1357),(18794,'Ergolding',NULL,1357),(18795,'Erlangen',NULL,1357),(18796,'Erlenbach',NULL,1357),(18797,'Essenbach',NULL,1357),(18798,'Feldafing',NULL,1357),(18799,'Feldkirchen-Westerham',NULL,1357),(18800,'Feucht',NULL,1357),(18801,'Feuchtwangen',NULL,1357),(18802,'Forchheim',NULL,1357),(18803,'Freilassing',NULL,1357),(18804,'Freising',NULL,1357),(18805,'Fridolfing',NULL,1357),(18806,'Friedberg',NULL,1357),(18807,'Furstenfeldbruck',NULL,1357),(18808,'Furth',NULL,1357),(18809,'Furth im Wald',NULL,1357),(18810,'Fussen',NULL,1357),(18811,'Gachenbach',NULL,1357),(18812,'Gaimersheim',NULL,1357),(18813,'Garching',NULL,1357),(18814,'Garmisch-Partenkirchen',NULL,1357),(18815,'Gauting',NULL,1357),(18816,'Gemunden',NULL,1357),(18817,'Geretsried',NULL,1357),(18818,'Germering',NULL,1357),(18819,'Gersthofen',NULL,1357),(18820,'Gilching',NULL,1357),(18821,'Goldbach',NULL,1357),(18822,'Grafelfing',NULL,1357),(18823,'Grafenau',NULL,1357),(18824,'Grafing',NULL,1357),(18825,'GroBostheim',NULL,1357),(18826,'Grobenstadt',NULL,1357),(18827,'Grobenzell',NULL,1357),(18828,'Grunwald',NULL,1357),(18829,'Gunzburg',NULL,1357),(18830,'Gunzenhausen',NULL,1357),(18831,'HaBfurt',NULL,1357),(18832,'Haar',NULL,1357),(18833,'Hammelburg',NULL,1357),(18834,'Hasloch',NULL,1357),(18835,'Hauzenberg',NULL,1357),(18836,'Helmbrechts',NULL,1357),(18837,'Henfenfeld',NULL,1357),(18838,'Hersbruck',NULL,1357),(18839,'Herzogenaurach',NULL,1357),(18840,'Hilpoltstein',NULL,1357),(18841,'Hirschaid',NULL,1357),(18842,'Hochstadt',NULL,1357),(18843,'Hof',NULL,1357),(18844,'Holzkirchen',NULL,1357),(18845,'Hosbach',NULL,1357),(18846,'Illertissen',NULL,1357),(18847,'Immenstadt',NULL,1357),(18848,'Ingolstadt',NULL,1357),(18849,'Inning',NULL,1357),(18850,'Ismaning',NULL,1357),(18851,'Karlsfeld',NULL,1357),(18852,'Karlstadt',NULL,1357),(18853,'Kaufbeuren',NULL,1357),(18854,'Kelheim',NULL,1357),(18855,'Kempten',NULL,1357),(18856,'Kiefersfelden',NULL,1357),(18857,'Kirchheim',NULL,1357),(18858,'Kissing',NULL,1357),(18859,'Kitzingen',NULL,1357),(18860,'Kleinostheim',NULL,1357),(18861,'Klingenberg',NULL,1357),(18862,'Kolbermoor',NULL,1357),(18863,'Konigsbrunn',NULL,1357),(18864,'Kreuzwertheim',NULL,1357),(18865,'Kronach',NULL,1357),(18866,'Krumbach',NULL,1357),(18867,'Kulmbach',NULL,1357),(18868,'Kummersbruck',NULL,1357),(18869,'Landau',NULL,1357),(18870,'Landsberg',NULL,1357),(18871,'Landshut',NULL,1357),(18872,'Langenzenn',NULL,1357),(18873,'Lappersdorf',NULL,1357),(18874,'Lauf',NULL,1357),(18875,'Lauingen',NULL,1357),(18876,'Leinburg',NULL,1357),(18877,'Lenggries',NULL,1357),(18878,'Lichtenfels',NULL,1357),(18879,'Lindach',NULL,1357),(18880,'Lindau',NULL,1357),(18881,'Lindenberg',NULL,1357),(18882,'Lohr',NULL,1357),(18883,'Mainburg',NULL,1357),(18884,'Maisach',NULL,1357),(18885,'Manching',NULL,1357),(18886,'Markt Schwaben',NULL,1357),(18887,'Marktheidenfeld',NULL,1357),(18888,'Marktoberdorf',NULL,1357),(18889,'Marktredwitz',NULL,1357),(18890,'Maxhutte-Haidhof',NULL,1357),(18891,'Meitingen',NULL,1357),(18892,'Memmingen',NULL,1357),(18893,'Mering',NULL,1357),(18894,'Miesbach',NULL,1357),(18895,'Miltenberg',NULL,1357),(18896,'Mindelheim',NULL,1357),(18897,'Moosburg',NULL,1357),(18898,'Muhldorf',NULL,1357),(18899,'Munchberg',NULL,1357),(18900,'Munchen',NULL,1357),(18901,'Munningen',NULL,1357),(18902,'Murnau',NULL,1357),(18903,'Naila',NULL,1357),(18904,'Neubiberg',NULL,1357),(18905,'Neuburg',NULL,1357),(18906,'Neufahrn',NULL,1357),(18907,'Neumarkt',NULL,1357),(18908,'Neuried',NULL,1357),(18909,'NeusaB',NULL,1357),(18910,'Neustadt',NULL,1357),(18911,'Neutraubling',NULL,1357),(18912,'Nordlingen',NULL,1357),(18913,'Nuremberg',NULL,1357),(18914,'Nurnberg',NULL,1357),(18915,'Oberasbach',NULL,1357),(18916,'Oberhaching',NULL,1357),(18917,'OberschleiBheim',NULL,1357),(18918,'Oberstdorf',NULL,1357),(18919,'Ochsenfurt',NULL,1357),(18920,'Olching',NULL,1357),(18921,'Osterhofen',NULL,1357),(18922,'Ostheim',NULL,1357),(18923,'Ottobrunn',NULL,1357),(18924,'Parsberg',NULL,1357),(18925,'Passau',NULL,1357),(18926,'Pegnitz',NULL,1357),(18927,'PeiBenberg',NULL,1357),(18928,'Peiting',NULL,1357),(18929,'Pentling',NULL,1357),(18930,'Penzberg',NULL,1357),(18931,'Pfaffenhofen',NULL,1357),(18932,'Pfarrkirchen',NULL,1357),(18933,'Planegg',NULL,1357),(18934,'Plattling',NULL,1357),(18935,'Pocking',NULL,1357),(18936,'Poing',NULL,1357),(18937,'Polling',NULL,1357),(18938,'Pommelsbrunn',NULL,1357),(18939,'Prien',NULL,1357),(18940,'Puchheim',NULL,1357),(18941,'Rannersdorf',NULL,1357),(18942,'Raubling',NULL,1357),(18943,'Regen',NULL,1357),(18944,'Regensburg',NULL,1357),(18945,'Regenstauf',NULL,1357),(18946,'Rehau',NULL,1357),(18947,'Rodental',NULL,1357),(18948,'Roding',NULL,1357),(18949,'Rosenheim',NULL,1357),(18950,'Roth',NULL,1357),(18951,'Rothenbach',NULL,1357),(18952,'Rothenburg',NULL,1357),(18953,'Ruhstorf',NULL,1357),(18954,'Schnelldorf',NULL,1357),(18955,'Schongau',NULL,1357),(18956,'Schrobenhausen',NULL,1357),(18957,'Schwabach',NULL,1357),(18958,'Schwabmunchen',NULL,1357),(18959,'Schwandorf',NULL,1357),(18960,'Schwarzenbach',NULL,1357),(18961,'Schweinfurt',NULL,1357),(18962,'Selb',NULL,1357),(18963,'Selbitz',NULL,1357),(18964,'Senden',NULL,1357),(18965,'Simbach',NULL,1357),(18966,'Sonthofen',NULL,1357),(18967,'Spalt',NULL,1357),(18968,'Stadtbergen',NULL,1357),(18969,'Staffelstein',NULL,1357),(18970,'Starnberg',NULL,1357),(18971,'Stein',NULL,1357),(18972,'Stephanskirchen',NULL,1357),(18973,'Straubing',NULL,1357),(18974,'Sulzbach-Rosenberg',NULL,1357),(18975,'Taufkirchen',NULL,1357),(18976,'Thansau',NULL,1357),(18977,'Tirschenreuth',NULL,1357),(18978,'Toging',NULL,1357),(18979,'Traunreut',NULL,1357),(18980,'Traunstein',NULL,1357),(18981,'Treuchtlingen',NULL,1357),(18982,'Trostberg',NULL,1357),(18983,'Tutzing',NULL,1357),(18984,'Unterbergen',NULL,1357),(18985,'Unterhaching',NULL,1357),(18986,'UnterschleiBheim',NULL,1357),(18987,'Valley',NULL,1357),(18988,'Vaterstetten',NULL,1357),(18989,'Veitshochheim',NULL,1357),(18990,'Viechtach',NULL,1357),(18991,'Vilgertshofen',NULL,1357),(18992,'Vilsbiburg',NULL,1357),(18993,'Vilshofen',NULL,1357),(18994,'Vohringen',NULL,1357),(18995,'Volkach',NULL,1357),(18996,'Waldkirchen',NULL,1357),(18997,'Waldkraiburg',NULL,1357),(18998,'Walkertshofen',NULL,1357),(18999,'Wasserburg',NULL,1357),(19000,'WeiBenburg',NULL,1357),(19001,'WeiBenhorn',NULL,1357),(19002,'Weiden',NULL,1357),(19003,'Weidenberg',NULL,1357),(19004,'Weilheim',NULL,1357),(19005,'Wendelstein',NULL,1357),(19006,'Werneck',NULL,1357),(19007,'Wessling',NULL,1357),(19008,'Wolfratshausen',NULL,1357),(19009,'Wolnzach',NULL,1357),(19010,'Wunsiedel',NULL,1357),(19011,'Wurzburg',NULL,1357),(19012,'Zirndorf',NULL,1357),(19013,'Zwiesel',NULL,1357),(19014,'Berlin',NULL,1359),(19015,'Panketal',NULL,1359),(19016,'Steinfeld',NULL,1359),(19017,'Angermunde',NULL,1360),(19018,'Bad Freienwalde',NULL,1360),(19019,'Bad Liebenwerda',NULL,1360),(19020,'Barnim',NULL,1360),(19021,'Beeskow',NULL,1360),(19022,'Bernau',NULL,1360),(19023,'Blankenfelde',NULL,1360),(19024,'Brandenburg',NULL,1360),(19025,'Brieselang',NULL,1360),(19026,'Cottbus',NULL,1360),(19027,'Dahlewitz',NULL,1360),(19028,'Dahme',NULL,1360),(19029,'Eberswalde',NULL,1360),(19030,'Eisenhuttenstadt',NULL,1360),(19031,'Elsterwerda',NULL,1360),(19032,'Erkner',NULL,1360),(19033,'Falkensee',NULL,1360),(19034,'Finsterwalde',NULL,1360),(19035,'Forst',NULL,1360),(19036,'Frankfurt',NULL,1360),(19037,'Fredersdorf-Vogelsdorf',NULL,1360),(19038,'Furstenwalde',NULL,1360),(19039,'Glienicke',NULL,1360),(19040,'Gransee',NULL,1360),(19041,'GroBraschen',NULL,1360),(19042,'Guben',NULL,1360),(19043,'Heidesee',NULL,1360),(19044,'Hennigsdorf',NULL,1360),(19045,'Herzberg',NULL,1360),(19046,'Hohen Neuendorf',NULL,1360),(19047,'Jacobsdorf',NULL,1360),(19048,'Juterbog',NULL,1360),(19049,'Kleinmachnow',NULL,1360),(19050,'Kolkwitz',NULL,1360),(19051,'Konigs Wusterhausen',NULL,1360),(19052,'Kyritz',NULL,1360),(19053,'Lauchhammer',NULL,1360),(19054,'Lubben',NULL,1360),(19055,'Lubbenau',NULL,1360),(19056,'Luckenwalde',NULL,1360),(19057,'Ludwigsfelde',NULL,1360),(19058,'Nauen',NULL,1360),(19059,'Neuenhagen',NULL,1360),(19060,'Neuruppin',NULL,1360),(19061,'Oranienburg',NULL,1360),(19062,'Perleberg',NULL,1360),(19063,'Petershagen-Eggersdorf',NULL,1360),(19064,'Potsdam',NULL,1360),(19065,'Premnitz',NULL,1360),(19066,'Prenzlau',NULL,1360),(19067,'Pritzwalk',NULL,1360),(19068,'Rathenow',NULL,1360),(19069,'Rudersdorf',NULL,1360),(19070,'Schonefeld',NULL,1360),(19071,'Schoneiche',NULL,1360),(19072,'Schwedt',NULL,1360),(19073,'Schwielowsee',NULL,1360),(19074,'Senftenberg',NULL,1360),(19075,'Spremberg',NULL,1360),(19076,'Strausberg',NULL,1360),(19077,'Teltow',NULL,1360),(19078,'Templin',NULL,1360),(19079,'Velten',NULL,1360),(19080,'Werder',NULL,1360),(19081,'Wildau',NULL,1360),(19082,'Wittenberge',NULL,1360),(19083,'Wittstock',NULL,1360),(19084,'Zehdenick',NULL,1360),(19085,'Zepernick',NULL,1360),(19086,'Bremen',NULL,1361),(19087,'Bremerhaven',NULL,1361),(19088,'Berne',NULL,1364),(19089,'Hamburg',NULL,1364),(19090,'Diekholzen',NULL,1365),(19091,'Heroldstatt',NULL,1366),(19092,'ABlar',NULL,1367),(19093,'Alsbach-Hähnlein',NULL,1367),(19094,'Alsfeld',NULL,1367),(19095,'Altenstadt',NULL,1367),(19096,'Angelburg',NULL,1367),(19097,'Arolsen',NULL,1367),(19098,'Asslar',NULL,1367),(19099,'Babenhausen',NULL,1367),(19100,'Bad Camberg',NULL,1367),(19101,'Bad Hersfeld',NULL,1367),(19102,'Bad Homburg',NULL,1367),(19103,'Bad Nauheim',NULL,1367),(19104,'Bad Orb',NULL,1367),(19105,'Bad Schwalbach',NULL,1367),(19106,'Bad Soden',NULL,1367),(19107,'Bad Soden-Salmunster',NULL,1367),(19108,'Bad Sooden-Allendorf',NULL,1367),(19109,'Bad Vilbel',NULL,1367),(19110,'Bad Wildungen',NULL,1367),(19111,'Baunatal',NULL,1367),(19112,'Bebra',NULL,1367),(19113,'Beerfelden',NULL,1367),(19114,'Bensheim',NULL,1367),(19115,'Berkatal',NULL,1367),(19116,'Biblis',NULL,1367),(19117,'Bickenbach',NULL,1367),(19118,'Biebertal',NULL,1367),(19119,'Biedenkopf',NULL,1367),(19120,'Birkenau',NULL,1367),(19121,'Bischofsheim',NULL,1367),(19122,'Borken',NULL,1367),(19123,'Braunfels',NULL,1367),(19124,'Breidenbach',NULL,1367),(19125,'Bruchkobel',NULL,1367),(19126,'Budingen',NULL,1367),(19127,'Burstadt',NULL,1367),(19128,'Buseck',NULL,1367),(19129,'Buttelborn',NULL,1367),(19130,'Butzbach',NULL,1367),(19131,'Darmstadt',NULL,1367),(19132,'Dautphetal',NULL,1367),(19133,'Dieburg',NULL,1367),(19134,'Dietzenbach',NULL,1367),(19135,'Dillenburg',NULL,1367),(19136,'Dreieich',NULL,1367),(19137,'Egelsbach',NULL,1367),(19138,'Eichenzell',NULL,1367),(19139,'Eltville',NULL,1367),(19140,'Eppstein',NULL,1367),(19141,'Erbach',NULL,1367),(19142,'Erlensee',NULL,1367),(19143,'Erzhausen',NULL,1367),(19144,'Eschborn',NULL,1367),(19145,'Eschenburg',NULL,1367),(19146,'Eschwege',NULL,1367),(19147,'Felsberg',NULL,1367),(19148,'Fernwald',NULL,1367),(19149,'Florsheim',NULL,1367),(19150,'Frankenberg',NULL,1367),(19151,'Frankfurt',NULL,1367),(19152,'Freigericht',NULL,1367),(19153,'Friedberg',NULL,1367),(19154,'Friedrichsdorf',NULL,1367),(19155,'Fritzlar',NULL,1367),(19156,'Fulda',NULL,1367),(19157,'Fuldabruck',NULL,1367),(19158,'Fuldatal',NULL,1367),(19159,'Geisenheim',NULL,1367),(19160,'Gelnhausen',NULL,1367),(19161,'Gernsheim',NULL,1367),(19162,'GieBen',NULL,1367),(19163,'Giessen',NULL,1367),(19164,'Ginsheim-Gustavsburg',NULL,1367),(19165,'Gladenbach',NULL,1367),(19166,'Griesheim',NULL,1367),(19167,'GroB-Gerau',NULL,1367),(19168,'GroB-Umstadt',NULL,1367),(19169,'GroB-Zimmern',NULL,1367),(19170,'Grossenluder',NULL,1367),(19171,'Gruenberg',NULL,1367),(19172,'Grunberg',NULL,1367),(19173,'Grundau',NULL,1367),(19174,'Hadamar',NULL,1367),(19175,'Haiger',NULL,1367),(19176,'Hainburg',NULL,1367),(19177,'Hanau',NULL,1367),(19178,'Hattersheim',NULL,1367),(19179,'Heppenheim',NULL,1367),(19180,'Herborn',NULL,1367),(19181,'Hessisch Lichtenau',NULL,1367),(19182,'Heuchelheim',NULL,1367),(19183,'Heusenstamm',NULL,1367),(19184,'Hochheim',NULL,1367),(19185,'Hochst',NULL,1367),(19186,'Hofbieber',NULL,1367),(19187,'Hofgeismar',NULL,1367),(19188,'Hofheim',NULL,1367),(19189,'Homberg',NULL,1367),(19190,'Hunfeld',NULL,1367),(19191,'Hunfelden',NULL,1367),(19192,'Hungen',NULL,1367),(19193,'Huttenberg',NULL,1367),(19194,'Idstein',NULL,1367),(19195,'Karben',NULL,1367),(19196,'Kassel',NULL,1367),(19197,'Kaufungen',NULL,1367),(19198,'Kelkheim',NULL,1367),(19199,'Kelsterbach',NULL,1367),(19200,'Kirchhain',NULL,1367),(19201,'Konigstein',NULL,1367),(19202,'Korbach',NULL,1367),(19203,'Kriftel',NULL,1367),(19204,'Kronberg',NULL,1367),(19205,'Kunzell',NULL,1367),(19206,'Lahnau',NULL,1367),(19207,'Lahntal',NULL,1367),(19208,'Lampertheim',NULL,1367),(19209,'Langen',NULL,1367),(19210,'Langenselbold',NULL,1367),(19211,'Langgons',NULL,1367),(19212,'Laubach',NULL,1367),(19213,'Lauterbach',NULL,1367),(19214,'Lich',NULL,1367),(19215,'Limburg',NULL,1367),(19216,'Linden',NULL,1367),(19217,'Lindenholzhausen',NULL,1367),(19218,'Linsengericht',NULL,1367),(19219,'Lohfelden',NULL,1367),(19220,'Lollar',NULL,1367),(19221,'Lorsch',NULL,1367),(19222,'Maintal',NULL,1367),(19223,'Marburg',NULL,1367),(19224,'Melsungen',NULL,1367),(19225,'Mengerskirchen',NULL,1367),(19226,'Michelstadt',NULL,1367),(19227,'Morfelden-Walldorf',NULL,1367),(19228,'Morlenbach',NULL,1367),(19229,'Mucke',NULL,1367),(19230,'Muhlheim',NULL,1367),(19231,'Muhltal',NULL,1367),(19232,'Munster',NULL,1367),(19233,'Nauheim',NULL,1367),(19234,'Neu-Anspach',NULL,1367),(19235,'Neu-Isenburg',NULL,1367),(19236,'Neuhof',NULL,1367),(19237,'Neustadt',NULL,1367),(19238,'Nidda',NULL,1367),(19239,'Niddatal',NULL,1367),(19240,'Nidderau',NULL,1367),(19241,'Niederdorfelden',NULL,1367),(19242,'Niedernhausen',NULL,1367),(19243,'Niestetal',NULL,1367),(19244,'Ober-Ramstedt',NULL,1367),(19245,'Obertshausen',NULL,1367),(19246,'Oberursel',NULL,1367),(19247,'Oestrich-Winkel',NULL,1367),(19248,'Offenbach',NULL,1367),(19249,'Petersberg',NULL,1367),(19250,'Pfungstadt',NULL,1367),(19251,'Pohlheim',NULL,1367),(19252,'Raunheim',NULL,1367),(19253,'Reichelsheim',NULL,1367),(19254,'Reinheim',NULL,1367),(19255,'Reiskirchen',NULL,1367),(19256,'Riedstadt',NULL,1367),(19257,'Rimbach',NULL,1367),(19258,'RoBdorf',NULL,1367),(19259,'Rodenbach',NULL,1367),(19260,'Rodermark',NULL,1367),(19261,'Rodgau',NULL,1367),(19262,'Rosbach',NULL,1367),(19263,'Rotenburg',NULL,1367),(19264,'Rudesheim',NULL,1367),(19265,'Runkel',NULL,1367),(19266,'Russelsheim',NULL,1367),(19267,'Schauenburg',NULL,1367),(19268,'Schlangenbad',NULL,1367),(19269,'Schlitz',NULL,1367),(19270,'Schluchtern',NULL,1367),(19271,'Schoneck',NULL,1367),(19272,'Schotten',NULL,1367),(19273,'Schwalbach',NULL,1367),(19274,'Schwalbach am Taunus',NULL,1367),(19275,'Schwalmstadt',NULL,1367),(19276,'Seeheim-Jugenheim',NULL,1367),(19277,'Seligenstadt',NULL,1367),(19278,'Selters',NULL,1367),(19279,'Sinntal',NULL,1367),(19280,'Solms',NULL,1367),(19281,'Sontra',NULL,1367),(19282,'Spangenberg',NULL,1367),(19283,'Stadtallendorf',NULL,1367),(19284,'Steinau',NULL,1367),(19285,'Steinbach',NULL,1367),(19286,'Taunusstein',NULL,1367),(19287,'Trebur',NULL,1367),(19288,'Ulrichstein',NULL,1367),(19289,'Usingen',NULL,1367),(19290,'Vellmar',NULL,1367),(19291,'Viernheim',NULL,1367),(19292,'Volkmarsen',NULL,1367),(19293,'Wachtersbach',NULL,1367),(19294,'Wald-Michelbach',NULL,1367),(19295,'Waldbrunn',NULL,1367),(19296,'Waldems',NULL,1367),(19297,'Wehrheim',NULL,1367),(19298,'Weilburg',NULL,1367),(19299,'Weilmunster',NULL,1367),(19300,'Weiterstadt',NULL,1367),(19301,'Wettenberg',NULL,1367),(19302,'Wetter',NULL,1367),(19303,'Wetzlar',NULL,1367),(19304,'Wiesbaden',NULL,1367),(19305,'Witzenhausen',NULL,1367),(19306,'Wolfersheim',NULL,1367),(19307,'Wolfhagen',NULL,1367),(19308,'Zwingenberg',NULL,1367),(19309,'Kortenberg',NULL,1368),(19310,'Laasdorf',NULL,1369),(19311,'Anklam',NULL,1381),(19312,'Bad Doberan',NULL,1381),(19313,'Barth',NULL,1381),(19314,'Bergen',NULL,1381),(19315,'Boizenburg',NULL,1381),(19316,'Butzow',NULL,1381),(19317,'Demmin',NULL,1381),(19318,'Gagelow',NULL,1381),(19319,'Gallin',NULL,1381),(19320,'Grabow',NULL,1381),(19321,'Greifswald',NULL,1381),(19322,'Grevesmuhlen',NULL,1381),(19323,'Grimmen',NULL,1381),(19324,'Gustrow',NULL,1381),(19325,'Hagenow',NULL,1381),(19326,'Konigsee',NULL,1381),(19327,'Lubtheen',NULL,1381),(19328,'Ludersdorf',NULL,1381),(19329,'Ludwigslust',NULL,1381),(19330,'Malchin',NULL,1381),(19331,'Neubrandenburg',NULL,1381),(19332,'Neustrelitz',NULL,1381),(19333,'Parchim',NULL,1381),(19334,'Pasewalk',NULL,1381),(19335,'Ribnitz-Damgarten',NULL,1381),(19336,'Rostock',NULL,1381),(19337,'SaBnitz',NULL,1381),(19338,'Schweina',NULL,1381),(19339,'Schwerin',NULL,1381),(19340,'Selmsdorf',NULL,1381),(19341,'Stralsund',NULL,1381),(19342,'Teterow',NULL,1381),(19343,'Torgelow',NULL,1381),(19344,'Ueckermunde',NULL,1381),(19345,'Waren',NULL,1381),(19346,'Wismar',NULL,1381),(19347,'Wolgast',NULL,1381),(19348,'Zarrentin',NULL,1381),(19349,'Mulfingen',NULL,1382),(19350,'Grafing bei Munchen',NULL,1383),(19351,'Neubeuern',NULL,1384),(19352,'Achim',NULL,1385),(19353,'Adendorf',NULL,1385),(19354,'Aerzen',NULL,1385),(19355,'Alfeld',NULL,1385),(19356,'Ankum',NULL,1385),(19357,'Apen',NULL,1385),(19358,'Aurich',NULL,1385),(19359,'Bad Bentheim',NULL,1385),(19360,'Bad Bevensen',NULL,1385),(19361,'Bad Essen',NULL,1385),(19362,'Bad Gandersheim',NULL,1385),(19363,'Bad Harzburg',NULL,1385),(19364,'Bad Iburg',NULL,1385),(19365,'Bad Laer',NULL,1385),(19366,'Bad Lauterberg',NULL,1385),(19367,'Bad Munder',NULL,1385),(19368,'Bad Nenndorf',NULL,1385),(19369,'Bad Pyrmont',NULL,1385),(19370,'Bad Sachsa',NULL,1385),(19371,'Bad Salzdetfurth',NULL,1385),(19372,'Bad Zwischenahn',NULL,1385),(19373,'BarBel',NULL,1385),(19374,'Barsinghausen',NULL,1385),(19375,'Bassum',NULL,1385),(19376,'Beesten',NULL,1385),(19377,'Belm',NULL,1385),(19378,'Bergen',NULL,1385),(19379,'Bissendorf',NULL,1385),(19380,'Bleckede',NULL,1385),(19381,'Bockenem',NULL,1385),(19382,'Bohmte',NULL,1385),(19383,'Bovenden',NULL,1385),(19384,'Brake',NULL,1385),(19385,'Bramsche',NULL,1385),(19386,'Braunschweig',NULL,1385),(19387,'Bremervorde',NULL,1385),(19388,'Brockel',NULL,1385),(19389,'Brunswick',NULL,1385),(19390,'Buchholz',NULL,1385),(19391,'Buckeburg',NULL,1385),(19392,'Burgdorf',NULL,1385),(19393,'Burgwedel',NULL,1385),(19394,'Buxtehude',NULL,1385),(19395,'Celle',NULL,1385),(19396,'Clausthal-Zellerfeld',NULL,1385),(19397,'Clenze',NULL,1385),(19398,'Cloppenburg',NULL,1385),(19399,'Cremlingen',NULL,1385),(19400,'Cuxhaven',NULL,1385),(19401,'Dahlenburg',NULL,1385),(19402,'Damme',NULL,1385),(19403,'Dannenberg',NULL,1385),(19404,'Dassel',NULL,1385),(19405,'Deinste',NULL,1385),(19406,'Delmenhorst',NULL,1385),(19407,'Diepholz',NULL,1385),(19408,'Dinklage',NULL,1385),(19409,'Dorverden',NULL,1385),(19410,'Dransfeld',NULL,1385),(19411,'Drochtersen',NULL,1385),(19412,'Duderstadt',NULL,1385),(19413,'Edemissen',NULL,1385),(19414,'Edewecht',NULL,1385),(19415,'Einbeck',NULL,1385),(19416,'Elsfleth',NULL,1385),(19417,'Elze',NULL,1385),(19418,'Emden',NULL,1385),(19419,'Emlichheim',NULL,1385),(19420,'Emmerthal',NULL,1385),(19421,'Emsburen',NULL,1385),(19422,'Eppendorf',NULL,1385),(19423,'Fallingbostel',NULL,1385),(19424,'Frellstedt',NULL,1385),(19425,'Friedeburg',NULL,1385),(19426,'Friedland',NULL,1385),(19427,'Friesoythe',NULL,1385),(19428,'Ganderkesee',NULL,1385),(19429,'Garbsen',NULL,1385),(19430,'Garrel',NULL,1385),(19431,'Geeste',NULL,1385),(19432,'Gehrden',NULL,1385),(19433,'Georgsmarienhutte',NULL,1385),(19434,'Gifhorn',NULL,1385),(19435,'Gleichen',NULL,1385),(19436,'Goslar',NULL,1385),(19437,'Gottingen',NULL,1385),(19438,'GroBefehn',NULL,1385),(19439,'GroBenkneten',NULL,1385),(19440,'Hagen',NULL,1385),(19441,'Hambergen',NULL,1385),(19442,'Hameln',NULL,1385),(19443,'Hannover',NULL,1385),(19444,'Hannoversch Munden',NULL,1385),(19445,'Haren',NULL,1385),(19446,'Harsum',NULL,1385),(19447,'Hasbergen',NULL,1385),(19448,'Haselunne',NULL,1385),(19449,'Hatten',NULL,1385),(19450,'Hauslingen',NULL,1385),(19451,'Helmstedt',NULL,1385),(19452,'Hemmingen',NULL,1385),(19453,'Herzberg',NULL,1385),(19454,'Hessisch Oldendorf',NULL,1385),(19455,'Hildesheim',NULL,1385),(19456,'Hilter',NULL,1385),(19457,'Hittfeld',NULL,1385),(19458,'Holzminden',NULL,1385),(19459,'Hoya',NULL,1385),(19460,'Hude',NULL,1385),(19461,'Ihlow',NULL,1385),(19462,'Ilsede',NULL,1385),(19463,'Isernhagen',NULL,1385),(19464,'Jade',NULL,1385),(19465,'Jever',NULL,1385),(19466,'Jork',NULL,1385),(19467,'Kalefeld',NULL,1385),(19468,'Kirchlinteln',NULL,1385),(19469,'Knesebeck',NULL,1385),(19470,'Konigslutter',NULL,1385),(19471,'Krummhorn',NULL,1385),(19472,'Laatzen',NULL,1385),(19473,'Lahstedt',NULL,1385),(19474,'Langelsheim',NULL,1385),(19475,'Langen',NULL,1385),(19476,'Langenhagen',NULL,1385),(19477,'Langwedel',NULL,1385),(19478,'Lastrup',NULL,1385),(19479,'Leer',NULL,1385),(19480,'Lehre',NULL,1385),(19481,'Lehrte',NULL,1385),(19482,'Lemforde',NULL,1385),(19483,'Lengede',NULL,1385),(19484,'Liebenburg',NULL,1385),(19485,'Lilienthal',NULL,1385),(19486,'Lingen',NULL,1385),(19487,'Lohne',NULL,1385),(19488,'Loningen',NULL,1385),(19489,'Lorup',NULL,1385),(19490,'Loxstedt',NULL,1385),(19491,'Luchow',NULL,1385),(19492,'Luneburg',NULL,1385),(19493,'Melle',NULL,1385),(19494,'Meppen',NULL,1385),(19495,'Moormerland',NULL,1385),(19496,'Munster',NULL,1385),(19497,'Neu Wulmstorf',NULL,1385),(19498,'Neustadt',NULL,1385),(19499,'Nienburg',NULL,1385),(19500,'Norden',NULL,1385),(19501,'Nordenham',NULL,1385),(19502,'Nordhorn',NULL,1385),(19503,'Nordstemmen',NULL,1385),(19504,'Norten-Hardenberg',NULL,1385),(19505,'Northeim',NULL,1385),(19506,'Obernkirchen',NULL,1385),(19507,'Oldenburg',NULL,1385),(19508,'Osnabruck',NULL,1385),(19509,'Ostercappeln',NULL,1385),(19510,'Osterholz-Scharmbeck',NULL,1385),(19511,'Osterode',NULL,1385),(19512,'Ostrhauderfehn',NULL,1385),(19513,'Ottersberg',NULL,1385),(19514,'Oyten',NULL,1385),(19515,'Papenburg',NULL,1385),(19516,'Pattensen',NULL,1385),(19517,'Peine',NULL,1385),(19518,'Quakenbruck',NULL,1385),(19519,'Rastede',NULL,1385),(19520,'Rehburg-Loccum',NULL,1385),(19521,'Rhauderfehn',NULL,1385),(19522,'Rinteln',NULL,1385),(19523,'Ritterhude',NULL,1385),(19524,'Ronnenberg',NULL,1385),(19525,'Rosdorf',NULL,1385),(19526,'Rosengarten',NULL,1385),(19527,'Rotenburg',NULL,1385),(19528,'Salzgitter',NULL,1385),(19529,'Salzhemmendorf',NULL,1385),(19530,'Sarstedt',NULL,1385),(19531,'Saterland',NULL,1385),(19532,'ScheeBel',NULL,1385),(19533,'Schiffdorf',NULL,1385),(19534,'Schneverdingen',NULL,1385),(19535,'Schoningen',NULL,1385),(19536,'Schortens',NULL,1385),(19537,'Schuttorf',NULL,1385),(19538,'Schwanewede',NULL,1385),(19539,'Seelze',NULL,1385),(19540,'Seesen',NULL,1385),(19541,'Seevetal',NULL,1385),(19542,'Sehnde',NULL,1385),(19543,'Soltau',NULL,1385),(19544,'Springe',NULL,1385),(19545,'Stade',NULL,1385),(19546,'Stadthagen',NULL,1385),(19547,'Stadtoldendorf',NULL,1385),(19548,'Stelle',NULL,1385),(19549,'Stuhr',NULL,1385),(19550,'Sudbrookmerland',NULL,1385),(19551,'Sulingen',NULL,1385),(19552,'Syke',NULL,1385),(19553,'Tarmstedt',NULL,1385),(19554,'Tostedt',NULL,1385),(19555,'Twistringen',NULL,1385),(19556,'Uchte',NULL,1385),(19557,'Uelzen',NULL,1385),(19558,'Uetze',NULL,1385),(19559,'Uplengen',NULL,1385),(19560,'Uslar',NULL,1385),(19561,'Varel',NULL,1385),(19562,'Vechelde',NULL,1385),(19563,'Vechta',NULL,1385),(19564,'Verden',NULL,1385),(19565,'Vienenburg',NULL,1385),(19566,'Visselhovede',NULL,1385),(19567,'Walkenried',NULL,1385),(19568,'Wallenhorst',NULL,1385),(19569,'Walsrode',NULL,1385),(19570,'Wangerland',NULL,1385),(19571,'Wardenburg',NULL,1385),(19572,'Wedemark',NULL,1385),(19573,'Weener',NULL,1385),(19574,'Wendeburg',NULL,1385),(19575,'Wennigsen',NULL,1385),(19576,'Westerstede',NULL,1385),(19577,'Westoverledingen',NULL,1385),(19578,'Weyhe',NULL,1385),(19579,'Wiefelstede',NULL,1385),(19580,'Wiesmoor',NULL,1385),(19581,'Wildeshausen',NULL,1385),(19582,'Wilhelmshaven',NULL,1385),(19583,'Winsen',NULL,1385),(19584,'Wittingen',NULL,1385),(19585,'Wittmund',NULL,1385),(19586,'Wolfenbuttel',NULL,1385),(19587,'Wolfsburg',NULL,1385),(19588,'Worpswede',NULL,1385),(19589,'Wunstorf',NULL,1385),(19590,'Zetel',NULL,1385),(19591,'Zeven',NULL,1385),(19592,'Middenbeemster',NULL,1386),(19593,'Aachen',NULL,1387),(19594,'Ahaus',NULL,1387),(19595,'Ahlen',NULL,1387),(19596,'Aldenhoven',NULL,1387),(19597,'Alfter',NULL,1387),(19598,'Alpen',NULL,1387),(19599,'Alsdorf',NULL,1387),(19600,'Altena',NULL,1387),(19601,'Altendorf',NULL,1387),(19602,'Anrochte',NULL,1387),(19603,'Arnsberg',NULL,1387),(19604,'Ascheberg',NULL,1387),(19605,'Attendorn',NULL,1387),(19606,'Augustdorf',NULL,1387),(19607,'Bad Berleburg',NULL,1387),(19608,'Bad Driburg',NULL,1387),(19609,'Bad Honnef',NULL,1387),(19610,'Bad Laasphe',NULL,1387),(19611,'Bad Lippspringe',NULL,1387),(19612,'Bad Munstereifel',NULL,1387),(19613,'Bad Oeynhausen',NULL,1387),(19614,'Bad Salzuflen',NULL,1387),(19615,'Bad Sassendorf',NULL,1387),(19616,'Baesweiler',NULL,1387),(19617,'Balve',NULL,1387),(19618,'Barntrup',NULL,1387),(19619,'Beckum',NULL,1387),(19620,'Bedburg',NULL,1387),(19621,'Bedburg-Hau',NULL,1387),(19622,'Bergheim',NULL,1387),(19623,'Bergisch Gladbach',NULL,1387),(19624,'Bergkamen',NULL,1387),(19625,'Bergneustadt',NULL,1387),(19626,'Bestwig',NULL,1387),(19627,'Beverungen',NULL,1387),(19628,'Bielefeld',NULL,1387),(19629,'Billerbeck',NULL,1387),(19630,'Blomberg',NULL,1387),(19631,'Bocholt',NULL,1387),(19632,'Bochum',NULL,1387),(19633,'Bocket',NULL,1387),(19634,'Bonen',NULL,1387),(19635,'Bonn',NULL,1387),(19636,'Borchen',NULL,1387),(19637,'Borgentreich',NULL,1387),(19638,'Borgholzhausen',NULL,1387),(19639,'Borken',NULL,1387),(19640,'Bornheim',NULL,1387),(19641,'Bottrop',NULL,1387),(19642,'Brakel',NULL,1387),(19643,'Brilon',NULL,1387),(19644,'Bruggen',NULL,1387),(19645,'Bruhl',NULL,1387),(19646,'Bunde',NULL,1387),(19647,'Burbach',NULL,1387),(19648,'Buren',NULL,1387),(19649,'Burscheid',NULL,1387),(19650,'Castrop-Rauxel',NULL,1387),(19651,'Coesfeld',NULL,1387),(19652,'Cologne',NULL,1387),(19653,'Datteln',NULL,1387),(19654,'Delbruck',NULL,1387),(19655,'Denklingen',NULL,1387),(19656,'Detmold',NULL,1387),(19657,'Dingden',NULL,1387),(19658,'Dinslaken',NULL,1387),(19659,'Dormagen',NULL,1387),(19660,'Dorsten',NULL,1387),(19661,'Dortmund',NULL,1387),(19662,'Drensteinfurt',NULL,1387),(19663,'Drolshagen',NULL,1387),(19664,'Duisburg',NULL,1387),(19665,'Dulmen',NULL,1387),(19666,'Duren',NULL,1387),(19667,'Dusseldorf',NULL,1387),(19668,'Eitorf',NULL,1387),(19669,'Elsdorf',NULL,1387),(19670,'Emmerich',NULL,1387),(19671,'Emsdetten',NULL,1387),(19672,'Engelskirchen',NULL,1387),(19673,'Enger',NULL,1387),(19674,'Ennepetal',NULL,1387),(19675,'Ennigerloh',NULL,1387),(19676,'Ense',NULL,1387),(19677,'Erftstadt',NULL,1387),(19678,'Erkelenz',NULL,1387),(19679,'Erkrath',NULL,1387),(19680,'Erwitte',NULL,1387),(19681,'Espelkamp',NULL,1387),(19682,'Essen',NULL,1387),(19683,'Euskirchen',NULL,1387),(19684,'Extertal',NULL,1387),(19685,'Finnentrop',NULL,1387),(19686,'Frechen',NULL,1387),(19687,'Freudenberg',NULL,1387),(19688,'Frondenberg',NULL,1387),(19689,'Gangelt',NULL,1387),(19690,'Geilenkirchen',NULL,1387),(19691,'Geldern',NULL,1387),(19692,'Gelsenkirchen',NULL,1387),(19693,'Gescher',NULL,1387),(19694,'Geseke',NULL,1387),(19695,'Gevelsberg',NULL,1387),(19696,'Gladbeck',NULL,1387),(19697,'Goch',NULL,1387),(19698,'Grefrath',NULL,1387),(19699,'Greven',NULL,1387),(19700,'Grevenbroich',NULL,1387),(19701,'Gronau',NULL,1387),(19702,'Gummersbach',NULL,1387),(19703,'Gutersloh',NULL,1387),(19704,'Haan',NULL,1387),(19705,'Hagen',NULL,1387),(19706,'Halle',NULL,1387),(19707,'Haltern',NULL,1387),(19708,'Halver',NULL,1387),(19709,'Hamm',NULL,1387),(19710,'Hamminkeln',NULL,1387),(19711,'Harsewinkel',NULL,1387),(19712,'Hattingen',NULL,1387),(19713,'Havixbeck',NULL,1387),(19714,'Heiligenhaus',NULL,1387),(19715,'Heinsberg',NULL,1387),(19716,'Hemer',NULL,1387),(19717,'Hennef',NULL,1387),(19718,'Herdecke',NULL,1387),(19719,'Herford',NULL,1387),(19720,'Herne',NULL,1387),(19721,'Herten',NULL,1387),(19722,'Herzebrock-Clarholz',NULL,1387),(19723,'Herzogenrath',NULL,1387),(19724,'Hiddenhausen',NULL,1387),(19725,'Hilchenbach',NULL,1387),(19726,'Hilden',NULL,1387),(19727,'Hille',NULL,1387),(19728,'Holzwickede',NULL,1387),(19729,'Horn-Bad Meinberg',NULL,1387),(19730,'Horstel',NULL,1387),(19731,'Hovelhof',NULL,1387),(19732,'Hoxter',NULL,1387),(19733,'Huckelhoven',NULL,1387),(19734,'Huckeswagen',NULL,1387),(19735,'Hullhorst',NULL,1387),(19736,'Hunxe',NULL,1387),(19737,'Hurth',NULL,1387),(19738,'Ibbenburen',NULL,1387),(19739,'Iserlohn',NULL,1387),(19740,'Isselburg',NULL,1387),(19741,'Issum',NULL,1387),(19742,'Juchen',NULL,1387),(19743,'Julich',NULL,1387),(19744,'Kaarst',NULL,1387),(19745,'Kalkar',NULL,1387),(19746,'Kall',NULL,1387),(19747,'Kalletal',NULL,1387),(19748,'Kamen',NULL,1387),(19749,'Kamp-Lintfort',NULL,1387),(19750,'Kempen',NULL,1387),(19751,'Kerken',NULL,1387),(19752,'Kerpen',NULL,1387),(19753,'Kevelaer',NULL,1387),(19754,'Kierspe',NULL,1387),(19755,'Kirchhundem',NULL,1387),(19756,'Kirchlengern',NULL,1387),(19757,'Kleve',NULL,1387),(19758,'Koln',NULL,1387),(19759,'Konigswinter',NULL,1387),(19760,'Korschenbroich',NULL,1387),(19761,'Krefeld',NULL,1387),(19762,'Kreuzau',NULL,1387),(19763,'Kreuztal',NULL,1387),(19764,'Kurten',NULL,1387),(19765,'Lage',NULL,1387),(19766,'Langenfeld',NULL,1387),(19767,'Langerwehe',NULL,1387),(19768,'Leichlingen',NULL,1387),(19769,'Lemgo',NULL,1387),(19770,'Lengerich',NULL,1387),(19771,'Lennestadt',NULL,1387),(19772,'Leopoldshohe',NULL,1387),(19773,'Leverkusen',NULL,1387),(19774,'Lichtenau',NULL,1387),(19775,'Lindlar',NULL,1387),(19776,'Linnich',NULL,1387),(19777,'Lippetal',NULL,1387),(19778,'Lippstadt',NULL,1387),(19779,'Lohmar',NULL,1387),(19780,'Lohne',NULL,1387),(19781,'Lotte',NULL,1387),(19782,'Lubbecke',NULL,1387),(19783,'Ludenscheid',NULL,1387),(19784,'Ludinghausen',NULL,1387),(19785,'Lugde',NULL,1387),(19786,'Lunen',NULL,1387),(19787,'Marienheide',NULL,1387),(19788,'Marl',NULL,1387),(19789,'Marsberg',NULL,1387),(19790,'Mechernich',NULL,1387),(19791,'Meckenheim',NULL,1387),(19792,'Meerbusch',NULL,1387),(19793,'Meinerzhagen',NULL,1387),(19794,'Menden',NULL,1387),(19795,'Meschede',NULL,1387),(19796,'Mettingen',NULL,1387),(19797,'Mettmann',NULL,1387),(19798,'Minden',NULL,1387),(19799,'Moers',NULL,1387),(19800,'Mohnesee',NULL,1387),(19801,'Monchengladbach',NULL,1387),(19802,'Monheim',NULL,1387),(19803,'Monschau',NULL,1387),(19804,'Morsbach',NULL,1387),(19805,'Much',NULL,1387),(19806,'Mulheim',NULL,1387),(19807,'Munster',NULL,1387),(19808,'Netphen',NULL,1387),(19809,'Nettetal',NULL,1387),(19810,'Neuenkirchen',NULL,1387),(19811,'Neuenrade',NULL,1387),(19812,'Neukirchen-Vluyn',NULL,1387),(19813,'Neunkirchen',NULL,1387),(19814,'Neunkirchen-Seelscheid',NULL,1387),(19815,'Neuss',NULL,1387),(19816,'Nideggen',NULL,1387),(19817,'Niederkassel',NULL,1387),(19818,'Niederkruchten',NULL,1387),(19819,'Niederzier',NULL,1387),(19820,'Nordkirchen',NULL,1387),(19821,'Norvenich',NULL,1387),(19822,'Nottuln',NULL,1387),(19823,'Numbrecht',NULL,1387),(19824,'Oberhausen',NULL,1387),(19825,'Ochtrup',NULL,1387),(19826,'Odenthal',NULL,1387),(19827,'Oelde',NULL,1387),(19828,'Oer-Erkenschwick',NULL,1387),(19829,'Oerlinghausen',NULL,1387),(19830,'Olfen',NULL,1387),(19831,'Olpe',NULL,1387),(19832,'Olsberg',NULL,1387),(19833,'Overath',NULL,1387),(19834,'Paderborn',NULL,1387),(19835,'Petershagen',NULL,1387),(19836,'Plettenberg',NULL,1387),(19837,'Porta Westfalica',NULL,1387),(19838,'PreuBisch Oldendorf',NULL,1387),(19839,'Pulheim',NULL,1387),(19840,'Radevormwald',NULL,1387),(19841,'Raesfeld',NULL,1387),(19842,'Rahden',NULL,1387),(19843,'Ratingen',NULL,1387),(19844,'Recke',NULL,1387),(19845,'Recklinghausen',NULL,1387),(19846,'Rees',NULL,1387),(19847,'Reichshof',NULL,1387),(19848,'Reken',NULL,1387),(19849,'Remscheid',NULL,1387),(19850,'Rheda-Wiedenbruck',NULL,1387),(19851,'Rhede',NULL,1387),(19852,'Rheinbach',NULL,1387),(19853,'Rheinberg',NULL,1387),(19854,'Rheine',NULL,1387),(19855,'Rietberg',NULL,1387),(19856,'Rommerskirchen',NULL,1387),(19857,'Rosendahl',NULL,1387),(19858,'Rosrath',NULL,1387),(19859,'Ruthen',NULL,1387),(19860,'Salzkotten',NULL,1387),(19861,'Sassenberg',NULL,1387),(19862,'Schalksmuhle',NULL,1387),(19863,'Schermbeck',NULL,1387),(19864,'Schieder-Schwalenberg',NULL,1387),(19865,'Schleiden',NULL,1387),(19866,'SchloB Holte-Stukenbrock',NULL,1387),(19867,'Schmallenberg',NULL,1387),(19868,'Schwalmtal',NULL,1387),(19869,'Schwelm',NULL,1387),(19870,'Schwerte',NULL,1387),(19871,'Selm',NULL,1387),(19872,'Senden',NULL,1387),(19873,'Sendenhorst',NULL,1387),(19874,'Siegburg',NULL,1387),(19875,'Siegen',NULL,1387),(19876,'Simmerath',NULL,1387),(19877,'Soest',NULL,1387),(19878,'Solingen',NULL,1387),(19879,'Sonsbeck',NULL,1387),(19880,'Spenge',NULL,1387),(19881,'Sprockhovel',NULL,1387),(19882,'Stadtlohn',NULL,1387),(19883,'Steinfurt',NULL,1387),(19884,'Steinhagen',NULL,1387),(19885,'Steinheim',NULL,1387),(19886,'Stemwede',NULL,1387),(19887,'Stolberg',NULL,1387),(19888,'Straelen',NULL,1387),(19889,'Sundern',NULL,1387),(19890,'Swisttal',NULL,1387),(19891,'Tecklenburg',NULL,1387),(19892,'Telgte',NULL,1387),(19893,'Tonisvorst',NULL,1387),(19894,'Troisdorf',NULL,1387),(19895,'Ubach-Palenberg',NULL,1387),(19896,'Unna',NULL,1387),(19897,'Velbert',NULL,1387),(19898,'Velen',NULL,1387),(19899,'Verl',NULL,1387),(19900,'Versmold',NULL,1387),(19901,'Viersen',NULL,1387),(19902,'Vlotho',NULL,1387),(19903,'Voerde',NULL,1387),(19904,'Vreden',NULL,1387),(19905,'Wachtberg',NULL,1387),(19906,'Wachtendonk',NULL,1387),(19907,'Wadersloh',NULL,1387),(19908,'Waldbrol',NULL,1387),(19909,'Waltrop',NULL,1387),(19910,'Warburg',NULL,1387),(19911,'Warendorf',NULL,1387),(19912,'Warstein',NULL,1387),(19913,'Wassenberg',NULL,1387),(19914,'Weeze',NULL,1387),(19915,'Wegberg',NULL,1387),(19916,'Weilerswist',NULL,1387),(19917,'Welver',NULL,1387),(19918,'Wenden',NULL,1387),(19919,'Werdohl',NULL,1387),(19920,'Werl',NULL,1387),(19921,'Wermelskirchen',NULL,1387),(19922,'Werne',NULL,1387),(19923,'Werther',NULL,1387),(19924,'Wesel',NULL,1387),(19925,'Wesseling',NULL,1387),(19926,'Westerkappeln',NULL,1387),(19927,'Wetter',NULL,1387),(19928,'Wickede',NULL,1387),(19929,'Wiehl',NULL,1387),(19930,'Willich',NULL,1387),(19931,'Wilnsdorf',NULL,1387),(19932,'Windeck',NULL,1387),(19933,'Winterberg',NULL,1387),(19934,'Wipperfurth',NULL,1387),(19935,'Witten',NULL,1387),(19936,'Wulfrath',NULL,1387),(19937,'Wunnenberg',NULL,1387),(19938,'Wuppertal',NULL,1387),(19939,'Wurselen',NULL,1387),(19940,'Xanten',NULL,1387),(19941,'Zulpich',NULL,1387),(19942,'Herzberg am Harz',NULL,1389),(19943,'Alzey',NULL,1390),(19944,'Andernach',NULL,1390),(19945,'Bad Durkheim',NULL,1390),(19946,'Bad Ems',NULL,1390),(19947,'Bad Kreuznach',NULL,1390),(19948,'Bad Neuenahr-Ahrweiler',NULL,1390),(19949,'Bendorf',NULL,1390),(19950,'Betzdorf',NULL,1390),(19951,'Bingen',NULL,1390),(19952,'Bitburg',NULL,1390),(19953,'Bobenheim-Roxheim',NULL,1390),(19954,'Bohl-Iggelheim',NULL,1390),(19955,'Boppard',NULL,1390),(19956,'Daun',NULL,1390),(19957,'Diez',NULL,1390),(19958,'Eisenberg',NULL,1390),(19959,'Essingen',NULL,1390),(19960,'Frankenthal',NULL,1390),(19961,'Gau-Odernheim',NULL,1390),(19962,'Germersheim',NULL,1390),(19963,'Grunstadt',NULL,1390),(19964,'HaBloch',NULL,1390),(19965,'Hahnstatten',NULL,1390),(19966,'Hallschlag',NULL,1390),(19967,'Herschbach',NULL,1390),(19968,'Herxheim',NULL,1390),(19969,'Hirschhorn',NULL,1390),(19970,'Hohr-Grenzhausen',NULL,1390),(19971,'Holzheim',NULL,1390),(19972,'Idar-Oberstein',NULL,1390),(19973,'Ingelheim',NULL,1390),(19974,'Kaisersesch',NULL,1390),(19975,'Kaiserslautern',NULL,1390),(19976,'Kastellaun',NULL,1390),(19977,'Kindsbach',NULL,1390),(19978,'Kirchen',NULL,1390),(19979,'Kirn',NULL,1390),(19980,'Koblenz',NULL,1390),(19981,'Lahnstein',NULL,1390),(19982,'Landau',NULL,1390),(19983,'Limburgerhof',NULL,1390),(19984,'Luckenburg',NULL,1390),(19985,'Ludwigshafen',NULL,1390),(19986,'Mainz',NULL,1390),(19987,'Mayen',NULL,1390),(19988,'Montabaur',NULL,1390),(19989,'Morbach',NULL,1390),(19990,'Mulheim-Karlich',NULL,1390),(19991,'Mundersbach',NULL,1390),(19992,'Mutterstadt',NULL,1390),(19993,'Nassau',NULL,1390),(19994,'Neitersen',NULL,1390),(19995,'Neustadt',NULL,1390),(19996,'Neuwied',NULL,1390),(19997,'Niederzissen',NULL,1390),(19998,'Pirmasens',NULL,1390),(19999,'Plaidt',NULL,1390),(20000,'Remagen',NULL,1390),(20001,'Schifferstadt',NULL,1390),(20002,'Schoenenberg Kuebelberg',NULL,1390),(20003,'Sinzig',NULL,1390),(20004,'Speyer',NULL,1390),(20005,'St. Goar',NULL,1390),(20006,'Trier',NULL,1390),(20007,'Vallendar',NULL,1390),(20008,'Winterbach',NULL,1390),(20009,'Wittlich',NULL,1390),(20010,'Worms',NULL,1390),(20011,'Worth',NULL,1390),(20012,'Zweibrucken',NULL,1390),(20013,'Adenau',NULL,1391),(20014,'Anhausen',NULL,1391),(20015,'Barbelroth',NULL,1391),(20016,'Berndroth',NULL,1391),(20017,'Bernkastel-Kues',NULL,1391),(20018,'Burgbrohl',NULL,1391),(20019,'Dieblich',NULL,1391),(20020,'Dierdorf',NULL,1391),(20021,'Dreisbach',NULL,1391),(20022,'Elsoff',NULL,1391),(20023,'Enkenbach-Alsenborn',NULL,1391),(20024,'Etzbach',NULL,1391),(20025,'Flonheim',NULL,1391),(20026,'Fohren',NULL,1391),(20027,'Grafschaft',NULL,1391),(20028,'Hochspeyer',NULL,1391),(20029,'Leiningen',NULL,1391),(20030,'Moschheim',NULL,1391),(20031,'Murlenbach',NULL,1391),(20032,'Neuhofen',NULL,1391),(20033,'Nievern',NULL,1391),(20034,'Norken',NULL,1391),(20035,'Oberlahr',NULL,1391),(20036,'Otterstadt',NULL,1391),(20037,'Rennerod',NULL,1391),(20038,'Rheinbreitbach',NULL,1391),(20039,'Rieschweiler-Muhlbach',NULL,1391),(20040,'Saarburg',NULL,1391),(20041,'Stahlhofen',NULL,1391),(20042,'Steinebach',NULL,1391),(20043,'Weinsheim',NULL,1391),(20044,'Winnweiler',NULL,1391),(20045,'Wissen',NULL,1391),(20046,'Beckingen',NULL,1392),(20047,'Bexbach',NULL,1392),(20048,'Blieskastel',NULL,1392),(20049,'Dillingen',NULL,1392),(20050,'Duppenweiler',NULL,1392),(20051,'Eppelborn',NULL,1392),(20052,'Friedrichsthal',NULL,1392),(20053,'GroBrosseln',NULL,1392),(20054,'Heusweiler',NULL,1392),(20055,'Homburg',NULL,1392),(20056,'Illingen',NULL,1392),(20057,'Kirkel',NULL,1392),(20058,'Kleinblittersdorf',NULL,1392),(20059,'Lebach',NULL,1392),(20060,'Losheim',NULL,1392),(20061,'Mandelbachtal',NULL,1392),(20062,'Marpingen',NULL,1392),(20063,'Merchweiler',NULL,1392),(20064,'Merzig',NULL,1392),(20065,'Mettlach',NULL,1392),(20066,'Nalbach',NULL,1392),(20067,'Neunkirchen',NULL,1392),(20068,'Nohfelden',NULL,1392),(20069,'Nonnweiler',NULL,1392),(20070,'Oberthal',NULL,1392),(20071,'Ottweiler',NULL,1392),(20072,'Puttlingen',NULL,1392),(20073,'Quierschied',NULL,1392),(20074,'Rehlingen-Siersburg',NULL,1392),(20075,'Riegelsberg',NULL,1392),(20076,'Saarbrucken',NULL,1392),(20077,'Saarlouis',NULL,1392),(20078,'Saarwellingen',NULL,1392),(20079,'Sankt Ingbert',NULL,1392),(20080,'Sankt Wendel',NULL,1392),(20081,'Schiffweiler',NULL,1392),(20082,'Schmelz',NULL,1392),(20083,'Schwalbach',NULL,1392),(20084,'Spiesen-Elversberg',NULL,1392),(20085,'Sulzbach',NULL,1392),(20086,'Tholey',NULL,1392),(20087,'Uberherrn',NULL,1392),(20088,'Volklingen',NULL,1392),(20089,'Wadern',NULL,1392),(20090,'Wadgassen',NULL,1392),(20091,'Wallerfangen',NULL,1392),(20092,'Weiskirchen',NULL,1392),(20093,'Annaberg-Buchholz',NULL,1393),(20094,'Aue',NULL,1393),(20095,'Auerbach',NULL,1393),(20096,'Bautzen',NULL,1393),(20097,'Bischofswerda',NULL,1393),(20098,'Borna',NULL,1393),(20099,'Brand-Erbisdorf',NULL,1393),(20100,'Burgstadt',NULL,1393),(20101,'Chemnitz',NULL,1393),(20102,'Coswig',NULL,1393),(20103,'Crimmitschau',NULL,1393),(20104,'Delitzsch',NULL,1393),(20105,'Dobeln',NULL,1393),(20106,'Dresden',NULL,1393),(20107,'Ebersbach',NULL,1393),(20108,'Eilenburg',NULL,1393),(20109,'Falkenstein',NULL,1393),(20110,'Floha',NULL,1393),(20111,'Frankenberg',NULL,1393),(20112,'Freiberg',NULL,1393),(20113,'Freital',NULL,1393),(20114,'Friedewald',NULL,1393),(20115,'Glauchau',NULL,1393),(20116,'Gorlitz',NULL,1393),(20117,'Grimma',NULL,1393),(20118,'GroBenhain',NULL,1393),(20119,'Groditz',NULL,1393),(20120,'Hainichen',NULL,1393),(20121,'Heidenau',NULL,1393),(20122,'Hirschstein',NULL,1393),(20123,'Hohenstein-Ernstthal',NULL,1393),(20124,'Hoyerswerda',NULL,1393),(20125,'Kamenz',NULL,1393),(20126,'Klingenthal',NULL,1393),(20127,'Leipzig',NULL,1393),(20128,'Lichtenstein',NULL,1393),(20129,'Limbach-Oberfrohna',NULL,1393),(20130,'LoBnitz',NULL,1393),(20131,'Lobau',NULL,1393),(20132,'Lugau',NULL,1393),(20133,'Marienberg',NULL,1393),(20134,'Markkleeberg',NULL,1393),(20135,'Meerane',NULL,1393),(20136,'MeiBen',NULL,1393),(20137,'Mittweida',NULL,1393),(20138,'Muldenhammer',NULL,1393),(20139,'Neustadt',NULL,1393),(20140,'Niesky',NULL,1393),(20141,'Oelsnitz',NULL,1393),(20142,'Olbernhau',NULL,1393),(20143,'Olbersdorf',NULL,1393),(20144,'Oschatz',NULL,1393),(20145,'Pirna',NULL,1393),(20146,'Plauen',NULL,1393),(20147,'Radeberg',NULL,1393),(20148,'Radebeul',NULL,1393),(20149,'Reichenbach',NULL,1393),(20150,'Riesa',NULL,1393),(20151,'Rietschen',NULL,1393),(20152,'Schkeuditz',NULL,1393),(20153,'Schneeberg',NULL,1393),(20154,'Schwarzenberg',NULL,1393),(20155,'Sebnitz',NULL,1393),(20156,'Stollberg',NULL,1393),(20157,'Taubenheim',NULL,1393),(20158,'Taucha',NULL,1393),(20159,'Thalheim',NULL,1393),(20160,'Torgau',NULL,1393),(20161,'Waldheim',NULL,1393),(20162,'WeiBwasser',NULL,1393),(20163,'Werdau',NULL,1393),(20164,'Wilkau-HaBlau',NULL,1393),(20165,'Wurzen',NULL,1393),(20166,'Zittau',NULL,1393),(20167,'Zschopau',NULL,1393),(20168,'Zwickau',NULL,1393),(20169,'Zwonitz',NULL,1393),(20170,'Aken',NULL,1394),(20171,'Aschersleben',NULL,1394),(20172,'Bad Durrenberg',NULL,1394),(20173,'Bebitz',NULL,1394),(20174,'Bernburg',NULL,1394),(20175,'Bitterfeld',NULL,1394),(20176,'Blankenburg',NULL,1394),(20177,'Braunsbedra',NULL,1394),(20178,'Burg',NULL,1394),(20179,'Calbe',NULL,1394),(20180,'Coswig',NULL,1394),(20181,'Dessau',NULL,1394),(20182,'Eisleben',NULL,1394),(20183,'Gardelegen',NULL,1394),(20184,'Genthin',NULL,1394),(20185,'Gommern',NULL,1394),(20186,'Grafenhainichen',NULL,1394),(20187,'Halberstadt',NULL,1394),(20188,'Haldensleben',NULL,1394),(20189,'Halle',NULL,1394),(20190,'Hettstedt',NULL,1394),(20191,'Heyrothsberge',NULL,1394),(20192,'Hotensleben',NULL,1394),(20193,'Kothen',NULL,1394),(20194,'Leuna',NULL,1394),(20195,'Magdeburg',NULL,1394),(20196,'Merseburg',NULL,1394),(20197,'Naumburg',NULL,1394),(20198,'Oschersleben',NULL,1394),(20199,'Osterburg',NULL,1394),(20200,'Osterwieck',NULL,1394),(20201,'Quedlinburg',NULL,1394),(20202,'Querfurt',NULL,1394),(20203,'Raguhn',NULL,1394),(20204,'RoBlau',NULL,1394),(20205,'Salzwedel',NULL,1394),(20206,'Sangerhausen',NULL,1394),(20207,'Schonebeck',NULL,1394),(20208,'StaBfurt',NULL,1394),(20209,'Stendal',NULL,1394),(20210,'Tangermunde',NULL,1394),(20211,'Thale',NULL,1394),(20212,'WeiBenfels',NULL,1394),(20213,'Wittenberg',NULL,1394),(20214,'Wolfen',NULL,1394),(20215,'Wolmirstedt',NULL,1394),(20216,'Zeitz',NULL,1394),(20217,'Zerbst',NULL,1394),(20218,'Bad Lausick',NULL,1395),(20219,'Bernsdorf',NULL,1395),(20220,'Borde-Hakel',NULL,1395),(20221,'Gelenau',NULL,1395),(20222,'Groberkmannsdorf ',NULL,1395),(20223,'Hartha',NULL,1395),(20224,'Kreischa',NULL,1395),(20225,'Malschwitz',NULL,1395),(20226,'Naunhof',NULL,1395),(20227,'Pausa',NULL,1395),(20228,'Seiffen',NULL,1395),(20229,'Stutzengrun',NULL,1395),(20230,'Ahrensbok',NULL,1396),(20231,'Ahrensburg',NULL,1396),(20232,'Altenholz',NULL,1396),(20233,'Alveslohe',NULL,1396),(20234,'Ammersbek',NULL,1396),(20235,'Bad Bramstedt',NULL,1396),(20236,'Bad Oldesloe',NULL,1396),(20237,'Bad Schwartau',NULL,1396),(20238,'Bad Segeberg',NULL,1396),(20239,'Bargteheide',NULL,1396),(20240,'Barmstedt',NULL,1396),(20241,'Barsbuttel',NULL,1396),(20242,'Bredstedt',NULL,1396),(20243,'Brunsbuttel',NULL,1396),(20244,'Budelsdorf',NULL,1396),(20245,'Eckernforde',NULL,1396),(20246,'Eddelak',NULL,1396),(20247,'Elmshorn',NULL,1396),(20248,'Eutin',NULL,1396),(20249,'Flensburg',NULL,1396),(20250,'Friedrichstadt',NULL,1396),(20251,'Geesthacht',NULL,1396),(20252,'Glinde',NULL,1396),(20253,'Gluckstadt',NULL,1396),(20254,'Grob Pampau',NULL,1396),(20255,'Halstenbek',NULL,1396),(20256,'Hamfelde',NULL,1396),(20257,'Harrislee',NULL,1396),(20258,'Hartenholm',NULL,1396),(20259,'Heide',NULL,1396),(20260,'Heiligenhafen',NULL,1396),(20261,'Henstedt-Ulzburg',NULL,1396),(20262,'Honenwestedt',NULL,1396),(20263,'Husum',NULL,1396),(20264,'Itzehoe',NULL,1396),(20265,'Kaltenkirchen',NULL,1396),(20266,'Kappeln',NULL,1396),(20267,'Kiel',NULL,1396),(20268,'Kronshagen',NULL,1396),(20269,'Lauenburg',NULL,1396),(20270,'Lensahn',NULL,1396),(20271,'Lubeck',NULL,1396),(20272,'Malente',NULL,1396),(20273,'Mielkendorf',NULL,1396),(20274,'Molfsee',NULL,1396),(20275,'Molln',NULL,1396),(20276,'Neuenbrook',NULL,1396),(20277,'Neumunster',NULL,1396),(20278,'Neustadt',NULL,1396),(20279,'Norderstedt',NULL,1396),(20280,'Oldenburg',NULL,1396),(20281,'Oststeinbek',NULL,1396),(20282,'Pinneberg',NULL,1396),(20283,'Plon',NULL,1396),(20284,'Preetz',NULL,1396),(20285,'Quickborn',NULL,1396),(20286,'Ratekau',NULL,1396),(20287,'Ratzeburg',NULL,1396),(20288,'Reinbek',NULL,1396),(20289,'Reinfeld',NULL,1396),(20290,'Rellingen',NULL,1396),(20291,'Rendsburg',NULL,1396),(20292,'Rethwisch',NULL,1396),(20293,'Satrup',NULL,1396),(20294,'Scharbeutz',NULL,1396),(20295,'Schenefeld',NULL,1396),(20296,'Schleswig',NULL,1396),(20297,'Schmalfeld',NULL,1396),(20298,'Schoenkirchen',NULL,1396),(20299,'Schwarzenbek',NULL,1396),(20300,'Seefeld',NULL,1396),(20301,'Sievershutten',NULL,1396),(20302,'Stockelsdorf',NULL,1396),(20303,'Tangstedt',NULL,1396),(20304,'Timmendorfer Strand',NULL,1396),(20305,'Tornesch',NULL,1396),(20306,'Travemunde',NULL,1396),(20307,'Uetersen',NULL,1396),(20308,'Wahlstedt',NULL,1396),(20309,'Wedel',NULL,1396),(20310,'Wentorf',NULL,1396),(20311,'Westerland',NULL,1396),(20312,'Westerronfeld',NULL,1396),(20313,'Wohltorf',NULL,1396),(20314,'Wotersen',NULL,1396),(20315,'Altenburg',NULL,1397),(20316,'Apolda',NULL,1397),(20317,'Arnstadt',NULL,1397),(20318,'Bad Frankenhausen',NULL,1397),(20319,'Bad Langensalza',NULL,1397),(20320,'Bad Salzungen',NULL,1397),(20321,'Cursdorf',NULL,1397),(20322,'Dornburg',NULL,1397),(20323,'Eisenach',NULL,1397),(20324,'Eisenberg',NULL,1397),(20325,'Erfurt',NULL,1397),(20326,'Gera',NULL,1397),(20327,'Geschwenda',NULL,1397),(20328,'Gotha',NULL,1397),(20329,'Greiz',NULL,1397),(20330,'Heiligenstadt',NULL,1397),(20331,'Hermsdorf',NULL,1397),(20332,'Hildburghausen',NULL,1397),(20333,'Ilmenau',NULL,1397),(20334,'Immelborn',NULL,1397),(20335,'Jena',NULL,1397),(20336,'Leinefelde',NULL,1397),(20337,'Leutenberg',NULL,1397),(20338,'Meiningen',NULL,1397),(20339,'Meuselwitz',NULL,1397),(20340,'Muhlhausen',NULL,1397),(20341,'Neustadt',NULL,1397),(20342,'Nordhausen',NULL,1397),(20343,'PoBneck',NULL,1397),(20344,'Rosenthal',NULL,1397),(20345,'Rositz',NULL,1397),(20346,'Rudolstadt',NULL,1397),(20347,'Ruhla',NULL,1397),(20348,'Saalfeld',NULL,1397),(20349,'Schmalkalden',NULL,1397),(20350,'Schmolln',NULL,1397),(20351,'Sommerda',NULL,1397),(20352,'Sondershausen',NULL,1397),(20353,'Sonneberg',NULL,1397),(20354,'Suhl',NULL,1397),(20355,'Triptis',NULL,1397),(20356,'Uhlstadt',NULL,1397),(20357,'Waltershausen',NULL,1397),(20358,'Weida',NULL,1397),(20359,'Weimar',NULL,1397),(20360,'Wernigerode',NULL,1397),(20361,'Wormstedt',NULL,1397),(20362,'Zella-Mehlis',NULL,1397),(20363,'Zeulenroda',NULL,1397),(20364,'Webling',NULL,1398),(20365,'Neustadt',NULL,1399),(20366,'Schlobborn',NULL,1400),(20367,'Agogo',NULL,1401),(20368,'Bekwai',NULL,1401),(20369,'Konongo',NULL,1401),(20370,'Kumasi',NULL,1401),(20371,'Mampong',NULL,1401),(20372,'Mankranso',NULL,1401),(20373,'Obuasi',NULL,1401),(20374,'Ofinso',NULL,1401),(20375,'Tafo',NULL,1401),(20376,'Bechem',NULL,1402),(20377,'Berekum',NULL,1402),(20378,'Duayaw Nkwanta',NULL,1402),(20379,'Kintampo',NULL,1402),(20380,'Sunyani',NULL,1402),(20381,'Techiman',NULL,1402),(20382,'Wenchi',NULL,1402),(20383,'Apam',NULL,1403),(20384,'Cape Coast',NULL,1403),(20385,'Dunkwa',NULL,1403),(20386,'Elmina',NULL,1403),(20387,'Foso',NULL,1403),(20388,'Komenda',NULL,1403),(20389,'Mauri',NULL,1403),(20390,'Mumford',NULL,1403),(20391,'Nyakrom',NULL,1403),(20392,'Okitsiu',NULL,1403),(20393,'Saltpond',NULL,1403),(20394,'Swedru',NULL,1403),(20395,'Winneba',NULL,1403),(20396,'Aburi',NULL,1404),(20397,'Ada',NULL,1404),(20398,'Akim Swedru',NULL,1404),(20399,'Akropong',NULL,1404),(20400,'Asamankese',NULL,1404),(20401,'Begoro',NULL,1404),(20402,'Kade',NULL,1404),(20403,'Kibi',NULL,1404),(20404,'Koforidua',NULL,1404),(20405,'Mpraeso',NULL,1404),(20406,'Nkawkaw',NULL,1404),(20407,'Nsawam',NULL,1404),(20408,'Oda',NULL,1404),(20409,'Somanya',NULL,1404),(20410,'Suhum',NULL,1404),(20411,'Kpandae',NULL,1406),(20412,'Salaga',NULL,1406),(20413,'Savelugu',NULL,1406),(20414,'Tamale',NULL,1406),(20415,'Yendi',NULL,1406),(20416,'Aflao',NULL,1409),(20417,'Anloga',NULL,1409),(20418,'Ho',NULL,1409),(20419,'Hohoe',NULL,1409),(20420,'Keta',NULL,1409),(20421,'Kete-Krachi',NULL,1409),(20422,'Kpandu',NULL,1409),(20423,'Aboso',NULL,1410),(20424,'Anomabu',NULL,1410),(20425,'Axim',NULL,1410),(20426,'Bibiani',NULL,1410),(20427,'Prestea',NULL,1410),(20428,'Sekondi',NULL,1410),(20429,'Shama',NULL,1410),(20430,'Takoradi',NULL,1410),(20431,'Tarkwa',NULL,1410),(20432,'Gibraltar',NULL,1411),(20433,'Elassonos',NULL,1412),(20434,'Aiyion',NULL,1413),(20435,'Patra',NULL,1413),(20436,'Argos',NULL,1415),(20437,'Navplion',NULL,1415),(20438,'Tripoli',NULL,1416),(20439,'Arta',NULL,1417),(20440,'Acharnes',NULL,1418),(20441,'Agios Ioannis Rentis',NULL,1418),(20442,'Drapetsona',NULL,1418),(20443,'Koropi',NULL,1418),(20444,'Lavrion',NULL,1418),(20445,'Mandra',NULL,1418),(20446,'Spata',NULL,1418),(20447,'Aharna',NULL,1419),(20448,'Aiyaleo',NULL,1419),(20449,'Alimos',NULL,1419),(20450,'Amarousion',NULL,1419),(20451,'Ano Liosia',NULL,1419),(20452,'Aryiroupoli',NULL,1419),(20453,'Aspropirgos',NULL,1419),(20454,'Athina',NULL,1419),(20455,'Athinai',NULL,1419),(20456,'Ayia Barbara',NULL,1419),(20457,'Ayia Paraskevi',NULL,1419),(20458,'Ayios Anaryiros',NULL,1419),(20459,'Ayios Dimitrios',NULL,1419),(20460,'Dafne',NULL,1419),(20461,'Elevsis',NULL,1419),(20462,'Ellenikon',NULL,1419),(20463,'Galatsion',NULL,1419),(20464,'Glifada',NULL,1419),(20465,'Haidarion',NULL,1419),(20466,'Halandrion',NULL,1419),(20467,'Holargos',NULL,1419),(20468,'Ilioupoli',NULL,1419),(20469,'Iraklion',NULL,1419),(20470,'Kaisariani',NULL,1419),(20471,'Kallithea',NULL,1419),(20472,'Kamateron',NULL,1419),(20473,'Keratea',NULL,1419),(20474,'Keratsinion',NULL,1419),(20475,'Kifisia',NULL,1419),(20476,'Koridallos',NULL,1419),(20477,'Kropion',NULL,1419),(20478,'Markopoulos Mesogaia',NULL,1419),(20479,'Maroussi',NULL,1419),(20480,'Megara',NULL,1419),(20481,'Melission',NULL,1419),(20482,'Metamorfosios',NULL,1419),(20483,'Moshatos',NULL,1419),(20484,'Nea Filedelfia',NULL,1419),(20485,'Nea Ionia',NULL,1419),(20486,'Nea Liosia',NULL,1419),(20487,'Nea Smirni',NULL,1419),(20488,'Nikaia',NULL,1419),(20489,'Palaion Faliron',NULL,1419),(20490,'Perama',NULL,1419),(20491,'Peristerion',NULL,1419),(20492,'Petroupoli',NULL,1419),(20493,'Pevka',NULL,1419),(20494,'Piraeus',NULL,1419),(20495,'Salamis',NULL,1419),(20496,'Tavros',NULL,1419),(20497,'Viron',NULL,1419),(20498,'Voula',NULL,1419),(20499,'Vrilission',NULL,1419),(20500,'Zografos',NULL,1419),(20501,'Heraklion',NULL,1421),(20502,'Arhangelos',NULL,1422),(20503,'Ialysos',NULL,1422),(20504,'Kos',NULL,1422),(20505,'Rodos',NULL,1422),(20506,'Drama',NULL,1423),(20507,'Chalkis',NULL,1424),(20508,'Karpenisi',NULL,1425),(20509,'Alexandroupoli',NULL,1426),(20510,'Orestias',NULL,1426),(20511,'Halkida',NULL,1427),(20512,'Florina',NULL,1428),(20513,'Amfissa',NULL,1429),(20514,'Lamia',NULL,1430),(20515,'Grevena',NULL,1431),(20516,'Halandri',NULL,1432),(20517,'Lakkoma',NULL,1433),(20518,'N. Kallikrateia',NULL,1433),(20519,'Poliyiros',NULL,1433),(20520,'Hania',NULL,1434),(20521,'Crete',NULL,1435),(20522,'Hios',NULL,1436),(20523,'Pirgos',NULL,1437),(20524,'Veroia',NULL,1438),(20525,'Ioannina',NULL,1439),(20526,'Karditsa',NULL,1441),(20527,'Kastoria',NULL,1442),(20528,'Kavala',NULL,1443),(20529,'Agioi Theodoroi',NULL,1444),(20530,'Argostolion',NULL,1444),(20531,'Kerkira',NULL,1445),(20532,'Ermoupoli',NULL,1446),(20533,'Fira',NULL,1446),(20534,'Mikonos',NULL,1446),(20535,'Kilkis',NULL,1447),(20536,'Korinthos',NULL,1448),(20537,'Kozani',NULL,1449),(20538,'Ptolemais',NULL,1449),(20539,'Sparti',NULL,1450),(20540,'Larisa',NULL,1451),(20541,'Larissa',NULL,1451),(20542,'Ayios Nikolaos',NULL,1452),(20543,'Ierapetra',NULL,1452),(20544,'Sitia',NULL,1452),(20545,'Mitilini',NULL,1453),(20546,'Levkas',NULL,1454),(20547,'Volos',NULL,1455),(20548,'Kalamata',NULL,1456),(20549,'Edessa',NULL,1459),(20550,'Yiannitsa',NULL,1459),(20551,'Katerini',NULL,1460),(20552,'Acharne',NULL,1461),(20553,'Pallini',NULL,1461),(20554,'Preveza',NULL,1462),(20555,'Rethimnon',NULL,1463),(20556,'Komotini',NULL,1464),(20557,'Samos',NULL,1465),(20558,'Serrai',NULL,1466),(20559,'Igoumenitsa',NULL,1467),(20560,'Ampelokipa',NULL,1468),(20561,'Kalamaria',NULL,1468),(20562,'Neapoli',NULL,1468),(20563,'Oristiada',NULL,1468),(20564,'Thessaloniki',NULL,1468),(20565,'Trikala',NULL,1469),(20566,'Levadia',NULL,1470),(20567,'Thivai',NULL,1470),(20568,'Xanthi',NULL,1472),(20569,'Zakinthos',NULL,1473),(20570,'Aasiaat',NULL,1474),(20571,'Akunnaaq',NULL,1474),(20572,'Kitsissuarsuit',NULL,1474),(20573,'Ikkatteq',NULL,1475),(20574,'Isortoq',NULL,1475),(20575,'Kulusuk',NULL,1475),(20576,'Kuumiut',NULL,1475),(20577,'Qernertuarssuit',NULL,1475),(20578,'Sermiligaaq',NULL,1475),(20579,'Tasiilaq',NULL,1475),(20580,'Tiniteqilaaq',NULL,1475),(20581,'Illoqqortoormiut',NULL,1476),(20582,'Itterajivit',NULL,1476),(20583,'Uunarteq',NULL,1476),(20584,'Ilimanaq',NULL,1477),(20585,'Ilulissat',NULL,1477),(20586,'Oqaatsut',NULL,1477),(20587,'Qeqertaq',NULL,1477),(20588,'Saqqaq',NULL,1477),(20589,'Ivittuut',NULL,1478),(20590,'Kangilinnguit',NULL,1478),(20591,'Attu',NULL,1479),(20592,'Iginniarfik',NULL,1479),(20593,'Ikerasaarsuk',NULL,1479),(20594,'Kangaatsiaq',NULL,1479),(20595,'Niaqornaarsuk',NULL,1479),(20596,'Atammik',NULL,1480),(20597,'Kangaamiut',NULL,1480),(20598,'Maniitsoq',NULL,1480),(20599,'Napasoq',NULL,1480),(20600,'Aappilattoq',NULL,1481),(20601,'Akuliaruseq',NULL,1481),(20602,'Alluitsoq',NULL,1481),(20603,'Alluitsup Paa',NULL,1481),(20604,'Ammassivik',NULL,1481),(20605,'Ikerasassuaq',NULL,1481),(20606,'Nanortalik',NULL,1481),(20607,'Narsarmijit',NULL,1481),(20608,'Nuugaarsuk',NULL,1481),(20609,'Qallimiut',NULL,1481),(20610,'Qortortorsuaq',NULL,1481),(20611,'Tasiusaq',NULL,1481),(20612,'Amannguit',NULL,1482),(20613,'Atarnaatsoq',NULL,1482),(20614,'Eqaluit Ilua',NULL,1482),(20615,'Igaliku',NULL,1482),(20616,'Igaliku Kujalleq',NULL,1482),(20617,'Inneruulalik',NULL,1482),(20618,'Issormiut',NULL,1482),(20619,'Iterlak',NULL,1482),(20620,'Kangerlua',NULL,1482),(20621,'Narsaq',NULL,1482),(20622,'Narsarsuaq',NULL,1482),(20623,'Nunataaq',NULL,1482),(20624,'Qassiarsuk',NULL,1482),(20625,'Qinngua',NULL,1482),(20626,'Qinngua Kangilleq',NULL,1482),(20627,'Qolortup Itinnera',NULL,1482),(20628,'Sillisit',NULL,1482),(20629,'Tasiusaq',NULL,1482),(20630,'Timerliit',NULL,1482),(20631,'Uummannartuuaraq',NULL,1482),(20632,'Kangerluarsoruseq',NULL,1483),(20633,'Kapisillit',NULL,1483),(20634,'Neriunaq',NULL,1483),(20635,'Nuuk',NULL,1483),(20636,'Qeqertarsuatsiaat',NULL,1483),(20637,'Qooqqut',NULL,1483),(20638,'Qoornoq',NULL,1483),(20639,'Arsuk',NULL,1484),(20640,'Paamiut',NULL,1484),(20641,'Moriusaq',NULL,1485),(20642,'Qaanaaq',NULL,1485),(20643,'Qeqertarsuaq',NULL,1485),(20644,'Qeqertat',NULL,1485),(20645,'Savissivik',NULL,1485),(20646,'Siorapaluk',NULL,1485),(20647,'Eqalugaarsuit',NULL,1486),(20648,'Illorsuit',NULL,1486),(20649,'Kangerluarsorujuk',NULL,1486),(20650,'Kangerluarsorujuup Qinngua',NULL,1486),(20651,'Qanisartuut',NULL,1486),(20652,'Qaqortokolook',NULL,1486),(20653,'Qaqortoq',NULL,1486),(20654,'Qassimiut',NULL,1486),(20655,'Saarloq',NULL,1486),(20656,'Saqqamiut',NULL,1486),(20657,'Tasiluk',NULL,1486),(20658,'Upernaviarsuk',NULL,1486),(20659,'Ikamiut',NULL,1487),(20660,'Qasigiannguit',NULL,1487),(20661,'Kangerluk',NULL,1488),(20662,'Qeqertarsuaq',NULL,1488),(20663,'Itilleq',NULL,1489),(20664,'Kangerlussuaq',NULL,1489),(20665,'Sarfannguit',NULL,1489),(20666,'Sisimiut',NULL,1489),(20667,'Aappilattoq',NULL,1491),(20668,'Ikerakuuk',NULL,1491),(20669,'Innarsuit',NULL,1491),(20670,'Kangersuatsiaq',NULL,1491),(20671,'Kullorsuaq',NULL,1491),(20672,'Naajaat',NULL,1491),(20673,'Nutaarmiut',NULL,1491),(20674,'Nuusuaq',NULL,1491),(20675,'Tasiusaq',NULL,1491),(20676,'Upernavik',NULL,1491),(20677,'Upernavik Kujalleq',NULL,1491),(20678,'Ikerasak',NULL,1492),(20679,'Illorsuit',NULL,1492),(20680,'Niaqornat',NULL,1492),(20681,'Nuugaatsiaq',NULL,1492),(20682,'Qaarsut',NULL,1492),(20683,'Saattut',NULL,1492),(20684,'Ukkusissat',NULL,1492),(20685,'Uummannaq',NULL,1492),(20686,'Baie-Mahault',NULL,1500),(20687,'Baillif',NULL,1500),(20688,'Basse-Terre',NULL,1500),(20689,'Bouillante',NULL,1500),(20690,'Capesterre-Belle-Eau',NULL,1500),(20691,'Gourbeyre',NULL,1500),(20692,'Lamentin',NULL,1500),(20693,'Petit-Bourg',NULL,1500),(20694,'Pointe-Noire',NULL,1500),(20695,'Saint-Claude',NULL,1500),(20696,'Sainte-Rose',NULL,1500),(20697,'Trois-Rivieres',NULL,1500),(20698,'Vieux-Habitants',NULL,1500),(20699,'Anse-Bertrand',NULL,1501),(20700,'Le Gosier',NULL,1501),(20701,'Le Moule',NULL,1501),(20702,'Les Abymes',NULL,1501),(20703,'Morne-a-l\'Eau',NULL,1501),(20704,'Petit-Canal',NULL,1501),(20705,'Point-a-Pitre',NULL,1501),(20706,'Port-Louis',NULL,1501),(20707,'Saint-Francois',NULL,1501),(20708,'Sainte-Anne',NULL,1501),(20709,'Grand-Bourg',NULL,1504),(20710,'Agat',NULL,1508),(20711,'Barrigada',NULL,1509),(20712,'Barrigada Heights',NULL,1509),(20713,'Chalan Pago',NULL,1510),(20714,'Ordot',NULL,1510),(20715,'Astumbo',NULL,1511),(20716,'Dededo',NULL,1511),(20717,'Finegayan Station',NULL,1511),(20718,'Agana',NULL,1512),(20719,'Agana Station',NULL,1512),(20720,'Inarajan',NULL,1513),(20721,'Mangilao',NULL,1514),(20722,'Merizo',NULL,1515),(20723,'Mongmong',NULL,1516),(20724,'Toto',NULL,1516),(20725,'Sinajana',NULL,1518),(20726,'Talofofo',NULL,1519),(20727,'Tamuning',NULL,1520),(20728,'Anderson Air Force Base',NULL,1521),(20729,'Yigo',NULL,1521),(20730,'Yona',NULL,1522),(20731,'Chimaltenango',NULL,1525),(20732,'Comalapa',NULL,1525),(20733,'Itzapa',NULL,1525),(20734,'Patzun',NULL,1525),(20735,'Chiquimula',NULL,1526),(20736,'Esquipulas',NULL,1526),(20737,'Cotzumalguapa',NULL,1528),(20738,'Escuintla',NULL,1528),(20739,'Palin',NULL,1528),(20740,'San Jose',NULL,1528),(20741,'Tiquisate',NULL,1528),(20742,'Amatitlan',NULL,1529),(20743,'Chinautla',NULL,1529),(20744,'Guatemala',NULL,1529),(20745,'Mixco',NULL,1529),(20746,'Petapa',NULL,1529),(20747,'Villa Nueva',NULL,1529),(20748,'Huehuetenango',NULL,1530),(20749,'Puerto Barrios',NULL,1531),(20750,'Jalapa',NULL,1532),(20751,'Asuncion Mita',NULL,1533),(20752,'Jutiapa',NULL,1533),(20753,'Flores',NULL,1534),(20754,'San Benito',NULL,1534),(20755,'Quezaltenango',NULL,1535),(20756,'Quiche',NULL,1536),(20757,'Retalhuleu',NULL,1537),(20758,'Antigua',NULL,1538),(20759,'Ciudad Vieja',NULL,1538),(20760,'Jocotenango',NULL,1538),(20761,'Santa Maria de Jesus',NULL,1538),(20762,'Sumpango',NULL,1538),(20763,'Atitlan',NULL,1541),(20764,'Solola',NULL,1541),(20765,'Mazatenango',NULL,1542),(20766,'Totonicapan',NULL,1543),(20767,'Zacapa',NULL,1544),(20768,'Saint Anne\'s',NULL,1545),(20769,'Castle',NULL,1546),(20770,'Forest',NULL,1547),(20771,'Sark',NULL,1554),(20772,'Torteval',NULL,1555),(20773,'Vale',NULL,1556),(20774,'Beyla',NULL,1557),(20775,'Boffa',NULL,1558),(20776,'Boke',NULL,1559),(20777,'Conakry',NULL,1560),(20778,'Coyah',NULL,1561),(20779,'Dabola',NULL,1562),(20780,'Dalaba',NULL,1563),(20781,'Dinguiraye',NULL,1564),(20782,'Faranah',NULL,1565),(20783,'Forecariah',NULL,1566),(20784,'Fria',NULL,1567),(20785,'Gaoual',NULL,1568),(20786,'Guekedou',NULL,1569),(20787,'Kankan',NULL,1570),(20788,'Kerouane',NULL,1571),(20789,'Kindia',NULL,1572),(20790,'Kissidougou',NULL,1573),(20791,'Koubia',NULL,1574),(20792,'Koundara',NULL,1575),(20793,'Kouroussa',NULL,1576),(20794,'Labe',NULL,1577),(20795,'Lola',NULL,1578),(20796,'Macenta',NULL,1579),(20797,'Mali',NULL,1580),(20798,'Mamou',NULL,1581),(20799,'Mandiana',NULL,1582),(20800,'Nzerekore',NULL,1583),(20801,'Pita',NULL,1584),(20802,'Siguiri',NULL,1585),(20803,'Telimele',NULL,1586),(20804,'Tougue',NULL,1587),(20805,'Yomou',NULL,1588),(20806,'Bafata',NULL,1589),(20807,'Bissau',NULL,1590),(20808,'Bolama',NULL,1591),(20809,'Bubaque',NULL,1591),(20810,'Cacheu',NULL,1592),(20811,'Canchungo',NULL,1592),(20812,'Gabu',NULL,1593),(20813,'Bissora',NULL,1594),(20814,'Farim',NULL,1594),(20815,'Mansoa',NULL,1594),(20816,'Buba',NULL,1595),(20817,'Fulacunda',NULL,1595),(20818,'Quebo',NULL,1595),(20819,'Catio',NULL,1596),(20820,'Mabaruma',NULL,1597),(20821,'Morawhanna',NULL,1597),(20822,'Bartica',NULL,1598),(20823,'Issano',NULL,1598),(20824,'Kamarang',NULL,1598),(20825,'Georgetown',NULL,1599),(20826,'Mahaica',NULL,1599),(20827,'Paradise',NULL,1599),(20828,'Queenstown',NULL,1599),(20829,'Fort Wellington',NULL,1602),(20830,'Mahaicony',NULL,1602),(20831,'Rosignol',NULL,1602),(20832,'Anna Regina',NULL,1603),(20833,'Charity',NULL,1603),(20834,'Suddie',NULL,1603),(20835,'Mahdia',NULL,1604),(20836,'Tumatumari',NULL,1604),(20837,'Desdunes',NULL,1607),(20838,'Dessalines',NULL,1607),(20839,'Gonaives',NULL,1607),(20840,'Gros-Morne',NULL,1607),(20841,'L\'Artibonite',NULL,1607),(20842,'Saint-Marc',NULL,1607),(20843,'Saint-Michel-de-l\'Atalaye',NULL,1607),(20844,'Saint-Raphael',NULL,1607),(20845,'Verrettes',NULL,1607),(20846,'Hinche',NULL,1608),(20847,'Mirebalais',NULL,1608),(20848,'Anse-d\'Hainault',NULL,1609),(20849,'Dame Marie',NULL,1609),(20850,'Jeremie',NULL,1609),(20851,'Miragoane',NULL,1609),(20852,'Cap-Haitien',NULL,1610),(20853,'Croix-des-Bouquets',NULL,1610),(20854,'Grande Riviere du Nord',NULL,1610),(20855,'Limbe',NULL,1610),(20856,'Pignon',NULL,1610),(20857,'Derac',NULL,1611),(20858,'Fort-Liberte',NULL,1611),(20859,'Ouanaminthe',NULL,1611),(20860,'Trou-du-Nord',NULL,1611),(20861,'Port-de-Paix',NULL,1612),(20862,'Saint-Louis-du-Nord',NULL,1612),(20863,'Anse-a-Galets',NULL,1613),(20864,'Carrefour',NULL,1613),(20865,'Delmas',NULL,1613),(20866,'Kenscoff',NULL,1613),(20867,'Lascahobas',NULL,1613),(20868,'Leogane',NULL,1613),(20869,'Petionville',NULL,1613),(20870,'Petit Goave',NULL,1613),(20871,'Port-au-Prince',NULL,1613),(20872,'Aquin',NULL,1614),(20873,'Les Cayes',NULL,1614),(20874,'Jacmel',NULL,1615),(20875,'La Ceiba',NULL,1617),(20876,'Olanchito',NULL,1617),(20877,'Tela',NULL,1617),(20878,'Choluteca',NULL,1618),(20879,'El Triunfo',NULL,1618),(20880,'Pespire',NULL,1618),(20881,'Sonaguera',NULL,1619),(20882,'Tocoa',NULL,1619),(20883,'Trujillo',NULL,1619),(20884,'Comayagua',NULL,1620),(20885,'Siguatepeque',NULL,1620),(20886,'Copan',NULL,1621),(20887,'Corquin',NULL,1621),(20888,'Dulce Nombre',NULL,1621),(20889,'El Paraiso',NULL,1621),(20890,'San Antonio',NULL,1621),(20891,'San Nicolas',NULL,1621),(20892,'Santa Rosa de Copan',NULL,1621),(20893,'Choloma',NULL,1622),(20894,'La Lima',NULL,1622),(20895,'Omoa',NULL,1622),(20896,'Puerto Cortes',NULL,1622),(20897,'San Pedro Sula',NULL,1622),(20898,'Intibuca',NULL,1627),(20899,'La Esperanza',NULL,1627),(20900,'Utila',NULL,1627),(20901,'Gracias',NULL,1630),(20902,'Ocotepeque',NULL,1631),(20903,'San Marcos',NULL,1631),(20904,'Sinuapa',NULL,1631),(20905,'Catacamas',NULL,1632),(20906,'Juticalpa',NULL,1632),(20907,'Amapala',NULL,1634),(20908,'Langue',NULL,1634),(20909,'Nacaome',NULL,1634),(20910,'San Lorenzo',NULL,1634),(20911,'El Progreso',NULL,1635),(20912,'Morazan',NULL,1635),(20913,'Santa Rita',NULL,1635),(20914,'Yoro',NULL,1635),(20915,'Akaszto',NULL,1637),(20916,'Bacsalmas',NULL,1637),(20917,'Bacsbokod',NULL,1637),(20918,'Baja',NULL,1637),(20919,'Bugac',NULL,1637),(20920,'Davod',NULL,1637),(20921,'Dunapataj',NULL,1637),(20922,'Dunavecse',NULL,1637),(20923,'Fulopszallas',NULL,1637),(20924,'Hajos',NULL,1637),(20925,'Harta',NULL,1637),(20926,'Izsak',NULL,1637),(20927,'Jakabszallas',NULL,1637),(20928,'Janoshalma',NULL,1637),(20929,'Kalocsa',NULL,1637),(20930,'Kecel',NULL,1637),(20931,'Kecskemet',NULL,1637),(20932,'Kiskoros',NULL,1637),(20933,'Kiskunfelegyhaza',NULL,1637),(20934,'Kiskunhalas',NULL,1637),(20935,'Kiskunmajsa',NULL,1637),(20936,'Kunfeherto',NULL,1637),(20937,'Kunszentmiklos',NULL,1637),(20938,'Lajosmizse',NULL,1637),(20939,'Lakitelek',NULL,1637),(20940,'Madaras',NULL,1637),(20941,'Melykut',NULL,1637),(20942,'Nagybaracska',NULL,1637),(20943,'Orgovany',NULL,1637),(20944,'Palmonostora',NULL,1637),(20945,'Solt',NULL,1637),(20946,'Soltvadkert',NULL,1637),(20947,'Sukosd',NULL,1637),(20948,'Szabadszallas',NULL,1637),(20949,'Szalkszentmarton',NULL,1637),(20950,'Tass',NULL,1637),(20951,'Tiszakecske',NULL,1637),(20952,'Tompa',NULL,1637),(20953,'Beremend',NULL,1638),(20954,'Boly',NULL,1638),(20955,'Dunaszekcso',NULL,1638),(20956,'Harkany',NULL,1638),(20957,'Hosszuheteny',NULL,1638),(20958,'Komlo',NULL,1638),(20959,'Magocs',NULL,1638),(20960,'Mohacs',NULL,1638),(20961,'Pecs',NULL,1638),(20962,'Pecsvarad',NULL,1638),(20963,'Sasd',NULL,1638),(20964,'Sellye',NULL,1638),(20965,'Siklos',NULL,1638),(20966,'Szentlorinc',NULL,1638),(20967,'Szigetvar',NULL,1638),(20968,'Vajszlo',NULL,1638),(20969,'Villany',NULL,1638),(20970,'Battonya',NULL,1639),(20971,'Bekes',NULL,1639),(20972,'Bekescsaba',NULL,1639),(20973,'Bekessamson',NULL,1639),(20974,'Bekesszentandras',NULL,1639),(20975,'Csorvas',NULL,1639),(20976,'Devavanya',NULL,1639),(20977,'Doboz',NULL,1639),(20978,'Elek',NULL,1639),(20979,'Endrod',NULL,1639),(20980,'Fuzesgyarmat',NULL,1639),(20981,'Gyula',NULL,1639),(20982,'Ketegyhaza',NULL,1639),(20983,'Kondoros',NULL,1639),(20984,'Korosladany',NULL,1639),(20985,'Kunagota',NULL,1639),(20986,'Lokoshaza',NULL,1639),(20987,'Mezobereny',NULL,1639),(20988,'Mezohegyes',NULL,1639),(20989,'Mezokovacshaza',NULL,1639),(20990,'Nagyszenas',NULL,1639),(20991,'Oroshaza',NULL,1639),(20992,'Sarkad',NULL,1639),(20993,'Szabadkigyos',NULL,1639),(20994,'Szarvas',NULL,1639),(20995,'Szeghalom',NULL,1639),(20996,'Totkomlos',NULL,1639),(20997,'Veszto',NULL,1639),(20998,'Abaujszanto',NULL,1640),(20999,'Arlo',NULL,1640),(21000,'Bogacs',NULL,1640),(21001,'Cigand',NULL,1640),(21002,'Edeleny',NULL,1640),(21003,'Emod',NULL,1640),(21004,'Encs',NULL,1640),(21005,'Gonc',NULL,1640),(21006,'Karcsa',NULL,1640),(21007,'Kazincbarcika',NULL,1640),(21008,'Mad',NULL,1640),(21009,'Megyaszo',NULL,1640),(21010,'Mezokeresztes',NULL,1640),(21011,'Mezokovesd',NULL,1640),(21012,'Miskolc',NULL,1640),(21013,'Monok',NULL,1640),(21014,'Nyekladhaza',NULL,1640),(21015,'Olaszliszka',NULL,1640),(21016,'Onod',NULL,1640),(21017,'Ozd',NULL,1640),(21018,'Putnok',NULL,1640),(21019,'Rudabanya',NULL,1640),(21020,'Sajokaza',NULL,1640),(21021,'Sajolad',NULL,1640),(21022,'Sajoszentpeter',NULL,1640),(21023,'Saly',NULL,1640),(21024,'Sarospatak',NULL,1640),(21025,'Satoraljaujhely',NULL,1640),(21026,'Szendro',NULL,1640),(21027,'Szentistvan',NULL,1640),(21028,'Szerencs',NULL,1640),(21029,'Szihalom',NULL,1640),(21030,'Szikszo',NULL,1640),(21031,'Taktaharkany',NULL,1640),(21032,'Taktaszada',NULL,1640),(21033,'Tallya',NULL,1640),(21034,'Tarcal',NULL,1640),(21035,'Tiszaluc',NULL,1640),(21036,'Tiszaujvaros',NULL,1640),(21037,'Tokaj',NULL,1640),(21038,'Tolcsva',NULL,1640),(21039,'Budapest',NULL,1641),(21040,'Csongrad',NULL,1642),(21041,'Fabiansebestyen',NULL,1642),(21042,'Foldeak',NULL,1642),(21043,'Hodmezovasarhely',NULL,1642),(21044,'Kiskundorozsma',NULL,1642),(21045,'Kistelek',NULL,1642),(21046,'Kiszombor',NULL,1642),(21047,'Mako',NULL,1642),(21048,'Mindszent',NULL,1642),(21049,'Morahalom',NULL,1642),(21050,'Pusztaszer',NULL,1642),(21051,'Roszke',NULL,1642),(21052,'Sandorfalva',NULL,1642),(21053,'Szatymaz',NULL,1642),(21054,'Szeged',NULL,1642),(21055,'Szegvar',NULL,1642),(21056,'Szekkutas',NULL,1642),(21057,'Szentes',NULL,1642),(21058,'Aba',NULL,1643),(21059,'Adony',NULL,1643),(21060,'Alap',NULL,1643),(21061,'Apostag',NULL,1643),(21062,'Bakonycsernye',NULL,1643),(21063,'Bicske',NULL,1643),(21064,'Bodajk',NULL,1643),(21065,'Cece',NULL,1643),(21066,'Csakvar',NULL,1643),(21067,'Deg',NULL,1643),(21068,'Dios',NULL,1643),(21069,'Dunaujvaros',NULL,1643),(21070,'Enying',NULL,1643),(21071,'Ercsi',NULL,1643),(21072,'Etyek',NULL,1643),(21073,'Fehervarcsurgo',NULL,1643),(21074,'Lovasbereny',NULL,1643),(21075,'Martonvasar',NULL,1643),(21076,'Mezofalva',NULL,1643),(21077,'Mezoszilas',NULL,1643),(21078,'Mor',NULL,1643),(21079,'Pazmand',NULL,1643),(21080,'Polgardi',NULL,1643),(21081,'Pusztavam',NULL,1643),(21082,'Rackeresztur',NULL,1643),(21083,'Sarbogard',NULL,1643),(21084,'Seregelyes',NULL,1643),(21085,'Soponya',NULL,1643),(21086,'Szabadbattyan',NULL,1643),(21087,'Szekesfehervar',NULL,1643),(21088,'Val',NULL,1643),(21089,'Asvanyraro',NULL,1644),(21090,'Beled',NULL,1644),(21091,'Bosarkany',NULL,1644),(21092,'Csorna',NULL,1644),(21093,'Fertod',NULL,1644),(21094,'Fertorakos',NULL,1644),(21095,'Fertoszentmiklos',NULL,1644),(21096,'Gyor',NULL,1644),(21097,'Gyorujbarat',NULL,1644),(21098,'Hunyadi u.',NULL,1644),(21099,'Kapuvar',NULL,1644),(21100,'Lebeny',NULL,1644),(21101,'Mihalyi',NULL,1644),(21102,'Mosonmagyarovar',NULL,1644),(21103,'Nyul',NULL,1644),(21104,'Pannonhalma',NULL,1644),(21105,'Rajka',NULL,1644),(21106,'Sopron',NULL,1644),(21107,'Szany',NULL,1644),(21108,'Tet',NULL,1644),(21109,'Balmazujvaros',NULL,1645),(21110,'Barand',NULL,1645),(21111,'Berettyoujfalu',NULL,1645),(21112,'Biharkeresztes',NULL,1645),(21113,'Biharnagybajom',NULL,1645),(21114,'Debrecen',NULL,1645),(21115,'Derecske',NULL,1645),(21116,'Egyek',NULL,1645),(21117,'Foldes',NULL,1645),(21118,'Hajduboszormeny',NULL,1645),(21119,'Hajdudorog',NULL,1645),(21120,'Hajduhadhaz',NULL,1645),(21121,'Hajdusamson',NULL,1645),(21122,'Hajduszoboszlo',NULL,1645),(21123,'Hajduszovat',NULL,1645),(21124,'Hortobagy',NULL,1645),(21125,'Hosszupalyi',NULL,1645),(21126,'Kaba',NULL,1645),(21127,'Komadi',NULL,1645),(21128,'Mikepercs',NULL,1645),(21129,'Monostorpalyi',NULL,1645),(21130,'Nadudvar',NULL,1645),(21131,'Nagyleta',NULL,1645),(21132,'Nyirabrany',NULL,1645),(21133,'Nyiracsad',NULL,1645),(21134,'Nyiradony',NULL,1645),(21135,'Polgar',NULL,1645),(21136,'Puspokladany',NULL,1645),(21137,'Sarretudvari',NULL,1645),(21138,'Tiszacsege',NULL,1645),(21139,'Ujfeherto',NULL,1645),(21140,'Vamospercs',NULL,1645),(21141,'Abasar',NULL,1646),(21142,'Andornaktalya',NULL,1646),(21143,'Belapatfalva',NULL,1646),(21144,'Domoszlo',NULL,1646),(21145,'Eger',NULL,1646),(21146,'Erdotelek',NULL,1646),(21147,'Felsotarkany',NULL,1646),(21148,'Fuzesabony',NULL,1646),(21149,'Gyongyos',NULL,1646),(21150,'Gyongyospata',NULL,1646),(21151,'Gyongyossolymos',NULL,1646),(21152,'Gyongyostarjan',NULL,1646),(21153,'Hatvan',NULL,1646),(21154,'Heves',NULL,1646),(21155,'Kal',NULL,1646),(21156,'Lorinci',NULL,1646),(21157,'Matraderecske',NULL,1646),(21158,'Parad',NULL,1646),(21159,'Petervasara',NULL,1646),(21160,'Recsk',NULL,1646),(21161,'Sirok',NULL,1646),(21162,'Tarnalelesz',NULL,1646),(21163,'Verpelet',NULL,1646),(21164,'Abadszalok',NULL,1647),(21165,'Besenyszog',NULL,1647),(21166,'Cserkeszolo',NULL,1647),(21167,'Fegyvernek',NULL,1647),(21168,'Hegyeshalom',NULL,1647),(21169,'Jaszalsoszentgyorgy',NULL,1647),(21170,'Jaszapati',NULL,1647),(21171,'Jaszarokszallas',NULL,1647),(21172,'Jaszbereny',NULL,1647),(21173,'Jaszfenyzaru',NULL,1647),(21174,'Jaszjakohalma',NULL,1647),(21175,'Jaszkiser',NULL,1647),(21176,'Jaszladany',NULL,1647),(21177,'Jaszszentandras',NULL,1647),(21178,'Karcag',NULL,1647),(21179,'Kenderes',NULL,1647),(21180,'Kisujszallas',NULL,1647),(21181,'Kunhegyes',NULL,1647),(21182,'Kunmadaras',NULL,1647),(21183,'Kunszentmarton',NULL,1647),(21184,'Martfu',NULL,1647),(21185,'Mezotur',NULL,1647),(21186,'Ocsod',NULL,1647),(21187,'Szolnok',NULL,1647),(21188,'Tiszabura',NULL,1647),(21189,'Tiszafoldvar',NULL,1647),(21190,'Tiszafured',NULL,1647),(21191,'Tiszapuspoki',NULL,1647),(21192,'Tiszaroff',NULL,1647),(21193,'Tiszasuly',NULL,1647),(21194,'Torokszentmiklos',NULL,1647),(21195,'Toszeg',NULL,1647),(21196,'Turkeve',NULL,1647),(21197,'Ujszasz',NULL,1647),(21198,'Acs',NULL,1648),(21199,'Almasfuzito',NULL,1648),(21200,'Babolna',NULL,1648),(21201,'Bajna',NULL,1648),(21202,'Dorog',NULL,1648),(21203,'Esztergom',NULL,1648),(21204,'Kesztolc',NULL,1648),(21205,'Kisber',NULL,1648),(21206,'Komarom',NULL,1648),(21207,'Kornye',NULL,1648),(21208,'Labatlan',NULL,1648),(21209,'Mocsa',NULL,1648),(21210,'Nagyigmand',NULL,1648),(21211,'Nyergesujfalu',NULL,1648),(21212,'Oroszlany',NULL,1648),(21213,'Sarisap',NULL,1648),(21214,'Tardos',NULL,1648),(21215,'Tarjan',NULL,1648),(21216,'Tata',NULL,1648),(21217,'Tatabanya',NULL,1648),(21218,'Tokod',NULL,1648),(21219,'Vertesszolos',NULL,1648),(21220,'Balassagyarmat',NULL,1649),(21221,'Batonyterenye',NULL,1649),(21222,'Bercel',NULL,1649),(21223,'Bujak',NULL,1649),(21224,'Diosjeno',NULL,1649),(21225,'Karancskeszi',NULL,1649),(21226,'Matraverebely',NULL,1649),(21227,'Nagyoroszi',NULL,1649),(21228,'Paszto',NULL,1649),(21229,'Retsag',NULL,1649),(21230,'Romhany',NULL,1649),(21231,'Salgotarjan',NULL,1649),(21232,'Szecseny',NULL,1649),(21233,'Tar',NULL,1649),(21234,'Abony',NULL,1650),(21235,'Albertirsa',NULL,1650),(21236,'Aszod',NULL,1650),(21237,'Biatorbagy',NULL,1650),(21238,'Budakalasz',NULL,1650),(21239,'Budakeszi',NULL,1650),(21240,'Budaors',NULL,1650),(21241,'Bugyi',NULL,1650),(21242,'Cegled',NULL,1650),(21243,'Csobanka',NULL,1650),(21244,'Dabas',NULL,1650),(21245,'Domsod',NULL,1650),(21246,'Dunabogdany',NULL,1650),(21247,'Dunaharaszti',NULL,1650),(21248,'Dunakeszi',NULL,1650),(21249,'Erd',NULL,1650),(21250,'Forro',NULL,1650),(21251,'Fot',NULL,1650),(21252,'Galgaheviz',NULL,1650),(21253,'God',NULL,1650),(21254,'Godollo',NULL,1650),(21255,'Gyomro',NULL,1650),(21256,'Hevizgyork',NULL,1650),(21257,'Isaszeg',NULL,1650),(21258,'Jaszkarajeno',NULL,1650),(21259,'Kiskunlachaza',NULL,1650),(21260,'Kocser',NULL,1650),(21261,'Koka',NULL,1650),(21262,'Kosd',NULL,1650),(21263,'Maglod',NULL,1650),(21264,'Monor',NULL,1650),(21265,'Nagykata',NULL,1650),(21266,'Nagykoros',NULL,1650),(21267,'Nagykovacsi',NULL,1650),(21268,'Nagymaros',NULL,1650),(21269,'Nagytarcsa',NULL,1650),(21270,'Nyaregyhaza',NULL,1650),(21271,'Ocsa',NULL,1650),(21272,'Orbottyan',NULL,1650),(21273,'Orkeny',NULL,1650),(21274,'Paty',NULL,1650),(21275,'Pecel',NULL,1650),(21276,'Perbal',NULL,1650),(21277,'Pilis',NULL,1650),(21278,'Pilisborosjeno',NULL,1650),(21279,'Piliscsaba',NULL,1650),(21280,'Pilisszanto',NULL,1650),(21281,'Pilisszentivan',NULL,1650),(21282,'Pilisszentkereszt',NULL,1650),(21283,'Pilisvorosvar',NULL,1650),(21284,'Pomaz',NULL,1650),(21285,'Racalmas',NULL,1650),(21286,'Rackeve',NULL,1650),(21287,'Solymar',NULL,1650),(21288,'Soskut',NULL,1650),(21289,'Szada',NULL,1650),(21290,'Szazhalombatta',NULL,1650),(21291,'Szentendre',NULL,1650),(21292,'Szentmartonkata',NULL,1650),(21293,'Szigetcsep',NULL,1650),(21294,'Szigetszentmiklos',NULL,1650),(21295,'Szigetujfalu',NULL,1650),(21296,'Szob',NULL,1650),(21297,'Tahitofalu',NULL,1650),(21298,'Tapiobicske',NULL,1650),(21299,'Tapioszecso',NULL,1650),(21300,'Tapioszele',NULL,1650),(21301,'Toalmas',NULL,1650),(21302,'Torokbalint',NULL,1650),(21303,'Tortel',NULL,1650),(21304,'Tura',NULL,1650),(21305,'Ullo',NULL,1650),(21306,'Uri',NULL,1650),(21307,'Urom',NULL,1650),(21308,'Vac',NULL,1650),(21309,'Vecses',NULL,1650),(21310,'Veresegyhaz',NULL,1650),(21311,'Verocemaros',NULL,1650),(21312,'Visegrad',NULL,1650),(21313,'Zsambek',NULL,1650),(21314,'Zsambok',NULL,1650),(21315,'Adand',NULL,1651),(21316,'Balatonfoldvar',NULL,1651),(21317,'Balatonoszod',NULL,1651),(21318,'Balatonszabadi',NULL,1651),(21319,'Balatonszarszo',NULL,1651),(21320,'Barcs',NULL,1651),(21321,'Berzence',NULL,1651),(21322,'Boglarlelle',NULL,1651),(21323,'Bohonye',NULL,1651),(21324,'Csurgo',NULL,1651),(21325,'Fonyod',NULL,1651),(21326,'Kaposvar',NULL,1651),(21327,'Karad',NULL,1651),(21328,'Kethely',NULL,1651),(21329,'Lengyeltoti',NULL,1651),(21330,'Marcali',NULL,1651),(21331,'Nagyatad',NULL,1651),(21332,'Nagybajom',NULL,1651),(21333,'Siofok',NULL,1651),(21334,'Somogyvar',NULL,1651),(21335,'Tab',NULL,1651),(21336,'Zamardi',NULL,1651),(21337,'Ajak',NULL,1652),(21338,'Baktaloranthaza',NULL,1652),(21339,'Balkany',NULL,1652),(21340,'Buj',NULL,1652),(21341,'Demecser',NULL,1652),(21342,'Dombrad',NULL,1652),(21343,'Fehergyarmat',NULL,1652),(21344,'Ibrany',NULL,1652),(21345,'Kemecse',NULL,1652),(21346,'Kisvarda',NULL,1652),(21347,'Kotaj',NULL,1652),(21348,'Mandok',NULL,1652),(21349,'Mariapocs',NULL,1652),(21350,'Mateszalka',NULL,1652),(21351,'Nagyecsed',NULL,1652),(21352,'Nagyhalasz',NULL,1652),(21353,'Nagykallo',NULL,1652),(21354,'Nyirbator',NULL,1652),(21355,'Nyirbeltek',NULL,1652),(21356,'Nyiregyhaza',NULL,1652),(21357,'Nyirmada',NULL,1652),(21358,'Nyirpazony',NULL,1652),(21359,'Nyirtelek',NULL,1652),(21360,'Ofeherto',NULL,1652),(21361,'Rakamaz',NULL,1652),(21362,'Tarpa',NULL,1652),(21363,'Tiszabercel',NULL,1652),(21364,'Tiszalok',NULL,1652),(21365,'Tiszavasvari',NULL,1652),(21366,'Tuzser',NULL,1652),(21367,'Vaja',NULL,1652),(21368,'Vasarosnameny',NULL,1652),(21369,'Zahony',NULL,1652),(21370,'Bataszek',NULL,1653),(21371,'Bonyhad',NULL,1653),(21372,'Decs',NULL,1653),(21373,'Dombovar',NULL,1653),(21374,'Dunafoldvar',NULL,1653),(21375,'Fadd',NULL,1653),(21376,'Gyonk',NULL,1653),(21377,'Hogyesz',NULL,1653),(21378,'Iregszemcse',NULL,1653),(21379,'Madocsa',NULL,1653),(21380,'Nagymagocs',NULL,1653),(21381,'Nagymanyok',NULL,1653),(21382,'Ozora',NULL,1653),(21383,'Paks',NULL,1653),(21384,'Pincehely',NULL,1653),(21385,'Simontornya',NULL,1653),(21386,'Szekszard',NULL,1653),(21387,'Szentgal',NULL,1653),(21388,'Tamasi',NULL,1653),(21389,'Tengelic',NULL,1653),(21390,'Tolna',NULL,1653),(21391,'Zomba',NULL,1653),(21392,'Buk',NULL,1654),(21393,'Celldomolk',NULL,1654),(21394,'Csepreg',NULL,1654),(21395,'Gencsapati',NULL,1654),(21396,'Jak',NULL,1654),(21397,'Janoshaza',NULL,1654),(21398,'Kormend',NULL,1654),(21399,'Koszeg',NULL,1654),(21400,'Sarvar',NULL,1654),(21401,'Szentgotthard',NULL,1654),(21402,'Szombathely',NULL,1654),(21403,'Vasvar',NULL,1654),(21404,'Vep',NULL,1654),(21405,'Ajka',NULL,1655),(21406,'Badacsonytomaj',NULL,1655),(21407,'Balatonalmadi',NULL,1655),(21408,'Balatonfured',NULL,1655),(21409,'Balatonfuzfo',NULL,1655),(21410,'Balatonkenese',NULL,1655),(21411,'Band',NULL,1655),(21412,'Berhida',NULL,1655),(21413,'Csabrendek',NULL,1655),(21414,'Devecser',NULL,1655),(21415,'Herend',NULL,1655),(21416,'Papa',NULL,1655),(21417,'Sumeg',NULL,1655),(21418,'Tapolca',NULL,1655),(21419,'Urkut',NULL,1655),(21420,'Varpalota',NULL,1655),(21421,'Veszprem',NULL,1655),(21422,'Zirc',NULL,1655),(21423,'Becsehely',NULL,1656),(21424,'Heviz',NULL,1656),(21425,'Keszthely',NULL,1656),(21426,'Lenti',NULL,1656),(21427,'Letenye',NULL,1656),(21428,'Nagykanizsa',NULL,1656),(21429,'Sarmellek',NULL,1656),(21430,'Turje',NULL,1656),(21431,'Zalaegerszeg',NULL,1656),(21432,'Zalakomar',NULL,1656),(21433,'Zalalovo',NULL,1656),(21434,'Zalaszentgrot',NULL,1656),(21435,'Bakkafjor ur',NULL,1657),(21436,'Borgarfjor ur',NULL,1657),(21437,'Brei dalsvik',NULL,1657),(21438,'Djupivogur',NULL,1657),(21439,'Egilssta ir',NULL,1657),(21440,'Eskifjor ur',NULL,1657),(21441,'Faskru sfjor ur',NULL,1657),(21442,'Fellabar',NULL,1657),(21443,'Hallormssta ur',NULL,1657),(21444,'Hofn',NULL,1657),(21445,'Nesjakauptun',NULL,1657),(21446,'Neskaupsta ur',NULL,1657),(21447,'Rey arfjor ur',NULL,1657),(21448,'Sey isfjor ur',NULL,1657),(21449,'Sto varfjor ur',NULL,1657),(21450,'Vopnafjor ur',NULL,1657),(21451,'Akranes',NULL,1665),(21452,'Borgarnes',NULL,1665),(21453,'Bu ardalur',NULL,1665),(21454,'Grundarfjor ur',NULL,1665),(21455,'Hellissandur',NULL,1665),(21456,'Hvanneyri',NULL,1665),(21457,'Olafsvik',NULL,1665),(21458,'Rif',NULL,1665),(21459,'Stykkisholmur',NULL,1665),(21460,'Banda Aceh',NULL,1666),(21461,'Bireun',NULL,1666),(21462,'Langsa',NULL,1666),(21463,'Lhokseumawe',NULL,1666),(21464,'Meulaboh',NULL,1666),(21465,'Denpasar',NULL,1667),(21466,'Karangasem',NULL,1667),(21467,'Klungkung',NULL,1667),(21468,'Kuta',NULL,1667),(21469,'Negara',NULL,1667),(21470,'Singaraja',NULL,1667),(21471,'Tabanan',NULL,1667),(21472,'Ubud',NULL,1667),(21473,'Manggar',NULL,1668),(21474,'Mentok',NULL,1668),(21475,'Pangkal Pinang',NULL,1668),(21476,'Sungai Liat',NULL,1668),(21477,'Tanjung Pandan',NULL,1668),(21478,'Toboali-Rias',NULL,1668),(21479,'Cikupa',NULL,1669),(21480,'Cilegon',NULL,1669),(21481,'Ciputat',NULL,1669),(21482,'Curug',NULL,1669),(21483,'Kresek',NULL,1669),(21484,'Labuhan',NULL,1669),(21485,'Pandegelang',NULL,1669),(21486,'Pondok Aren',NULL,1669),(21487,'Rangkasbitung',NULL,1669),(21488,'Serang',NULL,1669),(21489,'Serpong',NULL,1669),(21490,'Tangerang',NULL,1669),(21491,'Teluknaga',NULL,1669),(21492,'Bengkulu',NULL,1670),(21493,'Curup',NULL,1670),(21494,'Gandaria',NULL,1671),(21495,'Gorontalo',NULL,1672),(21496,'Cengkareng',NULL,1673),(21497,'Jakarta',NULL,1673),(21498,'Jambi',NULL,1674),(21499,'Kualatungka',NULL,1674),(21500,'Simpang',NULL,1674),(21501,'Sungaipenuh',NULL,1674),(21502,'Kendal',NULL,1682),(21503,'Bandar Lampung',NULL,1683),(21504,'Kota Bumi',NULL,1683),(21505,'Metro',NULL,1683),(21506,'Pringsewu',NULL,1683),(21507,'Terbanggi Besar',NULL,1683),(21508,'Amahai',NULL,1684),(21509,'Ambon',NULL,1684),(21510,'Tual',NULL,1684),(21511,'Amahai',NULL,1685),(21512,'Ambon',NULL,1685),(21513,'Tual',NULL,1685),(21514,'Aberpura',NULL,1688),(21515,'Biak',NULL,1688),(21516,'Jaya Pura',NULL,1688),(21517,'Manokwari',NULL,1688),(21518,'Merauke',NULL,1688),(21519,'Sorong',NULL,1688),(21520,'Balaipungut',NULL,1689),(21521,'Bengkalis',NULL,1689),(21522,'Dumai',NULL,1689),(21523,'Duri',NULL,1689),(21524,'Pekan Baru',NULL,1689),(21525,'Selatpanjang',NULL,1689),(21526,'Tanjung Balai-Meral',NULL,1689),(21527,'Tembilahan',NULL,1689),(21528,'Balaipungut',NULL,1690),(21529,'Bengkalis',NULL,1690),(21530,'Dumai',NULL,1690),(21531,'Duri',NULL,1690),(21532,'Pekan Baru',NULL,1690),(21533,'Selatpanjang',NULL,1690),(21534,'Tanjung Balai-Meral',NULL,1690),(21535,'Tembilahan',NULL,1690),(21536,'Solo',NULL,1691),(21537,'Bambanglipuro',NULL,1699),(21538,'Banguntapan',NULL,1699),(21539,'Bantul',NULL,1699),(21540,'Depok',NULL,1699),(21541,'Gamping',NULL,1699),(21542,'Godean',NULL,1699),(21543,'Jetis',NULL,1699),(21544,'Kasihan',NULL,1699),(21545,'Ngaglik',NULL,1699),(21546,'Pandak',NULL,1699),(21547,'Pundong',NULL,1699),(21548,'Sewon',NULL,1699),(21549,'Seyegan',NULL,1699),(21550,'Sleman',NULL,1699),(21551,'Srandakan',NULL,1699),(21552,'Wonosari',NULL,1699),(21553,'Yogyakarta',NULL,1699),(21554,'Ardabil',NULL,1700),(21555,'Garmi',NULL,1700),(21556,'Khalkhal',NULL,1700),(21557,'Meshkinshahr',NULL,1700),(21558,'Parsabad',NULL,1700),(21559,'Bandar-e Gonaveh',NULL,1703),(21560,'Borazjan',NULL,1703),(21561,'Bushehr',NULL,1703),(21562,'Dashti',NULL,1703),(21563,'Dir',NULL,1703),(21564,'Khormuj',NULL,1703),(21565,'Kongan',NULL,1703),(21566,'Tangestan',NULL,1703),(21567,'Ardistan',NULL,1705),(21568,'Dorchehpiyaz',NULL,1705),(21569,'Dowlatabad',NULL,1705),(21570,'Esfahan',NULL,1705),(21571,'Falavarjan',NULL,1705),(21572,'Faridan',NULL,1705),(21573,'Fereydunshahr',NULL,1705),(21574,'Fuladshahr',NULL,1705),(21575,'Golara',NULL,1705),(21576,'Golpayegan',NULL,1705),(21577,'Kashan',NULL,1705),(21578,'Kelishad',NULL,1705),(21579,'Khomeynishahr',NULL,1705),(21580,'Khonsar',NULL,1705),(21581,'Khuresgan',NULL,1705),(21582,'Mobarakeh',NULL,1705),(21583,'Na\'in',NULL,1705),(21584,'Najafabad',NULL,1705),(21585,'Natnaz',NULL,1705),(21586,'Qahdarijan',NULL,1705),(21587,'Rehnan',NULL,1705),(21588,'Semirom',NULL,1705),(21589,'Shahinshahr',NULL,1705),(21590,'Shahreza',NULL,1705),(21591,'Zarinshahr',NULL,1705),(21592,'Abadeh',NULL,1706),(21593,'Akbarabad',NULL,1706),(21594,'Darab',NULL,1706),(21595,'Eqlid',NULL,1706),(21596,'Estehban',NULL,1706),(21597,'Fasa',NULL,1706),(21598,'Firuzabad',NULL,1706),(21599,'Gerash',NULL,1706),(21600,'Jahrom',NULL,1706),(21601,'Kazerun',NULL,1706),(21602,'Lar',NULL,1706),(21603,'Marv Dasht',NULL,1706),(21604,'Neyriz',NULL,1706),(21605,'Nurabad',NULL,1706),(21606,'Qa\'emiyeh',NULL,1706),(21607,'Sepidan',NULL,1706),(21608,'Shiraz',NULL,1706),(21609,'Astaneh-ye Ashrafiyeh',NULL,1707),(21610,'Astara',NULL,1707),(21611,'Bandar-e Anzali',NULL,1707),(21612,'Faman',NULL,1707),(21613,'Hashtpar',NULL,1707),(21614,'Lahijan',NULL,1707),(21615,'Langarud',NULL,1707),(21616,'Rasht',NULL,1707),(21617,'Rudbar',NULL,1707),(21618,'Rudsar',NULL,1707),(21619,'Sawma\'eh Sara',NULL,1707),(21620,'Aq Qal\'eh',NULL,1708),(21621,'Azad Shahr',NULL,1708),(21622,'Bandar-e Torkaman',NULL,1708),(21623,'Gonbad-e Qabus',NULL,1708),(21624,'Gorgan',NULL,1708),(21625,'Asadabad',NULL,1709),(21626,'Bahar',NULL,1709),(21627,'Hamadan',NULL,1709),(21628,'Malayer',NULL,1709),(21629,'Nahavand',NULL,1709),(21630,'Tuysarkan',NULL,1709),(21631,'Bandar Abbas',NULL,1710),(21632,'Bandar-e \'Abbas',NULL,1710),(21633,'Bandar-e Lengeh',NULL,1710),(21634,'Gheshm',NULL,1710),(21635,'Jask',NULL,1710),(21636,'Kish',NULL,1710),(21637,'Kish Island',NULL,1710),(21638,'Minab',NULL,1710),(21639,'Abdanan',NULL,1711),(21640,'Darrehshahr',NULL,1711),(21641,'Dehloran',NULL,1711),(21642,'Ilam',NULL,1711),(21643,'Ivan',NULL,1711),(21644,'Mehran',NULL,1711),(21645,'Baft',NULL,1712),(21646,'Bam',NULL,1712),(21647,'Bardsir',NULL,1712),(21648,'Jiroft',NULL,1712),(21649,'Kahnuj',NULL,1712),(21650,'Kerman',NULL,1712),(21651,'Rafsanjan',NULL,1712),(21652,'Ravar',NULL,1712),(21653,'Shahr-e Babak',NULL,1712),(21654,'Sirjan',NULL,1712),(21655,'Zarand',NULL,1712),(21656,'Eslamabad',NULL,1713),(21657,'Gilan-e Garb',NULL,1713),(21658,'Harsin',NULL,1713),(21659,'Javanrud',NULL,1713),(21660,'Kangavar',NULL,1713),(21661,'Kermanshah',NULL,1713),(21662,'Paveh',NULL,1713),(21663,'Sahneh',NULL,1713),(21664,'Sar-e-Pol-e-Zohab',NULL,1713),(21665,'Sonqor',NULL,1713),(21666,'Birjand',NULL,1714),(21667,'Bojnurd',NULL,1714),(21668,'Chenaran',NULL,1714),(21669,'Darreh Gaz',NULL,1714),(21670,'Esfarayen',NULL,1714),(21671,'Fariman',NULL,1714),(21672,'Ferdus',NULL,1714),(21673,'Gha\'nat',NULL,1714),(21674,'Gonabad',NULL,1714),(21675,'Kashmar',NULL,1714),(21676,'Mashad',NULL,1714),(21677,'Mashhad',NULL,1714),(21678,'Neyshabur',NULL,1714),(21679,'Qayen',NULL,1714),(21680,'Quchan',NULL,1714),(21681,'Sabzevar',NULL,1714),(21682,'Sarakhs',NULL,1714),(21683,'Shirvan',NULL,1714),(21684,'Tabas',NULL,1714),(21685,'Tayyebat',NULL,1714),(21686,'Torbat-e Heydariyeh',NULL,1714),(21687,'Torbat-e Jam',NULL,1714),(21688,'Abadan',NULL,1715),(21689,'Agha Jari',NULL,1715),(21690,'Ahvaz',NULL,1715),(21691,'Ahwaz',NULL,1715),(21692,'Andimeshk',NULL,1715),(21693,'Bandar-e Emam Khomeyni',NULL,1715),(21694,'Bandar-e Mahshahr',NULL,1715),(21695,'Behbahan',NULL,1715),(21696,'Dezful',NULL,1715),(21697,'Ezeh',NULL,1715),(21698,'Hendijan',NULL,1715),(21699,'Khorramshahr',NULL,1715),(21700,'Masjed-e Soleyman',NULL,1715),(21701,'Omidiyeh',NULL,1715),(21702,'Ramhormoz',NULL,1715),(21703,'Ramshir',NULL,1715),(21704,'Shadegan',NULL,1715),(21705,'Shush',NULL,1715),(21706,'Shushtar',NULL,1715),(21707,'Susangerd',NULL,1715),(21708,'Baneh',NULL,1717),(21709,'Bijar',NULL,1717),(21710,'Kamyaran',NULL,1717),(21711,'Marivan',NULL,1717),(21712,'Qorveh',NULL,1717),(21713,'Sanandaj',NULL,1717),(21714,'Saqqez',NULL,1717),(21715,'Alashtar',NULL,1718),(21716,'Aligudarz',NULL,1718),(21717,'Azna',NULL,1718),(21718,'Borujerd',NULL,1718),(21719,'Do Rud',NULL,1718),(21720,'Khorramabad',NULL,1718),(21721,'Kuhdasht',NULL,1718),(21722,'Nurabad',NULL,1718),(21723,'Arak',NULL,1719),(21724,'Ashtian',NULL,1719),(21725,'Delijan',NULL,1719),(21726,'Khomeyn',NULL,1719),(21727,'Mahallat',NULL,1719),(21728,'Sarband',NULL,1719),(21729,'Saveh',NULL,1719),(21730,'Tafresh',NULL,1719),(21731,'Aliabad',NULL,1720),(21732,'Amir Kala',NULL,1720),(21733,'Amol',NULL,1720),(21734,'Babol',NULL,1720),(21735,'Babol Sar',NULL,1720),(21736,'Behshahr',NULL,1720),(21737,'Chalus',NULL,1720),(21738,'Fereydunkenar',NULL,1720),(21739,'Juybar',NULL,1720),(21740,'Kalaleh',NULL,1720),(21741,'Kordkuy',NULL,1720),(21742,'Mahmudabad',NULL,1720),(21743,'Minudasht',NULL,1720),(21744,'Neka',NULL,1720),(21745,'Nur',NULL,1720),(21746,'Nushahr',NULL,1720),(21747,'Qa\'emshahr',NULL,1720),(21748,'Ramsar',NULL,1720),(21749,'Sari',NULL,1720),(21750,'Savadkuh',NULL,1720),(21751,'Tonekabon',NULL,1720),(21752,'Abhar',NULL,1722),(21753,'Abyek',NULL,1722),(21754,'Qazvin',NULL,1722),(21755,'Takestan',NULL,1722),(21756,'Qom',NULL,1723),(21757,'Damghan',NULL,1724),(21758,'Garmsar',NULL,1724),(21759,'Semnan',NULL,1724),(21760,'Shahrud',NULL,1724),(21761,'Damavand',NULL,1726),(21762,'Eqbaliyeh',NULL,1726),(21763,'Eslamshahr',NULL,1726),(21764,'Hashtgerd',NULL,1726),(21765,'Karaj',NULL,1726),(21766,'Mahdasht',NULL,1726),(21767,'Malard',NULL,1726),(21768,'Mohammadiyeh',NULL,1726),(21769,'Nazarabad',NULL,1726),(21770,'Pakdasht',NULL,1726),(21771,'Pishva',NULL,1726),(21772,'Qarchak',NULL,1726),(21773,'Qods',NULL,1726),(21774,'Robat Karim',NULL,1726),(21775,'Shahriyar',NULL,1726),(21776,'Tehran',NULL,1726),(21777,'Varamin',NULL,1726),(21778,'Ardakan',NULL,1727),(21779,'Bafq',NULL,1727),(21780,'Mehriz',NULL,1727),(21781,'Meybod',NULL,1727),(21782,'Taft',NULL,1727),(21783,'Yazd',NULL,1727),(21784,'Alvand',NULL,1728),(21785,'Khorramdarreh',NULL,1728),(21786,'Zanjan',NULL,1728),(21787,'Jurf-as-Sakhr',NULL,1729),(21788,'Saddat-al-Hindiyah',NULL,1729),(21789,'al-Hillah',NULL,1729),(21790,'al-Madhatiyah',NULL,1729),(21791,'al-Musayyib',NULL,1729),(21792,'al-Qasim',NULL,1729),(21793,'Baghdad',NULL,1730),(21794,'Dahuk',NULL,1731),(21795,'Zakhu',NULL,1731),(21796,'Ba\'qubah',NULL,1733),(21797,'Hanaqin',NULL,1733),(21798,'Jalula\'\'',NULL,1733),(21799,'Kifri',NULL,1733),(21800,'Mandali',NULL,1733),(21801,'al-Fuhud',NULL,1733),(21802,'al-Khalis',NULL,1733),(21803,'al-Miqdadiyah',NULL,1733),(21804,'ash-Shatrah',NULL,1733),(21805,'Ankawa',NULL,1734),(21806,'Chaqalawa',NULL,1735),(21807,'Irbil',NULL,1735),(21808,'Rawanduz',NULL,1735),(21809,'Karbala',NULL,1736),(21810,'al-Hindiyah',NULL,1736),(21811,'Erbil',NULL,1737),(21812,'\'Ali al Gharbi',NULL,1738),(21813,'al-\'Amarah',NULL,1738),(21814,'al-Majarr-al-Kabir',NULL,1738),(21815,'Qarah Qush',NULL,1739),(21816,'Sinjar',NULL,1739),(21817,'Tall \'Afar',NULL,1739),(21818,'Tall Kayf',NULL,1739),(21819,'al-Mawsil',NULL,1739),(21820,'ash-Shaykhan',NULL,1739),(21821,'Balad',NULL,1740),(21822,'Bayji',NULL,1740),(21823,'Dhalu\'iyah',NULL,1740),(21824,'Samarra',NULL,1740),(21825,'Tikrit',NULL,1740),(21826,'Tuz',NULL,1740),(21827,'ad-Dujayl',NULL,1740),(21828,'al-\'Aziziyah',NULL,1741),(21829,'al-Hayy',NULL,1741),(21830,'al-Kut',NULL,1741),(21831,'an-Nu\'maniyah',NULL,1741),(21832,'as-Suwayrah',NULL,1741),(21833,'\'Anah',NULL,1742),(21834,'Hit',NULL,1742),(21835,'Rawah',NULL,1742),(21836,'al-Fallujah',NULL,1742),(21837,'al-Habbaniyah',NULL,1742),(21838,'al-Hadithah',NULL,1742),(21839,'ar-Ramadi',NULL,1742),(21840,'ar-Rutbah',NULL,1742),(21841,'Abu al-Khasib',NULL,1743),(21842,'Harithah',NULL,1743),(21843,'Shatt-al-\'Arab',NULL,1743),(21844,'al-Basrah',NULL,1743),(21845,'al-Faw',NULL,1743),(21846,'al-Qurnah',NULL,1743),(21847,'az-Zubayr',NULL,1743),(21848,'ar-Rumaythah',NULL,1744),(21849,'as-Samawah',NULL,1744),(21850,'\'Afak',NULL,1745),(21851,'ad-Diwaniyah',NULL,1745),(21852,'al-Ghammas',NULL,1745),(21853,'al-Hamzah',NULL,1745),(21854,'ash-Shamiyah',NULL,1745),(21855,'ash-Shinafiyah',NULL,1745),(21856,'al-Kufah',NULL,1746),(21857,'al-Mishkhab',NULL,1746),(21858,'an-Najaf',NULL,1746),(21859,'Chamchamal',NULL,1747),(21860,'Halabjah',NULL,1747),(21861,'Kusanjaq',NULL,1747),(21862,'Panjwin',NULL,1747),(21863,'Qal\'at Dizeh',NULL,1747),(21864,'as-Sulaymaniyah',NULL,1747),(21865,'\'Aqrah',NULL,1748),(21866,'Kirkuk',NULL,1748),(21867,'Moira',NULL,1749),(21868,'Bagenalstown',NULL,1750),(21869,'Carlow',NULL,1750),(21870,'Tullow',NULL,1750),(21871,'Bailieborough',NULL,1751),(21872,'Belturbet',NULL,1751),(21873,'Cavan',NULL,1751),(21874,'Coothill',NULL,1751),(21875,'Ennis',NULL,1752),(21876,'Kilkee',NULL,1752),(21877,'Kilrush',NULL,1752),(21878,'Newmarket-on-Fergus',NULL,1752),(21879,'Shannon',NULL,1752),(21880,'Bandon',NULL,1753),(21881,'Bantry',NULL,1753),(21882,'Blarney',NULL,1753),(21883,'Carrigaline',NULL,1753),(21884,'Charleville',NULL,1753),(21885,'Clonakilty',NULL,1753),(21886,'Cobh',NULL,1753),(21887,'Cork',NULL,1753),(21888,'Drishane',NULL,1753),(21889,'Dunmanway',NULL,1753),(21890,'Fermoy',NULL,1753),(21891,'Kanturk',NULL,1753),(21892,'Kinsale',NULL,1753),(21893,'Macroom',NULL,1753),(21894,'Mallow',NULL,1753),(21895,'Midleton',NULL,1753),(21896,'Millstreet',NULL,1753),(21897,'Mitchelstown',NULL,1753),(21898,'Passage West',NULL,1753),(21899,'Skibbereen',NULL,1753),(21900,'Youghal',NULL,1753),(21901,'Ballybofey',NULL,1754),(21902,'Ballyshannon',NULL,1754),(21903,'Buncrana',NULL,1754),(21904,'Bundoran',NULL,1754),(21905,'Carndonagh',NULL,1754),(21906,'Donegal',NULL,1754),(21907,'Killybegs',NULL,1754),(21908,'Letterkenny',NULL,1754),(21909,'Lifford',NULL,1754),(21910,'Moville',NULL,1754),(21911,'Balbriggan',NULL,1755),(21912,'Ballsbridge',NULL,1755),(21913,'Dublin',NULL,1755),(21914,'Leixlip',NULL,1755),(21915,'Lucan',NULL,1755),(21916,'Malahide',NULL,1755),(21917,'Portrane',NULL,1755),(21918,'Rathcoole',NULL,1755),(21919,'Rush',NULL,1755),(21920,'Skerries',NULL,1755),(21921,'Swords',NULL,1755),(21922,'Athenry',NULL,1756),(21923,'Ballinasloe',NULL,1756),(21924,'Clifden',NULL,1756),(21925,'Galway',NULL,1756),(21926,'Gort',NULL,1756),(21927,'Loughrea',NULL,1756),(21928,'Tuam',NULL,1756),(21929,'Ballybunion',NULL,1757),(21930,'Cahirciveen',NULL,1757),(21931,'Castleisland',NULL,1757),(21932,'Dingle',NULL,1757),(21933,'Kenmare',NULL,1757),(21934,'Killarney',NULL,1757),(21935,'Killorglin',NULL,1757),(21936,'Listowel',NULL,1757),(21937,'Tralee',NULL,1757),(21938,'Athy',NULL,1758),(21939,'Celbridge',NULL,1758),(21940,'Clane',NULL,1758),(21941,'Kilcock',NULL,1758),(21942,'Kilcullen',NULL,1758),(21943,'Kildare',NULL,1758),(21944,'Maynooth',NULL,1758),(21945,'Monasterevan',NULL,1758),(21946,'Naas',NULL,1758),(21947,'Newbridge',NULL,1758),(21948,'Callan',NULL,1759),(21949,'Castlecomer',NULL,1759),(21950,'Kilkenny',NULL,1759),(21951,'Thomastown',NULL,1759),(21952,'Abbeyleix',NULL,1760),(21953,'Mountmellick',NULL,1760),(21954,'Mountrath',NULL,1760),(21955,'Port Laoise',NULL,1760),(21956,'Portarlington',NULL,1760),(21957,'Meath',NULL,1761),(21958,'Carrick-on-Shannon',NULL,1762),(21959,'Abbeyfeale',NULL,1763),(21960,'Kilmallock',NULL,1763),(21961,'Limerick',NULL,1763),(21962,'Newcastle',NULL,1763),(21963,'Rathkeale',NULL,1763),(21964,'Granard',NULL,1765),(21965,'Longford',NULL,1765),(21966,'Moate',NULL,1765),(21967,'Ardee',NULL,1766),(21968,'Drogheda',NULL,1766),(21969,'Drumcar',NULL,1766),(21970,'Dundalk',NULL,1766),(21971,'Ballina',NULL,1767),(21972,'Ballinrobe',NULL,1767),(21973,'Ballyhaunis',NULL,1767),(21974,'Castlebar',NULL,1767),(21975,'Claremorris',NULL,1767),(21976,'Swinford',NULL,1767),(21977,'Westport',NULL,1767),(21978,'Ashbourne',NULL,1768),(21979,'Duleek',NULL,1768),(21980,'Dunboyne',NULL,1768),(21981,'Dunshaughlin',NULL,1768),(21982,'Kells',NULL,1768),(21983,'Laytown',NULL,1768),(21984,'Navan',NULL,1768),(21985,'Trim',NULL,1768),(21986,'Carrickmacross',NULL,1769),(21987,'Castleblayney',NULL,1769),(21988,'Clones',NULL,1769),(21989,'Monaghan',NULL,1769),(21990,'Banagher',NULL,1770),(21991,'Birr',NULL,1770),(21992,'Clara',NULL,1770),(21993,'Edenderry',NULL,1770),(21994,'Kilcormac',NULL,1770),(21995,'Tullamore',NULL,1770),(21996,'Ballaghaderreen',NULL,1771),(21997,'Boyle',NULL,1771),(21998,'Castlerea',NULL,1771),(21999,'Roscommon',NULL,1771),(22000,'Sligo',NULL,1772),(22001,'Co Tyrone',NULL,1775),(22002,'Downpatrick',NULL,1775),(22003,'Dungarvan',NULL,1776),(22004,'Tramore',NULL,1776),(22005,'Waterford',NULL,1776),(22006,'Athlone',NULL,1777),(22007,'Mullingar',NULL,1777),(22008,'Enniscorthy',NULL,1778),(22009,'Gorey',NULL,1778),(22010,'New Ross',NULL,1778),(22011,'Wexford',NULL,1778),(22012,'Arklow',NULL,1779),(22013,'Baltinglass',NULL,1779),(22014,'Blessington',NULL,1779),(22015,'Bray',NULL,1779),(22016,'Greystones',NULL,1779),(22017,'Kilcoole',NULL,1779),(22018,'Newtownmountkennedy',NULL,1779),(22019,'Rathdrum',NULL,1779),(22020,'Wicklow',NULL,1779),(22021,'Bethlehem',NULL,1782),(22022,'Caesarea',NULL,1783),(22023,'Petach Tikva',NULL,1784),(22024,'Ramallah',NULL,1784),(22025,'Gaza',NULL,1785),(22026,'\'Arad',NULL,1786),(22027,'\'Omer',NULL,1786),(22028,'Ashdod',NULL,1786),(22029,'Ashqelon',NULL,1786),(22030,'Be\'er Sheva',NULL,1786),(22031,'Beersheba',NULL,1786),(22032,'Bene Ayish',NULL,1786),(22033,'Dimona',NULL,1786),(22034,'Elat',NULL,1786),(22035,'Gan Yavne',NULL,1786),(22036,'Nahal `Oz',NULL,1786),(22037,'Netivot',NULL,1786),(22038,'Ofaqim',NULL,1786),(22039,'Qiryat Gat',NULL,1786),(22040,'Qiryat Mal\'akhi',NULL,1786),(22041,'Sederot',NULL,1786),(22042,'Yeroham',NULL,1786),(22043,'kiryat Malachi',NULL,1786),(22044,'Be\'er Ya\'aqov',NULL,1788),(22045,'Beit Shemesh',NULL,1788),(22046,'Bene Beraq',NULL,1788),(22047,'Bnei Brak',NULL,1788),(22048,'Even Yehuda',NULL,1788),(22049,'Fureidis',NULL,1788),(22050,'Gat Rimon',NULL,1788),(22051,'Gedera',NULL,1788),(22052,'Givat Shmuel',NULL,1788),(22053,'Hibat Zion',NULL,1788),(22054,'Hod HaSharon',NULL,1788),(22055,'Hogar',NULL,1788),(22056,'Jaljulye',NULL,1788),(22057,'Jatt',NULL,1788),(22058,'Kafar Qasem',NULL,1788),(22059,'Kefar Sava',NULL,1788),(22060,'Kefar Yona',NULL,1788),(22061,'Kfar Saba',NULL,1788),(22062,'Kiryag Bialik',NULL,1788),(22063,'Lod',NULL,1788),(22064,'Mazkeret Batya',NULL,1788),(22065,'Modi\'in',NULL,1788),(22066,'Nes Ziyyona',NULL,1788),(22067,'Ness Ziona',NULL,1788),(22068,'Netanya',NULL,1788),(22069,'Nordiya',NULL,1788),(22070,'Pardesiyya',NULL,1788),(22071,'Petakh Tiqwa',NULL,1788),(22072,'Qadima',NULL,1788),(22073,'Qalansawe',NULL,1788),(22074,'Qiryat \'Eqron',NULL,1788),(22075,'Ra\'anana',NULL,1788),(22076,'Ramla',NULL,1788),(22077,'Rehovot',NULL,1788),(22078,'Rekhovot',NULL,1788),(22079,'Rinnatya',NULL,1788),(22080,'Rishon LeZiyyon',NULL,1788),(22081,'Rosh HaAyin',NULL,1788),(22082,'Shoham',NULL,1788),(22083,'Tayibe',NULL,1788),(22084,'Tire',NULL,1788),(22085,'Tsur Igal',NULL,1788),(22086,'Udim',NULL,1788),(22087,'Yavne',NULL,1788),(22088,'Yehud',NULL,1788),(22089,'\'Afula',NULL,1789),(22090,'\'Akko',NULL,1789),(22091,'\'Arrabe',NULL,1789),(22092,'\'Ein Mahel',NULL,1789),(22093,'\'Ilut',NULL,1789),(22094,'Abu Sinan',NULL,1789),(22095,'Basmat Tab\'un',NULL,1789),(22096,'Beit Jann',NULL,1789),(22097,'Bet She\'an',NULL,1789),(22098,'Bi\'ne',NULL,1789),(22099,'Bir-al-Maksur',NULL,1789),(22100,'Bu\'eine-Nujeidat',NULL,1789),(22101,'Dabburye',NULL,1789),(22102,'Dayr Hannah',NULL,1789),(22103,'Dayr-al-Asad',NULL,1789),(22104,'Hazor HaGelilit',NULL,1789),(22105,'I\'billin',NULL,1789),(22106,'Iksal',NULL,1789),(22107,'Judeide-Maker',NULL,1789),(22108,'Kabul',NULL,1789),(22109,'Kafar Kanna',NULL,1789),(22110,'Kafar Manda',NULL,1789),(22111,'Kafar Yasif',NULL,1789),(22112,'Karmiel',NULL,1789),(22113,'Kisra-Sumei',NULL,1789),(22114,'Ma\'alot Tarshikha',NULL,1789),(22115,'Majd-al-Kurum',NULL,1789),(22116,'Migdal Ha\'Emeq',NULL,1789),(22117,'Mugar',NULL,1789),(22118,'Nahariyya',NULL,1789),(22119,'Nahef',NULL,1789),(22120,'Nazerat',NULL,1789),(22121,'Nazerat \'Illit',NULL,1789),(22122,'Qiryat Shemona',NULL,1789),(22123,'Qiryat Tiv\'on',NULL,1789),(22124,'Rame',NULL,1789),(22125,'Reine',NULL,1789),(22126,'Sakhnin',NULL,1789),(22127,'Shefar\'am',NULL,1789),(22128,'Tamra',NULL,1789),(22129,'Tiberias',NULL,1789),(22130,'Tur\'an',NULL,1789),(22131,'Yirka',NULL,1789),(22132,'Yoqne\'am Illit',NULL,1789),(22133,'Zefat',NULL,1789),(22134,'Zur Yigal',NULL,1789),(22135,'Hebron',NULL,1790),(22136,'Sgula',NULL,1791),(22137,'Jerusalem',NULL,1792),(22138,'\'Ar\'ara',NULL,1793),(22139,'\'Isifya',NULL,1793),(22140,'Baqa al-Gharbiyyah',NULL,1793),(22141,'Binyamina',NULL,1793),(22142,'Daliyat-al-Karmil',NULL,1793),(22143,'Jizr-az-Zarqa',NULL,1793),(22144,'Khadera',NULL,1793),(22145,'Khefa',NULL,1793),(22146,'Nesher',NULL,1793),(22147,'Or \'Aqiva',NULL,1793),(22148,'Pardes Khanna-Karkur',NULL,1793),(22149,'Qiryat Atta',NULL,1793),(22150,'Qiryat Bialik',NULL,1793),(22151,'Qiryat Motzkin',NULL,1793),(22152,'Qiryat Yam',NULL,1793),(22153,'Rekhasim',NULL,1793),(22154,'Tirat Karmel',NULL,1793),(22155,'Umm-al-Fahm',NULL,1793),(22156,'Zikhron Ya\'aqov',NULL,1793),(22157,'Qalqilya',NULL,1796),(22158,'Hadera',NULL,1799),(22159,'Kiryag Bialik',NULL,1799),(22160,'Bet Shemesh',NULL,1801),(22161,'Mevasserat Ziyyon',NULL,1801),(22162,'Yerushalayim',NULL,1801),(22163,'Meta',NULL,1802),(22164,'Miano',NULL,1802),(22165,'Alba Adriatica',NULL,1803),(22166,'Atessa',NULL,1803),(22167,'Atri',NULL,1803),(22168,'Avezzano',NULL,1803),(22169,'Celano',NULL,1803),(22170,'Cepagatti',NULL,1803),(22171,'Chieti',NULL,1803),(22172,'Citta Sant\'Angelo',NULL,1803),(22173,'Francavilla al Mare',NULL,1803),(22174,'Giulianova',NULL,1803),(22175,'Guardiagrele',NULL,1803),(22176,'L\'Aquila',NULL,1803),(22177,'Lanciano',NULL,1803),(22178,'Martinsicuro',NULL,1803),(22179,'Montesilvano',NULL,1803),(22180,'Montorio al Vomano',NULL,1803),(22181,'Mosciano Sant\'Angelo',NULL,1803),(22182,'Ortona',NULL,1803),(22183,'Penne',NULL,1803),(22184,'Pescara',NULL,1803),(22185,'Pineto',NULL,1803),(22186,'Roseto degli Abruzzi',NULL,1803),(22187,'San Giovanni Teatino',NULL,1803),(22188,'San Salvo',NULL,1803),(22189,'Sant\'Egidio alla Vibrata',NULL,1803),(22190,'Silvi',NULL,1803),(22191,'Spoltore',NULL,1803),(22192,'Sulmona',NULL,1803),(22193,'Teramo',NULL,1803),(22194,'Vasto',NULL,1803),(22195,'Agrigento',NULL,1804),(22196,'Alessandria della Rocca',NULL,1804),(22197,'Aragona',NULL,1804),(22198,'Bivona',NULL,1804),(22199,'Burgio',NULL,1804),(22200,'Calamonaci',NULL,1804),(22201,'Caltabellotta',NULL,1804),(22202,'Camastra',NULL,1804),(22203,'Cammarata',NULL,1804),(22204,'Campobello di Licata',NULL,1804),(22205,'Canicattì',NULL,1804),(22206,'Casteltermini',NULL,1804),(22207,'Castrofilippo',NULL,1804),(22208,'Cattolica Eraclea',NULL,1804),(22209,'Cianciana',NULL,1804),(22210,'Comitini',NULL,1804),(22211,'Favara',NULL,1804),(22212,'Grotte',NULL,1804),(22213,'Joppolo Giancaxio',NULL,1804),(22214,'Lampedusa e Linosa',NULL,1804),(22215,'Licata',NULL,1804),(22216,'Lucca Sicula',NULL,1804),(22217,'Menfi',NULL,1804),(22218,'Montallegro',NULL,1804),(22219,'Montevago',NULL,1804),(22220,'Naro',NULL,1804),(22221,'Palma di Montechiaro',NULL,1804),(22222,'Porto Empedocle',NULL,1804),(22223,'Racalmuto',NULL,1804),(22224,'Raffadali',NULL,1804),(22225,'Ravanusa',NULL,1804),(22226,'Realmonte',NULL,1804),(22227,'Ribera',NULL,1804),(22228,'Sambuca di Sicilia',NULL,1804),(22229,'San Biagio Platani',NULL,1804),(22230,'San Giovanni Gemini',NULL,1804),(22231,'Sant Angelo Muxaro',NULL,1804),(22232,'Santa Elisabetta',NULL,1804),(22233,'Santa Margherita di Belice',NULL,1804),(22234,'Santo Stefano Quisquina',NULL,1804),(22235,'Sciacca',NULL,1804),(22236,'Siculiana',NULL,1804),(22237,'Villafranca Sicula',NULL,1804),(22238,'Castellazzo Bormida',NULL,1805),(22239,'Gavi',NULL,1805),(22240,'Villanova Monferrato',NULL,1805),(22241,'Camerano',NULL,1806),(22242,'Castelplanio',NULL,1806),(22243,'Capolona',NULL,1807),(22244,'Montevarchi',NULL,1807),(22245,'Subbiano',NULL,1807),(22246,'Buttigliera d\'Asti',NULL,1809),(22247,'Flumeri',NULL,1810),(22248,'Nusco',NULL,1810),(22249,'Prata di Principato Ultra',NULL,1810),(22250,'Villanova del Battista',NULL,1810),(22251,'Avigliano',NULL,1812),(22252,'Bernalda',NULL,1812),(22253,'Ferrandina',NULL,1812),(22254,'Lauria',NULL,1812),(22255,'Lavello',NULL,1812),(22256,'Matera',NULL,1812),(22257,'Melfi',NULL,1812),(22258,'Montescaglioso',NULL,1812),(22259,'Pisticci',NULL,1812),(22260,'Policoro',NULL,1812),(22261,'Potenza',NULL,1812),(22262,'Rionero in Vulture',NULL,1812),(22263,'Venosa',NULL,1812),(22264,'Belluno',NULL,1813),(22265,'D\'alpago',NULL,1813),(22266,'Longarone',NULL,1813),(22267,'Pedavena',NULL,1813),(22268,'San Bartolomeo',NULL,1814),(22269,'',NULL,1815),(22270,'Bagnatica',NULL,1815),(22271,'Bergamo',NULL,1815),(22272,'Bolgare',NULL,1815),(22273,'Bottanuco',NULL,1815),(22274,'Brignano Gera d\'Adda',NULL,1815),(22275,'Calcio',NULL,1815),(22276,'Caravaggio',NULL,1815),(22277,'Chiuduno',NULL,1815),(22278,'Ciserano',NULL,1815),(22279,'Comun Nuovo',NULL,1815),(22280,'Costa di Mezzate',NULL,1815),(22281,'Gandino',NULL,1815),(22282,'Grassobbio',NULL,1815),(22283,'Grumello Del Monte',NULL,1815),(22284,'Grumello del Monte',NULL,1815),(22285,'Lallio',NULL,1815),(22286,'Levate',NULL,1815),(22287,'Lurano',NULL,1815),(22288,'Mapello',NULL,1815),(22289,'Pagazzano',NULL,1815),(22290,'Ponteranica',NULL,1815),(22291,'Pontida',NULL,1815),(22292,'Sant Omobono Imagna',NULL,1815),(22293,'Torre Pallavicina',NULL,1815),(22294,'Trescore Balneario',NULL,1815),(22295,'Verdellino',NULL,1815),(22296,'Zingonia',NULL,1815),(22297,'Camburzano',NULL,1816),(22298,'Crevacuore',NULL,1816),(22299,'Gaglianico',NULL,1816),(22300,'Sandigliano',NULL,1816),(22301,'Vigliano Biellese',NULL,1816),(22302,'Anzola dell\'Emilia',NULL,1817),(22303,'Bologna',NULL,1817),(22304,'Borgo Tossignano',NULL,1817),(22305,'Casalfiumanese',NULL,1817),(22306,'Castiglione Dei Pepoli ',NULL,1817),(22307,'Funo',NULL,1817),(22308,'Loiano',NULL,1817),(22309,'Monterenzio',NULL,1817),(22310,'Osteria Grande',NULL,1817),(22311,'Frangarto',NULL,1818),(22312,'Agnosine',NULL,1819),(22313,'Brescia',NULL,1819),(22314,'Capriano del Colle',NULL,1819),(22315,'Capriolo',NULL,1819),(22316,'Castegnato',NULL,1819),(22317,'Castelcovati',NULL,1819),(22318,'Cellatica',NULL,1819),(22319,'Coccaglio',NULL,1819),(22320,'Comezzano-Cizzago',NULL,1819),(22321,'Erbusco',NULL,1819),(22322,'Flero',NULL,1819),(22323,'Lavenone',NULL,1819),(22324,'Longhena',NULL,1819),(22325,'Maclodio',NULL,1819),(22326,'Muscoline',NULL,1819),(22327,'Padenghe sul Garda',NULL,1819),(22328,'Paderno Franciacorta',NULL,1819),(22329,'Paratico',NULL,1819),(22330,'Passirano',NULL,1819),(22331,'Polaveno',NULL,1819),(22332,'Poncarale',NULL,1819),(22333,'Prevalle',NULL,1819),(22334,'Provaglio dIseo',NULL,1819),(22335,'Roncadelle',NULL,1819),(22336,'Verolavecchia',NULL,1819),(22337,'Visano',NULL,1819),(22338,'San Donaci',NULL,1820),(22339,'Acri',NULL,1821),(22340,'Amantea',NULL,1821),(22341,'Bagnara Calabra',NULL,1821),(22342,'Belvedere Marittimo',NULL,1821),(22343,'Bisignano',NULL,1821),(22344,'Bovalino',NULL,1821),(22345,'Cariati',NULL,1821),(22346,'Cassano allo Ionio',NULL,1821),(22347,'Castrolibero',NULL,1821),(22348,'Castrovillari',NULL,1821),(22349,'Catanzaro',NULL,1821),(22350,'Cetraro',NULL,1821),(22351,'Ciro Marina',NULL,1821),(22352,'Cittanova',NULL,1821),(22353,'Corigliano Calabro',NULL,1821),(22354,'Cosenza',NULL,1821),(22355,'Crosia',NULL,1821),(22356,'Crotone',NULL,1821),(22357,'Cutro',NULL,1821),(22358,'Fuscaldo',NULL,1821),(22359,'Gioia Tauro',NULL,1821),(22360,'Isola di Capo Rizzuto',NULL,1821),(22361,'Lamezia Terme',NULL,1821),(22362,'Locri',NULL,1821),(22363,'Luzzi',NULL,1821),(22364,'Melito di Porto Salvo',NULL,1821),(22365,'Mendicino',NULL,1821),(22366,'Montalto Uffugo',NULL,1821),(22367,'Palmi',NULL,1821),(22368,'Paola',NULL,1821),(22369,'Petilia Policastro',NULL,1821),(22370,'Pizzo',NULL,1821),(22371,'Polistena',NULL,1821),(22372,'Reggio di Calabria',NULL,1821),(22373,'Rende',NULL,1821),(22374,'Rosarno',NULL,1821),(22375,'Rossano',NULL,1821),(22376,'San Giovanni in Fiore',NULL,1821),(22377,'Scalea',NULL,1821),(22378,'Sellia Marina',NULL,1821),(22379,'Siderno',NULL,1821),(22380,'Soverato',NULL,1821),(22381,'Taurianova',NULL,1821),(22382,'Trebisacce',NULL,1821),(22383,'Vibo Valentia',NULL,1821),(22384,'Villa San Giovanni',NULL,1821),(22385,'Acerra',NULL,1822),(22386,'Afragola',NULL,1822),(22387,'Agropoli',NULL,1822),(22388,'Angri',NULL,1822),(22389,'Ariano Irpino',NULL,1822),(22390,'Arzano',NULL,1822),(22391,'Atripalda',NULL,1822),(22392,'Avellino',NULL,1822),(22393,'Aversa',NULL,1822),(22394,'Bacoli',NULL,1822),(22395,'Barano d\'Ischia',NULL,1822),(22396,'Baronissi',NULL,1822),(22397,'Battipaglia',NULL,1822),(22398,'Bellizzi',NULL,1822),(22399,'Benevento',NULL,1822),(22400,'Boscoreale',NULL,1822),(22401,'Boscotrecase',NULL,1822),(22402,'Brusciano',NULL,1822),(22403,'Caivano',NULL,1822),(22404,'Calvizzano',NULL,1822),(22405,'Campagna',NULL,1822),(22406,'Capaccio',NULL,1822),(22407,'Capua',NULL,1822),(22408,'Cardito',NULL,1822),(22409,'Carinola',NULL,1822),(22410,'Casagiove',NULL,1822),(22411,'Casal di Principe',NULL,1822),(22412,'Casalnuovo di Napoli',NULL,1822),(22413,'Casaluce',NULL,1822),(22414,'Casandrino',NULL,1822),(22415,'Casavatore',NULL,1822),(22416,'Caserta',NULL,1822),(22417,'Casoria',NULL,1822),(22418,'Castel San Giorgio',NULL,1822),(22419,'Castel Volturno',NULL,1822),(22420,'Castellammare di Stabia',NULL,1822),(22421,'Cava de\' Tirreni',NULL,1822),(22422,'Cercola',NULL,1822),(22423,'Cervinara',NULL,1822),(22424,'Cicciano',NULL,1822),(22425,'Crispano',NULL,1822),(22426,'Eboli',NULL,1822),(22427,'Ercolano',NULL,1822),(22428,'Fisciano',NULL,1822),(22429,'Forio',NULL,1822),(22430,'Frattamaggiore',NULL,1822),(22431,'Frattaminore',NULL,1822),(22432,'Frignano',NULL,1822),(22433,'Giffoni Valle Piana',NULL,1822),(22434,'Giugliano in Campania',NULL,1822),(22435,'Gragnano',NULL,1822),(22436,'Gricignano di Aversa',NULL,1822),(22437,'Grottaminarda',NULL,1822),(22438,'Grumo Nevano',NULL,1822),(22439,'Ischia',NULL,1822),(22440,'Lusciano',NULL,1822),(22441,'Macerata Campania',NULL,1822),(22442,'Maddaloni',NULL,1822),(22443,'Marano di Napoli',NULL,1822),(22444,'Marcianise',NULL,1822),(22445,'Marigliano',NULL,1822),(22446,'Massa Lubrense',NULL,1822),(22447,'Melito di Napoli',NULL,1822),(22448,'Mercato San Severino',NULL,1822),(22449,'Mercogliano',NULL,1822),(22450,'Meta',NULL,1822),(22451,'Mirabella Eclano',NULL,1822),(22452,'Mondragone',NULL,1822),(22453,'Monte di Procida',NULL,1822),(22454,'Montecorvino Rovella',NULL,1822),(22455,'Monteforte Irpino',NULL,1822),(22456,'Montesarchio',NULL,1822),(22457,'Montoro Inferiore',NULL,1822),(22458,'Mugnano di Napoli',NULL,1822),(22459,'Naples',NULL,1822),(22460,'Napoli',NULL,1822),(22461,'Nocera Inferiore',NULL,1822),(22462,'Nocera Superiore',NULL,1822),(22463,'Nola',NULL,1822),(22464,'Orta di Atella',NULL,1822),(22465,'Ottaviano',NULL,1822),(22466,'Pagani',NULL,1822),(22467,'Palma Campania',NULL,1822),(22468,'Parete',NULL,1822),(22469,'Pellezzano',NULL,1822),(22470,'Piano di Sorrento',NULL,1822),(22471,'Piedimonte Matese',NULL,1822),(22472,'Poggiomarino',NULL,1822),(22473,'Pollena Trocchia',NULL,1822),(22474,'Pomigliano d\'Arco',NULL,1822),(22475,'Pompei',NULL,1822),(22476,'Pontecagnano',NULL,1822),(22477,'Portici',NULL,1822),(22478,'Positano',NULL,1822),(22479,'Pozzuoli',NULL,1822),(22480,'Procida',NULL,1822),(22481,'Qualiano',NULL,1822),(22482,'Quarto',NULL,1822),(22483,'Roccapiemonte',NULL,1822),(22484,'Sala Consilina',NULL,1822),(22485,'Salerno',NULL,1822),(22486,'San Cipriano d\'Aversa',NULL,1822),(22487,'San Felice a Cancello',NULL,1822),(22488,'San Gennaro Vesuviano',NULL,1822),(22489,'San Giorgio a Cremano',NULL,1822),(22490,'San Giorgio del Sannio',NULL,1822),(22491,'San Giuseppe Vesuviano',NULL,1822),(22492,'San Marcellino',NULL,1822),(22493,'San Marzano sul Sarno',NULL,1822),(22494,'San Nicola',NULL,1822),(22495,'San Prisco',NULL,1822),(22496,'San Sebastiano al Vesuvio',NULL,1822),(22497,'San Valentino Torio',NULL,1822),(22498,'Sant Antimo',NULL,1822),(22499,'Sant\'Agata de\' Goti',NULL,1822),(22500,'Sant\'Agnello',NULL,1822),(22501,'Sant\'Anastasia',NULL,1822),(22502,'Sant\'Antonio Abate',NULL,1822),(22503,'Sant\'Arpino',NULL,1822),(22504,'Sant\'Egidio del Monte Albino',NULL,1822),(22505,'Santa Maria Capua Vetere',NULL,1822),(22506,'Santa Maria a Vico',NULL,1822),(22507,'Santa Maria la Carita',NULL,1822),(22508,'Sarno',NULL,1822),(22509,'Saviano',NULL,1822),(22510,'Scafati',NULL,1822),(22511,'Sessa Aurunca',NULL,1822),(22512,'Siano',NULL,1822),(22513,'Solofra',NULL,1822),(22514,'Somma Vesuviana',NULL,1822),(22515,'Sorrento',NULL,1822),(22516,'Teano',NULL,1822),(22517,'Teggiano',NULL,1822),(22518,'Terzigno',NULL,1822),(22519,'Teverola',NULL,1822),(22520,'Torre Annunziata',NULL,1822),(22521,'Torre del Greco',NULL,1822),(22522,'Trecase',NULL,1822),(22523,'Trentola-Ducenta',NULL,1822),(22524,'Vallo della Lucania',NULL,1822),(22525,'Vico Equense',NULL,1822),(22526,'Vietri sul Mare',NULL,1822),(22527,'Villa Literno',NULL,1822),(22528,'Villaricca',NULL,1822),(22529,'Volla',NULL,1822),(22530,'Cartoceto',NULL,1823),(22531,'Carinaro',NULL,1824),(22532,'San Marco Evangelista',NULL,1824),(22533,'Fiandaca Di Acireale',NULL,1825),(22534,'San Cono',NULL,1825),(22535,'Altino',NULL,1826),(22536,'Archi',NULL,1826),(22537,'Ari',NULL,1826),(22538,'Arielli',NULL,1826),(22539,'Atessa',NULL,1826),(22540,'Bomba',NULL,1826),(22541,'Borrello',NULL,1826),(22542,'Bucchianico',NULL,1826),(22543,'Canosa Sannita',NULL,1826),(22544,'Carpineto Sinello',NULL,1826),(22545,'Carunchio',NULL,1826),(22546,'Casacanditella',NULL,1826),(22547,'Casalanguida',NULL,1826),(22548,'Casalbordino',NULL,1826),(22549,'Casalincontrada',NULL,1826),(22550,'Casoli',NULL,1826),(22551,'Castel Frentano',NULL,1826),(22552,'Castelguidone',NULL,1826),(22553,'Castiglione Messer Marino',NULL,1826),(22554,'Celenza sul Trigno',NULL,1826),(22555,'Chieti',NULL,1826),(22556,'Civitaluparella',NULL,1826),(22557,'Civitella Messer Raimondo',NULL,1826),(22558,'Colledimacine',NULL,1826),(22559,'Colledimezzo',NULL,1826),(22560,'Crecchio',NULL,1826),(22561,'Cupello',NULL,1826),(22562,'Dogliola',NULL,1826),(22563,'Fallo',NULL,1826),(22564,'Fara Filiorum Petri',NULL,1826),(22565,'Fara San Martino',NULL,1826),(22566,'Filetto',NULL,1826),(22567,'Fossacesia',NULL,1826),(22568,'Fraine',NULL,1826),(22569,'Francavilla al Mare',NULL,1826),(22570,'Fresagrandinaria',NULL,1826),(22571,'Frisa',NULL,1826),(22572,'Furci',NULL,1826),(22573,'Gamberale',NULL,1826),(22574,'Gessopalena',NULL,1826),(22575,'Gissi',NULL,1826),(22576,'Giuliano Teatino',NULL,1826),(22577,'Guardiagrele',NULL,1826),(22578,'Guilmi',NULL,1826),(22579,'Lama dei Peligni',NULL,1826),(22580,'Lanciano',NULL,1826),(22581,'Lentella',NULL,1826),(22582,'Lettopalena',NULL,1826),(22583,'Liscia',NULL,1826),(22584,'Miglianico',NULL,1826),(22585,'Montazzoli',NULL,1826),(22586,'Montebello sul Sangro',NULL,1826),(22587,'Monteferrante',NULL,1826),(22588,'Montelapiano',NULL,1826),(22589,'Montenerodomo',NULL,1826),(22590,'Monteodorisio',NULL,1826),(22591,'Mozzagrogna',NULL,1826),(22592,'Orsogna',NULL,1826),(22593,'Ortona',NULL,1826),(22594,'Paglieta',NULL,1826),(22595,'Palena',NULL,1826),(22596,'Palmoli',NULL,1826),(22597,'Palombaro',NULL,1826),(22598,'Pennadomo',NULL,1826),(22599,'Pennapiedimonte',NULL,1826),(22600,'Perano',NULL,1826),(22601,'Pietraferrazzana',NULL,1826),(22602,'Pizzoferrato',NULL,1826),(22603,'Poggiofiorito',NULL,1826),(22604,'Pollutri',NULL,1826),(22605,'Pretoro',NULL,1826),(22606,'Quadri',NULL,1826),(22607,'Rapino',NULL,1826),(22608,'Ripa Teatina',NULL,1826),(22609,'Rocca San Giovanni',NULL,1826),(22610,'Roccamontepiano',NULL,1826),(22611,'Roccascalegna',NULL,1826),(22612,'Roccaspinalveti',NULL,1826),(22613,'Roio del Sangro',NULL,1826),(22614,'Rosello',NULL,1826),(22615,'San Buono',NULL,1826),(22616,'San Giovanni Lipioni',NULL,1826),(22617,'San Giovanni Teatino',NULL,1826),(22618,'San Martino sulla Marrucina',NULL,1826),(22619,'San Salvo',NULL,1826),(22620,'San Vito Chietino',NULL,1826),(22621,'Sant Eusanio del Sangro',NULL,1826),(22622,'Santa Maria Imbaro',NULL,1826),(22623,'Scerni',NULL,1826),(22624,'Schiavi di Abruzzo',NULL,1826),(22625,'Taranta Peligna',NULL,1826),(22626,'Tollo',NULL,1826),(22627,'Torino di Sangro',NULL,1826),(22628,'Tornareccio',NULL,1826),(22629,'Torrebruna',NULL,1826),(22630,'Torrevecchia Teatina',NULL,1826),(22631,'Torricella Peligna',NULL,1826),(22632,'Treglio',NULL,1826),(22633,'Tufillo',NULL,1826),(22634,'Vacri',NULL,1826),(22635,'Vasto',NULL,1826),(22636,'Villa Santa Maria',NULL,1826),(22637,'Villalfonsina',NULL,1826),(22638,'Villamagna',NULL,1826),(22639,'Albavilla',NULL,1827),(22640,'Cadorago',NULL,1827),(22641,'Carimate',NULL,1827),(22642,'Castelmarte',NULL,1827),(22643,'Cavaria',NULL,1827),(22644,'Cernobbio',NULL,1827),(22645,'Comocrea',NULL,1827),(22646,'Dongo',NULL,1827),(22647,'Gironico',NULL,1827),(22648,'Grandate',NULL,1827),(22649,'Lurago dErba',NULL,1827),(22650,'Mozzate',NULL,1827),(22651,'Novedrate',NULL,1827),(22652,'Orsenigo',NULL,1827),(22653,'Turate',NULL,1827),(22654,'Uggiate',NULL,1827),(22655,'Corso del Tirreno',NULL,1828),(22656,'Mangone',NULL,1828),(22657,'Casalbuttano',NULL,1829),(22658,'Casalmaggiore',NULL,1829),(22659,'Castelverde',NULL,1829),(22660,'Madignano',NULL,1829),(22661,'Pieve San Giacomo',NULL,1829),(22662,'Bandito',NULL,1830),(22663,'Bra',NULL,1830),(22664,'Casalgrasso',NULL,1830),(22665,'Cossano Belbo',NULL,1830),(22666,'Magliano Alpi',NULL,1830),(22667,'Mondovi',NULL,1830),(22668,'Roddi',NULL,1830),(22669,'Santa Vittoria d\'Alba',NULL,1830),(22670,'Verduno',NULL,1830),(22671,'Alfonsine',NULL,1831),(22672,'Argelato',NULL,1831),(22673,'Argenta',NULL,1831),(22674,'Bagnacavallo',NULL,1831),(22675,'Bagnolo in Piano',NULL,1831),(22676,'Bellaria-Igea Marina',NULL,1831),(22677,'Bertinoro',NULL,1831),(22678,'Bologna',NULL,1831),(22679,'Bondeno',NULL,1831),(22680,'Budrio',NULL,1831),(22681,'Calderara di Reno',NULL,1831),(22682,'Carpi',NULL,1831),(22683,'Casalecchio di Reno',NULL,1831),(22684,'Casalgrande',NULL,1831),(22685,'Castel Bolognese',NULL,1831),(22686,'Castel Maggiore',NULL,1831),(22687,'Castel San Giovanni',NULL,1831),(22688,'Castel San Pietro Terme',NULL,1831),(22689,'Castelfranco Emilia',NULL,1831),(22690,'Castellarano',NULL,1831),(22691,'Castelnovo ne\' Monti',NULL,1831),(22692,'Castelnuovo Rangone',NULL,1831),(22693,'Castelvetro di Modena',NULL,1831),(22694,'Castenaso',NULL,1831),(22695,'Cattolica',NULL,1831),(22696,'Cavriago',NULL,1831),(22697,'Cento',NULL,1831),(22698,'Cervia',NULL,1831),(22699,'Cesena',NULL,1831),(22700,'Cesenatico',NULL,1831),(22701,'Codigoro',NULL,1831),(22702,'Collecchio',NULL,1831),(22703,'Comacchio',NULL,1831),(22704,'Concordia sulla Secchia',NULL,1831),(22705,'Conselice',NULL,1831),(22706,'Copparo',NULL,1831),(22707,'Coriano',NULL,1831),(22708,'Correggio',NULL,1831),(22709,'Crespellano',NULL,1831),(22710,'Crevalcore',NULL,1831),(22711,'Faenza',NULL,1831),(22712,'Ferrara',NULL,1831),(22713,'Fidenza',NULL,1831),(22714,'Finale Emilia',NULL,1831),(22715,'Fiorano Modenese',NULL,1831),(22716,'Fiorenzuola d\'Arda',NULL,1831),(22717,'Forli',NULL,1831),(22718,'Forlimpopoli',NULL,1831),(22719,'Formigine',NULL,1831),(22720,'Gambettola',NULL,1831),(22721,'Granarolo dell\'Emilia',NULL,1831),(22722,'Guastalla',NULL,1831),(22723,'Imola',NULL,1831),(22724,'Langhirano',NULL,1831),(22725,'Lugo',NULL,1831),(22726,'Luzzara',NULL,1831),(22727,'Maranello',NULL,1831),(22728,'Massa Lombarda',NULL,1831),(22729,'Medesano',NULL,1831),(22730,'Medicina',NULL,1831),(22731,'Meldola',NULL,1831),(22732,'Mirandola',NULL,1831),(22733,'Misano Adriatico',NULL,1831),(22734,'Modena',NULL,1831),(22735,'Molinella',NULL,1831),(22736,'Monte San Pietro',NULL,1831),(22737,'Montecchio Emilia',NULL,1831),(22738,'Montechiarugolo',NULL,1831),(22739,'Noceto',NULL,1831),(22740,'Nonantola',NULL,1831),(22741,'Novellara',NULL,1831),(22742,'Novi di Modena',NULL,1831),(22743,'Ozzano dell\'Emilia',NULL,1831),(22744,'Parma',NULL,1831),(22745,'Pavullo nel Frignano',NULL,1831),(22746,'Piacenza',NULL,1831),(22747,'Pianoro',NULL,1831),(22748,'Ponticino',NULL,1831),(22749,'Portomaggiore',NULL,1831),(22750,'Quattro Castella',NULL,1831),(22751,'Ravenna',NULL,1831),(22752,'Reggio nell\'Emilia',NULL,1831),(22753,'Reggiolo',NULL,1831),(22754,'Riccione',NULL,1831),(22755,'Rimini',NULL,1831),(22756,'Rottofreno',NULL,1831),(22757,'Rubiera',NULL,1831),(22758,'Russi',NULL,1831),(22759,'Salsomaggiore Terme',NULL,1831),(22760,'San Felice sul Panaro',NULL,1831),(22761,'San Giovanni in Persiceto',NULL,1831),(22762,'San Lazzaro di Savena',NULL,1831),(22763,'San Mauro Pascoli',NULL,1831),(22764,'San Pietro in Casale',NULL,1831),(22765,'Sant\'Ilario d\'Enza',NULL,1831),(22766,'Santarcangelo di Romagna',NULL,1831),(22767,'Sasso Marconi',NULL,1831),(22768,'Sassuolo',NULL,1831),(22769,'Savignano sul Panaro',NULL,1831),(22770,'Savignano sul Rubicone',NULL,1831),(22771,'Scandiano',NULL,1831),(22772,'Soliera',NULL,1831),(22773,'Sorbolo',NULL,1831),(22774,'Spilamberto',NULL,1831),(22775,'Verucchio',NULL,1831),(22776,'Vignola',NULL,1831),(22777,'Zola Predosa',NULL,1831),(22778,'Saint Agostino',NULL,1832),(22779,'Capalle',NULL,1833),(22780,'Firenze',NULL,1833),(22781,'Pelago',NULL,1833),(22782,'San Donnino',NULL,1833),(22783,'Scarperia',NULL,1833),(22784,'Scandicci',NULL,1834),(22785,'Sesto Fiorentino',NULL,1834),(22786,'Casalvieri',NULL,1837),(22787,'Frosinone',NULL,1837),(22788,'Sgurgola',NULL,1837),(22789,'Genoa',NULL,1838),(22790,'Moneglia',NULL,1838),(22791,'Romans d\'Isonzo',NULL,1839),(22792,'Savogna d\'Isonzo',NULL,1839),(22793,'Magliano de Marsi',NULL,1840),(22794,'Alatri',NULL,1841),(22795,'Albano Laziale',NULL,1841),(22796,'Anagni',NULL,1841),(22797,'Anguillara Sabazia',NULL,1841),(22798,'Anzio',NULL,1841),(22799,'Aprilia',NULL,1841),(22800,'Ardea',NULL,1841),(22801,'Ariccia',NULL,1841),(22802,'Artena',NULL,1841),(22803,'Boville Ernica',NULL,1841),(22804,'Bracciano',NULL,1841),(22805,'Campagnano di Roma',NULL,1841),(22806,'Cassino',NULL,1841),(22807,'Cave',NULL,1841),(22808,'Ceccano',NULL,1841),(22809,'Ceprano',NULL,1841),(22810,'Cerveteri',NULL,1841),(22811,'Ciampino',NULL,1841),(22812,'Cisterna',NULL,1841),(22813,'Civita Castellana',NULL,1841),(22814,'Civitavecchia',NULL,1841),(22815,'Colleferro',NULL,1841),(22816,'Cori',NULL,1841),(22817,'Fara in Sabina',NULL,1841),(22818,'Ferentino',NULL,1841),(22819,'Fiano Romano',NULL,1841),(22820,'Fiuggi',NULL,1841),(22821,'Fiumicino',NULL,1841),(22822,'Fondi',NULL,1841),(22823,'Fonte Nuova',NULL,1841),(22824,'Formello',NULL,1841),(22825,'Formia',NULL,1841),(22826,'Frascati',NULL,1841),(22827,'Frosinone',NULL,1841),(22828,'Gaeta',NULL,1841),(22829,'Genzano di Roma',NULL,1841),(22830,'Grottaferrata',NULL,1841),(22831,'Guidonia',NULL,1841),(22832,'Isola del Liri',NULL,1841),(22833,'Itri',NULL,1841),(22834,'Ladispoli',NULL,1841),(22835,'Lanuvio',NULL,1841),(22836,'Lariano',NULL,1841),(22837,'Latina',NULL,1841),(22838,'Marino',NULL,1841),(22839,'Mentana',NULL,1841),(22840,'Minturno',NULL,1841),(22841,'Monte San Giovanni Campano',NULL,1841),(22842,'Montefiascone',NULL,1841),(22843,'Monterotondo',NULL,1841),(22844,'Nettuno',NULL,1841),(22845,'Palestrina',NULL,1841),(22846,'Palombara Sabina',NULL,1841),(22847,'Pomezia',NULL,1841),(22848,'Pontecorvo',NULL,1841),(22849,'Pontinia',NULL,1841),(22850,'Priverno',NULL,1841),(22851,'Rieti',NULL,1841),(22852,'Rocca Priora',NULL,1841),(22853,'Rocca di Papa',NULL,1841),(22854,'Roma',NULL,1841),(22855,'Rome',NULL,1841),(22856,'Sabaudia',NULL,1841),(22857,'San Cesareo',NULL,1841),(22858,'Santa Marinella',NULL,1841),(22859,'Segni',NULL,1841),(22860,'Sezze',NULL,1841),(22861,'Sora',NULL,1841),(22862,'Soriano nel Cimino',NULL,1841),(22863,'Subiaco',NULL,1841),(22864,'Tarquinia',NULL,1841),(22865,'Terracina',NULL,1841),(22866,'Tivoli',NULL,1841),(22867,'Valmontone',NULL,1841),(22868,'Velletri',NULL,1841),(22869,'Veroli',NULL,1841),(22870,'Vetralla',NULL,1841),(22871,'Viterbo',NULL,1841),(22872,'Zagarolo',NULL,1841),(22873,'Acquarica del Capo',NULL,1842),(22874,'Airuno',NULL,1843),(22875,'Bosisio Parini',NULL,1843),(22876,'Lecco',NULL,1843),(22877,'Margno',NULL,1843),(22878,'Osnago',NULL,1843),(22879,'Sirone',NULL,1843),(22880,'Airuno',NULL,1844),(22881,'Bosisio Parini',NULL,1844),(22882,'Lecco',NULL,1844),(22883,'Margno',NULL,1844),(22884,'Osnago',NULL,1844),(22885,'Sirone',NULL,1844),(22886,'Alassio',NULL,1845),(22887,'Albenga',NULL,1845),(22888,'Albisola Superiore',NULL,1845),(22889,'Arcola',NULL,1845),(22890,'Arenzano',NULL,1845),(22891,'Bordighera',NULL,1845),(22892,'Borgonuovo',NULL,1845),(22893,'Cairo Montenotte',NULL,1845),(22894,'Chiavari',NULL,1845),(22895,'Cogoleto',NULL,1845),(22896,'Finale Ligure',NULL,1845),(22897,'Genova',NULL,1845),(22898,'Imperia',NULL,1845),(22899,'La Spezia',NULL,1845),(22900,'Lavagna',NULL,1845),(22901,'Lerici',NULL,1845),(22902,'Loano',NULL,1845),(22903,'Ortonovo',NULL,1845),(22904,'Pietra Ligure',NULL,1845),(22905,'Rapallo',NULL,1845),(22906,'Recco',NULL,1845),(22907,'San Remo',NULL,1845),(22908,'Santa Margherita Ligure',NULL,1845),(22909,'Santo Stefano di Magra',NULL,1845),(22910,'Sarzana',NULL,1845),(22911,'Savona',NULL,1845),(22912,'Sestri Levante',NULL,1845),(22913,'Taggia',NULL,1845),(22914,'Varazze',NULL,1845),(22915,'Ventimiglia',NULL,1845),(22916,'Somaglia',NULL,1846),(22917,'Abbiategrasso',NULL,1847),(22918,'Agrate Brianza',NULL,1847),(22919,'Albiate',NULL,1847),(22920,'Albino',NULL,1847),(22921,'Albizzate',NULL,1847),(22922,'Alzano Lombardo',NULL,1847),(22923,'Arcisate',NULL,1847),(22924,'Arconate',NULL,1847),(22925,'Arcore',NULL,1847),(22926,'Arese',NULL,1847),(22927,'Arluno',NULL,1847),(22928,'Asola',NULL,1847),(22929,'Bagnolo Mella',NULL,1847),(22930,'Ballabio',NULL,1847),(22931,'Bareggio',NULL,1847),(22932,'Basiglio',NULL,1847),(22933,'Bedizzole',NULL,1847),(22934,'Bergamo',NULL,1847),(22935,'Bernareggio',NULL,1847),(22936,'Besana in Brianza',NULL,1847),(22937,'Besozzo',NULL,1847),(22938,'Biassono',NULL,1847),(22939,'Bienate',NULL,1847),(22940,'Bollate',NULL,1847),(22941,'Botticino',NULL,1847),(22942,'Bovisio-Masciago',NULL,1847),(22943,'Brembilla',NULL,1847),(22944,'Brescia',NULL,1847),(22945,'Bresso',NULL,1847),(22946,'Broni',NULL,1847),(22947,'Brugherio',NULL,1847),(22948,'Buccinasco',NULL,1847),(22949,'Bussero',NULL,1847),(22950,'Busto Arsizio',NULL,1847),(22951,'Busto Garolfo',NULL,1847),(22952,'Cairate',NULL,1847),(22953,'Calcinato',NULL,1847),(22954,'Calolziocorte',NULL,1847),(22955,'Calusco d\'Adda',NULL,1847),(22956,'Canegrate',NULL,1847),(22957,'Cantu',NULL,1847),(22958,'Capriolo',NULL,1847),(22959,'Carate Brianza',NULL,1847),(22960,'Caravaggio',NULL,1847),(22961,'Cardano al Campo',NULL,1847),(22962,'Caronno Pertusella',NULL,1847),(22963,'Carpenedolo',NULL,1847),(22964,'Carugate',NULL,1847),(22965,'Carvico',NULL,1847),(22966,'Casalmaggiore',NULL,1847),(22967,'Casalpusterlengo',NULL,1847),(22968,'Casatenovo',NULL,1847),(22969,'Casazza',NULL,1847),(22970,'Casnigo',NULL,1847),(22971,'Cassano Magnago',NULL,1847),(22972,'Cassano d\'Adda',NULL,1847),(22973,'Cassina de\' Pecchi',NULL,1847),(22974,'Castano Primo',NULL,1847),(22975,'Castel Goffredo',NULL,1847),(22976,'Castel Mella',NULL,1847),(22977,'Castellanza',NULL,1847),(22978,'Castelleone',NULL,1847),(22979,'Castelli Calepio',NULL,1847),(22980,'Castenedolo',NULL,1847),(22981,'Castiglione delle Stiviere',NULL,1847),(22982,'Cazzago San Martino',NULL,1847),(22983,'Cene',NULL,1847),(22984,'Cermenate',NULL,1847),(22985,'Cernusco sul Naviglio',NULL,1847),(22986,'Cerro Maggiore',NULL,1847),(22987,'Cesano Boscone',NULL,1847),(22988,'Cesano Maderno',NULL,1847),(22989,'Cesate',NULL,1847),(22990,'Chiari',NULL,1847),(22991,'Cilavegna',NULL,1847),(22992,'Cinisello Balsamo',NULL,1847),(22993,'Cislago',NULL,1847),(22994,'Clusone',NULL,1847),(22995,'Codogno',NULL,1847),(22996,'Cologno Monzese',NULL,1847),(22997,'Cologno al Serio',NULL,1847),(22998,'Como',NULL,1847),(22999,'Concesio',NULL,1847),(23000,'Concorezzo',NULL,1847),(23001,'Corbetta',NULL,1847),(23002,'Cormano',NULL,1847),(23003,'Cornaredo',NULL,1847),(23004,'Cornate d\'Adda',NULL,1847),(23005,'Corsico',NULL,1847),(23006,'Corte dei Cortesi',NULL,1847),(23007,'Costa Volpino',NULL,1847),(23008,'Crema',NULL,1847),(23009,'Cremona',NULL,1847),(23010,'Crocetta',NULL,1847),(23011,'Curtatone',NULL,1847),(23012,'Cusano Milanino',NULL,1847),(23013,'Dalmine',NULL,1847),(23014,'Darfo',NULL,1847),(23015,'Desenzano del Garda',NULL,1847),(23016,'Desio',NULL,1847),(23017,'Erba',NULL,1847),(23018,'Fagnano Olona',NULL,1847),(23019,'Fino Mornasco',NULL,1847),(23020,'Gaggiano',NULL,1847),(23021,'Galbiate',NULL,1847),(23022,'Gallarate',NULL,1847),(23023,'Gambolo',NULL,1847),(23024,'Garbagnate Milanese',NULL,1847),(23025,'Gardone Val Trompia',NULL,1847),(23026,'Garlasco',NULL,1847),(23027,'Gavardo',NULL,1847),(23028,'Gavirate',NULL,1847),(23029,'Gerenzano',NULL,1847),(23030,'Ghedi',NULL,1847),(23031,'Giussano',NULL,1847),(23032,'Goito',NULL,1847),(23033,'Gonzaga',NULL,1847),(23034,'Gorgonzola',NULL,1847),(23035,'Gussago',NULL,1847),(23036,'Gussola',NULL,1847),(23037,'Induno Olona',NULL,1847),(23038,'Inveruno',NULL,1847),(23039,'Inzago',NULL,1847),(23040,'Iseo',NULL,1847),(23041,'Isola Dovarese',NULL,1847),(23042,'Lacchiarella',NULL,1847),(23043,'Lainate',NULL,1847),(23044,'Laveno-Mombello',NULL,1847),(23045,'Lecco',NULL,1847),(23046,'Leffe',NULL,1847),(23047,'Legnano',NULL,1847),(23048,'Leno',NULL,1847),(23049,'Lentate sul Seveso',NULL,1847),(23050,'Limbiate',NULL,1847),(23051,'Lissone',NULL,1847),(23052,'Locate di Triulzi',NULL,1847),(23053,'Lodi',NULL,1847),(23054,'Lomazzo',NULL,1847),(23055,'Lonate Pozzolo',NULL,1847),(23056,'Lonato',NULL,1847),(23057,'Luino',NULL,1847),(23058,'Lumezzane',NULL,1847),(23059,'Lurate Caccivio',NULL,1847),(23060,'Magenta',NULL,1847),(23061,'Malnate',NULL,1847),(23062,'Mandello del Lario',NULL,1847),(23063,'Manerbio',NULL,1847),(23064,'Mantova',NULL,1847),(23065,'Mariano Comense',NULL,1847),(23066,'Martinengo',NULL,1847),(23067,'Mazzano',NULL,1847),(23068,'Meda',NULL,1847),(23069,'Mediglia',NULL,1847),(23070,'Melegnano',NULL,1847),(23071,'Melzo',NULL,1847),(23072,'Merate',NULL,1847),(23073,'Milano',NULL,1847),(23074,'Molteno',NULL,1847),(23075,'Montichiari',NULL,1847),(23076,'Monza',NULL,1847),(23077,'Morbegno',NULL,1847),(23078,'Mornago',NULL,1847),(23079,'Mortara',NULL,1847),(23080,'Muggio',NULL,1847),(23081,'Nave',NULL,1847),(23082,'Nembro',NULL,1847),(23083,'Nerviano',NULL,1847),(23084,'Nova Milanese',NULL,1847),(23085,'Novate Milanese',NULL,1847),(23086,'Olgiate Comasco',NULL,1847),(23087,'Olgiate Olona',NULL,1847),(23088,'Opera',NULL,1847),(23089,'Orzinuovi',NULL,1847),(23090,'Osio Sotto',NULL,1847),(23091,'Ospitaletto',NULL,1847),(23092,'Paderno Dugnano',NULL,1847),(23093,'Palazzolo sull\'Oglio',NULL,1847),(23094,'Pandino',NULL,1847),(23095,'Parabiago',NULL,1847),(23096,'Paullo',NULL,1847),(23097,'Pavia',NULL,1847),(23098,'Pero',NULL,1847),(23099,'Peschiera Borromeo',NULL,1847),(23100,'Pessano con Bornago',NULL,1847),(23101,'Pieve Emanuele',NULL,1847),(23102,'Pioltello',NULL,1847),(23103,'Ponte Nossa',NULL,1847),(23104,'Ponte San Pietro',NULL,1847),(23105,'Porto Mantovano',NULL,1847),(23106,'Pozzolengo',NULL,1847),(23107,'Rescaldina',NULL,1847),(23108,'Rezzato',NULL,1847),(23109,'Rho',NULL,1847),(23110,'Rivarolo Mantovano',NULL,1847),(23111,'Rodano',NULL,1847),(23112,'Romano di Lombardia',NULL,1847),(23113,'Rovato',NULL,1847),(23114,'Rozzano',NULL,1847),(23115,'Saletto',NULL,1847),(23116,'Salo',NULL,1847),(23117,'Samarate',NULL,1847),(23118,'San Donato Milanese',NULL,1847),(23119,'San Giuliano Milanese',NULL,1847),(23120,'Sant\'Angelo Lodigiano',NULL,1847),(23121,'Sarezzo',NULL,1847),(23122,'Saronno',NULL,1847),(23123,'Scanzorosciate',NULL,1847),(23124,'Sedriano',NULL,1847),(23125,'Segrate',NULL,1847),(23126,'Senago',NULL,1847),(23127,'Seregno',NULL,1847),(23128,'Seriate',NULL,1847),(23129,'Sesto Calende',NULL,1847),(23130,'Sesto San Giovanni',NULL,1847),(23131,'Settimo Milanese',NULL,1847),(23132,'Seveso',NULL,1847),(23133,'Sirmione',NULL,1847),(23134,'Solaro',NULL,1847),(23135,'Somma Lombardo',NULL,1847),(23136,'Sondrio',NULL,1847),(23137,'Soresina',NULL,1847),(23138,'Sorisole',NULL,1847),(23139,'Stezzano',NULL,1847),(23140,'Stradella',NULL,1847),(23141,'Suzzara',NULL,1847),(23142,'Tirano',NULL,1847),(23143,'Tornata',NULL,1847),(23144,'Tradate',NULL,1847),(23145,'Travagliato',NULL,1847),(23146,'Treviglio',NULL,1847),(23147,'Treviolo',NULL,1847),(23148,'Trezzano sul Naviglio',NULL,1847),(23149,'Trezzo',NULL,1847),(23150,'Tromello',NULL,1847),(23151,'Uboldo',NULL,1847),(23152,'Urgnano',NULL,1847),(23153,'Usmate Velate',NULL,1847),(23154,'Valmadrera',NULL,1847),(23155,'Varedo',NULL,1847),(23156,'Varese',NULL,1847),(23157,'Verano Brianza',NULL,1847),(23158,'Vergiate',NULL,1847),(23159,'Viadana',NULL,1847),(23160,'Vigevano',NULL,1847),(23161,'Vignate',NULL,1847),(23162,'Villa Carcina',NULL,1847),(23163,'Villa Guardia',NULL,1847),(23164,'Villasanta',NULL,1847),(23165,'Vimercate',NULL,1847),(23166,'Vimodrone',NULL,1847),(23167,'Virgilio',NULL,1847),(23168,'Voghera',NULL,1847),(23169,'Zibido San Giacomo',NULL,1847),(23170,'Zogno',NULL,1847),(23171,'Barasso',NULL,1848),(23172,'Bergamo',NULL,1848),(23173,'Bolladello',NULL,1848),(23174,'Capergnanica',NULL,1848),(23175,'Costa Masnaga',NULL,1848),(23176,'Medolago',NULL,1848),(23177,'Nibionno',NULL,1848),(23178,'Rodano',NULL,1848),(23179,'Sordio',NULL,1848),(23180,'Torre d\'Isola',NULL,1848),(23181,'Varese',NULL,1848),(23182,'Villongo',NULL,1848),(23183,'milan',NULL,1848),(23184,'Colmurano',NULL,1849),(23185,'Monte San Giusto',NULL,1849),(23186,'Castel',NULL,1850),(23187,'Gazoldo',NULL,1850),(23188,'Marmirolo',NULL,1850),(23189,'Monzambano',NULL,1850),(23190,'Ostiglia',NULL,1850),(23191,'Pegognaga',NULL,1850),(23192,'Poggio Rusco',NULL,1850),(23193,'Quistello',NULL,1850),(23194,'Roverbella',NULL,1850),(23195,'Suzzara',NULL,1850),(23196,'Ancona',NULL,1851),(23197,'Ascoli Piceno',NULL,1851),(23198,'Barchi',NULL,1851),(23199,'Cagli',NULL,1851),(23200,'Castelfidardo',NULL,1851),(23201,'Chiaravalle',NULL,1851),(23202,'Cingoli',NULL,1851),(23203,'Civitanova Marche',NULL,1851),(23204,'Corridonia',NULL,1851),(23205,'Fabriano',NULL,1851),(23206,'Falconara Marittima',NULL,1851),(23207,'Fano',NULL,1851),(23208,'Fermo',NULL,1851),(23209,'Filottrano',NULL,1851),(23210,'Folignano',NULL,1851),(23211,'Fossombrone',NULL,1851),(23212,'Grottammare',NULL,1851),(23213,'Jesi',NULL,1851),(23214,'Loreto',NULL,1851),(23215,'Macerata',NULL,1851),(23216,'Matelica',NULL,1851),(23217,'Mondavio',NULL,1851),(23218,'Mondolfo',NULL,1851),(23219,'Montappone',NULL,1851),(23220,'Montecosaro',NULL,1851),(23221,'Montegranaro',NULL,1851),(23222,'Montemarciano',NULL,1851),(23223,'Monteprandone',NULL,1851),(23224,'Morrovalle',NULL,1851),(23225,'Osimo',NULL,1851),(23226,'Pesaro',NULL,1851),(23227,'Polverigi',NULL,1851),(23228,'Porto Recanati',NULL,1851),(23229,'Porto San Giorgio',NULL,1851),(23230,'Porto Sant\'Elpidio',NULL,1851),(23231,'Potenza Picena',NULL,1851),(23232,'Recanati',NULL,1851),(23233,'San Benedetto del Tronto',NULL,1851),(23234,'San Severino Marche',NULL,1851),(23235,'Sant\'Elpidio a Mare',NULL,1851),(23236,'Senigallia',NULL,1851),(23237,'Tolentino',NULL,1851),(23238,'Treia',NULL,1851),(23239,'Urbino',NULL,1851),(23240,'Cumiana',NULL,1852),(23241,'Giammoro',NULL,1852),(23242,'Assago',NULL,1853),(23243,'Besana in Brianza',NULL,1853),(23244,'Biassono',NULL,1853),(23245,'Burago Molgora',NULL,1853),(23246,'Cernusco Sul Naviglio',NULL,1853),(23247,'Cologno Monzese',NULL,1853),(23248,'Concorezzo',NULL,1853),(23249,'Cornaredo',NULL,1853),(23250,'Cuggiono',NULL,1853),(23251,'Cusago',NULL,1853),(23252,'Foro Buonaparte',NULL,1853),(23253,'Gessate',NULL,1853),(23254,'Gorgonzola',NULL,1853),(23255,'Liscate',NULL,1853),(23256,'Magenta',NULL,1853),(23257,'Milan',NULL,1853),(23258,'Noviglio',NULL,1853),(23259,'Passirana Di Rho',NULL,1853),(23260,'Pregnana Milane',NULL,1853),(23261,'San Donato Milanese',NULL,1853),(23262,'Seregno',NULL,1853),(23263,'Trezzo Sull\'adda',NULL,1853),(23264,'Tribiano',NULL,1853),(23265,'Vaprio d\'Adda',NULL,1853),(23266,'Vermezzo',NULL,1853),(23267,'Bomporto',NULL,1854),(23268,'Campogalliano',NULL,1854),(23269,'Cavezzo',NULL,1854),(23270,'Medolla',NULL,1854),(23271,'Nonantola',NULL,1854),(23272,'San Possidonio',NULL,1854),(23273,'Sassuolo',NULL,1854),(23274,'Spilamberto',NULL,1854),(23275,'Bojano',NULL,1855),(23276,'Campobasso',NULL,1855),(23277,'Cantalupo',NULL,1855),(23278,'Isernia',NULL,1855),(23279,'Termoli',NULL,1855),(23280,'Venafro',NULL,1855),(23281,'Montenegro',NULL,1857),(23282,'Forio d\'Ischia',NULL,1859),(23283,'Bogogno',NULL,1860),(23284,'Invorio',NULL,1860),(23285,'Pombia',NULL,1860),(23286,'Bagnoli di Sopra',NULL,1861),(23287,'Bovolenta',NULL,1861),(23288,'Casale Di Scodosia',NULL,1861),(23289,'Cervarese Santa Croce',NULL,1861),(23290,'Fontaniva',NULL,1861),(23291,'Galliera Veneta',NULL,1861),(23292,'Legnaro',NULL,1861),(23293,'Limena',NULL,1861),(23294,'Loreggia',NULL,1861),(23295,'Massanzago',NULL,1861),(23296,'Onara',NULL,1861),(23297,'Ponso',NULL,1861),(23298,'Portogallo',NULL,1861),(23299,'Tribano',NULL,1861),(23300,'Baganzola',NULL,1862),(23301,'Busseto',NULL,1862),(23302,'Casale Di Mezzani',NULL,1862),(23303,'Fontevivo',NULL,1862),(23304,'Solignano',NULL,1862),(23305,'Torrile',NULL,1862),(23306,'Codevilla',NULL,1863),(23307,'Marcignago',NULL,1863),(23308,'Pavia',NULL,1863),(23309,'Siziano',NULL,1863),(23310,'Pianello',NULL,1864),(23311,'Ponte Felcino',NULL,1864),(23312,'Zanica',NULL,1864),(23313,'Gradara',NULL,1865),(23314,'Monte Porzio',NULL,1865),(23315,'Pergola',NULL,1865),(23316,'Tavullia',NULL,1865),(23317,'Alseno',NULL,1866),(23318,'Gossolengo',NULL,1866),(23319,'Vigolzone',NULL,1866),(23320,'Armeno',NULL,1867),(23321,'Bergamasco',NULL,1867),(23322,'Caselette',NULL,1867),(23323,'Rosta',NULL,1867),(23324,'San Damiano',NULL,1867),(23325,'Spinetta Marengo',NULL,1867),(23326,'Acqui Terme',NULL,1868),(23327,'Alba',NULL,1868),(23328,'Alessandria',NULL,1868),(23329,'Alpignano',NULL,1868),(23330,'Andezeno',NULL,1868),(23331,'Andonno',NULL,1868),(23332,'Arona',NULL,1868),(23333,'Asti',NULL,1868),(23334,'Avigliana',NULL,1868),(23335,'Baveno',NULL,1868),(23336,'Beinasco',NULL,1868),(23337,'Bellinzago Novarese',NULL,1868),(23338,'Biella',NULL,1868),(23339,'Borgaro Torinese',NULL,1868),(23340,'Borgo San Dalmazzo',NULL,1868),(23341,'Borgomanero',NULL,1868),(23342,'Borgosesia',NULL,1868),(23343,'Boves',NULL,1868),(23344,'Bra',NULL,1868),(23345,'Busca',NULL,1868),(23346,'Cameri',NULL,1868),(23347,'Canelli',NULL,1868),(23348,'Carignano',NULL,1868),(23349,'Carmagnola',NULL,1868),(23350,'Casale Monferrato',NULL,1868),(23351,'Caselle Torinese',NULL,1868),(23352,'Castellamonte',NULL,1868),(23353,'Castelletto sopra Ticino',NULL,1868),(23354,'Chieri',NULL,1868),(23355,'Chivasso',NULL,1868),(23356,'Cirie',NULL,1868),(23357,'Collegno',NULL,1868),(23358,'Cossato',NULL,1868),(23359,'Cuneo',NULL,1868),(23360,'Cuorgne',NULL,1868),(23361,'Domodossola',NULL,1868),(23362,'Druento',NULL,1868),(23363,'Fossano',NULL,1868),(23364,'Galliate',NULL,1868),(23365,'Gassino Torinese',NULL,1868),(23366,'Gattinara',NULL,1868),(23367,'Giaveno',NULL,1868),(23368,'Grugliasco',NULL,1868),(23369,'Ivrea',NULL,1868),(23370,'Leini',NULL,1868),(23371,'Lusigliè',NULL,1868),(23372,'Marano Ticino',NULL,1868),(23373,'Mergozzo',NULL,1868),(23374,'Moncalieri',NULL,1868),(23375,'Mondovi',NULL,1868),(23376,'Mongrando',NULL,1868),(23377,'Nichelino',NULL,1868),(23378,'Nizza Monferrato',NULL,1868),(23379,'Novara',NULL,1868),(23380,'Novi Ligure',NULL,1868),(23381,'Oleggio',NULL,1868),(23382,'Omegna',NULL,1868),(23383,'Orbassano',NULL,1868),(23384,'Ovada',NULL,1868),(23385,'Pianezza',NULL,1868),(23386,'Pinerolo',NULL,1868),(23387,'Pino Torinese',NULL,1868),(23388,'Piossasco',NULL,1868),(23389,'Poirino',NULL,1868),(23390,'Racconigi',NULL,1868),(23391,'Rivalta di Torino',NULL,1868),(23392,'Rivarolo Canavese',NULL,1868),(23393,'Rivoli',NULL,1868),(23394,'Saluzzo',NULL,1868),(23395,'San Maurizio',NULL,1868),(23396,'San Mauro Torinese',NULL,1868),(23397,'Sandigliano',NULL,1868),(23398,'Santena',NULL,1868),(23399,'Santhia',NULL,1868),(23400,'Savigliano',NULL,1868),(23401,'Settimo Torinese',NULL,1868),(23402,'Torino',NULL,1868),(23403,'Tortona',NULL,1868),(23404,'Trecate',NULL,1868),(23405,'Trofarello',NULL,1868),(23406,'Valduggia',NULL,1868),(23407,'Valenza',NULL,1868),(23408,'Venaria Reale',NULL,1868),(23409,'Verbania',NULL,1868),(23410,'Vercelli',NULL,1868),(23411,'Vigliano Biellese',NULL,1868),(23412,'Vinovo',NULL,1868),(23413,'Volpiano',NULL,1868),(23414,'Perignano',NULL,1869),(23415,'Ponte a Egola',NULL,1869),(23416,'San Quirino',NULL,1870),(23417,'Latronico',NULL,1871),(23418,'Acquaviva delle Fonti',NULL,1872),(23419,'Adelfia',NULL,1872),(23420,'Alberobello',NULL,1872),(23421,'Altamura',NULL,1872),(23422,'Andria',NULL,1872),(23423,'Apricena',NULL,1872),(23424,'Aradeo',NULL,1872),(23425,'Bari',NULL,1872),(23426,'Barletta',NULL,1872),(23427,'Bisceglie',NULL,1872),(23428,'Bitetto',NULL,1872),(23429,'Bitonto',NULL,1872),(23430,'Bitritto',NULL,1872),(23431,'Brindisi',NULL,1872),(23432,'Campi Salentina',NULL,1872),(23433,'Canosa di Puglia',NULL,1872),(23434,'Capurso',NULL,1872),(23435,'Carmiano',NULL,1872),(23436,'Carovigno',NULL,1872),(23437,'Casamassima',NULL,1872),(23438,'Casarano',NULL,1872),(23439,'Cassano delle Murge',NULL,1872),(23440,'Castellana Grotte',NULL,1872),(23441,'Castellaneta',NULL,1872),(23442,'Cavallino',NULL,1872),(23443,'Ceglie Messapica',NULL,1872),(23444,'Cerignola',NULL,1872),(23445,'Cisternino',NULL,1872),(23446,'Conversano',NULL,1872),(23447,'Copertino',NULL,1872),(23448,'Corato',NULL,1872),(23449,'Crispiano',NULL,1872),(23450,'Cutrofiano',NULL,1872),(23451,'Erchie',NULL,1872),(23452,'Fasano',NULL,1872),(23453,'Foggia',NULL,1872),(23454,'Francavilla Fontana',NULL,1872),(23455,'Galatina',NULL,1872),(23456,'Galatone',NULL,1872),(23457,'Gallipoli',NULL,1872),(23458,'Ginosa',NULL,1872),(23459,'Gioia del Colle',NULL,1872),(23460,'Giovinazzo',NULL,1872),(23461,'Gravina in Puglia',NULL,1872),(23462,'Grottaglie',NULL,1872),(23463,'Grumo Appula',NULL,1872),(23464,'Laterza',NULL,1872),(23465,'Latiano',NULL,1872),(23466,'Lecce',NULL,1872),(23467,'Leverano',NULL,1872),(23468,'Lizzanello',NULL,1872),(23469,'Lizzano',NULL,1872),(23470,'Locorotondo',NULL,1872),(23471,'Lucera',NULL,1872),(23472,'Maglie',NULL,1872),(23473,'Manduria',NULL,1872),(23474,'Manfredonia',NULL,1872),(23475,'Margherita di Savoia',NULL,1872),(23476,'Martano',NULL,1872),(23477,'Martina Franca',NULL,1872),(23478,'Massafra',NULL,1872),(23479,'Matino',NULL,1872),(23480,'Melendugno',NULL,1872),(23481,'Mesagne',NULL,1872),(23482,'Minervino Murge',NULL,1872),(23483,'Modugno',NULL,1872),(23484,'Mola di Bari',NULL,1872),(23485,'Molfetta',NULL,1872),(23486,'Monopoli',NULL,1872),(23487,'Monte Sant\'Angelo',NULL,1872),(23488,'Monteroni di Lecce',NULL,1872),(23489,'Mottola',NULL,1872),(23490,'Nardo',NULL,1872),(23491,'Neviano',NULL,1872),(23492,'Noci',NULL,1872),(23493,'Noicattaro',NULL,1872),(23494,'Novoli',NULL,1872),(23495,'Oria',NULL,1872),(23496,'Orta Nova',NULL,1872),(23497,'Ostuni',NULL,1872),(23498,'Palagiano',NULL,1872),(23499,'Palo del Colle',NULL,1872),(23500,'Parabita',NULL,1872),(23501,'Polignano a Mare',NULL,1872),(23502,'Pulsano',NULL,1872),(23503,'Putignano',NULL,1872),(23504,'Putignano,',NULL,1872),(23505,'Racale',NULL,1872),(23506,'Ruffano',NULL,1872),(23507,'Rutigliano',NULL,1872),(23508,'Ruvo di Puglia',NULL,1872),(23509,'Salice Salentino',NULL,1872),(23510,'San Ferdinando di Puglia',NULL,1872),(23511,'San Giorgio Ionico',NULL,1872),(23512,'San Giovanni Rotondo',NULL,1872),(23513,'San Marco in Lamis',NULL,1872),(23514,'San Marzano di San Giuseppe',NULL,1872),(23515,'San Nicandro Garganico',NULL,1872),(23516,'San Pancrazio Salentino',NULL,1872),(23517,'San Pietro Vernotico',NULL,1872),(23518,'San Severo',NULL,1872),(23519,'San Vito dei Normanni',NULL,1872),(23520,'Sannicandro di Bari',NULL,1872),(23521,'Santeramo in Colle',NULL,1872),(23522,'Sava',NULL,1872),(23523,'Squinzano',NULL,1872),(23524,'Statte',NULL,1872),(23525,'Surbo',NULL,1872),(23526,'Taranto',NULL,1872),(23527,'Taurisano',NULL,1872),(23528,'Taviano',NULL,1872),(23529,'Terlizzi',NULL,1872),(23530,'Toritto',NULL,1872),(23531,'Torre Santa Susanna',NULL,1872),(23532,'Torremaggiore',NULL,1872),(23533,'Trani',NULL,1872),(23534,'Trepuzzi',NULL,1872),(23535,'Tricase',NULL,1872),(23536,'Triggiano',NULL,1872),(23537,'Trinitapoli',NULL,1872),(23538,'Turi',NULL,1872),(23539,'Ugento',NULL,1872),(23540,'Valenzano',NULL,1872),(23541,'Veglie',NULL,1872),(23542,'Vico del Gargano',NULL,1872),(23543,'Vieste',NULL,1872),(23544,'Villa Castelli',NULL,1872),(23545,'San Giovanni in Marignano',NULL,1874),(23546,'Torriana',NULL,1874),(23547,'Anzio',NULL,1875),(23548,'Atena Lucana',NULL,1876),(23549,'Castel San Giorgio',NULL,1876),(23550,'Fisciano',NULL,1876),(23551,'Giungano',NULL,1876),(23552,'Omignano',NULL,1876),(23553,'Alghero',NULL,1877),(23554,'Arzachena',NULL,1877),(23555,'Assemini',NULL,1877),(23556,'Cabras',NULL,1877),(23557,'Cagliari',NULL,1877),(23558,'Capoterra',NULL,1877),(23559,'Carbonia',NULL,1877),(23560,'Dorgali',NULL,1877),(23561,'Guspini',NULL,1877),(23562,'Iglesias',NULL,1877),(23563,'Ittiri',NULL,1877),(23564,'La Maddalena',NULL,1877),(23565,'Macomer',NULL,1877),(23566,'Monserrato',NULL,1877),(23567,'Nuoro',NULL,1877),(23568,'Olbia',NULL,1877),(23569,'Oristano',NULL,1877),(23570,'Ozieri',NULL,1877),(23571,'Porto Torres',NULL,1877),(23572,'Quartu Sant\'Elena',NULL,1877),(23573,'Quartucciu',NULL,1877),(23574,'San Gavino Monreale',NULL,1877),(23575,'Sanluri',NULL,1877),(23576,'Sant\'Antioco',NULL,1877),(23577,'Sassari',NULL,1877),(23578,'Selargius',NULL,1877),(23579,'Serramanna',NULL,1877),(23580,'Sestu',NULL,1877),(23581,'Siniscola',NULL,1877),(23582,'Sinnai',NULL,1877),(23583,'Sorso',NULL,1877),(23584,'Tempio Pausania',NULL,1877),(23585,'Terralba',NULL,1877),(23586,'Tortoli',NULL,1877),(23587,'Villacidro',NULL,1877),(23588,'Nule',NULL,1878),(23589,'Altare',NULL,1879),(23590,'Aci Castello',NULL,1880),(23591,'Aci Catena',NULL,1880),(23592,'Aci Sant\'Antonio',NULL,1880),(23593,'Acireale',NULL,1880),(23594,'Adrano',NULL,1880),(23595,'Agira',NULL,1880),(23596,'Agrigento',NULL,1880),(23597,'Alcamo',NULL,1880),(23598,'Altofonte',NULL,1880),(23599,'Aragona',NULL,1880),(23600,'Augusta',NULL,1880),(23601,'Avola',NULL,1880),(23602,'Bagheria',NULL,1880),(23603,'Barcellona',NULL,1880),(23604,'Barrafranca',NULL,1880),(23605,'Belmonte Mezzagno',NULL,1880),(23606,'Belpasso',NULL,1880),(23607,'Biancavilla',NULL,1880),(23608,'Bronte',NULL,1880),(23609,'Caccamo',NULL,1880),(23610,'Caltagirone',NULL,1880),(23611,'Caltanissetta',NULL,1880),(23612,'Campobello di Licata',NULL,1880),(23613,'Campobello di Mazara',NULL,1880),(23614,'Canicatti',NULL,1880),(23615,'Capaci',NULL,1880),(23616,'Capo d\'Orlando',NULL,1880),(23617,'Carini',NULL,1880),(23618,'Carlentini',NULL,1880),(23619,'Castelbuono',NULL,1880),(23620,'Casteldaccia',NULL,1880),(23621,'Castellammare del Golfo',NULL,1880),(23622,'Casteltermini',NULL,1880),(23623,'Castelvetrano',NULL,1880),(23624,'Catania',NULL,1880),(23625,'Catenanuova',NULL,1880),(23626,'Cefalu',NULL,1880),(23627,'Chiaramonte Gulfi',NULL,1880),(23628,'Cinisi',NULL,1880),(23629,'Comiso',NULL,1880),(23630,'Corleone',NULL,1880),(23631,'Enna',NULL,1880),(23632,'Erice',NULL,1880),(23633,'Favara',NULL,1880),(23634,'Ficarazzi',NULL,1880),(23635,'Fiumefreddo di Sicilia',NULL,1880),(23636,'Floridia',NULL,1880),(23637,'Francofonte',NULL,1880),(23638,'Gela',NULL,1880),(23639,'Giardini-Naxos',NULL,1880),(23640,'Giarre',NULL,1880),(23641,'Grammichele',NULL,1880),(23642,'Gravina di Catania',NULL,1880),(23643,'Ispica',NULL,1880),(23644,'Lentini',NULL,1880),(23645,'Leonforte',NULL,1880),(23646,'Licata',NULL,1880),(23647,'Lipari',NULL,1880),(23648,'Marsala',NULL,1880),(23649,'Mascali',NULL,1880),(23650,'Mascalucia',NULL,1880),(23651,'Mazara del Vallo',NULL,1880),(23652,'Mazzarino',NULL,1880),(23653,'Melilli',NULL,1880),(23654,'Menfi',NULL,1880),(23655,'Messina',NULL,1880),(23656,'Milazzo',NULL,1880),(23657,'Militello in Val di Catania',NULL,1880),(23658,'Misilmeri',NULL,1880),(23659,'Misterbianco',NULL,1880),(23660,'Modica',NULL,1880),(23661,'Monreale',NULL,1880),(23662,'Motta Sant\'Anastasia',NULL,1880),(23663,'Mussomeli',NULL,1880),(23664,'Naro',NULL,1880),(23665,'Nicosia',NULL,1880),(23666,'Niscemi',NULL,1880),(23667,'Noto',NULL,1880),(23668,'Paceco',NULL,1880),(23669,'Pachino',NULL,1880),(23670,'Palagonia',NULL,1880),(23671,'Palazzolo Acreide',NULL,1880),(23672,'Palermo',NULL,1880),(23673,'Palma di Montechiaro',NULL,1880),(23674,'Partanna',NULL,1880),(23675,'Partinico',NULL,1880),(23676,'Paterno',NULL,1880),(23677,'Patti',NULL,1880),(23678,'Pedara',NULL,1880),(23679,'Piazza Armerina',NULL,1880),(23680,'Porto Empedocle',NULL,1880),(23681,'Pozzallo',NULL,1880),(23682,'Priolo Gargallo',NULL,1880),(23683,'Racalmuto',NULL,1880),(23684,'Raffadali',NULL,1880),(23685,'Ragusa',NULL,1880),(23686,'Ramacca',NULL,1880),(23687,'Randazzo',NULL,1880),(23688,'Ravanusa',NULL,1880),(23689,'Ribera',NULL,1880),(23690,'Riesi',NULL,1880),(23691,'Riposto',NULL,1880),(23692,'Rosolini',NULL,1880),(23693,'Salemi',NULL,1880),(23694,'San Cataldo',NULL,1880),(23695,'San Giovanni Gemini',NULL,1880),(23696,'San Giovanni la Punta',NULL,1880),(23697,'San Giuseppe Jato',NULL,1880),(23698,'San Gregorio di Catania',NULL,1880),(23699,'Sant\'Agata di Militello',NULL,1880),(23700,'Sant\'Agata li Battiati',NULL,1880),(23701,'Santa Croce Camerina',NULL,1880),(23702,'Santa Flavia',NULL,1880),(23703,'Santa Teresa di Riva',NULL,1880),(23704,'Sciacca',NULL,1880),(23705,'Scicli',NULL,1880),(23706,'Scordia',NULL,1880),(23707,'Siracusa',NULL,1880),(23708,'Sortino',NULL,1880),(23709,'Taormina',NULL,1880),(23710,'Termini Imerese',NULL,1880),(23711,'Terrasini',NULL,1880),(23712,'Trabia',NULL,1880),(23713,'Trapani',NULL,1880),(23714,'Trecastagni',NULL,1880),(23715,'Tremestieri Etneo',NULL,1880),(23716,'Troina',NULL,1880),(23717,'Valderice',NULL,1880),(23718,'Valguarnera Caropepe',NULL,1880),(23719,'Villabate',NULL,1880),(23720,'Villafranca Tirrena',NULL,1880),(23721,'Vittoria',NULL,1880),(23722,'Zafferana Etnea',NULL,1880),(23723,'Monteriggioni',NULL,1881),(23724,'Monteroni d Arbia',NULL,1881),(23725,'Delebio',NULL,1882),(23726,'Talamona',NULL,1882),(23727,'Faggiano',NULL,1884),(23728,'Riva del Garda',NULL,1884),(23729,'Castilenti',NULL,1885),(23730,'Controguerra',NULL,1885),(23731,'Bruino',NULL,1886),(23732,'Busano',NULL,1886),(23733,'Buttigliera Alta',NULL,1886),(23734,'Cavour',NULL,1886),(23735,'Chieri',NULL,1886),(23736,'Colleretto Giacosa',NULL,1886),(23737,'Cuceglio',NULL,1886),(23738,'Giaveno',NULL,1886),(23739,'Mazze',NULL,1886),(23740,'Mercenasco',NULL,1886),(23741,'Piobesi',NULL,1886),(23742,'Rivoli',NULL,1886),(23743,'Robassomero',NULL,1886),(23744,'Scarmagno',NULL,1886),(23745,'Strambino',NULL,1886),(23746,'Turin',NULL,1886),(23747,'Villar Perosa',NULL,1886),(23748,'Volpiano',NULL,1886),(23749,'Agliana',NULL,1887),(23750,'Altopascio',NULL,1887),(23751,'Anghiari',NULL,1887),(23752,'Arezzo',NULL,1887),(23753,'Aulla',NULL,1887),(23754,'Bagno a Ripoli',NULL,1887),(23755,'Barberino di Mugello',NULL,1887),(23756,'Barga',NULL,1887),(23757,'Bibbiena',NULL,1887),(23758,'Borgo San Lorenzo',NULL,1887),(23759,'Bucine',NULL,1887),(23760,'Buggiano',NULL,1887),(23761,'Calcinaia',NULL,1887),(23762,'Calenzano',NULL,1887),(23763,'Camaiore',NULL,1887),(23764,'Campi Bisenzio',NULL,1887),(23765,'Campiglia Marittima',NULL,1887),(23766,'Capannori',NULL,1887),(23767,'Cappelle',NULL,1887),(23768,'Capraia',NULL,1887),(23769,'Carmignano',NULL,1887),(23770,'Carrara',NULL,1887),(23771,'Cascina',NULL,1887),(23772,'Castagneto Carducci',NULL,1887),(23773,'Castelfiorentino',NULL,1887),(23774,'Castelfranco di Sotto',NULL,1887),(23775,'Castiglion Fiorentino',NULL,1887),(23776,'Cecina',NULL,1887),(23777,'Cerreto Guidi',NULL,1887),(23778,'Certaldo',NULL,1887),(23779,'Chiesina Uzzanese',NULL,1887),(23780,'Chiusi',NULL,1887),(23781,'Civitella in Val di Chiana',NULL,1887),(23782,'Colle di Val d\'Elsa',NULL,1887),(23783,'Collesalvetti',NULL,1887),(23784,'Cortona',NULL,1887),(23785,'Empoli',NULL,1887),(23786,'Fiesole',NULL,1887),(23787,'Figline Valdarno',NULL,1887),(23788,'Firenze',NULL,1887),(23789,'Fivizzano',NULL,1887),(23790,'Florence',NULL,1887),(23791,'Foiano della Chiana',NULL,1887),(23792,'Follonica',NULL,1887),(23793,'Forte dei Marmi',NULL,1887),(23794,'Fucecchio',NULL,1887),(23795,'Gavorrano',NULL,1887),(23796,'Greve in Chianti',NULL,1887),(23797,'Grosseto',NULL,1887),(23798,'Impruneta',NULL,1887),(23799,'Lari',NULL,1887),(23800,'Lastra a Signa',NULL,1887),(23801,'Livorno',NULL,1887),(23802,'Lucca',NULL,1887),(23803,'Massa',NULL,1887),(23804,'Massa Marittima',NULL,1887),(23805,'Massarosa',NULL,1887),(23806,'Monsummano Terme',NULL,1887),(23807,'Montale',NULL,1887),(23808,'Monte Argentario',NULL,1887),(23809,'Monte San Savino',NULL,1887),(23810,'Montecatini-Terme',NULL,1887),(23811,'Montelupo Fiorentino',NULL,1887),(23812,'Montemurlo',NULL,1887),(23813,'Montepulciano',NULL,1887),(23814,'Montespertoli',NULL,1887),(23815,'Montevarchi',NULL,1887),(23816,'Montignoso',NULL,1887),(23817,'Montopoli in Val d\'Arno',NULL,1887),(23818,'Orbetello',NULL,1887),(23819,'Pescia',NULL,1887),(23820,'Pietrasanta',NULL,1887),(23821,'Pieve a Nievole',NULL,1887),(23822,'Piombino',NULL,1887),(23823,'Pisa',NULL,1887),(23824,'Pistoia',NULL,1887),(23825,'Poggibonsi',NULL,1887),(23826,'Poggio a Caiano',NULL,1887),(23827,'Ponsacco',NULL,1887),(23828,'Pontassieve',NULL,1887),(23829,'Pontedera',NULL,1887),(23830,'Ponticino',NULL,1887),(23831,'Pontremoli',NULL,1887),(23832,'Portoferraio',NULL,1887),(23833,'Prato',NULL,1887),(23834,'Quarrata',NULL,1887),(23835,'Reggello',NULL,1887),(23836,'Rignano',NULL,1887),(23837,'Roccastrada',NULL,1887),(23838,'Rosignano Marittimo',NULL,1887),(23839,'San Casciano',NULL,1887),(23840,'San Giovanni Valdarno',NULL,1887),(23841,'San Giuliano Terme',NULL,1887),(23842,'San Miniato',NULL,1887),(23843,'Sansepolcro',NULL,1887),(23844,'Santa Croce sull\'Arno',NULL,1887),(23845,'Santa Maria a Monte',NULL,1887),(23846,'Scandicci',NULL,1887),(23847,'Seravezza',NULL,1887),(23848,'Serravalle Pistoiese',NULL,1887),(23849,'Sesto Fiorentino',NULL,1887),(23850,'Siena',NULL,1887),(23851,'Signa',NULL,1887),(23852,'Sinalunga',NULL,1887),(23853,'Sovicille',NULL,1887),(23854,'Terranuova Bracciolini',NULL,1887),(23855,'Vaiano',NULL,1887),(23856,'Varna',NULL,1887),(23857,'Vecchiano',NULL,1887),(23858,'Viareggio',NULL,1887),(23859,'Vinci',NULL,1887),(23860,'Volterra',NULL,1887),(23861,'Guarrato',NULL,1888),(23862,' San Giorgio',NULL,1890),(23863,'Dro',NULL,1890),(23864,'Asolo',NULL,1891),(23865,'Conegliano',NULL,1891),(23866,'Cordignano',NULL,1891),(23867,'Gaiarine',NULL,1891),(23868,'Ormelle',NULL,1891),(23869,'Possagno',NULL,1891),(23870,'Revine Lago',NULL,1891),(23871,'Basiliano',NULL,1892),(23872,'Bicinicco',NULL,1892),(23873,'Buttrio',NULL,1892),(23874,'Coseano',NULL,1892),(23875,'Pradamano',NULL,1892),(23876,'San Giovanni al Natisone',NULL,1892),(23877,'Torreano',NULL,1892),(23878,'Amelia',NULL,1893),(23879,'Assisi',NULL,1893),(23880,'Bastia Umbra',NULL,1893),(23881,'Castiglione del Lago',NULL,1893),(23882,'Citta di Castello',NULL,1893),(23883,'Corciano',NULL,1893),(23884,'Deruta',NULL,1893),(23885,'Foligno',NULL,1893),(23886,'Gualdo Tadino',NULL,1893),(23887,'Gubbio',NULL,1893),(23888,'Magione',NULL,1893),(23889,'Marsciano',NULL,1893),(23890,'Narni',NULL,1893),(23891,'Orvieto',NULL,1893),(23892,'Perugia',NULL,1893),(23893,'San Giustino',NULL,1893),(23894,'Spello',NULL,1893),(23895,'Spoleto',NULL,1893),(23896,'Terni',NULL,1893),(23897,'Todi',NULL,1893),(23898,'Umbertide',NULL,1893),(23899,'Arsago Seprio',NULL,1895),(23900,'Busto Arsizio',NULL,1895),(23901,'Cassano Magnago',NULL,1895),(23902,'Gazzada',NULL,1895),(23903,'Oggiona Con Santo Stefano',NULL,1895),(23904,'Solbiate Arno',NULL,1895),(23905,'Solbiate Olona',NULL,1895),(23906,'Ternate',NULL,1895),(23907,'Venegono Inferiore',NULL,1895),(23908,'Abano Terme',NULL,1896),(23909,'Adria',NULL,1896),(23910,'Albignasego',NULL,1896),(23911,'Altavilla Vicentina',NULL,1896),(23912,'Arzignano',NULL,1896),(23913,'Badia Polesine',NULL,1896),(23914,'Bassano del Grappa',NULL,1896),(23915,'Belfiore',NULL,1896),(23916,'Belluno',NULL,1896),(23917,'Borso del Grappa',NULL,1896),(23918,'Bovolone',NULL,1896),(23919,'Bussolengo',NULL,1896),(23920,'Cadoneghe',NULL,1896),(23921,'Caldogno',NULL,1896),(23922,'Camisano Vicentino',NULL,1896),(23923,'Campodarsego',NULL,1896),(23924,'Campolongo Maggiore',NULL,1896),(23925,'Camponogara',NULL,1896),(23926,'Camposampiero',NULL,1896),(23927,'Caorle',NULL,1896),(23928,'Carbonera',NULL,1896),(23929,'Casale sul Sile',NULL,1896),(23930,'Casier',NULL,1896),(23931,'Cassola',NULL,1896),(23932,'Castel d\'Azzano',NULL,1896),(23933,'Castelfranco Veneto',NULL,1896),(23934,'Castello di Godego',NULL,1896),(23935,'Castelnuovo del Garda',NULL,1896),(23936,'Cavallino-Treporti',NULL,1896),(23937,'Cavarzere',NULL,1896),(23938,'Cerea',NULL,1896),(23939,'Chiampo',NULL,1896),(23940,'Chioggia',NULL,1896),(23941,'Cittadella',NULL,1896),(23942,'Colombano',NULL,1896),(23943,'Concordia Sagittaria',NULL,1896),(23944,'Conegliano',NULL,1896),(23945,'Conselve',NULL,1896),(23946,'Cornedo Vicentino',NULL,1896),(23947,'Creazzo',NULL,1896),(23948,'Dolo',NULL,1896),(23949,'Due Carrare',NULL,1896),(23950,'Dueville',NULL,1896),(23951,'Eraclea',NULL,1896),(23952,'Este',NULL,1896),(23953,'Feltre',NULL,1896),(23954,'Galzignano Terme',NULL,1896),(23955,'Grezzana',NULL,1896),(23956,'Iesolo',NULL,1896),(23957,'Isola Vicentina',NULL,1896),(23958,'Isola della Scala',NULL,1896),(23959,'Jesolo',NULL,1896),(23960,'Legnago',NULL,1896),(23961,'Lendinara',NULL,1896),(23962,'Lonigo',NULL,1896),(23963,'Malo',NULL,1896),(23964,'Marano Vicentino',NULL,1896),(23965,'Marcon',NULL,1896),(23966,'Marostica',NULL,1896),(23967,'Martellago',NULL,1896),(23968,'Mestrino',NULL,1896),(23969,'Mira',NULL,1896),(23970,'Mirano',NULL,1896),(23971,'Mogliano Veneto',NULL,1896),(23972,'Monselice',NULL,1896),(23973,'Montagnana',NULL,1896),(23974,'Montebelluna',NULL,1896),(23975,'Montecchio Maggiore',NULL,1896),(23976,'Montegrotto Terme',NULL,1896),(23977,'Monticello Conte Otto',NULL,1896),(23978,'Motta di Livenza',NULL,1896),(23979,'Murano',NULL,1896),(23980,'Musile di Piave',NULL,1896),(23981,'Mussolente',NULL,1896),(23982,'Negrar',NULL,1896),(23983,'Noale',NULL,1896),(23984,'Noventa Padovana',NULL,1896),(23985,'Noventa Vicentina',NULL,1896),(23986,'Occhiobello',NULL,1896),(23987,'Oderzo',NULL,1896),(23988,'Ormelle',NULL,1896),(23989,'Padova',NULL,1896),(23990,'Padua',NULL,1896),(23991,'Paese',NULL,1896),(23992,'Pescantina',NULL,1896),(23993,'Peschiera del Garda',NULL,1896),(23994,'Pianiga',NULL,1896),(23995,'Piazzola sul Brenta',NULL,1896),(23996,'Pieve di Soligo',NULL,1896),(23997,'Pievebelvicino',NULL,1896),(23998,'Piombino Dese',NULL,1896),(23999,'Piove di Sacco',NULL,1896),(24000,'Ponte San Nicolo',NULL,1896),(24001,'Ponzano Veneto',NULL,1896),(24002,'Porto Tolle',NULL,1896),(24003,'Porto Viro',NULL,1896),(24004,'Portogruaro',NULL,1896),(24005,'Preganziol',NULL,1896),(24006,'Quinto di Treviso',NULL,1896),(24007,'Riese Pio X',NULL,1896),(24008,'Romano dEzzelino',NULL,1896),(24009,'Roncade',NULL,1896),(24010,'Rosa',NULL,1896),(24011,'Rovigo',NULL,1896),(24012,'Rubano',NULL,1896),(24013,'Salzano',NULL,1896),(24014,'San Biagio di Callalta',NULL,1896),(24015,'San Bonifacio',NULL,1896),(24016,'San Dona di Piave',NULL,1896),(24017,'San Giovanni Lupatoto',NULL,1896),(24018,'San Martino Buon Albergo',NULL,1896),(24019,'San Martino di Lupari',NULL,1896),(24020,'San Michele al Tagliamento',NULL,1896),(24021,'San Pietro in Cariano',NULL,1896),(24022,'San Vendemiano',NULL,1896),(24023,'Sant\'Ambrogio',NULL,1896),(24024,'Santa Maria di Sala',NULL,1896),(24025,'Santo Stino di Livenza',NULL,1896),(24026,'Santorso',NULL,1896),(24027,'Saonara',NULL,1896),(24028,'Sarcedo',NULL,1896),(24029,'Schio',NULL,1896),(24030,'Scorze',NULL,1896),(24031,'Sedico',NULL,1896),(24032,'Selvazzano Dentro',NULL,1896),(24033,'Silea',NULL,1896),(24034,'Sivizzo',NULL,1896),(24035,'Sommacampagna',NULL,1896),(24036,'Sona',NULL,1896),(24037,'Spinea',NULL,1896),(24038,'Spresiano',NULL,1896),(24039,'Susegana',NULL,1896),(24040,'Taglio di Po',NULL,1896),(24041,'Teolo',NULL,1896),(24042,'Tezze sul Brenta',NULL,1896),(24043,'Thiene',NULL,1896),(24044,'Torri di Quartesolo',NULL,1896),(24045,'Trebaseleghe',NULL,1896),(24046,'Trevignano',NULL,1896),(24047,'Treviso',NULL,1896),(24048,'Trissino',NULL,1896),(24049,'Valdagno',NULL,1896),(24050,'Valdobbiadene',NULL,1896),(24051,'Valeggio sul Mincio',NULL,1896),(24052,'Vedelago',NULL,1896),(24053,'Venezia',NULL,1896),(24054,'Venice',NULL,1896),(24055,'Verona',NULL,1896),(24056,'Vicenza',NULL,1896),(24057,'Vigodarzere',NULL,1896),(24058,'Vigonovo',NULL,1896),(24059,'Vigonza',NULL,1896),(24060,'Villafranca di Verona',NULL,1896),(24061,'Villorba',NULL,1896),(24062,'Vittorio Veneto',NULL,1896),(24063,'Volpago del Montello',NULL,1896),(24064,'Zane',NULL,1896),(24065,'Zero Branco',NULL,1896),(24066,'Zevio',NULL,1896),(24067,'Cona',NULL,1897),(24068,'Marghera',NULL,1897),(24069,'Oriago di Mira',NULL,1897),(24070,'Tessera',NULL,1897),(24071,'Piedimulera',NULL,1898),(24072,'Crescentino',NULL,1899),(24073,'Moncrivello',NULL,1899),(24074,'Rovasenda',NULL,1899),(24075,'Trino',NULL,1899),(24076,' Valeggio Sul Mincio',NULL,1900),(24077,'Cadidavid',NULL,1900),(24078,'Colognola ai Colli',NULL,1900),(24079,'Pastrengo',NULL,1900),(24080,'Valgatara',NULL,1900),(24081,' Montebello Vicentino',NULL,1901),(24082,'Alonte',NULL,1901),(24083,'Arcugnano',NULL,1901),(24084,'Arzignano',NULL,1901),(24085,'Barbarano Vicentino',NULL,1901),(24086,'Breganze',NULL,1901),(24087,'Brendola',NULL,1901),(24088,'Bressanvido',NULL,1901),(24089,'Carre',NULL,1901),(24090,'Castelgomberto',NULL,1901),(24091,'Costabissara',NULL,1901),(24092,'Grumolo delle Abbadesse',NULL,1901),(24093,'Piovene Rocchette',NULL,1901),(24094,'Povolaro',NULL,1901),(24095,'Rossano Veneto',NULL,1901),(24096,'San Pietro di Rosa',NULL,1901),(24097,'San Vito di Leguzzano',NULL,1901),(24098,'Sandrigo',NULL,1901),(24099,'Thiene',NULL,1901),(24100,'Torrebelvicino',NULL,1901),(24101,'Torri di Quartesolo',NULL,1901),(24102,'Villaverla',NULL,1901),(24103,'Nepi',NULL,1902),(24104,'May Pen',NULL,1904),(24105,'Lucea',NULL,1905),(24106,'Kingston',NULL,1906),(24107,'Mandeville',NULL,1907),(24108,'Port Antonio',NULL,1908),(24109,'Albert Town',NULL,1916),(24110,'Falmouth',NULL,1916),(24111,'Savanna la Mar',NULL,1917),(24112,'Agui',NULL,1918),(24113,'Anjo',NULL,1918),(24114,'Atsumi',NULL,1918),(24115,'Bisai',NULL,1918),(24116,'Chiryu',NULL,1918),(24117,'Chita',NULL,1918),(24118,'Fujioka',NULL,1918),(24119,'Fuso',NULL,1918),(24120,'Gamagori',NULL,1918),(24121,'Handa',NULL,1918),(24122,'Hekinan',NULL,1918),(24123,'Higashiura',NULL,1918),(24124,'Ichinomiya',NULL,1918),(24125,'Inazawa',NULL,1918),(24126,'Inuyama',NULL,1918),(24127,'Isshiki',NULL,1918),(24128,'Iwakura',NULL,1918),(24129,'Jimokuji',NULL,1918),(24130,'Kanie',NULL,1918),(24131,'Kariya',NULL,1918),(24132,'Kasugai',NULL,1918),(24133,'Kira',NULL,1918),(24134,'Kisogawa',NULL,1918),(24135,'Komaki',NULL,1918),(24136,'Konan',NULL,1918),(24137,'Kota',NULL,1918),(24138,'Kozakai',NULL,1918),(24139,'Mihama',NULL,1918),(24140,'Minamichita',NULL,1918),(24141,'Miwa',NULL,1918),(24142,'Miyoshi',NULL,1918),(24143,'Nagakute',NULL,1918),(24144,'Nagoya',NULL,1918),(24145,'Nishiharu',NULL,1918),(24146,'Nishio',NULL,1918),(24147,'Nisshin',NULL,1918),(24148,'Obu',NULL,1918),(24149,'Oharu',NULL,1918),(24150,'Okazaki',NULL,1918),(24151,'Owariashi',NULL,1918),(24152,'Saori',NULL,1918),(24153,'Saya',NULL,1918),(24154,'Seto',NULL,1918),(24155,'Shikatsu',NULL,1918),(24156,'Shinshiro',NULL,1918),(24157,'Shippo',NULL,1918),(24158,'Sobue',NULL,1918),(24159,'Tahara',NULL,1918),(24160,'Takahama',NULL,1918),(24161,'Taketoyo',NULL,1918),(24162,'Togo',NULL,1918),(24163,'Tokai',NULL,1918),(24164,'Tokoname',NULL,1918),(24165,'Toyoake',NULL,1918),(24166,'Toyohashi',NULL,1918),(24167,'Toyokawa',NULL,1918),(24168,'Toyota',NULL,1918),(24169,'Tsushima',NULL,1918),(24170,'Yatomi',NULL,1918),(24171,'Akita',NULL,1919),(24172,'Honjo',NULL,1919),(24173,'Kazuno',NULL,1919),(24174,'Noshiro',NULL,1919),(24175,'Odate',NULL,1919),(24176,'Oga',NULL,1919),(24177,'Omagari',NULL,1919),(24178,'Takanosu',NULL,1919),(24179,'Tenno',NULL,1919),(24180,'Ugo',NULL,1919),(24181,'Yokote',NULL,1919),(24182,'Yuzawa',NULL,1919),(24183,'Aomori',NULL,1920),(24184,'Goshogawara',NULL,1920),(24185,'Hachinohe',NULL,1920),(24186,'Hiraka',NULL,1920),(24187,'Hirosaki',NULL,1920),(24188,'Kizukuri',NULL,1920),(24189,'Kuroishi',NULL,1920),(24190,'Misawa',NULL,1920),(24191,'Mutsu',NULL,1920),(24192,'Namioka',NULL,1920),(24193,'Towada',NULL,1920),(24194,'Abiko',NULL,1921),(24195,'Asahi',NULL,1921),(24196,'Chiba',NULL,1921),(24197,'Choshi',NULL,1921),(24198,'Funabashi',NULL,1921),(24199,'Fussa',NULL,1921),(24200,'Futtsu',NULL,1921),(24201,'Ichihara',NULL,1921),(24202,'Ichikawa',NULL,1921),(24203,'Inzai',NULL,1921),(24204,'Kamagaya',NULL,1921),(24205,'Kamogawa',NULL,1921),(24206,'Kashiwa',NULL,1921),(24207,'Katsuura',NULL,1921),(24208,'Kimitsu',NULL,1921),(24209,'Kisarazu',NULL,1921),(24210,'Kujukuri',NULL,1921),(24211,'Matsudo',NULL,1921),(24212,'Mobara',NULL,1921),(24213,'Nagareyama',NULL,1921),(24214,'Narashino',NULL,1921),(24215,'Narita',NULL,1921),(24216,'Naruto',NULL,1921),(24217,'Noda',NULL,1921),(24218,'Oamishirasato',NULL,1921),(24219,'Ohara',NULL,1921),(24220,'Omigawa',NULL,1921),(24221,'Sakae',NULL,1921),(24222,'Sakura',NULL,1921),(24223,'Sambu',NULL,1921),(24224,'Sawara',NULL,1921),(24225,'Sekiyado',NULL,1921),(24226,'Shiroi',NULL,1921),(24227,'Shisui',NULL,1921),(24228,'Shonan',NULL,1921),(24229,'Sodegaura',NULL,1921),(24230,'Tateyama',NULL,1921),(24231,'Togane',NULL,1921),(24232,'Tomisato',NULL,1921),(24233,'Urayasu',NULL,1921),(24234,'Yachimata',NULL,1921),(24235,'Yachiyo',NULL,1921),(24236,'Yokaichiba',NULL,1921),(24237,'Yotsukaido',NULL,1921),(24238,'Hojo',NULL,1922),(24239,'Imabari',NULL,1922),(24240,'Iyo',NULL,1922),(24241,'Iyomishima',NULL,1922),(24242,'Kawanoe',NULL,1922),(24243,'Masaki',NULL,1922),(24244,'Matsuyama',NULL,1922),(24245,'Niihama',NULL,1922),(24246,'Ozu',NULL,1922),(24247,'Saijo',NULL,1922),(24248,'Shigenobu',NULL,1922),(24249,'Tobe',NULL,1922),(24250,'Toyo',NULL,1922),(24251,'Uwajima',NULL,1922),(24252,'Yawatahama',NULL,1922),(24253,'Fukui',NULL,1923),(24254,'Harue',NULL,1923),(24255,'Katsuyama',NULL,1923),(24256,'Maruoka',NULL,1923),(24257,'Mikuni',NULL,1923),(24258,'Obama',NULL,1923),(24259,'Ono',NULL,1923),(24260,'Sabae',NULL,1923),(24261,'Takefu',NULL,1923),(24262,'Tsuruga',NULL,1923),(24263,'Amagi',NULL,1924),(24264,'Buzen',NULL,1924),(24265,'Chikugo',NULL,1924),(24266,'Chikushino',NULL,1924),(24267,'Dazaifu',NULL,1924),(24268,'Fukuma',NULL,1924),(24269,'Fukuoka',NULL,1924),(24270,'Hirokawa',NULL,1924),(24271,'Honami',NULL,1924),(24272,'Iizuka',NULL,1924),(24273,'Inatsuki',NULL,1924),(24274,'Kanda',NULL,1924),(24275,'Kasuga',NULL,1924),(24276,'Kasuya',NULL,1924),(24277,'Kawasaki',NULL,1924),(24278,'Kitakyushu',NULL,1924),(24279,'Koga',NULL,1924),(24280,'Kurate',NULL,1924),(24281,'Kurume',NULL,1924),(24282,'Maebaru',NULL,1924),(24283,'Miyata',NULL,1924),(24284,'Mizumaki',NULL,1924),(24285,'Munakata',NULL,1924),(24286,'Nakagawa',NULL,1924),(24287,'Nakama',NULL,1924),(24288,'Nogata',NULL,1924),(24289,'Ogori',NULL,1924),(24290,'Okagaki',NULL,1924),(24291,'Okawa',NULL,1924),(24292,'Omuta',NULL,1924),(24293,'Onojo',NULL,1924),(24294,'Sasaguri',NULL,1924),(24295,'Setaka',NULL,1924),(24296,'Shime',NULL,1924),(24297,'Shingu',NULL,1924),(24298,'Sue',NULL,1924),(24299,'Tagawa',NULL,1924),(24300,'Tanushimaru',NULL,1924),(24301,'Umi',NULL,1924),(24302,'Yamada',NULL,1924),(24303,'Yame',NULL,1924),(24304,'Yanagawa',NULL,1924),(24305,'Yukuhashi',NULL,1924),(24306,'Aizubange',NULL,1925),(24307,'Aizuwakamatsu',NULL,1925),(24308,'Fukushima',NULL,1925),(24309,'Funehiki',NULL,1925),(24310,'Haramachi',NULL,1925),(24311,'Hobara',NULL,1925),(24312,'Inawashiro',NULL,1925),(24313,'Ishikawa',NULL,1925),(24314,'Iwaki',NULL,1925),(24315,'Kawamata',NULL,1925),(24316,'Kitakata',NULL,1925),(24317,'Koriyama',NULL,1925),(24318,'Miharu',NULL,1925),(24319,'Motomiya',NULL,1925),(24320,'Namie',NULL,1925),(24321,'Nihommatsu',NULL,1925),(24322,'Shirakawa',NULL,1925),(24323,'Soma',NULL,1925),(24324,'Sukagawa',NULL,1925),(24325,'Yanagawa',NULL,1925),(24326,'Ena',NULL,1926),(24327,'Gifu',NULL,1926),(24328,'Ginan',NULL,1926),(24329,'Godo',NULL,1926),(24330,'Hashima',NULL,1926),(24331,'Hozumi',NULL,1926),(24332,'Ibigawa',NULL,1926),(24333,'Ikeda',NULL,1926),(24334,'Kakamigahara',NULL,1926),(24335,'Kani',NULL,1926),(24336,'Kasamatsu',NULL,1926),(24337,'Mino',NULL,1926),(24338,'Minokamo',NULL,1926),(24339,'Mitake',NULL,1926),(24340,'Mizunami',NULL,1926),(24341,'Nakatsugawa',NULL,1926),(24342,'Ogaki',NULL,1926),(24343,'Ono',NULL,1926),(24344,'Seki',NULL,1926),(24345,'Tajimi',NULL,1926),(24346,'Takayama',NULL,1926),(24347,'Tarui',NULL,1926),(24348,'Toki',NULL,1926),(24349,'Yoro',NULL,1926),(24350,'Annaka',NULL,1927),(24351,'Azuma',NULL,1927),(24352,'Fujimi',NULL,1927),(24353,'Fujioka',NULL,1927),(24354,'Gumma',NULL,1927),(24355,'Haruna',NULL,1927),(24356,'Isesaki',NULL,1927),(24357,'Kasakake',NULL,1927),(24358,'Kiryu',NULL,1927),(24359,'Maebashi',NULL,1927),(24360,'Nakanojo',NULL,1927),(24361,'Nitta',NULL,1927),(24362,'Numata',NULL,1927),(24363,'Oizumi',NULL,1927),(24364,'Omama',NULL,1927),(24365,'Ora',NULL,1927),(24366,'Ota',NULL,1927),(24367,'Sakai',NULL,1927),(24368,'Shibukawa',NULL,1927),(24369,'Takasaki',NULL,1927),(24370,'Tamamura',NULL,1927),(24371,'Tatebayashi',NULL,1927),(24372,'Tomioka',NULL,1927),(24373,'Yoshii',NULL,1927),(24374,'Fuchu',NULL,1928),(24375,'Fukuyama',NULL,1928),(24376,'Hatsukaichi',NULL,1928),(24377,'Higashihiroshima',NULL,1928),(24378,'Hiroshima',NULL,1928),(24379,'Innoshima',NULL,1928),(24380,'Kaita',NULL,1928),(24381,'Kannabe',NULL,1928),(24382,'Kumano',NULL,1928),(24383,'Kure',NULL,1928),(24384,'Kurose',NULL,1928),(24385,'Mihara',NULL,1928),(24386,'Miyoshi',NULL,1928),(24387,'Ono',NULL,1928),(24388,'Onomichi',NULL,1928),(24389,'Otake',NULL,1928),(24390,'Shinichi',NULL,1928),(24391,'Shobara',NULL,1928),(24392,'Takehara',NULL,1928),(24393,'Abashiri',NULL,1929),(24394,'Akabira',NULL,1929),(24395,'Asahikawa',NULL,1929),(24396,'Ashibetsu',NULL,1929),(24397,'Bibai',NULL,1929),(24398,'Bihoro',NULL,1929),(24399,'Chitose',NULL,1929),(24400,'Date',NULL,1929),(24401,'Ebetsu',NULL,1929),(24402,'Eniwa',NULL,1929),(24403,'Fukagawa',NULL,1929),(24404,'Furano',NULL,1929),(24405,'Hakodate',NULL,1929),(24406,'Hokkaido',NULL,1929),(24407,'Hyogo',NULL,1929),(24408,'Ishikari',NULL,1929),(24409,'Iwamizawa',NULL,1929),(24410,'Iwanai',NULL,1929),(24411,'Kamiiso',NULL,1929),(24412,'Kitahiroshima',NULL,1929),(24413,'Kitami',NULL,1929),(24414,'Kushiro',NULL,1929),(24415,'Makubetsu',NULL,1929),(24416,'Mikasa',NULL,1929),(24417,'Mombetsu',NULL,1929),(24418,'Muroran',NULL,1929),(24419,'Nakashibetsu',NULL,1929),(24420,'Nanae',NULL,1929),(24421,'Nayoro',NULL,1929),(24422,'Nemuro',NULL,1929),(24423,'Noboribetsu',NULL,1929),(24424,'Obihiro',NULL,1929),(24425,'Otaru',NULL,1929),(24426,'Otofuke',NULL,1929),(24427,'Rumoi',NULL,1929),(24428,'Sapporo',NULL,1929),(24429,'Shibetsu',NULL,1929),(24430,'Shiraoi',NULL,1929),(24431,'Shizunai',NULL,1929),(24432,'Sunagawa',NULL,1929),(24433,'Takikawa',NULL,1929),(24434,'Tobetsu',NULL,1929),(24435,'Tomakomai',NULL,1929),(24436,'Utashinai',NULL,1929),(24437,'Wakkanai',NULL,1929),(24438,'Yoichi',NULL,1929),(24439,'Yubari',NULL,1929),(24440,'Aioi',NULL,1930),(24441,'Akashi',NULL,1930),(24442,'Ako',NULL,1930),(24443,'Amagasaki',NULL,1930),(24444,'Ashiya',NULL,1930),(24445,'Fukusaki',NULL,1930),(24446,'Harima',NULL,1930),(24447,'Himeji',NULL,1930),(24448,'Inagawa',NULL,1930),(24449,'Inami',NULL,1930),(24450,'Itami',NULL,1930),(24451,'Kakogawa',NULL,1930),(24452,'Kasai',NULL,1930),(24453,'Kawanishi',NULL,1930),(24454,'Kobe',NULL,1930),(24455,'Kodera',NULL,1930),(24456,'Miki',NULL,1930),(24457,'Nandan',NULL,1930),(24458,'Nishinomiya',NULL,1930),(24459,'Nishiwaki',NULL,1930),(24460,'Ono',NULL,1930),(24461,'Sanda',NULL,1930),(24462,'Sasayama',NULL,1930),(24463,'Sumoto',NULL,1930),(24464,'Taishi',NULL,1930),(24465,'Takarazuka',NULL,1930),(24466,'Takasago',NULL,1930),(24467,'Tatsuno',NULL,1930),(24468,'Toyooka',NULL,1930),(24469,'Yamasaki',NULL,1930),(24470,'Yashiro',NULL,1930),(24471,'Yumesaki',NULL,1930),(24472,'Ami',NULL,1931),(24473,'Chiyoda',NULL,1931),(24474,'Daigo',NULL,1931),(24475,'Edosaki',NULL,1931),(24476,'Fujishiro',NULL,1931),(24477,'Hasaki',NULL,1931),(24478,'Hitachi',NULL,1931),(24479,'Hitachinaka',NULL,1931),(24480,'Hitachiota',NULL,1931),(24481,'Hokota',NULL,1931),(24482,'Ibaraki',NULL,1931),(24483,'Ina',NULL,1931),(24484,'Ishige',NULL,1931),(24485,'Ishioka',NULL,1931),(24486,'Itako',NULL,1931),(24487,'Iwai',NULL,1931),(24488,'Iwase',NULL,1931),(24489,'Kamisu',NULL,1931),(24490,'Kasama',NULL,1931),(24491,'Kashima',NULL,1931),(24492,'Kasumigaura',NULL,1931),(24493,'Kitaibaraki',NULL,1931),(24494,'Koga',NULL,1931),(24495,'Kukizaki',NULL,1931),(24496,'Makabe',NULL,1931),(24497,'Minori',NULL,1931),(24498,'Mito',NULL,1931),(24499,'Mitsukaido',NULL,1931),(24500,'Moriya',NULL,1931),(24501,'Naka',NULL,1931),(24502,'Oarai',NULL,1931),(24503,'Omiya',NULL,1931),(24504,'Ryugasaki',NULL,1931),(24505,'Sakai',NULL,1931),(24506,'Sanwa',NULL,1931),(24507,'Shimodate',NULL,1931),(24508,'Shimotsuma',NULL,1931),(24509,'Sowa',NULL,1931),(24510,'Takahagi',NULL,1931),(24511,'Tokai',NULL,1931),(24512,'Tomobe',NULL,1931),(24513,'Tone',NULL,1931),(24514,'Toride',NULL,1931),(24515,'Tsukuba',NULL,1931),(24516,'Ushiku',NULL,1931),(24517,'Yachiyo',NULL,1931),(24518,'Yasato',NULL,1931),(24519,'Yuki',NULL,1931),(24520,'Hakui',NULL,1932),(24521,'Kaga',NULL,1932),(24522,'Kanazawa',NULL,1932),(24523,'Komatsu',NULL,1932),(24524,'Matto',NULL,1932),(24525,'Nanao',NULL,1932),(24526,'Nonoichi',NULL,1932),(24527,'Suzu',NULL,1932),(24528,'Tsubata',NULL,1932),(24529,'Tsurugi',NULL,1932),(24530,'Uchinada',NULL,1932),(24531,'Wajima',NULL,1932),(24532,'Daito',NULL,1933),(24533,'Esashi',NULL,1933),(24534,'Hanamaki',NULL,1933),(24535,'Ichinohe',NULL,1933),(24536,'Ichinoseki',NULL,1933),(24537,'Iwate',NULL,1933),(24538,'Kamaishi',NULL,1933),(24539,'Kitakami',NULL,1933),(24540,'Kuji',NULL,1933),(24541,'Miyako',NULL,1933),(24542,'Mizusawa',NULL,1933),(24543,'Morioka',NULL,1933),(24544,'Ninohe',NULL,1933),(24545,'Ofunato',NULL,1933),(24546,'Otsuchi',NULL,1933),(24547,'Rikuzentakata',NULL,1933),(24548,'Shiwa',NULL,1933),(24549,'Shizukuishi',NULL,1933),(24550,'Takizawa',NULL,1933),(24551,'Tono',NULL,1933),(24552,'Yahaba',NULL,1933),(24553,'Yamada',NULL,1933),(24554,'Kagawa',NULL,1934),(24555,'Kanonji',NULL,1934),(24556,'Kokubunji',NULL,1934),(24557,'Marugame',NULL,1934),(24558,'Miki',NULL,1934),(24559,'Ryonan',NULL,1934),(24560,'Sakaide',NULL,1934),(24561,'Shido',NULL,1934),(24562,'Tadotsu',NULL,1934),(24563,'Takamatsu',NULL,1934),(24564,'Tonosho',NULL,1934),(24565,'Zentsuji',NULL,1934),(24566,'Aira',NULL,1935),(24567,'Akune',NULL,1935),(24568,'Hayato',NULL,1935),(24569,'Ibusuki',NULL,1935),(24570,'Ijuin',NULL,1935),(24571,'Izumi',NULL,1935),(24572,'Kagoshima',NULL,1935),(24573,'Kajiki',NULL,1935),(24574,'Kanoya',NULL,1935),(24575,'Kaseda',NULL,1935),(24576,'Kokubu',NULL,1935),(24577,'Kushikino',NULL,1935),(24578,'Makurazaki',NULL,1935),(24579,'Naze',NULL,1935),(24580,'Nishinoomote',NULL,1935),(24581,'Okuchi',NULL,1935),(24582,'Sendai',NULL,1935),(24583,'Shibushi',NULL,1935),(24584,'Sueyoshi',NULL,1935),(24585,'Tarumizu',NULL,1935),(24586,'Aikawa',NULL,1936),(24587,'Atsugi',NULL,1936),(24588,'Ayase',NULL,1936),(24589,'Chigasaki',NULL,1936),(24590,'Ebina',NULL,1936),(24591,'Fujisawa',NULL,1936),(24592,'Hadano',NULL,1936),(24593,'Hakone',NULL,1936),(24594,'Hayama',NULL,1936),(24595,'Hiratsuka',NULL,1936),(24596,'Isehara',NULL,1936),(24597,'Kamakura',NULL,1936),(24598,'Kawasaki',NULL,1936),(24599,'Minamiashigara',NULL,1936),(24600,'Miura',NULL,1936),(24601,'Ninomiya',NULL,1936),(24602,'Odawara',NULL,1936),(24603,'Oiso',NULL,1936),(24604,'Sagamihara',NULL,1936),(24605,'Samukawa',NULL,1936),(24606,'Shiroyama',NULL,1936),(24607,'Takatsu-Ku',NULL,1936),(24608,'Tsukui',NULL,1936),(24609,'Yamato',NULL,1936),(24610,'Yokohama',NULL,1936),(24611,'Yokosuka',NULL,1936),(24612,'Yugawara',NULL,1936),(24613,'Zama',NULL,1936),(24614,'Zushi',NULL,1936),(24615,'Gunma',NULL,1937),(24616,'Saitama',NULL,1937),(24617,'Aki',NULL,1938),(24618,'Ino',NULL,1938),(24619,'Kochi',NULL,1938),(24620,'Muroto',NULL,1938),(24621,'Nakamura',NULL,1938),(24622,'Nankoku',NULL,1938),(24623,'Sukumo',NULL,1938),(24624,'Susaki',NULL,1938),(24625,'Tosa',NULL,1938),(24626,'Tosashimizu',NULL,1938),(24627,'Tosayamada',NULL,1938),(24628,'Arao',NULL,1939),(24629,'Ashikita',NULL,1939),(24630,'Aso',NULL,1939),(24631,'Hitoyoshi',NULL,1939),(24632,'Hondo',NULL,1939),(24633,'Jonan',NULL,1939),(24634,'Kikuchi',NULL,1939),(24635,'Kikuyo',NULL,1939),(24636,'Koshi',NULL,1939),(24637,'Kumamoto',NULL,1939),(24638,'Mashiki',NULL,1939),(24639,'Matsubase',NULL,1939),(24640,'Minamata',NULL,1939),(24641,'Nishigoshi',NULL,1939),(24642,'Ozu',NULL,1939),(24643,'Tamana',NULL,1939),(24644,'Ueki',NULL,1939),(24645,'Ushibuka',NULL,1939),(24646,'Uto',NULL,1939),(24647,'Yamaga',NULL,1939),(24648,'Yatsushiro',NULL,1939),(24649,'Ayabe',NULL,1940),(24650,'Fukuchiyama',NULL,1940),(24651,'Joyo',NULL,1940),(24652,'Kameoka',NULL,1940),(24653,'Kizu',NULL,1940),(24654,'Kumiyama',NULL,1940),(24655,'Kyotanabe',NULL,1940),(24656,'Kyoto',NULL,1940),(24657,'Maizuru',NULL,1940),(24658,'Miyazu',NULL,1940),(24659,'Muko',NULL,1940),(24660,'Nagaokakyo',NULL,1940),(24661,'Seika',NULL,1940),(24662,'Uji',NULL,1940),(24663,'Yawata',NULL,1940),(24664,'Ago',NULL,1941),(24665,'Hisai',NULL,1941),(24666,'Ise',NULL,1941),(24667,'Kameyama',NULL,1941),(24668,'Komono',NULL,1941),(24669,'Kumano',NULL,1941),(24670,'Kuwana',NULL,1941),(24671,'Matsusaka',NULL,1941),(24672,'Meiwa',NULL,1941),(24673,'Nabari',NULL,1941),(24674,'Owase',NULL,1941),(24675,'Suzuka',NULL,1941),(24676,'Toba',NULL,1941),(24677,'Toin',NULL,1941),(24678,'Tsu',NULL,1941),(24679,'Ueno',NULL,1941),(24680,'Yokkaichi',NULL,1941),(24681,'Furukawa',NULL,1942),(24682,'Hasama',NULL,1942),(24683,'Ishinomaki',NULL,1942),(24684,'Iwanuma',NULL,1942),(24685,'Kakuda',NULL,1942),(24686,'Kesennuma',NULL,1942),(24687,'Kogota',NULL,1942),(24688,'Marumori',NULL,1942),(24689,'Natori',NULL,1942),(24690,'Ogawara',NULL,1942),(24691,'Rifu',NULL,1942),(24692,'Sendai',NULL,1942),(24693,'Shibata',NULL,1942),(24694,'Shichigahama',NULL,1942),(24695,'Shiogama',NULL,1942),(24696,'Shiroishi',NULL,1942),(24697,'Tagajo',NULL,1942),(24698,'Taiwa',NULL,1942),(24699,'Tomiya',NULL,1942),(24700,'Wakuya',NULL,1942),(24701,'Watari',NULL,1942),(24702,'Yamoto',NULL,1942),(24703,'Ebino',NULL,1943),(24704,'Hyuga',NULL,1943),(24705,'Kiyotake',NULL,1943),(24706,'Kobayashi',NULL,1943),(24707,'Kunitomi',NULL,1943),(24708,'Kushima',NULL,1943),(24709,'Mimata',NULL,1943),(24710,'Miyakonojo',NULL,1943),(24711,'Miyazaki',NULL,1943),(24712,'Nichinan',NULL,1943),(24713,'Nobeoka',NULL,1943),(24714,'Sadowara',NULL,1943),(24715,'Saito',NULL,1943),(24716,'Shintomi',NULL,1943),(24717,'Takanabe',NULL,1943),(24718,'Chino',NULL,1944),(24719,'Hotaka',NULL,1944),(24720,'Iida',NULL,1944),(24721,'Iiyama',NULL,1944),(24722,'Ina',NULL,1944),(24723,'Komagane',NULL,1944),(24724,'Komoro',NULL,1944),(24725,'Koshoku',NULL,1944),(24726,'Maruko',NULL,1944),(24727,'Matsumoto',NULL,1944),(24728,'Minowa',NULL,1944),(24729,'Nagano',NULL,1944),(24730,'Nakano',NULL,1944),(24731,'Okaya',NULL,1944),(24732,'Omachi',NULL,1944),(24733,'Saku',NULL,1944),(24734,'Shimosuwa',NULL,1944),(24735,'Shiojiri',NULL,1944),(24736,'Suwa',NULL,1944),(24737,'Suzaka',NULL,1944),(24738,'Tatsuno',NULL,1944),(24739,'Tobu',NULL,1944),(24740,'Toyoshina',NULL,1944),(24741,'Ueda',NULL,1944),(24742,'Fukue',NULL,1945),(24743,'Hirado',NULL,1945),(24744,'Isahaya',NULL,1945),(24745,'Matsuura',NULL,1945),(24746,'Nagasaki',NULL,1945),(24747,'Nagayo',NULL,1945),(24748,'Omura',NULL,1945),(24749,'Sasebo',NULL,1945),(24750,'Shimabara',NULL,1945),(24751,'Togitsu',NULL,1945),(24752,'Gojo',NULL,1946),(24753,'Gose',NULL,1946),(24754,'Haibara',NULL,1946),(24755,'Heguri',NULL,1946),(24756,'Ikagura',NULL,1946),(24757,'Ikoma',NULL,1946),(24758,'Kammaki',NULL,1946),(24759,'Kashiba',NULL,1946),(24760,'Kashihara',NULL,1946),(24761,'Kawai',NULL,1946),(24762,'Koryo',NULL,1946),(24763,'Nara',NULL,1946),(24764,'Oji',NULL,1946),(24765,'Oyodo',NULL,1946),(24766,'Sakurai',NULL,1946),(24767,'Sango',NULL,1946),(24768,'Tawaramoto',NULL,1946),(24769,'Tenri',NULL,1946),(24770,'Yamatokoriyama',NULL,1946),(24771,'Yamatotakada',NULL,1946),(24772,'Arai',NULL,1947),(24773,'Fuchu',NULL,1947),(24774,'Gosen',NULL,1947),(24775,'Itoigawa',NULL,1947),(24776,'Joetsu',NULL,1947),(24777,'Kameda',NULL,1947),(24778,'Kamo',NULL,1947),(24779,'Kashiwazaki',NULL,1947),(24780,'Kurosaki',NULL,1947),(24781,'Maki',NULL,1947),(24782,'Mitsuke',NULL,1947),(24783,'Muika',NULL,1947),(24784,'Murakami',NULL,1947),(24785,'Muramatsu',NULL,1947),(24786,'Nagaoka',NULL,1947),(24787,'Nakajo',NULL,1947),(24788,'Niigata',NULL,1947),(24789,'Niitsu',NULL,1947),(24790,'Ojiya',NULL,1947),(24791,'Ryotsu',NULL,1947),(24792,'Sanjo',NULL,1947),(24793,'Shibata',NULL,1947),(24794,'Shiozawa',NULL,1947),(24795,'Shirone',NULL,1947),(24796,'Suibara',NULL,1947),(24797,'Tochio',NULL,1947),(24798,'Tokamachi',NULL,1947),(24799,'Toyosaka',NULL,1947),(24800,'Tsubame',NULL,1947),(24801,'Yoshida',NULL,1947),(24802,'Beppu',NULL,1948),(24803,'Bungotakada',NULL,1948),(24804,'Hiji',NULL,1948),(24805,'Hita',NULL,1948),(24806,'Kitsuki',NULL,1948),(24807,'Kusu',NULL,1948),(24808,'Nakatsu',NULL,1948),(24809,'Oita',NULL,1948),(24810,'Saiki',NULL,1948),(24811,'Taketa',NULL,1948),(24812,'Tsukumi',NULL,1948),(24813,'Usa',NULL,1948),(24814,'Usuki',NULL,1948),(24815,'Bizen',NULL,1949),(24816,'Ibara',NULL,1949),(24817,'Kamogata',NULL,1949),(24818,'Kasaoka',NULL,1949),(24819,'Kurashiki',NULL,1949),(24820,'Mabi',NULL,1949),(24821,'Niimi',NULL,1949),(24822,'Okayama',NULL,1949),(24823,'Sanyo',NULL,1949),(24824,'Soja',NULL,1949),(24825,'Takahashi',NULL,1949),(24826,'Tamano',NULL,1949),(24827,'Tsuyama',NULL,1949),(24828,'Chatan',NULL,1950),(24829,'Ginowan',NULL,1950),(24830,'Gushikawa',NULL,1950),(24831,'Haebaru',NULL,1950),(24832,'Hirara',NULL,1950),(24833,'Ishigaki',NULL,1950),(24834,'Ishikawa',NULL,1950),(24835,'Itoman',NULL,1950),(24836,'Nago',NULL,1950),(24837,'Naha',NULL,1950),(24838,'Nishihara',NULL,1950),(24839,'Okinawa',NULL,1950),(24840,'Tomigusuku',NULL,1950),(24841,'Urasoe',NULL,1950),(24842,'Yomitan',NULL,1950),(24843,'Daito',NULL,1951),(24844,'Fujiidera',NULL,1951),(24845,'Habikino',NULL,1951),(24846,'Hannan',NULL,1951),(24847,'Higashiosaka',NULL,1951),(24848,'Hirakata',NULL,1951),(24849,'Ibaraki',NULL,1951),(24850,'Ikeda',NULL,1951),(24851,'Izumi',NULL,1951),(24852,'Izumiotsu',NULL,1951),(24853,'Izumisano',NULL,1951),(24854,'Kadoma',NULL,1951),(24855,'Kaizuka',NULL,1951),(24856,'Kashiwara',NULL,1951),(24857,'Katano',NULL,1951),(24858,'Kawachinagano',NULL,1951),(24859,'Kishiwada',NULL,1951),(24860,'Kobe',NULL,1951),(24861,'Kumatori',NULL,1951),(24862,'Matsubara',NULL,1951),(24863,'Mihara',NULL,1951),(24864,'Mino',NULL,1951),(24865,'Misaki',NULL,1951),(24866,'Moriguchi',NULL,1951),(24867,'Neyagawa',NULL,1951),(24868,'Osaka',NULL,1951),(24869,'Osakasayama',NULL,1951),(24870,'Sakai',NULL,1951),(24871,'Sennan',NULL,1951),(24872,'Settsu',NULL,1951),(24873,'Shijonawate',NULL,1951),(24874,'Shimamoto',NULL,1951),(24875,'Suita',NULL,1951),(24876,'Takaishi',NULL,1951),(24877,'Takatsuki',NULL,1951),(24878,'Tondabayashi',NULL,1951),(24879,'Toyonaka',NULL,1951),(24880,'Toyono',NULL,1951),(24881,'Yao',NULL,1951),(24882,'Imari',NULL,1952),(24883,'Kanzaki',NULL,1952),(24884,'Karatsu',NULL,1952),(24885,'Kashima',NULL,1952),(24886,'Kawasoe',NULL,1952),(24887,'Saga',NULL,1952),(24888,'Takeo',NULL,1952),(24889,'Taku',NULL,1952),(24890,'Tosu',NULL,1952),(24891,'Ureshino',NULL,1952),(24892,'Yamato',NULL,1952),(24893,'Ageo',NULL,1953),(24894,'Asaka',NULL,1953),(24895,'Chichibu',NULL,1953),(24896,'Fujimi',NULL,1953),(24897,'Fukaya',NULL,1953),(24898,'Fukiage',NULL,1953),(24899,'Gyoda',NULL,1953),(24900,'Hanno',NULL,1953),(24901,'Hanyu',NULL,1953),(24902,'Hasuda',NULL,1953),(24903,'Hatogaya',NULL,1953),(24904,'Hatoyama',NULL,1953),(24905,'Hidaka',NULL,1953),(24906,'Higashimatsuyama',NULL,1953),(24907,'Honjo',NULL,1953),(24908,'Ina',NULL,1953),(24909,'Iruma',NULL,1953),(24910,'Iwatsuki',NULL,1953),(24911,'Kamifukuoka',NULL,1953),(24912,'Kamisato',NULL,1953),(24913,'Kasukabe',NULL,1953),(24914,'Kawagoe',NULL,1953),(24915,'Kawaguchi',NULL,1953),(24916,'Kawajima',NULL,1953),(24917,'Kazo',NULL,1953),(24918,'Kisai',NULL,1953),(24919,'Kitamoto',NULL,1953),(24920,'Kodama',NULL,1953),(24921,'Konosu',NULL,1953),(24922,'Koshigaya',NULL,1953),(24923,'Kuki',NULL,1953),(24924,'Kumagaya',NULL,1953),(24925,'Kurihashi',NULL,1953),(24926,'Matsubushi',NULL,1953),(24927,'Menuma',NULL,1953),(24928,'Misato',NULL,1953),(24929,'Miyashiro',NULL,1953),(24930,'Miyoshi',NULL,1953),(24931,'Moroyama',NULL,1953),(24932,'Niiza',NULL,1953),(24933,'Ogawa',NULL,1953),(24934,'Oi',NULL,1953),(24935,'Okegawa',NULL,1953),(24936,'Omiya',NULL,1953),(24937,'Saitma-Shi',NULL,1953),(24938,'Sakado',NULL,1953),(24939,'Satte',NULL,1953),(24940,'Sayama',NULL,1953),(24941,'Shiki',NULL,1953),(24942,'Shiraoka',NULL,1953),(24943,'Shobu',NULL,1953),(24944,'Showa',NULL,1953),(24945,'Soka',NULL,1953),(24946,'Sugito',NULL,1953),(24947,'Toda',NULL,1953),(24948,'Tokorozawa',NULL,1953),(24949,'Tsurugashima',NULL,1953),(24950,'Urawa',NULL,1953),(24951,'Wako',NULL,1953),(24952,'Warabi',NULL,1953),(24953,'Washimiya',NULL,1953),(24954,'Yashio',NULL,1953),(24955,'Yono',NULL,1953),(24956,'Yorii',NULL,1953),(24957,'Yoshikawa',NULL,1953),(24958,'Yoshimi',NULL,1953),(24959,'Hikone',NULL,1954),(24960,'Hino',NULL,1954),(24961,'Konan',NULL,1954),(24962,'Kosei',NULL,1954),(24963,'Kusatsu',NULL,1954),(24964,'Minakuchi',NULL,1954),(24965,'Moriyama',NULL,1954),(24966,'Nagahama',NULL,1954),(24967,'Notogawa',NULL,1954),(24968,'Omihachiman',NULL,1954),(24969,'Otsu',NULL,1954),(24970,'Ritto',NULL,1954),(24971,'Shiga',NULL,1954),(24972,'Yasu',NULL,1954),(24973,'Yokaichi',NULL,1954),(24974,'Gotsu',NULL,1955),(24975,'Hamada',NULL,1955),(24976,'Hikawa',NULL,1955),(24977,'Hirata',NULL,1955),(24978,'Izumo',NULL,1955),(24979,'Masuda',NULL,1955),(24980,'Matsue',NULL,1955),(24981,'Oda',NULL,1955),(24982,'Yasugi',NULL,1955),(24983,'Asaba',NULL,1956),(24984,'Atami',NULL,1956),(24985,'Daito',NULL,1956),(24986,'Fuji',NULL,1956),(24987,'Fujieda',NULL,1956),(24988,'Fujinomiya',NULL,1956),(24989,'Fukuroi',NULL,1956),(24990,'Gotemba',NULL,1956),(24991,'Haibara',NULL,1956),(24992,'Hamakita',NULL,1956),(24993,'Hamamatsu',NULL,1956),(24994,'Hamaoka',NULL,1956),(24995,'Hosoe',NULL,1956),(24996,'Ito',NULL,1956),(24997,'Iwata',NULL,1956),(24998,'Kakegawa',NULL,1956),(24999,'Kanaya',NULL,1956),(25000,'Kannami',NULL,1956),(25001,'Kikugawa',NULL,1956),(25002,'Kosai',NULL,1956),(25003,'Mishima',NULL,1956),(25004,'Mori',NULL,1956),(25005,'Nagaizumi',NULL,1956),(25006,'Numazu',NULL,1956),(25007,'Oigawa',NULL,1956),(25008,'Oyama',NULL,1956),(25009,'Ryuyo',NULL,1956),(25010,'Sagara',NULL,1956),(25011,'Shimada',NULL,1956),(25012,'Shimizu',NULL,1956),(25013,'Shimoda',NULL,1956),(25014,'Shizuoka',NULL,1956),(25015,'Susono',NULL,1956),(25016,'Tenryu',NULL,1956),(25017,'Toyoda',NULL,1956),(25018,'Yaizu',NULL,1956),(25019,'Yoshida',NULL,1956),(25020,'Ashikaga',NULL,1957),(25021,'Fujioka',NULL,1957),(25022,'Imaichi',NULL,1957),(25023,'Iwafune',NULL,1957),(25024,'Kaminokawa',NULL,1957),(25025,'Kanuma',NULL,1957),(25026,'Karasuyama',NULL,1957),(25027,'Kawachi',NULL,1957),(25028,'Kuroiso',NULL,1957),(25029,'Mashiko',NULL,1957),(25030,'Mibu',NULL,1957),(25031,'Minamikawachi',NULL,1957),(25032,'Moka',NULL,1957),(25033,'Motegi',NULL,1957),(25034,'Nasu',NULL,1957),(25035,'Nikko',NULL,1957),(25036,'Nishinasuno',NULL,1957),(25037,'Nogi',NULL,1957),(25038,'Ohira',NULL,1957),(25039,'Otawara',NULL,1957),(25040,'Oyama',NULL,1957),(25041,'Sano',NULL,1957),(25042,'Takanezawa',NULL,1957),(25043,'Tanuma',NULL,1957),(25044,'Tochigi',NULL,1957),(25045,'Ujiie',NULL,1957),(25046,'Utsunomiya',NULL,1957),(25047,'Yaita',NULL,1957),(25048,'Aizumi',NULL,1958),(25049,'Anan',NULL,1958),(25050,'Ikeda',NULL,1958),(25051,'Ishii',NULL,1958),(25052,'Kamojima',NULL,1958),(25053,'Kitajima',NULL,1958),(25054,'Komatsushima',NULL,1958),(25055,'Naruto',NULL,1958),(25056,'Tokushima',NULL,1958),(25057,'Waki',NULL,1958),(25058,'Akiruno',NULL,1959),(25059,'Akishima',NULL,1959),(25060,'Chofu',NULL,1959),(25061,'Fuchu',NULL,1959),(25062,'Hachioji',NULL,1959),(25063,'Hamura',NULL,1959),(25064,'Higashikurume',NULL,1959),(25065,'Higashimurayama',NULL,1959),(25066,'Higashiyamato',NULL,1959),(25067,'Hino',NULL,1959),(25068,'Hoya',NULL,1959),(25069,'Inagi',NULL,1959),(25070,'Kiyose',NULL,1959),(25071,'Kodaira',NULL,1959),(25072,'Koganei',NULL,1959),(25073,'Kokubunji',NULL,1959),(25074,'Komae',NULL,1959),(25075,'Kunitachi',NULL,1959),(25076,'Machida',NULL,1959),(25077,'Mitaka',NULL,1959),(25078,'Mizuho',NULL,1959),(25079,'Musashimurayama',NULL,1959),(25080,'Musashino',NULL,1959),(25081,'Ome',NULL,1959),(25082,'Tachikawa',NULL,1959),(25083,'Tama',NULL,1959),(25084,'Tanashi',NULL,1959),(25085,'Tokyo',NULL,1959),(25086,'Kurayoshi',NULL,1960),(25087,'Sakaiminato',NULL,1960),(25088,'Tottori',NULL,1960),(25089,'Yonago',NULL,1960),(25090,'Fukumitsu',NULL,1961),(25091,'Himi',NULL,1961),(25092,'Kamiichi',NULL,1961),(25093,'Kosugi',NULL,1961),(25094,'Kurobe',NULL,1961),(25095,'Namerikawa',NULL,1961),(25096,'Nyuzen',NULL,1961),(25097,'Osawano',NULL,1961),(25098,'Oyabe',NULL,1961),(25099,'Shimminato',NULL,1961),(25100,'Takaoka',NULL,1961),(25101,'Tateyama',NULL,1961),(25102,'Tonami',NULL,1961),(25103,'Toyama',NULL,1961),(25104,'Uozu',NULL,1961),(25105,'Yatsuo',NULL,1961),(25106,'Arida',NULL,1962),(25107,'Gobo',NULL,1962),(25108,'Hashimoto',NULL,1962),(25109,'Iwade',NULL,1962),(25110,'Kainan',NULL,1962),(25111,'Katsuragi',NULL,1962),(25112,'Kishigawa',NULL,1962),(25113,'Nachikatsuura',NULL,1962),(25114,'Shingu',NULL,1962),(25115,'Tanabe',NULL,1962),(25116,'Wakayama',NULL,1962),(25117,'Higashine',NULL,1963),(25118,'Kahoku',NULL,1963),(25119,'Kaminoyama',NULL,1963),(25120,'Kawanishi',NULL,1963),(25121,'Murayama',NULL,1963),(25122,'Nagai',NULL,1963),(25123,'Nanyo',NULL,1963),(25124,'Obanazawa',NULL,1963),(25125,'Sagae',NULL,1963),(25126,'Sakata',NULL,1963),(25127,'Shinjo',NULL,1963),(25128,'Takahata',NULL,1963),(25129,'Tendo',NULL,1963),(25130,'Tsuchiura',NULL,1963),(25131,'Tsuruoka',NULL,1963),(25132,'Yamagata',NULL,1963),(25133,'Yonezawa',NULL,1963),(25134,'Yuza',NULL,1963),(25135,'Hagi',NULL,1964),(25136,'Hikari',NULL,1964),(25137,'Hofu',NULL,1964),(25138,'Iwakuni',NULL,1964),(25139,'Kudamatsu',NULL,1964),(25140,'Mine',NULL,1964),(25141,'Nagato',NULL,1964),(25142,'Ogori',NULL,1964),(25143,'Onoda',NULL,1964),(25144,'Sanyo',NULL,1964),(25145,'Shimonoseki',NULL,1964),(25146,'Shinnanyo',NULL,1964),(25147,'Tokuyama',NULL,1964),(25148,'Toyoura',NULL,1964),(25149,'Ube',NULL,1964),(25150,'Yamaguchi',NULL,1964),(25151,'Yanai',NULL,1964),(25152,'Enzan',NULL,1965),(25153,'Fujiyoshida',NULL,1965),(25154,'Isawa',NULL,1965),(25155,'Kofu',NULL,1965),(25156,'Nirasaki',NULL,1965),(25157,'Otsuki',NULL,1965),(25158,'Ryuo',NULL,1965),(25159,'Tsuru',NULL,1965),(25160,'Uenohara',NULL,1965),(25161,'Yamanashi',NULL,1965),(25162,'Grouville',NULL,1966),(25163,'Trinity',NULL,1976),(25164,'\'Abbin',NULL,1977),(25165,'\'Ajlun',NULL,1977),(25166,'\'Anjarah',NULL,1977),(25167,'\'Arjan',NULL,1977),(25168,'\'Ayn Janna',NULL,1977),(25169,'Halawah',NULL,1977),(25170,'Kharbat al-Wahadnah',NULL,1977),(25171,'Kufranjah',NULL,1977),(25172,'Sakhrah',NULL,1977),(25173,'al-Hashamiyah',NULL,1977),(25174,'Abu \'Alanda',NULL,1978),(25175,'Amman',NULL,1978),(25176,'Askan Abu Nusayr',NULL,1978),(25177,'Jawa',NULL,1978),(25178,'Khalda wa Tila\'-al-\'Ali',NULL,1978),(25179,'Khraybat As-Suq',NULL,1978),(25180,'Marj al-Hammam',NULL,1978),(25181,'Na\'ur',NULL,1978),(25182,'Nuzhat Sahab',NULL,1978),(25183,'Sahab',NULL,1978),(25184,'Shafa Badran',NULL,1978),(25185,'Suwaylih',NULL,1978),(25186,'Tariq',NULL,1978),(25187,'Umm As-Summaq',NULL,1978),(25188,'Umm Nuwarah',NULL,1978),(25189,'Umm Qusayr wal Muqabalin',NULL,1978),(25190,'Umm al-Basatin',NULL,1978),(25191,'Wadi as-Sir',NULL,1978),(25192,'al-\'Abdaliyah',NULL,1978),(25193,'al-Binayat',NULL,1978),(25194,'al-Faysaliyah',NULL,1978),(25195,'al-Jizah',NULL,1978),(25196,'al-Jubayhah',NULL,1978),(25197,'al-Juwaydah',NULL,1978),(25198,'al-Quwaysimah',NULL,1978),(25199,'al-Yadudah',NULL,1978),(25200,'ar-Rawdah',NULL,1978),(25201,'at-Talbiyah',NULL,1978),(25202,'at-Taybah',NULL,1978),(25203,'\'Al\'al',NULL,1979),(25204,'\'Anbah',NULL,1979),(25205,'Arhaba',NULL,1979),(25206,'Aydun',NULL,1979),(25207,'Bayt Idas',NULL,1979),(25208,'Bayt Ras',NULL,1979),(25209,'Bayt Yafa',NULL,1979),(25210,'Bushra',NULL,1979),(25211,'Dayr Abi Sa\'id',NULL,1979),(25212,'Dayr Yusif',NULL,1979),(25213,'Dayr as-Sa\'anah',NULL,1979),(25214,'Duwaqarah',NULL,1979),(25215,'Hakama',NULL,1979),(25216,'Hartha',NULL,1979),(25217,'Hatam',NULL,1979),(25218,'Hawwarah',NULL,1979),(25219,'Irbid',NULL,1979),(25220,'Jasar ash-Shaykh Hussayn',NULL,1979),(25221,'Judayta',NULL,1979),(25222,'Katam',NULL,1979),(25223,'Kharja',NULL,1979),(25224,'Kufur \'Awan',NULL,1979),(25225,'Kufur Abil',NULL,1979),(25226,'Kufur Asad',NULL,1979),(25227,'Kufur Rakab',NULL,1979),(25228,'Kufur Sum',NULL,1979),(25229,'Kufur Yuba',NULL,1979),(25230,'Kufur al-Ma\'',NULL,1979),(25231,'Kuraymah',NULL,1979),(25232,'Malka',NULL,1979),(25233,'Mukhayyam al-Husun',NULL,1979),(25234,'Qumaym',NULL,1979),(25235,'Saham',NULL,1979),(25236,'Sal',NULL,1979),(25237,'Samma',NULL,1979),(25238,'Sammaw\'',NULL,1979),(25239,'Sum',NULL,1979),(25240,'Tabnah',NULL,1979),(25241,'Umm Qays',NULL,1979),(25242,'Wadi al-Yabas',NULL,1979),(25243,'Waqqas',NULL,1979),(25244,'Zahar',NULL,1979),(25245,'al-Ashrafiyah',NULL,1979),(25246,'al-Balawnah',NULL,1979),(25247,'al-Buwaydah',NULL,1979),(25248,'al-Husun',NULL,1979),(25249,'al-Manshiyah',NULL,1979),(25250,'al-Mashari\'a',NULL,1979),(25251,'al-Mazar ash-Shamaliyah',NULL,1979),(25252,'al-Mughayyar',NULL,1979),(25253,'an-Nu\'aymeh',NULL,1979),(25254,'ar-Ramtha',NULL,1979),(25255,'as-Sarih',NULL,1979),(25256,'ash-Shajarah',NULL,1979),(25257,'ash-Shunah ash-Shamaliyah',NULL,1979),(25258,'at-Taybah',NULL,1979),(25259,'at-Turrah',NULL,1979),(25260,'Balila',NULL,1980),(25261,'Burma',NULL,1980),(25262,'Jarash',NULL,1980),(25263,'Kufur Khall',NULL,1980),(25264,'Mukhayyam Ghazzah',NULL,1980),(25265,'Mukhayyam Suf',NULL,1980),(25266,'Qafqafa',NULL,1980),(25267,'Raymun',NULL,1980),(25268,'Sakab',NULL,1980),(25269,'Suf',NULL,1980),(25270,'al-Kattah',NULL,1980),(25271,'Bayar',NULL,1981),(25272,'Ma\'an',NULL,1981),(25273,'Wadi Musa',NULL,1981),(25274,'al-Hussayniyah',NULL,1981),(25275,'al-Jafar',NULL,1981),(25276,'at-Taybah',NULL,1981),(25277,'Dhiban',NULL,1982),(25278,'Ma\'in',NULL,1982),(25279,'Madaba',NULL,1982),(25280,'Mulayh',NULL,1982),(25281,'al-Faysaliyah',NULL,1982),(25282,'al-\'Aqabah',NULL,1983),(25283,'al-Quwayrah',NULL,1983),(25284,'\'Ayn al-Basha',NULL,1984),(25285,'Darar',NULL,1984),(25286,'Juwafat al-Kafrayn',NULL,1984),(25287,'Ma\'addi',NULL,1984),(25288,'Mahas',NULL,1984),(25289,'Safut',NULL,1984),(25290,'Suknat ash-Shunah',NULL,1984),(25291,'Yarqa',NULL,1984),(25292,'al-Baq\'ah',NULL,1984),(25293,'al-Fuhays',NULL,1984),(25294,'al-Karamah',NULL,1984),(25295,'ar-Rawdah',NULL,1984),(25296,'as-Salt',NULL,1984),(25297,'as-Sawalhah',NULL,1984),(25298,'as-Subayhi',NULL,1984),(25299,'at-Tawal al-Janubi',NULL,1984),(25300,'at-Tuwal ash-Shamali',NULL,1984),(25301,'\'Ayy',NULL,1985),(25302,'Adar',NULL,1985),(25303,'Faqqu\'',NULL,1985),(25304,'Ghawr al-Mazra\'ah',NULL,1985),(25305,'Ghawr as-Safi',NULL,1985),(25306,'Maw\'tah',NULL,1985),(25307,'Sirfa',NULL,1985),(25308,'al-Hussayniyah',NULL,1985),(25309,'al-Karak',NULL,1985),(25310,'al-Mazar',NULL,1985),(25311,'al-Qasr',NULL,1985),(25312,'al-Qitranah',NULL,1985),(25313,'ar-Rabbah',NULL,1985),(25314,'ash-Shahabiyah',NULL,1985),(25315,'at-Taybah',NULL,1985),(25316,'Badiyat ar-Ruwayshid',NULL,1986),(25317,'Bal\'ama',NULL,1986),(25318,'Manshiyat Bani Hassan',NULL,1986),(25319,'Mugayyar as-Sarhan',NULL,1986),(25320,'Sabha',NULL,1986),(25321,'Sama as-Sarhan',NULL,1986),(25322,'Umm al-Quttayn',NULL,1986),(25323,'al-Hamra\'',NULL,1986),(25324,'al-Khaldiyah al-Jadidah',NULL,1986),(25325,'al-Mabrukah',NULL,1986),(25326,'al-Mafraq',NULL,1986),(25327,'ar-Ruwayshid',NULL,1986),(25328,'az-Za\'tari',NULL,1986),(25329,'Busayrah',NULL,1987),(25330,'al-\'Ayn al-Bayda',NULL,1987),(25331,'al-Hasa',NULL,1987),(25332,'al-Qadisiyah',NULL,1987),(25333,'at-Tafilah',NULL,1987),(25334,'Iskan al-Hashamiyah',NULL,1988),(25335,'Mushayrfat Ras al-\'Ayn',NULL,1988),(25336,'Shnillar',NULL,1988),(25337,'ad-Dulayl',NULL,1988),(25338,'al-Azraq ash-Shamali',NULL,1988),(25339,'al-Hashamiyah',NULL,1988),(25340,'ar-Russayfah',NULL,1988),(25341,'as-Sukhnah',NULL,1988),(25342,'az-Zarqa\'',NULL,1988),(25343,'Akmecet',NULL,1989),(25344,'Aral',NULL,1989),(25345,'Baykonir',NULL,1989),(25346,'Canakazali',NULL,1989),(25347,'Canakorgan',NULL,1989),(25348,'Cosali',NULL,1989),(25349,'Kazali',NULL,1989),(25350,'Sieli',NULL,1989),(25351,'Tasboget',NULL,1989),(25352,'Aksu',NULL,1990),(25353,'Alekseevka',NULL,1990),(25354,'Astana',NULL,1990),(25355,'Atbasar',NULL,1990),(25356,'Bestobe',NULL,1990),(25357,'Caltir',NULL,1990),(25358,'Colimbet',NULL,1990),(25359,'Ereymentau',NULL,1990),(25360,'Koksetau',NULL,1990),(25361,'Makin',NULL,1990),(25362,'Stepnogorsk',NULL,1990),(25363,'Aktobe',NULL,1991),(25364,'Alka',NULL,1991),(25365,'Batamsi',NULL,1991),(25366,'Embi',NULL,1991),(25367,'Hromtau',NULL,1991),(25368,'Kandagac',NULL,1991),(25369,'Salkar',NULL,1991),(25370,'Subarkudik',NULL,1991),(25371,'Subarsi',NULL,1991),(25372,'Temir',NULL,1991),(25373,'Almati',NULL,1992),(25374,'Almaty',NULL,1992),(25375,'Boralday',NULL,1992),(25376,'Carkant',NULL,1992),(25377,'Energetyceskiy',NULL,1992),(25378,'Esik',NULL,1992),(25379,'Fabrichniy',NULL,1992),(25380,'Kapsagay',NULL,1992),(25381,'Karabulak',NULL,1992),(25382,'Kaskelen',NULL,1992),(25383,'Kirov',NULL,1992),(25384,'Sariozek',NULL,1992),(25385,'Sarkand',NULL,1992),(25386,'Selek',NULL,1992),(25387,'Taldikorgan',NULL,1992),(25388,'Talgar',NULL,1992),(25389,'Tekeli',NULL,1992),(25390,'Ustobe',NULL,1992),(25391,'Uzunagac',NULL,1992),(25392,'Atirau',NULL,1993),(25393,'Atyrau',NULL,1993),(25394,'Dossor',NULL,1993),(25395,'Inderbor',NULL,1993),(25396,'Karaton',NULL,1993),(25397,'Kulsari',NULL,1993),(25398,'Makat',NULL,1993),(25399,'Oporni',NULL,1993),(25400,'Sumisker',NULL,1993),(25401,'Abay',NULL,1996),(25402,'Akadir',NULL,1996),(25403,'Aktas',NULL,1996),(25404,'Aktau',NULL,1996),(25405,'Atasu',NULL,1996),(25406,'Balkas',NULL,1996),(25407,'Cayrem',NULL,1996),(25408,'Cezkazgan',NULL,1996),(25409,'Gulsat',NULL,1996),(25410,'Karacal',NULL,1996),(25411,'Karaganda',NULL,1996),(25412,'Karkarali',NULL,1996),(25413,'Karsakbay',NULL,1996),(25414,'Konrat',NULL,1996),(25415,'Novodolinskiy',NULL,1996),(25416,'Osakarovka',NULL,1996),(25417,'Sahti',NULL,1996),(25418,'Saran',NULL,1996),(25419,'Sarisagan',NULL,1996),(25420,'Satpaev',NULL,1996),(25421,'Temirtau',NULL,1996),(25422,'Tokaryovka',NULL,1996),(25423,'Arkalik',NULL,1997),(25424,'Borovskoy',NULL,1997),(25425,'Cetikara',NULL,1997),(25426,'Derjavinsk',NULL,1997),(25427,'Esil',NULL,1997),(25428,'Fodorov',NULL,1997),(25429,'Kacar',NULL,1997),(25430,'Komsomol',NULL,1997),(25431,'Kostanay',NULL,1997),(25432,'Kusmurin',NULL,1997),(25433,'Lisakovsk',NULL,1997),(25434,'Rudni',NULL,1997),(25435,'Tobol',NULL,1997),(25436,'Uritsk',NULL,1997),(25437,'Zatobolsk',NULL,1997),(25438,'Aktau',NULL,1998),(25439,'Beyneu',NULL,1998),(25440,'Canaozen',NULL,1998),(25441,'Cetibay',NULL,1998),(25442,'Fort-Sevcenko',NULL,1998),(25443,'Kurik',NULL,1998),(25444,'Mangyslak',NULL,1998),(25445,'Setpe',NULL,1998),(25446,'Ekibastuz',NULL,2000),(25447,'Ermak',NULL,2000),(25448,'Ertis',NULL,2000),(25449,'Kaciri',NULL,2000),(25450,'Maykain',NULL,2000),(25451,'Pavlodar',NULL,2000),(25452,'Sarbakti',NULL,2000),(25453,'Canatas',NULL,2003),(25454,'Georgiyev',NULL,2003),(25455,'Karatau',NULL,2003),(25456,'Lugovoy',NULL,2003),(25457,'Merke',NULL,2003),(25458,'Mihaylov',NULL,2003),(25459,'Oytal',NULL,2003),(25460,'Su',NULL,2003),(25461,'Taraz',NULL,2003),(25462,'Gilgil',NULL,2004),(25463,'Karatina',NULL,2004),(25464,'Kiambu',NULL,2004),(25465,'Kijabe',NULL,2004),(25466,'Kikuyu',NULL,2004),(25467,'Limuru',NULL,2004),(25468,'Maragua',NULL,2004),(25469,'Muranga',NULL,2004),(25470,'Nyeri',NULL,2004),(25471,'Ruiru',NULL,2004),(25472,'Sagana',NULL,2004),(25473,'Thika',NULL,2004),(25474,'Vanga',NULL,2004),(25475,'Changamwe',NULL,2005),(25476,'Garsen',NULL,2005),(25477,'Gazi',NULL,2005),(25478,'Hola',NULL,2005),(25479,'Kaloleni',NULL,2005),(25480,'Kilifi',NULL,2005),(25481,'Kinango',NULL,2005),(25482,'Kipini',NULL,2005),(25483,'Kwale',NULL,2005),(25484,'Lamu',NULL,2005),(25485,'Malindi',NULL,2005),(25486,'Mambrui',NULL,2005),(25487,'Mombasa',NULL,2005),(25488,'Sawasawa',NULL,2005),(25489,'Shimoni',NULL,2005),(25490,'Takaungu',NULL,2005),(25491,'Taveta',NULL,2005),(25492,'Voi',NULL,2005),(25493,'Witu',NULL,2005),(25494,'Wundanyi',NULL,2005),(25495,'Athi River',NULL,2006),(25496,'Chuka',NULL,2006),(25497,'Embu',NULL,2006),(25498,'Isiolo',NULL,2006),(25499,'Kangonde',NULL,2006),(25500,'Kitui',NULL,2006),(25501,'Machakos',NULL,2006),(25502,'Mado Gashi',NULL,2006),(25503,'Marsabit',NULL,2006),(25504,'Meru',NULL,2006),(25505,'Moyale',NULL,2006),(25506,'Mutomo',NULL,2006),(25507,'Nairobi',NULL,2007),(25508,'Homa Bay',NULL,2009),(25509,'Kisii',NULL,2009),(25510,'Kisumu',NULL,2009),(25511,'Migori',NULL,2009),(25512,'Bungoma',NULL,2011),(25513,'Busia',NULL,2011),(25514,'Kakamega',NULL,2011),(25515,'Mumias',NULL,2011),(25516,'Webuye',NULL,2011),(25517,'Taburao',NULL,2012),(25518,'Binoinano',NULL,2013),(25519,'Takaeang',NULL,2014),(25520,'Roreti',NULL,2015),(25521,'Ooma',NULL,2016),(25522,'Tabukiniberu',NULL,2017),(25523,'Butaritari',NULL,2018),(25524,'London',NULL,2019),(25525,'Tabontebike',NULL,2020),(25526,'Tabiauea',NULL,2021),(25527,'Makin',NULL,2022),(25528,'Rawannawi',NULL,2023),(25529,'Rungata',NULL,2024),(25530,'Temaraia',NULL,2025),(25531,'Ijaki',NULL,2026),(25532,'Nabari',NULL,2030),(25533,'Abaokoro',NULL,2031),(25534,'Washington',NULL,2034),(25535,'Kanggye',NULL,2035),(25536,'Cheongjin',NULL,2036),(25537,'Kimchaek',NULL,2036),(25538,'Najin',NULL,2036),(25539,'Hamheung',NULL,2037),(25540,'Sariweon',NULL,2038),(25541,'Seongnim',NULL,2038),(25542,'Haeju',NULL,2039),(25543,'Kaeseong',NULL,2040),(25544,'Weonsan',NULL,2041),(25545,'Nampo',NULL,2042),(25546,'Sineuiju',NULL,2043),(25547,'Phyeongseong',NULL,2044),(25548,'Pyeongyang',NULL,2045),(25549,'Pyongyang',NULL,2045),(25550,'Hyesan',NULL,2046),(25551,'Busan',NULL,2047),(25552,'Aeweol',NULL,2048),(25553,'Cheju',NULL,2048),(25554,'Seogwipo',NULL,2048),(25555,'Cheonju',NULL,2049),(25556,'Chongup',NULL,2049),(25557,'Iksan',NULL,2049),(25558,'Kimje',NULL,2049),(25559,'Kochang',NULL,2049),(25560,'Kunsan',NULL,2049),(25561,'Namwon',NULL,2049),(25562,'Puan',NULL,2049),(25563,'Haenam',NULL,2050),(25564,'Hwasun',NULL,2050),(25565,'Kwangyang',NULL,2050),(25566,'Kwangyang Up',NULL,2050),(25567,'Mokpo',NULL,2050),(25568,'Naju',NULL,2050),(25569,'Peolgyo',NULL,2050),(25570,'Suncheon',NULL,2050),(25571,'Yeocheon',NULL,2050),(25572,'Yeosu',NULL,2050),(25573,'Yonggwang',NULL,2050),(25574,'Cheongwon-gun',NULL,2051),(25575,'Eumsung-Kun',NULL,2051),(25576,'Jinchunkun',NULL,2051),(25577,'Okcheon-gun',NULL,2051),(25578,'Um Sung Gun',NULL,2051),(25579,'Chechon',NULL,2052),(25580,'Cheongju',NULL,2052),(25581,'Chincheon',NULL,2052),(25582,'Chungju',NULL,2052),(25583,'Jincheon-gun',NULL,2052),(25584,'Okchon',NULL,2052),(25585,'Yongdong',NULL,2052),(25586,'Asan',NULL,2053),(25587,'Cheonan',NULL,2053),(25588,'Chochiwon',NULL,2053),(25589,'Geumsan-Gun',NULL,2053),(25590,'Hongseong',NULL,2053),(25591,'Kongju',NULL,2053),(25592,'Kumsan',NULL,2053),(25593,'Nonsan',NULL,2053),(25594,'Poryong',NULL,2053),(25595,'Puyeo',NULL,2053),(25596,'Seonghwan',NULL,2053),(25597,'Seosan',NULL,2053),(25598,'Taean',NULL,2053),(25599,'Taesan',NULL,2053),(25600,'Tangjin',NULL,2053),(25601,'Yesan',NULL,2053),(25602,'Yonmu',NULL,2053),(25603,'Chonan',NULL,2054),(25604,'Danjin-gun',NULL,2054),(25605,'Gongjusi',NULL,2054),(25606,'Daegu',NULL,2055),(25607,'Dalseo-gu',NULL,2055),(25608,'Chungcheong',NULL,2056),(25609,'Hoengseong',NULL,2056),(25610,'Mummakeup',NULL,2056),(25611,'Wonju',NULL,2056),(25612,'Gimhae',NULL,2057),(25613,'Goyang-si',NULL,2057),(25614,'Ansan',NULL,2058),(25615,'Anyang',NULL,2058),(25616,'Anyang-Si',NULL,2058),(25617,'Anyangsi',NULL,2058),(25618,'Buchon',NULL,2058),(25619,'Buchun-Si',NULL,2058),(25620,'Byeoryangdong',NULL,2058),(25621,'Dongan-gu',NULL,2058),(25622,'Gimpo City',NULL,2058),(25623,'Goyang',NULL,2058),(25624,'Gupo-si',NULL,2058),(25625,'Guri-Si',NULL,2058),(25626,'Gwacheon Si',NULL,2058),(25627,'Gwangju-Si',NULL,2058),(25628,'Hwaseong-si',NULL,2058),(25629,'Icheon-si',NULL,2058),(25630,'Iljuk-myeon',NULL,2058),(25631,'Kwangju',NULL,2058),(25632,'Pocheon-Si',NULL,2058),(25633,'Seongnam',NULL,2058),(25634,'Shihung-Si',NULL,2058),(25635,'Siheung',NULL,2058),(25636,'Sihung-si',NULL,2058),(25637,'Suwon',NULL,2058),(25638,'Uijeongbu-dong',NULL,2058),(25639,'Uiwang',NULL,2058),(25640,'Yangju',NULL,2058),(25641,'Yangpyeong-Gun',NULL,2058),(25642,'Yeokbuk-Dong-Si',NULL,2058),(25643,'Changwon',NULL,2060),(25644,'Gimhae-si',NULL,2060),(25645,'Incheon',NULL,2061),(25646,'Kanghwa',NULL,2061),(25647,'Namdongku',NULL,2061),(25648,'Jeju',NULL,2062),(25649,'Yeongpyeong-Dong',NULL,2062),(25650,'Jeonju-Si',NULL,2063),(25651,'Chuncheon',NULL,2064),(25652,'Hongcheon',NULL,2064),(25653,'Kangneung',NULL,2064),(25654,'Samchok',NULL,2064),(25655,'Seokcho',NULL,2064),(25656,'Taebaek',NULL,2064),(25657,'Tonghae',NULL,2064),(25658,'Weonju',NULL,2064),(25659,'Yeongweol',NULL,2064),(25660,'Kwangju',NULL,2065),(25661,'Ansan',NULL,2066),(25662,'Anseong',NULL,2066),(25663,'Anyang',NULL,2066),(25664,'Chongok',NULL,2066),(25665,'Euijeongbu',NULL,2066),(25666,'Euiwang',NULL,2066),(25667,'Hanam',NULL,2066),(25668,'Hoechon',NULL,2066),(25669,'Hwado',NULL,2066),(25670,'Hwasung',NULL,2066),(25671,'Ichon',NULL,2066),(25672,'Kihung',NULL,2066),(25673,'Kimpo',NULL,2066),(25674,'Koyang',NULL,2066),(25675,'Kumchon',NULL,2066),(25676,'Kunpo',NULL,2066),(25677,'Kuri',NULL,2066),(25678,'Kwacheon',NULL,2066),(25679,'Kwangju',NULL,2066),(25680,'Kwangmyeong',NULL,2066),(25681,'Munsan',NULL,2066),(25682,'Namyangju',NULL,2066),(25683,'Osan',NULL,2066),(25684,'Paengseong',NULL,2066),(25685,'Pochon',NULL,2066),(25686,'Pubal',NULL,2066),(25687,'Pucheon',NULL,2066),(25688,'Pyeongtaek',NULL,2066),(25689,'Seongnam',NULL,2066),(25690,'Shiheung',NULL,2066),(25691,'Suweon',NULL,2066),(25692,'Taean',NULL,2066),(25693,'Tongducheon',NULL,2066),(25694,'Wabu',NULL,2066),(25695,'Yeoju',NULL,2066),(25696,'Yongin',NULL,2066),(25697,'Andong',NULL,2067),(25698,'Angang',NULL,2067),(25699,'Hayang',NULL,2067),(25700,'Heunghae',NULL,2067),(25701,'Kimcheon',NULL,2067),(25702,'Kumi',NULL,2067),(25703,'Kyeongju',NULL,2067),(25704,'Kyeongsan',NULL,2067),(25705,'Mungyong',NULL,2067),(25706,'Ochon',NULL,2067),(25707,'Oedong',NULL,2067),(25708,'Pohang',NULL,2067),(25709,'Sangju',NULL,2067),(25710,'Seonsan',NULL,2067),(25711,'Waegwan',NULL,2067),(25712,'Yechon',NULL,2067),(25713,'Yeongcheon',NULL,2067),(25714,'Yeongju',NULL,2067),(25715,'Yeonil',NULL,2067),(25716,'Changweon',NULL,2068),(25717,'Chinhae',NULL,2068),(25718,'Chinju',NULL,2068),(25719,'Chinyeong',NULL,2068),(25720,'Keoje',NULL,2068),(25721,'Kimhae',NULL,2068),(25722,'Kochang',NULL,2068),(25723,'Koseong',NULL,2068),(25724,'Masan',NULL,2068),(25725,'Miryang',NULL,2068),(25726,'Naeso',NULL,2068),(25727,'Sacheon',NULL,2068),(25728,'Sinhyeon',NULL,2068),(25729,'Tongyong',NULL,2068),(25730,'Ungsang',NULL,2068),(25731,'Yangju',NULL,2068),(25732,'Yangsan',NULL,2068),(25733,'Anyang-Si',NULL,2069),(25734,'Bucheon',NULL,2069),(25735,'Paju',NULL,2069),(25736,'Sungnamshi',NULL,2069),(25737,'Suwon',NULL,2069),(25738,'Uijongbu',NULL,2069),(25739,'Yangju',NULL,2069),(25740,'Gumi-Shi',NULL,2070),(25741,'Kyungsan',NULL,2070),(25742,'Youngcheon-Si',NULL,2070),(25743,'Bundang',NULL,2071),(25744,'Gunpo',NULL,2071),(25745,'Yangu',NULL,2071),(25746,'Pochun',NULL,2072),(25747,'Yangju',NULL,2072),(25748,'Yonggi',NULL,2072),(25749,'Kijang',NULL,2073),(25750,'Pusan',NULL,2073),(25751,'Seoul',NULL,2074),(25752,'Paju',NULL,2075),(25753,'Hwawon',NULL,2076),(25754,'Taegu',NULL,2076),(25755,'Taejeon',NULL,2077),(25756,'Daejeon',NULL,2078),(25757,'Nongso',NULL,2079),(25758,'Ulsan',NULL,2079),(25759,'Heungup-Myun',NULL,2080),(25760,'Inchon',NULL,2081),(25761,'Pusan',NULL,2081),(25762,'Taejon',NULL,2081),(25763,'Bayan',NULL,2083),(25764,'Hawalli',NULL,2083),(25765,'Massilah',NULL,2083),(25766,'Mushrif',NULL,2083),(25767,'Salwa\'',NULL,2083),(25768,'Sha\'\'ab',NULL,2083),(25769,'Subbah-as-Salim',NULL,2083),(25770,'al-Funaytis',NULL,2083),(25771,'al-Funaytis-al-Garbiyah',NULL,2083),(25772,'al-Jabiriyah',NULL,2083),(25773,'al-Karim',NULL,2083),(25774,'ar-Rumaythiyah',NULL,2083),(25775,'as-Salimiyah',NULL,2083),(25776,'Mishref',NULL,2084),(25777,'Qadesiya',NULL,2085),(25778,'Safat',NULL,2086),(25779,'Salmiya',NULL,2087),(25780,'A\'qaylah',NULL,2088),(25781,'Abu Hulayfah',NULL,2088),(25782,'Dahar',NULL,2088),(25783,'Desert Area',NULL,2088),(25784,'Hadiyah',NULL,2088),(25785,'Jabbar-al-\'Ali',NULL,2088),(25786,'Shu\'aybah',NULL,2088),(25787,'al-Ahmadi',NULL,2088),(25788,'al-Fintas',NULL,2088),(25789,'al-Fuhayhil',NULL,2088),(25790,'al-Mahbulah',NULL,2088),(25791,'al-Manqaf',NULL,2088),(25792,'al-Wafrah',NULL,2088),(25793,'ar-Riqqah',NULL,2088),(25794,'as-Sabahiyah',NULL,2088),(25795,'az-Zawr',NULL,2088),(25796,'\'Umayriyah',NULL,2089),(25797,'Abraq Khitan',NULL,2089),(25798,'Ardiyah',NULL,2089),(25799,'Fardaws',NULL,2089),(25800,'Jalib ash-Shuyuh',NULL,2089),(25801,'Janub-as-Surrah',NULL,2089),(25802,'Khitan-al-Janubiyah',NULL,2089),(25803,'Qartaba',NULL,2089),(25804,'Ray',NULL,2089),(25805,'Riqay',NULL,2089),(25806,'Sabhan',NULL,2089),(25807,'Sarbah-an-Nasr',NULL,2089),(25808,'Warmawk',NULL,2089),(25809,'al-Andalus',NULL,2089),(25810,'al-Farwaniyah',NULL,2089),(25811,'ar-Rabbiyah',NULL,2089),(25812,'Amgarah',NULL,2090),(25813,'Desert Area',NULL,2090),(25814,'Nasim',NULL,2090),(25815,'Tayma\'',NULL,2090),(25816,'Uyawn',NULL,2090),(25817,'Waha',NULL,2090),(25818,'al-Jahra',NULL,2090),(25819,'al-Qusayr',NULL,2090),(25820,'as-Sulaybiyah',NULL,2090),(25821,'\'Abullah-as-Salam',NULL,2091),(25822,'Ardhiyah',NULL,2091),(25823,'Banayd-al-Qar',NULL,2091),(25824,'Health District',NULL,2091),(25825,'Kayfan',NULL,2091),(25826,'Khalidiyah',NULL,2091),(25827,'Mansuriyah',NULL,2091),(25828,'Nuzha',NULL,2091),(25829,'Qarnadah',NULL,2091),(25830,'Shamiyah',NULL,2091),(25831,'ad-Da\'iyah',NULL,2091),(25832,'ad-Dasma',NULL,2091),(25833,'ad-Dawhah',NULL,2091),(25834,'al-\'Udayliyah',NULL,2091),(25835,'al-Fayha',NULL,2091),(25836,'al-Kuwayt',NULL,2091),(25837,'al-Qadisiyah',NULL,2091),(25838,'ar-Rawdah',NULL,2091),(25839,'as-Sulaybihat',NULL,2091),(25840,'ash-Shuwaykh Industrial',NULL,2091),(25841,'ash-Shuwaykh Reservoir',NULL,2091),(25842,'Batken',NULL,2092),(25843,'Isfana',NULL,2092),(25844,'Khaidarkan',NULL,2092),(25845,'Kyzyl-Kiya',NULL,2092),(25846,'Ravat',NULL,2092),(25847,'Sulukta',NULL,2092),(25848,'Bishkek',NULL,2093),(25849,'Ak-Suu',NULL,2094),(25850,'Belovodskoye',NULL,2094),(25851,'Boroldoy',NULL,2094),(25852,'Chaldovar',NULL,2094),(25853,'Chatkyol',NULL,2094),(25854,'Chui',NULL,2094),(25855,'Don Arik',NULL,2094),(25856,'Ivanovka',NULL,2094),(25857,'Jangyjar',NULL,2094),(25858,'Jangypakhtar',NULL,2094),(25859,'Kalininskoye',NULL,2094),(25860,'Kalinovka',NULL,2094),(25861,'Kant',NULL,2094),(25862,'Kara-Suu',NULL,2094),(25863,'Karabalta',NULL,2094),(25864,'Kayingdi',NULL,2094),(25865,'Kegety',NULL,2094),(25866,'Kemin',NULL,2094),(25867,'Kosh Tegirmen',NULL,2094),(25868,'Krasnaya Rechka',NULL,2094),(25869,'Orlovka',NULL,2094),(25870,'Sokuluk',NULL,2094),(25871,'Sopokov',NULL,2094),(25872,'Sosnovka',NULL,2094),(25873,'Tokmok',NULL,2094),(25874,'Tunuk',NULL,2094),(25875,'Yuryevka',NULL,2094),(25876,'Ak-Bulok',NULL,2095),(25877,'Ak-Terek',NULL,2095),(25878,'Ananyevo',NULL,2095),(25879,'Balykchy',NULL,2095),(25880,'Barskoon',NULL,2095),(25881,'Cholpon-Ata',NULL,2095),(25882,'Darkhon',NULL,2095),(25883,'Enilchek',NULL,2095),(25884,'Grigoryevka',NULL,2095),(25885,'Jyrgolon',NULL,2095),(25886,'Kara-Say',NULL,2095),(25887,'Karako',NULL,2095),(25888,'Karakol',NULL,2095),(25889,'Kuturgu',NULL,2095),(25890,'Mikhaylovka',NULL,2095),(25891,'Novovoznesenovka',NULL,2095),(25892,'Ottuk',NULL,2095),(25893,'Semyonovka',NULL,2095),(25894,'Taldy-Suu',NULL,2095),(25895,'Teploklyuchenka',NULL,2095),(25896,'Tyup',NULL,2095),(25897,'Ala Buka',NULL,2096),(25898,'Bazarkurgon',NULL,2096),(25899,'Jalal-Abad',NULL,2096),(25900,'Jangybazar',NULL,2096),(25901,'Karavan',NULL,2096),(25902,'Kochkor-Ata',NULL,2096),(25903,'Kok-Jangak',NULL,2096),(25904,'Mailuu-Suu',NULL,2096),(25905,'Tash-Kumyr',NULL,2096),(25906,'At-Bashi',NULL,2097),(25907,'Chaiek',NULL,2097),(25908,'Kara-Suu',NULL,2097),(25909,'Kayirma',NULL,2097),(25910,'Kek-Algyp',NULL,2097),(25911,'Kochkorka',NULL,2097),(25912,'Kulanak',NULL,2097),(25913,'Mingbulok',NULL,2097),(25914,'Mingkush',NULL,2097),(25915,'Naryn',NULL,2097),(25916,'Ugyut',NULL,2097),(25917,'Daraut-Korgan',NULL,2098),(25918,'Gulcha',NULL,2098),(25919,'Kara-Suu',NULL,2098),(25920,'Leninskoye',NULL,2098),(25921,'Osh',NULL,2098),(25922,'Uzgen',NULL,2098),(25923,'Chat-Bazar',NULL,2099),(25924,'Groznoye',NULL,2099),(25925,'Kara-Kul',NULL,2099),(25926,'Klyuchevka',NULL,2099),(25927,'Kyzyl-Adyr',NULL,2099),(25928,'Leninopol',NULL,2099),(25929,'Maimak',NULL,2099),(25930,'Talas',NULL,2099),(25931,'Toktogul',NULL,2099),(25932,'Samakhixai',NULL,2100),(25933,'Huayxay',NULL,2101),(25934,'Pakxan',NULL,2102),(25935,'Champasak',NULL,2103),(25936,'Muang Khong',NULL,2103),(25937,'Muang Khongxedon',NULL,2103),(25938,'Pakxe',NULL,2103),(25939,'Xam Nua',NULL,2104),(25940,'Thakek',NULL,2105),(25941,'Ban Nahin',NULL,2108),(25942,'Phongsaly',NULL,2109),(25943,'Saravan',NULL,2110),(25944,'Savannakhet',NULL,2111),(25945,'Sekong',NULL,2112),(25946,'Xaignabury',NULL,2115),(25947,'Aizkraukle',NULL,2117),(25948,'Jaunjelgava',NULL,2117),(25949,'Plavinas',NULL,2117),(25950,'Aluksne',NULL,2118),(25951,'Ape',NULL,2118),(25952,'Balvi',NULL,2119),(25953,'Vilaka',NULL,2119),(25954,'Bauska',NULL,2120),(25955,'Cesis',NULL,2121),(25956,'Ligatne',NULL,2121),(25957,'Ilukste',NULL,2122),(25958,'Subate',NULL,2122),(25959,'Ilukste',NULL,2123),(25960,'Subate',NULL,2123),(25961,'Auce',NULL,2124),(25962,'Dobele',NULL,2124),(25963,'Gulbene',NULL,2125),(25964,'Akniste',NULL,2126),(25965,'Jekabspils',NULL,2126),(25966,'Viesite',NULL,2126),(25967,'Jelgava',NULL,2127),(25968,'Kalnciems',NULL,2128),(25969,'Dagda',NULL,2130),(25970,'Kraslava',NULL,2130),(25971,'Kuldiga',NULL,2131),(25972,'Skrunda',NULL,2131),(25973,'Liepaja',NULL,2132),(25974,'Aizpute',NULL,2133),(25975,'Durbe',NULL,2133),(25976,'Grobina',NULL,2133),(25977,'Pavilosta',NULL,2133),(25978,'Priekule',NULL,2133),(25979,'Ainazhi',NULL,2134),(25980,'Aloja',NULL,2134),(25981,'Limbazhi',NULL,2134),(25982,'Salacgriva',NULL,2134),(25983,'Staicele',NULL,2134),(25984,'Karsava',NULL,2135),(25985,'Ludza',NULL,2135),(25986,'Zilupe',NULL,2135),(25987,'Cesvaine',NULL,2136),(25988,'Lubana',NULL,2136),(25989,'Madona',NULL,2136),(25990,'Varaklani',NULL,2136),(25991,'Ikskile',NULL,2137),(25992,'Kegums',NULL,2137),(25993,'Les Hautes-Rivieres',NULL,2137),(25994,'Lielvarde',NULL,2137),(25995,'Ogre',NULL,2137),(25996,'Livani',NULL,2138),(25997,'Preili',NULL,2138),(25998,'Rezekne',NULL,2139),(25999,'Vilani',NULL,2140),(26000,'Riga',NULL,2141),(26001,'Baldone',NULL,2142),(26002,'Balozhi',NULL,2142),(26003,'Olaine',NULL,2142),(26004,'Salaspils',NULL,2142),(26005,'Saulkrasti',NULL,2142),(26006,'Sigulda',NULL,2142),(26007,'Vangazhi',NULL,2142),(26008,'Broceni',NULL,2143),(26009,'Saldus',NULL,2143),(26010,'Sabile',NULL,2144),(26011,'Stende',NULL,2144),(26012,'Talsi',NULL,2144),(26013,'Valdemarpils',NULL,2144),(26014,'Kandava',NULL,2145),(26015,'Tukums',NULL,2145),(26016,'Seda',NULL,2146),(26017,'Smiltene',NULL,2146),(26018,'Strenchi',NULL,2146),(26019,'Valka',NULL,2146),(26020,'Mazsalaca',NULL,2147),(26021,'Rujiena',NULL,2147),(26022,'Valmiera',NULL,2147),(26023,'Piltene',NULL,2148),(26024,'Piltene',NULL,2149),(26025,'Beirut',NULL,2150),(26026,'Jdeidet el Metn',NULL,2150),(26027,'Jnaah',NULL,2150),(26028,'Sidon',NULL,2154),(26029,'Ba\'labakk',NULL,2155),(26030,'Jubb Jannin',NULL,2155),(26031,'Rashayya',NULL,2155),(26032,'Riyak',NULL,2155),(26033,'Zahlah',NULL,2155),(26034,'al-Hirmil',NULL,2155),(26035,'Jazzin',NULL,2156),(26036,'Juwayya',NULL,2156),(26037,'Sayda\'',NULL,2156),(26038,'Sur',NULL,2156),(26039,'Marj \'Uyun',NULL,2157),(26040,'Nabatieh',NULL,2157),(26041,'an-Nabatiyat-at-Tahta',NULL,2157),(26042,'Tarabulus ash-Sham',NULL,2158),(26043,'al-Batrun',NULL,2158),(26044,'Teyateyaneng',NULL,2159),(26045,'Butha Buthe',NULL,2160),(26046,'Hlotse',NULL,2161),(26047,'Maputsoa',NULL,2161),(26048,'Mafeteng',NULL,2162),(26049,'Maseru',NULL,2163),(26050,'Mokhotlong',NULL,2165),(26051,'Quthing',NULL,2167),(26052,'Thaba-Tseka',NULL,2168),(26053,'Tubmanburg',NULL,2169),(26054,'Gbarnga',NULL,2170),(26055,'Voinjama',NULL,2174),(26056,'Harbel',NULL,2175),(26057,'Kakata',NULL,2175),(26058,'Bensonville',NULL,2177),(26059,'Monrovia',NULL,2177),(26060,'Ganta',NULL,2178),(26061,'Sanniquellie',NULL,2178),(26062,'Yekepa',NULL,2178),(26063,'Rivercess',NULL,2179),(26064,'Greenville',NULL,2180),(26065,'Ajdabiya',NULL,2181),(26066,'Awjilah',NULL,2181),(26067,'Marsa al-Burayqah',NULL,2181),(26068,'az-Zuwaytinah',NULL,2181),(26069,'Awbari',NULL,2182),(26070,'Ghat',NULL,2182),(26071,'Banghazi',NULL,2183),(26072,'Suluq',NULL,2183),(26073,'al-Quriyah',NULL,2183),(26074,'Darnah',NULL,2184),(26075,'Ghadamis',NULL,2185),(26076,'Nalut',NULL,2185),(26077,'Gharyan',NULL,2186),(26078,'Mizdah',NULL,2186),(26079,'al-Qaryah-ash-Sharqiyah',NULL,2186),(26080,'Misratah',NULL,2187),(26081,'Murzuq',NULL,2188),(26082,'Sabha',NULL,2189),(26083,'Bani Walid',NULL,2190),(26084,'Surt',NULL,2191),(26085,'Tarabulus',NULL,2192),(26086,'Tripoli',NULL,2192),(26087,'Tarhunah',NULL,2193),(26088,'Misrata',NULL,2194),(26089,'Bardiyah',NULL,2195),(26090,'Tubruq',NULL,2195),(26091,'Yafran',NULL,2196),(26092,'Zlitan',NULL,2197),(26093,'al-Aziziyah',NULL,2198),(26094,'al-Abyar',NULL,2199),(26095,'al-Marj',NULL,2199),(26096,'Waddan',NULL,2201),(26097,'al-Khums',NULL,2202),(26098,'al-Jawf',NULL,2203),(26099,'Birak',NULL,2205),(26100,'az-Zawiyah',NULL,2206),(26101,'Balzers',NULL,2207),(26102,'Eschen',NULL,2208),(26103,'Gamprin',NULL,2209),(26104,'Mauren',NULL,2210),(26105,'Planken',NULL,2211),(26106,'Ruggell',NULL,2212),(26107,'Schaan',NULL,2213),(26108,'Schellenberg',NULL,2214),(26109,'Triesen',NULL,2215),(26110,'Triesenberg',NULL,2216),(26111,'Vaduz',NULL,2217),(26112,'Alytus',NULL,2218),(26113,'Daugai',NULL,2218),(26114,'Druskininkai',NULL,2218),(26115,'Lazdijai',NULL,2218),(26116,'Simnas',NULL,2218),(26117,'Varena',NULL,2218),(26118,'Veisiejai',NULL,2218),(26119,'Anyksciai',NULL,2219),(26120,'Ariogala',NULL,2220),(26121,'Birshtonas',NULL,2220),(26122,'Dotnuva',NULL,2220),(26123,'Ezherelis',NULL,2220),(26124,'Garliava',NULL,2220),(26125,'Jieznas',NULL,2220),(26126,'Jonava',NULL,2220),(26127,'Kachergine',NULL,2220),(26128,'Kaishiadorys',NULL,2220),(26129,'Kaunas',NULL,2220),(26130,'Kedainiai',NULL,2220),(26131,'Kulautuva',NULL,2220),(26132,'Prienai',NULL,2220),(26133,'Raseiniai',NULL,2220),(26134,'Vilkija',NULL,2220),(26135,'Zhiezhmariai',NULL,2220),(26136,'Gargzhdai',NULL,2221),(26137,'Klaipeda',NULL,2221),(26138,'Kretinga',NULL,2221),(26139,'Neringa',NULL,2221),(26140,'Pagegiai',NULL,2221),(26141,'Palanga',NULL,2221),(26142,'Panemune',NULL,2221),(26143,'Priekule',NULL,2221),(26144,'Rusne',NULL,2221),(26145,'Salantai',NULL,2221),(26146,'Shilute',NULL,2221),(26147,'Skuodas',NULL,2221),(26148,'Zhemaichiu Naumiestis',NULL,2221),(26149,'Gelgaudishkis',NULL,2222),(26150,'Kalvarija',NULL,2222),(26151,'Kazlu Ruda',NULL,2222),(26152,'Kudirkos Naumiestis',NULL,2222),(26153,'Kybartai',NULL,2222),(26154,'Marijampole',NULL,2222),(26155,'Shakiai',NULL,2222),(26156,'Vilkavishkis',NULL,2222),(26157,'Virbalis',NULL,2222),(26158,'Birzhai',NULL,2223),(26159,'Jonishkelis',NULL,2223),(26160,'Juodupe',NULL,2223),(26161,'Kupishkis',NULL,2223),(26162,'Obeliai',NULL,2223),(26163,'Pandelys',NULL,2223),(26164,'Panevezhys',NULL,2223),(26165,'Panevezio',NULL,2223),(26166,'Pasvalys',NULL,2223),(26167,'Ramygala',NULL,2223),(26168,'Rokishkis',NULL,2223),(26169,'Subachius',NULL,2223),(26170,'Vabalninkas',NULL,2223),(26171,'Panevezys',NULL,2224),(26172,'Akmene',NULL,2225),(26173,'Jonishkis',NULL,2225),(26174,'Kelme',NULL,2225),(26175,'Kurshenai',NULL,2225),(26176,'Linkuva',NULL,2225),(26177,'Naujoji Akmene',NULL,2225),(26178,'Pakruojis',NULL,2225),(26179,'Radvilishkis',NULL,2225),(26180,'Sheduva',NULL,2225),(26181,'Shiauliai',NULL,2225),(26182,'Siauliai',NULL,2225),(26183,'Tyruliai',NULL,2225),(26184,'Tytuvenai',NULL,2225),(26185,'Uzhventis',NULL,2225),(26186,'Venta',NULL,2225),(26187,'Viekshniai',NULL,2225),(26188,'Zhagare',NULL,2225),(26189,'Jurbarkas',NULL,2226),(26190,'Shilale',NULL,2226),(26191,'Skaudvile',NULL,2226),(26192,'Smalininkai',NULL,2226),(26193,'Taurage',NULL,2226),(26194,'Guglingen',NULL,2227),(26195,'Mazheikiai',NULL,2227),(26196,'Plunge',NULL,2227),(26197,'Rietavas',NULL,2227),(26198,'Seda',NULL,2227),(26199,'Telshiai',NULL,2227),(26200,'Varniai',NULL,2227),(26201,'Mazeikiai',NULL,2228),(26202,'Anykshchiai',NULL,2229),(26203,'Dukshtas',NULL,2229),(26204,'Dusetos',NULL,2229),(26205,'Ignalina',NULL,2229),(26206,'Kavarskas',NULL,2229),(26207,'Moletai',NULL,2229),(26208,'Troshkunai',NULL,2229),(26209,'Turmantas',NULL,2229),(26210,'Utena',NULL,2229),(26211,'Visaginas',NULL,2229),(26212,'Zarasai',NULL,2229),(26213,'Baltoji Voke',NULL,2230),(26214,'Eishishkes',NULL,2230),(26215,'Elektrenai',NULL,2230),(26216,'Grigishkes',NULL,2230),(26217,'Lentvaris',NULL,2230),(26218,'Nemenchine',NULL,2230),(26219,'Pabrade',NULL,2230),(26220,'Rudishkes',NULL,2230),(26221,'Shalchininkai',NULL,2230),(26222,'Shirvintos',NULL,2230),(26223,'Shvenchioneliai',NULL,2230),(26224,'Shvenchionys',NULL,2230),(26225,'Trakai',NULL,2230),(26226,'Ukmerge',NULL,2230),(26227,'Vievis',NULL,2230),(26228,'Vilnius',NULL,2230),(26229,'Bascharage',NULL,2231),(26230,'Bettange-sur-Mess',NULL,2231),(26231,'Bridel',NULL,2231),(26232,'Capellen',NULL,2231),(26233,'Clemency',NULL,2231),(26234,'Dahlem',NULL,2231),(26235,'Dippach',NULL,2231),(26236,'Dondelange',NULL,2231),(26237,'Eischen',NULL,2231),(26238,'Fingig',NULL,2231),(26239,'Garnich',NULL,2231),(26240,'Goeblange',NULL,2231),(26241,'Goetzingen',NULL,2231),(26242,'Grass',NULL,2231),(26243,'Greisch',NULL,2231),(26244,'Hagen',NULL,2231),(26245,'Hautcharage',NULL,2231),(26246,'Hivange',NULL,2231),(26247,'Hobscheid',NULL,2231),(26248,'Holzem',NULL,2231),(26249,'Kahler',NULL,2231),(26250,'Kehlen',NULL,2231),(26251,'Keispelt',NULL,2231),(26252,'Kleinbettingen',NULL,2231),(26253,'Koerich',NULL,2231),(26254,'Kospstal',NULL,2231),(26255,'Linger',NULL,2231),(26256,'Mamer',NULL,2231),(26257,'Meispelt',NULL,2231),(26258,'Nospelt',NULL,2231),(26259,'Olm',NULL,2231),(26260,'Roodt',NULL,2231),(26261,'Schouweiler',NULL,2231),(26262,'Septfontaines',NULL,2231),(26263,'Sprinkange',NULL,2231),(26264,'Steinfort',NULL,2231),(26265,'Allerborn',NULL,2232),(26266,'Asselborn',NULL,2232),(26267,'Basbellain',NULL,2232),(26268,'Beiler',NULL,2232),(26269,'Binsfeld',NULL,2232),(26270,'Biwisch',NULL,2232),(26271,'Bockholtz',NULL,2232),(26272,'Boevange',NULL,2232),(26273,'Boxhorn',NULL,2232),(26274,'Brachtenbach',NULL,2232),(26275,'Breidfeld',NULL,2232),(26276,'Cinqfontaines',NULL,2232),(26277,'Clervaux',NULL,2232),(26278,'Consthum',NULL,2232),(26279,'Crendal',NULL,2232),(26280,'Deiffelt-Lentzweiler',NULL,2232),(26281,'Derenbach',NULL,2232),(26282,'Doennange',NULL,2232),(26283,'Dorscheid',NULL,2232),(26284,'Drauffelt',NULL,2232),(26285,'Drinklange',NULL,2232),(26286,'Eisenbach',NULL,2232),(26287,'Eselborn',NULL,2232),(26288,'Fischbach',NULL,2232),(26289,'Goedange',NULL,2232),(26290,'Grindhausen',NULL,2232),(26291,'Hachiville',NULL,2232),(26292,'Hamiville',NULL,2232),(26293,'Hautbellain',NULL,2232),(26294,'Heinerscheid',NULL,2232),(26295,'Hoffelt',NULL,2232),(26296,'Holler',NULL,2232),(26297,'Holzthum',NULL,2232),(26298,'Hosingen',NULL,2232),(26299,'Huldange',NULL,2232),(26300,'Hupperdange',NULL,2232),(26301,'Kalborn',NULL,2232),(26302,'Leithum',NULL,2232),(26303,'Lieler',NULL,2232),(26304,'Lullange',NULL,2232),(26305,'Marnach',NULL,2232),(26306,'Maulusmuehle',NULL,2232),(26307,'Munshausen',NULL,2232),(26308,'Neidhausen',NULL,2232),(26309,'Niederwampach-Schimpach',NULL,2232),(26310,'Oberwampach',NULL,2232),(26311,'Reuler',NULL,2232),(26312,'Roder',NULL,2232),(26313,'Rodershausen',NULL,2232),(26314,'Rumlange-Lentzweiler',NULL,2232),(26315,'Sassel',NULL,2232),(26316,'Siebenaler',NULL,2232),(26317,'Stockem',NULL,2232),(26318,'Troine-Hinterhasselt',NULL,2232),(26319,'Troine-Route',NULL,2232),(26320,'Troisvierges',NULL,2232),(26321,'Urspelt',NULL,2232),(26322,'Wahlhausen',NULL,2232),(26323,'Weicherdange',NULL,2232),(26324,'Weiler',NULL,2232),(26325,'Weiswampach',NULL,2232),(26326,'Wilwerdange',NULL,2232),(26327,'Wincrange',NULL,2232),(26328,'Bastendorf',NULL,2233),(26329,'Bettendorf',NULL,2233),(26330,'Bigelbach',NULL,2233),(26331,'Bourscheid',NULL,2233),(26332,'Brandenbourg',NULL,2233),(26333,'Burden',NULL,2233),(26334,'Diekirch',NULL,2233),(26335,'Eppeldorf',NULL,2233),(26336,'Ermsdorf',NULL,2233),(26337,'Erpeldange',NULL,2233),(26338,'Ettelbruck',NULL,2233),(26339,'Folkendange',NULL,2233),(26340,'Gilsdorf',NULL,2233),(26341,'Hoesdorf',NULL,2233),(26342,'Hoscheid',NULL,2233),(26343,'Hoscheid-Dickt',NULL,2233),(26344,'Ingeldorf',NULL,2233),(26345,'Kehmen-Scheidel',NULL,2233),(26346,'Landscheid',NULL,2233),(26347,'Lipperscheid',NULL,2233),(26348,'Medernach',NULL,2233),(26349,'Mertzig',NULL,2233),(26350,'Michelau',NULL,2233),(26351,'Moestroff',NULL,2233),(26352,'Niederfeulen',NULL,2233),(26353,'Oberfeulen',NULL,2233),(26354,'Reisdorf',NULL,2233),(26355,'Savelborn + Fermes',NULL,2233),(26356,'Schieren',NULL,2233),(26357,'Schlindermanderscheid',NULL,2233),(26358,'Stegen',NULL,2233),(26359,'Tandel',NULL,2233),(26360,'Wallendorf',NULL,2233),(26361,'Warken',NULL,2233),(26362,'Welscheid',NULL,2233),(26363,'Altrier',NULL,2234),(26364,'Beaufort',NULL,2234),(26365,'Bech',NULL,2234),(26366,'Berdorf',NULL,2234),(26367,'Bollendorf-Pont',NULL,2234),(26368,'Born',NULL,2234),(26369,'Boursdorf',NULL,2234),(26370,'Breidweiler',NULL,2234),(26371,'Christnach',NULL,2234),(26372,'Consdorf',NULL,2234),(26373,'Dickweiler',NULL,2234),(26374,'Dillingen',NULL,2234),(26375,'Echternach',NULL,2234),(26376,'Girst',NULL,2234),(26377,'Girsterklaus',NULL,2234),(26378,'Givenich',NULL,2234),(26379,'Grundhof',NULL,2234),(26380,'Haller',NULL,2234),(26381,'Hemstal',NULL,2234),(26382,'Herborn',NULL,2234),(26383,'Hersberg-Kobenbour-Graulinster',NULL,2234),(26384,'Hinkel',NULL,2234),(26385,'Moersdorf',NULL,2234),(26386,'Mompach',NULL,2234),(26387,'Mullerthal',NULL,2234),(26388,'Osweiler',NULL,2234),(26389,'Rippig',NULL,2234),(26390,'Rosport',NULL,2234),(26391,'Scheidgen',NULL,2234),(26392,'Steinheim',NULL,2234),(26393,'Waldbillig',NULL,2234),(26394,'Weilerbach',NULL,2234),(26395,'Zittig',NULL,2234),(26396,'Abweiler',NULL,2235),(26397,'Aspelt',NULL,2235),(26398,'Belvaux',NULL,2235),(26399,'Berchem',NULL,2235),(26400,'Bergem',NULL,2235),(26401,'Bettembourg',NULL,2235),(26402,'Bivange',NULL,2235),(26403,'Crauthem',NULL,2235),(26404,'Differdange',NULL,2235),(26405,'Dudelange',NULL,2235),(26406,'Ehlange',NULL,2235),(26407,'Ehlerange',NULL,2235),(26408,'Esch-Alzette',NULL,2235),(26409,'Fennange',NULL,2235),(26410,'Foetz',NULL,2235),(26411,'Fousbann',NULL,2235),(26412,'Frisange',NULL,2235),(26413,'Hellange',NULL,2235),(26414,'Huncherange',NULL,2235),(26415,'Kayl',NULL,2235),(26416,'Kockelscheuer',NULL,2235),(26417,'Lamadelaine',NULL,2235),(26418,'Lasauvage',NULL,2235),(26419,'Leudelange',NULL,2235),(26420,'Limpach',NULL,2235),(26421,'Livange',NULL,2235),(26422,'Mondercange',NULL,2235),(26423,'Niedercorn',NULL,2235),(26424,'Noertzange',NULL,2235),(26425,'Obercorn',NULL,2235),(26426,'Peppange',NULL,2235),(26427,'Petange',NULL,2235),(26428,'Pissange',NULL,2235),(26429,'Pontpierre',NULL,2235),(26430,'Reckange-sur-Mess',NULL,2235),(26431,'Rodange',NULL,2235),(26432,'Roedgen',NULL,2235),(26433,'Roeser',NULL,2235),(26434,'Rumelange',NULL,2235),(26435,'Sanem',NULL,2235),(26436,'Schifflange',NULL,2235),(26437,'Soleuvre',NULL,2235),(26438,'Tetange',NULL,2235),(26439,'Wickrange',NULL,2235),(26440,'Ahn-Dreiborn',NULL,2236),(26441,'Altlinster',NULL,2236),(26442,'Beidweiler',NULL,2236),(26443,'Berbourg',NULL,2236),(26444,'Berg',NULL,2236),(26445,'Betzdorf',NULL,2236),(26446,'Beyren',NULL,2236),(26447,'Biwer',NULL,2236),(26448,'Biwerbach',NULL,2236),(26449,'Boudler',NULL,2236),(26450,'Boudlerbach',NULL,2236),(26451,'Bourglinster',NULL,2236),(26452,'Breinert',NULL,2236),(26453,'Brouch',NULL,2236),(26454,'Ehnen',NULL,2236),(26455,'Eisenborn',NULL,2236),(26456,'Eschweiler',NULL,2236),(26457,'Flaxweiler',NULL,2236),(26458,'Godbrange',NULL,2236),(26459,'Gonderange',NULL,2236),(26460,'Gostingen',NULL,2236),(26461,'Graulinster-Blumenthal',NULL,2236),(26462,'Grevenmacher',NULL,2236),(26463,'Hagelsdorf',NULL,2236),(26464,'Imbringen',NULL,2236),(26465,'Junglinster',NULL,2236),(26466,'Lellig',NULL,2236),(26467,'Machtum',NULL,2236),(26468,'Manternach',NULL,2236),(26469,'Mensdorf',NULL,2236),(26470,'Mertert',NULL,2236),(26471,'Munschecker',NULL,2236),(26472,'Niederdonven',NULL,2236),(26473,'Oberdonven',NULL,2236),(26474,'Olingen',NULL,2236),(26475,'Rodenbourg',NULL,2236),(26476,'Roodt-sur-Syr',NULL,2236),(26477,'Wasserbillig',NULL,2236),(26478,'Wecker',NULL,2236),(26479,'Wecker-Gare',NULL,2236),(26480,'Weydig',NULL,2236),(26481,'Wormeldange',NULL,2236),(26482,'Wormeldange-Haut',NULL,2236),(26483,'Alzingen',NULL,2237),(26484,'Bereldange',NULL,2237),(26485,'Bertrange',NULL,2237),(26486,'Contern',NULL,2237),(26487,'Ernster',NULL,2237),(26488,'Fentange',NULL,2237),(26489,'Findel',NULL,2237),(26490,'Hassel',NULL,2237),(26491,'Heisdorf',NULL,2237),(26492,'Helmsange',NULL,2237),(26493,'Hesperange',NULL,2237),(26494,'Hostert',NULL,2237),(26495,'Howald',NULL,2237),(26496,'Itzig',NULL,2237),(26497,'Luxembourg',NULL,2237),(26498,'Medingen',NULL,2237),(26499,'Moutfort',NULL,2237),(26500,'Mullendorf',NULL,2237),(26501,'Munsbach',NULL,2237),(26502,'Neuhaeusgen',NULL,2237),(26503,'Niederanven',NULL,2237),(26504,'Oberanven',NULL,2237),(26505,'Oetrange',NULL,2237),(26506,'Rameldange',NULL,2237),(26507,'Sandweiler',NULL,2237),(26508,'Schrassig',NULL,2237),(26509,'Schuttrange',NULL,2237),(26510,'Senningen',NULL,2237),(26511,'Senningerberg',NULL,2237),(26512,'Steinsel',NULL,2237),(26513,'Strassen',NULL,2237),(26514,'Syren',NULL,2237),(26515,'Uebersyren',NULL,2237),(26516,'Waldhof',NULL,2237),(26517,'Walferdange',NULL,2237),(26518,'Weiler-la-Tour',NULL,2237),(26519,'Angelsberg',NULL,2238),(26520,'Ansembourg',NULL,2238),(26521,'Beringen',NULL,2238),(26522,'Bissen',NULL,2238),(26523,'Blaschette',NULL,2238),(26524,'Boevange-Attert',NULL,2238),(26525,'Bofferdange',NULL,2238),(26526,'Bour',NULL,2238),(26527,'Brouch',NULL,2238),(26528,'Buschdorf',NULL,2238),(26529,'Colmar-Berg',NULL,2238),(26530,'Cruchten',NULL,2238),(26531,'Ernzen',NULL,2238),(26532,'Essingen',NULL,2238),(26533,'Fischbach',NULL,2238),(26534,'Glabach',NULL,2238),(26535,'Gosseldange',NULL,2238),(26536,'Grevenknapp-Bill-Finsterthal',NULL,2238),(26537,'Heffingen',NULL,2238),(26538,'Helmdange',NULL,2238),(26539,'Hollenfels',NULL,2238),(26540,'Hunsdorf',NULL,2238),(26541,'Larochette',NULL,2238),(26542,'Lintgen',NULL,2238),(26543,'Lorentzweiler',NULL,2238),(26544,'Marienthal',NULL,2238),(26545,'Mersch',NULL,2238),(26546,'Moesdorf',NULL,2238),(26547,'Nommern',NULL,2238),(26548,'Pettingen',NULL,2238),(26549,'Prettange',NULL,2238),(26550,'Reckange',NULL,2238),(26551,'Reuland',NULL,2238),(26552,'Rollingen',NULL,2238),(26553,'Scherbach',NULL,2238),(26554,'Scherfenhof',NULL,2238),(26555,'Schiltzberg',NULL,2238),(26556,'Schoenfels',NULL,2238),(26557,'Schoos',NULL,2238),(26558,'Schrondweiler',NULL,2238),(26559,'Tuntange',NULL,2238),(26560,'Arsdorf',NULL,2239),(26561,'Beckerich',NULL,2239),(26562,'Bettborn',NULL,2239),(26563,'Bigonville',NULL,2239),(26564,'Bilsdorf',NULL,2239),(26565,'Brattert-Rindschleiden',NULL,2239),(26566,'Buschrodt',NULL,2239),(26567,'Calmus',NULL,2239),(26568,'Colpach-Bas',NULL,2239),(26569,'Colpach-Haut',NULL,2239),(26570,'Dellen-Lehrhof-Grevels',NULL,2239),(26571,'Ehner',NULL,2239),(26572,'Ell',NULL,2239),(26573,'Eltz',NULL,2239),(26574,'Elvange',NULL,2239),(26575,'Eschette',NULL,2239),(26576,'Everlange',NULL,2239),(26577,'Folschette',NULL,2239),(26578,'Grevels',NULL,2239),(26579,'Grosbous',NULL,2239),(26580,'Haut-Martelange',NULL,2239),(26581,'Heispelt',NULL,2239),(26582,'Holtz',NULL,2239),(26583,'Hostert',NULL,2239),(26584,'Hovelange',NULL,2239),(26585,'Huttange',NULL,2239),(26586,'Kapweiler',NULL,2239),(26587,'Koetschette',NULL,2239),(26588,'Kuborn',NULL,2239),(26589,'Lannen',NULL,2239),(26590,'Levelange',NULL,2239),(26591,'Michelbouch',NULL,2239),(26592,'Nagem',NULL,2239),(26593,'Niederpallen',NULL,2239),(26594,'Noerdange',NULL,2239),(26595,'Oberpallen',NULL,2239),(26596,'Ospern',NULL,2239),(26597,'Perle',NULL,2239),(26598,'Petit-Nobressart',NULL,2239),(26599,'Platen',NULL,2239),(26600,'Pratz',NULL,2239),(26601,'Rambrouch',NULL,2239),(26602,'Redange',NULL,2239),(26603,'Reichlange',NULL,2239),(26604,'Reimberg',NULL,2239),(26605,'Rippweiler',NULL,2239),(26606,'Rombach',NULL,2239),(26607,'Roodt',NULL,2239),(26608,'Saeul',NULL,2239),(26609,'Schandel',NULL,2239),(26610,'Schwebach',NULL,2239),(26611,'Schweich',NULL,2239),(26612,'Useldange',NULL,2239),(26613,'Vichten',NULL,2239),(26614,'Wahl',NULL,2239),(26615,'Wolwelange',NULL,2239),(26616,'Altwies',NULL,2240),(26617,'Assel',NULL,2240),(26618,'Bech-Kleinmacher',NULL,2240),(26619,'Bous',NULL,2240),(26620,'Burmerange',NULL,2240),(26621,'Canach',NULL,2240),(26622,'Dalheim',NULL,2240),(26623,'Ellange',NULL,2240),(26624,'Elvange',NULL,2240),(26625,'Emerange',NULL,2240),(26626,'Erpeldange',NULL,2240),(26627,'Filsdorf',NULL,2240),(26628,'Greiveldange',NULL,2240),(26629,'Lenningen',NULL,2240),(26630,'Mondorf-les-Bains',NULL,2240),(26631,'Remerschen',NULL,2240),(26632,'Remich',NULL,2240),(26633,'Rolling',NULL,2240),(26634,'Schengen',NULL,2240),(26635,'Schwebsingen',NULL,2240),(26636,'Stadtbredimus',NULL,2240),(26637,'Trintange',NULL,2240),(26638,'Trintange-Ersange-Roedt',NULL,2240),(26639,'Waldbredimus',NULL,2240),(26640,'Welfrange',NULL,2240),(26641,'Wellenstein',NULL,2240),(26642,'Wintrange',NULL,2240),(26643,'Bettel',NULL,2241),(26644,'Bivels',NULL,2241),(26645,'Fouhren',NULL,2241),(26646,'Gralingen',NULL,2241),(26647,'Longsdorf',NULL,2241),(26648,'Merscheid',NULL,2241),(26649,'Nachtmanderscheid',NULL,2241),(26650,'Putscheid',NULL,2241),(26651,'Stolzembourg',NULL,2241),(26652,'Vianden',NULL,2241),(26653,'Walsdorf',NULL,2241),(26654,'Weiler',NULL,2241),(26655,'Alscheid',NULL,2242),(26656,'Baschleiden',NULL,2242),(26657,'Bavigne',NULL,2242),(26658,'Berle',NULL,2242),(26659,'Bockholtz',NULL,2242),(26660,'Boulaide',NULL,2242),(26661,'Buderscheid',NULL,2242),(26662,'Dahl',NULL,2242),(26663,'Doncols',NULL,2242),(26664,'Enscherange',NULL,2242),(26665,'Erpeldange',NULL,2242),(26666,'Esch-sur-Sure',NULL,2242),(26667,'Eschdorf',NULL,2242),(26668,'Eschweiler',NULL,2242),(26669,'Goesdorf',NULL,2242),(26670,'Grumelscheid',NULL,2242),(26671,'Harlange',NULL,2242),(26672,'Heiderscheid',NULL,2242),(26673,'Heiderscheid-Fond',NULL,2242),(26674,'Hierheck',NULL,2242),(26675,'Insenborn',NULL,2242),(26676,'Kaundorf',NULL,2242),(26677,'Kautenbach',NULL,2242),(26678,'Knaphoscheid',NULL,2242),(26679,'Lellingen',NULL,2242),(26680,'Liefrange',NULL,2242),(26681,'Lultzhausen',NULL,2242),(26682,'Masseler',NULL,2242),(26683,'Mecher',NULL,2242),(26684,'Merckholtz',NULL,2242),(26685,'Merscheid',NULL,2242),(26686,'Neunhausen',NULL,2242),(26687,'Nocher',NULL,2242),(26688,'Nocher-Route',NULL,2242),(26689,'Noertrange',NULL,2242),(26690,'Nothum',NULL,2242),(26691,'Pintsch',NULL,2242),(26692,'Pommerloch',NULL,2242),(26693,'Schleif',NULL,2242),(26694,'Selscheid',NULL,2242),(26695,'Sonlez',NULL,2242),(26696,'Surre',NULL,2242),(26697,'Tadler-Ringel-Dirbach',NULL,2242),(26698,'Tarchamps',NULL,2242),(26699,'Watrange',NULL,2242),(26700,'Wiltz',NULL,2242),(26701,'Wilwerwiltz',NULL,2242),(26702,'Winseler',NULL,2242),(26703,'Macau',NULL,2243),(26704,'Berovo',NULL,2244),(26705,'Pehchevo',NULL,2244),(26706,'Bach',NULL,2245),(26707,'Bistrica',NULL,2245),(26708,'Bitola',NULL,2245),(26709,'Capari',NULL,2245),(26710,'Dobrushevo',NULL,2245),(26711,'Kukurechani',NULL,2245),(26712,'Mogila',NULL,2245),(26713,'Novaci',NULL,2245),(26714,'Staravina',NULL,2245),(26715,'Brod',NULL,2246),(26716,'Plasnica',NULL,2246),(26717,'Samokov',NULL,2246),(26718,'Debar',NULL,2247),(26719,'Zhupa',NULL,2247),(26720,'Delchevo',NULL,2248),(26721,'Kamenica',NULL,2248),(26722,'Bogdanci',NULL,2250),(26723,'Gevgelija',NULL,2250),(26724,'Miravci',NULL,2250),(26725,'Star Dojran',NULL,2250),(26726,'Chegrane',NULL,2251),(26727,'Dolna Banjica',NULL,2251),(26728,'Gostivar',NULL,2251),(26729,'Mavrovi Anovi',NULL,2251),(26730,'Negotino-Poloshko',NULL,2251),(26731,'Rostusha',NULL,2251),(26732,'Srbinovo',NULL,2251),(26733,'Vrapchishte',NULL,2251),(26734,'Vrutok',NULL,2251),(26735,'Kavadarci',NULL,2252),(26736,'Konopishte',NULL,2252),(26737,'Rosoman',NULL,2252),(26738,'Drugovo',NULL,2253),(26739,'Kichevo',NULL,2253),(26740,'Oslomej',NULL,2253),(26741,'Vraneshtica',NULL,2253),(26742,'Zajas',NULL,2253),(26743,'Cheshinovo',NULL,2254),(26744,'Kochani',NULL,2254),(26745,'Obleshevo',NULL,2254),(26746,'Zletovo',NULL,2254),(26747,'Kratovo',NULL,2255),(26748,'Krushevo',NULL,2257),(26749,'Zhitoshe',NULL,2257),(26750,'Izvor',NULL,2258),(26751,'Klechevce',NULL,2258),(26752,'Kumanovo',NULL,2258),(26753,'Lipkovo',NULL,2258),(26754,'Orashac',NULL,2258),(26755,'Staro Nagorichane',NULL,2258),(26756,'Demir Kapija',NULL,2259),(26757,'Negotino',NULL,2259),(26758,'Belchishta',NULL,2260),(26759,'Kosel',NULL,2260),(26760,'Mesheishta',NULL,2260),(26761,'Ohrid',NULL,2260),(26762,'Dolneni',NULL,2261),(26763,'Krivogashtani',NULL,2261),(26764,'Prilep',NULL,2261),(26765,'Topolchani',NULL,2261),(26766,'Vitolishte',NULL,2261),(26767,'Probishtip',NULL,2262),(26768,'Konche',NULL,2263),(26769,'Podaresh',NULL,2263),(26770,'Radovish',NULL,2263),(26771,'Resen',NULL,2264),(26772,'Karbinci',NULL,2265),(26773,'Shtip',NULL,2265),(26774,'Stip',NULL,2265),(26775,'Arachinovo',NULL,2266),(26776,'Chucher',NULL,2266),(26777,'Ilinden',NULL,2266),(26778,'Kondovo',NULL,2266),(26779,'Petrovec',NULL,2266),(26780,'Saraj',NULL,2266),(26781,'Skopje',NULL,2266),(26782,'Sopishte',NULL,2266),(26783,'Studenichani',NULL,2266),(26784,'Zelenikovo',NULL,2266),(26785,'Delogozhdi',NULL,2267),(26786,'Labunishta',NULL,2267),(26787,'Lukovo',NULL,2267),(26788,'Struga',NULL,2267),(26789,'Veleshta',NULL,2267),(26790,'Vevchani',NULL,2267),(26791,'Bosilovo',NULL,2268),(26792,'Kuklish',NULL,2268),(26793,'Murtino',NULL,2268),(26794,'Novo Selo',NULL,2268),(26795,'Strumica',NULL,2268),(26796,'Vasilevo',NULL,2268),(26797,'Bogovinje',NULL,2270),(26798,'Brvenica',NULL,2270),(26799,'Dzhepchishte',NULL,2270),(26800,'Jegunovce',NULL,2270),(26801,'Kamenjance',NULL,2270),(26802,'Shipkovica',NULL,2270),(26803,'Tearce',NULL,2270),(26804,'Tetovo',NULL,2270),(26805,'Vratnica',NULL,2270),(26806,'Zhelino',NULL,2270),(26807,'Valandovo',NULL,2271),(26808,'Bogomila',NULL,2272),(26809,'Chashka',NULL,2272),(26810,'Gradsko',NULL,2272),(26811,'Veles',NULL,2272),(26812,'Blatec',NULL,2273),(26813,'Orizari',NULL,2273),(26814,'Vinica',NULL,2273),(26815,'Zrnovci',NULL,2273),(26816,'Ambatolampy',NULL,2274),(26817,'Anjozorobe',NULL,2274),(26818,'Ankazobe',NULL,2274),(26819,'Antananarivo',NULL,2274),(26820,'Antanifotsy',NULL,2274),(26821,'Antsirabe',NULL,2274),(26822,'Arivonimamo',NULL,2274),(26823,'Betafo',NULL,2274),(26824,'Faratsiho',NULL,2274),(26825,'Fenoarivo',NULL,2274),(26826,'Manjakandriana',NULL,2274),(26827,'Soavinandriana',NULL,2274),(26828,'Tsiroanomandidy',NULL,2274),(26829,'Ambanja',NULL,2275),(26830,'Ambilobe',NULL,2275),(26831,'Andapa',NULL,2275),(26832,'Antalaha',NULL,2275),(26833,'Antsirambazaha',NULL,2275),(26834,'Antsiranana',NULL,2275),(26835,'Sambava',NULL,2275),(26836,'Ambalavao',NULL,2276),(26837,'Ambatofinandrahana',NULL,2276),(26838,'Ambositra',NULL,2276),(26839,'Fandriana',NULL,2276),(26840,'Farafangana',NULL,2276),(26841,'Fianarantsoa',NULL,2276),(26842,'Ifanadiana',NULL,2276),(26843,'Ihosy',NULL,2276),(26844,'Ikalamavony',NULL,2276),(26845,'Ikongo',NULL,2276),(26846,'Manakara',NULL,2276),(26847,'Manandriana',NULL,2276),(26848,'Mananjary',NULL,2276),(26849,'Nosy Varika',NULL,2276),(26850,'Vangaindrano',NULL,2276),(26851,'Vondrozo',NULL,2276),(26852,'Ambato Boina',NULL,2277),(26853,'Antsohihy',NULL,2277),(26854,'Bealanana',NULL,2277),(26855,'Mahajanga',NULL,2277),(26856,'Marovoay',NULL,2277),(26857,'Tsaratanana',NULL,2277),(26858,'Ambatondrazaka',NULL,2278),(26859,'Ambodifototra',NULL,2278),(26860,'Amparafaravola',NULL,2278),(26861,'Andevoranto',NULL,2278),(26862,'Andilamena',NULL,2278),(26863,'Anosibe An\'ala',NULL,2278),(26864,'Fenoarivo Atsinanana',NULL,2278),(26865,'Mahanoro',NULL,2278),(26866,'Mananara',NULL,2278),(26867,'Maroantsetra',NULL,2278),(26868,'Marolambo',NULL,2278),(26869,'Moramanga',NULL,2278),(26870,'Soanierana Ivongo',NULL,2278),(26871,'Toamasina',NULL,2278),(26872,'Vavatenina',NULL,2278),(26873,'Vohibinany',NULL,2278),(26874,'Amboasary',NULL,2279),(26875,'Ambovombe',NULL,2279),(26876,'Ampanihy',NULL,2279),(26877,'Ankazoabo',NULL,2279),(26878,'Beloha',NULL,2279),(26879,'Belon\'i Tsiribihina',NULL,2279),(26880,'Beroroha',NULL,2279),(26881,'Betioky',NULL,2279),(26882,'Miandrivazo',NULL,2279),(26883,'Morondava',NULL,2279),(26884,'Sakaraha',NULL,2279),(26885,'Taolanaro',NULL,2279),(26886,'Toliary',NULL,2279),(26887,'Tsihombe',NULL,2279),(26888,'Balaka',NULL,2280),(26889,'Chikwawa',NULL,2282),(26890,'Chiradzulu',NULL,2283),(26891,'Chitipa',NULL,2284),(26892,'Chipoka',NULL,2285),(26893,'Dedza',NULL,2285),(26894,'Dowa',NULL,2286),(26895,'Mponela',NULL,2286),(26896,'Chilumba',NULL,2287),(26897,'Karonga',NULL,2287),(26898,'Livingstonia',NULL,2287),(26899,'Kasungu',NULL,2288),(26900,'Liwonde',NULL,2290),(26901,'Machinga',NULL,2290),(26902,'Mangochi',NULL,2291),(26903,'Monkey Bay',NULL,2291),(26904,'Mchinji',NULL,2292),(26905,'Mulanje',NULL,2293),(26906,'Mwanza',NULL,2294),(26907,'Mzimba',NULL,2295),(26908,'Nkhotakota',NULL,2298),(26909,'Nsanje',NULL,2299),(26910,'Ntcheu',NULL,2300),(26911,'Ntchisi',NULL,2301),(26912,'Phalombe',NULL,2302),(26913,'Rumphi',NULL,2303),(26914,'Salima',NULL,2304),(26915,'Luchenza',NULL,2305),(26916,'Thyolo',NULL,2305),(26917,'Bandar Maharani',NULL,2307),(26918,'Bandar Penggaram',NULL,2307),(26919,'Bukit Bakri',NULL,2307),(26920,'Buloh Kasap',NULL,2307),(26921,'Chaah',NULL,2307),(26922,'Johor Bahru',NULL,2307),(26923,'Kelapa Sawit',NULL,2307),(26924,'Kluang',NULL,2307),(26925,'Kota Tinggi',NULL,2307),(26926,'Kulai',NULL,2307),(26927,'Labis',NULL,2307),(26928,'Ledang',NULL,2307),(26929,'Masai',NULL,2307),(26930,'Mersing',NULL,2307),(26931,'Parit Raja',NULL,2307),(26932,'Pasir Gudang',NULL,2307),(26933,'Pekan Nenas',NULL,2307),(26934,'Pontian Kecil',NULL,2307),(26935,'Segamat',NULL,2307),(26936,'Sekudai',NULL,2307),(26937,'Senai',NULL,2307),(26938,'Simpang Rengam',NULL,2307),(26939,'Tangkak',NULL,2307),(26940,'Ulu Tiram',NULL,2307),(26941,'Yong Peng',NULL,2307),(26942,'Alor Setar',NULL,2308),(26943,'Bailing',NULL,2308),(26944,'Bedong',NULL,2308),(26945,'Gurun',NULL,2308),(26946,'Jitra',NULL,2308),(26947,'Kuah',NULL,2308),(26948,'Kuala Kedah',NULL,2308),(26949,'Kulim',NULL,2308),(26950,'Langgar',NULL,2308),(26951,'Sungai Petani',NULL,2308),(26952,'Gua Musang',NULL,2309),(26953,'Kadok',NULL,2309),(26954,'Kota Bahru',NULL,2309),(26955,'Kuala Krai',NULL,2309),(26956,'Pangkal Kalong',NULL,2309),(26957,'Pasir Mas',NULL,2309),(26958,'Peringat',NULL,2309),(26959,'Tanah Merah',NULL,2309),(26960,'Tumpat',NULL,2309),(26961,'Wakaf Baru',NULL,2309),(26962,'Labuan',NULL,2311),(26963,'Alor Gajah',NULL,2312),(26964,'Ayer Keroh',NULL,2312),(26965,'Ayer Molek',NULL,2312),(26966,'Batu Berendam',NULL,2312),(26967,'Bemban',NULL,2312),(26968,'Bukit Baru',NULL,2312),(26969,'Bukit Rambai',NULL,2312),(26970,'Klebang',NULL,2312),(26971,'Kuala Sungai Baru',NULL,2312),(26972,'Malacca',NULL,2312),(26973,'Masjid Tanah',NULL,2312),(26974,'Melaka',NULL,2312),(26975,'Pulau Sebang',NULL,2312),(26976,'Sungai Udang',NULL,2312),(26977,'Bandar Jengka Pusat',NULL,2315),(26978,'Bentong',NULL,2315),(26979,'Bukit Tinggi',NULL,2315),(26980,'Jerantut',NULL,2315),(26981,'Karak',NULL,2315),(26982,'Kuala Lipis',NULL,2315),(26983,'Kuantan',NULL,2315),(26984,'Mentakab',NULL,2315),(26985,'Pekan',NULL,2315),(26986,'Pulau Pinang',NULL,2315),(26987,'Raub',NULL,2315),(26988,'Temerloh',NULL,2315),(26989,'Bayan Lepas',NULL,2316),(26990,'Church Town',NULL,2316),(26991,'George Town',NULL,2316),(26992,'Ayer Tawar',NULL,2317),(26993,'Bagan Serai',NULL,2317),(26994,'Batu Gajah',NULL,2317),(26995,'Bidor',NULL,2317),(26996,'Ipoh',NULL,2317),(26997,'Jelapang',NULL,2317),(26998,'Kampar',NULL,2317),(26999,'Kampong Koh',NULL,2317),(27000,'Kuala Kangsar',NULL,2317),(27001,'Lawan Kuda Baharu',NULL,2317),(27002,'Lumut',NULL,2317),(27003,'Pantai Remis',NULL,2317),(27004,'Parit Buntar',NULL,2317),(27005,'Perak',NULL,2317),(27006,'Pusing',NULL,2317),(27007,'Simpang Empat',NULL,2317),(27008,'Sungai Siput Utara',NULL,2317),(27009,'Taiping',NULL,2317),(27010,'Tanjong Malim',NULL,2317),(27011,'Tapah',NULL,2317),(27012,'Teluk Intan',NULL,2317),(27013,'Kangar',NULL,2318),(27014,'Kuala Perlis',NULL,2318),(27015,'Beaufort',NULL,2320),(27016,'Donggongon',NULL,2320),(27017,'Keningau',NULL,2320),(27018,'Kinarut',NULL,2320),(27019,'Kota Belud',NULL,2320),(27020,'Kota Kinabalu',NULL,2320),(27021,'Kudat',NULL,2320),(27022,'Kunak',NULL,2320),(27023,'Lahad Datu',NULL,2320),(27024,'Papar',NULL,2320),(27025,'Putatan',NULL,2320),(27026,'Ranau',NULL,2320),(27027,'Sandakan',NULL,2320),(27028,'Semporna',NULL,2320),(27029,'Tawau',NULL,2320),(27030,'Batu Delapan Bazaar',NULL,2321),(27031,'Bintulu',NULL,2321),(27032,'Kapit',NULL,2321),(27033,'Kota Samarahan',NULL,2321),(27034,'Kuching',NULL,2321),(27035,'Limbang',NULL,2321),(27036,'Miri',NULL,2321),(27037,'Sarawak',NULL,2321),(27038,'Sarikel',NULL,2321),(27039,'Sibu',NULL,2321),(27040,'Sri Aman',NULL,2321),(27041,'Ampang',NULL,2322),(27042,'Ampang Jaya',NULL,2322),(27043,'Balakong',NULL,2322),(27044,'Bandar Baru Bangi',NULL,2322),(27045,'Bandar Baru Salak Tinggi',NULL,2322),(27046,'Bander Baro Bangi',NULL,2322),(27047,'Banting',NULL,2322),(27048,'Batang Berjuntai',NULL,2322),(27049,'Batu Arang',NULL,2322),(27050,'Batu Sembilan Cheras',NULL,2322),(27051,'Beranang',NULL,2322),(27052,'Bukit Beruntung',NULL,2322),(27053,'Cyberjaya',NULL,2322),(27054,'Darul Ehsan',NULL,2322),(27055,'Dungun',NULL,2322),(27056,'Gombak Setia',NULL,2322),(27057,'Jenjarom',NULL,2322),(27058,'Kajang',NULL,2322),(27059,'Kajang-Sungai Chua',NULL,2322),(27060,'Klang',NULL,2322),(27061,'Kuala Kubu Baru',NULL,2322),(27062,'Kuala Selangor',NULL,2322),(27063,'Kuang',NULL,2322),(27064,'Pengkalan Kundang',NULL,2322),(27065,'Petaling Jaya',NULL,2322),(27066,'Port Klang',NULL,2322),(27067,'Puchong',NULL,2322),(27068,'Rawang',NULL,2322),(27069,'Sabak',NULL,2322),(27070,'Sekinchan',NULL,2322),(27071,'Selayang Baru',NULL,2322),(27072,'Semenyih',NULL,2322),(27073,'Serendah',NULL,2322),(27074,'Seri Kembangan',NULL,2322),(27075,'Shah Alam',NULL,2322),(27076,'Subang Jaya',NULL,2322),(27077,'Sungai Besar',NULL,2322),(27078,'Sungai Buloh',NULL,2322),(27079,'Sungai Pelek',NULL,2322),(27080,'Taman Greenwood',NULL,2322),(27081,'Tanjong Karang',NULL,2322),(27082,'Tanjong Sepat',NULL,2322),(27083,'Bahaiyah',NULL,2323),(27084,'Langkap',NULL,2323),(27085,'Cukai',NULL,2324),(27086,'Jertih',NULL,2324),(27087,'Kemaman',NULL,2324),(27088,'Kerteh',NULL,2324),(27089,'Kuala Terengganu',NULL,2324),(27090,'Marang',NULL,2324),(27091,'Paka',NULL,2324),(27092,'Serdang',NULL,2324),(27093,'Dharavandhoo',NULL,2327),(27094,'Dhonfanu',NULL,2327),(27095,'Eydhafushi',NULL,2327),(27096,'Fehendhoo',NULL,2327),(27097,'Fulhadhoo',NULL,2327),(27098,'Goidhoo',NULL,2327),(27099,'Hithaadhoo',NULL,2327),(27100,'Kamadhoo',NULL,2327),(27101,'Kendhoo',NULL,2327),(27102,'Kihaadhoo',NULL,2327),(27103,'Kudarikilu',NULL,2327),(27104,'Maalhos',NULL,2327),(27105,'Thulhaadhoo',NULL,2327),(27106,'Badidhoo',NULL,2328),(27107,'Gemendhoo',NULL,2328),(27108,'Hulhudheli',NULL,2328),(27109,'Kudahuvadhoo',NULL,2328),(27110,'Maaeboodhoo',NULL,2328),(27111,'Meedhoo',NULL,2328),(27112,'Ribudhoo',NULL,2328),(27113,'Vaanee',NULL,2328),(27114,'Biledhdhoo',NULL,2329),(27115,'Dharaboodhoo',NULL,2329),(27116,'Feeali',NULL,2329),(27117,'Magoodhoo',NULL,2329),(27118,'Nilandhoo',NULL,2329),(27119,'Fuvammulah',NULL,2332),(27120,'Dhiffushi',NULL,2335),(27121,'Gaafaru',NULL,2335),(27122,'Gulhi',NULL,2335),(27123,'Guraidhoo',NULL,2335),(27124,'Himmafushi',NULL,2335),(27125,'Huraa',NULL,2335),(27126,'Kaashidhoo',NULL,2335),(27127,'Maafushi',NULL,2335),(27128,'Thulusdhoo',NULL,2335),(27129,'Dhabidhoo',NULL,2336),(27130,'Fonadhoo',NULL,2336),(27131,'Gaadhoo',NULL,2336),(27132,'Gamu',NULL,2336),(27133,'Hithadhoo',NULL,2336),(27134,'Isdhoo',NULL,2336),(27135,'Kalhaidhoo',NULL,2336),(27136,'Kunahandhoo',NULL,2336),(27137,'Maabaidhoo',NULL,2336),(27138,'Maamendhoo',NULL,2336),(27139,'Maavah',NULL,2336),(27140,'Mundhoo',NULL,2336),(27141,'Hinnavaru',NULL,2337),(27142,'Kurendhoo',NULL,2337),(27143,'Maafilaafushi',NULL,2337),(27144,'Naifaru',NULL,2337),(27145,'Olhuvelifushi',NULL,2337),(27146,'Dhiggaru',NULL,2339),(27147,'Kolhufushi',NULL,2339),(27148,'Madifushi',NULL,2339),(27149,'Maduvvari',NULL,2339),(27150,'Mulah',NULL,2339),(27151,'Muli',NULL,2339),(27152,'Naalaafushi',NULL,2339),(27153,'Raimandhoo',NULL,2339),(27154,'Veyvah',NULL,2339),(27155,'Fodhdhoo',NULL,2340),(27156,'Hebadhoo',NULL,2340),(27157,'Holhudhoo',NULL,2340),(27158,'Kedhikolhudhoo',NULL,2340),(27159,'Kudafari',NULL,2340),(27160,'Landhoo',NULL,2340),(27161,'Lhohi',NULL,2340),(27162,'Maafaru',NULL,2340),(27163,'Maalhendhoo',NULL,2340),(27164,'Magoodhoo',NULL,2340),(27165,'Manadhoo',NULL,2340),(27166,'Miladhoo',NULL,2340),(27167,'Velidhoo',NULL,2340),(27168,'Agolhitheemu',NULL,2341),(27169,'Alifushi',NULL,2341),(27170,'Fainu',NULL,2341),(27171,'Hulhudhuffaaru',NULL,2341),(27172,'Iguraidhoo',NULL,2341),(27173,'Innamaadhoo',NULL,2341),(27174,'Kadholhudhoo',NULL,2341),(27175,'Kinolhas',NULL,2341),(27176,'Maakurathu',NULL,2341),(27177,'Maduvvari',NULL,2341),(27178,'Meedhoo',NULL,2341),(27179,'Rasgetheemu',NULL,2341),(27180,'Rasmaadhoo',NULL,2341),(27181,'Ugoofaaru',NULL,2341),(27182,'Vaadhoo',NULL,2341),(27183,'Bilehffahi',NULL,2342),(27184,'Feevah',NULL,2342),(27185,'Feydhoo',NULL,2342),(27186,'Firubaidhoo',NULL,2342),(27187,'Foakaidhoo',NULL,2342),(27188,'Funadhoo',NULL,2342),(27189,'Goidhoo',NULL,2342),(27190,'Kaditheemu',NULL,2342),(27191,'Komandoo',NULL,2342),(27192,'Lhaimagu',NULL,2342),(27193,'Maakandoodhoo',NULL,2342),(27194,'Maaugoodhoo',NULL,2342),(27195,'Maroshi',NULL,2342),(27196,'Narudhoo',NULL,2342),(27197,'Noomaraa',NULL,2342),(27198,'Feydhoo',NULL,2343),(27199,'Hithadhoo',NULL,2343),(27200,'Hulhudhoo',NULL,2343),(27201,'Maradhoo',NULL,2343),(27202,'Maradhoo-Feydhoo',NULL,2343),(27203,'Meedhoo',NULL,2343),(27204,'Buruni',NULL,2344),(27205,'Dhiyamigili',NULL,2344),(27206,'Gaadhiffushi',NULL,2344),(27207,'Guraidhoo',NULL,2344),(27208,'Hirilandhoo',NULL,2344),(27209,'Kadoodhoo',NULL,2344),(27210,'Kibidhoo',NULL,2344),(27211,'Madifushi',NULL,2344),(27212,'Omadhoo',NULL,2344),(27213,'Thimarafushi',NULL,2344),(27214,'Vandhoo',NULL,2344),(27215,'Veymandhoo',NULL,2344),(27216,'Vilufushi',NULL,2344),(27217,'Felidhoo',NULL,2345),(27218,'Fulidhoo',NULL,2345),(27219,'Keyodhoo',NULL,2345),(27220,'Rakeedhoo',NULL,2345),(27221,'Thinadhoo',NULL,2345),(27222,'Bamako',NULL,2346),(27223,'Gao',NULL,2347),(27224,'Bafoulabe',NULL,2348),(27225,'Kayes',NULL,2348),(27226,'Kita',NULL,2348),(27227,'Nioro',NULL,2348),(27228,'Kidal',NULL,2349),(27229,'Tessalit',NULL,2349),(27230,'Banamba',NULL,2350),(27231,'Kangaba',NULL,2350),(27232,'Kati',NULL,2350),(27233,'Kolokani',NULL,2350),(27234,'Koulikoro',NULL,2350),(27235,'Nara',NULL,2350),(27236,'Bandiagara',NULL,2351),(27237,'Djenne',NULL,2351),(27238,'Douentza',NULL,2351),(27239,'Koro',NULL,2351),(27240,'Mopti',NULL,2351),(27241,'Tenenkou',NULL,2351),(27242,'Ke-Massina',NULL,2352),(27243,'Kimparana',NULL,2352),(27244,'Markala',NULL,2352),(27245,'Niono',NULL,2352),(27246,'San',NULL,2352),(27247,'Segou',NULL,2352),(27248,'Sokolo',NULL,2352),(27249,'Bougouni',NULL,2353),(27250,'Kolondieba',NULL,2353),(27251,'Koutiala',NULL,2353),(27252,'Sikasso',NULL,2353),(27253,'Yorosso',NULL,2353),(27254,'Araouane',NULL,2354),(27255,'Dire',NULL,2354),(27256,'Goundam',NULL,2354),(27257,'Niafunke',NULL,2354),(27258,'Taoudenni',NULL,2354),(27259,'Tombouctou',NULL,2354),(27260,'Gharghur',NULL,2357),(27261,'Mellieha',NULL,2357),(27262,'Mgarr',NULL,2357),(27263,'Mosta',NULL,2357),(27264,'Naxxar',NULL,2357),(27265,'San Pawl il-Bahar',NULL,2357),(27266,'L-Iklin',NULL,2360),(27267,'Attard',NULL,2361),(27268,'Balzan',NULL,2361),(27269,'Dingli',NULL,2361),(27270,'Iklin',NULL,2361),(27271,'Lija',NULL,2361),(27272,'Mdina',NULL,2361),(27273,'Rabat',NULL,2361),(27274,'Sighghiewi',NULL,2361),(27275,'Zebbug',NULL,2361),(27276,'Castletown',NULL,2362),(27277,'Douglas',NULL,2363),(27278,'Laxey',NULL,2364),(27279,'Onchan',NULL,2365),(27280,'Peel',NULL,2366),(27281,'Ramsey',NULL,2369),(27282,'Aerok',NULL,2370),(27283,'Beran',NULL,2370),(27284,'Bikeer',NULL,2370),(27285,'Buoj',NULL,2370),(27286,'Enewe',NULL,2370),(27287,'Jabwan',NULL,2370),(27288,'Jah',NULL,2370),(27289,'Jeh',NULL,2370),(27290,'Kattiej',NULL,2370),(27291,'Mejajok',NULL,2370),(27292,'Mejil',NULL,2370),(27293,'Tobomaro',NULL,2370),(27294,'Woja',NULL,2370),(27295,'Wolar',NULL,2370),(27296,'Ailuk',NULL,2371),(27297,'Ajelep',NULL,2371),(27298,'Aliej',NULL,2371),(27299,'Biken',NULL,2371),(27300,'Enejabrok',NULL,2371),(27301,'Enejelar',NULL,2371),(27302,'Kapen',NULL,2371),(27303,'Arno Arno',NULL,2372),(27304,'Bikarej',NULL,2372),(27305,'Bikonele',NULL,2372),(27306,'Boken',NULL,2372),(27307,'Eneaidrik',NULL,2372),(27308,'Enirik',NULL,2372),(27309,'Ijoen',NULL,2372),(27310,'Ine',NULL,2372),(27311,'Japo',NULL,2372),(27312,'Jilane',NULL,2372),(27313,'Kejbwe',NULL,2372),(27314,'Kilange',NULL,2372),(27315,'Kilemman',NULL,2372),(27316,'Kinajon',NULL,2372),(27317,'Langor',NULL,2372),(27318,'Lukoj',NULL,2372),(27319,'Malel',NULL,2372),(27320,'Manrar',NULL,2372),(27321,'Matolen',NULL,2372),(27322,'Meetdik',NULL,2372),(27323,'Mian',NULL,2372),(27324,'Najaj',NULL,2372),(27325,'Namwi',NULL,2372),(27326,'Neenkotkot',NULL,2372),(27327,'Taklep',NULL,2372),(27328,'Tinak',NULL,2372),(27329,'Tutu',NULL,2372),(27330,'Ulien',NULL,2372),(27331,'Aur',NULL,2373),(27332,'Tabal',NULL,2373),(27333,'Eneu',NULL,2374),(27334,'Emej',NULL,2375),(27335,'Enearmij',NULL,2375),(27336,'Enekoion',NULL,2375),(27337,'Enilok',NULL,2375),(27338,'Jittaken',NULL,2375),(27339,'Jittoen',NULL,2375),(27340,'Rerok',NULL,2375),(27341,'Toka',NULL,2375),(27342,'Enewetak',NULL,2376),(27343,'Japtan',NULL,2376),(27344,'Medren',NULL,2376),(27345,'Jabat',NULL,2377),(27346,'Ae',NULL,2378),(27347,'Ajejen',NULL,2378),(27348,'Anilep',NULL,2378),(27349,'Arreen',NULL,2378),(27350,'Bokanake',NULL,2378),(27351,'Bokkan',NULL,2378),(27352,'Bukantorak',NULL,2378),(27353,'Dede',NULL,2378),(27354,'Ewo',NULL,2378),(27355,'Imiej',NULL,2378),(27356,'Imroj',NULL,2378),(27357,'Jabnoren',NULL,2378),(27358,'Jabwor',NULL,2378),(27359,'Jaluit',NULL,2378),(27360,'Lonone',NULL,2378),(27361,'Mejatto',NULL,2378),(27362,'Mejrirok',NULL,2378),(27363,'Menge',NULL,2378),(27364,'Nabbe',NULL,2378),(27365,'Narmej',NULL,2378),(27366,'Urbaj',NULL,2378),(27367,'Kili',NULL,2379),(27368,'Arbwa',NULL,2380),(27369,'Ebadon',NULL,2380),(27370,'Ebeye',NULL,2380),(27371,'Ebjadik',NULL,2380),(27372,'Ebwaj',NULL,2380),(27373,'Ennilabegan',NULL,2380),(27374,'Enubirr',NULL,2380),(27375,'Enubuj',NULL,2380),(27376,'Gugeegue',NULL,2380),(27377,'Mejatto',NULL,2380),(27378,'Ningi',NULL,2380),(27379,'North Loi',NULL,2380),(27380,'Orpap',NULL,2380),(27381,'South Loi',NULL,2380),(27382,'Enerein',NULL,2381),(27383,'Lae',NULL,2381),(27384,'Lejab',NULL,2381),(27385,'Lib',NULL,2382),(27386,'Jebal',NULL,2383),(27387,'Likiep',NULL,2383),(27388,'Liklal',NULL,2383),(27389,'Melang',NULL,2383),(27390,'Ajeltake',NULL,2384),(27391,'Aneenwudej',NULL,2384),(27392,'Aneko',NULL,2384),(27393,'Arrak',NULL,2384),(27394,'Biken',NULL,2384),(27395,'Bokaetoktok',NULL,2384),(27396,'Denmeo',NULL,2384),(27397,'Didej',NULL,2384),(27398,'Ejit',NULL,2384),(27399,'Enemanet',NULL,2384),(27400,'Jelter',NULL,2384),(27401,'Kalalen',NULL,2384),(27402,'Kemman',NULL,2384),(27403,'Laura',NULL,2384),(27404,'Pikiriin',NULL,2384),(27405,'Rita',NULL,2384),(27406,'Rongrong',NULL,2384),(27407,'Woja',NULL,2384),(27408,'Airok',NULL,2385),(27409,'Jang',NULL,2385),(27410,'Kaben',NULL,2385),(27411,'Tarawa',NULL,2385),(27412,'Wolot',NULL,2385),(27413,'Mejit',NULL,2386),(27414,'Aeloneo',NULL,2387),(27415,'Anel',NULL,2387),(27416,'Arbar',NULL,2387),(27417,'Bar',NULL,2387),(27418,'Bikonel',NULL,2387),(27419,'Enajet',NULL,2387),(27420,'Eoo',NULL,2387),(27421,'Jabonwod',NULL,2387),(27422,'Loen',NULL,2387),(27423,'Lukoj',NULL,2387),(27424,'Lukonwor',NULL,2387),(27425,'Mae',NULL,2387),(27426,'Majkin',NULL,2387),(27427,'Mili',NULL,2387),(27428,'Nad',NULL,2387),(27429,'Nallu',NULL,2387),(27430,'Tokewa',NULL,2387),(27431,'Wau',NULL,2387),(27432,'Namorik',NULL,2388),(27433,'Namu',NULL,2389),(27434,'Rongelap',NULL,2390),(27435,'Ujae',NULL,2391),(27436,'Utirik',NULL,2392),(27437,'Wotho',NULL,2393),(27438,'Didi',NULL,2394),(27439,'Nibun',NULL,2394),(27440,'Wormej',NULL,2394),(27441,'Wotje',NULL,2394),(27442,'Fort-de-France',NULL,2395),(27443,'Le Lamentin',NULL,2395),(27444,'Saint-Joseph',NULL,2395),(27445,'Schoelcher',NULL,2395),(27446,'Le Morne-Rouge',NULL,2398),(27447,'Saint-Pierre',NULL,2398),(27448,'Atar',NULL,2399),(27449,'Shingati',NULL,2399),(27450,'Kifah',NULL,2400),(27451,'Alaq',NULL,2401),(27452,'Buqah',NULL,2401),(27453,'Magta\' Lahjar',NULL,2401),(27454,'\'Ayun-al-\'Atrus',NULL,2403),(27455,'Kubanni',NULL,2403),(27456,'Timbedra',NULL,2404),(27457,'Walatah',NULL,2404),(27458,'an-Na\'mah',NULL,2404),(27459,'Aqjawajat',NULL,2405),(27460,'Nawakshut',NULL,2406),(27461,'Hsay Walad \'Ali Babi',NULL,2407),(27462,'Kayhaydi',NULL,2408),(27463,'Tijiqjah',NULL,2409),(27464,'Rusu',NULL,2411),(27465,'Bel Air',NULL,2414),(27466,'Bon Accueil',NULL,2414),(27467,'Brisee Verdiere',NULL,2414),(27468,'Camp Ithier',NULL,2414),(27469,'Camp de Masque',NULL,2414),(27470,'Camp de Masque Pave',NULL,2414),(27471,'Central Flacq',NULL,2414),(27472,'Clemencia',NULL,2414),(27473,'Ecroignard',NULL,2414),(27474,'Grand River South East',NULL,2414),(27475,'Lalmatie',NULL,2414),(27476,'Laventure',NULL,2414),(27477,'Mare La Chaux',NULL,2414),(27478,'Medine-Camp de Masque',NULL,2414),(27479,'Olivia',NULL,2414),(27480,'Poste de Flacq',NULL,2414),(27481,'Quatre Cocos',NULL,2414),(27482,'Quatre Soeurs',NULL,2414),(27483,'Queen Victoria',NULL,2414),(27484,'Saint Julien',NULL,2414),(27485,'Saint Julien d\'Hotman',NULL,2414),(27486,'Sebastopol',NULL,2414),(27487,'Trou d\'Eau Douce',NULL,2414),(27488,'Floreal',NULL,2415),(27489,'Camp Thorel',NULL,2417),(27490,'Dagotiere',NULL,2417),(27491,'Dubreuil',NULL,2417),(27492,'Esperance',NULL,2417),(27493,'L\'Avenir',NULL,2417),(27494,'La Laura-Malenga',NULL,2417),(27495,'Melrose',NULL,2417),(27496,'Moka',NULL,2417),(27497,'Montagne Blanche',NULL,2417),(27498,'Pailles',NULL,2417),(27499,'Providence',NULL,2417),(27500,'Quartier Militaire',NULL,2417),(27501,'Ripailles',NULL,2417),(27502,'Saint Pierre',NULL,2417),(27503,'Verdun',NULL,2417),(27504,'Arsenal',NULL,2418),(27505,'Baie du Tombeau',NULL,2418),(27506,'Calebasses',NULL,2418),(27507,'Congomah',NULL,2418),(27508,'Creve Coeur',NULL,2418),(27509,'D\'Epinay',NULL,2418),(27510,'Fond du Sac',NULL,2418),(27511,'La Tour Koenig',NULL,2418),(27512,'Le Hochet',NULL,2418),(27513,'Long Mountain',NULL,2418),(27514,'Morcellement Saint Andre',NULL,2418),(27515,'Notre Dame',NULL,2418),(27516,'Pamplemousse',NULL,2418),(27517,'Plaines des Papayes',NULL,2418),(27518,'Pointe aux Piments',NULL,2418),(27519,'Terre Rouge',NULL,2418),(27520,'Triolet',NULL,2418),(27521,'Villebague',NULL,2418),(27522,'Baie Malgache',NULL,2422),(27523,'Coromandel-Graviers',NULL,2422),(27524,'Grand Baie-Montagne Goyaves',NULL,2422),(27525,'La Ferme',NULL,2422),(27526,'Lataniers-Mont Lubin',NULL,2422),(27527,'Mangues-Quatre Vents',NULL,2422),(27528,'Oyster Bay',NULL,2422),(27529,'Petit Gabriel',NULL,2422),(27530,'Piments-Baie Topaze',NULL,2422),(27531,'Plaine Corail-La Fouche Corail',NULL,2422),(27532,'Port Mathurin',NULL,2422),(27533,'Port Sud-Est',NULL,2422),(27534,'Riviere Cocos',NULL,2422),(27535,'Roche Bon Dieu-Trefles',NULL,2422),(27536,'Baie du Cap',NULL,2424),(27537,'Bel Ombre',NULL,2424),(27538,'Benares',NULL,2424),(27539,'Bois Cheri',NULL,2424),(27540,'Britannia',NULL,2424),(27541,'Camp Diable',NULL,2424),(27542,'Chamouny',NULL,2424),(27543,'Chemin Grenier',NULL,2424),(27544,'Grand Bois',NULL,2424),(27545,'Riviere des Anguilles',NULL,2424),(27546,'Saint Aubin',NULL,2424),(27547,'Souillac',NULL,2424),(27548,'Surinam',NULL,2424),(27549,'Acoua',NULL,2425),(27550,'Bandraboua',NULL,2425),(27551,'Bandrele',NULL,2425),(27552,'Boueni',NULL,2425),(27553,'Chiconi',NULL,2425),(27554,'Chirongui',NULL,2425),(27555,'Dembeni',NULL,2425),(27556,'Kanikeli',NULL,2425),(27557,'Koungou',NULL,2425),(27558,'Mamoudzou',NULL,2425),(27559,'Mtsamboro',NULL,2425),(27560,'Mtsangamouji',NULL,2425),(27561,'Ouangani',NULL,2425),(27562,'Sada',NULL,2425),(27563,'Tsingoni',NULL,2425),(27564,'Dzaoudzi',NULL,2426),(27565,'Pamanzi',NULL,2426),(27566,'Aguascalientes',NULL,2427),(27567,'Asientos',NULL,2427),(27568,'Calvillo',NULL,2427),(27569,'Cosio',NULL,2427),(27570,'Margaritas',NULL,2427),(27571,'Ojocaliente',NULL,2427),(27572,'Pabellon de Arteaga',NULL,2427),(27573,'Pabellon de Hidalgo',NULL,2427),(27574,'Palo Alto',NULL,2427),(27575,'Rincon de Romos',NULL,2427),(27576,'San Francisco de los Romo',NULL,2427),(27577,'San Jose de Gracia',NULL,2427),(27578,'Tepezala',NULL,2427),(27579,'Villa Juarez',NULL,2427),(27580,'Becal',NULL,2430),(27581,'Bolonchen',NULL,2430),(27582,'Calkini',NULL,2430),(27583,'Campeche',NULL,2430),(27584,'Candelaria',NULL,2430),(27585,'Carmen',NULL,2430),(27586,'Champoton',NULL,2430),(27587,'China',NULL,2430),(27588,'Dzitbalche',NULL,2430),(27589,'Escarcega',NULL,2430),(27590,'Hecelchakan',NULL,2430),(27591,'Hopelchen',NULL,2430),(27592,'Isla Aguada',NULL,2430),(27593,'Nuevo Progreso',NULL,2430),(27594,'Nunkini',NULL,2430),(27595,'Palizada',NULL,2430),(27596,'Pomuch',NULL,2430),(27597,'Sabancuy',NULL,2430),(27598,'Seybaplaya',NULL,2430),(27599,'Tenabo',NULL,2430),(27600,'Acacoyagua',NULL,2431),(27601,'Acala',NULL,2431),(27602,'Acapetahua',NULL,2431),(27603,'Altamirano',NULL,2431),(27604,'Alvaro Obregon',NULL,2431),(27605,'Amatan',NULL,2431),(27606,'Amatenango del Valle',NULL,2431),(27607,'Arriaga',NULL,2431),(27608,'Benemerito de las Americas',NULL,2431),(27609,'Berriozabal',NULL,2431),(27610,'Bochil',NULL,2431),(27611,'Cacahoatan',NULL,2431),(27612,'Cancuc',NULL,2431),(27613,'Catazaja',NULL,2431),(27614,'Chalchihiutan',NULL,2431),(27615,'Chanal',NULL,2431),(27616,'Chiapa',NULL,2431),(27617,'Chiapilla',NULL,2431),(27618,'Chicomuselo',NULL,2431),(27619,'Chilon',NULL,2431),(27620,'Cintalapa',NULL,2431),(27621,'Comaltitlan',NULL,2431),(27622,'Comitan',NULL,2431),(27623,'Copainala',NULL,2431),(27624,'Copoya',NULL,2431),(27625,'Cristobal Obregon',NULL,2431),(27626,'El Bosque',NULL,2431),(27627,'El Parral',NULL,2431),(27628,'Escuintla',NULL,2431),(27629,'Frontera Comalapa',NULL,2431),(27630,'Frontera Corozal',NULL,2431),(27631,'Frontera Hidalgo',NULL,2431),(27632,'Huehuetan',NULL,2431),(27633,'Huehuetan Estacion',NULL,2431),(27634,'Huixtla',NULL,2431),(27635,'Ixhuatan',NULL,2431),(27636,'Ixtacomitan',NULL,2431),(27637,'Ixtapa',NULL,2431),(27638,'Jaltenango',NULL,2431),(27639,'Jesus Maria Garza',NULL,2431),(27640,'Jiquipilas',NULL,2431),(27641,'Jitotol',NULL,2431),(27642,'Juarez',NULL,2431),(27643,'La Concordia',NULL,2431),(27644,'La Libertad',NULL,2431),(27645,'La Trinitaria',NULL,2431),(27646,'Las Margaritas',NULL,2431),(27647,'Las Rosas',NULL,2431),(27648,'Mapastepec',NULL,2431),(27649,'Mazatan',NULL,2431),(27650,'Motozintla',NULL,2431),(27651,'Navenchauc',NULL,2431),(27652,'Nicolas Ruiz',NULL,2431),(27653,'Ocosingo',NULL,2431),(27654,'Ocotepec',NULL,2431),(27655,'Ocozocoautla',NULL,2431),(27656,'Ostuacan',NULL,2431),(27657,'Oxchuc',NULL,2431),(27658,'Palenque',NULL,2431),(27659,'Palestina',NULL,2431),(27660,'Pantelho',NULL,2431),(27661,'Paredon',NULL,2431),(27662,'Petalcingo',NULL,2431),(27663,'Pichucalco',NULL,2431),(27664,'Pijijiapan',NULL,2431),(27665,'Pueblo Nuevo Solistahuacan',NULL,2431),(27666,'Puerto Madero',NULL,2431),(27667,'Pujiltic',NULL,2431),(27668,'Raudales Malpaso',NULL,2431),(27669,'Rayon',NULL,2431),(27670,'Reforma',NULL,2431),(27671,'Revolucion Mexicana',NULL,2431),(27672,'Rincon Chamula',NULL,2431),(27673,'Salto de Agua',NULL,2431),(27674,'San Cristobal de las Casas',NULL,2431),(27675,'San Fernando',NULL,2431),(27676,'San Lucas',NULL,2431),(27677,'San Pedro Buenavista',NULL,2431),(27678,'Simojovel',NULL,2431),(27679,'Socoltenango',NULL,2431),(27680,'Soyalo',NULL,2431),(27681,'Suchiapa',NULL,2431),(27682,'Suchiate',NULL,2431),(27683,'Tapachula',NULL,2431),(27684,'Tapilula',NULL,2431),(27685,'Tecpatan',NULL,2431),(27686,'Tenango',NULL,2431),(27687,'Teopisca',NULL,2431),(27688,'Tila',NULL,2431),(27689,'Tonala',NULL,2431),(27690,'Totolapa',NULL,2431),(27691,'Tres Picos',NULL,2431),(27692,'Tuxtla Chico',NULL,2431),(27693,'Tuxtla Gutierrez',NULL,2431),(27694,'Tzimol',NULL,2431),(27695,'Veinte de Noviembre',NULL,2431),(27696,'Venustiano Carranza',NULL,2431),(27697,'Villa Corzo',NULL,2431),(27698,'Villaflores',NULL,2431),(27699,'Yajalon',NULL,2431),(27700,'Zinacantan',NULL,2431),(27701,'Adolfo Lopez Mateos',NULL,2432),(27702,'Ahumada',NULL,2432),(27703,'Anahuac',NULL,2432),(27704,'Ascension',NULL,2432),(27705,'Benito Juarez',NULL,2432),(27706,'Camargo',NULL,2432),(27707,'Carichi',NULL,2432),(27708,'Casas Grandes',NULL,2432),(27709,'Chihuahua',NULL,2432),(27710,'Colonia Municipio Libre',NULL,2432),(27711,'Creel',NULL,2432),(27712,'Cuauhtemoc',NULL,2432),(27713,'Delicias',NULL,2432),(27714,'El Largo',NULL,2432),(27715,'Guachochi',NULL,2432),(27716,'Guadalupe',NULL,2432),(27717,'Guadalupe y Calvo',NULL,2432),(27718,'Hermenegildo Galeana',NULL,2432),(27719,'Hidalgo',NULL,2432),(27720,'Ignacio Zaragoza',NULL,2432),(27721,'Jimenez',NULL,2432),(27722,'Juan Aldama',NULL,2432),(27723,'Juarez',NULL,2432),(27724,'Lazaro Cardenas',NULL,2432),(27725,'Madera',NULL,2432),(27726,'Majimachi',NULL,2432),(27727,'Meoqui',NULL,2432),(27728,'Naica',NULL,2432),(27729,'Nuevo Casas Grandes',NULL,2432),(27730,'Octaviano Lopez',NULL,2432),(27731,'Ojinaga',NULL,2432),(27732,'Praxedis Guerrero',NULL,2432),(27733,'Puerto Palomas',NULL,2432),(27734,'Puerto de Anapra',NULL,2432),(27735,'San Buenaventura',NULL,2432),(27736,'San Francisco el Oro',NULL,2432),(27737,'Santa Barbara',NULL,2432),(27738,'Santa Cruz de Rosales',NULL,2432),(27739,'Saucillo',NULL,2432),(27740,'Valentin Gomez Farias',NULL,2432),(27741,'Valle de Allende',NULL,2432),(27742,'Vicente Guerrero',NULL,2432),(27743,'Acuna',NULL,2433),(27744,'Allende',NULL,2433),(27745,'Arteaga',NULL,2433),(27746,'Castanos',NULL,2433),(27747,'Concordia',NULL,2433),(27748,'Cuatrocienagas',NULL,2433),(27749,'El Coyote',NULL,2433),(27750,'Frontera',NULL,2433),(27751,'General Cepeda',NULL,2433),(27752,'Hercules',NULL,2433),(27753,'Matamoros',NULL,2433),(27754,'Minas de Barroteran',NULL,2433),(27755,'Monclova',NULL,2433),(27756,'Muzquiz',NULL,2433),(27757,'Nadadores',NULL,2433),(27758,'Nava',NULL,2433),(27759,'Nueva Rosita',NULL,2433),(27760,'Ocampo',NULL,2433),(27761,'Palau',NULL,2433),(27762,'Parras',NULL,2433),(27763,'Piedras Negras',NULL,2433),(27764,'Ramos Arizpe',NULL,2433),(27765,'Sabinas',NULL,2433),(27766,'Saltillo',NULL,2433),(27767,'San Buenaventura',NULL,2433),(27768,'San Pedro',NULL,2433),(27769,'Torreon',NULL,2433),(27770,'Venustiano Carranza',NULL,2433),(27771,'Viesca',NULL,2433),(27772,'Villa Madero',NULL,2433),(27773,'Villa Union',NULL,2433),(27774,'Zaragoza',NULL,2433),(27775,'Armeria',NULL,2434),(27776,'Cofradia',NULL,2434),(27777,'Colima',NULL,2434),(27778,'Colonia Bayardo',NULL,2434),(27779,'Comala',NULL,2434),(27780,'Coquimatlan',NULL,2434),(27781,'Cuauhtemoc',NULL,2434),(27782,'El Colomo',NULL,2434),(27783,'Madrid',NULL,2434),(27784,'Manzanillo',NULL,2434),(27785,'Minatitlan',NULL,2434),(27786,'Queseria',NULL,2434),(27787,'Suchitlan',NULL,2434),(27788,'Tecoman',NULL,2434),(27789,'Villa de Alvarez',NULL,2434),(27790,'Bermejillo',NULL,2436),(27791,'Canatlan',NULL,2436),(27792,'Cuencame',NULL,2436),(27793,'Durango',NULL,2436),(27794,'Gomez Palacio',NULL,2436),(27795,'Guadalupe Victoria',NULL,2436),(27796,'Juarez',NULL,2436),(27797,'Lerdo',NULL,2436),(27798,'Mapimi',NULL,2436),(27799,'Nazareno',NULL,2436),(27800,'Nazas',NULL,2436),(27801,'Nombre de Dios',NULL,2436),(27802,'Nuevo Ideal',NULL,2436),(27803,'Ocampo',NULL,2436),(27804,'Panuco',NULL,2436),(27805,'Papasquiaro',NULL,2436),(27806,'Penon Blanco',NULL,2436),(27807,'Poanas',NULL,2436),(27808,'Pueblo Nuevo',NULL,2436),(27809,'Rodeo',NULL,2436),(27810,'Santa Catarina de Tepehuanes',NULL,2436),(27811,'Santa Clara',NULL,2436),(27812,'Santa Maria del Oro',NULL,2436),(27813,'Suchil',NULL,2436),(27814,'Tayoltita',NULL,2436),(27815,'Tlahualilo',NULL,2436),(27816,'Vicente Guerrero',NULL,2436),(27817,'Abasolo',NULL,2438),(27818,'Acambaro',NULL,2438),(27819,'Aldama',NULL,2438),(27820,'Allende',NULL,2438),(27821,'Antonio Rodriguez',NULL,2438),(27822,'Apaseo el Alto',NULL,2438),(27823,'Apaseo el Grande',NULL,2438),(27824,'Celaya',NULL,2438),(27825,'Centro Familiar la Soledad',NULL,2438),(27826,'Cerano',NULL,2438),(27827,'Cerro Gordo',NULL,2438),(27828,'Colonias Nuevo Mexico',NULL,2438),(27829,'Comonfort',NULL,2438),(27830,'Coroneo',NULL,2438),(27831,'Cortazar',NULL,2438),(27832,'Cueramaro',NULL,2438),(27833,'Doctor Mora',NULL,2438),(27834,'Dolores Hidalgo',NULL,2438),(27835,'Duarte',NULL,2438),(27836,'El Sabino',NULL,2438),(27837,'Escobedo',NULL,2438),(27838,'Guanajuato',NULL,2438),(27839,'Huanimaro',NULL,2438),(27840,'Iramuco',NULL,2438),(27841,'Irapuato',NULL,2438),(27842,'Jaral del Progreso',NULL,2438),(27843,'Jerecuaro',NULL,2438),(27844,'Juventino Rosas',NULL,2438),(27845,'La Aldea',NULL,2438),(27846,'La Calera',NULL,2438),(27847,'La Ermita',NULL,2438),(27848,'La Moncada',NULL,2438),(27849,'Leon',NULL,2438),(27850,'Loma Pelada',NULL,2438),(27851,'Manuel Doblado',NULL,2438),(27852,'Maravatio',NULL,2438),(27853,'Marfil',NULL,2438),(27854,'Medina',NULL,2438),(27855,'Mexicanos',NULL,2438),(27856,'Moroleon',NULL,2438),(27857,'Ocampo',NULL,2438),(27858,'Octopan',NULL,2438),(27859,'Pacueco',NULL,2438),(27860,'Palo Verde',NULL,2438),(27861,'Paracuaro',NULL,2438),(27862,'Penjamo',NULL,2438),(27863,'Plan de Ayala',NULL,2438),(27864,'Pueblo Nuevo',NULL,2438),(27865,'Purisima de Bustos',NULL,2438),(27866,'Rincon de Tamayo',NULL,2438),(27867,'Romita',NULL,2438),(27868,'Salamanca',NULL,2438),(27869,'Salvatierra',NULL,2438),(27870,'San Bartolo de Berrios',NULL,2438),(27871,'San Cristobal',NULL,2438),(27872,'San Diego de la Union',NULL,2438),(27873,'San Felipe',NULL,2438),(27874,'San Francisco del Rincon',NULL,2438),(27875,'San Jose Agua Azul',NULL,2438),(27876,'San Jose Iturbide',NULL,2438),(27877,'San Jose Temascatio',NULL,2438),(27878,'San Juan de la Vega',NULL,2438),(27879,'San Luis de la Paz',NULL,2438),(27880,'San Nicolas de los Agustinos',NULL,2438),(27881,'San Pedro de los Naranjos',NULL,2438),(27882,'San Roque',NULL,2438),(27883,'Santa Teresa',NULL,2438),(27884,'Santiago de Cuenda',NULL,2438),(27885,'Sarabia',NULL,2438),(27886,'Silao',NULL,2438),(27887,'Tarandacuao',NULL,2438),(27888,'Tarimoro',NULL,2438),(27889,'Teneria del Santuario',NULL,2438),(27890,'Uriangato',NULL,2438),(27891,'Urireo',NULL,2438),(27892,'Valle de Santiago',NULL,2438),(27893,'Valtierrilla',NULL,2438),(27894,'Victoria',NULL,2438),(27895,'Villagran',NULL,2438),(27896,'Villas de Irapuato',NULL,2438),(27897,'Yerbabuena',NULL,2438),(27898,'Yuriria',NULL,2438),(27899,'Acamixtla',NULL,2439),(27900,'Acapulco',NULL,2439),(27901,'Acatlan',NULL,2439),(27902,'Ajuchitlan',NULL,2439),(27903,'Alpoyeca',NULL,2439),(27904,'Altamirano',NULL,2439),(27905,'Apango',NULL,2439),(27906,'Apaxtla',NULL,2439),(27907,'Arcelia',NULL,2439),(27908,'Atliaca',NULL,2439),(27909,'Atoyac',NULL,2439),(27910,'Ayutla',NULL,2439),(27911,'Azoyu',NULL,2439),(27912,'Bajos de Ejido',NULL,2439),(27913,'Buenavista',NULL,2439),(27914,'Chichihualco',NULL,2439),(27915,'Chilapa',NULL,2439),(27916,'Chilpancingo',NULL,2439),(27917,'Coacoyul',NULL,2439),(27918,'Cocula',NULL,2439),(27919,'Copala',NULL,2439),(27920,'Copalillo',NULL,2439),(27921,'Coyuca',NULL,2439),(27922,'Cruz Grande',NULL,2439),(27923,'Cuajinicuilapa',NULL,2439),(27924,'Cuautepec',NULL,2439),(27925,'Cutzamala',NULL,2439),(27926,'El Ocotito',NULL,2439),(27927,'El Paraiso',NULL,2439),(27928,'El Suchil',NULL,2439),(27929,'Huamuxtitlan',NULL,2439),(27930,'Huitziltepec',NULL,2439),(27931,'Huitzuco',NULL,2439),(27932,'Iguala',NULL,2439),(27933,'Ixtapa',NULL,2439),(27934,'Kilometro Treinta',NULL,2439),(27935,'La Loma',NULL,2439),(27936,'La Union',NULL,2439),(27937,'Las Petaquillas',NULL,2439),(27938,'Las Vigas',NULL,2439),(27939,'Marquelia',NULL,2439),(27940,'Mazatlan',NULL,2439),(27941,'Mochitlan',NULL,2439),(27942,'Olinala',NULL,2439),(27943,'Ometepec',NULL,2439),(27944,'Petatlan',NULL,2439),(27945,'Pilcaya',NULL,2439),(27946,'Quechultenango',NULL,2439),(27947,'San Jeronimito',NULL,2439),(27948,'San Jeronimo',NULL,2439),(27949,'San Jose Ixtapa',NULL,2439),(27950,'San Luis San Pedro',NULL,2439),(27951,'San Marcos',NULL,2439),(27952,'Taxco',NULL,2439),(27953,'Taxco de Alarcon',NULL,2439),(27954,'Tecoanapa',NULL,2439),(27955,'Tecpan',NULL,2439),(27956,'Teloloapan',NULL,2439),(27957,'Tepecoacuilco',NULL,2439),(27958,'Tierra Colorada',NULL,2439),(27959,'Tixtla',NULL,2439),(27960,'Tlacoachistlahuaca',NULL,2439),(27961,'Tlacotepec',NULL,2439),(27962,'Tlalchapa',NULL,2439),(27963,'Tlamacazapa',NULL,2439),(27964,'Tlapa',NULL,2439),(27965,'Tlapehuala',NULL,2439),(27966,'Totolapan',NULL,2439),(27967,'Tres Palos',NULL,2439),(27968,'Xalpatlahuac',NULL,2439),(27969,'Xaltianguis',NULL,2439),(27970,'Xochihuehuetlan',NULL,2439),(27971,'Xochistlahuaca',NULL,2439),(27972,'Zacualpan',NULL,2439),(27973,'Zihuatanejo',NULL,2439),(27974,'Zirandaro',NULL,2439),(27975,'Zitlala',NULL,2439),(27976,'Zumpango',NULL,2439),(27977,'Acaxochitlan',NULL,2440),(27978,'Acayuca',NULL,2440),(27979,'Actopan',NULL,2440),(27980,'Ajacuba',NULL,2440),(27981,'Almoloya',NULL,2440),(27982,'Apan',NULL,2440),(27983,'Atengo',NULL,2440),(27984,'Atitalaquia',NULL,2440),(27985,'Atotonilco de Tula',NULL,2440),(27986,'Atotonilco el Grande',NULL,2440),(27987,'Calnali',NULL,2440),(27988,'Cardonal',NULL,2440),(27989,'Chapulhuacan',NULL,2440),(27990,'Cuautepec',NULL,2440),(27991,'Doxey',NULL,2440),(27992,'El Arenal',NULL,2440),(27993,'El Llano',NULL,2440),(27994,'El Rosario',NULL,2440),(27995,'Emiliano Zapata',NULL,2440),(27996,'Huautla',NULL,2440),(27997,'Huejutla',NULL,2440),(27998,'Hueytlalpan',NULL,2440),(27999,'Huichapan',NULL,2440),(28000,'Ixmiquilpan',NULL,2440),(28001,'Jacala',NULL,2440),(28002,'Jaltocan',NULL,2440),(28003,'Los Reyes',NULL,2440),(28004,'Mineral del Monte',NULL,2440),(28005,'Mixquiahuala',NULL,2440),(28006,'Molango',NULL,2440),(28007,'Orizatlan',NULL,2440),(28008,'Pachuca',NULL,2440),(28009,'Pachuquilla',NULL,2440),(28010,'Progreso',NULL,2440),(28011,'Sahagun',NULL,2440),(28012,'San Ildefonso',NULL,2440),(28013,'San Juan Tepa',NULL,2440),(28014,'San Marcos',NULL,2440),(28015,'Singuilucan',NULL,2440),(28016,'Tasquillo',NULL,2440),(28017,'Tecozautla',NULL,2440),(28018,'Tepatepec',NULL,2440),(28019,'Tepeapulco',NULL,2440),(28020,'Tepeji',NULL,2440),(28021,'Tepepa',NULL,2440),(28022,'Tetepango',NULL,2440),(28023,'Tezontepec',NULL,2440),(28024,'Tizayuca',NULL,2440),(28025,'Tlahuelilpan',NULL,2440),(28026,'Tlanalapa',NULL,2440),(28027,'Tlanchinol',NULL,2440),(28028,'Tlaxcoapan',NULL,2440),(28029,'Tlaxiaca',NULL,2440),(28030,'Tolcayuca',NULL,2440),(28031,'Tula de Allende',NULL,2440),(28032,'Tulancingo',NULL,2440),(28033,'Tulantepec',NULL,2440),(28034,'Vindho',NULL,2440),(28035,'Zacualtipan',NULL,2440),(28036,'Zapotlan',NULL,2440),(28037,'Zempoala',NULL,2440),(28038,'Zimapan',NULL,2440),(28039,'Acatic',NULL,2441),(28040,'Acatlan',NULL,2441),(28041,'Ahualulco',NULL,2441),(28042,'Ajijic',NULL,2441),(28043,'Alejandria',NULL,2441),(28044,'Amatitan',NULL,2441),(28045,'Ameca',NULL,2441),(28046,'Antonio Escobedo',NULL,2441),(28047,'Arandas',NULL,2441),(28048,'Atemajac',NULL,2441),(28049,'Atequiza',NULL,2441),(28050,'Atotonilco el Alto',NULL,2441),(28051,'Atotonilquillo',NULL,2441),(28052,'Atoyac',NULL,2441),(28053,'Autlan',NULL,2441),(28054,'Ayotlan',NULL,2441),(28055,'Ayutla',NULL,2441),(28056,'Bellavista',NULL,2441),(28057,'Cajititlan',NULL,2441),(28058,'Capilla de Guadalupe',NULL,2441),(28059,'Casimiro Castillo',NULL,2441),(28060,'Centro de Readaptacion Social',NULL,2441),(28061,'Chapala',NULL,2441),(28062,'Chiquilistlan',NULL,2441),(28063,'Cihuatlan',NULL,2441),(28064,'Cocula',NULL,2441),(28065,'Colotlan',NULL,2441),(28066,'Concepcion de Buenos Aires',NULL,2441),(28067,'Cosala',NULL,2441),(28068,'Coyula',NULL,2441),(28069,'Cuitzeo',NULL,2441),(28070,'Cuqio',NULL,2441),(28071,'Cuyutlan',NULL,2441),(28072,'Degollado',NULL,2441),(28073,'El Arenal',NULL,2441),(28074,'El Grullo',NULL,2441),(28075,'El Limon',NULL,2441),(28076,'El Quince',NULL,2441),(28077,'El Refugio',NULL,2441),(28078,'El Salto',NULL,2441),(28079,'El Verde',NULL,2441),(28080,'Encarnacion',NULL,2441),(28081,'Etzatlan',NULL,2441),(28082,'Guadalajara',NULL,2441),(28083,'Guzman',NULL,2441),(28084,'Hidalgo',NULL,2441),(28085,'Hostotipaquillo',NULL,2441),(28086,'Huejucar',NULL,2441),(28087,'Huejuquilla el Alto',NULL,2441),(28088,'Itzican',NULL,2441),(28089,'Ixtapa',NULL,2441),(28090,'Ixtlahuacan de los Membrillos',NULL,2441),(28091,'Ixtlahuacan del Rio',NULL,2441),(28092,'Ixtlan',NULL,2441),(28093,'Jalostotitlan',NULL,2441),(28094,'Jamay',NULL,2441),(28095,'Jesus Maria',NULL,2441),(28096,'Jocotepec',NULL,2441),(28097,'Juanacatlan',NULL,2441),(28098,'Juchitlan',NULL,2441),(28099,'La Barca',NULL,2441),(28100,'La Huerta',NULL,2441),(28101,'La Ribera',NULL,2441),(28102,'La Tijera',NULL,2441),(28103,'La Venta del Astillero',NULL,2441),(28104,'Lagos de Moreno',NULL,2441),(28105,'Las Juntas',NULL,2441),(28106,'Las Pintas',NULL,2441),(28107,'Las Pintitas',NULL,2441),(28108,'Lo Arado',NULL,2441),(28109,'Magdalena',NULL,2441),(28110,'Mascota',NULL,2441),(28111,'Mazamitla',NULL,2441),(28112,'Mexticacan',NULL,2441),(28113,'Mezcala',NULL,2441),(28114,'Nuevo Mexico',NULL,2441),(28115,'Ocotlan',NULL,2441),(28116,'Ojuelos de Jalisco',NULL,2441),(28117,'Pihuamo',NULL,2441),(28118,'Poncitlan',NULL,2441),(28119,'Puente Grande',NULL,2441),(28120,'Puerto Vallarta',NULL,2441),(28121,'Purificacion',NULL,2441),(28122,'San Agustin',NULL,2441),(28123,'San Francisco de Asis',NULL,2441),(28124,'San Gabriel',NULL,2441),(28125,'San Jose de Gracia',NULL,2441),(28126,'San Jose del Castillo',NULL,2441),(28127,'San Juan de los Lagos',NULL,2441),(28128,'San Julian',NULL,2441),(28129,'San Marcos',NULL,2441),(28130,'San Martin de Hidalgo',NULL,2441),(28131,'San Miguel el Alto',NULL,2441),(28132,'San Patricio',NULL,2441),(28133,'San Sebastian del Sur',NULL,2441),(28134,'San Sebastian el Grande',NULL,2441),(28135,'Santa Anita',NULL,2441),(28136,'Santa Cruz de las Flores',NULL,2441),(28137,'Santa Cruz del Valle',NULL,2441),(28138,'Sayula',NULL,2441),(28139,'Tala',NULL,2441),(28140,'Talpa',NULL,2441),(28141,'Tamazula',NULL,2441),(28142,'Tapalpa',NULL,2441),(28143,'Tecalitlan',NULL,2441),(28144,'Tecolotlan',NULL,2441),(28145,'Tenamaxtlan',NULL,2441),(28146,'Teocaltiche',NULL,2441),(28147,'Teocuitatlan de Corona',NULL,2441),(28148,'Tepatitlan',NULL,2441),(28149,'Tequila',NULL,2441),(28150,'Tesistan',NULL,2441),(28151,'Teuchitlan',NULL,2441),(28152,'Tizapan el Alto',NULL,2441),(28153,'Tlajomulco',NULL,2441),(28154,'Tlaquepaque',NULL,2441),(28155,'Tomatlan',NULL,2441),(28156,'Tonala',NULL,2441),(28157,'Tonaya',NULL,2441),(28158,'Tonila',NULL,2441),(28159,'Tototlan',NULL,2441),(28160,'Tuxpan',NULL,2441),(28161,'Union de San Antonio',NULL,2441),(28162,'Union de Tula',NULL,2441),(28163,'Usmajac',NULL,2441),(28164,'Valle de Guadalupe',NULL,2441),(28165,'Valle de Juarez',NULL,2441),(28166,'Villa Corona',NULL,2441),(28167,'Villa Guerrero',NULL,2441),(28168,'Yahualica',NULL,2441),(28169,'Zacoalco',NULL,2441),(28170,'Zapopan',NULL,2441),(28171,'Zapote',NULL,2441),(28172,'Zapotiltic',NULL,2441),(28173,'Zapotlanejo',NULL,2441),(28174,'Acahualco',NULL,2442),(28175,'Acambay',NULL,2442),(28176,'Acazulco',NULL,2442),(28177,'Acolman',NULL,2442),(28178,'Acuautla',NULL,2442),(28179,'Acutzilapan',NULL,2442),(28180,'Ajoloapan',NULL,2442),(28181,'Alborada',NULL,2442),(28182,'Almaya',NULL,2442),(28183,'Almoloya',NULL,2442),(28184,'Almoloya del Rio',NULL,2442),(28185,'Amanalco',NULL,2442),(28186,'Amecameca',NULL,2442),(28187,'Ameyalco',NULL,2442),(28188,'Apaxco',NULL,2442),(28189,'Atarasquillo',NULL,2442),(28190,'Atenco',NULL,2442),(28191,'Atizapan',NULL,2442),(28192,'Atlacomulco',NULL,2442),(28193,'Atlatlahuca',NULL,2442),(28194,'Atlatongo',NULL,2442),(28195,'Atlautla',NULL,2442),(28196,'Atlazalpan',NULL,2442),(28197,'Autopan',NULL,2442),(28198,'Axapusco',NULL,2442),(28199,'Ayotuzco',NULL,2442),(28200,'Ayotzingo',NULL,2442),(28201,'Azcatepec',NULL,2442),(28202,'Balderas',NULL,2442),(28203,'Bocanegra',NULL,2442),(28204,'Boreje',NULL,2442),(28205,'Buenavista',NULL,2442),(28206,'Cacalomacan',NULL,2442),(28207,'Cahuacan',NULL,2442),(28208,'Calimaya',NULL,2442),(28209,'Calixtlahuaca',NULL,2442),(28210,'Capulhuac',NULL,2442),(28211,'Carbon',NULL,2442),(28212,'Cautzingo',NULL,2442),(28213,'Chalco',NULL,2442),(28214,'Chapultepec',NULL,2442),(28215,'Chiautla',NULL,2442),(28216,'Chicoloapan',NULL,2442),(28217,'Chiconautla',NULL,2442),(28218,'Chiconcuac',NULL,2442),(28219,'Chimalhuacan',NULL,2442),(28220,'Chimalpa',NULL,2442),(28221,'Cholula',NULL,2442),(28222,'Citendeje',NULL,2442),(28223,'Coacalco',NULL,2442),(28224,'Coachochitlan',NULL,2442),(28225,'Coacomulco',NULL,2442),(28226,'Coapango',NULL,2442),(28227,'Coatepec',NULL,2442),(28228,'Coatepec Harinas',NULL,2442),(28229,'Coatlinchan',NULL,2442),(28230,'Cocotitlan',NULL,2442),(28231,'Colorines',NULL,2442),(28232,'Concepcion Jolalpan',NULL,2442),(28233,'Coyotepec',NULL,2442),(28234,'Cuauhtemoc',NULL,2442),(28235,'Cuauhtenco',NULL,2442),(28236,'Cuautitlan',NULL,2442),(28237,'Cuautitlan Izcalli',NULL,2442),(28238,'Cuautlalpan',NULL,2442),(28239,'Cuaxustenco',NULL,2442),(28240,'Cuexontitlan',NULL,2442),(28241,'Cuijingo',NULL,2442),(28242,'Ecatepec',NULL,2442),(28243,'Ecatzingo',NULL,2442),(28244,'Ejido Cahuacan',NULL,2442),(28245,'Ejido Veinte de Noviembre la C',NULL,2442),(28246,'Ejido de la Y Seccion Siete a ',NULL,2442),(28247,'El Coporo',NULL,2442),(28248,'El Oro',NULL,2442),(28249,'Enchisi',NULL,2442),(28250,'Enthavi',NULL,2442),(28251,'Fuentes del Valle',NULL,2442),(28252,'Huehuetoca',NULL,2442),(28253,'Huexoculco',NULL,2442),(28254,'Hueypoxtla',NULL,2442),(28255,'Huilango',NULL,2442),(28256,'Huitzilzingo',NULL,2442),(28257,'Huixquilucan',NULL,2442),(28258,'Huixquilucan de Degollado',NULL,2442),(28259,'Huixtoco',NULL,2442),(28260,'Ixlahuaca',NULL,2442),(28261,'Ixtacalco',NULL,2442),(28262,'Ixtapaluca',NULL,2442),(28263,'Ixtapan',NULL,2442),(28264,'Ixtlahuatzingo',NULL,2442),(28265,'Jajalpa',NULL,2442),(28266,'Jaltenco',NULL,2442),(28267,'Jaltepec',NULL,2442),(28268,'Jesus del Monte',NULL,2442),(28269,'Jicaltepec Autopan',NULL,2442),(28270,'Jilotepec',NULL,2442),(28271,'Jilotzingo',NULL,2442),(28272,'Jocotitlan',NULL,2442),(28273,'Joquicingo',NULL,2442),(28274,'Jorge Jimenez Cantu',NULL,2442),(28275,'Juchitepec',NULL,2442),(28276,'La Concepcion los Banos',NULL,2442),(28277,'La Constitucion',NULL,2442),(28278,'La Magdalema',NULL,2442),(28279,'Lerma',NULL,2442),(28280,'Loma de Juarez',NULL,2442),(28281,'Lomas de Zacamulpa',NULL,2442),(28282,'Lopez Mateos',NULL,2442),(28283,'Los Esparragos',NULL,2442),(28284,'Los Reyes',NULL,2442),(28285,'Los Reyes Acozac',NULL,2442),(28286,'Luvianos',NULL,2442),(28287,'Malinalco',NULL,2442),(28288,'Melchor Ocampo',NULL,2442),(28289,'Metepec',NULL,2442),(28290,'Mexicaltzingo',NULL,2442),(28291,'Mextepec',NULL,2442),(28292,'Montecillo',NULL,2442),(28293,'Nativitas',NULL,2442),(28294,'Naucalpan',NULL,2442),(28295,'Nexquipayac',NULL,2442),(28296,'Nextlalpan',NULL,2442),(28297,'Nezahualcoyotl',NULL,2442),(28298,'Nicolas Romero',NULL,2442),(28299,'Nopaltepec',NULL,2442),(28300,'Ocotitlan',NULL,2442),(28301,'Ocotlan',NULL,2442),(28302,'Ocoyoacac',NULL,2442),(28303,'Ojo de Agua',NULL,2442),(28304,'Otumba',NULL,2442),(28305,'Otzacatipan',NULL,2442),(28306,'Oyamel',NULL,2442),(28307,'Oztolotepec',NULL,2442),(28308,'Ozumba',NULL,2442),(28309,'Papalotla',NULL,2442),(28310,'Progreso Industrial',NULL,2442),(28311,'Pueblo Nuevo',NULL,2442),(28312,'Rayon',NULL,2442),(28313,'Rio Frio',NULL,2442),(28314,'Salitrillo',NULL,2442),(28315,'San Antonio Buenavista',NULL,2442),(28316,'San Antonio La Isla',NULL,2442),(28317,'San Bartolo',NULL,2442),(28318,'San Bartolo del Llano',NULL,2442),(28319,'San Bernardino',NULL,2442),(28320,'San Buenaventura',NULL,2442),(28321,'San Felipe del Progreso',NULL,2442),(28322,'San Jeronimo',NULL,2442),(28323,'San Jose Guadalupe',NULL,2442),(28324,'San Jose el Vidrio',NULL,2442),(28325,'San Juan Tilapa',NULL,2442),(28326,'San Juan de las Huertas',NULL,2442),(28327,'San Juan y San Pedro Tezompa',NULL,2442),(28328,'San Lorenzo Cuauhtenco',NULL,2442),(28329,'San Martin de las Piramides',NULL,2442),(28330,'San Miguel la Labor',NULL,2442),(28331,'San Nicolas Guadalupe',NULL,2442),(28332,'San Nicolas Tolentino',NULL,2442),(28333,'San Pablo de las Salinas',NULL,2442),(28334,'San Pedro Abajo',NULL,2442),(28335,'San Pedro Arriba',NULL,2442),(28336,'San Pedro el Alto',NULL,2442),(28337,'San Pedro los Banos',NULL,2442),(28338,'San Simon de la Laguna',NULL,2442),(28339,'Santa Catarina del Monte',NULL,2442),(28340,'Santa Cruz del Monte',NULL,2442),(28341,'Santa Gertrudis',NULL,2442),(28342,'Santa Maria del Monte',NULL,2442),(28343,'Santo Domingo de Guzman',NULL,2442),(28344,'Soyaniquilpan',NULL,2442),(28345,'Sultepec',NULL,2442),(28346,'Tecalco',NULL,2442),(28347,'Tecamac',NULL,2442),(28348,'Techuchulco',NULL,2442),(28349,'Tecuahutitlan',NULL,2442),(28350,'Tehuixtitlan',NULL,2442),(28351,'Tejupilco',NULL,2442),(28352,'Temamatla',NULL,2442),(28353,'Temascalapa',NULL,2442),(28354,'Temascalcingo',NULL,2442),(28355,'Temoaya',NULL,2442),(28356,'Tenancingo',NULL,2442),(28357,'Tenango de Arista',NULL,2442),(28358,'Tenango del Aire',NULL,2442),(28359,'Tenochtitlan',NULL,2442),(28360,'Teoloyucan',NULL,2442),(28361,'Teotihuacan',NULL,2442),(28362,'Tepeolulco',NULL,2442),(28363,'Tepetitlan',NULL,2442),(28364,'Tepetlaoxtoc',NULL,2442),(28365,'Tepetlixpa',NULL,2442),(28366,'Tepexpan',NULL,2442),(28367,'Tepotzotlan',NULL,2442),(28368,'Tequexquinahuac',NULL,2442),(28369,'Tequisistlan',NULL,2442),(28370,'Tequixquiac',NULL,2442),(28371,'Texcalyacac',NULL,2442),(28372,'Texcoco',NULL,2442),(28373,'Teyahualco',NULL,2442),(28374,'Tezoquipan',NULL,2442),(28375,'Tezoyuca',NULL,2442),(28376,'Tianguistenco',NULL,2442),(28377,'Tilapa',NULL,2442),(28378,'Tlachaloya Segunda Seccion',NULL,2442),(28379,'Tlachihualpa',NULL,2442),(28380,'Tlacotepec',NULL,2442),(28381,'Tlahuelilpan',NULL,2442),(28382,'Tlaixpan',NULL,2442),(28383,'Tlalcilalcalli',NULL,2442),(28384,'Tlalcilalcalpan',NULL,2442),(28385,'Tlalmanalco',NULL,2442),(28386,'Tlalmimilolpan',NULL,2442),(28387,'Tlalnepantla',NULL,2442),(28388,'Tlaltelulco',NULL,2442),(28389,'Tlaltizapan',NULL,2442),(28390,'Tlanisco',NULL,2442),(28391,'Toluca',NULL,2442),(28392,'Tonanitla',NULL,2442),(28393,'Tonatico',NULL,2442),(28394,'Totocuitlapilco',NULL,2442),(28395,'Totoltepec',NULL,2442),(28396,'Tulantongo',NULL,2442),(28397,'Tultepec',NULL,2442),(28398,'Tultitlan',NULL,2442),(28399,'Valle de Bravo',NULL,2442),(28400,'Victoria',NULL,2442),(28401,'Villa Guerrero',NULL,2442),(28402,'Vista Hermosa',NULL,2442),(28403,'Xalatlaco',NULL,2442),(28404,'Xalpa',NULL,2442),(28405,'Xico',NULL,2442),(28406,'Xochimanca',NULL,2442),(28407,'Xolalpa',NULL,2442),(28408,'Xoloc',NULL,2442),(28409,'Xometla',NULL,2442),(28410,'Xonacatlan',NULL,2442),(28411,'Yachihuacaltepec',NULL,2442),(28412,'Yancuitlalpan',NULL,2442),(28413,'Zacacalco',NULL,2442),(28414,'Zacamulpa',NULL,2442),(28415,'Zacualpan',NULL,2442),(28416,'Zaragoza',NULL,2442),(28417,'Zictepec',NULL,2442),(28418,'Zinacantepec',NULL,2442),(28419,'Zolotepec',NULL,2442),(28420,'Zumpahuacan',NULL,2442),(28421,'Zumpango',NULL,2442),(28422,'Acuitzio',NULL,2443),(28423,'Aguililla',NULL,2443),(28424,'Alvaro Obregon',NULL,2443),(28425,'Angahuan',NULL,2443),(28426,'Angamacutiro',NULL,2443),(28427,'Angangueo',NULL,2443),(28428,'Antunez',NULL,2443),(28429,'Apatzingan',NULL,2443),(28430,'Ario',NULL,2443),(28431,'Arteaga',NULL,2443),(28432,'Benito Juarez',NULL,2443),(28433,'Brisenas',NULL,2443),(28434,'Buenavista',NULL,2443),(28435,'Buenos Aires',NULL,2443),(28436,'Caltzontzin',NULL,2443),(28437,'Capacuaro',NULL,2443),(28438,'Capula',NULL,2443),(28439,'Caracuaro',NULL,2443),(28440,'Charapan',NULL,2443),(28441,'Charo',NULL,2443),(28442,'Chavinda',NULL,2443),(28443,'Cheran',NULL,2443),(28444,'Chilchota',NULL,2443),(28445,'Churintzio',NULL,2443),(28446,'Churumuco',NULL,2443),(28447,'Coahuayana',NULL,2443),(28448,'Coalcoman',NULL,2443),(28449,'Coeneo',NULL,2443),(28450,'Cojumatlan',NULL,2443),(28451,'Comachuen',NULL,2443),(28452,'Contepec',NULL,2443),(28453,'Copandaro',NULL,2443),(28454,'Cotija',NULL,2443),(28455,'Cuanajo',NULL,2443),(28456,'Cuitareo',NULL,2443),(28457,'Cuitzeo',NULL,2443),(28458,'Ecuandureo',NULL,2443),(28459,'Hidalgo',NULL,2443),(28460,'Huandacareo',NULL,2443),(28461,'Huetamo',NULL,2443),(28462,'Indaparapeo',NULL,2443),(28463,'Irimbo',NULL,2443),(28464,'Ixtlan',NULL,2443),(28465,'Jacona',NULL,2443),(28466,'Jiquilpan',NULL,2443),(28467,'Jungapeo',NULL,2443),(28468,'La Huacana',NULL,2443),(28469,'La Mira',NULL,2443),(28470,'La Orilla',NULL,2443),(28471,'La Piedad',NULL,2443),(28472,'La Ruana',NULL,2443),(28473,'Las Guacamayas',NULL,2443),(28474,'Lazaro Cardenas',NULL,2443),(28475,'Lombardia',NULL,2443),(28476,'Los Reyes',NULL,2443),(28477,'Madero',NULL,2443),(28478,'Maravatio',NULL,2443),(28479,'Maya',NULL,2443),(28480,'Morelia',NULL,2443),(28481,'Morelos',NULL,2443),(28482,'Nahuatzen',NULL,2443),(28483,'Nocupetaro',NULL,2443),(28484,'Nueva Italia de Ruiz',NULL,2443),(28485,'Nuevo San Juan Parangaricutiro',NULL,2443),(28486,'Numaran',NULL,2443),(28487,'Ocampo',NULL,2443),(28488,'Opopeo',NULL,2443),(28489,'Pajacuaran',NULL,2443),(28490,'Panindicuaro',NULL,2443),(28491,'Paracho',NULL,2443),(28492,'Paracuaro',NULL,2443),(28493,'Pastor Ortiz',NULL,2443),(28494,'Patzcuaro',NULL,2443),(28495,'Pedernales',NULL,2443),(28496,'Penjamillo',NULL,2443),(28497,'Periban',NULL,2443),(28498,'Pichataro',NULL,2443),(28499,'Purepero',NULL,2443),(28500,'Puruandiro',NULL,2443),(28501,'Puruaran',NULL,2443),(28502,'Querendaro',NULL,2443),(28503,'Quiroga',NULL,2443),(28504,'Rincon de Nicolas Romero',NULL,2443),(28505,'Riva Palacio',NULL,2443),(28506,'Sahuayo',NULL,2443),(28507,'San Jose de Gracia',NULL,2443),(28508,'San Lucas',NULL,2443),(28509,'San Matias Grande',NULL,2443),(28510,'Santa Clara de Valladares',NULL,2443),(28511,'Santa Clara del Cobre',NULL,2443),(28512,'Santa Fe de la Laguna',NULL,2443),(28513,'Tacambaro',NULL,2443),(28514,'Tancitaro',NULL,2443),(28515,'Tangamandapio',NULL,2443),(28516,'Tangancicuaro',NULL,2443),(28517,'Tanhuato',NULL,2443),(28518,'Tarecuato',NULL,2443),(28519,'Taretan',NULL,2443),(28520,'Tarimbaro',NULL,2443),(28521,'Tejaro',NULL,2443),(28522,'Tepalcatepec',NULL,2443),(28523,'Tingambato',NULL,2443),(28524,'Tinguindin',NULL,2443),(28525,'Tiquicheo',NULL,2443),(28526,'Tlalpujahua',NULL,2443),(28527,'Tlazazalca',NULL,2443),(28528,'Tungareo',NULL,2443),(28529,'Tuxpan',NULL,2443),(28530,'Tzintzuntzan',NULL,2443),(28531,'Uruapan',NULL,2443),(28532,'Venustiano Carranza',NULL,2443),(28533,'Villa Jimenez',NULL,2443),(28534,'Villachuato',NULL,2443),(28535,'Villamar',NULL,2443),(28536,'Vista Hermosa',NULL,2443),(28537,'Yurecuaro',NULL,2443),(28538,'Zacapu',NULL,2443),(28539,'Zamora',NULL,2443),(28540,'Zinapecuaro',NULL,2443),(28541,'Zitacuaro',NULL,2443),(28542,'Alpuyeca',NULL,2444),(28543,'Amacuzac',NULL,2444),(28544,'Amayuca',NULL,2444),(28545,'Anenecuilco',NULL,2444),(28546,'Apatlaco',NULL,2444),(28547,'Atlatlahucan',NULL,2444),(28548,'Axochiapan',NULL,2444),(28549,'Ayala',NULL,2444),(28550,'Calera Chica',NULL,2444),(28551,'Chiconcuac',NULL,2444),(28552,'Coatetelco',NULL,2444),(28553,'Cocoyoc',NULL,2444),(28554,'Cuautla',NULL,2444),(28555,'Cuernavaca',NULL,2444),(28556,'Emiliano Zapata',NULL,2444),(28557,'Higueron',NULL,2444),(28558,'Hueyapan',NULL,2444),(28559,'Huiztilac',NULL,2444),(28560,'Independencia',NULL,2444),(28561,'Jantetelco',NULL,2444),(28562,'Jiutepec',NULL,2444),(28563,'Jojutla',NULL,2444),(28564,'Jonacatepec',NULL,2444),(28565,'Juan Morales',NULL,2444),(28566,'La Joya',NULL,2444),(28567,'Los Arcos',NULL,2444),(28568,'Mazatepec',NULL,2444),(28569,'Miacatlan',NULL,2444),(28570,'Oaxtepec',NULL,2444),(28571,'Ocuituco',NULL,2444),(28572,'Pedro Amaro',NULL,2444),(28573,'Progreso',NULL,2444),(28574,'Puente de Ixtla',NULL,2444),(28575,'San Jose Vista Hermosa',NULL,2444),(28576,'San Nicolas Galeana',NULL,2444),(28577,'Santa Catarina',NULL,2444),(28578,'Santa Rosa Treinta',NULL,2444),(28579,'Tehuixtla',NULL,2444),(28580,'Telixtac',NULL,2444),(28581,'Temixco',NULL,2444),(28582,'Temoac',NULL,2444),(28583,'Tenextepango',NULL,2444),(28584,'Tepalcingo',NULL,2444),(28585,'Tepoztlan',NULL,2444),(28586,'Tetecala',NULL,2444),(28587,'Tetela del Volcan',NULL,2444),(28588,'Tilzapotla',NULL,2444),(28589,'Tlacotepec',NULL,2444),(28590,'Tlalnepantla',NULL,2444),(28591,'Tlaltizapan',NULL,2444),(28592,'Tlaquiltenango',NULL,2444),(28593,'Tlatenchi',NULL,2444),(28594,'Tlayacapan',NULL,2444),(28595,'Totolapan',NULL,2444),(28596,'Tres Marias',NULL,2444),(28597,'Unidad Habitacional Jose Maria',NULL,2444),(28598,'Xochitepec',NULL,2444),(28599,'Xoxocotla',NULL,2444),(28600,'Yautepec',NULL,2444),(28601,'Yecapixtla',NULL,2444),(28602,'Zacatepec',NULL,2444),(28603,'Zacualpan',NULL,2444),(28604,'Acaponeta',NULL,2445),(28605,'Ahuacatlan',NULL,2445),(28606,'Amatlan',NULL,2445),(28607,'Aztatan',NULL,2445),(28608,'Bucerias',NULL,2445),(28609,'Carmen',NULL,2445),(28610,'Cerralvo',NULL,2445),(28611,'Compostela',NULL,2445),(28612,'Hidalgo',NULL,2445),(28613,'Ixcuintla',NULL,2445),(28614,'Ixtlan del Rio',NULL,2445),(28615,'Jala',NULL,2445),(28616,'Jalcocotan',NULL,2445),(28617,'La Penita de Jaltemba',NULL,2445),(28618,'La Presa',NULL,2445),(28619,'Lagunillas',NULL,2445),(28620,'Las Jarretaderas',NULL,2445),(28621,'Las Varas',NULL,2445),(28622,'Puga',NULL,2445),(28623,'Rosamorada',NULL,2445),(28624,'Ruiz',NULL,2445),(28625,'San Blas',NULL,2445),(28626,'San Jose del Valle',NULL,2445),(28627,'San Juan de Abajo',NULL,2445),(28628,'San Vicente',NULL,2445),(28629,'Santa Maria del Oro',NULL,2445),(28630,'Tecuala',NULL,2445),(28631,'Tepic',NULL,2445),(28632,'Tuxpan',NULL,2445),(28633,'Valle de Banderas',NULL,2445),(28634,'Xalisco',NULL,2445),(28635,'Yago',NULL,2445),(28636,'Zacualpan',NULL,2445),(28637,'Acatlan',NULL,2447),(28638,'Amatlan',NULL,2447),(28639,'Amilpas',NULL,2447),(28640,'Amuzgos',NULL,2447),(28641,'Asuncion Ixtaltepec',NULL,2447),(28642,'Asuncion Nochixtlan',NULL,2447),(28643,'Asuncion Ocotlan',NULL,2447),(28644,'Atempa',NULL,2447),(28645,'Atzompa',NULL,2447),(28646,'Ayautla',NULL,2447),(28647,'Ayoquezco',NULL,2447),(28648,'Ayotzintepec',NULL,2447),(28649,'Bajos de Chila',NULL,2447),(28650,'Brisas de Zicatela',NULL,2447),(28651,'Cacahuatepec',NULL,2447),(28652,'Cacaotepec',NULL,2447),(28653,'Chahuites',NULL,2447),(28654,'Chichicapam',NULL,2447),(28655,'Chiltepec',NULL,2447),(28656,'Cienaga de Zimatlan',NULL,2447),(28657,'Coatlan',NULL,2447),(28658,'Comitancillo',NULL,2447),(28659,'Cosolapa',NULL,2447),(28660,'Coyotepec',NULL,2447),(28661,'Crucecita',NULL,2447),(28662,'Cuicatlan',NULL,2447),(28663,'Cuilapam',NULL,2447),(28664,'Ejutla de Crespo',NULL,2447),(28665,'El Espinal',NULL,2447),(28666,'Etla',NULL,2447),(28667,'Fraccionamiento el Rosario',NULL,2447),(28668,'Guelavia',NULL,2447),(28669,'Guichicovi',NULL,2447),(28670,'Huajuapan',NULL,2447),(28671,'Huatulco',NULL,2447),(28672,'Huautla',NULL,2447),(28673,'Huaxpaltepec',NULL,2447),(28674,'Huayapam',NULL,2447),(28675,'Huazolotitlan',NULL,2447),(28676,'Huitzo',NULL,2447),(28677,'Huixtepec',NULL,2447),(28678,'Ingenio',NULL,2447),(28679,'Ixcatlan',NULL,2447),(28680,'Ixhuatan',NULL,2447),(28681,'Ixtepec',NULL,2447),(28682,'Jalapa',NULL,2447),(28683,'Jamiltepec',NULL,2447),(28684,'Jicayan',NULL,2447),(28685,'Juchitan',NULL,2447),(28686,'Juquila',NULL,2447),(28687,'Juxtlahuaca',NULL,2447),(28688,'Loma Bonita',NULL,2447),(28689,'Magdalena Teitipac',NULL,2447),(28690,'Magdalena Tequisistlan',NULL,2447),(28691,'Matatlan',NULL,2447),(28692,'Matias Romero',NULL,2447),(28693,'Mechoacan',NULL,2447),(28694,'Miahuatlan',NULL,2447),(28695,'Mitla',NULL,2447),(28696,'Mixtepec',NULL,2447),(28697,'Mixtequilla',NULL,2447),(28698,'Nazareno Etla',NULL,2447),(28699,'Niltepec',NULL,2447),(28700,'Oaxaca',NULL,2447),(28701,'Ocotepec',NULL,2447),(28702,'Ocotlan',NULL,2447),(28703,'Ojitlan',NULL,2447),(28704,'Palomares',NULL,2447),(28705,'Panixtlahuaca',NULL,2447),(28706,'Petapa',NULL,2447),(28707,'Pinotepa Nacional',NULL,2447),(28708,'Pinotepa de Don Luis',NULL,2447),(28709,'Pochutla',NULL,2447),(28710,'Puerto Escondido',NULL,2447),(28711,'Putla',NULL,2447),(28712,'Quetzaltepec',NULL,2447),(28713,'Rincon Viejo',NULL,2447),(28714,'Rio Grande',NULL,2447),(28715,'Salina Cruz',NULL,2447),(28716,'San Agustin de las Juntas',NULL,2447),(28717,'San Antonio Castillo Velasco',NULL,2447),(28718,'San Antonio de la Cal',NULL,2447),(28719,'San Dionisio del Mar',NULL,2447),(28720,'San Francisco del Mar',NULL,2447),(28721,'San Jose del Progreso',NULL,2447),(28722,'San Juan Colorado',NULL,2447),(28723,'San Mateo del Mar',NULL,2447),(28724,'Santa Lucia del Camino',NULL,2447),(28725,'Santa Maria del Tule',NULL,2447),(28726,'Santiago Apostol',NULL,2447),(28727,'Santos Reyes Nopala',NULL,2447),(28728,'Soyaltepec',NULL,2447),(28729,'Suchilquitongo',NULL,2447),(28730,'Tamazulapam',NULL,2447),(28731,'Tapanatepec',NULL,2447),(28732,'Tehuantepec',NULL,2447),(28733,'Teitipac',NULL,2447),(28734,'Telixtlahuaca',NULL,2447),(28735,'Teotitlan',NULL,2447),(28736,'Teotitlan den Valle',NULL,2447),(28737,'Tilquiapam',NULL,2447),(28738,'Tlacolula',NULL,2447),(28739,'Tlalixtac',NULL,2447),(28740,'Tlaxiaco',NULL,2447),(28741,'Tutla',NULL,2447),(28742,'Tuxtepec',NULL,2447),(28743,'Union Hidalgo',NULL,2447),(28744,'Usila',NULL,2447),(28745,'Valle Nacional',NULL,2447),(28746,'Vicente Camalote',NULL,2447),(28747,'Vicente Guerrero',NULL,2447),(28748,'Xadani',NULL,2447),(28749,'Xitla',NULL,2447),(28750,'Xoxocotlan',NULL,2447),(28751,'Yaitepec',NULL,2447),(28752,'Yatareni',NULL,2447),(28753,'Zaachila',NULL,2447),(28754,'Zacatepec',NULL,2447),(28755,'Zanatepec',NULL,2447),(28756,'Zimatlan',NULL,2447),(28757,'Acajete',NULL,2448),(28758,'Acateno',NULL,2448),(28759,'Acatlan',NULL,2448),(28760,'Acatzingo',NULL,2448),(28761,'Actipan',NULL,2448),(28762,'Acuexcomac',NULL,2448),(28763,'Ahuatempan',NULL,2448),(28764,'Ajalpan',NULL,2448),(28765,'Aljojuca',NULL,2448),(28766,'Almecatla',NULL,2448),(28767,'Alseseca',NULL,2448),(28768,'Altepexi',NULL,2448),(28769,'Amecac',NULL,2448),(28770,'Amozoc',NULL,2448),(28771,'Aparicio',NULL,2448),(28772,'Atempan',NULL,2448),(28773,'Atencingo',NULL,2448),(28774,'Atlixco',NULL,2448),(28775,'Atoyatempan',NULL,2448),(28776,'Atzitzintla',NULL,2448),(28777,'Atzompa',NULL,2448),(28778,'Ayutla',NULL,2448),(28779,'Azumiatla',NULL,2448),(28780,'Benito Juarez',NULL,2448),(28781,'Buenos Aires',NULL,2448),(28782,'Cacaloxuchitl',NULL,2448),(28783,'Calipan',NULL,2448),(28784,'Calmeca',NULL,2448),(28785,'Calpan',NULL,2448),(28786,'Caltenco',NULL,2448),(28787,'Canada',NULL,2448),(28788,'Canoa',NULL,2448),(28789,'Caxhuacan',NULL,2448),(28790,'Chalchihuapan',NULL,2448),(28791,'Chapulco',NULL,2448),(28792,'Chautla',NULL,2448),(28793,'Chiapa',NULL,2448),(28794,'Chiautla',NULL,2448),(28795,'Chiautzingo',NULL,2448),(28796,'Chiconquiac',NULL,2448),(28797,'Chietla',NULL,2448),(28798,'Chignahuapan',NULL,2448),(28799,'Chignautla',NULL,2448),(28800,'Chilac',NULL,2448),(28801,'Chilchotla',NULL,2448),(28802,'Cholula',NULL,2448),(28803,'Citlaltepetl',NULL,2448),(28804,'Coatepec',NULL,2448),(28805,'Coronango',NULL,2448),(28806,'Coxcatlan',NULL,2448),(28807,'Coyula',NULL,2448),(28808,'Cuacnopalan',NULL,2448),(28809,'Cuanala',NULL,2448),(28810,'Cuapiaxtla',NULL,2448),(28811,'Cuautlancingo',NULL,2448),(28812,'Cuayucatepec',NULL,2448),(28813,'Cuetzalan',NULL,2448),(28814,'Domingo Arenas',NULL,2448),(28815,'Escape',NULL,2448),(28816,'Esperanza',NULL,2448),(28817,'Guadalupe Victoria',NULL,2448),(28818,'Huaquechula',NULL,2448),(28819,'Huauchinango',NULL,2448),(28820,'Huehuetlan',NULL,2448),(28821,'Huejotzingo',NULL,2448),(28822,'Hueyapan',NULL,2448),(28823,'Hueyotlipan',NULL,2448),(28824,'Hueytamalco',NULL,2448),(28825,'Huixcolotla',NULL,2448),(28826,'Ixcaquixtla',NULL,2448),(28827,'Ixtiyucan',NULL,2448),(28828,'Izucar',NULL,2448),(28829,'Jolalpan',NULL,2448),(28830,'La Ceiba',NULL,2448),(28831,'La Galarza',NULL,2448),(28832,'La Resureccion',NULL,2448),(28833,'Lazaro Cardenas',NULL,2448),(28834,'Libres',NULL,2448),(28835,'Los Ranchos',NULL,2448),(28836,'Los Reyes de Juarez',NULL,2448),(28837,'Malacatepec',NULL,2448),(28838,'Metlaltoyuca',NULL,2448),(28839,'Miahuatlan',NULL,2448),(28840,'Mihuacan',NULL,2448),(28841,'Momoxpan',NULL,2448),(28842,'Moyotzingo',NULL,2448),(28843,'Nealtican',NULL,2448),(28844,'Necaxa',NULL,2448),(28845,'Nopalucan',NULL,2448),(28846,'Ocotitlan',NULL,2448),(28847,'Ocotlan',NULL,2448),(28848,'Ocoyucan',NULL,2448),(28849,'Oriental',NULL,2448),(28850,'Pahuatlan',NULL,2448),(28851,'Palmar de Bravo',NULL,2448),(28852,'Puebla',NULL,2448),(28853,'Quecholac',NULL,2448),(28854,'Raboso',NULL,2448),(28855,'Rafael Lara Grajales',NULL,2448),(28856,'San Gabriel Casa Blanca',NULL,2448),(28857,'San Lucas el Grande',NULL,2448),(28858,'San Salvador el Seco',NULL,2448),(28859,'San Sebastian Villanueva',NULL,2448),(28860,'Sanctorum',NULL,2448),(28861,'Santa Maria la Alta',NULL,2448),(28862,'Serdan',NULL,2448),(28863,'Soltepec',NULL,2448),(28864,'Tatoxcac',NULL,2448),(28865,'Tecali',NULL,2448),(28866,'Tecamachalco',NULL,2448),(28867,'Tehuacan',NULL,2448),(28868,'Tehuitzingo',NULL,2448),(28869,'Tenango',NULL,2448),(28870,'Tenango de las Flores',NULL,2448),(28871,'Tenextatiloyan',NULL,2448),(28872,'Teontepec',NULL,2448),(28873,'Teopantlan',NULL,2448),(28874,'Teotlalcingo',NULL,2448),(28875,'Tepango',NULL,2448),(28876,'Tepatlaxco',NULL,2448),(28877,'Tepeaca',NULL,2448),(28878,'Tepeojuma',NULL,2448),(28879,'Tepexi',NULL,2448),(28880,'Tepulco',NULL,2448),(28881,'Tetela Morelos',NULL,2448),(28882,'Tetela de Ocampo',NULL,2448),(28883,'Teteles',NULL,2448),(28884,'Tetzoyocan',NULL,2448),(28885,'Texmelucan',NULL,2448),(28886,'Teziutlan',NULL,2448),(28887,'Tianguismanalco',NULL,2448),(28888,'Tlachichuca',NULL,2448),(28889,'Tlacotepec',NULL,2448),(28890,'Tlacoyalco',NULL,2448),(28891,'Tlahuapan',NULL,2448),(28892,'Tlaixpan',NULL,2448),(28893,'Tlalancaleca',NULL,2448),(28894,'Tlaltenango',NULL,2448),(28895,'Tlanalapan',NULL,2448),(28896,'Tlancualpican',NULL,2448),(28897,'Tlanepantla',NULL,2448),(28898,'Tlapanala',NULL,2448),(28899,'Tlatlauquitepec',NULL,2448),(28900,'Tlaxcalancingo',NULL,2448),(28901,'Tlaxco',NULL,2448),(28902,'Tochapan',NULL,2448),(28903,'Tochimilco',NULL,2448),(28904,'Tochtepec',NULL,2448),(28905,'Tulcingo',NULL,2448),(28906,'Tuxco',NULL,2448),(28907,'Venustiano Carranza',NULL,2448),(28908,'Xalmimilulco',NULL,2448),(28909,'Xaltepec',NULL,2448),(28910,'Xicotepec',NULL,2448),(28911,'Xiutetelco',NULL,2448),(28912,'Xochiltenango',NULL,2448),(28913,'Xochitlan',NULL,2448),(28914,'Xonatepec',NULL,2448),(28915,'Xoxtla',NULL,2448),(28916,'Yaonahuac',NULL,2448),(28917,'Yehualtepec',NULL,2448),(28918,'Zacapechpan',NULL,2448),(28919,'Zacapoaxtla',NULL,2448),(28920,'Zacatepec',NULL,2448),(28921,'Zacatlan',NULL,2448),(28922,'Zaragoza',NULL,2448),(28923,'Zinacatepec',NULL,2448),(28924,'Zongozotla',NULL,2448),(28925,'Zozutla',NULL,2448),(28926,'Ajuchitlan',NULL,2449),(28927,'Amazcala',NULL,2449),(28928,'Amealco',NULL,2449),(28929,'Cadereyta',NULL,2449),(28930,'Candiles',NULL,2449),(28931,'Colon',NULL,2449),(28932,'El Colorado',NULL,2449),(28933,'El Pueblito',NULL,2449),(28934,'El Sauz',NULL,2449),(28935,'Ezequiel Montes',NULL,2449),(28936,'Huimilpan',NULL,2449),(28937,'Jalpan',NULL,2449),(28938,'Jauregui',NULL,2449),(28939,'La Canada',NULL,2449),(28940,'La Estancia',NULL,2449),(28941,'La Lira',NULL,2449),(28942,'La Llave',NULL,2449),(28943,'Paso de Mata',NULL,2449),(28944,'Pedro Escobedo',NULL,2449),(28945,'Queretaro',NULL,2449),(28946,'San Jose de los Olvera',NULL,2449),(28947,'San Jose el Alto',NULL,2449),(28948,'San Juan del Rio',NULL,2449),(28949,'San Nicolas',NULL,2449),(28950,'San Pedro Martir',NULL,2449),(28951,'Santa Maria Magdalena',NULL,2449),(28952,'Tequisquiapan',NULL,2449),(28953,'Tlacote el Bajo',NULL,2449),(28954,'Adolfo Ruiz Cortines',NULL,2452),(28955,'Agua Verde',NULL,2452),(28956,'Ahome',NULL,2452),(28957,'Angostura',NULL,2452),(28958,'Badiraguato',NULL,2452),(28959,'Bagojo',NULL,2452),(28960,'Benito Juarez',NULL,2452),(28961,'Campo Gobierno',NULL,2452),(28962,'Choix',NULL,2452),(28963,'Compuertas',NULL,2452),(28964,'Concordia',NULL,2452),(28965,'Constancia',NULL,2452),(28966,'Cosala',NULL,2452),(28967,'Costa Rica',NULL,2452),(28968,'Culiacan',NULL,2452),(28969,'Culiacancito',NULL,2452),(28970,'El Burrion',NULL,2452),(28971,'El Carrizo',NULL,2452),(28972,'El Diez',NULL,2452),(28973,'El Estero',NULL,2452),(28974,'El Fuerte',NULL,2452),(28975,'El Rosario',NULL,2452),(28976,'El Tamarindo',NULL,2452),(28977,'Eldorado',NULL,2452),(28978,'Escuinapa',NULL,2452),(28979,'Estacion Naranjo',NULL,2452),(28980,'Estancia Bamoa',NULL,2452),(28981,'Gabriel Leyva Solano',NULL,2452),(28982,'Guamuchil',NULL,2452),(28983,'Guasave',NULL,2452),(28984,'Higuera',NULL,2452),(28985,'Isla del Bosque',NULL,2452),(28986,'Jahuara Segundo',NULL,2452),(28987,'Juan Jose Rios',NULL,2452),(28988,'La Cruz',NULL,2452),(28989,'La Palma',NULL,2452),(28990,'La Reforma',NULL,2452),(28991,'La Trinidad',NULL,2452),(28992,'Los Mochis',NULL,2452),(28993,'Mazatlan',NULL,2452),(28994,'Mochicahui',NULL,2452),(28995,'Mocorito',NULL,2452),(28996,'Navolato',NULL,2452),(28997,'Pericos',NULL,2452),(28998,'Pueblos Unidos',NULL,2452),(28999,'Quila',NULL,2452),(29000,'San Blas',NULL,2452),(29001,'San Ignacio',NULL,2452),(29002,'Sinaloa',NULL,2452),(29003,'Teacapan',NULL,2452),(29004,'Topolobampo',NULL,2452),(29005,'Villa Union',NULL,2452),(29006,'Zapotitlan',NULL,2452),(29007,'Agua Prieta',NULL,2453),(29008,'Alamos',NULL,2453),(29009,'Altar',NULL,2453),(29010,'Bacobampo',NULL,2453),(29011,'Bacum',NULL,2453),(29012,'Bahia de Kino',NULL,2453),(29013,'Benjamin Hill',NULL,2453),(29014,'Caborca',NULL,2453),(29015,'Campo Sesenta',NULL,2453),(29016,'Cananea',NULL,2453),(29017,'Carbo',NULL,2453),(29018,'Cocorit',NULL,2453),(29019,'Cumpas',NULL,2453),(29020,'Empalme',NULL,2453),(29021,'Esperanza',NULL,2453),(29022,'Esqueda',NULL,2453),(29023,'Etchojoa',NULL,2453),(29024,'Etchoropo',NULL,2453),(29025,'Guaymas',NULL,2453),(29026,'Hermosillo',NULL,2453),(29027,'Huatabampo',NULL,2453),(29028,'Imuris',NULL,2453),(29029,'Juarez',NULL,2453),(29030,'Kino',NULL,2453),(29031,'La Doce',NULL,2453),(29032,'La Union',NULL,2453),(29033,'Moctezuma',NULL,2453),(29034,'Naco',NULL,2453),(29035,'Nacozari',NULL,2453),(29036,'Navajoa',NULL,2453),(29037,'Nogales',NULL,2453),(29038,'Obregon',NULL,2453),(29039,'Pitiquito',NULL,2453),(29040,'Potam',NULL,2453),(29041,'Providencia',NULL,2453),(29042,'Puerto Penasco',NULL,2453),(29043,'Rio Muerto',NULL,2453),(29044,'Sahuaripa',NULL,2453),(29045,'San Jose de Bacum',NULL,2453),(29046,'San Luis Rio Colorado',NULL,2453),(29047,'Sanchez',NULL,2453),(29048,'Santa Ana',NULL,2453),(29049,'Sonoita',NULL,2453),(29050,'Tobarito',NULL,2453),(29051,'Ures',NULL,2453),(29052,'Vicam',NULL,2453),(29053,'Yaqui',NULL,2453),(29054,'Yavaros',NULL,2453),(29055,'Aquiles Serdan',NULL,2454),(29056,'Ayapa',NULL,2454),(29057,'Balancan',NULL,2454),(29058,'Barra de Santa Ana',NULL,2454),(29059,'Belen',NULL,2454),(29060,'Bosque de Saloya',NULL,2454),(29061,'Buenavista',NULL,2454),(29062,'Campo Magellanes',NULL,2454),(29063,'Cardenas',NULL,2454),(29064,'Chichicapa',NULL,2454),(29065,'Chontalpa',NULL,2454),(29066,'Comalcalco',NULL,2454),(29067,'Cunduacan',NULL,2454),(29068,'El Triunfo',NULL,2454),(29069,'Emiliano Zapata',NULL,2454),(29070,'Fraccionamiento la Selva',NULL,2454),(29071,'Frontera',NULL,2454),(29072,'Huimanguillo',NULL,2454),(29073,'Jalapa',NULL,2454),(29074,'Jalpa',NULL,2454),(29075,'Jonuta',NULL,2454),(29076,'La Curva',NULL,2454),(29077,'La Venta',NULL,2454),(29078,'Luis Gil Perez',NULL,2454),(29079,'Macultepec',NULL,2454),(29080,'Macuspana',NULL,2454),(29081,'Magana',NULL,2454),(29082,'Miguel Hidalgo',NULL,2454),(29083,'Nacajuca',NULL,2454),(29084,'Ocuiltzapotlan',NULL,2454),(29085,'Once de Febrero',NULL,2454),(29086,'Paraiso',NULL,2454),(29087,'Parrilla',NULL,2454),(29088,'Pemex',NULL,2454),(29089,'Playas del Rosario',NULL,2454),(29090,'Rio Viejo',NULL,2454),(29091,'San Carlos',NULL,2454),(29092,'Santa Rosalia',NULL,2454),(29093,'Simon Sarlat',NULL,2454),(29094,'Tacotalpa',NULL,2454),(29095,'Tamulte',NULL,2454),(29096,'Teapa',NULL,2454),(29097,'Tecolutilla',NULL,2454),(29098,'Tenosique',NULL,2454),(29099,'Vicente Guerrero',NULL,2454),(29100,'Villa Aldama',NULL,2454),(29101,'Villahermosa',NULL,2454),(29102,'Abasolo',NULL,2455),(29103,'Aldama',NULL,2455),(29104,'Altamira',NULL,2455),(29105,'Antiguo Morelos',NULL,2455),(29106,'Camargo',NULL,2455),(29107,'Cuauhtemoc',NULL,2455),(29108,'El Mante',NULL,2455),(29109,'Estacion Manuel',NULL,2455),(29110,'Gonzalez',NULL,2455),(29111,'Graciano Sanchez',NULL,2455),(29112,'Guerrero',NULL,2455),(29113,'Gustavo Diaz Ordaz',NULL,2455),(29114,'Hidalgo',NULL,2455),(29115,'Jaumave',NULL,2455),(29116,'Llerca',NULL,2455),(29117,'Los Guerra',NULL,2455),(29118,'Madero',NULL,2455),(29119,'Matamoros',NULL,2455),(29120,'Mier',NULL,2455),(29121,'Miguel Aleman',NULL,2455),(29122,'Miramar',NULL,2455),(29123,'Nuevo Laredo',NULL,2455),(29124,'Nuevo Progreso',NULL,2455),(29125,'Ocampo',NULL,2455),(29126,'Padilla',NULL,2455),(29127,'Reynosa',NULL,2455),(29128,'Rio Bravo',NULL,2455),(29129,'San Fernando',NULL,2455),(29130,'Santa Engracia',NULL,2455),(29131,'Santander Jimenez',NULL,2455),(29132,'Soto la Marina',NULL,2455),(29133,'Tampico',NULL,2455),(29134,'Tula',NULL,2455),(29135,'Valle Hermoso',NULL,2455),(29136,'Victoria',NULL,2455),(29137,'Xicotencatl',NULL,2455),(29138,'Ahuashuatepec',NULL,2456),(29139,'Altzayanca',NULL,2456),(29140,'Amaxac',NULL,2456),(29141,'Apetatitlan',NULL,2456),(29142,'Apizaco',NULL,2456),(29143,'Apizaquito',NULL,2456),(29144,'Atexcatzingo',NULL,2456),(29145,'Axocomanitla',NULL,2456),(29146,'Ayometla',NULL,2456),(29147,'Benito Juarez',NULL,2456),(29148,'Buen Suceso',NULL,2456),(29149,'Calpulalpan',NULL,2456),(29150,'Chiautempan',NULL,2456),(29151,'Contla',NULL,2456),(29152,'Cuapiaxtla',NULL,2456),(29153,'Huactzinco',NULL,2456),(29154,'Huamantla',NULL,2456),(29155,'Hueyotlipan',NULL,2456),(29156,'Huiloac',NULL,2456),(29157,'Ignacio Zaragoza',NULL,2456),(29158,'Ixtacuixtla',NULL,2456),(29159,'Ixtenco',NULL,2456),(29160,'Mazatecochco',NULL,2456),(29161,'Nanacamilpa',NULL,2456),(29162,'Nativitas',NULL,2456),(29163,'Nopalucan',NULL,2456),(29164,'Panotla',NULL,2456),(29165,'Papalotla',NULL,2456),(29166,'Quilehtla',NULL,2456),(29167,'Sanctorum',NULL,2456),(29168,'Teacalco',NULL,2456),(29169,'Tenancingo',NULL,2456),(29170,'Teolocholco',NULL,2456),(29171,'Tepetitla',NULL,2456),(29172,'Tepeyanco',NULL,2456),(29173,'Tequixquitla',NULL,2456),(29174,'Terrenate',NULL,2456),(29175,'Tetla',NULL,2456),(29176,'Tetlanohcan',NULL,2456),(29177,'Tetlatlahuca',NULL,2456),(29178,'Texcalac',NULL,2456),(29179,'Texoloc',NULL,2456),(29180,'Tlaltelulco',NULL,2456),(29181,'Tlaxcala',NULL,2456),(29182,'Tlaxco',NULL,2456),(29183,'Tocatlan',NULL,2456),(29184,'Totolac',NULL,2456),(29185,'Vicente Guerrero',NULL,2456),(29186,'Villa Alta',NULL,2456),(29187,'Xaloztoc',NULL,2456),(29188,'Xaltocan',NULL,2456),(29189,'Xicohtzinco',NULL,2456),(29190,'Xicotencatl',NULL,2456),(29191,'Xiloxoxtla',NULL,2456),(29192,'Yauhquemecan',NULL,2456),(29193,'Zacatelco',NULL,2456),(29194,'Zacualpan',NULL,2456),(29195,'Zitlaltepec',NULL,2456),(29196,'Acayucan',NULL,2457),(29197,'Actopan',NULL,2457),(29198,'Acultzingo',NULL,2457),(29199,'Agua Dulce',NULL,2457),(29200,'Alamo',NULL,2457),(29201,'Allende',NULL,2457),(29202,'Altamirano',NULL,2457),(29203,'Alto Lucero',NULL,2457),(29204,'Altotonga',NULL,2457),(29205,'Alvarado',NULL,2457),(29206,'Amatlan',NULL,2457),(29207,'Anahuac',NULL,2457),(29208,'Anton Lizardo',NULL,2457),(29209,'Atzacan',NULL,2457),(29210,'Azueta',NULL,2457),(29211,'Banderilla',NULL,2457),(29212,'Benito Juarez',NULL,2457),(29213,'Boca del Monte',NULL,2457),(29214,'Boca del Rio',NULL,2457),(29215,'Cabada',NULL,2457),(29216,'Cabezas',NULL,2457),(29217,'Carrillo',NULL,2457),(29218,'Castillo de Teayo',NULL,2457),(29219,'Catemaco',NULL,2457),(29220,'Cazones',NULL,2457),(29221,'Cerro Azul',NULL,2457),(29222,'Chacaltianguis',NULL,2457),(29223,'Chicontepec',NULL,2457),(29224,'Chinameca',NULL,2457),(29225,'Chinampa',NULL,2457),(29226,'Chocaman',NULL,2457),(29227,'Citlaltepetl',NULL,2457),(29228,'Clara',NULL,2457),(29229,'Coacoatzintla',NULL,2457),(29230,'Coacotla',NULL,2457),(29231,'Coatepec',NULL,2457),(29232,'Coatzacoalcos',NULL,2457),(29233,'Coatzintla',NULL,2457),(29234,'Comoapan',NULL,2457),(29235,'Cordoba',NULL,2457),(29236,'Corral Nuevo',NULL,2457),(29237,'Cosamaloapan',NULL,2457),(29238,'Cosautlan',NULL,2457),(29239,'Coscomatepec',NULL,2457),(29240,'Cosoleacaque',NULL,2457),(29241,'Covarrubias',NULL,2457),(29242,'Coxquihui',NULL,2457),(29243,'Coyutla',NULL,2457),(29244,'Cuauhtemoc',NULL,2457),(29245,'Cuautlapan',NULL,2457),(29246,'Cuichapa',NULL,2457),(29247,'Cuitlahuac',NULL,2457),(29248,'El Castillo',NULL,2457),(29249,'El Higo',NULL,2457),(29250,'El Naranjito',NULL,2457),(29251,'El Pueblito',NULL,2457),(29252,'El Tejar',NULL,2457),(29253,'Emilio Carranza',NULL,2457),(29254,'Estacion Juanita',NULL,2457),(29255,'Estacion del Idolo',NULL,2457),(29256,'Filomeno Mata',NULL,2457),(29257,'Fortin',NULL,2457),(29258,'Gabino Barreda',NULL,2457),(29259,'Guadalupe Victoria',NULL,2457),(29260,'Gutierrez Zamora',NULL,2457),(29261,'Hidalgo',NULL,2457),(29262,'Hidalgotitlan',NULL,2457),(29263,'Huatusco',NULL,2457),(29264,'Huayacoctla',NULL,2457),(29265,'Hueyapan',NULL,2457),(29266,'Huiloapan',NULL,2457),(29267,'Ignacio de la Llave',NULL,2457),(29268,'Isla',NULL,2457),(29269,'Ixcatepec',NULL,2457),(29270,'Ixhuatlan del Cafe',NULL,2457),(29271,'Ixhuatlan del Sureste',NULL,2457),(29272,'Ixhuatlancillo',NULL,2457),(29273,'Ixtaczoquitlan',NULL,2457),(29274,'Jalacingo',NULL,2457),(29275,'Jalapilla',NULL,2457),(29276,'Jaltipan',NULL,2457),(29277,'Jamapa',NULL,2457),(29278,'Jesus Carranza',NULL,2457),(29279,'Jilotepec',NULL,2457),(29280,'La Antigua',NULL,2457),(29281,'La Estanzuela',NULL,2457),(29282,'La Pena',NULL,2457),(29283,'La Perla',NULL,2457),(29284,'La Poza',NULL,2457),(29285,'Las Amapolas',NULL,2457),(29286,'Las Choapas',NULL,2457),(29287,'Las Vigas',NULL,2457),(29288,'Lerdo',NULL,2457),(29289,'Lomas de Barillas',NULL,2457),(29290,'Los Altos',NULL,2457),(29291,'Los Mangos',NULL,2457),(29292,'Maltrata',NULL,2457),(29293,'Mariano Escobedo',NULL,2457),(29294,'Martinez',NULL,2457),(29295,'Mecatlan',NULL,2457),(29296,'Mecayapan',NULL,2457),(29297,'Mendoza',NULL,2457),(29298,'Minatitlan',NULL,2457),(29299,'Misantla',NULL,2457),(29300,'Monte Blanco',NULL,2457),(29301,'Moralillo',NULL,2457),(29302,'Motzorongo',NULL,2457),(29303,'Mundo Nuevo',NULL,2457),(29304,'Nanchital',NULL,2457),(29305,'Naolinco',NULL,2457),(29306,'Naranjos',NULL,2457),(29307,'Nautla',NULL,2457),(29308,'Nogales',NULL,2457),(29309,'Oluta',NULL,2457),(29310,'Omealca',NULL,2457),(29311,'Orizaba',NULL,2457),(29312,'Otatitlan',NULL,2457),(29313,'Oteapan',NULL,2457),(29314,'Ozuluama',NULL,2457),(29315,'Pajapan',NULL,2457),(29316,'Palmira',NULL,2457),(29317,'Panuco',NULL,2457),(29318,'Papantla',NULL,2457),(29319,'Paraje Nuevo',NULL,2457),(29320,'Paso de Ovejas',NULL,2457),(29321,'Paso del Macho',NULL,2457),(29322,'Paso del Toro',NULL,2457),(29323,'Penuela',NULL,2457),(29324,'Perote',NULL,2457),(29325,'Piedras Negras',NULL,2457),(29326,'Plan de Ayala',NULL,2457),(29327,'Platon Sanchez',NULL,2457),(29328,'Playa Vicente',NULL,2457),(29329,'Potrero Nuevo',NULL,2457),(29330,'Potrero del Llano',NULL,2457),(29331,'Poza Rica',NULL,2457),(29332,'Puntilla Aldama',NULL,2457),(29333,'Rafael Delgado',NULL,2457),(29334,'Rafael Lucio',NULL,2457),(29335,'Rinconada',NULL,2457),(29336,'Saltabarranca',NULL,2457),(29337,'San Juan Evangelista',NULL,2457),(29338,'San Marcos',NULL,2457),(29339,'San Rafael',NULL,2457),(29340,'San Roman',NULL,2457),(29341,'Santiago Tuxtla',NULL,2457),(29342,'Sayula',NULL,2457),(29343,'Soconusco',NULL,2457),(29344,'Soledad',NULL,2457),(29345,'Soteapan',NULL,2457),(29346,'Tamalin',NULL,2457),(29347,'Tamiahua',NULL,2457),(29348,'Tantoyuca',NULL,2457),(29349,'Tatahuicapan',NULL,2457),(29350,'Tecolutla',NULL,2457),(29351,'Tempoal',NULL,2457),(29352,'Tenango de Rio Blanco',NULL,2457),(29353,'Teocelo',NULL,2457),(29354,'Tepetzintla',NULL,2457),(29355,'Tequila',NULL,2457),(29356,'Tetelzingo',NULL,2457),(29357,'Texistepec',NULL,2457),(29358,'Tezonapa',NULL,2457),(29359,'Tierra Blanca',NULL,2457),(29360,'Tihuatlan',NULL,2457),(29361,'Tlacojalpan',NULL,2457),(29362,'Tlacotalpan',NULL,2457),(29363,'Tlaltetela',NULL,2457),(29364,'Tlapacoyan',NULL,2457),(29365,'Tocuila',NULL,2457),(29366,'Tomatlan',NULL,2457),(29367,'Totolapa',NULL,2457),(29368,'Totula',NULL,2457),(29369,'Tres Valles',NULL,2457),(29370,'Tuxpam',NULL,2457),(29371,'Tuxtla',NULL,2457),(29372,'Tuzamapan',NULL,2457),(29373,'Union y Progreso',NULL,2457),(29374,'Ursulo Galvan',NULL,2457),(29375,'Valente Diaz',NULL,2457),(29376,'Vega de Alatorre',NULL,2457),(29377,'Veracruz',NULL,2457),(29378,'Xalapa',NULL,2457),(29379,'Xico',NULL,2457),(29380,'Xocotla',NULL,2457),(29381,'Yanga',NULL,2457),(29382,'Yecuatla',NULL,2457),(29383,'Zaragoza',NULL,2457),(29384,'Zempoala',NULL,2457),(29385,'Zongolica',NULL,2457),(29386,'Zozocolco',NULL,2457),(29387,'Acanceh',NULL,2458),(29388,'Akil',NULL,2458),(29389,'Baca',NULL,2458),(29390,'Buctzotz',NULL,2458),(29391,'Cacalchen',NULL,2458),(29392,'Cansahcab',NULL,2458),(29393,'Caucel',NULL,2458),(29394,'Celestun',NULL,2458),(29395,'Cenotillo',NULL,2458),(29396,'Chemax',NULL,2458),(29397,'Chichimila',NULL,2458),(29398,'Chicxulub',NULL,2458),(29399,'Chochola',NULL,2458),(29400,'Cholul',NULL,2458),(29401,'Chumayel',NULL,2458),(29402,'Conkal',NULL,2458),(29403,'Cuzama',NULL,2458),(29404,'Dzan',NULL,2458),(29405,'Dzemul',NULL,2458),(29406,'Dzidzantun',NULL,2458),(29407,'Dzilam Gonzalez',NULL,2458),(29408,'Dzitas',NULL,2458),(29409,'Espita',NULL,2458),(29410,'Halacho',NULL,2458),(29411,'Hocaba',NULL,2458),(29412,'Hoctun',NULL,2458),(29413,'Homun',NULL,2458),(29414,'Huhi',NULL,2458),(29415,'Hunucma',NULL,2458),(29416,'Itzincab',NULL,2458),(29417,'Ixil',NULL,2458),(29418,'Izamal',NULL,2458),(29419,'Kanasin',NULL,2458),(29420,'Kantunil',NULL,2458),(29421,'Kinchil',NULL,2458),(29422,'Mama',NULL,2458),(29423,'Mani',NULL,2458),(29424,'Maxcanu',NULL,2458),(29425,'Merida',NULL,2458),(29426,'Motul',NULL,2458),(29427,'Muna',NULL,2458),(29428,'Opichen',NULL,2458),(29429,'Oxkutzcab',NULL,2458),(29430,'Panaba',NULL,2458),(29431,'Peto',NULL,2458),(29432,'Piste',NULL,2458),(29433,'Progreso',NULL,2458),(29434,'Sacalum',NULL,2458),(29435,'Santa Elena',NULL,2458),(29436,'Seye',NULL,2458),(29437,'Sotuta',NULL,2458),(29438,'Sucila',NULL,2458),(29439,'Tahmek',NULL,2458),(29440,'Teabo',NULL,2458),(29441,'Tecoh',NULL,2458),(29442,'Tekanto',NULL,2458),(29443,'Tekax',NULL,2458),(29444,'Tekit',NULL,2458),(29445,'Telchac',NULL,2458),(29446,'Temax',NULL,2458),(29447,'Temozon',NULL,2458),(29448,'Tetiz',NULL,2458),(29449,'Ticul',NULL,2458),(29450,'Timucuy',NULL,2458),(29451,'Tixkokob',NULL,2458),(29452,'Tixpehual',NULL,2458),(29453,'Tizimin',NULL,2458),(29454,'Tunkas',NULL,2458),(29455,'Tzucacab',NULL,2458),(29456,'Uman',NULL,2458),(29457,'Valladolid',NULL,2458),(29458,'X-Can',NULL,2458),(29459,'Yucatan',NULL,2458),(29460,'Apozol',NULL,2459),(29461,'Banon',NULL,2459),(29462,'Canitas',NULL,2459),(29463,'Chalchihuites',NULL,2459),(29464,'Concepcion del Oro',NULL,2459),(29465,'Cos',NULL,2459),(29466,'Estrada',NULL,2459),(29467,'Fresnillo',NULL,2459),(29468,'Garcia',NULL,2459),(29469,'Gonzalez Ortega',NULL,2459),(29470,'Guadalupe',NULL,2459),(29471,'Hidalgo',NULL,2459),(29472,'Jalpa',NULL,2459),(29473,'Jerez',NULL,2459),(29474,'Juan Aldama',NULL,2459),(29475,'Juchipila',NULL,2459),(29476,'Loreto',NULL,2459),(29477,'Lourdes',NULL,2459),(29478,'Luis Moya',NULL,2459),(29479,'Miguel Auza',NULL,2459),(29480,'Monte Escobedo',NULL,2459),(29481,'Morelos',NULL,2459),(29482,'Natera',NULL,2459),(29483,'Nieves',NULL,2459),(29484,'Nochistlan',NULL,2459),(29485,'Ojo Caliente',NULL,2459),(29486,'Piedra Gorda',NULL,2459),(29487,'Pinos',NULL,2459),(29488,'Plateros',NULL,2459),(29489,'Pozo de Gamboa',NULL,2459),(29490,'Rio Grande',NULL,2459),(29491,'Sain Alto',NULL,2459),(29492,'Sombrerete',NULL,2459),(29493,'Tabasco',NULL,2459),(29494,'Tacoaleche',NULL,2459),(29495,'Tepechitlan',NULL,2459),(29496,'Teul',NULL,2459),(29497,'Tlaltenango',NULL,2459),(29498,'Toribio',NULL,2459),(29499,'Trancoso',NULL,2459),(29500,'Valparaiso',NULL,2459),(29501,'Victor Rosales',NULL,2459),(29502,'Villa Gonzalez Ortega',NULL,2459),(29503,'Villanueva',NULL,2459),(29504,'Zacatecas',NULL,2459),(29505,'Tol',NULL,2460),(29506,'Weno',NULL,2460),(29507,'Lelu',NULL,2461),(29508,'Kolonia',NULL,2462),(29509,'Palikir',NULL,2462),(29510,'Colonia',NULL,2463),(29511,'Balti',NULL,2464),(29512,'Falesti',NULL,2464),(29513,'Glodeni',NULL,2464),(29514,'Rascani',NULL,2464),(29515,'Cahul',NULL,2465),(29516,'Straseni',NULL,2466),(29517,'Straseni',NULL,2467),(29518,'Briceni',NULL,2468),(29519,'Donduseni',NULL,2468),(29520,'Edinet',NULL,2468),(29521,'Ocnita',NULL,2468),(29522,'Ciadar Lunga',NULL,2469),(29523,'Comrat',NULL,2469),(29524,'Vulcanesti',NULL,2469),(29525,'Basarabeasca',NULL,2470),(29526,'Cimislia',NULL,2470),(29527,'Hancesti',NULL,2470),(29528,'Leova',NULL,2470),(29529,'Orhei',NULL,2471),(29530,'Rezina',NULL,2471),(29531,'Telenesti',NULL,2471),(29532,'Drochia',NULL,2472),(29533,'Floresti',NULL,2472),(29534,'Soroca',NULL,2472),(29535,'Taraclia',NULL,2473),(29536,'Causani',NULL,2474),(29537,'Camenca',NULL,2475),(29538,'Dnestrovsc',NULL,2475),(29539,'Dubasari',NULL,2475),(29540,'Griguriopol',NULL,2475),(29541,'Rabnita',NULL,2475),(29542,'Slobozia',NULL,2475),(29543,'Tighina',NULL,2475),(29544,'Tiraspol\'',NULL,2475),(29545,'Calarasi',NULL,2476),(29546,'Nisporeni',NULL,2476),(29547,'Ungheni',NULL,2476),(29548,'Fontvieille',NULL,2477),(29549,'Monaco-Ville',NULL,2479),(29550,'Cecerleg',NULL,2481),(29551,'Olgij',NULL,2482),(29552,'Bajanhongor',NULL,2483),(29553,'Bulgan',NULL,2484),(29554,'Darhan',NULL,2485),(29555,'Chojbalsan',NULL,2486),(29556,'Sajnshand',NULL,2487),(29557,'Mandalgovi',NULL,2488),(29558,'Altaj',NULL,2489),(29559,'Chojr',NULL,2490),(29560,'Ondorhaan',NULL,2491),(29561,'Hovd',NULL,2492),(29562,'Moron',NULL,2493),(29563,'Dalanzadgad',NULL,2494),(29564,'Erdenet',NULL,2495),(29565,'Arvajheer',NULL,2496),(29566,'Suhbaatar',NULL,2497),(29567,'Zuunharaa',NULL,2497),(29568,'Baruun-Urt',NULL,2498),(29569,'Nalajh',NULL,2499),(29570,'Zuunmod',NULL,2499),(29571,'Ulaanbaatar',NULL,2500),(29572,'Ulaangom',NULL,2501),(29573,'Tosoncengel',NULL,2502),(29574,'Uliastaj',NULL,2502),(29575,'Montserrat',NULL,2503),(29576,'Agadir',NULL,2504),(29577,'Mohammedia',NULL,2505),(29578,'ad-Dar-al-Bayda',NULL,2505),(29579,'Bin Sulayman',NULL,2506),(29580,'Bir Rashid',NULL,2506),(29581,'Bu-al-Jad',NULL,2506),(29582,'Buznika',NULL,2506),(29583,'Khuribghah',NULL,2506),(29584,'Sattat',NULL,2506),(29585,'Wad Zam',NULL,2506),(29586,'Asfi',NULL,2507),(29587,'Azimur',NULL,2507),(29588,'Sidi Binnur',NULL,2507),(29589,'Sidi Isma\'il',NULL,2507),(29590,'Yussufiyah',NULL,2507),(29591,'al-Jadidah',NULL,2507),(29592,'Fas',NULL,2508),(29593,'Fes',NULL,2508),(29594,'Safru',NULL,2508),(29595,'Ghulimim',NULL,2510),(29596,'Sidi Ifni',NULL,2510),(29597,'Tafraut',NULL,2510),(29598,'Tantan',NULL,2510),(29599,'Kenitra',NULL,2511),(29600,'Amalu Ighriban',NULL,2513),(29601,'Azru',NULL,2513),(29602,'Jama\'at-al-Marirt',NULL,2513),(29603,'Khanifrah',NULL,2513),(29604,'Meknes',NULL,2513),(29605,'Midalt',NULL,2513),(29606,'Miknas',NULL,2513),(29607,'Mulay Idris',NULL,2513),(29608,'al-Hajab',NULL,2513),(29609,'ar-Rasidiyah',NULL,2513),(29610,'Ahfir',NULL,2514),(29611,'Bin Ansar',NULL,2514),(29612,'Birkan',NULL,2514),(29613,'Fijij',NULL,2514),(29614,'Jaradah',NULL,2514),(29615,'Tawrirt',NULL,2514),(29616,'Ujdah',NULL,2514),(29617,'Zayu',NULL,2514),(29618,'al-Arwi',NULL,2514),(29619,'al-Ayun Sidi Malluk',NULL,2514),(29620,'an-Nadur',NULL,2514),(29621,'Oujda',NULL,2515),(29622,'Khamissat',NULL,2517),(29623,'Sakhirat',NULL,2517),(29624,'Tiflat',NULL,2517),(29625,'ar-Ribat',NULL,2517),(29626,'Settat',NULL,2519),(29627,'Bani Mallal',NULL,2521),(29628,'Beni Mellal',NULL,2521),(29629,'Qasbat Tadlah',NULL,2521),(29630,'Suq Sabt Awlat Nama',NULL,2521),(29631,'al-Faqih Bin Salah',NULL,2521),(29632,'Asilah',NULL,2522),(29633,'Finidiq',NULL,2522),(29634,'Martil',NULL,2522),(29635,'Midiq',NULL,2522),(29636,'Shifshawn',NULL,2522),(29637,'Tangier',NULL,2522),(29638,'Tanjah',NULL,2522),(29639,'Tittawin',NULL,2522),(29640,'Titwan',NULL,2522),(29641,'al-\'Ara\'ish',NULL,2522),(29642,'al-Qasr-al-Kabir',NULL,2522),(29643,'Chibuto',NULL,2527),(29644,'Chidenguele',NULL,2527),(29645,'Chokwe',NULL,2527),(29646,'Chongoene',NULL,2527),(29647,'Guija',NULL,2527),(29648,'Macia',NULL,2527),(29649,'Manjacaze',NULL,2527),(29650,'Xai-Xai',NULL,2527),(29651,'Homoine',NULL,2528),(29652,'Inhambane',NULL,2528),(29653,'Inharrime',NULL,2528),(29654,'Jangamo',NULL,2528),(29655,'Maxixe',NULL,2528),(29656,'Panda',NULL,2528),(29657,'Quissico',NULL,2528),(29658,'Chimoio',NULL,2529),(29659,'Manica',NULL,2529),(29660,'Maputo',NULL,2530),(29661,'Maputo',NULL,2531),(29662,'Angoche',NULL,2532),(29663,'Lumbo',NULL,2532),(29664,'Mocambique',NULL,2532),(29665,'Nacala',NULL,2532),(29666,'Nampula',NULL,2532),(29667,'Cuamba',NULL,2533),(29668,'Lichinga',NULL,2533),(29669,'Mandimba',NULL,2533),(29670,'Maniamba',NULL,2533),(29671,'Marrupa',NULL,2533),(29672,'Beira',NULL,2534),(29673,'Dondo',NULL,2534),(29674,'Tete',NULL,2535),(29675,'Zumbo',NULL,2535),(29676,'Garue',NULL,2536),(29677,'Mocuba',NULL,2536),(29678,'Quelimane',NULL,2536),(29679,'Bogale',NULL,2537),(29680,'Henzada',NULL,2537),(29681,'Kyaiklat',NULL,2537),(29682,'Labutta',NULL,2537),(29683,'Maubin',NULL,2537),(29684,'Moulmeingyun',NULL,2537),(29685,'Myanaung',NULL,2537),(29686,'Pathein',NULL,2537),(29687,'Pyapon',NULL,2537),(29688,'Wakema',NULL,2537),(29689,'Yandoon',NULL,2537),(29690,'Ye',NULL,2537),(29691,'Bago',NULL,2538),(29692,'Letpadan',NULL,2538),(29693,'Nyaunglebin',NULL,2538),(29694,'Paungde',NULL,2538),(29695,'Pyay',NULL,2538),(29696,'Pyu',NULL,2538),(29697,'Thanatpin',NULL,2538),(29698,'Tharrawaddy',NULL,2538),(29699,'Toungoo',NULL,2538),(29700,'Falam',NULL,2539),(29701,'Banmo',NULL,2540),(29702,'Myitkyina',NULL,2540),(29703,'Loikaw',NULL,2541),(29704,'Hpa-an',NULL,2542),(29705,'Allanmyo',NULL,2543),(29706,'Chauk',NULL,2543),(29707,'Magway',NULL,2543),(29708,'Minbu',NULL,2543),(29709,'Pakokku',NULL,2543),(29710,'Taungdwingyi',NULL,2543),(29711,'Thayetmyo',NULL,2543),(29712,'Yenangyaung',NULL,2543),(29713,'Kyaukse',NULL,2544),(29714,'Mandalay',NULL,2544),(29715,'Maymyo',NULL,2544),(29716,'Meiktila',NULL,2544),(29717,'Mogok',NULL,2544),(29718,'Myingyan',NULL,2544),(29719,'Pyinmana',NULL,2544),(29720,'Yamethin',NULL,2544),(29721,'Kyaikkami',NULL,2545),(29722,'Kyaikto',NULL,2545),(29723,'Martaban',NULL,2545),(29724,'Mawlamyine',NULL,2545),(29725,'Mudon',NULL,2545),(29726,'Thaton',NULL,2545),(29727,'Akyab',NULL,2547),(29728,'Arakan',NULL,2547),(29729,'Kalay',NULL,2548),(29730,'Katha',NULL,2548),(29731,'Mawlaik',NULL,2548),(29732,'Monywa',NULL,2548),(29733,'Sagaing',NULL,2548),(29734,'Shwebo',NULL,2548),(29735,'Keng Tung',NULL,2549),(29736,'Lashio',NULL,2549),(29737,'Taunggyi',NULL,2549),(29738,'Dawei',NULL,2550),(29739,'Mergui',NULL,2550),(29740,'Kanbe',NULL,2551),(29741,'Kayan',NULL,2551),(29742,'Syriam',NULL,2551),(29743,'Thongwa',NULL,2551),(29744,'Twante',NULL,2551),(29745,'Yangon',NULL,2551),(29746,'Katima Mulilo',NULL,2552),(29747,'Henties Bay',NULL,2553),(29748,'Karibib',NULL,2553),(29749,'Kuisebmond',NULL,2553),(29750,'Omaruru',NULL,2553),(29751,'Otjimbingwe',NULL,2553),(29752,'Swakopmund',NULL,2553),(29753,'Usakos',NULL,2553),(29754,'Walvis Bay',NULL,2553),(29755,'Aranos',NULL,2554),(29756,'Maltahohe',NULL,2554),(29757,'Mariental',NULL,2554),(29758,'Rehoboth',NULL,2554),(29759,'Bethanien',NULL,2555),(29760,'Karasburg',NULL,2555),(29761,'Keetmanshoop',NULL,2555),(29762,'Luderitz',NULL,2555),(29763,'Oranjemund',NULL,2555),(29764,'Warmbad',NULL,2555),(29765,'Rundu',NULL,2556),(29766,'Windhoek',NULL,2557),(29767,'Arandis',NULL,2558),(29768,'Khorixas',NULL,2558),(29769,'Opuwo',NULL,2558),(29770,'Outjo',NULL,2558),(29771,'Oshikango',NULL,2559),(29772,'Gobabis',NULL,2560),(29773,'Leonardville',NULL,2560),(29774,'Ongandjera',NULL,2561),(29775,'Ongwediva',NULL,2562),(29776,'Oshakati',NULL,2562),(29777,'Ondangwa',NULL,2563),(29778,'Otavi',NULL,2563),(29779,'Tsumeb',NULL,2563),(29780,'Grootfontein',NULL,2564),(29781,'Okahandja',NULL,2564),(29782,'Okakarara',NULL,2564),(29783,'Otjiwarongo',NULL,2564),(29784,'Yaren',NULL,2565),(29785,'Banepa',NULL,2566),(29786,'Bhaktapur',NULL,2566),(29787,'Bidur',NULL,2566),(29788,'Bishalter',NULL,2566),(29789,'Dhulikhel',NULL,2566),(29790,'Kathmandu',NULL,2566),(29791,'Kirtipur',NULL,2566),(29792,'Lalitpur',NULL,2566),(29793,'Madhyapur Thimi',NULL,2566),(29794,'Panauti',NULL,2566),(29795,'Tribuvannagar',NULL,2566),(29796,'Birendranagar',NULL,2567),(29797,'Gulariya',NULL,2567),(29798,'Narayan',NULL,2567),(29799,'Nepalganj',NULL,2567),(29800,'Surkhet',NULL,2567),(29801,'Baglung',NULL,2568),(29802,'Weni',NULL,2568),(29803,'Byas',NULL,2569),(29804,'Leknath',NULL,2569),(29805,'Pokhara',NULL,2569),(29806,'Prithivinarayan',NULL,2569),(29807,'Putalibazar',NULL,2569),(29808,'Waling',NULL,2569),(29809,'Bhimeshwar',NULL,2570),(29810,'Jaleshwar',NULL,2570),(29811,'Janakpur',NULL,2570),(29812,'Kamalamai',NULL,2570),(29813,'Malangwa',NULL,2570),(29814,'Sinduli Marhi',NULL,2570),(29815,'Jumla',NULL,2571),(29816,'Biratnagar',NULL,2572),(29817,'Dhankuta',NULL,2572),(29818,'Dharan',NULL,2572),(29819,'Inaruwa',NULL,2572),(29820,'Itahari',NULL,2572),(29821,'Khandbari',NULL,2572),(29822,'Butwal',NULL,2573),(29823,'Kapilwastu',NULL,2573),(29824,'Ramgram',NULL,2573),(29825,'Sidharthanagar',NULL,2573),(29826,'Tansen',NULL,2573),(29827,'Wahadurganj',NULL,2573),(29828,'Amargadhi',NULL,2574),(29829,'Dashrathchand',NULL,2574),(29830,'Mahendranagar',NULL,2574),(29831,'Bhadrapur',NULL,2575),(29832,'Damak',NULL,2575),(29833,'Ilam',NULL,2575),(29834,'Mechinagar',NULL,2575),(29835,'Bharatpur',NULL,2576),(29836,'Birganj',NULL,2576),(29837,'Chitwan',NULL,2576),(29838,'Gaur',NULL,2576),(29839,'Hetauda',NULL,2576),(29840,'Kalaiya',NULL,2576),(29841,'Ratnanagar',NULL,2576),(29842,'Salyan',NULL,2577),(29843,'Tulsipur',NULL,2577),(29844,'Lahan',NULL,2578),(29845,'Rajbiraj',NULL,2578),(29846,'Siraha',NULL,2578),(29847,'Triyuga',NULL,2578),(29848,'Dhangadi',NULL,2579),(29849,'Dipayal',NULL,2579),(29850,'Tikapur',NULL,2579),(29851,'Kralendijk',NULL,2580),(29852,'Curacao',NULL,2581),(29853,'Willemstad',NULL,2581),(29854,'The Bottom',NULL,2582),(29855,'SchipolRijk',NULL,2585),(29856,'Amstelveen',NULL,2586),(29857,'Aa en Hunze',NULL,2587),(29858,'Assen',NULL,2587),(29859,'Borger-Odoorn',NULL,2587),(29860,'Coevorden',NULL,2587),(29861,'De Wolden',NULL,2587),(29862,'Den Oever',NULL,2587),(29863,'Emmen',NULL,2587),(29864,'Gasteren',NULL,2587),(29865,'Hoogeveen',NULL,2587),(29866,'Menterwolde',NULL,2587),(29867,'Meppel',NULL,2587),(29868,'Midden-Drenthe',NULL,2587),(29869,'Noordenveld',NULL,2587),(29870,'Stadskanaal',NULL,2587),(29871,'Tynaarlo',NULL,2587),(29872,'Veenoord',NULL,2587),(29873,'Westerveld',NULL,2587),(29874,'Zuidlaren',NULL,2587),(29875,'Almere',NULL,2588),(29876,'Dronten',NULL,2588),(29877,'Lelystad',NULL,2588),(29878,'Noordoostpolder',NULL,2588),(29879,'Urk',NULL,2588),(29880,'Zeewolde',NULL,2588),(29881,'Achtkarspelen',NULL,2589),(29882,'Ameland',NULL,2589),(29883,'Boarnsterhim',NULL,2589),(29884,'Bolsward',NULL,2589),(29885,'Dantumadeel',NULL,2589),(29886,'Dongeradeel',NULL,2589),(29887,'Drachten',NULL,2589),(29888,'Ferwerderadiel',NULL,2589),(29889,'Franekeradeel',NULL,2589),(29890,'Gaasterlan-Sleat',NULL,2589),(29891,'Gorredijk',NULL,2589),(29892,'Harlingen',NULL,2589),(29893,'Heerenveen',NULL,2589),(29894,'Het Bildt',NULL,2589),(29895,'Kollumerland',NULL,2589),(29896,'Leeuwarden',NULL,2589),(29897,'Leeuwarderadeel',NULL,2589),(29898,'Lemsterland',NULL,2589),(29899,'Littenseradiel',NULL,2589),(29900,'Menaldumadeel',NULL,2589),(29901,'Nijefurd',NULL,2589),(29902,'Oostrum',NULL,2589),(29903,'Ooststellingwerf',NULL,2589),(29904,'Opsterland',NULL,2589),(29905,'Schiermonnikoog',NULL,2589),(29906,'Skasterlan',NULL,2589),(29907,'Smallingerland',NULL,2589),(29908,'Sneek',NULL,2589),(29909,'Terschelling',NULL,2589),(29910,'Tytsjerksteradiel',NULL,2589),(29911,'Ureterp',NULL,2589),(29912,'Weststellingwerf',NULL,2589),(29913,'Wolvega',NULL,2589),(29914,'Wunseradiel',NULL,2589),(29915,'Wymbritseradiel',NULL,2589),(29916,'Aalten',NULL,2590),(29917,'Angerlo',NULL,2590),(29918,'Apeldoorn',NULL,2590),(29919,'Appeldoorn',NULL,2590),(29920,'Arnhem',NULL,2590),(29921,'Barneveld',NULL,2590),(29922,'Bemmel',NULL,2590),(29923,'Bergh',NULL,2590),(29924,'Beuningen',NULL,2590),(29925,'Borculo',NULL,2590),(29926,'Brummen',NULL,2590),(29927,'Buren',NULL,2590),(29928,'Culemborg',NULL,2590),(29929,'Delden',NULL,2590),(29930,'Didam',NULL,2590),(29931,'Dieren',NULL,2590),(29932,'Dinxperlo',NULL,2590),(29933,'Dodewaard',NULL,2590),(29934,'Doesburg',NULL,2590),(29935,'Doetinchem',NULL,2590),(29936,'Druten',NULL,2590),(29937,'Duiven',NULL,2590),(29938,'Ede',NULL,2590),(29939,'Eerbeek',NULL,2590),(29940,'Eibergen',NULL,2590),(29941,'Elburg',NULL,2590),(29942,'Epe',NULL,2590),(29943,'Ermelo',NULL,2590),(29944,'Geldermalsen',NULL,2590),(29945,'Gendringen',NULL,2590),(29946,'Giesbeek',NULL,2590),(29947,'Gorssel',NULL,2590),(29948,'Groenlo',NULL,2590),(29949,'Groesbeek',NULL,2590),(29950,'Harderwijk',NULL,2590),(29951,'Hattem',NULL,2590),(29952,'Heerde',NULL,2590),(29953,'Hengelo',NULL,2590),(29954,'Heumen',NULL,2590),(29955,'Huisen',NULL,2590),(29956,'Hummelo en Keppel',NULL,2590),(29957,'Kesteren',NULL,2590),(29958,'Kootwijkerbroek',NULL,2590),(29959,'Leerdam',NULL,2590),(29960,'Leeuwen',NULL,2590),(29961,'Lichtenvoorde',NULL,2590),(29962,'Lingewaal',NULL,2590),(29963,'Lochem',NULL,2590),(29964,'Loppersum',NULL,2590),(29965,'Maasdriel',NULL,2590),(29966,'Malden',NULL,2590),(29967,'Millingen',NULL,2590),(29968,'Molenhoek',NULL,2590),(29969,'Neede',NULL,2590),(29970,'Neerijnen',NULL,2590),(29971,'Nijkerk',NULL,2590),(29972,'Nijmegen',NULL,2590),(29973,'Nunspeet',NULL,2590),(29974,'Oldebroek',NULL,2590),(29975,'Oosterbeek',NULL,2590),(29976,'Overbetuwe',NULL,2590),(29977,'Putten',NULL,2590),(29978,'Renkum',NULL,2590),(29979,'Rheden',NULL,2590),(29980,'Rijnwaarden',NULL,2590),(29981,'Rozendaal',NULL,2590),(29982,'Ruurlo',NULL,2590),(29983,'Scherpenzeel',NULL,2590),(29984,'Steenderen',NULL,2590),(29985,'Terborg',NULL,2590),(29986,'Tiel',NULL,2590),(29987,'Twello',NULL,2590),(29988,'Ubbergen',NULL,2590),(29989,'Vaassen',NULL,2590),(29990,'Varsseveld',NULL,2590),(29991,'Voorst',NULL,2590),(29992,'Vorden',NULL,2590),(29993,'Waardenburg',NULL,2590),(29994,'Wageningen',NULL,2590),(29995,'Warmsveld',NULL,2590),(29996,'Wehl',NULL,2590),(29997,'Westervoort',NULL,2590),(29998,'Wijchen',NULL,2590),(29999,'Winterswijk',NULL,2590),(30000,'Wisch',NULL,2590),(30001,'Zaltbommel',NULL,2590),(30002,'Zelhem',NULL,2590),(30003,'Zevenaar',NULL,2590),(30004,'Zutphen',NULL,2590),(30005,'s-Heerenberg',NULL,2590),(30006,'Appingedam',NULL,2591),(30007,'Bedum',NULL,2591),(30008,'Bellingwedde',NULL,2591),(30009,'De Marne',NULL,2591),(30010,'Delfzijl',NULL,2591),(30011,'Eemsmond',NULL,2591),(30012,'Groningen',NULL,2591),(30013,'Grootegast',NULL,2591),(30014,'Haren',NULL,2591),(30015,'Hoogezand-Sappemeer',NULL,2591),(30016,'Leek',NULL,2591),(30017,'Marum',NULL,2591),(30018,'Midwolda',NULL,2591),(30019,'Muntendam',NULL,2591),(30020,'Pekela',NULL,2591),(30021,'Reiderland',NULL,2591),(30022,'Scheemda',NULL,2591),(30023,'Slochteren',NULL,2591),(30024,'Ten Boer',NULL,2591),(30025,'Tolbert',NULL,2591),(30026,'Veendam',NULL,2591),(30027,'Vlagtwedde',NULL,2591),(30028,'Winschoten',NULL,2591),(30029,'Winsum',NULL,2591),(30030,'Zuidhorn',NULL,2591),(30031,'Ambt Montfort',NULL,2592),(30032,'Arcen en Velden',NULL,2592),(30033,'Beek',NULL,2592),(30034,'Beesel',NULL,2592),(30035,'Bergen',NULL,2592),(30036,'Blerick',NULL,2592),(30037,'Brunssum',NULL,2592),(30038,'Echt',NULL,2592),(30039,'Eijsden',NULL,2592),(30040,'Gennep',NULL,2592),(30041,'Gulpen-Wittem',NULL,2592),(30042,'Haelen',NULL,2592),(30043,'Heel',NULL,2592),(30044,'Heerlen',NULL,2592),(30045,'Helden',NULL,2592),(30046,'Heythuysen',NULL,2592),(30047,'Horst',NULL,2592),(30048,'Hunsel',NULL,2592),(30049,'Kerkrade',NULL,2592),(30050,'Kessel',NULL,2592),(30051,'Landgraaf',NULL,2592),(30052,'Maasbracht',NULL,2592),(30053,'Maasbree',NULL,2592),(30054,'Maastricht',NULL,2592),(30055,'Margraten',NULL,2592),(30056,'Meerlo-Wanssum',NULL,2592),(30057,'Meerssen',NULL,2592),(30058,'Meijel',NULL,2592),(30059,'Mook en Middelaar',NULL,2592),(30060,'Nederweert',NULL,2592),(30061,'Nuth',NULL,2592),(30062,'Onderbanken',NULL,2592),(30063,'Roerdalen',NULL,2592),(30064,'Roermond',NULL,2592),(30065,'Roggel',NULL,2592),(30066,'Roggel en Neer',NULL,2592),(30067,'Schinnen',NULL,2592),(30068,'Sevenum',NULL,2592),(30069,'Simpelveld',NULL,2592),(30070,'Sittard',NULL,2592),(30071,'Sittard-Geleen',NULL,2592),(30072,'Stein',NULL,2592),(30073,'Stramproy',NULL,2592),(30074,'Susteren',NULL,2592),(30075,'Swalmen',NULL,2592),(30076,'Tegelen',NULL,2592),(30077,'Thorn',NULL,2592),(30078,'Vaals',NULL,2592),(30079,'Valkenburg',NULL,2592),(30080,'Venlo',NULL,2592),(30081,'Venray',NULL,2592),(30082,'Vilt Limburg',NULL,2592),(30083,'Voerendaal',NULL,2592),(30084,'Weert',NULL,2592),(30085,'\'s-Hertogenbosch',NULL,2593),(30086,'Aalburg',NULL,2593),(30087,'Alphen-Chaam',NULL,2593),(30088,'Asten',NULL,2593),(30089,'Baarle-Nassau',NULL,2593),(30090,'Bergeijk',NULL,2593),(30091,'Bergen op Zoom',NULL,2593),(30092,'Berghem',NULL,2593),(30093,'Bernheze',NULL,2593),(30094,'Bernisse',NULL,2593),(30095,'Best',NULL,2593),(30096,'Bladel',NULL,2593),(30097,'Boekel',NULL,2593),(30098,'Boxmeer',NULL,2593),(30099,'Boxtel',NULL,2593),(30100,'Breda',NULL,2593),(30101,'Budel',NULL,2593),(30102,'Cranendonck',NULL,2593),(30103,'Cuijk',NULL,2593),(30104,'Den Bosch',NULL,2593),(30105,'Den Dungen',NULL,2593),(30106,'Deurne',NULL,2593),(30107,'Dongen',NULL,2593),(30108,'Drimmelen',NULL,2593),(30109,'Drunen',NULL,2593),(30110,'Duizel',NULL,2593),(30111,'Eersel',NULL,2593),(30112,'Eindhoven',NULL,2593),(30113,'Etten-Leur',NULL,2593),(30114,'Geertruidenberg',NULL,2593),(30115,'Geldrop',NULL,2593),(30116,'Gemert-Bakel',NULL,2593),(30117,'Gilze en Rijen',NULL,2593),(30118,'Goirle',NULL,2593),(30119,'Grave',NULL,2593),(30120,'Haaren',NULL,2593),(30121,'Halderberge',NULL,2593),(30122,'Heeze-Leende',NULL,2593),(30123,'Heijningen',NULL,2593),(30124,'Helmond',NULL,2593),(30125,'Heusden',NULL,2593),(30126,'Hilvarenbeek',NULL,2593),(30127,'Hoeven',NULL,2593),(30128,'Hoogerheide',NULL,2593),(30129,'Kaatsheuvel',NULL,2593),(30130,'Korendijk',NULL,2593),(30131,'Laarbeek',NULL,2593),(30132,'Landerd',NULL,2593),(30133,'Lith',NULL,2593),(30134,'Loon op Zand',NULL,2593),(30135,'Maarheeze',NULL,2593),(30136,'Maasdonk',NULL,2593),(30137,'Mierlo',NULL,2593),(30138,'Mill en Sint Hubert',NULL,2593),(30139,'Moerdijk',NULL,2593),(30140,'Nieuwkuijk',NULL,2593),(30141,'Nuenen',NULL,2593),(30142,'Oirschot',NULL,2593),(30143,'Oisterwijk',NULL,2593),(30144,'Oosterhout',NULL,2593),(30145,'Oss',NULL,2593),(30146,'Raamsdonksveer',NULL,2593),(30147,'Ravenstein',NULL,2593),(30148,'Reusel-De Mierden',NULL,2593),(30149,'Roosendaal',NULL,2593),(30150,'Rosmalen',NULL,2593),(30151,'Rucphen',NULL,2593),(30152,'Schaijk',NULL,2593),(30153,'Schijndel',NULL,2593),(30154,'Sint Anthonis',NULL,2593),(30155,'Sint Willebrord',NULL,2593),(30156,'Sint-Michielsgestel',NULL,2593),(30157,'Sint-Oedenrode',NULL,2593),(30158,'Sleeuwijk',NULL,2593),(30159,'Someren',NULL,2593),(30160,'Son en Breugel',NULL,2593),(30161,'Steenbergen',NULL,2593),(30162,'Tilburg',NULL,2593),(30163,'Uden',NULL,2593),(30164,'Valkenswaard',NULL,2593),(30165,'Veghel',NULL,2593),(30166,'Veldhoven',NULL,2593),(30167,'Vinkel',NULL,2593),(30168,'Vught',NULL,2593),(30169,'Waalre',NULL,2593),(30170,'Waalwijk',NULL,2593),(30171,'Werkendam',NULL,2593),(30172,'Woensdrecht',NULL,2593),(30173,'Woudrichem',NULL,2593),(30174,'Zundert',NULL,2593),(30175,'Aalsmeer',NULL,2594),(30176,'Alkmaar',NULL,2594),(30177,'Amstelveen',NULL,2594),(30178,'Amsterdam',NULL,2594),(30179,'Andijk',NULL,2594),(30180,'Ankeveen',NULL,2594),(30181,'Anna Paulowna',NULL,2594),(30182,'Assendelft',NULL,2594),(30183,'Badhoevedorp',NULL,2594),(30184,'Beemster',NULL,2594),(30185,'Bennebroek',NULL,2594),(30186,'Bergen',NULL,2594),(30187,'Beverwijk',NULL,2594),(30188,'Blaricum',NULL,2594),(30189,'Bloemendaal',NULL,2594),(30190,'Bovenkarspel',NULL,2594),(30191,'Bussum',NULL,2594),(30192,'Castricum',NULL,2594),(30193,'Den Helder',NULL,2594),(30194,'Diemen',NULL,2594),(30195,'Drechterland',NULL,2594),(30196,'Edam-Volendam',NULL,2594),(30197,'Enkhuizen',NULL,2594),(30198,'Graft-De Rijp',NULL,2594),(30199,'Haarlem',NULL,2594),(30200,'Haarlemmerliede',NULL,2594),(30201,'Haarlemmermeer',NULL,2594),(30202,'Harenkarspel',NULL,2594),(30203,'Heemskerk',NULL,2594),(30204,'Heemstede',NULL,2594),(30205,'Heerhugowaard',NULL,2594),(30206,'Heiloo',NULL,2594),(30207,'Hillegom',NULL,2594),(30208,'Hilversum',NULL,2594),(30209,'Hoofddorp',NULL,2594),(30210,'Hoorn',NULL,2594),(30211,'Huizen',NULL,2594),(30212,'Ijmuiden',NULL,2594),(30213,'Katwijk',NULL,2594),(30214,'Krommenie',NULL,2594),(30215,'Landsmeer',NULL,2594),(30216,'Langedijk',NULL,2594),(30217,'Laren',NULL,2594),(30218,'Loosdrecht',NULL,2594),(30219,'Medemblik',NULL,2594),(30220,'Middenbeemster',NULL,2594),(30221,'Muiden',NULL,2594),(30222,'Naarden',NULL,2594),(30223,'Niedorp',NULL,2594),(30224,'Nieuw-Vennep',NULL,2594),(30225,'Noorder-Koggenland',NULL,2594),(30226,'Obdam',NULL,2594),(30227,'Oostzaan',NULL,2594),(30228,'Opmeer',NULL,2594),(30229,'Oude Meer',NULL,2594),(30230,'Ouder-Amstel',NULL,2594),(30231,'Oudkarspel',NULL,2594),(30232,'Purmerend',NULL,2594),(30233,'Rozenburg',NULL,2594),(30234,'Schagen',NULL,2594),(30235,'Schermer',NULL,2594),(30236,'Stede Broec',NULL,2594),(30237,'Texel',NULL,2594),(30238,'Tuitjenhorn',NULL,2594),(30239,'Uitgeest',NULL,2594),(30240,'Uithoorn',NULL,2594),(30241,'Velsen',NULL,2594),(30242,'Venhuizen',NULL,2594),(30243,'Vijfhuizen',NULL,2594),(30244,'Waarland',NULL,2594),(30245,'Waterland',NULL,2594),(30246,'Weesp',NULL,2594),(30247,'Wervershoof',NULL,2594),(30248,'Wester-Koggenland',NULL,2594),(30249,'Westwoud',NULL,2594),(30250,'Wieringen',NULL,2594),(30251,'Wieringermeer',NULL,2594),(30252,'Wognum',NULL,2594),(30253,'Wormer',NULL,2594),(30254,'Wormerland',NULL,2594),(30255,'Wormerveer',NULL,2594),(30256,'Zaandam',NULL,2594),(30257,'Zaanstad',NULL,2594),(30258,'Zandvoort',NULL,2594),(30259,'Zeevang',NULL,2594),(30260,'Zwaag',NULL,2594),(30261,'Zwanenburg',NULL,2594),(30262,'Almelo',NULL,2595),(30263,'Bathmen',NULL,2595),(30264,'Borne',NULL,2595),(30265,'Dalfsen',NULL,2595),(30266,'Dedemsvaart',NULL,2595),(30267,'Denekamp',NULL,2595),(30268,'Deventer',NULL,2595),(30269,'Diepenheim',NULL,2595),(30270,'Enschede',NULL,2595),(30271,'Genemuiden',NULL,2595),(30272,'Haaksbergen',NULL,2595),(30273,'Hardenberg',NULL,2595),(30274,'Hasselt',NULL,2595),(30275,'Hellendoorn',NULL,2595),(30276,'Hengelo',NULL,2595),(30277,'Hof van Twente',NULL,2595),(30278,'IJsselmuiden',NULL,2595),(30279,'Kampen',NULL,2595),(30280,'Lemelerveld',NULL,2595),(30281,'Losser',NULL,2595),(30282,'Nieuwleusen',NULL,2595),(30283,'Nijverdal',NULL,2595),(30284,'Oldenzaal',NULL,2595),(30285,'Olst',NULL,2595),(30286,'Ommen',NULL,2595),(30287,'Ootmarsum',NULL,2595),(30288,'Raalte',NULL,2595),(30289,'Rijssen',NULL,2595),(30290,'Staphorst',NULL,2595),(30291,'Steenwijk',NULL,2595),(30292,'Tubbergen',NULL,2595),(30293,'Vriezenveen',NULL,2595),(30294,'Vroomshoop',NULL,2595),(30295,'Weerselo',NULL,2595),(30296,'Wierden',NULL,2595),(30297,'Zwartewaterland',NULL,2595),(30298,'Zwolle',NULL,2595),(30299,'Abcoude',NULL,2597),(30300,'Amerongen',NULL,2597),(30301,'Amersfoort',NULL,2597),(30302,'Baarn',NULL,2597),(30303,'Benschop',NULL,2597),(30304,'Breukelen',NULL,2597),(30305,'Bunnik',NULL,2597),(30306,'Bunschoten',NULL,2597),(30307,'De Bilt',NULL,2597),(30308,'De Ronde Venen',NULL,2597),(30309,'Den Dolder',NULL,2597),(30310,'Doorn',NULL,2597),(30311,'Driebergen-Rijsenburg',NULL,2597),(30312,'Eemnes',NULL,2597),(30313,'Houten',NULL,2597),(30314,'IJsselstein',NULL,2597),(30315,'Kockengen',NULL,2597),(30316,'Leersum',NULL,2597),(30317,'Leusden',NULL,2597),(30318,'Loenen',NULL,2597),(30319,'Lopik',NULL,2597),(30320,'Maarn',NULL,2597),(30321,'Maarsen',NULL,2597),(30322,'Mijdrecht',NULL,2597),(30323,'Montfoort',NULL,2597),(30324,'Nieuwegein',NULL,2597),(30325,'Nigtevecht',NULL,2597),(30326,'Odijk',NULL,2597),(30327,'Oudewater',NULL,2597),(30328,'Renswoude',NULL,2597),(30329,'Rhenen',NULL,2597),(30330,'Soest',NULL,2597),(30331,'Soesterberg',NULL,2597),(30332,'Utrecht',NULL,2597),(30333,'Veenendaal',NULL,2597),(30334,'Vianen',NULL,2597),(30335,'Wijdemeren',NULL,2597),(30336,'Wijk',NULL,2597),(30337,'Wilnis',NULL,2597),(30338,'Woerden',NULL,2597),(30339,'Woudenberg',NULL,2597),(30340,'Zeist',NULL,2597),(30341,'Axel',NULL,2598),(30342,'Borsele',NULL,2598),(30343,'Goes',NULL,2598),(30344,'Hontenisse',NULL,2598),(30345,'Hulst',NULL,2598),(30346,'Kapelle',NULL,2598),(30347,'Middelburg',NULL,2598),(30348,'Noord-Beveland',NULL,2598),(30349,'Oostburg',NULL,2598),(30350,'Reimerswaal',NULL,2598),(30351,'Sas van Gent',NULL,2598),(30352,'Schouwen-Duiveland',NULL,2598),(30353,'Sluis-Aardenburg',NULL,2598),(30354,'Terneuzen',NULL,2598),(30355,'Tholen',NULL,2598),(30356,'Veere',NULL,2598),(30357,'Vlissingen',NULL,2598),(30358,'Zierikzee',NULL,2598),(30359,'Zijpe',NULL,2598),(30360,'\'s-Gravendeel',NULL,2599),(30361,'\'s-Gravenhage',NULL,2599),(30362,'\'s-Gravenzande',NULL,2599),(30363,'Alblasserdam',NULL,2599),(30364,'Albrandswaard',NULL,2599),(30365,'Alkemade',NULL,2599),(30366,'Alphen',NULL,2599),(30367,'Alphen aan den Rijn',NULL,2599),(30368,'Barendrecht',NULL,2599),(30369,'Bergambacht',NULL,2599),(30370,'Bergschenhoek',NULL,2599),(30371,'Berkel en Rodenrijs',NULL,2599),(30372,'Binnenmaas',NULL,2599),(30373,'Bleiswijk',NULL,2599),(30374,'Bodegraven',NULL,2599),(30375,'Boskoop',NULL,2599),(30376,'Brielle',NULL,2599),(30377,'Capelle',NULL,2599),(30378,'Cromstrijen',NULL,2599),(30379,'De Lier',NULL,2599),(30380,'Delft',NULL,2599),(30381,'Dirksland',NULL,2599),(30382,'Dordrecht',NULL,2599),(30383,'Giessenlanden',NULL,2599),(30384,'Goedereede',NULL,2599),(30385,'Gorinchem',NULL,2599),(30386,'Gouda',NULL,2599),(30387,'Graafstroom',NULL,2599),(30388,'Hardinxveld-Giessendam',NULL,2599),(30389,'Heerjansdam',NULL,2599),(30390,'Hellevoetsluis',NULL,2599),(30391,'Hendrik-Ido-Ambacht',NULL,2599),(30392,'Jacobswoude',NULL,2599),(30393,'Katwijk',NULL,2599),(30394,'Kinderdijk',NULL,2599),(30395,'Krimpen',NULL,2599),(30396,'Leiden',NULL,2599),(30397,'Leiderdorp',NULL,2599),(30398,'Leidschendam-Voorburg',NULL,2599),(30399,'Liemeer',NULL,2599),(30400,'Liesveld',NULL,2599),(30401,'Lisse',NULL,2599),(30402,'Maasland',NULL,2599),(30403,'Maassluis',NULL,2599),(30404,'Middelharnis',NULL,2599),(30405,'Monster',NULL,2599),(30406,'Moordrecht',NULL,2599),(30407,'Naaldwijk',NULL,2599),(30408,'Nederlek',NULL,2599),(30409,'Nieuw-Lekkerland',NULL,2599),(30410,'Nieuwekerk aan den IJssel',NULL,2599),(30411,'Nieuwkoop',NULL,2599),(30412,'Noordwijk',NULL,2599),(30413,'Noordwijkerhout',NULL,2599),(30414,'Oegestgeest',NULL,2599),(30415,'Oostflakkee',NULL,2599),(30416,'Oud-Beijerland',NULL,2599),(30417,'Ouderkerk',NULL,2599),(30418,'Papendrecht',NULL,2599),(30419,'Pijnacker-Nootdorp',NULL,2599),(30420,'Reeuwijk',NULL,2599),(30421,'Ridderkerk',NULL,2599),(30422,'Rijnsburg',NULL,2599),(30423,'Rijnwoude',NULL,2599),(30424,'Rijswijk',NULL,2599),(30425,'Rotterdam',NULL,2599),(30426,'Sassenheim',NULL,2599),(30427,'Schiedam',NULL,2599),(30428,'Schipluiden',NULL,2599),(30429,'Schoonhoven',NULL,2599),(30430,'Sliedrecht',NULL,2599),(30431,'Spijkenisse',NULL,2599),(30432,'Strijen',NULL,2599),(30433,'Ter Aar',NULL,2599),(30434,'The Hague',NULL,2599),(30435,'Valkenburg',NULL,2599),(30436,'Vierpolders',NULL,2599),(30437,'Vlaardingen',NULL,2599),(30438,'Vlist',NULL,2599),(30439,'Voorhout',NULL,2599),(30440,'Voorschoten',NULL,2599),(30441,'Waddinxveen',NULL,2599),(30442,'Warmond',NULL,2599),(30443,'Wassenaar',NULL,2599),(30444,'Wateringen',NULL,2599),(30445,'West Maas en Waal',NULL,2599),(30446,'Westvoorne',NULL,2599),(30447,'Zederik',NULL,2599),(30448,'Zevenhuizen-Moerkapelle',NULL,2599),(30449,'Zoetermeer',NULL,2599),(30450,'Zoeterwoude',NULL,2599),(30451,'Zwijndrecht',NULL,2599),(30452,'Belep',NULL,2600),(30453,'Fayaoue',NULL,2600),(30454,'Tadine',NULL,2600),(30455,'Vao',NULL,2600),(30456,'We',NULL,2600),(30457,'Canala',NULL,2601),(30458,'Hienghene',NULL,2601),(30459,'Houailu',NULL,2601),(30460,'Kaala Gomen',NULL,2601),(30461,'Kone',NULL,2601),(30462,'Koumac',NULL,2601),(30463,'Ouegoa',NULL,2601),(30464,'Poindimie',NULL,2601),(30465,'Ponerihouen',NULL,2601),(30466,'Pouebo',NULL,2601),(30467,'Pouembout',NULL,2601),(30468,'Poum',NULL,2601),(30469,'Poya',NULL,2601),(30470,'Touho',NULL,2601),(30471,'Voh',NULL,2601),(30472,'Bouloupari',NULL,2602),(30473,'Bourail',NULL,2602),(30474,'Dumbea',NULL,2602),(30475,'Farino',NULL,2602),(30476,'La Foa',NULL,2602),(30477,'Moindou',NULL,2602),(30478,'Mont-Dore',NULL,2602),(30479,'Noumea',NULL,2602),(30480,'Paita',NULL,2602),(30481,'Sarramea',NULL,2602),(30482,'Thio',NULL,2602),(30483,'Yate',NULL,2602),(30484,'Auckland',NULL,2604),(30485,'Helensville',NULL,2604),(30486,'Henderson',NULL,2604),(30487,'Hillsborough',NULL,2604),(30488,'Lynfield',NULL,2604),(30489,'Manukau',NULL,2604),(30490,'Manurewa',NULL,2604),(30491,'Mt. Roskill',NULL,2604),(30492,'North Shore',NULL,2604),(30493,'Onehunga',NULL,2604),(30494,'Orewa',NULL,2604),(30495,'Otahuhu',NULL,2604),(30496,'Panmure',NULL,2604),(30497,'Papakura',NULL,2604),(30498,'Papatoetoe',NULL,2604),(30499,'Ponsonby',NULL,2604),(30500,'Royal Oak',NULL,2604),(30501,'Sandringham',NULL,2604),(30502,'Snells Beach',NULL,2604),(30503,'Takanini',NULL,2604),(30504,'Waiheke',NULL,2604),(30505,'Waitakere',NULL,2604),(30506,'Amberley',NULL,2606),(30507,'Ashburton',NULL,2606),(30508,'Christchurch',NULL,2606),(30509,'Fairlie',NULL,2606),(30510,'Geraldine',NULL,2606),(30511,'Kaikoura',NULL,2606),(30512,'Leeston',NULL,2606),(30513,'Lyttelton',NULL,2606),(30514,'Oamaru',NULL,2606),(30515,'Rangiora',NULL,2606),(30516,'Temuka',NULL,2606),(30517,'Timaru',NULL,2606),(30518,'Waimate',NULL,2606),(30519,'Gisborne',NULL,2608),(30520,'Dannevirke',NULL,2610),(30521,'Feilding',NULL,2610),(30522,'Foxton',NULL,2610),(30523,'Levin',NULL,2610),(30524,'Marton',NULL,2610),(30525,'Palmerston North',NULL,2610),(30526,'Picton',NULL,2610),(30527,'Taumarunui',NULL,2610),(30528,'Wanganui',NULL,2610),(30529,'Blenheim',NULL,2611),(30530,'Havelock',NULL,2611),(30531,'Nelson',NULL,2612),(30532,'Dargaville',NULL,2613),(30533,'Kaikohe',NULL,2613),(30534,'Kaitaia',NULL,2613),(30535,'Kerikeri',NULL,2613),(30536,'Maungatapere',NULL,2613),(30537,'Whangarei',NULL,2613),(30538,'Alexandra',NULL,2614),(30539,'Balclutha',NULL,2614),(30540,'Dunedin',NULL,2614),(30541,'Queenstown',NULL,2614),(30542,'Wanaka',NULL,2614),(30543,'Warkworth',NULL,2615),(30544,'Gore',NULL,2616),(30545,'Invercargill',NULL,2616),(30546,'Eltham',NULL,2617),(30547,'Hawera',NULL,2617),(30548,'Inglewood',NULL,2617),(30549,'New Plymouth',NULL,2617),(30550,'Oakura',NULL,2617),(30551,'Stratford',NULL,2617),(30552,'Waitara',NULL,2617),(30553,'Motueka',NULL,2618),(30554,'Richmond',NULL,2618),(30555,'Cambridge',NULL,2619),(30556,'Coromandel',NULL,2619),(30557,'Hamilton',NULL,2619),(30558,'Hillcrest',NULL,2619),(30559,'Huntly',NULL,2619),(30560,'Matamata',NULL,2619),(30561,'Morrinsville',NULL,2619),(30562,'Ngaruawahia',NULL,2619),(30563,'Otorohanga',NULL,2619),(30564,'Paeroa',NULL,2619),(30565,'Pukekohe',NULL,2619),(30566,'Putaruru',NULL,2619),(30567,'Taupo',NULL,2619),(30568,'Te Aroha',NULL,2619),(30569,'Te Awamutu',NULL,2619),(30570,'Te Kuiti',NULL,2619),(30571,'Thames',NULL,2619),(30572,'Tokoroa',NULL,2619),(30573,'Turangi',NULL,2619),(30574,'Waiuku',NULL,2619),(30575,'Whangamata',NULL,2619),(30576,'Whitianga',NULL,2619),(30577,'Carterton',NULL,2620),(30578,'Kapiti',NULL,2620),(30579,'Lower Hutt',NULL,2620),(30580,'Martinborough',NULL,2620),(30581,'Masterton',NULL,2620),(30582,'Otaki',NULL,2620),(30583,'Paraparaumu',NULL,2620),(30584,'Porirua',NULL,2620),(30585,'Upper Hutt',NULL,2620),(30586,'Wairarapa',NULL,2620),(30587,'Wellington',NULL,2620),(30588,'Boaco',NULL,2624),(30589,'Camoapa',NULL,2624),(30590,'San Lorenzo',NULL,2624),(30591,'Diriamba',NULL,2625),(30592,'Dolores',NULL,2625),(30593,'Jinotepe',NULL,2625),(30594,'Masatepe',NULL,2625),(30595,'San Marcos',NULL,2625),(30596,'Santa Teresa',NULL,2625),(30597,'Chichigalpa',NULL,2626),(30598,'Chinandega',NULL,2626),(30599,'Corinto',NULL,2626),(30600,'El Viejo',NULL,2626),(30601,'Puerto Morazan',NULL,2626),(30602,'Somotillo',NULL,2626),(30603,'Acoyapa',NULL,2627),(30604,'Juigalpa',NULL,2627),(30605,'Santo Domingo',NULL,2627),(30606,'Santo Tomas',NULL,2627),(30607,'Villa Sandino',NULL,2627),(30608,'Condega',NULL,2628),(30609,'Esteli',NULL,2628),(30610,'La Trinidad',NULL,2628),(30611,'Diriomo',NULL,2629),(30612,'Granada',NULL,2629),(30613,'Nandaime',NULL,2629),(30614,'Jinotega',NULL,2630),(30615,'Wiwili',NULL,2630),(30616,'El Sauce',NULL,2631),(30617,'La Paz Centro',NULL,2631),(30618,'Larreynaga',NULL,2631),(30619,'Leon',NULL,2631),(30620,'Nagarote',NULL,2631),(30621,'Telica',NULL,2631),(30622,'Somoto',NULL,2632),(30623,'Managua',NULL,2633),(30624,'Mateare',NULL,2633),(30625,'San Rafael del Sur',NULL,2633),(30626,'Ticuantepe',NULL,2633),(30627,'Tipitapa',NULL,2633),(30628,'La Concepcion',NULL,2634),(30629,'Masaya',NULL,2634),(30630,'Nandasmo',NULL,2634),(30631,'Nindiri',NULL,2634),(30632,'Niquinohomo',NULL,2634),(30633,'Ciudad Dario',NULL,2635),(30634,'Esquipulas',NULL,2635),(30635,'Matagalpa',NULL,2635),(30636,'Matiguas',NULL,2635),(30637,'Rio Blanco',NULL,2635),(30638,'San Isidro',NULL,2635),(30639,'Sebaco',NULL,2635),(30640,'Belen',NULL,2638),(30641,'Rivas',NULL,2638),(30642,'San Jorge',NULL,2638),(30643,'San Juan del Sur',NULL,2638),(30644,'Agadez',NULL,2639),(30645,'Arlit',NULL,2639),(30646,'Bilma',NULL,2639),(30647,'Fachi',NULL,2639),(30648,'Ingall',NULL,2639),(30649,'Tchirozerine',NULL,2639),(30650,'Diffa',NULL,2640),(30651,'Maine-Soroa',NULL,2640),(30652,'N\'Guigmi',NULL,2640),(30653,'Birni N\'Gaoure',NULL,2641),(30654,'Boboye',NULL,2641),(30655,'Dogondoutchi',NULL,2641),(30656,'Dosso',NULL,2641),(30657,'Gaya',NULL,2641),(30658,'Loga',NULL,2641),(30659,'Aguie',NULL,2642),(30660,'Dakoro',NULL,2642),(30661,'Gazaoua',NULL,2642),(30662,'Guidan Roumdji',NULL,2642),(30663,'Madarounfa',NULL,2642),(30664,'Maradi',NULL,2642),(30665,'Mayahi',NULL,2642),(30666,'Tessaoua',NULL,2642),(30667,'Tibiri',NULL,2642),(30668,'Niamey',NULL,2643),(30669,'Birni N\'Konni',NULL,2644),(30670,'Bouza',NULL,2644),(30671,'Illela',NULL,2644),(30672,'Keita',NULL,2644),(30673,'Madaoua',NULL,2644),(30674,'Malbaza\'uzine',NULL,2644),(30675,'Tahoua',NULL,2644),(30676,'Tchintabaraden',NULL,2644),(30677,'Ayorou',NULL,2645),(30678,'Filingue',NULL,2645),(30679,'Kollo',NULL,2645),(30680,'Ouallam',NULL,2645),(30681,'Say',NULL,2645),(30682,'Tera',NULL,2645),(30683,'Tillabery',NULL,2645),(30684,'Goure',NULL,2646),(30685,'Kantche',NULL,2646),(30686,'Magaria',NULL,2646),(30687,'Matameye',NULL,2646),(30688,'Mirriah',NULL,2646),(30689,'Tanout',NULL,2646),(30690,'Zinder',NULL,2646),(30691,'Aba',NULL,2647),(30692,'Amaigbo',NULL,2647),(30693,'Arochukwu',NULL,2647),(30694,'Bende',NULL,2647),(30695,'Ohafia',NULL,2647),(30696,'Okwe',NULL,2647),(30697,'Umuahia',NULL,2647),(30698,'Demsa',NULL,2649),(30699,'Ganye',NULL,2649),(30700,'Girei',NULL,2649),(30701,'Gombi',NULL,2649),(30702,'Jada',NULL,2649),(30703,'Jimeta',NULL,2649),(30704,'Lamurde',NULL,2649),(30705,'Madagala',NULL,2649),(30706,'Maiha',NULL,2649),(30707,'Mubi',NULL,2649),(30708,'Ngurore',NULL,2649),(30709,'Numan',NULL,2649),(30710,'Shelleng',NULL,2649),(30711,'Song',NULL,2649),(30712,'Toungo',NULL,2649),(30713,'Yola',NULL,2649),(30714,'Aguata',NULL,2651),(30715,'Agulu',NULL,2651),(30716,'Anambra',NULL,2651),(30717,'Awka',NULL,2651),(30718,'Enugu Ukwu',NULL,2651),(30719,'Igbo Ukwu',NULL,2651),(30720,'Ihiala',NULL,2651),(30721,'Nkpor',NULL,2651),(30722,'Nnewi',NULL,2651),(30723,'Obosi',NULL,2651),(30724,'Okija',NULL,2651),(30725,'Okpoko',NULL,2651),(30726,'Onitsha',NULL,2651),(30727,'Ozubulu',NULL,2651),(30728,'Uga',NULL,2651),(30729,'Alkaleri',NULL,2652),(30730,'Azare',NULL,2652),(30731,'Bauchi',NULL,2652),(30732,'Bogoro',NULL,2652),(30733,'Bununu Dass',NULL,2652),(30734,'Darazo',NULL,2652),(30735,'Gamawa',NULL,2652),(30736,'Ganjuwa',NULL,2652),(30737,'Jamari',NULL,2652),(30738,'Katagum',NULL,2652),(30739,'Misau',NULL,2652),(30740,'Ningi',NULL,2652),(30741,'Tafawa Balewa',NULL,2652),(30742,'Brass',NULL,2653),(30743,'Ekeremor',NULL,2653),(30744,'Nembe',NULL,2653),(30745,'Yenagoa',NULL,2653),(30746,'Aliade',NULL,2654),(30747,'Gboko',NULL,2654),(30748,'Katsina-Ala',NULL,2654),(30749,'Makurdi',NULL,2654),(30750,'Otukpo',NULL,2654),(30751,'Ukum',NULL,2654),(30752,'Zaki Biam',NULL,2654),(30753,'Abadan',NULL,2655),(30754,'Askira',NULL,2655),(30755,'Bama',NULL,2655),(30756,'Biu',NULL,2655),(30757,'Chibok',NULL,2655),(30758,'Damboa',NULL,2655),(30759,'Dikwa',NULL,2655),(30760,'Gamboru',NULL,2655),(30761,'Gubio',NULL,2655),(30762,'Gwoza',NULL,2655),(30763,'Kaga',NULL,2655),(30764,'Kala',NULL,2655),(30765,'Konduga',NULL,2655),(30766,'Kukawa',NULL,2655),(30767,'Mafa',NULL,2655),(30768,'Magumeri',NULL,2655),(30769,'Maiduguri',NULL,2655),(30770,'Marte',NULL,2655),(30771,'Monguno',NULL,2655),(30772,'Ngala',NULL,2655),(30773,'Shani',NULL,2655),(30774,'Agbor',NULL,2657),(30775,'Asaba',NULL,2657),(30776,'Bomadi',NULL,2657),(30777,'Burutu',NULL,2657),(30778,'Okpe',NULL,2657),(30779,'Patani',NULL,2657),(30780,'Sapele',NULL,2657),(30781,'Ughelli',NULL,2657),(30782,'Warri',NULL,2657),(30783,'Abakaliki',NULL,2658),(30784,'Afikpo',NULL,2658),(30785,'Effium',NULL,2658),(30786,'Ezza',NULL,2658),(30787,'Ishieke',NULL,2658),(30788,'Uburu',NULL,2658),(30789,'Auchi',NULL,2659),(30790,'Benin',NULL,2659),(30791,'Ekpoma',NULL,2659),(30792,'Igarra',NULL,2659),(30793,'Ikpoba',NULL,2659),(30794,'Irrua',NULL,2659),(30795,'Sabongida',NULL,2659),(30796,'Ubiaja',NULL,2659),(30797,'Uromi',NULL,2659),(30798,'Ado',NULL,2660),(30799,'Aramoko',NULL,2660),(30800,'Efon Alaye',NULL,2660),(30801,'Emure',NULL,2660),(30802,'Igbara Odo',NULL,2660),(30803,'Igede',NULL,2660),(30804,'Ijero',NULL,2660),(30805,'Ikere',NULL,2660),(30806,'Ikole',NULL,2660),(30807,'Ilawe',NULL,2660),(30808,'Ipoti',NULL,2660),(30809,'Ise',NULL,2660),(30810,'Ode',NULL,2660),(30811,'Omuo',NULL,2660),(30812,'Osi',NULL,2660),(30813,'Agwa',NULL,2661),(30814,'Aku',NULL,2661),(30815,'Awgu',NULL,2661),(30816,'Eha Amufu',NULL,2661),(30817,'Enugu',NULL,2661),(30818,'Enugu Ezike',NULL,2661),(30819,'Enugu Ngwo',NULL,2661),(30820,'Ezeagu',NULL,2661),(30821,'Mberubu',NULL,2661),(30822,'Nsukka',NULL,2661),(30823,'Oji',NULL,2661),(30824,'Udi',NULL,2661),(30825,'Ako',NULL,2662),(30826,'Deba',NULL,2662),(30827,'Duku',NULL,2662),(30828,'Garko',NULL,2662),(30829,'Gombe',NULL,2662),(30830,'Kaltungo',NULL,2662),(30831,'Kumo',NULL,2662),(30832,'Nafada',NULL,2662),(30833,'Pindiga',NULL,2662),(30834,'Aboh',NULL,2663),(30835,'Etiti',NULL,2663),(30836,'Ihite',NULL,2663),(30837,'Nkwerre',NULL,2663),(30838,'Oguta',NULL,2663),(30839,'Okigwe',NULL,2663),(30840,'Owerri',NULL,2663),(30841,'Babura',NULL,2664),(30842,'Birnin Kudu',NULL,2664),(30843,'Buji',NULL,2664),(30844,'Dutse',NULL,2664),(30845,'Garki',NULL,2664),(30846,'Gumel',NULL,2664),(30847,'Gwaram',NULL,2664),(30848,'Gwiwa',NULL,2664),(30849,'Hadejia',NULL,2664),(30850,'Jahun',NULL,2664),(30851,'Kaugama',NULL,2664),(30852,'Kazaure',NULL,2664),(30853,'Keffin Hausa',NULL,2664),(30854,'Kiyawa',NULL,2664),(30855,'Maigatari',NULL,2664),(30856,'Malammaduri',NULL,2664),(30857,'Ringim',NULL,2664),(30858,'Sule Tankarkar',NULL,2664),(30859,'Taura',NULL,2664),(30860,'Birnin Gwari',NULL,2665),(30861,'Doka',NULL,2665),(30862,'Giwa',NULL,2665),(30863,'Gwagwada',NULL,2665),(30864,'Hunkuyi',NULL,2665),(30865,'Igabi',NULL,2665),(30866,'Ikara',NULL,2665),(30867,'Jemaa',NULL,2665),(30868,'Kachia',NULL,2665),(30869,'Kaduna',NULL,2665),(30870,'Kafanchan',NULL,2665),(30871,'Kagarko',NULL,2665),(30872,'Kagoro',NULL,2665),(30873,'Kaura',NULL,2665),(30874,'Kudan',NULL,2665),(30875,'Lere',NULL,2665),(30876,'Makarfi',NULL,2665),(30877,'Sabon Birnin Gwari',NULL,2665),(30878,'Sabongari',NULL,2665),(30879,'Sanga',NULL,2665),(30880,'Soba',NULL,2665),(30881,'Tudun Wada',NULL,2665),(30882,'Zangon Katab',NULL,2665),(30883,'Zaria',NULL,2665),(30884,'Ajingi',NULL,2666),(30885,'Albasu',NULL,2666),(30886,'Bagwai',NULL,2666),(30887,'Bebeji',NULL,2666),(30888,'Bichi',NULL,2666),(30889,'Bunkure',NULL,2666),(30890,'Dambarta',NULL,2666),(30891,'Dawakin Tofe',NULL,2666),(30892,'Fagge',NULL,2666),(30893,'Garko',NULL,2666),(30894,'Garun Mallam',NULL,2666),(30895,'Gaya',NULL,2666),(30896,'Gezawa',NULL,2666),(30897,'Gwarzo',NULL,2666),(30898,'Kabo',NULL,2666),(30899,'Kano',NULL,2666),(30900,'Karaye',NULL,2666),(30901,'Kibiya',NULL,2666),(30902,'Kiru',NULL,2666),(30903,'Kumbotso',NULL,2666),(30904,'Kunchi',NULL,2666),(30905,'Kura',NULL,2666),(30906,'Madobi',NULL,2666),(30907,'Makoda',NULL,2666),(30908,'Nassarawa',NULL,2666),(30909,'Rano',NULL,2666),(30910,'Rimin Gado',NULL,2666),(30911,'Shanono',NULL,2666),(30912,'Sumaila',NULL,2666),(30913,'Takai',NULL,2666),(30914,'Tofa',NULL,2666),(30915,'Tudun Wada',NULL,2666),(30916,'Wudil',NULL,2666),(30917,'Bakori',NULL,2667),(30918,'Batsari',NULL,2667),(30919,'Bindawa',NULL,2667),(30920,'Cheranchi',NULL,2667),(30921,'Dan Dume',NULL,2667),(30922,'Danja',NULL,2667),(30923,'Daura',NULL,2667),(30924,'Dutsi',NULL,2667),(30925,'Dutsin Ma',NULL,2667),(30926,'Faskari',NULL,2667),(30927,'Funtua',NULL,2667),(30928,'Ingawa',NULL,2667),(30929,'Jibiya',NULL,2667),(30930,'Kangiwa',NULL,2667),(30931,'Kankara',NULL,2667),(30932,'Kankiya',NULL,2667),(30933,'Katsina',NULL,2667),(30934,'Kurfi',NULL,2667),(30935,'Malumfashi',NULL,2667),(30936,'Mani',NULL,2667),(30937,'Mashi',NULL,2667),(30938,'Musawa',NULL,2667),(30939,'Rimi',NULL,2667),(30940,'Sandamu',NULL,2667),(30941,'Zango',NULL,2667),(30942,'Argungu',NULL,2668),(30943,'Augie',NULL,2668),(30944,'Bagudo',NULL,2668),(30945,'Birnin Kebbi',NULL,2668),(30946,'Birnin Yauri',NULL,2668),(30947,'Bunza',NULL,2668),(30948,'Fakai',NULL,2668),(30949,'Gwandu',NULL,2668),(30950,'Jega',NULL,2668),(30951,'Kalgo',NULL,2668),(30952,'Koko',NULL,2668),(30953,'Maiyema',NULL,2668),(30954,'Sakaba',NULL,2668),(30955,'Shanga',NULL,2668),(30956,'Suru',NULL,2668),(30957,'Wasagu',NULL,2668),(30958,'Zuru',NULL,2668),(30959,'Ajaokuta',NULL,2669),(30960,'Ankpa',NULL,2669),(30961,'Dekina',NULL,2669),(30962,'Idah',NULL,2669),(30963,'Kabba',NULL,2669),(30964,'Koton-Karifi',NULL,2669),(30965,'Kuroro',NULL,2669),(30966,'Lokoja',NULL,2669),(30967,'Mopa',NULL,2669),(30968,'Ogaminana',NULL,2669),(30969,'Ogori',NULL,2669),(30970,'Okene',NULL,2669),(30971,'Ajasse',NULL,2670),(30972,'Ilorin',NULL,2670),(30973,'Jebba',NULL,2670),(30974,'Kaiama',NULL,2670),(30975,'Lafiagi',NULL,2670),(30976,'Offa',NULL,2670),(30977,'Pategi',NULL,2670),(30978,'Apapa',NULL,2671),(30979,'Badagri',NULL,2671),(30980,'Epe',NULL,2671),(30981,'Ibeju',NULL,2671),(30982,'Iganmi',NULL,2671),(30983,'Ikeja',NULL,2671),(30984,'Ikorodu',NULL,2671),(30985,'Lagos',NULL,2671),(30986,'Ojo',NULL,2671),(30987,'Surulere',NULL,2671),(30988,'Akwanga',NULL,2672),(30989,'Awe',NULL,2672),(30990,'Doma',NULL,2672),(30991,'Keana',NULL,2672),(30992,'Keffi',NULL,2672),(30993,'Lafia',NULL,2672),(30994,'Nassarawa',NULL,2672),(30995,'Obi',NULL,2672),(30996,'Toto',NULL,2672),(30997,'Wamba',NULL,2672),(30998,'Agale',NULL,2673),(30999,'Babana',NULL,2673),(31000,'Bida',NULL,2673),(31001,'Bosso',NULL,2673),(31002,'Chanchaga',NULL,2673),(31003,'Gbako',NULL,2673),(31004,'Kontagora',NULL,2673),(31005,'Lapai',NULL,2673),(31006,'Minna',NULL,2673),(31007,'Mokwa',NULL,2673),(31008,'New Bussa',NULL,2673),(31009,'Rijau',NULL,2673),(31010,'Shiroro',NULL,2673),(31011,'Suleja',NULL,2673),(31012,'Wushishi',NULL,2673),(31013,'Abeokuta',NULL,2674),(31014,'Ado Odo',NULL,2674),(31015,'Agbara',NULL,2674),(31016,'Aiyetoro',NULL,2674),(31017,'Ewekoro',NULL,2674),(31018,'Ifo',NULL,2674),(31019,'Ijebu Igbo',NULL,2674),(31020,'Ijebu Ode',NULL,2674),(31021,'Ikene',NULL,2674),(31022,'Ilaro',NULL,2674),(31023,'Ipokia',NULL,2674),(31024,'Odogbolu',NULL,2674),(31025,'Owode',NULL,2674),(31026,'Sango Ota',NULL,2674),(31027,'Shagamu',NULL,2674),(31028,'Akure',NULL,2675),(31029,'Idanre',NULL,2675),(31030,'Ikare',NULL,2675),(31031,'Irele',NULL,2675),(31032,'Odigbo',NULL,2675),(31033,'Oka',NULL,2675),(31034,'Okitipupa',NULL,2675),(31035,'Ondo',NULL,2675),(31036,'Owo',NULL,2675),(31037,'Apomu',NULL,2676),(31038,'Ede',NULL,2676),(31039,'Ejigbo',NULL,2676),(31040,'Erin-Oshogbo',NULL,2676),(31041,'Gbongan',NULL,2676),(31042,'Ife',NULL,2676),(31043,'Ifon Osun',NULL,2676),(31044,'Ijesha',NULL,2676),(31045,'Ikire',NULL,2676),(31046,'Ikirun',NULL,2676),(31047,'Ila',NULL,2676),(31048,'Ilesha',NULL,2676),(31049,'Ilobu',NULL,2676),(31050,'Inisa',NULL,2676),(31051,'Iwo',NULL,2676),(31052,'Modakeke',NULL,2676),(31053,'Oke-Mesi',NULL,2676),(31054,'Olorunda',NULL,2676),(31055,'Olupona',NULL,2676),(31056,'Ore',NULL,2676),(31057,'Orolu',NULL,2676),(31058,'Oshogbo',NULL,2676),(31059,'Oyan',NULL,2676),(31060,'Akinyele',NULL,2677),(31061,'Egbeda',NULL,2677),(31062,'Eruwa',NULL,2677),(31063,'Fiditi',NULL,2677),(31064,'Ibadan',NULL,2677),(31065,'Ibeto',NULL,2677),(31066,'Igbo Ora',NULL,2677),(31067,'Igboho',NULL,2677),(31068,'Iseyin',NULL,2677),(31069,'Kajola',NULL,2677),(31070,'Kishi',NULL,2677),(31071,'Lalupon',NULL,2677),(31072,'Ogbomosho',NULL,2677),(31073,'Ogo',NULL,2677),(31074,'Oke-Iho',NULL,2677),(31075,'Oyo',NULL,2677),(31076,'Shaki',NULL,2677),(31077,'Barakin',NULL,2678),(31078,'Bassa',NULL,2678),(31079,'Bokkos',NULL,2678),(31080,'Bukuru',NULL,2678),(31081,'Jos',NULL,2678),(31082,'Langtang',NULL,2678),(31083,'Pankshin',NULL,2678),(31084,'Riyom',NULL,2678),(31085,'Shendam',NULL,2678),(31086,'Vom',NULL,2678),(31087,'Wase',NULL,2678),(31088,'Abonnema',NULL,2679),(31089,'Abua',NULL,2679),(31090,'Ahoada',NULL,2679),(31091,'Bonny',NULL,2679),(31092,'Bugama',NULL,2679),(31093,'Degema',NULL,2679),(31094,'Egbema',NULL,2679),(31095,'Ogu',NULL,2679),(31096,'Okrika',NULL,2679),(31097,'Omoko',NULL,2679),(31098,'Opobo',NULL,2679),(31099,'Oyigbo',NULL,2679),(31100,'Port Harcourt',NULL,2679),(31101,'Binji',NULL,2680),(31102,'Bodinga',NULL,2680),(31103,'Dange',NULL,2680),(31104,'Gada',NULL,2680),(31105,'Goronyo',NULL,2680),(31106,'Gwadabawa',NULL,2680),(31107,'Illela',NULL,2680),(31108,'Kebbe',NULL,2680),(31109,'Kware',NULL,2680),(31110,'Rabah',NULL,2680),(31111,'Raka',NULL,2680),(31112,'Sabon Birni',NULL,2680),(31113,'Sokoto',NULL,2680),(31114,'Tambawel',NULL,2680),(31115,'Tureta',NULL,2680),(31116,'Wamako',NULL,2680),(31117,'Wurno',NULL,2680),(31118,'Bali',NULL,2681),(31119,'Gashaka',NULL,2681),(31120,'Gassol',NULL,2681),(31121,'Ibi',NULL,2681),(31122,'Jalingo',NULL,2681),(31123,'Lau',NULL,2681),(31124,'Takum',NULL,2681),(31125,'Wukari',NULL,2681),(31126,'Yorro',NULL,2681),(31127,'Damaturu',NULL,2682),(31128,'Fika',NULL,2682),(31129,'Gashua',NULL,2682),(31130,'Geidam',NULL,2682),(31131,'Gorgoram',NULL,2682),(31132,'Gujba',NULL,2682),(31133,'Gulani',NULL,2682),(31134,'Jakusko',NULL,2682),(31135,'Matsena',NULL,2682),(31136,'Nguru',NULL,2682),(31137,'Potiskum',NULL,2682),(31138,'Yusufari',NULL,2682),(31139,'Anka',NULL,2683),(31140,'Bungudu',NULL,2683),(31141,'Chafe',NULL,2683),(31142,'Gummi',NULL,2683),(31143,'Gusau',NULL,2683),(31144,'Isa',NULL,2683),(31145,'Kaura Namoda',NULL,2683),(31146,'Kiyawa',NULL,2683),(31147,'Maradun',NULL,2683),(31148,'Maru',NULL,2683),(31149,'Shinkafe',NULL,2683),(31150,'Talata Mafara',NULL,2683),(31151,'Zurmi',NULL,2683),(31152,'Niue',NULL,2684),(31153,'Songsong',NULL,2687),(31154,'Capital Hill',NULL,2688),(31155,'Chalan Kanoa',NULL,2688),(31156,'Dandan',NULL,2688),(31157,'Garapan',NULL,2688),(31158,'Gualo Rai',NULL,2688),(31159,'Kagman',NULL,2688),(31160,'Koblerville',NULL,2688),(31161,'San Antonio',NULL,2688),(31162,'San Jose',NULL,2688),(31163,'San Roque',NULL,2688),(31164,'San Vicente',NULL,2688),(31165,'Susupe',NULL,2688),(31166,'Tanapag',NULL,2688),(31167,'San Jose',NULL,2689),(31168,'Asker',NULL,2690),(31169,'Billingstad',NULL,2690),(31170,'Haslum',NULL,2690),(31171,'Hosle',NULL,2690),(31172,'Kjeller',NULL,2690),(31173,'Lillestrom',NULL,2690),(31174,'Lorenskog',NULL,2690),(31175,'Lysaker',NULL,2690),(31176,'Lørenskog',NULL,2690),(31177,'Rud',NULL,2690),(31178,'Sandvika',NULL,2690),(31179,'Strommen',NULL,2690),(31180,'Kokstad',NULL,2692),(31181,'Drammen',NULL,2693),(31182,'Hokksund',NULL,2693),(31183,'Honefoss',NULL,2693),(31184,'Kongsberg',NULL,2693),(31185,'Lyngdal',NULL,2693),(31186,'Nærsnes',NULL,2693),(31187,'Vestby',NULL,2693),(31188,'Baatsfjord',NULL,2694),(31189,'Hammerfest',NULL,2694),(31190,'Brumunddal',NULL,2695),(31191,'Elverum',NULL,2695),(31192,'Hamar',NULL,2695),(31193,'Ilseng',NULL,2695),(31194,'Rena',NULL,2695),(31195,'Trysil',NULL,2695),(31196,'Bergen',NULL,2696),(31197,'Høylandsbygd',NULL,2696),(31198,'Lonevag',NULL,2696),(31199,'Straume',NULL,2696),(31200,'Tysnes',NULL,2696),(31201,'Voss',NULL,2696),(31202,'Bodo',NULL,2699),(31203,'Mosjoen',NULL,2699),(31204,'Narvik',NULL,2699),(31205,'Nesna',NULL,2699),(31206,'Saltdal',NULL,2699),(31207,'Sortland',NULL,2699),(31208,'Steigen',NULL,2699),(31209,'Askim',NULL,2700),(31210,'Fredrikstad',NULL,2700),(31211,'Halden',NULL,2700),(31212,'Hovik',NULL,2700),(31213,'Moss',NULL,2700),(31214,'Mysen',NULL,2700),(31215,'Sarpsborg',NULL,2700),(31216,'Tistedal',NULL,2700),(31217,'Lena',NULL,2701),(31218,'Lillehammer',NULL,2701),(31219,'Oslo',NULL,2702),(31220,'Skedsmo',NULL,2702),(31221,'Skjetten',NULL,2702),(31222,'Egersund',NULL,2703),(31223,'Haugesund',NULL,2703),(31224,'Kleppe',NULL,2703),(31225,'Sandnes',NULL,2703),(31226,'Sola',NULL,2703),(31227,'Stavanger',NULL,2703),(31228,'Stavern',NULL,2706),(31229,'Sykkylven',NULL,2707),(31230,'Notodden',NULL,2708),(31231,'Skien',NULL,2708),(31232,'Harstad',NULL,2709),(31233,'Troms',NULL,2709),(31234,'Tromsø',NULL,2709),(31235,'Horten',NULL,2711),(31236,'Husøysund',NULL,2711),(31237,'Larvik',NULL,2711),(31238,'Rygge',NULL,2711),(31239,'Sandefjord',NULL,2711),(31240,'Tønsberg',NULL,2711),(31241,'Salalah',NULL,2714),(31242,'Azaiba',NULL,2715),(31243,'Bawshar',NULL,2715),(31244,'Madinat Qabus',NULL,2715),(31245,'Masqat',NULL,2715),(31246,'Matrah',NULL,2715),(31247,'Muscat',NULL,2715),(31248,'Muttrah',NULL,2715),(31249,'Qurayyat',NULL,2715),(31250,'Qurm',NULL,2715),(31251,'Ruwi',NULL,2715),(31252,'Wadi Al Kabir',NULL,2715),(31253,'as-Sib',NULL,2715),(31254,'Khasab',NULL,2716),(31255,'Rusayl',NULL,2717),(31256,'Bahla\'',NULL,2719),(31257,'Nizwa',NULL,2719),(31258,'Sumayl',NULL,2719),(31259,'\'Ibri',NULL,2720),(31260,'al-Buraymi',NULL,2720),(31261,'Al khuwair',NULL,2721),(31262,'Barkah',NULL,2721),(31263,'Saham',NULL,2721),(31264,'Shinas',NULL,2721),(31265,'Suhar',NULL,2721),(31266,'al-Khaburah',NULL,2721),(31267,'al-Masna\'ah',NULL,2721),(31268,'ar-Rustaq',NULL,2721),(31269,'as-Suwayq',NULL,2721),(31270,'Ibra',NULL,2722),(31271,'Sur',NULL,2722),(31272,'al-Mudaybi',NULL,2722),(31273,'Barkhan',NULL,2723),(31274,'Bela',NULL,2723),(31275,'Bhag',NULL,2723),(31276,'Chaman',NULL,2723),(31277,'Chitkan',NULL,2723),(31278,'Dalbandin',NULL,2723),(31279,'Dera Allah Yar',NULL,2723),(31280,'Dera Bugti',NULL,2723),(31281,'Dera Murad Jamali',NULL,2723),(31282,'Dhadar',NULL,2723),(31283,'Duki',NULL,2723),(31284,'Gaddani',NULL,2723),(31285,'Gwadar',NULL,2723),(31286,'Harnai',NULL,2723),(31287,'Hub',NULL,2723),(31288,'Jiwani',NULL,2723),(31289,'Kalat',NULL,2723),(31290,'Kharan',NULL,2723),(31291,'Khuzdar',NULL,2723),(31292,'Kohlu',NULL,2723),(31293,'Loralai',NULL,2723),(31294,'Mach',NULL,2723),(31295,'Mastung',NULL,2723),(31296,'Nushki',NULL,2723),(31297,'Ormara',NULL,2723),(31298,'Pasni',NULL,2723),(31299,'Pishin',NULL,2723),(31300,'Quetta',NULL,2723),(31301,'Sibi',NULL,2723),(31302,'Sohbatpur',NULL,2723),(31303,'Surab',NULL,2723),(31304,'Turbat',NULL,2723),(31305,'Usta Muhammad',NULL,2723),(31306,'Uthal',NULL,2723),(31307,'Wadh',NULL,2723),(31308,'Winder',NULL,2723),(31309,'Zehri',NULL,2723),(31310,'Zhob',NULL,2723),(31311,'Ziarat',NULL,2723),(31312,'\'Abdul Hakim',NULL,2728),(31313,'Ahmadpur East',NULL,2728),(31314,'Ahmadpur Lumma',NULL,2728),(31315,'Ahmadpur Sial',NULL,2728),(31316,'Ahmedabad',NULL,2728),(31317,'Alipur',NULL,2728),(31318,'Alipur Chatha',NULL,2728),(31319,'Arifwala',NULL,2728),(31320,'Attock',NULL,2728),(31321,'Baddomalhi',NULL,2728),(31322,'Bagh',NULL,2728),(31323,'Bahawalnagar',NULL,2728),(31324,'Bahawalpur',NULL,2728),(31325,'Bai Pheru',NULL,2728),(31326,'Basirpur',NULL,2728),(31327,'Begowala',NULL,2728),(31328,'Bhakkar',NULL,2728),(31329,'Bhalwal',NULL,2728),(31330,'Bhawana',NULL,2728),(31331,'Bhera',NULL,2728),(31332,'Bhopalwala',NULL,2728),(31333,'Burewala',NULL,2728),(31334,'Chak Azam Sahu',NULL,2728),(31335,'Chak Jhumra',NULL,2728),(31336,'Chak Sarwar Shahid',NULL,2728),(31337,'Chakwal',NULL,2728),(31338,'Chawinda',NULL,2728),(31339,'Chichawatni',NULL,2728),(31340,'Chiniot',NULL,2728),(31341,'Chishtian Mandi',NULL,2728),(31342,'Choa Saidan Shah',NULL,2728),(31343,'Chuhar Kana',NULL,2728),(31344,'Chunian',NULL,2728),(31345,'Dajal',NULL,2728),(31346,'Darya Khan',NULL,2728),(31347,'Daska',NULL,2728),(31348,'Daud Khel',NULL,2728),(31349,'Daultala',NULL,2728),(31350,'Dera Din Panah',NULL,2728),(31351,'Dera Ghazi Khan',NULL,2728),(31352,'Dhanote',NULL,2728),(31353,'Dhonkal',NULL,2728),(31354,'Dijkot',NULL,2728),(31355,'Dina',NULL,2728),(31356,'Dinga',NULL,2728),(31357,'Dipalpur',NULL,2728),(31358,'Dullewala',NULL,2728),(31359,'Dunga Bunga',NULL,2728),(31360,'Dunyapur',NULL,2728),(31361,'Eminabad',NULL,2728),(31362,'Faisalabad',NULL,2728),(31363,'Faqirwali',NULL,2728),(31364,'Faruka',NULL,2728),(31365,'Fateh Jang',NULL,2728),(31366,'Fatehpur',NULL,2728),(31367,'Fazalpur',NULL,2728),(31368,'Ferozwala',NULL,2728),(31369,'Fort Abbas',NULL,2728),(31370,'Garh Maharaja',NULL,2728),(31371,'Ghakar',NULL,2728),(31372,'Ghurgushti',NULL,2728),(31373,'Gojra',NULL,2728),(31374,'Gujar Khan',NULL,2728),(31375,'Gujranwala',NULL,2728),(31376,'Gujrat',NULL,2728),(31377,'Hadali',NULL,2728),(31378,'Hafizabad',NULL,2728),(31379,'Harnoli',NULL,2728),(31380,'Harunabad',NULL,2728),(31381,'Hasan Abdal',NULL,2728),(31382,'Hasilpur',NULL,2728),(31383,'Haveli',NULL,2728),(31384,'Hazro',NULL,2728),(31385,'Hujra Shah Muqim',NULL,2728),(31386,'Isa Khel',NULL,2728),(31387,'Jahanian',NULL,2728),(31388,'Jalalpur Bhattian',NULL,2728),(31389,'Jalalpur Jattan',NULL,2728),(31390,'Jalalpur Pirwala',NULL,2728),(31391,'Jalla Jeem',NULL,2728),(31392,'Jamke Chima',NULL,2728),(31393,'Jampur',NULL,2728),(31394,'Jand',NULL,2728),(31395,'Jandanwala',NULL,2728),(31396,'Jandiala Sherkhan',NULL,2728),(31397,'Jaranwala',NULL,2728),(31398,'Jatoi',NULL,2728),(31399,'Jauharabad',NULL,2728),(31400,'Jhang',NULL,2728),(31401,'Jhawarian',NULL,2728),(31402,'Jhelum',NULL,2728),(31403,'Kabirwala',NULL,2728),(31404,'Kahna Nau',NULL,2728),(31405,'Kahror Pakka',NULL,2728),(31406,'Kahuta',NULL,2728),(31407,'Kalabagh',NULL,2728),(31408,'Kalaswala',NULL,2728),(31409,'Kaleke',NULL,2728),(31410,'Kalur Kot',NULL,2728),(31411,'Kamalia',NULL,2728),(31412,'Kamar Mashani',NULL,2728),(31413,'Kamir',NULL,2728),(31414,'Kamoke',NULL,2728),(31415,'Kamra',NULL,2728),(31416,'Kanganpur',NULL,2728),(31417,'Karampur',NULL,2728),(31418,'Karor Lal Esan',NULL,2728),(31419,'Kasur',NULL,2728),(31420,'Khairpur Tamewali',NULL,2728),(31421,'Khanewal',NULL,2728),(31422,'Khangah Dogran',NULL,2728),(31423,'Khangarh',NULL,2728),(31424,'Khanpur',NULL,2728),(31425,'Kharian',NULL,2728),(31426,'Khewra',NULL,2728),(31427,'Khundian',NULL,2728),(31428,'Khurianwala',NULL,2728),(31429,'Khushab',NULL,2728),(31430,'Kot Abdul Malik',NULL,2728),(31431,'Kot Addu',NULL,2728),(31432,'Kot Mithan',NULL,2728),(31433,'Kot Moman',NULL,2728),(31434,'Kot Radha Kishan',NULL,2728),(31435,'Kot Samaba',NULL,2728),(31436,'Kotli Loharan',NULL,2728),(31437,'Kundian',NULL,2728),(31438,'Kunjah',NULL,2728),(31439,'Lahore',NULL,2728),(31440,'Lalamusa',NULL,2728),(31441,'Lalian',NULL,2728),(31442,'Liaqatabad',NULL,2728),(31443,'Liaqatpur',NULL,2728),(31444,'Lieah',NULL,2728),(31445,'Liliani',NULL,2728),(31446,'Lodhran',NULL,2728),(31447,'Ludhewala Waraich',NULL,2728),(31448,'Mailsi',NULL,2728),(31449,'Makhdumpur',NULL,2728),(31450,'Makhdumpur Rashid',NULL,2728),(31451,'Malakwal',NULL,2728),(31452,'Mamu Kanjan',NULL,2728),(31453,'Mananwala Jodh Singh',NULL,2728),(31454,'Mandi Bahauddin',NULL,2728),(31455,'Mandi Sadiq Ganj',NULL,2728),(31456,'Mangat',NULL,2728),(31457,'Mangla',NULL,2728),(31458,'Mankera',NULL,2728),(31459,'Mian Channun',NULL,2728),(31460,'Miani',NULL,2728),(31461,'Mianwali',NULL,2728),(31462,'Minchinabad',NULL,2728),(31463,'Mitha Tiwana',NULL,2728),(31464,'Multan',NULL,2728),(31465,'Muridke',NULL,2728),(31466,'Murree',NULL,2728),(31467,'Mustafabad',NULL,2728),(31468,'Muzaffargarh',NULL,2728),(31469,'Nankana Sahib',NULL,2728),(31470,'Narang',NULL,2728),(31471,'Narowal',NULL,2728),(31472,'Noorpur Thal',NULL,2728),(31473,'Nowshera',NULL,2728),(31474,'Nowshera Virkan',NULL,2728),(31475,'Okara',NULL,2728),(31476,'Pakpattan',NULL,2728),(31477,'Pasrur',NULL,2728),(31478,'Pattoki',NULL,2728),(31479,'Phalia',NULL,2728),(31480,'Phularwan',NULL,2728),(31481,'Pind Dadan Khan',NULL,2728),(31482,'Pindi Bhattian',NULL,2728),(31483,'Pindi Gheb',NULL,2728),(31484,'Pirmahal',NULL,2728),(31485,'Qadirabad',NULL,2728),(31486,'Qadirpur Ran',NULL,2728),(31487,'Qila Disar Singh',NULL,2728),(31488,'Qila Sobha Singh',NULL,2728),(31489,'Quaidabad',NULL,2728),(31490,'Rabwah',NULL,2728),(31491,'Rahim Yar Khan',NULL,2728),(31492,'Raiwind',NULL,2728),(31493,'Raja Jang',NULL,2728),(31494,'Rajanpur',NULL,2728),(31495,'Rasulnagar',NULL,2728),(31496,'Rawalpindi',NULL,2728),(31497,'Renala Khurd',NULL,2728),(31498,'Rojhan',NULL,2728),(31499,'Saddar Gogera',NULL,2728),(31500,'Sadiqabad',NULL,2728),(31501,'Safdarabad',NULL,2728),(31502,'Sahiwal',NULL,2728),(31503,'Samasatta',NULL,2728),(31504,'Sambrial',NULL,2728),(31505,'Sammundri',NULL,2728),(31506,'Sangala Hill',NULL,2728),(31507,'Sanjwal',NULL,2728),(31508,'Sarai Alamgir',NULL,2728),(31509,'Sarai Sidhu',NULL,2728),(31510,'Sargodha',NULL,2728),(31511,'Shadiwal',NULL,2728),(31512,'Shahkot',NULL,2728),(31513,'Shahpur City',NULL,2728),(31514,'Shahpur Saddar',NULL,2728),(31515,'Shakargarh',NULL,2728),(31516,'Sharqpur',NULL,2728),(31517,'Shehr Sultan',NULL,2728),(31518,'Shekhupura',NULL,2728),(31519,'Shujaabad',NULL,2728),(31520,'Sialkot',NULL,2728),(31521,'Sillanwali',NULL,2728),(31522,'Sodhra',NULL,2728),(31523,'Sohawa',NULL,2728),(31524,'Sukheke',NULL,2728),(31525,'Talagang',NULL,2728),(31526,'Tandlianwala',NULL,2728),(31527,'Taunsa',NULL,2728),(31528,'Taxila',NULL,2728),(31529,'Tibba Sultanpur',NULL,2728),(31530,'Toba Tek Singh',NULL,2728),(31531,'Tulamba',NULL,2728),(31532,'Uch',NULL,2728),(31533,'Vihari',NULL,2728),(31534,'Wah',NULL,2728),(31535,'Warburton',NULL,2728),(31536,'Wazirabad',NULL,2728),(31537,'Yazman',NULL,2728),(31538,'Zafarwal',NULL,2728),(31539,'Zahir Pir',NULL,2728),(31540,'Adilpur',NULL,2729),(31541,'Badah',NULL,2729),(31542,'Badin',NULL,2729),(31543,'Bagarji',NULL,2729),(31544,'Bakshshapur',NULL,2729),(31545,'Bandhi',NULL,2729),(31546,'Berani',NULL,2729),(31547,'Bhan',NULL,2729),(31548,'Bhiria City',NULL,2729),(31549,'Bhiria Road',NULL,2729),(31550,'Bhit Shah',NULL,2729),(31551,'Bozdar',NULL,2729),(31552,'Bulri',NULL,2729),(31553,'Chak',NULL,2729),(31554,'Chambar',NULL,2729),(31555,'Chohar Jamali',NULL,2729),(31556,'Chor',NULL,2729),(31557,'Dadu',NULL,2729),(31558,'Daharki',NULL,2729),(31559,'Daro',NULL,2729),(31560,'Darya Khan Mari',NULL,2729),(31561,'Daulatpur',NULL,2729),(31562,'Daur',NULL,2729),(31563,'Dhoronaro',NULL,2729),(31564,'Digri',NULL,2729),(31565,'Diplo',NULL,2729),(31566,'Dokri',NULL,2729),(31567,'Faqirabad',NULL,2729),(31568,'Gambat',NULL,2729),(31569,'Garello',NULL,2729),(31570,'Garhi Khairo',NULL,2729),(31571,'Garhi Yasin',NULL,2729),(31572,'Gharo',NULL,2729),(31573,'Ghauspur',NULL,2729),(31574,'Ghotki',NULL,2729),(31575,'Golarchi',NULL,2729),(31576,'Guddu',NULL,2729),(31577,'Gulistan-E-Jauhar',NULL,2729),(31578,'Hala',NULL,2729),(31579,'Hingorja',NULL,2729),(31580,'Hyderabad',NULL,2729),(31581,'Islamkot',NULL,2729),(31582,'Jacobabad',NULL,2729),(31583,'Jam Nawaz Ali',NULL,2729),(31584,'Jam Sahib',NULL,2729),(31585,'Jati',NULL,2729),(31586,'Jhol',NULL,2729),(31587,'Jhudo',NULL,2729),(31588,'Johi',NULL,2729),(31589,'Kadhan',NULL,2729),(31590,'Kambar',NULL,2729),(31591,'Kandhra',NULL,2729),(31592,'Kandiari',NULL,2729),(31593,'Kandiaro',NULL,2729),(31594,'Karachi',NULL,2729),(31595,'Karampur',NULL,2729),(31596,'Kario Ghanwar',NULL,2729),(31597,'Karoondi',NULL,2729),(31598,'Kashmor',NULL,2729),(31599,'Kazi Ahmad',NULL,2729),(31600,'Keti Bandar',NULL,2729),(31601,'Khadro',NULL,2729),(31602,'Khairpur',NULL,2729),(31603,'Khairpur Nathan Shah',NULL,2729),(31604,'Khandh Kot',NULL,2729),(31605,'Khanpur',NULL,2729),(31606,'Khipro',NULL,2729),(31607,'Khoski',NULL,2729),(31608,'Khuhra',NULL,2729),(31609,'Khyber',NULL,2729),(31610,'Kot Diji',NULL,2729),(31611,'Kot Ghulam Mohammad',NULL,2729),(31612,'Kotri',NULL,2729),(31613,'Kumb',NULL,2729),(31614,'Kunri',NULL,2729),(31615,'Lakhi',NULL,2729),(31616,'Larkana',NULL,2729),(31617,'Madeji',NULL,2729),(31618,'Matiari',NULL,2729),(31619,'Matli',NULL,2729),(31620,'Mehar',NULL,2729),(31621,'Mehrabpur',NULL,2729),(31622,'Miro Khan',NULL,2729),(31623,'Mirpur Bathoro',NULL,2729),(31624,'Mirpur Khas',NULL,2729),(31625,'Mirpur Mathelo',NULL,2729),(31626,'Mirpur Sakro',NULL,2729),(31627,'Mirwah',NULL,2729),(31628,'Mithi',NULL,2729),(31629,'Moro',NULL,2729),(31630,'Nabisar',NULL,2729),(31631,'Nasarpur',NULL,2729),(31632,'Nasirabad',NULL,2729),(31633,'Naudero',NULL,2729),(31634,'Naukot',NULL,2729),(31635,'Naushahro Firoz',NULL,2729),(31636,'Nawabshah',NULL,2729),(31637,'Oderolal Station',NULL,2729),(31638,'Pacca Chang',NULL,2729),(31639,'Padidan',NULL,2729),(31640,'Pano Aqil',NULL,2729),(31641,'Perumal',NULL,2729),(31642,'Phulji',NULL,2729),(31643,'Pirjo Goth',NULL,2729),(31644,'Piryaloi',NULL,2729),(31645,'Pithoro',NULL,2729),(31646,'Radhan',NULL,2729),(31647,'Rajo Khanani',NULL,2729),(31648,'Ranipur',NULL,2729),(31649,'Ratodero',NULL,2729),(31650,'Rohri',NULL,2729),(31651,'Rustam',NULL,2729),(31652,'Saeedabad',NULL,2729),(31653,'Sakrand',NULL,2729),(31654,'Samaro',NULL,2729),(31655,'Sanghar',NULL,2729),(31656,'Sann',NULL,2729),(31657,'Sarhari',NULL,2729),(31658,'Sehwan',NULL,2729),(31659,'Setharja',NULL,2729),(31660,'Shah Dipalli',NULL,2729),(31661,'Shahdadkot',NULL,2729),(31662,'Shahdadpur',NULL,2729),(31663,'Shahpur Chakar',NULL,2729),(31664,'Shahpur Jahania',NULL,2729),(31665,'Shikarpur',NULL,2729),(31666,'Sinjhoro',NULL,2729),(31667,'Sita Road',NULL,2729),(31668,'Sobhodero',NULL,2729),(31669,'Sujawal',NULL,2729),(31670,'Sukkur',NULL,2729),(31671,'Talhar',NULL,2729),(31672,'Tando Adam',NULL,2729),(31673,'Tando Allah Yar',NULL,2729),(31674,'Tando Bagho',NULL,2729),(31675,'Tando Ghulam Ali',NULL,2729),(31676,'Tando Jam',NULL,2729),(31677,'Tando Jan Mohammad',NULL,2729),(31678,'Tando Mitha Khan',NULL,2729),(31679,'Tando Muhammad Khan',NULL,2729),(31680,'Tangwani',NULL,2729),(31681,'Thano Bula Khan',NULL,2729),(31682,'Thari Mirwah',NULL,2729),(31683,'Tharushah',NULL,2729),(31684,'Thatta',NULL,2729),(31685,'Ther I',NULL,2729),(31686,'Ther I Mohabat',NULL,2729),(31687,'Thul',NULL,2729),(31688,'Ubauro',NULL,2729),(31689,'Umarkot',NULL,2729),(31690,'Warah',NULL,2729),(31691,'Ulimang',NULL,2730),(31692,'Airai',NULL,2731),(31693,'Ngaramash',NULL,2732),(31694,'Hatohobei',NULL,2733),(31695,'Kayangel',NULL,2734),(31696,'Koror',NULL,2735),(31697,'Meyungs',NULL,2735),(31698,'Melekeok',NULL,2736),(31699,'Ngermechau',NULL,2737),(31700,'Chol',NULL,2738),(31701,'Ollei',NULL,2739),(31702,'Oikul',NULL,2740),(31703,'Ngerkeai',NULL,2741),(31704,'Imeong',NULL,2742),(31705,'Ngetkip',NULL,2743),(31706,'Kloulklubed',NULL,2744),(31707,'Dongosaru',NULL,2745),(31708,'Ariha',NULL,2746),(31709,'Beit Jala',NULL,2748),(31710,'Dayr-al-Balah',NULL,2749),(31711,'al-Burayj',NULL,2749),(31712,'al-Insayrat',NULL,2749),(31713,'al-Maghazi',NULL,2749),(31714,'Ghazzah',NULL,2750),(31715,'Ghazzah',NULL,2751),(31716,'Janin',NULL,2752),(31717,'Qabatiyah',NULL,2752),(31718,'Nabulus',NULL,2754),(31719,'Qalqilyah',NULL,2755),(31720,'Rafah',NULL,2756),(31721,'Tall as-Sultan',NULL,2756),(31722,'Salfit',NULL,2758),(31723,'Tubas',NULL,2759),(31724,'Tulkarm',NULL,2760),(31725,'Dura',NULL,2761),(31726,'Halhul',NULL,2761),(31727,'Yattah',NULL,2761),(31728,'ad-Dahiriyah',NULL,2761),(31729,'al-Khalil',NULL,2761),(31730,'Ma\'ale Adummim',NULL,2762),(31731,'al-Quds',NULL,2762),(31732,'Alanje',NULL,2764),(31733,'Bajo Boquete',NULL,2764),(31734,'Boqueron',NULL,2764),(31735,'Bugaba',NULL,2764),(31736,'David',NULL,2764),(31737,'Dolega',NULL,2764),(31738,'Gualaca',NULL,2764),(31739,'Horconcitos',NULL,2764),(31740,'Las Lajas',NULL,2764),(31741,'Puerto Armuelles',NULL,2764),(31742,'Remedios',NULL,2764),(31743,'Rio Sereno',NULL,2764),(31744,'Tole',NULL,2764),(31745,'Aguadulce',NULL,2765),(31746,'Anton',NULL,2765),(31747,'La Pintada',NULL,2765),(31748,'Nata',NULL,2765),(31749,'Ola',NULL,2765),(31750,'Penonome',NULL,2765),(31751,'Colon',NULL,2766),(31752,'Miguel de la Borda',NULL,2766),(31753,'Nuevo Chagres',NULL,2766),(31754,'Portobelo',NULL,2766),(31755,'Santa Isabel',NULL,2766),(31756,'El Real de Santa Maria',NULL,2767),(31757,'La Palma',NULL,2767),(31758,'Cirilo Guainora',NULL,2768),(31759,'Rio Sabalo',NULL,2768),(31760,'Chitre',NULL,2769),(31761,'Las Minas',NULL,2769),(31762,'Los Pozos',NULL,2769),(31763,'Ocu',NULL,2769),(31764,'Parita',NULL,2769),(31765,'Pese',NULL,2769),(31766,'Santa Maria',NULL,2769),(31767,'Arraijan',NULL,2773),(31768,'Capira',NULL,2773),(31769,'Chame',NULL,2773),(31770,'Chepo',NULL,2773),(31771,'Chiman',NULL,2773),(31772,'La Chorrera',NULL,2773),(31773,'Panama',NULL,2773),(31774,'San Carlos',NULL,2773),(31775,'San Miguel',NULL,2773),(31776,'San Miguelito',NULL,2773),(31777,'Taboga',NULL,2773),(31778,'Atalaya',NULL,2774),(31779,'Calobre',NULL,2774),(31780,'Canazas',NULL,2774),(31781,'La Mesa',NULL,2774),(31782,'Las Palmas',NULL,2774),(31783,'Montijo',NULL,2774),(31784,'Rio de Jesus',NULL,2774),(31785,'San Francisco',NULL,2774),(31786,'Santa Fe',NULL,2774),(31787,'Santiago',NULL,2774),(31788,'Sona',NULL,2774),(31789,'Laiagam',NULL,2778),(31790,'Porgera',NULL,2778),(31791,'Wabag',NULL,2778),(31792,'Kerema',NULL,2780),(31793,'Finschhafen',NULL,2781),(31794,'Madang',NULL,2781),(31795,'Lorengau',NULL,2782),(31796,'Bulolo',NULL,2784),(31797,'Lae',NULL,2784),(31798,'Wau',NULL,2784),(31799,'Kokoda',NULL,2788),(31800,'Popondetta',NULL,2788),(31801,'Vanimo',NULL,2789),(31802,'Kundiawa',NULL,2790),(31803,'Bella Vista',NULL,2796),(31804,'Capitan Bado',NULL,2796),(31805,'Pedro Juan Caballero',NULL,2796),(31806,'Asuncion',NULL,2797),(31807,'Doctor Pedro P. Pena',NULL,2798),(31808,'Filadelfia',NULL,2798),(31809,'Marechal Estigarribia',NULL,2798),(31810,'Menno',NULL,2798),(31811,'Neuland',NULL,2798),(31812,'Caaguazu',NULL,2799),(31813,'Carayao',NULL,2799),(31814,'Coronel Oviedo',NULL,2799),(31815,'Doctor Cecilio Baez',NULL,2799),(31816,'Doctor Eulogio Estigarribia',NULL,2799),(31817,'Doctor Juan Manuel Frutos',NULL,2799),(31818,'Jose Ocampos',NULL,2799),(31819,'La Pastoria',NULL,2799),(31820,'Marechal Francisco Solano Lope',NULL,2799),(31821,'Mbutuy',NULL,2799),(31822,'Nueva Londres',NULL,2799),(31823,'Raul Arsenio Oviedo',NULL,2799),(31824,'Repatriacion',NULL,2799),(31825,'San Joaquin',NULL,2799),(31826,'San Jose de los Arroyos',NULL,2799),(31827,'Simon Bolivar',NULL,2799),(31828,'Tres Corrales',NULL,2799),(31829,'Tres de Febrero',NULL,2799),(31830,'Vaqueria',NULL,2799),(31831,'Yhu',NULL,2799),(31832,'Abai',NULL,2800),(31833,'Buena Vista',NULL,2800),(31834,'Caazapa',NULL,2800),(31835,'Doctor Moises Bertoni',NULL,2800),(31836,'General Higinio Morinigo',NULL,2800),(31837,'Maciel',NULL,2800),(31838,'San Juan Nepomuceno',NULL,2800),(31839,'Tavai',NULL,2800),(31840,'Yegros',NULL,2800),(31841,'Yuty',NULL,2800),(31842,'Corpus Christi',NULL,2801),(31843,'Curuguaty',NULL,2801),(31844,'General Francisco Alvarez',NULL,2801),(31845,'Itanara',NULL,2801),(31846,'Katuete',NULL,2801),(31847,'La Paloma',NULL,2801),(31848,'Nueva Esperanza',NULL,2801),(31849,'Salto del Guaira',NULL,2801),(31850,'Ygatimi',NULL,2801),(31851,'Ypehu',NULL,2801),(31852,'Aregua',NULL,2802),(31853,'Capiata',NULL,2802),(31854,'Fernando de la Mora',NULL,2802),(31855,'Guarambare',NULL,2802),(31856,'Ita',NULL,2802),(31857,'Itaugua',NULL,2802),(31858,'Juan Augusto Saldivar',NULL,2802),(31859,'Lambare',NULL,2802),(31860,'Limpio',NULL,2802),(31861,'Luque',NULL,2802),(31862,'Nemby',NULL,2802),(31863,'Nueva Italia',NULL,2802),(31864,'San Antonio',NULL,2802),(31865,'San Lorenzo',NULL,2802),(31866,'Villa Elisa',NULL,2802),(31867,'Villeta',NULL,2802),(31868,'Ypacarai',NULL,2802),(31869,'Ypane',NULL,2802),(31870,'Belen',NULL,2803),(31871,'Concepcion',NULL,2803),(31872,'Horqueta',NULL,2803),(31873,'Loreto',NULL,2803),(31874,'San Carlos',NULL,2803),(31875,'San Lazaro',NULL,2803),(31876,'Altos',NULL,2804),(31877,'Arroyos y Esteros',NULL,2804),(31878,'Atyra',NULL,2804),(31879,'Caacupe',NULL,2804),(31880,'Caraguatay',NULL,2804),(31881,'Emboscada',NULL,2804),(31882,'Eusebio Ayala',NULL,2804),(31883,'Isla Pucu',NULL,2804),(31884,'Itacurubi de la Cordillera',NULL,2804),(31885,'Juan de Mena',NULL,2804),(31886,'Loma Grande',NULL,2804),(31887,'Mbocayty del Yhaguy',NULL,2804),(31888,'Nueva Colombia',NULL,2804),(31889,'Piribebuy',NULL,2804),(31890,'Primero de Marzo',NULL,2804),(31891,'San Bernardino',NULL,2804),(31892,'San Jose Obrero',NULL,2804),(31893,'Santa Elena',NULL,2804),(31894,'Tobati',NULL,2804),(31895,'Valenzuela',NULL,2804),(31896,'Borja',NULL,2805),(31897,'Capitan Mauricio Jose Troche',NULL,2805),(31898,'Coronel Martinez',NULL,2805),(31899,'Doctor Botrell',NULL,2805),(31900,'Felix Perez Cardozo',NULL,2805),(31901,'General Eugenio Alejandrino Ga',NULL,2805),(31902,'Independencia',NULL,2805),(31903,'Itape',NULL,2805),(31904,'Iturbe',NULL,2805),(31905,'Jose Fasardi',NULL,2805),(31906,'Mbocayaty',NULL,2805),(31907,'Natalicio Talavera',NULL,2805),(31908,'Numi',NULL,2805),(31909,'Paso Yobai',NULL,2805),(31910,'San Salvador',NULL,2805),(31911,'Villarrica',NULL,2805),(31912,'Yataity',NULL,2805),(31913,'Alto Vera',NULL,2806),(31914,'Bella Vista',NULL,2806),(31915,'Cambyreta',NULL,2806),(31916,'Capitan Meza',NULL,2806),(31917,'Capitan Miranda',NULL,2806),(31918,'Carlos Antonio Lopez',NULL,2806),(31919,'Carmen del Parana',NULL,2806),(31920,'Coronel Bogado',NULL,2806),(31921,'Edelira',NULL,2806),(31922,'Encarnacion',NULL,2806),(31923,'Fram',NULL,2806),(31924,'General Artigas',NULL,2806),(31925,'General Delgado',NULL,2806),(31926,'Hohenau',NULL,2806),(31927,'Itapua Poty',NULL,2806),(31928,'Jesus',NULL,2806),(31929,'La Paz',NULL,2806),(31930,'Leandro Oviedo',NULL,2806),(31931,'Mayor Otano',NULL,2806),(31932,'Natalio',NULL,2806),(31933,'Nueva Alborada',NULL,2806),(31934,'Obligado',NULL,2806),(31935,'Pirapo',NULL,2806),(31936,'San Cosme y Damian',NULL,2806),(31937,'San Juan del Parana',NULL,2806),(31938,'San Pedro del Parana',NULL,2806),(31939,'San Rafael del Parana',NULL,2806),(31940,'Tomas Romero Pereira',NULL,2806),(31941,'Trinidad',NULL,2806),(31942,'Yatytay',NULL,2806),(31943,'Ayolas',NULL,2807),(31944,'San Ignacio',NULL,2807),(31945,'San Juan Bautista',NULL,2807),(31946,'San Miguel',NULL,2807),(31947,'San Patricio',NULL,2807),(31948,'Santa Maria',NULL,2807),(31949,'Santa Rosa',NULL,2807),(31950,'Santiago',NULL,2807),(31951,'Villa Florida',NULL,2807),(31952,'Yabebyry',NULL,2807),(31953,'Alberdi',NULL,2808),(31954,'Cerrito',NULL,2808),(31955,'Desmochados',NULL,2808),(31956,'General Jose Eduvigis Diaz',NULL,2808),(31957,'Guazu Cua',NULL,2808),(31958,'Humaita',NULL,2808),(31959,'Isla Umbu',NULL,2808),(31960,'Laureles',NULL,2808),(31961,'Mayor Jose Dejesus Martinez',NULL,2808),(31962,'Paso de Patria',NULL,2808),(31963,'Pilar',NULL,2808),(31964,'San Juan Bautista de Neembucu',NULL,2808),(31965,'Tacuaras',NULL,2808),(31966,'Villa Franca',NULL,2808),(31967,'Villa Oliva',NULL,2808),(31968,'Villalbin',NULL,2808),(31969,'Acahay',NULL,2809),(31970,'Caapucu',NULL,2809),(31971,'Carapegua',NULL,2809),(31972,'Escobar',NULL,2809),(31973,'General Bernardino Caballero',NULL,2809),(31974,'La Colmena',NULL,2809),(31975,'Mbuyapey',NULL,2809),(31976,'Paraguari',NULL,2809),(31977,'Pirayu',NULL,2809),(31978,'Quiindy',NULL,2809),(31979,'Quyquyho',NULL,2809),(31980,'San Roque Gonzalez de Santa Cr',NULL,2809),(31981,'Sapucai',NULL,2809),(31982,'Tebicuarymi',NULL,2809),(31983,'Yaguaron',NULL,2809),(31984,'Ybycui',NULL,2809),(31985,'Ybytimi',NULL,2809),(31986,'Bagua Grande',NULL,2812),(31987,'Cajaruro',NULL,2812),(31988,'Chachapoyas',NULL,2812),(31989,'Jazan',NULL,2812),(31990,'La Peca',NULL,2812),(31991,'Ancash',NULL,2813),(31992,'Caraz',NULL,2813),(31993,'Carhuaz',NULL,2813),(31994,'Casma',NULL,2813),(31995,'Chimbote',NULL,2813),(31996,'Choishco',NULL,2813),(31997,'Huallanca',NULL,2813),(31998,'Huaraz',NULL,2813),(31999,'Huari',NULL,2813),(32000,'Huarmey',NULL,2813),(32001,'Pomabamba',NULL,2813),(32002,'Santa',NULL,2813),(32003,'Yungay',NULL,2813),(32004,'Abancay',NULL,2814),(32005,'Andahuaylas',NULL,2814),(32006,'San Jeronimo',NULL,2814),(32007,'Talavera',NULL,2814),(32008,'Acari',NULL,2815),(32009,'Arequipa',NULL,2815),(32010,'Camana',NULL,2815),(32011,'Chivay',NULL,2815),(32012,'Cocachacra',NULL,2815),(32013,'Dean Valdivia',NULL,2815),(32014,'Lluta',NULL,2815),(32015,'Mollendo',NULL,2815),(32016,'Nicolas de Pierola',NULL,2815),(32017,'Orcopampa',NULL,2815),(32018,'Punta de Bombon',NULL,2815),(32019,'Rio Grande',NULL,2815),(32020,'Yura',NULL,2815),(32021,'Ayacucho',NULL,2816),(32022,'Ayna',NULL,2816),(32023,'Coracora',NULL,2816),(32024,'Huanta',NULL,2816),(32025,'Puquio',NULL,2816),(32026,'San Miguel',NULL,2816),(32027,'Santa Rosa',NULL,2816),(32028,'Silvia',NULL,2816),(32029,'Tambo',NULL,2816),(32030,'Bambamarca',NULL,2817),(32031,'Bellavista',NULL,2817),(32032,'Cajabamba',NULL,2817),(32033,'Cajamarca',NULL,2817),(32034,'Celendin',NULL,2817),(32035,'Chota',NULL,2817),(32036,'Cutervo',NULL,2817),(32037,'Jaen',NULL,2817),(32038,'Pedro Galvez',NULL,2817),(32039,'Pucara',NULL,2817),(32040,'San Ignacio',NULL,2817),(32041,'Santa Cruz',NULL,2817),(32042,'Yonan',NULL,2817),(32043,'Anta',NULL,2818),(32044,'Calca',NULL,2818),(32045,'Cusco',NULL,2818),(32046,'Espinar',NULL,2818),(32047,'Oropesa',NULL,2818),(32048,'Quillabamba',NULL,2818),(32049,'Santa Ana',NULL,2818),(32050,'Santo Tomas',NULL,2818),(32051,'Sicuani',NULL,2818),(32052,'Urcos',NULL,2818),(32053,'Urubamba',NULL,2818),(32054,'Huancavelica',NULL,2819),(32055,'Lircay',NULL,2819),(32056,'Pampas',NULL,2819),(32057,'Ambos',NULL,2820),(32058,'Huanuco',NULL,2820),(32059,'Jose Crespo y Castillo',NULL,2820),(32060,'La Union',NULL,2820),(32061,'Llata',NULL,2820),(32062,'Rupa-Rupa',NULL,2820),(32063,'San Miguel de Cauri',NULL,2820),(32064,'Tingo Maria',NULL,2820),(32065,'Chincha Alta',NULL,2821),(32066,'Ica',NULL,2821),(32067,'Los Aquijes',NULL,2821),(32068,'Marcona',NULL,2821),(32069,'Nazca',NULL,2821),(32070,'Pachacutec',NULL,2821),(32071,'Palpa',NULL,2821),(32072,'Pisco',NULL,2821),(32073,'Salas',NULL,2821),(32074,'San Andres',NULL,2821),(32075,'San Clemente',NULL,2821),(32076,'San Juan Bautista',NULL,2821),(32077,'Santiago',NULL,2821),(32078,'Subtanjalla',NULL,2821),(32079,'Tupac Amaru Inca',NULL,2821),(32080,'Vista Alegre',NULL,2821),(32081,'Acobamba',NULL,2822),(32082,'Acolla',NULL,2822),(32083,'Carhuamayo',NULL,2822),(32084,'Chanchamayo',NULL,2822),(32085,'Chupaca',NULL,2822),(32086,'Concepcion',NULL,2822),(32087,'Huancayo',NULL,2822),(32088,'Huasahuasi',NULL,2822),(32089,'Huayucachi',NULL,2822),(32090,'Jauja',NULL,2822),(32091,'Junin',NULL,2822),(32092,'La Oroya',NULL,2822),(32093,'Mazamari',NULL,2822),(32094,'Morococha',NULL,2822),(32095,'Orcotuna',NULL,2822),(32096,'Pangoa',NULL,2822),(32097,'Perene',NULL,2822),(32098,'Pichanaqui',NULL,2822),(32099,'Pilcomayo',NULL,2822),(32100,'San Agustin',NULL,2822),(32101,'San Jeronimo de Tunan',NULL,2822),(32102,'San Pedro de Cajas',NULL,2822),(32103,'San Ramon',NULL,2822),(32104,'Santa Rosa de Saco',NULL,2822),(32105,'Satipo',NULL,2822),(32106,'Sicaya',NULL,2822),(32107,'Tarma',NULL,2822),(32108,'Yauli',NULL,2822),(32109,'Yauya',NULL,2822),(32110,'Chiclayo',NULL,2824),(32111,'Chongoyape',NULL,2824),(32112,'Eten',NULL,2824),(32113,'Ferrenafe',NULL,2824),(32114,'Illimo',NULL,2824),(32115,'Jayanca',NULL,2824),(32116,'Lagunas',NULL,2824),(32117,'Lambayeque',NULL,2824),(32118,'Manuel Mesones Muro',NULL,2824),(32119,'Mochumi',NULL,2824),(32120,'Monsefu',NULL,2824),(32121,'Morrope',NULL,2824),(32122,'Motupe',NULL,2824),(32123,'Olmos',NULL,2824),(32124,'Oyotun',NULL,2824),(32125,'Picsi',NULL,2824),(32126,'Pimentel',NULL,2824),(32127,'Pueblo Nuevo',NULL,2824),(32128,'Reque',NULL,2824),(32129,'San Jose',NULL,2824),(32130,'Sana',NULL,2824),(32131,'Santa Rosa',NULL,2824),(32132,'Tucume',NULL,2824),(32133,'Barranca',NULL,2826),(32134,'Contamana',NULL,2826),(32135,'Fernando Lores',NULL,2826),(32136,'Iquitos',NULL,2826),(32137,'Lagunas',NULL,2826),(32138,'Nauta',NULL,2826),(32139,'Paucarpata',NULL,2826),(32140,'Ramon Castilla',NULL,2826),(32141,'Requena',NULL,2826),(32142,'Saquena',NULL,2826),(32143,'Vargas Guerra',NULL,2826),(32144,'Yurimaguas',NULL,2826),(32145,'Ilo',NULL,2828),(32146,'Moquegua',NULL,2828),(32147,'Pacocha',NULL,2828),(32148,'Torata',NULL,2828),(32149,'Cerro de Pasco',NULL,2829),(32150,'Chaupimarca',NULL,2829),(32151,'Oxapampa',NULL,2829),(32152,'Paucartambo',NULL,2829),(32153,'Simon Bolivar',NULL,2829),(32154,'Tinyahuarco',NULL,2829),(32155,'Villa Rica',NULL,2829),(32156,'Yanacancha',NULL,2829),(32157,'Yanahuanca',NULL,2829),(32158,'Ayabaca',NULL,2830),(32159,'Bernal',NULL,2830),(32160,'Buenos Aires',NULL,2830),(32161,'Catacaos',NULL,2830),(32162,'Chulucanas',NULL,2830),(32163,'Colan',NULL,2830),(32164,'Cura Mori',NULL,2830),(32165,'El Alto',NULL,2830),(32166,'Huancabamba',NULL,2830),(32167,'Ignacio Escudero',NULL,2830),(32168,'La Arena',NULL,2830),(32169,'La Brea',NULL,2830),(32170,'La Huaca',NULL,2830),(32171,'La Matanza',NULL,2830),(32172,'La Union',NULL,2830),(32173,'Las Lomas',NULL,2830),(32174,'Los Organos',NULL,2830),(32175,'Mancora',NULL,2830),(32176,'Marcavelica',NULL,2830),(32177,'Morropon',NULL,2830),(32178,'Paita',NULL,2830),(32179,'Piura',NULL,2830),(32180,'Querecotillo',NULL,2830),(32181,'Salitral',NULL,2830),(32182,'San Juan de Bigote',NULL,2830),(32183,'Sechura',NULL,2830),(32184,'Sullana',NULL,2830),(32185,'Talara',NULL,2830),(32186,'Tamarindo',NULL,2830),(32187,'Tambo Grande',NULL,2830),(32188,'Vice',NULL,2830),(32189,'Vichayal',NULL,2830),(32190,'Ayaviri',NULL,2831),(32191,'Azangaro',NULL,2831),(32192,'Desaguadero',NULL,2831),(32193,'Huancane',NULL,2831),(32194,'Ilave',NULL,2831),(32195,'Juli',NULL,2831),(32196,'Juliaca',NULL,2831),(32197,'Lampa',NULL,2831),(32198,'Macusani',NULL,2831),(32199,'Nunoa',NULL,2831),(32200,'Puno',NULL,2831),(32201,'Putina',NULL,2831),(32202,'Santa Lucia',NULL,2831),(32203,'Yanahuara',NULL,2831),(32204,'Yunguyo',NULL,2831),(32205,'Ilabaya',NULL,2833),(32206,'Tacna',NULL,2833),(32207,'Tarata',NULL,2833),(32208,'Aguas Verdes',NULL,2834),(32209,'Corrales',NULL,2834),(32210,'La Cruz',NULL,2834),(32211,'Papayal',NULL,2834),(32212,'San Jacinto',NULL,2834),(32213,'Tumbes',NULL,2834),(32214,'Zarumilla',NULL,2834),(32215,'Zorritos',NULL,2834),(32216,'Campoverde',NULL,2835),(32217,'Padre Abad',NULL,2835),(32218,'Pucallpa',NULL,2835),(32219,'Raymondi',NULL,2835),(32220,'San Juan',NULL,2836),(32221,'Albay',NULL,2837),(32222,'Daet',NULL,2837),(32223,'Iriga',NULL,2837),(32224,'Legaspi',NULL,2837),(32225,'Naga',NULL,2837),(32226,'Sorsogon',NULL,2837),(32227,'Bulacan',NULL,2838),(32228,'Marilao',NULL,2838),(32229,'Cagayan de Oro',NULL,2839),(32230,'Santiago',NULL,2839),(32231,'Solano',NULL,2839),(32232,'Tuguegarao',NULL,2839),(32233,'Bislig',NULL,2840),(32234,'Butuan',NULL,2840),(32235,'Surigao',NULL,2840),(32236,'Baguio',NULL,2844),(32237,'Bangued',NULL,2844),(32238,'Davao',NULL,2845),(32239,'Dagupan',NULL,2848),(32240,'Laoag',NULL,2848),(32241,'Manaoag',NULL,2848),(32242,'Mangaldan',NULL,2848),(32243,'San Fernando',NULL,2848),(32244,'Urdaneta',NULL,2848),(32245,'Vigan',NULL,2848),(32246,'Binan',NULL,2849),(32247,'Laguna',NULL,2849),(32248,'Pangil',NULL,2849),(32249,'San Pedro',NULL,2849),(32250,'Manila',NULL,2850),(32251,'Marikina',NULL,2850),(32252,'Mactan',NULL,2851),(32253,'Fabryczna',NULL,2861),(32254,'Bielawa',NULL,2862),(32255,'Bogatynia',NULL,2862),(32256,'Boguszow-Gorce',NULL,2862),(32257,'Boleslawiec',NULL,2862),(32258,'Brzeg Dolny',NULL,2862),(32259,'Bystrzyca Klodzka',NULL,2862),(32260,'Chojnow',NULL,2862),(32261,'Dzierzoniow',NULL,2862),(32262,'Glogow',NULL,2862),(32263,'Gora',NULL,2862),(32264,'Jawor',NULL,2862),(32265,'Jelcz-Laskowice',NULL,2862),(32266,'Jelenia Gora',NULL,2862),(32267,'Kamienna Gora',NULL,2862),(32268,'Klodzko',NULL,2862),(32269,'Kowary',NULL,2862),(32270,'Kudowa-Zdroj',NULL,2862),(32271,'Legnica',NULL,2862),(32272,'Luban',NULL,2862),(32273,'Lubin',NULL,2862),(32274,'Lwowek Slaski',NULL,2862),(32275,'Milicz',NULL,2862),(32276,'Nowa Ruda',NULL,2862),(32277,'Olawa',NULL,2862),(32278,'Olesnica',NULL,2862),(32279,'Piechowice',NULL,2862),(32280,'Pieszyce',NULL,2862),(32281,'Polkowice',NULL,2862),(32282,'Strzegom',NULL,2862),(32283,'Strzelin',NULL,2862),(32284,'Swidnica',NULL,2862),(32285,'Swiebodzice',NULL,2862),(32286,'Sycow',NULL,2862),(32287,'Trzebnica',NULL,2862),(32288,'Walbrzych',NULL,2862),(32289,'Wolow',NULL,2862),(32290,'Wroclaw',NULL,2862),(32291,'Zabkowice Slaskie',NULL,2862),(32292,'Zgorzelec',NULL,2862),(32293,'Ziebice',NULL,2862),(32294,'Zlotoryja',NULL,2862),(32295,'Hopowo',NULL,2864),(32296,'Chwaszczyno',NULL,2865),(32297,'Smigiel',NULL,2866),(32298,'Jerzmanowice',NULL,2867),(32299,'Zabierzow',NULL,2867),(32300,'Aleksandrow Kujawski',NULL,2868),(32301,'Brodnica',NULL,2868),(32302,'Bydgoszcz',NULL,2868),(32303,'Chelmno',NULL,2868),(32304,'Chelmza',NULL,2868),(32305,'Ciechocinek',NULL,2868),(32306,'Golub-Dobrzyn',NULL,2868),(32307,'Grudziadz',NULL,2868),(32308,'Inowroclaw',NULL,2868),(32309,'Janikowo',NULL,2868),(32310,'Koronowo',NULL,2868),(32311,'Kruszwica',NULL,2868),(32312,'Lipno',NULL,2868),(32313,'Mogilno',NULL,2868),(32314,'Naklo nad Notecia',NULL,2868),(32315,'Radziejow',NULL,2868),(32316,'Rypin',NULL,2868),(32317,'Sepolno Krajenskie',NULL,2868),(32318,'Solec Kujawski',NULL,2868),(32319,'Swiecie',NULL,2868),(32320,'Szubin',NULL,2868),(32321,'Torun',NULL,2868),(32322,'Tuchola',NULL,2868),(32323,'Wabrzezno',NULL,2868),(32324,'Wloclawek',NULL,2868),(32325,'Znin',NULL,2868),(32326,'Aleksandrow Lodzki',NULL,2869),(32327,'Belchatow',NULL,2869),(32328,'Bratoszewice',NULL,2869),(32329,'Brzeziny',NULL,2869),(32330,'Glowno',NULL,2869),(32331,'Koluszki',NULL,2869),(32332,'Konstantynow Lodzki',NULL,2869),(32333,'Kutno',NULL,2869),(32334,'Lask',NULL,2869),(32335,'Leczyca',NULL,2869),(32336,'Lodz',NULL,2869),(32337,'Lowicz',NULL,2869),(32338,'Opoczno',NULL,2869),(32339,'Ozorkow',NULL,2869),(32340,'Pabianice',NULL,2869),(32341,'Piotrkow Trybunalski',NULL,2869),(32342,'Radomsko',NULL,2869),(32343,'Rawa Mazowiecka',NULL,2869),(32344,'Sieradz',NULL,2869),(32345,'Skierniewice',NULL,2869),(32346,'Tomaszow Mazowiecki',NULL,2869),(32347,'Tuszyn',NULL,2869),(32348,'Wielun',NULL,2869),(32349,'Zdunska Wola',NULL,2869),(32350,'Zgierz',NULL,2869),(32351,'Zychlin',NULL,2869),(32352,'Biala Podlaska',NULL,2870),(32353,'Bilgoraj',NULL,2870),(32354,'Chelm',NULL,2870),(32355,'Deblin',NULL,2870),(32356,'Hrubieszow',NULL,2870),(32357,'Janow Lubelski',NULL,2870),(32358,'Krasnik',NULL,2870),(32359,'Krasnystaw',NULL,2870),(32360,'Leczna',NULL,2870),(32361,'Lubartow',NULL,2870),(32362,'Lublin',NULL,2870),(32363,'Lukow',NULL,2870),(32364,'Miedzyrzec Podlaski',NULL,2870),(32365,'Opole Lubelskie',NULL,2870),(32366,'Parczew',NULL,2870),(32367,'Poniatowa',NULL,2870),(32368,'Pulawy',NULL,2870),(32369,'Radzyn Podlaski',NULL,2870),(32370,'Ryki',NULL,2870),(32371,'Swidnik',NULL,2870),(32372,'Tomaszow Lubelski',NULL,2870),(32373,'Wlodawa',NULL,2870),(32374,'Zamosc',NULL,2870),(32375,'Drezdenko',NULL,2871),(32376,'Gorzow Wielkopolski',NULL,2871),(32377,'Gubin',NULL,2871),(32378,'Kostrzyn',NULL,2871),(32379,'Kozuchow',NULL,2871),(32380,'Krosno Odrzanskie',NULL,2871),(32381,'Lubsko',NULL,2871),(32382,'Miedzyrzecz',NULL,2871),(32383,'Nowa Sol',NULL,2871),(32384,'Skwierzyna',NULL,2871),(32385,'Slubice',NULL,2871),(32386,'Strzelce Krajenskie',NULL,2871),(32387,'Sulechow',NULL,2871),(32388,'Sulecin',NULL,2871),(32389,'Swiebodzin',NULL,2871),(32390,'Szprotawa',NULL,2871),(32391,'Wschowa',NULL,2871),(32392,'Zagan',NULL,2871),(32393,'Zary',NULL,2871),(32394,'Zielona Gora',NULL,2871),(32395,'Malomice',NULL,2872),(32396,'Andrychow',NULL,2873),(32397,'Bochnia',NULL,2873),(32398,'Brzesko',NULL,2873),(32399,'Brzeszcze',NULL,2873),(32400,'Bukowno',NULL,2873),(32401,'Chelmek',NULL,2873),(32402,'Chrzanow',NULL,2873),(32403,'Dabrowa Tarnowska',NULL,2873),(32404,'Gorlice',NULL,2873),(32405,'Kety',NULL,2873),(32406,'Krakow',NULL,2873),(32407,'Krynica',NULL,2873),(32408,'Krzeszowice',NULL,2873),(32409,'Libiaz',NULL,2873),(32410,'Limanowa',NULL,2873),(32411,'Miechow',NULL,2873),(32412,'Myslenice',NULL,2873),(32413,'Nowy Sacz',NULL,2873),(32414,'Nowy Targ',NULL,2873),(32415,'Olkusz',NULL,2873),(32416,'Oswiecim',NULL,2873),(32417,'Poronin',NULL,2873),(32418,'Rabka',NULL,2873),(32419,'Skawina',NULL,2873),(32420,'Stary Sacz',NULL,2873),(32421,'Sucha Beskidzka',NULL,2873),(32422,'Tarnow',NULL,2873),(32423,'Trzebinia',NULL,2873),(32424,'Wadowice',NULL,2873),(32425,'Wieliczka',NULL,2873),(32426,'Wolbrom',NULL,2873),(32427,'Zakopane',NULL,2873),(32428,'Blonie',NULL,2874),(32429,'Brwinow',NULL,2874),(32430,'Ciechanow',NULL,2874),(32431,'Garwolin',NULL,2874),(32432,'Gora Kalwaria',NULL,2874),(32433,'Gostynin',NULL,2874),(32434,'Grodzisk Mazowiecki',NULL,2874),(32435,'Grojec',NULL,2874),(32436,'Jozefow',NULL,2874),(32437,'Karczew',NULL,2874),(32438,'Kobylka',NULL,2874),(32439,'Konstancin-Jeziorna',NULL,2874),(32440,'Kozienice',NULL,2874),(32441,'Legionowo',NULL,2874),(32442,'Lomianki',NULL,2874),(32443,'Makow Mazowiecki',NULL,2874),(32444,'Marki',NULL,2874),(32445,'Milanowek',NULL,2874),(32446,'Minsk Mazowiecki',NULL,2874),(32447,'Mlawa',NULL,2874),(32448,'Nowy Dwor Mazowiecki',NULL,2874),(32449,'Ostroleka',NULL,2874),(32450,'Ostrow Mazowiecka',NULL,2874),(32451,'Otwock',NULL,2874),(32452,'Piaseczno',NULL,2874),(32453,'Piastow',NULL,2874),(32454,'Pionki',NULL,2874),(32455,'Plock',NULL,2874),(32456,'Plonsk',NULL,2874),(32457,'Pruszkow',NULL,2874),(32458,'Przasnysz',NULL,2874),(32459,'Pultusk',NULL,2874),(32460,'Radom',NULL,2874),(32461,'Siedlce',NULL,2874),(32462,'Sierpc',NULL,2874),(32463,'Sochaczew',NULL,2874),(32464,'Sokolow Podlaski',NULL,2874),(32465,'Sulejowek',NULL,2874),(32466,'Szydlowiec',NULL,2874),(32467,'Warka',NULL,2874),(32468,'Warszawa',NULL,2874),(32469,'Wegrow',NULL,2874),(32470,'Wesola',NULL,2874),(32471,'Wolomin',NULL,2874),(32472,'Wyszkow',NULL,2874),(32473,'Zabki',NULL,2874),(32474,'Zielonka',NULL,2874),(32475,'Zyrardow',NULL,2874),(32476,'Dlugoteka',NULL,2875),(32477,'Brzeg',NULL,2876),(32478,'Glubczyce',NULL,2876),(32479,'Glucholazy',NULL,2876),(32480,'Grodkow',NULL,2876),(32481,'Kedzierzyn-Kozle',NULL,2876),(32482,'Kluczbork',NULL,2876),(32483,'Krapkowice',NULL,2876),(32484,'Namyslow',NULL,2876),(32485,'Niemodlin',NULL,2876),(32486,'Nysa',NULL,2876),(32487,'Olesno',NULL,2876),(32488,'Opole',NULL,2876),(32489,'Ozimek',NULL,2876),(32490,'Prudnik',NULL,2876),(32491,'Strzelce Opolskie',NULL,2876),(32492,'Zawadzkie',NULL,2876),(32493,'Zdzieszowice',NULL,2876),(32494,'Cmielow',NULL,2877),(32495,'Debica',NULL,2878),(32496,'Jaroslaw',NULL,2878),(32497,'Jaslo',NULL,2878),(32498,'Krosno',NULL,2878),(32499,'Lancut',NULL,2878),(32500,'Lezajsk',NULL,2878),(32501,'Lubaczow',NULL,2878),(32502,'Mielec',NULL,2878),(32503,'Nisko',NULL,2878),(32504,'Nowa Deba',NULL,2878),(32505,'Przemysl',NULL,2878),(32506,'Przeworsk',NULL,2878),(32507,'Ropczyce',NULL,2878),(32508,'Rzeszow',NULL,2878),(32509,'Sanok',NULL,2878),(32510,'Stalowa Wola',NULL,2878),(32511,'Tarnobrzeg',NULL,2878),(32512,'Ustrzyki Dolne',NULL,2878),(32513,'Augustow',NULL,2879),(32514,'Bialystok',NULL,2879),(32515,'Bielsk Podlaski',NULL,2879),(32516,'Czarna Bialostocka',NULL,2879),(32517,'Grajewo',NULL,2879),(32518,'Hajnowka',NULL,2879),(32519,'Kolno',NULL,2879),(32520,'Lapy',NULL,2879),(32521,'Lomza',NULL,2879),(32522,'Monki',NULL,2879),(32523,'Siemiatycze',NULL,2879),(32524,'Sokolka',NULL,2879),(32525,'Suwalki',NULL,2879),(32526,'Wysokie Mazowieckie',NULL,2879),(32527,'Zambrow',NULL,2879),(32528,'Bogumilowice',NULL,2880),(32529,'Bytow',NULL,2881),(32530,'Chojnice',NULL,2881),(32531,'Czersk',NULL,2881),(32532,'Czluchow',NULL,2881),(32533,'Gdansk',NULL,2881),(32534,'Gdynia',NULL,2881),(32535,'Kartuzy',NULL,2881),(32536,'Koscierzyna',NULL,2881),(32537,'Kwidzyn',NULL,2881),(32538,'Lebork',NULL,2881),(32539,'Malbork',NULL,2881),(32540,'Miastko',NULL,2881),(32541,'Nowy Dwor Gdanski',NULL,2881),(32542,'Pruszcz Gdanski',NULL,2881),(32543,'Puck',NULL,2881),(32544,'Reda',NULL,2881),(32545,'Rumia',NULL,2881),(32546,'Slupsk',NULL,2881),(32547,'Sopot',NULL,2881),(32548,'Starogard Gdanski',NULL,2881),(32549,'Sztum',NULL,2881),(32550,'Tczew',NULL,2881),(32551,'Ustka',NULL,2881),(32552,'Wejherowo',NULL,2881),(32553,'Wladyslawowo',NULL,2881),(32554,'Komorniki',NULL,2882),(32555,'Steszew',NULL,2882),(32556,'Raszyn',NULL,2883),(32557,'Rymanowska',NULL,2884),(32558,'Glogow Malopolski',NULL,2885),(32559,'Bedzin',NULL,2886),(32560,'Bielsko-Biala',NULL,2886),(32561,'Bierun',NULL,2886),(32562,'Blachowania',NULL,2886),(32563,'Bytom',NULL,2886),(32564,'Chorzow',NULL,2886),(32565,'Cieszyn',NULL,2886),(32566,'Czechowice-Dziedzice',NULL,2886),(32567,'Czeladz',NULL,2886),(32568,'Czerwionka-Leszczyny',NULL,2886),(32569,'Czestochowa',NULL,2886),(32570,'Dabrowa Gornicza',NULL,2886),(32571,'Gliwice',NULL,2886),(32572,'Jastrzebie-Zdroj',NULL,2886),(32573,'Jaworzno',NULL,2886),(32574,'Kalety',NULL,2886),(32575,'Katowice',NULL,2886),(32576,'Klobuck',NULL,2886),(32577,'Knurow',NULL,2886),(32578,'Laziska Gorne',NULL,2886),(32579,'Ledziny',NULL,2886),(32580,'Lubliniec',NULL,2886),(32581,'Mikolow',NULL,2886),(32582,'Myslowice',NULL,2886),(32583,'Myszkow',NULL,2886),(32584,'Orzesze',NULL,2886),(32585,'Piekary Slaskie',NULL,2886),(32586,'Poreba',NULL,2886),(32587,'Pszczyna',NULL,2886),(32588,'Pszow',NULL,2886),(32589,'Pyskowice',NULL,2886),(32590,'Raciborz',NULL,2886),(32591,'Radlin',NULL,2886),(32592,'Radzionkow',NULL,2886),(32593,'Ruda Slaska',NULL,2886),(32594,'Rybnik',NULL,2886),(32595,'Rydultowy',NULL,2886),(32596,'Siemianowice Slaskie',NULL,2886),(32597,'Skoczow',NULL,2886),(32598,'Sosnowiec',NULL,2886),(32599,'Swietochlowice',NULL,2886),(32600,'Tarnowskie Gory',NULL,2886),(32601,'Tychy',NULL,2886),(32602,'Ustron',NULL,2886),(32603,'Wisla',NULL,2886),(32604,'Wodzislaw Slaski',NULL,2886),(32605,'Wojkowice',NULL,2886),(32606,'Zabrze',NULL,2886),(32607,'Zawiercie',NULL,2886),(32608,'Zory',NULL,2886),(32609,'Zywiec',NULL,2886),(32610,'Busko-Zdroj',NULL,2888),(32611,'Jedrzejow',NULL,2888),(32612,'Kielce',NULL,2888),(32613,'Konskie',NULL,2888),(32614,'Ostrowiec Swietokrzyski',NULL,2888),(32615,'Pinczow',NULL,2888),(32616,'Polaniec',NULL,2888),(32617,'Sandomierz',NULL,2888),(32618,'Skarzysko-Kamienna',NULL,2888),(32619,'Starachowice',NULL,2888),(32620,'Staszow',NULL,2888),(32621,'Suchedniow',NULL,2888),(32622,'Wloszczowa',NULL,2888),(32623,'Bartoszyce',NULL,2889),(32624,'Biskupiec',NULL,2889),(32625,'Braniewo',NULL,2889),(32626,'Dobre Miasto',NULL,2889),(32627,'Dzialdowo',NULL,2889),(32628,'Elblag',NULL,2889),(32629,'Elk',NULL,2889),(32630,'Gizycko',NULL,2889),(32631,'Goldap',NULL,2889),(32632,'Ilawa',NULL,2889),(32633,'Ketrzyn',NULL,2889),(32634,'Lidzbark Warminski',NULL,2889),(32635,'Lubawa',NULL,2889),(32636,'Morag',NULL,2889),(32637,'Mragowo',NULL,2889),(32638,'Nidzica',NULL,2889),(32639,'Nowe Miasto Lubawskie',NULL,2889),(32640,'Olecko',NULL,2889),(32641,'Olsztyn',NULL,2889),(32642,'Orneta',NULL,2889),(32643,'Ostroda',NULL,2889),(32644,'Paslek',NULL,2889),(32645,'Pisz',NULL,2889),(32646,'Szczytno',NULL,2889),(32647,'Wegorzewo',NULL,2889),(32648,'Nadarzyn',NULL,2890),(32649,'Szemud',NULL,2890),(32650,'Warsaw',NULL,2890),(32651,'Goscicino',NULL,2891),(32652,'Chodziez',NULL,2892),(32653,'Czarnkow',NULL,2892),(32654,'Gniezno',NULL,2892),(32655,'Gostyn',NULL,2892),(32656,'Grodzisk Wielkopolski',NULL,2892),(32657,'Jarocin',NULL,2892),(32658,'Kalisz',NULL,2892),(32659,'Kepno',NULL,2892),(32660,'Kolo',NULL,2892),(32661,'Konin',NULL,2892),(32662,'Koscian',NULL,2892),(32663,'Krotoszyn',NULL,2892),(32664,'Leszno',NULL,2892),(32665,'Lubon',NULL,2892),(32666,'Miedzychod',NULL,2892),(32667,'Mosina',NULL,2892),(32668,'Murowana Goslina',NULL,2892),(32669,'Nowy Tomysl',NULL,2892),(32670,'Oborniki',NULL,2892),(32671,'Opalenica',NULL,2892),(32672,'Ostrow Wielkopolski',NULL,2892),(32673,'Ostrzeszow',NULL,2892),(32674,'Pila',NULL,2892),(32675,'Pleszew',NULL,2892),(32676,'Poznan',NULL,2892),(32677,'Rawicz',NULL,2892),(32678,'Rogozno',NULL,2892),(32679,'Slupca',NULL,2892),(32680,'Srem',NULL,2892),(32681,'Sroda Wielkopolska',NULL,2892),(32682,'Swarzedz',NULL,2892),(32683,'Szamotuly',NULL,2892),(32684,'Trzcianka',NULL,2892),(32685,'Tuliszkow',NULL,2892),(32686,'Turek',NULL,2892),(32687,'Wagrowiec',NULL,2892),(32688,'Wolsztyn',NULL,2892),(32689,'Wronki',NULL,2892),(32690,'Wrzesnia',NULL,2892),(32691,'Zlotow',NULL,2892),(32692,'Borowa',NULL,2893),(32693,'Barlinek',NULL,2894),(32694,'Bialogard',NULL,2894),(32695,'Choszczno',NULL,2894),(32696,'Darlowo',NULL,2894),(32697,'Debno',NULL,2894),(32698,'Drawsko Pomorskie',NULL,2894),(32699,'Goleniow',NULL,2894),(32700,'Gryfice',NULL,2894),(32701,'Gryfino',NULL,2894),(32702,'Kamien Pomorski',NULL,2894),(32703,'Kolobrzeg',NULL,2894),(32704,'Koszalin',NULL,2894),(32705,'Lobez',NULL,2894),(32706,'Mysliborz',NULL,2894),(32707,'Nowogard',NULL,2894),(32708,'Polczyn-Zdroj',NULL,2894),(32709,'Police',NULL,2894),(32710,'Pyrzyce',NULL,2894),(32711,'Slawno',NULL,2894),(32712,'Stargard Szczecinski',NULL,2894),(32713,'Swidwin',NULL,2894),(32714,'Swinoujscie',NULL,2894),(32715,'Szczecin',NULL,2894),(32716,'Szczecinek',NULL,2894),(32717,'Trzebiatow',NULL,2894),(32718,'Walcz',NULL,2894),(32719,'Zlocieniec',NULL,2894),(32720,'Zukowskie',NULL,2895),(32721,'Tramagal',NULL,2896),(32722,'Angra',NULL,2897),(32723,'Arrifes',NULL,2897),(32724,'Faja de Baixo',NULL,2897),(32725,'Horta',NULL,2897),(32726,'Lagoa',NULL,2897),(32727,'Ponta Delgada',NULL,2897),(32728,'Praia da Vitoria',NULL,2897),(32729,'Rabo de Peixe',NULL,2897),(32730,'Ribeira Grande',NULL,2897),(32731,'Rosto do Cao',NULL,2897),(32732,'Vila Franca do Campo',NULL,2897),(32733,'Alcacer do Sal',NULL,2898),(32734,'Aljustrel',NULL,2898),(32735,'Beja',NULL,2898),(32736,'Borba',NULL,2898),(32737,'Caia e Sao Pedro',NULL,2898),(32738,'Campo Maior',NULL,2898),(32739,'Castro Verde',NULL,2898),(32740,'Cercal',NULL,2898),(32741,'Elvas',NULL,2898),(32742,'Estremoz',NULL,2898),(32743,'Evora',NULL,2898),(32744,'Ferreira do Alentejo',NULL,2898),(32745,'Grandola',NULL,2898),(32746,'Montemor-o-Novo',NULL,2898),(32747,'Moura',NULL,2898),(32748,'Odemira',NULL,2898),(32749,'Ponte de Sor',NULL,2898),(32750,'Portalegre',NULL,2898),(32751,'Redondo',NULL,2898),(32752,'Reguengos de Monsaraz',NULL,2898),(32753,'Santiago do Cacem',NULL,2898),(32754,'Santo Andre',NULL,2898),(32755,'Sao Teotonio',NULL,2898),(32756,'Serpa',NULL,2898),(32757,'Sines',NULL,2898),(32758,'Vendas Novas',NULL,2898),(32759,'Vila Nova de Milfontes',NULL,2898),(32760,'Vila Vicosa',NULL,2898),(32761,'Albufeira',NULL,2899),(32762,'Aljezur',NULL,2899),(32763,'Almancil',NULL,2899),(32764,'Alvor',NULL,2899),(32765,'Armacao de Pera',NULL,2899),(32766,'Boliqueime',NULL,2899),(32767,'Castro Marim',NULL,2899),(32768,'Estombar',NULL,2899),(32769,'Faro',NULL,2899),(32770,'Ferreiras',NULL,2899),(32771,'Guia',NULL,2899),(32772,'Lagoa',NULL,2899),(32773,'Lagos',NULL,2899),(32774,'Loule',NULL,2899),(32775,'Luz',NULL,2899),(32776,'Moncarapacho',NULL,2899),(32777,'Monchique',NULL,2899),(32778,'Monte Gordo',NULL,2899),(32779,'Montenegro',NULL,2899),(32780,'Olhao',NULL,2899),(32781,'Portimao',NULL,2899),(32782,'Quarteira',NULL,2899),(32783,'Santa Barbara de Nexe',NULL,2899),(32784,'Sao Bartolomeu de Messines',NULL,2899),(32785,'Sao Bras de Alportel',NULL,2899),(32786,'Silves',NULL,2899),(32787,'Tavira',NULL,2899),(32788,'Vila Real de Santo Antonio',NULL,2899),(32789,'Fafe',NULL,2900),(32790,'Forjaes',NULL,2900),(32791,'Vianna do Castello',NULL,2900),(32792,'Abraveses',NULL,2901),(32793,'Aguada de Cima',NULL,2901),(32794,'Agueda',NULL,2901),(32795,'Albergaria-A-Velha',NULL,2901),(32796,'Alcains',NULL,2901),(32797,'Alhadas',NULL,2901),(32798,'Amor',NULL,2901),(32799,'Aradas',NULL,2901),(32800,'Arazede',NULL,2901),(32801,'Arcos',NULL,2901),(32802,'Arganil',NULL,2901),(32803,'Avanca',NULL,2901),(32804,'Aveiro',NULL,2901),(32805,'Batalha',NULL,2901),(32806,'Beduido',NULL,2901),(32807,'Branca',NULL,2901),(32808,'Buarcos',NULL,2901),(32809,'Campo',NULL,2901),(32810,'Cantanhede',NULL,2901),(32811,'Caranguejeira',NULL,2901),(32812,'Castanheira de Pera',NULL,2901),(32813,'Castelo Branco',NULL,2901),(32814,'Castro Daire',NULL,2901),(32815,'Coimbra',NULL,2901),(32816,'Condeixa-A-Nova',NULL,2901),(32817,'Cortegaca',NULL,2901),(32818,'Covilha',NULL,2901),(32819,'Eixo',NULL,2901),(32820,'Esmoriz',NULL,2901),(32821,'Figueira da Foz',NULL,2901),(32822,'Fundao',NULL,2901),(32823,'Gafanha da Encarnacao',NULL,2901),(32824,'Gafanha da Nazare',NULL,2901),(32825,'Guarda',NULL,2901),(32826,'Ilhavo',NULL,2901),(32827,'Lavos',NULL,2901),(32828,'Leiria',NULL,2901),(32829,'Lorvao',NULL,2901),(32830,'Lourical',NULL,2901),(32831,'Lousa',NULL,2901),(32832,'Maceira',NULL,2901),(32833,'Mangualde',NULL,2901),(32834,'Marinha Grande',NULL,2901),(32835,'Mealhada',NULL,2901),(32836,'Mira',NULL,2901),(32837,'Mira de Aire',NULL,2901),(32838,'Miranda do Corvo',NULL,2901),(32839,'Monte Redondo',NULL,2901),(32840,'Nelas',NULL,2901),(32841,'Oia',NULL,2901),(32842,'Oliveira do Bairro',NULL,2901),(32843,'Oliveira do Hospital',NULL,2901),(32844,'Oliveirinha',NULL,2901),(32845,'Ovar',NULL,2901),(32846,'Pampilhosa',NULL,2901),(32847,'Pardilho',NULL,2901),(32848,'Poiares',NULL,2901),(32849,'Pombal',NULL,2901),(32850,'Porto de Mos',NULL,2901),(32851,'Proenca-A-Nova',NULL,2901),(32852,'Rio de Loba',NULL,2901),(32853,'Salreu',NULL,2901),(32854,'Sangalhos',NULL,2901),(32855,'Santa Catarina da Serra',NULL,2901),(32856,'Sao Joao',NULL,2901),(32857,'Sao Pedro do Sul',NULL,2901),(32858,'Satao',NULL,2901),(32859,'Seia',NULL,2901),(32860,'Serta',NULL,2901),(32861,'Soure',NULL,2901),(32862,'Souto da Carpalhosa',NULL,2901),(32863,'Tavarede',NULL,2901),(32864,'Teixoso',NULL,2901),(32865,'Tondela',NULL,2901),(32866,'Tortosendo',NULL,2901),(32867,'Vagos',NULL,2901),(32868,'Valega',NULL,2901),(32869,'Valongo do Vouga',NULL,2901),(32870,'Vieira de Leiria',NULL,2901),(32871,'Viseu',NULL,2901),(32872,'Camacha',NULL,2907),(32873,'Camara de Lobos',NULL,2907),(32874,'Campanario',NULL,2907),(32875,'Canico',NULL,2907),(32876,'Funchal',NULL,2907),(32877,'Machico',NULL,2907),(32878,'Ponta do Sol',NULL,2907),(32879,'Porto Santo',NULL,2907),(32880,'Ribeira Brava',NULL,2907),(32881,'Santa Cruz',NULL,2907),(32882,'A Ver-o-Mar',NULL,2908),(32883,'Adaufe',NULL,2908),(32884,'Aguas Santas',NULL,2908),(32885,'Agucadoura',NULL,2908),(32886,'Alfena',NULL,2908),(32887,'Alpendurada e Matos',NULL,2908),(32888,'Amarante',NULL,2908),(32889,'Anta',NULL,2908),(32890,'Antas',NULL,2908),(32891,'Apulia',NULL,2908),(32892,'Arcozelo',NULL,2908),(32893,'Areosa',NULL,2908),(32894,'Argoncilhe',NULL,2908),(32895,'Aroes',NULL,2908),(32896,'Arrifana',NULL,2908),(32897,'Arvore',NULL,2908),(32898,'Aves',NULL,2908),(32899,'Avintes',NULL,2908),(32900,'Baguim do Monte',NULL,2908),(32901,'Baltar',NULL,2908),(32902,'Barcelos',NULL,2908),(32903,'Barrosas',NULL,2908),(32904,'Bougado',NULL,2908),(32905,'Braga',NULL,2908),(32906,'Braganca',NULL,2908),(32907,'Brito',NULL,2908),(32908,'Caldas de Vizela',NULL,2908),(32909,'Caldelas',NULL,2908),(32910,'Calendario',NULL,2908),(32911,'Campo',NULL,2908),(32912,'Candoso',NULL,2908),(32913,'Canedo',NULL,2908),(32914,'Canelas',NULL,2908),(32915,'Canidelo',NULL,2908),(32916,'Carvalhosa',NULL,2908),(32917,'Casteloes de Cepeda',NULL,2908),(32918,'Chaves',NULL,2908),(32919,'Coronado',NULL,2908),(32920,'Couto',NULL,2908),(32921,'Custoias',NULL,2908),(32922,'Darque',NULL,2908),(32923,'Ermesinde',NULL,2908),(32924,'Espinho',NULL,2908),(32925,'Fafe',NULL,2908),(32926,'Fanzeres',NULL,2908),(32927,'Feira',NULL,2908),(32928,'Ferreira',NULL,2908),(32929,'Ferreiros',NULL,2908),(32930,'Fiaes',NULL,2908),(32931,'Figueiro',NULL,2908),(32932,'Foz do Sousa',NULL,2908),(32933,'Frazao',NULL,2908),(32934,'Freamunde',NULL,2908),(32935,'Galegos',NULL,2908),(32936,'Gandra',NULL,2908),(32937,'Gemunde',NULL,2908),(32938,'Godim',NULL,2908),(32939,'Gondomar',NULL,2908),(32940,'Grijo',NULL,2908),(32941,'Gueifaes',NULL,2908),(32942,'Guifoes',NULL,2908),(32943,'Guimaraes',NULL,2908),(32944,'Gulpilhares',NULL,2908),(32945,'Joane',NULL,2908),(32946,'Jovim',NULL,2908),(32947,'Lamego',NULL,2908),(32948,'Lavra',NULL,2908),(32949,'Leca da Palmeira',NULL,2908),(32950,'Leca do Bailio',NULL,2908),(32951,'Lobao',NULL,2908),(32952,'Lordelo',NULL,2908),(32953,'Lourosa',NULL,2908),(32954,'Lustosa',NULL,2908),(32955,'Macedo de Cavaleiros',NULL,2908),(32956,'Macieira de Cambra',NULL,2908),(32957,'Madalena',NULL,2908),(32958,'Maia',NULL,2908),(32959,'Margaride',NULL,2908),(32960,'Marinhas',NULL,2908),(32961,'Matosinhos',NULL,2908),(32962,'Meadela',NULL,2908),(32963,'Meinedo',NULL,2908),(32964,'Milheiros',NULL,2908),(32965,'Milheiros de Poiares',NULL,2908),(32966,'Mirandela',NULL,2908),(32967,'Mogadouro',NULL,2908),(32968,'Moreira',NULL,2908),(32969,'Moreira de Conegos',NULL,2908),(32970,'Mozelos',NULL,2908),(32971,'Negrelos',NULL,2908),(32972,'Nogueira',NULL,2908),(32973,'Nogueira da Regedoura',NULL,2908),(32974,'Olival',NULL,2908),(32975,'Oliveira',NULL,2908),(32976,'Oliveira de Azemeis',NULL,2908),(32977,'Oliveira do Douro',NULL,2908),(32978,'Pacos de Brandao',NULL,2908),(32979,'Pacos de Ferreira',NULL,2908),(32980,'Pedroso',NULL,2908),(32981,'Pedroucos',NULL,2908),(32982,'Penafiel',NULL,2908),(32983,'Perafita',NULL,2908),(32984,'Perozinho',NULL,2908),(32985,'Peso da Regua',NULL,2908),(32986,'Ponte',NULL,2908),(32987,'Porto',NULL,2908),(32988,'Povoa de Lanhoso',NULL,2908),(32989,'Povoa de Varzim',NULL,2908),(32990,'Real',NULL,2908),(32991,'Rebordosa',NULL,2908),(32992,'Recarei',NULL,2908),(32993,'Refojos de Basto',NULL,2908),(32994,'Ribeirao',NULL,2908),(32995,'Rio Meao',NULL,2908),(32996,'Rio Tinto',NULL,2908),(32997,'Ronfe',NULL,2908),(32998,'Sande',NULL,2908),(32999,'Sandim',NULL,2908),(33000,'Santa Cruz do Bispo',NULL,2908),(33001,'Santa Maria de Lamas',NULL,2908),(33002,'Santiago da Riba-Ul',NULL,2908),(33003,'Santo Tirso',NULL,2908),(33004,'Sao Felix da Marinha',NULL,2908),(33005,'Sao Joao da Madeira',NULL,2908),(33006,'Sao Joao de Ver',NULL,2908),(33007,'Sao Mamede de Infesta',NULL,2908),(33008,'Sao Pedro da Cova',NULL,2908),(33009,'Sao Pedro de Casteloes',NULL,2908),(33010,'Sao Roque',NULL,2908),(33011,'Selho',NULL,2908),(33012,'Senhora da Hora',NULL,2908),(33013,'Seroa',NULL,2908),(33014,'Serzedelo',NULL,2908),(33015,'Serzedo',NULL,2908),(33016,'Silvalde',NULL,2908),(33017,'Sobrado',NULL,2908),(33018,'Sobreira',NULL,2908),(33019,'Souto',NULL,2908),(33020,'Teloes',NULL,2908),(33021,'Urgezes',NULL,2908),(33022,'Valadares',NULL,2908),(33023,'Valbom',NULL,2908),(33024,'Vale',NULL,2908),(33025,'Valongo',NULL,2908),(33026,'Valpacos',NULL,2908),(33027,'Viana do Castelo',NULL,2908),(33028,'Vila Cha',NULL,2908),(33029,'Vila Frescainha',NULL,2908),(33030,'Vila Nova da Telha',NULL,2908),(33031,'Vila Nova de Famalicao',NULL,2908),(33032,'Vila Nova de Gaia',NULL,2908),(33033,'Vila Praia de Ancora',NULL,2908),(33034,'Vila Real',NULL,2908),(33035,'Vila Verde',NULL,2908),(33036,'Vila de Cucujaes',NULL,2908),(33037,'Vila de Prado',NULL,2908),(33038,'Vila do Conde',NULL,2908),(33039,'Vilar de Andorinho',NULL,2908),(33040,'Vilar do Paraiso',NULL,2908),(33041,'Vilarinho',NULL,2908),(33042,'Vilela',NULL,2908),(33043,'Vizela',NULL,2908),(33044,'Paivas',NULL,2909),(33045,'Arecibo',NULL,2910),(33046,'Barceloneta',NULL,2910),(33047,'Camuy',NULL,2910),(33048,'Dorado',NULL,2910),(33049,'Isabela',NULL,2910),(33050,'Manati',NULL,2910),(33051,'Vega Alta',NULL,2910),(33052,'Vega Baja',NULL,2910),(33053,'Bayamon',NULL,2911),(33054,'Catano',NULL,2911),(33055,'Guaynabo',NULL,2911),(33056,'Levittown',NULL,2911),(33057,'Valencia',NULL,2911),(33058,'Canovanas',NULL,2912),(33059,'Carolina',NULL,2912),(33060,'Trujillo Alto',NULL,2912),(33061,'Florida',NULL,2913),(33062,'Aibonito',NULL,2914),(33063,'Arroyo',NULL,2914),(33064,'Barranquitas',NULL,2914),(33065,'Cayey',NULL,2914),(33066,'Coamo',NULL,2914),(33067,'Corozal',NULL,2914),(33068,'Guayama',NULL,2914),(33069,'Juana Diaz',NULL,2914),(33070,'Aguas Buenas',NULL,2915),(33071,'Caguas',NULL,2915),(33072,'Culebra',NULL,2915),(33073,'Fajardo',NULL,2915),(33074,'Gurabo',NULL,2915),(33075,'Humacao',NULL,2915),(33076,'Juncos',NULL,2915),(33077,'Rio Grande',NULL,2915),(33078,'Vieques',NULL,2915),(33079,'Aguada',NULL,2916),(33080,'Aguadilla',NULL,2916),(33081,'Anasco',NULL,2916),(33082,'Cabo Rojo',NULL,2916),(33083,'Hormigueros',NULL,2916),(33084,'Mayaguez',NULL,2916),(33085,'San German',NULL,2916),(33086,'San Sebastian',NULL,2916),(33087,'Adjuntas',NULL,2917),(33088,'Guanica',NULL,2917),(33089,'Ponce',NULL,2917),(33090,'Utuado',NULL,2917),(33091,'Yauco',NULL,2917),(33092,'Salinas',NULL,2918),(33093,'Doha',NULL,2920),(33094,'Umm Bab',NULL,2921),(33095,'ad-Dawhah',NULL,2923),(33096,'al-Ghuwayriyah',NULL,2924),(33097,'Dukhan',NULL,2925),(33098,'al-Jumayliyah',NULL,2925),(33099,'al-Khawr',NULL,2926),(33100,'Musay\'id',NULL,2927),(33101,'al-Wakrah',NULL,2927),(33102,'al-Wukayr',NULL,2927),(33103,'ar-Rayyan',NULL,2928),(33104,'ash-Shahaniyah',NULL,2928),(33105,'ar-Ruways',NULL,2929),(33106,'Bras-Panon',NULL,2930),(33107,'Saint-Andre',NULL,2930),(33108,'Saint-Benoit',NULL,2930),(33109,'Sainte-Rose',NULL,2930),(33110,'Salazie',NULL,2930),(33111,'La Possession',NULL,2931),(33112,'Le Port',NULL,2931),(33113,'Saint-Denis',NULL,2931),(33114,'Sainte-Marie',NULL,2931),(33115,'Sainte-Suzanne',NULL,2931),(33116,'L\'Etang-Sale',NULL,2932),(33117,'Les Aviron',NULL,2932),(33118,'Les Trois-Bassins',NULL,2932),(33119,'Saint-Leu',NULL,2932),(33120,'Saint-Paul',NULL,2932),(33121,'Cilaos',NULL,2933),(33122,'Entre-Deux',NULL,2933),(33123,'Le Tampon',NULL,2933),(33124,'Petite-Ile',NULL,2933),(33125,'Saint-Joseph',NULL,2933),(33126,'Saint-Louis',NULL,2933),(33127,'Saint-Philippe',NULL,2933),(33128,'Saint-Pierre',NULL,2933),(33129,'Abrud',NULL,2934),(33130,'Aiud',NULL,2934),(33131,'Alba Iulia',NULL,2934),(33132,'Albac',NULL,2934),(33133,'Almasu Mare',NULL,2934),(33134,'Arieseni',NULL,2934),(33135,'Avram Iancu',NULL,2934),(33136,'Baia de Aries',NULL,2934),(33137,'Berghin',NULL,2934),(33138,'Bistra',NULL,2934),(33139,'Blaj',NULL,2934),(33140,'Blandiana',NULL,2934),(33141,'Bucium',NULL,2934),(33142,'Calnic',NULL,2934),(33143,'Campeni',NULL,2934),(33144,'Cenade',NULL,2934),(33145,'Cergau',NULL,2934),(33146,'Ceru-Bacainti',NULL,2934),(33147,'Cetatea de Balta',NULL,2934),(33148,'Ciugud',NULL,2934),(33149,'Ciuruleasa',NULL,2934),(33150,'Craciunelu de Jos',NULL,2934),(33151,'Cricau',NULL,2934),(33152,'Cugir',NULL,2934),(33153,'Daia Romana',NULL,2934),(33154,'Dostat',NULL,2934),(33155,'Farau',NULL,2934),(33156,'Galda de Jos',NULL,2934),(33157,'Garbova',NULL,2934),(33158,'Garda de Sus',NULL,2934),(33159,'Hoparta',NULL,2934),(33160,'Horea',NULL,2934),(33161,'Ighiu',NULL,2934),(33162,'Intregalde',NULL,2934),(33163,'Jidvei',NULL,2934),(33164,'Livezile',NULL,2934),(33165,'Lopadea Noua',NULL,2934),(33166,'Lunca Muresului',NULL,2934),(33167,'Lupsa',NULL,2934),(33168,'Metes',NULL,2934),(33169,'Mihalt',NULL,2934),(33170,'Miraslau',NULL,2934),(33171,'Mogos',NULL,2934),(33172,'Noslac',NULL,2934),(33173,'Ocna Mures',NULL,2934),(33174,'Ocolis',NULL,2934),(33175,'Ohaba',NULL,2934),(33176,'Pianu',NULL,2934),(33177,'Poiana Vadului',NULL,2934),(33178,'Ponor',NULL,2934),(33179,'Posaga',NULL,2934),(33180,'Radesti',NULL,2934),(33181,'Ramet',NULL,2934),(33182,'Rimetea',NULL,2934),(33183,'Rosia Montana',NULL,2934),(33184,'Rosia de Secas',NULL,2934),(33185,'Salciua',NULL,2934),(33186,'Salistea',NULL,2934),(33187,'Sancel',NULL,2934),(33188,'Santimbru',NULL,2934),(33189,'Sasciori',NULL,2934),(33190,'Scarisoara',NULL,2934),(33191,'Sebes',NULL,2934),(33192,'Sibot',NULL,2934),(33193,'Sohodol',NULL,2934),(33194,'Sona',NULL,2934),(33195,'Spring',NULL,2934),(33196,'Stremt',NULL,2934),(33197,'Sugag',NULL,2934),(33198,'Teius',NULL,2934),(33199,'Unirea',NULL,2934),(33200,'Vadu Motilor',NULL,2934),(33201,'Valea Lunga',NULL,2934),(33202,'Vidra',NULL,2934),(33203,'Vintu de Jos',NULL,2934),(33204,'Zlatna',NULL,2934),(33205,'Almas',NULL,2935),(33206,'Apateu',NULL,2935),(33207,'Arad',NULL,2935),(33208,'Archis',NULL,2935),(33209,'Barsa',NULL,2935),(33210,'Barzava',NULL,2935),(33211,'Bata',NULL,2935),(33212,'Beliu',NULL,2935),(33213,'Birchis',NULL,2935),(33214,'Bocsig',NULL,2935),(33215,'Brazii',NULL,2935),(33216,'Buteni',NULL,2935),(33217,'Carand',NULL,2935),(33218,'Cermei',NULL,2935),(33219,'Chisindia',NULL,2935),(33220,'Chisineu Cris',NULL,2935),(33221,'Conop',NULL,2935),(33222,'Covasint',NULL,2935),(33223,'Craiva',NULL,2935),(33224,'Curtici',NULL,2935),(33225,'Dezna',NULL,2935),(33226,'Dieci',NULL,2935),(33227,'Dorgos',NULL,2935),(33228,'Fantanele',NULL,2935),(33229,'Felnac',NULL,2935),(33230,'Ghioroc',NULL,2935),(33231,'Graniceri',NULL,2935),(33232,'Gurahont',NULL,2935),(33233,'Halmagel',NULL,2935),(33234,'Halmagiu',NULL,2935),(33235,'Hasmas',NULL,2935),(33236,'Ignesti',NULL,2935),(33237,'Ineu',NULL,2935),(33238,'Iratosu',NULL,2935),(33239,'Lipova',NULL,2935),(33240,'Livada',NULL,2935),(33241,'Macea',NULL,2935),(33242,'Masca',NULL,2935),(33243,'Moneasa',NULL,2935),(33244,'Nadlac',NULL,2935),(33245,'Olari',NULL,2935),(33246,'Pancota',NULL,2935),(33247,'Paulis',NULL,2935),(33248,'Pecica',NULL,2935),(33249,'Peregu Mare',NULL,2935),(33250,'Petris',NULL,2935),(33251,'Pilu',NULL,2935),(33252,'Plescuta',NULL,2935),(33253,'Sagu',NULL,2935),(33254,'Santana',NULL,2935),(33255,'Savarsin',NULL,2935),(33256,'Sebis',NULL,2935),(33257,'Secusigiu',NULL,2935),(33258,'Seitin',NULL,2935),(33259,'Seleus',NULL,2935),(33260,'Semlac',NULL,2935),(33261,'Sepreus',NULL,2935),(33262,'Sicula',NULL,2935),(33263,'Silindia',NULL,2935),(33264,'Simand',NULL,2935),(33265,'Sintea Mare',NULL,2935),(33266,'Siria',NULL,2935),(33267,'Sistarovat',NULL,2935),(33268,'Socodor',NULL,2935),(33269,'Sofronea',NULL,2935),(33270,'Tarnova',NULL,2935),(33271,'Taut',NULL,2935),(33272,'Varadia de Mures',NULL,2935),(33273,'Varfurile',NULL,2935),(33274,'Vinga',NULL,2935),(33275,'Vladimirescu',NULL,2935),(33276,'Zabrani',NULL,2935),(33277,'Zarand',NULL,2935),(33278,'Zerind',NULL,2935),(33279,'Zimandu Nou',NULL,2935),(33280,'Albesti',NULL,2936),(33281,'Albestii-Pamanteni',NULL,2936),(33282,'Albota',NULL,2936),(33283,'Aninoasa',NULL,2936),(33284,'Arefu',NULL,2936),(33285,'Babana',NULL,2936),(33286,'Baiculesti',NULL,2936),(33287,'Balilesti',NULL,2936),(33288,'Barla',NULL,2936),(33289,'Bascov',NULL,2936),(33290,'Beleti-Negresti',NULL,2936),(33291,'Berevoesti',NULL,2936),(33292,'Bogati',NULL,2936),(33293,'Boteni',NULL,2936),(33294,'Botesti',NULL,2936),(33295,'Bradu',NULL,2936),(33296,'Bradulet',NULL,2936),(33297,'Budeasa',NULL,2936),(33298,'Bughea de Jos',NULL,2936),(33299,'Buzoesti',NULL,2936),(33300,'Caldararu',NULL,2936),(33301,'Calinesti',NULL,2936),(33302,'Campulung',NULL,2936),(33303,'Cateasca',NULL,2936),(33304,'Cepari',NULL,2936),(33305,'Cetateni',NULL,2936),(33306,'Cicanesti',NULL,2936),(33307,'Ciofrangeni',NULL,2936),(33308,'Ciomagesti',NULL,2936),(33309,'Cocu',NULL,2936),(33310,'Corbeni',NULL,2936),(33311,'Corbi',NULL,2936),(33312,'Cosesti',NULL,2936),(33313,'Costesti',NULL,2936),(33314,'Cotmeana',NULL,2936),(33315,'Cuca',NULL,2936),(33316,'Curtea de Arges',NULL,2936),(33317,'Dambovicioara',NULL,2936),(33318,'Darmanesti',NULL,2936),(33319,'Davidesti',NULL,2936),(33320,'Dobresti',NULL,2936),(33321,'Domnesti',NULL,2936),(33322,'Draganu',NULL,2936),(33323,'Dragoslavele',NULL,2936),(33324,'Godeni',NULL,2936),(33325,'Harsesti',NULL,2936),(33326,'Hartiesti',NULL,2936),(33327,'Izvoru',NULL,2936),(33328,'Leordeni',NULL,2936),(33329,'Leresti',NULL,2936),(33330,'Lunca Corbului',NULL,2936),(33331,'Malureni',NULL,2936),(33332,'Maracineni',NULL,2936),(33333,'Merisani',NULL,2936),(33334,'Micesti',NULL,2936),(33335,'Mihaesti',NULL,2936),(33336,'Mioarele',NULL,2936),(33337,'Mioveni',NULL,2936),(33338,'Mirosi',NULL,2936),(33339,'Moraresti',NULL,2936),(33340,'Mosoaia',NULL,2936),(33341,'Mozaceni',NULL,2936),(33342,'Musatesti',NULL,2936),(33343,'Negrasi',NULL,2936),(33344,'Nucsoara',NULL,2936),(33345,'Oarja',NULL,2936),(33346,'Pietrosani',NULL,2936),(33347,'Pitesti',NULL,2936),(33348,'Poenari',NULL,2936),(33349,'Poiana Lacului',NULL,2936),(33350,'Popesti',NULL,2936),(33351,'Priboieni',NULL,2936),(33352,'Ratesti',NULL,2936),(33353,'Recea',NULL,2936),(33354,'Rociu',NULL,2936),(33355,'Rucar',NULL,2936),(33356,'Salatrucu',NULL,2936),(33357,'Sapata',NULL,2936),(33358,'Schitu-Golesti',NULL,2936),(33359,'Slobozia',NULL,2936),(33360,'Stalpeni',NULL,2936),(33361,'Stefan cel Mare',NULL,2936),(33362,'Stefanesti',NULL,2936),(33363,'Stoenesti',NULL,2936),(33364,'Stolnici',NULL,2936),(33365,'Suici',NULL,2936),(33366,'Suseni',NULL,2936),(33367,'Teiu',NULL,2936),(33368,'Tigveni',NULL,2936),(33369,'Titesti',NULL,2936),(33370,'Topoloveni',NULL,2936),(33371,'Uda',NULL,2936),(33372,'Ungheni',NULL,2936),(33373,'Valea Danului',NULL,2936),(33374,'Valea Iasului',NULL,2936),(33375,'Valea Mare-Pravat',NULL,2936),(33376,'Vedea',NULL,2936),(33377,'Vladesti',NULL,2936),(33378,'Agas',NULL,2937),(33379,'Ardeoani',NULL,2937),(33380,'Asau',NULL,2937),(33381,'Bacau',NULL,2937),(33382,'Balcani',NULL,2937),(33383,'Barsanesti',NULL,2937),(33384,'Beresti-Bistrita',NULL,2937),(33385,'Beresti-Tazlau',NULL,2937),(33386,'Berzunti',NULL,2937),(33387,'Blagesti',NULL,2937),(33388,'Bogdanesti',NULL,2937),(33389,'Brusturoasa',NULL,2937),(33390,'Buhoci',NULL,2937),(33391,'Buhusi',NULL,2937),(33392,'Caiuti',NULL,2937),(33393,'Casin',NULL,2937),(33394,'Cleja',NULL,2937),(33395,'Colonesti',NULL,2937),(33396,'Comanesti',NULL,2937),(33397,'Corbasca',NULL,2937),(33398,'Cotofanesti',NULL,2937),(33399,'Damienesti',NULL,2937),(33400,'Darmanesti',NULL,2937),(33401,'Dealu Morii',NULL,2937),(33402,'Dofteana',NULL,2937),(33403,'Faraoani',NULL,2937),(33404,'Filipeni',NULL,2937),(33405,'Filipesti',NULL,2937),(33406,'Gaiceana',NULL,2937),(33407,'Garleni',NULL,2937),(33408,'Ghimes-Faget',NULL,2937),(33409,'Glavanesti',NULL,2937),(33410,'Gura Vaii',NULL,2937),(33411,'Helegiu',NULL,2937),(33412,'Hemeius',NULL,2937),(33413,'Horgesti',NULL,2937),(33414,'Huruesti',NULL,2937),(33415,'Izvoru Berheciului',NULL,2937),(33416,'Letea Veche',NULL,2937),(33417,'Lipova',NULL,2937),(33418,'Livezi',NULL,2937),(33419,'Luizi-Calugara',NULL,2937),(33420,'Magiresti',NULL,2937),(33421,'Magura',NULL,2937),(33422,'Manastirea Casin',NULL,2937),(33423,'Margineni',NULL,2937),(33424,'Moinesti',NULL,2937),(33425,'Motoseni',NULL,2937),(33426,'Negri',NULL,2937),(33427,'Nicolae Balcescu',NULL,2937),(33428,'Oituz',NULL,2937),(33429,'Oncesti',NULL,2937),(33430,'Onesti',NULL,2937),(33431,'Orbeni',NULL,2937),(33432,'Palanca',NULL,2937),(33433,'Pancesti',NULL,2937),(33434,'Parava',NULL,2937),(33435,'Pargaresti',NULL,2937),(33436,'Parincea',NULL,2937),(33437,'Parjol',NULL,2937),(33438,'Plopana',NULL,2937),(33439,'Podu Turcului',NULL,2937),(33440,'Poduri',NULL,2937),(33441,'Racaciuni',NULL,2937),(33442,'Rachitoasa',NULL,2937),(33443,'Racova',NULL,2937),(33444,'Rosiori',NULL,2937),(33445,'Sanduleni',NULL,2937),(33446,'Sascut',NULL,2937),(33447,'Saucesti',NULL,2937),(33448,'Scorteni',NULL,2937),(33449,'Secuieni',NULL,2937),(33450,'Slanic-Moldova',NULL,2937),(33451,'Solont',NULL,2937),(33452,'Stanisesti',NULL,2937),(33453,'Stefan cel Mare',NULL,2937),(33454,'Strugari',NULL,2937),(33455,'Tamasi',NULL,2937),(33456,'Targu Ocna',NULL,2937),(33457,'Targu-Trotus',NULL,2937),(33458,'Tatarasti',NULL,2937),(33459,'Traian',NULL,2937),(33460,'Ungureni',NULL,2937),(33461,'Urechesti',NULL,2937),(33462,'Valea Seaca',NULL,2937),(33463,'Vultureni',NULL,2937),(33464,'Zemes',NULL,2937),(33465,'Abram',NULL,2938),(33466,'Abramut',NULL,2938),(33467,'Alesd',NULL,2938),(33468,'Astileu',NULL,2938),(33469,'Auseu',NULL,2938),(33470,'Avram Iancu',NULL,2938),(33471,'Balc',NULL,2938),(33472,'Batar',NULL,2938),(33473,'Beius',NULL,2938),(33474,'Biharia',NULL,2938),(33475,'Boianu Mare',NULL,2938),(33476,'Borod',NULL,2938),(33477,'Bors',NULL,2938),(33478,'Bratca',NULL,2938),(33479,'Brusturi',NULL,2938),(33480,'Budureasa',NULL,2938),(33481,'Buduslau',NULL,2938),(33482,'Bulz',NULL,2938),(33483,'Buntesti',NULL,2938),(33484,'Cabesti',NULL,2938),(33485,'Campani',NULL,2938),(33486,'Capalna',NULL,2938),(33487,'Carpinet',NULL,2938),(33488,'Cefa',NULL,2938),(33489,'Ceica',NULL,2938),(33490,'Cetariu',NULL,2938),(33491,'Cherechiu',NULL,2938),(33492,'Chislaz',NULL,2938),(33493,'Ciuhoiu',NULL,2938),(33494,'Ciumeghiu',NULL,2938),(33495,'Cociuba Mare',NULL,2938),(33496,'Copacel',NULL,2938),(33497,'Cristioru de Jos',NULL,2938),(33498,'Curatele',NULL,2938),(33499,'Curtuiseni',NULL,2938),(33500,'Derna',NULL,2938),(33501,'Diosig',NULL,2938),(33502,'Dobresti',NULL,2938),(33503,'Draganesti',NULL,2938),(33504,'Dragesti',NULL,2938),(33505,'Finis',NULL,2938),(33506,'Girisu de Cris',NULL,2938),(33507,'Hidiselu de Sus',NULL,2938),(33508,'Holod',NULL,2938),(33509,'Husasau de Tinca',NULL,2938),(33510,'Ineu',NULL,2938),(33511,'Lazareni',NULL,2938),(33512,'Lazuri de Beius',NULL,2938),(33513,'Lugasu de Jos',NULL,2938),(33514,'Lunca',NULL,2938),(33515,'Madaras',NULL,2938),(33516,'Magesti',NULL,2938),(33517,'Marghita',NULL,2938),(33518,'Nojorid',NULL,2938),(33519,'Nucet',NULL,2938),(33520,'Olcea',NULL,2938),(33521,'Oradea',NULL,2938),(33522,'Osorheiu',NULL,2938),(33523,'Pietroasa',NULL,2938),(33524,'Pocola',NULL,2938),(33525,'Pomezeu',NULL,2938),(33526,'Popesti',NULL,2938),(33527,'Rabagani',NULL,2938),(33528,'Remetea',NULL,2938),(33529,'Rieni',NULL,2938),(33530,'Rosia',NULL,2938),(33531,'Sacadat',NULL,2938),(33532,'Sacueni',NULL,2938),(33533,'Salacea',NULL,2938),(33534,'Salard',NULL,2938),(33535,'Salonta',NULL,2938),(33536,'Sambata',NULL,2938),(33537,'Sanmartin',NULL,2938),(33538,'Santandrei',NULL,2938),(33539,'Sarbi',NULL,2938),(33540,'Simian',NULL,2938),(33541,'Sinteu',NULL,2938),(33542,'Soimi',NULL,2938),(33543,'Spinus',NULL,2938),(33544,'Stei',NULL,2938),(33545,'Suncuius',NULL,2938),(33546,'Suplacu de Barcau',NULL,2938),(33547,'Tarcaia',NULL,2938),(33548,'Tarcea',NULL,2938),(33549,'Tauteu',NULL,2938),(33550,'Tetchea',NULL,2938),(33551,'Tileagd',NULL,2938),(33552,'Tinca',NULL,2938),(33553,'Tulca',NULL,2938),(33554,'Uileacu de Beius',NULL,2938),(33555,'Vadu Crisului',NULL,2938),(33556,'Valea lui Mihai',NULL,2938),(33557,'Varciorog',NULL,2938),(33558,'Vascau',NULL,2938),(33559,'Viisoara',NULL,2938),(33560,'Beclean',NULL,2939),(33561,'Bistrita',NULL,2939),(33562,'Bistrita Bargaului',NULL,2939),(33563,'Branistea',NULL,2939),(33564,'Budacu de Jos',NULL,2939),(33565,'Budesti',NULL,2939),(33566,'Caianu Mic',NULL,2939),(33567,'Cetate',NULL,2939),(33568,'Chiochis',NULL,2939),(33569,'Chiuza',NULL,2939),(33570,'Ciceu-Giurgesti',NULL,2939),(33571,'Cosbuc',NULL,2939),(33572,'Dumitra',NULL,2939),(33573,'Feldru',NULL,2939),(33574,'Galatii Bistritei',NULL,2939),(33575,'Ilva Mare',NULL,2939),(33576,'Ilva Mica',NULL,2939),(33577,'Josenii Bargaului',NULL,2939),(33578,'Lechinta',NULL,2939),(33579,'Lesu',NULL,2939),(33580,'Livezile',NULL,2939),(33581,'Lunca Ilvei',NULL,2939),(33582,'Magura Ilvei',NULL,2939),(33583,'Maieru',NULL,2939),(33584,'Mariselu',NULL,2939),(33585,'Matei',NULL,2939),(33586,'Micestii de Campie',NULL,2939),(33587,'Milas',NULL,2939),(33588,'Monor',NULL,2939),(33589,'Nasaud',NULL,2939),(33590,'Nimigea',NULL,2939),(33591,'Nuseni',NULL,2939),(33592,'Parva',NULL,2939),(33593,'Petru Rares',NULL,2939),(33594,'Prundu Bargaului',NULL,2939),(33595,'Rebra',NULL,2939),(33596,'Rebrisoara',NULL,2939),(33597,'Rodna',NULL,2939),(33598,'Romuli',NULL,2939),(33599,'Salva',NULL,2939),(33600,'Sangeorz-Bai',NULL,2939),(33601,'Sanmihaiu de Campie',NULL,2939),(33602,'Sant',NULL,2939),(33603,'Sieu',NULL,2939),(33604,'Sieu-Magherus',NULL,2939),(33605,'Sieu-Odorhei',NULL,2939),(33606,'Sieut',NULL,2939),(33607,'Silvasu de Campie',NULL,2939),(33608,'Sintereag',NULL,2939),(33609,'Spermezeu',NULL,2939),(33610,'Tarlisua',NULL,2939),(33611,'Teaca',NULL,2939),(33612,'Telciu',NULL,2939),(33613,'Tiha Bargaului',NULL,2939),(33614,'Uriu',NULL,2939),(33615,'Urmenis',NULL,2939),(33616,'Zagra',NULL,2939),(33617,'Albesti',NULL,2940),(33618,'Avrameni',NULL,2940),(33619,'Baluseni',NULL,2940),(33620,'Botosani',NULL,2940),(33621,'Braesti',NULL,2940),(33622,'Broscauti',NULL,2940),(33623,'Bucecea',NULL,2940),(33624,'Calarasi',NULL,2940),(33625,'Concesti',NULL,2940),(33626,'Copalau',NULL,2940),(33627,'Cordareni',NULL,2940),(33628,'Corlateni',NULL,2940),(33629,'Corni',NULL,2940),(33630,'Cotusca',NULL,2940),(33631,'Cristesti',NULL,2940),(33632,'Cristinesti',NULL,2940),(33633,'Curtesti',NULL,2940),(33634,'Dangeni',NULL,2940),(33635,'Darabani',NULL,2940),(33636,'Dersca',NULL,2940),(33637,'Dobarceni',NULL,2940),(33638,'Dorohoi',NULL,2940),(33639,'Draguseni',NULL,2940),(33640,'Durnesti',NULL,2940),(33641,'Flamanzi',NULL,2940),(33642,'Frumusica',NULL,2940),(33643,'George Enescu',NULL,2940),(33644,'Gorbanesti',NULL,2940),(33645,'Hanesti',NULL,2940),(33646,'Havarna',NULL,2940),(33647,'Hiliseu-Horia',NULL,2940),(33648,'Hlipiceni',NULL,2940),(33649,'Hudesti',NULL,2940),(33650,'Ibanesti',NULL,2940),(33651,'Leorda',NULL,2940),(33652,'Lunca',NULL,2940),(33653,'Manoleasa',NULL,2940),(33654,'Mihail Eminescu',NULL,2940),(33655,'Mihaileni',NULL,2940),(33656,'Mihalaseni',NULL,2940),(33657,'Mileanca',NULL,2940),(33658,'Mitoc',NULL,2940),(33659,'Nicseni',NULL,2940),(33660,'Paltinis',NULL,2940),(33661,'Pomarla',NULL,2940),(33662,'Prajeni',NULL,2940),(33663,'Rachiti',NULL,2940),(33664,'Radauti-Prut',NULL,2940),(33665,'Rauseni',NULL,2940),(33666,'Ripiceni',NULL,2940),(33667,'Roma',NULL,2940),(33668,'Romanesti',NULL,2940),(33669,'Santa-Maria',NULL,2940),(33670,'Saveni',NULL,2940),(33671,'Sendriceni',NULL,2940),(33672,'Stauceni',NULL,2940),(33673,'Stefanesti',NULL,2940),(33674,'Stiubieni',NULL,2940),(33675,'Suharau',NULL,2940),(33676,'Sulita',NULL,2940),(33677,'Todireni',NULL,2940),(33678,'Trusesti',NULL,2940),(33679,'Tudora',NULL,2940),(33680,'Ungureni',NULL,2940),(33681,'Unteni',NULL,2940),(33682,'Vaculesti',NULL,2940),(33683,'Varfu Campului',NULL,2940),(33684,'Viisoara',NULL,2940),(33685,'Vladeni',NULL,2940),(33686,'Vlasinesti',NULL,2940),(33687,'Vorniceni',NULL,2940),(33688,'Vorona',NULL,2940),(33689,'Baraganul',NULL,2941),(33690,'Bertestii de Jos',NULL,2941),(33691,'Bordei Verde',NULL,2941),(33692,'Braila',NULL,2941),(33693,'Chiscani',NULL,2941),(33694,'Ciocile',NULL,2941),(33695,'Ciresu',NULL,2941),(33696,'Dudesti',NULL,2941),(33697,'Faurei',NULL,2941),(33698,'Frecatei',NULL,2941),(33699,'Galbenu',NULL,2941),(33700,'Gemenele',NULL,2941),(33701,'Gradistea',NULL,2941),(33702,'Gropeni',NULL,2941),(33703,'Ianca',NULL,2941),(33704,'Insuratei',NULL,2941),(33705,'Jirlau',NULL,2941),(33706,'Marasu',NULL,2941),(33707,'Maxineni',NULL,2941),(33708,'Mircea Voda',NULL,2941),(33709,'Movila Miresei',NULL,2941),(33710,'Racovita',NULL,2941),(33711,'Ramnicelu',NULL,2941),(33712,'Romanu',NULL,2941),(33713,'Rosiori',NULL,2941),(33714,'Salcia Tudor',NULL,2941),(33715,'Scortaru Nou',NULL,2941),(33716,'Silistea',NULL,2941),(33717,'Stancuta',NULL,2941),(33718,'Surdila-Gaiseanca',NULL,2941),(33719,'Surdila-Greci',NULL,2941),(33720,'Sutesti',NULL,2941),(33721,'Tichilesti',NULL,2941),(33722,'Traian',NULL,2941),(33723,'Tudor Vladimirescu',NULL,2941),(33724,'Tufesti',NULL,2941),(33725,'Ulmu',NULL,2941),(33726,'Unirea',NULL,2941),(33727,'Vadeni',NULL,2941),(33728,'Victoria',NULL,2941),(33729,'Visani',NULL,2941),(33730,'Viziru',NULL,2941),(33731,'Zavoaia',NULL,2941),(33732,'Apata',NULL,2942),(33733,'Beclean',NULL,2942),(33734,'Bod',NULL,2942),(33735,'Bran',NULL,2942),(33736,'Brasov',NULL,2942),(33737,'Budila',NULL,2942),(33738,'Bunesti',NULL,2942),(33739,'Cata',NULL,2942),(33740,'Cincu',NULL,2942),(33741,'Codlea',NULL,2942),(33742,'Comana',NULL,2942),(33743,'Cristian',NULL,2942),(33744,'Dumbravita',NULL,2942),(33745,'Fagaras',NULL,2942),(33746,'Feldioara',NULL,2942),(33747,'Fundata',NULL,2942),(33748,'Ghimbav',NULL,2942),(33749,'Halchiu',NULL,2942),(33750,'Harman',NULL,2942),(33751,'Harseni',NULL,2942),(33752,'Hoghiz',NULL,2942),(33753,'Homorod',NULL,2942),(33754,'Jibert',NULL,2942),(33755,'Lisa',NULL,2942),(33756,'Maierus',NULL,2942),(33757,'Mandra',NULL,2942),(33758,'Moeciu',NULL,2942),(33759,'Ormenis',NULL,2942),(33760,'Parau',NULL,2942),(33761,'Poiana Marului',NULL,2942),(33762,'Predeal',NULL,2942),(33763,'Prejmer',NULL,2942),(33764,'Racos',NULL,2942),(33765,'Rasnov',NULL,2942),(33766,'Recea',NULL,2942),(33767,'Rupea',NULL,2942),(33768,'Sacele',NULL,2942),(33769,'Sanpetru',NULL,2942),(33770,'Sercaia',NULL,2942),(33771,'Sinca',NULL,2942),(33772,'Soars',NULL,2942),(33773,'Tarlungeni',NULL,2942),(33774,'Teliu',NULL,2942),(33775,'Ticusul',NULL,2942),(33776,'Ucea',NULL,2942),(33777,'Ungra',NULL,2942),(33778,'Vama Buzaului',NULL,2942),(33779,'Victoria',NULL,2942),(33780,'Vistea',NULL,2942),(33781,'Voila',NULL,2942),(33782,'Vulcan',NULL,2942),(33783,'Zarnesti',NULL,2942),(33784,'Bucharest',NULL,2943),(33785,'Bucuresti',NULL,2943),(33786,'Amaru',NULL,2944),(33787,'Balaceanu',NULL,2944),(33788,'Balta Alba',NULL,2944),(33789,'Beceni',NULL,2944),(33790,'Berca',NULL,2944),(33791,'Bisoca',NULL,2944),(33792,'Blajani',NULL,2944),(33793,'Boldu',NULL,2944),(33794,'Bozioru',NULL,2944),(33795,'Bradeanu',NULL,2944),(33796,'Braesti',NULL,2944),(33797,'Breaza',NULL,2944),(33798,'Buda',NULL,2944),(33799,'Buzau',NULL,2944),(33800,'Calvini',NULL,2944),(33801,'Canesti',NULL,2944),(33802,'Catina',NULL,2944),(33803,'Cernatesti',NULL,2944),(33804,'Chiliile',NULL,2944),(33805,'Chiojdu',NULL,2944),(33806,'Cilibia',NULL,2944),(33807,'Cislau',NULL,2944),(33808,'Cochirleanca',NULL,2944),(33809,'Colti',NULL,2944),(33810,'Constantin Rosetti',NULL,2944),(33811,'Costesti',NULL,2944),(33812,'Cozieni',NULL,2944),(33813,'Galbinasi',NULL,2944),(33814,'Gheraseni',NULL,2944),(33815,'Ghergheasa',NULL,2944),(33816,'Glodeanu-Silistea',NULL,2944),(33817,'Glodeanul Sarat',NULL,2944),(33818,'Grebanu',NULL,2944),(33819,'Gura Teghii',NULL,2944),(33820,'Largu',NULL,2944),(33821,'Lopatari',NULL,2944),(33822,'Luciu',NULL,2944),(33823,'Magura',NULL,2944),(33824,'Manzalesti',NULL,2944),(33825,'Maracineni',NULL,2944),(33826,'Margaritesti',NULL,2944),(33827,'Merei',NULL,2944),(33828,'Mihailesti',NULL,2944),(33829,'Movila Banului',NULL,2944),(33830,'Murgesti',NULL,2944),(33831,'Naeni',NULL,2944),(33832,'Nehoiu',NULL,2944),(33833,'Odaile',NULL,2944),(33834,'Padina',NULL,2944),(33835,'Panatau',NULL,2944),(33836,'Pardosi',NULL,2944),(33837,'Parscov',NULL,2944),(33838,'Patarlagele',NULL,2944),(33839,'Pietroasele',NULL,2944),(33840,'Podgoria',NULL,2944),(33841,'Pogoanele',NULL,2944),(33842,'Posta Calnau',NULL,2944),(33843,'Puiesti',NULL,2944),(33844,'Racoviteni',NULL,2944),(33845,'Ramnicelu',NULL,2944),(33846,'Ramnicu Sarat',NULL,2944),(33847,'Robeasca',NULL,2944),(33848,'Rusetu',NULL,2944),(33849,'Sageata',NULL,2944),(33850,'Sahateni',NULL,2944),(33851,'Sapoca',NULL,2944),(33852,'Sarulesti',NULL,2944),(33853,'Scortoasa',NULL,2944),(33854,'Scutelnici',NULL,2944),(33855,'Siriu',NULL,2944),(33856,'Smeeni',NULL,2944),(33857,'Stalpu',NULL,2944),(33858,'Tintesti',NULL,2944),(33859,'Tisau',NULL,2944),(33860,'Topliceni',NULL,2944),(33861,'Ulmeni',NULL,2944),(33862,'Vadu Pasii',NULL,2944),(33863,'Valcelele',NULL,2944),(33864,'Valea Ramnicului',NULL,2944),(33865,'Valea Salciei',NULL,2944),(33866,'Vernesti',NULL,2944),(33867,'Vintila Voda',NULL,2944),(33868,'Viperesti',NULL,2944),(33869,'Zarnesti',NULL,2944),(33870,'Ziduri',NULL,2944),(33871,'Alexandru Odobescu',NULL,2945),(33872,'Belciugatele',NULL,2945),(33873,'Borcea',NULL,2945),(33874,'Budesti',NULL,2945),(33875,'Calarasi',NULL,2945),(33876,'Cascioarele',NULL,2945),(33877,'Chirnogi',NULL,2945),(33878,'Chiselet',NULL,2945),(33879,'Ciocanesti',NULL,2945),(33880,'Curcani',NULL,2945),(33881,'Cuza Voda',NULL,2945),(33882,'Dichiseni',NULL,2945),(33883,'Dor Marunt',NULL,2945),(33884,'Dorobantu',NULL,2945),(33885,'Dragalina',NULL,2945),(33886,'Dragos Voda',NULL,2945),(33887,'Frasinet',NULL,2945),(33888,'Frumusani',NULL,2945),(33889,'Fundeni',NULL,2945),(33890,'Fundulea',NULL,2945),(33891,'Gradistea',NULL,2945),(33892,'Gurbanesti',NULL,2945),(33893,'Ileana',NULL,2945),(33894,'Independenta',NULL,2945),(33895,'Jegalia',NULL,2945),(33896,'Lehliu',NULL,2945),(33897,'Lehliu-Gara',NULL,2945),(33898,'Luica',NULL,2945),(33899,'Lupsanu',NULL,2945),(33900,'Manastirea',NULL,2945),(33901,'Mitreni',NULL,2945),(33902,'Modelu',NULL,2945),(33903,'Nana',NULL,2945),(33904,'Nicolae Balcescu',NULL,2945),(33905,'Oltenita',NULL,2945),(33906,'Perisoru',NULL,2945),(33907,'Plataresti',NULL,2945),(33908,'Radovanu',NULL,2945),(33909,'Roseti',NULL,2945),(33910,'Sarulesti',NULL,2945),(33911,'Sohatu',NULL,2945),(33912,'Soldanu',NULL,2945),(33913,'Spantov',NULL,2945),(33914,'Stefan Voda',NULL,2945),(33915,'Stefan cel Mare',NULL,2945),(33916,'Tamadau Mare',NULL,2945),(33917,'Ulmeni',NULL,2945),(33918,'Ulmu',NULL,2945),(33919,'Unirea',NULL,2945),(33920,'Valcelele',NULL,2945),(33921,'Valea Argovei',NULL,2945),(33922,'Vasilati',NULL,2945),(33923,'Vlad Tepes',NULL,2945),(33924,'Anina',NULL,2946),(33925,'Armenis',NULL,2946),(33926,'Baile Herculane',NULL,2946),(33927,'Bania',NULL,2946),(33928,'Bautar',NULL,2946),(33929,'Berliste',NULL,2946),(33930,'Berzasca',NULL,2946),(33931,'Berzovia',NULL,2946),(33932,'Bocsa',NULL,2946),(33933,'Bolvasnita',NULL,2946),(33934,'Bozovici',NULL,2946),(33935,'Brebu',NULL,2946),(33936,'Brebu Nou',NULL,2946),(33937,'Buchin',NULL,2946),(33938,'Bucosnita',NULL,2946),(33939,'Caransebes',NULL,2946),(33940,'Carasova',NULL,2946),(33941,'Carbunari',NULL,2946),(33942,'Ciclova Romana',NULL,2946),(33943,'Ciuchici',NULL,2946),(33944,'Ciudanovita',NULL,2946),(33945,'Constantin Daicoviciu',NULL,2946),(33946,'Copacele',NULL,2946),(33947,'Cornea',NULL,2946),(33948,'Cornereva',NULL,2946),(33949,'Coronini',NULL,2946),(33950,'Dalboset',NULL,2946),(33951,'Doclin',NULL,2946),(33952,'Dognecea',NULL,2946),(33953,'Domasnea',NULL,2946),(33954,'Eftimie Murgu',NULL,2946),(33955,'Ezeris',NULL,2946),(33956,'Farliug',NULL,2946),(33957,'Forotic',NULL,2946),(33958,'Garnic',NULL,2946),(33959,'Glimboca',NULL,2946),(33960,'Goruia',NULL,2946),(33961,'Gradinari',NULL,2946),(33962,'Iablanita',NULL,2946),(33963,'Lapusnicel',NULL,2946),(33964,'Lapusnicu Mare',NULL,2946),(33965,'Luncavita',NULL,2946),(33966,'Lupac',NULL,2946),(33967,'Marga',NULL,2946),(33968,'Maureni',NULL,2946),(33969,'Mehadia',NULL,2946),(33970,'Mehadica',NULL,2946),(33971,'Moldova Noua',NULL,2946),(33972,'Naidas',NULL,2946),(33973,'Obreja',NULL,2946),(33974,'Ocna de Fier',NULL,2946),(33975,'Oravita',NULL,2946),(33976,'Otelu Rosu',NULL,2946),(33977,'Paltinis',NULL,2946),(33978,'Pojejena',NULL,2946),(33979,'Prigor',NULL,2946),(33980,'Racasdia',NULL,2946),(33981,'Ramna',NULL,2946),(33982,'Resita',NULL,2946),(33983,'Rusca Montana',NULL,2946),(33984,'Sacu',NULL,2946),(33985,'Sasca Montana',NULL,2946),(33986,'Sichevita',NULL,2946),(33987,'Slatina-Timis',NULL,2946),(33988,'Socol',NULL,2946),(33989,'Sopotu Nou',NULL,2946),(33990,'Tarnova',NULL,2946),(33991,'Teregova',NULL,2946),(33992,'Ticvaniu Mare',NULL,2946),(33993,'Toplet',NULL,2946),(33994,'Turnu Ruieni',NULL,2946),(33995,'Valiug',NULL,2946),(33996,'Varadia',NULL,2946),(33997,'Vermes',NULL,2946),(33998,'Vrani',NULL,2946),(33999,'Zavoi',NULL,2946),(34000,'Zorlentu Mare',NULL,2946),(34001,'Aghiresu',NULL,2947),(34002,'Aiton',NULL,2947),(34003,'Alunis',NULL,2947),(34004,'Apahida',NULL,2947),(34005,'Aschileu',NULL,2947),(34006,'Baciu',NULL,2947),(34007,'Baisoara',NULL,2947),(34008,'Belis',NULL,2947),(34009,'Bobalna',NULL,2947),(34010,'Bontida',NULL,2947),(34011,'Borsa',NULL,2947),(34012,'Buza',NULL,2947),(34013,'Caianu',NULL,2947),(34014,'Calarasi',NULL,2947),(34015,'Calatele',NULL,2947),(34016,'Camarasu',NULL,2947),(34017,'Campia Turzii',NULL,2947),(34018,'Capusu Mare',NULL,2947),(34019,'Caseiu',NULL,2947),(34020,'Catcau',NULL,2947),(34021,'Catina',NULL,2947),(34022,'Ceanu Mare',NULL,2947),(34023,'Chinteni',NULL,2947),(34024,'Chiuiesti',NULL,2947),(34025,'Ciucea',NULL,2947),(34026,'Ciurila',NULL,2947),(34027,'Cluj-Napoca',NULL,2947),(34028,'Cojocna',NULL,2947),(34029,'Cornesti',NULL,2947),(34030,'Cuzdrioara',NULL,2947),(34031,'Dabaca',NULL,2947),(34032,'Dej',NULL,2947),(34033,'Feleacu',NULL,2947),(34034,'Fizesu Gherlii',NULL,2947),(34035,'Floresti',NULL,2947),(34036,'Frata',NULL,2947),(34037,'Garbau',NULL,2947),(34038,'Geaca',NULL,2947),(34039,'Gherla',NULL,2947),(34040,'Gilau',NULL,2947),(34041,'Huedin',NULL,2947),(34042,'Iara',NULL,2947),(34043,'Iclod',NULL,2947),(34044,'Izvoru Crisului',NULL,2947),(34045,'Jichisu de Jos',NULL,2947),(34046,'Jucu',NULL,2947),(34047,'Luna',NULL,2947),(34048,'Maguri-Racatau',NULL,2947),(34049,'Manastireni',NULL,2947),(34050,'Margau',NULL,2947),(34051,'Marisel',NULL,2947),(34052,'Mica',NULL,2947),(34053,'Mihai Viteazu',NULL,2947),(34054,'Mintiu Gherlii',NULL,2947),(34055,'Mociu',NULL,2947),(34056,'Moldovenesti',NULL,2947),(34057,'Palatca',NULL,2947),(34058,'Panticeu',NULL,2947),(34059,'Petrestii de Jos',NULL,2947),(34060,'Ploscos',NULL,2947),(34061,'Poieni',NULL,2947),(34062,'Rasca',NULL,2947),(34063,'Recea Cristur',NULL,2947),(34064,'Sacuieu',NULL,2947),(34065,'Sancraiu',NULL,2947),(34066,'Sandulesti',NULL,2947),(34067,'Sanmartin',NULL,2947),(34068,'Sanpaul',NULL,2947),(34069,'Savadisla',NULL,2947),(34070,'Sic',NULL,2947),(34071,'Suatu',NULL,2947),(34072,'Taga',NULL,2947),(34073,'Tritenii de Jos',NULL,2947),(34074,'Turda',NULL,2947),(34075,'Tureni',NULL,2947),(34076,'Unguras',NULL,2947),(34077,'Vad',NULL,2947),(34078,'Valea Ierii',NULL,2947),(34079,'Viisoara',NULL,2947),(34080,'Vultureni',NULL,2947),(34081,'Adamclisi',NULL,2948),(34082,'Agigea',NULL,2948),(34083,'Albesti',NULL,2948),(34084,'Aliman',NULL,2948),(34085,'Amzacea',NULL,2948),(34086,'Baneasa',NULL,2948),(34087,'Basarabi',NULL,2948),(34088,'Castelu',NULL,2948),(34089,'Cerchezu',NULL,2948),(34090,'Cernavoda',NULL,2948),(34091,'Chirnogeni',NULL,2948),(34092,'Ciobanu',NULL,2948),(34093,'Ciocarlia',NULL,2948),(34094,'Cobadin',NULL,2948),(34095,'Cogealac',NULL,2948),(34096,'Comana',NULL,2948),(34097,'Constanta',NULL,2948),(34098,'Corbu',NULL,2948),(34099,'Costinesti',NULL,2948),(34100,'Crucea',NULL,2948),(34101,'Cumpana',NULL,2948),(34102,'Deleni',NULL,2948),(34103,'Dobromir',NULL,2948),(34104,'Douazeci si Trei August',NULL,2948),(34105,'Dumbraveni',NULL,2948),(34106,'Eforie',NULL,2948),(34107,'Garliciu',NULL,2948),(34108,'Ghindaresti',NULL,2948),(34109,'Harsova',NULL,2948),(34110,'Horia',NULL,2948),(34111,'Independenta',NULL,2948),(34112,'Ion Corvin',NULL,2948),(34113,'Istria',NULL,2948),(34114,'Limanu',NULL,2948),(34115,'Lipnita',NULL,2948),(34116,'Lumina',NULL,2948),(34117,'Mangalia',NULL,2948),(34118,'Medgidia',NULL,2948),(34119,'Mereni',NULL,2948),(34120,'Mihai Viteazu',NULL,2948),(34121,'Mihail Kogalniceanu',NULL,2948),(34122,'Mircea Voda',NULL,2948),(34123,'Navodari',NULL,2948),(34124,'Negru Voda',NULL,2948),(34125,'Nicolae Balcescu',NULL,2948),(34126,'Oltina',NULL,2948),(34127,'Ostrov',NULL,2948),(34128,'Ovidiu',NULL,2948),(34129,'Pantelimon',NULL,2948),(34130,'Pecineaga',NULL,2948),(34131,'Pestera',NULL,2948),(34132,'Poarta Alba',NULL,2948),(34133,'Rasova',NULL,2948),(34134,'Sacele',NULL,2948),(34135,'Saraiu',NULL,2948),(34136,'Seimeni',NULL,2948),(34137,'Silistea',NULL,2948),(34138,'Targusor',NULL,2948),(34139,'Techirghiol',NULL,2948),(34140,'Topalu',NULL,2948),(34141,'Topraisar',NULL,2948),(34142,'Tortoman',NULL,2948),(34143,'Tuzla',NULL,2948),(34144,'Valu lui Traian',NULL,2948),(34145,'Vulturu',NULL,2948),(34146,'Aita Mare',NULL,2949),(34147,'Baraolt',NULL,2949),(34148,'Barcani',NULL,2949),(34149,'Batani',NULL,2949),(34150,'Belin',NULL,2949),(34151,'Bodoc',NULL,2949),(34152,'Borosneu Mare',NULL,2949),(34153,'Bradut',NULL,2949),(34154,'Brates',NULL,2949),(34155,'Bretcu',NULL,2949),(34156,'Catalina',NULL,2949),(34157,'Cernat',NULL,2949),(34158,'Chichis',NULL,2949),(34159,'Comandau',NULL,2949),(34160,'Covasna',NULL,2949),(34161,'Dobarlau',NULL,2949),(34162,'Ghelinta',NULL,2949),(34163,'Ghidfalau',NULL,2949),(34164,'Haghig',NULL,2949),(34165,'Ilieni',NULL,2949),(34166,'Intorsura Buzaului',NULL,2949),(34167,'Lemnia',NULL,2949),(34168,'Malnas',NULL,2949),(34169,'Moacsa',NULL,2949),(34170,'Ojdula',NULL,2949),(34171,'Ozun',NULL,2949),(34172,'Poian',NULL,2949),(34173,'Reci',NULL,2949),(34174,'Sanzieni',NULL,2949),(34175,'Sfantu Gheorghe',NULL,2949),(34176,'Sita Buzaului',NULL,2949),(34177,'Targu Secuiesc',NULL,2949),(34178,'Turia',NULL,2949),(34179,'Valcele',NULL,2949),(34180,'Valea Crisului',NULL,2949),(34181,'Valea Mare',NULL,2949),(34182,'Varghis',NULL,2949),(34183,'Zabala',NULL,2949),(34184,'Zagon',NULL,2949),(34185,'Aninoasa',NULL,2950),(34186,'Baleni',NULL,2950),(34187,'Barbuletu',NULL,2950),(34188,'Bezdead',NULL,2950),(34189,'Bilciuresti',NULL,2950),(34190,'Branesti',NULL,2950),(34191,'Branistea',NULL,2950),(34192,'Brezoaiele',NULL,2950),(34193,'Buciumeni',NULL,2950),(34194,'Bucsani',NULL,2950),(34195,'Butimanu',NULL,2950),(34196,'Candesti',NULL,2950),(34197,'Ciocanesti',NULL,2950),(34198,'Cobia',NULL,2950),(34199,'Cojasca',NULL,2950),(34200,'Comisani',NULL,2950),(34201,'Contesti',NULL,2950),(34202,'Corbii Mari',NULL,2950),(34203,'Cornatelu',NULL,2950),(34204,'Cornesti',NULL,2950),(34205,'Costestii din Vale',NULL,2950),(34206,'Crangurile de Sus',NULL,2950),(34207,'Crevedia',NULL,2950),(34208,'Darmanesti',NULL,2950),(34209,'Dobra',NULL,2950),(34210,'Doicesti',NULL,2950),(34211,'Dragodana',NULL,2950),(34212,'Dragomiresti',NULL,2950),(34213,'Edera de Jos',NULL,2950),(34214,'Fieni',NULL,2950),(34215,'Finta',NULL,2950),(34216,'Gaesti',NULL,2950),(34217,'Glodeni',NULL,2950),(34218,'Gura Foii',NULL,2950),(34219,'Gura Ocnitei',NULL,2950),(34220,'Gura Sutii',NULL,2950),(34221,'Hulubesti',NULL,2950),(34222,'Ion luca Caragiale',NULL,2950),(34223,'Lucieni',NULL,2950),(34224,'Ludesti',NULL,2950),(34225,'Lunguletu',NULL,2950),(34226,'Malu cu Flori',NULL,2950),(34227,'Manesti',NULL,2950),(34228,'Matasaru',NULL,2950),(34229,'Mogosani',NULL,2950),(34230,'Moreni',NULL,2950),(34231,'Moroeni',NULL,2950),(34232,'Morteni',NULL,2950),(34233,'Motaeni',NULL,2950),(34234,'Niculesti',NULL,2950),(34235,'Nucet',NULL,2950),(34236,'Ocnita',NULL,2950),(34237,'Odobesti',NULL,2950),(34238,'Petresti',NULL,2950),(34239,'Pietrosita',NULL,2950),(34240,'Poiana',NULL,2950),(34241,'Potlogi',NULL,2950),(34242,'Produlesti',NULL,2950),(34243,'Pucheni',NULL,2950),(34244,'Pucioasa',NULL,2950),(34245,'Racari',NULL,2950),(34246,'Razvad',NULL,2950),(34247,'Runcu',NULL,2950),(34248,'Salcioara',NULL,2950),(34249,'Selaru',NULL,2950),(34250,'Slobozia Moara',NULL,2950),(34251,'Sotanga',NULL,2950),(34252,'Targoviste',NULL,2950),(34253,'Tartasesti',NULL,2950),(34254,'Tatarani',NULL,2950),(34255,'Titu',NULL,2950),(34256,'Uliesti',NULL,2950),(34257,'Ulmi',NULL,2950),(34258,'Vacaresti',NULL,2950),(34259,'Valea Lunga',NULL,2950),(34260,'Valea Mare',NULL,2950),(34261,'Valeni-Dambovita',NULL,2950),(34262,'Varfuri',NULL,2950),(34263,'Visina',NULL,2950),(34264,'Visinesti',NULL,2950),(34265,'Voinesti',NULL,2950),(34266,'Vulcana Bai',NULL,2950),(34267,'Afumati',NULL,2951),(34268,'Almajiu',NULL,2951),(34269,'Amarastii de Jos',NULL,2951),(34270,'Amarastii de Sus',NULL,2951),(34271,'Apele Vii',NULL,2951),(34272,'Argetoaia',NULL,2951),(34273,'Bailesti',NULL,2951),(34274,'Barca',NULL,2951),(34275,'Bechet',NULL,2951),(34276,'Bistret',NULL,2951),(34277,'Botosesti-Paia',NULL,2951),(34278,'Brabova',NULL,2951),(34279,'Bradesti',NULL,2951),(34280,'Bralostita',NULL,2951),(34281,'Bratovoesti',NULL,2951),(34282,'Breasta',NULL,2951),(34283,'Bucovat',NULL,2951),(34284,'Bulzesti',NULL,2951),(34285,'Calafat',NULL,2951),(34286,'Calarasi',NULL,2951),(34287,'Calopar',NULL,2951),(34288,'Caraula',NULL,2951),(34289,'Carpen',NULL,2951),(34290,'Castra-Nova',NULL,2951),(34291,'Celaru',NULL,2951),(34292,'Ceratu',NULL,2951),(34293,'Cernatesti',NULL,2951),(34294,'Cetate',NULL,2951),(34295,'Cioroiasiu',NULL,2951),(34296,'Ciupercenii Noi',NULL,2951),(34297,'Cosoveni',NULL,2951),(34298,'Cotofenii din Dos',NULL,2951),(34299,'Craiova',NULL,2951),(34300,'Dabuleni',NULL,2951),(34301,'Daneti',NULL,2951),(34302,'Desa',NULL,2951),(34303,'Diosti',NULL,2951),(34304,'Dobresti',NULL,2951),(34305,'Dragotesti',NULL,2951),(34306,'Dranic',NULL,2951),(34307,'Farcasu',NULL,2951),(34308,'Filiasi',NULL,2951),(34309,'Galicea Mare',NULL,2951),(34310,'Gangiova',NULL,2951),(34311,'Ghercesti',NULL,2951),(34312,'Gighera',NULL,2951),(34313,'Giubega',NULL,2951),(34314,'Giurgita',NULL,2951),(34315,'Gogosu',NULL,2951),(34316,'Goicea',NULL,2951),(34317,'Goiesti',NULL,2951),(34318,'Grecesti',NULL,2951),(34319,'Isalnita',NULL,2951),(34320,'Izvoare',NULL,2951),(34321,'Leu',NULL,2951),(34322,'Lipovu',NULL,2951),(34323,'Macesu de Jos',NULL,2951),(34324,'Macesu de Sus',NULL,2951),(34325,'Maglavit',NULL,2951),(34326,'Malu Mare',NULL,2951),(34327,'Marsani',NULL,2951),(34328,'Melinesti',NULL,2951),(34329,'Mischii',NULL,2951),(34330,'Motatei',NULL,2951),(34331,'Murgasi',NULL,2951),(34332,'Negoi',NULL,2951),(34333,'Orodel',NULL,2951),(34334,'Ostroveni',NULL,2951),(34335,'Perisor',NULL,2951),(34336,'Pielesti',NULL,2951),(34337,'Piscu Vechi',NULL,2951),(34338,'Plenita',NULL,2951),(34339,'Podari',NULL,2951),(34340,'Poiana Mare',NULL,2951),(34341,'Predesti',NULL,2951),(34342,'Radovan',NULL,2951),(34343,'Rastu',NULL,2951),(34344,'Robanesti',NULL,2951),(34345,'Sadova',NULL,2951),(34346,'Salcuta',NULL,2951),(34347,'Scaesti',NULL,2951),(34348,'Seaca de Camp',NULL,2951),(34349,'Seaca de Padure',NULL,2951),(34350,'Secu',NULL,2951),(34351,'Segarcea',NULL,2951),(34352,'Silistea Crucii',NULL,2951),(34353,'Simnicu de Sus',NULL,2951),(34354,'Sopot',NULL,2951),(34355,'Teasc',NULL,2951),(34356,'Terpezita',NULL,2951),(34357,'Teslui',NULL,2951),(34358,'Tuglui',NULL,2951),(34359,'Unirea',NULL,2951),(34360,'Urzicuta',NULL,2951),(34361,'Valea Stanciului',NULL,2951),(34362,'Vartop',NULL,2951),(34363,'Varvoru',NULL,2951),(34364,'Vela',NULL,2951),(34365,'Verbita',NULL,2951),(34366,'Balabanesti',NULL,2952),(34367,'Balasesti',NULL,2952),(34368,'Baleni',NULL,2952),(34369,'Baneasa',NULL,2952),(34370,'Barcea',NULL,2952),(34371,'Beresti',NULL,2952),(34372,'Beresti-Sat',NULL,2952),(34373,'Brahasesti',NULL,2952),(34374,'Branistea',NULL,2952),(34375,'Buciumeni',NULL,2952),(34376,'Cavadinesti',NULL,2952),(34377,'Certesti',NULL,2952),(34378,'Corni',NULL,2952),(34379,'Corod',NULL,2952),(34380,'Cosmesti',NULL,2952),(34381,'Costache Negri',NULL,2952),(34382,'Cuca',NULL,2952),(34383,'Cudalbi',NULL,2952),(34384,'Draganesti',NULL,2952),(34385,'Draguseni',NULL,2952),(34386,'Fartanesti',NULL,2952),(34387,'Foltesti',NULL,2952),(34388,'Frumusita',NULL,2952),(34389,'Fundeni',NULL,2952),(34390,'Galati',NULL,2952),(34391,'Ghidigeni',NULL,2952),(34392,'Gohor',NULL,2952),(34393,'Grivita',NULL,2952),(34394,'Independenta',NULL,2952),(34395,'Ivesti',NULL,2952),(34396,'Jorasti',NULL,2952),(34397,'Liesti',NULL,2952),(34398,'Mastacani',NULL,2952),(34399,'Matca',NULL,2952),(34400,'Movileni',NULL,2952),(34401,'Munteni',NULL,2952),(34402,'Namoloasa',NULL,2952),(34403,'Nicoresti',NULL,2952),(34404,'Oancea',NULL,2952),(34405,'Pechea',NULL,2952),(34406,'Piscu',NULL,2952),(34407,'Priponesti',NULL,2952),(34408,'Rediu',NULL,2952),(34409,'Scanteiesti',NULL,2952),(34410,'Schela',NULL,2952),(34411,'Sendreni',NULL,2952),(34412,'Slobozia-Conachi',NULL,2952),(34413,'Smardan',NULL,2952),(34414,'Smulti',NULL,2952),(34415,'Suceveni',NULL,2952),(34416,'Targu Bujor',NULL,2952),(34417,'Tecuci',NULL,2952),(34418,'Tepu',NULL,2952),(34419,'Tudor Vladimirescu',NULL,2952),(34420,'Tulucesti',NULL,2952),(34421,'Umbraresti',NULL,2952),(34422,'Valea Marului',NULL,2952),(34423,'Vanatori',NULL,2952),(34424,'Varlezi',NULL,2952),(34425,'Vladesti',NULL,2952),(34426,'Adunatii-Copaceni',NULL,2953),(34427,'Baneasa',NULL,2953),(34428,'Bolintin Deal',NULL,2953),(34429,'Bolintinu-din-Vale',NULL,2953),(34430,'Bucsani',NULL,2953),(34431,'Bulbucata',NULL,2953),(34432,'Buturugeni',NULL,2953),(34433,'Calugareni',NULL,2953),(34434,'Clejani',NULL,2953),(34435,'Colibasi',NULL,2953),(34436,'Comana',NULL,2953),(34437,'Crevedia Mare',NULL,2953),(34438,'Daia',NULL,2953),(34439,'Floresti-Stoenesti',NULL,2953),(34440,'Fratesti',NULL,2953),(34441,'Gaiseni',NULL,2953),(34442,'Gaujani',NULL,2953),(34443,'Ghimpati',NULL,2953),(34444,'Giurgiu',NULL,2953),(34445,'Gogosari',NULL,2953),(34446,'Gostinari',NULL,2953),(34447,'Gostinu',NULL,2953),(34448,'Gradinari',NULL,2953),(34449,'Greaca',NULL,2953),(34450,'Hotarele',NULL,2953),(34451,'Iepuresti',NULL,2953),(34452,'Izvoarele',NULL,2953),(34453,'Joita',NULL,2953),(34454,'Letca Noua',NULL,2953),(34455,'Marsa',NULL,2953),(34456,'Mihai Bravu',NULL,2953),(34457,'Mihailesti',NULL,2953),(34458,'Ogrezeni',NULL,2953),(34459,'Oinacu',NULL,2953),(34460,'Prundu',NULL,2953),(34461,'Putineiu',NULL,2953),(34462,'Rasuceni',NULL,2953),(34463,'Roata de Jos',NULL,2953),(34464,'Schitu',NULL,2953),(34465,'Singureni',NULL,2953),(34466,'Slobozia',NULL,2953),(34467,'Stanesti',NULL,2953),(34468,'Stoenesti',NULL,2953),(34469,'Toporu',NULL,2953),(34470,'Ulmi',NULL,2953),(34471,'Valea Dragului',NULL,2953),(34472,'Vanatorii Mici',NULL,2953),(34473,'Varasti',NULL,2953),(34474,'Vedea',NULL,2953),(34475,'Albeni',NULL,2954),(34476,'Alimpesti',NULL,2954),(34477,'Aninoasa',NULL,2954),(34478,'Arcani',NULL,2954),(34479,'Baia de Fier',NULL,2954),(34480,'Balanesti',NULL,2954),(34481,'Balesti',NULL,2954),(34482,'Balteni',NULL,2954),(34483,'Barbatesti',NULL,2954),(34484,'Bengesti',NULL,2954),(34485,'Berlesti',NULL,2954),(34486,'Bolbosi',NULL,2954),(34487,'Borascu',NULL,2954),(34488,'Branesti',NULL,2954),(34489,'Bumbesti-Jiu',NULL,2954),(34490,'Bumbesti-Piticu',NULL,2954),(34491,'Bustuchin',NULL,2954),(34492,'Calnic',NULL,2954),(34493,'Capreni',NULL,2954),(34494,'Catunele',NULL,2954),(34495,'Ciuperceni',NULL,2954),(34496,'Crasna',NULL,2954),(34497,'Crusetu',NULL,2954),(34498,'Danciulesti',NULL,2954),(34499,'Danesti',NULL,2954),(34500,'Dragotesti',NULL,2954),(34501,'Dragutesti',NULL,2954),(34502,'Farcasesti',NULL,2954),(34503,'Glogova',NULL,2954),(34504,'Godinesti',NULL,2954),(34505,'Hurezani',NULL,2954),(34506,'Ionesti',NULL,2954),(34507,'Jupanesti',NULL,2954),(34508,'Lelesti',NULL,2954),(34509,'Licuriciu',NULL,2954),(34510,'Logresti',NULL,2954),(34511,'Matasari',NULL,2954),(34512,'Motru',NULL,2954),(34513,'Musetesti',NULL,2954),(34514,'Negomiru',NULL,2954),(34515,'Novaci',NULL,2954),(34516,'Pades',NULL,2954),(34517,'Pestisani',NULL,2954),(34518,'Plopsoru',NULL,2954),(34519,'Polovragi',NULL,2954),(34520,'Prigoria',NULL,2954),(34521,'Rosia de Amaradia',NULL,2954),(34522,'Rovinari',NULL,2954),(34523,'Runcu',NULL,2954),(34524,'Sacelu',NULL,2954),(34525,'Samarinesti',NULL,2954),(34526,'Saulesti',NULL,2954),(34527,'Schela',NULL,2954),(34528,'Scoarta',NULL,2954),(34529,'Slivilesti',NULL,2954),(34530,'Stanesti',NULL,2954),(34531,'Stejari',NULL,2954),(34532,'Stoina',NULL,2954),(34533,'Tantareni',NULL,2954),(34534,'Targu Carbunesti',NULL,2954),(34535,'Targu Jiu',NULL,2954),(34536,'Telesti',NULL,2954),(34537,'Ticleni',NULL,2954),(34538,'Tismana',NULL,2954),(34539,'Turburea',NULL,2954),(34540,'Turceni',NULL,2954),(34541,'Turcinesti',NULL,2954),(34542,'Urdari',NULL,2954),(34543,'Vagiulesti',NULL,2954),(34544,'Vladimir',NULL,2954),(34545,'Atid',NULL,2955),(34546,'Avramesti',NULL,2955),(34547,'Baile Tusnad',NULL,2955),(34548,'Balan',NULL,2955),(34549,'Bilbor',NULL,2955),(34550,'Borsec',NULL,2955),(34551,'Bradesti',NULL,2955),(34552,'Capalnita',NULL,2955),(34553,'Carta',NULL,2955),(34554,'Ciucsangeorgiu',NULL,2955),(34555,'Ciumani',NULL,2955),(34556,'Corbu',NULL,2955),(34557,'Corund',NULL,2955),(34558,'Cristuru Secuiesc',NULL,2955),(34559,'Danesti',NULL,2955),(34560,'Darjiu',NULL,2955),(34561,'Dealu',NULL,2955),(34562,'Ditrau',NULL,2955),(34563,'Feliceni',NULL,2955),(34564,'Frumoasa',NULL,2955),(34565,'Galautas',NULL,2955),(34566,'Gheorgheni',NULL,2955),(34567,'Joseni',NULL,2955),(34568,'Lazarea',NULL,2955),(34569,'Lueta',NULL,2955),(34570,'Lunca de Jos',NULL,2955),(34571,'Lunca de Sus',NULL,2955),(34572,'Lupeni',NULL,2955),(34573,'Martinis',NULL,2955),(34574,'Meresti',NULL,2955),(34575,'Miercurea-Ciuc',NULL,2955),(34576,'Mihaileni',NULL,2955),(34577,'Mugeni',NULL,2955),(34578,'Ocland',NULL,2955),(34579,'Odorheiu Secuiesc',NULL,2955),(34580,'Pauleni-Ciuc',NULL,2955),(34581,'Plaiesii-de-Jos',NULL,2955),(34582,'Praid',NULL,2955),(34583,'Remetea',NULL,2955),(34584,'Sacel',NULL,2955),(34585,'Sancraieni',NULL,2955),(34586,'Sandominic',NULL,2955),(34587,'Sanmartin',NULL,2955),(34588,'Sansimion',NULL,2955),(34589,'Sarmas',NULL,2955),(34590,'Secuieni',NULL,2955),(34591,'Siculeni',NULL,2955),(34592,'Simonesti',NULL,2955),(34593,'Subcetate',NULL,2955),(34594,'Suseni',NULL,2955),(34595,'Toplita',NULL,2955),(34596,'Tulghes',NULL,2955),(34597,'Tusnad',NULL,2955),(34598,'Ulies',NULL,2955),(34599,'Varsag',NULL,2955),(34600,'Vlahita',NULL,2955),(34601,'Voslobeni',NULL,2955),(34602,'Zetea',NULL,2955),(34603,'Aninoasa',NULL,2956),(34604,'Bacia',NULL,2956),(34605,'Baia de Cris',NULL,2956),(34606,'Baita',NULL,2956),(34607,'Balsa',NULL,2956),(34608,'Banita',NULL,2956),(34609,'Baru',NULL,2956),(34610,'Batrana',NULL,2956),(34611,'Beriu',NULL,2956),(34612,'Berthelot',NULL,2956),(34613,'Blajeni',NULL,2956),(34614,'Bosorod',NULL,2956),(34615,'Brad',NULL,2956),(34616,'Branisca',NULL,2956),(34617,'Bretea Romana',NULL,2956),(34618,'Buces',NULL,2956),(34619,'Bucuresci',NULL,2956),(34620,'Bulzesti',NULL,2956),(34621,'Bunila',NULL,2956),(34622,'Burjuc',NULL,2956),(34623,'Calan',NULL,2956),(34624,'Carjiti',NULL,2956),(34625,'Cerbal',NULL,2956),(34626,'Certeju de Sus',NULL,2956),(34627,'Criscior',NULL,2956),(34628,'Densus',NULL,2956),(34629,'Deva',NULL,2956),(34630,'Dobra',NULL,2956),(34631,'Geoagiu',NULL,2956),(34632,'Ghelari',NULL,2956),(34633,'Gurasada',NULL,2956),(34634,'Harau',NULL,2956),(34635,'Hateg',NULL,2956),(34636,'Hunedoara',NULL,2956),(34637,'Ilia',NULL,2956),(34638,'Lapugiu de Jos',NULL,2956),(34639,'Lelese',NULL,2956),(34640,'Lunca Cernii de Jos',NULL,2956),(34641,'Luncoiu de Jos',NULL,2956),(34642,'Lupeni',NULL,2956),(34643,'Martinesti',NULL,2956),(34644,'Orastie',NULL,2956),(34645,'Orastioara de Sus',NULL,2956),(34646,'Pestisu Mic',NULL,2956),(34647,'Petrila',NULL,2956),(34648,'Petrosani',NULL,2956),(34649,'Pui',NULL,2956),(34650,'Rachitova',NULL,2956),(34651,'Rapoltu Mare',NULL,2956),(34652,'Rau de Mori',NULL,2956),(34653,'Ribita',NULL,2956),(34654,'Romos',NULL,2956),(34655,'Salasu de Sus',NULL,2956),(34656,'Santamaria Orlea',NULL,2956),(34657,'Sarmizegetusa',NULL,2956),(34658,'Simeria',NULL,2956),(34659,'Soimus',NULL,2956),(34660,'Teliucu Inferior',NULL,2956),(34661,'Tomesti',NULL,2956),(34662,'Toplita',NULL,2956),(34663,'Totesti',NULL,2956),(34664,'Turdas',NULL,2956),(34665,'Uricani',NULL,2956),(34666,'Valisoara',NULL,2956),(34667,'Vata de Jos',NULL,2956),(34668,'Vetel',NULL,2956),(34669,'Vorta',NULL,2956),(34670,'Vulcan',NULL,2956),(34671,'Zam',NULL,2956),(34672,'Adancata',NULL,2957),(34673,'Albesti',NULL,2957),(34674,'Alexeni',NULL,2957),(34675,'Amara',NULL,2957),(34676,'Andrasesti',NULL,2957),(34677,'Armasesti',NULL,2957),(34678,'Axintele',NULL,2957),(34679,'Balaciu',NULL,2957),(34680,'Barcanesti',NULL,2957),(34681,'Bordusani',NULL,2957),(34682,'Brazii',NULL,2957),(34683,'Bucu',NULL,2957),(34684,'Cazanesti',NULL,2957),(34685,'Ciocarlia',NULL,2957),(34686,'Ciochina',NULL,2957),(34687,'Ciulnita',NULL,2957),(34688,'Cocora',NULL,2957),(34689,'Cosambesti',NULL,2957),(34690,'Cosereni',NULL,2957),(34691,'Dragoesti',NULL,2957),(34692,'Dridu',NULL,2957),(34693,'Facaeni',NULL,2957),(34694,'Fetesti',NULL,2957),(34695,'Fierbinti-Targ',NULL,2957),(34696,'Garbovi',NULL,2957),(34697,'Gheorghe Doja',NULL,2957),(34698,'Gheorghe Lazar',NULL,2957),(34699,'Giurgeni',NULL,2957),(34700,'Grindu',NULL,2957),(34701,'Grivita',NULL,2957),(34702,'Ion Roata',NULL,2957),(34703,'Jilavele',NULL,2957),(34704,'Manasia',NULL,2957),(34705,'Mihail Kogalniceanu',NULL,2957),(34706,'Milosesti',NULL,2957),(34707,'Movila',NULL,2957),(34708,'Movilita',NULL,2957),(34709,'Munteni Buzau',NULL,2957),(34710,'Perieti',NULL,2957),(34711,'Reviga',NULL,2957),(34712,'Salcioara',NULL,2957),(34713,'Saveni',NULL,2957),(34714,'Scanteia',NULL,2957),(34715,'Sfantu Gheorghe',NULL,2957),(34716,'Sinesti',NULL,2957),(34717,'Slobozia',NULL,2957),(34718,'Stelnica',NULL,2957),(34719,'Suditi',NULL,2957),(34720,'Tandarei',NULL,2957),(34721,'Urziceni',NULL,2957),(34722,'Valea Ciorii',NULL,2957),(34723,'Valea Macrisului',NULL,2957),(34724,'Vladeni',NULL,2957),(34725,'Alexandru Ioan Cuza',NULL,2958),(34726,'Andrieseni',NULL,2958),(34727,'Aroneanu',NULL,2958),(34728,'Baltati',NULL,2958),(34729,'Barnova',NULL,2958),(34730,'Belcesti',NULL,2958),(34731,'Bivolari',NULL,2958),(34732,'Braesti',NULL,2958),(34733,'Butea',NULL,2958),(34734,'Ceplenita',NULL,2958),(34735,'Ciortesti',NULL,2958),(34736,'Ciurea',NULL,2958),(34737,'Coarnele Caprei',NULL,2958),(34738,'Comarna',NULL,2958),(34739,'Costuleni',NULL,2958),(34740,'Cotnari',NULL,2958),(34741,'Cozmesti',NULL,2958),(34742,'Cristesti',NULL,2958),(34743,'Cucuteni',NULL,2958),(34744,'Dagata',NULL,2958),(34745,'Deleni',NULL,2958),(34746,'Dobrovat',NULL,2958),(34747,'Dolhesti',NULL,2958),(34748,'Dumesti',NULL,2958),(34749,'Erbiceni',NULL,2958),(34750,'Focuri',NULL,2958),(34751,'Golaesti',NULL,2958),(34752,'Gorban',NULL,2958),(34753,'Grajduri',NULL,2958),(34754,'Gropnita',NULL,2958),(34755,'Grozesti',NULL,2958),(34756,'Halaucesti',NULL,2958),(34757,'Harlau',NULL,2958),(34758,'Helesteni Harmaneasa',NULL,2958),(34759,'Holboca',NULL,2958),(34760,'Horlesti',NULL,2958),(34761,'Iasi',NULL,2958),(34762,'Ipatele',NULL,2958),(34763,'Lespezi',NULL,2958),(34764,'Letcani',NULL,2958),(34765,'Lungani',NULL,2958),(34766,'Madarjac',NULL,2958),(34767,'Mircesti',NULL,2958),(34768,'Mironeasa',NULL,2958),(34769,'Miroslava',NULL,2958),(34770,'Miroslovesti',NULL,2958),(34771,'Mogosesti',NULL,2958),(34772,'Mogosesti-Siret',NULL,2958),(34773,'Mosna',NULL,2958),(34774,'Motca',NULL,2958),(34775,'Movileni',NULL,2958),(34776,'Oteleni',NULL,2958),(34777,'Pascani',NULL,2958),(34778,'Plugari',NULL,2958),(34779,'Podu Iloaiei',NULL,2958),(34780,'Popesti',NULL,2958),(34781,'Popricani',NULL,2958),(34782,'Prisacani',NULL,2958),(34783,'Probota',NULL,2958),(34784,'Raducaneni',NULL,2958),(34785,'Rediu',NULL,2958),(34786,'Romanesti',NULL,2958),(34787,'Ruginoasa',NULL,2958),(34788,'Scanteia',NULL,2958),(34789,'Scheia',NULL,2958),(34790,'Schitu-Duca',NULL,2958),(34791,'Scobinti',NULL,2958),(34792,'Sinesti',NULL,2958),(34793,'Sipote',NULL,2958),(34794,'Siretel',NULL,2958),(34795,'Stolniceni-Prajescu',NULL,2958),(34796,'Strunga',NULL,2958),(34797,'Tansa',NULL,2958),(34798,'Targu Gangiulesti',NULL,2958),(34799,'Tatarusi',NULL,2958),(34800,'Tibana',NULL,2958),(34801,'Tibanesti',NULL,2958),(34802,'Tiganasi',NULL,2958),(34803,'Todiresti',NULL,2958),(34804,'Tomesti',NULL,2958),(34805,'Trifesti',NULL,2958),(34806,'Tutora',NULL,2958),(34807,'Ungheni',NULL,2958),(34808,'Valea Seaca',NULL,2958),(34809,'Vanatori',NULL,2958),(34810,'Victoria',NULL,2958),(34811,'Vladeni',NULL,2958),(34812,'Voinesti',NULL,2958),(34813,'Afumati',NULL,2959),(34814,'Balotesti',NULL,2959),(34815,'Berceni',NULL,2959),(34816,'Bragadiru',NULL,2959),(34817,'Branesti',NULL,2959),(34818,'Buftea',NULL,2959),(34819,'Cernica',NULL,2959),(34820,'Chiajna',NULL,2959),(34821,'Chitila',NULL,2959),(34822,'Ciolpani',NULL,2959),(34823,'Ciorogarla',NULL,2959),(34824,'Clinceni',NULL,2959),(34825,'Corbeanca',NULL,2959),(34826,'Cornetu',NULL,2959),(34827,'Darasti-Ilfov',NULL,2959),(34828,'Dascalu',NULL,2959),(34829,'Dobroesti',NULL,2959),(34830,'Domnesti',NULL,2959),(34831,'Dragomiresti-Vale',NULL,2959),(34832,'Ganeasa',NULL,2959),(34833,'Glina',NULL,2959),(34834,'Gradistea',NULL,2959),(34835,'Gruiu',NULL,2959),(34836,'Jilava',NULL,2959),(34837,'Magurele',NULL,2959),(34838,'Moara Vlasiei',NULL,2959),(34839,'Mogosoaia',NULL,2959),(34840,'Nuci',NULL,2959),(34841,'Otopeni',NULL,2959),(34842,'Pantelimon',NULL,2959),(34843,'Peris',NULL,2959),(34844,'Petrachioaia',NULL,2959),(34845,'Popesti-Leordeni',NULL,2959),(34846,'Prim Decembrie',NULL,2959),(34847,'Snagov',NULL,2959),(34848,'Stefanestii de Jos',NULL,2959),(34849,'Tunari',NULL,2959),(34850,'Vidra',NULL,2959),(34851,'Voluntari',NULL,2959),(34852,'Ardusat',NULL,2960),(34853,'Arinis',NULL,2960),(34854,'Asuaju de Sus',NULL,2960),(34855,'Baia Mare',NULL,2960),(34856,'Baia-Sprie',NULL,2960),(34857,'Baita de sub Codru',NULL,2960),(34858,'Baiut',NULL,2960),(34859,'Barsana',NULL,2960),(34860,'Basesti',NULL,2960),(34861,'Bicaz',NULL,2960),(34862,'Bistra',NULL,2960),(34863,'Bocicoiu Mare',NULL,2960),(34864,'Bogdan Voda',NULL,2960),(34865,'Boiu Mare',NULL,2960),(34866,'Borsa',NULL,2960),(34867,'Botiza',NULL,2960),(34868,'Budesti',NULL,2960),(34869,'Calinesti',NULL,2960),(34870,'Campulung la Tisa',NULL,2960),(34871,'Cavnic',NULL,2960),(34872,'Cernesti',NULL,2960),(34873,'Cicarlau',NULL,2960),(34874,'Copalnic Manastur',NULL,2960),(34875,'Coroieni',NULL,2960),(34876,'Cupseni',NULL,2960),(34877,'Desesti',NULL,2960),(34878,'Dragomiresti',NULL,2960),(34879,'Dumbravita',NULL,2960),(34880,'Farcasa',NULL,2960),(34881,'Giulesti',NULL,2960),(34882,'Grosi',NULL,2960),(34883,'Ieud',NULL,2960),(34884,'Lapus',NULL,2960),(34885,'Leordina',NULL,2960),(34886,'Miresu Mare',NULL,2960),(34887,'Moisei',NULL,2960),(34888,'Oarta de Jos',NULL,2960),(34889,'Ocna Sugatag',NULL,2960),(34890,'Petrova',NULL,2960),(34891,'Poienile Izei',NULL,2960),(34892,'Poienile de sub Munte',NULL,2960),(34893,'Recea',NULL,2960),(34894,'Remetea Chioarului',NULL,2960),(34895,'Remeti',NULL,2960),(34896,'Repedea',NULL,2960),(34897,'Rona de Jos',NULL,2960),(34898,'Rona de Sus',NULL,2960),(34899,'Rozavlea',NULL,2960),(34900,'Ruscova',NULL,2960),(34901,'Sacalaseni',NULL,2960),(34902,'Sacel',NULL,2960),(34903,'Salistea de Sus',NULL,2960),(34904,'Salsig',NULL,2960),(34905,'Sapanta',NULL,2960),(34906,'Sarasau',NULL,2960),(34907,'Sasar',NULL,2960),(34908,'Satulung',NULL,2960),(34909,'Seini',NULL,2960),(34910,'Sighetu Marmatiei',NULL,2960),(34911,'Sisesti',NULL,2960),(34912,'Somcuta Mare',NULL,2960),(34913,'Stramtura',NULL,2960),(34914,'Suciu de Sus',NULL,2960),(34915,'Targu-Lapus',NULL,2960),(34916,'Tautii Margheraus',NULL,2960),(34917,'Ulmeni',NULL,2960),(34918,'Vadu Izei',NULL,2960),(34919,'Valea Chioarului',NULL,2960),(34920,'Vima Mica',NULL,2960),(34921,'Viseu de Jos',NULL,2960),(34922,'Viseu de Sus',NULL,2960),(34923,'Baclesu',NULL,2961),(34924,'Baia de Arama',NULL,2961),(34925,'Bala',NULL,2961),(34926,'Balacita',NULL,2961),(34927,'Balta',NULL,2961),(34928,'Balvanesti',NULL,2961),(34929,'Breznita Ocol',NULL,2961),(34930,'Breznita-Motru',NULL,2961),(34931,'Brosteni',NULL,2961),(34932,'Burila Mare',NULL,2961),(34933,'Butoiesti',NULL,2961),(34934,'Cazanesti',NULL,2961),(34935,'Ciresu',NULL,2961),(34936,'Corcova',NULL,2961),(34937,'Corlatel',NULL,2961),(34938,'Cujmir',NULL,2961),(34939,'Darvari',NULL,2961),(34940,'Devesel',NULL,2961),(34941,'Drobeta-Turnu Severin',NULL,2961),(34942,'Dubova',NULL,2961),(34943,'Dumbrava',NULL,2961),(34944,'Eselnita',NULL,2961),(34945,'Floresti',NULL,2961),(34946,'Garla Mare',NULL,2961),(34947,'Godeanu',NULL,2961),(34948,'Gogosu',NULL,2961),(34949,'Greci',NULL,2961),(34950,'Grozesti',NULL,2961),(34951,'Gruia',NULL,2961),(34952,'Hinova',NULL,2961),(34953,'Husnicioara',NULL,2961),(34954,'Ilovat',NULL,2961),(34955,'Ilovita',NULL,2961),(34956,'Isverna',NULL,2961),(34957,'Izvoru Barzii',NULL,2961),(34958,'Jiana',NULL,2961),(34959,'Livezile',NULL,2961),(34960,'Malovat',NULL,2961),(34961,'Obarsia Noua',NULL,2961),(34962,'Obarsia-Closani',NULL,2961),(34963,'Oprisor',NULL,2961),(34964,'Orsova',NULL,2961),(34965,'Padina',NULL,2961),(34966,'Patulele',NULL,2961),(34967,'Podeni',NULL,2961),(34968,'Ponoarele',NULL,2961),(34969,'Poroina Mare',NULL,2961),(34970,'Pristol',NULL,2961),(34971,'Prunisor',NULL,2961),(34972,'Punghina',NULL,2961),(34973,'Rogova',NULL,2961),(34974,'Salcia',NULL,2961),(34975,'Simian',NULL,2961),(34976,'Sisesti',NULL,2961),(34977,'Sovarna',NULL,2961),(34978,'Stangaceaua',NULL,2961),(34979,'Strehaia',NULL,2961),(34980,'Svinita',NULL,2961),(34981,'Tamna',NULL,2961),(34982,'Vanatori',NULL,2961),(34983,'Vanju Mare',NULL,2961),(34984,'Vanjulet',NULL,2961),(34985,'Vladaia',NULL,2961),(34986,'Voloiac',NULL,2961),(34987,'Acatari',NULL,2962),(34988,'Adamus',NULL,2962),(34989,'Albesti',NULL,2962),(34990,'Alunis',NULL,2962),(34991,'Apold',NULL,2962),(34992,'Atintis',NULL,2962),(34993,'Bagaciu',NULL,2962),(34994,'Bahnea',NULL,2962),(34995,'Bala',NULL,2962),(34996,'Balauseri',NULL,2962),(34997,'Band',NULL,2962),(34998,'Batos',NULL,2962),(34999,'Beica de Jos',NULL,2962),(35000,'Bichis',NULL,2962),(35001,'Bogata',NULL,2962),(35002,'Brancovenesti',NULL,2962),(35003,'Breaza',NULL,2962),(35004,'Ceuasul-de Campie',NULL,2962),(35005,'Chetani',NULL,2962),(35006,'Chiheru de Jos',NULL,2962),(35007,'Coroisanmartin',NULL,2962),(35008,'Cozma',NULL,2962),(35009,'Craciunesti',NULL,2962),(35010,'Craiesti',NULL,2962),(35011,'Cristesti',NULL,2962),(35012,'Cucerdea',NULL,2962),(35013,'Cuci',NULL,2962),(35014,'Danes',NULL,2962),(35015,'Deda',NULL,2962),(35016,'Eremitu',NULL,2962),(35017,'Ernei',NULL,2962),(35018,'Fantanele',NULL,2962),(35019,'Faragau',NULL,2962),(35020,'Galesti',NULL,2962),(35021,'Ganesti',NULL,2962),(35022,'Gheorghe Doja',NULL,2962),(35023,'Ghindari',NULL,2962),(35024,'Glodeni',NULL,2962),(35025,'Gornesti',NULL,2962),(35026,'Grebenisu de Campie',NULL,2962),(35027,'Gurghiu',NULL,2962),(35028,'Hodac',NULL,2962),(35029,'Hodosa',NULL,2962),(35030,'Ibanesti',NULL,2962),(35031,'Iclanzel',NULL,2962),(35032,'Ideciu de Jos',NULL,2962),(35033,'Iernut',NULL,2962),(35034,'Livezeni',NULL,2962),(35035,'Ludus',NULL,2962),(35036,'Lunca',NULL,2962),(35037,'Lunca Bradului',NULL,2962),(35038,'Magherani',NULL,2962),(35039,'Mica',NULL,2962),(35040,'Miercurea Nirajului',NULL,2962),(35041,'Mihesu de Campie',NULL,2962),(35042,'Nades',NULL,2962),(35043,'Neaua',NULL,2962),(35044,'Ogra',NULL,2962),(35045,'Panet',NULL,2962),(35046,'Papiu Ilarian',NULL,2962),(35047,'Pasareni',NULL,2962),(35048,'Petelea',NULL,2962),(35049,'Pogaceaua',NULL,2962),(35050,'Raciu',NULL,2962),(35051,'Rastolita',NULL,2962),(35052,'Reghin',NULL,2962),(35053,'Rusii Munti',NULL,2962),(35054,'Sancraiul-de-Mures',NULL,2962),(35055,'Sangeorg-de Mures',NULL,2962),(35056,'Sangeorgiu-de-Padure',NULL,2962),(35057,'Sanger',NULL,2962),(35058,'Sanpaul',NULL,2962),(35059,'Sanpetru-de-Campie',NULL,2962),(35060,'Santana-de-Mures',NULL,2962),(35061,'Sarmasu',NULL,2962),(35062,'Saschiz',NULL,2962),(35063,'Saulia',NULL,2962),(35064,'Sighisoara',NULL,2962),(35065,'Sincai',NULL,2962),(35066,'Solovastru',NULL,2962),(35067,'Sovata',NULL,2962),(35068,'Stanceni',NULL,2962),(35069,'Suplac',NULL,2962),(35070,'Suseni',NULL,2962),(35071,'Targu-Mures',NULL,2962),(35072,'Tarnaveni',NULL,2962),(35073,'Taureni',NULL,2962),(35074,'Ungheni',NULL,2962); INSERT INTO `cities` VALUES (35075,'Valea Larga',NULL,2962),(35076,'Vanatori',NULL,2962),(35077,'Vargata',NULL,2962),(35078,'Vatava',NULL,2962),(35079,'Vetca',NULL,2962),(35080,'Viisoara',NULL,2962),(35081,'Voivodeni',NULL,2962),(35082,'Zagar',NULL,2962),(35083,'Zau de Campie',NULL,2962),(35084,'Agapia',NULL,2963),(35085,'Bahna',NULL,2963),(35086,'Baltatesti',NULL,2963),(35087,'Bara',NULL,2963),(35088,'Bargaoani',NULL,2963),(35089,'Bicaz',NULL,2963),(35090,'Bicaz Chei',NULL,2963),(35091,'Bicazu Ardelean',NULL,2963),(35092,'Bodesti',NULL,2963),(35093,'Borca',NULL,2963),(35094,'Borlesti',NULL,2963),(35095,'Botesti',NULL,2963),(35096,'Bozieni',NULL,2963),(35097,'Brusturi-Draganesti',NULL,2963),(35098,'Candesti',NULL,2963),(35099,'Ceahlau',NULL,2963),(35100,'Cordun',NULL,2963),(35101,'Costisa',NULL,2963),(35102,'Cracaoani',NULL,2963),(35103,'Damuc',NULL,2963),(35104,'Dobreni',NULL,2963),(35105,'Doljesti',NULL,2963),(35106,'Dragomiresti',NULL,2963),(35107,'Dulcesti',NULL,2963),(35108,'Dumbrava Rosie',NULL,2963),(35109,'Farcasa',NULL,2963),(35110,'Faurei',NULL,2963),(35111,'Garcina',NULL,2963),(35112,'Gheraesti',NULL,2963),(35113,'Girov',NULL,2963),(35114,'Grinties',NULL,2963),(35115,'Grumazesti',NULL,2963),(35116,'Hangu',NULL,2963),(35117,'Horia',NULL,2963),(35118,'Icusesti',NULL,2963),(35119,'Ion Creanga',NULL,2963),(35120,'Margineni',NULL,2963),(35121,'Moldoveni',NULL,2963),(35122,'Oniceni',NULL,2963),(35123,'Pangarati',NULL,2963),(35124,'Pastraveni',NULL,2963),(35125,'Petricani',NULL,2963),(35126,'Piatra Neamt',NULL,2963),(35127,'Piatra Soimului',NULL,2963),(35128,'Pipirig',NULL,2963),(35129,'Podoleni',NULL,2963),(35130,'Poiana Teiului',NULL,2963),(35131,'Poienari',NULL,2963),(35132,'Raucesti',NULL,2963),(35133,'Razboieni',NULL,2963),(35134,'Rediu',NULL,2963),(35135,'Roman',NULL,2963),(35136,'Romani',NULL,2963),(35137,'Roznov',NULL,2963),(35138,'Sabaoani',NULL,2963),(35139,'Sagna',NULL,2963),(35140,'Savinesti',NULL,2963),(35141,'Secuieni',NULL,2963),(35142,'Stanita',NULL,2963),(35143,'Stefan cel Mare',NULL,2963),(35144,'Tamaseni',NULL,2963),(35145,'Tarcau',NULL,2963),(35146,'Targu-Neamt',NULL,2963),(35147,'Tasca',NULL,2963),(35148,'Tazlau',NULL,2963),(35149,'Tibucani',NULL,2963),(35150,'Timisesti',NULL,2963),(35151,'Trifesti',NULL,2963),(35152,'Tupilati',NULL,2963),(35153,'Urecheni',NULL,2963),(35154,'Valea Ursului',NULL,2963),(35155,'Vanatori-Neamt',NULL,2963),(35156,'Viisoara',NULL,2963),(35157,'Zanesti',NULL,2963),(35158,'Babiciu',NULL,2964),(35159,'Baldovinesti',NULL,2964),(35160,'Bals',NULL,2964),(35161,'Barasti',NULL,2964),(35162,'Barza',NULL,2964),(35163,'Bobicesti',NULL,2964),(35164,'Brancoveni',NULL,2964),(35165,'Brastavatu',NULL,2964),(35166,'Brebeni',NULL,2964),(35167,'Bucinisu',NULL,2964),(35168,'Caracal',NULL,2964),(35169,'Carlogani',NULL,2964),(35170,'Cezieni',NULL,2964),(35171,'Cilieni',NULL,2964),(35172,'Colonesti',NULL,2964),(35173,'Corabia',NULL,2964),(35174,'Corbu',NULL,2964),(35175,'Coteana',NULL,2964),(35176,'Crampoaia',NULL,2964),(35177,'Cungrea',NULL,2964),(35178,'Curtisoara',NULL,2964),(35179,'Daneasa',NULL,2964),(35180,'Deveselu',NULL,2964),(35181,'Dobretu',NULL,2964),(35182,'Dobrosloveni',NULL,2964),(35183,'Dobroteasa',NULL,2964),(35184,'Dobrun',NULL,2964),(35185,'Draganesti-Olt',NULL,2964),(35186,'Draghiceni',NULL,2964),(35187,'Fagetelu',NULL,2964),(35188,'Falcoiu',NULL,2964),(35189,'Farcasele',NULL,2964),(35190,'Ganeasa',NULL,2964),(35191,'Garcovu',NULL,2964),(35192,'Giuvarasti',NULL,2964),(35193,'Gostavatu',NULL,2964),(35194,'Gradinari',NULL,2964),(35195,'Grojdibodu',NULL,2964),(35196,'Ianca',NULL,2964),(35197,'Iancu Jianu',NULL,2964),(35198,'Icoana',NULL,2964),(35199,'Izbiceni',NULL,2964),(35200,'Izvoarele',NULL,2964),(35201,'Leleasca',NULL,2964),(35202,'Maruntei',NULL,2964),(35203,'Mihaesti',NULL,2964),(35204,'Milcov',NULL,2964),(35205,'Morunglav',NULL,2964),(35206,'Movileni',NULL,2964),(35207,'Nicolae Titulescu',NULL,2964),(35208,'Obarsia',NULL,2964),(35209,'Oboga',NULL,2964),(35210,'Oporelu',NULL,2964),(35211,'Optasi',NULL,2964),(35212,'Orlea',NULL,2964),(35213,'Osica de Sus',NULL,2964),(35214,'Parscoveni',NULL,2964),(35215,'Perieti',NULL,2964),(35216,'Piatra Olt',NULL,2964),(35217,'Plesoiu',NULL,2964),(35218,'Poboru',NULL,2964),(35219,'Potcoava',NULL,2964),(35220,'Priseaca',NULL,2964),(35221,'Radomiresti',NULL,2964),(35222,'Redea',NULL,2964),(35223,'Rotunda',NULL,2964),(35224,'Rusanesti',NULL,2964),(35225,'Samburesti',NULL,2964),(35226,'Scarisoara',NULL,2964),(35227,'Schitu',NULL,2964),(35228,'Scornicesti',NULL,2964),(35229,'Seaca',NULL,2964),(35230,'Serbanesti',NULL,2964),(35231,'Slatina',NULL,2964),(35232,'Slatioara',NULL,2964),(35233,'Spineni',NULL,2964),(35234,'Sprancenata',NULL,2964),(35235,'Stefan cel Mare',NULL,2964),(35236,'Stoenesti',NULL,2964),(35237,'Stoicanesti',NULL,2964),(35238,'Strejesti',NULL,2964),(35239,'Studina',NULL,2964),(35240,'Tatulesti',NULL,2964),(35241,'Teslui',NULL,2964),(35242,'Tia Mare',NULL,2964),(35243,'Topana',NULL,2964),(35244,'Traian',NULL,2964),(35245,'Tufeni',NULL,2964),(35246,'Urzica',NULL,2964),(35247,'Vadastra',NULL,2964),(35248,'Vadastrita',NULL,2964),(35249,'Valcele',NULL,2964),(35250,'Valea Mare',NULL,2964),(35251,'Valeni',NULL,2964),(35252,'Verguleasa',NULL,2964),(35253,'Visina',NULL,2964),(35254,'Vitomiresti',NULL,2964),(35255,'Vladila',NULL,2964),(35256,'Voineasa',NULL,2964),(35257,'Vulpeni',NULL,2964),(35258,'Vulturesti',NULL,2964),(35259,'Adunati',NULL,2965),(35260,'Albesti-Paleologu',NULL,2965),(35261,'Alunis',NULL,2965),(35262,'Apostolache',NULL,2965),(35263,'Aricestii-Rahtivani',NULL,2965),(35264,'Aricestii-Zeletin',NULL,2965),(35265,'Azuga',NULL,2965),(35266,'Baba Ana',NULL,2965),(35267,'Baicoi',NULL,2965),(35268,'Balta Doamnei',NULL,2965),(35269,'Baltesti',NULL,2965),(35270,'Banesti',NULL,2965),(35271,'Barcanesti',NULL,2965),(35272,'Berceni',NULL,2965),(35273,'Bertea',NULL,2965),(35274,'Blejoi',NULL,2965),(35275,'Boldesti',NULL,2965),(35276,'Boldesti-Scaeni',NULL,2965),(35277,'Brazi',NULL,2965),(35278,'Breaza',NULL,2965),(35279,'Brebu',NULL,2965),(35280,'Bucov',NULL,2965),(35281,'Busteni',NULL,2965),(35282,'Calugareni',NULL,2965),(35283,'Campina',NULL,2965),(35284,'Carbunesti',NULL,2965),(35285,'Ceptura',NULL,2965),(35286,'Cerasu',NULL,2965),(35287,'Chiojdeanca',NULL,2965),(35288,'Ciorani',NULL,2965),(35289,'Cocorastii-Misli',NULL,2965),(35290,'Colceag',NULL,2965),(35291,'Comarnic',NULL,2965),(35292,'Cornu',NULL,2965),(35293,'Cosminele',NULL,2965),(35294,'Doftana',NULL,2965),(35295,'Draganesti',NULL,2965),(35296,'Drajna',NULL,2965),(35297,'Dumbrava',NULL,2965),(35298,'Dumbravesti',NULL,2965),(35299,'Fantanele',NULL,2965),(35300,'Filipestii de Padure',NULL,2965),(35301,'Filipestii de Targ',NULL,2965),(35302,'Floresti',NULL,2965),(35303,'Fulga',NULL,2965),(35304,'Gherghita',NULL,2965),(35305,'Gorgota',NULL,2965),(35306,'Gornet',NULL,2965),(35307,'Gornet-Cricov',NULL,2965),(35308,'Gura Vadului',NULL,2965),(35309,'Gura Vitioarei',NULL,2965),(35310,'Iordacheanu',NULL,2965),(35311,'Izvoarele',NULL,2965),(35312,'Jugureni',NULL,2965),(35313,'Lapos',NULL,2965),(35314,'Lipanesti',NULL,2965),(35315,'Magurele',NULL,2965),(35316,'Magureni',NULL,2965),(35317,'Maneciu',NULL,2965),(35318,'Manesti',NULL,2965),(35319,'Mizil',NULL,2965),(35320,'Pacureti',NULL,2965),(35321,'Paulesti',NULL,2965),(35322,'Ploiesti',NULL,2965),(35323,'Plopeni',NULL,2965),(35324,'Plopu',NULL,2965),(35325,'Podenii Noi',NULL,2965),(35326,'Poenarii-Burchi',NULL,2965),(35327,'Poiana Campina',NULL,2965),(35328,'Posesti',NULL,2965),(35329,'Predeal-Sarari',NULL,2965),(35330,'Provita de Jos',NULL,2965),(35331,'Provita de Sus',NULL,2965),(35332,'Puchenii Mari',NULL,2965),(35333,'Rafov',NULL,2965),(35334,'Salcia',NULL,2965),(35335,'Salciile',NULL,2965),(35336,'Sangeru',NULL,2965),(35337,'Scorteni',NULL,2965),(35338,'Secaria',NULL,2965),(35339,'Sinaia',NULL,2965),(35340,'Sirna',NULL,2965),(35341,'Slanic',NULL,2965),(35342,'Soimari',NULL,2965),(35343,'Sotrile',NULL,2965),(35344,'Starchiojd',NULL,2965),(35345,'Stefesti',NULL,2965),(35346,'Surani',NULL,2965),(35347,'Talea',NULL,2965),(35348,'Targsorul-Vechi',NULL,2965),(35349,'Tataru',NULL,2965),(35350,'Teisani',NULL,2965),(35351,'Telega',NULL,2965),(35352,'Tinosu',NULL,2965),(35353,'Tomsani',NULL,2965),(35354,'Urlati',NULL,2965),(35355,'Valcanesti',NULL,2965),(35356,'Valea Calugareasca',NULL,2965),(35357,'Valenii de Munte',NULL,2965),(35358,'Varbilau',NULL,2965),(35359,'Agrij',NULL,2966),(35360,'Almasu',NULL,2966),(35361,'Babeni',NULL,2966),(35362,'Balan',NULL,2966),(35363,'Banisor',NULL,2966),(35364,'Benesat',NULL,2966),(35365,'Bobota',NULL,2966),(35366,'Bocsa',NULL,2966),(35367,'Buciumi',NULL,2966),(35368,'Camar',NULL,2966),(35369,'Carastelec',NULL,2966),(35370,'Cehu Silvaniei',NULL,2966),(35371,'Chiesd',NULL,2966),(35372,'Cizer',NULL,2966),(35373,'Coseiu',NULL,2966),(35374,'Crasna',NULL,2966),(35375,'Creaca',NULL,2966),(35376,'Criseni',NULL,2966),(35377,'Cristolt',NULL,2966),(35378,'Cuzaplac',NULL,2966),(35379,'Dobrin',NULL,2966),(35380,'Dragu',NULL,2966),(35381,'Fildu de Jos',NULL,2966),(35382,'Galgau',NULL,2966),(35383,'Garbou',NULL,2966),(35384,'Halmasd',NULL,2966),(35385,'Hereclean',NULL,2966),(35386,'Hida',NULL,2966),(35387,'Horoatu Crasnei',NULL,2966),(35388,'Ileanda',NULL,2966),(35389,'Ip',NULL,2966),(35390,'Jibou',NULL,2966),(35391,'Letca',NULL,2966),(35392,'Lozna',NULL,2966),(35393,'Maeriste',NULL,2966),(35394,'Marca',NULL,2966),(35395,'Mesesenii de Jos',NULL,2966),(35396,'Mirsid',NULL,2966),(35397,'Napradea',NULL,2966),(35398,'Nusfalau',NULL,2966),(35399,'Periceiu',NULL,2966),(35400,'Plopis',NULL,2966),(35401,'Poiana Blenchii',NULL,2966),(35402,'Romanasi',NULL,2966),(35403,'Rus',NULL,2966),(35404,'Sag',NULL,2966),(35405,'Salatig',NULL,2966),(35406,'Samsud',NULL,2966),(35407,'Sanmihaiul-Almasului',NULL,2966),(35408,'Sarmasag',NULL,2966),(35409,'Simleu Silvaniei',NULL,2966),(35410,'Somes-Odorhei',NULL,2966),(35411,'Surduc',NULL,2966),(35412,'Treznea',NULL,2966),(35413,'Valcau de Jos',NULL,2966),(35414,'Varsolt',NULL,2966),(35415,'Zalau',NULL,2966),(35416,'Zalha',NULL,2966),(35417,'Zimbor',NULL,2966),(35418,'Agnita',NULL,2968),(35419,'Altina',NULL,2968),(35420,'Apoldu de Jos',NULL,2968),(35421,'Arpasu de Jos',NULL,2968),(35422,'Atel',NULL,2968),(35423,'Avrig',NULL,2968),(35424,'Axente Sever',NULL,2968),(35425,'Barghis',NULL,2968),(35426,'Bazna',NULL,2968),(35427,'Biertan',NULL,2968),(35428,'Blajel',NULL,2968),(35429,'Bradeni',NULL,2968),(35430,'Brateiu',NULL,2968),(35431,'Bruiu',NULL,2968),(35432,'Carta',NULL,2968),(35433,'Cartisoara',NULL,2968),(35434,'Chirpar',NULL,2968),(35435,'Cisnadie',NULL,2968),(35436,'Copsa Mica',NULL,2968),(35437,'Cristian',NULL,2968),(35438,'Darlos',NULL,2968),(35439,'Dumbraveni',NULL,2968),(35440,'Gura Raului',NULL,2968),(35441,'Hoghilag',NULL,2968),(35442,'Iacobeni',NULL,2968),(35443,'Jina',NULL,2968),(35444,'Laslea',NULL,2968),(35445,'Loamnes',NULL,2968),(35446,'Ludos',NULL,2968),(35447,'Marpod',NULL,2968),(35448,'Medias',NULL,2968),(35449,'Merghindeal',NULL,2968),(35450,'Micasasa',NULL,2968),(35451,'Miercurea Sibiului',NULL,2968),(35452,'Mihaileni',NULL,2968),(35453,'Mosna',NULL,2968),(35454,'Nocrich',NULL,2968),(35455,'Ocna Sibiului',NULL,2968),(35456,'Orlat',NULL,2968),(35457,'Pauca',NULL,2968),(35458,'Poiana Sibiului',NULL,2968),(35459,'Poplaca',NULL,2968),(35460,'Porumbacu de Jos',NULL,2968),(35461,'Racovita',NULL,2968),(35462,'Rasinari',NULL,2968),(35463,'Rau Sadului',NULL,2968),(35464,'Rosia',NULL,2968),(35465,'Sadu',NULL,2968),(35466,'Saliste',NULL,2968),(35467,'Seica Mare',NULL,2968),(35468,'Seica Mica',NULL,2968),(35469,'Selimbar',NULL,2968),(35470,'Sibiu',NULL,2968),(35471,'Slimnic',NULL,2968),(35472,'Sura Mare',NULL,2968),(35473,'Sura Mica',NULL,2968),(35474,'Talmaciu',NULL,2968),(35475,'Tarnava',NULL,2968),(35476,'Tilisca',NULL,2968),(35477,'Turnu Rosu',NULL,2968),(35478,'Valea Viilor',NULL,2968),(35479,'Vurpar',NULL,2968),(35480,'Sondelor',NULL,2969),(35481,'Adancata',NULL,2970),(35482,'Arbore',NULL,2970),(35483,'Baia',NULL,2970),(35484,'Balcauti',NULL,2970),(35485,'Bilca',NULL,2970),(35486,'Bogdanesti',NULL,2970),(35487,'Boroaia',NULL,2970),(35488,'Bosanci',NULL,2970),(35489,'Botosana',NULL,2970),(35490,'Breaza',NULL,2970),(35491,'Brodina',NULL,2970),(35492,'Brosteni',NULL,2970),(35493,'Bunesti',NULL,2970),(35494,'Cacica',NULL,2970),(35495,'Cajvana',NULL,2970),(35496,'Calafindesti',NULL,2970),(35497,'Campulung Moldovenesc',NULL,2970),(35498,'Carlibaba',NULL,2970),(35499,'Ciprian Porumbescu',NULL,2970),(35500,'Cornu Luncii',NULL,2970),(35501,'Crucea',NULL,2970),(35502,'Darmanesti',NULL,2970),(35503,'Dolhasca',NULL,2970),(35504,'Dolhesti',NULL,2970),(35505,'Dorna',NULL,2970),(35506,'Dorna Candrenilor',NULL,2970),(35507,'Dornesti',NULL,2970),(35508,'Dragoesti',NULL,2970),(35509,'Draguseni',NULL,2970),(35510,'Dumbraveni',NULL,2970),(35511,'Falticeni',NULL,2970),(35512,'Fantanele',NULL,2970),(35513,'Forasti',NULL,2970),(35514,'Frasin',NULL,2970),(35515,'Fratautii Noi',NULL,2970),(35516,'Fratautii Vechi',NULL,2970),(35517,'Frumosu',NULL,2970),(35518,'Fundu Moldovei',NULL,2970),(35519,'Galanesti',NULL,2970),(35520,'Gramesti',NULL,2970),(35521,'Granicesti',NULL,2970),(35522,'Gura Humorului',NULL,2970),(35523,'Horodniceni',NULL,2970),(35524,'Horodnicu',NULL,2970),(35525,'Iacobeni',NULL,2970),(35526,'Ipotesti',NULL,2970),(35527,'Izvoarele Sucevei',NULL,2970),(35528,'Liteni',NULL,2970),(35529,'Malini',NULL,2970),(35530,'Manastirea Homorului',NULL,2970),(35531,'Marginea',NULL,2970),(35532,'Milisauti',NULL,2970),(35533,'Mitocu Dragomirnei',NULL,2970),(35534,'Moara',NULL,2970),(35535,'Moldova Sulita',NULL,2970),(35536,'Moldovita',NULL,2970),(35537,'Musenita',NULL,2970),(35538,'Ostra',NULL,2970),(35539,'Paltinoasa',NULL,2970),(35540,'Panaci',NULL,2970),(35541,'Partestii de Jos',NULL,2970),(35542,'Patrauti',NULL,2970),(35543,'Poiana Stampei',NULL,2970),(35544,'Pojorata',NULL,2970),(35545,'Preutesti',NULL,2970),(35546,'Putna',NULL,2970),(35547,'Radaseni',NULL,2970),(35548,'Radauti',NULL,2970),(35549,'Rasca',NULL,2970),(35550,'Sadova',NULL,2970),(35551,'Salcea',NULL,2970),(35552,'Saru Dornei',NULL,2970),(35553,'Satu Mare',NULL,2970),(35554,'Scheia',NULL,2970),(35555,'Siminicea',NULL,2970),(35556,'Siret',NULL,2970),(35557,'Slatina',NULL,2970),(35558,'Solca',NULL,2970),(35559,'Straja',NULL,2970),(35560,'Stroiesti',NULL,2970),(35561,'Stulpicani',NULL,2970),(35562,'Suceava',NULL,2970),(35563,'Sucevita',NULL,2970),(35564,'Todiresti',NULL,2970),(35565,'Udesti',NULL,2970),(35566,'Ulma',NULL,2970),(35567,'Vadu Moldovei',NULL,2970),(35568,'Valea Moldovei',NULL,2970),(35569,'Vama',NULL,2970),(35570,'Vatra Dornei',NULL,2970),(35571,'Vatra Moldovitei',NULL,2970),(35572,'Veresti',NULL,2970),(35573,'Vicovu de Jos',NULL,2970),(35574,'Vicovu de Sus',NULL,2970),(35575,'Volovat',NULL,2970),(35576,'Vulturesti',NULL,2970),(35577,'Zamostea',NULL,2970),(35578,'Zvoristea',NULL,2970),(35579,'Alexandria',NULL,2971),(35580,'Babaita',NULL,2971),(35581,'Balaci',NULL,2971),(35582,'Blejesti',NULL,2971),(35583,'Bogdana',NULL,2971),(35584,'Botoroaga',NULL,2971),(35585,'Bragadiru',NULL,2971),(35586,'Branceni',NULL,2971),(35587,'Bujoreni',NULL,2971),(35588,'Bujoru',NULL,2971),(35589,'Buzescu',NULL,2971),(35590,'Calinesti',NULL,2971),(35591,'Calmatuiu',NULL,2971),(35592,'Cervenia',NULL,2971),(35593,'Ciolanesti',NULL,2971),(35594,'Ciuperceni',NULL,2971),(35595,'Contesti',NULL,2971),(35596,'Cosmesti',NULL,2971),(35597,'Crangeni',NULL,2971),(35598,'Crangu',NULL,2971),(35599,'Crevenicu',NULL,2971),(35600,'Didesti',NULL,2971),(35601,'Dobrotesti',NULL,2971),(35602,'Dracsenei',NULL,2971),(35603,'Draganesti de Vede',NULL,2971),(35604,'Draganesti-Vlasca',NULL,2971),(35605,'Frumoasa',NULL,2971),(35606,'Furculesti',NULL,2971),(35607,'Galateni',NULL,2971),(35608,'Gratia',NULL,2971),(35609,'Islaz',NULL,2971),(35610,'Izvoarele',NULL,2971),(35611,'Lisa',NULL,2971),(35612,'Lita',NULL,2971),(35613,'Lunca',NULL,2971),(35614,'Magura',NULL,2971),(35615,'Maldaeni',NULL,2971),(35616,'Marzanesti',NULL,2971),(35617,'Mavrodin',NULL,2971),(35618,'Mereni',NULL,2971),(35619,'Mosteni',NULL,2971),(35620,'Nanov',NULL,2971),(35621,'Nasturelu',NULL,2971),(35622,'Necsesti',NULL,2971),(35623,'Olteni',NULL,2971),(35624,'Orbeasca',NULL,2971),(35625,'Peretu',NULL,2971),(35626,'Piatra',NULL,2971),(35627,'Pietrosani',NULL,2971),(35628,'Plopii Slavitesti',NULL,2971),(35629,'Plosca',NULL,2971),(35630,'Poeni',NULL,2971),(35631,'Poroschia',NULL,2971),(35632,'Putineiu',NULL,2971),(35633,'Radoiesti',NULL,2971),(35634,'Rasmiresti',NULL,2971),(35635,'Rosiori de Vede',NULL,2971),(35636,'Saceni',NULL,2971),(35637,'Salcia',NULL,2971),(35638,'Sarbeni',NULL,2971),(35639,'Scrioastea',NULL,2971),(35640,'Scurtu Mare',NULL,2971),(35641,'Seaca',NULL,2971),(35642,'Segarcea Vale',NULL,2971),(35643,'Sfintesti',NULL,2971),(35644,'Silistea',NULL,2971),(35645,'Silistea-Gumesti',NULL,2971),(35646,'Slobozia-Mandra',NULL,2971),(35647,'Smardioasa',NULL,2971),(35648,'Stejaru',NULL,2971),(35649,'Storobaneasa',NULL,2971),(35650,'Suhaia',NULL,2971),(35651,'Talpa',NULL,2971),(35652,'Tatarastii de Jos',NULL,2971),(35653,'Tatarastii de Sus',NULL,2971),(35654,'Tiganesti',NULL,2971),(35655,'Traian',NULL,2971),(35656,'Trivalea-Mosteni',NULL,2971),(35657,'Troianul',NULL,2971),(35658,'Turnu Magurele',NULL,2971),(35659,'Vartoapele-de-Jos',NULL,2971),(35660,'Vedea',NULL,2971),(35661,'Videle',NULL,2971),(35662,'Viisoara',NULL,2971),(35663,'Vitanesti',NULL,2971),(35664,'Zambreasca',NULL,2971),(35665,'Zimnicea',NULL,2971),(35666,'Balint',NULL,2972),(35667,'Banloc',NULL,2972),(35668,'Bara',NULL,2972),(35669,'Barna',NULL,2972),(35670,'Beba Veche',NULL,2972),(35671,'Becicherecu Mic',NULL,2972),(35672,'Belint',NULL,2972),(35673,'Bethausen',NULL,2972),(35674,'Biled',NULL,2972),(35675,'Bogda',NULL,2972),(35676,'Boldur',NULL,2972),(35677,'Brestovat',NULL,2972),(35678,'Buzias',NULL,2972),(35679,'Carpinis',NULL,2972),(35680,'Cenad',NULL,2972),(35681,'Cenei',NULL,2972),(35682,'Cheveresu Mare',NULL,2972),(35683,'Ciacova',NULL,2972),(35684,'Comlosu Mare',NULL,2972),(35685,'Costeiu',NULL,2972),(35686,'Criciova',NULL,2972),(35687,'Curtea',NULL,2972),(35688,'Darova',NULL,2972),(35689,'Denta',NULL,2972),(35690,'Deta',NULL,2972),(35691,'Dudestii Vechi',NULL,2972),(35692,'Dumbrava',NULL,2972),(35693,'Dumbravita',NULL,2972),(35694,'Faget',NULL,2972),(35695,'Fardea',NULL,2972),(35696,'Foeni',NULL,2972),(35697,'Gataia',NULL,2972),(35698,'Gavojdia',NULL,2972),(35699,'Ghiroda',NULL,2972),(35700,'Ghizela',NULL,2972),(35701,'Giarmata',NULL,2972),(35702,'Giera',NULL,2972),(35703,'Giroc',NULL,2972),(35704,'Giulvaz',NULL,2972),(35705,'Jamu Mare',NULL,2972),(35706,'Jebel',NULL,2972),(35707,'Jimbolia',NULL,2972),(35708,'Lenauheim',NULL,2972),(35709,'Liebling',NULL,2972),(35710,'Lovrin',NULL,2972),(35711,'Lugoj',NULL,2972),(35712,'Manastiur',NULL,2972),(35713,'Margina',NULL,2972),(35714,'Masloc',NULL,2972),(35715,'Moravita',NULL,2972),(35716,'Mosnita Noua',NULL,2972),(35717,'Nadrag',NULL,2972),(35718,'Nitchidorf',NULL,2972),(35719,'Ohaba Lunga',NULL,2972),(35720,'Ortisoara',NULL,2972),(35721,'Peciu Nou',NULL,2972),(35722,'Periam',NULL,2972),(35723,'Pietroasa',NULL,2972),(35724,'Pischia',NULL,2972),(35725,'Racovita',NULL,2972),(35726,'Recas',NULL,2972),(35727,'Remetea Mare',NULL,2972),(35728,'Sacalaz',NULL,2972),(35729,'Sacosu Turcesc',NULL,2972),(35730,'Sag',NULL,2972),(35731,'Sanandrei',NULL,2972),(35732,'Sanmihaiu Roman',NULL,2972),(35733,'Sannicolaul Mare',NULL,2972),(35734,'Sanpetrul-Mare',NULL,2972),(35735,'Satchinez',NULL,2972),(35736,'Secas',NULL,2972),(35737,'Stiuca',NULL,2972),(35738,'Teremia Mare',NULL,2972),(35739,'Timisoara',NULL,2972),(35740,'Tomesti',NULL,2972),(35741,'Topolovatu Mare',NULL,2972),(35742,'Tormac',NULL,2972),(35743,'Traian Vuia',NULL,2972),(35744,'Uivar',NULL,2972),(35745,'Varias',NULL,2972),(35746,'Victor Vlad Delamarina',NULL,2972),(35747,'Voiteg',NULL,2972),(35748,'Babadag',NULL,2973),(35749,'Baia',NULL,2973),(35750,'Beidaud',NULL,2973),(35751,'Carcaliu',NULL,2973),(35752,'Casimcea',NULL,2973),(35753,'Ceamurlia de Jos',NULL,2973),(35754,'Ceatalchioi',NULL,2973),(35755,'Cerna',NULL,2973),(35756,'Chilia Veche',NULL,2973),(35757,'Ciucurova',NULL,2973),(35758,'Constantin Rosetti',NULL,2973),(35759,'Crisan',NULL,2973),(35760,'Daeni',NULL,2973),(35761,'Dorobantu',NULL,2973),(35762,'Frecatei',NULL,2973),(35763,'Greci',NULL,2973),(35764,'Grindu',NULL,2973),(35765,'Hamcearca',NULL,2973),(35766,'Horia',NULL,2973),(35767,'Ion Bratianu',NULL,2973),(35768,'Isaccea',NULL,2973),(35769,'Izvoarele',NULL,2973),(35770,'Jijila',NULL,2973),(35771,'Jurilovca',NULL,2973),(35772,'Luncavita',NULL,2973),(35773,'Macin',NULL,2973),(35774,'Mahmudia',NULL,2973),(35775,'Malnas',NULL,2973),(35776,'Mihai Bravu',NULL,2973),(35777,'Mihail Kogalniceanu',NULL,2973),(35778,'Murighiol',NULL,2973),(35779,'Nalbant',NULL,2973),(35780,'Niculitel',NULL,2973),(35781,'Nufaru',NULL,2973),(35782,'Ostrov',NULL,2973),(35783,'Pardina',NULL,2973),(35784,'Peceneaga',NULL,2973),(35785,'Sarichioi',NULL,2973),(35786,'Sfantu Gheorghe',NULL,2973),(35787,'Slava Cercheza',NULL,2973),(35788,'Smardan',NULL,2973),(35789,'Somova',NULL,2973),(35790,'Stejaru',NULL,2973),(35791,'Sulina',NULL,2973),(35792,'Topolog',NULL,2973),(35793,'Tulcea',NULL,2973),(35794,'Turcoaia',NULL,2973),(35795,'Valea Nucarilor',NULL,2973),(35796,'Alunu',NULL,2974),(35797,'Amarasti',NULL,2974),(35798,'Babeni',NULL,2974),(35799,'Baile Govora',NULL,2974),(35800,'Baile Olanesti',NULL,2974),(35801,'Balcesti',NULL,2974),(35802,'Barbatesti',NULL,2974),(35803,'Berbesti',NULL,2974),(35804,'Berislavesti',NULL,2974),(35805,'Boisoara',NULL,2974),(35806,'Brezoi',NULL,2974),(35807,'Budesti',NULL,2974),(35808,'Bujoreni',NULL,2974),(35809,'Bunesti',NULL,2974),(35810,'Caineni',NULL,2974),(35811,'Calimanesti',NULL,2974),(35812,'Cernisoara',NULL,2974),(35813,'Copaceni',NULL,2974),(35814,'Costesti',NULL,2974),(35815,'Creteni',NULL,2974),(35816,'Daesti',NULL,2974),(35817,'Danicei',NULL,2974),(35818,'Dragasani',NULL,2974),(35819,'Dragoesti',NULL,2974),(35820,'Fartatesti',NULL,2974),(35821,'Fauresti',NULL,2974),(35822,'Francesti',NULL,2974),(35823,'Galicea',NULL,2974),(35824,'Ghioroiu',NULL,2974),(35825,'Glavile',NULL,2974),(35826,'Golesti',NULL,2974),(35827,'Gradistea',NULL,2974),(35828,'Gusoeni',NULL,2974),(35829,'Horezu',NULL,2974),(35830,'Ionesti',NULL,2974),(35831,'Ladesti',NULL,2974),(35832,'Lalosu',NULL,2974),(35833,'Lapusata',NULL,2974),(35834,'Livezi',NULL,2974),(35835,'Lungesti',NULL,2974),(35836,'Maciuca',NULL,2974),(35837,'Madulari',NULL,2974),(35838,'Malaia',NULL,2974),(35839,'Maldaresti',NULL,2974),(35840,'Mateesti',NULL,2974),(35841,'Mihaesti',NULL,2974),(35842,'Milcoiu',NULL,2974),(35843,'Muereasca',NULL,2974),(35844,'Nicolae Balcescu',NULL,2974),(35845,'Ocnele Mari',NULL,2974),(35846,'Olanu',NULL,2974),(35847,'Orlesti',NULL,2974),(35848,'Otesani',NULL,2974),(35849,'Pausesti',NULL,2974),(35850,'Pausesti-Maglasi',NULL,2974),(35851,'Perisani',NULL,2974),(35852,'Pesceana',NULL,2974),(35853,'Pietrari',NULL,2974),(35854,'Popesti',NULL,2974),(35855,'Prundeni',NULL,2974),(35856,'Racovita',NULL,2974),(35857,'Ramnicu Valcea',NULL,2974),(35858,'Roesti',NULL,2974),(35859,'Rosiile',NULL,2974),(35860,'Runcu',NULL,2974),(35861,'Salatrucel',NULL,2974),(35862,'Scundu',NULL,2974),(35863,'Sinesti',NULL,2974),(35864,'Sirineasa',NULL,2974),(35865,'Slatioara',NULL,2974),(35866,'Stanesti',NULL,2974),(35867,'Stefanesti',NULL,2974),(35868,'Stoenesti',NULL,2974),(35869,'Stoilesti',NULL,2974),(35870,'Stroesti',NULL,2974),(35871,'Susani',NULL,2974),(35872,'Sutesti',NULL,2974),(35873,'Tetoiu',NULL,2974),(35874,'Tomsani',NULL,2974),(35875,'Vaideeni',NULL,2974),(35876,'Valea Mare',NULL,2974),(35877,'Vladesti',NULL,2974),(35878,'Voicesti',NULL,2974),(35879,'Voineasa',NULL,2974),(35880,'Zatreni',NULL,2974),(35881,'Albesti',NULL,2975),(35882,'Alexandru Vlahuta',NULL,2975),(35883,'Arsura',NULL,2975),(35884,'Bacani',NULL,2975),(35885,'Bacesti',NULL,2975),(35886,'Balteni',NULL,2975),(35887,'Banca',NULL,2975),(35888,'Barlad',NULL,2975),(35889,'Berezeni',NULL,2975),(35890,'Blagesti',NULL,2975),(35891,'Bogdana',NULL,2975),(35892,'Bogdanesti',NULL,2975),(35893,'Bogdanita',NULL,2975),(35894,'Botesti',NULL,2975),(35895,'Bunesti',NULL,2975),(35896,'Codaesti',NULL,2975),(35897,'Coroiesti',NULL,2975),(35898,'Costesti',NULL,2975),(35899,'Cretesti',NULL,2975),(35900,'Danesti',NULL,2975),(35901,'Deleni',NULL,2975),(35902,'Delesti',NULL,2975),(35903,'Dimitrie Cantemir',NULL,2975),(35904,'Dragomiresti',NULL,2975),(35905,'Dranceni Sat',NULL,2975),(35906,'Duda',NULL,2975),(35907,'Dumesti',NULL,2975),(35908,'Epureni',NULL,2975),(35909,'Falciu',NULL,2975),(35910,'Gagesti',NULL,2975),(35911,'Garceni',NULL,2975),(35912,'Gherghesti',NULL,2975),(35913,'Grivita',NULL,2975),(35914,'Hoceni',NULL,2975),(35915,'Husi',NULL,2975),(35916,'Iana',NULL,2975),(35917,'Ivanesti',NULL,2975),(35918,'Ivesti',NULL,2975),(35919,'Laza',NULL,2975),(35920,'Lipovat',NULL,2975),(35921,'Lunca Banului',NULL,2975),(35922,'Malusteni',NULL,2975),(35923,'Miclesti',NULL,2975),(35924,'Muntenii de Jos',NULL,2975),(35925,'Murgeni',NULL,2975),(35926,'Negresti',NULL,2975),(35927,'Oltenesti',NULL,2975),(35928,'Osesti',NULL,2975),(35929,'Padureni',NULL,2975),(35930,'Perieni',NULL,2975),(35931,'Pogana',NULL,2975),(35932,'Poienesti',NULL,2975),(35933,'Puiesti',NULL,2975),(35934,'Pungesti',NULL,2975),(35935,'Rebricea',NULL,2975),(35936,'Rosiesti',NULL,2975),(35937,'Solesti',NULL,2975),(35938,'Stanilesti',NULL,2975),(35939,'Stefan cel Mare',NULL,2975),(35940,'Suletea',NULL,2975),(35941,'Tacuta',NULL,2975),(35942,'Tanacu',NULL,2975),(35943,'Tatarani',NULL,2975),(35944,'Todiresti',NULL,2975),(35945,'Tutova',NULL,2975),(35946,'Valeni',NULL,2975),(35947,'Vaslui',NULL,2975),(35948,'Vetrisoaia',NULL,2975),(35949,'Viisoara',NULL,2975),(35950,'Vinderei',NULL,2975),(35951,'Voinesti',NULL,2975),(35952,'Vulturesti',NULL,2975),(35953,'Vutcani',NULL,2975),(35954,'Zapodeni',NULL,2975),(35955,'Zorleni',NULL,2975),(35956,'Adjud',NULL,2976),(35957,'Andreiasu de Jos',NULL,2976),(35958,'Balesti',NULL,2976),(35959,'Barsesti',NULL,2976),(35960,'Boghesti',NULL,2976),(35961,'Bolotesti',NULL,2976),(35962,'Bordesti',NULL,2976),(35963,'Brosteni',NULL,2976),(35964,'Campineanca',NULL,2976),(35965,'Campuri',NULL,2976),(35966,'Carligele',NULL,2976),(35967,'Chiojdeni',NULL,2976),(35968,'Ciorasti',NULL,2976),(35969,'Corbita',NULL,2976),(35970,'Cotesti',NULL,2976),(35971,'Dumbraveni',NULL,2976),(35972,'Dumitresti',NULL,2976),(35973,'Fitionesti',NULL,2976),(35974,'Focsani',NULL,2976),(35975,'Garoafa',NULL,2976),(35976,'Golesti',NULL,2976),(35977,'Gugesti',NULL,2976),(35978,'Gura Calitei',NULL,2976),(35979,'Homocea',NULL,2976),(35980,'Jaristea',NULL,2976),(35981,'Jitia',NULL,2976),(35982,'Maicanesti',NULL,2976),(35983,'Marasesti',NULL,2976),(35984,'Mera',NULL,2976),(35985,'Milcovul',NULL,2976),(35986,'Movilita',NULL,2976),(35987,'Nanesti',NULL,2976),(35988,'Naruja',NULL,2976),(35989,'Nereju',NULL,2976),(35990,'Nistoresti',NULL,2976),(35991,'Odobesti',NULL,2976),(35992,'Paltin',NULL,2976),(35993,'Panciu',NULL,2976),(35994,'Paunesti',NULL,2976),(35995,'Poiana Cristei',NULL,2976),(35996,'Pufesti',NULL,2976),(35997,'Racoasa',NULL,2976),(35998,'Reghiu',NULL,2976),(35999,'Ruginesti',NULL,2976),(36000,'Sihlea',NULL,2976),(36001,'Slobozia Bradului',NULL,2976),(36002,'Slobozia-Ciorasti',NULL,2976),(36003,'Soveja',NULL,2976),(36004,'Straoane',NULL,2976),(36005,'Suraia',NULL,2976),(36006,'Tamboesti',NULL,2976),(36007,'Tanasoaia',NULL,2976),(36008,'Tataranu',NULL,2976),(36009,'Tifesti',NULL,2976),(36010,'Tulnici',NULL,2976),(36011,'Urechesti',NULL,2976),(36012,'Valea Sarii',NULL,2976),(36013,'Vanatori',NULL,2976),(36014,'Vartescoiu',NULL,2976),(36015,'Vidra',NULL,2976),(36016,'Vintileasca',NULL,2976),(36017,'Vizantea',NULL,2976),(36018,'Vrancioaia',NULL,2976),(36019,'Vulturu',NULL,2976),(36020,'Adygejsk',NULL,2977),(36021,'Enem',NULL,2977),(36022,'Jablonovskij',NULL,2977),(36023,'Kamennomostskij',NULL,2977),(36024,'Majkop',NULL,2977),(36025,'Tulskij',NULL,2977),(36026,'Aginskoje',NULL,2978),(36027,'Alagir',NULL,2979),(36028,'Ardon',NULL,2979),(36029,'Beslan',NULL,2979),(36030,'Digora',NULL,2979),(36031,'Mozdok',NULL,2979),(36032,'Vladikavkaz',NULL,2979),(36033,'Zavodskoj',NULL,2979),(36034,'Alejsk',NULL,2980),(36035,'Barnaul',NULL,2980),(36036,'Belojarsk',NULL,2980),(36037,'Belokuriha',NULL,2980),(36038,'Bijsk',NULL,2980),(36039,'Blagoveshchenka',NULL,2980),(36040,'Gornjak',NULL,2980),(36041,'Jarovoe',NULL,2980),(36042,'Juzhnyj',NULL,2980),(36043,'Kamen-na-Obi',NULL,2980),(36044,'Novoaltajsk',NULL,2980),(36045,'Novosilikatnyj',NULL,2980),(36046,'Rubcovsk',NULL,2980),(36047,'Sibirskiy',NULL,2980),(36048,'Slavgorod',NULL,2980),(36049,'Talmenka',NULL,2980),(36050,'Zarinsk',NULL,2980),(36051,'Zmeinogorsk',NULL,2980),(36052,'Arhara',NULL,2981),(36053,'Belogorsk',NULL,2981),(36054,'Blagoveshchensk',NULL,2981),(36055,'Jerofej Pavlovich',NULL,2981),(36056,'Magdagachi',NULL,2981),(36057,'Novoburejskij',NULL,2981),(36058,'Progress',NULL,2981),(36059,'Rajchihinsk',NULL,2981),(36060,'Seryshevo',NULL,2981),(36061,'Shimanovsk',NULL,2981),(36062,'Skovorodino',NULL,2981),(36063,'Svobodnyj',NULL,2981),(36064,'Tynda',NULL,2981),(36065,'Urusha',NULL,2981),(36066,'Zavitinsk',NULL,2981),(36067,'Zeja',NULL,2981),(36068,'Arhangelsk',NULL,2982),(36069,'Jemca',NULL,2982),(36070,'Jercevo',NULL,2982),(36071,'Kargopol',NULL,2982),(36072,'Konosha',NULL,2982),(36073,'Korjazhma',NULL,2982),(36074,'Kotlas',NULL,2982),(36075,'Kuloj',NULL,2982),(36076,'Maloshujka',NULL,2982),(36077,'Mirnyj',NULL,2982),(36078,'Njandoma',NULL,2982),(36079,'Novodvinsk',NULL,2982),(36080,'Obozjorskij',NULL,2982),(36081,'Oktjabrskij',NULL,2982),(36082,'Onega',NULL,2982),(36083,'Plesetsk',NULL,2982),(36084,'Podjuga',NULL,2982),(36085,'Puksoozero',NULL,2982),(36086,'Samoded',NULL,2982),(36087,'Savinskij',NULL,2982),(36088,'Severodvinsk',NULL,2982),(36089,'Shenkursk',NULL,2982),(36090,'Udimskij',NULL,2982),(36091,'Urdoma',NULL,2982),(36092,'Velsk',NULL,2982),(36093,'Vychegodskij',NULL,2982),(36094,'Ahtubinsk',NULL,2983),(36095,'Astrahan',NULL,2983),(36096,'Harabali',NULL,2983),(36097,'Kamyzjak',NULL,2983),(36098,'Kapustin Jar',NULL,2983),(36099,'Liman',NULL,2983),(36100,'Narimanov',NULL,2983),(36101,'Verhnij Baskunchak',NULL,2983),(36102,'Volodarskij',NULL,2983),(36103,'Znamensk',NULL,2983),(36104,'Agidel',NULL,2984),(36105,'Bajmak',NULL,2984),(36106,'Belebej',NULL,2984),(36107,'Beloreck',NULL,2984),(36108,'Birsk',NULL,2984),(36109,'Blagoveshchensk',NULL,2984),(36110,'Chishmy',NULL,2984),(36111,'Davlekanovo',NULL,2984),(36112,'Djurtjuli',NULL,2984),(36113,'Iglino',NULL,2984),(36114,'Ishimbaj',NULL,2984),(36115,'Janaul',NULL,2984),(36116,'Jermolajevo',NULL,2984),(36117,'Kandry',NULL,2984),(36118,'Krasnousolskij',NULL,2984),(36119,'Kumertau',NULL,2984),(36120,'Meleuz',NULL,2984),(36121,'Mezhgorje',NULL,2984),(36122,'Neftekamsk',NULL,2984),(36123,'Oktjabrskij',NULL,2984),(36124,'Oktyabrsky',NULL,2984),(36125,'Prijutovo',NULL,2984),(36126,'Rajevskij',NULL,2984),(36127,'Salavat',NULL,2984),(36128,'Serafimovskij',NULL,2984),(36129,'Sibaj',NULL,2984),(36130,'Sterlitamak',NULL,2984),(36131,'Tujmazy',NULL,2984),(36132,'Uchaly',NULL,2984),(36133,'Ufa',NULL,2984),(36134,'Aleksejevka',NULL,2985),(36135,'Belgorod',NULL,2985),(36136,'Borisovka',NULL,2985),(36137,'Chernjanka',NULL,2985),(36138,'Grajvoron',NULL,2985),(36139,'Gubkin',NULL,2985),(36140,'Novyj Oskol',NULL,2985),(36141,'Rakitnoe',NULL,2985),(36142,'Razumnoe',NULL,2985),(36143,'Shebekino',NULL,2985),(36144,'Staryj Oskol',NULL,2985),(36145,'Stroitel',NULL,2985),(36146,'Tomarovka',NULL,2985),(36147,'Valujki',NULL,2985),(36148,'Volokonovka',NULL,2985),(36149,'Belye Berega',NULL,2986),(36150,'Brjansk',NULL,2986),(36151,'Djatkovo',NULL,2986),(36152,'Fokino',NULL,2986),(36153,'Karachev',NULL,2986),(36154,'Kletnja',NULL,2986),(36155,'Klimovo',NULL,2986),(36156,'Klincy',NULL,2986),(36157,'Lokot',NULL,2986),(36158,'Navlja',NULL,2986),(36159,'Novozybkov',NULL,2986),(36160,'Pochjop',NULL,2986),(36161,'Pogar',NULL,2986),(36162,'Selco',NULL,2986),(36163,'Starodub',NULL,2986),(36164,'Surazh',NULL,2986),(36165,'Suzjomka',NULL,2986),(36166,'Trubchjovsk',NULL,2986),(36167,'Unecha',NULL,2986),(36168,'Zhukovka',NULL,2986),(36169,'Gusinoozjorsk',NULL,2987),(36170,'Kamensk',NULL,2987),(36171,'Kjahta',NULL,2987),(36172,'Novyj Uojan',NULL,2987),(36173,'Onohoj',NULL,2987),(36174,'Selenginsk',NULL,2987),(36175,'Severobajkalsk',NULL,2987),(36176,'Taksimo',NULL,2987),(36177,'Ulan-Ude',NULL,2987),(36178,'Zakamensk',NULL,2987),(36179,'Zarechnyj',NULL,2987),(36180,'Groznyj',NULL,2988),(36181,'Gudermes',NULL,2988),(36182,'Malgobek',NULL,2988),(36183,'Urus-Martan',NULL,2988),(36184,'Asha',NULL,2989),(36185,'Bakal',NULL,2989),(36186,'Bazhovo',NULL,2989),(36187,'Berdjaush',NULL,2989),(36188,'Chebarkul',NULL,2989),(36189,'Cheljabinsk',NULL,2989),(36190,'Chelyabinsk',NULL,2989),(36191,'Gornjak',NULL,2989),(36192,'Jemanzhelinsk',NULL,2989),(36193,'Jurjuzan',NULL,2989),(36194,'Juznouralsk',NULL,2989),(36195,'Karabash',NULL,2989),(36196,'Kartaly',NULL,2989),(36197,'Kasli',NULL,2989),(36198,'Katav-Ivanovsk',NULL,2989),(36199,'Kopejsk',NULL,2989),(36200,'Korkino',NULL,2989),(36201,'Krasnogorskij',NULL,2989),(36202,'Kusa',NULL,2989),(36203,'Kyshtym',NULL,2989),(36204,'Lokomotivnyj',NULL,2989),(36205,'Magnitka',NULL,2989),(36206,'Magnitogorsk',NULL,2989),(36207,'Miass',NULL,2989),(36208,'Minjar',NULL,2989),(36209,'Njazepetrovsk',NULL,2989),(36210,'Novosineglazovskij',NULL,2989),(36211,'Ozjorsk',NULL,2989),(36212,'Pervomajskij',NULL,2989),(36213,'Plast',NULL,2989),(36214,'Roza',NULL,2989),(36215,'Satka',NULL,2989),(36216,'Sim',NULL,2989),(36217,'Snezhinsk',NULL,2989),(36218,'Starokamyshinsk',NULL,2989),(36219,'Suleja',NULL,2989),(36220,'Trjohgornij',NULL,2989),(36221,'Troick',NULL,2989),(36222,'Ust-Katav',NULL,2989),(36223,'Verhneuralsk',NULL,2989),(36224,'Verhnij Ufalej',NULL,2989),(36225,'Zlatoust',NULL,2989),(36226,'Atamanovka',NULL,2990),(36227,'Balej',NULL,2990),(36228,'Borzja',NULL,2990),(36229,'Bukachacha',NULL,2990),(36230,'Chernyshevsk',NULL,2990),(36231,'Chita',NULL,2990),(36232,'Darasun',NULL,2990),(36233,'Gornyy',NULL,2990),(36234,'Hilok',NULL,2990),(36235,'Karymskoje',NULL,2990),(36236,'Krasnokamensk',NULL,2990),(36237,'Mogocha',NULL,2990),(36238,'Nerchinsk',NULL,2990),(36239,'Novaja Chara',NULL,2990),(36240,'Novokruchuninskij',NULL,2990),(36241,'Olovjannaja',NULL,2990),(36242,'Pervomajskij',NULL,2990),(36243,'Petrovsk-Zabajkalskij',NULL,2990),(36244,'Sherlovaja Gora',NULL,2990),(36245,'Shilka',NULL,2990),(36246,'Sretensk',NULL,2990),(36247,'Vershino-Darasunskij',NULL,2990),(36248,'Zabajkalsk',NULL,2990),(36249,'Anadyr',NULL,2991),(36250,'Bilibino',NULL,2991),(36251,'Pevek',NULL,2991),(36252,'Ugolnyje Kopi',NULL,2991),(36253,'Alatyr',NULL,2992),(36254,'Cheboksary',NULL,2992),(36255,'Civilsk',NULL,2992),(36256,'Ibresi',NULL,2992),(36257,'Jadrin',NULL,2992),(36258,'Kanash',NULL,2992),(36259,'Kozlovka',NULL,2992),(36260,'Kugesy',NULL,2992),(36261,'Mariinskij Posad',NULL,2992),(36262,'Novocheboksarsk',NULL,2992),(36263,'Shumerlja',NULL,2992),(36264,'Vurnary',NULL,2992),(36265,'Belidzhi',NULL,2993),(36266,'Bujnaksk',NULL,2993),(36267,'Dagestanskije Ogni',NULL,2993),(36268,'Derbent',NULL,2993),(36269,'Hasavjurt',NULL,2993),(36270,'Izberbash',NULL,2993),(36271,'Juzhno-Suhokumsk',NULL,2993),(36272,'Kaspijsk',NULL,2993),(36273,'Kiziljurt',NULL,2993),(36274,'Kizljar',NULL,2993),(36275,'Mahackala',NULL,2993),(36276,'Tura',NULL,2994),(36277,'Gorno-Altajsk',NULL,2995),(36278,'Amursk',NULL,2996),(36279,'Bikin',NULL,2996),(36280,'Chegdomyn',NULL,2996),(36281,'Cherdomyn',NULL,2996),(36282,'Habarovsk',NULL,2996),(36283,'Hor',NULL,2996),(36284,'Jelban',NULL,2996),(36285,'Komsomolsk-na-Amure',NULL,2996),(36286,'Litovko',NULL,2996),(36287,'Nikolajevsk-na-Amure',NULL,2996),(36288,'Ohotsk',NULL,2996),(36289,'Perejaslavka',NULL,2996),(36290,'Solnechnyj',NULL,2996),(36291,'Sovetskaja Gavan',NULL,2996),(36292,'Uglegorsk',NULL,2996),(36293,'Vanino',NULL,2996),(36294,'Vjazemskij',NULL,2996),(36295,'Zavety Iljicha',NULL,2996),(36296,'Abakan',NULL,2997),(36297,'Abaza',NULL,2997),(36298,'Cherjomushki',NULL,2997),(36299,'Chernogorsk',NULL,2997),(36300,'Sajanogorsk',NULL,2997),(36301,'Shira',NULL,2997),(36302,'Sorsk',NULL,2997),(36303,'Ust-Abakan',NULL,2997),(36304,'Belojarskij',NULL,2998),(36305,'Belyj Jar',NULL,2998),(36306,'Fjodorovskij',NULL,2998),(36307,'Hanty-Mansijsk',NULL,2998),(36308,'Igrim',NULL,2998),(36309,'Izluchinsk',NULL,2998),(36310,'Jugorsk',NULL,2998),(36311,'Kogalym',NULL,2998),(36312,'Langepas',NULL,2998),(36313,'Ljantor',NULL,2998),(36314,'Megion',NULL,2998),(36315,'Mezhdurechenskij',NULL,2998),(36316,'Neftejugansk',NULL,2998),(36317,'Nizhnevartovsk',NULL,2998),(36318,'Njagan',NULL,2998),(36319,'Novoagansk',NULL,2998),(36320,'Pojkovskij',NULL,2998),(36321,'Pokachi',NULL,2998),(36322,'Raduzhnyj',NULL,2998),(36323,'Sovetskij',NULL,2998),(36324,'Surgut',NULL,2998),(36325,'Uraj',NULL,2998),(36326,'Karabulak',NULL,2999),(36327,'Nazran',NULL,2999),(36328,'Angarsk',NULL,3000),(36329,'Bajkalsk',NULL,3000),(36330,'Balagansk',NULL,3000),(36331,'Birjusinsk',NULL,3000),(36332,'Bodajbo',NULL,3000),(36333,'Bratsk',NULL,3000),(36334,'Cheremhovo',NULL,3000),(36335,'Chunskij',NULL,3000),(36336,'Irkutsk',NULL,3000),(36337,'Kirensk',NULL,3000),(36338,'Kujtun',NULL,3000),(36339,'Mihajlovka',NULL,3000),(36340,'Nizhneudinsk',NULL,3000),(36341,'Novaja Igirma',NULL,3000),(36342,'Sajansk',NULL,3000),(36343,'Shelehov',NULL,3000),(36344,'Sljudjanka',NULL,3000),(36345,'Svirsk',NULL,3000),(36346,'Tajshet',NULL,3000),(36347,'Tulun',NULL,3000),(36348,'Usolje-Sibirskoje',NULL,3000),(36349,'Ust-Ilimsk',NULL,3000),(36350,'Ust-Kut',NULL,3000),(36351,'Vihorevka',NULL,3000),(36352,'Zalari',NULL,3000),(36353,'Zheleznodorozhnyj',NULL,3000),(36354,'Zheleznogorsk-Ilimskij',NULL,3000),(36355,'Zima',NULL,3000),(36356,'Furmanov',NULL,3001),(36357,'Ivanovo',NULL,3001),(36358,'Jurjevec',NULL,3001),(36359,'Juzha',NULL,3001),(36360,'Kineshma',NULL,3001),(36361,'Kohma',NULL,3001),(36362,'Komsomolsk',NULL,3001),(36363,'Lezhnjovo',NULL,3001),(36364,'Navoloki',NULL,3001),(36365,'Privolzhsk',NULL,3001),(36366,'Puchezh',NULL,3001),(36367,'Rodniki',NULL,3001),(36368,'Shuja',NULL,3001),(36369,'Tejkovo',NULL,3001),(36370,'Vichuga',NULL,3001),(36371,'Gubkinskij',NULL,3002),(36372,'Korotchajevo',NULL,3002),(36373,'Labytnangi',NULL,3002),(36374,'Muravlenko',NULL,3002),(36375,'Nadym',NULL,3002),(36376,'Nojabrsk',NULL,3002),(36377,'Novyj Urengoj',NULL,3002),(36378,'Pangody',NULL,3002),(36379,'Salehard',NULL,3002),(36380,'Tarko-Sale',NULL,3002),(36381,'Urengoj',NULL,3002),(36382,'Danilov',NULL,3003),(36383,'Gavrilov-Jam',NULL,3003),(36384,'Jaroslavl',NULL,3003),(36385,'Pereslavl-Zalesskij',NULL,3003),(36386,'Rostov',NULL,3003),(36387,'Rybinsk',NULL,3003),(36388,'Tutajev',NULL,3003),(36389,'Uglich',NULL,3003),(36390,'Birakan',NULL,3004),(36391,'Birobidzhan',NULL,3004),(36392,'Imeni Telmana',NULL,3004),(36393,'Izvestkovyj',NULL,3004),(36394,'Londoko',NULL,3004),(36395,'Obluchje',NULL,3004),(36396,'Teploozjorsk',NULL,3004),(36397,'Baksan',NULL,3005),(36398,'Chegem Pervyj',NULL,3005),(36399,'Majskij',NULL,3005),(36400,'Nalchik',NULL,3005),(36401,'Nartkala',NULL,3005),(36402,'Prohladnyj',NULL,3005),(36403,'Terek',NULL,3005),(36404,'Tyrnyauz',NULL,3005),(36405,'Bagrationovsk',NULL,3006),(36406,'Baltijsk',NULL,3006),(36407,'Chernjahovsk',NULL,3006),(36408,'Gurjevsk',NULL,3006),(36409,'Gusev',NULL,3006),(36410,'Gvardejsk',NULL,3006),(36411,'Kaliningrad',NULL,3006),(36412,'Mamonovo',NULL,3006),(36413,'Neman',NULL,3006),(36414,'Nesterov',NULL,3006),(36415,'Ozjorsk',NULL,3006),(36416,'Pionerskij',NULL,3006),(36417,'Sovetsk',NULL,3006),(36418,'Svetlogorsk',NULL,3006),(36419,'Svetlyj',NULL,3006),(36420,'Zeljenogradsk',NULL,3006),(36421,'Znamensk',NULL,3006),(36422,'Elista',NULL,3007),(36423,'Gorodovikovsk',NULL,3007),(36424,'Lagan',NULL,3007),(36425,'Balabanovo',NULL,3008),(36426,'Belousovo',NULL,3008),(36427,'Borovsk',NULL,3008),(36428,'Jermolino',NULL,3008),(36429,'Kaluga',NULL,3008),(36430,'Kirov',NULL,3008),(36431,'Kondrovo',NULL,3008),(36432,'Kozelsk',NULL,3008),(36433,'Kremenki',NULL,3008),(36434,'Ljudinovo',NULL,3008),(36435,'Malojaroslavec',NULL,3008),(36436,'Obninsk',NULL,3008),(36437,'Sosenskij',NULL,3008),(36438,'Suhinichi',NULL,3008),(36439,'Tarusa',NULL,3008),(36440,'Tovarkovo',NULL,3008),(36441,'Zhukov',NULL,3008),(36442,'Jelizovo',NULL,3009),(36443,'Kljuchi',NULL,3009),(36444,'Mohovaja',NULL,3009),(36445,'Petropavlovsk-Kamchatskij',NULL,3009),(36446,'Ust-Kamchatsk',NULL,3009),(36447,'Viljuchinsk',NULL,3009),(36448,'Vulkannyj',NULL,3009),(36449,'Cherkessk',NULL,3010),(36450,'Karachajevsk',NULL,3010),(36451,'Ust-Dzheguta',NULL,3010),(36452,'Belomorsk',NULL,3011),(36453,'Kem',NULL,3011),(36454,'Kondopoga',NULL,3011),(36455,'Kostomuksha',NULL,3011),(36456,'Lahdenpohja',NULL,3011),(36457,'Medvezhjegorsk',NULL,3011),(36458,'Nadvoicy',NULL,3011),(36459,'Olonec',NULL,3011),(36460,'Petrozavodsk',NULL,3011),(36461,'Pitkjaranta',NULL,3011),(36462,'Pudozh',NULL,3011),(36463,'Segezha',NULL,3011),(36464,'Sortavala',NULL,3011),(36465,'Suojarvi',NULL,3011),(36466,'Anzhero-Sudzhensk',NULL,3012),(36467,'Bachatskij',NULL,3012),(36468,'Belovo',NULL,3012),(36469,'Berjozovskij',NULL,3012),(36470,'Gramoteino',NULL,3012),(36471,'Gurjevsk',NULL,3012),(36472,'Inskoj',NULL,3012),(36473,'Jashkino',NULL,3012),(36474,'Jurga',NULL,3012),(36475,'Kaltan',NULL,3012),(36476,'Kedrovka',NULL,3012),(36477,'Kemerovo',NULL,3012),(36478,'Kiseljovsk',NULL,3012),(36479,'Krasnobrodskij',NULL,3012),(36480,'Leninsk-Kuzneckij',NULL,3012),(36481,'Malinovka',NULL,3012),(36482,'Mariinsk',NULL,3012),(36483,'Mezhdurechensk',NULL,3012),(36484,'Myski',NULL,3012),(36485,'Novokuzneck',NULL,3012),(36486,'Novokuznetsk',NULL,3012),(36487,'Novyj Gorodok',NULL,3012),(36488,'Osinniki',NULL,3012),(36489,'Polsaevo',NULL,3012),(36490,'Prokopjevsk',NULL,3012),(36491,'Promyshlennaja',NULL,3012),(36492,'Promyshlennovskij',NULL,3012),(36493,'Salair',NULL,3012),(36494,'Starobachaty',NULL,3012),(36495,'Tajga',NULL,3012),(36496,'Tajzhina',NULL,3012),(36497,'Tashtagol',NULL,3012),(36498,'Temirtau',NULL,3012),(36499,'Tisul',NULL,3012),(36500,'Tjazhinskij',NULL,3012),(36501,'Topki',NULL,3012),(36502,'Belaja Holunica',NULL,3014),(36503,'Jaransk',NULL,3014),(36504,'Jurja',NULL,3014),(36505,'Kirov',NULL,3014),(36506,'Kirovo-Chepeck',NULL,3014),(36507,'Kirs',NULL,3014),(36508,'Kotelnich',NULL,3014),(36509,'Ljangasovo',NULL,3014),(36510,'Luza',NULL,3014),(36511,'Malmyzh',NULL,3014),(36512,'Murashi',NULL,3014),(36513,'Nolinsk',NULL,3014),(36514,'Omutninsk',NULL,3014),(36515,'Orichi',NULL,3014),(36516,'Orlov',NULL,3014),(36517,'Pervomajskij',NULL,3014),(36518,'Peskovka',NULL,3014),(36519,'Slobodskoj',NULL,3014),(36520,'Sosnovka',NULL,3014),(36521,'Sovetsk',NULL,3014),(36522,'Urzhum',NULL,3014),(36523,'Vahrushi',NULL,3014),(36524,'Vjatskije Poljany',NULL,3014),(36525,'Zujevka',NULL,3014),(36526,'Blagoevo',NULL,3015),(36527,'Inta',NULL,3015),(36528,'Jarega',NULL,3015),(36529,'Jeletskij',NULL,3015),(36530,'Jemva',NULL,3015),(36531,'Komsomolskij',NULL,3015),(36532,'Krasnozatonskij',NULL,3015),(36533,'Mikun',NULL,3015),(36534,'Nizhnij Odes',NULL,3015),(36535,'Pechora',NULL,3015),(36536,'Promyshlennyj',NULL,3015),(36537,'Severnyj',NULL,3015),(36538,'Sosnogorsk',NULL,3015),(36539,'Syktyvkar',NULL,3015),(36540,'Troicko-Pechorsk',NULL,3015),(36541,'Uhta',NULL,3015),(36542,'Usinsk',NULL,3015),(36543,'Usogorsk',NULL,3015),(36544,'Vorgashor',NULL,3015),(36545,'Vorkuta',NULL,3015),(36546,'Vuktyl',NULL,3015),(36547,'Zheshart',NULL,3015),(36548,'Kudymkar',NULL,3016),(36549,'Palana',NULL,3017),(36550,'Buj',NULL,3018),(36551,'Galich',NULL,3018),(36552,'Kostroma',NULL,3018),(36553,'Makarjev',NULL,3018),(36554,'Manturovo',NULL,3018),(36555,'Neja',NULL,3018),(36556,'Nerehta',NULL,3018),(36557,'Sharja',NULL,3018),(36558,'Vetluzhskij',NULL,3018),(36559,'Volgorechensk',NULL,3018),(36560,'Zavolzhsk',NULL,3018),(36561,'Abinsk',NULL,3019),(36562,'Achujevo',NULL,3019),(36563,'Afipskij',NULL,3019),(36564,'Ahtyrskij',NULL,3019),(36565,'Anapa',NULL,3019),(36566,'Apsheronsk',NULL,3019),(36567,'Armavir',NULL,3019),(36568,'Belorechensk',NULL,3019),(36569,'Gelendzhik',NULL,3019),(36570,'Gorjachi Kljuch',NULL,3019),(36571,'Gulkevichi',NULL,3019),(36572,'Hadyzhensk',NULL,3019),(36573,'Ilskij',NULL,3019),(36574,'Jejsk',NULL,3019),(36575,'Kalinino',NULL,3019),(36576,'Korenovsk',NULL,3019),(36577,'Krasnodar',NULL,3019),(36578,'Kropotkin',NULL,3019),(36579,'Krymsk',NULL,3019),(36580,'Kurganinsk',NULL,3019),(36581,'Labinsk',NULL,3019),(36582,'Mostovskoj',NULL,3019),(36583,'Neftegorsk',NULL,3019),(36584,'Novokubansk',NULL,3019),(36585,'Novomihajlovskij',NULL,3019),(36586,'Novorossijsk',NULL,3019),(36587,'Pashkovskij',NULL,3019),(36588,'Primorsko-Ahtarsk',NULL,3019),(36589,'Psebaj',NULL,3019),(36590,'Slavjansk-na-Kubani',NULL,3019),(36591,'Sochi',NULL,3019),(36592,'Srednjaja Ahtuba',NULL,3019),(36593,'Temrjuk',NULL,3019),(36594,'Tihoreck',NULL,3019),(36595,'Timashevsk',NULL,3019),(36596,'Tuapse',NULL,3019),(36597,'Ust-Labinsk',NULL,3019),(36598,'Aban',NULL,3020),(36599,'Achinsk',NULL,3020),(36600,'Artjomovsk',NULL,3020),(36601,'Berjozovka',NULL,3020),(36602,'Bogotol',NULL,3020),(36603,'Borodino',NULL,3020),(36604,'Divnogorsk',NULL,3020),(36605,'Dubinino',NULL,3020),(36606,'Igarka',NULL,3020),(36607,'Ilanskij',NULL,3020),(36608,'Jemeljanovo',NULL,3020),(36609,'Jenisejsk',NULL,3020),(36610,'Kajerkan',NULL,3020),(36611,'Kansk',NULL,3020),(36612,'Kedrovyj',NULL,3020),(36613,'Kodinsk',NULL,3020),(36614,'Krasnojarsk',NULL,3020),(36615,'Kuragino',NULL,3020),(36616,'Lesosibirsk',NULL,3020),(36617,'Minusinsk',NULL,3020),(36618,'Nazarovo',NULL,3020),(36619,'Nizhnjaja Pojma',NULL,3020),(36620,'Norilsk',NULL,3020),(36621,'Podgornyj',NULL,3020),(36622,'Sharypovo',NULL,3020),(36623,'Shushenskoe',NULL,3020),(36624,'Solnechnyj',NULL,3020),(36625,'Sosnovoborsk',NULL,3020),(36626,'Talnah',NULL,3020),(36627,'Ujar',NULL,3020),(36628,'Uzhur',NULL,3020),(36629,'Zaozjornyj',NULL,3020),(36630,'Zelenogorsk',NULL,3020),(36631,'Zheleznogorsk',NULL,3020),(36632,'Dalmatovo',NULL,3022),(36633,'Kargapolje',NULL,3022),(36634,'Katajsk',NULL,3022),(36635,'Kurgan',NULL,3022),(36636,'Kurtamysh',NULL,3022),(36637,'Makushino',NULL,3022),(36638,'Petuhovo',NULL,3022),(36639,'Shadrinsk',NULL,3022),(36640,'Shumiha',NULL,3022),(36641,'Vargashi',NULL,3022),(36642,'Dmitriev Lgovskij',NULL,3023),(36643,'Imeni Karla Libknehta',NULL,3023),(36644,'Kurchatov',NULL,3023),(36645,'Kursk',NULL,3023),(36646,'Lgov',NULL,3023),(36647,'Obojan',NULL,3023),(36648,'Rylsk',NULL,3023),(36649,'Shchigry',NULL,3023),(36650,'Shchuchje',NULL,3023),(36651,'Sudzha',NULL,3023),(36652,'Zheleznogorsk',NULL,3023),(36653,'Boksitogorsk',NULL,3024),(36654,'Dubrovka',NULL,3024),(36655,'Gatchina',NULL,3024),(36656,'Imeni Morozova',NULL,3024),(36657,'Ivangorod',NULL,3024),(36658,'Kingisepp',NULL,3024),(36659,'Kirishi',NULL,3024),(36660,'Kirovsk',NULL,3024),(36661,'Kolpino',NULL,3024),(36662,'Kommunar',NULL,3024),(36663,'Kuzmolovskiy',NULL,3024),(36664,'Lodejnoje Pole',NULL,3024),(36665,'Luga',NULL,3024),(36666,'Nikolskoe',NULL,3024),(36667,'Novaja Ladoga',NULL,3024),(36668,'Otradnoe',NULL,3024),(36669,'Pikaljovo',NULL,3024),(36670,'Podporozhje',NULL,3024),(36671,'Priozjorsk',NULL,3024),(36672,'Sertolovo',NULL,3024),(36673,'Shlisselburg',NULL,3024),(36674,'Siverskij',NULL,3024),(36675,'Sjasstroj',NULL,3024),(36676,'Slancy',NULL,3024),(36677,'Sosnovyj Bor',NULL,3024),(36678,'Svetogorsk',NULL,3024),(36679,'Tihvin',NULL,3024),(36680,'Tosno',NULL,3024),(36681,'Uljanovka',NULL,3024),(36682,'Volhov',NULL,3024),(36683,'Volosovo',NULL,3024),(36684,'Vsevolozhsk',NULL,3024),(36685,'Vyborg',NULL,3024),(36686,'Vyrica',NULL,3024),(36687,'Zarskoje Selo',NULL,3024),(36688,'Chaplygin',NULL,3025),(36689,'Dankov',NULL,3025),(36690,'Dobrinka',NULL,3025),(36691,'Grjazi',NULL,3025),(36692,'Jelec',NULL,3025),(36693,'Lebedjan',NULL,3025),(36694,'Lipeck',NULL,3025),(36695,'Usman',NULL,3025),(36696,'Zadonsk',NULL,3025),(36697,'Jagodnoje',NULL,3026),(36698,'Magadan',NULL,3026),(36699,'Ola',NULL,3026),(36700,'Omsukchan',NULL,3026),(36701,'Palatka',NULL,3026),(36702,'Sinegorje',NULL,3026),(36703,'Susuman',NULL,3026),(36704,'Ust-Omchug',NULL,3026),(36705,'Ardatov',NULL,3028),(36706,'Chamzinka',NULL,3028),(36707,'Insar',NULL,3028),(36708,'Komsomolskij',NULL,3028),(36709,'Kovylkino',NULL,3028),(36710,'Krasnoslobodsk',NULL,3028),(36711,'Luhovka',NULL,3028),(36712,'Romodanovo',NULL,3028),(36713,'Ruzajevka',NULL,3028),(36714,'Saransk',NULL,3028),(36715,'Temnikov',NULL,3028),(36716,'Torbeevo',NULL,3028),(36717,'Zubova Poljana',NULL,3028),(36718,'Moscow',NULL,3029),(36719,'Moskva',NULL,3032),(36720,'Vostochnyj',NULL,3032),(36721,'Zeljenograd',NULL,3032),(36722,'Apatity',NULL,3033),(36723,'Gadzhievo',NULL,3033),(36724,'Kandalaksha',NULL,3033),(36725,'Kirovsk',NULL,3033),(36726,'Kola',NULL,3033),(36727,'Kovdor',NULL,3033),(36728,'Monchegorsk',NULL,3033),(36729,'Murmansk',NULL,3033),(36730,'Murmashi',NULL,3033),(36731,'Nikel',NULL,3033),(36732,'Olenegorsk',NULL,3033),(36733,'Ostrovnoj',NULL,3033),(36734,'Poljarnye Zory',NULL,3033),(36735,'Poljarnyj',NULL,3033),(36736,'Revda',NULL,3033),(36737,'Severomorsk',NULL,3033),(36738,'Snezhnogorsk',NULL,3033),(36739,'Zaozjorsk',NULL,3033),(36740,'Zapoljarnyj',NULL,3033),(36741,'Zeljenoborskij',NULL,3033),(36742,'Narjan-Mar',NULL,3034),(36743,'Borovichi',NULL,3036),(36744,'Chudovo',NULL,3036),(36745,'Krestcy',NULL,3036),(36746,'Malaja Vishera',NULL,3036),(36747,'Okulovka',NULL,3036),(36748,'Pestovo',NULL,3036),(36749,'Proletarij',NULL,3036),(36750,'Solcy',NULL,3036),(36751,'Staraja Russa',NULL,3036),(36752,'Uglovka',NULL,3036),(36753,'Valdaj',NULL,3036),(36754,'Velikij Novgorod',NULL,3036),(36755,'Novokusnezk',NULL,3037),(36756,'Barabinsk',NULL,3038),(36757,'Berdsk',NULL,3038),(36758,'Bolotnoe',NULL,3038),(36759,'Chany',NULL,3038),(36760,'Cherepanovo',NULL,3038),(36761,'Chulym',NULL,3038),(36762,'Iskitim',NULL,3038),(36763,'Karasuk',NULL,3038),(36764,'Kargat',NULL,3038),(36765,'Kochenjovo',NULL,3038),(36766,'Kolcovo',NULL,3038),(36767,'Kolyvan',NULL,3038),(36768,'Krasnoobsk',NULL,3038),(36769,'Krasnozerskoe',NULL,3038),(36770,'Kujbyshev',NULL,3038),(36771,'Kupino',NULL,3038),(36772,'Linjovo',NULL,3038),(36773,'Masljanino',NULL,3038),(36774,'Novosibirsk',NULL,3038),(36775,'Ob',NULL,3038),(36776,'Suzun',NULL,3038),(36777,'Tatarsk',NULL,3038),(36778,'Toguchin',NULL,3038),(36779,'Bolsherechje',NULL,3039),(36780,'Cherlak',NULL,3039),(36781,'Isilkul',NULL,3039),(36782,'Kalachinsk',NULL,3039),(36783,'Kormilovka',NULL,3039),(36784,'Ljubinskij',NULL,3039),(36785,'Moskaljoni',NULL,3039),(36786,'Muromcevo',NULL,3039),(36787,'Nazyvajevsk',NULL,3039),(36788,'Omsk',NULL,3039),(36789,'Tara',NULL,3039),(36790,'Tavricheskoje',NULL,3039),(36791,'Tjukalinsk',NULL,3039),(36792,'Abdulino',NULL,3040),(36793,'Buguruslan',NULL,3040),(36794,'Buzuluk',NULL,3040),(36795,'Jasnyj',NULL,3040),(36796,'Komarovskiy',NULL,3040),(36797,'Kuvandyk',NULL,3040),(36798,'Mednogorsk',NULL,3040),(36799,'Novotroick',NULL,3040),(36800,'Orenburg',NULL,3040),(36801,'Orsk',NULL,3040),(36802,'Sol-Ileck',NULL,3040),(36803,'Sorochinsk',NULL,3040),(36804,'Bolhov',NULL,3041),(36805,'Gaj',NULL,3041),(36806,'Livny',NULL,3041),(36807,'Mcensk',NULL,3041),(36808,'Orjol',NULL,3041),(36809,'Znamenka',NULL,3041),(36810,'Bashmakovo',NULL,3042),(36811,'Bekovo',NULL,3042),(36812,'Belinskiy',NULL,3042),(36813,'Kamenka',NULL,3042),(36814,'Kolyshlej',NULL,3042),(36815,'Kuzneck',NULL,3042),(36816,'Mokshan',NULL,3042),(36817,'Nikolsk',NULL,3042),(36818,'Nizhnij Lomov',NULL,3042),(36819,'Pachelma',NULL,3042),(36820,'Penza',NULL,3042),(36821,'Serdobsk',NULL,3042),(36822,'Sursk',NULL,3042),(36823,'Zarechnyj',NULL,3042),(36824,'Zemetchino',NULL,3042),(36825,'Aleksandrovsk',NULL,3043),(36826,'Berezniki',NULL,3043),(36827,'Chajkovskij',NULL,3043),(36828,'Chermoz',NULL,3043),(36829,'Chernushka',NULL,3043),(36830,'Chusovoj',NULL,3043),(36831,'Dobrjanka',NULL,3043),(36832,'Gornozavodsk',NULL,3043),(36833,'Gremjachinsk',NULL,3043),(36834,'Gubaha',NULL,3043),(36835,'Jajva',NULL,3043),(36836,'Kizel',NULL,3043),(36837,'Komsomolsky',NULL,3043),(36838,'Krasnokamsk',NULL,3043),(36839,'Krasnovishersk',NULL,3043),(36840,'Kungur',NULL,3043),(36841,'Lysva',NULL,3043),(36842,'Novye Ljady',NULL,3043),(36843,'Nytva',NULL,3043),(36844,'Ocher',NULL,3043),(36845,'Oktjabrskij',NULL,3043),(36846,'Osa',NULL,3043),(36847,'Pashija',NULL,3043),(36848,'Perm',NULL,3043),(36849,'Polazna',NULL,3043),(36850,'Skalnyj',NULL,3043),(36851,'Solikamsk',NULL,3043),(36852,'Ugleuralskij',NULL,3043),(36853,'Uralskij',NULL,3043),(36854,'Usolje',NULL,3043),(36855,'Vereshchagino',NULL,3043),(36856,'Zvjozdnyj',NULL,3043),(36857,'Arsenjev',NULL,3044),(36858,'Artjom',NULL,3044),(36859,'Artjomovskij',NULL,3044),(36860,'Bolshoj Kamen',NULL,3044),(36861,'Dalnegorsk',NULL,3044),(36862,'Dalnerechensk',NULL,3044),(36863,'Dunaj',NULL,3044),(36864,'Fokino',NULL,3044),(36865,'Jaroslavskij',NULL,3044),(36866,'Kavalerovo',NULL,3044),(36867,'Kirovskiy',NULL,3044),(36868,'Lesozavodsk',NULL,3044),(36869,'Lipovcy',NULL,3044),(36870,'Livadija',NULL,3044),(36871,'Luchegorsk',NULL,3044),(36872,'Nahodka',NULL,3044),(36873,'Novoshahtinskij',NULL,3044),(36874,'Partizansk',NULL,3044),(36875,'Pogranichnyj',NULL,3044),(36876,'Preobrazhenie',NULL,3044),(36877,'Putjatin',NULL,3044),(36878,'Sibircevo',NULL,3044),(36879,'Slavjanka',NULL,3044),(36880,'Spassk-Dalnij',NULL,3044),(36881,'Tavrichanka',NULL,3044),(36882,'Trudovoe',NULL,3044),(36883,'Uglekamensk',NULL,3044),(36884,'Uglovoe',NULL,3044),(36885,'Ussurijsk',NULL,3044),(36886,'Vladivostok',NULL,3044),(36887,'Vrangel',NULL,3044),(36888,'Zavodskoj',NULL,3044),(36889,'Dedovichi',NULL,3045),(36890,'Dno',NULL,3045),(36891,'Nevel',NULL,3045),(36892,'Novosokolniki',NULL,3045),(36893,'Opochka',NULL,3045),(36894,'Ostrov',NULL,3045),(36895,'Pechory',NULL,3045),(36896,'Porhov',NULL,3045),(36897,'Pskov',NULL,3045),(36898,'Sebezh',NULL,3045),(36899,'Strugi-Krasnye',NULL,3045),(36900,'Velikije Luki',NULL,3045),(36901,'Kasimov',NULL,3047),(36902,'Korablino',NULL,3047),(36903,'Mihajlov',NULL,3047),(36904,'Novomichurinsk',NULL,3047),(36905,'Rjazan',NULL,3047),(36906,'Rjazhsk',NULL,3047),(36907,'Rybnoje',NULL,3047),(36908,'Sasovo',NULL,3047),(36909,'Shilovo',NULL,3047),(36910,'Skopin',NULL,3047),(36911,'Ajutinskij',NULL,3048),(36912,'Aksaj',NULL,3048),(36913,'Azov',NULL,3048),(36914,'Batajsk',NULL,3048),(36915,'Belaja Kalitva',NULL,3048),(36916,'Cimljansk',NULL,3048),(36917,'Doneck',NULL,3048),(36918,'Donskoj',NULL,3048),(36919,'Gigant',NULL,3048),(36920,'Glubokij',NULL,3048),(36921,'Gornjackij',NULL,3048),(36922,'Gukovo',NULL,3048),(36923,'Kamenolomni',NULL,3048),(36924,'Kamensk-Shahtinskij',NULL,3048),(36925,'Konstantinovsk',NULL,3048),(36926,'Krasnyj Sulin',NULL,3048),(36927,'Lihovskoj',NULL,3048),(36928,'Majskij',NULL,3048),(36929,'Millerovo',NULL,3048),(36930,'Morozovsk',NULL,3048),(36931,'Novocherkassk',NULL,3048),(36932,'Novoshahtinsk',NULL,3048),(36933,'Proletarsk',NULL,3048),(36934,'Rostov',NULL,3048),(36935,'Rostov-na-Donu',NULL,3048),(36936,'Salsk',NULL,3048),(36937,'Semikarakorsk',NULL,3048),(36938,'Shahty',NULL,3048),(36939,'Sholohovskij',NULL,3048),(36940,'Sinegorskij',NULL,3048),(36941,'Sokolovo',NULL,3048),(36942,'Taganrog',NULL,3048),(36943,'Ust-Doneckij',NULL,3048),(36944,'Volgodonsk',NULL,3048),(36945,'Zernograd',NULL,3048),(36946,'Zhirnov',NULL,3048),(36947,'Zverevo',NULL,3048),(36948,'Ajhan',NULL,3049),(36949,'Aldan',NULL,3049),(36950,'Cherskij',NULL,3049),(36951,'Chulman',NULL,3049),(36952,'Deputatskij',NULL,3049),(36953,'Jakutsk',NULL,3049),(36954,'Lensk',NULL,3049),(36955,'Marha',NULL,3049),(36956,'Mirnyj',NULL,3049),(36957,'Nerjungri',NULL,3049),(36958,'Njurba',NULL,3049),(36959,'Oljokminsk',NULL,3049),(36960,'Pokrovsk',NULL,3049),(36961,'Sangar',NULL,3049),(36962,'Serebrjanyj Bor',NULL,3049),(36963,'Tiksi',NULL,3049),(36964,'Tommot',NULL,3049),(36965,'Udachnyj',NULL,3049),(36966,'Ust-Nera',NULL,3049),(36967,'Verhojansk',NULL,3049),(36968,'Viljujsk',NULL,3049),(36969,'Aleksandrovsk-Sahalinskij',NULL,3050),(36970,'Dolinsk',NULL,3050),(36971,'Gornozavodsk',NULL,3050),(36972,'Holmsk',NULL,3050),(36973,'Juzhno-Sahalinsk',NULL,3050),(36974,'Korsakov',NULL,3050),(36975,'Makarov',NULL,3050),(36976,'Nevelsk',NULL,3050),(36977,'Nogliki',NULL,3050),(36978,'Oha',NULL,3050),(36979,'Poronajsk',NULL,3050),(36980,'Shahtjorsk',NULL,3050),(36981,'Tymovskoje',NULL,3050),(36982,'Uglegorsk',NULL,3050),(36983,'Aleksejevka',NULL,3051),(36984,'Bezenchuk',NULL,3051),(36985,'Chapajevsk',NULL,3051),(36986,'Fjodorovka',NULL,3051),(36987,'Kinel',NULL,3051),(36988,'Mirnyj',NULL,3051),(36989,'Novokujbyshevsk',NULL,3051),(36990,'Novosemejkino',NULL,3051),(36991,'Oktjabrsk',NULL,3051),(36992,'Otradnyj',NULL,3051),(36993,'Pohvistnevo',NULL,3051),(36994,'Povolzhskij',NULL,3051),(36995,'Pribrezhnyj',NULL,3051),(36996,'Roscinskij',NULL,3051),(36997,'Samara',NULL,3051),(36998,'Smyshljaevka',NULL,3051),(36999,'Suhodol',NULL,3051),(37000,'Syzran',NULL,3051),(37001,'Timashjovo',NULL,3051),(37002,'Toljatti',NULL,3051),(37003,'Zhigulevsk',NULL,3051),(37004,'Togliatti',NULL,3052),(37005,'Saint Petersburg',NULL,3053),(37006,'Sankt Peterburg',NULL,3053),(37007,'Arkadak',NULL,3054),(37008,'Atkarsk',NULL,3054),(37009,'Balakovo',NULL,3054),(37010,'Balashov',NULL,3054),(37011,'Bazarnyj Karabulak',NULL,3054),(37012,'Dergachi',NULL,3054),(37013,'Engels',NULL,3054),(37014,'Hvalynsk',NULL,3054),(37015,'Jershov',NULL,3054),(37016,'Kalininsk',NULL,3054),(37017,'Krasnoarmejsk',NULL,3054),(37018,'Krasnyj Kut',NULL,3054),(37019,'Marks',NULL,3054),(37020,'Novouzensk',NULL,3054),(37021,'Ozinki',NULL,3054),(37022,'Petrovsk',NULL,3054),(37023,'Privolzhskij',NULL,3054),(37024,'Pugachjov',NULL,3054),(37025,'Rtishchevo',NULL,3054),(37026,'Saratov',NULL,3054),(37027,'Shihany',NULL,3054),(37028,'Stepnoe',NULL,3054),(37029,'Svetlyj',NULL,3054),(37030,'Tatishchevo',NULL,3054),(37031,'Volsk',NULL,3054),(37032,'Demidov',NULL,3055),(37033,'Desnogorsk',NULL,3055),(37034,'Dorogobuzh',NULL,3055),(37035,'Gagarin',NULL,3055),(37036,'Hislavichi',NULL,3055),(37037,'Jarcevo',NULL,3055),(37038,'Jelnja',NULL,3055),(37039,'Pochinok',NULL,3055),(37040,'Roslavl',NULL,3055),(37041,'Rudnja',NULL,3055),(37042,'Safonovo',NULL,3055),(37043,'Smolensk',NULL,3055),(37044,'Verhnedneprovskij',NULL,3055),(37045,'Vjazma',NULL,3055),(37046,'Blagodarnyj',NULL,3056),(37047,'Budjonnovsk',NULL,3056),(37048,'Georgijevsk',NULL,3056),(37049,'Gorjachevodskij',NULL,3056),(37050,'Inozemcevo',NULL,3056),(37051,'Ipatovo',NULL,3056),(37052,'Izobilnyj',NULL,3056),(37053,'Jessentuki',NULL,3056),(37054,'Kislovodsk',NULL,3056),(37055,'Lermontov',NULL,3056),(37056,'Mihajlovsk',NULL,3056),(37057,'Mineralnyje Vody',NULL,3056),(37058,'Neftekumsk',NULL,3056),(37059,'Nevinnomyssk',NULL,3056),(37060,'Novoaleksandrovsk',NULL,3056),(37061,'Novopavlovsk',NULL,3056),(37062,'Pjatigorsk',NULL,3056),(37063,'Solnechnodolsk',NULL,3056),(37064,'Stavropol',NULL,3056),(37065,'Svetlograd',NULL,3056),(37066,'Svobody',NULL,3056),(37067,'Zeljenokumsk',NULL,3056),(37068,'Zheleznovodsk',NULL,3056),(37069,'Alapajevsk',NULL,3057),(37070,'Aramil',NULL,3057),(37071,'Arti',NULL,3057),(37072,'Artjomovskij',NULL,3057),(37073,'Asbest',NULL,3057),(37074,'Baranchinskij',NULL,3057),(37075,'Belojarskij',NULL,3057),(37076,'Berjozovskij',NULL,3057),(37077,'Bisert',NULL,3057),(37078,'Bogdanovich',NULL,3057),(37079,'Bulanash',NULL,3057),(37080,'Degtjarsk',NULL,3057),(37081,'Ekaterinburg',NULL,3057),(37082,'Irbit',NULL,3057),(37083,'Ivdel',NULL,3057),(37084,'Izumrud',NULL,3057),(37085,'Jekaterinburg',NULL,3057),(37086,'Kachkanar',NULL,3057),(37087,'Kamensk-Uralskij',NULL,3057),(37088,'Kamyshlov',NULL,3057),(37089,'Karpinsk',NULL,3057),(37090,'Kirovgrad',NULL,3057),(37091,'Kolcovo',NULL,3057),(37092,'Krasnoturinsk',NULL,3057),(37093,'Krasnoufimsk',NULL,3057),(37094,'Krasnouralsk',NULL,3057),(37095,'Kushva',NULL,3057),(37096,'Lesnoj',NULL,3057),(37097,'Leviha',NULL,3057),(37098,'Lobva',NULL,3057),(37099,'Malysheva',NULL,3057),(37100,'Mihajlovsk',NULL,3057),(37101,'Monetnyj',NULL,3057),(37102,'Nevjansk',NULL,3057),(37103,'Nizhnie Sergi',NULL,3057),(37104,'Nizhnij Tagil',NULL,3057),(37105,'Nizhnjaja Salda',NULL,3057),(37106,'Nizhnjaja Tura',NULL,3057),(37107,'Novaja Ljalja',NULL,3057),(37108,'Novouralsk',NULL,3057),(37109,'Pervouralsk',NULL,3057),(37110,'Polevskoj',NULL,3057),(37111,'Pyshma',NULL,3057),(37112,'Pyt-Jah',NULL,3057),(37113,'Reftinskij',NULL,3057),(37114,'Revda',NULL,3057),(37115,'Rezh',NULL,3057),(37116,'Serov',NULL,3057),(37117,'Severouralsk',NULL,3057),(37118,'Sosva',NULL,3057),(37119,'Sredneuralsk',NULL,3057),(37120,'Suhoj Log',NULL,3057),(37121,'Svobodnyj',NULL,3057),(37122,'Sysert',NULL,3057),(37123,'Talica',NULL,3057),(37124,'Tavda',NULL,3057),(37125,'Troickij',NULL,3057),(37126,'Turinsk',NULL,3057),(37127,'Uralskij',NULL,3057),(37128,'Verhnij Tagil',NULL,3057),(37129,'Verhnjaja Pyshma',NULL,3057),(37130,'Verhnjaja Salda',NULL,3057),(37131,'Verhnjaja Sinyachiha',NULL,3057),(37132,'Verhnjaja Tura',NULL,3057),(37133,'Verhoturje',NULL,3057),(37134,'Volchansk',NULL,3057),(37135,'Yekaterinburg',NULL,3057),(37136,'Zarechnyj',NULL,3057),(37137,'Zjuzelskij',NULL,3057),(37138,'Dudinka',NULL,3058),(37139,'Dmitrievka',NULL,3059),(37140,'Inzhavino',NULL,3059),(37141,'Kirsanov',NULL,3059),(37142,'Kotovsk',NULL,3059),(37143,'Michurinsk',NULL,3059),(37144,'Morshansk',NULL,3059),(37145,'Pervomajskij',NULL,3059),(37146,'Rasskazovo',NULL,3059),(37147,'Sosnovka',NULL,3059),(37148,'Tambov',NULL,3059),(37149,'Uvarovo',NULL,3059),(37150,'Zherdevka',NULL,3059),(37151,'Znamenka',NULL,3059),(37152,'Agryz',NULL,3060),(37153,'Aksubajevo',NULL,3060),(37154,'Aktjubinskij',NULL,3060),(37155,'Aleksejevskoje',NULL,3060),(37156,'Almetjevsk',NULL,3060),(37157,'Arsk',NULL,3060),(37158,'Aznakajevo',NULL,3060),(37159,'Bavly',NULL,3060),(37160,'Bugulma',NULL,3060),(37161,'Buinsk',NULL,3060),(37162,'Chistopol',NULL,3060),(37163,'Dzhalil',NULL,3060),(37164,'Jelabuga',NULL,3060),(37165,'Kamskie Poljany',NULL,3060),(37166,'Kazan',NULL,3060),(37167,'Kukmor',NULL,3060),(37168,'Leninogorsk',NULL,3060),(37169,'Mamadysh',NULL,3060),(37170,'Mendelejevsk',NULL,3060),(37171,'Menzelinsk',NULL,3060),(37172,'Naberezhnyje Chelny',NULL,3060),(37173,'Nizhnekamsk',NULL,3060),(37174,'Niznjaja Maktama',NULL,3060),(37175,'Nurlat',NULL,3060),(37176,'Tetjushi',NULL,3060),(37177,'Urussu',NULL,3060),(37178,'Vasiljevo',NULL,3060),(37179,'Zainsk',NULL,3060),(37180,'Zeljonodolsk',NULL,3060),(37181,'Bogandinskij',NULL,3061),(37182,'Borovskij',NULL,3061),(37183,'Golyshmanovo',NULL,3061),(37184,'Ishim',NULL,3061),(37185,'Jalutorovosk',NULL,3061),(37186,'Tjumen',NULL,3061),(37187,'Tobolsk',NULL,3061),(37188,'Vinzili',NULL,3061),(37189,'Zavodoukovsk',NULL,3061),(37190,'Asino',NULL,3062),(37191,'Jaja',NULL,3062),(37192,'Kolpashevo',NULL,3062),(37193,'Seversk',NULL,3062),(37194,'Strezhevoj',NULL,3062),(37195,'Tomsk',NULL,3062),(37196,'Agejevo',NULL,3063),(37197,'Aleksin',NULL,3063),(37198,'Beljov',NULL,3063),(37199,'Bogoroditsk',NULL,3063),(37200,'Bolohovo',NULL,3063),(37201,'Donskoj',NULL,3063),(37202,'Dubovka',NULL,3063),(37203,'Jasnogorsk',NULL,3063),(37204,'Jefremov',NULL,3063),(37205,'Kimovsk',NULL,3063),(37206,'Kirejevsk',NULL,3063),(37207,'Kosaja Gora',NULL,3063),(37208,'Leninskij',NULL,3063),(37209,'Lipki',NULL,3063),(37210,'Mendelejevskij',NULL,3063),(37211,'Novomoskovsk',NULL,3063),(37212,'Pervomajskij',NULL,3063),(37213,'Plavsk',NULL,3063),(37214,'Severo-Zadonsk',NULL,3063),(37215,'Shchjokino',NULL,3063),(37216,'Skuratovskij',NULL,3063),(37217,'Sokolniki',NULL,3063),(37218,'Sovetsk',NULL,3063),(37219,'Suvorov',NULL,3063),(37220,'Tovarkovskij',NULL,3063),(37221,'Tula',NULL,3063),(37222,'Uzlovaja',NULL,3063),(37223,'Venjov',NULL,3063),(37224,'Andreapol',NULL,3064),(37225,'Bezheck',NULL,3064),(37226,'Bologoe',NULL,3064),(37227,'Kaljazin',NULL,3064),(37228,'Kashin',NULL,3064),(37229,'Kimry',NULL,3064),(37230,'Konakovo',NULL,3064),(37231,'Kuvshinovo',NULL,3064),(37232,'Lihoslavl',NULL,3064),(37233,'Maksatiha',NULL,3064),(37234,'Ostashkov',NULL,3064),(37235,'Ozjornyj',NULL,3064),(37236,'Pelidovo',NULL,3064),(37237,'Rameshki',NULL,3064),(37238,'Redkino',NULL,3064),(37239,'Rzhev',NULL,3064),(37240,'Solnechnyj',NULL,3064),(37241,'Starica',NULL,3064),(37242,'Toropec',NULL,3064),(37243,'Torzhok',NULL,3064),(37244,'Tver',NULL,3064),(37245,'Udomlja',NULL,3064),(37246,'Vyshnij Volochok',NULL,3064),(37247,'Zapadnaja Dvina',NULL,3064),(37248,'Ak-Dovurak',NULL,3065),(37249,'Kyzyl',NULL,3065),(37250,'Balezino',NULL,3066),(37251,'Glazov',NULL,3066),(37252,'Igra',NULL,3066),(37253,'Izhevsk',NULL,3066),(37254,'Kambarka',NULL,3066),(37255,'Kez',NULL,3066),(37256,'Kizner',NULL,3066),(37257,'Mozhga',NULL,3066),(37258,'Sarapul',NULL,3066),(37259,'Uva',NULL,3066),(37260,'Votkinsk',NULL,3066),(37261,'Barysh',NULL,3067),(37262,'Cherdakly',NULL,3067),(37263,'Dimitrovgrad',NULL,3067),(37264,'Inza',NULL,3067),(37265,'Isheevka',NULL,3067),(37266,'Novospasskoe',NULL,3067),(37267,'Novouljanovsk',NULL,3067),(37268,'Sengilej',NULL,3067),(37269,'Uljanovsk',NULL,3067),(37270,'Ust-Ordynskij',NULL,3069),(37271,'Aleksandrov',NULL,3070),(37272,'Balakirevo',NULL,3070),(37273,'Gorohovec',NULL,3070),(37274,'Gus-Hrustalnyj',NULL,3070),(37275,'Jurjev Polskij',NULL,3070),(37276,'Kameshkovo',NULL,3070),(37277,'Karabanovo',NULL,3070),(37278,'Kirzhach',NULL,3070),(37279,'Kolchugino',NULL,3070),(37280,'Kosterovo',NULL,3070),(37281,'Kovrov',NULL,3070),(37282,'Krasnaja Gorbatka',NULL,3070),(37283,'Krasnyj Oktjabr',NULL,3070),(37284,'Lakinsk',NULL,3070),(37285,'Melenki',NULL,3070),(37286,'Murom',NULL,3070),(37287,'Novovjazniki',NULL,3070),(37288,'Pokrov',NULL,3070),(37289,'Raduzhnyj',NULL,3070),(37290,'Sobinka',NULL,3070),(37291,'Strunino',NULL,3070),(37292,'Sudogda',NULL,3070),(37293,'Suzdal',NULL,3070),(37294,'Vjazniki',NULL,3070),(37295,'Vladimir',NULL,3070),(37296,'Dubovka',NULL,3071),(37297,'Frolovo',NULL,3071),(37298,'Gorkovskij',NULL,3071),(37299,'Gorodishche',NULL,3071),(37300,'Ilovlja',NULL,3071),(37301,'Jelan',NULL,3071),(37302,'Kalach-na-Donu',NULL,3071),(37303,'Kamyshin',NULL,3071),(37304,'Kotelnikovo',NULL,3071),(37305,'Kotovo',NULL,3071),(37306,'Krasnoslobodsk',NULL,3071),(37307,'Leninsk',NULL,3071),(37308,'Mihajlovka',NULL,3071),(37309,'Nikolajevsk',NULL,3071),(37310,'Nizhny Novgorod',NULL,3071),(37311,'Novoanninskij',NULL,3071),(37312,'Novonikolajevskij',NULL,3071),(37313,'Pallasovka',NULL,3071),(37314,'Petrov Val',NULL,3071),(37315,'Serafimovich',NULL,3071),(37316,'Surovikino',NULL,3071),(37317,'Svetlyj Jar',NULL,3071),(37318,'Urjupinsk',NULL,3071),(37319,'Volgograd',NULL,3071),(37320,'Volzhskij',NULL,3071),(37321,'Zhirnovsk',NULL,3071),(37322,'Babajevo',NULL,3072),(37323,'Belozjorsk',NULL,3072),(37324,'Cherepovec',NULL,3072),(37325,'Grjazovec',NULL,3072),(37326,'Harovsk',NULL,3072),(37327,'Kaduj',NULL,3072),(37328,'Krasavino',NULL,3072),(37329,'Sheksna',NULL,3072),(37330,'Sokol',NULL,3072),(37331,'Totma',NULL,3072),(37332,'Velikij Ustjug',NULL,3072),(37333,'Vologda',NULL,3072),(37334,'Vytegra',NULL,3072),(37335,'Anna',NULL,3073),(37336,'Bobrov',NULL,3073),(37337,'Boguchar',NULL,3073),(37338,'Borisoglebsk',NULL,3073),(37339,'Buturlinovka',NULL,3073),(37340,'Ertil',NULL,3073),(37341,'Gribanovskij',NULL,3073),(37342,'Kalach',NULL,3073),(37343,'Kamenka',NULL,3073),(37344,'Kantemirovka',NULL,3073),(37345,'Liski',NULL,3073),(37346,'Novohopjorsk',NULL,3073),(37347,'Novovoronezh',NULL,3073),(37348,'Ostrogozhsk',NULL,3073),(37349,'Pavlovsk',NULL,3073),(37350,'Povorino',NULL,3073),(37351,'Pridonskij',NULL,3073),(37352,'Rossosh',NULL,3073),(37353,'Semiluki',NULL,3073),(37354,'Somovo',NULL,3073),(37355,'Talovaja',NULL,3073),(37356,'Voronezh',NULL,3073),(37357,'Butare',NULL,3074),(37358,'Nyanza',NULL,3074),(37359,'Byumba',NULL,3075),(37360,'Cyangugu',NULL,3076),(37361,'Gikongoro',NULL,3077),(37362,'Gisenyi',NULL,3078),(37363,'Gitarama',NULL,3079),(37364,'Kibungo',NULL,3080),(37365,'Rwamagana',NULL,3080),(37366,'Kibuye',NULL,3081),(37367,'Kigali',NULL,3082),(37368,'Ruhengeri',NULL,3083),(37369,'Georgetown',NULL,3084),(37370,'Anse-la-Raye',NULL,3102),(37371,'Canaries',NULL,3103),(37372,'Castries',NULL,3104),(37373,'Choc',NULL,3104),(37374,'Choiseul',NULL,3105),(37375,'Dennery',NULL,3106),(37376,'Laborie',NULL,3108),(37377,'Micoud',NULL,3109),(37378,'Soufriere',NULL,3110),(37379,'Miquelon',NULL,3112),(37380,'Saint-Pierre',NULL,3113),(37381,'Biabou',NULL,3114),(37382,'Byera',NULL,3114),(37383,'Georgetown',NULL,3114),(37384,'Dovers',NULL,3115),(37385,'Hamilton',NULL,3115),(37386,'Port Elizabeth',NULL,3115),(37387,'Falelatai',NULL,3120),(37388,'Mulifanua',NULL,3121),(37389,'Solosolo',NULL,3122),(37390,'Safotulafai',NULL,3123),(37391,'Samalae\'ulu',NULL,3124),(37392,'A\'opo',NULL,3125),(37393,'Taga',NULL,3126),(37394,'Gautavai',NULL,3127),(37395,'Apia',NULL,3128),(37396,'Samamea',NULL,3129),(37397,'Neiafu',NULL,3130),(37398,'Acquaviva',NULL,3131),(37399,'Chiesanuova',NULL,3133),(37400,'Domagnano',NULL,3134),(37401,'Faetano',NULL,3135),(37402,'Fiorentino',NULL,3136),(37403,'Montegiardino',NULL,3137),(37404,'Serravalle',NULL,3139),(37405,'Santana',NULL,3141),(37406,'Neves',NULL,3142),(37407,'Santo Amaro',NULL,3143),(37408,'Trindade',NULL,3144),(37409,'Santo Antonio',NULL,3145),(37410,'Mahayel',NULL,3147),(37411,'Abha',NULL,3149),(37412,'Abu \'Aris',NULL,3149),(37413,'Khamis Mushayt',NULL,3149),(37414,'Qal\'at Bishah',NULL,3149),(37415,'Ha\'il',NULL,3152),(37416,'Jawf',NULL,3153),(37417,'Sakakah',NULL,3153),(37418,'Jizan',NULL,3154),(37419,'Sabya',NULL,3154),(37420,'Makkah',NULL,3155),(37421,'Rabig',NULL,3155),(37422,'al-Hawiyah',NULL,3155),(37423,'at-Ta\'if',NULL,3155),(37424,'Dar\'iyah',NULL,3156),(37425,'Najran',NULL,3156),(37426,'Sharurah',NULL,3156),(37427,'\'Unayzah',NULL,3157),(37428,'Buraydah',NULL,3157),(37429,'ar-Rass',NULL,3157),(37430,'Tabuk',NULL,3158),(37431,'Umm Lajj',NULL,3158),(37432,'al-Bahah',NULL,3160),(37433,'Ara\'ar',NULL,3161),(37434,'Rafha',NULL,3161),(37435,'Turayf',NULL,3161),(37436,'al-Qurayyat',NULL,3161),(37437,'Yanbu',NULL,3162),(37438,'al-Madinah',NULL,3162),(37439,'\'Afif',NULL,3163),(37440,'ad-Dawadimi',NULL,3163),(37441,'ad-Dilam',NULL,3163),(37442,'al-Kharj',NULL,3163),(37443,'al-Majma\'ah',NULL,3163),(37444,'ar-Riyad',NULL,3163),(37445,'az-Zulfi',NULL,3163),(37446,'Dakar',NULL,3164),(37447,'Bambey',NULL,3165),(37448,'Diourbel',NULL,3165),(37449,'Mbacke',NULL,3165),(37450,'Touba',NULL,3165),(37451,'Diofior',NULL,3166),(37452,'Fatick',NULL,3166),(37453,'Foundiougne',NULL,3166),(37454,'Gossas',NULL,3166),(37455,'Guinguineo',NULL,3166),(37456,'Kahone',NULL,3166),(37457,'Passy',NULL,3166),(37458,'Sokone',NULL,3166),(37459,'Gandiaye',NULL,3167),(37460,'Kaffrine',NULL,3167),(37461,'Kaolack',NULL,3167),(37462,'Koungheul',NULL,3167),(37463,'Medina',NULL,3167),(37464,'Ndoffane Lagheme',NULL,3167),(37465,'Nioro du Rip',NULL,3167),(37466,'Toubakouta',NULL,3167),(37467,'Dabo',NULL,3168),(37468,'Goudomp',NULL,3168),(37469,'Kolda',NULL,3168),(37470,'Marsassoum',NULL,3168),(37471,'Medina Gounas',NULL,3168),(37472,'Sedhiou',NULL,3168),(37473,'Velingara',NULL,3168),(37474,'Wassadou',NULL,3168),(37475,'Dahra',NULL,3169),(37476,'Kebemer',NULL,3169),(37477,'Linguere',NULL,3169),(37478,'Louga',NULL,3169),(37479,'Dagana',NULL,3170),(37480,'Gollere',NULL,3170),(37481,'Kanel',NULL,3170),(37482,'Matam',NULL,3170),(37483,'Ndioum',NULL,3170),(37484,'Ourossogui',NULL,3170),(37485,'Podor',NULL,3170),(37486,'Richard Toll',NULL,3170),(37487,'Saint-Louis',NULL,3170),(37488,'Semme',NULL,3170),(37489,'Thilogne',NULL,3170),(37490,'Waounde',NULL,3170),(37491,'Bakel',NULL,3171),(37492,'Kedougou',NULL,3171),(37493,'Tambacounda',NULL,3171),(37494,'Joal-Fadiouth',NULL,3172),(37495,'Kayar',NULL,3172),(37496,'Khombole',NULL,3172),(37497,'Mbour',NULL,3172),(37498,'Meckhe',NULL,3172),(37499,'Nguekhokh',NULL,3172),(37500,'Pout',NULL,3172),(37501,'Thiadiaye',NULL,3172),(37502,'Thies',NULL,3172),(37503,'Tivaouane',NULL,3172),(37504,'Bignona',NULL,3173),(37505,'Oussouye',NULL,3173),(37506,'Thionck-Essyl',NULL,3173),(37507,'Ziguinchor',NULL,3173),(37508,'Cascade',NULL,3179),(37509,'Takamaka',NULL,3180),(37510,'Mahe',NULL,3181),(37511,'Biama',NULL,3182),(37512,'Daru',NULL,3182),(37513,'Kailahun',NULL,3182),(37514,'Kenema',NULL,3182),(37515,'Koidu',NULL,3182),(37516,'Koindu',NULL,3182),(37517,'Pendembu',NULL,3182),(37518,'Sefadu',NULL,3182),(37519,'Segbwema',NULL,3182),(37520,'Yengema',NULL,3182),(37521,'Kabala',NULL,3183),(37522,'Kambia',NULL,3183),(37523,'Lungi',NULL,3183),(37524,'Lunsar',NULL,3183),(37525,'Magburaka',NULL,3183),(37526,'Makeni',NULL,3183),(37527,'Mambolo',NULL,3183),(37528,'Moyamba',NULL,3183),(37529,'Pepel',NULL,3183),(37530,'Port Loko',NULL,3183),(37531,'Yele',NULL,3183),(37532,'Binkolo',NULL,3184),(37533,'Bo',NULL,3184),(37534,'Bonthe',NULL,3184),(37535,'Bumpe',NULL,3184),(37536,'Matru',NULL,3184),(37537,'Pujehun',NULL,3184),(37538,'Taiama',NULL,3184),(37539,'Freetown',NULL,3185),(37540,'York',NULL,3185),(37541,'Singapore',NULL,3186),(37542,'Banska Bystrica',NULL,3187),(37543,'Banska Shtiavnica',NULL,3187),(37544,'Brezno',NULL,3187),(37545,'Chierny Balog',NULL,3187),(37546,'Detva',NULL,3187),(37547,'Fil\'akovo',NULL,3187),(37548,'Hnusht\'a',NULL,3187),(37549,'Hrinova',NULL,3187),(37550,'Kremnica',NULL,3187),(37551,'Krupina',NULL,3187),(37552,'Luchenec',NULL,3187),(37553,'Nova Bana',NULL,3187),(37554,'Podbrezova',NULL,3187),(37555,'Poltar',NULL,3187),(37556,'Revuca',NULL,3187),(37557,'Rimavska Sobota',NULL,3187),(37558,'Sliach',NULL,3187),(37559,'Tisovec',NULL,3187),(37560,'Tornal\'a',NULL,3187),(37561,'Vel\'ky Krtish',NULL,3187),(37562,'Vlkanova',NULL,3187),(37563,'Zharnovica',NULL,3187),(37564,'Zhiar',NULL,3187),(37565,'Ziar nad Hronom',NULL,3187),(37566,'Zvolen',NULL,3187),(37567,'Bernolakovo',NULL,3188),(37568,'Bratislava',NULL,3188),(37569,'Ivanka pri Dunaji',NULL,3188),(37570,'Malacky',NULL,3188),(37571,'Modra',NULL,3188),(37572,'Pezinok',NULL,3188),(37573,'Senec',NULL,3188),(37574,'Shenkvice',NULL,3188),(37575,'Stupava',NULL,3188),(37576,'Svaty Jur',NULL,3188),(37577,'Chana',NULL,3189),(37578,'Chierna nad Tisou',NULL,3189),(37579,'Dobshina',NULL,3189),(37580,'Gelnica',NULL,3189),(37581,'Kosice',NULL,3189),(37582,'Kral\'ovsky Chlmec',NULL,3189),(37583,'Krompachy',NULL,3189),(37584,'Medzev',NULL,3189),(37585,'Michalovce',NULL,3189),(37586,'Moldava nad Bodvou',NULL,3189),(37587,'Pavlovce nad Uhom',NULL,3189),(37588,'Rozhnava',NULL,3189),(37589,'Sechovce',NULL,3189),(37590,'Smizhany',NULL,3189),(37591,'Sobrance',NULL,3189),(37592,'Strazhske',NULL,3189),(37593,'Trebishov',NULL,3189),(37594,'Vel\'ke Kapushany',NULL,3189),(37595,'Vranov',NULL,3189),(37596,'Dvory nad Zhitavou',NULL,3190),(37597,'Hurbanovo',NULL,3190),(37598,'Kolarovo',NULL,3190),(37599,'Komarno',NULL,3190),(37600,'Komjatice',NULL,3190),(37601,'Levice',NULL,3190),(37602,'Levocha',NULL,3190),(37603,'Mocenok',NULL,3190),(37604,'Nesvady',NULL,3190),(37605,'Nitra',NULL,3190),(37606,'Nove Zamky',NULL,3190),(37607,'Palarikovo',NULL,3190),(37608,'Shahy',NULL,3190),(37609,'Shal\'a',NULL,3190),(37610,'Shturovo',NULL,3190),(37611,'Shurany',NULL,3190),(37612,'Svodin',NULL,3190),(37613,'Tlmache',NULL,3190),(37614,'Tvrdoshovce',NULL,3190),(37615,'Vrable',NULL,3190),(37616,'Zlate Moravce',NULL,3190),(37617,'Bardejov',NULL,3191),(37618,'Giraltovce',NULL,3191),(37619,'Humenne',NULL,3191),(37620,'Jarovnice',NULL,3191),(37621,'Kezhmarok',NULL,3191),(37622,'Lipany',NULL,3191),(37623,'Medzilaborce',NULL,3191),(37624,'Podolinec',NULL,3191),(37625,'Poprad',NULL,3191),(37626,'Preshov',NULL,3191),(37627,'Presov',NULL,3191),(37628,'Sabinov',NULL,3191),(37629,'Snina',NULL,3191),(37630,'Spishska Bela',NULL,3191),(37631,'Spishska Nova Ves',NULL,3191),(37632,'Spishske Podhradie',NULL,3191),(37633,'Stara L\'ubovna',NULL,3191),(37634,'Stropkov',NULL,3191),(37635,'Svidnik',NULL,3191),(37636,'Svit',NULL,3191),(37637,'Vel\'ky Sharish',NULL,3191),(37638,'Vysoke Tatry',NULL,3191),(37639,'Banovce',NULL,3192),(37640,'Belusha',NULL,3192),(37641,'Bojnice',NULL,3192),(37642,'Boshany',NULL,3192),(37643,'Dubnica',NULL,3192),(37644,'Handlova',NULL,3192),(37645,'Ilava',NULL,3192),(37646,'Lednicke Rovne',NULL,3192),(37647,'Lendak',NULL,3192),(37648,'Myjava',NULL,3192),(37649,'Nemshova',NULL,3192),(37650,'Nova Dubnica',NULL,3192),(37651,'Novaky',NULL,3192),(37652,'Nove Mesto',NULL,3192),(37653,'Partizanske',NULL,3192),(37654,'Povazhska Bystrica',NULL,3192),(37655,'Prievidza',NULL,3192),(37656,'Puchov',NULL,3192),(37657,'Stara Tura',NULL,3192),(37658,'Topol\'chany',NULL,3192),(37659,'Trenchianske Teplice',NULL,3192),(37660,'Trenchin',NULL,3192),(37661,'Trencin',NULL,3192),(37662,'Brezova pod Bradlom',NULL,3193),(37663,'Dunajska Streda',NULL,3193),(37664,'Gabchikovo',NULL,3193),(37665,'Galanta',NULL,3193),(37666,'Gbely',NULL,3193),(37667,'Hlohovec',NULL,3193),(37668,'Holich',NULL,3193),(37669,'Kuty',NULL,3193),(37670,'Leopoldov',NULL,3193),(37671,'Piesht\'any',NULL,3193),(37672,'Piestany',NULL,3193),(37673,'Senica',NULL,3193),(37674,'Sered\'',NULL,3193),(37675,'Shamorin',NULL,3193),(37676,'Shashtin-Strazhe',NULL,3193),(37677,'Shoporna',NULL,3193),(37678,'Skalica',NULL,3193),(37679,'Sladkovichovo',NULL,3193),(37680,'Trnava',NULL,3193),(37681,'Vel\'ke Ul\'any',NULL,3193),(37682,'Vel\'ky Meder',NULL,3193),(37683,'Vrbove',NULL,3193),(37684,'Bytcha',NULL,3194),(37685,'Chadca',NULL,3194),(37686,'Chierne',NULL,3194),(37687,'Dolny Kubin',NULL,3194),(37688,'Krasno nad Kysucou',NULL,3194),(37689,'Kysucke Nove Mesto',NULL,3194),(37690,'Liptovsky Hradok',NULL,3194),(37691,'Liptovsky Mikulash',NULL,3194),(37692,'Martin',NULL,3194),(37693,'Namestovo',NULL,3194),(37694,'Nizhna',NULL,3194),(37695,'Oshchadnica',NULL,3194),(37696,'Rabcha',NULL,3194),(37697,'Rajec',NULL,3194),(37698,'Rakova',NULL,3194),(37699,'Ruzhomberok',NULL,3194),(37700,'Ruzomberok',NULL,3194),(37701,'Shtiavnik',NULL,3194),(37702,'Skalite',NULL,3194),(37703,'Suchany',NULL,3194),(37704,'Terchova',NULL,3194),(37705,'Trstena',NULL,3194),(37706,'Turany',NULL,3194),(37707,'Turchianske Teplice',NULL,3194),(37708,'Turzovka',NULL,3194),(37709,'Tvrdoshin',NULL,3194),(37710,'Vel\'ke Rovne',NULL,3194),(37711,'Vrutky',NULL,3194),(37712,'Zakamenne',NULL,3194),(37713,'Zhilina',NULL,3194),(37714,'Zilina',NULL,3194),(37715,'Semic',NULL,3195),(37716,'Skofljica',NULL,3195),(37717,'Zelezniki',NULL,3195),(37718,'Begunje na Gorenjskem',NULL,3196),(37719,'Bistrica ob Trzhichu',NULL,3196),(37720,'Bled',NULL,3196),(37721,'Blejska Dobrava',NULL,3196),(37722,'Bohinjska Bistrica',NULL,3196),(37723,'Britof',NULL,3196),(37724,'Cerklje na Gorenjskem',NULL,3196),(37725,'Golnik',NULL,3196),(37726,'Gorenja Vas',NULL,3196),(37727,'Hrastje',NULL,3196),(37728,'Hrushica',NULL,3196),(37729,'Jesenice',NULL,3196),(37730,'Kokrica',NULL,3196),(37731,'Koroshka Bela',NULL,3196),(37732,'Kranj',NULL,3196),(37733,'Kranjska Gora',NULL,3196),(37734,'Krizhe',NULL,3196),(37735,'Kropa',NULL,3196),(37736,'Lesce',NULL,3196),(37737,'Mlaka pri Kranju',NULL,3196),(37738,'Mojstrana',NULL,3196),(37739,'Preddvor',NULL,3196),(37740,'Predoslje',NULL,3196),(37741,'Pristava',NULL,3196),(37742,'Radovljica',NULL,3196),(37743,'Shenchur',NULL,3196),(37744,'Shkofja Loka',NULL,3196),(37745,'Slovenski Javornik',NULL,3196),(37746,'Spodnja Besnica',NULL,3196),(37747,'Spodnje Gorje',NULL,3196),(37748,'Stara Loka',NULL,3196),(37749,'Sveti Duh',NULL,3196),(37750,'Trzhich',NULL,3196),(37751,'Visoko',NULL,3196),(37752,'Zasip',NULL,3196),(37753,'Zgornje Bitnje',NULL,3196),(37754,'Zhelezniki',NULL,3196),(37755,'Zhiri',NULL,3196),(37756,'Ajdovshchina',NULL,3197),(37757,'Bilje',NULL,3197),(37758,'Bovec',NULL,3197),(37759,'Branik',NULL,3197),(37760,'Cerkno',NULL,3197),(37761,'Deskle',NULL,3197),(37762,'Idrija',NULL,3197),(37763,'Kanal',NULL,3197),(37764,'Kobarid',NULL,3197),(37765,'Kromberk',NULL,3197),(37766,'Lokavec',NULL,3197),(37767,'Miren',NULL,3197),(37768,'Nova Gorica',NULL,3197),(37769,'Prvachina',NULL,3197),(37770,'Renche',NULL,3197),(37771,'Rozhna Dolina',NULL,3197),(37772,'Shempas',NULL,3197),(37773,'Shempeter',NULL,3197),(37774,'Solkan',NULL,3197),(37775,'Spodnja Idrija',NULL,3197),(37776,'Tolmin',NULL,3197),(37777,'Vipava',NULL,3197),(37778,'Vrtojba',NULL,3197),(37779,'Chrna na Koroshkem',NULL,3199),(37780,'Dravograd',NULL,3199),(37781,'Legen',NULL,3199),(37782,'Mezhica',NULL,3199),(37783,'Mislinja',NULL,3199),(37784,'Muta',NULL,3199),(37785,'Otishki Vrh',NULL,3199),(37786,'Pameche',NULL,3199),(37787,'Podgorje',NULL,3199),(37788,'Prevalje',NULL,3199),(37789,'Radlje ob Dravi',NULL,3199),(37790,'Ravne',NULL,3199),(37791,'Shmartno pri Slovenj Gradcu',NULL,3199),(37792,'Slovenj Gradec',NULL,3199),(37793,'Vuhred',NULL,3199),(37794,'Vuzenica',NULL,3199),(37795,'Cerknica',NULL,3200),(37796,'Ilirska Bistrica',NULL,3200),(37797,'Pivka',NULL,3200),(37798,'Postojna',NULL,3200),(37799,'Rakek',NULL,3200),(37800,'Stari trg pri Lozhu',NULL,3200),(37801,'Ankaran',NULL,3201),(37802,'Bertoki',NULL,3201),(37803,'Dekani',NULL,3201),(37804,'Divacha',NULL,3201),(37805,'Hrvatni',NULL,3201),(37806,'Izola',NULL,3201),(37807,'Jagodje',NULL,3201),(37808,'Koper',NULL,3201),(37809,'Lucija',NULL,3201),(37810,'Pareceg',NULL,3201),(37811,'Piran',NULL,3201),(37812,'Pobegi',NULL,3201),(37813,'Portorozh',NULL,3201),(37814,'Prade',NULL,3201),(37815,'Secha',NULL,3201),(37816,'Sezhana',NULL,3201),(37817,'Spodnje Shkofije',NULL,3201),(37818,'Sveti Anton',NULL,3201),(37819,'Borovnica',NULL,3204),(37820,'Brezovica pri Ljubljani',NULL,3204),(37821,'Dob',NULL,3204),(37822,'Dobrova',NULL,3204),(37823,'Domzhale',NULL,3204),(37824,'Dragomer',NULL,3204),(37825,'Grosuplje',NULL,3204),(37826,'Horjul',NULL,3204),(37827,'Ig',NULL,3204),(37828,'Ivanchna Gorica',NULL,3204),(37829,'Kamnik',NULL,3204),(37830,'Komenda',NULL,3204),(37831,'Lavrica',NULL,3204),(37832,'Litija',NULL,3204),(37833,'Ljubljana',NULL,3204),(37834,'Log pri Brezovici',NULL,3204),(37835,'Logatec',NULL,3204),(37836,'Medvode',NULL,3204),(37837,'Mekinje',NULL,3204),(37838,'Mengesh',NULL,3204),(37839,'Moravche',NULL,3204),(37840,'Notranje',NULL,3204),(37841,'Podgorje',NULL,3204),(37842,'Preserje pri Radomljah',NULL,3204),(37843,'Radomlje',NULL,3204),(37844,'Rovte',NULL,3204),(37845,'Shentvid pri Stichni',NULL,3204),(37846,'Shkofljica',NULL,3204),(37847,'Shmarca',NULL,3204),(37848,'Shmartno pri Litiji',NULL,3204),(37849,'Smarje-Sap',NULL,3204),(37850,'Trzin',NULL,3204),(37851,'Verd',NULL,3204),(37852,'Vir',NULL,3204),(37853,'Vishnja Gora',NULL,3204),(37854,'Vnanje Gorice',NULL,3204),(37855,'Vodice',NULL,3204),(37856,'Vrhnika',NULL,3204),(37857,'Zgornje Pirniche',NULL,3204),(37858,'Bistrica ob Dravi',NULL,3205),(37859,'Bresternica',NULL,3205),(37860,'Bukovci',NULL,3205),(37861,'Dogoshe',NULL,3205),(37862,'Dornava',NULL,3205),(37863,'Fram',NULL,3205),(37864,'Hotinja Vas',NULL,3205),(37865,'Kamnica',NULL,3205),(37866,'Kidrichevo',NULL,3205),(37867,'Koshaki',NULL,3205),(37868,'Krchevina pri Vurbergu',NULL,3205),(37869,'Lenart',NULL,3205),(37870,'Limbush',NULL,3205),(37871,'Lovrenc na Pohorju',NULL,3205),(37872,'Maribor',NULL,3205),(37873,'Miklavzh na Dravskem Polju',NULL,3205),(37874,'Ormozh',NULL,3205),(37875,'Pekre',NULL,3205),(37876,'Pesnica pri Mariboru',NULL,3205),(37877,'Pobrezhje',NULL,3205),(37878,'Podvinci',NULL,3205),(37879,'Poljchane',NULL,3205),(37880,'Pragersko',NULL,3205),(37881,'Ptuj',NULL,3205),(37882,'Rache',NULL,3205),(37883,'Radizel',NULL,3205),(37884,'Razvanje',NULL,3205),(37885,'Rogoza',NULL,3205),(37886,'Rushe',NULL,3205),(37887,'Selnica ob Dravi',NULL,3205),(37888,'Selnica ob Muri',NULL,3205),(37889,'Shentilj',NULL,3205),(37890,'Skoke',NULL,3205),(37891,'Slovenska Bistrica',NULL,3205),(37892,'Spodnja Polskava',NULL,3205),(37893,'Spodnje Hoche',NULL,3205),(37894,'Spodnji Duplek',NULL,3205),(37895,'Spuhlja',NULL,3205),(37896,'Sredishche ob Dravi',NULL,3205),(37897,'Stojnci',NULL,3205),(37898,'Zgornja Polskava',NULL,3205),(37899,'Zgornje Poljchane',NULL,3205),(37900,'Zgornji Duplek',NULL,3205),(37901,'Bakovci',NULL,3206),(37902,'Beltinci',NULL,3206),(37903,'Chernelavci',NULL,3206),(37904,'Chrenshovci',NULL,3206),(37905,'Dobrovnik',NULL,3206),(37906,'Doklezhovje',NULL,3206),(37907,'Ganchani',NULL,3206),(37908,'Gornja Radgona',NULL,3206),(37909,'Izhakovci',NULL,3206),(37910,'Krog',NULL,3206),(37911,'Lendava',NULL,3206),(37912,'Lipovci',NULL,3206),(37913,'Ljutomer',NULL,3206),(37914,'Melinci',NULL,3206),(37915,'Murska Sobota',NULL,3206),(37916,'Odranci',NULL,3206),(37917,'Petishovci',NULL,3206),(37918,'Radenci',NULL,3206),(37919,'Rakichan',NULL,3206),(37920,'Turnishche',NULL,3206),(37921,'Velika Polana',NULL,3206),(37922,'Verzej',NULL,3206),(37923,'Breg pri Polzeli',NULL,3207),(37924,'Celje',NULL,3207),(37925,'Gornji Grad',NULL,3207),(37926,'Gotovlje',NULL,3207),(37927,'Kasaze',NULL,3207),(37928,'Lashko',NULL,3207),(37929,'Ljubechna',NULL,3207),(37930,'Ljubno ob Savinji',NULL,3207),(37931,'Loka pri Zusmu',NULL,3207),(37932,'Lokovica',NULL,3207),(37933,'Mozirje',NULL,3207),(37934,'Naklo',NULL,3207),(37935,'Nazarje',NULL,3207),(37936,'Oplotnica',NULL,3207),(37937,'Petrovche',NULL,3207),(37938,'Polzela',NULL,3207),(37939,'Prebold',NULL,3207),(37940,'Radeche',NULL,3207),(37941,'Ravne',NULL,3207),(37942,'Rimske Toplica',NULL,3207),(37943,'Rogashka Slatina',NULL,3207),(37944,'Rogatec',NULL,3207),(37945,'Sentjernej',NULL,3207),(37946,'Shempeter',NULL,3207),(37947,'Shentjur',NULL,3207),(37948,'Shkale',NULL,3207),(37949,'Shmarje pri Jelshah',NULL,3207),(37950,'Shoshtanj',NULL,3207),(37951,'Shtore',NULL,3207),(37952,'Slovenske Konjice',NULL,3207),(37953,'Topolshica',NULL,3207),(37954,'Trnovlje pri Celju',NULL,3207),(37955,'Velenje',NULL,3207),(37956,'Vitanje',NULL,3207),(37957,'Vojnik',NULL,3207),(37958,'Zabukovica',NULL,3207),(37959,'Zadobrova',NULL,3207),(37960,'Zhalec',NULL,3207),(37961,'Zreche',NULL,3207),(37962,'Brestanica',NULL,3209),(37963,'Brezhice',NULL,3209),(37964,'Krshko',NULL,3209),(37965,'Leskovac pri Krshkem',NULL,3209),(37966,'Senovo',NULL,3209),(37967,'Sevnica',NULL,3209),(37968,'Dol pri Hrastniku',NULL,3210),(37969,'Hrastnik',NULL,3210),(37970,'Izlake',NULL,3210),(37971,'Kisovec',NULL,3210),(37972,'Trbovlje',NULL,3210),(37973,'Zagorje ob Savi',NULL,3210),(37974,'Adamstown',NULL,3211),(37975,'Tulagi',NULL,3212),(37976,'Taro Island',NULL,3213),(37977,'Honiara',NULL,3214),(37978,'Buala',NULL,3215),(37979,'Auki',NULL,3217),(37980,'Lata',NULL,3219),(37981,'Gizo',NULL,3220),(37982,'Baki',NULL,3221),(37983,'Borama',NULL,3221),(37984,'Gebilay',NULL,3221),(37985,'Sayla\'',NULL,3221),(37986,'Tayeglo',NULL,3222),(37987,'Xuddur',NULL,3222),(37988,'Yet',NULL,3222),(37989,'Muqdisho',NULL,3223),(37990,'\'Alula',NULL,3224),(37991,'Bandarbeyla',NULL,3224),(37992,'Bandarmu\'ayo',NULL,3224),(37993,'Bargal',NULL,3224),(37994,'Bereda',NULL,3224),(37995,'Bosaso',NULL,3224),(37996,'Iskushuban',NULL,3224),(37997,'Qandala',NULL,3224),(37998,'Qardho',NULL,3224),(37999,'Xafun',NULL,3224),(38000,'Baydhabo',NULL,3225),(38001,'Bur Hakkaba',NULL,3225),(38002,'Dinsor',NULL,3225),(38003,'\'Elbur',NULL,3226),(38004,'\'Eldhere',NULL,3226),(38005,'Dhusa Marreb',NULL,3226),(38006,'Bardhere',NULL,3227),(38007,'Dolaw',NULL,3227),(38008,'Dujuma',NULL,3227),(38009,'Garbaharey',NULL,3227),(38010,'Luq',NULL,3227),(38011,'Sa\'o',NULL,3227),(38012,'Wajid',NULL,3227),(38013,'Bal\'ad',NULL,3228),(38014,'Beled Weyne',NULL,3228),(38015,'Bulobarde',NULL,3228),(38016,'Jalalassi',NULL,3228),(38017,'Galka\'yo',NULL,3231),(38018,'Hobyo',NULL,3231),(38019,'Xarardhere',NULL,3231),(38020,'Eyl',NULL,3232),(38021,'Garowe',NULL,3232),(38022,'Las\'anod',NULL,3232),(38023,'\'Erigabo',NULL,3233),(38024,'Lasqoray',NULL,3233),(38025,'\'Ek',NULL,3236),(38026,'Bur\'o',NULL,3236),(38027,'Odweyne',NULL,3236),(38028,'Alberton',NULL,3240),(38029,'Alrode',NULL,3240),(38030,'Benmore',NULL,3240),(38031,'Benoni',NULL,3240),(38032,'Boksburg',NULL,3240),(38033,'Booysens',NULL,3240),(38034,'Brakpan',NULL,3240),(38035,'Bronkhorstspruit',NULL,3240),(38036,'Bryanston',NULL,3240),(38037,'Carltonville',NULL,3240),(38038,'Centurion',NULL,3240),(38039,'Cullinan',NULL,3240),(38040,'Dainfern',NULL,3240),(38041,'Edenvale',NULL,3240),(38042,'Ferndale',NULL,3240),(38043,'Fourways',NULL,3240),(38044,'Gardenview',NULL,3240),(38045,'Gauteng',NULL,3240),(38046,'Grant Park',NULL,3240),(38047,'Heidelberg',NULL,3240),(38048,'Isando',NULL,3240),(38049,'Johannesburg',NULL,3240),(38050,'Kelvin',NULL,3240),(38051,'Krugersdorp',NULL,3240),(38052,'Linmeyer',NULL,3240),(38053,'Maraisburg',NULL,3240),(38054,'Midrand',NULL,3240),(38055,'Nigel',NULL,3240),(38056,'Northmead',NULL,3240),(38057,'Petervale',NULL,3240),(38058,'Pinegowrie',NULL,3240),(38059,'Pretoria',NULL,3240),(38060,'Primrose',NULL,3240),(38061,'Randburg',NULL,3240),(38062,'Randfontein',NULL,3240),(38063,'Randvaal',NULL,3240),(38064,'Rivonia',NULL,3240),(38065,'Robertville',NULL,3240),(38066,'Soweto',NULL,3240),(38067,'Springs',NULL,3240),(38068,'Temba',NULL,3240),(38069,'Tembisa',NULL,3240),(38070,'Troyeville',NULL,3240),(38071,'Vanderbijlpark',NULL,3240),(38072,'Vereeniging',NULL,3240),(38073,'Verwoerdburg',NULL,3240),(38074,'Vorna Valley',NULL,3240),(38075,'Wadeville',NULL,3240),(38076,'Westonaria',NULL,3240),(38077,'Sandton',NULL,3242),(38078,'Bela-Bela',NULL,3244),(38079,'Dendron',NULL,3244),(38080,'Duiwelskloof',NULL,3244),(38081,'Ellisras',NULL,3244),(38082,'Giyani',NULL,3244),(38083,'Lebowakgomo',NULL,3244),(38084,'Louis Trichardt',NULL,3244),(38085,'Lulekani',NULL,3244),(38086,'Mankweng',NULL,3244),(38087,'Messina',NULL,3244),(38088,'Mogalakwena',NULL,3244),(38089,'Mutale',NULL,3244),(38090,'Nkowakowa',NULL,3244),(38091,'Nylstroom',NULL,3244),(38092,'Phalaborwa',NULL,3244),(38093,'Pietersburg',NULL,3244),(38094,'Polokwane',NULL,3244),(38095,'Soekmekaar',NULL,3244),(38096,'Southdale',NULL,3244),(38097,'Thabazimbi',NULL,3244),(38098,'Thohoyandou',NULL,3244),(38099,'Thulamahashe',NULL,3244),(38100,'Tzaneen',NULL,3244),(38101,'Botleng',NULL,3245),(38102,'Ekangala',NULL,3245),(38103,'Embalenhle',NULL,3245),(38104,'Emjindini',NULL,3245),(38105,'Empuluzi',NULL,3245),(38106,'Emzinoni',NULL,3245),(38107,'Ermelo',NULL,3245),(38108,'Ethandakukhanja',NULL,3245),(38109,'Groblersdal',NULL,3245),(38110,'Komatipoort',NULL,3245),(38111,'Kriel',NULL,3245),(38112,'KwaZanele',NULL,3245),(38113,'Kwazamokuhle',NULL,3245),(38114,'Lebohang',NULL,3245),(38115,'Marblehall',NULL,3245),(38116,'Mashishing',NULL,3245),(38117,'Mhluzi',NULL,3245),(38118,'Nelspruit',NULL,3245),(38119,'Phola',NULL,3245),(38120,'Sakhile',NULL,3245),(38121,'Secunda',NULL,3245),(38122,'Siyabuswa',NULL,3245),(38123,'Siyathemba',NULL,3245),(38124,'Siyathuthuka',NULL,3245),(38125,'Vukuzakhe',NULL,3245),(38126,'Witbank',NULL,3245),(38127,'Witrivier',NULL,3245),(38128,'eLukwatini',NULL,3245),(38129,'Parow',NULL,3248),(38130,'Umtentweni',NULL,3250),(38131,'ALbatera',NULL,3255),(38132,'Alacant',NULL,3255),(38133,'Alcoi',NULL,3255),(38134,'Almoradi',NULL,3255),(38135,'Altea',NULL,3255),(38136,'Aspe',NULL,3255),(38137,'Benidorm',NULL,3255),(38138,'Benissa',NULL,3255),(38139,'Callosa de Segura',NULL,3255),(38140,'Calp',NULL,3255),(38141,'Cocentaina',NULL,3255),(38142,'Crevillent',NULL,3255),(38143,'Denia',NULL,3255),(38144,'El Campello',NULL,3255),(38145,'Elda',NULL,3255),(38146,'Elx',NULL,3255),(38147,'Guardamar del Segura',NULL,3255),(38148,'Ibi',NULL,3255),(38149,'L\'Alfas del Pi',NULL,3255),(38150,'La Vila Joiosa',NULL,3255),(38151,'Monover',NULL,3255),(38152,'Mutxamel',NULL,3255),(38153,'Novelda',NULL,3255),(38154,'Orihuela',NULL,3255),(38155,'Pedreguer',NULL,3255),(38156,'Pego',NULL,3255),(38157,'Petrer',NULL,3255),(38158,'Pilar de la Horadada',NULL,3255),(38159,'Pinoso',NULL,3255),(38160,'Rojales',NULL,3255),(38161,'Sant Joan d\'Alacant',NULL,3255),(38162,'Sant Vicent del Raspeig',NULL,3255),(38163,'Santa Pola',NULL,3255),(38164,'Sax',NULL,3255),(38165,'Teulada',NULL,3255),(38166,'Torrevieja',NULL,3255),(38167,'Villena',NULL,3255),(38168,'Xabia',NULL,3255),(38169,'Amurrio',NULL,3256),(38170,'Llodio',NULL,3256),(38171,'Vitoria',NULL,3256),(38172,'Albacete',NULL,3257),(38173,'Almansa',NULL,3257),(38174,'Caudete',NULL,3257),(38175,'Hellin',NULL,3257),(38176,'La Roda',NULL,3257),(38177,'Villarrobledo',NULL,3257),(38178,'Adra',NULL,3258),(38179,'Albox',NULL,3258),(38180,'Almeria',NULL,3258),(38181,'Berja',NULL,3258),(38182,'Cuevas del Almanzora',NULL,3258),(38183,'El Ejido',NULL,3258),(38184,'Huercal de Almeria',NULL,3258),(38185,'Huercal-Overa',NULL,3258),(38186,'Nijar',NULL,3258),(38187,'Roquetas de Mar',NULL,3258),(38188,'Vicar',NULL,3258),(38189,'Benalmadena',NULL,3259),(38190,'Aller',NULL,3260),(38191,'Aviles',NULL,3260),(38192,'C/ Pena Salon',NULL,3260),(38193,'Cangas del Narcea',NULL,3260),(38194,'Carreno',NULL,3260),(38195,'Castrillon',NULL,3260),(38196,'Corvera de Asturias',NULL,3260),(38197,'Gijon',NULL,3260),(38198,'Gozon',NULL,3260),(38199,'Grado',NULL,3260),(38200,'Langreo',NULL,3260),(38201,'Laviana',NULL,3260),(38202,'Lena',NULL,3260),(38203,'Llanera',NULL,3260),(38204,'Llanes',NULL,3260),(38205,'Mieres',NULL,3260),(38206,'Navia',NULL,3260),(38207,'Oviedo',NULL,3260),(38208,'Pilona',NULL,3260),(38209,'Pravia',NULL,3260),(38210,'San Martin del Rey Aurelio',NULL,3260),(38211,'Siero',NULL,3260),(38212,'Tineo',NULL,3260),(38213,'Valdes',NULL,3260),(38214,'Villaviciosa',NULL,3260),(38215,'Avila',NULL,3261),(38216,'Almendralejo',NULL,3262),(38217,'Azuaga',NULL,3262),(38218,'Badajoz',NULL,3262),(38219,'Don Benito',NULL,3262),(38220,'Jerez de los Caballeros',NULL,3262),(38221,'Merida',NULL,3262),(38222,'Montijo',NULL,3262),(38223,'Olivenza',NULL,3262),(38224,'Villafranca de los Barros',NULL,3262),(38225,'Villanueva de la Serena',NULL,3262),(38226,'Zafra',NULL,3262),(38227,'Alayor-Menorca',NULL,3263),(38228,'Alcudia',NULL,3263),(38229,'Calvia',NULL,3263),(38230,'Capdepera',NULL,3263),(38231,'Ciutadella de Menorca',NULL,3263),(38232,'Eivissa',NULL,3263),(38233,'Felanitx',NULL,3263),(38234,'Inca',NULL,3263),(38235,'Llucmajor',NULL,3263),(38236,'Mahon',NULL,3263),(38237,'Manacor',NULL,3263),(38238,'Marratxi',NULL,3263),(38239,'Palma',NULL,3263),(38240,'Pollenca',NULL,3263),(38241,'Sa Pobla',NULL,3263),(38242,'Sant Antoni de Portmany',NULL,3263),(38243,'Sant Josep de sa Talaia',NULL,3263),(38244,'Santa Eulalia del Rio',NULL,3263),(38245,'Santanyi',NULL,3263),(38246,'Soller',NULL,3263),(38247,'Abrera',NULL,3264),(38248,'Alella',NULL,3264),(38249,'Arenys de Mar',NULL,3264),(38250,'Argentona',NULL,3264),(38251,'Badalona',NULL,3264),(38252,'Badia del Valles',NULL,3264),(38253,'Barbera del Valles',NULL,3264),(38254,'Barcelona',NULL,3264),(38255,'Berga',NULL,3264),(38256,'Cabrera de Mar',NULL,3264),(38257,'Caldes de Montbui',NULL,3264),(38258,'Calella',NULL,3264),(38259,'Canet de Mar',NULL,3264),(38260,'Canovelles',NULL,3264),(38261,'Cardedeu',NULL,3264),(38262,'Castellar del Valles',NULL,3264),(38263,'Castellbisbal',NULL,3264),(38264,'Castelldefels',NULL,3264),(38265,'Cerdanyola',NULL,3264),(38266,'Corbera de Llobregat',NULL,3264),(38267,'Cornella',NULL,3264),(38268,'El Masnou',NULL,3264),(38269,'El Prat de Llobregat',NULL,3264),(38270,'Esparreguera',NULL,3264),(38271,'Esplugues de Llobregat',NULL,3264),(38272,'Gava',NULL,3264),(38273,'Granollers',NULL,3264),(38274,'Igualada',NULL,3264),(38275,'L\'Hospitalet de Llobregat',NULL,3264),(38276,'La Garriga',NULL,3264),(38277,'La Llagosta',NULL,3264),(38278,'Les Franquesas del Valles',NULL,3264),(38279,'Llica d\'Amunt',NULL,3264),(38280,'Malgrat de Mar',NULL,3264),(38281,'Manlleu',NULL,3264),(38282,'Manresa',NULL,3264),(38283,'Martorell',NULL,3264),(38284,'Mataro',NULL,3264),(38285,'Molins de Rei',NULL,3264),(38286,'Mollet del Valles',NULL,3264),(38287,'Montcada i Reixac',NULL,3264),(38288,'Montgat',NULL,3264),(38289,'Montmelo',NULL,3264),(38290,'Montornes del Valles',NULL,3264),(38291,'Olesa de Montserrat',NULL,3264),(38292,'Palau-solita i Plegamans',NULL,3264),(38293,'Palleja',NULL,3264),(38294,'Parets del Valles',NULL,3264),(38295,'Piera',NULL,3264),(38296,'Pineda de Mar',NULL,3264),(38297,'Premia de Dalt',NULL,3264),(38298,'Premia de Mar',NULL,3264),(38299,'Ripollet',NULL,3264),(38300,'Rubi',NULL,3264),(38301,'Sabadell',NULL,3264),(38302,'Sant Adria de Besos',NULL,3264),(38303,'Sant Andreu de la Barca',NULL,3264),(38304,'Sant Boi de Llobregat',NULL,3264),(38305,'Sant Celoni',NULL,3264),(38306,'Sant Cugat del Valles',NULL,3264),(38307,'Sant Feliu de Llobregat',NULL,3264),(38308,'Sant Joan Despi',NULL,3264),(38309,'Sant Joan de Vilatorrada',NULL,3264),(38310,'Sant Just Desvern',NULL,3264),(38311,'Sant Pere de Ribes',NULL,3264),(38312,'Sant Quirze del Valles',NULL,3264),(38313,'Sant Sadurni d\'Anoia',NULL,3264),(38314,'Sant Vicenc dels Horts',NULL,3264),(38315,'Santa Coloma de Gramenet',NULL,3264),(38316,'Santa Margarida de Montbui',NULL,3264),(38317,'Santa Perpetua de Mogoda',NULL,3264),(38318,'Sitges',NULL,3264),(38319,'Son Servera',NULL,3264),(38320,'Terrassa',NULL,3264),(38321,'Tordera',NULL,3264),(38322,'Torello',NULL,3264),(38323,'Vallirana',NULL,3264),(38324,'Vic',NULL,3264),(38325,'Viladecans',NULL,3264),(38326,'Viladecavalls',NULL,3264),(38327,'Vilafranca del Penedes',NULL,3264),(38328,'Vilanova del Cami',NULL,3264),(38329,'Vilanova i la Geltru',NULL,3264),(38330,'Vilassar del Mar',NULL,3264),(38331,'Bertamirans',NULL,3265),(38332,'Berriatua',NULL,3266),(38333,'Derio',NULL,3266),(38334,'Elorio',NULL,3266),(38335,'Loiu',NULL,3266),(38336,'Aranda de Duero',NULL,3267),(38337,'Burgos',NULL,3267),(38338,'Miranda de Ebro',NULL,3267),(38339,'Caceres',NULL,3268),(38340,'Coria',NULL,3268),(38341,'Miajadas',NULL,3268),(38342,'Navalmoral de la Mata',NULL,3268),(38343,'Plasencia',NULL,3268),(38344,'Talayuela',NULL,3268),(38345,'Trujillo',NULL,3268),(38346,'Algeciras',NULL,3269),(38347,'Arcos de la Frontera',NULL,3269),(38348,'Barbate',NULL,3269),(38349,'Cadiz',NULL,3269),(38350,'Chiclana',NULL,3269),(38351,'Chipiona',NULL,3269),(38352,'Conil',NULL,3269),(38353,'El Puerto de Santa Maria',NULL,3269),(38354,'Jerez',NULL,3269),(38355,'Jimena de la Frontera',NULL,3269),(38356,'La Linea',NULL,3269),(38357,'Los Barrios',NULL,3269),(38358,'Medina-Sidonia',NULL,3269),(38359,'Olvera',NULL,3269),(38360,'Puerto Real',NULL,3269),(38361,'Rota',NULL,3269),(38362,'San Fernando',NULL,3269),(38363,'San Roque',NULL,3269),(38364,'Sanlucar de Barrameda',NULL,3269),(38365,'Tarifa',NULL,3269),(38366,'Ubrique',NULL,3269),(38367,'Vejer de la Frontera',NULL,3269),(38368,'Villamartin',NULL,3269),(38369,'Camargo',NULL,3270),(38370,'Castro-Urdiales',NULL,3270),(38371,'El Astillero',NULL,3270),(38372,'Laredo',NULL,3270),(38373,'Los Corrales de Buelna',NULL,3270),(38374,'Pielagos',NULL,3270),(38375,'Reinosa',NULL,3270),(38376,'San Felices De Buelna',NULL,3270),(38377,'Santa Cruz de Bezana',NULL,3270),(38378,'Santander',NULL,3270),(38379,'Santona',NULL,3270),(38380,'Torrelavega',NULL,3270),(38381,'Almassora',NULL,3271),(38382,'Benicarlo',NULL,3271),(38383,'Benicassim',NULL,3271),(38384,'Burriana',NULL,3271),(38385,'Castello',NULL,3271),(38386,'L\'Alcora',NULL,3271),(38387,'La Vall d\'Uixo',NULL,3271),(38388,'Nules',NULL,3271),(38389,'Onda',NULL,3271),(38390,'Segorbe',NULL,3271),(38391,'Vila-real',NULL,3271),(38392,'Vinaros',NULL,3271),(38393,'Barcelona',NULL,3272),(38394,'Ceuta',NULL,3273),(38395,'Aguilar de la Frontera',NULL,3281),(38396,'Baena',NULL,3281),(38397,'Bujalance',NULL,3281),(38398,'Cabra',NULL,3281),(38399,'Cordoba',NULL,3281),(38400,'Fernan-Nunez',NULL,3281),(38401,'Fuente Palmera',NULL,3281),(38402,'La Carlota',NULL,3281),(38403,'Lucena',NULL,3281),(38404,'Luque',NULL,3281),(38405,'Montilla',NULL,3281),(38406,'Montoro',NULL,3281),(38407,'Palma del Rio',NULL,3281),(38408,'Penarroya-Pueblonuevo',NULL,3281),(38409,'Pozoblanco',NULL,3281),(38410,'Priego de Cordoba',NULL,3281),(38411,'Puente Genil',NULL,3281),(38412,'Rute',NULL,3281),(38413,'Villanueva de Cordoba',NULL,3281),(38414,'Cuenca',NULL,3282),(38415,'Tarancon',NULL,3282),(38416,'Aduna',NULL,3283),(38417,'Lazakao',NULL,3283),(38418,'Banyoles',NULL,3284),(38419,'Blanes',NULL,3284),(38420,'Empuriabrava',NULL,3284),(38421,'Figueres',NULL,3284),(38422,'Girona',NULL,3284),(38423,'La Bisbal d\'Emporda',NULL,3284),(38424,'Lloret de Mar',NULL,3284),(38425,'Massanet de la Selva',NULL,3284),(38426,'Olot',NULL,3284),(38427,'Palafrugell',NULL,3284),(38428,'Palamos',NULL,3284),(38429,'Ripoll',NULL,3284),(38430,'Roses',NULL,3284),(38431,'Salt',NULL,3284),(38432,'Sant Feliu de Guixols',NULL,3284),(38433,'Santa Coloma de Farners',NULL,3284),(38434,'Torroella de Montgri',NULL,3284),(38435,'Albolote',NULL,3285),(38436,'Almunecar',NULL,3285),(38437,'Armilla',NULL,3285),(38438,'Atarfe',NULL,3285),(38439,'Baza',NULL,3285),(38440,'Granada',NULL,3285),(38441,'Guadix',NULL,3285),(38442,'Huescar',NULL,3285),(38443,'Huetor Tajar',NULL,3285),(38444,'Huetor Vega',NULL,3285),(38445,'Illora',NULL,3285),(38446,'La Zubia',NULL,3285),(38447,'Las Gabias',NULL,3285),(38448,'Loja',NULL,3285),(38449,'Maracena',NULL,3285),(38450,'Motril',NULL,3285),(38451,'Ogijares',NULL,3285),(38452,'Peligros',NULL,3285),(38453,'Pinos Puente',NULL,3285),(38454,'Salobrena',NULL,3285),(38455,'Santa Fe',NULL,3285),(38456,'Azuqueca de Henares',NULL,3286),(38457,'Guadalajara',NULL,3286),(38458,'Andoain',NULL,3287),(38459,'Anoeta',NULL,3287),(38460,'Arrasate',NULL,3287),(38461,'Azkoitia',NULL,3287),(38462,'Azpeitia',NULL,3287),(38463,'Beasain',NULL,3287),(38464,'Bergara',NULL,3287),(38465,'Donostia',NULL,3287),(38466,'Eibar',NULL,3287),(38467,'Elgoibar',NULL,3287),(38468,'Errenteria',NULL,3287),(38469,'Guipuuzcoa',NULL,3287),(38470,'Hernani',NULL,3287),(38471,'Hondarribia',NULL,3287),(38472,'Irun',NULL,3287),(38473,'Legazpi',NULL,3287),(38474,'Mendaro',NULL,3287),(38475,'Mondragon',NULL,3287),(38476,'Oiartzun',NULL,3287),(38477,'Onati',NULL,3287),(38478,'Ordizia',NULL,3287),(38479,'Oria',NULL,3287),(38480,'Pasaia',NULL,3287),(38481,'Tolosa',NULL,3287),(38482,'Zarautz',NULL,3287),(38483,'Zumaia',NULL,3287),(38484,'Zumarraga',NULL,3287),(38485,'Aljaraque',NULL,3288),(38486,'Almonte',NULL,3288),(38487,'Ayamonte',NULL,3288),(38488,'Bollullos Par del Condado',NULL,3288),(38489,'Cartaya',NULL,3288),(38490,'Gibraleon',NULL,3288),(38491,'Huelva',NULL,3288),(38492,'Isla Cristina',NULL,3288),(38493,'La Palma del Condado',NULL,3288),(38494,'Lepe',NULL,3288),(38495,'Moguer',NULL,3288),(38496,'Punta Umbria',NULL,3288),(38497,'Valverde del Camino',NULL,3288),(38498,'Barbastro',NULL,3289),(38499,'Binefar',NULL,3289),(38500,'Fraga',NULL,3289),(38501,'Huesca',NULL,3289),(38502,'Jaca',NULL,3289),(38503,'Monzon',NULL,3289),(38504,'Sabinanigo',NULL,3289),(38505,'Alcala la Real',NULL,3290),(38506,'Alcaudete',NULL,3290),(38507,'Andujar',NULL,3290),(38508,'Baeza',NULL,3290),(38509,'Bailen',NULL,3290),(38510,'Cazorla',NULL,3290),(38511,'Jaen',NULL,3290),(38512,'Jodar',NULL,3290),(38513,'La Carolina',NULL,3290),(38514,'Linares',NULL,3290),(38515,'Mancha Real',NULL,3290),(38516,'Martos',NULL,3290),(38517,'Mengibar',NULL,3290),(38518,'Torre del Campo',NULL,3290),(38519,'Torredonjimeno',NULL,3290),(38520,'Ubeda',NULL,3290),(38521,'Villacarrillo',NULL,3290),(38522,'Villanueva del Arzobispo',NULL,3290),(38523,'Astorga',NULL,3293),(38524,'Bembibre',NULL,3293),(38525,'La Baneza',NULL,3293),(38526,'Leon',NULL,3293),(38527,'Ponferrada',NULL,3293),(38528,'San Andres del Rabanedo',NULL,3293),(38529,'Villablino',NULL,3293),(38530,'Villaquilambre',NULL,3293),(38531,'Tora',NULL,3294),(38532,'Balaguer',NULL,3295),(38533,'La Seu d\'Urgell',NULL,3295),(38534,'Lleida',NULL,3295),(38535,'Mollerussa',NULL,3295),(38536,'Tarrega',NULL,3295),(38537,'Burela',NULL,3296),(38538,'Cervo',NULL,3296),(38539,'Chantada',NULL,3296),(38540,'Foz',NULL,3296),(38541,'Lugo',NULL,3296),(38542,'Monforte de Lemos',NULL,3296),(38543,'Ribadeo',NULL,3296),(38544,'Sarria',NULL,3296),(38545,'Vilalba',NULL,3296),(38546,'Viveiro',NULL,3296),(38547,'Alcala de Henares',NULL,3297),(38548,'Alcobendas',NULL,3297),(38549,'Alcorcon',NULL,3297),(38550,'Algete',NULL,3297),(38551,'Alpedrete',NULL,3297),(38552,'Aranjuez',NULL,3297),(38553,'Arganda del Rey',NULL,3297),(38554,'Boadilla del Monte',NULL,3297),(38555,'Ciempozuelos',NULL,3297),(38556,'Collado Villalba',NULL,3297),(38557,'Colmenar Viejo',NULL,3297),(38558,'Coslada',NULL,3297),(38559,'El Escorial',NULL,3297),(38560,'Fuenlabrada',NULL,3297),(38561,'Galapagar',NULL,3297),(38562,'Getafe',NULL,3297),(38563,'Guadarrama',NULL,3297),(38564,'Humanes de Madrid',NULL,3297),(38565,'Las Rozas de Madrid',NULL,3297),(38566,'Leganes',NULL,3297),(38567,'Madrid',NULL,3297),(38568,'Majadahonda',NULL,3297),(38569,'Meco',NULL,3297),(38570,'Mejorada del Campo',NULL,3297),(38571,'Mostoles',NULL,3297),(38572,'Navalcarnero',NULL,3297),(38573,'Parla',NULL,3297),(38574,'Pinto',NULL,3297),(38575,'Pozuelo de Alarcon',NULL,3297),(38576,'Rivas-Vaciamadrid',NULL,3297),(38577,'San Fernando de Henares',NULL,3297),(38578,'San Lorenzo de El Escorial',NULL,3297),(38579,'San Martin de la Vega',NULL,3297),(38580,'San Sebastian de los Reyes',NULL,3297),(38581,'Torrejon de Ardoz',NULL,3297),(38582,'Torrelodones',NULL,3297),(38583,'Tres Cantos',NULL,3297),(38584,'Valdemoro',NULL,3297),(38585,'Velilla de San Antonio',NULL,3297),(38586,'Villanueva de la Canada',NULL,3297),(38587,'Villaviciosa de Odon',NULL,3297),(38588,'Alhaurin de la Torre',NULL,3298),(38589,'Alhaurin el Grande',NULL,3298),(38590,'Alora',NULL,3298),(38591,'Antequera',NULL,3298),(38592,'Apartado',NULL,3298),(38593,'Archidona',NULL,3298),(38594,'Benalmadena',NULL,3298),(38595,'Cartama',NULL,3298),(38596,'Coin',NULL,3298),(38597,'Estepona',NULL,3298),(38598,'Fuengirola',NULL,3298),(38599,'Malaga',NULL,3298),(38600,'Marbella',NULL,3298),(38601,'Mijas',NULL,3298),(38602,'Nerja',NULL,3298),(38603,'Rincon de la Victoria',NULL,3298),(38604,'Ronda',NULL,3298),(38605,'Torremolinos',NULL,3298),(38606,'Torrox',NULL,3298),(38607,'Velez-Malaga',NULL,3298),(38608,'maro',NULL,3298),(38609,'Melilla',NULL,3299),(38610,'Abaran',NULL,3300),(38611,'Aguilas',NULL,3300),(38612,'Alcantarilla',NULL,3300),(38613,'Alhama de Murcia',NULL,3300),(38614,'Archena',NULL,3300),(38615,'Beniel',NULL,3300),(38616,'Bullas',NULL,3300),(38617,'Calasparra',NULL,3300),(38618,'Caravaca de la Cruz',NULL,3300),(38619,'Cartagena',NULL,3300),(38620,'Cehegin',NULL,3300),(38621,'Cieza',NULL,3300),(38622,'Fuente Alamo de Murcia',NULL,3300),(38623,'Jumilla',NULL,3300),(38624,'La Union',NULL,3300),(38625,'Las Torres de Cotillas',NULL,3300),(38626,'Lorca',NULL,3300),(38627,'Los Alcazares',NULL,3300),(38628,'Mazarron',NULL,3300),(38629,'Molina de Segura',NULL,3300),(38630,'Moratella',NULL,3300),(38631,'Mula',NULL,3300),(38632,'Murcia',NULL,3300),(38633,'Puerto Lumbreras',NULL,3300),(38634,'San Javier',NULL,3300),(38635,'San Pedro del Pinatar',NULL,3300),(38636,'Santomera',NULL,3300),(38637,'Torre Pacheco',NULL,3300),(38638,'Torre-Pacheco',NULL,3300),(38639,'Totana',NULL,3300),(38640,'Yecla',NULL,3300),(38641,'Ansoain',NULL,3301),(38642,'Atarrabia',NULL,3301),(38643,'Baranain',NULL,3301),(38644,'Burlata',NULL,3301),(38645,'Iruna',NULL,3301),(38646,'Lizarra',NULL,3301),(38647,'Navarra',NULL,3301),(38648,'Orkoien',NULL,3301),(38649,'Tafalla',NULL,3301),(38650,'Tudela',NULL,3301),(38651,'Zizur Nagusia',NULL,3301),(38652,'O Barco de Valdeorras',NULL,3302),(38653,'O Carballino',NULL,3302),(38654,'Ourense',NULL,3302),(38655,'Verin',NULL,3302),(38656,'Xinzo de Limia',NULL,3302),(38657,'Guardo',NULL,3304),(38658,'Palencia',NULL,3304),(38659,'A Estrada',NULL,3305),(38660,'A Guarda',NULL,3305),(38661,'Baiona',NULL,3305),(38662,'Bueu',NULL,3305),(38663,'Caldas de Reis',NULL,3305),(38664,'Cambados',NULL,3305),(38665,'Cangas',NULL,3305),(38666,'Cangas De Morrazo',NULL,3305),(38667,'Gondomar',NULL,3305),(38668,'Lalin',NULL,3305),(38669,'Marin',NULL,3305),(38670,'Moana',NULL,3305),(38671,'Mos',NULL,3305),(38672,'Nigran',NULL,3305),(38673,'O Grove',NULL,3305),(38674,'O Porrino',NULL,3305),(38675,'Poio',NULL,3305),(38676,'Ponteareas',NULL,3305),(38677,'Pontevedra',NULL,3305),(38678,'Redondela',NULL,3305),(38679,'Salvaterra de Mino',NULL,3305),(38680,'Sanxenxo',NULL,3305),(38681,'Silleda',NULL,3305),(38682,'Tomino',NULL,3305),(38683,'Tui',NULL,3305),(38684,'Vigo',NULL,3305),(38685,'Vilagarcia de Arousa',NULL,3305),(38686,'Vilanova de Arousa',NULL,3305),(38687,'Bejar',NULL,3306),(38688,'Ciudad Rodrigo',NULL,3306),(38689,'Salamanca',NULL,3306),(38690,'Santa Marta de Tormes',NULL,3306),(38691,'Cuellar',NULL,3308),(38692,'Segovia',NULL,3308),(38693,'Alcala de Guadaira',NULL,3309),(38694,'Alcala del Rio',NULL,3309),(38695,'Arahal',NULL,3309),(38696,'Bormujos',NULL,3309),(38697,'Brenes',NULL,3309),(38698,'Camas',NULL,3309),(38699,'Cantillana',NULL,3309),(38700,'Carmona',NULL,3309),(38701,'Castilleja de la Cuesta',NULL,3309),(38702,'Coria del Rio',NULL,3309),(38703,'Dos Hermanas',NULL,3309),(38704,'Ecija',NULL,3309),(38705,'El Viso del Alcor',NULL,3309),(38706,'Estepa',NULL,3309),(38707,'Gines',NULL,3309),(38708,'Guillena',NULL,3309),(38709,'La Algaba',NULL,3309),(38710,'La Puebla de Cazalla',NULL,3309),(38711,'La Puebla del Rio',NULL,3309),(38712,'La Rinconada',NULL,3309),(38713,'Las Cabezas de San Juan',NULL,3309),(38714,'Lebrija',NULL,3309),(38715,'Lora del Rio',NULL,3309),(38716,'Los Palacios y Villafranca',NULL,3309),(38717,'Mairena del Alcor',NULL,3309),(38718,'Mairena del Aljarafe',NULL,3309),(38719,'Marchena',NULL,3309),(38720,'Moron de la Frontera',NULL,3309),(38721,'Olivares',NULL,3309),(38722,'Osuna',NULL,3309),(38723,'Pilas',NULL,3309),(38724,'San Juan de Aznalfarache',NULL,3309),(38725,'Sanlucar la Mayor',NULL,3309),(38726,'Sevilla',NULL,3309),(38727,'Tocina',NULL,3309),(38728,'Tomares',NULL,3309),(38729,'Utrera',NULL,3309),(38730,'Soria',NULL,3310),(38731,'Alcanar',NULL,3311),(38732,'Amposta',NULL,3311),(38733,'Calafell',NULL,3311),(38734,'Cambrils',NULL,3311),(38735,'Deltrebe',NULL,3311),(38736,'El Vendrell',NULL,3311),(38737,'Reus',NULL,3311),(38738,'Salou',NULL,3311),(38739,'Sant Carles de la Rapita',NULL,3311),(38740,'Tarragona',NULL,3311),(38741,'Torredembarra',NULL,3311),(38742,'Tortosa',NULL,3311),(38743,'Valls',NULL,3311),(38744,'Vila-seca',NULL,3311),(38745,'Tenerife',NULL,3312),(38746,'Alcaniz',NULL,3313),(38747,'Teruel',NULL,3313),(38748,'Consuegra',NULL,3314),(38749,'Illescas',NULL,3314),(38750,'Madridejos',NULL,3314),(38751,'Mora',NULL,3314),(38752,'Pepino',NULL,3314),(38753,'Quintanar de la Orden',NULL,3314),(38754,'Sonseca',NULL,3314),(38755,'Talavera de la Reina',NULL,3314),(38756,'Toledo',NULL,3314),(38757,'Torrijos',NULL,3314),(38758,'Villacanas',NULL,3314),(38759,'Agullent',NULL,3315),(38760,'Alaquas',NULL,3315),(38761,'Albal',NULL,3315),(38762,'Alberic',NULL,3315),(38763,'Alboraya',NULL,3315),(38764,'Aldaia',NULL,3315),(38765,'Alfafar',NULL,3315),(38766,'Algemesi',NULL,3315),(38767,'Alginet',NULL,3315),(38768,'Alzira',NULL,3315),(38769,'Benaguasil',NULL,3315),(38770,'Benetusser',NULL,3315),(38771,'Benifaio',NULL,3315),(38772,'Beniparrell',NULL,3315),(38773,'Betera',NULL,3315),(38774,'Bunol',NULL,3315),(38775,'Burjassot',NULL,3315),(38776,'Canals',NULL,3315),(38777,'Carcaixent',NULL,3315),(38778,'Carlet',NULL,3315),(38779,'Catarroja',NULL,3315),(38780,'Chiva',NULL,3315),(38781,'Cullera',NULL,3315),(38782,'Elche',NULL,3315),(38783,'Gandia',NULL,3315),(38784,'Godella',NULL,3315),(38785,'L\'Alcudia',NULL,3315),(38786,'L\'Eliana',NULL,3315),(38787,'La Pobla de Vallbona',NULL,3315),(38788,'Lliria',NULL,3315),(38789,'Los Montesinos',NULL,3315),(38790,'Manises',NULL,3315),(38791,'Massamagrell',NULL,3315),(38792,'Meliana',NULL,3315),(38793,'Mislata',NULL,3315),(38794,'Moncada',NULL,3315),(38795,'Oliva',NULL,3315),(38796,'Ontinyent',NULL,3315),(38797,'Paiporta',NULL,3315),(38798,'Paterna',NULL,3315),(38799,'Picanya',NULL,3315),(38800,'Picassent',NULL,3315),(38801,'Pucol',NULL,3315),(38802,'Quart de Poblet',NULL,3315),(38803,'Requena',NULL,3315),(38804,'Riba-roja de Turia',NULL,3315),(38805,'Sagunt',NULL,3315),(38806,'Sedavi',NULL,3315),(38807,'Silla',NULL,3315),(38808,'Sueca',NULL,3315),(38809,'Tavernes Blanques',NULL,3315),(38810,'Tavernes de la Valldigna',NULL,3315),(38811,'Torrent',NULL,3315),(38812,'Utiel',NULL,3315),(38813,'Valencia',NULL,3315),(38814,'Xativa',NULL,3315),(38815,'Xirivella',NULL,3315),(38816,'Laguna de Duero',NULL,3316),(38817,'Medina del Campo',NULL,3316),(38818,'Tordesillas',NULL,3316),(38819,'Valladolid',NULL,3316),(38820,'Abadiano',NULL,3317),(38821,'Abanto Zierbena',NULL,3317),(38822,'Amorebieta',NULL,3317),(38823,'Arrigorriaga',NULL,3317),(38824,'Barakaldo',NULL,3317),(38825,'Basauri',NULL,3317),(38826,'Bermeo',NULL,3317),(38827,'Berriz',NULL,3317),(38828,'Bilbao',NULL,3317),(38829,'Durango',NULL,3317),(38830,'Erandio',NULL,3317),(38831,'Ermua',NULL,3317),(38832,'Etxano',NULL,3317),(38833,'Galdakao',NULL,3317),(38834,'Gernika-Lumo',NULL,3317),(38835,'Getxo',NULL,3317),(38836,'Igorre',NULL,3317),(38837,'Leioa',NULL,3317),(38838,'Mungia',NULL,3317),(38839,'Ondarroa',NULL,3317),(38840,'Ortuella',NULL,3317),(38841,'Portugalete',NULL,3317),(38842,'Santurtzi',NULL,3317),(38843,'Sestao',NULL,3317),(38844,'Sopelana',NULL,3317),(38845,'Trapagaran',NULL,3317),(38846,'Zamudio',NULL,3317),(38847,'Benavente',NULL,3318),(38848,'Toro',NULL,3318),(38849,'Zamora',NULL,3318),(38850,'Calatayud',NULL,3319),(38851,'Ejea de los Caballeros',NULL,3319),(38852,'Tarazona',NULL,3319),(38853,'Utebo',NULL,3319),(38854,'Zaragoza',NULL,3319),(38855,'Amparai',NULL,3320),(38856,'Galmune',NULL,3320),(38857,'Anuradhapuraya',NULL,3321),(38858,'Badulla',NULL,3322),(38859,'Bandarawela',NULL,3322),(38860,'Haputale',NULL,3322),(38861,'Boralesgamuwa',NULL,3323),(38862,'Battaramulla',NULL,3324),(38863,'Colombo',NULL,3324),(38864,'Dehiwala-Mount Lavinia',NULL,3324),(38865,'Homagama',NULL,3324),(38866,'Jayawardanapura',NULL,3324),(38867,'Kolonnawa',NULL,3324),(38868,'Kotikawatta',NULL,3324),(38869,'Maharagama',NULL,3324),(38870,'Moratuwa',NULL,3324),(38871,'Mulleriyawa',NULL,3324),(38872,'Ratmalana',NULL,3324),(38873,'Seethawakapura',NULL,3324),(38874,'Sri Jayawardanapura',NULL,3324),(38875,'Ambalamgoda',NULL,3325),(38876,'Galla',NULL,3325),(38877,'Daluguma',NULL,3326),(38878,'Gampaha',NULL,3326),(38879,'Hendala',NULL,3326),(38880,'Jaela',NULL,3326),(38881,'Kandana',NULL,3326),(38882,'Katunayaka',NULL,3326),(38883,'Kelaniya',NULL,3326),(38884,'Migamuwa',NULL,3326),(38885,'Minuwangoda',NULL,3326),(38886,'Peliyagoda',NULL,3326),(38887,'Ragama',NULL,3326),(38888,'Wattala',NULL,3326),(38889,'Welesara',NULL,3326),(38890,'Hambantota',NULL,3327),(38891,'Tanggalla',NULL,3327),(38892,'Beruwala',NULL,3328),(38893,'Horana',NULL,3328),(38894,'Kalutara',NULL,3328),(38895,'Keselwatta',NULL,3328),(38896,'Panadraya',NULL,3328),(38897,'Kegalla',NULL,3329),(38898,'Kilinochchi',NULL,3330),(38899,'Kuliyapitiya',NULL,3331),(38900,'Kurunegala',NULL,3331),(38901,'Polgahawela',NULL,3331),(38902,'Eravur',NULL,3332),(38903,'Katankudi',NULL,3332),(38904,'Madakalpuwa',NULL,3332),(38905,'Malwana',NULL,3334),(38906,'Mannarama',NULL,3335),(38907,'Dambulla',NULL,3336),(38908,'Matale',NULL,3336),(38909,'Sigiriya',NULL,3336),(38910,'Matara',NULL,3337),(38911,'Weligama',NULL,3337),(38912,'Monaragala',NULL,3338),(38913,'Wattegama',NULL,3338),(38914,'Mullaitivu',NULL,3339),(38915,'Polonnaruwa',NULL,3343),(38916,'Halawata',NULL,3344),(38917,'Puttalama',NULL,3344),(38918,'Balangoda',NULL,3345),(38919,'Ratnapuraya',NULL,3345),(38920,'Tirikunamalaya',NULL,3347),(38921,'Querceta',NULL,3348),(38922,'Vavuniyawa',NULL,3349),(38923,'Chavakachcheri',NULL,3351),(38924,'Peduru Tuduwa',NULL,3351),(38925,'Valvedditturai',NULL,3351),(38926,'Yapanaya',NULL,3351),(38927,'Mahara',NULL,3352),(38928,'Kodok',NULL,3353),(38929,'Malakal',NULL,3353),(38930,'Nasir',NULL,3353),(38931,'ar-Rank',NULL,3353),(38932,'Juba',NULL,3354),(38933,'Yei',NULL,3354),(38934,'Maridi',NULL,3359),(38935,'Nzara',NULL,3359),(38936,'Tambura',NULL,3359),(38937,'Yambio',NULL,3359),(38938,'Bur',NULL,3362),(38939,'Aruma',NULL,3363),(38940,'Halfa al-Jadidah',NULL,3363),(38941,'Kassala',NULL,3363),(38942,'Khashm-al-Qirbah',NULL,3363),(38943,'Wagar',NULL,3363),(38944,'al-Masnah',NULL,3363),(38945,'\'Atbarah',NULL,3364),(38946,'Barbar',NULL,3364),(38947,'Kabushiyah',NULL,3364),(38948,'Shandi',NULL,3364),(38949,'ad-Damir',NULL,3364),(38950,'al-Bawga',NULL,3364),(38951,'al-Matammah',NULL,3364),(38952,'Kapoeta',NULL,3368),(38953,'Torit',NULL,3368),(38954,'Abu Hijar',NULL,3369),(38955,'Galgani',NULL,3369),(38956,'Hajj \'Abdallah',NULL,3369),(38957,'Karkawj',NULL,3369),(38958,'Mayurnu',NULL,3369),(38959,'Sinjah',NULL,3369),(38960,'Sinnar',NULL,3369),(38961,'Sinnar-at-Tagatu',NULL,3369),(38962,'Umm Shawkah',NULL,3369),(38963,'ad-Dindar',NULL,3369),(38964,'as-Suki',NULL,3369),(38965,'Mashra ar-Raqq',NULL,3370),(38966,'Tonj',NULL,3370),(38967,'Warab',NULL,3370),(38968,'Bur Sudan',NULL,3372),(38969,'Gabait',NULL,3372),(38970,'Sawakin',NULL,3372),(38971,'Sinkat',NULL,3372),(38972,'Tawkar',NULL,3372),(38973,'Rumbik',NULL,3373),(38974,'Yirol',NULL,3373),(38975,'Abu \'Usar',NULL,3374),(38976,'Arba\'atun wa \'Ishrun-al-Qurash',NULL,3374),(38977,'Maharaybah',NULL,3374),(38978,'Miallayab',NULL,3374),(38979,'Rufa\'a',NULL,3374),(38980,'Sharafat',NULL,3374),(38981,'Tabat',NULL,3374),(38982,'Tambul',NULL,3374),(38983,'Wad Madani',NULL,3374),(38984,'Wad Rawah',NULL,3374),(38985,'al-Hawsh',NULL,3374),(38986,'al-Hilaliyah',NULL,3374),(38987,'al-Huda',NULL,3374),(38988,'al-Husayhisah',NULL,3374),(38989,'al-Kamilin',NULL,3374),(38990,'al-Karaymat',NULL,3374),(38991,'al-Manaqil',NULL,3374),(38992,'al-Mu\'sadiyah',NULL,3374),(38993,'al-Musallamiyah',NULL,3374),(38994,'Umm Dawm',NULL,3375),(38995,'Umm Durman',NULL,3375),(38996,'al-Khartum',NULL,3375),(38997,'al-Khartum Bahri',NULL,3375),(38998,'Doka',NULL,3376),(38999,'Qala\'-an-Nahl',NULL,3376),(39000,'Shuwak',NULL,3376),(39001,'al-Faw',NULL,3376),(39002,'al-Hawatah',NULL,3376),(39003,'al-Qadarif',NULL,3376),(39004,'Bentiu',NULL,3377),(39005,'Ler',NULL,3377),(39006,'Asalaya',NULL,3378),(39007,'Bufi',NULL,3378),(39008,'Gulli',NULL,3378),(39009,'Kinanah',NULL,3378),(39010,'Kusti',NULL,3378),(39011,'Marabba',NULL,3378),(39012,'Rabak',NULL,3378),(39013,'Shabashah',NULL,3378),(39014,'Tandalti',NULL,3378),(39015,'Umm Jarr',NULL,3378),(39016,'Wad-az-Zaki',NULL,3378),(39017,'ad-Duwaym',NULL,3378),(39018,'al-Jazirah',NULL,3378),(39019,'al-Kawah',NULL,3378),(39020,'al-Qutaynah',NULL,3378),(39021,'ad-Damazin',NULL,3379),(39022,'al-Kurumuk',NULL,3379),(39023,'al-Quwaysi',NULL,3379),(39024,'ar-Rusayris',NULL,3379),(39025,'Argu',NULL,3380),(39026,'Dalqu',NULL,3380),(39027,'Dunqulah',NULL,3380),(39028,'Kanisah',NULL,3380),(39029,'Karmah-an-Nuzul',NULL,3380),(39030,'Kuraymah',NULL,3380),(39031,'Kurti',NULL,3380),(39032,'Marawi',NULL,3380),(39033,'Tangasi-ar-Ru\'ays',NULL,3380),(39034,'Wadi Halfa',NULL,3380),(39035,'ad-Dabbah',NULL,3380),(39036,'Brokopondo',NULL,3381),(39037,'Brownsweg',NULL,3381),(39038,'Marienburg',NULL,3382),(39039,'Meerzorg',NULL,3382),(39040,'Nieuw Amsterdam',NULL,3382),(39041,'Totness',NULL,3383),(39042,'Albina',NULL,3384),(39043,'Moengo',NULL,3384),(39044,'Nieuw Nickerie',NULL,3385),(39045,'Wageningen',NULL,3385),(39046,'Onverwacht',NULL,3386),(39047,'Paramaribo',NULL,3387),(39048,'Groningen',NULL,3388),(39049,'Lelydorp',NULL,3389),(39050,'Barentsburg',NULL,3390),(39051,'Hornsund',NULL,3390),(39052,'Isfjord Radio',NULL,3390),(39053,'Longyearbyen',NULL,3390),(39054,'Ny-Alesund',NULL,3390),(39055,'Bulembu',NULL,3391),(39056,'Ezulwini',NULL,3391),(39057,'Mbabane',NULL,3391),(39058,'Ngwenya',NULL,3391),(39059,'Pigg\'s Peak',NULL,3391),(39060,'Big Bend',NULL,3392),(39061,'Mhlume',NULL,3392),(39062,'Mpaka',NULL,3392),(39063,'Nsoko',NULL,3392),(39064,'Simunye',NULL,3392),(39065,'Siteki',NULL,3392),(39066,'Tshaneni',NULL,3392),(39067,'Bhunya',NULL,3393),(39068,'Kwaluseni',NULL,3393),(39069,'Lobamba',NULL,3393),(39070,'Malkerns',NULL,3393),(39071,'Mankayane',NULL,3393),(39072,'Manzini',NULL,3393),(39073,'Matsapha',NULL,3393),(39074,'Mhlambanyatsi',NULL,3393),(39075,'Sidvokodvo',NULL,3393),(39076,'Hlatikulu',NULL,3394),(39077,'Hluti',NULL,3394),(39078,'Kubuta',NULL,3394),(39079,'Lavumisa',NULL,3394),(39080,'Nhlangano',NULL,3394),(39081,'Karlshamn',NULL,3397),(39082,'Karlskrona',NULL,3397),(39083,'Ronneby',NULL,3397),(39084,'Stenungsund',NULL,3398),(39085,'Avesta',NULL,3399),(39086,'Borlange',NULL,3399),(39087,'Falun',NULL,3399),(39088,'Hedemora',NULL,3399),(39089,'Ludvika',NULL,3399),(39090,'Malung',NULL,3399),(39091,'Bollnas',NULL,3400),(39092,'Bro',NULL,3400),(39093,'Gavle',NULL,3400),(39094,'Hudiksvall',NULL,3400),(39095,'Sandviken',NULL,3400),(39096,'Soderhamn',NULL,3400),(39097,'Skara',NULL,3402),(39098,'Visby',NULL,3402),(39099,'Anderstorp',NULL,3403),(39100,'Falkenberg',NULL,3403),(39101,'Halmstad',NULL,3403),(39102,'Ullared',NULL,3403),(39103,'Varberg',NULL,3403),(39104,'Farjestaden',NULL,3404),(39105,'Ostersund',NULL,3404),(39106,'Gislaved',NULL,3405),(39107,'Jonkoping',NULL,3405),(39108,'Nassjo',NULL,3405),(39109,'Tranas',NULL,3405),(39110,'Varnamo',NULL,3405),(39111,'Vetlanda',NULL,3405),(39112,'Blomstermala',NULL,3406),(39113,'Kalmar',NULL,3406),(39114,'Nybro',NULL,3406),(39115,'Oskarshamn',NULL,3406),(39116,'Solna',NULL,3406),(39117,'Torsas',NULL,3406),(39118,'Vastervik',NULL,3406),(39119,'Habo',NULL,3407),(39120,'Limhamn',NULL,3407),(39121,'Segeltorp',NULL,3407),(39122,'Svedala',NULL,3407),(39123,'Ljungby',NULL,3408),(39124,'Vaxjo',NULL,3408),(39125,'Boden',NULL,3409),(39126,'Kiruna',NULL,3409),(39127,'Lulea',NULL,3409),(39128,'Pitea',NULL,3409),(39129,'Askersund',NULL,3410),(39130,'Karlskoga',NULL,3410),(39131,'Kumla',NULL,3410),(39132,'Orebro',NULL,3410),(39133,'Finspang',NULL,3411),(39134,'Follinge',NULL,3411),(39135,'Kisa',NULL,3411),(39136,'Linkoping',NULL,3411),(39137,'Mjolby',NULL,3411),(39138,'Motala',NULL,3411),(39139,'Norrkoping',NULL,3411),(39140,'Vadstena',NULL,3411),(39141,'Skarpovagen',NULL,3412),(39142,'Angelholm',NULL,3413),(39143,'Arlov',NULL,3413),(39144,'Bastad',NULL,3413),(39145,'Eslov',NULL,3413),(39146,'Hassleholm',NULL,3413),(39147,'Helsingborg',NULL,3413),(39148,'Hjarup',NULL,3413),(39149,'Hoganas',NULL,3413),(39150,'Horby',NULL,3413),(39151,'Jonstorp',NULL,3413),(39152,'Klagstorp',NULL,3413),(39153,'Kristianstad',NULL,3413),(39154,'Landskrona',NULL,3413),(39155,'Lund',NULL,3413),(39156,'Malmo',NULL,3413),(39157,'Skanor',NULL,3413),(39158,'Staffanstorp',NULL,3413),(39159,'Trelleborg',NULL,3413),(39160,'Ystad',NULL,3413),(39161,'Hillerstorp',NULL,3414),(39162,'Markaryd',NULL,3414),(39163,'Smalandsstenar',NULL,3414),(39164,'Eskilstuna',NULL,3415),(39165,'Gnesta',NULL,3415),(39166,'Katrineholm',NULL,3415),(39167,'Nacka Strand',NULL,3415),(39168,'Nykoping',NULL,3415),(39169,'Strangnas',NULL,3415),(39170,'Vingaker',NULL,3415),(39171,'Akersberga',NULL,3416),(39172,'Boo',NULL,3416),(39173,'Bromma',NULL,3416),(39174,'Djursholm',NULL,3416),(39175,'Hallstavik',NULL,3416),(39176,'Jarfalla',NULL,3416),(39177,'Johannesfred',NULL,3416),(39178,'Lidingo',NULL,3416),(39179,'Marsta',NULL,3416),(39180,'Norrtalje',NULL,3416),(39181,'Norsborg',NULL,3416),(39182,'Nynashamn',NULL,3416),(39183,'Rosersberg',NULL,3416),(39184,'Sodertalje',NULL,3416),(39185,'Sollentuna',NULL,3416),(39186,'Stockholm',NULL,3416),(39187,'Sundbyberg',NULL,3416),(39188,'Taby',NULL,3416),(39189,'Tumba',NULL,3416),(39190,'Upplands-Vasby',NULL,3416),(39191,'Vallentuna',NULL,3416),(39192,'Vasterhaninge',NULL,3416),(39193,'Balsta',NULL,3417),(39194,'Enkoping',NULL,3417),(39195,'Knivsta',NULL,3417),(39196,'Skyttorp',NULL,3417),(39197,'Storvreta',NULL,3417),(39198,'Uppsala',NULL,3417),(39199,'Arvika',NULL,3418),(39200,'Hammaro',NULL,3418),(39201,'Karlstad',NULL,3418),(39202,'Kristinehamn',NULL,3418),(39203,'Skoghall',NULL,3418),(39204,'Guglingen',NULL,3419),(39205,'Robertsfors',NULL,3419),(39206,'Skelleftea',NULL,3419),(39207,'Umea',NULL,3419),(39208,'Gothenburg',NULL,3420),(39209,'Kallered',NULL,3420),(39210,'Kvanum',NULL,3420),(39211,'Timmersdala',NULL,3420),(39212,'Harnosand',NULL,3421),(39213,'Ornskoldsvik',NULL,3421),(39214,'Sundsvall',NULL,3421),(39215,'Arboga',NULL,3422),(39216,'Fagersta',NULL,3422),(39217,'Hallstahammar',NULL,3422),(39218,'Koping',NULL,3422),(39219,'Sala',NULL,3422),(39220,'Vasteras',NULL,3422),(39221,'Aarau',NULL,3424),(39222,'Aarburg',NULL,3424),(39223,'Baden',NULL,3424),(39224,'Bevilard',NULL,3424),(39225,'Bremgarten',NULL,3424),(39226,'Brugg',NULL,3424),(39227,'Buchs',NULL,3424),(39228,'Chevenez',NULL,3424),(39229,'Fislisbach',NULL,3424),(39230,'Granichen',NULL,3424),(39231,'Hagglingen',NULL,3424),(39232,'Kaiseraugst',NULL,3424),(39233,'Kleindoettingen',NULL,3424),(39234,'Klingnau',NULL,3424),(39235,'Kuttigen',NULL,3424),(39236,'Lenzburg',NULL,3424),(39237,'Menziken',NULL,3424),(39238,'Mohlin',NULL,3424),(39239,'Mumpf',NULL,3424),(39240,'Muri',NULL,3424),(39241,'Neuenhof',NULL,3424),(39242,'Niederlenz',NULL,3424),(39243,'Niederwangen',NULL,3424),(39244,'Niederwil',NULL,3424),(39245,'Oberentfelden',NULL,3424),(39246,'Obersiggenthal',NULL,3424),(39247,'Oftringen',NULL,3424),(39248,'Reinach',NULL,3424),(39249,'Rheinfelden',NULL,3424),(39250,'Rosshausern',NULL,3424),(39251,'Rothrist',NULL,3424),(39252,'Rupperswil',NULL,3424),(39253,'Schmitten',NULL,3424),(39254,'Seon',NULL,3424),(39255,'Spreitenbach',NULL,3424),(39256,'Stein',NULL,3424),(39257,'Suhr',NULL,3424),(39258,'Trogen',NULL,3424),(39259,'Untersiggenthal',NULL,3424),(39260,'Villmergen',NULL,3424),(39261,'Wettingen',NULL,3424),(39262,'Windisch',NULL,3424),(39263,'Wohlen',NULL,3424),(39264,'Wurenlos',NULL,3424),(39265,'Zofingen',NULL,3424),(39266,'Aesch',NULL,3427),(39267,'Allschwil',NULL,3427),(39268,'Arlesheim',NULL,3427),(39269,'Binningen',NULL,3427),(39270,'Birsfelden',NULL,3427),(39271,'Bottmingen',NULL,3427),(39272,'Ettingen',NULL,3427),(39273,'Frenkendorf',NULL,3427),(39274,'Gelterkinden',NULL,3427),(39275,'Laufen',NULL,3427),(39276,'Lausen',NULL,3427),(39277,'Liestal',NULL,3427),(39278,'Munchenstein',NULL,3427),(39279,'Muttenz',NULL,3427),(39280,'Oberwil',NULL,3427),(39281,'Pratteln',NULL,3427),(39282,'Reinach',NULL,3427),(39283,'Sissach',NULL,3427),(39284,'Therwil',NULL,3427),(39285,'Basel',NULL,3428),(39286,'Riehen',NULL,3428),(39287,'Belp',NULL,3429),(39288,'Bern',NULL,3429),(39289,'Berne',NULL,3429),(39290,'Biel',NULL,3429),(39291,'Biel-Bienne',NULL,3429),(39292,'Bolligen',NULL,3429),(39293,'Burgdorf',NULL,3429),(39294,'Frutigen',NULL,3429),(39295,'Heimberg',NULL,3429),(39296,'Herzogenbuchsee',NULL,3429),(39297,'Huttwil',NULL,3429),(39298,'Interlaken',NULL,3429),(39299,'Ittigen',NULL,3429),(39300,'Kirchberg',NULL,3429),(39301,'Koniz',NULL,3429),(39302,'Konolfingen',NULL,3429),(39303,'Langenthal',NULL,3429),(39304,'Langnau',NULL,3429),(39305,'Lengnau',NULL,3429),(39306,'Lyss',NULL,3429),(39307,'Meiringen',NULL,3429),(39308,'Moutier',NULL,3429),(39309,'Munchenbuchsee',NULL,3429),(39310,'Munsingen',NULL,3429),(39311,'Muri',NULL,3429),(39312,'Nidau',NULL,3429),(39313,'Orpund',NULL,3429),(39314,'Ostermundingen',NULL,3429),(39315,'Pieterlen',NULL,3429),(39316,'Saanen',NULL,3429),(39317,'Saint-Imier',NULL,3429),(39318,'Sonceboz',NULL,3429),(39319,'Spiez',NULL,3429),(39320,'Steffisburg',NULL,3429),(39321,'Sumiswald',NULL,3429),(39322,'Thun',NULL,3429),(39323,'Uetendorf',NULL,3429),(39324,'Unterseen',NULL,3429),(39325,'Urtenen',NULL,3429),(39326,'Vechingen',NULL,3429),(39327,'Wahlern',NULL,3429),(39328,'Wohlen',NULL,3429),(39329,'Worb',NULL,3429),(39330,'Zollikofen',NULL,3429),(39331,'Bulle',NULL,3431),(39332,'Dudingen',NULL,3431),(39333,'Fribourg',NULL,3431),(39334,'Granges-Paccot',NULL,3431),(39335,'Marly',NULL,3431),(39336,'Muntelier',NULL,3431),(39337,'Murten',NULL,3431),(39338,'Remaufens',NULL,3431),(39339,'Villars-sur-Glane',NULL,3431),(39340,'Villaz-Saint-Pierre',NULL,3431),(39341,'Wunnewil-Flamatt',NULL,3431),(39342,'Bernex',NULL,3432),(39343,'Carouge',NULL,3432),(39344,'Chene-Bougeries',NULL,3432),(39345,'Chene-Bourg',NULL,3432),(39346,'Collonge-Bellerive',NULL,3432),(39347,'Cologny',NULL,3432),(39348,'Geneva',NULL,3432),(39349,'Geneve',NULL,3432),(39350,'Lancy',NULL,3432),(39351,'Le Grand-Saconnex',NULL,3432),(39352,'Meyrin',NULL,3432),(39353,'Onex',NULL,3432),(39354,'Plan-les-Ouates',NULL,3432),(39355,'Thonex',NULL,3432),(39356,'Vernier',NULL,3432),(39357,'Versoix',NULL,3432),(39358,'Veyrier',NULL,3432),(39359,'Glarus',NULL,3433),(39360,'Nafels',NULL,3433),(39361,'Arosa',NULL,3434),(39362,'Chur',NULL,3434),(39363,'Davos',NULL,3434),(39364,'Domat',NULL,3434),(39365,'Igis',NULL,3434),(39366,'Landquart',NULL,3434),(39367,'Maienfeld',NULL,3434),(39368,'Sankt Moritz',NULL,3434),(39369,'Heerbrugg',NULL,3435),(39370,'Delemont',NULL,3436),(39371,'Glovelier',NULL,3436),(39372,'Le Noirmont',NULL,3436),(39373,'Porrentruy',NULL,3436),(39374,'Adligenswil',NULL,3438),(39375,'Ballwil',NULL,3438),(39376,'Buchrain',NULL,3438),(39377,'Ebikon',NULL,3438),(39378,'Emmen',NULL,3438),(39379,'Hochdorf',NULL,3438),(39380,'Horw',NULL,3438),(39381,'Kriens',NULL,3438),(39382,'Littau',NULL,3438),(39383,'Luzern',NULL,3438),(39384,'Malters',NULL,3438),(39385,'Meggen',NULL,3438),(39386,'Neuenkirch',NULL,3438),(39387,'Perlern',NULL,3438),(39388,'Rothenburg',NULL,3438),(39389,'Ruswil',NULL,3438),(39390,'Sursee',NULL,3438),(39391,'Muhen',NULL,3440),(39392,'Bole',NULL,3441),(39393,'Boudry',NULL,3441),(39394,'Colombier',NULL,3441),(39395,'La Chaux-de-Fonds',NULL,3441),(39396,'Le Locle',NULL,3441),(39397,'Neuchatel',NULL,3441),(39398,'Peseux',NULL,3441),(39399,'Buochs',NULL,3442),(39400,'Hergiswil',NULL,3442),(39401,'Stans',NULL,3442),(39402,'Stansstad',NULL,3442),(39403,'Alpnach',NULL,3443),(39404,'Kerns',NULL,3443),(39405,'Sachseln',NULL,3443),(39406,'Sarnen',NULL,3443),(39407,'Neuhausen',NULL,3445),(39408,'Schaffhausen',NULL,3445),(39409,'Altendorf',NULL,3446),(39410,'Arth',NULL,3446),(39411,'Buron',NULL,3446),(39412,'Einsiedeln',NULL,3446),(39413,'Feusisberg',NULL,3446),(39414,'Freienbach',NULL,3446),(39415,'Ingenbohl',NULL,3446),(39416,'Kussnacht',NULL,3446),(39417,'Lachen',NULL,3446),(39418,'Schubelbach',NULL,3446),(39419,'Schwyz',NULL,3446),(39420,'Wangen',NULL,3446),(39421,'Wollerau',NULL,3446),(39422,'Balsthal',NULL,3447),(39423,'Bellach',NULL,3447),(39424,'Bettlach',NULL,3447),(39425,'Biberist',NULL,3447),(39426,'Derendingen',NULL,3447),(39427,'Dornach',NULL,3447),(39428,'Dulliken',NULL,3447),(39429,'Feldbrunnen',NULL,3447),(39430,'Gerlafingen',NULL,3447),(39431,'Grenchen',NULL,3447),(39432,'Hagendorf',NULL,3447),(39433,'Olten',NULL,3447),(39434,'Schonenwerd',NULL,3447),(39435,'Solothurn',NULL,3447),(39436,'Trimbach',NULL,3447),(39437,'Wangen',NULL,3447),(39438,'Zuchwil',NULL,3447),(39439,'Aadorf',NULL,3448),(39440,'Amriswil',NULL,3448),(39441,'Arbon',NULL,3448),(39442,'Bischofszell',NULL,3448),(39443,'Felben-Wellhausen',NULL,3448),(39444,'Frauenfeld',NULL,3448),(39445,'Guttingen',NULL,3448),(39446,'Kreuzlingen',NULL,3448),(39447,'Romanshorn',NULL,3448),(39448,'Sirnach',NULL,3448),(39449,'Sulgen',NULL,3448),(39450,'Tagerwilen',NULL,3448),(39451,'Weinfelden',NULL,3448),(39452,'Ascona',NULL,3449),(39453,'Bellinzona',NULL,3449),(39454,'Biasca',NULL,3449),(39455,'Breganzona',NULL,3449),(39456,'Cadempino',NULL,3449),(39457,'Chiasso',NULL,3449),(39458,'Giubiasco',NULL,3449),(39459,'Locarno',NULL,3449),(39460,'Losone',NULL,3449),(39461,'Lugano',NULL,3449),(39462,'Massagno',NULL,3449),(39463,'Melide',NULL,3449),(39464,'Mendrisio',NULL,3449),(39465,'Mezzovico',NULL,3449),(39466,'Minusio',NULL,3449),(39467,'Porza',NULL,3449),(39468,'Pregassona',NULL,3449),(39469,'Viganello',NULL,3449),(39470,'Altdorf',NULL,3450),(39471,'Schattdorf',NULL,3450),(39472,'Bagnes',NULL,3451),(39473,'Brig-Glis',NULL,3451),(39474,'Collombey-Muraz',NULL,3451),(39475,'Conthey',NULL,3451),(39476,'Evionnaz',NULL,3451),(39477,'Fully',NULL,3451),(39478,'Martigny',NULL,3451),(39479,'Monthey',NULL,3451),(39480,'Naters',NULL,3451),(39481,'Nendaz',NULL,3451),(39482,'Niederwald',NULL,3451),(39483,'Saviese',NULL,3451),(39484,'Sierre',NULL,3451),(39485,'Sion',NULL,3451),(39486,'Visp',NULL,3451),(39487,'Vouvry',NULL,3451),(39488,'Zermatt',NULL,3451),(39489,'Aigle',NULL,3452),(39490,'Ballaigues',NULL,3452),(39491,'Bex',NULL,3452),(39492,'Blonay',NULL,3452),(39493,'Bussigny',NULL,3452),(39494,'Chavannes',NULL,3452),(39495,'Crissier',NULL,3452),(39496,'Ecublens',NULL,3452),(39497,'Epalinges',NULL,3452),(39498,'Gland',NULL,3452),(39499,'La Tour-de-Peilz',NULL,3452),(39500,'Lausanne',NULL,3452),(39501,'Le Mont-sur-Lausanne',NULL,3452),(39502,'Lucerne',NULL,3452),(39503,'Lutry',NULL,3452),(39504,'Montreux',NULL,3452),(39505,'Morges',NULL,3452),(39506,'Nyon',NULL,3452),(39507,'Ollon',NULL,3452),(39508,'Orbe',NULL,3452),(39509,'Payerne',NULL,3452),(39510,'Prilly',NULL,3452),(39511,'Puidoux',NULL,3452),(39512,'Pully',NULL,3452),(39513,'Renens',NULL,3452),(39514,'Romainmotier',NULL,3452),(39515,'Saint Sulpice',NULL,3452),(39516,'Vevey',NULL,3452),(39517,'Yverdon',NULL,3452),(39518,'Vauffelin',NULL,3453),(39519,'Baar',NULL,3454),(39520,'Cham',NULL,3454),(39521,'Hunenberg',NULL,3454),(39522,'Menzingen',NULL,3454),(39523,'Neuheim',NULL,3454),(39524,'Oberageri',NULL,3454),(39525,'Risch',NULL,3454),(39526,'Risch-Rotkreuz',NULL,3454),(39527,'Steinhausen',NULL,3454),(39528,'Unterageri',NULL,3454),(39529,'Zug',NULL,3454),(39530,'Adliswil',NULL,3455),(39531,'Affoltern',NULL,3455),(39532,'Bachenbulach',NULL,3455),(39533,'Bassersdorf',NULL,3455),(39534,'Birmensdorf',NULL,3455),(39535,'Bubikon',NULL,3455),(39536,'Bulach',NULL,3455),(39537,'Dielsdorf',NULL,3455),(39538,'Dietikon',NULL,3455),(39539,'Dietlikon',NULL,3455),(39540,'Dubendorf',NULL,3455),(39541,'Durnten',NULL,3455),(39542,'Ebmatingen',NULL,3455),(39543,'Egg',NULL,3455),(39544,'Embrach',NULL,3455),(39545,'Erlenbach',NULL,3455),(39546,'Fallanden',NULL,3455),(39547,'Fehraltdorf',NULL,3455),(39548,'Geroldswil',NULL,3455),(39549,'Gossau',NULL,3455),(39550,'Greifensee',NULL,3455),(39551,'Herrliberg',NULL,3455),(39552,'Hinwil',NULL,3455),(39553,'Hombrechtikon',NULL,3455),(39554,'Horgen',NULL,3455),(39555,'Illnau-Effretikon',NULL,3455),(39556,'Kilchberg',NULL,3455),(39557,'Kloten',NULL,3455),(39558,'Kusnacht',NULL,3455),(39559,'Langnau',NULL,3455),(39560,'Mannedorf',NULL,3455),(39561,'Maur',NULL,3455),(39562,'Meilen',NULL,3455),(39563,'Neftenbach',NULL,3455),(39564,'Niederhasli',NULL,3455),(39565,'Nurensdorf',NULL,3455),(39566,'Oberengstringen',NULL,3455),(39567,'Oberglatt',NULL,3455),(39568,'Oberrieden',NULL,3455),(39569,'Opfikon',NULL,3455),(39570,'Pfaffikon',NULL,3455),(39571,'Rafz',NULL,3455),(39572,'Regensdorf',NULL,3455),(39573,'Richterswil',NULL,3455),(39574,'Rumlang',NULL,3455),(39575,'Ruschlikon',NULL,3455),(39576,'Ruti',NULL,3455),(39577,'Schlieren',NULL,3455),(39578,'Schwerzenbach',NULL,3455),(39579,'Seuzach',NULL,3455),(39580,'Stafa',NULL,3455),(39581,'Thalwil',NULL,3455),(39582,'Uetikon',NULL,3455),(39583,'Urdorf',NULL,3455),(39584,'Uster',NULL,3455),(39585,'Volketswil',NULL,3455),(39586,'Wadenswil',NULL,3455),(39587,'Wald',NULL,3455),(39588,'Wallisellen',NULL,3455),(39589,'Wangen-Bruttisellen',NULL,3455),(39590,'Weiningen',NULL,3455),(39591,'Wetzikon',NULL,3455),(39592,'Winterthur',NULL,3455),(39593,'Zell',NULL,3455),(39594,'Zollikon',NULL,3455),(39595,'Zumikon',NULL,3455),(39596,'Zurich',NULL,3455),(39597,'Aleppo',NULL,3456),(39598,'Dar\'a',NULL,3457),(39599,'Nawa',NULL,3457),(39600,'Abu Kamal',NULL,3458),(39601,'Dayr az-Zawr',NULL,3458),(39602,'al-Mayadin',NULL,3458),(39603,'Damascus',NULL,3459),(39604,'Darayya',NULL,3459),(39605,'Duma',NULL,3459),(39606,'Hajar Aswad',NULL,3459),(39607,'Harasta al-Bas',NULL,3459),(39608,'Jaramanah',NULL,3459),(39609,'Kabir-as-Sit',NULL,3459),(39610,'Kesweh',NULL,3459),(39611,'Qatana',NULL,3459),(39612,'Yabrud',NULL,3459),(39613,'al-Qutayfah',NULL,3459),(39614,'an-Nabk',NULL,3459),(39615,'at-Tall',NULL,3459),(39616,'az-Zabadani',NULL,3459),(39617,'\'Afrin',NULL,3460),(39618,'\'Ayn-al-\'Arab',NULL,3460),(39619,'A\'zaz',NULL,3460),(39620,'Halab',NULL,3460),(39621,'Manbij',NULL,3460),(39622,'al-Bab',NULL,3460),(39623,'as-Safirah',NULL,3460),(39624,'Hamah',NULL,3461),(39625,'Masyaf',NULL,3461),(39626,'Muhradah',NULL,3461),(39627,'Salamiyah',NULL,3461),(39628,'Hims',NULL,3462),(39629,'Homs',NULL,3462),(39630,'Tudmur',NULL,3462),(39631,'al-Qusayr',NULL,3462),(39632,'ar-Rastan',NULL,3462),(39633,'Ariha',NULL,3463),(39634,'Idlib',NULL,3463),(39635,'Jisr-ash-Shughur',NULL,3463),(39636,'Ma\'arrat-an-Nu\'man',NULL,3463),(39637,'Baniyas',NULL,3465),(39638,'Safita',NULL,3465),(39639,'Tartus',NULL,3465),(39640,'Ra\'s-al-\'Ayn',NULL,3466),(39641,'al-Hasakah',NULL,3466),(39642,'al-Malikiyah',NULL,3466),(39643,'al-Qamishli',NULL,3466),(39644,'Jablah',NULL,3467),(39645,'Lattakia',NULL,3467),(39646,'al-Ladhiqiyah',NULL,3467),(39647,'al-Qunaytirah',NULL,3468),(39648,'ar-Raqqah',NULL,3469),(39649,'ath-Thawrah',NULL,3469),(39650,'as-Suwayda',NULL,3470),(39651,'Changhua City',NULL,3471),(39652,'Changhwa',NULL,3471),(39653,'Chihu',NULL,3471),(39654,'Erhlin',NULL,3471),(39655,'Hemei',NULL,3471),(39656,'Homei',NULL,3471),(39657,'Hua Tan Hsiang',NULL,3471),(39658,'Huatan Township',NULL,3471),(39659,'Lukang',NULL,3471),(39660,'Peitou',NULL,3471),(39661,'Puyen Hsiang',NULL,3471),(39662,'Tienchung',NULL,3471),(39663,'Yuanlin',NULL,3471),(39664,'Fenglin',NULL,3477),(39665,'Hualian',NULL,3477),(39666,'Yuli',NULL,3477),(39667,'Ilan',NULL,3478),(39668,'Lotung',NULL,3478),(39669,'Suao',NULL,3478),(39670,'Toucheng',NULL,3478),(39671,'Kincheng',NULL,3482),(39672,'Kinhsia',NULL,3482),(39673,'Kinhu',NULL,3482),(39674,'Cholan',NULL,3483),(39675,'Chunan',NULL,3483),(39676,'Houlung',NULL,3483),(39677,'Miaoli',NULL,3483),(39678,'Toufen',NULL,3483),(39679,'Tunghsiao',NULL,3483),(39680,'Yuanli',NULL,3483),(39681,'Zaociao',NULL,3483),(39682,'Chichi',NULL,3484),(39683,'Chushan',NULL,3484),(39684,'Nantou',NULL,3484),(39685,'Puli',NULL,3484),(39686,'Tsaotun',NULL,3484),(39687,'Makung',NULL,3486),(39688,'Chaochou',NULL,3487),(39689,'Hengchun',NULL,3487),(39690,'Pingtung',NULL,3487),(39691,'Tungkang',NULL,3487),(39692,'Dali',NULL,3488),(39693,'South District',NULL,3488),(39694,'Ta-Ya Shang',NULL,3488),(39695,'Dali',NULL,3489),(39696,'South District',NULL,3489),(39697,'Ta-Ya Shang',NULL,3489),(39698,'Dali',NULL,3490),(39699,'South District',NULL,3490),(39700,'Ta-Ya Shang',NULL,3490),(39701,'Kuanshan',NULL,3495),(39702,'Taitung',NULL,3495),(39703,'Chengkung',NULL,3496),(39704,'Chungli',NULL,3496),(39705,'Kuan Yin',NULL,3496),(39706,'Pate',NULL,3496),(39707,'Pingchen',NULL,3496),(39708,'Ta Yuan',NULL,3496),(39709,'Tachi',NULL,3496),(39710,'Taoyuan',NULL,3496),(39711,'Tungshih',NULL,3496),(39712,'Yangmei',NULL,3496),(39713,'Wujie',NULL,3497),(39714,'Hsilo',NULL,3499),(39715,'Huwei',NULL,3499),(39716,'Peikang',NULL,3499),(39717,'Touliu',NULL,3499),(39718,'Tounan',NULL,3499),(39719,'Tuku',NULL,3499),(39720,'Dushanbe',NULL,3500),(39721,'Khorug',NULL,3501),(39722,'Murgob',NULL,3501),(39723,'Garm',NULL,3502),(39724,'Hisor',NULL,3502),(39725,'Kofarnihon',NULL,3502),(39726,'Leninskiy',NULL,3502),(39727,'Rogun',NULL,3502),(39728,'Shakhrinau',NULL,3502),(39729,'Tursunzoda',NULL,3502),(39730,'Dangara',NULL,3503),(39731,'Farkhor',NULL,3503),(39732,'Jilikul',NULL,3503),(39733,'Khojamaston',NULL,3503),(39734,'Kolhozobod',NULL,3503),(39735,'Kulob',NULL,3503),(39736,'Kumsangir',NULL,3503),(39737,'Moskva',NULL,3503),(39738,'Mu\'minobod',NULL,3503),(39739,'Nurak',NULL,3503),(39740,'Pyanj',NULL,3503),(39741,'Qurgonteppa',NULL,3503),(39742,'Sarband',NULL,3503),(39743,'Shaartuz',NULL,3503),(39744,'Sovetskiy',NULL,3503),(39745,'Vakhsh',NULL,3503),(39746,'Vose',NULL,3503),(39747,'Yovon',NULL,3503),(39748,'Adrasmon',NULL,3504),(39749,'Asht',NULL,3504),(39750,'Ayni',NULL,3504),(39751,'Buston',NULL,3504),(39752,'Chkalov',NULL,3504),(39753,'Chorku',NULL,3504),(39754,'Gafurov',NULL,3504),(39755,'Ganchi',NULL,3504),(39756,'Isfara',NULL,3504),(39757,'Khujand',NULL,3504),(39758,'Konibodom',NULL,3504),(39759,'Matcha',NULL,3504),(39760,'Nau',NULL,3504),(39761,'Panjakent',NULL,3504),(39762,'Proletarsk',NULL,3504),(39763,'Qayroqqum',NULL,3504),(39764,'Shurob',NULL,3504),(39765,'Taboshar',NULL,3504),(39766,'Uroteppa',NULL,3504),(39767,'Zafarobod',NULL,3504),(39768,'Arusha',NULL,3505),(39769,'Dodoma',NULL,3507),(39770,'Kondoa',NULL,3507),(39771,'Mpwapwa',NULL,3507),(39772,'Iringa',NULL,3508),(39773,'Njombe',NULL,3508),(39774,'Bukoba',NULL,3509),(39775,'Bwanga',NULL,3509),(39776,'Ngara',NULL,3509),(39777,'Kasulu',NULL,3510),(39778,'Kigoma',NULL,3510),(39779,'Uvinza',NULL,3510),(39780,'Moshi',NULL,3511),(39781,'Same',NULL,3511),(39782,'Kilwa Kivinje',NULL,3512),(39783,'Lindi',NULL,3512),(39784,'Nachingwea',NULL,3512),(39785,'Musoma',NULL,3513),(39786,'Tarime',NULL,3513),(39787,'Mbeya',NULL,3514),(39788,'Mwaya',NULL,3514),(39789,'Tukuyu',NULL,3514),(39790,'Kilosa',NULL,3515),(39791,'Mahenge',NULL,3515),(39792,'Morogoro',NULL,3515),(39793,'Masasi',NULL,3516),(39794,'Mikindani',NULL,3516),(39795,'Mtwara',NULL,3516),(39796,'Newala',NULL,3516),(39797,'Magu',NULL,3517),(39798,'Mwanza',NULL,3517),(39799,'Nansio',NULL,3517),(39800,'Sengerama',NULL,3517),(39801,'Bagamoyo',NULL,3518),(39802,'Kibaha',NULL,3518),(39803,'Rufiji',NULL,3518),(39804,'Utete',NULL,3518),(39805,'Mpanda',NULL,3519),(39806,'Sumbawanga',NULL,3519),(39807,'Songea',NULL,3520),(39808,'Tunduru',NULL,3520),(39809,'Kahama',NULL,3521),(39810,'Maswa',NULL,3521),(39811,'Mwadui',NULL,3521),(39812,'Old Shinyanga',NULL,3521),(39813,'Shinyanga',NULL,3521),(39814,'Manyoni',NULL,3522),(39815,'Singida',NULL,3522),(39816,'Bukene',NULL,3523),(39817,'Nzega',NULL,3523),(39818,'Tabora',NULL,3523),(39819,'Urambo',NULL,3523),(39820,'Korogwe',NULL,3524),(39821,'Muheza',NULL,3524),(39822,'Pangani',NULL,3524),(39823,'Tanga',NULL,3524),(39824,'Bangkhen',NULL,3528),(39825,'Bangkok',NULL,3528),(39826,'Phatumthanee',NULL,3528),(39827,'Bang Khla',NULL,3530),(39828,'Bang Pakong',NULL,3530),(39829,'Bangpakong',NULL,3530),(39830,'Chachoengsao',NULL,3530),(39831,'Phanom Sarakham',NULL,3530),(39832,'Plaeng Yao',NULL,3530),(39833,'Bamnet Narong',NULL,3532),(39834,'Chaiyaphum',NULL,3532),(39835,'Kaeng Khlo',NULL,3532),(39836,'Kaset Sombun',NULL,3532),(39837,'Phu Khieo',NULL,3532),(39838,'Chanthaburi',NULL,3534),(39839,'Khlung',NULL,3534),(39840,'Laem Sing',NULL,3534),(39841,'Soydow',NULL,3534),(39842,'Tha Mai',NULL,3534),(39843,'Chumphon',NULL,3538),(39844,'Lang Suan',NULL,3538),(39845,'Huai Mek',NULL,3539),(39846,'Kalasin',NULL,3539),(39847,'Kamalasai',NULL,3539),(39848,'Khao Wong',NULL,3539),(39849,'Kuchinarai',NULL,3539),(39850,'Nong Kung Si',NULL,3539),(39851,'Yang Talat',NULL,3539),(39852,'Bo Phloi',NULL,3541),(39853,'Kanchanaburi',NULL,3541),(39854,'Phanom Thuan',NULL,3541),(39855,'Tha Maka',NULL,3541),(39856,'Tha Muang',NULL,3541),(39857,'Ao Luk',NULL,3543),(39858,'Krabi',NULL,3543),(39859,'Lampang',NULL,3545),(39860,'Thoen',NULL,3545),(39861,'Lamphun',NULL,3546),(39862,'Mae Tha',NULL,3546),(39863,'Pa Sang',NULL,3546),(39864,'Loei',NULL,3547),(39865,'Phu Kra Dung',NULL,3547),(39866,'Wang Saphung',NULL,3547),(39867,'Mukdahan',NULL,3551),(39868,'Chiang Klang',NULL,3558),(39869,'Nan',NULL,3558),(39870,'Bacho',NULL,3559),(39871,'Narathiwat',NULL,3559),(39872,'Rangae',NULL,3559),(39873,'Sungai Kolok',NULL,3559),(39874,'Sungai Padi',NULL,3559),(39875,'Tak Bai',NULL,3559),(39876,'Bang Bo Thong',NULL,3562),(39877,'Bang Kruai',NULL,3562),(39878,'Bang Yai',NULL,3562),(39879,'Nonthaburi',NULL,3562),(39880,'Pak Kret',NULL,3562),(39881,'Sainoi',NULL,3562),(39882,'Nong Chik',NULL,3564),(39883,'Pattani',NULL,3564),(39884,'Sai Buri',NULL,3564),(39885,'Yaring',NULL,3564),(39886,'Phangnga',NULL,3565),(39887,'Phatthalung',NULL,3566),(39888,'Chiang Kham',NULL,3567),(39889,'Dok Kham Tai',NULL,3567),(39890,'Phayao',NULL,3567),(39891,'Pong',NULL,3567),(39892,'Chon Daen',NULL,3568),(39893,'Lom Sak',NULL,3568),(39894,'Nong Phai',NULL,3568),(39895,'Phetchabun',NULL,3568),(39896,'Wichian Buri',NULL,3568),(39897,'Ban Laem',NULL,3569),(39898,'Chaam',NULL,3569),(39899,'Khao Yoi',NULL,3569),(39900,'Phetchaburi',NULL,3569),(39901,'Tha Yang',NULL,3569),(39902,'Bang Mun Nak',NULL,3570),(39903,'Phichit',NULL,3570),(39904,'Taphan Hin',NULL,3570),(39905,'Thap Khlo',NULL,3570),(39906,'Bang Krathum',NULL,3571),(39907,'Bang Rakam',NULL,3571),(39908,'Nakhon Thai',NULL,3571),(39909,'Phitsanulok',NULL,3571),(39910,'Den Chai',NULL,3573),(39911,'Long',NULL,3573),(39912,'Phrae',NULL,3573),(39913,'Rong Kwang',NULL,3573),(39914,'Kathu',NULL,3574),(39915,'Phuket',NULL,3574),(39916,'Ranong',NULL,3577),(39917,'Ban Pong',NULL,3578),(39918,'Bang Phae',NULL,3578),(39919,'Chom Bung',NULL,3578),(39920,'Damnoen Saduak',NULL,3578),(39921,'Photharam',NULL,3578),(39922,'Ratchaburi',NULL,3578),(39923,'Ban Chang',NULL,3579),(39924,'Klaeng',NULL,3579),(39925,'Rayong',NULL,3579),(39926,'Ban Mo',NULL,3586),(39927,'Kaeng Khoi',NULL,3586),(39928,'Nong Khae',NULL,3586),(39929,'Phra Phutthabat',NULL,3586),(39930,'Saraburi',NULL,3586),(39931,'Satun',NULL,3587),(39932,'Hat Yai',NULL,3590),(39933,'Ranot',NULL,3590),(39934,'Sadao',NULL,3590),(39935,'Singha Nakhon',NULL,3590),(39936,'Songkhla',NULL,3590),(39937,'Khiri Mat',NULL,3591),(39938,'Sawankhalok',NULL,3591),(39939,'Si Satchanalai',NULL,3591),(39940,'Sukhothai',NULL,3591),(39941,'Phasat',NULL,3594),(39942,'Surin',NULL,3594),(39943,'Ban Tak',NULL,3595),(39944,'Mae Ramat',NULL,3595),(39945,'Mae Sot',NULL,3595),(39946,'Tak',NULL,3595),(39947,'Huai Yot',NULL,3596),(39948,'Kantang',NULL,3596),(39949,'Trang',NULL,3596),(39950,'Bo Rai',NULL,3597),(39951,'Trat',NULL,3597),(39952,'Laplae',NULL,3601),(39953,'Uttaradit',NULL,3601),(39954,'Betong',NULL,3602),(39955,'Yala',NULL,3602),(39956,'Yasothon',NULL,3603),(39957,'Guerin Kouka',NULL,3604),(39958,'Sokode',NULL,3604),(39959,'Sotouboua',NULL,3604),(39960,'Tchamba',NULL,3604),(39961,'Bafilo',NULL,3605),(39962,'Bassar',NULL,3605),(39963,'Kande',NULL,3605),(39964,'Kara',NULL,3605),(39965,'Kpagouda',NULL,3605),(39966,'Niamtougou',NULL,3605),(39967,'Agbelouve',NULL,3606),(39968,'Aneho',NULL,3606),(39969,'Lome',NULL,3606),(39970,'Tabligbo',NULL,3606),(39971,'Tsevie',NULL,3606),(39972,'Vogan',NULL,3606),(39973,'Amlame',NULL,3607),(39974,'Anie',NULL,3607),(39975,'Atakpame',NULL,3607),(39976,'Badou',NULL,3607),(39977,'Blitta',NULL,3607),(39978,'Kouve',NULL,3607),(39979,'Kpalime',NULL,3607),(39980,'Kpessi',NULL,3607),(39981,'Notse',NULL,3607),(39982,'Dapaong',NULL,3608),(39983,'Mango',NULL,3608),(39984,'Tandjouare',NULL,3608),(39985,'Atafu',NULL,3609),(39986,'Fakaofo',NULL,3610),(39987,'Nukunonu',NULL,3611),(39988,'Ohonua',NULL,3612),(39989,'Pangai',NULL,3613),(39990,'Hihifo',NULL,3614),(39991,'Haveloloto',NULL,3615),(39992,'Mu\'a',NULL,3615),(39993,'Nuku\'alofa',NULL,3615),(39994,'Tofoa-Koloua',NULL,3615),(39995,'Vaini',NULL,3615),(39996,'Neiafu',NULL,3616),(39997,'Arima',NULL,3617),(39998,'Arouca',NULL,3617),(39999,'Tacarigua',NULL,3617),(40000,'Tunapuna',NULL,3617),(40001,'Carapichaima',NULL,3618),(40002,'Claxton Bay',NULL,3618),(40003,'Chaguanas',NULL,3619),(40004,'Couva',NULL,3620),(40005,'Tabaquite',NULL,3620),(40006,'Glencoe',NULL,3622),(40007,'Siparia',NULL,3631),(40008,'Scarborough',NULL,3632),(40009,'Aryanah',NULL,3633),(40010,'Bordj Aalouine',NULL,3633),(40011,'Burj-al-\'Amri',NULL,3633),(40012,'La Soukra',NULL,3633),(40013,'Qal\'at-al-Andalus',NULL,3633),(40014,'Sidi Thabit',NULL,3633),(40015,'Taburbah',NULL,3633),(40016,'Wadi al-Layl',NULL,3633),(40017,'ad-Dandan',NULL,3633),(40018,'al-Battan',NULL,3633),(40019,'al-Jadidah',NULL,3633),(40020,'al-Murnaqiyah',NULL,3633),(40021,'at-Tadaman Dawwar Hishar',NULL,3633),(40022,'Bajah',NULL,3634),(40023,'Majaz-al-Bab',NULL,3634),(40024,'Nafzah',NULL,3634),(40025,'Quballat',NULL,3634),(40026,'Tabursuq',NULL,3634),(40027,'Tastur',NULL,3634),(40028,'Zahrat Madina',NULL,3634),(40029,'al-Ma\'qulah',NULL,3634),(40030,'\'Awsajah',NULL,3636),(40031,'Binzart',NULL,3636),(40032,'Ghar-al-Milh',NULL,3636),(40033,'Manzil \'Abd-ar-Rahman',NULL,3636),(40034,'Manzil Bu Ruqaybah',NULL,3636),(40035,'Manzil Jamil',NULL,3636),(40036,'Matir',NULL,3636),(40037,'Rafraf',NULL,3636),(40038,'Ras-al-Jabal',NULL,3636),(40039,'Sajanan',NULL,3636),(40040,'Tinjah',NULL,3636),(40041,'al-\'Aliyah',NULL,3636),(40042,'al-Matlin',NULL,3636),(40043,'\'Ayn Darahim',NULL,3641),(40044,'Bani Matir',NULL,3641),(40045,'Bu Salim',NULL,3641),(40046,'Firnanah',NULL,3641),(40047,'Ghar-ad-Dima\'',NULL,3641),(40048,'Jundubah',NULL,3641),(40049,'Tabarqah',NULL,3641),(40050,'Wadi Maliz',NULL,3641),(40051,'Bani Khaddash',NULL,3642),(40052,'Bin Qirdan',NULL,3642),(40053,'Jarbah Ajim',NULL,3642),(40054,'Jarbah Hawmat-as-Suq',NULL,3642),(40055,'Jarbah Midun',NULL,3642),(40056,'Jarjis',NULL,3642),(40057,'Madaniyin',NULL,3642),(40058,'Manubah',NULL,3643),(40059,'Monastir',NULL,3644),(40060,'Azimur',NULL,3645),(40061,'Bani Hiyar',NULL,3645),(40062,'Bani Khallad',NULL,3645),(40063,'Bu \'Urqub',NULL,3645),(40064,'Dar \'Alush',NULL,3645),(40065,'Dar Sha\'ban',NULL,3645),(40066,'Hammam-al-Aghzaz',NULL,3645),(40067,'Manzil Bu Zalafah',NULL,3645),(40068,'Manzil Hurr',NULL,3645),(40069,'Manzil Tamim',NULL,3645),(40070,'Nabul',NULL,3645),(40071,'Qalibiyah',NULL,3645),(40072,'Qurbah',NULL,3645),(40073,'Qurbus',NULL,3645),(40074,'Qurunbaliyah',NULL,3645),(40075,'Sulayman',NULL,3645),(40076,'Taklisah',NULL,3645),(40077,'Tazirkah',NULL,3645),(40078,'Zawiyat-al-Jadidi',NULL,3645),(40079,'al-Hammamat',NULL,3645),(40080,'al-Huwariyah',NULL,3645),(40081,'al-Ma\'murah',NULL,3645),(40082,'al-Middah',NULL,3645),(40083,'as-Sama\'ah',NULL,3645),(40084,'Ghannush',NULL,3646),(40085,'Marath',NULL,3646),(40086,'Matmatat-al-Jadidah',NULL,3646),(40087,'Matmatat-al-Qadimah',NULL,3646),(40088,'Qabis',NULL,3646),(40089,'Sanini an-Nahal',NULL,3646),(40090,'Wadhraf',NULL,3646),(40091,'al-Hammah',NULL,3646),(40092,'al-Matwiyah',NULL,3646),(40093,'az-Zarat',NULL,3646),(40094,'Qafsah',NULL,3647),(40095,'Umm-al-\'Arais',NULL,3647),(40096,'al-Madilah',NULL,3647),(40097,'al-Mitlawi',NULL,3647),(40098,'al-Qasr',NULL,3647),(40099,'al-Qatar',NULL,3647),(40100,'ar-Rudayyif',NULL,3647),(40101,'as-Sanad',NULL,3647),(40102,'Duz',NULL,3648),(40103,'Jamnah',NULL,3648),(40104,'Qibili',NULL,3648),(40105,'Suq-al-Ahad',NULL,3648),(40106,'al-Qal\'ah',NULL,3648),(40107,'\'Aqarib',NULL,3649),(40108,'Bi\'r Ali Bin Khalifah',NULL,3649),(40109,'Jabinyanah',NULL,3649),(40110,'Manzil Shakir',NULL,3649),(40111,'Qarmadah',NULL,3649),(40112,'Qarqannah',NULL,3649),(40113,'Safaqis',NULL,3649),(40114,'Saqiyat-ad-Dair',NULL,3649),(40115,'Saqiyat-az-Zayt',NULL,3649),(40116,'Sfax',NULL,3649),(40117,'Tinah',NULL,3649),(40118,'al-\'Ayn',NULL,3649),(40119,'al-Hanashah',NULL,3649),(40120,'al-Mahras',NULL,3649),(40121,'as-Sukhayrah',NULL,3649),(40122,'ash-Shayhiyah',NULL,3649),(40123,'Sfax',NULL,3650),(40124,'Barqu',NULL,3652),(40125,'Bu \'Aradah',NULL,3652),(40126,'Bu Ruwis',NULL,3652),(40127,'Kasra',NULL,3652),(40128,'Makthar',NULL,3652),(40129,'Qa\'afur',NULL,3652),(40130,'Silyanah',NULL,3652),(40131,'al-\'Arusah',NULL,3652),(40132,'al-Karib',NULL,3652),(40133,'ar-Rawhiyah',NULL,3652),(40134,'Akkudah',NULL,3653),(40135,'Bu Fishah',NULL,3653),(40136,'Hammam Susah',NULL,3653),(40137,'Harqalah',NULL,3653),(40138,'Masakin',NULL,3653),(40139,'Qusaybat-ath-Thurayat',NULL,3653),(40140,'Sidi Bu \'Ali',NULL,3653),(40141,'Sidi al-Hani',NULL,3653),(40142,'Susah',NULL,3653),(40143,'Zawiyat Susah',NULL,3653),(40144,'al-Masa\'din',NULL,3653),(40145,'al-Qal\'at-al-Kabirah',NULL,3653),(40146,'al-Qal\'at-as-Saghirah',NULL,3653),(40147,'an-Nafidah',NULL,3653),(40148,'az-Zuhur',NULL,3653),(40149,'Bi\'r-al-Ahmar',NULL,3654),(40150,'Dhahibah',NULL,3654),(40151,'Ghumrassin',NULL,3654),(40152,'Rimadah',NULL,3654),(40153,'Tatawin',NULL,3654),(40154,'Daqash',NULL,3655),(40155,'Hammat-al-Jarid',NULL,3655),(40156,'Naftah',NULL,3655),(40157,'Tamaghzah',NULL,3655),(40158,'Tawzar',NULL,3655),(40159,'Bardaw',NULL,3656),(40160,'Ben Arous',NULL,3656),(40161,'Carthage',NULL,3656),(40162,'Halq-al-Wadi',NULL,3656),(40163,'Megrine',NULL,3656),(40164,'Qartaj',NULL,3656),(40165,'Sidi Bu Sa\'id',NULL,3656),(40166,'Tunis',NULL,3656),(40167,'al-Marsa',NULL,3656),(40168,'Bi\'r Mashariqah',NULL,3657),(40169,'Jabal-al-Wust',NULL,3657),(40170,'Zaghwan',NULL,3657),(40171,'al-Fahs',NULL,3657),(40172,'an-Nazur',NULL,3657),(40173,'az-Zaribah',NULL,3657),(40174,'Manzil Salim',NULL,3658),(40175,'Nibbar',NULL,3658),(40176,'Qal\'at-as-Sanan',NULL,3658),(40177,'Saqiyat Sidi Yussuf',NULL,3658),(40178,'Tajarwin',NULL,3658),(40179,'ad-Dahmani',NULL,3658),(40180,'al-Jarissah',NULL,3658),(40181,'al-Kaf',NULL,3658),(40182,'al-Qal\'at-al-Khasba\'',NULL,3658),(40183,'al-Qusur',NULL,3658),(40184,'as-Sars',NULL,3658),(40185,'at-Tawiraf',NULL,3658),(40186,'Awlad ash-Shamakh',NULL,3659),(40187,'Bumirdas',NULL,3659),(40188,'Habirah',NULL,3659),(40189,'Karkar',NULL,3659),(40190,'Mallulash',NULL,3659),(40191,'Qusur-as-Saf',NULL,3659),(40192,'Rajish',NULL,3659),(40193,'Shurban',NULL,3659),(40194,'Sidi \'Ulwan',NULL,3659),(40195,'al-Baradi\'ah',NULL,3659),(40196,'al-Jamm',NULL,3659),(40197,'al-Mahdiyah',NULL,3659),(40198,'as-Sawasi',NULL,3659),(40199,'ash-Shabbah',NULL,3659),(40200,'\'Amirat-al-Fahul',NULL,3660),(40201,'\'Amirat-al-Hajjaj',NULL,3660),(40202,'\'Amirat-at-Tawazarah',NULL,3660),(40203,'Banan Budar',NULL,3660),(40204,'Banblat wal-Manarah',NULL,3660),(40205,'Bani Hassan',NULL,3660),(40206,'Bu Hajjar',NULL,3660),(40207,'Ghanadah',NULL,3660),(40208,'Jammal',NULL,3660),(40209,'Khunays',NULL,3660),(40210,'Lamtah',NULL,3660),(40211,'Manzil Farsi',NULL,3660),(40212,'Manzil Hayah',NULL,3660),(40213,'Manzil Kamil',NULL,3660),(40214,'Manzil Nur',NULL,3660),(40215,'Qasr Hallal',NULL,3660),(40216,'Qusaybat-al-Madyuni',NULL,3660),(40217,'Sahilin Ma\'atmar',NULL,3660),(40218,'Sayyadah',NULL,3660),(40219,'Sidi \'Amara',NULL,3660),(40220,'Sidi Bin Nur',NULL,3660),(40221,'Tabulbah',NULL,3660),(40222,'Tuzah',NULL,3660),(40223,'Zaramidin',NULL,3660),(40224,'Zawiyat Quntash',NULL,3660),(40225,'al-Baqalitah',NULL,3660),(40226,'al-Masdur',NULL,3660),(40227,'al-Muknin',NULL,3660),(40228,'al-Munastir',NULL,3660),(40229,'al-Wardanin',NULL,3660),(40230,'ash-Sharahil',NULL,3660),(40231,'Firyanah',NULL,3661),(40232,'Fussanah',NULL,3661),(40233,'Haydrah',NULL,3661),(40234,'Jadliyan',NULL,3661),(40235,'Majal Bal \'Abbas',NULL,3661),(40236,'Sabibah',NULL,3661),(40237,'Subaytilah',NULL,3661),(40238,'Talabat',NULL,3661),(40239,'Talah',NULL,3661),(40240,'al-Qasrayn',NULL,3661),(40241,'\'Ayn Jalulah',NULL,3662),(40242,'Buhajlah',NULL,3662),(40243,'Haffuz',NULL,3662),(40244,'Hajib-al-\'Ayun',NULL,3662),(40245,'Manzil Mahidi',NULL,3662),(40246,'Nasr Allah',NULL,3662),(40247,'al-\'Ala',NULL,3662),(40248,'al-Qayrawan',NULL,3662),(40249,'al-Waslatiyah',NULL,3662),(40250,'as-Subaykhah',NULL,3662),(40251,'ash-Shabikah',NULL,3662),(40252,'ash-Sharardah',NULL,3662),(40253,'Adana',NULL,3663),(40254,'Aladag',NULL,3663),(40255,'Ceyhan',NULL,3663),(40256,'Feke',NULL,3663),(40257,'Imamoglu',NULL,3663),(40258,'Karaisali',NULL,3663),(40259,'Karatas',NULL,3663),(40260,'Kozan',NULL,3663),(40261,'Pozanti',NULL,3663),(40262,'Saimbeyli',NULL,3663),(40263,'Tufanbeyli',NULL,3663),(40264,'Yumurtalik',NULL,3663),(40265,'Adiyaman',NULL,3664),(40266,'Besni',NULL,3664),(40267,'Celikhan',NULL,3664),(40268,'Gerger',NULL,3664),(40269,'Golbasi',NULL,3664),(40270,'Kahta',NULL,3664),(40271,'Samsat',NULL,3664),(40272,'Sincik',NULL,3664),(40273,'Tut',NULL,3664),(40274,'Afyonkarahisar',NULL,3665),(40275,'Basmakci',NULL,3665),(40276,'Bayat',NULL,3665),(40277,'Bolvadin',NULL,3665),(40278,'Cay',NULL,3665),(40279,'Dazkiri',NULL,3665),(40280,'Dinar',NULL,3665),(40281,'Emirdag',NULL,3665),(40282,'Evciler',NULL,3665),(40283,'Hocalar',NULL,3665),(40284,'Ihsaniye',NULL,3665),(40285,'Iscehisar',NULL,3665),(40286,'Kiziloren',NULL,3665),(40287,'Sandikli',NULL,3665),(40288,'Sincanli',NULL,3665),(40289,'Suhut',NULL,3665),(40290,'Sultandagi',NULL,3665),(40291,'Diyadin',NULL,3666),(40292,'Dogubeyazit',NULL,3666),(40293,'Eleskirt',NULL,3666),(40294,'Hamur',NULL,3666),(40295,'Karakose',NULL,3666),(40296,'Patnos',NULL,3666),(40297,'Taslicay',NULL,3666),(40298,'Tutak',NULL,3666),(40299,'Agacoren',NULL,3667),(40300,'Aksaray',NULL,3667),(40301,'Eskil',NULL,3667),(40302,'Gulagac',NULL,3667),(40303,'Guzelyurt',NULL,3667),(40304,'Ortakoy',NULL,3667),(40305,'Sariyahsi',NULL,3667),(40306,'Amasya',NULL,3668),(40307,'Goynucek',NULL,3668),(40308,'Gumushacikoy',NULL,3668),(40309,'Hamamozu',NULL,3668),(40310,'Merzifon',NULL,3668),(40311,'Suluova',NULL,3668),(40312,'Tasova',NULL,3668),(40313,'Akyurt',NULL,3669),(40314,'Ankara',NULL,3669),(40315,'Ayas',NULL,3669),(40316,'Beypazari',NULL,3669),(40317,'Camlidere',NULL,3669),(40318,'Cubuk',NULL,3669),(40319,'Elmadag',NULL,3669),(40320,'Evren',NULL,3669),(40321,'Gudul',NULL,3669),(40322,'Haymana',NULL,3669),(40323,'Kalecik',NULL,3669),(40324,'Kazan',NULL,3669),(40325,'Kizilcahamam',NULL,3669),(40326,'Nallihan',NULL,3669),(40327,'Polatli',NULL,3669),(40328,'Sereflikochisar',NULL,3669),(40329,'Yenisehir',NULL,3669),(40330,'Akseki',NULL,3670),(40331,'Alanya',NULL,3670),(40332,'Antalya',NULL,3670),(40333,'Elmali',NULL,3670),(40334,'Finike',NULL,3670),(40335,'Gazipasa',NULL,3670),(40336,'Gundogmus',NULL,3670),(40337,'Ibradi',NULL,3670),(40338,'Kale',NULL,3670),(40339,'Kas',NULL,3670),(40340,'Kemer',NULL,3670),(40341,'Konya',NULL,3670),(40342,'Korkuteli',NULL,3670),(40343,'Kumluca',NULL,3670),(40344,'Manavgat',NULL,3670),(40345,'Serik',NULL,3670),(40346,'Ardahan',NULL,3671),(40347,'Damal',NULL,3671),(40348,'Gole',NULL,3671),(40349,'Hanak',NULL,3671),(40350,'Posof',NULL,3671),(40351,'Ardanuc',NULL,3672),(40352,'Arhavi',NULL,3672),(40353,'Artvin',NULL,3672),(40354,'Borcka',NULL,3672),(40355,'Hopa',NULL,3672),(40356,'Murgul',NULL,3672),(40357,'Savsat',NULL,3672),(40358,'Yusufeli',NULL,3672),(40359,'Aydin',NULL,3673),(40360,'Bozdogan',NULL,3673),(40361,'Buharkent',NULL,3673),(40362,'Cine',NULL,3673),(40363,'Didim',NULL,3673),(40364,'Germencik',NULL,3673),(40365,'Incirliova',NULL,3673),(40366,'Karacasu',NULL,3673),(40367,'Karpuzlu',NULL,3673),(40368,'Kocarli',NULL,3673),(40369,'Kosk',NULL,3673),(40370,'Kusadasi',NULL,3673),(40371,'Kuyucak',NULL,3673),(40372,'Nazilli',NULL,3673),(40373,'Soke',NULL,3673),(40374,'Sultanhisar',NULL,3673),(40375,'Yenipazar',NULL,3673),(40376,'Ayvalik',NULL,3674),(40377,'Balikesir',NULL,3674),(40378,'Balya',NULL,3674),(40379,'Bandirma',NULL,3674),(40380,'Bigadic',NULL,3674),(40381,'Burhaniye',NULL,3674),(40382,'Dursunbey',NULL,3674),(40383,'Edremit',NULL,3674),(40384,'Erdek',NULL,3674),(40385,'Gomec',NULL,3674),(40386,'Gonen',NULL,3674),(40387,'Havran',NULL,3674),(40388,'Ivrindi',NULL,3674),(40389,'Kepsut',NULL,3674),(40390,'Manyas',NULL,3674),(40391,'Marmara',NULL,3674),(40392,'Sakarya',NULL,3674),(40393,'Savastepe',NULL,3674),(40394,'Sindirgi',NULL,3674),(40395,'Susurluk',NULL,3674),(40396,'Amasra',NULL,3675),(40397,'Bartin',NULL,3675),(40398,'Kurucasile',NULL,3675),(40399,'Ulus',NULL,3675),(40400,'Batman',NULL,3676),(40401,'Besiri',NULL,3676),(40402,'Gercus',NULL,3676),(40403,'Hasankeyf',NULL,3676),(40404,'Kozluk',NULL,3676),(40405,'Sason',NULL,3676),(40406,'Aydintepe',NULL,3677),(40407,'Bayburt',NULL,3677),(40408,'Demirozu',NULL,3677),(40409,'Bilecik',NULL,3678),(40410,'Bozuyuk',NULL,3678),(40411,'Golpazari',NULL,3678),(40412,'Inhisar',NULL,3678),(40413,'Osmaneli',NULL,3678),(40414,'Pazaryeri',NULL,3678),(40415,'Sogut',NULL,3678),(40416,'Yenipazar',NULL,3678),(40417,'Adakli',NULL,3679),(40418,'Bingol',NULL,3679),(40419,'Genc',NULL,3679),(40420,'Karliova',NULL,3679),(40421,'Kigi',NULL,3679),(40422,'Solhan',NULL,3679),(40423,'Yayladere',NULL,3679),(40424,'Yedisu',NULL,3679),(40425,'Adilcevaz',NULL,3680),(40426,'Ahlat',NULL,3680),(40427,'Bitlis',NULL,3680),(40428,'Guroymak',NULL,3680),(40429,'Hizan',NULL,3680),(40430,'Mutki',NULL,3680),(40431,'Tatvan',NULL,3680),(40432,'Akcakoca',NULL,3681),(40433,'Bolu',NULL,3681),(40434,'Dortdivan',NULL,3681),(40435,'Gerede',NULL,3681),(40436,'Goynuk',NULL,3681),(40437,'Kibriscik',NULL,3681),(40438,'Mengen',NULL,3681),(40439,'Mudurnu',NULL,3681),(40440,'Seben',NULL,3681),(40441,'Yenicaga',NULL,3681),(40442,'Aglasun',NULL,3682),(40443,'Altinyayla',NULL,3682),(40444,'Bucak',NULL,3682),(40445,'Burdur',NULL,3682),(40446,'Golhisar',NULL,3682),(40447,'Karamanli',NULL,3682),(40448,'Kemer',NULL,3682),(40449,'Tefenni',NULL,3682),(40450,'Yesilova',NULL,3682),(40451,'Bursa',NULL,3683),(40452,'Buyukorhan',NULL,3683),(40453,'Gemlik',NULL,3683),(40454,'Gursu',NULL,3683),(40455,'Harmancik',NULL,3683),(40456,'Inegol',NULL,3683),(40457,'Iznik',NULL,3683),(40458,'Karacabey',NULL,3683),(40459,'Keles',NULL,3683),(40460,'Kestel',NULL,3683),(40461,'Mudanya',NULL,3683),(40462,'Mustafakemalpasa',NULL,3683),(40463,'Orhaneli',NULL,3683),(40464,'Orhangazi',NULL,3683),(40465,'Yenisehir',NULL,3683),(40466,'Ayvacik',NULL,3684),(40467,'Bayramic',NULL,3684),(40468,'Biga',NULL,3684),(40469,'Bozcaada',NULL,3684),(40470,'Can',NULL,3684),(40471,'Canakkale',NULL,3684),(40472,'Eceabat',NULL,3684),(40473,'Ezine',NULL,3684),(40474,'Gelibolu',NULL,3684),(40475,'Gokceada',NULL,3684),(40476,'Lapseki',NULL,3684),(40477,'Yenice',NULL,3684),(40478,'Atkaracalar',NULL,3685),(40479,'Bayramoren',NULL,3685),(40480,'Cankiri',NULL,3685),(40481,'Cerkes',NULL,3685),(40482,'Eldivan',NULL,3685),(40483,'Ilgaz',NULL,3685),(40484,'Kizilirmak',NULL,3685),(40485,'Korgun',NULL,3685),(40486,'Kursunlu',NULL,3685),(40487,'Orta',NULL,3685),(40488,'Sabanozu',NULL,3685),(40489,'Yaprakli',NULL,3685),(40490,'Alaca',NULL,3686),(40491,'Bayat',NULL,3686),(40492,'Corum',NULL,3686),(40493,'Dodurga',NULL,3686),(40494,'Iskilip',NULL,3686),(40495,'Kargi',NULL,3686),(40496,'Lacin',NULL,3686),(40497,'Mecitozu',NULL,3686),(40498,'Oguzlar',NULL,3686),(40499,'Ortakoy',NULL,3686),(40500,'Osmancik',NULL,3686),(40501,'Sungurlu',NULL,3686),(40502,'Ugurludag',NULL,3686),(40503,'Acipayam',NULL,3687),(40504,'Akkoy',NULL,3687),(40505,'Babadag',NULL,3687),(40506,'Baklan',NULL,3687),(40507,'Bekilli',NULL,3687),(40508,'Bozkurt',NULL,3687),(40509,'Buldan',NULL,3687),(40510,'Cardak',NULL,3687),(40511,'Civril',NULL,3687),(40512,'Denizli',NULL,3687),(40513,'Guney',NULL,3687),(40514,'Honaz',NULL,3687),(40515,'Kale',NULL,3687),(40516,'Saraykoy',NULL,3687),(40517,'Serinhisar',NULL,3687),(40518,'Tavas',NULL,3687),(40519,'Bismil',NULL,3688),(40520,'Cermik',NULL,3688),(40521,'Cinar',NULL,3688),(40522,'Cungus',NULL,3688),(40523,'Dicle',NULL,3688),(40524,'Diyarbakir',NULL,3688),(40525,'Egil',NULL,3688),(40526,'Ergani',NULL,3688),(40527,'Hani',NULL,3688),(40528,'Hazro',NULL,3688),(40529,'Kocakoy',NULL,3688),(40530,'Kulp',NULL,3688),(40531,'Lice',NULL,3688),(40532,'Silvan',NULL,3688),(40533,'Cumayeri',NULL,3689),(40534,'Duzce',NULL,3689),(40535,'Golyaka',NULL,3689),(40536,'Gumusova',NULL,3689),(40537,'Kaynasli',NULL,3689),(40538,'Yigilca',NULL,3689),(40539,'Edirne',NULL,3690),(40540,'Enez',NULL,3690),(40541,'Havsa',NULL,3690),(40542,'Ipsala',NULL,3690),(40543,'Kesan',NULL,3690),(40544,'Lalapasa',NULL,3690),(40545,'Meric',NULL,3690),(40546,'Suleoglu',NULL,3690),(40547,'Uzunkopru',NULL,3690),(40548,'Agin',NULL,3691),(40549,'Alacakaya',NULL,3691),(40550,'Aricak',NULL,3691),(40551,'Baskil',NULL,3691),(40552,'Elazig',NULL,3691),(40553,'Karakocan',NULL,3691),(40554,'Keban',NULL,3691),(40555,'Kovancilar',NULL,3691),(40556,'Maden',NULL,3691),(40557,'Palu',NULL,3691),(40558,'Sivrice',NULL,3691),(40559,'Erzincan',NULL,3692),(40560,'Ilic',NULL,3692),(40561,'Kemah',NULL,3692),(40562,'Kemaliye',NULL,3692),(40563,'Otlukbeli',NULL,3692),(40564,'Refahiye',NULL,3692),(40565,'Tercan',NULL,3692),(40566,'Uzumlu',NULL,3692),(40567,'Askale',NULL,3693),(40568,'Erzurum',NULL,3693),(40569,'Hinis',NULL,3693),(40570,'Horasan',NULL,3693),(40571,'Ilica',NULL,3693),(40572,'Ispir',NULL,3693),(40573,'Karacoban',NULL,3693),(40574,'Karayazi',NULL,3693),(40575,'Koprukoy',NULL,3693),(40576,'Narman',NULL,3693),(40577,'Oltu',NULL,3693),(40578,'Olur',NULL,3693),(40579,'Pasinler',NULL,3693),(40580,'Pazaryolu',NULL,3693),(40581,'Senkaya',NULL,3693),(40582,'Tekman',NULL,3693),(40583,'Tortum',NULL,3693),(40584,'Uzundere',NULL,3693),(40585,'Alpu',NULL,3694),(40586,'Beylikova',NULL,3694),(40587,'Cifteler',NULL,3694),(40588,'Eskisehir',NULL,3694),(40589,'Gunyuzu',NULL,3694),(40590,'Han',NULL,3694),(40591,'Inonu',NULL,3694),(40592,'Mahmudiye',NULL,3694),(40593,'Mihalgazi',NULL,3694),(40594,'Mihaliccik',NULL,3694),(40595,'Saricakaya',NULL,3694),(40596,'Seyitgazi',NULL,3694),(40597,'Sivrihisar',NULL,3694),(40598,'Araban',NULL,3695),(40599,'Gaziantep',NULL,3695),(40600,'Islahiye',NULL,3695),(40601,'Karkamis',NULL,3695),(40602,'Nizip',NULL,3695),(40603,'Nurdagi',NULL,3695),(40604,'Oguzeli',NULL,3695),(40605,'Sehitkamil',NULL,3695),(40606,'Yavuzeli',NULL,3695),(40607,'Aluca',NULL,3696),(40608,'Bulancak',NULL,3696),(40609,'Dereli',NULL,3696),(40610,'Dogankent',NULL,3696),(40611,'Espiye',NULL,3696),(40612,'Eynesil',NULL,3696),(40613,'Giresun',NULL,3696),(40614,'Gorele',NULL,3696),(40615,'Guce',NULL,3696),(40616,'Kesap',NULL,3696),(40617,'Piraziz',NULL,3696),(40618,'Sebinkarahisar',NULL,3696),(40619,'Tirebolu',NULL,3696),(40620,'Yaglidere',NULL,3696),(40621,'Gumushane',NULL,3697),(40622,'Kelkit',NULL,3697),(40623,'Kose',NULL,3697),(40624,'Kurtun',NULL,3697),(40625,'Siran',NULL,3697),(40626,'Torul',NULL,3697),(40627,'Cukurca',NULL,3698),(40628,'Hakkari',NULL,3698),(40629,'Semdinli',NULL,3698),(40630,'Yuksekova',NULL,3698),(40631,'Altinozu',NULL,3699),(40632,'Antakya',NULL,3699),(40633,'Belen',NULL,3699),(40634,'Dortyol',NULL,3699),(40635,'Erzin',NULL,3699),(40636,'Hassa',NULL,3699),(40637,'Iskenderun',NULL,3699),(40638,'Kirikhan',NULL,3699),(40639,'Kumlu',NULL,3699),(40640,'Reyhanli',NULL,3699),(40641,'Samandag',NULL,3699),(40642,'Yayladagi',NULL,3699),(40643,'Anamur',NULL,3700),(40644,'Aydincik',NULL,3700),(40645,'Bozyazi',NULL,3700),(40646,'Erdemli',NULL,3700),(40647,'Gulnar',NULL,3700),(40648,'Mersin',NULL,3700),(40649,'Mut',NULL,3700),(40650,'Silifke',NULL,3700),(40651,'Tarsus',NULL,3700),(40652,'Aralik',NULL,3701),(40653,'Igdir',NULL,3701),(40654,'Karakoyunlu',NULL,3701),(40655,'Tuzluca',NULL,3701),(40656,'Aksu',NULL,3702),(40657,'Atabey',NULL,3702),(40658,'Egirdir',NULL,3702),(40659,'Gelendost',NULL,3702),(40660,'Gonen',NULL,3702),(40661,'Isparta',NULL,3702),(40662,'Keciborlu',NULL,3702),(40663,'Sarkikaraagac',NULL,3702),(40664,'Senirkent',NULL,3702),(40665,'Sutculer',NULL,3702),(40666,'Uluborlu',NULL,3702),(40667,'Yalvac',NULL,3702),(40668,'Yenisarbademli',NULL,3702),(40669,'Buyukcekmece',NULL,3703),(40670,'Catalca',NULL,3703),(40671,'Eminonu',NULL,3703),(40672,'Esenler',NULL,3703),(40673,'Istanbul',NULL,3703),(40674,'Kadıkoy',NULL,3703),(40675,'Sile',NULL,3703),(40676,'Silivri',NULL,3703),(40677,'Sultanbeyli',NULL,3703),(40678,'Topkapı',NULL,3703),(40679,'Tuzla',NULL,3703),(40680,'Umraniye',NULL,3703),(40681,'Aliaga',NULL,3704),(40682,'Alsancak',NULL,3704),(40683,'Bayindir',NULL,3704),(40684,'Bergama',NULL,3704),(40685,'Beyagac',NULL,3704),(40686,'Bornova',NULL,3704),(40687,'Cesme',NULL,3704),(40688,'Digor',NULL,3704),(40689,'Dikili',NULL,3704),(40690,'Foca',NULL,3704),(40691,'Izmir',NULL,3704),(40692,'Karaburun',NULL,3704),(40693,'Kemalpasa',NULL,3704),(40694,'Kinik',NULL,3704),(40695,'Kiraz',NULL,3704),(40696,'Menderes',NULL,3704),(40697,'Menemen',NULL,3704),(40698,'Merkezi',NULL,3704),(40699,'Mersinli',NULL,3704),(40700,'Odemis',NULL,3704),(40701,'Seferihisar',NULL,3704),(40702,'Selcuk',NULL,3704),(40703,'Tire',NULL,3704),(40704,'Torbali',NULL,3704),(40705,'Urla',NULL,3704),(40706,'Afsin',NULL,3705),(40707,'Andirin',NULL,3705),(40708,'Caglayancerit',NULL,3705),(40709,'Ekinozu',NULL,3705),(40710,'Elbistan',NULL,3705),(40711,'Goksun',NULL,3705),(40712,'Kahramanmaras',NULL,3705),(40713,'Nurhak',NULL,3705),(40714,'Pazarcik',NULL,3705),(40715,'Turkoglu',NULL,3705),(40716,'Eflani',NULL,3706),(40717,'Eskipazar',NULL,3706),(40718,'Karabuk',NULL,3706),(40719,'Ovacik',NULL,3706),(40720,'Safranbolu',NULL,3706),(40721,'Yenice',NULL,3706),(40722,'Ayranci',NULL,3707),(40723,'Basyayla',NULL,3707),(40724,'Ermenek',NULL,3707),(40725,'Karaman',NULL,3707),(40726,'Kazimkarabekir',NULL,3707),(40727,'Sariveliler',NULL,3707),(40728,'Akyaka',NULL,3708),(40729,'Arpacay',NULL,3708),(40730,'Kagizman',NULL,3708),(40731,'Kars',NULL,3708),(40732,'Sarikamis',NULL,3708),(40733,'Selim',NULL,3708),(40734,'Susuz',NULL,3708),(40735,'Karsiyaka',NULL,3709),(40736,'Abana',NULL,3710),(40737,'Agli',NULL,3710),(40738,'Arac',NULL,3710),(40739,'Azdavay',NULL,3710),(40740,'Bozkurt',NULL,3710),(40741,'Daday',NULL,3710),(40742,'Devrekani',NULL,3710),(40743,'Doganyurt',NULL,3710),(40744,'Hanonu',NULL,3710),(40745,'Ihsangazi',NULL,3710),(40746,'Inebolu',NULL,3710),(40747,'Kastamonu',NULL,3710),(40748,'Kure',NULL,3710),(40749,'Pinarbasi',NULL,3710),(40750,'Senpazar',NULL,3710),(40751,'Seydiler',NULL,3710),(40752,'Taskopru',NULL,3710),(40753,'Tosya',NULL,3710),(40754,'Akkisla',NULL,3711),(40755,'Bunyan',NULL,3711),(40756,'Develi',NULL,3711),(40757,'Felahiye',NULL,3711),(40758,'Hacilar',NULL,3711),(40759,'Incesu',NULL,3711),(40760,'Kayseri',NULL,3711),(40761,'Ozvatan',NULL,3711),(40762,'Pinarbasi',NULL,3711),(40763,'Sarioglan',NULL,3711),(40764,'Sariz',NULL,3711),(40765,'Talas',NULL,3711),(40766,'Tomarza',NULL,3711),(40767,'Yahyali',NULL,3711),(40768,'Yesilhisar',NULL,3711),(40769,'Elbeyli',NULL,3712),(40770,'Kilis',NULL,3712),(40771,'Musabeyli',NULL,3712),(40772,'Polateli',NULL,3712),(40773,'Bahsili',NULL,3713),(40774,'Baliseyh',NULL,3713),(40775,'Delice',NULL,3713),(40776,'Karakecili',NULL,3713),(40777,'Keskin',NULL,3713),(40778,'Kirikkale',NULL,3713),(40779,'Sulakyurt',NULL,3713),(40780,'Yahsihan',NULL,3713),(40781,'Babaeski',NULL,3714),(40782,'Demirkoy',NULL,3714),(40783,'Kirklareli',NULL,3714),(40784,'Kofcaz',NULL,3714),(40785,'Kumkoy',NULL,3714),(40786,'Luleburgaz',NULL,3714),(40787,'Pehlivankoy',NULL,3714),(40788,'Pinarhisar',NULL,3714),(40789,'Vize',NULL,3714),(40790,'Akcakent',NULL,3715),(40791,'Akpinar',NULL,3715),(40792,'Boztepe',NULL,3715),(40793,'Kaman',NULL,3715),(40794,'Kirsehir',NULL,3715),(40795,'Mucur',NULL,3715),(40796,'Cayırova',NULL,3716),(40797,'Derince',NULL,3716),(40798,'Dilovası',NULL,3716),(40799,'Gebze',NULL,3716),(40800,'Golcuk',NULL,3716),(40801,'Izmit',NULL,3716),(40802,'Kandira',NULL,3716),(40803,'Karamursel',NULL,3716),(40804,'Kocaeli',NULL,3716),(40805,'Korfez',NULL,3716),(40806,'Ahirli',NULL,3717),(40807,'Akoren',NULL,3717),(40808,'Aksehir',NULL,3717),(40809,'Altinekin',NULL,3717),(40810,'Beysehir',NULL,3717),(40811,'Bozkir',NULL,3717),(40812,'Cihanbeyli',NULL,3717),(40813,'Cumra',NULL,3717),(40814,'Derbent',NULL,3717),(40815,'Derebucak',NULL,3717),(40816,'Doganhisar',NULL,3717),(40817,'Emirgazi',NULL,3717),(40818,'Eregli',NULL,3717),(40819,'Guneysinir',NULL,3717),(40820,'Hadim',NULL,3717),(40821,'Halkapinar',NULL,3717),(40822,'Huyuk',NULL,3717),(40823,'Ilgin',NULL,3717),(40824,'Kadinhani',NULL,3717),(40825,'Karapinar',NULL,3717),(40826,'Konya',NULL,3717),(40827,'Kulu',NULL,3717),(40828,'Sarayonu',NULL,3717),(40829,'Seydisehir',NULL,3717),(40830,'Taskent',NULL,3717),(40831,'Tuzlukcu',NULL,3717),(40832,'Yalihuyuk',NULL,3717),(40833,'Yunak',NULL,3717),(40834,'Altinas',NULL,3718),(40835,'Aslanapa',NULL,3718),(40836,'Domanic',NULL,3718),(40837,'Dumlupinar',NULL,3718),(40838,'Emet',NULL,3718),(40839,'Gediz',NULL,3718),(40840,'Kutahya',NULL,3718),(40841,'Pazarlar',NULL,3718),(40842,'Saphane',NULL,3718),(40843,'Simav',NULL,3718),(40844,'Tavsanli',NULL,3718),(40845,'Lefkosa',NULL,3719),(40846,'Akcadag',NULL,3720),(40847,'Arapkir',NULL,3720),(40848,'Arguvan',NULL,3720),(40849,'Battalgazi',NULL,3720),(40850,'Darende',NULL,3720),(40851,'Dogansehir',NULL,3720),(40852,'Doganyol',NULL,3720),(40853,'Hekimhan',NULL,3720),(40854,'Kale',NULL,3720),(40855,'Kuluncak',NULL,3720),(40856,'Malatya',NULL,3720),(40857,'Poturge',NULL,3720),(40858,'Yazihan',NULL,3720),(40859,'Yesilyurt',NULL,3720),(40860,'Ahmetli',NULL,3721),(40861,'Akhisar',NULL,3721),(40862,'Alasehir',NULL,3721),(40863,'Demirci',NULL,3721),(40864,'Golmarmara',NULL,3721),(40865,'Gordes',NULL,3721),(40866,'Kirkagac',NULL,3721),(40867,'Koprubasi',NULL,3721),(40868,'Kula',NULL,3721),(40869,'Manisa',NULL,3721),(40870,'Salihli',NULL,3721),(40871,'Sarigol',NULL,3721),(40872,'Saruhanli',NULL,3721),(40873,'Selendi',NULL,3721),(40874,'Soma',NULL,3721),(40875,'Turgutlu',NULL,3721),(40876,'Dargecit',NULL,3722),(40877,'Derik',NULL,3722),(40878,'Kiziltepe',NULL,3722),(40879,'Mardin',NULL,3722),(40880,'Mazidagi',NULL,3722),(40881,'Midyat',NULL,3722),(40882,'Nusaybin',NULL,3722),(40883,'Omerli',NULL,3722),(40884,'Savur',NULL,3722),(40885,'Yesilli',NULL,3722),(40886,'Bodrum',NULL,3723),(40887,'Dalaman',NULL,3723),(40888,'Datca',NULL,3723),(40889,'Fethiye',NULL,3723),(40890,'Kavaklidere',NULL,3723),(40891,'Koycegiz',NULL,3723),(40892,'Marmaris',NULL,3723),(40893,'Milas',NULL,3723),(40894,'Mugla',NULL,3723),(40895,'Ortaca',NULL,3723),(40896,'Ula',NULL,3723),(40897,'Yatagan',NULL,3723),(40898,'Bulanik',NULL,3724),(40899,'Haskoy',NULL,3724),(40900,'Korkut',NULL,3724),(40901,'Malazgirt',NULL,3724),(40902,'Mus',NULL,3724),(40903,'Varto',NULL,3724),(40904,'Acigol',NULL,3725),(40905,'Avanos',NULL,3725),(40906,'Derinkuyu',NULL,3725),(40907,'Gulsehir',NULL,3725),(40908,'Hacibektas',NULL,3725),(40909,'Kozakli',NULL,3725),(40910,'Nevsehir',NULL,3725),(40911,'Urgup',NULL,3725),(40912,'Altunhisar',NULL,3726),(40913,'Bor',NULL,3726),(40914,'Nigde',NULL,3726),(40915,'Ulukisla',NULL,3726),(40916,'Akkus',NULL,3727),(40917,'Aybasti',NULL,3727),(40918,'Camas',NULL,3727),(40919,'Fatsa',NULL,3727),(40920,'Golkoy',NULL,3727),(40921,'Gulyali',NULL,3727),(40922,'Gurgentepe',NULL,3727),(40923,'Ikizce',NULL,3727),(40924,'Kabaduz',NULL,3727),(40925,'Kabatas',NULL,3727),(40926,'Korgan',NULL,3727),(40927,'Kumru',NULL,3727),(40928,'Mesudiye',NULL,3727),(40929,'Ordu',NULL,3727),(40930,'Persembe',NULL,3727),(40931,'Ulubey',NULL,3727),(40932,'Unye',NULL,3727),(40933,'Bahce',NULL,3728),(40934,'Duzici',NULL,3728),(40935,'Hasanbeyli',NULL,3728),(40936,'Kadirli',NULL,3728),(40937,'Osmaniye',NULL,3728),(40938,'Sumbas',NULL,3728),(40939,'Toprakkale',NULL,3728),(40940,'Ardesen',NULL,3729),(40941,'Cayeli',NULL,3729),(40942,'Derepazan',NULL,3729),(40943,'Findikli',NULL,3729),(40944,'Guneysu',NULL,3729),(40945,'Hemsin',NULL,3729),(40946,'Ikizdere',NULL,3729),(40947,'Iyidere',NULL,3729),(40948,'Kalkandere',NULL,3729),(40949,'Pazar',NULL,3729),(40950,'Rize',NULL,3729),(40951,'Adapazari',NULL,3730),(40952,'Akyazi',NULL,3730),(40953,'Ferizli',NULL,3730),(40954,'Geyve',NULL,3730),(40955,'Hendek',NULL,3730),(40956,'Karapurcek',NULL,3730),(40957,'Karasu',NULL,3730),(40958,'Kaynarca',NULL,3730),(40959,'Kocaali',NULL,3730),(40960,'Pamukova',NULL,3730),(40961,'Sapanca',NULL,3730),(40962,'Sogutlu',NULL,3730),(40963,'Tarakli',NULL,3730),(40964,'Akcakale',NULL,3731),(40965,'Alacam',NULL,3731),(40966,'Asarcik',NULL,3731),(40967,'Ayvacik',NULL,3731),(40968,'Bafra',NULL,3731),(40969,'Carsamba',NULL,3731),(40970,'Havza',NULL,3731),(40971,'Kavak',NULL,3731),(40972,'Ladik',NULL,3731),(40973,'Mayis 19',NULL,3731),(40974,'Salipazan',NULL,3731),(40975,'Samsun',NULL,3731),(40976,'Tekkekoy',NULL,3731),(40977,'Terme',NULL,3731),(40978,'Vezirkopru',NULL,3731),(40979,'Yakakent',NULL,3731),(40980,'Birecik',NULL,3732),(40981,'Bozova',NULL,3732),(40982,'Ceylanpinar',NULL,3732),(40983,'Halfeti',NULL,3732),(40984,'Harran',NULL,3732),(40985,'Hilvan',NULL,3732),(40986,'Sanliurfa',NULL,3732),(40987,'Siverek',NULL,3732),(40988,'Suruc',NULL,3732),(40989,'Urfa',NULL,3732),(40990,'Viransehir',NULL,3732),(40991,'Aydinlar',NULL,3733),(40992,'Baykan',NULL,3733),(40993,'Eruh',NULL,3733),(40994,'Kurtalan',NULL,3733),(40995,'Pervari',NULL,3733),(40996,'Siirt',NULL,3733),(40997,'Sirvan',NULL,3733),(40998,'Ayancik',NULL,3734),(40999,'Boyabat',NULL,3734),(41000,'Dikmen',NULL,3734),(41001,'Duragan',NULL,3734),(41002,'Erfelek',NULL,3734),(41003,'Gerze',NULL,3734),(41004,'Sarayduzu',NULL,3734),(41005,'Sinop',NULL,3734),(41006,'Turkeli',NULL,3734),(41007,'Beytussebap',NULL,3735),(41008,'Cizre',NULL,3735),(41009,'Guclukonak',NULL,3735),(41010,'Idil',NULL,3735),(41011,'Silopi',NULL,3735),(41012,'Sirnak',NULL,3735),(41013,'Uludere',NULL,3735),(41014,'Akincilar',NULL,3736),(41015,'Altinyayla',NULL,3736),(41016,'Divrigi',NULL,3736),(41017,'Dogansar',NULL,3736),(41018,'Gemerek',NULL,3736),(41019,'Golova',NULL,3736),(41020,'Gurun',NULL,3736),(41021,'Hafik',NULL,3736),(41022,'Imranli',NULL,3736),(41023,'Kangal',NULL,3736),(41024,'Koyulhisar',NULL,3736),(41025,'Sarkisla',NULL,3736),(41026,'Sivas',NULL,3736),(41027,'Susehri',NULL,3736),(41028,'Ulas',NULL,3736),(41029,'Yildizeli',NULL,3736),(41030,'Zara',NULL,3736),(41031,'Cerkezkoy',NULL,3737),(41032,'Corlu',NULL,3737),(41033,'Hayrabolu',NULL,3737),(41034,'Malkara',NULL,3737),(41035,'Marmaraereglisi',NULL,3737),(41036,'Muratli',NULL,3737),(41037,'Saray',NULL,3737),(41038,'Sarkoy',NULL,3737),(41039,'Tekirdag',NULL,3737),(41040,'Almus',NULL,3738),(41041,'Artova',NULL,3738),(41042,'Basciftlik',NULL,3738),(41043,'Erbaa',NULL,3738),(41044,'Niksar',NULL,3738),(41045,'Pazar',NULL,3738),(41046,'Resadiye',NULL,3738),(41047,'Sulusaray',NULL,3738),(41048,'Tokat',NULL,3738),(41049,'Turhal',NULL,3738),(41050,'Yesilyurt',NULL,3738),(41051,'Zile',NULL,3738),(41052,'Akcaabat',NULL,3739),(41053,'Arakli',NULL,3739),(41054,'Arsin',NULL,3739),(41055,'Besikduzu',NULL,3739),(41056,'Caykara',NULL,3739),(41057,'Dernekpazari',NULL,3739),(41058,'Duzkoy',NULL,3739),(41059,'Hayrat',NULL,3739),(41060,'Koprubasi',NULL,3739),(41061,'Macka',NULL,3739),(41062,'Of',NULL,3739),(41063,'Salpazari',NULL,3739),(41064,'Surmene',NULL,3739),(41065,'Tonya',NULL,3739),(41066,'Trabzon',NULL,3739),(41067,'Vakfikebir',NULL,3739),(41068,'Yomra',NULL,3739),(41069,'Hozat',NULL,3740),(41070,'Mazgirt',NULL,3740),(41071,'Nazimiye',NULL,3740),(41072,'Ovacik',NULL,3740),(41073,'Pertek',NULL,3740),(41074,'Pulumur',NULL,3740),(41075,'Tunceli',NULL,3740),(41076,'Banaz',NULL,3741),(41077,'Esme',NULL,3741),(41078,'Karahalli',NULL,3741),(41079,'Sivasli',NULL,3741),(41080,'Ulubey',NULL,3741),(41081,'Usak',NULL,3741),(41082,'Bahcesaray',NULL,3742),(41083,'Baskale',NULL,3742),(41084,'Caldiran',NULL,3742),(41085,'Edremit',NULL,3742),(41086,'Ercis',NULL,3742),(41087,'Gevas',NULL,3742),(41088,'Gurpinar',NULL,3742),(41089,'Muradiye',NULL,3742),(41090,'Ozalp',NULL,3742),(41091,'Saray',NULL,3742),(41092,'Van',NULL,3742),(41093,'Altinova',NULL,3743),(41094,'Armutlu',NULL,3743),(41095,'Ciftlikkoy',NULL,3743),(41096,'Cinarcik',NULL,3743),(41097,'Termal',NULL,3743),(41098,'Yalova',NULL,3743),(41099,'Akdagmadeni',NULL,3744),(41100,'Aydincik',NULL,3744),(41101,'Bogaziliyan',NULL,3744),(41102,'Candir',NULL,3744),(41103,'Cayiralan',NULL,3744),(41104,'Cekerek',NULL,3744),(41105,'Kadisehri',NULL,3744),(41106,'Saraykent',NULL,3744),(41107,'Sarikaya',NULL,3744),(41108,'Sefaatli',NULL,3744),(41109,'Sorgun',NULL,3744),(41110,'Yenifakili',NULL,3744),(41111,'Yerkoy',NULL,3744),(41112,'Yozgat',NULL,3744),(41113,'Alapli',NULL,3745),(41114,'Caycuma',NULL,3745),(41115,'Devrek',NULL,3745),(41116,'Eregli',NULL,3745),(41117,'Gokcebey',NULL,3745),(41118,'Zonguldak',NULL,3745),(41119,'Ahchadepe',NULL,3746),(41120,'Annau',NULL,3746),(41121,'Babadayhan',NULL,3746),(41122,'Baherden',NULL,3746),(41123,'Birleshik Pervi',NULL,3746),(41124,'Buzmeyin',NULL,3746),(41125,'Dushak',NULL,3746),(41126,'Gokedepe',NULL,3746),(41127,'Kaka',NULL,3746),(41128,'Miana',NULL,3746),(41129,'Ovaz Jalatay',NULL,3746),(41130,'Saragt',NULL,3746),(41131,'Tecen',NULL,3746),(41132,'Asgabat',NULL,3747),(41133,'Adyndaky',NULL,3748),(41134,'Balkanabat',NULL,3748),(41135,'Bekdash',NULL,3748),(41136,'Gasanguli',NULL,3748),(41137,'Gazanjyk',NULL,3748),(41138,'Goturdepe',NULL,3748),(41139,'Gumdag',NULL,3748),(41140,'Jebel',NULL,3748),(41141,'Karakala',NULL,3748),(41142,'Khazar',NULL,3748),(41143,'Serdar',NULL,3748),(41144,'Sharlawuk',NULL,3748),(41145,'Turkmenbasi',NULL,3748),(41146,'Akdepe',NULL,3749),(41147,'Boldumsaz',NULL,3749),(41148,'Dasoguz',NULL,3749),(41149,'Gubadag',NULL,3749),(41150,'Kohne Urgenc',NULL,3749),(41151,'Moskva',NULL,3749),(41152,'Tagta',NULL,3749),(41153,'Yilanli',NULL,3749),(41154,'Darganata',NULL,3750),(41155,'Esenmengli',NULL,3750),(41156,'Farap',NULL,3750),(41157,'Gazojak',NULL,3750),(41158,'Govurdak',NULL,3750),(41159,'Halac',NULL,3750),(41160,'Kerki',NULL,3750),(41161,'Komsomolsk',NULL,3750),(41162,'Mukri',NULL,3750),(41163,'Sayat',NULL,3750),(41164,'Seydi',NULL,3750),(41165,'Turkmenabat',NULL,3750),(41166,'Bayramali',NULL,3751),(41167,'Eloten',NULL,3751),(41168,'Mari',NULL,3751),(41169,'Murgab',NULL,3751),(41170,'Sakarchage',NULL,3751),(41171,'Tagtabazar',NULL,3751),(41172,'Turkmengala',NULL,3751),(41173,'Vaiaku',NULL,3754),(41174,'Tonga',NULL,3755),(41175,'Lolua',NULL,3756),(41176,'Kua',NULL,3757),(41177,'Tanrake',NULL,3758),(41178,'Savave',NULL,3759),(41179,'Fangaua',NULL,3760),(41180,'Asau',NULL,3761),(41181,'Bombo',NULL,3762),(41182,'Bweyogerere',NULL,3762),(41183,'Entebbe',NULL,3762),(41184,'Jinja-Kawempe',NULL,3762),(41185,'Kajansi',NULL,3762),(41186,'Kalangala',NULL,3762),(41187,'Kampala',NULL,3762),(41188,'Kayunga',NULL,3762),(41189,'Kiboga',NULL,3762),(41190,'Kireka',NULL,3762),(41191,'Kyotera',NULL,3762),(41192,'Lugazi',NULL,3762),(41193,'Lukaya',NULL,3762),(41194,'Luwero',NULL,3762),(41195,'Lyantonde',NULL,3762),(41196,'Masaka',NULL,3762),(41197,'Mityana',NULL,3762),(41198,'Mpigi',NULL,3762),(41199,'Mubende',NULL,3762),(41200,'Mukono',NULL,3762),(41201,'Nakasongola',NULL,3762),(41202,'Namasuba',NULL,3762),(41203,'Njeru',NULL,3762),(41204,'Nkonkonjeru',NULL,3762),(41205,'Rakai',NULL,3762),(41206,'Sembabule',NULL,3762),(41207,'Wakiso',NULL,3762),(41208,'Wobulenzi',NULL,3762),(41209,'Bugembe',NULL,3763),(41210,'Bugiri',NULL,3763),(41211,'Busembatia',NULL,3763),(41212,'Busia',NULL,3763),(41213,'Buwenge',NULL,3763),(41214,'Iganga',NULL,3763),(41215,'Jinja',NULL,3763),(41216,'Kaberamaido',NULL,3763),(41217,'Kamuli',NULL,3763),(41218,'Kapchorwa',NULL,3763),(41219,'Katakwi',NULL,3763),(41220,'Kumi',NULL,3763),(41221,'Malaba',NULL,3763),(41222,'Mayuge',NULL,3763),(41223,'Mbale',NULL,3763),(41224,'Ngora',NULL,3763),(41225,'Pallisa',NULL,3763),(41226,'Sironko',NULL,3763),(41227,'Soroti',NULL,3763),(41228,'Tororo',NULL,3763),(41229,'Adjumani',NULL,3764),(41230,'Amudat',NULL,3764),(41231,'Apac',NULL,3764),(41232,'Arua',NULL,3764),(41233,'Gulu',NULL,3764),(41234,'Kaabong',NULL,3764),(41235,'Kitgum',NULL,3764),(41236,'Koboko',NULL,3764),(41237,'Kotido',NULL,3764),(41238,'Lira',NULL,3764),(41239,'Moroto',NULL,3764),(41240,'Moyo',NULL,3764),(41241,'Nakapiripirit',NULL,3764),(41242,'Nebbi',NULL,3764),(41243,'Pader',NULL,3764),(41244,'Paidha',NULL,3764),(41245,'Pakwach',NULL,3764),(41246,'Yumbe',NULL,3764),(41247,'Bundibugyo',NULL,3765),(41248,'Bushenyi',NULL,3765),(41249,'Fort Portal',NULL,3765),(41250,'Hima',NULL,3765),(41251,'Hoima',NULL,3765),(41252,'Ibanda',NULL,3765),(41253,'Kabale',NULL,3765),(41254,'Kabwohe-Itendero',NULL,3765),(41255,'Kagadi',NULL,3765),(41256,'Kamwenge',NULL,3765),(41257,'Kanungu',NULL,3765),(41258,'Kasese',NULL,3765),(41259,'Katwe',NULL,3765),(41260,'Kibaale',NULL,3765),(41261,'Kigorobya',NULL,3765),(41262,'Kilembe',NULL,3765),(41263,'Kisoro',NULL,3765),(41264,'Kyenjojo',NULL,3765),(41265,'Masindi',NULL,3765),(41266,'Masindi-Port',NULL,3765),(41267,'Mbarara',NULL,3765),(41268,'Muhororo',NULL,3765),(41269,'Ntungamo',NULL,3765),(41270,'Rukungiri',NULL,3765),(41271,'Cherkasy',NULL,3766),(41272,'Smila',NULL,3766),(41273,'Uman\'',NULL,3766),(41274,'Chernihiv',NULL,3767),(41275,'Nizhyn',NULL,3767),(41276,'Pryluky',NULL,3767),(41277,'Chernivtsi',NULL,3768),(41278,'Alushta',NULL,3769),(41279,'Sevastopol',NULL,3769),(41280,'Dneprodzerzhinsk',NULL,3770),(41281,'Dnipropetrovsk',NULL,3770),(41282,'Kryvyy Rih',NULL,3770),(41283,'Marhanets\'',NULL,3770),(41284,'Nikopol\'',NULL,3770),(41285,'Novomoskovs\'k',NULL,3770),(41286,'Pavlohrad',NULL,3770),(41287,'Plekhanov',NULL,3770),(41288,'Zhovti Vody',NULL,3770),(41289,'Artemivs\'k',NULL,3771),(41290,'Donets\'k',NULL,3771),(41291,'Donetsk',NULL,3771),(41292,'Druzhkivka',NULL,3771),(41293,'Dymytrov',NULL,3771),(41294,'Dzerzhyns\'k',NULL,3771),(41295,'Horlivka',NULL,3771),(41296,'Khartsyz\'k',NULL,3771),(41297,'Kostyantynivka',NULL,3771),(41298,'Kramators\'k',NULL,3771),(41299,'Krasnoarmiys\'k',NULL,3771),(41300,'Makiyivka',NULL,3771),(41301,'Mariupol\'',NULL,3771),(41302,'Shakhtars\'k',NULL,3771),(41303,'Slov\'yans\'k',NULL,3771),(41304,'Snizhne',NULL,3771),(41305,'Torez',NULL,3771),(41306,'Yenakiyeve',NULL,3771),(41307,'Ivano-Frankivs\'k',NULL,3772),(41308,'Kalush',NULL,3772),(41309,'Kolomyya',NULL,3772),(41310,'Izyum',NULL,3773),(41311,'Kharkiv',NULL,3773),(41312,'Lozova',NULL,3773),(41313,'Volchansk',NULL,3774),(41314,'Kherson',NULL,3775),(41315,'Nova Kakhovka',NULL,3775),(41316,'Geologov',NULL,3776),(41317,'Kam\'yanets\'-Podil\'s\'kyy',NULL,3776),(41318,'Khmel\'nyts\'kyy',NULL,3776),(41319,'Shepetivka',NULL,3776),(41320,'khmelnitskiy',NULL,3776),(41321,'Kirovohrad',NULL,3777),(41322,'Oleksandriya',NULL,3777),(41323,'Svidlovodsk',NULL,3777),(41324,'Dzhankoy',NULL,3778),(41325,'Feodosiya',NULL,3778),(41326,'Kerch',NULL,3778),(41327,'Simferopol\'',NULL,3778),(41328,'Yalta',NULL,3778),(41329,'Yevpatoriya',NULL,3778),(41330,'Kiev',NULL,3779),(41331,'Kyyiv',NULL,3779),(41332,'Bila Tserkva',NULL,3780),(41333,'Boryspil\'',NULL,3780),(41334,'Brovary',NULL,3780),(41335,'Fastiv',NULL,3780),(41336,'Chervonohrad',NULL,3781),(41337,'Drohobych',NULL,3781),(41338,'L\'viv',NULL,3781),(41339,'Stryy',NULL,3781),(41340,'Yavoriv',NULL,3781),(41341,'Alchevs\'k',NULL,3782),(41342,'Antratsyt',NULL,3782),(41343,'Bryanka',NULL,3782),(41344,'Krasnodon',NULL,3782),(41345,'Krasnyy Luch',NULL,3782),(41346,'Luhans\'k',NULL,3782),(41347,'Luhansk',NULL,3782),(41348,'Lysychans\'k',NULL,3782),(41349,'Pervomays\'k',NULL,3782),(41350,'Roven\'ky',NULL,3782),(41351,'Rubizhne',NULL,3782),(41352,'Stakhanov',NULL,3782),(41353,'Sverdlovs\'k',NULL,3782),(41354,'Syeverodonets\'k',NULL,3782),(41355,'Mykolayiv',NULL,3783),(41356,'Pervomays\'k',NULL,3783),(41357,'Bilhorod-Dnistrovs\'kyy',NULL,3784),(41358,'Illichivs\'k',NULL,3784),(41359,'Izmayil',NULL,3784),(41360,'Odesa',NULL,3784),(41361,'Odessa',NULL,3785),(41362,'Komsomol\'s\'k',NULL,3786),(41363,'Kremenchuh',NULL,3786),(41364,'Lubny',NULL,3786),(41365,'Poltava',NULL,3786),(41366,'Rivne',NULL,3787),(41367,'Konotop',NULL,3789),(41368,'Okhtyrka',NULL,3789),(41369,'Romny',NULL,3789),(41370,'Shostka',NULL,3789),(41371,'Sumy',NULL,3789),(41372,'Ternopil\'',NULL,3790),(41373,'Kovel\'',NULL,3791),(41374,'Luts\'k',NULL,3791),(41375,'Novovolyns\'k',NULL,3791),(41376,'Vinnitsa',NULL,3792),(41377,'Vinnytsya',NULL,3792),(41378,'Mukacheve',NULL,3793),(41379,'Uzhhorod',NULL,3793),(41380,'Berdyans\'k',NULL,3794),(41381,'Enerhodar',NULL,3794),(41382,'Melitpol\'',NULL,3794),(41383,'Zaporizhia',NULL,3794),(41384,'Berdychiv',NULL,3795),(41385,'Korosten\'',NULL,3795),(41386,'Novohrad-Volyns\'kyy',NULL,3795),(41387,'Zhytomyr',NULL,3795),(41388,'Ajman',NULL,3797),(41389,'Al Qusais',NULL,3798),(41390,'Deira',NULL,3798),(41391,'Dubai',NULL,3798),(41392,'Jebel Ali',NULL,3798),(41393,'Sharjah',NULL,3800),(41394,'Khawr Fakkan',NULL,3803),(41395,'al-Fujayrah',NULL,3803),(41396,'Cleveland',NULL,3805),(41397,'Gilberdyke',NULL,3805),(41398,'Llanrwst',NULL,3805),(41399,'Swadlincote',NULL,3805),(41400,'Turriff',NULL,3805),(41401,'Westhill',NULL,3806),(41402,'Oban',NULL,3807),(41403,'Craigavon',NULL,3808),(41404,'Barton-le-Clay',NULL,3809),(41405,'Bedford',NULL,3809),(41406,'Biggleswade',NULL,3809),(41407,'Caddington',NULL,3809),(41408,'Flitton',NULL,3809),(41409,'Flitwick',NULL,3809),(41410,'Leighton Buzzard',NULL,3809),(41411,'Marston Moretaine',NULL,3809),(41412,'Sandy',NULL,3809),(41413,'Westoning',NULL,3809),(41414,'Dundonald',NULL,3810),(41415,'Holywood',NULL,3810),(41416,'Berkshire',NULL,3811),(41417,'Bracknell',NULL,3811),(41418,'Littlewick Green',NULL,3811),(41419,'Maidenhead',NULL,3811),(41420,'Newbury',NULL,3811),(41421,'Reading',NULL,3811),(41422,'Sandhurst',NULL,3811),(41423,'Slough',NULL,3811),(41424,'Sunninghill',NULL,3811),(41425,'Twyford',NULL,3811),(41426,'Windsor',NULL,3811),(41427,'Wokingham',NULL,3811),(41428,'Woodley',NULL,3811),(41429,'Coleshill',NULL,3812),(41430,'Edgbaston',NULL,3812),(41431,'Hockley',NULL,3812),(41432,'Ladywood',NULL,3812),(41433,'Nechells',NULL,3812),(41434,'Rubery',NULL,3812),(41435,'Small Heath',NULL,3812),(41436,'Angus',NULL,3813),(41437,'Bridgnorth',NULL,3814),(41438,'Avon',NULL,3815),(41439,'Fishponds',NULL,3815),(41440,'Henleaze',NULL,3815),(41441,'Thornbury',NULL,3815),(41442,'Warmley',NULL,3815),(41443,'Amersham',NULL,3816),(41444,'Aston Clinton',NULL,3816),(41445,'Beaconsfield',NULL,3816),(41446,'Bletchley',NULL,3816),(41447,'Bourne End',NULL,3816),(41448,'Buckingham',NULL,3816),(41449,'High Wycombe',NULL,3816),(41450,'Iver',NULL,3816),(41451,'Marlow',NULL,3816),(41452,'Milton Keynes',NULL,3816),(41453,'Newport Pagnell',NULL,3816),(41454,'Piddington',NULL,3816),(41455,'Princes Risborough',NULL,3816),(41456,'Rowsham',NULL,3816),(41457,'Cambridge',NULL,3817),(41458,'Ely',NULL,3817),(41459,'Huntingdon',NULL,3817),(41460,'Peterborough',NULL,3817),(41461,'Cambridge',NULL,3818),(41462,'Haddenham',NULL,3818),(41463,'Sawtry',NULL,3818),(41464,'Wisbech',NULL,3818),(41465,'Alderley Edge',NULL,3820),(41466,'Altrincham',NULL,3820),(41467,'Betley',NULL,3820),(41468,'Cheadle Gatley',NULL,3820),(41469,'Cheadle Hulme',NULL,3820),(41470,'Crewe',NULL,3820),(41471,'Dukinfield',NULL,3820),(41472,'Holmes Chapel',NULL,3820),(41473,'Hyde',NULL,3820),(41474,'Knuntsford',NULL,3820),(41475,'Knutsford',NULL,3820),(41476,'Lymm',NULL,3820),(41477,'Malpas',NULL,3820),(41478,'Merseyside',NULL,3820),(41479,'Middlewich',NULL,3820),(41480,'Mobberley',NULL,3820),(41481,'Nantwich',NULL,3820),(41482,'Saltney',NULL,3820),(41483,'Sandbach',NULL,3820),(41484,'Stalybridge',NULL,3820),(41485,'Stockport',NULL,3820),(41486,'Tarporley',NULL,3820),(41487,'Timperley',NULL,3820),(41488,'Widnes',NULL,3820),(41489,'Winsford',NULL,3820),(41490,'Redcar',NULL,3821),(41491,'Stockton-on-Tees',NULL,3821),(41492,'Conwy',NULL,3823),(41493,'Llandudno',NULL,3823),(41494,'Bude',NULL,3824),(41495,'Camborne',NULL,3824),(41496,'Fowey',NULL,3824),(41497,'Hayle',NULL,3824),(41498,'Helston',NULL,3824),(41499,'Launceston',NULL,3824),(41500,'Liskeard',NULL,3824),(41501,'Looe',NULL,3824),(41502,'Mevegissey',NULL,3824),(41503,'Newquay',NULL,3824),(41504,'Penryn',NULL,3824),(41505,'Penzance',NULL,3824),(41506,'St. Ives',NULL,3824),(41507,'Truro',NULL,3824),(41508,'Wadebridge',NULL,3824),(41509,'Holbrooks',NULL,3825),(41510,'Askam-in-Furness',NULL,3827),(41511,'Flookburgh',NULL,3827),(41512,'Grasmere',NULL,3827),(41513,'Kendal',NULL,3827),(41514,'Keswick',NULL,3827),(41515,'Kirkby Stephen',NULL,3827),(41516,'Milnthorpe',NULL,3827),(41517,'Penrith',NULL,3827),(41518,'Ulverston',NULL,3827),(41519,'Windermere',NULL,3827),(41520,'Denbigh',NULL,3828),(41521,'Ashbourne',NULL,3829),(41522,'Buxton',NULL,3829),(41523,'Chesterfield',NULL,3829),(41524,'Eckington',NULL,3829),(41525,'Bakewell',NULL,3830),(41526,'Belper',NULL,3830),(41527,'Breaston',NULL,3830),(41528,'Derby',NULL,3830),(41529,'Ilkeston',NULL,3830),(41530,'Matlock',NULL,3830),(41531,'Ripley',NULL,3830),(41532,'Axminster',NULL,3831),(41533,'Barnstaple',NULL,3831),(41534,'Beaworthy',NULL,3831),(41535,'Bideford',NULL,3831),(41536,'Bovey Tracey',NULL,3831),(41537,'Braunton',NULL,3831),(41538,'Brixham',NULL,3831),(41539,'Chudleigh',NULL,3831),(41540,'Crediton',NULL,3831),(41541,'Dalwood',NULL,3831),(41542,'Dartmouth',NULL,3831),(41543,'Dawlish',NULL,3831),(41544,'Exeter',NULL,3831),(41545,'Exmouth',NULL,3831),(41546,'Great Torrington',NULL,3831),(41547,'Holsworthy',NULL,3831),(41548,'Kingsbridge',NULL,3831),(41549,'Modbury',NULL,3831),(41550,'Newton Abbot',NULL,3831),(41551,'Okehampton',NULL,3831),(41552,'Plymouth',NULL,3831),(41553,'Plympton',NULL,3831),(41554,'Salcombe',NULL,3831),(41555,'Tiverton',NULL,3831),(41556,'Torquay',NULL,3831),(41557,'Totnes',NULL,3831),(41558,'Winkleigh',NULL,3831),(41559,'Woodburyd',NULL,3831),(41560,'Yelverton',NULL,3831),(41561,'Didcot',NULL,3833),(41562,'Beaminster',NULL,3834),(41563,'Blandford Forum',NULL,3834),(41564,'Christchurch',NULL,3834),(41565,'Dorset',NULL,3834),(41566,'Poole',NULL,3834),(41567,'Sherborne',NULL,3834),(41568,'Sturminster Newton',NULL,3834),(41569,'Swanage',NULL,3834),(41570,'Verwood',NULL,3834),(41571,'Wimborne',NULL,3834),(41572,'Alexandria',NULL,3835),(41573,'Crook',NULL,3836),(41574,'Spennymoor',NULL,3836),(41575,'Abingdon',NULL,3842),(41576,'Accrington',NULL,3842),(41577,'Aldershot',NULL,3842),(41578,'Alfreton',NULL,3842),(41579,'Altrincham',NULL,3842),(41580,'Amersham',NULL,3842),(41581,'Andover',NULL,3842),(41582,'Arnold',NULL,3842),(41583,'Ashford',NULL,3842),(41584,'Ashington',NULL,3842),(41585,'Ashton-in-Makerfield',NULL,3842),(41586,'Ashton-under-Lyne',NULL,3842),(41587,'Atherton',NULL,3842),(41588,'Aylesbury',NULL,3842),(41589,'Aylesford-East Malling',NULL,3842),(41590,'Banbury',NULL,3842),(41591,'Banstead-Tadworth',NULL,3842),(41592,'Barnsley',NULL,3842),(41593,'Barnstaple',NULL,3842),(41594,'Barrow-in-Furness',NULL,3842),(41595,'Basildon',NULL,3842),(41596,'Basingstoke',NULL,3842),(41597,'Bath',NULL,3842),(41598,'Batley',NULL,3842),(41599,'Bebington',NULL,3842),(41600,'Bedford',NULL,3842),(41601,'Bedworth',NULL,3842),(41602,'Beeston and Stapleford',NULL,3842),(41603,'Benfleet',NULL,3842),(41604,'Bentley',NULL,3842),(41605,'Berwick-upon-Tweed',NULL,3842),(41606,'Beverley',NULL,3842),(41607,'Bexhil',NULL,3842),(41608,'Bicester',NULL,3842),(41609,'Bideford',NULL,3842),(41610,'Billericay',NULL,3842),(41611,'Billingham',NULL,3842),(41612,'Birkenhead',NULL,3842),(41613,'Birmingham',NULL,3842),(41614,'Bishop Auckland',NULL,3842),(41615,'Bishop\'s Stortford',NULL,3842),(41616,'Blackburn',NULL,3842),(41617,'Blackpool',NULL,3842),(41618,'Bletchley',NULL,3842),(41619,'Blyth',NULL,3842),(41620,'Bodmin',NULL,3842),(41621,'Bognor Regis',NULL,3842),(41622,'Bolton',NULL,3842),(41623,'Bootle',NULL,3842),(41624,'Boston',NULL,3842),(41625,'Bournemouth',NULL,3842),(41626,'Bracknell',NULL,3842),(41627,'Bradford',NULL,3842),(41628,'Braintree',NULL,3842),(41629,'Bredbury and Romiley',NULL,3842),(41630,'Brentwood',NULL,3842),(41631,'Bridgwater',NULL,3842),(41632,'Bridlington',NULL,3842),(41633,'Brigg',NULL,3842),(41634,'Brighouse',NULL,3842),(41635,'Brighton',NULL,3842),(41636,'Bristol',NULL,3842),(41637,'Broadstairs',NULL,3842),(41638,'Bromley Cross-Bradshaw',NULL,3842),(41639,'Bromsgrove-Catshill',NULL,3842),(41640,'Burgess Hill',NULL,3842),(41641,'Burnley',NULL,3842),(41642,'Burntwood',NULL,3842),(41643,'Burton-upon-Trent',NULL,3842),(41644,'Bury',NULL,3842),(41645,'Bury Saint Edmunds',NULL,3842),(41646,'Camberley-Frimley',NULL,3842),(41647,'Cambourne-Redruth',NULL,3842),(41648,'Cambridge',NULL,3842),(41649,'Cannock',NULL,3842),(41650,'Canterbury',NULL,3842),(41651,'Canvey Island',NULL,3842),(41652,'Carlisle',NULL,3842),(41653,'Carlton',NULL,3842),(41654,'Castleford',NULL,3842),(41655,'Caterham and Warlingham',NULL,3842),(41656,'Chadderton',NULL,3842),(41657,'Chapeltown',NULL,3842),(41658,'Chatham',NULL,3842),(41659,'Cheadle and Gatley',NULL,3842),(41660,'Chelmsford',NULL,3842),(41661,'Cheltenham',NULL,3842),(41662,'Chesham',NULL,3842),(41663,'Cheshunt',NULL,3842),(41664,'Chessington',NULL,3842),(41665,'Chester',NULL,3842),(41666,'Chester-le-Street',NULL,3842),(41667,'Chesterfield',NULL,3842),(41668,'Chichester',NULL,3842),(41669,'Chippenham',NULL,3842),(41670,'Chipping Sodbury',NULL,3842),(41671,'Chorley',NULL,3842),(41672,'Christchurch',NULL,3842),(41673,'Clacton-on-Sea',NULL,3842),(41674,'Clay Cross-North Wingfield',NULL,3842),(41675,'Cleethorpes',NULL,3842),(41676,'Clevedon',NULL,3842),(41677,'Coalville',NULL,3842),(41678,'Colchester',NULL,3842),(41679,'Congleton',NULL,3842),(41680,'Consett',NULL,3842),(41681,'Corby',NULL,3842),(41682,'Coventry',NULL,3842),(41683,'Cramlington',NULL,3842),(41684,'Crawley',NULL,3842),(41685,'Crosby',NULL,3842),(41686,'Crowthorne',NULL,3842),(41687,'Darlington',NULL,3842),(41688,'Dartford',NULL,3842),(41689,'Darwen',NULL,3842),(41690,'Deal',NULL,3842),(41691,'Denton',NULL,3842),(41692,'Derby',NULL,3842),(41693,'Dewsbury',NULL,3842),(41694,'Doncaster',NULL,3842),(41695,'Dorchester',NULL,3842),(41696,'Dover',NULL,3842),(41697,'Droitwich',NULL,3842),(41698,'Dronfield',NULL,3842),(41699,'Droylsden',NULL,3842),(41700,'Dudley',NULL,3842),(41701,'Dunstable',NULL,3842),(41702,'Durham',NULL,3842),(41703,'East Grinstead',NULL,3842),(41704,'East Retford',NULL,3842),(41705,'Eastbourne',NULL,3842),(41706,'Eastleigh',NULL,3842),(41707,'Eaton Socon-Saint Neots',NULL,3842),(41708,'Eccles',NULL,3842),(41709,'Egham',NULL,3842),(41710,'Ellesmere Port',NULL,3842),(41711,'Epsom and Ewell',NULL,3842),(41712,'Esher-Molesey',NULL,3842),(41713,'Eston and South Bank',NULL,3842),(41714,'Exeter',NULL,3842),(41715,'Failsworth',NULL,3842),(41716,'Falmouth-Penryn',NULL,3842),(41717,'Fareham',NULL,3842),(41718,'Farnborough',NULL,3842),(41719,'Farnham',NULL,3842),(41720,'Farnworth',NULL,3842),(41721,'Farring',NULL,3842),(41722,'Felixtowe',NULL,3842),(41723,'Felling',NULL,3842),(41724,'Ferndown',NULL,3842),(41725,'Fleetwood',NULL,3842),(41726,'Folkestone',NULL,3842),(41727,'Formby',NULL,3842),(41728,'Frome',NULL,3842),(41729,'Fulham',NULL,3842),(41730,'Gateshead',NULL,3842),(41731,'Gillingham',NULL,3842),(41732,'Glossop',NULL,3842),(41733,'Gloucester',NULL,3842),(41734,'Godalming',NULL,3842),(41735,'Golborne',NULL,3842),(41736,'Gosforth',NULL,3842),(41737,'Gosport',NULL,3842),(41738,'Grantham',NULL,3842),(41739,'Gravesend',NULL,3842),(41740,'Grays',NULL,3842),(41741,'Greasby',NULL,3842),(41742,'Great Malvern',NULL,3842),(41743,'Great Sankey',NULL,3842),(41744,'Great Yarmouth',NULL,3842),(41745,'Grimsby',NULL,3842),(41746,'Guildford',NULL,3842),(41747,'Guiseley-Yeadon',NULL,3842),(41748,'Halesowen',NULL,3842),(41749,'Halifax',NULL,3842),(41750,'Harlow',NULL,3842),(41751,'Harpenden',NULL,3842),(41752,'Harrogate',NULL,3842),(41753,'Hartlepool',NULL,3842),(41754,'Hastings',NULL,3842),(41755,'Hatfield',NULL,3842),(41756,'Hatfield-Stainforth',NULL,3842),(41757,'Havant',NULL,3842),(41758,'Haywards Heath',NULL,3842),(41759,'Hazel Grove and Bramhill',NULL,3842),(41760,'Hazlemere',NULL,3842),(41761,'Heanor',NULL,3842),(41762,'Hemel Hempstead',NULL,3842),(41763,'Hereford',NULL,3842),(41764,'Herne Bay',NULL,3842),(41765,'Hertford',NULL,3842),(41766,'Heswall',NULL,3842),(41767,'Heywood',NULL,3842),(41768,'High Wycombe',NULL,3842),(41769,'Hinckley',NULL,3842),(41770,'Hindley',NULL,3842),(41771,'Hitchin',NULL,3842),(41772,'Hoddesdon',NULL,3842),(41773,'Holmfirth-Honley',NULL,3842),(41774,'Honiton',NULL,3842),(41775,'Horsham',NULL,3842),(41776,'Houghton-le-Spring',NULL,3842),(41777,'Hove',NULL,3842),(41778,'Hoylake-West Kirby',NULL,3842),(41779,'Hucknall',NULL,3842),(41780,'Huddersfield',NULL,3842),(41781,'Huyton-with-Roby',NULL,3842),(41782,'Hyde',NULL,3842),(41783,'Ilfracombe',NULL,3842),(41784,'Ilkeston',NULL,3842),(41785,'Ipswich',NULL,3842),(41786,'Ivybridge',NULL,3842),(41787,'Jarrow',NULL,3842),(41788,'Keighley',NULL,3842),(41789,'Kendal',NULL,3842),(41790,'Kenilworth',NULL,3842),(41791,'Kettering',NULL,3842),(41792,'Kidderminster',NULL,3842),(41793,'Kidsgrove',NULL,3842),(41794,'King\'s Lynn',NULL,3842),(41795,'Kingsteignton',NULL,3842),(41796,'Kingston upon Hull',NULL,3842),(41797,'Kingswood',NULL,3842),(41798,'Kirby in Ashfield',NULL,3842),(41799,'Kirkby',NULL,3842),(41800,'Lancaster',NULL,3842),(41801,'Leamington',NULL,3842),(41802,'Leatherhead',NULL,3842),(41803,'Leeds',NULL,3842),(41804,'Leicester',NULL,3842),(41805,'Leigh',NULL,3842),(41806,'Leighton Buzzard',NULL,3842),(41807,'Letchworth',NULL,3842),(41808,'Lewes',NULL,3842),(41809,'Leyland',NULL,3842),(41810,'Lichfield',NULL,3842),(41811,'Lincoln',NULL,3842),(41812,'Litherland',NULL,3842),(41813,'Littlehampton',NULL,3842),(41814,'Liverpool',NULL,3842),(41815,'Locks Heath',NULL,3842),(41816,'London',NULL,3842),(41817,'Long Benton-Killingworth',NULL,3842),(41818,'Long Eaton',NULL,3842),(41819,'Loughborough',NULL,3842),(41820,'Loughton',NULL,3842),(41821,'Louth',NULL,3842),(41822,'Lowestoft',NULL,3842),(41823,'Luton',NULL,3842),(41824,'Lyminge',NULL,3842),(41825,'Lytham Saint Anne\'s',NULL,3842),(41826,'Mablethorpe and Sutton',NULL,3842),(41827,'Macclesfield',NULL,3842),(41828,'Maghull-Lydiate',NULL,3842),(41829,'Maidenhead',NULL,3842),(41830,'Maidstone',NULL,3842),(41831,'Manchester',NULL,3842),(41832,'Mangotsfield',NULL,3842),(41833,'Mansfield',NULL,3842),(41834,'Margate',NULL,3842),(41835,'Matlock',NULL,3842),(41836,'Melton Mowbray',NULL,3842),(41837,'Middlesbrough',NULL,3842),(41838,'Middleton',NULL,3842),(41839,'Midsomer Norton',NULL,3842),(41840,'Milton Keynes',NULL,3842),(41841,'Morecambe',NULL,3842),(41842,'Morley',NULL,3842),(41843,'Nailsea',NULL,3842),(41844,'Nantwich',NULL,3842),(41845,'Nelson',NULL,3842),(41846,'New Addington',NULL,3842),(41847,'New Milton-Barton-on-Sea',NULL,3842),(41848,'Newark-on-Trent',NULL,3842),(41849,'Newburn',NULL,3842),(41850,'Newbury',NULL,3842),(41851,'Newcastle upon Tyne',NULL,3842),(41852,'Newcastle-under-Lyme',NULL,3842),(41853,'Newport',NULL,3842),(41854,'Newton Abbot',NULL,3842),(41855,'Newton Aycliffe',NULL,3842),(41856,'North Hykeham',NULL,3842),(41857,'North Shields',NULL,3842),(41858,'Northallerton',NULL,3842),(41859,'Northam',NULL,3842),(41860,'Northampton',NULL,3842),(41861,'Northfleet',NULL,3842),(41862,'Northwich',NULL,3842),(41863,'Norwich',NULL,3842),(41864,'Nottingham',NULL,3842),(41865,'Nuneaton',NULL,3842),(41866,'Oakengates-Donnington',NULL,3842),(41867,'Oakham',NULL,3842),(41868,'Oldbury-Smethwick',NULL,3842),(41869,'Oldham',NULL,3842),(41870,'Ormskirk',NULL,3842),(41871,'Ossett',NULL,3842),(41872,'Oxford',NULL,3842),(41873,'Paignton',NULL,3842),(41874,'Penzance',NULL,3842),(41875,'Peterborough',NULL,3842),(41876,'Peterlee',NULL,3842),(41877,'Plymouth',NULL,3842),(41878,'Pontefract',NULL,3842),(41879,'Poole',NULL,3842),(41880,'Portsmouth',NULL,3842),(41881,'Potters Bar',NULL,3842),(41882,'Prescot',NULL,3842),(41883,'Preston',NULL,3842),(41884,'Prestwich',NULL,3842),(41885,'Prestwood',NULL,3842),(41886,'Pudsey',NULL,3842),(41887,'Radcliffe',NULL,3842),(41888,'Ramsgate',NULL,3842),(41889,'Rawtenstall',NULL,3842),(41890,'Rayleigh',NULL,3842),(41891,'Reading',NULL,3842),(41892,'Redcar',NULL,3842),(41893,'Redditch',NULL,3842),(41894,'Reigate',NULL,3842),(41895,'Rochdale',NULL,3842),(41896,'Rochester',NULL,3842),(41897,'Rotherham',NULL,3842),(41898,'Rottingdean',NULL,3842),(41899,'Royal Tunbridge Wells',NULL,3842),(41900,'Royton',NULL,3842),(41901,'Rugby',NULL,3842),(41902,'Rugeley',NULL,3842),(41903,'Runcorn',NULL,3842),(41904,'Rushden',NULL,3842),(41905,'Ryde',NULL,3842),(41906,'Saint Albans',NULL,3842),(41907,'Saint Austell',NULL,3842),(41908,'Saint Helens',NULL,3842),(41909,'Sale',NULL,3842),(41910,'Salford',NULL,3842),(41911,'Salisbury',NULL,3842),(41912,'Scarborough',NULL,3842),(41913,'Scunthorpe',NULL,3842),(41914,'Seaham',NULL,3842),(41915,'Sevenoaks',NULL,3842),(41916,'Sheffield',NULL,3842),(41917,'Shipley',NULL,3842),(41918,'Shrewsbury',NULL,3842),(41919,'Sidmouth',NULL,3842),(41920,'Sittingbourne',NULL,3842),(41921,'Skegness',NULL,3842),(41922,'Skelmersdale',NULL,3842),(41923,'Sleaford',NULL,3842),(41924,'Slough',NULL,3842),(41925,'Solihull',NULL,3842),(41926,'Sompting-Lancing',NULL,3842),(41927,'South Shields',NULL,3842),(41928,'Southampton',NULL,3842),(41929,'Southend-on-Sea',NULL,3842),(41930,'Southport',NULL,3842),(41931,'Spalding-Pinchbeck',NULL,3842),(41932,'St. Helens',NULL,3842),(41933,'Stafford',NULL,3842),(41934,'Staines',NULL,3842),(41935,'Stalybridge',NULL,3842),(41936,'Stamford',NULL,3842),(41937,'Stanford le Hope-Corringham',NULL,3842),(41938,'Stanley-Annfield Plain',NULL,3842),(41939,'Staveley',NULL,3842),(41940,'Stevenage',NULL,3842),(41941,'Stockport',NULL,3842),(41942,'Stockton Heath-Thelwall',NULL,3842),(41943,'Stockton-on-Tees',NULL,3842),(41944,'Stoke-on-Trent',NULL,3842),(41945,'Stourbridge',NULL,3842),(41946,'Stratford-upon-Avon',NULL,3842),(41947,'Stretford',NULL,3842),(41948,'Strood',NULL,3842),(41949,'Stubbington',NULL,3842),(41950,'Sunbury',NULL,3842),(41951,'Sunderland',NULL,3842),(41952,'Sutton Coldfield',NULL,3842),(41953,'Sutton in Ashfield',NULL,3842),(41954,'Swadlincote',NULL,3842),(41955,'Swanley-Hextable',NULL,3842),(41956,'Swindon',NULL,3842),(41957,'Swinton and Pendlebury',NULL,3842),(41958,'Tamworth',NULL,3842),(41959,'Taunton',NULL,3842),(41960,'Tavistock',NULL,3842),(41961,'Teignmouth',NULL,3842),(41962,'Telford',NULL,3842),(41963,'Tenbury Wells',NULL,3842),(41964,'Thatcham',NULL,3842),(41965,'The Deepings',NULL,3842),(41966,'Thetford',NULL,3842),(41967,'Thornaby',NULL,3842),(41968,'Thornton-Cleveleys',NULL,3842),(41969,'Tiverton',NULL,3842),(41970,'Tonbridge',NULL,3842),(41971,'Torquay',NULL,3842),(41972,'Totton',NULL,3842),(41973,'Trowbridge',NULL,3842),(41974,'Truro',NULL,3842),(41975,'Tyldesley',NULL,3842),(41976,'Urmston',NULL,3842),(41977,'Wakefield',NULL,3842),(41978,'Walkden',NULL,3842),(41979,'Wallasey',NULL,3842),(41980,'Wallsend',NULL,3842),(41981,'Walsall',NULL,3842),(41982,'Walton and Weybridge',NULL,3842),(41983,'Warrington',NULL,3842),(41984,'Warwick',NULL,3842),(41985,'Washington',NULL,3842),(41986,'Waterlooville',NULL,3842),(41987,'Watford',NULL,3842),(41988,'Wellingborough',NULL,3842),(41989,'Welwyn Garden City',NULL,3842),(41990,'West Bridgeford',NULL,3842),(41991,'West Bromwich',NULL,3842),(41992,'Westhoughton',NULL,3842),(41993,'Weston-super-Mare',NULL,3842),(41994,'Weymouth',NULL,3842),(41995,'Whitefield',NULL,3842),(41996,'Whitehaven',NULL,3842),(41997,'Whitley Bay',NULL,3842),(41998,'Wickford',NULL,3842),(41999,'Widnes',NULL,3842),(42000,'Wigan',NULL,3842),(42001,'Wigston',NULL,3842),(42002,'Wilmslow',NULL,3842),(42003,'Wimbourne Minster',NULL,3842),(42004,'Winchester',NULL,3842),(42005,'Windsor Berks',NULL,3842),(42006,'Windsor-Eton',NULL,3842),(42007,'Winsford',NULL,3842),(42008,'Wisbech',NULL,3842),(42009,'Witham',NULL,3842),(42010,'Witney',NULL,3842),(42011,'Woking-Byfleet',NULL,3842),(42012,'Wokingham',NULL,3842),(42013,'Wolverhampton',NULL,3842),(42014,'Wolverton-Stony Stratford',NULL,3842),(42015,'Worcester',NULL,3842),(42016,'Worcestershire',NULL,3842),(42017,'Workington',NULL,3842),(42018,'Worksop',NULL,3842),(42019,'Worthing',NULL,3842),(42020,'Yeovil',NULL,3842),(42021,'York',NULL,3842),(42022,'Barking',NULL,3843),(42023,'Basildon',NULL,3843),(42024,'Brentwood',NULL,3843),(42025,'Cambrridge',NULL,3843),(42026,'Canvey Island',NULL,3843),(42027,'Chelmsford',NULL,3843),(42028,'Clacton-on-Sea',NULL,3843),(42029,'Colchester',NULL,3843),(42030,'Dagenham',NULL,3843),(42031,'Dunmow',NULL,3843),(42032,'Epping',NULL,3843),(42033,'Essex',NULL,3843),(42034,'Grays',NULL,3843),(42035,'Harlow',NULL,3843),(42036,'Ilford',NULL,3843),(42037,'Ingatestone',NULL,3843),(42038,'Leigh on Sea',NULL,3843),(42039,'Rainham',NULL,3843),(42040,'Romford',NULL,3843),(42041,'Saffron Walden',NULL,3843),(42042,'Stansted',NULL,3843),(42043,'Wickford',NULL,3843),(42044,'Ballinamallard',NULL,3844),(42045,'Kirkcaldy',NULL,3845),(42046,'Ewloe',NULL,3846),(42047,'Greenfield',NULL,3846),(42048,'Imperial Wharf',NULL,3847),(42049,'Kirton-in-Lindsey',NULL,3848),(42050,'Berkeley',NULL,3849),(42051,'Cheltenham',NULL,3849),(42052,'Churchham',NULL,3849),(42053,'Cirencester',NULL,3849),(42054,'East Kilbride',NULL,3849),(42055,'Gloucester',NULL,3849),(42056,'Lechlade',NULL,3849),(42057,'Lydney',NULL,3849),(42058,'Moreton in Marsh',NULL,3849),(42059,'Stroud',NULL,3849),(42060,'Tewkesbury',NULL,3849),(42061,'Blackwood',NULL,3850),(42062,'Blaenavon',NULL,3850),(42063,'Newport',NULL,3850),(42064,'Tredegar',NULL,3850),(42065,'Aldershot',NULL,3851),(42066,'Alton',NULL,3851),(42067,'Andover',NULL,3851),(42068,'Bordon',NULL,3851),(42069,'Botley',NULL,3851),(42070,'Fareham',NULL,3851),(42071,'Farnborough',NULL,3851),(42072,'Fleet',NULL,3851),(42073,'Fordingbridge',NULL,3851),(42074,'Havant',NULL,3851),(42075,'Hayling Island',NULL,3851),(42076,'Hook',NULL,3851),(42077,'Isle of wight',NULL,3851),(42078,'Liphook',NULL,3851),(42079,'Longparish',NULL,3851),(42080,'Old Bishopstoke',NULL,3851),(42081,'Petersfield',NULL,3851),(42082,'Portsmouth',NULL,3851),(42083,'Ringwood',NULL,3851),(42084,'Romsey',NULL,3851),(42085,'South Harting',NULL,3851),(42086,'Southampton',NULL,3851),(42087,'Waterlooville',NULL,3851),(42088,'West Wellow',NULL,3851),(42089,'Winchester',NULL,3851),(42090,'Lymington',NULL,3852),(42091,'Pennington',NULL,3852),(42092,'Southampton',NULL,3852),(42093,'Kington',NULL,3853),(42094,'Ledbury',NULL,3853),(42095,'Leominster',NULL,3853),(42096,'Saint Albans',NULL,3853),(42097,'Barnet',NULL,3854),(42098,'Bishops Stortford',NULL,3854),(42099,'Borehamwood',NULL,3854),(42100,'Brookmans Park',NULL,3854),(42101,'Bushey',NULL,3854),(42102,'Cheshunt',NULL,3854),(42103,'Cuffley',NULL,3854),(42104,'Elstree',NULL,3854),(42105,'Hemel Hempstead',NULL,3854),(42106,'Hertfordshire',NULL,3854),(42107,'Kings Langley',NULL,3854),(42108,'Much Hadham',NULL,3854),(42109,'Radlett',NULL,3854),(42110,'Rickmansworth',NULL,3854),(42111,'Royston',NULL,3854),(42112,'Stevenage',NULL,3854),(42113,'Waltham Cross',NULL,3854),(42114,'Watford',NULL,3854),(42115,'Welwyn',NULL,3854),(42116,'Newmarket',NULL,3858),(42117,'Ashford',NULL,3859),(42118,'Beckenham',NULL,3859),(42119,'Bromley',NULL,3859),(42120,'Brookland',NULL,3859),(42121,'Charing',NULL,3859),(42122,'Chatam',NULL,3859),(42123,'Crayford',NULL,3859),(42124,'Edenbridge',NULL,3859),(42125,'Erith',NULL,3859),(42126,'Faversham',NULL,3859),(42127,'Five Oak Green',NULL,3859),(42128,'Folkestone',NULL,3859),(42129,'Gillingham',NULL,3859),(42130,'Gravesend',NULL,3859),(42131,'Hartlip',NULL,3859),(42132,'Hayes',NULL,3859),(42133,'Herne Bay',NULL,3859),(42134,'Hythe',NULL,3859),(42135,'Lenham',NULL,3859),(42136,'Maidstone',NULL,3859),(42137,'Minster',NULL,3859),(42138,'New Romney',NULL,3859),(42139,'Orpington',NULL,3859),(42140,'Paddock Wood',NULL,3859),(42141,'Royal Tunbridge Wells',NULL,3859),(42142,'Sandwich',NULL,3859),(42143,'Sheerness',NULL,3859),(42144,'Sidcup',NULL,3859),(42145,'Sittingbourne',NULL,3859),(42146,'Staplehurst',NULL,3859),(42147,'Tunbridge Wells',NULL,3859),(42148,'West Malling',NULL,3859),(42149,'Westerham',NULL,3859),(42150,'Whitstable',NULL,3859),(42151,'canterbury',NULL,3859),(42152,'Ayrshire',NULL,3860),(42153,'Airdrie',NULL,3861),(42154,'Glasgow',NULL,3861),(42155,'Accrington',NULL,3862),(42156,'Blackburn',NULL,3862),(42157,'Blackpool',NULL,3862),(42158,'Burnley',NULL,3862),(42159,'Clayton-Le-Moors',NULL,3862),(42160,'Cleveleys',NULL,3862),(42161,'Darwen',NULL,3862),(42162,'Gisburn',NULL,3862),(42163,'Glasgow',NULL,3862),(42164,'Greater Manchester',NULL,3862),(42165,'Hamilton',NULL,3862),(42166,'Kirkby Lonsdale',NULL,3862),(42167,'Leyland',NULL,3862),(42168,'Littleborough',NULL,3862),(42169,'Lytham St Annes',NULL,3862),(42170,'Nelson',NULL,3862),(42171,'Oldham',NULL,3862),(42172,'Out Rawcliffe',NULL,3862),(42173,'Padiham',NULL,3862),(42174,'Preston',NULL,3862),(42175,'Rochdale',NULL,3862),(42176,'Rossendale',NULL,3862),(42177,'Tarleton',NULL,3862),(42178,'Todmorden',NULL,3862),(42179,'West Lancashire',NULL,3862),(42180,'Coalville',NULL,3863),(42181,'Fleckney',NULL,3863),(42182,'Leicester',NULL,3863),(42183,'Loughborough',NULL,3863),(42184,'Lutterworth',NULL,3863),(42185,'Market Harborough',NULL,3863),(42186,'Tur Langton',NULL,3863),(42187,'Alford',NULL,3864),(42188,'Bourne',NULL,3864),(42189,'Casewick',NULL,3864),(42190,'Digby',NULL,3864),(42191,'Gainsborough',NULL,3864),(42192,'Grimsby',NULL,3864),(42193,'Immingham',NULL,3864),(42194,'Laceby',NULL,3864),(42195,'Lincoln',NULL,3864),(42196,'Louth',NULL,3864),(42197,'Market Deeping',NULL,3864),(42198,'Market Rasen',NULL,3864),(42199,'Spalding',NULL,3864),(42200,'Spilsby',NULL,3864),(42201,'Swinderby',NULL,3864),(42202,'Thurlby',NULL,3864),(42203,'Witham St Hughs',NULL,3864),(42204,'Llanymynech',NULL,3865),(42205,'Abbeywood',NULL,3866),(42206,'Aldgate',NULL,3866),(42207,'Alperton',NULL,3866),(42208,'Castledawson',NULL,3866),(42209,'Edmonton',NULL,3866),(42210,'Enfield',NULL,3866),(42211,'Forest Gate',NULL,3866),(42212,'Greenwich',NULL,3866),(42213,'Hainault',NULL,3866),(42214,'Hampstead',NULL,3866),(42215,'Harrow Weald',NULL,3866),(42216,'Hendon',NULL,3866),(42217,'Kensington',NULL,3866),(42218,'Leyton',NULL,3866),(42219,'London',NULL,3866),(42220,'Magherafelt',NULL,3866),(42221,'Mill Hill',NULL,3866),(42222,'Southwark',NULL,3866),(42223,'Suffolk',NULL,3866),(42224,'Sulham',NULL,3866),(42225,'Victoria',NULL,3866),(42226,'Walthamstow',NULL,3866),(42227,'Wandsworth',NULL,3866),(42228,'Wembley',NULL,3866),(42229,'Wimbledon',NULL,3866),(42230,'Woolwich',NULL,3866),(42231,'Ludlow',NULL,3867),(42232,'Manchester',NULL,3868),(42233,'Prestwich',NULL,3868),(42234,'Salford',NULL,3868),(42235,'Swinton',NULL,3868),(42236,'Worsley',NULL,3868),(42237,'Mayfair',NULL,3869),(42238,'Southport',NULL,3870),(42239,'Brentford',NULL,3872),(42240,'Brimsdown',NULL,3872),(42241,'Drayton',NULL,3872),(42242,'Edgware',NULL,3872),(42243,'Feltham',NULL,3872),(42244,'Greenford',NULL,3872),(42245,'Hampton',NULL,3872),(42246,'Harmondsworth',NULL,3872),(42247,'Harrow',NULL,3872),(42248,'Hayes',NULL,3872),(42249,'Isleworth',NULL,3872),(42250,'Northolt',NULL,3872),(42251,'Northwood',NULL,3872),(42252,'Perivale',NULL,3872),(42253,'Pinner',NULL,3872),(42254,'Ruislip',NULL,3872),(42255,'Ruislip Manor',NULL,3872),(42256,'South Harrow',NULL,3872),(42257,'Southall',NULL,3872),(42258,'Staines',NULL,3872),(42259,'Stamore',NULL,3872),(42260,'Stanmore',NULL,3872),(42261,'Stanwell',NULL,3872),(42262,'Sunbury',NULL,3872),(42263,'Teddington',NULL,3872),(42264,'Twickenham',NULL,3872),(42265,'Uxbridge',NULL,3872),(42266,'Watford',NULL,3872),(42267,'Wembley',NULL,3872),(42268,'West Drayton',NULL,3872),(42269,'Wraysbury',NULL,3872),(42270,'hounslow',NULL,3872),(42271,'Mildenhall',NULL,3873),(42272,'Abergavenny',NULL,3874),(42273,'Monmouth',NULL,3874),(42274,'Attleborough',NULL,3876),(42275,'Bacton',NULL,3876),(42276,'Briston',NULL,3876),(42277,'Dereham',NULL,3876),(42278,'Diss',NULL,3876),(42279,'Downham Market',NULL,3876),(42280,'Fakenham',NULL,3876),(42281,'Garboldisham',NULL,3876),(42282,'Gayton',NULL,3876),(42283,'Glandford',NULL,3876),(42284,'Great Yarmouth',NULL,3876),(42285,'Heacham',NULL,3876),(42286,'Hopton',NULL,3876),(42287,'Kings Lynn',NULL,3876),(42288,'Little Cressingham',NULL,3876),(42289,'Norwich',NULL,3876),(42290,'Sheringham',NULL,3876),(42291,'Thetford',NULL,3876),(42292,'Trunch',NULL,3876),(42293,'Winordhan',NULL,3876),(42294,'Wymondham',NULL,3876),(42295,'Daventry',NULL,3879),(42296,'Irthlingborough',NULL,3879),(42297,'Middleton Cheney',NULL,3879),(42298,'Oundle',NULL,3879),(42299,'Towcester',NULL,3879),(42300,'Welford',NULL,3879),(42301,'Wellingborough',NULL,3879),(42302,'Woodford Halse',NULL,3879),(42303,'Brackley',NULL,3880),(42304,'Desborough',NULL,3880),(42305,'weedon',NULL,3880),(42306,'Bedlington',NULL,3882),(42307,'Corbridge',NULL,3882),(42308,'Cramlington',NULL,3882),(42309,'Morpeth',NULL,3882),(42310,'Northumberland',NULL,3882),(42311,'Ponteland',NULL,3882),(42312,'Wooler',NULL,3882),(42313,'Burton Joyce',NULL,3883),(42314,'Cotgraves',NULL,3883),(42315,'Gonalston',NULL,3883),(42316,'Mansfield',NULL,3883),(42317,'Newark',NULL,3883),(42318,'Nottingham',NULL,3883),(42319,'Pennyfoot Street',NULL,3883),(42320,'Sandiacre',NULL,3883),(42321,'Southwell',NULL,3883),(42322,'Whatton',NULL,3883),(42323,'Bampton',NULL,3884),(42324,'Banbury',NULL,3884),(42325,'Bicester',NULL,3884),(42326,'Blewbury',NULL,3884),(42327,'Cheltenham',NULL,3884),(42328,'Chipping Norton',NULL,3884),(42329,'Drayton',NULL,3884),(42330,'Eynsham',NULL,3884),(42331,'Farringdon',NULL,3884),(42332,'Henely on Thames',NULL,3884),(42333,'Henley-on-Thames',NULL,3884),(42334,'Oxford',NULL,3884),(42335,'Shenington',NULL,3884),(42336,'Thame',NULL,3884),(42337,'Wantage',NULL,3884),(42338,'Builth Wells',NULL,3885),(42339,'Knighton',NULL,3885),(42340,'Llanbrynmair',NULL,3885),(42341,'New town',NULL,3885),(42342,'Newtown',NULL,3885),(42343,'Rhaeadr',NULL,3885),(42344,'Welshpool',NULL,3885),(42345,'Hill of Fearn',NULL,3886),(42346,'Shoreham',NULL,3887),(42347,'Sark',NULL,3888),(42348,'Aberdeen',NULL,3889),(42349,'Alloa',NULL,3889),(42350,'Alness',NULL,3889),(42351,'Annan',NULL,3889),(42352,'Arbroath',NULL,3889),(42353,'Ardrossan',NULL,3889),(42354,'Armadale',NULL,3889),(42355,'Ayr',NULL,3889),(42356,'Bathgate',NULL,3889),(42357,'Blairgowrie',NULL,3889),(42358,'Blantyre-Hamilton',NULL,3889),(42359,'Boness',NULL,3889),(42360,'Bonnybridge',NULL,3889),(42361,'Broxburn',NULL,3889),(42362,'Broxham',NULL,3889),(42363,'Buckhaven',NULL,3889),(42364,'Burntisland',NULL,3889),(42365,'Carluke',NULL,3889),(42366,'Carnoustie',NULL,3889),(42367,'Coatbridge',NULL,3889),(42368,'Cowdenbeath',NULL,3889),(42369,'Cumbernauld',NULL,3889),(42370,'Cumnock',NULL,3889),(42371,'Cupar',NULL,3889),(42372,'Dalbeattie',NULL,3889),(42373,'Dalkeith',NULL,3889),(42374,'Dingwall',NULL,3889),(42375,'Dumbarton',NULL,3889),(42376,'Dumfries',NULL,3889),(42377,'Dundee',NULL,3889),(42378,'Dunfermline',NULL,3889),(42379,'Dunoon',NULL,3889),(42380,'East Kilbride',NULL,3889),(42381,'Edimburah',NULL,3889),(42382,'Edinburgh',NULL,3889),(42383,'Elgin',NULL,3889),(42384,'Ellon',NULL,3889),(42385,'Erskine',NULL,3889),(42386,'Falkirk',NULL,3889),(42387,'Forfar',NULL,3889),(42388,'Forres',NULL,3889),(42389,'Fort William',NULL,3889),(42390,'Fraserburgh',NULL,3889),(42391,'Galashiels',NULL,3889),(42392,'Galston-Newmilns',NULL,3889),(42393,'Girvan',NULL,3889),(42394,'Glasgow',NULL,3889),(42395,'Glenrothes',NULL,3889),(42396,'Greengairs',NULL,3889),(42397,'Greenock',NULL,3889),(42398,'Haddington',NULL,3889),(42399,'Hawick',NULL,3889),(42400,'Helensburgh',NULL,3889),(42401,'Insch',NULL,3889),(42402,'Inverkeithing-Dalgety Bay',NULL,3889),(42403,'Inverness',NULL,3889),(42404,'Inverurie',NULL,3889),(42405,'Irvine',NULL,3889),(42406,'Isle of Lewis',NULL,3889),(42407,'Kilmarnock',NULL,3889),(42408,'Kilsyth',NULL,3889),(42409,'Kilwinning',NULL,3889),(42410,'Kirkcaldy',NULL,3889),(42411,'Kirkintilloch-Lenzie',NULL,3889),(42412,'Kirkwall',NULL,3889),(42413,'Lanark',NULL,3889),(42414,'Largs',NULL,3889),(42415,'Larkhall',NULL,3889),(42416,'Lerwick',NULL,3889),(42417,'Linlithgow',NULL,3889),(42418,'Livingston',NULL,3889),(42419,'Loanhead',NULL,3889),(42420,'Montrose',NULL,3889),(42421,'Motherwell',NULL,3889),(42422,'Nairn',NULL,3889),(42423,'Newtown Saint Boswells',NULL,3889),(42424,'Paisley',NULL,3889),(42425,'Penicuik',NULL,3889),(42426,'Perth',NULL,3889),(42427,'Peterhead',NULL,3889),(42428,'Saint Andrews',NULL,3889),(42429,'Selkirkshire',NULL,3889),(42430,'Shotts',NULL,3889),(42431,'Stirling',NULL,3889),(42432,'Stonehaven',NULL,3889),(42433,'Stornoway',NULL,3889),(42434,'Stranraer',NULL,3889),(42435,'Tranent',NULL,3889),(42436,'Troon',NULL,3889),(42437,'Whitburn',NULL,3889),(42438,'Bishops Castle',NULL,3891),(42439,'Bridgnorth',NULL,3891),(42440,'Bucknell',NULL,3891),(42441,'Drayton',NULL,3891),(42442,'Greete',NULL,3891),(42443,'Hinstock',NULL,3891),(42444,'Jackfield',NULL,3891),(42445,'Ludlow',NULL,3891),(42446,'Much Wenlock',NULL,3891),(42447,'Oswestry',NULL,3891),(42448,'Ryton',NULL,3891),(42449,'Shifnal',NULL,3891),(42450,'Shrewsbury',NULL,3891),(42451,'Telford',NULL,3891),(42452,'Whitchurch',NULL,3891),(42453,'Bath',NULL,3892),(42454,'Brent Knoll',NULL,3892),(42455,'Castle Cary',NULL,3892),(42456,'Shepton Mallet',NULL,3892),(42457,'Somerset',NULL,3892),(42458,'Taunton',NULL,3892),(42459,'Wedmore',NULL,3892),(42460,'Wellington',NULL,3892),(42461,'Weston-super-Mare',NULL,3892),(42462,'Burton-on-Trent',NULL,3897),(42463,'Hednesford',NULL,3897),(42464,'Stoke on Trent',NULL,3897),(42465,'Stone',NULL,3897),(42466,'Strabane',NULL,3898),(42467,'Bury St Edmunds',NULL,3899),(42468,'Felixstowe',NULL,3899),(42469,'Haverhill',NULL,3899),(42470,'Leiston',NULL,3899),(42471,'Lowestoft',NULL,3899),(42472,'Stowmarket',NULL,3899),(42473,'Sudbury',NULL,3899),(42474,'Woodbridge',NULL,3899),(42475,'Ashtead',NULL,3900),(42476,'Bagshot',NULL,3900),(42477,'Betchworth',NULL,3900),(42478,'Bletchingley',NULL,3900),(42479,'Carshalton',NULL,3900),(42480,'Chertsey',NULL,3900),(42481,'Claygate',NULL,3900),(42482,'Croydon',NULL,3900),(42483,'Dorking',NULL,3900),(42484,'Effingham',NULL,3900),(42485,'Epsom',NULL,3900),(42486,'Farnham',NULL,3900),(42487,'Haslemere',NULL,3900),(42488,'Kingston Upon Thames',NULL,3900),(42489,'Leatherhead',NULL,3900),(42490,'Mitcham',NULL,3900),(42491,'New Malden',NULL,3900),(42492,'Redhill',NULL,3900),(42493,'Richmond',NULL,3900),(42494,'Salfords',NULL,3900),(42495,'Shepperton',NULL,3900),(42496,'Stoneleigh',NULL,3900),(42497,'Surbiton',NULL,3900),(42498,'Surrey',NULL,3900),(42499,'Tadworth',NULL,3900),(42500,'Walton on Thames',NULL,3900),(42501,'West Molesey',NULL,3900),(42502,'Wisley',NULL,3900),(42503,'Woking',NULL,3900),(42504,'Brighton',NULL,3901),(42505,'Henfield',NULL,3901),(42506,'Sussex',NULL,3901),(42507,'Worthing',NULL,3901),(42508,'Twickenham',NULL,3902),(42509,'Omagh',NULL,3904),(42510,'Santaquin',NULL,3905),(42511,'Aberdare',NULL,3906),(42512,'Aberystwyth',NULL,3906),(42513,'Barry',NULL,3906),(42514,'Brecon',NULL,3906),(42515,'Bridgend',NULL,3906),(42516,'Brynmawr',NULL,3906),(42517,'Caernarfon',NULL,3906),(42518,'Caerphily',NULL,3906),(42519,'Caldicot',NULL,3906),(42520,'Cardiff',NULL,3906),(42521,'Carmarthen',NULL,3906),(42522,'Colwyn Bay',NULL,3906),(42523,'Connahs Quay',NULL,3906),(42524,'Cwmbran',NULL,3906),(42525,'Dolgellau',NULL,3906),(42526,'Ebbw Vale',NULL,3906),(42527,'Gaerwen',NULL,3906),(42528,'Gwynedd',NULL,3906),(42529,'Haverfordwest',NULL,3906),(42530,'Isle of Anglesey',NULL,3906),(42531,'Islwyn',NULL,3906),(42532,'Llandrindod Wells',NULL,3906),(42533,'Llanelli',NULL,3906),(42534,'Llangefni',NULL,3906),(42535,'Maesteg',NULL,3906),(42536,'Merthyr Tydfil',NULL,3906),(42537,'Mold',NULL,3906),(42538,'Mountain Ash-Abercynon',NULL,3906),(42539,'Neath',NULL,3906),(42540,'Newport',NULL,3906),(42541,'Pembrokeshire',NULL,3906),(42542,'Penarth',NULL,3906),(42543,'Pencader',NULL,3906),(42544,'Pontypool',NULL,3906),(42545,'Pontypridd',NULL,3906),(42546,'Port Talbot',NULL,3906),(42547,'Queensferry',NULL,3906),(42548,'Rhondda',NULL,3906),(42549,'Rhyl',NULL,3906),(42550,'Ruthin',NULL,3906),(42551,'Shotton-Hawarden',NULL,3906),(42552,'St. Asaph',NULL,3906),(42553,'Swansea',NULL,3906),(42554,'West Glamorgan',NULL,3906),(42555,'Wrexham',NULL,3906),(42556,'Alcester',NULL,3907),(42557,'Coventry',NULL,3907),(42558,'Henley in Arden',NULL,3907),(42559,'Nuneaton',NULL,3907),(42560,'Pershore',NULL,3907),(42561,'Southam',NULL,3907),(42562,'Warwick',NULL,3907),(42563,'Whissendine',NULL,3912),(42564,'Amesbury',NULL,3913),(42565,'Bradford on Avon',NULL,3913),(42566,'Calne',NULL,3913),(42567,'Chippenham',NULL,3913),(42568,'Corsham',NULL,3913),(42569,'Cosham',NULL,3913),(42570,'Devizes',NULL,3913),(42571,'Downton',NULL,3913),(42572,'Malmesbury',NULL,3913),(42573,'Marlborough',NULL,3913),(42574,'Melksham',NULL,3913),(42575,'Pewsey',NULL,3913),(42576,'Salisbury',NULL,3913),(42577,'Southwick',NULL,3913),(42578,'Swindon',NULL,3913),(42579,'Warminster',NULL,3913),(42580,'Westbury',NULL,3913),(42581,'Winnersh',NULL,3914),(42582,'Evesham',NULL,3915),(42583,'Hartlebury',NULL,3915),(42584,'Kidderminster',NULL,3915),(42585,'Pershore',NULL,3915),(42586,'Redditch',NULL,3915),(42587,'Worcester',NULL,3915),(42588,'Caergwrle',NULL,3916),(42589,'Ruabon',NULL,3916),(42590,'Neuffen',NULL,3917),(42591,'Beverley',NULL,3918),(42592,'Malton',NULL,3918),(42593,'Mexborough',NULL,3918),(42594,'Alabaster',NULL,3919),(42595,'Albertville',NULL,3919),(42596,'Alexander City',NULL,3919),(42597,'Anniston',NULL,3919),(42598,'Arab',NULL,3919),(42599,'Ashville',NULL,3919),(42600,'Athens',NULL,3919),(42601,'Atmore',NULL,3919),(42602,'Auburn',NULL,3919),(42603,'Bessemer',NULL,3919),(42604,'Birmingham',NULL,3919),(42605,'Capshaw',NULL,3919),(42606,'Center Point',NULL,3919),(42607,'Childersburg',NULL,3919),(42608,'Cullman',NULL,3919),(42609,'Daleville',NULL,3919),(42610,'Daphne',NULL,3919),(42611,'Decatur',NULL,3919),(42612,'Dothan',NULL,3919),(42613,'Enterprise',NULL,3919),(42614,'Eufaula',NULL,3919),(42615,'Fairfield',NULL,3919),(42616,'Fairhope',NULL,3919),(42617,'Florence',NULL,3919),(42618,'Fort Payne',NULL,3919),(42619,'Gadsden',NULL,3919),(42620,'Grand Bay',NULL,3919),(42621,'Grove Hill',NULL,3919),(42622,'Guntersville',NULL,3919),(42623,'Hampton Cove',NULL,3919),(42624,'Hanceville',NULL,3919),(42625,'Hartselle',NULL,3919),(42626,'Headland',NULL,3919),(42627,'Helena',NULL,3919),(42628,'Hodges',NULL,3919),(42629,'Homewood',NULL,3919),(42630,'Hoover',NULL,3919),(42631,'Hueytown',NULL,3919),(42632,'Huntsville',NULL,3919),(42633,'Jacksonville',NULL,3919),(42634,'Jasper',NULL,3919),(42635,'Leeds',NULL,3919),(42636,'Luverne',NULL,3919),(42637,'Madison',NULL,3919),(42638,'Mobile',NULL,3919),(42639,'Montgomery',NULL,3919),(42640,'Mountain Brook',NULL,3919),(42641,'Muscle Shoals',NULL,3919),(42642,'Northport',NULL,3919),(42643,'Notasulga',NULL,3919),(42644,'Opelika',NULL,3919),(42645,'Oxford',NULL,3919),(42646,'Ozark',NULL,3919),(42647,'Pelham',NULL,3919),(42648,'Pell City',NULL,3919),(42649,'Pennsylvania',NULL,3919),(42650,'Phenix City',NULL,3919),(42651,'Prattville',NULL,3919),(42652,'Prichard',NULL,3919),(42653,'Ramer',NULL,3919),(42654,'Roanoke',NULL,3919),(42655,'Saraland',NULL,3919),(42656,'Scottsboro',NULL,3919),(42657,'Selma',NULL,3919),(42658,'Sheffield',NULL,3919),(42659,'Smiths',NULL,3919),(42660,'Sumiton',NULL,3919),(42661,'Sylacauga',NULL,3919),(42662,'Talladega',NULL,3919),(42663,'Thomasville',NULL,3919),(42664,'Trafford',NULL,3919),(42665,'Troy',NULL,3919),(42666,'Trussville',NULL,3919),(42667,'Tuscaloosa',NULL,3919),(42668,'Tuskegee',NULL,3919),(42669,'Vestavia Hills',NULL,3919),(42670,'Anchorage',NULL,3920),(42671,'Barrow',NULL,3920),(42672,'Bethel',NULL,3920),(42673,'College',NULL,3920),(42674,'Fairbanks',NULL,3920),(42675,'Homer',NULL,3920),(42676,'Juneau',NULL,3920),(42677,'Kenai',NULL,3920),(42678,'Ketchikan',NULL,3920),(42679,'Kodiak',NULL,3920),(42680,'Nome',NULL,3920),(42681,'Palmer',NULL,3920),(42682,'Sitka',NULL,3920),(42683,'Soldotna',NULL,3920),(42684,'Sterling',NULL,3920),(42685,'Unalaska',NULL,3920),(42686,'Valdez',NULL,3920),(42687,'Wasilla',NULL,3920),(42688,'Apache Junction',NULL,3921),(42689,'Avondale',NULL,3921),(42690,'Bisbee',NULL,3921),(42691,'Bouse',NULL,3921),(42692,'Bullhead City',NULL,3921),(42693,'Carefree',NULL,3921),(42694,'Casa Grande',NULL,3921),(42695,'Casas Adobes',NULL,3921),(42696,'Chandler',NULL,3921),(42697,'Clarkdale',NULL,3921),(42698,'Cottonwood',NULL,3921),(42699,'Douglas',NULL,3921),(42700,'Drexel Heights',NULL,3921),(42701,'El Mirage',NULL,3921),(42702,'Flagstaff',NULL,3921),(42703,'Florence',NULL,3921),(42704,'Flowing Wells',NULL,3921),(42705,'Fort Mohave',NULL,3921),(42706,'Fortuna Foothills',NULL,3921),(42707,'Fountain Hills',NULL,3921),(42708,'Gilbert',NULL,3921),(42709,'Glendale',NULL,3921),(42710,'Globe',NULL,3921),(42711,'Goodyear',NULL,3921),(42712,'Green Valley',NULL,3921),(42713,'Kingman',NULL,3921),(42714,'Lake Havasu City',NULL,3921),(42715,'Laveen',NULL,3921),(42716,'Litchfield Park',NULL,3921),(42717,'Marana',NULL,3921),(42718,'Mesa',NULL,3921),(42719,'New Kingman-Butler',NULL,3921),(42720,'Nogales',NULL,3921),(42721,'Oracle',NULL,3921),(42722,'Oro Valley',NULL,3921),(42723,'Paradise Valley',NULL,3921),(42724,'Parker',NULL,3921),(42725,'Payson',NULL,3921),(42726,'Peoria',NULL,3921),(42727,'Phoenix',NULL,3921),(42728,'Pine',NULL,3921),(42729,'Pinetop',NULL,3921),(42730,'Prescott',NULL,3921),(42731,'Prescott Valley',NULL,3921),(42732,'Quartzsite',NULL,3921),(42733,'Queen Creek',NULL,3921),(42734,'Rio Rico',NULL,3921),(42735,'Safford',NULL,3921),(42736,'San Luis',NULL,3921),(42737,'Scottsdale',NULL,3921),(42738,'Sedona',NULL,3921),(42739,'Sierra Vista',NULL,3921),(42740,'Sierra Vista Southeast',NULL,3921),(42741,'Sun City',NULL,3921),(42742,'Sun City West',NULL,3921),(42743,'Surprise',NULL,3921),(42744,'Tempe',NULL,3921),(42745,'Tombstone',NULL,3921),(42746,'Tucson',NULL,3921),(42747,'Winslow',NULL,3921),(42748,'Yuma',NULL,3921),(42749,'Alexander',NULL,3922),(42750,'Arkadelphia',NULL,3922),(42751,'Batesville',NULL,3922),(42752,'Bella Vista',NULL,3922),(42753,'Benton',NULL,3922),(42754,'Bentonville',NULL,3922),(42755,'Berryville',NULL,3922),(42756,'Blytheville',NULL,3922),(42757,'Cabot',NULL,3922),(42758,'Camden',NULL,3922),(42759,'Cherry Valley',NULL,3922),(42760,'Conway',NULL,3922),(42761,'Corning',NULL,3922),(42762,'El Dorado',NULL,3922),(42763,'Fayetteville',NULL,3922),(42764,'Forrest City',NULL,3922),(42765,'Fort Smith',NULL,3922),(42766,'Harrison',NULL,3922),(42767,'Hope',NULL,3922),(42768,'Hot Springs',NULL,3922),(42769,'Jacksonville',NULL,3922),(42770,'Jonesboro',NULL,3922),(42771,'Lake City',NULL,3922),(42772,'Little Rock',NULL,3922),(42773,'Magnolia',NULL,3922),(42774,'Mount Vernon',NULL,3922),(42775,'Mountain Home',NULL,3922),(42776,'Norfork',NULL,3922),(42777,'North Little Rock',NULL,3922),(42778,'Paragould',NULL,3922),(42779,'Piggott',NULL,3922),(42780,'Pine Bluff',NULL,3922),(42781,'Pocahontas',NULL,3922),(42782,'Prescott',NULL,3922),(42783,'Quitman',NULL,3922),(42784,'Rogers',NULL,3922),(42785,'Russellville',NULL,3922),(42786,'Searcy',NULL,3922),(42787,'Sheridan',NULL,3922),(42788,'Sherwood',NULL,3922),(42789,'Siloam Springs',NULL,3922),(42790,'Springdale',NULL,3922),(42791,'Stuttgart',NULL,3922),(42792,'Texarkana',NULL,3922),(42793,'Van Buren',NULL,3922),(42794,'Ward',NULL,3922),(42795,'West Helena',NULL,3922),(42796,'West Memphis',NULL,3922),(42797,'Wynne',NULL,3922),(42798,'Acton',NULL,3924),(42799,'Adelanto',NULL,3924),(42800,'Agoura Hills',NULL,3924),(42801,'Aguanga',NULL,3924),(42802,'Alameda',NULL,3924),(42803,'Alamo',NULL,3924),(42804,'Albany',NULL,3924),(42805,'Alhambra',NULL,3924),(42806,'Aliso Viejo',NULL,3924),(42807,'Alondra Park',NULL,3924),(42808,'Alpine',NULL,3924),(42809,'Alta Loma',NULL,3924),(42810,'Altadena',NULL,3924),(42811,'American Canyon',NULL,3924),(42812,'Anaheim',NULL,3924),(42813,'Anderson',NULL,3924),(42814,'Antelope',NULL,3924),(42815,'Antioch',NULL,3924),(42816,'Apple Valley',NULL,3924),(42817,'Aptos',NULL,3924),(42818,'Arcadia',NULL,3924),(42819,'Arcata',NULL,3924),(42820,'Arden-Arcade',NULL,3924),(42821,'Arroyo Grande',NULL,3924),(42822,'Artesia',NULL,3924),(42823,'Arvin',NULL,3924),(42824,'Ashland',NULL,3924),(42825,'Atascadero',NULL,3924),(42826,'Atwater',NULL,3924),(42827,'Auburn',NULL,3924),(42828,'Avalon',NULL,3924),(42829,'Avenal',NULL,3924),(42830,'Avocado Heights',NULL,3924),(42831,'Azusa',NULL,3924),(42832,'Bakersfield',NULL,3924),(42833,'Baldwin Park',NULL,3924),(42834,'Banning',NULL,3924),(42835,'Barstow',NULL,3924),(42836,'Bay Point',NULL,3924),(42837,'Baywood-Los Osos',NULL,3924),(42838,'Bear Valley Springs',NULL,3924),(42839,'Beaumont',NULL,3924),(42840,'Bell',NULL,3924),(42841,'Bell Gardens',NULL,3924),(42842,'Bellflower',NULL,3924),(42843,'Belmont',NULL,3924),(42844,'Ben Lomond',NULL,3924),(42845,'Benicia',NULL,3924),(42846,'Berkeley',NULL,3924),(42847,'Beverly Hills',NULL,3924),(42848,'Big Bear Lake',NULL,3924),(42849,'Bloomington',NULL,3924),(42850,'Blythe',NULL,3924),(42851,'Bonita',NULL,3924),(42852,'Bostonia',NULL,3924),(42853,'Brawley',NULL,3924),(42854,'Brea',NULL,3924),(42855,'Brentwood',NULL,3924),(42856,'Brisbane',NULL,3924),(42857,'Brookdale',NULL,3924),(42858,'Buena Park',NULL,3924),(42859,'Burbank',NULL,3924),(42860,'Burlingame',NULL,3924),(42861,'Burnham',NULL,3924),(42862,'Byron',NULL,3924),(42863,'Calabasas',NULL,3924),(42864,'Calexico',NULL,3924),(42865,'California City',NULL,3924),(42866,'Camarillo',NULL,3924),(42867,'Cameron Park',NULL,3924),(42868,'Camino',NULL,3924),(42869,'Camp Pendleton North',NULL,3924),(42870,'Camp Pendleton South',NULL,3924),(42871,'Campbell',NULL,3924),(42872,'Canoga Park',NULL,3924),(42873,'Canyon Lake',NULL,3924),(42874,'Capitola',NULL,3924),(42875,'Carlsbad',NULL,3924),(42876,'Carmel',NULL,3924),(42877,'Carmel Valley',NULL,3924),(42878,'Carmichael',NULL,3924),(42879,'Carpinteria',NULL,3924),(42880,'Carson',NULL,3924),(42881,'Casa de Oro-Mount Helix',NULL,3924),(42882,'Castaic',NULL,3924),(42883,'Castro Valley',NULL,3924),(42884,'Cathedral City',NULL,3924),(42885,'Cayucos',NULL,3924),(42886,'Ceres',NULL,3924),(42887,'Cerritos',NULL,3924),(42888,'Charter Oak',NULL,3924),(42889,'Chatsworth',NULL,3924),(42890,'Cherryland',NULL,3924),(42891,'Chico',NULL,3924),(42892,'Chino',NULL,3924),(42893,'Chino Hills',NULL,3924),(42894,'Chula Vista',NULL,3924),(42895,'Citrus',NULL,3924),(42896,'Citrus Heights',NULL,3924),(42897,'City of Commerce',NULL,3924),(42898,'City of Industry',NULL,3924),(42899,'Claremont',NULL,3924),(42900,'Clearlake',NULL,3924),(42901,'Clovis',NULL,3924),(42902,'Coachella',NULL,3924),(42903,'Coalinga',NULL,3924),(42904,'Colfax',NULL,3924),(42905,'Colton',NULL,3924),(42906,'Colusa',NULL,3924),(42907,'Commerce',NULL,3924),(42908,'Compton',NULL,3924),(42909,'Concord',NULL,3924),(42910,'Corcoran',NULL,3924),(42911,'Corning',NULL,3924),(42912,'Corona',NULL,3924),(42913,'Coronado',NULL,3924),(42914,'Corte Madera',NULL,3924),(42915,'Costa Mesa',NULL,3924),(42916,'Cotati',NULL,3924),(42917,'Cottonwood',NULL,3924),(42918,'Country Club',NULL,3924),(42919,'Covina',NULL,3924),(42920,'Crestline',NULL,3924),(42921,'Cudahy',NULL,3924),(42922,'Culver City',NULL,3924),(42923,'Cupertino',NULL,3924),(42924,'Cypress',NULL,3924),(42925,'Daly City',NULL,3924),(42926,'Dana Point',NULL,3924),(42927,'Danville',NULL,3924),(42928,'Davis',NULL,3924),(42929,'Del Mar',NULL,3924),(42930,'Delano',NULL,3924),(42931,'Desert Hot Springs',NULL,3924),(42932,'Diamond Bar',NULL,3924),(42933,'Dinuba',NULL,3924),(42934,'Dixon',NULL,3924),(42935,'Downey',NULL,3924),(42936,'Duarte',NULL,3924),(42937,'Dublin',NULL,3924),(42938,'East Foothills',NULL,3924),(42939,'East Hemet',NULL,3924),(42940,'East La Mirada',NULL,3924),(42941,'East Palo Alto',NULL,3924),(42942,'East San Gabriel',NULL,3924),(42943,'El Cajon',NULL,3924),(42944,'El Centro',NULL,3924),(42945,'El Cerrito',NULL,3924),(42946,'El Granada',NULL,3924),(42947,'El Monte',NULL,3924),(42948,'El Paso de Robles',NULL,3924),(42949,'El Segundo',NULL,3924),(42950,'El Sobrante',NULL,3924),(42951,'Elk Grove',NULL,3924),(42952,'Emeryville',NULL,3924),(42953,'Encinitas',NULL,3924),(42954,'Encino',NULL,3924),(42955,'Escondido',NULL,3924),(42956,'Etna',NULL,3924),(42957,'Eureka',NULL,3924),(42958,'Exeter',NULL,3924),(42959,'Fair Oaks',NULL,3924),(42960,'Fairfax',NULL,3924),(42961,'Fairfield',NULL,3924),(42962,'Fairview',NULL,3924),(42963,'Fallbrook',NULL,3924),(42964,'Ferndale',NULL,3924),(42965,'Fillmore',NULL,3924),(42966,'Florence-Graham',NULL,3924),(42967,'Florin',NULL,3924),(42968,'Folsom',NULL,3924),(42969,'Fontana',NULL,3924),(42970,'Foothill Farms',NULL,3924),(42971,'Foothill Ranch',NULL,3924),(42972,'Forestville',NULL,3924),(42973,'Fort Bragg',NULL,3924),(42974,'Fortuna',NULL,3924),(42975,'Foster City',NULL,3924),(42976,'Fountain Valley',NULL,3924),(42977,'Freedom',NULL,3924),(42978,'Fremont',NULL,3924),(42979,'Fresno',NULL,3924),(42980,'Fullerton',NULL,3924),(42981,'Galt',NULL,3924),(42982,'Garberville',NULL,3924),(42983,'Garden Acres',NULL,3924),(42984,'Garden Grove',NULL,3924),(42985,'Gardena',NULL,3924),(42986,'Georgetown',NULL,3924),(42987,'Gilroy',NULL,3924),(42988,'Glen Avon',NULL,3924),(42989,'Glendale',NULL,3924),(42990,'Glendora',NULL,3924),(42991,'Goleta',NULL,3924),(42992,'Gonzales',NULL,3924),(42993,'Granada Hills',NULL,3924),(42994,'Grand Terrace',NULL,3924),(42995,'Grass Valley',NULL,3924),(42996,'Greenfield',NULL,3924),(42997,'Grover Beach',NULL,3924),(42998,'Gualala',NULL,3924),(42999,'Guerneville',NULL,3924),(43000,'Hacienda Heights',NULL,3924),(43001,'Half Moon Bay',NULL,3924),(43002,'Hanford',NULL,3924),(43003,'Harbor City',NULL,3924),(43004,'Hawaiian Gardens',NULL,3924),(43005,'Hawthorne',NULL,3924),(43006,'Hayward',NULL,3924),(43007,'Hemet',NULL,3924),(43008,'Hercules',NULL,3924),(43009,'Hermosa Beach',NULL,3924),(43010,'Hesperia',NULL,3924),(43011,'Highland',NULL,3924),(43012,'Hillsborough',NULL,3924),(43013,'Hollister',NULL,3924),(43014,'Hollywood',NULL,3924),(43015,'Huntington Beach',NULL,3924),(43016,'Huntington Park',NULL,3924),(43017,'Idyllwild',NULL,3924),(43018,'Imperial Beach',NULL,3924),(43019,'Indio',NULL,3924),(43020,'Industry',NULL,3924),(43021,'Inglewood',NULL,3924),(43022,'Irvine',NULL,3924),(43023,'Irwindale',NULL,3924),(43024,'Isla Vista',NULL,3924),(43025,'Jackson',NULL,3924),(43026,'Jamul',NULL,3924),(43027,'La Canada Flintridge',NULL,3924),(43028,'La Crescenta-Montrose',NULL,3924),(43029,'La Habra',NULL,3924),(43030,'La Jolla',NULL,3924),(43031,'La Mesa',NULL,3924),(43032,'La Mirada',NULL,3924),(43033,'La Palma',NULL,3924),(43034,'La Presa',NULL,3924),(43035,'La Puente',NULL,3924),(43036,'La Quinta',NULL,3924),(43037,'La Riviera',NULL,3924),(43038,'La Verne',NULL,3924),(43039,'LaVerne',NULL,3924),(43040,'Ladera Ranch',NULL,3924),(43041,'Lafayette',NULL,3924),(43042,'Laguna',NULL,3924),(43043,'Laguna Beach',NULL,3924),(43044,'Laguna Hills',NULL,3924),(43045,'Laguna Niguel',NULL,3924),(43046,'Lake Elsinore',NULL,3924),(43047,'Lake Forest',NULL,3924),(43048,'Lakeside',NULL,3924),(43049,'Lakewood',NULL,3924),(43050,'Lamont',NULL,3924),(43051,'Lancaster',NULL,3924),(43052,'Larkspur',NULL,3924),(43053,'Lawndale',NULL,3924),(43054,'Laytonville',NULL,3924),(43055,'Lemon Grove',NULL,3924),(43056,'Lemoore',NULL,3924),(43057,'Lennox',NULL,3924),(43058,'Linda',NULL,3924),(43059,'Lindsay',NULL,3924),(43060,'Live Oak',NULL,3924),(43061,'Livermore',NULL,3924),(43062,'Livingston',NULL,3924),(43063,'Lodi',NULL,3924),(43064,'Loma Linda',NULL,3924),(43065,'Lomita',NULL,3924),(43066,'Lompoc',NULL,3924),(43067,'Long Beach',NULL,3924),(43068,'Los Alamitos',NULL,3924),(43069,'Los Altos',NULL,3924),(43070,'Los Angeles',NULL,3924),(43071,'Los Angeles East',NULL,3924),(43072,'Los Banos',NULL,3924),(43073,'Los Gatos',NULL,3924),(43074,'Los Olivos',NULL,3924),(43075,'Lynwood',NULL,3924),(43076,'MacKinleyville',NULL,3924),(43077,'Madera',NULL,3924),(43078,'Magalia',NULL,3924),(43079,'Malibu',NULL,3924),(43080,'Mammoth Lakes',NULL,3924),(43081,'Manhattan Beach',NULL,3924),(43082,'Manteca',NULL,3924),(43083,'Marina',NULL,3924),(43084,'Marina del Rey',NULL,3924),(43085,'Mariposa',NULL,3924),(43086,'Marshall',NULL,3924),(43087,'Martinez',NULL,3924),(43088,'Marysville',NULL,3924),(43089,'Maywood',NULL,3924),(43090,'Menlo Park',NULL,3924),(43091,'Merced',NULL,3924),(43092,'Middletown',NULL,3924),(43093,'Midway City',NULL,3924),(43094,'Mill Valley',NULL,3924),(43095,'Millbrae',NULL,3924),(43096,'Milpitas',NULL,3924),(43097,'Mira Loma',NULL,3924),(43098,'Miranda',NULL,3924),(43099,'Mission Viejo',NULL,3924),(43100,'Modesto',NULL,3924),(43101,'Monclair',NULL,3924),(43102,'Monrovia',NULL,3924),(43103,'Montara',NULL,3924),(43104,'Montclair',NULL,3924),(43105,'Montebello',NULL,3924),(43106,'Montecito',NULL,3924),(43107,'Monterey',NULL,3924),(43108,'Monterey Park',NULL,3924),(43109,'Moorpark',NULL,3924),(43110,'Moraga Town',NULL,3924),(43111,'Moreno Valley',NULL,3924),(43112,'Morgan Hill',NULL,3924),(43113,'Morro Bay',NULL,3924),(43114,'Moss Beach',NULL,3924),(43115,'Mount Shasta',NULL,3924),(43116,'Mountain View',NULL,3924),(43117,'Murrieta',NULL,3924),(43118,'N. Hollywood',NULL,3924),(43119,'Napa',NULL,3924),(43120,'National City',NULL,3924),(43121,'Nevada City',NULL,3924),(43122,'Newark',NULL,3924),(43123,'Newport Beach',NULL,3924),(43124,'Norco',NULL,3924),(43125,'North Auburn',NULL,3924),(43126,'North Fair Oaks',NULL,3924),(43127,'North Fork',NULL,3924),(43128,'North Highlands',NULL,3924),(43129,'North Hills',NULL,3924),(43130,'North Hollywood',NULL,3924),(43131,'Northridge',NULL,3924),(43132,'Norwalk',NULL,3924),(43133,'Novato',NULL,3924),(43134,'Nuevo',NULL,3924),(43135,'Oak View',NULL,3924),(43136,'Oakdale',NULL,3924),(43137,'Oakhurst',NULL,3924),(43138,'Oakland',NULL,3924),(43139,'Oakley',NULL,3924),(43140,'Oceanside',NULL,3924),(43141,'Oildale',NULL,3924),(43142,'Ojai',NULL,3924),(43143,'Olivehurst',NULL,3924),(43144,'Ontario',NULL,3924),(43145,'Orange',NULL,3924),(43146,'Orangevale',NULL,3924),(43147,'Orcutt',NULL,3924),(43148,'Oregon House',NULL,3924),(43149,'Orinda',NULL,3924),(43150,'Oroville',NULL,3924),(43151,'Oxnard',NULL,3924),(43152,'Pacific Grove',NULL,3924),(43153,'Pacific Palisades',NULL,3924),(43154,'Pacifica',NULL,3924),(43155,'Pacoima',NULL,3924),(43156,'Pajaro',NULL,3924),(43157,'Palm Desert',NULL,3924),(43158,'Palm Springs',NULL,3924),(43159,'Palmdale',NULL,3924),(43160,'Palo Alto',NULL,3924),(43161,'Palos Verdes Estates',NULL,3924),(43162,'Pamona',NULL,3924),(43163,'Panorama City',NULL,3924),(43164,'Paradise',NULL,3924),(43165,'Paramount',NULL,3924),(43166,'Parkway-South Sacramento',NULL,3924),(43167,'Parlier',NULL,3924),(43168,'Pasadena',NULL,3924),(43169,'Patterson',NULL,3924),(43170,'Pedley',NULL,3924),(43171,'Perris',NULL,3924),(43172,'Petaluma',NULL,3924),(43173,'Pico Rivera',NULL,3924),(43174,'Piedmont',NULL,3924),(43175,'Pinole',NULL,3924),(43176,'Pismo Beach',NULL,3924),(43177,'Pittsburg',NULL,3924),(43178,'Placentia',NULL,3924),(43179,'Placerville',NULL,3924),(43180,'Playa del Rey',NULL,3924),(43181,'Pleasant Hill',NULL,3924),(43182,'Pleasanton',NULL,3924),(43183,'Plymouth',NULL,3924),(43184,'Point Reyes Station',NULL,3924),(43185,'Pollock Pines',NULL,3924),(43186,'Pomona',NULL,3924),(43187,'Port Costa',NULL,3924),(43188,'Port Hueneme',NULL,3924),(43189,'Porterville',NULL,3924),(43190,'Poway',NULL,3924),(43191,'Quartz Hill',NULL,3924),(43192,'Ramona',NULL,3924),(43193,'Rancho Cordova',NULL,3924),(43194,'Rancho Cucamonga',NULL,3924),(43195,'Rancho Dominguez',NULL,3924),(43196,'Rancho Mirage',NULL,3924),(43197,'Rancho Murieta',NULL,3924),(43198,'Rancho Palos Verdes',NULL,3924),(43199,'Rancho San Diego',NULL,3924),(43200,'Rancho Santa Margarita',NULL,3924),(43201,'Red Bluff',NULL,3924),(43202,'Redding',NULL,3924),(43203,'Redlands',NULL,3924),(43204,'Redondo Beach',NULL,3924),(43205,'Redway',NULL,3924),(43206,'Redwood City',NULL,3924),(43207,'Reedley',NULL,3924),(43208,'Reseda',NULL,3924),(43209,'Rialto',NULL,3924),(43210,'Richmond',NULL,3924),(43211,'Ridgecrest',NULL,3924),(43212,'Rio Linda',NULL,3924),(43213,'Rio Nido',NULL,3924),(43214,'Rio del Mar',NULL,3924),(43215,'Riverbank',NULL,3924),(43216,'Riverside',NULL,3924),(43217,'Rocklin',NULL,3924),(43218,'Rohnert Park',NULL,3924),(43219,'Rolling Hills',NULL,3924),(43220,'Rosamond',NULL,3924),(43221,'Roseland',NULL,3924),(43222,'Rosemead',NULL,3924),(43223,'Rosemont',NULL,3924),(43224,'Roseville',NULL,3924),(43225,'Rossmoor',NULL,3924),(43226,'Rowland Heights',NULL,3924),(43227,'Rubidoux',NULL,3924),(43228,'Sacramento',NULL,3924),(43229,'Salinas',NULL,3924),(43230,'San Anselmo',NULL,3924),(43231,'San Bernardino',NULL,3924),(43232,'San Bruno',NULL,3924),(43233,'San Buenaventura',NULL,3924),(43234,'San Carlos',NULL,3924),(43235,'San Clemente',NULL,3924),(43236,'San Diego',NULL,3924),(43237,'San Dimas',NULL,3924),(43238,'San Fernando',NULL,3924),(43239,'San Francisco',NULL,3924),(43240,'San Gabriel',NULL,3924),(43241,'San Jacinto',NULL,3924),(43242,'San Jose',NULL,3924),(43243,'San Juan Capistrano',NULL,3924),(43244,'San Leandro',NULL,3924),(43245,'San Lorenzo',NULL,3924),(43246,'San Luis Obispo',NULL,3924),(43247,'San Marcos',NULL,3924),(43248,'San Marino',NULL,3924),(43249,'San Mateo',NULL,3924),(43250,'San Pablo',NULL,3924),(43251,'San Pedro',NULL,3924),(43252,'San Rafael',NULL,3924),(43253,'San Ramon',NULL,3924),(43254,'San Ysidro',NULL,3924),(43255,'Sanger',NULL,3924),(43256,'Santa Ana',NULL,3924),(43257,'Santa Barbara',NULL,3924),(43258,'Santa Clara',NULL,3924),(43259,'Santa Clarita',NULL,3924),(43260,'Santa Cruz',NULL,3924),(43261,'Santa Fe Springs',NULL,3924),(43262,'Santa Maria',NULL,3924),(43263,'Santa Monica',NULL,3924),(43264,'Santa Paula',NULL,3924),(43265,'Santa Rosa',NULL,3924),(43266,'Santa Ynez',NULL,3924),(43267,'Santee',NULL,3924),(43268,'Saratoga',NULL,3924),(43269,'Sausalito',NULL,3924),(43270,'Scotts Valley',NULL,3924),(43271,'Seal Beach',NULL,3924),(43272,'Seaside',NULL,3924),(43273,'Sebastopol',NULL,3924),(43274,'Selma',NULL,3924),(43275,'Shafter',NULL,3924),(43276,'Sherman Oaks',NULL,3924),(43277,'Sierra Madre',NULL,3924),(43278,'Signal Hill',NULL,3924),(43279,'Simi Valley',NULL,3924),(43280,'Solana Beach',NULL,3924),(43281,'Soledad',NULL,3924),(43282,'Solvang',NULL,3924),(43283,'Sonoma',NULL,3924),(43284,'Sonora',NULL,3924),(43285,'Soquel',NULL,3924),(43286,'South El Monte',NULL,3924),(43287,'South Gate',NULL,3924),(43288,'South Lake Tahoe',NULL,3924),(43289,'South Pasadena',NULL,3924),(43290,'South San Francisco',NULL,3924),(43291,'South San Jose Hills',NULL,3924),(43292,'South Whittier',NULL,3924),(43293,'South Yuba City',NULL,3924),(43294,'Spring Valley',NULL,3924),(43295,'St. Helena',NULL,3924),(43296,'Stanford',NULL,3924),(43297,'Stanton',NULL,3924),(43298,'Stevenson Ranch',NULL,3924),(43299,'Stockton',NULL,3924),(43300,'Strathmore',NULL,3924),(43301,'Studio City',NULL,3924),(43302,'Suisun City',NULL,3924),(43303,'Sun City',NULL,3924),(43304,'Sun Valley',NULL,3924),(43305,'Sunland',NULL,3924),(43306,'Sunnyvale',NULL,3924),(43307,'Susanville',NULL,3924),(43308,'Sutter',NULL,3924),(43309,'Sylmar',NULL,3924),(43310,'Tahoe City',NULL,3924),(43311,'Tamalpais-Homestead Valley',NULL,3924),(43312,'Tarzana',NULL,3924),(43313,'Tehachapi',NULL,3924),(43314,'Temecula',NULL,3924),(43315,'Temple City',NULL,3924),(43316,'Thousand Oaks',NULL,3924),(43317,'Tiburon',NULL,3924),(43318,'Topanga',NULL,3924),(43319,'Torrance',NULL,3924),(43320,'Trabuco Canyon',NULL,3924),(43321,'Tracy',NULL,3924),(43322,'Trinidad',NULL,3924),(43323,'Trona',NULL,3924),(43324,'Truckee',NULL,3924),(43325,'Tujunga',NULL,3924),(43326,'Tulare',NULL,3924),(43327,'Turlock',NULL,3924),(43328,'Tustin',NULL,3924),(43329,'Tustin Foothills',NULL,3924),(43330,'Twentynine Palms',NULL,3924),(43331,'Twentynine Palms Base',NULL,3924),(43332,'Ukiah',NULL,3924),(43333,'Union City',NULL,3924),(43334,'Upland',NULL,3924),(43335,'Vacaville',NULL,3924),(43336,'Valencia',NULL,3924),(43337,'Valinda',NULL,3924),(43338,'Valle Vista',NULL,3924),(43339,'Vallejo',NULL,3924),(43340,'Valley Center',NULL,3924),(43341,'Valley Glen',NULL,3924),(43342,'Valley Village',NULL,3924),(43343,'Van Nuys',NULL,3924),(43344,'Vandenberg Air Force Base',NULL,3924),(43345,'Venice',NULL,3924),(43346,'Ventura',NULL,3924),(43347,'Vernon',NULL,3924),(43348,'Victorville',NULL,3924),(43349,'View Park-Windsor Hills',NULL,3924),(43350,'Vincent',NULL,3924),(43351,'Visalia',NULL,3924),(43352,'Vista',NULL,3924),(43353,'Walnut',NULL,3924),(43354,'Walnut Creek',NULL,3924),(43355,'Walnut Park',NULL,3924),(43356,'Wasco',NULL,3924),(43357,'Waterford',NULL,3924),(43358,'Watsonville',NULL,3924),(43359,'West Athens',NULL,3924),(43360,'West Carson',NULL,3924),(43361,'West Covina',NULL,3924),(43362,'West Hills',NULL,3924),(43363,'West Hollywood',NULL,3924),(43364,'West Puente Valley',NULL,3924),(43365,'West Sacramento',NULL,3924),(43366,'West Whittier-Los Nietos',NULL,3924),(43367,'Westlake Village',NULL,3924),(43368,'Westminster',NULL,3924),(43369,'Westmont',NULL,3924),(43370,'Whittier',NULL,3924),(43371,'Wildomar',NULL,3924),(43372,'Willits',NULL,3924),(43373,'Willowbrook',NULL,3924),(43374,'Wilmington',NULL,3924),(43375,'Windsor',NULL,3924),(43376,'Woodland',NULL,3924),(43377,'Woodland Hills',NULL,3924),(43378,'Yorba Linda',NULL,3924),(43379,'Yreka',NULL,3924),(43380,'Yuba City',NULL,3924),(43381,'Yucaipa',NULL,3924),(43382,'Yucca Valley',NULL,3924),(43383,'Air Force Academy',NULL,3926),(43384,'Alamosa',NULL,3926),(43385,'Applewood',NULL,3926),(43386,'Arvada',NULL,3926),(43387,'Aspen',NULL,3926),(43388,'Aurora',NULL,3926),(43389,'Avon',NULL,3926),(43390,'Basalt',NULL,3926),(43391,'Bellvue',NULL,3926),(43392,'Black Forest',NULL,3926),(43393,'Boulder',NULL,3926),(43394,'Brighton',NULL,3926),(43395,'Broomfield',NULL,3926),(43396,'Canon City',NULL,3926),(43397,'Carbondale',NULL,3926),(43398,'Castle Rock',NULL,3926),(43399,'Castlewood',NULL,3926),(43400,'Centennial',NULL,3926),(43401,'Cimarron Hills',NULL,3926),(43402,'Clifton',NULL,3926),(43403,'Colorado Springs',NULL,3926),(43404,'Columbine',NULL,3926),(43405,'Commerce City',NULL,3926),(43406,'Cortez',NULL,3926),(43407,'Crawford',NULL,3926),(43408,'Denver',NULL,3926),(43409,'Durango',NULL,3926),(43410,'Edwards',NULL,3926),(43411,'Elizabeth',NULL,3926),(43412,'Englewood',NULL,3926),(43413,'Estes Park',NULL,3926),(43414,'Evergreen',NULL,3926),(43415,'Federal Heights',NULL,3926),(43416,'Fort Carson',NULL,3926),(43417,'Fort Collins',NULL,3926),(43418,'Fort Morgan',NULL,3926),(43419,'Fountain',NULL,3926),(43420,'Golden',NULL,3926),(43421,'Grand Junction',NULL,3926),(43422,'Greeley',NULL,3926),(43423,'Greenwood Village',NULL,3926),(43424,'Gunbarrel',NULL,3926),(43425,'Highlands Ranch',NULL,3926),(43426,'Holly',NULL,3926),(43427,'Ken Caryl',NULL,3926),(43428,'Lafayette',NULL,3926),(43429,'Lakewood',NULL,3926),(43430,'Littleton',NULL,3926),(43431,'Longmont',NULL,3926),(43432,'Louisville',NULL,3926),(43433,'Loveland',NULL,3926),(43434,'Lyons',NULL,3926),(43435,'Montrose',NULL,3926),(43436,'Monument',NULL,3926),(43437,'Nederland',NULL,3926),(43438,'Niwot',NULL,3926),(43439,'Northglenn',NULL,3926),(43440,'Pagosa Springs',NULL,3926),(43441,'Parker',NULL,3926),(43442,'Penrose',NULL,3926),(43443,'Peyton',NULL,3926),(43444,'Pueblo',NULL,3926),(43445,'Redlands',NULL,3926),(43446,'Ridgway',NULL,3926),(43447,'Rifle',NULL,3926),(43448,'Rocky Ford',NULL,3926),(43449,'Sanford',NULL,3926),(43450,'Security-Widefield',NULL,3926),(43451,'Sherrelwood',NULL,3926),(43452,'Silver Cliff',NULL,3926),(43453,'Snowmass Village',NULL,3926),(43454,'Southglenn',NULL,3926),(43455,'Steamboat Springs',NULL,3926),(43456,'Sterling',NULL,3926),(43457,'Superior',NULL,3926),(43458,'Telluride',NULL,3926),(43459,'Thornton',NULL,3926),(43460,'Vail',NULL,3926),(43461,'Welby',NULL,3926),(43462,'Westcliffe',NULL,3926),(43463,'Westminster',NULL,3926),(43464,'Wheat Ridge',NULL,3926),(43465,'Woodland Park',NULL,3926),(43466,'Ansonia',NULL,3927),(43467,'Avon',NULL,3927),(43468,'Bethel',NULL,3927),(43469,'Bethlehem',NULL,3927),(43470,'Bloomfield',NULL,3927),(43471,'Branford',NULL,3927),(43472,'Bridgeport',NULL,3927),(43473,'Bristol',NULL,3927),(43474,'Canaan',NULL,3927),(43475,'Canton',NULL,3927),(43476,'Central Manchester',NULL,3927),(43477,'Cheshire',NULL,3927),(43478,'Colchester',NULL,3927),(43479,'Conning Towers-Nautilus Park',NULL,3927),(43480,'Coscob',NULL,3927),(43481,'Cranbury',NULL,3927),(43482,'Cromwell',NULL,3927),(43483,'Danbury',NULL,3927),(43484,'Darien',NULL,3927),(43485,'Dayville',NULL,3927),(43486,'Derby',NULL,3927),(43487,'East Hartford',NULL,3927),(43488,'East Haven',NULL,3927),(43489,'Ellington',NULL,3927),(43490,'Enfield',NULL,3927),(43491,'Fairfield',NULL,3927),(43492,'Farmington',NULL,3927),(43493,'Glastonbury',NULL,3927),(43494,'Greens Farms',NULL,3927),(43495,'Greenwich',NULL,3927),(43496,'Groton',NULL,3927),(43497,'Guilford',NULL,3927),(43498,'Haddam',NULL,3927),(43499,'Hamden',NULL,3927),(43500,'Hartford',NULL,3927),(43501,'Harwinton',NULL,3927),(43502,'Lakeville',NULL,3927),(43503,'Lyme',NULL,3927),(43504,'Madison',NULL,3927),(43505,'Manchester',NULL,3927),(43506,'Meriden',NULL,3927),(43507,'Middletown',NULL,3927),(43508,'Milford',NULL,3927),(43509,'Monroe',NULL,3927),(43510,'Mystic',NULL,3927),(43511,'Naugatuck',NULL,3927),(43512,'New Britain',NULL,3927),(43513,'New Canaan',NULL,3927),(43514,'New Hartford',NULL,3927),(43515,'New Haven',NULL,3927),(43516,'New London',NULL,3927),(43517,'New Milford',NULL,3927),(43518,'New Town',NULL,3927),(43519,'Newington',NULL,3927),(43520,'North Haven',NULL,3927),(43521,'North Stonington',NULL,3927),(43522,'Norwalk',NULL,3927),(43523,'Norwich',NULL,3927),(43524,'Old Saybrook',NULL,3927),(43525,'Oneco',NULL,3927),(43526,'Orange',NULL,3927),(43527,'Pawcatuck',NULL,3927),(43528,'Plainville',NULL,3927),(43529,'Portland',NULL,3927),(43530,'Putnam',NULL,3927),(43531,'Riverside',NULL,3927),(43532,'Rocky Hill',NULL,3927),(43533,'Rowayton',NULL,3927),(43534,'Sandy Hook',NULL,3927),(43535,'Seymour',NULL,3927),(43536,'Sharon',NULL,3927),(43537,'Shelton',NULL,3927),(43538,'South Windsor',NULL,3927),(43539,'Southington',NULL,3927),(43540,'Southport',NULL,3927),(43541,'Stamford',NULL,3927),(43542,'Sterling',NULL,3927),(43543,'Storrs',NULL,3927),(43544,'Stratford',NULL,3927),(43545,'Suffield',NULL,3927),(43546,'Taftville',NULL,3927),(43547,'Terryville',NULL,3927),(43548,'Tolland',NULL,3927),(43549,'Torrington',NULL,3927),(43550,'Trumbull',NULL,3927),(43551,'Vernon',NULL,3927),(43552,'Wallingford Center',NULL,3927),(43553,'Waterbury',NULL,3927),(43554,'Watertown',NULL,3927),(43555,'West Hartford',NULL,3927),(43556,'West Haven',NULL,3927),(43557,'Weston',NULL,3927),(43558,'Westport',NULL,3927),(43559,'Wethersfield',NULL,3927),(43560,'Willimantic',NULL,3927),(43561,'Wilton',NULL,3927),(43562,'Windsor',NULL,3927),(43563,'Windsor Locks',NULL,3927),(43564,'Winsted',NULL,3927),(43565,'Woodbury',NULL,3927),(43566,'Woodstock',NULL,3927),(43567,'pomfret',NULL,3927),(43568,'Bear',NULL,3928),(43569,'Brookside',NULL,3928),(43570,'Claymont',NULL,3928),(43571,'Dover',NULL,3928),(43572,'Dover Base Housing',NULL,3928),(43573,'Edgemoor',NULL,3928),(43574,'Elsmere',NULL,3928),(43575,'Georgetown',NULL,3928),(43576,'Greenville',NULL,3928),(43577,'Middletown',NULL,3928),(43578,'Milford',NULL,3928),(43579,'Milton',NULL,3928),(43580,'Newark',NULL,3928),(43581,'Pike Creek',NULL,3928),(43582,'Seaford',NULL,3928),(43583,'Smyrna',NULL,3928),(43584,'Stanton',NULL,3928),(43585,'Talleyville',NULL,3928),(43586,'Wilmington',NULL,3928),(43587,'Wilmington Manor',NULL,3928),(43588,'Alachua',NULL,3930),(43589,'Altamonte Springs',NULL,3930),(43590,'Apopka',NULL,3930),(43591,'Atlantic Beach',NULL,3930),(43592,'Auburndale',NULL,3930),(43593,'Aventura',NULL,3930),(43594,'Avon Park',NULL,3930),(43595,'Azalea Park',NULL,3930),(43596,'Bal Harbour',NULL,3930),(43597,'Bartow',NULL,3930),(43598,'Bayonet Point',NULL,3930),(43599,'Bayshore Gardens',NULL,3930),(43600,'Beach',NULL,3930),(43601,'Bellair-Meadowbrook Terrace',NULL,3930),(43602,'Belle Glade',NULL,3930),(43603,'Bellview',NULL,3930),(43604,'Beverly Hills',NULL,3930),(43605,'Bloomingdale',NULL,3930),(43606,'Boca Raton',NULL,3930),(43607,'Boca del Mar',NULL,3930),(43608,'Bonita Springs',NULL,3930),(43609,'Boynton Beach',NULL,3930),(43610,'Bradenton',NULL,3930),(43611,'Brandon',NULL,3930),(43612,'Brent',NULL,3930),(43613,'Brooksville',NULL,3930),(43614,'Brownsville',NULL,3930),(43615,'Buena Ventura Lakes',NULL,3930),(43616,'Bunnell',NULL,3930),(43617,'Callaway',NULL,3930),(43618,'Cape Coral',NULL,3930),(43619,'Carol City',NULL,3930),(43620,'Casselberry',NULL,3930),(43621,'Catalina Foothills',NULL,3930),(43622,'Celebration',NULL,3930),(43623,'Century Village',NULL,3930),(43624,'Citrus Park',NULL,3930),(43625,'Clearwater',NULL,3930),(43626,'Clermont',NULL,3930),(43627,'Cocoa',NULL,3930),(43628,'Cocoa Beach',NULL,3930),(43629,'Coconut Creek',NULL,3930),(43630,'Coconut Grove',NULL,3930),(43631,'Conway',NULL,3930),(43632,'Cooper City',NULL,3930),(43633,'Coral Gables',NULL,3930),(43634,'Coral Springs',NULL,3930),(43635,'Coral Terrace',NULL,3930),(43636,'Cortlandt Manor',NULL,3930),(43637,'Country Club',NULL,3930),(43638,'Crestview',NULL,3930),(43639,'Crystal River',NULL,3930),(43640,'Cutler',NULL,3930),(43641,'Cutler Ridge',NULL,3930),(43642,'Cypress Gardens',NULL,3930),(43643,'Cypress Lake',NULL,3930),(43644,'Dania',NULL,3930),(43645,'Dania Beach',NULL,3930),(43646,'Davie',NULL,3930),(43647,'Daytona Beach',NULL,3930),(43648,'De Bary',NULL,3930),(43649,'De Funiak Springs',NULL,3930),(43650,'De Land',NULL,3930),(43651,'Debary',NULL,3930),(43652,'Deer Park',NULL,3930),(43653,'Deerfield Beach',NULL,3930),(43654,'Del Rio',NULL,3930),(43655,'Delray Beach',NULL,3930),(43656,'Deltona',NULL,3930),(43657,'Destin',NULL,3930),(43658,'Doctor Phillips',NULL,3930),(43659,'Dora',NULL,3930),(43660,'Doral',NULL,3930),(43661,'Dundee',NULL,3930),(43662,'Dunedin',NULL,3930),(43663,'East Lake',NULL,3930),(43664,'Edgewater',NULL,3930),(43665,'Eglin Air Force Base',NULL,3930),(43666,'Egypt Lake-Leto',NULL,3930),(43667,'Elfers',NULL,3930),(43668,'Englewood',NULL,3930),(43669,'Ensley',NULL,3930),(43670,'Eustis',NULL,3930),(43671,'Fairview Shores',NULL,3930),(43672,'Fern Park',NULL,3930),(43673,'Fernandina Beach',NULL,3930),(43674,'Ferry Pass',NULL,3930),(43675,'Flagler Beach',NULL,3930),(43676,'Floral City',NULL,3930),(43677,'Florida City',NULL,3930),(43678,'Florida Ridge',NULL,3930),(43679,'Forest City',NULL,3930),(43680,'Fort Lauderdale',NULL,3930),(43681,'Fort Myers',NULL,3930),(43682,'Fort Myers Beach',NULL,3930),(43683,'Fort Pierce',NULL,3930),(43684,'Fort Walton Beach',NULL,3930),(43685,'Freeport',NULL,3930),(43686,'Fruitville',NULL,3930),(43687,'Ft. Lauderdale',NULL,3930),(43688,'Gainesville',NULL,3930),(43689,'Gladeview',NULL,3930),(43690,'Glenvar Heights',NULL,3930),(43691,'Golden Gate',NULL,3930),(43692,'Golden Glades',NULL,3930),(43693,'Goldenrod',NULL,3930),(43694,'Greater Carrollwood',NULL,3930),(43695,'Greater Northdale',NULL,3930),(43696,'Green Cove Springs',NULL,3930),(43697,'Greenacres',NULL,3930),(43698,'Gulf Gate Estates',NULL,3930),(43699,'Gulfport',NULL,3930),(43700,'Haines City',NULL,3930),(43701,'Hallandale',NULL,3930),(43702,'Hallandale Beach',NULL,3930),(43703,'Hammocks',NULL,3930),(43704,'Hamptons at Boca Raton',NULL,3930),(43705,'Havana',NULL,3930),(43706,'Hialeah',NULL,3930),(43707,'Hialeah Gardens',NULL,3930),(43708,'Highpoint',NULL,3930),(43709,'Hobe Sound',NULL,3930),(43710,'Holiday',NULL,3930),(43711,'Holly Hill',NULL,3930),(43712,'Hollywood',NULL,3930),(43713,'Homestead',NULL,3930),(43714,'Homosassa',NULL,3930),(43715,'Hudson',NULL,3930),(43716,'Immokalee',NULL,3930),(43717,'Inverness',NULL,3930),(43718,'Iona',NULL,3930),(43719,'Ives Estates',NULL,3930),(43720,'Jacksonville',NULL,3930),(43721,'Jacksonville Beach',NULL,3930),(43722,'Jasmine Estates',NULL,3930),(43723,'Jensen Beach',NULL,3930),(43724,'Jupiter',NULL,3930),(43725,'Kendale Lakes',NULL,3930),(43726,'Kendall',NULL,3930),(43727,'Kendall West',NULL,3930),(43728,'Key Biscayne',NULL,3930),(43729,'Key Largo',NULL,3930),(43730,'Key West',NULL,3930),(43731,'Kings Point',NULL,3930),(43732,'Kissimmee',NULL,3930),(43733,'Lady Lake',NULL,3930),(43734,'Lake Alfred',NULL,3930),(43735,'Lake City',NULL,3930),(43736,'Lake Lucerne',NULL,3930),(43737,'Lake Magdalene',NULL,3930),(43738,'Lake Mary',NULL,3930),(43739,'Lake Placid',NULL,3930),(43740,'Lake Wales',NULL,3930),(43741,'Lake Worth',NULL,3930),(43742,'Lakeland',NULL,3930),(43743,'Lakeland Highlands',NULL,3930),(43744,'Lakeside',NULL,3930),(43745,'Land O\'Lakes',NULL,3930),(43746,'Largo',NULL,3930),(43747,'Lauderdale Lakes',NULL,3930),(43748,'Lauderhill',NULL,3930),(43749,'Laurel',NULL,3930),(43750,'Lecanto',NULL,3930),(43751,'Leesburg',NULL,3930),(43752,'Lehigh Acres',NULL,3930),(43753,'Leisure City',NULL,3930),(43754,'Lighthouse Point',NULL,3930),(43755,'Lockhart',NULL,3930),(43756,'Longwood',NULL,3930),(43757,'Loxahatchee',NULL,3930),(43758,'Lutz',NULL,3930),(43759,'Lynn Haven',NULL,3930),(43760,'Madison',NULL,3930),(43761,'Maitland',NULL,3930),(43762,'Mango',NULL,3930),(43763,'Marathon',NULL,3930),(43764,'Marco',NULL,3930),(43765,'Margate',NULL,3930),(43766,'Medley',NULL,3930),(43767,'Melbourne',NULL,3930),(43768,'Merritt Island',NULL,3930),(43769,'Miami',NULL,3930),(43770,'Miami Beach',NULL,3930),(43771,'Miami Gardens',NULL,3930),(43772,'Miami Lakes',NULL,3930),(43773,'Miami Shores',NULL,3930),(43774,'Miami Springs',NULL,3930),(43775,'Micco',NULL,3930),(43776,'Milton',NULL,3930),(43777,'Mims',NULL,3930),(43778,'Miramar',NULL,3930),(43779,'Mulberry',NULL,3930),(43780,'Myrtle Grove',NULL,3930),(43781,'Naples',NULL,3930),(43782,'Naples Park',NULL,3930),(43783,'Naranja',NULL,3930),(43784,'New Port Richey',NULL,3930),(43785,'New Port Richey East',NULL,3930),(43786,'New Smyrna Beach',NULL,3930),(43787,'Niceville',NULL,3930),(43788,'Nokomis',NULL,3930),(43789,'Norland',NULL,3930),(43790,'North Andrews Gardens',NULL,3930),(43791,'North Fort Myers',NULL,3930),(43792,'North Lauderdale',NULL,3930),(43793,'North Miami',NULL,3930),(43794,'North Miami Beach',NULL,3930),(43795,'North Naples',NULL,3930),(43796,'North Palm Beach',NULL,3930),(43797,'North Port',NULL,3930),(43798,'Oak Ridge',NULL,3930),(43799,'Oakland Park',NULL,3930),(43800,'Ocala',NULL,3930),(43801,'Ocoee',NULL,3930),(43802,'Ojus',NULL,3930),(43803,'Okeechobee',NULL,3930),(43804,'Oldsmar',NULL,3930),(43805,'Olympia Heights',NULL,3930),(43806,'Opa-locka',NULL,3930),(43807,'Orange City',NULL,3930),(43808,'Orange Park',NULL,3930),(43809,'Orlando',NULL,3930),(43810,'Ormond Beach',NULL,3930),(43811,'Ormond-by-the-Sea',NULL,3930),(43812,'Osprey',NULL,3930),(43813,'Oviedo',NULL,3930),(43814,'Palatka',NULL,3930),(43815,'Palm Bay',NULL,3930),(43816,'Palm Beach',NULL,3930),(43817,'Palm Beach Gardens',NULL,3930),(43818,'Palm City',NULL,3930),(43819,'Palm Coast',NULL,3930),(43820,'Palm Harbor',NULL,3930),(43821,'Palm River-Clair Mel',NULL,3930),(43822,'Palm Valley',NULL,3930),(43823,'Palmetto',NULL,3930),(43824,'Palmetto Estates',NULL,3930),(43825,'Panama City',NULL,3930),(43826,'Parkland',NULL,3930),(43827,'Pembroke Park',NULL,3930),(43828,'Pembroke Pines',NULL,3930),(43829,'Pensacola',NULL,3930),(43830,'Perrine',NULL,3930),(43831,'Pine Castle',NULL,3930),(43832,'Pine Hills',NULL,3930),(43833,'Pinellas Park',NULL,3930),(43834,'Pinewood',NULL,3930),(43835,'Plant City',NULL,3930),(43836,'Plantation',NULL,3930),(43837,'Pompano Beach',NULL,3930),(43838,'Pompano Beach Highlands',NULL,3930),(43839,'Ponte Vedra',NULL,3930),(43840,'Port Charlotte',NULL,3930),(43841,'Port Orange',NULL,3930),(43842,'Port Saint John',NULL,3930),(43843,'Port Saint Lucie',NULL,3930),(43844,'Punta Gorda',NULL,3930),(43845,'Quincy',NULL,3930),(43846,'Redington Shores',NULL,3930),(43847,'Richmond Heights',NULL,3930),(43848,'Richmond West',NULL,3930),(43849,'Riverview',NULL,3930),(43850,'Riviera Beach',NULL,3930),(43851,'Rockledge',NULL,3930),(43852,'Royal Palm Beach',NULL,3930),(43853,'Safety Harbor',NULL,3930),(43854,'Saint Augustine',NULL,3930),(43855,'Saint Cloud',NULL,3930),(43856,'Saint Petersburg',NULL,3930),(43857,'Saint Petersburg Beach',NULL,3930),(43858,'San Carlos Park',NULL,3930),(43859,'Sandalfoot Cove',NULL,3930),(43860,'Sanford',NULL,3930),(43861,'Sanibel',NULL,3930),(43862,'Sarasota',NULL,3930),(43863,'Sarasota Springs',NULL,3930),(43864,'Satellite Beach',NULL,3930),(43865,'Scott Lake',NULL,3930),(43866,'Sebastian',NULL,3930),(43867,'Seminole',NULL,3930),(43868,'Shalimar',NULL,3930),(43869,'South Bradenton',NULL,3930),(43870,'South Daytona',NULL,3930),(43871,'South Miami',NULL,3930),(43872,'South Miami Heights',NULL,3930),(43873,'South Patrick Shores',NULL,3930),(43874,'South Venice',NULL,3930),(43875,'Spring Hill',NULL,3930),(43876,'Stuart',NULL,3930),(43877,'Sun City Center',NULL,3930),(43878,'Sunny Isles',NULL,3930),(43879,'Sunrise',NULL,3930),(43880,'Sunset',NULL,3930),(43881,'Sweetwater',NULL,3930),(43882,'Tallahassee',NULL,3930),(43883,'Tamarac',NULL,3930),(43884,'Tamiami',NULL,3930),(43885,'Tampa',NULL,3930),(43886,'Tarpon Springs',NULL,3930),(43887,'Temple Terrace',NULL,3930),(43888,'The Crossings',NULL,3930),(43889,'The Hammocks',NULL,3930),(43890,'Titusville',NULL,3930),(43891,'Town\'n\'Country',NULL,3930),(43892,'University',NULL,3930),(43893,'University Park',NULL,3930),(43894,'Valrico',NULL,3930),(43895,'Venice',NULL,3930),(43896,'Vero Beach',NULL,3930),(43897,'Vero Beach South',NULL,3930),(43898,'Villas',NULL,3930),(43899,'Warrington',NULL,3930),(43900,'Wekiva Springs',NULL,3930),(43901,'Wellington',NULL,3930),(43902,'Wesley Chapel',NULL,3930),(43903,'West Little River',NULL,3930),(43904,'West Palm Beach',NULL,3930),(43905,'West Park',NULL,3930),(43906,'West Pensacola',NULL,3930),(43907,'West and East Lealman',NULL,3930),(43908,'Westchester',NULL,3930),(43909,'Weston',NULL,3930),(43910,'Westview',NULL,3930),(43911,'Westwood Lakes',NULL,3930),(43912,'Wilton Manors',NULL,3930),(43913,'Windermere',NULL,3930),(43914,'Winston',NULL,3930),(43915,'Winter Garden',NULL,3930),(43916,'Winter Haven',NULL,3930),(43917,'Winter Park',NULL,3930),(43918,'Winter Springs',NULL,3930),(43919,'Wright',NULL,3930),(43920,'Yeehaw Junction',NULL,3930),(43921,'Acworth',NULL,3931),(43922,'Adel',NULL,3931),(43923,'Albany',NULL,3931),(43924,'Alma',NULL,3931),(43925,'Alpharetta',NULL,3931),(43926,'Americus',NULL,3931),(43927,'Athens',NULL,3931),(43928,'Athens-Clarke',NULL,3931),(43929,'Atlanta',NULL,3931),(43930,'Auburn',NULL,3931),(43931,'Augusta-Richmond',NULL,3931),(43932,'Austell',NULL,3931),(43933,'Bainbridge',NULL,3931),(43934,'Barnesville',NULL,3931),(43935,'Belvedere Park',NULL,3931),(43936,'Bogart',NULL,3931),(43937,'Bowdon',NULL,3931),(43938,'Braselton',NULL,3931),(43939,'Brunswick',NULL,3931),(43940,'Buford',NULL,3931),(43941,'Byron',NULL,3931),(43942,'Cairo',NULL,3931),(43943,'Calhoun',NULL,3931),(43944,'Candler-MacAfee',NULL,3931),(43945,'Canton',NULL,3931),(43946,'Carrollton',NULL,3931),(43947,'Cartersville',NULL,3931),(43948,'Chamblee',NULL,3931),(43949,'Clarkston',NULL,3931),(43950,'Cochran',NULL,3931),(43951,'College Park',NULL,3931),(43952,'Columbus',NULL,3931),(43953,'Comer',NULL,3931),(43954,'Conley',NULL,3931),(43955,'Conyers',NULL,3931),(43956,'Cordele',NULL,3931),(43957,'Covington',NULL,3931),(43958,'Culloden',NULL,3931),(43959,'Cumming',NULL,3931),(43960,'Dacula',NULL,3931),(43961,'Dahlonega',NULL,3931),(43962,'Dallas',NULL,3931),(43963,'Dalton',NULL,3931),(43964,'Decatur',NULL,3931),(43965,'Dewy Rose',NULL,3931),(43966,'Doraville',NULL,3931),(43967,'Douglas',NULL,3931),(43968,'Douglasville',NULL,3931),(43969,'Druid Hills',NULL,3931),(43970,'Dublin',NULL,3931),(43971,'Duluth',NULL,3931),(43972,'Dunwoody',NULL,3931),(43973,'East Point',NULL,3931),(43974,'Elberton',NULL,3931),(43975,'Ellenwood',NULL,3931),(43976,'Ellijay',NULL,3931),(43977,'Evans',NULL,3931),(43978,'Fairmount',NULL,3931),(43979,'Fayetteville',NULL,3931),(43980,'Flowery Branch',NULL,3931),(43981,'Folkston',NULL,3931),(43982,'Forest Park',NULL,3931),(43983,'Fort Benning South',NULL,3931),(43984,'Fort Gordon',NULL,3931),(43985,'Fort Stewart',NULL,3931),(43986,'Fort Valley',NULL,3931),(43987,'Foxborough',NULL,3931),(43988,'Gaines School',NULL,3931),(43989,'Gainesville',NULL,3931),(43990,'Glennville',NULL,3931),(43991,'Gresham Park',NULL,3931),(43992,'Griffin',NULL,3931),(43993,'Grovetown',NULL,3931),(43994,'Hampton',NULL,3931),(43995,'Hartwell',NULL,3931),(43996,'Hinesville',NULL,3931),(43997,'Jackson',NULL,3931),(43998,'Jonesboro',NULL,3931),(43999,'Kennesaw',NULL,3931),(44000,'Kingsland',NULL,3931),(44001,'LaGrange',NULL,3931),(44002,'Lawrenceville',NULL,3931),(44003,'Lilburn',NULL,3931),(44004,'Lithia Springs',NULL,3931),(44005,'Lithonia',NULL,3931),(44006,'Locust Grove',NULL,3931),(44007,'Loganville',NULL,3931),(44008,'Louisville',NULL,3931),(44009,'Mableton',NULL,3931),(44010,'Macon',NULL,3931),(44011,'Madison',NULL,3931),(44012,'Marietta',NULL,3931),(44013,'Martinez',NULL,3931),(44014,'McDonough',NULL,3931),(44015,'Milledgeville',NULL,3931),(44016,'Monroe',NULL,3931),(44017,'Morrow',NULL,3931),(44018,'Moultrie',NULL,3931),(44019,'Mountain',NULL,3931),(44020,'Mountain Park',NULL,3931),(44021,'Newnan',NULL,3931),(44022,'Norcross',NULL,3931),(44023,'North Atlanta',NULL,3931),(44024,'North Decatur',NULL,3931),(44025,'North Druid Hills',NULL,3931),(44026,'Oakwood',NULL,3931),(44027,'Panthersville',NULL,3931),(44028,'Peachtree City',NULL,3931),(44029,'Powder Springs',NULL,3931),(44030,'Redan',NULL,3931),(44031,'Rex',NULL,3931),(44032,'Riverdale',NULL,3931),(44033,'Rome',NULL,3931),(44034,'Rossville',NULL,3931),(44035,'Roswell',NULL,3931),(44036,'Saint Marys',NULL,3931),(44037,'Saint Simons',NULL,3931),(44038,'Sandy Springs',NULL,3931),(44039,'Savannah',NULL,3931),(44040,'Scottdale',NULL,3931),(44041,'Sharpsburg',NULL,3931),(44042,'Smyrna',NULL,3931),(44043,'Snellville',NULL,3931),(44044,'Sparks',NULL,3931),(44045,'Statesboro',NULL,3931),(44046,'Stockbridge',NULL,3931),(44047,'Stone Mountain',NULL,3931),(44048,'Suwanee',NULL,3931),(44049,'Thomasville',NULL,3931),(44050,'Tifton',NULL,3931),(44051,'Tucker',NULL,3931),(44052,'Tybee Island',NULL,3931),(44053,'Union City',NULL,3931),(44054,'Valdosta',NULL,3931),(44055,'Vidalia',NULL,3931),(44056,'Villa Rica',NULL,3931),(44057,'Warner Robins',NULL,3931),(44058,'Waycross',NULL,3931),(44059,'Wilmington Island',NULL,3931),(44060,'Winder',NULL,3931),(44061,'Woodbine',NULL,3931),(44062,'Woodstock',NULL,3931),(44063,'Ahuimanu',NULL,3932),(44064,'Aiea',NULL,3932),(44065,'Aliamanu',NULL,3932),(44066,'Ewa Beach',NULL,3932),(44067,'Haiku',NULL,3932),(44068,'Halawa',NULL,3932),(44069,'Hanalei',NULL,3932),(44070,'Hilo',NULL,3932),(44071,'Holualoa',NULL,3932),(44072,'Honolulu',NULL,3932),(44073,'Kahului',NULL,3932),(44074,'Kailua',NULL,3932),(44075,'Kalaheo',NULL,3932),(44076,'Kamuela',NULL,3932),(44077,'Kaneohe',NULL,3932),(44078,'Kaneohe Station',NULL,3932),(44079,'Kapaa',NULL,3932),(44080,'Kapolei',NULL,3932),(44081,'Kihei',NULL,3932),(44082,'Kula',NULL,3932),(44083,'Lahaina',NULL,3932),(44084,'Lanai City',NULL,3932),(44085,'Lihue',NULL,3932),(44086,'Makaha',NULL,3932),(44087,'Makakilo City',NULL,3932),(44088,'Makawao',NULL,3932),(44089,'Mi-Wuk Village',NULL,3932),(44090,'Mililani Town',NULL,3932),(44091,'Naalehu',NULL,3932),(44092,'Nanakuli',NULL,3932),(44093,'Pahoa',NULL,3932),(44094,'Pearl City',NULL,3932),(44095,'Schofield Barracks',NULL,3932),(44096,'Wahiawa',NULL,3932),(44097,'Waialua',NULL,3932),(44098,'Waianae',NULL,3932),(44099,'Wailuku',NULL,3932),(44100,'Waimalu',NULL,3932),(44101,'Waipahu',NULL,3932),(44102,'Waipio',NULL,3932),(44103,'Blackfoot',NULL,3933),(44104,'Boise',NULL,3933),(44105,'Boise City',NULL,3933),(44106,'Boulder Hill',NULL,3933),(44107,'Burley',NULL,3933),(44108,'Caldwell',NULL,3933),(44109,'Coeur d\'Alene',NULL,3933),(44110,'Eagle',NULL,3933),(44111,'Garden City',NULL,3933),(44112,'Idaho Falls',NULL,3933),(44113,'Lewiston',NULL,3933),(44114,'Meridian',NULL,3933),(44115,'Moscow',NULL,3933),(44116,'Mountain Home',NULL,3933),(44117,'Nampa',NULL,3933),(44118,'Payette',NULL,3933),(44119,'Pocatello',NULL,3933),(44120,'Post Falls',NULL,3933),(44121,'Preston',NULL,3933),(44122,'Rexburg',NULL,3933),(44123,'Rigby',NULL,3933),(44124,'Sandpoint',NULL,3933),(44125,'Troy',NULL,3933),(44126,'Twin Falls',NULL,3933),(44127,'Addison',NULL,3934),(44128,'Algonquin',NULL,3934),(44129,'Alsip',NULL,3934),(44130,'Alton',NULL,3934),(44131,'Arlington Heights',NULL,3934),(44132,'Aurora',NULL,3934),(44133,'Bannockburn',NULL,3934),(44134,'Barrington',NULL,3934),(44135,'Bartlett',NULL,3934),(44136,'Batavia',NULL,3934),(44137,'Beach Park',NULL,3934),(44138,'Beardstown',NULL,3934),(44139,'Bedford Park',NULL,3934),(44140,'Belleville',NULL,3934),(44141,'Bellwood',NULL,3934),(44142,'Belvidere',NULL,3934),(44143,'Bensenville',NULL,3934),(44144,'Berwyn',NULL,3934),(44145,'Bloomingdale',NULL,3934),(44146,'Bloomington',NULL,3934),(44147,'Blue Island',NULL,3934),(44148,'Boling Brook',NULL,3934),(44149,'Bolingbrook',NULL,3934),(44150,'Bourbonnais',NULL,3934),(44151,'Bradley',NULL,3934),(44152,'Breese',NULL,3934),(44153,'Bridgeview',NULL,3934),(44154,'Brimfield',NULL,3934),(44155,'Broadview',NULL,3934),(44156,'Brookfield',NULL,3934),(44157,'Buffalo Grove',NULL,3934),(44158,'Burbank',NULL,3934),(44159,'Burr Ridge',NULL,3934),(44160,'Cahokia',NULL,3934),(44161,'Calumet City',NULL,3934),(44162,'Canton',NULL,3934),(44163,'Carbondale',NULL,3934),(44164,'Carlinville',NULL,3934),(44165,'Carol Stream',NULL,3934),(44166,'Carpentersville',NULL,3934),(44167,'Carthage',NULL,3934),(44168,'Cary',NULL,3934),(44169,'Centralia',NULL,3934),(44170,'Champaign',NULL,3934),(44171,'Channahon',NULL,3934),(44172,'Charleston',NULL,3934),(44173,'Chicago',NULL,3934),(44174,'Chicago Heights',NULL,3934),(44175,'Chicago Ridge',NULL,3934),(44176,'Cicero',NULL,3934),(44177,'Coal City',NULL,3934),(44178,'Collinsville',NULL,3934),(44179,'Congerville',NULL,3934),(44180,'Country Club Hills',NULL,3934),(44181,'Crest Hill',NULL,3934),(44182,'Crestwood',NULL,3934),(44183,'Crystal Lake',NULL,3934),(44184,'Danville',NULL,3934),(44185,'Darien',NULL,3934),(44186,'DeKalb',NULL,3934),(44187,'Decatur',NULL,3934),(44188,'Deerfield',NULL,3934),(44189,'Des Plaines',NULL,3934),(44190,'Dixon',NULL,3934),(44191,'Dolton',NULL,3934),(44192,'Downers Grove',NULL,3934),(44193,'Earlville',NULL,3934),(44194,'East Dundee',NULL,3934),(44195,'East Moline',NULL,3934),(44196,'East Peoria',NULL,3934),(44197,'East Saint Louis',NULL,3934),(44198,'Edwardsville',NULL,3934),(44199,'Effingham',NULL,3934),(44200,'Elburn',NULL,3934),(44201,'Elgin',NULL,3934),(44202,'Elk Grove',NULL,3934),(44203,'Elk Grove Village',NULL,3934),(44204,'Elmhurst',NULL,3934),(44205,'Elmwood Park',NULL,3934),(44206,'Evanston',NULL,3934),(44207,'Evergreen Park',NULL,3934),(44208,'Fairview Heights',NULL,3934),(44209,'Flossmoor',NULL,3934),(44210,'Forest Park',NULL,3934),(44211,'Frankfort',NULL,3934),(44212,'Franklin Park',NULL,3934),(44213,'Freeport',NULL,3934),(44214,'Galena',NULL,3934),(44215,'Galesburg',NULL,3934),(44216,'Geneva',NULL,3934),(44217,'Genoa',NULL,3934),(44218,'Glen Carbon',NULL,3934),(44219,'Glen Ellyn',NULL,3934),(44220,'Glencoe',NULL,3934),(44221,'Glendale Heights',NULL,3934),(44222,'Glenview',NULL,3934),(44223,'Godfrey',NULL,3934),(44224,'Goodings Grove',NULL,3934),(44225,'Granite City',NULL,3934),(44226,'Grayslake',NULL,3934),(44227,'Gurnee',NULL,3934),(44228,'Hamilton',NULL,3934),(44229,'Hampshire',NULL,3934),(44230,'Hanover Park',NULL,3934),(44231,'Harvard',NULL,3934),(44232,'Harvey',NULL,3934),(44233,'Hawthorn Woods',NULL,3934),(44234,'Hazel Crest',NULL,3934),(44235,'Herrin',NULL,3934),(44236,'Hickory Hills',NULL,3934),(44237,'Highland Park',NULL,3934),(44238,'Hinsdale',NULL,3934),(44239,'Hoffman Estates',NULL,3934),(44240,'Homewood',NULL,3934),(44241,'Huntley',NULL,3934),(44242,'Illinois City',NULL,3934),(44243,'Ingleside',NULL,3934),(44244,'Itasca',NULL,3934),(44245,'Jacksonville',NULL,3934),(44246,'Johnston City',NULL,3934),(44247,'Joliet',NULL,3934),(44248,'Justice',NULL,3934),(44249,'Kankakee',NULL,3934),(44250,'Kenilworth',NULL,3934),(44251,'Kewanee',NULL,3934),(44252,'La Grange',NULL,3934),(44253,'La Grange Park',NULL,3934),(44254,'La Salle',NULL,3934),(44255,'Lake Bluff',NULL,3934),(44256,'Lake Forest',NULL,3934),(44257,'Lake Zurich',NULL,3934),(44258,'Lake in the Hills',NULL,3934),(44259,'Lansing',NULL,3934),(44260,'Lemont',NULL,3934),(44261,'Libertyville',NULL,3934),(44262,'Lincoln',NULL,3934),(44263,'Lincolnwood',NULL,3934),(44264,'Lindenhurst',NULL,3934),(44265,'Lindenwood',NULL,3934),(44266,'Lisle',NULL,3934),(44267,'Lockport',NULL,3934),(44268,'Lombard',NULL,3934),(44269,'Long Grove',NULL,3934),(44270,'Loves Park',NULL,3934),(44271,'Lyons',NULL,3934),(44272,'MacHenry',NULL,3934),(44273,'Machesney Park',NULL,3934),(44274,'Macomb',NULL,3934),(44275,'Marion',NULL,3934),(44276,'Markham',NULL,3934),(44277,'Marshall',NULL,3934),(44278,'Martinsville',NULL,3934),(44279,'Maryville',NULL,3934),(44280,'Matteson',NULL,3934),(44281,'Mattoon',NULL,3934),(44282,'Maywood',NULL,3934),(44283,'McHenry',NULL,3934),(44284,'Melrose Park',NULL,3934),(44285,'Midlothian',NULL,3934),(44286,'Milan',NULL,3934),(44287,'Minooka',NULL,3934),(44288,'Mokena',NULL,3934),(44289,'Moline',NULL,3934),(44290,'Momence',NULL,3934),(44291,'Montgomery',NULL,3934),(44292,'Monticello',NULL,3934),(44293,'Morris',NULL,3934),(44294,'Morton',NULL,3934),(44295,'Morton Grove',NULL,3934),(44296,'Mossville',NULL,3934),(44297,'Mount Prospect',NULL,3934),(44298,'Mount Vernon',NULL,3934),(44299,'Mount Zion',NULL,3934),(44300,'Mundelein',NULL,3934),(44301,'Naperville',NULL,3934),(44302,'New Lenox',NULL,3934),(44303,'Niles',NULL,3934),(44304,'Normal',NULL,3934),(44305,'Norridge',NULL,3934),(44306,'North Aurora',NULL,3934),(44307,'North Chicago',NULL,3934),(44308,'Northbrook',NULL,3934),(44309,'Northfield',NULL,3934),(44310,'Northlake',NULL,3934),(44311,'O\'Fallon',NULL,3934),(44312,'Oak Forest',NULL,3934),(44313,'Oak Lawn',NULL,3934),(44314,'Oak Park',NULL,3934),(44315,'Oakbrook',NULL,3934),(44316,'Oakwood',NULL,3934),(44317,'Olney',NULL,3934),(44318,'Orland Park',NULL,3934),(44319,'Osco',NULL,3934),(44320,'Ottawa',NULL,3934),(44321,'Palatine',NULL,3934),(44322,'Palos Heights',NULL,3934),(44323,'Palos Hills',NULL,3934),(44324,'Park Forest',NULL,3934),(44325,'Park Ridge',NULL,3934),(44326,'Pekin',NULL,3934),(44327,'Peoria',NULL,3934),(44328,'Peru',NULL,3934),(44329,'Plainfield',NULL,3934),(44330,'Pontiac',NULL,3934),(44331,'Princeton',NULL,3934),(44332,'Prospect Heights',NULL,3934),(44333,'Quincy',NULL,3934),(44334,'Ramsey',NULL,3934),(44335,'Rantoul',NULL,3934),(44336,'Richmond',NULL,3934),(44337,'Richton Park',NULL,3934),(44338,'River Forest',NULL,3934),(44339,'Riverdale',NULL,3934),(44340,'Rochelle',NULL,3934),(44341,'Rock Island',NULL,3934),(44342,'Rockford',NULL,3934),(44343,'Rolling Meadows',NULL,3934),(44344,'Romeoville',NULL,3934),(44345,'Roscoe',NULL,3934),(44346,'Roselle',NULL,3934),(44347,'Round Lake Beach',NULL,3934),(44348,'Saint Charles',NULL,3934),(44349,'Sauget',NULL,3934),(44350,'Sauk Village',NULL,3934),(44351,'Schaumburg',NULL,3934),(44352,'Schiller Park',NULL,3934),(44353,'Shumway',NULL,3934),(44354,'Skokie',NULL,3934),(44355,'South Elgin',NULL,3934),(44356,'South Holland',NULL,3934),(44357,'Spring Valley',NULL,3934),(44358,'Springfield',NULL,3934),(44359,'Sterling',NULL,3934),(44360,'Streamwood',NULL,3934),(44361,'Streator',NULL,3934),(44362,'Swansea',NULL,3934),(44363,'Sycamore',NULL,3934),(44364,'Taylorville',NULL,3934),(44365,'Tinley Park',NULL,3934),(44366,'Trenton',NULL,3934),(44367,'Urbana',NULL,3934),(44368,'Ursa',NULL,3934),(44369,'Vernon Hills',NULL,3934),(44370,'Villa Park',NULL,3934),(44371,'Walnut',NULL,3934),(44372,'Warrenville',NULL,3934),(44373,'Washington',NULL,3934),(44374,'Waukegan',NULL,3934),(44375,'West Chicago',NULL,3934),(44376,'West Dundee',NULL,3934),(44377,'Westchester',NULL,3934),(44378,'Western Springs',NULL,3934),(44379,'Westmont',NULL,3934),(44380,'Wheaton',NULL,3934),(44381,'Wheeling',NULL,3934),(44382,'Willowbrook',NULL,3934),(44383,'Wilmette',NULL,3934),(44384,'Winnebago',NULL,3934),(44385,'Winnetka',NULL,3934),(44386,'Wood Dale',NULL,3934),(44387,'Wood River',NULL,3934),(44388,'Woodridge',NULL,3934),(44389,'Woodstock',NULL,3934),(44390,'Worth',NULL,3934),(44391,'Zion',NULL,3934),(44392,'Albion',NULL,3935),(44393,'Anderson',NULL,3935),(44394,'Angola',NULL,3935),(44395,'Auburn',NULL,3935),(44396,'Bedford',NULL,3935),(44397,'Beech Grove',NULL,3935),(44398,'Bloomington',NULL,3935),(44399,'Brownsburg',NULL,3935),(44400,'Carmel',NULL,3935),(44401,'Cedar Lake',NULL,3935),(44402,'Chesterton',NULL,3935),(44403,'Clarksville',NULL,3935),(44404,'Columbus',NULL,3935),(44405,'Connersville',NULL,3935),(44406,'Crawfordsville',NULL,3935),(44407,'Crown Point',NULL,3935),(44408,'Dyer',NULL,3935),(44409,'East Chicago',NULL,3935),(44410,'Elkhart',NULL,3935),(44411,'Evansville',NULL,3935),(44412,'Fishers',NULL,3935),(44413,'Fort Wayne',NULL,3935),(44414,'Frankfort',NULL,3935),(44415,'Franklin',NULL,3935),(44416,'Gary',NULL,3935),(44417,'Goshen',NULL,3935),(44418,'Gosport',NULL,3935),(44419,'Granger',NULL,3935),(44420,'Greenfield',NULL,3935),(44421,'Greensburg',NULL,3935),(44422,'Greenwood',NULL,3935),(44423,'Griffith',NULL,3935),(44424,'Hammond',NULL,3935),(44425,'Helmsburg',NULL,3935),(44426,'Highland',NULL,3935),(44427,'Hobart',NULL,3935),(44428,'Huntington',NULL,3935),(44429,'Indianapolis',NULL,3935),(44430,'Jasper',NULL,3935),(44431,'Jeffersonville',NULL,3935),(44432,'Knightstown',NULL,3935),(44433,'Kokomo',NULL,3935),(44434,'La Porte',NULL,3935),(44435,'Lafayette',NULL,3935),(44436,'Lake Station',NULL,3935),(44437,'Lawrence',NULL,3935),(44438,'Lebanon',NULL,3935),(44439,'Liberty',NULL,3935),(44440,'Logansport',NULL,3935),(44441,'Madison',NULL,3935),(44442,'Marion',NULL,3935),(44443,'Martinsville',NULL,3935),(44444,'Merrillville',NULL,3935),(44445,'Michigan City',NULL,3935),(44446,'Mishawaka',NULL,3935),(44447,'Muncie',NULL,3935),(44448,'Munster',NULL,3935),(44449,'N. Albany',NULL,3935),(44450,'Nashville',NULL,3935),(44451,'New Albany',NULL,3935),(44452,'New Castle',NULL,3935),(44453,'New Haven',NULL,3935),(44454,'New Trenton',NULL,3935),(44455,'Noblesville',NULL,3935),(44456,'North Vernon',NULL,3935),(44457,'Osceola',NULL,3935),(44458,'Peru',NULL,3935),(44459,'Plainfield',NULL,3935),(44460,'Plymouth',NULL,3935),(44461,'Poland',NULL,3935),(44462,'Portage',NULL,3935),(44463,'Richmond',NULL,3935),(44464,'Rising Sun',NULL,3935),(44465,'Roanoke',NULL,3935),(44466,'Rockport',NULL,3935),(44467,'Schererville',NULL,3935),(44468,'Scottsburg',NULL,3935),(44469,'Seymour',NULL,3935),(44470,'Shelbyville',NULL,3935),(44471,'South Bend',NULL,3935),(44472,'Speedway',NULL,3935),(44473,'St. John',NULL,3935),(44474,'Terre Haute',NULL,3935),(44475,'Thorntown',NULL,3935),(44476,'Tippecanoe',NULL,3935),(44477,'Troy',NULL,3935),(44478,'Valparaiso',NULL,3935),(44479,'Vermont',NULL,3935),(44480,'Vincennes',NULL,3935),(44481,'Wabash',NULL,3935),(44482,'Warsaw',NULL,3935),(44483,'Washington',NULL,3935),(44484,'West Lafayette',NULL,3935),(44485,'Williams',NULL,3935),(44486,'Altoona',NULL,3936),(44487,'Ames',NULL,3936),(44488,'Ankeny',NULL,3936),(44489,'Bettendorf',NULL,3936),(44490,'Boone',NULL,3936),(44491,'Burlington',NULL,3936),(44492,'Carroll',NULL,3936),(44493,'Cedar Falls',NULL,3936),(44494,'Cedar Rapids',NULL,3936),(44495,'Clarinda',NULL,3936),(44496,'Clinton',NULL,3936),(44497,'Clive',NULL,3936),(44498,'Coralville',NULL,3936),(44499,'Council Bluffs',NULL,3936),(44500,'Davenport',NULL,3936),(44501,'Des Moines',NULL,3936),(44502,'Dubuque',NULL,3936),(44503,'Eldridge',NULL,3936),(44504,'Elkader',NULL,3936),(44505,'Essex',NULL,3936),(44506,'Fairfield',NULL,3936),(44507,'Fayette',NULL,3936),(44508,'Fort Dodge',NULL,3936),(44509,'Fort Madison',NULL,3936),(44510,'Harlan',NULL,3936),(44511,'Indianola',NULL,3936),(44512,'Iowa City',NULL,3936),(44513,'Kalona',NULL,3936),(44514,'Keokuk',NULL,3936),(44515,'Marion',NULL,3936),(44516,'Marshalltown',NULL,3936),(44517,'Mason City',NULL,3936),(44518,'Muscatine',NULL,3936),(44519,'Newton',NULL,3936),(44520,'Orange City',NULL,3936),(44521,'Oskaloosa',NULL,3936),(44522,'Ottumwa',NULL,3936),(44523,'Pella',NULL,3936),(44524,'Sioux City',NULL,3936),(44525,'Spencer',NULL,3936),(44526,'Storm Lake',NULL,3936),(44527,'Urbandale',NULL,3936),(44528,'Waterloo',NULL,3936),(44529,'West Des Moines',NULL,3936),(44530,'Arkansas City',NULL,3937),(44531,'Atchison',NULL,3937),(44532,'Coffeyville',NULL,3937),(44533,'Derby',NULL,3937),(44534,'Dodge City',NULL,3937),(44535,'El Dorado',NULL,3937),(44536,'Elk City',NULL,3937),(44537,'Emporia',NULL,3937),(44538,'Fort Riley North',NULL,3937),(44539,'Garden City',NULL,3937),(44540,'Great Bend',NULL,3937),(44541,'Hays',NULL,3937),(44542,'Hutchinson',NULL,3937),(44543,'Independence',NULL,3937),(44544,'Junction City',NULL,3937),(44545,'Kansas City',NULL,3937),(44546,'Kingman',NULL,3937),(44547,'Lawrence',NULL,3937),(44548,'Leavenworth',NULL,3937),(44549,'Leawood',NULL,3937),(44550,'Lenexa',NULL,3937),(44551,'Liberal',NULL,3937),(44552,'MacPherson',NULL,3937),(44553,'Manhattan',NULL,3937),(44554,'Merriam',NULL,3937),(44555,'Minneapolis',NULL,3937),(44556,'Moscow',NULL,3937),(44557,'Moundridge',NULL,3937),(44558,'Nashville',NULL,3937),(44559,'Newton',NULL,3937),(44560,'Olathe',NULL,3937),(44561,'Ottawa',NULL,3937),(44562,'Overland Park',NULL,3937),(44563,'Parsons',NULL,3937),(44564,'Pittsburg',NULL,3937),(44565,'Prairie Village',NULL,3937),(44566,'Rose Hill',NULL,3937),(44567,'Salina',NULL,3937),(44568,'Shawnee',NULL,3937),(44569,'Topeka',NULL,3937),(44570,'Wichita',NULL,3937),(44571,'Winfield',NULL,3937),(44572,'tecumseh',NULL,3937),(44573,'Albany',NULL,3938),(44574,'Ashland',NULL,3938),(44575,'Bardstown',NULL,3938),(44576,'Berea',NULL,3938),(44577,'Bowling Green',NULL,3938),(44578,'Campbellsville',NULL,3938),(44579,'Catlettsburg',NULL,3938),(44580,'Covington',NULL,3938),(44581,'Crescent Springs',NULL,3938),(44582,'Danville',NULL,3938),(44583,'Dawson Springs',NULL,3938),(44584,'Eastview',NULL,3938),(44585,'Eddyville',NULL,3938),(44586,'Elizabethtown',NULL,3938),(44587,'Erlanger',NULL,3938),(44588,'Evarts',NULL,3938),(44589,'Fern Creek',NULL,3938),(44590,'Florence',NULL,3938),(44591,'Fort Campbell North',NULL,3938),(44592,'Fort Knox',NULL,3938),(44593,'Fort Mitchell',NULL,3938),(44594,'Fort Thomas',NULL,3938),(44595,'Frankfort',NULL,3938),(44596,'Georgetown',NULL,3938),(44597,'Glasgow',NULL,3938),(44598,'Grays Knob',NULL,3938),(44599,'Henderson',NULL,3938),(44600,'Highview',NULL,3938),(44601,'Hopkinsville',NULL,3938),(44602,'Independence',NULL,3938),(44603,'Jeffersontown',NULL,3938),(44604,'Lawrenceburg',NULL,3938),(44605,'Lebanon',NULL,3938),(44606,'Lexington',NULL,3938),(44607,'Lexington-Fayette',NULL,3938),(44608,'Louisville',NULL,3938),(44609,'Madisonville',NULL,3938),(44610,'Marion',NULL,3938),(44611,'Mayfield',NULL,3938),(44612,'Maysville',NULL,3938),(44613,'Middlesborough',NULL,3938),(44614,'Murray',NULL,3938),(44615,'Nebo',NULL,3938),(44616,'Newburg',NULL,3938),(44617,'Newport',NULL,3938),(44618,'Nicholasville',NULL,3938),(44619,'Okolona',NULL,3938),(44620,'Olive Hill',NULL,3938),(44621,'Owensboro',NULL,3938),(44622,'Paducah',NULL,3938),(44623,'Paris',NULL,3938),(44624,'Pikeville',NULL,3938),(44625,'Pleasure Ridge Park',NULL,3938),(44626,'Queens',NULL,3938),(44627,'Radcliff',NULL,3938),(44628,'Richmond',NULL,3938),(44629,'Saint Dennis',NULL,3938),(44630,'Saint Matthews',NULL,3938),(44631,'Scottsville',NULL,3938),(44632,'Shively',NULL,3938),(44633,'Somerset',NULL,3938),(44634,'South Shore',NULL,3938),(44635,'Tollesboro',NULL,3938),(44636,'Valley Station',NULL,3938),(44637,'Wallins Creek',NULL,3938),(44638,'Walton',NULL,3938),(44639,'Winchester',NULL,3938),(44640,'Abbeville',NULL,3939),(44641,'Alexandria',NULL,3939),(44642,'Amite',NULL,3939),(44643,'Baker',NULL,3939),(44644,'Bastrop',NULL,3939),(44645,'Baton Rouge',NULL,3939),(44646,'Bayou Cane',NULL,3939),(44647,'Bogalusa',NULL,3939),(44648,'Bossier City',NULL,3939),(44649,'Broussard',NULL,3939),(44650,'Calhoun',NULL,3939),(44651,'Chalmette',NULL,3939),(44652,'Covington',NULL,3939),(44653,'Crowley',NULL,3939),(44654,'De Ridder',NULL,3939),(44655,'Delcambre',NULL,3939),(44656,'Denham Springs',NULL,3939),(44657,'Estelle',NULL,3939),(44658,'Eunice',NULL,3939),(44659,'Fort Polk South',NULL,3939),(44660,'Franklin',NULL,3939),(44661,'French Settlement',NULL,3939),(44662,'Garyville',NULL,3939),(44663,'Geismar',NULL,3939),(44664,'Gretna',NULL,3939),(44665,'Hammond',NULL,3939),(44666,'Harahan',NULL,3939),(44667,'Harvey',NULL,3939),(44668,'Houma',NULL,3939),(44669,'Independence',NULL,3939),(44670,'Jefferson',NULL,3939),(44671,'Jennings',NULL,3939),(44672,'Kenner',NULL,3939),(44673,'Lafayette',NULL,3939),(44674,'Lake Charles',NULL,3939),(44675,'Laplace',NULL,3939),(44676,'Mandeville',NULL,3939),(44677,'Marrero',NULL,3939),(44678,'Merrydale',NULL,3939),(44679,'Metairie',NULL,3939),(44680,'Minden',NULL,3939),(44681,'Monroe',NULL,3939),(44682,'Morgan City',NULL,3939),(44683,'Natchitoches',NULL,3939),(44684,'New Iberia',NULL,3939),(44685,'New Orleans',NULL,3939),(44686,'Opelousas',NULL,3939),(44687,'Pineville',NULL,3939),(44688,'Pioneer',NULL,3939),(44689,'Prairieville',NULL,3939),(44690,'River Ridge',NULL,3939),(44691,'Ruston',NULL,3939),(44692,'Saint Amant',NULL,3939),(44693,'Saint Martinville',NULL,3939),(44694,'Shenandoah',NULL,3939),(44695,'Shreveport',NULL,3939),(44696,'Slidell',NULL,3939),(44697,'Sulphur',NULL,3939),(44698,'Terrytown',NULL,3939),(44699,'Thibodaux',NULL,3939),(44700,'Timberlane',NULL,3939),(44701,'Vinton',NULL,3939),(44702,'Waggaman',NULL,3939),(44703,'West Monroe',NULL,3939),(44704,'Westwego',NULL,3939),(44705,'Zachary',NULL,3939),(44706,'Manchester',NULL,3940),(44707,'Washington',NULL,3940),(44708,'Auburn',NULL,3941),(44709,'Augusta',NULL,3941),(44710,'Bangor',NULL,3941),(44711,'Bath',NULL,3941),(44712,'Biddeford',NULL,3941),(44713,'Brunswick',NULL,3941),(44714,'Cornish',NULL,3941),(44715,'Dover-Foxcroft',NULL,3941),(44716,'Ellsworth',NULL,3941),(44717,'Etna',NULL,3941),(44718,'Freeport',NULL,3941),(44719,'Gorham',NULL,3941),(44720,'Greene',NULL,3941),(44721,'Harmony',NULL,3941),(44722,'Lewiston',NULL,3941),(44723,'Liberty',NULL,3941),(44724,'Limerick',NULL,3941),(44725,'Lyman',NULL,3941),(44726,'Maine',NULL,3941),(44727,'New Gloucester',NULL,3941),(44728,'Norridgewock',NULL,3941),(44729,'North Yarmouth',NULL,3941),(44730,'Old Town',NULL,3941),(44731,'Orono',NULL,3941),(44732,'Portland',NULL,3941),(44733,'Presque Isle',NULL,3941),(44734,'Saco',NULL,3941),(44735,'Sanford',NULL,3941),(44736,'Scarborough',NULL,3941),(44737,'South Portland',NULL,3941),(44738,'Spruce Head',NULL,3941),(44739,'Thomaston',NULL,3941),(44740,'Waldoboro',NULL,3941),(44741,'Waterville',NULL,3941),(44742,'West Buxton',NULL,3941),(44743,'Westbrook',NULL,3941),(44744,'Whitefield',NULL,3941),(44745,'Windham',NULL,3941),(44746,'Yarmouth',NULL,3941),(44747,'York Harbor',NULL,3941),(44748,'stockton springs',NULL,3941),(44749,'Aberdeen',NULL,3942),(44750,'Accokeek',NULL,3942),(44751,'Adelphi',NULL,3942),(44752,'Andrews Air Force Base',NULL,3942),(44753,'Annapolis',NULL,3942),(44754,'Arbutus',NULL,3942),(44755,'Arnold',NULL,3942),(44756,'Aspen Hill',NULL,3942),(44757,'Baltimore',NULL,3942),(44758,'Bel Air North',NULL,3942),(44759,'Bel Air South',NULL,3942),(44760,'Beltsville',NULL,3942),(44761,'Berlin',NULL,3942),(44762,'Bethesda',NULL,3942),(44763,'Bladensburg',NULL,3942),(44764,'Boonsboro',NULL,3942),(44765,'Bowie',NULL,3942),(44766,'Brookeville',NULL,3942),(44767,'Brooklandville',NULL,3942),(44768,'Brooklyn Park',NULL,3942),(44769,'Burtonsville',NULL,3942),(44770,'Calverton',NULL,3942),(44771,'Cambridge',NULL,3942),(44772,'Camp Springs',NULL,3942),(44773,'Capitol Heights',NULL,3942),(44774,'Carney',NULL,3942),(44775,'Catonsville',NULL,3942),(44776,'Chestertown',NULL,3942),(44777,'Chillum',NULL,3942),(44778,'Clarksburg',NULL,3942),(44779,'Clarksville',NULL,3942),(44780,'Clinton',NULL,3942),(44781,'Cockeysville',NULL,3942),(44782,'Colesville',NULL,3942),(44783,'College Park',NULL,3942),(44784,'Columbia',NULL,3942),(44785,'Cooksville',NULL,3942),(44786,'Coral Hills',NULL,3942),(44787,'Crofton',NULL,3942),(44788,'Cumberland',NULL,3942),(44789,'Damascus',NULL,3942),(44790,'Darlington',NULL,3942),(44791,'District Heights',NULL,3942),(44792,'Dundalk',NULL,3942),(44793,'East Riverdale',NULL,3942),(44794,'Easton',NULL,3942),(44795,'Edgemere',NULL,3942),(44796,'Edgewood',NULL,3942),(44797,'Eldersburg',NULL,3942),(44798,'Elkridge',NULL,3942),(44799,'Elkton',NULL,3942),(44800,'Ellicott City',NULL,3942),(44801,'Essex',NULL,3942),(44802,'Fairland',NULL,3942),(44803,'Ferndale',NULL,3942),(44804,'Forest Hill',NULL,3942),(44805,'Forestville',NULL,3942),(44806,'Fort Meade',NULL,3942),(44807,'Fort Washington',NULL,3942),(44808,'Frederick',NULL,3942),(44809,'Fredrick',NULL,3942),(44810,'Friendly',NULL,3942),(44811,'Gaithersburg',NULL,3942),(44812,'Germantown',NULL,3942),(44813,'Glen Burnie',NULL,3942),(44814,'Glenn Dale',NULL,3942),(44815,'Greater Landover',NULL,3942),(44816,'Greater Upper Marlboro',NULL,3942),(44817,'Green Haven',NULL,3942),(44818,'Green Valley',NULL,3942),(44819,'Greenbelt',NULL,3942),(44820,'Hagerstown',NULL,3942),(44821,'Hanover',NULL,3942),(44822,'Harmans',NULL,3942),(44823,'Havre de Grace',NULL,3942),(44824,'Hillandale',NULL,3942),(44825,'Hillcrest Heights',NULL,3942),(44826,'Hunt Valley',NULL,3942),(44827,'Hurlock',NULL,3942),(44828,'Hyattsville',NULL,3942),(44829,'Ijamsville',NULL,3942),(44830,'Jefferson',NULL,3942),(44831,'Jessup',NULL,3942),(44832,'Joppatowne',NULL,3942),(44833,'Kettering',NULL,3942),(44834,'Lake Shore',NULL,3942),(44835,'Langley Park',NULL,3942),(44836,'Lanham',NULL,3942),(44837,'Lanham-Seabrook',NULL,3942),(44838,'Lansdowne-Baltimore Highlands',NULL,3942),(44839,'Largo',NULL,3942),(44840,'Laurel',NULL,3942),(44841,'Lexington Park',NULL,3942),(44842,'Lochearn',NULL,3942),(44843,'Lutherville-Timonium',NULL,3942),(44844,'Marriottsville',NULL,3942),(44845,'Maryland City',NULL,3942),(44846,'Mays Chapel',NULL,3942),(44847,'Middle River',NULL,3942),(44848,'Milford Mill',NULL,3942),(44849,'Millersville',NULL,3942),(44850,'Mitchellville',NULL,3942),(44851,'Montgomery Village',NULL,3942),(44852,'National Harbor',NULL,3942),(44853,'New Carrollton',NULL,3942),(44854,'North Bethesda',NULL,3942),(44855,'North Laurel',NULL,3942),(44856,'North Potomac',NULL,3942),(44857,'Odenton',NULL,3942),(44858,'Olney',NULL,3942),(44859,'Overlea',NULL,3942),(44860,'Owings Mills',NULL,3942),(44861,'Oxon Hill-Glassmanor',NULL,3942),(44862,'Parkville',NULL,3942),(44863,'Parole',NULL,3942),(44864,'Pasadena',NULL,3942),(44865,'Perry Hall',NULL,3942),(44866,'Pikesville',NULL,3942),(44867,'Poolesville',NULL,3942),(44868,'Potomac',NULL,3942),(44869,'Randallstown',NULL,3942),(44870,'Redland',NULL,3942),(44871,'Reisterstown',NULL,3942),(44872,'Riviera Beach',NULL,3942),(44873,'Rockville',NULL,3942),(44874,'Rosaryville',NULL,3942),(44875,'Rosedale',NULL,3942),(44876,'Rossville',NULL,3942),(44877,'Saint Charles',NULL,3942),(44878,'Salisbury',NULL,3942),(44879,'Sandy Spring',NULL,3942),(44880,'Savage Guilford',NULL,3942),(44881,'Severn',NULL,3942),(44882,'Severna Park',NULL,3942),(44883,'Silver Spring',NULL,3942),(44884,'Snow Hill',NULL,3942),(44885,'South Gate',NULL,3942),(44886,'South Laurel',NULL,3942),(44887,'Suitland-Silver Hill',NULL,3942),(44888,'Takoma Park',NULL,3942),(44889,'Temple Hill',NULL,3942),(44890,'Thurmont',NULL,3942),(44891,'Timonium',NULL,3942),(44892,'Towson',NULL,3942),(44893,'Upper Marlboro',NULL,3942),(44894,'Waldorf',NULL,3942),(44895,'Walker Mill',NULL,3942),(44896,'Washington Grove',NULL,3942),(44897,'Westminster',NULL,3942),(44898,'Wheaton-Glenmont',NULL,3942),(44899,'White Oak',NULL,3942),(44900,'Windsor Mill',NULL,3942),(44901,'Woodlawn',NULL,3942),(44902,'Abington',NULL,3943),(44903,'Acton',NULL,3943),(44904,'Agawam',NULL,3943),(44905,'Amesbury',NULL,3943),(44906,'Amherst Center',NULL,3943),(44907,'Arlington',NULL,3943),(44908,'Ashland',NULL,3943),(44909,'Athol',NULL,3943),(44910,'Attleboro',NULL,3943),(44911,'Barnstable Town',NULL,3943),(44912,'Baxboro',NULL,3943),(44913,'Becket',NULL,3943),(44914,'Bedford',NULL,3943),(44915,'Belmont',NULL,3943),(44916,'Beverly',NULL,3943),(44917,'Billerica',NULL,3943),(44918,'Boston',NULL,3943),(44919,'Boylston',NULL,3943),(44920,'Braintree',NULL,3943),(44921,'Brockton',NULL,3943),(44922,'Brookfield',NULL,3943),(44923,'Brookline',NULL,3943),(44924,'Burlington',NULL,3943),(44925,'Cambridge',NULL,3943),(44926,'Canton',NULL,3943),(44927,'Charlestown',NULL,3943),(44928,'Chelmsford',NULL,3943),(44929,'Chelsea',NULL,3943),(44930,'Chicopee',NULL,3943),(44931,'Clinton',NULL,3943),(44932,'Concord',NULL,3943),(44933,'Danvers',NULL,3943),(44934,'Dedham',NULL,3943),(44935,'Devens',NULL,3943),(44936,'Devenscrest',NULL,3943),(44937,'Duxbury',NULL,3943),(44938,'Easthampton',NULL,3943),(44939,'Everett',NULL,3943),(44940,'Fairhaven',NULL,3943),(44941,'Fall River',NULL,3943),(44942,'Fitchburg',NULL,3943),(44943,'Florence',NULL,3943),(44944,'Framingham',NULL,3943),(44945,'Franklin',NULL,3943),(44946,'Gardner',NULL,3943),(44947,'Gloucester',NULL,3943),(44948,'Great Barrington',NULL,3943),(44949,'Greenfield',NULL,3943),(44950,'Groton',NULL,3943),(44951,'Hadley',NULL,3943),(44952,'Harvard',NULL,3943),(44953,'Haverhill',NULL,3943),(44954,'Hingham',NULL,3943),(44955,'Holbrook',NULL,3943),(44956,'Holliston',NULL,3943),(44957,'Holyoke',NULL,3943),(44958,'Hopedale',NULL,3943),(44959,'Housatonic',NULL,3943),(44960,'Hubbardston',NULL,3943),(44961,'Hudson',NULL,3943),(44962,'Hull',NULL,3943),(44963,'Hyannis',NULL,3943),(44964,'Ipswich',NULL,3943),(44965,'Jamaica Plain',NULL,3943),(44966,'Lawrence',NULL,3943),(44967,'Lee',NULL,3943),(44968,'Lenox',NULL,3943),(44969,'Leominster',NULL,3943),(44970,'Lexington',NULL,3943),(44971,'Longmeadow',NULL,3943),(44972,'Lowell',NULL,3943),(44973,'Lynn',NULL,3943),(44974,'Lynnfield',NULL,3943),(44975,'Malden',NULL,3943),(44976,'Manchester',NULL,3943),(44977,'Marblehead',NULL,3943),(44978,'Marion',NULL,3943),(44979,'Marlborough',NULL,3943),(44980,'Marshfield',NULL,3943),(44981,'Massachusetts',NULL,3943),(44982,'Maynard',NULL,3943),(44983,'Medfield',NULL,3943),(44984,'Medford',NULL,3943),(44985,'Medway',NULL,3943),(44986,'Melrose',NULL,3943),(44987,'Methuen',NULL,3943),(44988,'Middleboro',NULL,3943),(44989,'Milford',NULL,3943),(44990,'Milton',NULL,3943),(44991,'Monson',NULL,3943),(44992,'Montague',NULL,3943),(44993,'Nantucket',NULL,3943),(44994,'Natick',NULL,3943),(44995,'Needham',NULL,3943),(44996,'New Bedford',NULL,3943),(44997,'Newburyport',NULL,3943),(44998,'Newton',NULL,3943),(44999,'North Adams',NULL,3943),(45000,'North Andover',NULL,3943),(45001,'North Attleborough Center',NULL,3943),(45002,'North Easton',NULL,3943),(45003,'Northampton',NULL,3943),(45004,'Northborough',NULL,3943),(45005,'Norwood',NULL,3943),(45006,'Orleans',NULL,3943),(45007,'Peabody',NULL,3943),(45008,'Pepperell',NULL,3943),(45009,'Pittsfield',NULL,3943),(45010,'Plainfield',NULL,3943),(45011,'Plymouth',NULL,3943),(45012,'Provincetown',NULL,3943),(45013,'Quincy',NULL,3943),(45014,'Randolph',NULL,3943),(45015,'Reading',NULL,3943),(45016,'Rehoboth',NULL,3943),(45017,'Revere',NULL,3943),(45018,'Rockland',NULL,3943),(45019,'Rockport',NULL,3943),(45020,'Roslindale',NULL,3943),(45021,'Salem',NULL,3943),(45022,'Saugus',NULL,3943),(45023,'Scituate',NULL,3943),(45024,'Seekonk',NULL,3943),(45025,'Shelburne Falls',NULL,3943),(45026,'Sherborn',NULL,3943),(45027,'Shrewsbury',NULL,3943),(45028,'Somerset',NULL,3943),(45029,'Somerville',NULL,3943),(45030,'South Boston',NULL,3943),(45031,'South Deerfield',NULL,3943),(45032,'South Hadley',NULL,3943),(45033,'South Lee',NULL,3943),(45034,'South Yarmouth',NULL,3943),(45035,'Southborough',NULL,3943),(45036,'Southbridge',NULL,3943),(45037,'Southwick',NULL,3943),(45038,'Springfield',NULL,3943),(45039,'Stoneham',NULL,3943),(45040,'Sturbridge',NULL,3943),(45041,'Swampscott',NULL,3943),(45042,'Swansea',NULL,3943),(45043,'Taunton',NULL,3943),(45044,'Tewksbury',NULL,3943),(45045,'Three Rivers',NULL,3943),(45046,'Truro',NULL,3943),(45047,'Upton',NULL,3943),(45048,'Vineyard Haven',NULL,3943),(45049,'Wakefield',NULL,3943),(45050,'Waltham',NULL,3943),(45051,'Ware',NULL,3943),(45052,'Wareham',NULL,3943),(45053,'Watertown',NULL,3943),(45054,'Wayland',NULL,3943),(45055,'Webster',NULL,3943),(45056,'Wellesley',NULL,3943),(45057,'Wellesley Hills',NULL,3943),(45058,'West Concord',NULL,3943),(45059,'West Roxbury',NULL,3943),(45060,'West Springfield',NULL,3943),(45061,'West Yarmouth',NULL,3943),(45062,'Westborough',NULL,3943),(45063,'Westfield',NULL,3943),(45064,'Westford',NULL,3943),(45065,'Weston',NULL,3943),(45066,'Weymouth',NULL,3943),(45067,'Wilbraham',NULL,3943),(45068,'Wilmington',NULL,3943),(45069,'Winchester',NULL,3943),(45070,'Winthrop',NULL,3943),(45071,'Woburn',NULL,3943),(45072,'Worcester',NULL,3943),(45073,'Yarmouthport',NULL,3943),(45074,'Adrian',NULL,3945),(45075,'Albion',NULL,3945),(45076,'Allegan',NULL,3945),(45077,'Allen Park',NULL,3945),(45078,'Alma',NULL,3945),(45079,'Alpena',NULL,3945),(45080,'Ann Arbor',NULL,3945),(45081,'Attica',NULL,3945),(45082,'Auburn Hills',NULL,3945),(45083,'Battle Creek',NULL,3945),(45084,'Bay City',NULL,3945),(45085,'Beecher',NULL,3945),(45086,'Belleville',NULL,3945),(45087,'Benton Harbor',NULL,3945),(45088,'Berkley',NULL,3945),(45089,'Beverly Hills',NULL,3945),(45090,'Big Rapids',NULL,3945),(45091,'Birmingham',NULL,3945),(45092,'Bloomfield Hills',NULL,3945),(45093,'Bloomfield Township',NULL,3945),(45094,'Boyne City',NULL,3945),(45095,'Brighton',NULL,3945),(45096,'Burt',NULL,3945),(45097,'Burton',NULL,3945),(45098,'Cadillac',NULL,3945),(45099,'Canton',NULL,3945),(45100,'Charlotte',NULL,3945),(45101,'Chesterfield',NULL,3945),(45102,'Clarkston',NULL,3945),(45103,'Clawson',NULL,3945),(45104,'Clinton',NULL,3945),(45105,'Commerce',NULL,3945),(45106,'Comstock Park',NULL,3945),(45107,'Coopersville',NULL,3945),(45108,'Cornell',NULL,3945),(45109,'Cutlerville',NULL,3945),(45110,'Davisburg',NULL,3945),(45111,'Dearborn',NULL,3945),(45112,'Dearborn Heights',NULL,3945),(45113,'Delton',NULL,3945),(45114,'Detroit',NULL,3945),(45115,'Dexter',NULL,3945),(45116,'Dowagiac',NULL,3945),(45117,'East Grand Rapids',NULL,3945),(45118,'East Lansing',NULL,3945),(45119,'Eastpointe',NULL,3945),(45120,'Ecorse',NULL,3945),(45121,'Escanaba',NULL,3945),(45122,'Evart',NULL,3945),(45123,'Fair Haven',NULL,3945),(45124,'Fairgrove',NULL,3945),(45125,'Farmington',NULL,3945),(45126,'Farmington Hills',NULL,3945),(45127,'Fenton',NULL,3945),(45128,'Ferndale',NULL,3945),(45129,'Flint',NULL,3945),(45130,'Forest Hills',NULL,3945),(45131,'Fowlerville',NULL,3945),(45132,'Frankenmuth',NULL,3945),(45133,'Fraser',NULL,3945),(45134,'Fremont',NULL,3945),(45135,'Fruitport',NULL,3945),(45136,'Garden City',NULL,3945),(45137,'Goodrich',NULL,3945),(45138,'Grand Blanc',NULL,3945),(45139,'Grand Haven',NULL,3945),(45140,'Grand Rapids',NULL,3945),(45141,'Grandville',NULL,3945),(45142,'Grosse Ile',NULL,3945),(45143,'Grosse Pointe Farms',NULL,3945),(45144,'Grosse Pointe Park',NULL,3945),(45145,'Grosse Pointe Woods',NULL,3945),(45146,'Gwinn',NULL,3945),(45147,'Hamtramck',NULL,3945),(45148,'Hancock',NULL,3945),(45149,'Harper Woods',NULL,3945),(45150,'Harrison',NULL,3945),(45151,'Haslett',NULL,3945),(45152,'Hazel Park',NULL,3945),(45153,'Highland Park',NULL,3945),(45154,'Holland',NULL,3945),(45155,'Holly',NULL,3945),(45156,'Holt',NULL,3945),(45157,'Houghton',NULL,3945),(45158,'Hudsonville',NULL,3945),(45159,'Huntington Woods',NULL,3945),(45160,'Imlay',NULL,3945),(45161,'Inkster',NULL,3945),(45162,'Jackon',NULL,3945),(45163,'Jackson',NULL,3945),(45164,'Jenison',NULL,3945),(45165,'Kalamazoo',NULL,3945),(45166,'Kalkaska',NULL,3945),(45167,'Kentwood',NULL,3945),(45168,'Kingsford',NULL,3945),(45169,'Lansing',NULL,3945),(45170,'Lapeer',NULL,3945),(45171,'Lincoln Park',NULL,3945),(45172,'Litchfield',NULL,3945),(45173,'Livonia',NULL,3945),(45174,'Ludington',NULL,3945),(45175,'Macomb',NULL,3945),(45176,'Madison Heights',NULL,3945),(45177,'Manistee',NULL,3945),(45178,'Marquette',NULL,3945),(45179,'Marysville',NULL,3945),(45180,'Melvindale',NULL,3945),(45181,'Midland',NULL,3945),(45182,'Monroe',NULL,3945),(45183,'Mount Clemens',NULL,3945),(45184,'Mount Morris',NULL,3945),(45185,'Mount Pleasant',NULL,3945),(45186,'Mt. Pleasant',NULL,3945),(45187,'Muskegon',NULL,3945),(45188,'Muskegon Heights',NULL,3945),(45189,'New Hudson',NULL,3945),(45190,'Newaygo',NULL,3945),(45191,'Niles',NULL,3945),(45192,'Northview',NULL,3945),(45193,'Northville',NULL,3945),(45194,'Norton Shores',NULL,3945),(45195,'Novi',NULL,3945),(45196,'Oak Park',NULL,3945),(45197,'Okemos',NULL,3945),(45198,'Oscoda',NULL,3945),(45199,'Owosso',NULL,3945),(45200,'Oxford',NULL,3945),(45201,'Petoskey',NULL,3945),(45202,'Pinckney',NULL,3945),(45203,'Plymouth Township',NULL,3945),(45204,'Pontiac',NULL,3945),(45205,'Port Huron',NULL,3945),(45206,'Portage',NULL,3945),(45207,'Redford',NULL,3945),(45208,'Reese',NULL,3945),(45209,'River Rouge',NULL,3945),(45210,'Riverview',NULL,3945),(45211,'Rochester Hills',NULL,3945),(45212,'Rockford',NULL,3945),(45213,'Romeo',NULL,3945),(45214,'Romulus',NULL,3945),(45215,'Roseville',NULL,3945),(45216,'Royal Oak',NULL,3945),(45217,'Saginaw',NULL,3945),(45218,'Saginaw Township North',NULL,3945),(45219,'Saginaw Township South',NULL,3945),(45220,'Saint Clair Shores',NULL,3945),(45221,'Saint Louis',NULL,3945),(45222,'Saline',NULL,3945),(45223,'Saugatuck',NULL,3945),(45224,'Sault Sainte Marie',NULL,3945),(45225,'Schoolcraft',NULL,3945),(45226,'Shelby',NULL,3945),(45227,'Southfield',NULL,3945),(45228,'Southgate',NULL,3945),(45229,'Sterling Heights',NULL,3945),(45230,'Sturgis',NULL,3945),(45231,'Taylor',NULL,3945),(45232,'Traverse City',NULL,3945),(45233,'Trenton',NULL,3945),(45234,'Troy',NULL,3945),(45235,'Walker',NULL,3945),(45236,'Walled Lake',NULL,3945),(45237,'Warren',NULL,3945),(45238,'Waterford',NULL,3945),(45239,'Waverly',NULL,3945),(45240,'Wayne',NULL,3945),(45241,'West Bloomfield Township',NULL,3945),(45242,'Westland',NULL,3945),(45243,'White Lake',NULL,3945),(45244,'Whitmore Lake',NULL,3945),(45245,'Williamston',NULL,3945),(45246,'Wixom',NULL,3945),(45247,'Woodhaven',NULL,3945),(45248,'Wyandotte',NULL,3945),(45249,'Wyoming',NULL,3945),(45250,'Ypsilanti',NULL,3945),(45251,'Albert Lea',NULL,3946),(45252,'Alger',NULL,3946),(45253,'Andover',NULL,3946),(45254,'Annandale',NULL,3946),(45255,'Anoka',NULL,3946),(45256,'Apple Valley',NULL,3946),(45257,'Austin',NULL,3946),(45258,'Baxter',NULL,3946),(45259,'Bemidji',NULL,3946),(45260,'Blaine',NULL,3946),(45261,'Blomkest',NULL,3946),(45262,'Bloomington',NULL,3946),(45263,'Blue Earth',NULL,3946),(45264,'Brainerd',NULL,3946),(45265,'Brooklyn Center',NULL,3946),(45266,'Brooklyn Park',NULL,3946),(45267,'Burnsville',NULL,3946),(45268,'Champlin',NULL,3946),(45269,'Chanhassen',NULL,3946),(45270,'Chaska',NULL,3946),(45271,'Chatfield',NULL,3946),(45272,'Circle Pines',NULL,3946),(45273,'Cloquet',NULL,3946),(45274,'Cokato',NULL,3946),(45275,'Columbia Heights',NULL,3946),(45276,'Coon Rapids',NULL,3946),(45277,'Cottage Grove',NULL,3946),(45278,'Crystal',NULL,3946),(45279,'Duluth',NULL,3946),(45280,'Eagan',NULL,3946),(45281,'East Bethel',NULL,3946),(45282,'Eden Prairie',NULL,3946),(45283,'Edina',NULL,3946),(45284,'Elk River',NULL,3946),(45285,'Ely',NULL,3946),(45286,'Fairmont',NULL,3946),(45287,'Faribault',NULL,3946),(45288,'Farmington',NULL,3946),(45289,'Fergus Falls',NULL,3946),(45290,'Frazee',NULL,3946),(45291,'Fridley',NULL,3946),(45292,'Golden Valley',NULL,3946),(45293,'Grand Rapids',NULL,3946),(45294,'Ham Lake',NULL,3946),(45295,'Hamel',NULL,3946),(45296,'Hastings',NULL,3946),(45297,'Hibbing',NULL,3946),(45298,'Hopkins',NULL,3946),(45299,'Houston',NULL,3946),(45300,'Hutchinson',NULL,3946),(45301,'Inver Grove Heights',NULL,3946),(45302,'Isanti',NULL,3946),(45303,'LaCrescent',NULL,3946),(45304,'Lakeville',NULL,3946),(45305,'Le Sueur',NULL,3946),(45306,'Lino Lakes',NULL,3946),(45307,'Litchfield',NULL,3946),(45308,'Mankato',NULL,3946),(45309,'Maple Grove',NULL,3946),(45310,'Maplewood',NULL,3946),(45311,'Marshall',NULL,3946),(45312,'Mendota Heights',NULL,3946),(45313,'Minneapolis',NULL,3946),(45314,'Minnetonka',NULL,3946),(45315,'Moorhead',NULL,3946),(45316,'Mounds View',NULL,3946),(45317,'Nelson',NULL,3946),(45318,'New Brighton',NULL,3946),(45319,'New Hope',NULL,3946),(45320,'New Ulm',NULL,3946),(45321,'North Mankato',NULL,3946),(45322,'North Saint Paul',NULL,3946),(45323,'Northfield',NULL,3946),(45324,'Oakdale',NULL,3946),(45325,'Onamia',NULL,3946),(45326,'Owatonna',NULL,3946),(45327,'Pequot Lakes',NULL,3946),(45328,'Plymouth',NULL,3946),(45329,'Prior Lake',NULL,3946),(45330,'Ramsey',NULL,3946),(45331,'Red Wing',NULL,3946),(45332,'Renville',NULL,3946),(45333,'Richfield',NULL,3946),(45334,'Robbinsdale',NULL,3946),(45335,'Rochester',NULL,3946),(45336,'Rosemount',NULL,3946),(45337,'Roseville',NULL,3946),(45338,'Royalton',NULL,3946),(45339,'Saint Cloud',NULL,3946),(45340,'Saint Louis Park',NULL,3946),(45341,'Saint Michael',NULL,3946),(45342,'Saint Paul',NULL,3946),(45343,'Saint Peter',NULL,3946),(45344,'Sauk Rapids',NULL,3946),(45345,'Savage',NULL,3946),(45346,'Shakopee',NULL,3946),(45347,'Shoreview',NULL,3946),(45348,'South Saint Paul',NULL,3946),(45349,'St. Paul',NULL,3946),(45350,'Stewartville',NULL,3946),(45351,'Stillwater',NULL,3946),(45352,'Vadnais Heights',NULL,3946),(45353,'Waconia',NULL,3946),(45354,'Wadena',NULL,3946),(45355,'West Saint Paul',NULL,3946),(45356,'White Bear Lake',NULL,3946),(45357,'Willmar',NULL,3946),(45358,'Winona',NULL,3946),(45359,'Woodbury',NULL,3946),(45360,'Worthington',NULL,3946),(45361,'Bay Saint Louis',NULL,3947),(45362,'Biloxi',NULL,3947),(45363,'Brandon',NULL,3947),(45364,'Brookhaven',NULL,3947),(45365,'Byhalia',NULL,3947),(45366,'Byram',NULL,3947),(45367,'Canton',NULL,3947),(45368,'Clarksdale',NULL,3947),(45369,'Cleveland',NULL,3947),(45370,'Clinton',NULL,3947),(45371,'Columbus',NULL,3947),(45372,'Corinth',NULL,3947),(45373,'Diamondhead',NULL,3947),(45374,'Gautier',NULL,3947),(45375,'Greenville',NULL,3947),(45376,'Greenwood',NULL,3947),(45377,'Grenada',NULL,3947),(45378,'Gulfport',NULL,3947),(45379,'Hattiesburg',NULL,3947),(45380,'Hernando',NULL,3947),(45381,'Horn Lake',NULL,3947),(45382,'Indianola',NULL,3947),(45383,'Jackson',NULL,3947),(45384,'Laurel',NULL,3947),(45385,'Long Beach',NULL,3947),(45386,'Lucedale',NULL,3947),(45387,'MacComb',NULL,3947),(45388,'Madison',NULL,3947),(45389,'Magnolia',NULL,3947),(45390,'Meridian',NULL,3947),(45391,'Michigan City',NULL,3947),(45392,'Moselle',NULL,3947),(45393,'Moss Point',NULL,3947),(45394,'Natchez',NULL,3947),(45395,'Ocean Springs',NULL,3947),(45396,'Olive Branch',NULL,3947),(45397,'Orange Grove',NULL,3947),(45398,'Oxford',NULL,3947),(45399,'Pascagoula',NULL,3947),(45400,'Pearl',NULL,3947),(45401,'Pelahatchie',NULL,3947),(45402,'Picayune',NULL,3947),(45403,'Quitman',NULL,3947),(45404,'Ridgeland',NULL,3947),(45405,'Senatobia',NULL,3947),(45406,'Southaven',NULL,3947),(45407,'Southhaven',NULL,3947),(45408,'Starkville',NULL,3947),(45409,'Tupelo',NULL,3947),(45410,'Utica',NULL,3947),(45411,'Vicksburg',NULL,3947),(45412,'Yazoo City',NULL,3947),(45413,'Affton',NULL,3948),(45414,'Annapolis',NULL,3948),(45415,'Arnold',NULL,3948),(45416,'Ballwin',NULL,3948),(45417,'Belgique',NULL,3948),(45418,'Bellefontaine Neighbors',NULL,3948),(45419,'Belton',NULL,3948),(45420,'Berkeley',NULL,3948),(45421,'Blue Springs',NULL,3948),(45422,'Branson',NULL,3948),(45423,'Bridgeton',NULL,3948),(45424,'Brighton',NULL,3948),(45425,'California',NULL,3948),(45426,'Camdenton',NULL,3948),(45427,'Cape Girardeau',NULL,3948),(45428,'Carthage',NULL,3948),(45429,'Chaffee',NULL,3948),(45430,'Chesterfield',NULL,3948),(45431,'Chillicothe',NULL,3948),(45432,'Clayton',NULL,3948),(45433,'Clever',NULL,3948),(45434,'Columbia',NULL,3948),(45435,'Concord',NULL,3948),(45436,'Crestwood',NULL,3948),(45437,'Creve Coeur',NULL,3948),(45438,'Desloge',NULL,3948),(45439,'Dora',NULL,3948),(45440,'Earth City',NULL,3948),(45441,'Excelsior Springs',NULL,3948),(45442,'Farmington',NULL,3948),(45443,'Fenton',NULL,3948),(45444,'Ferguson',NULL,3948),(45445,'Florissant',NULL,3948),(45446,'Forsyth',NULL,3948),(45447,'Fort Leonard Wood',NULL,3948),(45448,'Fulton',NULL,3948),(45449,'Gladstone',NULL,3948),(45450,'Grain Valley',NULL,3948),(45451,'Grandview',NULL,3948),(45452,'Gravois Mills',NULL,3948),(45453,'Hannibal',NULL,3948),(45454,'Harrisonville',NULL,3948),(45455,'Hazelwood',NULL,3948),(45456,'High Ridge',NULL,3948),(45457,'Independence',NULL,3948),(45458,'Jackson',NULL,3948),(45459,'Jefferson City',NULL,3948),(45460,'Jennings',NULL,3948),(45461,'Joplin',NULL,3948),(45462,'Kansas City',NULL,3948),(45463,'Kennett',NULL,3948),(45464,'Kirksville',NULL,3948),(45465,'Kirkwood',NULL,3948),(45466,'Kissee Mills',NULL,3948),(45467,'Lamar',NULL,3948),(45468,'Lebanon',NULL,3948),(45469,'Lees Summit',NULL,3948),(45470,'Lemay',NULL,3948),(45471,'Liberty',NULL,3948),(45472,'Lone Jack',NULL,3948),(45473,'Marshall',NULL,3948),(45474,'Maryland Heights',NULL,3948),(45475,'Maryville',NULL,3948),(45476,'Mehlville',NULL,3948),(45477,'Mexico',NULL,3948),(45478,'Moberly',NULL,3948),(45479,'Murphy',NULL,3948),(45480,'Nixa',NULL,3948),(45481,'O\'Fallon',NULL,3948),(45482,'Oakville',NULL,3948),(45483,'Overland',NULL,3948),(45484,'Pacific',NULL,3948),(45485,'Park Hills',NULL,3948),(45486,'Parkville',NULL,3948),(45487,'Peculiar',NULL,3948),(45488,'Poplar Bluff',NULL,3948),(45489,'Raytown',NULL,3948),(45490,'Richmond Heights',NULL,3948),(45491,'Rolla',NULL,3948),(45492,'Saint Ann',NULL,3948),(45493,'Saint Charles',NULL,3948),(45494,'Saint Clair',NULL,3948),(45495,'Saint Joseph',NULL,3948),(45496,'Saint Louis',NULL,3948),(45497,'Saint Peters',NULL,3948),(45498,'Sappington',NULL,3948),(45499,'Sedalia',NULL,3948),(45500,'Sikeston',NULL,3948),(45501,'Spanish Lake',NULL,3948),(45502,'Springfield',NULL,3948),(45503,'St. Louis',NULL,3948),(45504,'Steelville',NULL,3948),(45505,'Sunrise Beach',NULL,3948),(45506,'Town and Country',NULL,3948),(45507,'Trimble',NULL,3948),(45508,'Troy',NULL,3948),(45509,'University City',NULL,3948),(45510,'Warrensburg',NULL,3948),(45511,'Washington',NULL,3948),(45512,'Webb City',NULL,3948),(45513,'Webster Groves',NULL,3948),(45514,'Wentzville',NULL,3948),(45515,'West Plains',NULL,3948),(45516,'Wildwood',NULL,3948),(45517,'Anaconda-Deer Lodge County',NULL,3949),(45518,'Arlee',NULL,3949),(45519,'Belgrade',NULL,3949),(45520,'Billings',NULL,3949),(45521,'Bozeman',NULL,3949),(45522,'Butte',NULL,3949),(45523,'Butte-Silver Bow',NULL,3949),(45524,'Great Falls',NULL,3949),(45525,'Hamilton',NULL,3949),(45526,'Havre',NULL,3949),(45527,'Helena',NULL,3949),(45528,'Helena Valley Southeast',NULL,3949),(45529,'Helena Valley West Central',NULL,3949),(45530,'Kalispell',NULL,3949),(45531,'Lame Deer',NULL,3949),(45532,'Laurel',NULL,3949),(45533,'Lewistown',NULL,3949),(45534,'Livingston',NULL,3949),(45535,'Malmstrom Air Force Base',NULL,3949),(45536,'Manhattan',NULL,3949),(45537,'Miles City',NULL,3949),(45538,'Missoula',NULL,3949),(45539,'Orchard Homes',NULL,3949),(45540,'Pablo',NULL,3949),(45541,'Polson',NULL,3949),(45542,'Roberts',NULL,3949),(45543,'Ryegate',NULL,3949),(45544,'Sidney',NULL,3949),(45545,'Stevensville',NULL,3949),(45546,'Whitefish',NULL,3949),(45547,'Beatrice',NULL,3950),(45548,'Bellevue',NULL,3950),(45549,'Central City',NULL,3950),(45550,'Columbus',NULL,3950),(45551,'Cozad',NULL,3950),(45552,'Creighton',NULL,3950),(45553,'Fremont',NULL,3950),(45554,'Gering',NULL,3950),(45555,'Grand Island',NULL,3950),(45556,'Hastings',NULL,3950),(45557,'Homer',NULL,3950),(45558,'Keamey',NULL,3950),(45559,'Kearney',NULL,3950),(45560,'La Vista',NULL,3950),(45561,'Lexington',NULL,3950),(45562,'Lincoln',NULL,3950),(45563,'McCook',NULL,3950),(45564,'Norfolk',NULL,3950),(45565,'North Platte',NULL,3950),(45566,'Offutt Air Force Base West',NULL,3950),(45567,'Ogallala',NULL,3950),(45568,'Omaha',NULL,3950),(45569,'Papillion',NULL,3950),(45570,'Scottsbluff',NULL,3950),(45571,'South Sioux City',NULL,3950),(45572,'Boulder City',NULL,3951),(45573,'Carson City',NULL,3951),(45574,'Elko',NULL,3951),(45575,'Goldfield',NULL,3951),(45576,'Henderson',NULL,3951),(45577,'Las Vegas',NULL,3951),(45578,'Laughlin',NULL,3951),(45579,'Lovelock',NULL,3951),(45580,'Mesquite',NULL,3951),(45581,'Nellis Air Force Base',NULL,3951),(45582,'North Las Vegas',NULL,3951),(45583,'Pahrump',NULL,3951),(45584,'Paradise',NULL,3951),(45585,'Reno',NULL,3951),(45586,'Sparks',NULL,3951),(45587,'Spring Valley',NULL,3951),(45588,'Sun Valley',NULL,3951),(45589,'Sunrise Manor',NULL,3951),(45590,'Winchester',NULL,3951),(45591,'Winnemucca',NULL,3951),(45592,'Akron',NULL,3959),(45593,'Alledonia',NULL,3959),(45594,'Alliance',NULL,3959),(45595,'Amherst',NULL,3959),(45596,'Apple Creek',NULL,3959),(45597,'Archbold',NULL,3959),(45598,'Ashland',NULL,3959),(45599,'Ashtabula',NULL,3959),(45600,'Athens',NULL,3959),(45601,'Atwater',NULL,3959),(45602,'Aurora',NULL,3959),(45603,'Austintown',NULL,3959),(45604,'Avon Lake',NULL,3959),(45605,'Barberton',NULL,3959),(45606,'Batavia',NULL,3959),(45607,'Bay Village',NULL,3959),(45608,'Beachwood',NULL,3959),(45609,'Beavercreek',NULL,3959),(45610,'Bedford',NULL,3959),(45611,'Bedford Heights',NULL,3959),(45612,'Bellaire',NULL,3959),(45613,'Bellefontaine',NULL,3959),(45614,'Bellevue',NULL,3959),(45615,'Berea',NULL,3959),(45616,'Bexley',NULL,3959),(45617,'Blacklick',NULL,3959),(45618,'Blacklick Estates',NULL,3959),(45619,'Blanchester',NULL,3959),(45620,'Blue Ash',NULL,3959),(45621,'Boardman',NULL,3959),(45622,'Bowling Green',NULL,3959),(45623,'Brecksville',NULL,3959),(45624,'Bridgetown North',NULL,3959),(45625,'Bristolville',NULL,3959),(45626,'Broadview Heights',NULL,3959),(45627,'Brook Park',NULL,3959),(45628,'Brooklyn',NULL,3959),(45629,'Brunswick',NULL,3959),(45630,'Bryan',NULL,3959),(45631,'Bucyrus',NULL,3959),(45632,'Burton',NULL,3959),(45633,'Cambridge',NULL,3959),(45634,'Campbell',NULL,3959),(45635,'Canal Winchester',NULL,3959),(45636,'Canton',NULL,3959),(45637,'Carlisle',NULL,3959),(45638,'Celina',NULL,3959),(45639,'Centerville',NULL,3959),(45640,'Chagrin Falls',NULL,3959),(45641,'Chardon',NULL,3959),(45642,'Cheshire',NULL,3959),(45643,'Chillicothe',NULL,3959),(45644,'Chippewa Lake',NULL,3959),(45645,'Cincinnati',NULL,3959),(45646,'Circleville',NULL,3959),(45647,'Cleveland',NULL,3959),(45648,'Cleveland Heights',NULL,3959),(45649,'Columbus',NULL,3959),(45650,'Conneaut',NULL,3959),(45651,'Coshocton',NULL,3959),(45652,'Cuyahoga Falls',NULL,3959),(45653,'Dayton',NULL,3959),(45654,'Defiance',NULL,3959),(45655,'Delaware',NULL,3959),(45656,'Dover',NULL,3959),(45657,'Dublin',NULL,3959),(45658,'East Cleveland',NULL,3959),(45659,'East Liverpool',NULL,3959),(45660,'Eastlake',NULL,3959),(45661,'Elyria',NULL,3959),(45662,'Englewood',NULL,3959),(45663,'Euclid',NULL,3959),(45664,'Fairborn',NULL,3959),(45665,'Fairfield',NULL,3959),(45666,'Fairview Park',NULL,3959),(45667,'Findlay',NULL,3959),(45668,'Finneytown',NULL,3959),(45669,'Forest Park',NULL,3959),(45670,'Fort MacKinley',NULL,3959),(45671,'Fostoria',NULL,3959),(45672,'Fremont',NULL,3959),(45673,'Gahanna',NULL,3959),(45674,'Galion',NULL,3959),(45675,'Garfield Heights',NULL,3959),(45676,'Girard',NULL,3959),(45677,'Glenwillow',NULL,3959),(45678,'Green',NULL,3959),(45679,'Greenville',NULL,3959),(45680,'Grove City',NULL,3959),(45681,'Hamilton',NULL,3959),(45682,'Harrison',NULL,3959),(45683,'Hilliard',NULL,3959),(45684,'Hiram',NULL,3959),(45685,'Holland',NULL,3959),(45686,'Huber Heights',NULL,3959),(45687,'Hudson',NULL,3959),(45688,'Ironton',NULL,3959),(45689,'Kent',NULL,3959),(45690,'Kettering',NULL,3959),(45691,'Kidron',NULL,3959),(45692,'Lakewood',NULL,3959),(45693,'Lancaster',NULL,3959),(45694,'Lebanon',NULL,3959),(45695,'Lewis Center',NULL,3959),(45696,'Lima',NULL,3959),(45697,'Lincoln Village',NULL,3959),(45698,'Lorain',NULL,3959),(45699,'Loveland',NULL,3959),(45700,'Lyndhurst',NULL,3959),(45701,'Macedonia',NULL,3959),(45702,'Madison',NULL,3959),(45703,'Maineville',NULL,3959),(45704,'Mansfield',NULL,3959),(45705,'Maple Heights',NULL,3959),(45706,'Marietta',NULL,3959),(45707,'Marion',NULL,3959),(45708,'Marysville',NULL,3959),(45709,'Mason',NULL,3959),(45710,'Massillon',NULL,3959),(45711,'Maumee',NULL,3959),(45712,'Mayfield Heights',NULL,3959),(45713,'Medina',NULL,3959),(45714,'Mentor',NULL,3959),(45715,'Miamisburg',NULL,3959),(45716,'Middleburg Heights',NULL,3959),(45717,'Middletown',NULL,3959),(45718,'Milford',NULL,3959),(45719,'Millbury',NULL,3959),(45720,'Mineral City',NULL,3959),(45721,'Minster',NULL,3959),(45722,'Mount Gilead',NULL,3959),(45723,'Mount Vernon',NULL,3959),(45724,'Nelsonville',NULL,3959),(45725,'New Albany',NULL,3959),(45726,'New Philadelphia',NULL,3959),(45727,'Newark',NULL,3959),(45728,'Niles',NULL,3959),(45729,'North Canton',NULL,3959),(45730,'North College Hill',NULL,3959),(45731,'North Lewisburg',NULL,3959),(45732,'North Olmsted',NULL,3959),(45733,'North Ridgeville',NULL,3959),(45734,'North Royalton',NULL,3959),(45735,'Northbrook',NULL,3959),(45736,'Northfield',NULL,3959),(45737,'Northview',NULL,3959),(45738,'Norton',NULL,3959),(45739,'Norwalk',NULL,3959),(45740,'Norwood',NULL,3959),(45741,'Oberlin',NULL,3959),(45742,'Ohio',NULL,3959),(45743,'Oregon',NULL,3959),(45744,'Overlook-Page Manor',NULL,3959),(45745,'Oxford',NULL,3959),(45746,'Painesville',NULL,3959),(45747,'Parma',NULL,3959),(45748,'Parma Heights',NULL,3959),(45749,'Peninsula',NULL,3959),(45750,'Perrysburg',NULL,3959),(45751,'Pickerington',NULL,3959),(45752,'Piqua',NULL,3959),(45753,'Portage Lakes',NULL,3959),(45754,'Portsmouth',NULL,3959),(45755,'Powell',NULL,3959),(45756,'Ravenna',NULL,3959),(45757,'Reading',NULL,3959),(45758,'Reynoldsburg',NULL,3959),(45759,'Rittman',NULL,3959),(45760,'Riverside',NULL,3959),(45761,'Rocky River',NULL,3959),(45762,'Rossford',NULL,3959),(45763,'Salem',NULL,3959),(45764,'Sandusky',NULL,3959),(45765,'Seven Hills',NULL,3959),(45766,'Seville',NULL,3959),(45767,'Shaker Heights',NULL,3959),(45768,'Sharonville',NULL,3959),(45769,'Sheffield Lake',NULL,3959),(45770,'Shelby',NULL,3959),(45771,'Sidney',NULL,3959),(45772,'Solon',NULL,3959),(45773,'South Euclid',NULL,3959),(45774,'Springdale',NULL,3959),(45775,'Springfield',NULL,3959),(45776,'Steubenville',NULL,3959),(45777,'Stow',NULL,3959),(45778,'Streetsboro',NULL,3959),(45779,'Strongsville',NULL,3959),(45780,'Struthers',NULL,3959),(45781,'Sylvania',NULL,3959),(45782,'Tallmadge',NULL,3959),(45783,'Tiffin',NULL,3959),(45784,'Toledo',NULL,3959),(45785,'Trotwood',NULL,3959),(45786,'Troy',NULL,3959),(45787,'Twinsburg',NULL,3959),(45788,'University Heights',NULL,3959),(45789,'Upper Arlington',NULL,3959),(45790,'Urbana',NULL,3959),(45791,'Valley Glen',NULL,3959),(45792,'Van Wert',NULL,3959),(45793,'Vandalia',NULL,3959),(45794,'Vermilion',NULL,3959),(45795,'Wadsworth',NULL,3959),(45796,'Warren',NULL,3959),(45797,'Warrensville Heights',NULL,3959),(45798,'Washington',NULL,3959),(45799,'Waverly',NULL,3959),(45800,'West Carrollton City',NULL,3959),(45801,'West Chester',NULL,3959),(45802,'Westerville',NULL,3959),(45803,'Westlake',NULL,3959),(45804,'White Oak',NULL,3959),(45805,'Whitehall',NULL,3959),(45806,'Wickliffe',NULL,3959),(45807,'Willoughby',NULL,3959),(45808,'Willowick',NULL,3959),(45809,'Wilmington',NULL,3959),(45810,'Winesburg',NULL,3959),(45811,'Wooster',NULL,3959),(45812,'Worthington',NULL,3959),(45813,'Xenia',NULL,3959),(45814,'Yellow Springs',NULL,3959),(45815,'Youngstown',NULL,3959),(45816,'Zanesville',NULL,3959),(45817,'Ada',NULL,3960),(45818,'Altus',NULL,3960),(45819,'Ardmore',NULL,3960),(45820,'Bartlesville',NULL,3960),(45821,'Bethany',NULL,3960),(45822,'Bixby',NULL,3960),(45823,'Broken Arrow',NULL,3960),(45824,'Catoosa',NULL,3960),(45825,'Chickasha',NULL,3960),(45826,'Choctaw',NULL,3960),(45827,'Claremore',NULL,3960),(45828,'Del City',NULL,3960),(45829,'Duncan',NULL,3960),(45830,'Durant',NULL,3960),(45831,'Edmond',NULL,3960),(45832,'El Reno',NULL,3960),(45833,'Elk City',NULL,3960),(45834,'Enid',NULL,3960),(45835,'Fort Sill',NULL,3960),(45836,'Grove',NULL,3960),(45837,'Guthrie',NULL,3960),(45838,'Heavener',NULL,3960),(45839,'Hugo',NULL,3960),(45840,'Lawton',NULL,3960),(45841,'Lindsay',NULL,3960),(45842,'MacAlester',NULL,3960),(45843,'Miami',NULL,3960),(45844,'Midwest City',NULL,3960),(45845,'Moore',NULL,3960),(45846,'Morrison',NULL,3960),(45847,'Muskogee',NULL,3960),(45848,'Mustang',NULL,3960),(45849,'Norman',NULL,3960),(45850,'Oklahoma City',NULL,3960),(45851,'Okmulgee',NULL,3960),(45852,'Owasso',NULL,3960),(45853,'Pawnee',NULL,3960),(45854,'Ponca City',NULL,3960),(45855,'Rattan',NULL,3960),(45856,'Sand Springs',NULL,3960),(45857,'Sapulpa',NULL,3960),(45858,'Shawnee',NULL,3960),(45859,'Stillwater',NULL,3960),(45860,'Sulphur',NULL,3960),(45861,'Tahlequah',NULL,3960),(45862,'The Village',NULL,3960),(45863,'Tulsa',NULL,3960),(45864,'Weatherford',NULL,3960),(45865,'Welch',NULL,3960),(45866,'Woodward',NULL,3960),(45867,'Yukon',NULL,3960),(45868,'Point Edward',NULL,3961),(45869,'Woodbridge',NULL,3961),(45870,'Albany',NULL,3962),(45871,'Aloha',NULL,3962),(45872,'Altamont',NULL,3962),(45873,'Arleta',NULL,3962),(45874,'Ashland',NULL,3962),(45875,'Astoria',NULL,3962),(45876,'Baker City',NULL,3962),(45877,'Beaverton',NULL,3962),(45878,'Bend',NULL,3962),(45879,'Canby',NULL,3962),(45880,'Cave Junction',NULL,3962),(45881,'Cedar Hills',NULL,3962),(45882,'Cedar Mill',NULL,3962),(45883,'Central Point',NULL,3962),(45884,'City of The Dalles',NULL,3962),(45885,'Coos Bay',NULL,3962),(45886,'Corvallis',NULL,3962),(45887,'Creswell',NULL,3962),(45888,'Dallas',NULL,3962),(45889,'Donald',NULL,3962),(45890,'Eugene',NULL,3962),(45891,'Forest Grove',NULL,3962),(45892,'Four Corners',NULL,3962),(45893,'Gladstone',NULL,3962),(45894,'Glide',NULL,3962),(45895,'Grants Pass',NULL,3962),(45896,'Gresham',NULL,3962),(45897,'Hayesville',NULL,3962),(45898,'Hazelwood',NULL,3962),(45899,'Hermiston',NULL,3962),(45900,'Hillsboro',NULL,3962),(45901,'Hood River',NULL,3962),(45902,'Hubbard',NULL,3962),(45903,'John Day',NULL,3962),(45904,'Jordan Valley',NULL,3962),(45905,'Keizer',NULL,3962),(45906,'Klamath Falls',NULL,3962),(45907,'La Grande',NULL,3962),(45908,'Lake Oswego',NULL,3962),(45909,'Lebanon',NULL,3962),(45910,'Lincoln',NULL,3962),(45911,'MacMinnville',NULL,3962),(45912,'Medford',NULL,3962),(45913,'Milwaukie',NULL,3962),(45914,'Newberg',NULL,3962),(45915,'Newport',NULL,3962),(45916,'North Bend',NULL,3962),(45917,'OBrien',NULL,3962),(45918,'Oak Grove',NULL,3962),(45919,'Oatfield',NULL,3962),(45920,'Ontario',NULL,3962),(45921,'Oregon City',NULL,3962),(45922,'Pendleton',NULL,3962),(45923,'Portland',NULL,3962),(45924,'Redmond',NULL,3962),(45925,'Riddle',NULL,3962),(45926,'River Road',NULL,3962),(45927,'Roseburg',NULL,3962),(45928,'Salem',NULL,3962),(45929,'Sherwood',NULL,3962),(45930,'Springfield',NULL,3962),(45931,'Sublimity',NULL,3962),(45932,'Sutherlin',NULL,3962),(45933,'Talent',NULL,3962),(45934,'Tigard',NULL,3962),(45935,'Troutdale',NULL,3962),(45936,'Tualatin',NULL,3962),(45937,'Turner',NULL,3962),(45938,'Vaughn',NULL,3962),(45939,'West Linn',NULL,3962),(45940,'Wilsonville',NULL,3962),(45941,'Woodburn',NULL,3962),(45942,'Akron',NULL,3963),(45943,'Aliquippa',NULL,3963),(45944,'Allentown',NULL,3963),(45945,'Altoona',NULL,3963),(45946,'Ambler',NULL,3963),(45947,'Amityville',NULL,3963),(45948,'Ardmore',NULL,3963),(45949,'Audubon',NULL,3963),(45950,'Back Mountain',NULL,3963),(45951,'Baldwin',NULL,3963),(45952,'Bangor',NULL,3963),(45953,'Beaver Falls',NULL,3963),(45954,'Belle Vernon',NULL,3963),(45955,'Bensalem',NULL,3963),(45956,'Berwick',NULL,3963),(45957,'Berwyn',NULL,3963),(45958,'Bethel Park',NULL,3963),(45959,'Bethlehem',NULL,3963),(45960,'Bloomsburg',NULL,3963),(45961,'Boyertown',NULL,3963),(45962,'Bradford',NULL,3963),(45963,'Brentwood',NULL,3963),(45964,'Bridgeport',NULL,3963),(45965,'Bristol',NULL,3963),(45966,'Brockway',NULL,3963),(45967,'Broomall',NULL,3963),(45968,'Bushkill',NULL,3963),(45969,'Butler',NULL,3963),(45970,'Camp Hill',NULL,3963),(45971,'Canonsburg',NULL,3963),(45972,'Carbondale',NULL,3963),(45973,'Carlisle',NULL,3963),(45974,'Carnegie',NULL,3963),(45975,'Carnot Moon',NULL,3963),(45976,'Chambersburg',NULL,3963),(45977,'Chester',NULL,3963),(45978,'Chester Springs',NULL,3963),(45979,'Clarks Summit',NULL,3963),(45980,'Coatesville',NULL,3963),(45981,'Colonial Park',NULL,3963),(45982,'Columbia',NULL,3963),(45983,'Conshohocken',NULL,3963),(45984,'Coraopolis',NULL,3963),(45985,'Corry',NULL,3963),(45986,'Cranberry Township',NULL,3963),(45987,'Cresco',NULL,3963),(45988,'Croydon',NULL,3963),(45989,'Dallas',NULL,3963),(45990,'Dallastown',NULL,3963),(45991,'Darby',NULL,3963),(45992,'Darby Township',NULL,3963),(45993,'Downingtown',NULL,3963),(45994,'Drexel Hill',NULL,3963),(45995,'Duncansville',NULL,3963),(45996,'Dunmore',NULL,3963),(45997,'East Norriton',NULL,3963),(45998,'East Stroudsburg',NULL,3963),(45999,'Easton',NULL,3963),(46000,'Economy',NULL,3963),(46001,'Edinboro',NULL,3963),(46002,'Elizabethtown',NULL,3963),(46003,'Elkins Park',NULL,3963),(46004,'Emmaus',NULL,3963),(46005,'Ephrata',NULL,3963),(46006,'Erdenheim',NULL,3963),(46007,'Erie',NULL,3963),(46008,'Erwinna',NULL,3963),(46009,'Exton',NULL,3963),(46010,'Feasterville',NULL,3963),(46011,'Folcroft',NULL,3963),(46012,'Franklin',NULL,3963),(46013,'Franklin Park',NULL,3963),(46014,'Frederick',NULL,3963),(46015,'Fullerton',NULL,3963),(46016,'Furlong',NULL,3963),(46017,'Gettysburg',NULL,3963),(46018,'Gibsonia',NULL,3963),(46019,'Glenside',NULL,3963),(46020,'Gordonville',NULL,3963),(46021,'Greensburg',NULL,3963),(46022,'Gwynedd',NULL,3963),(46023,'Hampden Township',NULL,3963),(46024,'Hanover',NULL,3963),(46025,'Harleysville',NULL,3963),(46026,'Harrisburg',NULL,3963),(46027,'Harrison Township',NULL,3963),(46028,'Hatboro',NULL,3963),(46029,'Haverford',NULL,3963),(46030,'Havertown',NULL,3963),(46031,'Hazleton',NULL,3963),(46032,'Hermitage',NULL,3963),(46033,'Hershey',NULL,3963),(46034,'Hollidaysburg',NULL,3963),(46035,'Horsham',NULL,3963),(46036,'Huntingdon Valley',NULL,3963),(46037,'Indiana',NULL,3963),(46038,'Irvine',NULL,3963),(46039,'Ivyland',NULL,3963),(46040,'Jeannette',NULL,3963),(46041,'Jefferson',NULL,3963),(46042,'Jenkintown',NULL,3963),(46043,'Johnstown',NULL,3963),(46044,'Kempton',NULL,3963),(46045,'Kennett Square',NULL,3963),(46046,'King of Prussia',NULL,3963),(46047,'Kingston',NULL,3963),(46048,'Kutztown',NULL,3963),(46049,'Lafayette Hill',NULL,3963),(46050,'Lancaster',NULL,3963),(46051,'Landenberg',NULL,3963),(46052,'Langhorne',NULL,3963),(46053,'Lansdale',NULL,3963),(46054,'Lansdowne',NULL,3963),(46055,'Lansford',NULL,3963),(46056,'Laurys Station',NULL,3963),(46057,'Lebanon',NULL,3963),(46058,'Lehighton',NULL,3963),(46059,'Levittown',NULL,3963),(46060,'Lincoln University',NULL,3963),(46061,'Linesville',NULL,3963),(46062,'Linwood',NULL,3963),(46063,'Lower Burrell',NULL,3963),(46064,'Lower Merion',NULL,3963),(46065,'MacCandless Township',NULL,3963),(46066,'MacKeesport',NULL,3963),(46067,'Malvern',NULL,3963),(46068,'Meadville',NULL,3963),(46069,'Mechanicsburg',NULL,3963),(46070,'Media',NULL,3963),(46071,'Merion Station',NULL,3963),(46072,'Middleburg',NULL,3963),(46073,'Mifflinville',NULL,3963),(46074,'Milanville',NULL,3963),(46075,'Milford',NULL,3963),(46076,'Millersburg',NULL,3963),(46077,'Monessen',NULL,3963),(46078,'Moscow',NULL,3963),(46079,'Mount Carmel',NULL,3963),(46080,'Mount Lebanon',NULL,3963),(46081,'Mountville',NULL,3963),(46082,'Munhall',NULL,3963),(46083,'Municipality of Monroeville',NULL,3963),(46084,'Municipality of Murrysville',NULL,3963),(46085,'N. Charleroi',NULL,3963),(46086,'Nanticoke',NULL,3963),(46087,'Narberth',NULL,3963),(46088,'Natrona Heights',NULL,3963),(46089,'Nazareth',NULL,3963),(46090,'Nether Providence Township',NULL,3963),(46091,'New Buffalo',NULL,3963),(46092,'New Carlisle',NULL,3963),(46093,'New Castle',NULL,3963),(46094,'New Cumberland',NULL,3963),(46095,'New Hope',NULL,3963),(46096,'New Kensington',NULL,3963),(46097,'Newton',NULL,3963),(46098,'Newtown',NULL,3963),(46099,'Newville',NULL,3963),(46100,'Norristown',NULL,3963),(46101,'North East',NULL,3963),(46102,'North Versailles',NULL,3963),(46103,'North Wales',NULL,3963),(46104,'Oaks',NULL,3963),(46105,'Oil City',NULL,3963),(46106,'Olyphant',NULL,3963),(46107,'Orrtanna',NULL,3963),(46108,'Orwigsburg',NULL,3963),(46109,'Oxford',NULL,3963),(46110,'Paoli',NULL,3963),(46111,'Parksburg',NULL,3963),(46112,'Penn Hills',NULL,3963),(46113,'Philadelphia',NULL,3963),(46114,'Phildelphia',NULL,3963),(46115,'Phoenixville',NULL,3963),(46116,'Pipersville',NULL,3963),(46117,'Pittsburgh',NULL,3963),(46118,'Pleasantville',NULL,3963),(46119,'Plum',NULL,3963),(46120,'Pocono Summit',NULL,3963),(46121,'Pottstown',NULL,3963),(46122,'Pottsville',NULL,3963),(46123,'Primos',NULL,3963),(46124,'Progress',NULL,3963),(46125,'Prospect',NULL,3963),(46126,'Quakertown',NULL,3963),(46127,'Radnor Township',NULL,3963),(46128,'Reading',NULL,3963),(46129,'Robinson Township',NULL,3963),(46130,'Roseto',NULL,3963),(46131,'Ross Township',NULL,3963),(46132,'Royersford',NULL,3963),(46133,'Saint Marys',NULL,3963),(46134,'Sarver',NULL,3963),(46135,'Saxonburg',NULL,3963),(46136,'Scott Township',NULL,3963),(46137,'Scranton',NULL,3963),(46138,'Seward',NULL,3963),(46139,'Sewickley',NULL,3963),(46140,'Shaler Township',NULL,3963),(46141,'Sharon',NULL,3963),(46142,'Shermans Dale',NULL,3963),(46143,'Somerset',NULL,3963),(46144,'Souderton',NULL,3963),(46145,'South Park Township',NULL,3963),(46146,'Southampton',NULL,3963),(46147,'Springfield',NULL,3963),(46148,'State College',NULL,3963),(46149,'Strasburg',NULL,3963),(46150,'Sunbury',NULL,3963),(46151,'Susquehanna',NULL,3963),(46152,'Swissvale',NULL,3963),(46153,'Tamaqua',NULL,3963),(46154,'Taylor',NULL,3963),(46155,'Telford',NULL,3963),(46156,'Trevose',NULL,3963),(46157,'Turtle Creek',NULL,3963),(46158,'Tyrone',NULL,3963),(46159,'Uniontown',NULL,3963),(46160,'Upper Darby',NULL,3963),(46161,'Upper Providence Township',NULL,3963),(46162,'Upper Saint Clair',NULL,3963),(46163,'Vanderbilt',NULL,3963),(46164,'Warminster',NULL,3963),(46165,'Warren',NULL,3963),(46166,'Warrendale',NULL,3963),(46167,'Washington',NULL,3963),(46168,'Waterford',NULL,3963),(46169,'Waverly',NULL,3963),(46170,'Wayne',NULL,3963),(46171,'Waynesboro',NULL,3963),(46172,'West Chester',NULL,3963),(46173,'West Mifflin',NULL,3963),(46174,'West Norriton',NULL,3963),(46175,'West Point',NULL,3963),(46176,'Wexford',NULL,3963),(46177,'Whitehall',NULL,3963),(46178,'Wilcox',NULL,3963),(46179,'Wilkes-Barre',NULL,3963),(46180,'Wilkinsburg',NULL,3963),(46181,'Williamsport',NULL,3963),(46182,'Willow Grove',NULL,3963),(46183,'Womelsdorf',NULL,3963),(46184,'Woodlyn',NULL,3963),(46185,'Woolrich',NULL,3963),(46186,'Wyncote',NULL,3963),(46187,'Wyndmoor',NULL,3963),(46188,'Wynnewood',NULL,3963),(46189,'Yardley',NULL,3963),(46190,'Yeadon',NULL,3963),(46191,'York',NULL,3963),(46192,'Ramey',NULL,3964),(46193,'Adamsville',NULL,3969),(46194,'Alcoa',NULL,3969),(46195,'Antioch',NULL,3969),(46196,'Arlington',NULL,3969),(46197,'Athens',NULL,3969),(46198,'Bartlett',NULL,3969),(46199,'Bell Buckle',NULL,3969),(46200,'Bloomingdale',NULL,3969),(46201,'Blountville',NULL,3969),(46202,'Brentwood',NULL,3969),(46203,'Bristol',NULL,3969),(46204,'Brownsville',NULL,3969),(46205,'Burns',NULL,3969),(46206,'Chattanooga',NULL,3969),(46207,'Clarksville',NULL,3969),(46208,'Cleveland',NULL,3969),(46209,'Collierville',NULL,3969),(46210,'Columbia',NULL,3969),(46211,'Cookeville',NULL,3969),(46212,'Cornersville',NULL,3969),(46213,'Crossville',NULL,3969),(46214,'Dayton',NULL,3969),(46215,'Dickson',NULL,3969),(46216,'Dyersburg',NULL,3969),(46217,'East Brainerd',NULL,3969),(46218,'East Ridge',NULL,3969),(46219,'Elizabethton',NULL,3969),(46220,'Farragut',NULL,3969),(46221,'Franklin',NULL,3969),(46222,'Gainesboro',NULL,3969),(46223,'Gallatin',NULL,3969),(46224,'Gatlinburg',NULL,3969),(46225,'Germantown',NULL,3969),(46226,'Goodlettsville',NULL,3969),(46227,'Greeneville',NULL,3969),(46228,'Hendersonville',NULL,3969),(46229,'Hixson',NULL,3969),(46230,'Jackson',NULL,3969),(46231,'Johnson City',NULL,3969),(46232,'Kingsport',NULL,3969),(46233,'Knoxville',NULL,3969),(46234,'Kodak',NULL,3969),(46235,'La Vergne',NULL,3969),(46236,'Lawrenceburg',NULL,3969),(46237,'Lebanon',NULL,3969),(46238,'Lenoir City',NULL,3969),(46239,'Lewisburg',NULL,3969),(46240,'MacMinnville',NULL,3969),(46241,'Maryville',NULL,3969),(46242,'Memphis',NULL,3969),(46243,'Middle Valley',NULL,3969),(46244,'Millington',NULL,3969),(46245,'Morristown',NULL,3969),(46246,'Mulberry',NULL,3969),(46247,'Murfreesboro',NULL,3969),(46248,'Nashville',NULL,3969),(46249,'Oak Ridge',NULL,3969),(46250,'Ooltewah',NULL,3969),(46251,'Pinson',NULL,3969),(46252,'Red Bank',NULL,3969),(46253,'Selmer',NULL,3969),(46254,'Sevierville',NULL,3969),(46255,'Shelbyville',NULL,3969),(46256,'Smithville',NULL,3969),(46257,'Smyrna',NULL,3969),(46258,'Spring City',NULL,3969),(46259,'Springfield',NULL,3969),(46260,'Tazewell',NULL,3969),(46261,'Trenton',NULL,3969),(46262,'Tullahoma',NULL,3969),(46263,'Union City',NULL,3969),(46264,'Abilene',NULL,3970),(46265,'Addison',NULL,3970),(46266,'Alamo',NULL,3970),(46267,'Aldine',NULL,3970),(46268,'Alice',NULL,3970),(46269,'Allen',NULL,3970),(46270,'Alvin',NULL,3970),(46271,'Amarillo',NULL,3970),(46272,'Anderson Mill',NULL,3970),(46273,'Andrews',NULL,3970),(46274,'Angleton',NULL,3970),(46275,'Argyle',NULL,3970),(46276,'Arlington',NULL,3970),(46277,'Aspermont',NULL,3970),(46278,'Atascocita',NULL,3970),(46279,'Athens',NULL,3970),(46280,'Austin',NULL,3970),(46281,'Austinn',NULL,3970),(46282,'Azle',NULL,3970),(46283,'Balch Springs',NULL,3970),(46284,'Barry',NULL,3970),(46285,'Bay City',NULL,3970),(46286,'Baytown',NULL,3970),(46287,'Beaumont',NULL,3970),(46288,'Bedford',NULL,3970),(46289,'Beeville',NULL,3970),(46290,'Bellaire',NULL,3970),(46291,'Belton',NULL,3970),(46292,'Benbrook',NULL,3970),(46293,'Big Spring',NULL,3970),(46294,'Bluff Dale',NULL,3970),(46295,'Boerne',NULL,3970),(46296,'Borger',NULL,3970),(46297,'Breckenridge',NULL,3970),(46298,'Brenham',NULL,3970),(46299,'Brownfield',NULL,3970),(46300,'Brownsville',NULL,3970),(46301,'Brownwood',NULL,3970),(46302,'Bryan',NULL,3970),(46303,'Buda',NULL,3970),(46304,'Burkburnett',NULL,3970),(46305,'Burleson',NULL,3970),(46306,'Campbell',NULL,3970),(46307,'Canyon',NULL,3970),(46308,'Canyon Lake',NULL,3970),(46309,'Carrollton',NULL,3970),(46310,'Cat Spring',NULL,3970),(46311,'Cedar Hill',NULL,3970),(46312,'Cedar Park',NULL,3970),(46313,'Celina',NULL,3970),(46314,'Center',NULL,3970),(46315,'Channelview',NULL,3970),(46316,'City of Dallas',NULL,3970),(46317,'Cleburne',NULL,3970),(46318,'Cloverleaf',NULL,3970),(46319,'Clute',NULL,3970),(46320,'College Station',NULL,3970),(46321,'Colleyville',NULL,3970),(46322,'Columbus',NULL,3970),(46323,'Comanche',NULL,3970),(46324,'Conroe',NULL,3970),(46325,'Converse',NULL,3970),(46326,'Coppell',NULL,3970),(46327,'Copperas Cove',NULL,3970),(46328,'Corinth',NULL,3970),(46329,'Corpus Christi',NULL,3970),(46330,'Corsicana',NULL,3970),(46331,'Cotulla',NULL,3970),(46332,'Crandall',NULL,3970),(46333,'Cypress',NULL,3970),(46334,'Dallas',NULL,3970),(46335,'Dayton',NULL,3970),(46336,'DeSoto',NULL,3970),(46337,'Deer Park',NULL,3970),(46338,'Del Rio',NULL,3970),(46339,'Denison',NULL,3970),(46340,'Denton',NULL,3970),(46341,'Dickinson',NULL,3970),(46342,'Donna',NULL,3970),(46343,'Dumas',NULL,3970),(46344,'Duncanville',NULL,3970),(46345,'Eagle Pass',NULL,3970),(46346,'Edinburg',NULL,3970),(46347,'El Campo',NULL,3970),(46348,'El Paso',NULL,3970),(46349,'Elmendorf',NULL,3970),(46350,'Ennis',NULL,3970),(46351,'Euless',NULL,3970),(46352,'Fairfield',NULL,3970),(46353,'Farmers Branch',NULL,3970),(46354,'Flower Mound',NULL,3970),(46355,'Forest Hill',NULL,3970),(46356,'Forney',NULL,3970),(46357,'Fort Bliss',NULL,3970),(46358,'Fort Hood',NULL,3970),(46359,'Fort Worth',NULL,3970),(46360,'Freeport',NULL,3970),(46361,'Friendswood',NULL,3970),(46362,'Frisco',NULL,3970),(46363,'Gainesville',NULL,3970),(46364,'Galena Park',NULL,3970),(46365,'Galveston',NULL,3970),(46366,'Garland',NULL,3970),(46367,'Gatesville',NULL,3970),(46368,'Georgetown',NULL,3970),(46369,'Grand Prairie',NULL,3970),(46370,'Grandview',NULL,3970),(46371,'Grapeland',NULL,3970),(46372,'Grapevine',NULL,3970),(46373,'Greenville',NULL,3970),(46374,'Gregory',NULL,3970),(46375,'Groves',NULL,3970),(46376,'Haltom City',NULL,3970),(46377,'Harker Heights',NULL,3970),(46378,'Harlingen',NULL,3970),(46379,'Henderson',NULL,3970),(46380,'Hereford',NULL,3970),(46381,'Hewitt',NULL,3970),(46382,'Highland Village',NULL,3970),(46383,'Hillsboro',NULL,3970),(46384,'Houston',NULL,3970),(46385,'Humble',NULL,3970),(46386,'Huntsville',NULL,3970),(46387,'Hurst',NULL,3970),(46388,'Ingleside',NULL,3970),(46389,'Irving',NULL,3970),(46390,'Jacksonville',NULL,3970),(46391,'Jefferson',NULL,3970),(46392,'Jollyville',NULL,3970),(46393,'Justin',NULL,3970),(46394,'Katy',NULL,3970),(46395,'Kaufman',NULL,3970),(46396,'Keller',NULL,3970),(46397,'Kemah',NULL,3970),(46398,'Kemp',NULL,3970),(46399,'Kerrville',NULL,3970),(46400,'Kilgore',NULL,3970),(46401,'Killeen',NULL,3970),(46402,'Kingsville',NULL,3970),(46403,'Kingwood',NULL,3970),(46404,'La Marque',NULL,3970),(46405,'La Porte',NULL,3970),(46406,'Lackland Air Force Base',NULL,3970),(46407,'Lago Vista',NULL,3970),(46408,'Lake Jackson',NULL,3970),(46409,'Lamesa',NULL,3970),(46410,'Lampasas',NULL,3970),(46411,'Lancaster',NULL,3970),(46412,'Laredo',NULL,3970),(46413,'League City',NULL,3970),(46414,'Leon Valley',NULL,3970),(46415,'Levelland',NULL,3970),(46416,'Lewisville',NULL,3970),(46417,'Liberty Hill',NULL,3970),(46418,'Lindsay',NULL,3970),(46419,'Little Elm',NULL,3970),(46420,'Live Oak',NULL,3970),(46421,'Llano',NULL,3970),(46422,'Lockhart',NULL,3970),(46423,'Longview',NULL,3970),(46424,'Lubbock',NULL,3970),(46425,'Lufkin',NULL,3970),(46426,'Lumberton',NULL,3970),(46427,'MacAllen',NULL,3970),(46428,'MacKinney',NULL,3970),(46429,'Magnolia',NULL,3970),(46430,'Malakoff',NULL,3970),(46431,'Mansfield',NULL,3970),(46432,'Marshall',NULL,3970),(46433,'McAllen',NULL,3970),(46434,'McKinney',NULL,3970),(46435,'Medina',NULL,3970),(46436,'Mercedes',NULL,3970),(46437,'Mesquite',NULL,3970),(46438,'Midland',NULL,3970),(46439,'Mineral Wells',NULL,3970),(46440,'Mission',NULL,3970),(46441,'Mission Bend',NULL,3970),(46442,'Missouri City',NULL,3970),(46443,'Montgomery',NULL,3970),(46444,'Mount Pleasant',NULL,3970),(46445,'Murphy',NULL,3970),(46446,'Nacogdoches',NULL,3970),(46447,'Nederland',NULL,3970),(46448,'New Braunfels',NULL,3970),(46449,'New Caney',NULL,3970),(46450,'North Richland Hills',NULL,3970),(46451,'North Zulch',NULL,3970),(46452,'Odessa',NULL,3970),(46453,'Orange',NULL,3970),(46454,'Ovalo',NULL,3970),(46455,'Palestine',NULL,3970),(46456,'Pampa',NULL,3970),(46457,'Paris',NULL,3970),(46458,'Pasadena',NULL,3970),(46459,'Pearland',NULL,3970),(46460,'Pecan Grove',NULL,3970),(46461,'Pecos',NULL,3970),(46462,'Pflugerville',NULL,3970),(46463,'Pharr',NULL,3970),(46464,'Pinehurst',NULL,3970),(46465,'Plainview',NULL,3970),(46466,'Plano',NULL,3970),(46467,'Pontotoc',NULL,3970),(46468,'Port Arthur',NULL,3970),(46469,'Port Lavaca',NULL,3970),(46470,'Port Neches',NULL,3970),(46471,'Portland',NULL,3970),(46472,'Pottsboro',NULL,3970),(46473,'Princeton',NULL,3970),(46474,'Richardson',NULL,3970),(46475,'Richmond',NULL,3970),(46476,'Rio Grande City',NULL,3970),(46477,'Robstown',NULL,3970),(46478,'Rockport',NULL,3970),(46479,'Rockwall',NULL,3970),(46480,'Roma',NULL,3970),(46481,'Rosenberg',NULL,3970),(46482,'Round Rock',NULL,3970),(46483,'Rowlett',NULL,3970),(46484,'Royse City',NULL,3970),(46485,'Sachse',NULL,3970),(46486,'Saginaw',NULL,3970),(46487,'San Angelo',NULL,3970),(46488,'San Antonio',NULL,3970),(46489,'San Benito',NULL,3970),(46490,'San Juan',NULL,3970),(46491,'San Marcos',NULL,3970),(46492,'Santa Fe',NULL,3970),(46493,'Schertz',NULL,3970),(46494,'Seabrook',NULL,3970),(46495,'Seagoville',NULL,3970),(46496,'Seguin',NULL,3970),(46497,'Sherman',NULL,3970),(46498,'Slaton',NULL,3970),(46499,'Smithville',NULL,3970),(46500,'Snyder',NULL,3970),(46501,'Socorro',NULL,3970),(46502,'South Houston',NULL,3970),(46503,'South Padre Island',NULL,3970),(46504,'Southlake',NULL,3970),(46505,'Spring',NULL,3970),(46506,'Stafford',NULL,3970),(46507,'Stephenville',NULL,3970),(46508,'Strawn',NULL,3970),(46509,'Sugar Land',NULL,3970),(46510,'Sulphur Springs',NULL,3970),(46511,'Sweetwater',NULL,3970),(46512,'Taylor',NULL,3970),(46513,'Temple',NULL,3970),(46514,'Terrell',NULL,3970),(46515,'Texarkana',NULL,3970),(46516,'Texas City',NULL,3970),(46517,'The Colony',NULL,3970),(46518,'The Woodlands',NULL,3970),(46519,'Tomball',NULL,3970),(46520,'Tyler',NULL,3970),(46521,'Universal City',NULL,3970),(46522,'University Park',NULL,3970),(46523,'Uvalde',NULL,3970),(46524,'Vernon',NULL,3970),(46525,'Victoria',NULL,3970),(46526,'Vidor',NULL,3970),(46527,'Waco',NULL,3970),(46528,'Watauga',NULL,3970),(46529,'Waxahachie',NULL,3970),(46530,'Weatherford',NULL,3970),(46531,'Weslaco',NULL,3970),(46532,'West Odessa',NULL,3970),(46533,'West University Place',NULL,3970),(46534,'White Settlement',NULL,3970),(46535,'Wichita Falls',NULL,3970),(46536,'Winnsboro',NULL,3970),(46537,'Woodway',NULL,3970),(46538,'Wylie',NULL,3970),(46539,'Yoakum',NULL,3970),(46540,'austinn',NULL,3970),(46541,'Bedford Kentucky',NULL,3971),(46542,'Alpine',NULL,3972),(46543,'American Fork',NULL,3972),(46544,'Bluffdale',NULL,3972),(46545,'Bountiful',NULL,3972),(46546,'Brigham City',NULL,3972),(46547,'Canyon Rim',NULL,3972),(46548,'Castle Dale',NULL,3972),(46549,'Cedar City',NULL,3972),(46550,'Centerville',NULL,3972),(46551,'Clearfield',NULL,3972),(46552,'Clinton',NULL,3972),(46553,'Cottonwood Heights',NULL,3972),(46554,'Cottonwood West',NULL,3972),(46555,'Draper',NULL,3972),(46556,'East Millcreek',NULL,3972),(46557,'Farmington',NULL,3972),(46558,'Holladay-Cottonwood',NULL,3972),(46559,'Ivins',NULL,3972),(46560,'Kaysville',NULL,3972),(46561,'Kearns',NULL,3972),(46562,'Layton',NULL,3972),(46563,'Lehi',NULL,3972),(46564,'Logan',NULL,3972),(46565,'Magna',NULL,3972),(46566,'Mapleton',NULL,3972),(46567,'Midvale',NULL,3972),(46568,'Millcreek',NULL,3972),(46569,'Moab',NULL,3972),(46570,'Monticello',NULL,3972),(46571,'Murray',NULL,3972),(46572,'North Logan',NULL,3972),(46573,'North Ogden',NULL,3972),(46574,'Ogden',NULL,3972),(46575,'Orem',NULL,3972),(46576,'Panguitch',NULL,3972),(46577,'Park City',NULL,3972),(46578,'Payson',NULL,3972),(46579,'Pleasant Grove',NULL,3972),(46580,'Provo',NULL,3972),(46581,'Riverton',NULL,3972),(46582,'Roy',NULL,3972),(46583,'Saint George',NULL,3972),(46584,'Salt Lake City',NULL,3972),(46585,'Sandy',NULL,3972),(46586,'Santaquin',NULL,3972),(46587,'South Jordan',NULL,3972),(46588,'South Ogden',NULL,3972),(46589,'South Salt Lake',NULL,3972),(46590,'Spanish Fork',NULL,3972),(46591,'Springville',NULL,3972),(46592,'Taylorsville',NULL,3972),(46593,'Tooele',NULL,3972),(46594,'Tremonton',NULL,3972),(46595,'Union',NULL,3972),(46596,'Washington',NULL,3972),(46597,'West Jordan',NULL,3972),(46598,'West Valley City',NULL,3972),(46599,'Woods Cross',NULL,3972),(46600,'Barre',NULL,3973),(46601,'Bennington',NULL,3973),(46602,'Brattleboro',NULL,3973),(46603,'Bristol',NULL,3973),(46604,'Burlington',NULL,3973),(46605,'Cabot',NULL,3973),(46606,'Colchester',NULL,3973),(46607,'Danville',NULL,3973),(46608,'Dorset',NULL,3973),(46609,'Dummerston',NULL,3973),(46610,'East Corinth',NULL,3973),(46611,'East Fairfield',NULL,3973),(46612,'East Randolph',NULL,3973),(46613,'Essex',NULL,3973),(46614,'Essex Junction',NULL,3973),(46615,'Grand Isle',NULL,3973),(46616,'Hartford',NULL,3973),(46617,'Jericho',NULL,3973),(46618,'Manchester',NULL,3973),(46619,'Manchester Center',NULL,3973),(46620,'Middlebury',NULL,3973),(46621,'Milton',NULL,3973),(46622,'Montpelier',NULL,3973),(46623,'Putney',NULL,3973),(46624,'Randolph',NULL,3973),(46625,'Rochester',NULL,3973),(46626,'Rutland',NULL,3973),(46627,'Saint Albans',NULL,3973),(46628,'Saint Johnsbury',NULL,3973),(46629,'Saxtons River',NULL,3973),(46630,'South Burlington',NULL,3973),(46631,'South Strafford',NULL,3973),(46632,'Springfield',NULL,3973),(46633,'Townshend',NULL,3973),(46634,'Tunbridge',NULL,3973),(46635,'Van',NULL,3973),(46636,'Vernon',NULL,3973),(46637,'Wallingford',NULL,3973),(46638,'Watisfield',NULL,3973),(46639,'West Brookfield',NULL,3973),(46640,'West Charleston',NULL,3973),(46641,'West Newbury',NULL,3973),(46642,'Williston',NULL,3973),(46643,'Winooski',NULL,3973),(46644,'Abingdon',NULL,3974),(46645,'Alexandria',NULL,3974),(46646,'Annandale',NULL,3974),(46647,'Arlington',NULL,3974),(46648,'Ashburn',NULL,3974),(46649,'Ashland',NULL,3974),(46650,'Aylett',NULL,3974),(46651,'Bailey\'s Crossroads',NULL,3974),(46652,'Blacksburg',NULL,3974),(46653,'Bland',NULL,3974),(46654,'Bluefield',NULL,3974),(46655,'Bon Air',NULL,3974),(46656,'Bristol',NULL,3974),(46657,'Burke',NULL,3974),(46658,'Cave Spring',NULL,3974),(46659,'Centreville',NULL,3974),(46660,'Chantilly',NULL,3974),(46661,'Charlottesville',NULL,3974),(46662,'Chesapeake',NULL,3974),(46663,'Chester',NULL,3974),(46664,'Christiansburg',NULL,3974),(46665,'Churchville',NULL,3974),(46666,'Clifton',NULL,3974),(46667,'Colonial Heights',NULL,3974),(46668,'Culloden',NULL,3974),(46669,'Dale City',NULL,3974),(46670,'Danville',NULL,3974),(46671,'Dublin',NULL,3974),(46672,'Eagle Rock',NULL,3974),(46673,'East Highland Park',NULL,3974),(46674,'Faber',NULL,3974),(46675,'Fairfax',NULL,3974),(46676,'Falls Church',NULL,3974),(46677,'Fishersville',NULL,3974),(46678,'Fort Hunt',NULL,3974),(46679,'Fort Valley',NULL,3974),(46680,'Franconia',NULL,3974),(46681,'Franklin',NULL,3974),(46682,'Fredericksburg',NULL,3974),(46683,'Front Royal',NULL,3974),(46684,'Gainesville',NULL,3974),(46685,'Glen Allen',NULL,3974),(46686,'Gloucester',NULL,3974),(46687,'Goochland',NULL,3974),(46688,'Great Falls',NULL,3974),(46689,'Groveton',NULL,3974),(46690,'Hampton',NULL,3974),(46691,'Harrisonburg',NULL,3974),(46692,'Henrico',NULL,3974),(46693,'Herndon',NULL,3974),(46694,'Highland Springs',NULL,3974),(46695,'Hollins',NULL,3974),(46696,'Hopewell',NULL,3974),(46697,'Hybla Valley',NULL,3974),(46698,'Idylwood',NULL,3974),(46699,'Irvington',NULL,3974),(46700,'Jamesville',NULL,3974),(46701,'Jefferson',NULL,3974),(46702,'Keen Mountain',NULL,3974),(46703,'Keswick',NULL,3974),(46704,'Lake Ridge',NULL,3974),(46705,'Lakeside',NULL,3974),(46706,'Laurel',NULL,3974),(46707,'Leesburg',NULL,3974),(46708,'Lincolnia',NULL,3974),(46709,'Lorton',NULL,3974),(46710,'Lynchburg',NULL,3974),(46711,'MacLean',NULL,3974),(46712,'Madison',NULL,3974),(46713,'Madison Heights',NULL,3974),(46714,'Manassas',NULL,3974),(46715,'Marion',NULL,3974),(46716,'Martinsville',NULL,3974),(46717,'Mclean',NULL,3974),(46718,'Mechanicsville',NULL,3974),(46719,'Melfa',NULL,3974),(46720,'Midlothian',NULL,3974),(46721,'Montclair',NULL,3974),(46722,'Montross',NULL,3974),(46723,'Mount Vernon',NULL,3974),(46724,'Newington',NULL,3974),(46725,'Newport News',NULL,3974),(46726,'Norfolk',NULL,3974),(46727,'North Springfield',NULL,3974),(46728,'Oakton',NULL,3974),(46729,'Orange',NULL,3974),(46730,'Petersburg',NULL,3974),(46731,'Poquoson',NULL,3974),(46732,'Portsmouth',NULL,3974),(46733,'Radford',NULL,3974),(46734,'Reston',NULL,3974),(46735,'Richmond',NULL,3974),(46736,'Roanoke',NULL,3974),(46737,'Rose Hill',NULL,3974),(46738,'Salem',NULL,3974),(46739,'Seaford',NULL,3974),(46740,'South Boston',NULL,3974),(46741,'Springfield',NULL,3974),(46742,'Stafford',NULL,3974),(46743,'Staffordshire',NULL,3974),(46744,'Staunton',NULL,3974),(46745,'Sterling',NULL,3974),(46746,'Suffolk',NULL,3974),(46747,'Sugarland Run',NULL,3974),(46748,'Tappahannock',NULL,3974),(46749,'Timberlake',NULL,3974),(46750,'Triangle',NULL,3974),(46751,'Tuckahoe',NULL,3974),(46752,'Tysons Corner',NULL,3974),(46753,'Vienna',NULL,3974),(46754,'Virginia Beach',NULL,3974),(46755,'Warrenton',NULL,3974),(46756,'Washington',NULL,3974),(46757,'Waterford',NULL,3974),(46758,'Waynesboro',NULL,3974),(46759,'West Springfield',NULL,3974),(46760,'Williamsburg',NULL,3974),(46761,'Winchester',NULL,3974),(46762,'Wolf Trap',NULL,3974),(46763,'Woodbridge',NULL,3974),(46764,'Wytheville',NULL,3974),(46765,'Yorktown',NULL,3974),(46766,'Aberdeen',NULL,3975),(46767,'Airway Heights',NULL,3975),(46768,'Alderwood Manor',NULL,3975),(46769,'Anacortes',NULL,3975),(46770,'Arlington',NULL,3975),(46771,'Auburn',NULL,3975),(46772,'Bainbridge Island',NULL,3975),(46773,'Battle Ground',NULL,3975),(46774,'Bellevue',NULL,3975),(46775,'Bellingham',NULL,3975),(46776,'Bingen',NULL,3975),(46777,'Blaine',NULL,3975),(46778,'Bothell',NULL,3975),(46779,'Bremerton',NULL,3975),(46780,'Bryn Mawr-Skyway',NULL,3975),(46781,'Buckley',NULL,3975),(46782,'Burien',NULL,3975),(46783,'Burlington',NULL,3975),(46784,'Camano Island',NULL,3975),(46785,'Camas',NULL,3975),(46786,'Cascade-Fairwood',NULL,3975),(46787,'Centralia',NULL,3975),(46788,'Chehalis',NULL,3975),(46789,'Cheney',NULL,3975),(46790,'Clear Lake',NULL,3975),(46791,'Colbert',NULL,3975),(46792,'Cottage Lake',NULL,3975),(46793,'Covington-Sawyer-Wilderness',NULL,3975),(46794,'Des Moines',NULL,3975),(46795,'Duvall',NULL,3975),(46796,'East Hill-Meridian',NULL,3975),(46797,'East Renton Highlands',NULL,3975),(46798,'East Wenatchee Bench',NULL,3975),(46799,'Eastsound',NULL,3975),(46800,'Eatonville',NULL,3975),(46801,'Edgewood-North Hill',NULL,3975),(46802,'Edmonds',NULL,3975),(46803,'Elk Plain',NULL,3975),(46804,'Ellensburg',NULL,3975),(46805,'Enumclaw',NULL,3975),(46806,'Esperance',NULL,3975),(46807,'Everett',NULL,3975),(46808,'Evergreen',NULL,3975),(46809,'Fairchild',NULL,3975),(46810,'Federal Way',NULL,3975),(46811,'Ferndale',NULL,3975),(46812,'Fircrest',NULL,3975),(46813,'Ford',NULL,3975),(46814,'Fort Lewis',NULL,3975),(46815,'Friday Harbor',NULL,3975),(46816,'Gig Harbor',NULL,3975),(46817,'Graham',NULL,3975),(46818,'Harbour Pointe',NULL,3975),(46819,'Inglewood-Finn Hill',NULL,3975),(46820,'Issaquah',NULL,3975),(46821,'Kelso',NULL,3975),(46822,'Kenmore',NULL,3975),(46823,'Kennewick',NULL,3975),(46824,'Kent',NULL,3975),(46825,'Kingsgate',NULL,3975),(46826,'Kirkland',NULL,3975),(46827,'Lacey',NULL,3975),(46828,'Lake Serene-North Lynnwood',NULL,3975),(46829,'Lakeland North',NULL,3975),(46830,'Lakeland South',NULL,3975),(46831,'Lakewood',NULL,3975),(46832,'Longview',NULL,3975),(46833,'Lynnwood',NULL,3975),(46834,'Martha Lake',NULL,3975),(46835,'Marysville',NULL,3975),(46836,'Mercer Island',NULL,3975),(46837,'Minnehaha',NULL,3975),(46838,'Monroe',NULL,3975),(46839,'Moses Lake',NULL,3975),(46840,'Mossyrock',NULL,3975),(46841,'Mount Vernon',NULL,3975),(46842,'Mountlake Terrace',NULL,3975),(46843,'Mukilteo',NULL,3975),(46844,'Newport Hills',NULL,3975),(46845,'North City-Ridgecrest',NULL,3975),(46846,'North Creek',NULL,3975),(46847,'North Marysville',NULL,3975),(46848,'Oak Harbor',NULL,3975),(46849,'Ocean Shores',NULL,3975),(46850,'Olympia',NULL,3975),(46851,'Opportunity',NULL,3975),(46852,'Orchards South',NULL,3975),(46853,'Orting',NULL,3975),(46854,'Paine Field-Lake Stickney',NULL,3975),(46855,'Parkland',NULL,3975),(46856,'Pasco',NULL,3975),(46857,'Picnic Point-North Lynnwood',NULL,3975),(46858,'Pine Lake',NULL,3975),(46859,'Port Angeles',NULL,3975),(46860,'Port Hadlock',NULL,3975),(46861,'Port Ludlow',NULL,3975),(46862,'Port Orchard',NULL,3975),(46863,'Poulsbo',NULL,3975),(46864,'Pullman',NULL,3975),(46865,'Puyallup',NULL,3975),(46866,'Redmond',NULL,3975),(46867,'Renton',NULL,3975),(46868,'Republic',NULL,3975),(46869,'Richland',NULL,3975),(46870,'Riverton-Boulevard Park',NULL,3975),(46871,'Sahalee',NULL,3975),(46872,'Salmon Creek',NULL,3975),(46873,'Sammamish',NULL,3975),(46874,'SeaTac',NULL,3975),(46875,'Seattle',NULL,3975),(46876,'Seattle Hill-Silver Firs',NULL,3975),(46877,'Sedro Woolley',NULL,3975),(46878,'Shelton',NULL,3975),(46879,'Shoreline',NULL,3975),(46880,'Silverdale',NULL,3975),(46881,'Snohomish',NULL,3975),(46882,'South Hill',NULL,3975),(46883,'South Prairie',NULL,3975),(46884,'South Seattle',NULL,3975),(46885,'Spanaway',NULL,3975),(46886,'Spokane',NULL,3975),(46887,'Sumas',NULL,3975),(46888,'Sumner',NULL,3975),(46889,'Sunnyside',NULL,3975),(46890,'Tacoma',NULL,3975),(46891,'Tukwila',NULL,3975),(46892,'Tumwater',NULL,3975),(46893,'University Place',NULL,3975),(46894,'Vancouver',NULL,3975),(46895,'Vashon',NULL,3975),(46896,'Walla Walla',NULL,3975),(46897,'Washougal',NULL,3975),(46898,'Wenatchee',NULL,3975),(46899,'West Lake Stevens',NULL,3975),(46900,'White Center',NULL,3975),(46901,'White Salmon',NULL,3975),(46902,'White Swan',NULL,3975),(46903,'Woodinville',NULL,3975),(46904,'Yakima',NULL,3975),(46905,'Yelm',NULL,3975),(46906,'Adams',NULL,3977),(46907,'Allouez',NULL,3977),(46908,'Appleton',NULL,3977),(46909,'Ashland',NULL,3977),(46910,'Ashwaubenon',NULL,3977),(46911,'Baraboo',NULL,3977),(46912,'Beaver Dam',NULL,3977),(46913,'Beloit',NULL,3977),(46914,'Brookfield',NULL,3977),(46915,'Brown Deer',NULL,3977),(46916,'Burlington',NULL,3977),(46917,'Caledonia',NULL,3977),(46918,'Carter',NULL,3977),(46919,'Cedarburg',NULL,3977),(46920,'Chippewa Falls',NULL,3977),(46921,'Cudahy',NULL,3977),(46922,'De Pere',NULL,3977),(46923,'Deer Park',NULL,3977),(46924,'Delafield',NULL,3977),(46925,'Eau Claire',NULL,3977),(46926,'Elkhorn',NULL,3977),(46927,'Elroy',NULL,3977),(46928,'Fitchburg',NULL,3977),(46929,'Fond du Lac',NULL,3977),(46930,'Fort Atkinson',NULL,3977),(46931,'Franklin',NULL,3977),(46932,'Galesville',NULL,3977),(46933,'Germantown',NULL,3977),(46934,'Glen Flora',NULL,3977),(46935,'Glendale',NULL,3977),(46936,'Goodman',NULL,3977),(46937,'Grafton',NULL,3977),(46938,'Green Bay',NULL,3977),(46939,'Greendale',NULL,3977),(46940,'Greenfield',NULL,3977),(46941,'Hartford',NULL,3977),(46942,'Hartland',NULL,3977),(46943,'Howard',NULL,3977),(46944,'Hudson',NULL,3977),(46945,'Janesville',NULL,3977),(46946,'Jefferson',NULL,3977),(46947,'Junction City',NULL,3977),(46948,'Kaukauna',NULL,3977),(46949,'Kenosha',NULL,3977),(46950,'Kiel',NULL,3977),(46951,'Kohler',NULL,3977),(46952,'La Crosse',NULL,3977),(46953,'Little Chute',NULL,3977),(46954,'Madison',NULL,3977),(46955,'Manitowoc',NULL,3977),(46956,'Marinette',NULL,3977),(46957,'Marshfield',NULL,3977),(46958,'Medford',NULL,3977),(46959,'Menasha',NULL,3977),(46960,'Menomonee Falls',NULL,3977),(46961,'Menomonie',NULL,3977),(46962,'Mequon',NULL,3977),(46963,'Merrill',NULL,3977),(46964,'Middleton',NULL,3977),(46965,'Milwaukee',NULL,3977),(46966,'Mineral Point',NULL,3977),(46967,'Monroe',NULL,3977),(46968,'Mount Pleasant',NULL,3977),(46969,'Mukwonago',NULL,3977),(46970,'Muskego',NULL,3977),(46971,'Neenah',NULL,3977),(46972,'New Berlin',NULL,3977),(46973,'New Richmond',NULL,3977),(46974,'Oak Creek',NULL,3977),(46975,'Oconomowoc',NULL,3977),(46976,'Onalaska',NULL,3977),(46977,'Orfordville',NULL,3977),(46978,'Oshkosh',NULL,3977),(46979,'Pigeon Falls',NULL,3977),(46980,'Platteville',NULL,3977),(46981,'Pleasant Prairie',NULL,3977),(46982,'Plover',NULL,3977),(46983,'Port Washington',NULL,3977),(46984,'Portage',NULL,3977),(46985,'Pound',NULL,3977),(46986,'Racine',NULL,3977),(46987,'Reedsburg',NULL,3977),(46988,'Rhinelander',NULL,3977),(46989,'River Falls',NULL,3977),(46990,'Saint Francis',NULL,3977),(46991,'Sheboygan',NULL,3977),(46992,'Shorewood',NULL,3977),(46993,'South Milwaukee',NULL,3977),(46994,'Spring Valley',NULL,3977),(46995,'Stevens Point',NULL,3977),(46996,'Stoughton',NULL,3977),(46997,'Strum',NULL,3977),(46998,'Sturtevant',NULL,3977),(46999,'Sun Prairie',NULL,3977),(47000,'Superior',NULL,3977),(47001,'Three Lakes',NULL,3977),(47002,'Tomah',NULL,3977),(47003,'Two Rivers',NULL,3977),(47004,'Washington Island',NULL,3977),(47005,'Waterford',NULL,3977),(47006,'Watertown',NULL,3977),(47007,'Waukesha',NULL,3977),(47008,'Waupun',NULL,3977),(47009,'Wausau',NULL,3977),(47010,'Wautoma',NULL,3977),(47011,'Wauwatosa',NULL,3977),(47012,'West Allis',NULL,3977),(47013,'West Bend',NULL,3977),(47014,'Weston',NULL,3977),(47015,'Whitefish Bay',NULL,3977),(47016,'Whitewater',NULL,3977),(47017,'Wisconsin Rapids',NULL,3977),(47018,'Buffalo',NULL,3978),(47019,'Casper',NULL,3978),(47020,'Cheyenne',NULL,3978),(47021,'Cody',NULL,3978),(47022,'Douglas',NULL,3978),(47023,'Evanston',NULL,3978),(47024,'Gillette',NULL,3978),(47025,'Green River',NULL,3978),(47026,'Jackson',NULL,3978),(47027,'Lander',NULL,3978),(47028,'Laramie',NULL,3978),(47029,'Powell',NULL,3978),(47030,'Rawlins',NULL,3978),(47031,'Riverton',NULL,3978),(47032,'Rock Springs',NULL,3978),(47033,'Sheridan',NULL,3978),(47034,'Torrington',NULL,3978),(47035,'Worland',NULL,3978),(47036,'Artigas',NULL,3980),(47037,'Bella Union',NULL,3980),(47038,'Camino Maldonado',NULL,3981),(47039,'Canelones',NULL,3981),(47040,'Ciudad de la Costa',NULL,3981),(47041,'Juan Antonio Artigas',NULL,3981),(47042,'Las Piedras',NULL,3981),(47043,'Pando',NULL,3981),(47044,'Paso de Carrasco',NULL,3981),(47045,'Progreso',NULL,3981),(47046,'Santa Lucia',NULL,3981),(47047,'Carmelo',NULL,3983),(47048,'Colonia',NULL,3983),(47049,'Juan Lacaze',NULL,3983),(47050,'Nueva Helvecia',NULL,3983),(47051,'Durazno',NULL,3984),(47052,'Florida',NULL,3985),(47053,'Trinidad',NULL,3986),(47054,'Minas',NULL,3987),(47055,'Maldonado',NULL,3988),(47056,'San Carlos',NULL,3988),(47057,'La Paz',NULL,3989),(47058,'Montevideo',NULL,3989),(47059,'Paysandu',NULL,3990),(47060,'Rivera',NULL,3992),(47061,'Chuy',NULL,3993),(47062,'Rocha',NULL,3993),(47063,'Salto',NULL,3994),(47064,'Dolores',NULL,3996),(47065,'Mercedes',NULL,3996),(47066,'Paso de los Toros',NULL,3997),(47067,'Tacuarembo',NULL,3997),(47068,'Ahunabayev',NULL,3999),(47069,'Andijon',NULL,3999),(47070,'Asaka',NULL,3999),(47071,'Boz',NULL,3999),(47072,'Hakkulobod',NULL,3999),(47073,'Hocaobod',NULL,3999),(47074,'Honobod',NULL,3999),(47075,'Ilyichevsk',NULL,3999),(47076,'Karabagis',NULL,3999),(47077,'Kurgontepa',NULL,3999),(47078,'Marhomat',NULL,3999),(47079,'Pahtaobod',NULL,3999),(47080,'Paytug',NULL,3999),(47081,'Sahrihan',NULL,3999),(47082,'Buhoro',NULL,4000),(47083,'Cangeldi',NULL,4000),(47084,'Galaosiye',NULL,4000),(47085,'Gazli',NULL,4000),(47086,'Gijduvon',NULL,4000),(47087,'Kizilravbe',NULL,4000),(47088,'Kogon',NULL,4000),(47089,'Korakul',NULL,4000),(47090,'Korovulbazar',NULL,4000),(47091,'Kukca',NULL,4000),(47092,'Olot',NULL,4000),(47093,'Oyokkuduk',NULL,4000),(47094,'Romitan',NULL,4000),(47095,'Safirkon',NULL,4000),(47096,'Vobkent',NULL,4000),(47097,'Cizah',NULL,4002),(47098,'Dustlik',NULL,4002),(47099,'Gagarin',NULL,4002),(47100,'Gallaorol',NULL,4002),(47101,'Marcanbulok',NULL,4002),(47102,'Pahtakor',NULL,4002),(47103,'Ulyanovo',NULL,4002),(47104,'Zomin',NULL,4002),(47105,'Altyarik',NULL,4003),(47106,'Avval',NULL,4003),(47107,'Besarik',NULL,4003),(47108,'Fargona',NULL,4003),(47109,'Hamza',NULL,4003),(47110,'Kirgili',NULL,4003),(47111,'Kukon',NULL,4003),(47112,'Kuva',NULL,4003),(47113,'Kuvasoy',NULL,4003),(47114,'Margilon',NULL,4003),(47115,'Rapkan',NULL,4003),(47116,'Riston',NULL,4003),(47117,'Toslok',NULL,4003),(47118,'Yaypan',NULL,4003),(47119,'Drujba',NULL,4004),(47120,'Gurlan',NULL,4004),(47121,'Hazorasp',NULL,4004),(47122,'Heva',NULL,4004),(47123,'Honko',NULL,4004),(47124,'Kuskupir',NULL,4004),(47125,'Mesekli',NULL,4004),(47126,'Sovot',NULL,4004),(47127,'Turpokkala',NULL,4004),(47128,'Urgenc',NULL,4004),(47129,'Beskent',NULL,4005),(47130,'Ceynau',NULL,4005),(47131,'Cirakci',NULL,4005),(47132,'Dehkanobod',NULL,4005),(47133,'Dinau',NULL,4005),(47134,'Guzor',NULL,4005),(47135,'Kallig',NULL,4005),(47136,'Kamasi',NULL,4005),(47137,'Karabag',NULL,4005),(47138,'Karsi',NULL,4005),(47139,'Kasbi',NULL,4005),(47140,'Kitob',NULL,4005),(47141,'Koson',NULL,4005),(47142,'Madaniyat',NULL,4005),(47143,'Maydayap',NULL,4005),(47144,'Maymanak',NULL,4005),(47145,'Muborak',NULL,4005),(47146,'Oktyabrskiy',NULL,4005),(47147,'Sahrisabz',NULL,4005),(47148,'Talimarcon',NULL,4005),(47149,'Urtacim',NULL,4005),(47150,'Yakkabog',NULL,4005),(47151,'Yaninison',NULL,4005),(47152,'Beruni',NULL,4006),(47153,'Buston',NULL,4006),(47154,'Cimboy',NULL,4006),(47155,'Halkobod',NULL,4006),(47156,'Hucayli',NULL,4006),(47157,'Karauzyak',NULL,4006),(47158,'Kegayli',NULL,4006),(47159,'Kizketken',NULL,4006),(47160,'Kozokdaryo',NULL,4006),(47161,'Kungirot',NULL,4006),(47162,'Mangit',NULL,4006),(47163,'Muynok',NULL,4006),(47164,'Nukus',NULL,4006),(47165,'Tahiatos',NULL,4006),(47166,'Tahtakupir',NULL,4006),(47167,'Turtkul',NULL,4006),(47168,'Aytim',NULL,4007),(47169,'Besbulok',NULL,4007),(47170,'Cartak',NULL,4007),(47171,'Cingeldi',NULL,4007),(47172,'Cust',NULL,4007),(47173,'Gozgon',NULL,4007),(47174,'Iskavat',NULL,4007),(47175,'Kalkuduk',NULL,4007),(47176,'Konimeh',NULL,4007),(47177,'Kosonsoy',NULL,4007),(47178,'Minbulok',NULL,4007),(47179,'Namangan',NULL,4007),(47180,'Nurota',NULL,4007),(47181,'Pop',NULL,4007),(47182,'Tomdibulok',NULL,4007),(47183,'Tosbulok',NULL,4007),(47184,'Turakurgon',NULL,4007),(47185,'Uckurgon',NULL,4007),(47186,'Unhoyat',NULL,4007),(47187,'Uyci',NULL,4007),(47188,'Uzunkuduk',NULL,4007),(47189,'Yanikurgon',NULL,4007),(47190,'Karmana',NULL,4008),(47191,'Kiziltepa',NULL,4008),(47192,'Navoi',NULL,4008),(47193,'Uckuduk',NULL,4008),(47194,'Zarafson',NULL,4008),(47195,'Bulungur',NULL,4009),(47196,'Camboy',NULL,4009),(47197,'Carhin',NULL,4009),(47198,'Celak',NULL,4009),(47199,'Cuma',NULL,4009),(47200,'Dahbed',NULL,4009),(47201,'Istihon',NULL,4009),(47202,'Kattakurgon',NULL,4009),(47203,'Kusrobod',NULL,4009),(47204,'Nurobod',NULL,4009),(47205,'Oktos',NULL,4009),(47206,'Paysanba',NULL,4009),(47207,'Samarkand',NULL,4009),(47208,'Superfosfatniy',NULL,4009),(47209,'Urgut',NULL,4009),(47210,'Yanirobod',NULL,4009),(47211,'Ziadin',NULL,4009),(47212,'Baht',NULL,4010),(47213,'Guliston',NULL,4010),(47214,'Hovos',NULL,4010),(47215,'Sirdare',NULL,4010),(47216,'Sirin',NULL,4010),(47217,'Yaniyer',NULL,4010),(47218,'Akkurgon',NULL,4011),(47219,'Boysun',NULL,4011),(47220,'Carkurgon',NULL,4011),(47221,'Denau',NULL,4011),(47222,'Kumkurgon',NULL,4011),(47223,'Paskurd',NULL,4011),(47224,'Sargun',NULL,4011),(47225,'Sariasiya',NULL,4011),(47226,'Serobod',NULL,4011),(47227,'Surci',NULL,4011),(47228,'Termiz',NULL,4011),(47229,'Zan',NULL,4011),(47230,'Almazar',NULL,4012),(47231,'Angren',NULL,4012),(47232,'Bekobod',NULL,4012),(47233,'Bektemir',NULL,4012),(47234,'Buka',NULL,4012),(47235,'Cinoz',NULL,4012),(47236,'Circik',NULL,4012),(47237,'Gazalkent',NULL,4012),(47238,'Iskandar',NULL,4012),(47239,'Keles',NULL,4012),(47240,'Kibray',NULL,4012),(47241,'Krasnogorskiy',NULL,4012),(47242,'Kuyluk',NULL,4012),(47243,'Ohangaron',NULL,4012),(47244,'Olmalik',NULL,4012),(47245,'Parkent',NULL,4012),(47246,'Pskent',NULL,4012),(47247,'Salar',NULL,4012),(47248,'Soldatski',NULL,4012),(47249,'Tashkent',NULL,4012),(47250,'Toskent',NULL,4012),(47251,'Tuytepa',NULL,4012),(47252,'Urtaaul',NULL,4012),(47253,'Yaniobod',NULL,4012),(47254,'Yaniyul',NULL,4012),(47255,'Lakatoro',NULL,4013),(47256,'Norsup',NULL,4013),(47257,'Longana',NULL,4014),(47258,'Luganville',NULL,4015),(47259,'Port Olry',NULL,4015),(47260,'Vila',NULL,4016),(47261,'Isangel',NULL,4017),(47262,'Sola',NULL,4018),(47263,'Puerto Ayacucho',NULL,4020),(47264,'Anaco',NULL,4021),(47265,'Barcelona',NULL,4021),(47266,'Cantaura',NULL,4021),(47267,'El Tigre',NULL,4021),(47268,'Puerto la Cruz',NULL,4021),(47269,'San Jose de Guanipa',NULL,4021),(47270,'Guasdualito',NULL,4022),(47271,'San Fernando',NULL,4022),(47272,'Cagua',NULL,4023),(47273,'El Limon',NULL,4023),(47274,'La Victoria',NULL,4023),(47275,'Las Teyerias',NULL,4023),(47276,'Maracay',NULL,4023),(47277,'Palo Negro',NULL,4023),(47278,'San Mateo',NULL,4023),(47279,'Turmero',NULL,4023),(47280,'Villa de Cura',NULL,4023),(47281,'Barinas',NULL,4024),(47282,'Barinitas',NULL,4024),(47283,'Ciudad Bolivar',NULL,4025),(47284,'Ciudad Guayana',NULL,4025),(47285,'Upata',NULL,4025),(47286,'Goaigoaza',NULL,4026),(47287,'Guacara',NULL,4026),(47288,'Guigue',NULL,4026),(47289,'Mariara',NULL,4026),(47290,'Moron',NULL,4026),(47291,'Puerto Cabello',NULL,4026),(47292,'San Joaquin',NULL,4026),(47293,'Tacarigua',NULL,4026),(47294,'Valencia',NULL,4026),(47295,'San Carlos',NULL,4027),(47296,'Tinaquillo',NULL,4027),(47297,'Coro',NULL,4030),(47298,'Punta Cardon',NULL,4030),(47299,'Punto Fijo',NULL,4030),(47300,'Altagracia de Orituco',NULL,4031),(47301,'Calabozo',NULL,4031),(47302,'San Juan de los Morros',NULL,4031),(47303,'Valle de la Pascua',NULL,4031),(47304,'Zaraza',NULL,4031),(47305,'Barquisimeto',NULL,4032),(47306,'Cabudare',NULL,4032),(47307,'Carora',NULL,4032),(47308,'El Tocuyo',NULL,4032),(47309,'Los Rastrojos',NULL,4032),(47310,'Quibor',NULL,4032),(47311,'Ejido',NULL,4033),(47312,'El Vigia',NULL,4033),(47313,'Merida',NULL,4033),(47314,'Baruta',NULL,4034),(47315,'Carrizal',NULL,4034),(47316,'Catia La Mar',NULL,4034),(47317,'Caucaguita',NULL,4034),(47318,'Chacao',NULL,4034),(47319,'Charallave',NULL,4034),(47320,'Cua',NULL,4034),(47321,'El Cafetal',NULL,4034),(47322,'El Hatillo',NULL,4034),(47323,'Filas de Mariche',NULL,4034),(47324,'Guarenas',NULL,4034),(47325,'Guatire',NULL,4034),(47326,'La Dolorita',NULL,4034),(47327,'Los Dos Caminos',NULL,4034),(47328,'Los Teques',NULL,4034),(47329,'Ocumare del Tuy',NULL,4034),(47330,'Petare',NULL,4034),(47331,'San Antonio de los Altos',NULL,4034),(47332,'Santa Teresa',NULL,4034),(47333,'Maturin',NULL,4035),(47334,'Acarigua',NULL,4037),(47335,'Araure',NULL,4037),(47336,'Guanare',NULL,4037),(47337,'Villa Bruzual',NULL,4037),(47338,'Carupano',NULL,4038),(47339,'Cumana',NULL,4038),(47340,'La Fria',NULL,4039),(47341,'Rubio',NULL,4039),(47342,'San Antonio del Tachira',NULL,4039),(47343,'San Cristobal',NULL,4039),(47344,'San Juan de Colon',NULL,4039),(47345,'Tariba',NULL,4039),(47346,'Trujillo',NULL,4040),(47347,'Valera',NULL,4040),(47348,'Caraballeda',NULL,4041),(47349,'La Guaira',NULL,4041),(47350,'Maiquetia',NULL,4041),(47351,'Chivacoa',NULL,4042),(47352,'Nirgua',NULL,4042),(47353,'San Felipe',NULL,4042),(47354,'Yaritagua',NULL,4042),(47355,'Bachaquero',NULL,4043),(47356,'Cabimas',NULL,4043),(47357,'Ciudad Ojeda',NULL,4043),(47358,'Lagunillas',NULL,4043),(47359,'Machiques',NULL,4043),(47360,'Maracaibo',NULL,4043),(47361,'San Carlos del Zulia',NULL,4043),(47362,'Santa Rita',NULL,4043),(47363,'Villa del Rosario',NULL,4043),(47364,'Ha noi',NULL,4053),(47365,'Hoang Mai',NULL,4053),(47366,'Lang Ha',NULL,4053),(47367,'Settlement',NULL,4064),(47368,'East End-Long Look',NULL,4066),(47369,'Road Town',NULL,4066),(47370,'West End',NULL,4066),(47371,'Kolia',NULL,4070),(47372,'Mala\'e',NULL,4070),(47373,'Ono',NULL,4070),(47374,'Poi',NULL,4070),(47375,'Tamana',NULL,4070),(47376,'Taoa',NULL,4070),(47377,'Tuatafa',NULL,4070),(47378,'Vele',NULL,4070),(47379,'Fiua',NULL,4071),(47380,'Leava',NULL,4071),(47381,'Nuku',NULL,4071),(47382,'Tavai',NULL,4071),(47383,'Toloke',NULL,4071),(47384,'Vaisei',NULL,4071),(47385,'Ahoa',NULL,4072),(47386,'Aka Aka',NULL,4072),(47387,'Alele',NULL,4072),(47388,'Falaleu',NULL,4072),(47389,'Gahi',NULL,4072),(47390,'Haafuasia',NULL,4072),(47391,'Haatofo',NULL,4072),(47392,'Halalo',NULL,4072),(47393,'Kolopopo',NULL,4072),(47394,'Lavegahau',NULL,4072),(47395,'Liku',NULL,4072),(47396,'Mala\'e',NULL,4072),(47397,'Malaefoou',NULL,4072),(47398,'Mata\'Utu',NULL,4072),(47399,'Teesi',NULL,4072),(47400,'Tepa',NULL,4072),(47401,'Utuofa',NULL,4072),(47402,'Vailala',NULL,4072),(47403,'Vaimalau',NULL,4072),(47404,'Vaitupu',NULL,4072),(47405,'ad-Dakhlah',NULL,4074),(47406,'al-\'Ayun',NULL,4075),(47407,'as-Samarah',NULL,4076),(47408,'\'Adan',NULL,4077),(47409,'Aden',NULL,4077),(47410,'Ahwar',NULL,4078),(47411,'Ja\'ar',NULL,4078),(47412,'Zinjibar',NULL,4078),(47413,'Dhamar',NULL,4079),(47414,'Shaqra\'',NULL,4080),(47415,'al-Mukalla',NULL,4080),(47416,'ash-Shahir',NULL,4080),(47417,'Hajjah',NULL,4081),(47418,'Hodaidah',NULL,4082),(47419,'Dhi Sufal',NULL,4083),(47420,'Ibb',NULL,4083),(47421,'Jiblah',NULL,4083),(47422,'Qa\'tabah',NULL,4083),(47423,'Yarim',NULL,4083),(47424,'Tuban',NULL,4084),(47425,'Ma\'rib',NULL,4085),(47426,'Sa\'dah',NULL,4087),(47427,'\'Amran',NULL,4088),(47428,'Sahar',NULL,4088),(47429,'Sanaa',NULL,4088),(47430,'Sayyan',NULL,4088),(47431,'\'Ataq',NULL,4089),(47432,'Habban',NULL,4089),(47433,'Taiz',NULL,4089),(47434,'Ta\'izz',NULL,4090),(47435,'al-Mukha',NULL,4090),(47436,'Raydah',NULL,4091),(47437,'al-Bayda',NULL,4091),(47438,'Bajil',NULL,4092),(47439,'Bayt-al-Faqih',NULL,4092),(47440,'Zabid',NULL,4092),(47441,'al-Hudaydah',NULL,4092),(47442,'al-Marawi\'ah',NULL,4092),(47443,'az-Zaydiyah',NULL,4092),(47444,'al-Hazm',NULL,4093),(47445,'al-Ghaydah',NULL,4094),(47446,'Mahwit',NULL,4095),(47447,'Nikshic',NULL,4098),(47448,'Pljevlja',NULL,4098),(47449,'Podgorica',NULL,4098),(47450,'Ulcinj',NULL,4098),(47451,'Gjakove',NULL,4100),(47452,'Novi Banovci',NULL,4100),(47453,'Senta',NULL,4100),(47454,'Serbia',NULL,4100),(47455,'Uzice',NULL,4100),(47456,'Ada',NULL,4101),(47457,'Alibunar',NULL,4101),(47458,'Apatin',NULL,4101),(47459,'Bach',NULL,4101),(47460,'Bachka Palanka',NULL,4101),(47461,'Bachka Petrovac',NULL,4101),(47462,'Bachka Topola',NULL,4101),(47463,'Bachki Jarak',NULL,4101),(47464,'Banacki Karlovac',NULL,4101),(47465,'Bechej',NULL,4101),(47466,'Bela Crkva',NULL,4101),(47467,'Beochin',NULL,4101),(47468,'Choka',NULL,4101),(47469,'Churug',NULL,4101),(47470,'Crvenka',NULL,4101),(47471,'Futog',NULL,4101),(47472,'Indhija',NULL,4101),(47473,'Irig',NULL,4101),(47474,'Kac',NULL,4101),(47475,'Kanjizha',NULL,4101),(47476,'Kikinda',NULL,4101),(47477,'Kovachica',NULL,4101),(47478,'Kovin',NULL,4101),(47479,'Kula',NULL,4101),(47480,'Mol',NULL,4101),(47481,'Nova Pazova',NULL,4101),(47482,'Novi Bechej',NULL,4101),(47483,'Novi Knezhevac',NULL,4101),(47484,'Novi Sad',NULL,4101),(47485,'Odzhaci',NULL,4101),(47486,'Pacarak',NULL,4101),(47487,'Palic',NULL,4101),(47488,'Panchevo',NULL,4101),(47489,'Petrovaradin',NULL,4101),(47490,'Ruma',NULL,4101),(47491,'Senta',NULL,4101),(47492,'Shid',NULL,4101),(47493,'Sivac',NULL,4101),(47494,'Sombor',NULL,4101),(47495,'Srbobran',NULL,4101),(47496,'Sremska Kamenica',NULL,4101),(47497,'Sremska Mitrovica',NULL,4101),(47498,'Sremski Karlovci',NULL,4101),(47499,'Stara Pazova',NULL,4101),(47500,'Subotica',NULL,4101),(47501,'Temerin',NULL,4101),(47502,'Veternik',NULL,4101),(47503,'Vrbas',NULL,4101),(47504,'Vrshac',NULL,4101),(47505,'Zhabalj',NULL,4101),(47506,'Zhitishte',NULL,4101),(47507,'Zrenjanin',NULL,4101),(47508,'Kabwe',NULL,4102),(47509,'Kapiri Mposhi',NULL,4102),(47510,'Mkushi',NULL,4102),(47511,'Mumbwa',NULL,4102),(47512,'Serenje',NULL,4102),(47513,'Chambishi',NULL,4103),(47514,'Chililabombwe',NULL,4103),(47515,'Chingola',NULL,4103),(47516,'Kalulushi',NULL,4103),(47517,'Kitwe',NULL,4103),(47518,'Luanshya',NULL,4103),(47519,'Mpongwe',NULL,4103),(47520,'Mufulira',NULL,4103),(47521,'Ndola',NULL,4103),(47522,'Chipata',NULL,4104),(47523,'Katete',NULL,4104),(47524,'Lundazi',NULL,4104),(47525,'Petauke',NULL,4104),(47526,'Mansa',NULL,4105),(47527,'Mwansabombwe',NULL,4105),(47528,'Nchelenge',NULL,4105),(47529,'Samfya',NULL,4105),(47530,'Chilanga',NULL,4106),(47531,'Kafue',NULL,4106),(47532,'Lusaka',NULL,4106),(47533,'Kalengwa',NULL,4107),(47534,'Kansanshi',NULL,4107),(47535,'Mwinilunga',NULL,4107),(47536,'Solwezi',NULL,4107),(47537,'Zambezi',NULL,4107),(47538,'Chinsali',NULL,4108),(47539,'Isoka',NULL,4108),(47540,'Kasama',NULL,4108),(47541,'Mbala',NULL,4108),(47542,'Mpika',NULL,4108),(47543,'Choma',NULL,4109),(47544,'Itezhi-Tezhi',NULL,4109),(47545,'Kalomo',NULL,4109),(47546,'Livingstone',NULL,4109),(47547,'Maamba',NULL,4109),(47548,'Mazabuka',NULL,4109),(47549,'Monze',NULL,4109),(47550,'Nakambala',NULL,4109),(47551,'Siavonga',NULL,4109),(47552,'Kalabo',NULL,4110),(47553,'Kaoma',NULL,4110),(47554,'Limulunga',NULL,4110),(47555,'Mongu',NULL,4110),(47556,'Senanga',NULL,4110),(47557,'Sesheke',NULL,4110),(47558,'Bulawayo',NULL,4111),(47559,'Chitungwiza',NULL,4112),(47560,'Harare',NULL,4112),(47561,'Chimanimani',NULL,4113),(47562,'Chipinge',NULL,4113),(47563,'Mutare',NULL,4113),(47564,'Nyanga',NULL,4113),(47565,'Rusape',NULL,4113),(47566,'Sakubva',NULL,4113),(47567,'Chiredzi',NULL,4117),(47568,'Gaths',NULL,4117),(47569,'Masvingo',NULL,4117),(47570,'Chivhu',NULL,4120),(47571,'Gweru',NULL,4120),(47572,'Kwekwe',NULL,4120),(47573,'Mvuma',NULL,4120),(47574,'Redcliffe',NULL,4120),(47575,'Shurugwi',NULL,4120),(47576,'Zvishavane',NULL,4120),(47577,'Manchester',NULL,3952),(47578,'Nashua',NULL,3952),(47579,'Concord',NULL,3952),(47580,'Derry',NULL,3952),(47581,'Dover',NULL,3952),(47582,'Rochester',NULL,3952),(47583,'Salem',NULL,3952),(47584,'Merrimack',NULL,3952),(47585,'Hudson',NULL,3952),(47586,'Londonderry',NULL,3952),(47587,'Keene',NULL,3952),(47588,'Bedford',NULL,3952),(47589,'Portsmouth',NULL,3952),(47590,'Goffstown',NULL,3952),(47591,'Laconia',NULL,3952),(47592,'Hampton',NULL,3952),(47593,'Milford',NULL,3952),(47594,'Durham',NULL,3952),(47595,'Exeter',NULL,3952),(47596,'Windham',NULL,3952),(47597,'Hooksett',NULL,3952),(47598,'Claremont',NULL,3952),(47599,'Lebanon',NULL,3952),(47600,'Pelham',NULL,3952),(47601,'Somersworth',NULL,3952),(47602,'Hanover',NULL,3952),(47603,'Amherst',NULL,3952),(47604,'Raymond',NULL,3952),(47605,'Conway',NULL,3952),(47606,'Berlin',NULL,3952),(47607,'Newmarket',NULL,3952),(47608,'Weare',NULL,3952),(47609,'Seabrook',NULL,3952),(47610,'Barrington',NULL,3952),(47611,'Hampstead',NULL,3952),(47612,'Franklin',NULL,3952),(47613,'Litchfield',NULL,3952),(47614,'Hollis',NULL,3952),(47615,'Plaistow',NULL,3952),(47616,'Bow',NULL,3952),(47617,'Belmont',NULL,3952),(47618,'Stratham',NULL,3952),(47619,'Swanzey',NULL,3952),(47620,'Gilford',NULL,3952),(47621,'Pembroke',NULL,3952),(47622,'Plymouth',NULL,3952),(47623,'Farmington',NULL,3952),(47624,'Atkinson',NULL,3952),(47625,'Newport',NULL,3952),(47626,'Epping',NULL,3952),(47627,'Peterborough',NULL,3952),(47628,'Wolfeboro',NULL,3952),(47629,'Meredith',NULL,3952),(47630,'Kingston',NULL,3952),(47631,'Rindge',NULL,3952),(47632,'Hillsborough',NULL,3952),(47633,'Newark',NULL,3953),(47634,'Jersey City',NULL,3953),(47635,'Paterson',NULL,3953),(47636,'Elizabeth',NULL,3953),(47637,'Edison',NULL,3953),(47638,'Woodbridge',NULL,3953),(47639,'Lakewood',NULL,3953),(47640,'Toms River',NULL,3953),(47641,'Hamilton',NULL,3953),(47642,'Trenton',NULL,3953),(47643,'Clifton',NULL,3953),(47644,'Camden',NULL,3953),(47645,'Brick',NULL,3953),(47646,'Cherry Hill',NULL,3953),(47647,'Passaic',NULL,3953),(47648,'Middletown',NULL,3953),(47649,'Union City',NULL,3953),(47650,'Old Bridge',NULL,3953),(47651,'Gloucester Township',NULL,3953),(47652,'East Orange',NULL,3953),(47653,'Bayonne',NULL,3953),(47654,'Franklin',NULL,3953),(47655,'North Bergen',NULL,3953),(47656,'Vineland',NULL,3953),(47657,'Union',NULL,3953),(47658,'Piscataway',NULL,3953),(47659,'New Brunswick',NULL,3953),(47660,'Jackson',NULL,3953),(47661,'Wayne',NULL,3953),(47662,'Irvington',NULL,3953),(47663,'Parsippany-Troy Hills',NULL,3953),(47664,'Howell',NULL,3953),(47665,'Perth Amboy',NULL,3953),(47666,'Hoboken',NULL,3953),(47667,'Plainfield',NULL,3953),(47668,'West New York',NULL,3953),(47669,'Washington Township',NULL,3953),(47670,'East Brunswick',NULL,3953),(47671,'Bloomfield',NULL,3953),(47672,'West Orange',NULL,3953),(47673,'Evesham',NULL,3953),(47674,'Bridgewater',NULL,3953),(47675,'South Brunswick',NULL,3953),(47676,'Egg Harbor',NULL,3953),(47677,'Manchester',NULL,3953),(47678,'Hackensack',NULL,3953),(47679,'Sayreville',NULL,3953),(47680,'Mount Laurel',NULL,3953),(47681,'Berkeley',NULL,3953),(47682,'North Brunswick',NULL,3953),(47683,'Kearny',NULL,3953),(47684,'Linden',NULL,3953),(47685,'Marlboro',NULL,3953),(47686,'Teaneck',NULL,3953),(47687,'Atlantic City',NULL,3953),(47688,'Winslow',NULL,3953),(47689,'Monroe',NULL,3953),(47690,'Manalapan',NULL,3953),(47691,'Hillsborough',NULL,3953),(47692,'Montclair',NULL,3953),(47693,'Galloway',NULL,3953),(47694,'Freehold Township',NULL,3953),(47695,'Monroe Township',NULL,3953),(47696,'Belleville',NULL,3953),(47697,'Pennsauken',NULL,3953),(47698,'Ewing',NULL,3953),(47699,'Fort Lee',NULL,3953),(47700,'Lawrence',NULL,3953),(47701,'Fair Lawn',NULL,3953),(47702,'Willingboro',NULL,3953),(47703,'Long Branch',NULL,3953),(47704,'Deptford',NULL,3953),(47705,'Garfield',NULL,3953),(47706,'Westfield',NULL,3953),(47707,'City of Orange',NULL,3953),(47708,'Livingston',NULL,3953),(47709,'Voorhees',NULL,3953),(47710,'Princeton',NULL,3953),(47711,'Millville',NULL,3953),(47712,'Nutley',NULL,3953),(47713,'Mount Olive',NULL,3953),(47714,'Neptune',NULL,3953),(47715,'Pemberton Township',NULL,3953),(47716,'Lacey',NULL,3953),(47717,'Rahway',NULL,3953),(47718,'Ocean Township',NULL,3953),(47719,'East Windsor',NULL,3953),(47720,'West Windsor',NULL,3953),(47721,'Englewood',NULL,3953),(47722,'Bergenfield',NULL,3953),(47723,'Bernards Township',NULL,3953),(47724,'Stafford Township',NULL,3953),(47725,'Hamilton Township',NULL,3953),(47726,'Paramus',NULL,3953),(47727,'Wall',NULL,3953),(47728,'Mahwah',NULL,3953),(47729,'West Milford',NULL,3953),(47730,'Randolph',NULL,3953),(47731,'Bridgeton',NULL,3953),(47732,'Ridgewood',NULL,3953),(47733,'Rockaway Township',NULL,3953),(47734,'Lodi',NULL,3953),(47735,'Vernon',NULL,3953),(47736,'Maplewood',NULL,3953),(47737,'Cliffside Park',NULL,3953),(47738,'Scotch Plains',NULL,3953),(47739,'South Plainfield',NULL,3953),(47740,'Roxbury',NULL,3953),(47741,'Medford',NULL,3953),(47742,'Plainsboro',NULL,3953),(47743,'Lower Township',NULL,3953),(47744,'Carteret',NULL,3953),(47745,'Cranford',NULL,3953),(47746,'Burlington Township',NULL,3953),(47747,'Morris Township',NULL,3953),(47748,'Montgomery',NULL,3953),(47749,'Raritan Township',NULL,3953),(47750,'North Plainfield',NULL,3953),(47751,'West Deptford',NULL,3953),(47752,'Montville',NULL,3953),(47753,'Summit',NULL,3953),(47754,'Hillside',NULL,3953),(47755,'Jefferson',NULL,3953),(47756,'Roselle',NULL,3953),(47757,'Barnegat',NULL,3953),(47758,'Moorestown',NULL,3953),(47759,'Lyndhurst',NULL,3953),(47760,'Hazlet',NULL,3953),(47761,'Pleasantville',NULL,3953),(47762,'Millburn',NULL,3953),(47763,'Little Egg Harbor',NULL,3953),(47764,'Sparta',NULL,3953),(47765,'Palisades Park',NULL,3953),(47766,'Elmwood Park',NULL,3953),(47767,'Maple Shade',NULL,3953),(47768,'Middle Township',NULL,3953),(47769,'Hawthorne',NULL,3953),(47770,'Glassboro',NULL,3953),(47771,'Washington Township',NULL,3953),(47772,'Morristown',NULL,3953),(47773,'Point Pleasant',NULL,3953),(47774,'Aberdeen',NULL,3953),(47775,'Dover',NULL,3953),(47776,'Rutherford',NULL,3953),(47777,'Tinton Falls',NULL,3953),(47778,'Lindenwold',NULL,3953),(47779,'Dumont',NULL,3953),(47780,'Hopewell Township',NULL,3953),(47781,'Delran',NULL,3953),(47782,'Franklin Township',NULL,3953),(47783,'Holmdel',NULL,3953),(47784,'Wyckoff',NULL,3953),(47785,'Denville',NULL,3953),(47786,'New Milford',NULL,3953),(47787,'Secaucus',NULL,3953),(47788,'South Orange Village',NULL,3953),(47789,'Readington',NULL,3953),(47790,'Asbury Park',NULL,3953),(47791,'South River',NULL,3953),(47792,'Madison',NULL,3953),(47793,'Springfield',NULL,3953),(47794,'Cinnaminson',NULL,3953),(47795,'Pequannock',NULL,3953),(47796,'North Arlington',NULL,3953),(47797,'Warren',NULL,3953),(47798,'Mantua',NULL,3953),(47799,'Hopatcong',NULL,3953),(47800,'Phillipsburg',NULL,3953),(47801,'Hammonton',NULL,3953),(47802,'Clark',NULL,3953),(47803,'Haddon Township',NULL,3953),(47804,'Tenafly',NULL,3953),(47805,'Ramsey',NULL,3953),(47806,'Branchburg',NULL,3953),(47807,'Little Falls',NULL,3953),(47808,'Highland Park',NULL,3953),(47809,'Collingswood',NULL,3953),(47810,'Fairview',NULL,3953),(47811,'Hanover',NULL,3953),(47812,'Saddle Brook',NULL,3953),(47813,'Robbinsville',NULL,3953),(47814,'Middlesex',NULL,3953),(47815,'Harrison',NULL,3953),(47816,'Metuchen',NULL,3953),(47817,'Clinton Township',NULL,3953),(47818,'Pennsville',NULL,3953),(47819,'Verona',NULL,3953),(47820,'Albuquerque',NULL,3955),(47821,'Las Cruces',NULL,3955),(47822,'Rio Rancho',NULL,3955),(47823,'Santa Fe',NULL,3955),(47824,'Roswell',NULL,3955),(47825,'Farmington',NULL,3955),(47826,'South Valley',NULL,3955),(47827,'Clovis',NULL,3955),(47828,'Hobbs',NULL,3955),(47829,'Alamogordo',NULL,3955),(47830,'Carlsbad',NULL,3955),(47831,'Gallup',NULL,3955),(47832,'Deming',NULL,3955),(47833,'Los Lunas',NULL,3955),(47834,'Chaparral',NULL,3955),(47835,'Sunland Park',NULL,3955),(47836,'Las Vegas',NULL,3955),(47837,'Portales',NULL,3955),(47838,'Los Alamos',NULL,3955),(47839,'North Valley',NULL,3955),(47840,'Artesia',NULL,3955),(47841,'Lovington',NULL,3955),(47842,'Silver City',NULL,3955),(47843,'Espanola',NULL,3955),(47844,'Anthony',NULL,3955),(47845,'Grants',NULL,3955),(47846,'Socorro',NULL,3955),(47847,'Corrales',NULL,3955),(47848,'Bernalillo',NULL,3955),(47849,'Shiprock',NULL,3955),(47850,'Bloomfield',NULL,3955),(47851,'Ruidoso',NULL,3955),(47852,'Kirtland',NULL,3955),(47853,'Belen',NULL,3955),(47854,'Airmont',NULL,3956),(47855,'Albany',NULL,3956),(47856,'Alden',NULL,3956),(47857,'Amherst',NULL,3956),(47858,'Amityville',NULL,3956),(47859,'Amsterdam',NULL,3956),(47860,'Arcadia',NULL,3956),(47861,'Auburn',NULL,3956),(47862,'Aurora',NULL,3956),(47863,'Babylon',NULL,3956),(47864,'Baldwinsville',NULL,3956),(47865,'Ballston',NULL,3956),(47866,'Batavia',NULL,3956),(47867,'Bath',NULL,3956),(47868,'Beacon',NULL,3956),(47869,'Bedford',NULL,3956),(47870,'Beekman',NULL,3956),(47871,'Bethlehem',NULL,3956),(47872,'Binghamton',NULL,3956),(47873,'Blooming Grove',NULL,3956),(47874,'Briarcliff Manor',NULL,3956),(47875,'Brighton',NULL,3956),(47876,'Brockport',NULL,3956),(47877,'Brookhaven',NULL,3956),(47878,'Brunswick',NULL,3956),(47879,'Buffalo',NULL,3956),(47880,'Camillus',NULL,3956),(47881,'Canandaigua',NULL,3956),(47882,'Canton',NULL,3956),(47883,'Carmel',NULL,3956),(47884,'Catskill',NULL,3956),(47885,'Cheektowaga',NULL,3956),(47886,'Chenango',NULL,3956),(47887,'Chester',NULL,3956),(47888,'Chestnut Ridge',NULL,3956),(47889,'Chili',NULL,3956),(47890,'Cicero',NULL,3956),(47891,'Clarence',NULL,3956),(47892,'Clarkstown',NULL,3956),(47893,'Clay',NULL,3956),(47894,'Clifton Park',NULL,3956),(47895,'Cohoes',NULL,3956),(47896,'Colonie',NULL,3956),(47897,'Corning',NULL,3956),(47898,'Cornwall',NULL,3956),(47899,'Cortland',NULL,3956),(47900,'Cortlandt',NULL,3956),(47901,'Crawford',NULL,3956),(47902,'Croton-on-Hudson',NULL,3956),(47903,'Depew',NULL,3956),(47904,'DeWitt (De Witt)',NULL,3956),(47905,'Dobbs Ferry',NULL,3956),(47906,'Dryden',NULL,3956),(47907,'Dunkirk',NULL,3956),(47908,'East Fishkill',NULL,3956),(47909,'East Greenbush',NULL,3956),(47910,'East Hampton',NULL,3956),(47911,'East Hills',NULL,3956),(47912,'East Rockaway',NULL,3956),(47913,'Eastchester',NULL,3956),(47914,'Elma',NULL,3956),(47915,'Elmira',NULL,3956),(47916,'Endicott',NULL,3956),(47917,'Esopus',NULL,3956),(47918,'Evans',NULL,3956),(47919,'Fallsburg',NULL,3956),(47920,'Farmingdale',NULL,3956),(47921,'Farmington',NULL,3956),(47922,'Fishkill',NULL,3956),(47923,'Floral Park',NULL,3956),(47924,'Fredonia',NULL,3956),(47925,'Freeport',NULL,3956),(47926,'Fulton',NULL,3956),(47927,'Garden City',NULL,3956),(47928,'Gates',NULL,3956),(47929,'Geddes',NULL,3956),(47930,'Geneseo',NULL,3956),(47931,'Geneva',NULL,3956),(47932,'German Flatts',NULL,3956),(47933,'Glen Cove',NULL,3956),(47934,'Glens Falls',NULL,3956),(47935,'Glenville',NULL,3956),(47936,'Gloversville',NULL,3956),(47937,'Goshen',NULL,3956),(47938,'Grand Island',NULL,3956),(47939,'Great Neck',NULL,3956),(47940,'Greece',NULL,3956),(47941,'Greenburgh',NULL,3956),(47942,'Guilderland',NULL,3956),(47943,'Halfmoon',NULL,3956),(47944,'Hamburg',NULL,3956),(47945,'Hamlin',NULL,3956),(47946,'Harrison',NULL,3956),(47947,'Hastings',NULL,3956),(47948,'Hastings-on-Hudson',NULL,3956),(47949,'Haverstraw',NULL,3956),(47950,'Hempstead',NULL,3956),(47951,'Henrietta',NULL,3956),(47952,'Herkimer',NULL,3956),(47953,'Highlands',NULL,3956),(47954,'Hornell',NULL,3956),(47955,'Horseheads',NULL,3956),(47956,'Hudson',NULL,3956),(47957,'Hudson Falls',NULL,3956),(47958,'Huntington',NULL,3956),(47959,'Hyde Park',NULL,3956),(47960,'Ilion',NULL,3956),(47961,'Irondequoit',NULL,3956),(47962,'Islip',NULL,3956),(47963,'Ithaca',NULL,3956),(47964,'Jamestown',NULL,3956),(47965,'Johnson City',NULL,3956),(47966,'Johnstown',NULL,3956),(47967,'Kenmore',NULL,3956),(47968,'Kent',NULL,3956),(47969,'Kingsbury',NULL,3956),(47970,'Kingston',NULL,3956),(47971,'Kirkland',NULL,3956),(47972,'Kiryas Joel',NULL,3956),(47973,'Lackawanna',NULL,3956),(47974,'LaGrange (La Grange)',NULL,3956),(47975,'Lake Grove',NULL,3956),(47976,'Lancaster',NULL,3956),(47977,'Lansing',NULL,3956),(47978,'Le Ray',NULL,3956),(47979,'Lenox',NULL,3956),(47980,'Lewisboro',NULL,3956),(47981,'Lewiston',NULL,3956),(47982,'Liberty',NULL,3956),(47983,'Lindenhurst',NULL,3956),(47984,'Little Falls',NULL,3956),(47985,'Lloyd',NULL,3956),(47986,'Lockport',NULL,3956),(47987,'Long Beach',NULL,3956),(47988,'Lynbrook',NULL,3956),(47989,'Lysander',NULL,3956),(47990,'Macedon',NULL,3956),(47991,'Malone',NULL,3956),(47992,'Malta',NULL,3956),(47993,'Malverne',NULL,3956),(47994,'Mamakating',NULL,3956),(47995,'Mamaroneck',NULL,3956),(47996,'Manchester',NULL,3956),(47997,'Manlius',NULL,3956),(47998,'Massapequa Park',NULL,3956),(47999,'Massena',NULL,3956),(48000,'Mastic Beach',NULL,3956),(48001,'Mechanicville',NULL,3956),(48002,'Mendon',NULL,3956),(48003,'Middletown',NULL,3956),(48004,'Milton',NULL,3956),(48005,'Mineola',NULL,3956),(48006,'Monroe',NULL,3956),(48007,'Montgomery',NULL,3956),(48008,'Moreau',NULL,3956),(48009,'Mount Kisco',NULL,3956),(48010,'Mount Pleasant',NULL,3956),(48011,'Mount Vernon',NULL,3956),(48012,'New Castle',NULL,3956),(48013,'New Hartford',NULL,3956),(48014,'New Hyde Park',NULL,3956),(48015,'New Paltz',NULL,3956),(48016,'New Rochelle',NULL,3956),(48017,'New Square',NULL,3956),(48018,'New Windsor',NULL,3956),(48019,'New York',NULL,3956),(48020,'Newark',NULL,3956),(48021,'Newburgh',NULL,3956),(48022,'Newfane',NULL,3956),(48023,'Niagara Falls',NULL,3956),(48024,'Niskayuna',NULL,3956),(48025,'North Castle',NULL,3956),(48026,'North Greenbush',NULL,3956),(48027,'North Hempstead',NULL,3956),(48028,'North Syracuse',NULL,3956),(48029,'North Tonawanda',NULL,3956),(48030,'Northport',NULL,3956),(48031,'Norwich',NULL,3956),(48032,'Nyack',NULL,3956),(48033,'Ogden',NULL,3956),(48034,'Ogdensburg',NULL,3956),(48035,'Olean',NULL,3956),(48036,'Oneida',NULL,3956),(48037,'Oneonta',NULL,3956),(48038,'Onondaga',NULL,3956),(48039,'Ontario',NULL,3956),(48040,'Orangetown',NULL,3956),(48041,'Orchard Park',NULL,3956),(48042,'Ossining',NULL,3956),(48043,'Oswego',NULL,3956),(48044,'Owego',NULL,3956),(48045,'Oyster Bay',NULL,3956),(48046,'Parma',NULL,3956),(48047,'Patchogue',NULL,3956),(48048,'Patterson',NULL,3956),(48049,'Peekskill',NULL,3956),(48050,'Pelham',NULL,3956),(48051,'Penfield',NULL,3956),(48052,'Perinton',NULL,3956),(48053,'Philipstown',NULL,3956),(48054,'Pittsford',NULL,3956),(48055,'Plattekill',NULL,3956),(48056,'Plattsburgh',NULL,3956),(48057,'Pleasant Valley',NULL,3956),(48058,'Pleasantville',NULL,3956),(48059,'Pomfret',NULL,3956),(48060,'Port Chester',NULL,3956),(48061,'Port Jefferson',NULL,3956),(48062,'Port Jervis',NULL,3956),(48063,'Potsdam',NULL,3956),(48064,'Poughkeepsie',NULL,3956),(48065,'Putnam Valley',NULL,3956),(48066,'Queensbury',NULL,3956),(48067,'Ramapo',NULL,3956),(48068,'Red Hook',NULL,3956),(48069,'Rensselaer',NULL,3956),(48070,'Riverhead',NULL,3956),(48071,'Rochester',NULL,3956),(48072,'Rockville Centre',NULL,3956),(48073,'Rome',NULL,3956),(48074,'Rotterdam',NULL,3956),(48075,'Rye',NULL,3956),(48076,'Rye Brook',NULL,3956),(48077,'Salamanca',NULL,3956),(48078,'Salina',NULL,3956),(48079,'Saratoga Springs',NULL,3956),(48080,'Saugerties',NULL,3956),(48081,'Scarsdale',NULL,3956),(48082,'Schenectady',NULL,3956),(48083,'Schodack',NULL,3956),(48084,'Scotia',NULL,3956),(48085,'Seneca Falls',NULL,3956),(48086,'Shawangunk',NULL,3956),(48087,'Sherrill',NULL,3956),(48088,'Sleepy Hollow',NULL,3956),(48089,'Smithtown',NULL,3956),(48090,'Somers',NULL,3956),(48091,'Southampton',NULL,3956),(48092,'Southeast',NULL,3956),(48093,'Southold',NULL,3956),(48094,'Southport',NULL,3956),(48095,'Spring Valley',NULL,3956),(48096,'Stony Point',NULL,3956),(48097,'Suffern',NULL,3956),(48098,'Sullivan',NULL,3956),(48099,'Sweden',NULL,3956),(48100,'Syracuse',NULL,3956),(48101,'Tarrytown',NULL,3956),(48102,'Thompson',NULL,3956),(48103,'Tonawanda',NULL,3956),(48104,'Troy',NULL,3956),(48105,'Ulster',NULL,3956),(48106,'Union',NULL,3956),(48107,'Utica',NULL,3956),(48108,'Valley Stream',NULL,3956),(48109,'Van Buren',NULL,3956),(48110,'Vestal',NULL,3956),(48111,'Victor',NULL,3956),(48112,'Walden',NULL,3956),(48113,'Wallkill',NULL,3956),(48114,'Walworth',NULL,3956),(48115,'Wappinger',NULL,3956),(48116,'Warwick',NULL,3956),(48117,'Watertown',NULL,3956),(48118,'Watervliet',NULL,3956),(48119,'Wawarsing',NULL,3956),(48120,'Webster',NULL,3956),(48121,'West Haverstraw',NULL,3956),(48122,'West Seneca',NULL,3956),(48123,'Westbury',NULL,3956),(48124,'Wheatfield',NULL,3956),(48125,'White Plains',NULL,3956),(48126,'Whitestown',NULL,3956),(48127,'Williston Park',NULL,3956),(48128,'Wilton',NULL,3956),(48129,'Woodbury',NULL,3956),(48130,'Yonkers',NULL,3956),(48131,'Yorktown',NULL,3956),(48132,'Charlotte',NULL,3957),(48133,'Raleigh',NULL,3957),(48134,'Greensboro',NULL,3957),(48135,'Durham',NULL,3957),(48136,'Winston-Salem',NULL,3957),(48137,'Fayetteville',NULL,3957),(48138,'Cary',NULL,3957),(48139,'Wilmington',NULL,3957),(48140,'High Point',NULL,3957),(48141,'Greenville',NULL,3957),(48142,'Asheville',NULL,3957),(48143,'Concord',NULL,3957),(48144,'Gastonia',NULL,3957),(48145,'Jacksonville',NULL,3957),(48146,'Chapel Hill',NULL,3957),(48147,'Rocky Mount',NULL,3957),(48148,'Burlington',NULL,3957),(48149,'Huntersville',NULL,3957),(48150,'Wilson',NULL,3957),(48151,'Kannapolis',NULL,3957),(48152,'Apex',NULL,3957),(48153,'Hickory',NULL,3957),(48154,'Wake Forest',NULL,3957),(48155,'Indian Trail',NULL,3957),(48156,'Goldsboro',NULL,3957),(48157,'Mooresville',NULL,3957),(48158,'Monroe',NULL,3957),(48159,'Salisbury',NULL,3957),(48160,'New Bern',NULL,3957),(48161,'Holly Springs',NULL,3957),(48162,'Matthews',NULL,3957),(48163,'Sanford',NULL,3957),(48164,'Garner',NULL,3957),(48165,'Cornelius',NULL,3957),(48166,'Thomasville',NULL,3957),(48167,'Asheboro',NULL,3957),(48168,'Statesville',NULL,3957),(48169,'Mint Hill',NULL,3957),(48170,'Kernersville',NULL,3957),(48171,'Morrisville',NULL,3957),(48172,'Fuquay-Varina',NULL,3957),(48173,'Lumberton',NULL,3957),(48174,'Kinston',NULL,3957),(48175,'Carrboro',NULL,3957),(48176,'Havelock',NULL,3957),(48177,'Shelby',NULL,3957),(48178,'Clemmons',NULL,3957),(48179,'Lexington',NULL,3957),(48180,'Clayton',NULL,3957),(48181,'Boone',NULL,3957),(48182,'Fargo',NULL,3958),(48183,'Bismarck',NULL,3958),(48184,'Grand Forks',NULL,3958),(48185,'Minot',NULL,3958),(48186,'West Fargo',NULL,3958),(48187,'Williston',NULL,3958),(48188,'Dickinson',NULL,3958),(48189,'Mandan',NULL,3958),(48190,'Jamestown',NULL,3958),(48191,'Wahpeton',NULL,3958),(48192,'Devils Lake',NULL,3958),(48193,'Valley City',NULL,3958),(48194,'Providence',NULL,3965),(48195,'Warwick',NULL,3965),(48196,'Cranston',NULL,3965),(48197,'Pawtucket',NULL,3965),(48198,'East Providence',NULL,3965),(48199,'Woonsocket',NULL,3965),(48200,'Coventry',NULL,3965),(48201,'Cumberland',NULL,3965),(48202,'North Providence',NULL,3965),(48203,'South Kingstown',NULL,3965),(48204,'West Warwick',NULL,3965),(48205,'Johnston',NULL,3965),(48206,'North Kingstown',NULL,3965),(48207,'Newport',NULL,3965),(48208,'Bristol',NULL,3965),(48209,'Westerly',NULL,3965),(48210,'Smithfield',NULL,3965),(48211,'Lincoln',NULL,3965),(48212,'Central Falls',NULL,3965),(48213,'Portsmouth',NULL,3965),(48214,'Barrington',NULL,3965),(48215,'Middletown',NULL,3965),(48216,'Burrillville',NULL,3965),(48217,'Narragansett',NULL,3965),(48218,'Tiverton',NULL,3965),(48219,'East Greenwich',NULL,3965),(48220,'North Smithfield',NULL,3965),(48221,'Warren',NULL,3965),(48222,'Scituate',NULL,3965),(48223,'Glocester',NULL,3965),(48224,'Hopkinton',NULL,3965),(48225,'Charlestown',NULL,3965),(48226,'Richmond',NULL,3965),(48227,'Columbia',NULL,3966),(48228,'Charleston',NULL,3966),(48229,'North Charleston',NULL,3966),(48230,'Mount Pleasant',NULL,3966),(48231,'Rock Hill',NULL,3966),(48232,'Greenville',NULL,3966),(48233,'Summerville',NULL,3966),(48234,'Sumter',NULL,3966),(48235,'Hilton Head Island',NULL,3966),(48236,'Spartanburg',NULL,3966),(48237,'Florence',NULL,3966),(48238,'Goose Creek',NULL,3966),(48239,'Aiken',NULL,3966),(48240,'Myrtle Beach',NULL,3966),(48241,'Anderson',NULL,3966),(48242,'Greer',NULL,3966),(48243,'Mauldin',NULL,3966),(48244,'Greenwood',NULL,3966),(48245,'North Augusta',NULL,3966),(48246,'Easley',NULL,3966),(48247,'Simpsonville',NULL,3966),(48248,'Hanahan',NULL,3966),(48249,'Lexington',NULL,3966),(48250,'Conway',NULL,3966),(48251,'West Columbia',NULL,3966),(48252,'North Myrtle Beach',NULL,3966),(48253,'Clemson',NULL,3966),(48254,'Orangeburg',NULL,3966),(48255,'Cayce',NULL,3966),(48256,'Bluffton',NULL,3966),(48257,'Beaufort',NULL,3966),(48258,'Gaffney',NULL,3966),(48259,'Irmo',NULL,3966),(48260,'Fort Mill',NULL,3966),(48261,'Port Royal',NULL,3966),(48262,'Forest Acres',NULL,3966),(48263,'Newberry',NULL,3966),(48264,'Sioux Falls',NULL,3967),(48265,'Rapid City',NULL,3967),(48266,'Aberdeen',NULL,3967),(48267,'Brookings',NULL,3967),(48268,'Watertown',NULL,3967),(48269,'Mitchell',NULL,3967),(48270,'Yankton',NULL,3967),(48271,'Pierre',NULL,3967),(48272,'Huron',NULL,3967),(48273,'Spearfish',NULL,3967),(48274,'Vermillion',NULL,3967),(48275,'Brandon',NULL,3967),(48276,'Box Elder',NULL,3967),(48277,'Madison',NULL,3967),(48278,'Sturgis',NULL,3967),(48279,'Belle Fourche',NULL,3967),(48280,'Harrisburg',NULL,3967),(48281,'Charleston',NULL,3976),(48282,'Huntington',NULL,3976),(48283,'Morgantown',NULL,3976),(48284,'Parkersburg',NULL,3976),(48285,'Wheeling',NULL,3976),(48286,'Weirton',NULL,3976),(48287,'Fairmont',NULL,3976),(48288,'Martinsburg',NULL,3976),(48289,'Beckley',NULL,3976),(48290,'Clarksburg',NULL,3976),(48291,'South Charleston',NULL,3976),(48292,'St. Albans',NULL,3976),(48293,'Vienna',NULL,3976),(48294,'Bluefield',NULL,3976),(48295,'Moundsville',NULL,3976),(48296,'Bridgeport',NULL,3976),(48297,'Oak Hill',NULL,3976),(48298,'Dunbar',NULL,3976),(48299,'Elkins',NULL,3976),(48300,'Nitro',NULL,3976),(48301,'Hurricane',NULL,3976),(48302,'Princeton',NULL,3976),(48303,'Charles Town',NULL,3976),(48304,'Buckhannon',NULL,3976),(48305,'Keyser',NULL,3976),(48306,'New Martinsville',NULL,3976),(48307,'Grafton',NULL,3976),(48308,'Ranson',NULL,3976),(48309,'Point Pleasant',NULL,3976),(48310,'Westover',NULL,3976),(48311,'Weston',NULL,3976),(48312,'Lewisburg',NULL,3976),(48313,'Ravenswood',NULL,3976),(48314,'Summersville',NULL,3976); /*!40000 ALTER TABLE `cities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `companies` -- DROP TABLE IF EXISTS `companies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `companies` ( `id` int(11) NOT NULL AUTO_INCREMENT, `company_name` varchar(200) NOT NULL, `cat_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `companies` -- LOCK TABLES `companies` WRITE; /*!40000 ALTER TABLE `companies` DISABLE KEYS */; INSERT INTO `companies` VALUES (4,'ASML',0,'2018-02-21 07:44:12'),(5,'Wateen Telecom',0,'2018-02-21 10:56:35'),(6,'Huawei ',0,'2018-02-21 11:45:46'),(7,'Linkedin',0,'2018-02-22 06:34:15'),(8,'Octachain Capital',0,'2018-02-22 06:36:45'),(9,'Amazon.com',0,'2018-02-22 07:10:15'),(10,'Microsoft',0,'2018-02-22 07:10:31'),(11,'Ericsson',0,'2018-02-22 07:27:32'),(12,'O2 (Telephonica UK)',0,'2018-02-22 07:29:56'),(13,'iCell Technology Limited',0,'2018-02-22 07:46:16'),(14,'J.P Morgan',0,'2018-02-22 07:46:37'),(15,'JP Morgan',0,'2018-02-22 07:48:19'),(16,'dESCO FieldEdge',0,'2018-02-22 08:55:59'),(17,'Houzz',0,'2018-02-22 08:56:18'),(18,'The World Bank',0,'2018-02-22 09:09:14'),(19,'IBM',0,'2018-02-22 09:21:21'),(20,'Refine Labs',0,'2018-02-22 09:28:13'),(21,'Revive Therapeutics LTD',0,'2018-02-22 09:29:11'),(22,'McKinsey & Company',0,'2018-02-22 09:39:44'),(23,'Pwc LLP UK',0,'2018-02-22 09:57:39'),(24,'Deloitte Digital',0,'2018-02-22 09:58:14'),(25,'Barclays',0,'2018-02-22 10:47:00'),(26,'Akira Partners',0,'2018-02-22 10:47:26'),(27,'BlackRock',0,'2018-02-22 10:59:46'),(28,'Techloyce LTD',0,'2018-02-23 05:06:34'),(29,'J.P. Morgan Asset Management',0,'2018-02-23 05:26:58'),(30,'Bain & Company ',0,'2018-02-23 05:36:34'),(31,'Morgan Stanley ',0,'2018-02-23 05:36:56'),(32,'JPMorgan Chase & Co. ',0,'2018-02-23 05:56:47'),(33,'Deutsche Bank',0,'2018-02-23 06:13:04'),(34,'Citi Group',0,'2018-02-23 06:13:29'),(35,'HSBC',0,'2018-02-23 06:43:01'),(36,'RBS',0,'2018-02-23 06:43:19'),(37,'Towers Watson',0,'2018-02-23 06:54:32'),(38,'Credit Suisse',0,'2018-02-23 07:11:41'),(39,'State Street',0,'2018-02-23 07:12:06'),(40,'techloyce',0,'2021-05-20 11:53:13'),(60,'Lead Concept',0,'2021-06-02 07:46:17'),(61,'GLobal COnsulting',0,'2021-06-02 07:46:17'),(62,'Emerging Technologies',0,'2021-06-02 10:53:42'),(63,'tester',0,'2021-06-03 07:53:29'),(64,'Emerging Technologies',0,'2021-06-03 13:13:48'),(65,'Emerging Technologies',0,'2021-06-03 13:13:50'),(66,'Emerging Technologies',0,'2021-06-04 09:54:11'),(67,'Emerging Technologies',0,'2021-06-04 10:50:03'),(68,'Emerging Technologies',0,'2021-06-04 10:52:50'),(69,'Azeemi Technologies',0,'2021-06-04 10:52:50'),(70,'Emerging Technologies',0,'2021-06-04 12:42:37'),(71,'Azeemi Technologies',0,'2021-06-04 12:42:37'); /*!40000 ALTER TABLE `companies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countries` -- DROP TABLE IF EXISTS `countries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `countries` ( `id` int(11) NOT NULL, `sortname` varchar(3) NOT NULL, `name` varchar(150) NOT NULL, `name_arabic` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `phonecode` int(11) NOT NULL, `timezone` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countries` -- LOCK TABLES `countries` WRITE; /*!40000 ALTER TABLE `countries` DISABLE KEYS */; INSERT INTO `countries` VALUES (1,'AF','Afghanistan','Afghanistan',94,''),(2,'AL','Albania',NULL,355,''),(3,'DZ','Algeria',NULL,213,''),(4,'AS','American Samoa',NULL,1684,''),(5,'AD','Andorra',NULL,376,''),(6,'AO','Angola','test',111,''),(7,'AI','Anguilla',NULL,1264,''),(8,'AQ','Antarctica','Antarctica',32432,''),(9,'AG','Antigua And Barbuda',NULL,1268,''),(10,'AR','Argentina',NULL,54,''),(11,'AM','Armenia',NULL,374,''),(12,'AW','Aruba',NULL,297,''),(13,'AU','Australia',NULL,61,''),(14,'AT','Austria',NULL,43,''),(15,'AZ','Azerbaijan',NULL,994,''),(16,'BS','Bahamas The',NULL,1242,''),(17,'BH','Bahrain',NULL,973,''),(18,'BD','Bangladesh',NULL,880,''),(19,'BB','Barbados',NULL,1246,''),(20,'BY','Belarus',NULL,375,''),(21,'BE','Belgium',NULL,32,''),(22,'BZ','Belize',NULL,501,''),(23,'BJ','Benin',NULL,229,''),(24,'BM','Bermuda',NULL,1441,''),(25,'BT','Bhutan',NULL,975,''),(26,'BO','Bolivia',NULL,591,''),(27,'BA','Bosnia and Herzegovina',NULL,387,''),(28,'BW','Botswana',NULL,267,''),(29,'BV','Bouvet Island',NULL,0,''),(30,'BR','Brazil',NULL,55,''),(31,'IO','British Indian Ocean Territory',NULL,246,''),(32,'BN','Brunei',NULL,673,''),(33,'BG','Bulgaria',NULL,359,''),(34,'BF','Burkina Faso',NULL,226,''),(35,'BI','Burundi',NULL,257,''),(36,'KH','Cambodia',NULL,855,''),(37,'CM','Cameroon',NULL,237,''),(38,'CA','Canada',NULL,1,''),(39,'CV','Cape Verde',NULL,238,''),(40,'KY','Cayman Islands',NULL,1345,''),(41,'CF','Central African Republic',NULL,236,''),(42,'TD','Chad',NULL,235,''),(43,'CL','Chile',NULL,56,''),(44,'CN','China',NULL,86,''),(45,'CX','Christmas Island',NULL,61,''),(46,'CC','Cocos (Keeling) Islands',NULL,672,''),(47,'CO','Colombia',NULL,57,''),(48,'KM','Comoros',NULL,269,''),(49,'CG','Congo',NULL,242,''),(50,'CD','Congo The Democratic Republic Of The',NULL,242,''),(51,'CK','Cook Islands',NULL,682,''),(52,'CR','Costa Rica',NULL,506,''),(53,'CI','Cote D\'Ivoire (Ivory Coast)',NULL,225,''),(54,'HR','Croatia (Hrvatska)',NULL,385,''),(55,'CU','Cuba',NULL,53,''),(56,'CY','Cyprus',NULL,357,''),(57,'CZ','Czech Republic',NULL,420,''),(58,'DK','Denmark',NULL,45,''),(59,'DJ','Djibouti',NULL,253,''),(60,'DM','Dominica',NULL,1767,''),(61,'DO','Dominican Republic',NULL,1809,''),(62,'TP','East Timor',NULL,670,''),(63,'EC','Ecuador',NULL,593,''),(64,'EG','Egypt',NULL,20,''),(65,'SV','El Salvador',NULL,503,''),(66,'GQ','Equatorial Guinea',NULL,240,''),(67,'ER','Eritrea',NULL,291,''),(68,'EE','Estonia',NULL,372,''),(69,'ET','Ethiopia',NULL,251,''),(70,'XA','External Territories of Australia',NULL,61,''),(71,'FK','Falkland Islands',NULL,500,''),(72,'FO','Faroe Islands',NULL,298,''),(73,'FJ','Fiji Islands',NULL,679,''),(74,'FI','Finland',NULL,358,''),(75,'FR','France',NULL,33,''),(76,'GF','French Guiana',NULL,594,''),(77,'PF','French Polynesia',NULL,689,''),(78,'TF','French Southern Territories',NULL,0,''),(79,'GA','Gabon',NULL,241,''),(80,'GM','Gambia The',NULL,220,''),(81,'GE','Georgia',NULL,995,''),(82,'DE','Germany',NULL,49,''),(83,'GH','Ghana',NULL,233,''),(84,'GI','Gibraltar',NULL,350,''),(85,'GR','Greece',NULL,30,''),(86,'GL','Greenland',NULL,299,''),(87,'GD','Grenada',NULL,1473,''),(88,'GP','Guadeloupe',NULL,590,''),(89,'GU','Guam',NULL,1671,''),(90,'GT','Guatemala',NULL,502,''),(91,'XU','Guernsey and Alderney',NULL,44,''),(92,'GN','Guinea',NULL,224,''),(93,'GW','Guinea-Bissau',NULL,245,''),(94,'GY','Guyana',NULL,592,''),(95,'HT','Haiti',NULL,509,''),(96,'HM','Heard and McDonald Islands',NULL,0,''),(97,'HN','Honduras',NULL,504,''),(98,'HK','Hong Kong S.A.R.',NULL,852,''),(99,'HU','Hungary',NULL,36,''),(100,'IS','Iceland',NULL,354,''),(101,'IN','India',NULL,91,''),(102,'ID','Indonesia',NULL,62,''),(103,'IR','Iran',NULL,98,''),(104,'IQ','Iraq',NULL,964,''),(105,'IE','Ireland',NULL,353,''),(106,'IL','Israel',NULL,972,''),(107,'IT','Italy',NULL,39,''),(108,'JM','Jamaica',NULL,1876,''),(109,'JP','Japan',NULL,81,''),(110,'XJ','Jersey',NULL,44,''),(111,'JO','Jordan',NULL,962,''),(112,'KZ','Kazakhstan',NULL,7,''),(113,'KE','Kenya',NULL,254,''),(114,'KI','Kiribati',NULL,686,''),(115,'KP','Korea North',NULL,850,''),(116,'KR','Korea South',NULL,82,''),(117,'KW','Kuwait',NULL,965,''),(118,'KG','Kyrgyzstan',NULL,996,''),(119,'LA','Laos',NULL,856,''),(120,'LV','Latvia',NULL,371,''),(121,'LB','Lebanon',NULL,961,''),(122,'LS','Lesotho',NULL,266,''),(123,'LR','Liberia',NULL,231,''),(124,'LY','Libya',NULL,218,''),(125,'LI','Liechtenstein',NULL,423,''),(126,'LT','Lithuania',NULL,370,''),(127,'LU','Luxembourg',NULL,352,''),(128,'MO','Macau S.A.R.',NULL,853,''),(129,'MK','Macedonia',NULL,389,''),(130,'MG','Madagascar',NULL,261,''),(131,'MW','Malawi',NULL,265,''),(132,'MY','Malaysia',NULL,60,''),(133,'MV','Maldives',NULL,960,''),(134,'ML','Mali',NULL,223,''),(135,'MT','Malta',NULL,356,''),(136,'XM','Man (Isle of)',NULL,44,''),(137,'MH','Marshall Islands',NULL,692,''),(138,'MQ','Martinique',NULL,596,''),(139,'MR','Mauritania',NULL,222,''),(140,'MU','Mauritius',NULL,230,''),(141,'YT','Mayotte',NULL,269,''),(142,'MX','Mexico',NULL,52,''),(143,'FM','Micronesia',NULL,691,''),(144,'MD','Moldova',NULL,373,''),(145,'MC','Monaco',NULL,377,''),(146,'MN','Mongolia',NULL,976,''),(147,'MS','Montserrat',NULL,1664,''),(148,'MA','Morocco',NULL,212,''),(149,'MZ','Mozambique',NULL,258,''),(150,'MM','Myanmar',NULL,95,''),(151,'NA','Namibia',NULL,264,''),(152,'NR','Nauru',NULL,674,''),(153,'NP','Nepal',NULL,977,''),(154,'AN','Netherlands Antilles',NULL,599,''),(155,'NL','Netherlands The',NULL,31,''),(156,'NC','New Caledonia',NULL,687,''),(157,'NZ','New Zealand',NULL,64,''),(158,'NI','Nicaragua',NULL,505,''),(159,'NE','Niger',NULL,227,''),(160,'NG','Nigeria',NULL,234,''),(161,'NU','Niue',NULL,683,''),(162,'NF','Norfolk Island',NULL,672,''),(163,'MP','Northern Mariana Islands',NULL,1670,''),(164,'NO','Norway',NULL,47,''),(165,'OM','Oman',NULL,968,''),(166,'PK','Pakistan',NULL,92,''),(167,'PW','Palau',NULL,680,''),(168,'PS','Palestinian Territory Occupied',NULL,970,''),(169,'PA','Panama',NULL,507,''),(170,'PG','Papua new Guinea',NULL,675,''),(171,'PY','Paraguay',NULL,595,''),(172,'PE','Peru',NULL,51,''),(173,'PH','Philippines',NULL,63,''),(174,'PN','Pitcairn Island',NULL,0,''),(175,'PL','Poland',NULL,48,''),(176,'PT','Portugal',NULL,351,''),(177,'PR','Puerto Rico',NULL,1787,''),(178,'QA','Qatar',NULL,974,''),(179,'RE','Reunion',NULL,262,''),(180,'RO','Romania',NULL,40,''),(181,'RU','Russia',NULL,70,''),(182,'RW','Rwanda',NULL,250,''),(183,'SH','Saint Helena',NULL,290,''),(184,'KN','Saint Kitts And Nevis',NULL,1869,''),(185,'LC','Saint Lucia',NULL,1758,''),(186,'PM','Saint Pierre and Miquelon',NULL,508,''),(187,'VC','Saint Vincent And The Grenadines',NULL,1784,''),(188,'WS','Samoa',NULL,684,''),(189,'SM','San Marino',NULL,378,''),(190,'ST','Sao Tome and Principe',NULL,239,''),(191,'SA','Saudi Arabia',NULL,966,''),(192,'SN','Senegal',NULL,221,''),(193,'RS','Serbia',NULL,381,''),(194,'SC','Seychelles',NULL,248,''),(195,'SL','Sierra Leone',NULL,232,''),(196,'SG','Singapore',NULL,65,''),(197,'SK','Slovakia',NULL,421,''),(198,'SI','Slovenia',NULL,386,''),(199,'XG','Smaller Territories of the UK',NULL,44,''),(200,'SB','Solomon Islands',NULL,677,''),(201,'SO','Somalia',NULL,252,''),(202,'ZA','South Africa',NULL,27,''),(203,'GS','South Georgia',NULL,0,''),(204,'SS','South Sudan',NULL,211,''),(205,'ES','Spain',NULL,34,''),(206,'LK','Sri Lanka',NULL,94,''),(207,'SD','Sudan',NULL,249,''),(208,'SR','Suriname',NULL,597,''),(209,'SJ','Svalbard And Jan Mayen Islands',NULL,47,''),(210,'SZ','Swaziland',NULL,268,''),(211,'SE','Sweden',NULL,46,''),(212,'CH','Switzerland',NULL,41,''),(213,'SY','Syria',NULL,963,''),(214,'TW','Taiwan',NULL,886,''),(215,'TJ','Tajikistan',NULL,992,''),(216,'TZ','Tanzania',NULL,255,''),(217,'TH','Thailand',NULL,66,''),(218,'TG','Togo',NULL,228,''),(219,'TK','Tokelau',NULL,690,''),(220,'TO','Tonga',NULL,676,''),(221,'TT','Trinidad And Tobago',NULL,1868,''),(222,'TN','Tunisia',NULL,216,''),(223,'TR','Turkey',NULL,90,''),(224,'TM','Turkmenistan',NULL,7370,''),(225,'TC','Turks And Caicos Islands',NULL,1649,''),(226,'TV','Tuvalu',NULL,688,''),(227,'UG','Uganda',NULL,256,''),(228,'UA','Ukraine',NULL,380,''),(229,'AE','United Arab Emirates',NULL,971,''),(230,'GB','United Kingdom',NULL,44,''),(231,'US','United States',NULL,1,''),(232,'UM','United States Minor Outlying Islands',NULL,1,''),(233,'UY','Uruguay',NULL,598,''),(234,'UZ','Uzbekistan',NULL,998,''),(235,'VU','Vanuatu',NULL,678,''),(236,'VA','Vatican City State (Holy See)',NULL,39,''),(237,'VE','Venezuela',NULL,58,''),(238,'VN','Vietnam',NULL,84,''),(239,'VG','Virgin Islands (British)',NULL,1284,''),(240,'VI','Virgin Islands (US)',NULL,1340,''),(241,'WF','Wallis And Futuna Islands',NULL,681,''),(242,'EH','Western Sahara',NULL,212,''),(243,'YE','Yemen',NULL,967,''),(244,'YU','Yugoslavia',NULL,38,''),(245,'ZM','Zambia',NULL,260,''),(246,'ZW','Zimbabwe',NULL,263,''); /*!40000 ALTER TABLE `countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `favorites` -- DROP TABLE IF EXISTS `favorites`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `favorites` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `adviser_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `favorites` -- LOCK TABLES `favorites` WRITE; /*!40000 ALTER TABLE `favorites` DISABLE KEYS */; INSERT INTO `favorites` VALUES (3,41,46,'2018-02-12 07:38:44'),(4,68,47,'2018-02-21 14:36:55'),(6,140,81,'2018-07-10 12:40:39'),(8,166,117,'2018-08-17 13:09:55'),(9,166,115,'2018-08-17 13:10:13'),(10,166,121,'2018-08-17 13:12:12'),(11,166,80,'2018-08-17 13:12:35'); /*!40000 ALTER TABLE `favorites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `languages` -- DROP TABLE IF EXISTS `languages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `languages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `language` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `languages` -- LOCK TABLES `languages` WRITE; /*!40000 ALTER TABLE `languages` DISABLE KEYS */; INSERT INTO `languages` VALUES (1,'Mandarin'),(2,'Spanish'),(3,'English'),(4,'Hindi'),(5,'Arabic'),(6,'Portuguese'),(7,'Bengali'),(8,'Russian'),(9,'Japanese'),(10,'Punjabi'),(11,'German'),(12,'Javanese'),(13,'Wu (inc. Shanghainese)'),(14,'Malay/Indonesian'),(15,'Telugu'),(16,'Vietnamese'),(17,'Korean'),(18,'French'),(19,'Marathi'),(20,'Tamil'),(21,'Urdu'),(22,'Turkish'),(23,'Italian'),(24,'Yue (Cantonese)'),(25,'Thai'),(26,'Gujarati'),(27,'Jin'),(28,'Southern Min'),(29,'Persian'),(30,'Polish'),(31,'Pashto'),(32,'Kannada'),(33,'Xiang (Hunnanese)'),(34,'Malayalam'),(35,'Sundanese'),(36,'Hausa'),(37,'Odia (Oriya)'),(38,'Burmese'),(39,'Hakka'),(40,'Ukrainian'),(41,'Bhojpuri'),(42,'Tagalog'),(43,'Yoruba'),(44,'Maithili'),(45,'Uzbek'),(46,'Sindhi'),(47,'Amharic'),(48,'Fula'),(49,'Romanian'),(50,'Oromo'),(51,'Igbo'),(52,'Azerbaijani'),(53,'Awadhi'),(54,'Gan Chinese'),(55,'Cebuano (Visayan)'),(56,'Dutch'),(57,'Kurdish'),(58,'Serbo-Croatian'),(59,'Malagasy'),(60,'Saraiki'),(61,'Nepali'),(62,'Sinhalese'),(63,'Chittagonian'),(64,'Zhuang'),(65,'Khmer'),(66,'Turkmen'),(67,'Assamese'),(68,'Madurese'),(69,'Somali'),(70,'Marwari'),(71,'Magahi'),(72,'Haryanvi'),(73,'Hungarian'),(74,'Chhattisgarhi'),(75,'Greek'),(76,'Chewa'),(77,'Deccan'),(78,'Akan'),(79,'Kazakh'),(80,'Northern Min'),(81,'Sylheti'),(82,'Zulu'),(83,'Czech'),(84,'Kinyarwanda'),(85,'Dhundhari'),(86,'Haitian Creole'),(87,'Eastern Min'),(88,'Ilocano'),(89,'Quechua'),(90,'Kirundi'),(91,'Swedish'),(92,'Hmong'),(93,'Shona'),(94,'Uyghur'),(95,'Hiligaynon'),(96,'Mossi'),(97,'Xhosa'),(98,'Belarusian'),(99,'Balochi'),(100,'Konkani'); /*!40000 ALTER TABLE `languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leads` -- DROP TABLE IF EXISTS `leads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `leads` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `subject` varchar(255) NOT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) NOT NULL, `message` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4625 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leads` -- LOCK TABLES `leads` WRITE; /*!40000 ALTER TABLE `leads` DISABLE KEYS */; INSERT INTO `leads` VALUES (1,'ayaz nazar','Inquiry','+923123817771','ayaz.nazar@techloyce.com','This is a test lead'),(2,'Megan','Instagram Growth for advisiahub.com','(805) 372-1751','meganmg96krodriguez@aol.com','Hi,\r\n I had a look at your Instagram Instagram and it looks pretty good. \r\n \r\nThe question I have is this, is your Instagram giving you the traffic and engagement that you deserve? \r\n \r\nWe help people organically increase their followers and engagement. Discover how we can help you get the genuine followers you deserve:\r\n\r\nhttps://businessintsa.top/wal/?=advisiahub.com\r\n\r\nRegards,\r\nMegan\r\nInstagram Growth Specialist\r\nSEO Vale\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n500 Westover Dr #12733\r\nSanford, NC 27330\r\n\r\nIf you prefer not to receive commercial messages regarding Instagram for your website, please opt out here: https://www.businessintsa.top/out.php/?site=advisiahub.com\r\n'),(3,'advisiahub.com','advisiahub.com What we have here is , a all rightdonation Are you in? ','278475736','micgyhaelexase@gmail.com','advisiahub.com Hi Good front-page news ! a goodoffers \r\n To be fit click on the link downstairs \r\nhttps://tgraph.io/andxecesvu1978-05-31'),(4,'Scott Matthews','Link not working on your site','9177192583','ScottMSr@gmail.com','I thought you would like to know this link is broken on your site: /www.advisiahub.com\r\n\r\nThere are tools you can use to scan for these types of mistakes. One I\'ve used in the past was SpellingScan.com (they do more than just spelling) but there are others as well.\r\n\r\n-Scott Matthews Sr.'),(5,'Robertlek','FREE TEST MAILING','14092932636','angelajath@gmail.com','Hi! advisiahub.com \r\n \r\nWe suggest \r\n \r\nSending your commercial offer through the feedback form which can be found on the sites in the contact section. Contact form are filled in by our program and the captcha is solved. The superiority of this method is that messages sent through feedback forms are whitelisted. This method raise the odds that your message will be read. Mailing is done in the same way as you received this message. \r\nYour commercial offer will be seen by millions of site administrators and those who have access to the sites! \r\n \r\nThe cost of sending 1 million messages is $ 49 instead of $ 99. (you can select any country or country domain) \r\nAll USA - (10 million messages sent) - $399 instead of $699 \r\nAll Europe (7 million messages sent)- $ 299 instead of $599 \r\nAll sites in the world (25 million messages sent) - $499 instead of $999 \r\nThere is a possibility of FREE TEST MAILING. \r\n \r\n \r\nDiscounts are valid until June 10. \r\nFeedback and warranty! \r\nDelivery report! \r\nIn the process of sending messages we don\'t break the rules GDRP. \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype – FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com \r\nWhatsApp - +44 7598 509161 \r\n \r\n \r\nSorry to bother you.'),(6,'Louisnut','Sarman Canada','242246888','sarmancanada@outlook.com','Hi, We sale high quality T-shirt for men please visit our website to see our hot collection 2019! https://www.sarman.ca'),(7,'advisiahub.com','Please note a goodoffers for win. advisiahub.com','254611127','micgyhaelexase@gmail.com','Please note nice prize for victory. advisiahub.com \r\nhttp://bit.ly/2KALNsq'),(8,'Aly','Broken Links Update','(03) 6250 9071','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 advisiahub.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'),(9,'Rachel','Checked Out Your Site. I’m Impressed!','917-675-5528','rachel@explainmybusiness.com','Hey, I checked out your site and it looks great- but I noticed you\'re missing a promotional/explainer video, something that clearly defines what makes your business unique and stand out. \r\n\r\nWithout an Explainer Video potential customers bounce right off your page! \r\n\r\nMy team located in Israel creates these clear 30-60 second promotional style videos at affordable rates. \r\n\r\nCheck out our site www.explainmybusiness.com\r\n'),(10,'Hannah','Discovering your customers','573-738-8918','vnowstorm@yahoo.com','Hey nice site. You seem like a hard working company, Im sure you do well. \r\n\r\nWhat if you had even more sales or customers, would you be able to keep up? \r\n\r\nWe direct people that are interested in your products / services to you. Discover how we can increase the visitors to your business:\r\n\r\nhttps://bestvisitors.icu/up?=advisiahub.com\r\n\r\nAllison\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\n361 Southwest Drive Suite #731 Jonesboro, AR 72401\r\n\r\nNot the right commercial message for you? All good, we don’t\' want to bother you, please opt out here: https:/bestvisitors.icu/unsubscribe.php?site=advisiahub.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n'),(11,'Williamtop','Biblioteca Eclosion','162585483','goo@bibliotecaeclosion.com','We’ll like to offer you this project, that has been created for the dissemination of some clandestine confidences and resources, to help for an integral subversion, so necessary in these times of adversity. \r\nThis project has been created by our vocation to contribute, in these historical becomings (so unique), with providing that watchtowers, that perhaps may have been lost in this tumultuous journey. \r\n \r\nThese are times for bravery and sincerity, without any doubt. \r\n \r\nThe alluded ones are summoned. \r\nThey will be welcome in our virtual Athenaeum at \r\nhttp://www.bibliotecaeclosion.com/ \r\nMay this convocation be useful! \r\n(If, by mistake, you have received this message, we beg apologize).'),(12,'Hannah','Finding your customers','573-738-8918','hannahqevz0martin@aol.com','You look like a solid company based on your site, I assume you do well. \r\n\r\nMy question for you is, do you have the infrastructure/sales/support in place to handle considerably more sales?\r\n\r\nWe find people that are interested in your niche and send them to you. Find out how we can send you more potential leads:\r\n\r\nhttps://roipatron.icu/up?=advisiahub.com\r\n\r\nHannah\r\nChoice Traffic\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\n361 Southwest Drive Suite #731 Jonesboro, AR 72401\r\n\r\nNot the right marketing message for you? If not, please opt out here: https://roipatron.icu/unsubscribe.php?site=advisiahub.com\r\n\r\n\r\n\r\n\r\n\r\n'),(13,'Jens Lambert','Animated explainer video in 2019?','344624163','animatedvideos33@gmail.com','Hello, I just came across your website and wanted to get in touch. \r\n \r\nI run an animation studio that makes animated explainer videos helping companies to explain what they do, why it matters and how they\'re unique in less than 2 minutes. \r\n \r\nYou can take a look at some of our work here: \r\nhttp://bit.ly/30169zu - what do you think about it? \r\n \r\nI would love to make an awesome animated video for you guys. \r\n \r\nWe have a smooth production process and handle everything needed for a high-quality video that typically takes us 6 weeks to produce from start to finish. \r\n \r\nFirst, we nail the script, design storyboards you can’t wait to see animated. Voice actors in your native language that capture your brand and animation that screams premium with sound design that brings it all together. \r\n \r\nOur videos are made from scratch and designed to make you stand out and get results. No templates, no cookie cutter animation that tarnishes your brand. \r\n \r\nIf you’re interested in learning more, please get in touch on the email below: \r\nEmail: storybitevideos@gmail.com \r\n \r\nThanks for taking the time to read this.'),(14,'Jesusopili','I would like to purchase from you','211313217','edithsdesk@gmail.com','Hi, \r\n \r\nI would like to purchase your product please sell it on https://zolango.com where there is a whole niche of customers just waiting to pay in BitCoin. \r\n \r\nhttps://zolango.com is The Home of CryptoCommerce.'),(15,'advisiahub.com','There is carefullycultivation during winning. advisiahub.com','217448616','micgyhaelexase@gmail.com','Value is an acquiescent measure up anyway victory. advisiahub.com \r\nhttp://bit.ly/2NK5y3L'),(16,'advisiahub.com','Look at awe-inspiringperk payment you. advisiahub.com','217448616','micgyhaelexase@gmail.com','Satisfy note an great contribution as a cure-all for your team. advisiahub.com \r\nhttp://bit.ly/2O0YHTZ'),(17,'ContactForm','A new way of advertising.','375627528','raphaejath@gmail.com','Good day! advisiahub.com \r\n \r\nWe present \r\n \r\nSending your commercial proposal through the Contact us form which can be found on the sites in the contact section. Contact form are filled in by our program and the captcha is solved. The profit of this method is that messages sent through feedback forms are whitelisted. This method raise the chances that your message will be open. \r\n \r\nOur database contains more than 25 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing of 50,000 messages to any country of your choice. \r\n \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nWhatsApp - +44 7598 509161 \r\nEmail - FeedbackForm@make-success.com'),(18,'Alfredfup','Paid guest post on your site','347775241','easyguestpost2019@gmail.com','Hello, \r\nI don’t want to waste your time so I’ll go straight to the point: we are looking for paid guest post opportunities on websites as yours. The guest post is an informative article, consistent with your editorial plan, that links to a relevant website. We normally provide you with an article and pay a fee for this activity \r\nI apologize for this unusual first contact, before going on we will of course provide you with any needed information about our SEO agency and our activity \r\nIf you are interested please send a mail to paidguestposts@gmail.com mentioning the name of the websites where you accept to be paid in order to publish guest posts. \r\nBest regards'),(19,'http://clarerpluguv.tk/k0pl7','Please note an interestingpremium pay for win. http://focallesskers.tk/xg1vg','82239132411','habeeb373@yahoo.com','Look at an far-fetched vandalize representing your team. http://tedotdemuzz.gq/70ngw'),(20,'Williamjosse','Here is an interestingdonation in compensation you. http://unclamvioutol.tk/o0tfv','81423969141','dscrtsnr@aol.com','There is an provocativeoffer for you. http://ceichepathnu.tk/cyyvo'),(21,'Savannah','Obtaining your customers','573-738-8918','savannahg@roipatron.icu','You look like a solid company based on your site, I assume you do well. \r\n\r\nDo you have the infrastructure/sales/support in place to handle considerably more sales?\r\n\r\nWe find people that are interested in your niche and send them to you. Discover how we can send you more potential leads:\r\n\r\nhttps://roipatron.icu/up?=advisiahub.com\r\n\r\nSavannah\r\nChoice Traffic\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\n361 Southwest Drive Suite #731 Jonesboro, AR 72401\r\n\r\nNot the right marketing message for you? If not, please opt out here: https://roipatron.icu/unsubscribe.php?site=advisiahub.com\r\n\r\n\r\n\r\n\r\n\r\n'),(22,'ThomasFug','Improve Alexa Ranks to increase trust and confidence for your business','86331122552','thomasGlors@gmail.com','Having a better Alexa for your website will increase sales and visibility \r\n \r\nOur service is intended to improve the Global Alexa traffic rank of a website. It usually takes seven days to see the primary change and one month to achieve your desired three-month average Alexa Rank. The three-month average Alexa traffic rank is the one that Alexa.com shows on the Alexa’s toolbar. \r\n \r\nFor more information visit our website \r\nhttps://monkeydigital.co/product/alexa-rank-service/ \r\n \r\nthanks and regards \r\nMike \r\nmonkeydigital.co@gmail.com'),(23,'Paul DIYKit','DIY Can Be Fun and Rewarding','82864622231','bestdiy@mail.com','I am so excited! At first DIY was fun and rewarding, but over \r\ntime it was becoming a hassle. The endless search for \r\ninstructions, materials and the lack of help, was getting to me. \r\nThen I found Do-It-Yourself Kits. Yes Kits, everything you need \r\nsent to you in one box! Tested instructions, the correct \r\nmaterials and a help line if I got stuck. Yet searching the \r\ninternet for DIY Kits was fast becoming a frustration. So I \r\ncreated the “DIY Kit Marketplace”. A Marketplace dedicated to \r\nall types of Do-It-Yourself Kits in one place. Have a Kit to sell… \r\nwe want you to join us as a Charter Seller. Interested in DIY Kits \r\n…come have a look. http://www.diykitmarketplace.com'),(24,'Davidbib','Mailing via the feedback form.','84566145528','raphaejath@gmail.com','Hello! advisiahub.com \r\n \r\nWe suggesting \r\n \r\nSending your commercial proposal through the feedback form which can be found on the sites in the contact section. Contact form are filled in by our program and the captcha is solved. The profit of this method is that messages sent through feedback forms are whitelisted. This method increases the probability that your message will be read. \r\n \r\nOur database contains more than 25 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing of 50,000 messages to any country of your choice. \r\n \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com'),(25,'Gerda','Invest In The Channel Generating The Highest ROI - Risk-Free For 30 Days','077 6993 5180','navo@interactivewise.com','Invest In The Channel Generating The Highest ROI - Risk-Free For 30 Days\r\n\r\nTry pro email marketing tool risk-free for 30 days: https://www.interactivewise.com/bestvalue\r\n\r\nIt\'s never been easier to connect with your audience and drive success for your business.\r\n\r\nFor 20 years, GetResponse has been a market leader helping over 1,000,000 entrepreneurs and small businesses accelerate their growth through powerfully-simple email marketing tools and expertise.\r\n\r\nStart accelerating your growth today: https://www.interactivewise.com/bestvalue\r\n\r\nBest regards,\r\n\r\nGerda Navo\r\n\r\n\r\n* Unsubscribe: send text \"don\'t\"'),(26,'MichaelUrime','Is your business losing prospects & customers','81595281713','jackson.martin@graz.me','Good day mate, \r\nYou have a nice website. It can be more credible if you add customer reviews on your site. We (Graz.me) are an independent and trustworthy customer reviews platform that can help you to build your customers’ confidence in your business. Customers and prospects need business credibility, and customer reviews is the easiest way to do so. Getting good customer reviews is not easily, but we will work with you to ensure the volume of quality and quantity reviews that your business needs. That’s our promise! \r\nBefore end Oct 2019, we are giving $500 in value every year (no hidden charges) for the FREE use of our platform. We only charge if you use more. Visit https://www.graciouz.com/home/grazme to find out more and redeem. \r\nAny questions? Just email me, \r\nRegards \r\nWilliam Brown (william.brown@graz.me) \r\n'),(27,'AveryFoemi','A new way of advertising.','81574917592','raphaezogsGuags@gmail.com','Good day! advisiahub.com \r\n \r\nHave you ever heard of sending messages via contact forms? \r\n \r\nImagine that your offer will be readread by hundreds of thousands of your probable buyerscustomers. \r\nYour message will not go to the spam folder because people will send the message to themselves. As an example, we have sent you our offer in the same way. \r\n \r\nWe have a database of more than 30 million sites to which we can send your message. Sites are sorted by country. Unfortunately, you can only select a country when sending a message. \r\n \r\nThe cost of one million messages 49 USD. \r\nThere is a discount program when you purchase more than two million message packages. \r\n \r\n \r\nFree test mailing of 50,000 messages to any country of your selection. \r\n \r\n \r\nThis letter is created automatically. Please use the contact details below to contact us. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nEmail - Contact@feedbackmessages.com'),(28,'Ronaldavamy','free btc','85634492521','quickchain50@gmail.com','Profit +10% after 2 days \r\nThe minimum amount for donation is 0.0025 BTC. \r\nMaximum donation amount is 10 BTC. \r\n \r\nRef bonus 3 levels: 5%,3%,1% paying next day after donation \r\nhttps://quickchain.cc/'),(29,'Terryblort','Heal depression & burn-out','87844962989','mailing@samuchu.online','Psilocybin Microdosing, the new Megatrend! \r\nhttp://www.provithor.com/ \r\nIncreases creativity, solution-orientated thinking, concentration, inner energy and well-being! \r\nHelps against burn-out, stress, inner unrest, anxiety, depression! \r\nAction: 14 days pack just 12 Euro (about 18 CAD) + shipping. \r\nWe ship from EU worldwide for the same price! \r\nAdditional 5% discount, if you enter the coupon: can918 \r\nhttp://www.provithor.com/'),(30,'Eric','It’s all about Perfect Timing','416-385-3200','eric@talkwithcustomer.com','Hello advisiahub.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 advisiahub.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 advisiahub.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=advisiahub.com\r\n'),(31,'Savannah','Obtaining your customers','573-738-8918','savannah.garland@webvisitors.icu','You look like a solid company based on your site, I assume you do well. \r\n\r\nDo you have the infrastructure/sales/support in place to handle considerably more sales?\r\n\r\nWe find people that are interested in your niche and send them to you. Discover how we can send you more potential leads:\r\n\r\nhttps://webvisitors.icu/up?=advisiahub.com\r\n\r\nSavannah\r\nChoice Traffic\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\n361 Southwest Drive Suite #731 Jonesboro, AR 72401\r\n\r\nNot the right marketing message for you? If not, please opt out here: https://webvisitors.icu/unsubscribe.php?site=advisiahub.com\r\n\r\n\r\n\r\n\r\n\r\n'),(32,'Mikealomy','unique domains backlinks package','81451212478','noreplynix@gmail.com','When you order 1000 backlinks with this service you get 1000 unique domains, Only receive 1 backlinks from each domain. All domains come with DA above 15-20 and with actual page high PA values. Simple yet very effective service to improve your linkbase and SEO metrics. \r\n \r\nOrder this great service from here today: \r\nhttps://monkeydigital.co/product/unique-domains-backlinks/ \r\n \r\nMultiple offers available \r\n \r\nthanks and regards \r\nMike \r\nmonkeydigital.co@gmail.com'),(33,'Albertcip','Re: Your business website does not exist.','87574162324','digitalstrategistseo@gmail.com','Did You know that your website doesn’t exist for your potential customers? Your website does not appear in the first 10 places of Google, it does not even appear in the first 100 results. Which means that your business is completely invisible to potential customers and prospects. By being invisible, your business is losing money, time and valuable business opportunities every day. \r\n \r\n \r\nFor your website to be visible, it needs to appear in the top 10 Google places for your main keywords. And to achieve this you need your website to be optimized, and you also need to develop an Onpage and Offpage SEO strategy. \r\n \r\n \r\nToday, I will offer the opportunity to have your website on the first page of Google for Only $2000. This is 50% less of what we normally charge our customers. But you will need to act today. You can start your strategy today by paying today 50% and the remaining 50% when the strategy is finished. \r\n \r\n \r\nPlace your website today in the first place of Google for only $ 1000 \r\n \r\nhttps://thedigitalstrategist.me/SEO-Strategy-PROMO-50.html'),(34,'Juliojoiny','5yr hosting for less than the price of one','85734663139','cloudhosting@cyberservices.com','Hi , \r\nFor everything you do online, you need a web hosting for your website, blog, application or landing page. \r\nBecause customers hate waiting and the site speed is also a search engines ranking factor, it needs to be very fast! \r\nBut why paying huge amounts month after month, when you can get 5(yes, five!) Years of Blazing-Fast Web Hosting for less than the price of one?!? \r\n \r\nCheck out this review to find out more: https://5cloudhost.thehardreview.com \r\nBest regards, \r\nMO24H Community'),(35,'RandyFrole','Alternative Finance','83726833648','no_reply@nwcapital.com','Hello Partners \r\nThe Finance Investment arm of our company on behalf of our financial investors is seeking interested Venture Capital Partnerships. Our managed Investor portfolio has an excess pool in private funds for viable project financing, with flexible long term repayment options and a standard 24 months moratorium on principal repayments. If you own or have the capacity to implement capital projects please present details along with your business plan to enable us review and set up a direct meeting between you and our Investor Partners. Thank you \r\n \r\nDr. George Philips \r\nNorthwest Capital \r\nnwcapitalfundinginc@gmail.com'),(36,'bOcVdwJpErsWPGM','ZmqyDOEWjlXHQC','4070971541','chanelletrammell@yahoo.com','QISUNnbBpgdF'),(37,'svfebuDROCBc','fxwrSdDjEHPQecuq','9789811253','chanelletrammell@yahoo.com','CilmWcBDx'),(38,'LyiIUHpBdQkWZYSC','xbnHuNosBKIEAOcM','4687380677','chancykiara@yahoo.com','XwpxDBIKA'),(39,'NmfCnPcVue','UNduckyRAHDa','6056894292','chancykiara@yahoo.com','hWoYVlmfJagQS'),(40,'YtgSMDlCOqXV','vSMOFxiYz','6342761723','raine.damien@yahoo.com','BfOhlbdKRyHWQL'),(41,'PpTKYltoZOysuiFb','VNfPUbAZYdaXv','5162731244','raine.damien@yahoo.com','uiRvHbZYf'),(42,'CyNvZoQe','dNUxqHecByWZPG','2261669752','goughsarge@yahoo.com','BYNbRgzW'),(43,'xFbuXIhVPQpcHNfR','VgrOlDSMIBuz','6664882818','goughsarge@yahoo.com','OGlHtgEyi'),(44,'FrankCrupt','Ready for Passion?','84544338382','passiondating777@gmail.com','“Passion” : The new revolutionary Dating app \r\nOffers all the functions you are using on a daily basis. \r\n \r\n? Free Download \r\n? Free Range \r\n? Video-chat through the app \r\n? Call through the app \r\n? Hashtag functionality \r\n? Super easy to use! \r\n \r\nGo to appstore, google play or simply click the link below and find your soulmate now! \r\n \r\nhttp://onelink.to/dpx34k'),(45,'YWkDmwfH','YugMyWoxGTRnJ','8169396012','arronoliver2586@gmail.com','aPWTjhAK'),(46,'TBdnjEovZgimc','GPyqefZRLOwuEt','6097850071','arronoliver2586@gmail.com','FsrKUWoBfcgX'),(47,'hnICGSyqaevRF','zPwgQEJVU','8521371394','shari.batterham@yahoo.com','mIEJsqvgafy'),(48,'ryCpYnbSW','MyLfnXHlmvbFK','7138917404','shari.batterham@yahoo.com','gYvkCyDJux'),(49,'wptIALXTdPWr','bmGFxfKeVlMno','3975398421','dlsmolarek@aol.com','NRfXigdt'),(50,'iLxGlebNu','BTRQqori','2106901441','dlsmolarek@aol.com','gTSXKvnliVw'),(51,'VJlwdHYOysD','FVthpCTEgOqYBo','8712226211','nd8383@yahoo.com','AcfLQSCqUz'),(52,'mMahICBzgwkAlWr','MiqzAgOKudbkeUD','9518866501','nd8383@yahoo.com','rKDgWFUfO'),(53,'GiVIgMQTx','hNsRdzlycMKn','6403419344','gracia_mattinson@yahoo.com','cKEjdPWa'),(54,'HaZidVrCPeSq','RYwGHdyNltFBKx','6095812121','gracia_mattinson@yahoo.com','fupxjgBdFUZyvN'),(55,'aIJTzxXS','DQOoWiPB','8945545960','annjames10171@gmail.com','VaFGPOJX'),(56,'JREjPbNMFAq','dlIUQKBs','5821104954','annjames10171@gmail.com','qIgPoBKmlV'),(57,'RthCTMNvSQ','JhzBYbcCeraM','6710142836','lenardwatkins5281@gmail.com','sOdVHxoevfbUNC'),(58,'YpkmyRdVOTzLMjEQ','xElLiINtmpkdFUg','5808473933','lenardwatkins5281@gmail.com','cdxlznRV'),(59,'mMPvSnoxOa','FIUPfdkhcgDA','7240492473','coretta.badget@yahoo.com','EvIKFUieOVl'),(60,'JnYUxufWINEAZ','NHhOzmUj','8696449771','coretta.badget@yahoo.com','mOTdMJoeGZCxDH'),(61,'PlyTRehcGuq','jSIKNvBT','5710513184','amandawoodhead@yahoo.com','sgdbJwNBzq'),(62,'meSuJBwENAGxD','WCrxHmRe','5831674189','amandawoodhead@yahoo.com','tysvFSOZ'),(63,'klwjRdnSHrxbXWP','SMrTVvxG','6850330462','lezliebaska@sbcglobal.net','ABZuonrLtkDbT'),(64,'WZxtNoAnFcYvdTIs','MOIbYJSD','4142213248','lezliebaska@sbcglobal.net','BhYqfPbE'),(65,'fJRjWzMwoDcyrdm','fubscxoJEQ','2238354748','hoopitup18@sbcglobal.net','JfZKyqanwTSipI'),(66,'YztbjSKO','YLEcIClOjDXvbns','5448597054','hoopitup18@sbcglobal.net','GXgkwjCOWdc'),(67,'IVBmcrUlTonXKuR','AREgxkWcMZPC','6435017335','hartsonm@sbcglobal.net','ltSFNEkv'),(68,'buwnpMcVQHhCUko','ylGAKcCeSdVpa','8450436084','hartsonm@sbcglobal.net','ePFTiwpoDBtVgWC'),(69,'jkpBmyCtKuTLdo','khPsgArptvdl','7169165518','ronaldorellana@sbcglobal.net','FjzWVHBP'),(70,'nkNwcjASPmuWDJ','ALFXEboCPJ','7760547134','ronaldorellana@sbcglobal.net','UNHEhfSaZdJOGlzX'),(71,'kMqKnURZhdgPGzH','TUDHzaPMqSkWFy','5442637528','mariatownsend6775@gmail.com','FaKYyiGfcopqLw'),(72,'hHiIZMTbRD','OSxIlqYTRZmAoXsn','6650535312','mariatownsend6775@gmail.com','XqElcgbBCZPQAtz'),(73,'acPTsfeBJvn','CjGSonxtJ','9666112067','benedictnelson9286@gmail.com','nmjrbfANDczqKRs'),(74,'fxPsaIFHyouXq','RyzBgFqDpQJxTLei','9523858550','benedictnelson9286@gmail.com','TDrfiuCNHIn'),(75,'YTqQAyXn','zEpxUBeNrPCSoaW','7056177024','paulmcdaniel9738@gmail.com','fcrkydKbRnSBx'),(76,'DPGXQrjHvnxiOwkC','ZklyBqxH','2816746812','paulmcdaniel9738@gmail.com','efDIUPaqSuW'),(77,'ApQUhcrxBaF','yxEgQPtHNpABDWrM','9194336924','michaellucas3497@gmail.com','oqlrmkDtbv'),(78,'SQwlxAzLvdYhRDk','StEdIcQvsobq','3271606776','michaellucas3497@gmail.com','jMpFluxZ'),(79,'bsjZXrTQRtk','CiwMuqsScPUxYg','4871979965','magnusbryan6257@gmail.com','GiRJyNasLquc'),(80,'znFIkBUx','dTVXAvNpO','3445564137','magnusbryan6257@gmail.com','SuMWDQzmEtCLG'),(81,'oXJvSRaBxrKeWu','XkJgoeMV','8480229758','kinglakebail@yahoo.com','yKrwXumTUa'),(82,'MwAviuKOk','HtZTzQgefY','8542916611','kinglakebail@yahoo.com','ReUniYKdZJgApEoO'),(83,'mNaMBbkfAOhsSIRL','LgCcxfYtZEUAj','6700104946','markmaxwell5227@gmail.com','xOVzvHAbZ'),(84,'toJqvyTmFkga','OqmYJkwyFaPejW','5638005822','markmaxwell5227@gmail.com','oYpFmxWsAUqzlSB'),(85,'ZClJYarOSeVLGNf','jUCfkVJA','8348381723','ethelbertbutler108@gmail.com','iDWAcUgzGJ'),(86,'vpiwxJMIoYh','cXwnYybqeWRDI','8896766585','ethelbertbutler108@gmail.com','zgdjKXEMZxhW'),(87,'prYfbvqeMjRFIans','sZrqJyNLF','2901792399','berty.leavell@yahoo.com','fyuGjqXWazsHeih'),(88,'pkjuEPSbRWxe','aDBPIfTgCWdbLq','2687649391','berty.leavell@yahoo.com','lqPzByrHAxa'),(89,'asmzSOLpAbtvU','wPOSiRIoa','4216246603','baggett89@yahoo.com','FXruKTjtAsYkHph'),(90,'LlYFCTegSI','srzZkyPBRwWVMDl','7809121704','baggett89@yahoo.com','GXERMoLFj'),(91,'TrNvhMRxjGDUzPKn','sKThXnOdob','7878092697','cld22@sbcglobal.net','OCDhWkAcPoJSnHXv'),(92,'JXAWbGlmhcot','zIfMZTpNdjYWSmyB','3409947421','cld22@sbcglobal.net','eMHLiyTb'),(93,'ZkJorYbLNKtuR','hgdLMcnObkBSe','8809716143','chata112482@yahoo.com','cIuZUboYPa'),(94,'zUfJrFQNaOlBu','aPZmniuMKzLT','4001861637','chata112482@yahoo.com','kgFuIVJH'),(95,'DuqJSWMnaPoRv','qaZSkKRb','7694857506','debrasells26@yahoo.com','lhdsrGNJx'),(96,'hWqUJnGFHLijA','wKidgOkxsIVSovH','2093859448','debrasells26@yahoo.com','EWynhTPcqJICs'),(97,'AEZhGzCdDOkoSwKi','dpPHYAfbGM','6001896522','stabler.randie@yahoo.com','rBZeaURgNd'),(98,'vqirhPdbW','bmLeirkKVXTC','4619631812','stabler.randie@yahoo.com','lydzZCfQhi'),(99,'NyKRMGaWx','RzuobmiyPGfQESD','9416762982','hite651@gmail.com','lpEMbQIYXvezN'),(100,'VMbzALKuvFwcQ','ZGasKfnM','9329662330','hite651@gmail.com','eYXQjhGZ'),(101,'OwZuVeAUC','zfrEiGhvXNuSB','4905321536','caweinjohn@bellsouth.net','dxVHhfZqtW'),(102,'CfqxFOMYWwlBakHo','nKzTVGHvFWrjI','2705176137','caweinjohn@bellsouth.net','XWcTiBjEgSALweV'),(103,'sAEMDdgbK','japvFzGYsoQf','4284913486','atomicric@gmail.com','FumJHwZXoVdjg'),(104,'YGNvSVbw','CbPcZdAqY','7626345654','atomicric@gmail.com','MEGDUPkS'),(105,'IxDsQMAkzZptl','IEfwvpmnBdXb','9586230044','benmassaoudnada80@gmail.com','EQdcUnMRy'),(106,'tblcFjAx','BsmCenQIU','7631372625','benmassaoudnada80@gmail.com','vUQwNhbBD'),(107,'tRPezHZpsF','XPfLemsBMQl','8196678498','gibby1050@gmail.com','SXjEPiwdZgvQkopD'),(108,'wmoXpgnWzQ','MyqcKJlLn','7363598211','gibby1050@gmail.com','fCqoWZurt'),(109,'EiHajwfACZmN','KcnWmAErFaq','6557396418','deanmosleyy@gmail.com','RtchPCDwqEQmuOX'),(110,'QfOnCxqvjWgPTMd','BlTemMNGoP','7687069174','deanmosleyy@gmail.com','PYoCEJIremGdwpsy'),(111,'QSNcmnCUWdy','fkjguFpDJazAt','2256157505','rbl.matthew@gmail.com','MlNIQOWRVcwFbS'),(112,'pZLzQsJSmWoDOIGd','fQlqBxZNAp','9944733236','rbl.matthew@gmail.com','UZFyTQHxna'),(113,'GcWjpJbRKwd','UrDBItKFCTnLM','6756213453','redsthreads@earthlink.net','dLyuIFiXgj'),(114,'RbpDNSFQzZkEv','DjvRYUmKgpanFJE','9671230672','redsthreads@earthlink.net','ZxgWbenplUM'),(115,'jkKZoUizwB','atgsPwQyYdGjZD','8116520990','batdongsanqn.sieuhot@gmail.com','wPHqgDdZjB'),(116,'UgiLdkuTImODAf','acFpPGlVDoTAHXZh','2648419545','batdongsanqn.sieuhot@gmail.com','QzqkKZboyecNV'),(117,'elSakJEMyqTNmcL','HJgUjMveQiBSuc','8496324905','lora@nationaltrailsinc.com','SiMwOZyEWDqFhje'),(118,'PiNbQUFGnyg','NlFJOxXmShwkZyDP','5056050785','lora@nationaltrailsinc.com','NrlGYoLdfukZIhS'),(119,'IRsVTFrOqf','PEFuRsxQA','9393633134','susanmarkerlevin@comcast.net','XPGiFmWqyVhoElR'),(120,'OxjhcqSVQlpGfRu','TQFloVHNesiu','5119898173','susanmarkerlevin@comcast.net','OLeuJnqcSmRv'),(121,'IKNfxavw','ZlKJwPyarvqMToD','5720259786','maverick.taylor@dispatchcrude.com','MfKzhSCepOBc'),(122,'oyFwkihDvjNfZEX','cmYvBqFpTnIJwto','9923047211','maverick.taylor@dispatchcrude.com','tGhdPenB'),(123,'vTNGIERAaJuKFhLB','RYODnPxAuTBvzEVQ','4808156369','mark.shahood@gmail.com','wBxTbGJXsIOMQUF'),(124,'gUwZekbWdLDzs','ZQHVStjikKryTGNL','3912045640','mark.shahood@gmail.com','IvrlunAJpqWmTgC'),(125,'MGTkeaSWsCB','dejtnzysBNP','7176079906','tsteller@specproj.com','jWRwGfqSrgmKivBD'),(126,'NpIPEROh','kQEhRlaM','4184284617','tsteller@specproj.com','QzmjKnTVY'),(127,'DzKdlPXksf','XqmpTBiFUAauRZC','3749943274','bethanyb81@hotmail.com','MxrAbVHn'),(128,'WUjBgHPDCOKRu','lcByVZDCbXLuiwNe','3980245488','bethanyb81@hotmail.com','fLICbBwUKN'),(129,'nucaKWiOlrIZ','UYmkPAjaoZ','7166169485','herve_grascom@yahoo.com','qhRlxydfe'),(130,'EoiqPyXZCwdkFMs','BuEkzvptb','8354666137','herve_grascom@yahoo.com','RYhxUkqszZAiT'),(131,'Inge','Das Zeichen FL 23-387.','036649 756756','mireya.hanks@yahoo.com','Hochwertige Waren vom Produzent. Fabrikverkauf.\r\nVersand am gleichen Tag. Bis 95 % günstiger als auf dem Markt.\r\n\r\nMüllsäcke, Abfallsäcke alle Sorten. Gewebesäcke. Raschelsäcke. Spänesäcke.\r\n\r\nUmreifungsband. Klemmen, Hülsen, Spanner. Umreifungszange, Umreifungsschweisser.\r\n\r\nReifentüten mit und ohne Logo. Schwarz, weiß.\r\n\r\nStretch Folie. Maschinenstretchfolie. Ministretchfolie.\r\n\r\nKantenschutzleisten, Palettenhauben. Gartenvlies und Vieles mehr.\r\n\r\nInfo auf: http://fol001.pw/\r\n\r\nMit freundlichen Grüßen'),(132,'Razalilfiern','We need your response urgently','89272595223','af.antocrespo@consultant.com','Dear friend, \r\n \r\nMy names are Mr. Razali Rubin Nawawi, a Malaysian lawyer base in Kuala Lumpur - Malaysia. I have previously sent you an email regarding a transaction of US$9.2 Million left behind by my late client before his tragic death. \r\n \r\nHowever, I am contacting you once again because after going through your profile, I strongly believe that you will be in a better position to execute this business transaction with me. Please if you are interested to proceed with me, kindly respond to my email urgently for more detail. \r\n \r\nThis transaction is 100% risk free and I Look forward to your response. \r\n \r\nRegards, \r\n \r\nMr. Razali Rubin Nawawi \r\nEmail: infomatinj@gmail.com \r\nTelephone: 011 601 760 41 490'),(133,'EYQdUliJrswXeSnP','WyFQODjzLJYp','9999270268','cbonhage@att.net','JyIfcsWzTp'),(134,'doIWwXiHuZqpvlxf','jNCpongTbdSUxifX','6209961939','cbonhage@att.net','cbnUOeVaQjwW'),(135,'cjZXbMqOs','rYQjGcpi','2242761321','egwhitehead16@gmail.com','BeuxQXMa'),(136,'lGMDpjoHOhkqgeJ','mVCghMkz','8922925405','egwhitehead16@gmail.com','LVXlqbFHsW'),(137,'WIeBlkCczG','GcKuikWLsDNImqh','5087770110','emindarrius@yahoo.com','vFyBKMmY'),(138,'EQXcPjukOH','HNlTaWzPVt','5182231299','emindarrius@yahoo.com','zBPqFQCXKlcZW'),(139,'rtCmNDxRSv','EDZzhklsvWY','8701831258','lisco1@optonline.net','PLpfrYTwkDvNeoG'),(140,'UNQxJvkRwbDXOG','aqliLtHgICEeW','8115957217','lisco1@optonline.net','IuHkWZfdGKs'),(141,'vIuAyzDpfdKWwbN','EiTHfvlOuU','7057004638','craig_michaels2000@yahoo.com','GYvLjHpoT'),(142,'TOQPsEbCWnd','eRKctvraIm','7162436533','craig_michaels2000@yahoo.com','RpqLDfEHe'),(143,'OwxvdVQqJARkTg','KirxYflSyhGAOpLz','6483923871','angelanull09@gmail.com','nwNbDxZBEh'),(144,'YVXEDJPZKdxoun','RuEoNLmpeHjqV','6179141989','angelanull09@gmail.com','nBeuAUipW'),(145,'hviMeJoa','MUmSWJrtgeaY','5198369121','a7467@sbcglobal.net','VGZwUNlsu'),(146,'WsSdGLkltMXcnu','qxzESGDZT','8195363922','a7467@sbcglobal.net','BfzmnVaup'),(147,'ZHChnkWljMt','bFkMsAifZ','6169279534','jaysongomez1@att.net','dbHIsZwvPl'),(148,'NezVGWuHKvDgofIt','zremYgvSTnL','7740525007','jaysongomez1@att.net','iKxFWzOTcBCgPAY'),(149,'GATXiSreqHRZ','thifzskQKCqWcH','5102383584','sharkcom0603@att.net','qyXuWvxEIt'),(150,'HxTtbhEku','FCbVmvaWTdirGjES','9736389503','sharkcom0603@att.net','pMWJXQtTrqoiEOh'),(151,'zCdvMkJrBVQfis','qxfYoKGj','7159996010','dabsatz@att.net','xTGXpDSWnjBUdy'),(152,'rstwGqThLYnbFu','FRSpBoYrQNnzcD','5859959182','dabsatz@att.net','DQKVqSWizPIdhoCN'),(153,'aRobDyBr','QEincoJvg','2085035293','jmonte1226@aol.com','IYMxUhVXw'),(154,'jnuDyEKqdYw','tcpXCfhrd','2455336927','jmonte1226@aol.com','PWUTkrGaFS'),(155,'xKnNrQlVoHBS','tpLuRQOKhWbxXD','4795105216','richard.demarco@duke.edu','LtHkbJRVjCTMYBG'),(156,'muPcTiALjZdR','joBLWEyKRtO','2185775377','richard.demarco@duke.edu','gPBFvpLenAr'),(157,'muDRUCPsW','NPjIsetnlou','7687136517','clupfer@trustamerica.com','KIguQNUHDa'),(158,'GBNJotkwCas','ZTpJcDMvEO','3043694294','clupfer@trustamerica.com','XbeHavOfRgIWQqoS'),(159,'HzmhKtLTn','mxECiGQTg','2011397680','kevenpatching@yahoo.com','NpfhKFaDnsj'),(160,'huwDQGqxSo','uKdblAHtqxCa','5554533198','kevenpatching@yahoo.com','rjoehJcWsiTP'),(161,'pvMgVHNqhuTr','SMeuxtJiOoqL','2251709789','dsortino@amfam.com','ArPsqnOIZlQfcw'),(162,'gJhweprcxdtnavj','fusUVSTXr','6905862519','dsortino@amfam.com','GFplwxADVRz'),(163,'mkHzhKSMraNXOvGC','pBeSGWafcr','4993643612','cassieburnaby@yahoo.com','iyIoACVPrSNJ'),(164,'qeISgiDfzVOkHb','ETsfSvPZziC','2034714536','cassieburnaby@yahoo.com','yETXNOhjqQ'),(165,'lJbiXYyEPQ','gJKYauiHc','4523016385','busfleet@aol.com','hglckMzEOAqo'),(166,'SAxpRCOy','mracBLJwPOniqxM','4379813212','busfleet@aol.com','JMrFbAzfoWPv'),(167,'yXWYCTUbp','mnhPLxyeJvpOrEs','3197057162','brujito143@yahoo.com','LKCtGipDPJjQo'),(168,'jmOvsHuEpyGVdSf','EFTaoJDLNiYvC','9157755480','brujito143@yahoo.com','cBZxpYdab'),(169,'pwRNUYhiPKnbvE','oJQHWAZD','8920937226','brockyacklam@yahoo.com','WMoUtAGmh'),(170,'htuZcmVKojI','epYNxEuT','3825124416','brockyacklam@yahoo.com','yXkmRqehLMg'),(171,'kCymYigHeMv','ItmnyfCP','9845533926','ronda.masanotti@stpete.org','InaCSHBqz'),(172,'nuQkHzhEyl','rqUYiLcOJP','8751337030','ronda.masanotti@stpete.org','GHVYThnBlzwgROF'),(173,'LFljXuDHMvN','LBTAXVdcD','2746339463','dweingart@zoominternet.net','ReVNhPvZFylg'),(174,'YysPqeDJftvom','RxjyWQuELf','5667687063','dweingart@zoominternet.net','bGPZRtIvHCe'),(175,'LAfkcWimFuByJCrS','oQNImjEUSGOHDF','5096468062','janet.crouch@idealpoultry.com','XWxpBdCFH'),(176,'xVBAkOPWLy','RmITpLbaZWUN','3986672460','janet.crouch@idealpoultry.com','WDcAdFpoi'),(177,'QUljMCBmJFPqencv','SUntbrxeLiOzTqhg','3916235183','debkarcox@yahoo.com','GYvMVdDqg'),(178,'ByQzohdiAmpTEOI','LnNckPYUlQaMK','8829169791','debkarcox@yahoo.com','yvOMgPnART'),(179,'PsnahdkeDU','kiFuetqhOD','7433543944','griffin.alsopp@yahoo.com','TpvJRgKzX'),(180,'WkgJUsmEdMDRoCpG','jAldzRSITPtWox','6208512199','griffin.alsopp@yahoo.com','EpYMzfwDRSC'),(181,'WbIztNEx','LaQRgUwhE','7283643636','bern_neesome@yahoo.com','aNjgdUbFw'),(182,'unYpmLgTNl','rAodCRDGXp','8919930424','bern_neesome@yahoo.com','yjPtMHzCmBRncdVY'),(183,'GVgYbXfDcUmszqv','xDXBKtsPvj','2438723575','r.crysler@sbcglobal.net','ceztdjNAaoXpMr'),(184,'oeXgTGvR','WfRrCNBwaVA','7000716945','r.crysler@sbcglobal.net','qowcAieRCFXQv'),(185,'MXzYtQHBR','zChqxDRFvEM','2778318582','tallandskinny93@aim.com','IVetGCwprEKxYs'),(186,'wBONDLEsJkP','RKCaJvTkxBiMcseo','4726759557','tallandskinny93@aim.com','EKfzTYagdiFI'),(187,'XcRkqdrWEeONay','EJxkjpeR','2596185793','johnnewman8295@gmail.com','jlsSEWdNuthwfC'),(188,'NcYCJRlAS','fPlLGYtrMRdZeuBq','6327179447','johnnewman8295@gmail.com','meiuOlkHwnbKjG'),(189,'FmSeLZNREtclpWsy','DRUoejhxWircYVbE','6243573107','afalvo@verizon.net','BvQYpDSF'),(190,'LJgnATBQok','gQxPoimnBpO','6193895079','afalvo@verizon.net','oWeghFzCirDxcK'),(191,'ZGVlcWafePywx','vIRZVOAw','5209769404','buzzpanhead-57@att.net','zLKuXZYS'),(192,'ZrNJQoKWtfj','ExoHiUNyBQwn','5296969608','buzzpanhead-57@att.net','sMSeIZQFUuCxl'),(193,'UMyjTfIvSO','vHdqRJeCcbahotM','3676218645','williamjohnson3253@gmail.com','ZubAdkXTtxBV'),(194,'rgomMYfTEQSUF','MgXtsqOeP','8895604718','williamjohnson3253@gmail.com','GoATZYrebWhBpyx'),(195,'exDBCTJrzMh','FJpBKlOGnef','7240006270','hacksonkonstantine@yahoo.com','ThdUVGqx'),(196,'plyUmRwd','EUrfjBCtyVSsXQu','4968270144','hacksonkonstantine@yahoo.com','pNklBfgonuPi'),(197,'hSrMQYoD','oDnLvaJQM','9375050673','ka1nth@aol.com','uKAYHlXyn'),(198,'KPLNrfeyuWYDCBRi','oXfuWLdk','8489560053','ka1nth@aol.com','qGIpyDAT'),(199,'SFRjGIHm','ZmAgfhRnHq','9881195807','sweetypi3@aol.com','kmgUQIqDpZGcOB'),(200,'VgTrGnXQCoph','PjfrXqwEvQ','4087977332','sweetypi3@aol.com','ToipuInO'),(201,'MXkTysbdLuvgJ','UnroPldfLu','6347179297','bowers.jessey@yahoo.com','mPyoKzcXSJG'),(202,'xoXaWgLEcv','EapdxUWKN','6410484541','bowers.jessey@yahoo.com','ntFDfYzapS'),(203,'IumTLfQSrDbx','MiKgqOjmYrF','5638810830','boysiamaqt@aol.com','rSxQjIzPyg'),(204,'rJMaodvZWnzN','beLRrTdtoGwhkAn','7013483905','boysiamaqt@aol.com','jaRoAngYVN'),(205,'ybXuYvpE','qHjVNPLKo','9111720859','ronl999@aol.com','wjisVEvWuKq'),(206,'kyVPtACOqvs','RQnlWkTMBHypgrP','7117095003','ronl999@aol.com','AkulSwvQot'),(207,'Dawn','Invite Bloggers and Webmasters to Fill Out Our Paid Survey','78 743 13 03','dawn@centtip.xyz','Invite Bloggers and Webmasters to Fill out Paid Surveys\r\n\r\nI\'m Dawn from Centtip. \r\n\r\nWe are working with Inboxdollars to provide bloggers another opportunity to earn cash or get rewards.\r\n\r\nAfter joining Inboxdollars, you will be able to get rewards by sharing your opinions online ( Or Earn From Live Sex Cams).\r\n\r\nPaid surveys have been prepared for you: https://www.centtip.xyz/paidsurvey \r\n\r\nRegards,\r\n\r\nDawn Frasure\r\n\r\n\r\nUnsubscribe: https://www.centtip.xyz/unsubscribe'),(208,'uPeZMYpxSsXol','XfmTNLWZSF','3906256378','benedictunderhill794@yahoo.com','ZevgKwYA'),(209,'OdzcitjA','ipoJZfcGqMja','8464589363','benedictunderhill794@yahoo.com','ICTUAWoaSZ'),(210,'BLZcvYzEKpDjlC','IrqEYPihy','9950744456','darrell.vanhorne@yahoo.com','fotHIPLqO'),(211,'LGIBASXcmbKiVHd','ORqhYcPwz','2264656235','darrell.vanhorne@yahoo.com','XozVrOJsRSpl'),(212,'mBIfGaAXngTZ','GqefkDSZgAavuh','8894081241','richjammal@yahoo.com','nNrodEDPv'),(213,'xyjSMHLGPkwd','UQdhCbqJaEHxc','7047603500','richjammal@yahoo.com','TLkMiDAbxr'),(214,'MegxDwpfl','SyVrUlWAPFGjofJ','6863482664','areuschb@aol.com','esSgWAXDtJk'),(215,'ASaMpbEGgKYOn','UcbFpKZsDquOtfR','7609363033','areuschb@aol.com','hGacKDsQwv'),(216,'qskuDzHhYoKIA','FRDhfJziZcVkU','5332377875','animalnutz@att.net','kmizKoxROIYer'),(217,'XLVYdSuEQfIpoy','tEmpYGxqyoa','7629317634','animalnutz@att.net','tkNwFOGJyChW'),(218,'contactowkabn','Sending newsletters via forms into the \"Contact us\" section to the sites of business organizations via all countries of the world. ','123456789','amyas_kreiman15@rambler.ru','Dear Madame, Dear Sirs! \r\n \r\nWe offer a service of sending newsletters via contact forms to the sites of companies via any countries of the world in all languages. \r\n \r\nhttp://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nThe message is sent to E-mail address \r\n of firm 100% will get to the inbox! \r\n \r\nTest: \r\n10000 messages on foreign zones to your electronic box - 20 dollars. \r\nWe need from You only E-mail, title and text of the letter. \r\n \r\nIn our price there are more 800 databases for all domain zones of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domain names - 1100$ \r\nAll European Union 28 countries 56752547 of domains- 1000$ \r\nAll Asia 48 countries 14662004 of sites - 300$ \r\nAll Africa 50 countries 1594390 of domain names - 200$ \r\nAll North and Central America in 35 countries 7441637 of domains - 300$ \r\nAll South America 14 countries 5826884 of sites - 200$ \r\nBusinesses of the Russian Federation - 300$ \r\nUkraine 605745 of domains - 100$ \r\nAll Russian-speaking countries minus Russian Federation are 15 countries and there are 1526797 of sites - 200$ \r\n \r\nDatabases: \r\nWHOIS databases of sites for all countries of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP.S. \r\nPlease, do not respond to this message from your electronic box, as it has been generated automatically and will not get anywhere! \r\nUse the contact form from the site http://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $200 \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nUkraine 605745 websites – $100 \r\n \r\nAll Russian-speaking countries minus Russia – there are 15 countries and 1526797 websites – $200 \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $200 \r\n \r\n35439 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\nCMS mailings: \r\nAmiro 2294 websites $50 \r\nBitrix 175513 websites $80 \r\nConcrete5 49721 websites $50 \r\nCONTENIDO 7769 websites $50 \r\nCubeCart 1562 websites $50 \r\nDatalife Engine 29220 websites $50 \r\nDiscuz 70252 websites $50 \r\nDotnetnuke 31114 websites $50 \r\nDrupal 802121 websites $100 \r\nHostCMS 6342 websites $50 \r\nInstantCMS 4936 websites $50 \r\nInvision Power Board 510 websites $50 \r\nJoomla 1906994 websites $200 \r\nLiferay 5937 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 67023 websites $50 \r\nMovable Type 13523 websites $50 \r\nNetCat 6936 websites $50 \r\nNopCommerce 5313 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 65468 websites $50 \r\nphpBB 3582 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 365755 websites $80 \r\nSimpla 8963 websites $50 \r\nSitefinity 4883 websites $50 \r\nTYPO3 227167 websites $80 \r\nUMI.CMS 15943 websites $50 \r\nvBulletin 154677 websites $80 \r\nWix 2305768 websites $230 \r\nWordPress 14467405 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 133766112 websites commercial – $1950 \r\n.biz 2361884 websites business – $150 \r\n.info 6216929 websites information – $250 \r\n.net 15689222 websites network – $450 \r\n.org 10922428 websites organization – $350 \r\n \r\n.abogado 279 websites – $50 \r\n.ac 16799 websites – $50 \r\n.academy 27306 websites – $50 \r\n.accountant 96542 websites – $50 \r\n.actor 1928 websites – $50 \r\n.ad 414 websites – $50 \r\n.adult 10540 websites- $50 \r\n.ae 1821 websites International zone UAE:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ae 199533 websites UAE – $50 \r\n.aero 18325 websites- $50 \r\n.af 3315 websites – $50 \r\n.africa 15056 websites- $50 \r\n.ag 10339 websites – $50 \r\n.agency 47508 websites – $50 \r\n.ai 17199 websites – $50 \r\n.airforce 560 websites – $50 \r\n.al 6078 websites – $50 \r\n.alsace 1982 websites – $50 \r\n.am 17987 websites Armenia – $50 \r\n.am 1684 websites International zone Armenia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands – $50 \r\n.ao 518 websites – $50 \r\n.apartments 3758 websites – $50 \r\n.ar 551804 websites Argentina – $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia – $50 \r\n.archi 2084 websites – $50 \r\n.army 1842 websites – $50 \r\n.art 26402 websites – $50 \r\n.as 10025 websites – $50 \r\n.asia 228418 websites – $80 \r\n.associates 3340 websites – $50 \r\n.at 1356722 websites Austria – $100 \r\n.at 181907 websites International zone Austria :.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.attorney 8224 websites- $50 \r\n.attorney 7204 websites – $50 \r\n.au 2243263 websites Australia – $150 \r\n.au 461279 websites International zone Australia:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.auction 3625 websites- $50 \r\n.audio 23052 websites- $50 \r\n.auto 400 websites- $50 \r\n.aw 235 websites- $50 \r\n.az 11104 websites Azerbaijan – $50 \r\n.az 2036 websites International zone Azerbaijan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ba 7012 websites – $50 \r\n.ba 2291 websites International zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia \r\n.band 11515 websites – $50 \r\n.bank 1621 websites- $50 \r\n.bar 5506 websites – $50 \r\n.barcelona 7919 websites – $50 \r\n.bargains 2997 websites- $50 \r\n.bayern 32565 websites – $50 \r\n.bb 2277 websites – $50 \r\n.be 1349658 websites Belgium – $100 \r\n.be 184810 websites International zone Belgium:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.beer 11834 websites- $50 \r\n.berlin 58088 websites Berlin – $50 \r\n.best 2912 websites – $50 \r\n.bet 17637 websites – $50 \r\n.bf 238 websites – $50 \r\n.bg 33252 websites Bulgaria – $50 \r\n.bg 50685 websites International zone Bulgaria:.com.net.biz.info.org.name.tel.mobi.asia \r\n.bh 453 websites – $50 \r\n.bi 2328 websites Burundi- $50 \r\n.bible 1160 websites – $50 \r\n.bid 474509 websites – $80 \r\n.bike 15729 websites – $50 \r\n.bingo 1332 websites – $50 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites- $50 \r\n.black 6582 websites – $50 \r\n.blackfriday 12106 websites – $50 \r\n.blog 145463 websites – $50 \r\n.blue 16852 websites – $50 \r\n.bm 8089 websites Bermuda – $50 \r\n.bo 2302 websites- $50 \r\n.boats 266 websites- $50 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites – $50 \r\n.br 2367290 websites Brazil – $150 \r\n.br 933750 websites International zone Brazil:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.bradesco 129 websites- $50 \r\n.broadway 261 websites- $50 \r\n.broker 660 websites- $50 \r\n.brussels 7181 websites – $50 \r\n.bs 330 websites- $50 \r\n.bt 284 websites- $50 \r\n.build 3857 websites- $50 \r\n.builders 3906 websites- $50 \r\n.business 35168 websites – $50 \r\n.buzz 11257 websites – $50 \r\n.bw 656 websites – $50 \r\n.by 1574 websites International zone Belarus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.by 92679 websites Belarus – $50 \r\n.bz 7751 websites – $50 \r\n.bzh 5403 websites – $50 \r\n.ca 2587463 websites Canada – $150 \r\n.ca 288395 websites International zone Canada:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cab 3223 websites – $50 \r\n.cafe 13606 websites – $50 \r\n.cam 5156 websites – $50 \r\n.camera 5236 websites – $50 \r\n.camp 6315 websites – $50 \r\n.capetown 4750 websites – $50 \r\n.capital 11387 websites – $50 \r\n.car 342 websites – $50 \r\n.cards 5992 websites – $50 \r\n.care 18204 websites – $50 \r\n.career 1217 websites – $50 \r\n.careers 7055 websites – $50 \r\n.cars 309 websites – $50 \r\n.casa 18918 websites – $50 \r\n.cash 13193 websites – $50 \r\n.casino 4354 websites – $50 \r\n.cat 108569 websites – $50 \r\n.catering 3482 websites – $50 \r\n.cc 1920589 websites Cocos Keeling Islands- $150 \r\n.cd 5365 websites – $50 \r\n.center 35353 websites – $50 \r\n.ceo 2458 websites – $50 \r\n.cf 476142 websites Central African Republic – $50 \r\n.cg 166 – $50 \r\n.ch 1471685 websites Switzerland – $100 \r\n.ch 205292 websites International zone Switzerland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.chat 11126 websites – $50 \r\n.cheap 3267 websites – $50 \r\n.christmas 15255 websites – $50 \r\n.church 21104 websites – $50 \r\n.ci 112 websites International zone Cote d’Ivoire:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ci 5663 websites Cote d’Ivoire- $50 \r\n.city 46171 websites – $50 \r\n.cl 498401 websites Chile – $80 \r\n.claims 2374 websites – $50 \r\n.cleaning 2385 websites – $50 \r\n.click 181015 websites – $50 \r\n.clinic 7006 websites – $50 \r\n.clothing 13639 websites – $50 \r\n.cloud 134113 websites – $50 \r\n.club 1045323 websites – $100 \r\n.cm 12001 websites Cameroon- $50 \r\n.cn 1372416 websites International zone China:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.cn 7264587 websites China – $300 \r\n.co 1778923 websites Colombia – $150 \r\n.coach 12002 websites- $50 \r\n.codes 6844 websites – $50 \r\n.coffee 17257 websites – $50 \r\n.cologne 5137 websites – $50 \r\n.cologne 5198 websites – $50 \r\n.com.ar 657716 websites Argentina – $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus – $50 \r\n.com.ni 23747 websites – $50 \r\n.com.np 38828 websites – $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 79058 websites Russia – $50 \r\n.community 13013 websites – $50 \r\n.company 61217 websites – $50 \r\n.computer 5039 websites – $50 \r\n.condos 2192 websites – $50 \r\n.construction 6804 websites – $50 \r\n.consulting 22128 websites – $50 \r\n.contractors 3982 websites – $50 \r\n.cooking 1476 websites – $50 \r\n.cool 16008 websites – $50 \r\n.coop 7879 websites – $50 \r\n.corsica 1042 websites – $50 \r\n.country 7144 websites – $50 \r\n.cr 7934 websites – $50 \r\n.credit 4020 websites – $50 \r\n.creditcard 825 websites – $50 \r\n.creditunion 511 websites – $50 \r\n.cricket 33413 websites – $50 \r\n.cruises 2234 websites – $50 \r\n.cu 137 websites – $50 \r\n.cv 1879 websites – $50 \r\n.cx 15753 websites – $50 \r\n.cy 11092 websites Cyprus – $50 \r\n.cy 710 websites International zone Cyprus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.cymru 7114 websites – $50 \r\n.cz 193400 websites International zone Czech Republic:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cz 930208 websites Czech Republic – $80 \r\n.dance 6290 websites – $50 \r\n.date 123037 websites – $50 \r\n.dating 2892 websites – $50 \r\n.de 15078512 websites Germany – $450 \r\n.de 3894156 websites International zone Germany:.com.net.biz.info.org.name.tel.mobi.asia-$200 \r\n.deals 8132 websites – $50 \r\n.degree 2178 websites – $50 \r\n.delivery 4782 websites – $50 \r\n.democrat 1072 websites – $50 \r\n.dental 7541 websites – $50 \r\n.dentist 3046 websites – $50 \r\n.desi 2647 websites – $50 \r\n.design 71711 websites – $50 \r\n.diamonds 2730 websites – $50 \r\n.diet 18291 websites – $50 \r\n.digital 31449 websites – $50 \r\n.direct 10629 websites – $50 \r\n.directory 18157 websites – $50 \r\n.discount 3898 websites – $50 \r\n.dj 7280 websites – $50 \r\n.dk 1320155 websites Denmark – $100 \r\n.dk 148164 websites International zone Denmark:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.dm 23318 websites – $50 \r\n.do 5255 websites Dominican Republic- $50 \r\n.dog 10030 websites – $50 \r\n.domains 6553 websites – $50 \r\n.download 129223 websites – $50 \r\n.durban 2247 websites – $50 \r\n.dz 982 websites – $50 \r\n.earth 8139 websites – $50 \r\n.ec 11731 websites – $50 \r\n.edu 4445 websites – $50 \r\n.edu.np 4883 websites- $50 \r\n.education 22003 websites – $50 \r\n.ee 10490 websites International zone Estonia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ee 119701 websites Estonia- $50 \r\n.eg 1699 websites – $50 \r\n.email 77321 websites – $50 \r\n.energy 9769 websites – $50 \r\n.engineer 2785 websites – $50 \r\n.engineering 5533 websites – $50 \r\n.enterprises 6153 websites – $50 \r\n.equipment 5760 websites – $50 \r\n.es 1685048 websites Spain – $100 \r\n.es 541916 websites International zone Spain:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.estate 9185 websites – $50 \r\n.et 124 websites – $50 \r\n.eu 3321576 websites Europe – $150 \r\n.eu 633384 websites International zone Europe:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.eus 8116 websites – $50 \r\n.events 22115 websites – $50 \r\n.exchange 9432 websites – $50 \r\n.expert 31240 websites – $50 \r\n.exposed 3147 websites – $50 \r\n.express 6919 websites – $50 \r\n.fail 3322 websites – $50 \r\n.faith 54195 websites – $50 \r\n.family 15577 websites – $50 \r\n.fans 1388 websites – $50 \r\n.farm 13499 websites – $50 \r\n.fashion 12475 websites – $50 \r\n.feedback 2301 websites – $50 \r\n.fi 178337 websites Finland – $50 \r\n.fi 69631 websites International zone Finland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.film 3601 websites – $50 \r\n.finance 7982 websites – $50 \r\n.financial 4086 websites – $50 \r\n.fish 4162 websites – $50 \r\n.fishing 1423 websites – $50 \r\n.fit 17007 websites – $50 \r\n.fitness 9689 websites – $50 \r\n.flights 2119 websites – $50 \r\n.florist 2286 websites – $50 \r\n.flowers 25590 websites – $50 \r\n.fm 5407 websites – $50 \r\n.fo 3098 websites- $50 \r\n.football 4877 websites – $50 \r\n.forex 212 websites – $50 \r\n.forsale 7118 websites – $50 \r\n.foundation 10118 websites – $50 \r\n.fr 2391045 websites France – $150 \r\n.fr 639546 websites International zone France:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.frl 14028 websites – $50 \r\n.fun 86419 websites – $50 \r\n.fund 11205 websites – $50 \r\n.furniture 2246 websites – $50 \r\n.futbol 2783 websites – $50 \r\n.fyi 9772 websites – $50 \r\n.ga 12048 websites Gabon – $50 \r\n.gal 4606 websites – $50 \r\n.gallery 17263 websites – $50 \r\n.game 1996 websites – $50 \r\n.games 13234 websites – $50 \r\n.garden 914 websites – $50 \r\n.gd 4238 websites – $50 \r\n.ge 1676 websites International zone Georgia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ge 17361 websites Georgia – $50 \r\n.gent 3389 websites – $50 \r\n.gf 121 websites – $50 \r\n.gg 9443 websites – $50 \r\n.gh 693 websites – $50 \r\n.gi 1063 websites – $50 \r\n.gift 6281 websites – $50 \r\n.gifts 3757 websites – $50 \r\n.gives 1563 websites – $50 \r\n.gl 3575 websites – $50 \r\n.glass 3539 websites – $50 \r\n.global 38972 websites – $50 \r\n.gm 468 websites – $50 \r\n.gmbh 19186 websites – $50 \r\n.gold 9081 websites – $50 \r\n.golf 8319 websites – $50 \r\n.gop 1341 websites – $50 \r\n.gov 4525 websites – $50 \r\n.gov.np 1937 websites- $50 \r\n.gp 416 websites – $50 \r\n.gq 23306 websites – $50 \r\n.gr 356168 websites Greece – $80 \r\n.gr 57984 websites International zone Greece:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.graphics 7155 websites – $50 \r\n.gratis 4283 websites – $50 \r\n.green 3661 websites – $50 \r\n.gripe 1075 websites – $50 \r\n.group 54983 websites – $50 \r\n.gs 5108 websites – $50 \r\n.gt 15351 websites – $50 \r\n.guide 16044 websites – $50 \r\n.guitars 1278 websites – $50 \r\n.guru 60588 websites – $50 \r\n.gy 2447 websites – $50 \r\n.hamburg 23885 websites – $50 \r\n.haus 5186 websites – $50 \r\n.health 6211 websites – $50 \r\n.healthcare 8051 websites – $50 \r\n.help 13500 websites – $50 \r\n.hiphop 1064 websites – $50 \r\n.hiv 331 websites – $50 \r\n.hk 116093 websites – $50 \r\n.hm 249 websites – $50 \r\n.hn 4732 websites – $50 \r\n.hockey 1102 websites – $50 \r\n.holdings 5412 websites – $50 \r\n.holiday 5017 websites – $50 \r\n.homes 432 websites – $50 \r\n.horse 2116 websites – $50 \r\n.host 31309 websites – $50 \r\n.hosting 4132 websites – $50 \r\n.house 18096 websites – $50 \r\n.how 1957 websites – $50 \r\n.hr 16592 websites International zone Croatia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.hr 43565 websites Croatia – $50 \r\n.ht 2559 websites – $50 \r\n.hu 53940 websites International zone Hungary:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.hu 618532 websites Hungary – $80 \r\n.id 37212 websites – $50 \r\n.ie 195987 websites Ireland – $50 \r\n.ie 49861 websites International zone Ireland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.il 224167 websites Israel – $80 \r\n.il 38537 websites International zone Israel:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.im 20701 websites – $50 \r\n.immo 16009 websites – $50 \r\n.immobilien 7094 websites – $50 \r\n.in 1143482 websites India – $100 \r\n.in 266179 websites International zone India:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.industries 3749 websites – $50 \r\n.ink 27117 websites – $50 \r\n.institute 10134 websites – $50 \r\n.insure 4615 websites – $50 \r\n.int 191 websites – $50 \r\n.international 23930 websites – $50 \r\n.investments 4113 websites – $50 \r\n.io 314287 websites British Indian Ocean – $50 \r\n.iq 1118 websites – $50 \r\n.ir 15487 websites International zone Iran:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ir 427735 websites Iran- $80 \r\n.irish 3326 websites – $50 \r\n.is 31176 websites Iceland – $50 \r\n.ist 10060 websites – $50 \r\n.istanbul 13139 websites – $50 \r\n.it 2258105 websites Italy – $200 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 2716 websites – $50 \r\n.jetzt 11118 websites – $50 \r\n.jetzt 11704 websites – $50 \r\n.jewelry 3350 websites – $50 \r\n.jo 555 websites – $50 \r\n.jobs 46350 websites- $50 \r\n.joburg 3139 websites – $50 \r\n.jp 1146243 websites Japan – $100 \r\n.juegos 844 websites – $50 \r\n.kaufen 7134 websites – $50 \r\n.kg 664 websites International zone Kyrgyzstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.kg 8919 websites Kyrgyzstan – $50 \r\n.ki 1146 websites – $50 \r\n.kim 16637 websites- $50 \r\n.kitchen 6581 websites – $50 \r\n.kiwi 19426 websites – $50 \r\n.kn 1271 websites – $50 \r\n.koeln 23489 websites – $50 \r\n.kr 254447 websites Korea- $50 \r\n.krd 375 websites – $50 \r\n.kred 6120 websites – $50 \r\n.kw 423 websites – $50 \r\n.ky 1201 websites – $50 \r\n.kyoto 659 websites – $50 \r\n.kz 112459 websites Kazakhstan – $50 \r\n.kz 5876 websites International zone Kazakhstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.la 32189 websites Laos – $50 \r\n.land 14474 websites- $50 \r\n.lat 2971 websites – $50 \r\n.law 11842 websites – $50 \r\n.lawyer 11600 websites- $50 \r\n.lc 651 websites- $50 \r\n.lease 1855 websites- $50 \r\n.leclerc 127 websites- $50 \r\n.legal 11047 websites- $50 \r\n.lgbt 2249 websites- $50 \r\n.li 12044 websites – $50 \r\n.life 170053 websites – $50 \r\n.lighting 6096 websites – $50 \r\n.limited 5365 websites – $50 \r\n.limo 2409 websites- $50 \r\n.link 133123 websites – $50 \r\n.live 160896 websites – $50 \r\n.lk 6601 websites – $50 \r\n.loan 1932173 websites- $200 \r\n.loans 3914 websites – $50 \r\n.lol 7470 websites- $50 \r\n.london 82443 websites London, United Kingdom- $50 \r\n.love 22287 websites- $50 \r\n.lt 27710 websites International zone Lithuania:.com.net.biz.info.org.name.tel.mobi.asia \r\n.lt 89073 websites Lithuania- $50 \r\n.ltd 329225 websites – $50 \r\n.lu 43052 websites Luxembourg – $50 \r\n.lu 4125 websites International zone Luxembourg:.com.net.biz.info.org.name.tel.mobi.asia \r\n.luxury 905 websites – $50 \r\n.lv 61886 websites Latvia- $50 \r\n.lv 8887 websites International zone Latvia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ly 8013 websites – $50 \r\n.ma 51862 websites Morocco – $50 \r\n.maison 1123 websites – $50 \r\n.management 10088 websites- $50 \r\n.market 22167 websites- $50 \r\n.marketing 18262 websites- $50 \r\n.markets 816 websites- $50 \r\n.mba 3023 websites- $50 \r\n.mc 3036 websites Monaco – $50 \r\n.md 15435 websites Moldova – $50 \r\n.md 1293 websites International zone Moldova:.com.net.biz.info.org.name.tel.mobi.asia \r\n.me 761596 websites Montenegro – $80 \r\n.me 86897 websites International zone Montenegro:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.media 40573 websites – $50 \r\n.melbourne 10041 websites – $50 \r\n.memorial 512 websites – $50 \r\n.men 470140 websites – $80 \r\n.menu 5512 websites restaurants- $50 \r\n.mg 3380 websites Madagascar- $50 \r\n.miami 14431 websites Miami, USA – $50 \r\n.mk 12704 websites – $50 \r\n.ml 70170 websites – $50 \r\n.mma 1706 websites – $50 \r\n.mn 16710 websites – $50 \r\n.mo 573 websites – $50 \r\n.mobi 462419 websites- $80 \r\n.moda 3015 websites – $50 \r\n.moe 7709 websites – $50 \r\n.mom 3145 websites – $50 \r\n.money 9731 websites – $50 \r\n.mortgage 3126 websites – $50 \r\n.moscow 22097 websites Moscow Russian Federation- $50 \r\n.movie 2575 websites – $50 \r\n.mr 1725 websites – $50 \r\n.ms 7565 websites – $50 \r\n.mt 1623 websites Malta – $50 \r\n.mu 6175 websites – $50 \r\n.museum 34464 websites – $50 \r\n.mv 1907 websites – $50 \r\n.mw 8579 websites Malawi – $50 \r\n.mx 609278 websites Mexico- $80 \r\n.mx 86593 websites International zone Mexico:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.my 283349 websites Malaysia- $80 \r\n.mz 263 websites – $50 \r\n.na 781 websites – $50 \r\n.nagoya 7807 websites – $50 \r\n.name 135818 websites- $50 \r\n.navy 698 websites – $50 \r\n.nc 1240 websites – $50 \r\n.network 40018 websites – $50 \r\n.news 65546 websites – $50 \r\n.ng 16608 websites – $50 \r\n.ngo 3422 websites – $50 \r\n.ninja 49007 websites – $50 \r\n.nl 1019697 websites International zone Netherlands:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.nl 3566172 websites Netherlands – $200 \r\n.no 579185 websites Norway – $80 \r\n.no 74318 websites International zone Norway:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.nra 144 websites – $50 \r\n.nrw 18487 websites – $50 \r\n.nu 489605 websites Niue- $50 \r\n.nyc 67153 websites – $50 \r\n.nz 576127 websites New Zealand – $80 \r\n.om 1603 websites – $50 \r\n.one 63063 websites – $50 \r\n.ong 3422 websites – $50 \r\n.onl 3790 websites – $50 \r\n.online 695007 websites – $50 \r\n.ooo 6400 websites – $50 \r\n.org.np 7082 websites – $50 \r\n.org.ua 41362 websites – $50 \r\n.organic 1633 websites – $50 \r\n.osaka 628 websites – $50 \r\n.ovh 50056 websites – $50 \r\n.pa 1558 websites – $50 \r\n.paris 19283 websites – $50 \r\n.partners 6576 websites – $50 \r\n.parts 5514 websites – $50 \r\n.party 115578 websites- $50 \r\n.pe 59157 websites International zone Peru:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.pe 69367 websites Peru – $50 \r\n.pet 8487 websites – $50 \r\n.pf 349 websites – $50 \r\n.pg 1979 websites Papua – $50 \r\n.ph 17940 websites Philippines – $50 \r\n.photo 17165 websites- $50 \r\n.photography 50434 websites- $50 \r\n.photos 19107 websites- $50 \r\n.physio 1160 websites- $50 \r\n.pics 7659 websites- $50 \r\n.pictures 7807 websites- $50 \r\n.pink 6373 websites- $50 \r\n.pizza 5949 websites – $50 \r\n.pk 44464 websites Pakistan – $50 \r\n.pl 1675325 websites Poland – $100 \r\n.pl 327587 websites International zone Poland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.place 7002 websites – $50 \r\n.plumbing 3005 websites – $50 \r\n.plus 9892 websites – $50 \r\n.pm 4401 websites – $50 \r\n.poker 3209 websites – $50 \r\n.porn 10023 websites- $50 \r\n.post 3481 websites – $50 \r\n.pr 18419 websites – $50 \r\n.press 35032 websites – $50 \r\n.pro 280776 websites – $50 \r\n.productions 6144 websites – $50 \r\n.promo 5020 websites – $50 \r\n.properties 14144 websites – $50 \r\n.property 4366 websites – $50 \r\n.ps 2050 websites – $50 \r\n.pt 17691 websites International zone Portugal:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.pt 225136 websites Portugal – $80 \r\n.pub 16703 websites – $50 \r\n.pw 16206 websites – $50 \r\n.py 4635 websites – $50 \r\n.qa 8503 websites – $50 \r\n.quebec 8042 websites – $50 \r\n.racing 55001 websites – $50 \r\n.re 11082 websites – $50 \r\n.realtor 39465 websites – $50 \r\n.realty 55291 websites – $50 \r\n.recipes 3251 websites – $50 \r\n.red 25701 websites – $50 \r\n.rehab 1816 websites – $50 \r\n.reise 4146 websites – $50 \r\n.reisen 9228 websites – $50 \r\n.reit 126 websites – $50 \r\n.ren 108303 websites – $50 \r\n.rent 3788 websites – $50 \r\n.rentals 11823 websites- $50 \r\n.repair 6628 websites- $50 \r\n.report 5869 websites – $50 \r\n.republican 952 websites – $50 \r\n.rest 1894 websites – $50 \r\n.restaurant 7703 websites – $50 \r\n.review 229514 websites – $80 \r\n.reviews 16132 websites- $50 \r\n.rio 1062 websites- $50 \r\n.rip 3199 websites- $50 \r\n.ro 42046 websites International zone Romania:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ro 483266 websites Romania – $80 \r\n.rocks 81108 websites – $50 \r\n.rs 75503 websites Serbia – $50 \r\n.ru 5292104 websites Russian- $250 \r\n.ru 514668 websites International zone Russian:.com.net.biz.info.org.name.tel.mobi.asia -$80 \r\n.ru.com 6499 websites Russia – $50 \r\n.ruhr 9887 websites – $50 \r\n.run 10622 websites – $50 \r\n.rw 244 websites – $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sa 11604 websites Saudi Arabia- $50 \r\n.saarland 3825 websites – $50 \r\n.sale 35407 websites – $50 \r\n.salon 1782 websites – $50 \r\n.sarl 939 websites – $50 \r\n.sc 4942 websites Seychelles- $50 \r\n.school 11672 websites – $50 \r\n.schule 4678 websites – $50 \r\n.science 74115 websites – $80 \r\n.scot 11175 websites – $50 \r\n.sd 619 websites – $50 \r\n.se 293316 websites International zone Sweden:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.se 1799365 websites Sweden – $150 \r\n.seat 618 websites – $50 \r\n.security 255 websites – $50 \r\n.services 52098 websites – $50 \r\n.sex 7655 websites – $50 \r\n.sexy 18260 websites – $50 \r\n.sg 164351 websites Republic Of Singapore – $50 \r\n.sh 9408 websites – $50 \r\n.shiksha 1626 websites – $50 \r\n.shoes 5007 websites – $50 \r\n.shop 402139 websites – $80 \r\n.shopping 6297 websites – $50 \r\n.show 6946 websites – $50 \r\n.si 12879 websites International zone Slovenia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.si 39749 websites Slovenia- $50 \r\n.singles 3559 websites – $50 \r\n.site 384414 websites – $80 \r\n.sk 31572 websites International zone Slovakia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.sk 347101 websites Slovakia- $80 \r\n.ski 5071 websites – $50 \r\n.sl 418 websites – $50 \r\n.sm 2009 websites – $50 \r\n.sn 344 websites International zone Senegal:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sn 4954 websites Senegal – $50 \r\n.so 9003 websites – $50 \r\n.soccer 2833 websites – $50 \r\n.social 19134 websites – $50 \r\n.software 13001 websites – $50 \r\n.solar 7095 websites – $50 \r\n.solutions 81282 websites – $50 \r\n.soy 1200 websites – $50 \r\n.space 220771 websites – $80 \r\n.sr 638 – $50 \r\n.srl 4391 – $50 \r\n.st 7683 websites – $50 \r\n.storage 623 – $50 \r\n.store 167141 websites – $50 \r\n.stream 239795 websites – $80 \r\n.studio 39132 websites – $50 \r\n.study 5132 websites – $50 \r\n.style 9248 websites – $50 \r\n.su 125358 websites Russian- $50 \r\n.sucks 7629 websites – $50 \r\n.supplies 3082 websites – $50 \r\n.supply 4580 websites – $50 \r\n.support 20377 websites – $50 \r\n.surf 2573 websites – $50 \r\n.surgery 1778 websites – $50 \r\n.sv 8132 websites Salvador- $50 \r\n.swiss 17323 websites – $50 \r\n.sx 3240 websites – $50 \r\n.sy 2063 websites – $50 \r\n.sydney 10073 websites – $50 \r\n.systems 26094 websites – $50 \r\n.sz 194 websites – $50 \r\n.taipei 5664 websites – $50 \r\n.tattoo 2004 websites- $50 \r\n.tax 5788 websites – $50 \r\n.taxi 5784 websites – $50 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 18421 websites- $50 \r\n.tech 196321 websites – $50 \r\n.technology 40181 websites- $50 \r\n.tel 80752 websites- $50 \r\n.tennis 1494 websites – $50 \r\n.tf 2049 websites – $50 \r\n.tg 521 websites – $50 \r\n.th 23968 websites Kingdom Of Thailand- $50 \r\n.theater 1053 websites – $50 \r\n.tickets 1141 websites – $50 \r\n.tienda 2951 websites – $50 \r\n.tips 31287 websites- $50 \r\n.tires 960 websites – $50 \r\n.tirol 5412 websites – $50 \r\n.tj 34 websites International zone Tajikistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tj 6804 websites Tajikistan- $50 \r\n.tk 12799253 websites Tokelau – $450 \r\n.tl 2728 websites – $50 \r\n.tm 6056 websites Turkmenistan- $50 \r\n.tm 44 websites International zone Turkmenistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tn 27383 websites – $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 98034 websites – $50 \r\n.tokyo 90132 websites – $50 \r\n.tools 10439 websites – $50 \r\n.top 2140480 websites – $200 \r\n.tours 9151 websites – $50 \r\n.town 3328 websites – $50 \r\n.toys 4391 websites – $50 \r\n.tr 138818 International zone Turkey:.com.net.biz.info.org.name.tel.mobi.asia -$50 \r\n.tr 317690 websites Turkey – $80 \r\n.trade 151130 websites – $50 \r\n.trading 896 websites – $50 \r\n.training 18192 websites – $50 \r\n.travel 18054 websites – $50 \r\n.tt 516 websites – $50 \r\n.tube 2104 websites – $50 \r\n.tv 559502 websites Tuvalu – $80 \r\n.tw 243062 websites Taiwan – $50 \r\n.tz 1874 websites – $50 \r\n.ua 117701 websites International zone Ukraine:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ua 553216 websites Ukraina – $80 \r\n.ug 2331 websites Ukraina \r\n.uk 3304606 websites International zone United Kingdom:.com.net.biz.info.org.name.tel.mobi.asia-$150 \r\n.uk 5496382 websites United Kingdom – $250 \r\n.university 5799 websites – $50 \r\n.uno 16394 websites – $50 \r\n.us 3139563 websites USA – $200 \r\n.us 578927 websites International zone USA:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.uy 14683 websites Uruguay – $50 \r\n.uz 365 websites International zone Uzbekistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.uz 14689 websites Uzbekistan – $50 \r\n.vacations 3926 websites – $50 \r\n.vc 16606 websites – $50 \r\n.ve 14015 websites Venezuela – $50 \r\n.vegas 18008 websites Las Vegas NV United States of America – $50 \r\n.ventures 10066 websites – $50 \r\n.versicherung 2009 websites – $50 \r\n.vet 5760 websites – $50 \r\n.vg 8389 site – $50 \r\n.viajes 2512 site – $50 \r\n.video 16204 websites- $50 \r\n.villas 1940 site – $50 \r\n.vin 5094 websites – $50 \r\n.vip 755289 websites – $80 \r\n.vision 6420 websites – $50 \r\n.vlaanderen 6114 websites – $50 \r\n.vn 161855 websites International zone Vietnam:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.vn 436005 websites Vietnam – $80 \r\n.vodka 1420 websites – $50 \r\n.vote 2316 websites – $50 \r\n.voto 269 websites – $50 \r\n.voyage 2773 websites – $50 \r\n.vu 1201 websites – $50 \r\n.wales 13063 websites – $50 \r\n.wang 604718 websites – $80 \r\n.watch 6120 websites – $50 \r\n.webcam 60142 websites – $50 \r\n.website 207002 websites -$50 \r\n.wedding 22162 websites – $50 \r\n.wf 1188 websites – $50 \r\n.wien 14464 websites – $50 \r\n.wien 14913 websites – $50 \r\n.wiki 14129 websites wikis – $50 \r\n.win 655735 websites – $80 \r\n.wine 13095 websites – $50 \r\n.work 256086 websites – $80 \r\n.works 15112 websites – $50 \r\n.world 86012 websites – $50 \r\n.ws 97008 websites Samoa- $80 \r\n.wtf 10038 websites – $50 \r\n.xin 178450 websites – $50 \r\n.xn--3ds443g 44019 websites – $50 \r\n.xn--55qx5d 47456 websites – $50 \r\n.xn--6qq986b3xl 18188 websites – $50 \r\n.xn--czr694b 21109 websites – $50 \r\n.xn--czru2d 9020 websites – $50 \r\n.xn--fiq228c5hs 12145 websites – $50 \r\n.xn--io0a7i 30199 websites – $50 \r\n.xn--j6w193g 31764 websites – $50 \r\n.xn--kput3i 31856 websites – $50 \r\n.xn--mgbaam7a8h 2038 websites – $50 \r\n.xn--mgberp4a5d4ar 2534 websites – $50 \r\n.xn--mk1bu44c 6001 websites – $50 \r\n.xn--rhqv96g 7723 websites – $50 \r\n.xn--ses554g 198539 websites – $80 \r\n.xn--tckwe 6197 websites – $50 \r\n.xn--vuq861b 19706 websites – $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 1888763 websites – $150 \r\n.yachts 154 websites – $50 \r\n.yoga 7963 websites – $50 \r\n.yokohama 8140 websites – $50 \r\n.yt 2004 websites – $50 \r\n.za 837189 websites South Africa – $100 \r\n.zm 224 websites – $50 \r\n.zone 25798 websites – $50 \r\n.бг (.xn--90ae) 2470 websites – $50 \r\n.дети 169 websites – $50 \r\n.москва (.xn--80adxhks) 19582 websites Moscow – $50 \r\n.онлайн 3403 websites – $50 \r\n.орг 1160 websites – $50 \r\n.рус (.xn--p1acf) 110789 websites – $50 \r\n.рф (.xn--p1ai) 869759 websites Russia – $80 \r\n.сайт 1146 websites – $50 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n.संगठन 105 sites – $50 \r\n>.みんな 166 sites – $50 \r\n.コム 6532 sites – $50 \r\n.世界 4171 sites – $50 \r\n.公司 46161 sites – $50 \r\n.商城 6 907 sites – $50 \r\n.商标 9865 sites – $50 \r\n.我爱你 15465 sites – $50 \r\n.手机 31543 sites – $50 \r\n.机构 243 sites – $50 \r\n.游戏 187 sites – $50 \r\n.移动 3277 sites – $50 \r\n.网店 3711 sites – $50 \r\n.网络 30808 sites – $50 \r\n.닷컴 5937 sites – $50 \r\n.بازار sites 648 – $50 \r\n.شبكة sites 833 – $50 \r\n.موقع sites 478 – $50'),(219,'PxNcTvXFUoamtezp','InwiWfXps','2222120550','mrj1950@bellsouth.net','wZsoBLYv'),(220,'GJPnYNtauFDozqm','AUptXNLl','9471771165','mrj1950@bellsouth.net','DWHzEPuIZGbgFer'),(221,'NZKPbedQ','ULkpgYwWMfzjh','8866346029','camronthornton2@gmail.com','ivpHwEYaomQ'),(222,'ozVZuaGsjhqM','aZfbhMeXAiU','2001323453','camronthornton2@gmail.com','awDFXjcCqrl'),(223,'iCSnNgaLdrB','qbANjitSVmBDzn','6144919258','lakesha.hardy@yahoo.com','zTroclnyuGsXKwJM'),(224,'ePXvBqOVxmoQzsjW','dBKWMSrGEV','9800324870','lakesha.hardy@yahoo.com','XIeQfhoxMqr'),(225,'OdmHhorT','mMIvaAWZy','8244845927','corbie_norwood@yahoo.com','JVnlzZuMeP'),(226,'JxHPSrkyvgQ','vSlgAUxjIOkedfBu','9857646241','corbie_norwood@yahoo.com','WiJTARvV'),(227,'rHwQfOUyKTJAktch','EqVWgtTG','6723547898','davidjames7246@gmail.com','MLBciGzCauNIZjJ'),(228,'niQBsoqLmrA','tuXJyUKTYZimWsMn','9948112685','davidjames7246@gmail.com','EVIjuevH'),(229,'pSLOnrYdszkAw','CRUBGabQsJNTAXc','3123448945','paulbriggs1990@att.net','cjMTwPdWUFO'),(230,'DzFPictfaq','OWoZqiDyHtl','3393056638','paulbriggs1990@att.net','fWNtUHpFlkTXgI'),(231,'ouqkmPhG','cVxAHrPIbLM','5578851698','rhough1@att.net','zHgsFZabxui'),(232,'EldOzpHZq','GZlzSybsuQYdNRW','9203012722','rhough1@att.net','RFjkPiDxWE'),(233,'QUsfMVLzk','vEwGjFgKou','2542408153','stormymaple@att.net','EzSBWsUZM'),(234,'xCekgVawjGzQp','JtqNnPDcmdhF','9681705106','stormymaple@att.net','WUBQLjSqyTeFfgh'),(235,'YOosiuzlc','wKAbsJvzmVQn','3007435134','bean.salmon@yahoo.com','iPtjcySWlkFI'),(236,'tsTjieHDQgrqXKy','aiqesgcXCFVv','5774205932','bean.salmon@yahoo.com','gGvcbsXzaJEZeHi'),(237,'Michaelculky','Short-term investments in bitcoin!','83313975245','robertVon@gmail.com','The project operates in more than 100 countries. Now ELDORADO is available in your country! \r\n \r\nInvestment currency: BTC. \r\nThe minimum investment amount is 0.0025 BTC. \r\nThe maximum investment amount is 10 BTC. \r\nThe investment period is 2 days. \r\nMinimum profit is 10% \r\n \r\nRegister for free here: https://eldor.cc#engbtce \r\n'),(238,'gGBrhAaumY','AvBnyLSCc','6022203076','brandtr_handring@yahoo.com','WIlpdTtKUObLDVZm'),(239,'oNZLcCSuq','DsQgynVho','2047127203','brandtr_handring@yahoo.com','IXdQipLOlcn'),(240,'ljUJyrimDvx','CBHkQVYd','2185711449','cranstone.tim@yahoo.com','VsoXaKzYgWpUdeRv'),(241,'oKWDTHevSQx','gIHzAOqpMfD','3443646180','cranstone.tim@yahoo.com','lowJWHDgf'),(242,'Kevinnum','cheap monthly SEO plans','82828572349','rodgerCit@outlook.com','hi there \r\nI have just checked advisiahub.com for the ranking keywords and to see your SEO metrics and found that you website could use a boost. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods \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 boosting your business sales and leads with us, today! \r\n \r\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(243,'oilXtPNcJweh','gPuoJHMwUm','3338895422','jordemc@yahoo.com','zrknldws'),(244,'TXchjimOJy','txaGbEcpuBs','4659846094','jordemc@yahoo.com','UovcThHGbulZIO'),(245,'kMsNWqXClPb','WFplTXhex','7525605904','djustinmcall@yahoo.com','LoCQNvjyJwfcgEi'),(246,'azhRVoSJpg','jgPCAkBapsWyL','6619065378','djustinmcall@yahoo.com','iruyZDCHFGS'),(247,'GZRrmDMQAUWnNB','SfbEGFUxtPcXCM','2221773165','culver0046@yahoo.com','tfJYougKbOZaj'),(248,'wakCQqmnuRlBo','ourhMOIDT','8904458451','culver0046@yahoo.com','JkrvsyBCmi'),(249,'DXVHyzKeNGlFmAQ','dGZOBCrenXuYwNMh','2197274015','tonycos01@yahoo.com','mecfsYwWOZhBGU'),(250,'xcTfPUadsX','zDqROsHZbYijUQCl','8534766840','tonycos01@yahoo.com','aDPELBxMOG'),(251,'PFhdTafx','XRrCZPVS','2094246931','bryanohara@yahoo.com','CnmIogjMOVhRvz'),(252,'ItGqNaPxeYSQAEr','OnUlgCvSr','8270934884','bryanohara@yahoo.com','NuOiWZFjpJU'),(253,'Anika','Führung_ PV 37/262.','0307567586','terrell.jermaine@outlook.com','Hochwertige Waren vom Produzent. Fabrikverkauf.\r\nVersand am gleichen Tag. Bis 95 % günstiger als auf dem Markt.\r\n\r\nKartons. Maxibriefkartons, Umzugskartons. Klebebänder. Acryl. Solvent. Eco-Kautschuk.\r\n\r\nBau Folie. Estrichfolie. Gartenfolie. Malerfolie. Abdeckfolie. Schutzfolie.\r\n\r\nLuftpolsterfolie. Schaumfolie. Alu-Folie, Alu-Luftpolsterfolie. Alu-Schaumfolie.\r\n\r\nPanzerband. Duct Tape. Papierklebeband. Malerkrepp. Gartenvlies.\r\n\r\nDoppelklebeband. Teppichband. Schaumklebeband. Alu-Band, Alu-Klebeband.\r\nArbeitshandschuhe und Vieles mehr.\r\n\r\nInfo auf: http://www.foli88.info\r\n\r\nMit freundlichen Grüßen'),(254,'Carmen','growing your business','573-738-8918','carmen.carries@roivisitors.icu','Id like to introduce you to a service that connects you with people interested in your business. This point and click service is simple and easy because we do all the work for you. \r\n\r\nDiscover how you can get new customers today:\r\n\r\nhttps://bestpatronmax.icu/up/?=advisiahub.com\r\n\r\nRegards\r\nCarmen\r\nTraffic Expert\r\nChoice Traffic\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\n361 Southwest Drive Suite #731 Jonesboro, AR 72401\r\n\r\nIf you did not like this marketing message you may avoid future ones here: https://bestpatronmax.icu/unsubscribe.php?site=advisiahub.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n'),(255,'Marion','Unser Kontrollzeichen AU 51-871.','0304565636','galen.candler@gmail.com','Hochwertige Waren vom Produzent. Fabrikverkauf.\r\nVersand am gleichen Tag. Bis 95 % günstiger als auf dem Markt.\r\n\r\n\r\n\r\nMüllsäcke, Muellbeutel, Müllsack.\r\n\r\nKarton, Umzugskartons, Umzugskisten.\r\n\r\nSandsack, Sandsäcke, Gewebesack.\r\n\r\nRaschelsäcke, Raschelsack, Sack.\r\n\r\nSpänesack, Spänesäcke, Absaugsack.\r\n\r\nAbdeckplane, Abdeckfolie, Baufolie.\r\n\r\nAlufolie, Frischhaltefolie, Aluminiumfolie.\r\n\r\nAbklebeband, Goldband, Malerwerkzeug.\r\n\r\nAlu Klebeband, Aluband, Aluminium Klebeband . \r\n \r\nAntirutsch Streifen, Antirutsch Klebeband, Antirutschband\r\n\r\nKlebeband, Doppelseitiges Klebeband, Doppelklebeband.\r\n\r\nSchaumklebeband, Klebeband, Doppelseitiges Klebeband.\r\n\r\nReflektorband, Absperrband, Parkplatzmarkierung.\r\n\r\nKlebeband, Paketband, Packband.\r\n\r\nPapierklebeband, Klebeband, Packband.\r\n\r\nAbdeckplane, Abdeckfolie, Baufolie.\r\n\r\n\r\n\r\nUnd Vieles mehr auf: http://www.foli44.website\r\n\r\nMit freundlichen Grüßen'),(256,'JessieDaype','Tired of low quality CCTV cameras? ','83689554296','info2@revlight.com.sg','Dear Sir/mdm, \r\n \r\nAre you satisfied with your current CCTV on quality and service? Tired \r\nof cameras that always broke down easily? \r\n \r\nDon\'t worry, we manufacture High-Definition Security Surveillance \r\nSystems for Residential & Commercial uses. All our cameras are metal \r\nweatherproof and comes with sony sensor for maximum quality. \r\nIPcam video quality: https://youtu.be/VPG82dnXfWY \r\n \r\n+65 6678-6557 \r\nEmail: sales@revlightsecurity.com \r\nW: http://www.revlightsecurity.com/ \r\n \r\nHave a nice day! :) \r\n \r\nregards, \r\nJessie Chang \r\n7 Temasek Boulevard, Level 32, Suntec Tower One, Singapore \r\n038987'),(257,'XjIZfqEyNdO','AouVdCLkfyDHYGz','9583185627','roddie_kitchen@yahoo.com','KRnqtmoXrFziBEh'),(258,'rGiXCdPWuxc','lUuWaDsyvno','7050553040','roddie_kitchen@yahoo.com','bFOVQeBxYLaEW'),(259,'boseKhMZptyR','cjUAbWhZResIrOox','8898385149','sgh_enterprises@yahoo.com','YrsVazCPDAgIOdBW'),(260,'whixlEOcptoDzy','jOMtioxlKrhJ','7736131848','sgh_enterprises@yahoo.com','rEcLWqjfMDAbVge'),(261,'GlennFex','Digital discourse at the service of startups','82888965871','cotionads2019@gmail.com','HI.I sent this message on behalf of Cotion and I am going to introduce a new solution in the digital marketing field. A 60-seconds animation which is describing your product, is the best stimulus on social networks. \r\nIt can list the features and benefits of your product, describes how to use it, and invites the audience to become your customer. \r\nCotion is the web service that helps startups to market their products for free and create demands for it. \r\nIf you are a startup and want to market your product, we are at your side. \r\nJust start with the link below. \r\nhttp://www.cotion.uk/landingpage \r\nMr. Rad \r\nFounder of Cotion'),(262,'nTkPgIayftJCuvz','mbclLvHoyOKFRTX','8025227784','nickel6780@aol.com','zlekYBDwh'),(263,'VHNfYezkFlDnKyPU','wDmRcUQdXtusnCMB','5682136882','nickel6780@aol.com','ZfWlsutJHBhORLQM'),(264,'yPVtmYjMlOLIfTn','uXEcKpkPaVOq','4584047399','moreland.henrik@yahoo.com','hJlpKPgEkNWYuXc'),(265,'LdDgctEomnw','roTmXKJMDHQ','6003940413','moreland.henrik@yahoo.com','ImbyTBMvHeGdg'),(266,'FHGDItsipLgfzUa','AKlqDJayMvuYQwdH','5511277080','wilhelm.roskelley@yahoo.com','PMGiUbcVXZQO'),(267,'DJNPLntGvIlkiCqb','IskMFHJQCexVlYZ','7846196744','wilhelm.roskelley@yahoo.com','tOTinSbvashrJm'),(268,'tUaMnyqVXEH','FVkBJmdW','2595074153','digglesrutter@yahoo.com','MHnRKpvcwmBdD'),(269,'AwxPOrZKJXEGyue','xINJoiavXf','9641327069','digglesrutter@yahoo.com','HhFiCKQnNWEb'),(270,'pUAcgRlXEnNLHw','tpEMzgXeQGFoqPnk','7009257278','michael.zapf134@yahoo.de','MFcCIZPteoijhvfL'),(271,'xuwKaCPtoWLApIy','yXilgPENazOpotwG','2818894397','michael.zapf134@yahoo.de','pvILSWUTJbcEGwP'),(272,'QaVJhynpZo','XRdMtLNbUFP','2926846993','fourleaflawncare@yahoo.com','WCYJxgIep'),(273,'GjSVfYDLkKgIqHBN','uDFveiXAQaHgnEG','4609265762','fourleaflawncare@yahoo.com','bCBDmLJXpOH'),(274,'WGQvRghVwtFmJnT','FEeJxcNuzXgMaq','2778861748','rain.bryon@yahoo.com','UOqnmZILMuYaRK'),(275,'IbjSTzdwLnXtsm','dlhKVkIEfbWziF','7744350764','rain.bryon@yahoo.com','dgCPkMyLhmx'),(276,'BbgpeIWoNJAOyXz','apwQrNZhSBbEc','3668107081','huggan_derron@yahoo.com','GIdeQRklv'),(277,'GAdBMeuTcyxQkJEp','HFgYshWMUiKSzby','9884328184','huggan_derron@yahoo.com','qnAtzIToU'),(278,'Charlesjadia','Delivery of your email messages.','88639136553','raphaejath@gmail.com','Hi! advisiahub.com \r\n \r\nHave you ever heard that you can send a message through the feedback form? \r\nThese forms are located on many sites. We sent you our message in the same way, and the fact that you received and read it shows the effectiveness of this method of sending messages. \r\nSince people in any case will read the letter received through the contact form. \r\nOur database includes more than 35 million websites from all over the world. \r\nThe cost of sending one million messages 49 USD. \r\nThere is a discount program for large orders. \r\n \r\nFree test mailing of 50,000 messages to any country of your selection. \r\n \r\n(We also provide other services. \r\n1. Mailing email message to corporate addresses of any country \r\n2. Selling the email database of any country in the world) \r\n \r\nThis offer is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nEmail - feedbackform@make-success.com'),(279,'yBEDANmFg','KViIzbjwpS','6326743288','annbenson385@gmail.com','UCLoJXNrH'),(280,'rxJlnOwEqXLtvU','KCDNEALokYJVPd','7604812756','annbenson385@gmail.com','fEteuxiwAcNr'),(281,'smyeDPWKh','cvxArhsTMEPN','7834975658','jaredprecious@yahoo.com','pHvXzncN'),(282,'Slzoexiud','qVeafnCutBGZ','6208570596','jaredprecious@yahoo.com','jegphBVnO'),(283,'xfrpIPFvuc','cMNlCvptJLHRs','3032496147','david.stewart@worldnet.att.net','MTEOYSIRofgPXDp'),(284,'aVwxucgXUqfDyGes','TjFcLRBCdrJiWK','3701913506','david.stewart@worldnet.att.net','NwWlxuZv'),(285,'Davidnaida','improve ahrefs score with high UR DR score backlinks','86816561357','rodgerCit@outlook.com','Buy very rare high ahrefs SEO metrics score backlinks. Manual backlinks placed on quality websites which have high UR and DR ahrefs score. Order today while we can offer this service, Limited time offer. \r\n \r\nmore info: \r\nhttps://www.monkeydigital.co/product/high-ahrefs-backlinks/ \r\n \r\nthanks \r\nMonkey Digital Team \r\n \r\n200 high aHrefs UR DR backlinks – Monkey Digital \r\nhttps://www.monkeydigital.co'),(286,'kUFOnfWaKsXgtLDe','ANUSYZJzG','5592144553','pktiwary@gmail.com','EGxKSgwC'),(287,'QOzTuHUxbrhfoP','mRdkcXnNqFi','9101182050','pktiwary@gmail.com','EYpxGliDm'),(288,'TWRMUEyhBPv','cGwmIFlniD','9572618080','richard.barrera@oncor.com','svwqkBleiYWrU'),(289,'EZbKWqRVepJdw','ZYcDvRfio','7058590022','richard.barrera@oncor.com','yOtvefCWLuU'),(290,'PHFiyhTMlwnC','wmSyEhGWf','5546779522','katieandaustinsmom@yahoo.com','HfFDdKcSep'),(291,'ASyHufNBlTjtK','QXNFyxvDfhjuUtnC','8977881150','katieandaustinsmom@yahoo.com','qBNJUVeQafTEt'),(292,'IRMvPNhaxgLpw','dHaEJzKTV','4477519145','matthewvanallen@yahoo.com','uczjvyZAhwB'),(293,'mSVLbuXwWUDMv','bwVNyLHmvuIz','7600206456','matthewvanallen@yahoo.com','zUsogNXqhEn'),(294,'doUKJYET','gUGMnVmhqdeaFSf','8809239753','wismereldredge@yahoo.com','SHaZsrQtcRL'),(295,'YUEFGWOkHBAScNtL','wqlpdFzYGcx','7937451172','wismereldredge@yahoo.com','bGwziUQBCNZ'),(296,'OCmXAcDzFeBw','cBrXmtsSaZ','5993056946','john@johnfiedlerconstruction.com','uhqCGZTJEOasmFzX'),(297,'ZrhUqKOVeFd','TckYNuoijRvSla','9203317140','john@johnfiedlerconstruction.com','YnciZXvUjTSP'),(298,'sjUOTGIKX','qDFVaOXHvrPY','3822640021','littlegrasshoppr@yahoo.com','HLelbvjQ'),(299,'fjGLONqwrYKCZl','lDiqaONt','3279470226','littlegrasshoppr@yahoo.com','tEGJVxMicn'),(300,'nTXDMCEVOdab','WlKHvNyproYTFt','7743469008','kgrant419@yahoo.com','DQGZPcoTFz'),(301,'EtDRagpjNvc','sNVStvylWxmCrdcL','3874514191','kgrant419@yahoo.com','bXBecSvlQFoHgst'),(302,'tWmTBoiCyqcNJS','rMRgJXZvwG','3096602726','wendy211393@gmail.com','AIKeNrgzyWlDk'),(303,'THYiaJgKyfPzn','pALludbnSD','5744999872','wendy211393@gmail.com','bsLqMEFjaWhigIXd'),(304,'AGLfEZSWF','GCwKUhNxWXFBnEPi','4216847281','mattjperkins@gmail.com','LmbCVxnEvUsJY'),(305,'CXevZnKrRT','VpEwRbnDa','3409758580','mattjperkins@gmail.com','dvxPeohcnraD'),(306,'shINjeHO','JcTaSZKOzQmPrghR','4109583790','bbahrns@bahrns.com','NLaokHxWEdOjKtIG'),(307,'XSwosxaMebjFQi','NQGnrcaOBbSxUX','5545682628','bbahrns@bahrns.com','GBLQuiVAD'),(308,'QLDUdKqpTehPbH','nlBLuEavVDOZGze','9333765531','danielle@columbuscaraudio.com','ohkDgYCBr'),(309,'nwfNJbVhrSg','cuUxRryYNzlEOTn','4888320683','danielle@columbuscaraudio.com','ArzNodPmWXIwq'),(310,'JoZEnUfXVmupL','YansLNECeivltJrI','9583448369','jjholdaway@gmail.com','ZiTJfdMQ'),(311,'ISHqiRNV','meSFwWoasrtAZ','3063517410','jjholdaway@gmail.com','kbSWUvLZjYRe'),(312,'BzOMgADmKQbeFvc','EdsKmCReD','8588838368','procter.christy@yahoo.com','dzNITyGgvY'),(313,'HSmiPNMzFlETckX','FdIVWJurNo','3722450927','procter.christy@yahoo.com','gklJuYCp'),(314,'PfIvYouKZrh','dNmjsIciGvUPwHT','9763540288','kahawkwx@gmail.com','EIlKkJetvUQqwAgH'),(315,'apTCALdePsFtgy','ayzNjnObMmL','4307538536','kahawkwx@gmail.com','KWNFrCZUR'),(316,'FNWgJiTbRGdnI','emfRxIwKMbdLkzac','8368296248','mcj_mom33@yahoo.com','cdRGrkjDQNCFXOWt'),(317,'GbUWSsXIT','JueXDQwrvEjqOHyz','5876506160','mcj_mom33@yahoo.com','fxIThavpNyOo'),(318,'VGOzUMAqETuvS','mNjCLsXi','2242390825','everettlightburn@yahoo.com','CgXewcYhy'),(319,'kgBaseVdPzov','xnPwWHSyU','8157255263','everettlightburn@yahoo.com','XGfhlwqnHMNg'),(320,'LpMDfrtVh','iwaLGtFlqWOKQSvD','3686993802','jrreich09@live.com','cyWdaIjBSDN'),(321,'hVTeNyEPFSlRrs','VkfXNhBwATjF','6341517397','jrreich09@live.com','gLRoGtYeFnXi'),(322,'yPMxucfEvsGQi','gsFqpfGeOH','2008567811','brennandkort@yahoo.com','prYCdfbNKMVXmvcO'),(323,'tVLyRqBhJbIlon','URhPivrZbp','4276508608','brennandkort@yahoo.com','IYuknJlemzaVA'),(324,'iHbmPKDXBfuIYnW','owstJqyuCjxFePG','2268775646','hhdaryani@sbcglobal.net','ojwySBAON'),(325,'QkrHtCAoZg','wBNtUDWpGHCZ','3092129784','hhdaryani@sbcglobal.net','LZgbwKXli'),(326,'QVRjKZWvGpSuAm','gfCwpWlomqe','5210232168','fogg.dumpguy@gmail.com','PVsXOwQy'),(327,'RKBeEdsjDtuJfVN','ogmAaBZRu','6931603337','fogg.dumpguy@gmail.com','nTFprNVhoi'),(328,'IkJzKnVQTg','QNurEfovtcJewRT','5434841839','bcklotzle14@yahoo.com','gdihNuDaR'),(329,'VYyZiMbalzSpKxo','PVoJAnmxfWe','3315775684','bcklotzle14@yahoo.com','xXdLkuiCwBvTUW'),(330,'tuAokEaYh','WMBsTlfrHXuqvgEK','4138793124','ywang6666@yahoo.com','KVQxEiRrl'),(331,'KYUrjVaLh','OrUJmtkg','7163460884','ywang6666@yahoo.com','jAdInTyspRVMw'),(332,'qSPdGkIvRjHy','mYEzFIPiywxHOl','6768825172','westernkarel@yahoo.com','kfVKdlInOPh'),(333,'UsCdAIhfVO','AQoCYjpBdN','4038898635','westernkarel@yahoo.com','xrQSzKLTdXZvC'),(334,'fhCBtuxPewQ','pKdUqsOSGQwClkJt','6624200042','falito.mccully@yahoo.com','IVmpcKRUvD'),(335,'tFBkwdeQnR','MqiQsEpwWrm','4844753029','falito.mccully@yahoo.com','WEcbhmoRN'),(336,'KuXnFYDPdT','HAYsuWkRG','4587342625','michael19593454@att.net','IhxFPwvJsVn'),(337,'QNYmCsgDcuBlx','ioQfSEseWPwxM','3964016072','michael19593454@att.net','WVJwNpgUhzYaoI'),(338,'WilliamHoata','Check-in at the \"Crypto-M\"! First in the list of the cryptocurrency market.','83374515459','williamProla@gmail.com',' \r\nThe project operates in more than 100 countries. Now CRYPTO-M is available in your country! \r\nMore than 4 months of successful work in the cryptocurrency industry market for the blockchain systems Bitcoin. \r\n \r\nInvestment currency: BTC. \r\nThe minimum investment amount is 0.0025 BTC. \r\nThe maximum investment amount is 10 BTC. \r\nThe investment period is 2 days. \r\nMinimum profit is 10% \r\n \r\nRegister for free here: \r\nhttps://www.crypto-mmm.com/?source=engbtce '),(339,'OSdZkpbGrv','fjogBTLc','6535164193','dtashina@yahoo.com','KnPBSMNVixgub'),(340,'JCvHukPgS','bNsCgnEkAeJ','6652524142','dtashina@yahoo.com','fDowGKyVamAH'),(341,'OsFonyQXtbNYjB','PSnCOXlA','7237613021','kii0nu1inder@yahoo.com','NIqGBDjv'),(342,'VSmOlFxHhvQbMa','JitZGmev','2305629684','kii0nu1inder@yahoo.com','xeULDtKSlHAm'),(343,'SQVGaPIdUYkFlK','pOKGxnryvAR','9955800288','mccarthy_elissa@yahoo.com','pTLWXDmPQvlEg'),(344,'bSKRMLgDdsvP','HnbviCKuBJgOU','8676452678','mccarthy_elissa@yahoo.com','iBzXnOcbLmvkEQMG'),(345,'vTnYDcWAfZQjCV','mPdHaYbgBnGUXoRA','8802210362','bithamlinnie@yahoo.com','vkpJRfboCLUrXIO'),(346,'VZjdNJmrIuqxbtc','UleSaErmPWsJ','6228877518','bithamlinnie@yahoo.com','CUpWSqmMjaDwA'),(347,'Sarah','Impressed With Your Site + Suggestion','917-675-5528','sarah@mybizexplained.com','Hey again, \r\n\r\nI was recently on your site and I can see you continue to pour time and energy into your digital presence. Your hard work shows and it’s really coming along!\r\n\r\n\r\nWhat caught my eye was, despite the engaging layout & clear investment in your site, you’re still missing an explainer video to easily convey information to website viewers. \r\n\r\n\r\nIt\'s sad to say, but web visitors today are lazier than ever! Without high-quality video content on your site, you are missing out on potential customers. These potential customers are already on your site - you just need to convert them!\r\n\r\n\r\nFYI - I work at an amazing explainer video & marketing firm that specializes in creating fun and easily digestible homepage videos. We have actually created several such videos in your industry. We have offices in California + Jerusalem Israel.\r\n\r\n\r\nI would love to chat further about how I can help. Email me laura@MyBizExplained.com or see some samples on www.MyBizExplained.com\r\n \r\n\r\n--\r\nSarah Gold\r\nManager\r\nwww.MyBizExplained.com\r\nSarah@MyBizExplained.com'),(348,'ClaytonTeelf','Venus Coin is on sale at 70% off! Now $ 0.03 / 1vnc !!','85173442246','noreply.venuscoin@gmail.com','Hi, This is Venus Coin Project. \r\n \r\nVenus Coin is a new cryptocurrency used in the $ 350 billion night entertainment market (clubs, bars, dating clubs, sexual customs, etc.). \r\n \r\nWe already developed wallet app, exceeded 100,000 downloads worldwide, and settlements are now possible at 15,000 stores in this market. \r\n \r\nVenus Coin is planning to list on the world\'s largest exchange in February 2020, and we decided to start the biggest sale before listing. \r\n \r\nIn this sale, you can get Venus Coin at 70% before the listing, so don\'t miss this chance. \r\n \r\nList price on exchange: $ 0.1 \r\n70% off with referral code : $ 0.1 > $ 0.03 \r\n \r\n—————————————— \r\nReferral code: 9`aw*e2DwL \r\n* Expiration date Dec 31, 2019 \r\nPurchase : https://venuscoin.ge/purchase/ \r\n—————————————— \r\n \r\nEasy to purchase \r\n1. Install Venus Walle apps \r\niPhone > https://apps.apple.com/jp/app/venus-wallet/id1447838722?l=en \r\nandroid > https://play.google.com/store/apps/details?id=ge.cryptolive.venuswallet&hl=en \r\n2. Enter the form and referral code > http://venuscoin.ge/purchase/ \r\n3. Enter the amount you want to purchase and pay with BTC or ETH. \r\n4. You will receive Venus Coin within 3 business days after purchase. \r\nMinimum purchase amount is 0.05 BTC~ \r\n \r\nCEO and founder Keisuke Chiba says that the price of Venus Coin will be raised more than $ 30 by 2022, and this sale is the Last chance for you to get at this price, so don\'t miss it!! \r\n \r\nAny questions or concerns, please feel free to contact our support. \r\n \r\n<About Venus Coin> \r\nOfficial site: https://Venuscoin.ge/ \r\n \r\nTwitter: @venus_coin \r\nInstagram: @venus_coin_project \r\nFacebook: @vnsproject \r\nYoutube: https://www.youtube.com/channel/UCIk_9GAYAttM0n8WwzBJDCQ/ \r\n \r\nSkype: CryptoLiveJapan \r\nTelegram: https://t.co/rObAKQz0mQ?amp=1 \r\nLINE: @ 514zrjrz \r\n \r\n<Company> \r\nCryptoLive OU \r\nNarva mnt 5, Tallinn, Harjumaa 10117 \r\n+ 372-618-9563 \r\nhttps://cryptolive.ge'),(349,'odlrYKkxVXHO','wMTYQrWBHonRS','3501066729','gertrudismackinnon@yahoo.com','bERAsPZJpIhg'),(350,'ceHVDiFnPoM','orMTzmOaCZdf','7390111609','gertrudismackinnon@yahoo.com','qroUWiyfzETg'),(351,'uABkMbqfsPQ','QmKvCqdUVwHpc','6337112314','lanniegreenhalgh@yahoo.com','JoNXyQwvtKsGUez'),(352,'GZXnBlzmHQYV','PRvSXnAoVltgx','5334994078','lanniegreenhalgh@yahoo.com','fZAwnohluCgqOM'),(353,'EuCUzfAlMF','zhKiEVjbdC','8789987256','jennholmes1221@yahoo.com','ciXwyZlxKkTjVS'),(354,'RQExKvSZYk','tDTJhEpFXjalHBI','9956328514','jennholmes1221@yahoo.com','lRoqNHAwTdQOshj'),(355,'yGKAfbitmTPn','gYzxKIEeNm','4763888633','willoughby.jeanette@yahoo.com','oIpjZBnyqFzdwb'),(356,'iomtDzHxaglhWM','AFhnsmtVOiokKJ','9928908446','willoughby.jeanette@yahoo.com','khuvxdZi'),(357,'NtGSoAerCiJh','wayvFGcEXQiI','8144461584','rebekah_paxton@yahoo.com','mxjUSzyubBM'),(358,'mtcHPXoWwZQVIxpJ','XdOvDeQNaIgEzCS','4462223765','rebekah_paxton@yahoo.com','VNxApMLnZE'),(359,'FxwuTist','ObuMYrxkgEa','6931517368','tierneyjolyn@yahoo.com','eYBGLACctKFvhqsf'),(360,'xbhJDkPGAuwVMv','ykNJlgcmIaDErTP','4010610391','tierneyjolyn@yahoo.com','uzihSOCfv'),(361,'QLNMzUWTRdy','yiWtDCrsFpVwAXqK','6727686488','rhondahovan@aol.com','MVGYOZvzIa'),(362,'kofiXHJMxAzEjSt','dKizCNmJFUyTa','4711436243','rhondahovan@aol.com','IqKjaTYtVWRs'),(363,'Jeanette','Special Offer: 50 quality unique PBNs for only 49$','(71) 2549-9209','jeanette.gow@yahoo.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'),(364,'yPKUzGjMkatoDrsX','vGDnXsOdufAam','8404149163','sneed.elicia@aol.com','lTPxCfkjGZNUFy'),(365,'uYeTArDJoFhNwaRz','GKITizopyLUhsV','9899916273','sneed.elicia@aol.com','VRmBcOzNik'),(366,'Matthewdof','UNDERGROUND TRUTH OF BIBLE PROPHECY','87221674348','ranierman2008@gmail.com','These are indeed the end times, but most are in the Falling Away. Trust God that He will lead you to the truth. The real body of Christ is outside of the Church. \r\nWe know what’s going to happen, and we will send you prophecy which you can discern. To receive it, take a chance, text email or postal contact info to 541/930/4440'),(367,'CMJTdtNwque','HSaTBQZDmG','6251318366','linsey.chorlton@yahoo.com','xpFlRHiLcnbI'),(368,'RIwTVrNjevpFUmEn','RnIrUsgoTGS','3103364689','linsey.chorlton@yahoo.com','VwIHSzBd'),(369,'Antoniobog','Test, just a test','88221419173','yourmail@gmail.com','Hello. And Bye.'),(370,'HDIZfcsGSxLg','aqFNjEnIOD','9796805254','cecille_whipp@yahoo.com','rlwiEKbUFLSd'),(371,'CcjEBnGWUal','aeXlsFyE','7319531779','cecille_whipp@yahoo.com','hYeTpEzxjbim'),(372,'uJHlZczWIMTQR','YBKDsASajok','9336343076','salenaderham@yahoo.com','wldgiuKLz'),(373,'XVTHzAmEKJR','KqirQIGo','9457748107','salenaderham@yahoo.com','oGVAWfIK'),(374,'zdGNMSvgh','fgYAtzEQDVIFlv','3867035255','whitebear32907@yahoo.com','NejrAuYyslUH'),(375,'DZEePFGcq','npEYxGcUJf','4981352178','whitebear32907@yahoo.com','ExmXNQWjtGscTzr'),(376,'AJUKlWNBqPXa','IzbOwnDi','5283358062','latitiahamnet@yahoo.com','yWtXLVUicTekH'),(377,'IBTNWhrsiH','rjqFfvOMxXCNKguR','6315982006','latitiahamnet@yahoo.com','jUkqfKWlVny'),(378,'yrqxFwjzKXWbBOsC','oLKdlJEgXSZqOArW','6063762883','babthorpe.n@yahoo.com','eygwGXBVZ'),(379,'QhbOFIzJPsaXSMw','pYWCGqOHU','9247513289','babthorpe.n@yahoo.com','yreqbVaMkvNuRJI'),(380,'tkRnwXFJ','gevNcwMyinkBX','2618284643','skeat.lavonne@yahoo.com','IVARUxbOkhZL'),(381,'eIhEuvCmPBnUZ','gGAuQwEvcIbsk','2823256558','skeat.lavonne@yahoo.com','WGRTENduxzqZb'),(382,'FLKiRTfDCJYsw','KzoTIUQLvscEbphG','8937375855','rodlertreva@yahoo.com','soJzOGgYZ'),(383,'JrjlTnXPueA','fojBcqPWHguAy','9710108007','rodlertreva@yahoo.com','neWVKZaN'),(384,'gNkmKsDeER','zUYKAeHn','4601494803','mytton.marvin@yahoo.com','zQZGgWiXjhfsmKR'),(385,'kUqyuiVaXmrLJlQ','qFmTLsbPSDyQY','8720352336','mytton.marvin@yahoo.com','COcSbyiNFu'),(386,'StephenTit','cheap monthly SEO plans','89848748173','stephenTor@gmail.com','hi there \r\nI have just checked advisiahub.com for the ranking keywords and to see your SEO metrics and found that you website could use a boost. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods \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 boosting your business sales and leads with us, today! \r\n \r\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(387,'Megan','missed','213-558-2100','megan.roth@webtraffic.top','Hi,\r\n Did you know your website missed out on potential customers today? Even though you are doing a good job with your website.\r\n\r\nThe problem is there are more people out there that want to do business with you but they just don\'t know about you. \r\n\r\nNot having that visibility is losing you money every month. \r\n\r\nIts no mystery that in order for someone to do business with you online, they must visit your website. For most companies if you increase your visitors by 10% that directly translates to 10% more revenue. \r\n\r\nIn other words if you can target the people interested in your products or services, and let them know you exist, then your chance of making more money increases. \r\n\r\nIf you have the revenue that you need then you are free to focus on other areas, like new products, services or other marketing like a video customer testimonial. \r\n\r\nInterested? Discover how you can put yourself in front of people that don\'t yet know about your company:\r\nhttps://webtraffic.top/up/?=advisiahub.com\r\n\r\nSincerely,\r\nMegan Roth\r\nTargeted Visitor Specialist\r\nWebTraffic.top\r\n\r\n\r\n\r\n\r\n\r\nWeb Traffic\r\n11918 SE Division Street #1054\r\nPortland, OR 97266\r\n\r\nUnsub from future marketing:\r\nhttps://webtraffic.top/unsubscribe.php/?site=advisiahub.com'),(388,'SvDibsjTWuoyY','BOUtjlfZEFDV','9020400079','hyson.t72@yahoo.com','GhWYrNaMHzQZXvP'),(389,'eJjvymVUcAlD','WZzgHmVOsBk','6107123708','hyson.t72@yahoo.com','NgqVMirDw'),(390,'YzdEjWfvU','HwtigkbhFYuWD','7473271619','carlile.dorine@yahoo.com','foRWDqIvnl'),(391,'qwkCHOtzhyuKjEFa','HLlYMDtibIA','8731245200','carlile.dorine@yahoo.com','NoKUJdfHrqm'),(392,'RE: $ 10,000 success story. Way to earn passive income $10000 Per Month: https://links.wtf/uGt3','RE: My success story. Passive Income: Way To Make $10000 Per Month From Home: https://darknesstr.com/passiveincome994405','81229615467','sarah@live.dk','Fwd: Success Stories - Smart Passive Income. Earn $10000 Passive Income Per Month in 2020: http://www.nuratina.com/go/earnmoney155155'),(393,'kYsMPoyEi','aXuBwLSHFlnA','8356554361','richardson.michal@yahoo.com','GeUKoRHr'),(394,'rMyiwxXISLfK','khfbcOvVGzAK','7472542402','richardson.michal@yahoo.com','PTHNImfOduGyokbQ'),(395,'RE: My success story. The $10000 per Month Guide to Passive Income: https://sms.i-link.us/makemoney23335','RE: MAKE $200,000 IN PASSIVE INCOME! TRUE STORY. Passive Income Idea 2020: $10000/month: http://www.nuratina.com/go/getmoney603845','87675893839','jeremiah-sargood@epifano.musclejapancars.com','RE: A Passive Income Success Story. How I make $10000 per month through Passive Income: https://darknesstr.com/getmoney256452'),(396,'XYlSdpqIBDiFCGV','dlWxMAUPnHkCuQBF','5752901898','youcallmeray@aol.com','tFbTncXzRS'),(397,'QoXAsIiB','uLFyhxRgX','7522583741','youcallmeray@aol.com','IfLzwDbdSUGWxl'),(398,'RE: $ 10,000 success story per week. Passive Income Idea 2020: $10000/month: https://vae.me/o1Yd','RE: Passive Income My Success Story in 1 Month. How To Make $10000 Per Month From Home: Passive Income.: https://sms.i-link.us/earnmoney270527','84388817328','fnumech@hotmail.com','RE: $ 10,000 success story. How to make $10000 a Month Passive Income: https://klurl.nl/?u=CYoy3njK'),(399,'dBnmVsHTObJDRLG','ivumFoMKYN','3742484247','mikbat3@aol.com','FKkiTbhc'),(400,'ChViskKNWcFEHr','GDkRWruNtAYcT','9551098555','mikbat3@aol.com','LtBKzbCQP'),(401,'RE: My success story. Passive Income Idea 2020: $10000/month: https://klurl.nl/?u=Qpxjem30','Fwd: Success Stories - Smart Passive Income. Generate $10000 in Monthly Passive Income: https://vae.me/ETYD','85184328166','gar69@gmail.com','Fwd: Story of Successful Passive Income Strategies. Passive Income Idea 2020: $10000/month: https://slimex365.com/earnmoney819108'),(402,'GcCbyHxaO','mfYTqeDui','4503960564','sericrp5@yahoo.com','bZRmzghUosepwLj'),(403,'oedRnsYMrJ','jYzBknRhi','8153441344','sericrp5@yahoo.com','vBTlrMZLemQYn'),(404,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 1000 investiert, um passives Einkommen zu generieren: https://telegra.ph/Passives-Einkommen-716722-EURO-12-14','Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. So erhalten Sie ein passives Einkommen von 10000 USD / Monat: https://telegra.ph/Passives-Einkommen-53359-EURO-12-14','86376478733','ostlund2@epost.de','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://tgraph.io/Passives-Einkommen-114102-EURO-12-14'),(405,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 1000 investiert, um passives Einkommen zu generieren: https://telegra.ph/Passives-Einkommen-716722-EURO-12-14','Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. So erhalten Sie ein passives Einkommen von 10000 USD / Monat: https://telegra.ph/Passives-Einkommen-53359-EURO-12-14','89129448636','eboy27@live.at','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://tgraph.io/Passives-Einkommen-114102-EURO-12-14'),(406,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 1000 investiert, um passives Einkommen zu generieren: https://telegra.ph/Passives-Einkommen-716722-EURO-12-14','Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. So erhalten Sie ein passives Einkommen von 10000 USD / Monat: https://telegra.ph/Passives-Einkommen-53359-EURO-12-14','88131871723','felixi95@web.de','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://tgraph.io/Passives-Einkommen-114102-EURO-12-14'),(407,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 1000 investiert, um passives Einkommen zu generieren: https://telegra.ph/Passives-Einkommen-716722-EURO-12-14','Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. So erhalten Sie ein passives Einkommen von 10000 USD / Monat: https://telegra.ph/Passives-Einkommen-53359-EURO-12-14','84974472456','m_roma_m@gmx.de','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://tgraph.io/Passives-Einkommen-114102-EURO-12-14'),(408,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 1000 investiert, um passives Einkommen zu generieren: https://telegra.ph/Passives-Einkommen-716722-EURO-12-14','Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. So erhalten Sie ein passives Einkommen von 10000 USD / Monat: https://telegra.ph/Passives-Einkommen-53359-EURO-12-14','84119498341','waroguecraft@gmx.at','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://tgraph.io/Passives-Einkommen-114102-EURO-12-14'),(409,'JUdYqAzIKNpRH','KaATzUvJlX','9670782376','honour.n@yahoo.com','rJjqdILZvOmwST'),(410,'AyDrPKNEa','DhasimIA','6191332363','honour.n@yahoo.com','qJGaRKOABEyXQiC'),(411,'iUdjschNKgLrTRO','gjsRHNJYavCFVXKA','7481380089','nancy_helton@yahoo.com','YnyKXhPM'),(412,'vMkKNtIy','hDgTCbMo','9778204977','nancy_helton@yahoo.com','eGyjQzpdkOUYSbq'),(413,'UKIkqDrxdBwRE','PFhznRfHVuTyLZ','7373520995','conelectric@aol.com','ckiJsurCIOvlSA'),(414,'HIsENaKF','lZIckaEymX','2980036982','conelectric@aol.com','EnesHTrPaxjRpGbK'),(415,'MbJjyIostidQDF','CAcJIvQGin','5819661391','rsegu@bellsouth.net','mYcbojDTuCeanZ'),(416,'RpyCXUBkaEhfx','cefdSDOvY','4776539472','rsegu@bellsouth.net','nJhmESVM'),(417,'Erfolgsgeschichte der passiven Einkommensstrategien. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://telegra.ph/Passives-Einkommen-679025-EURO-12-14','Meine Erfolgsgeschichte. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://tgraph.io/Passives-Einkommen-268753-EURO-12-14','86251486732','gy-au@t-online.de','Erfolgsgeschichte der passiven Einkommensstrategien. So verdienen Sie $ 10000 pro Monat als passives Einkommen: https://tgraph.io/Passives-Einkommen-857578-EUR-12-14'),(418,'Erfolgsgeschichte der passiven Einkommensstrategien. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://telegra.ph/Passives-Einkommen-679025-EURO-12-14','Meine Erfolgsgeschichte. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://tgraph.io/Passives-Einkommen-268753-EURO-12-14','83318362357','1991tonkpils@yahoo.de','Erfolgsgeschichte der passiven Einkommensstrategien. So verdienen Sie $ 10000 pro Monat als passives Einkommen: https://tgraph.io/Passives-Einkommen-857578-EUR-12-14'),(419,'Erfolgsgeschichte der passiven Einkommensstrategien. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://telegra.ph/Passives-Einkommen-679025-EURO-12-14','Meine Erfolgsgeschichte. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://tgraph.io/Passives-Einkommen-268753-EURO-12-14','89665435751','monikajankowska@hotmail.de','Erfolgsgeschichte der passiven Einkommensstrategien. So verdienen Sie $ 10000 pro Monat als passives Einkommen: https://tgraph.io/Passives-Einkommen-857578-EUR-12-14'),(420,'Erfolgsgeschichte der passiven Einkommensstrategien. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://telegra.ph/Passives-Einkommen-679025-EURO-12-14','Meine Erfolgsgeschichte. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://tgraph.io/Passives-Einkommen-268753-EURO-12-14','88798681167','stoyanov.chyvak@mail.ru','Erfolgsgeschichte der passiven Einkommensstrategien. So verdienen Sie $ 10000 pro Monat als passives Einkommen: https://tgraph.io/Passives-Einkommen-857578-EUR-12-14'),(421,'Erfolgsgeschichte der passiven Einkommensstrategien. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://telegra.ph/Passives-Einkommen-679025-EURO-12-14','Meine Erfolgsgeschichte. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: https://tgraph.io/Passives-Einkommen-268753-EURO-12-14','84614535247','emocore15@gmx.de','Erfolgsgeschichte der passiven Einkommensstrategien. So verdienen Sie $ 10000 pro Monat als passives Einkommen: https://tgraph.io/Passives-Einkommen-857578-EUR-12-14'),(422,'IPguakWnRQ','tmETjRPHV','3268718562','mantillaanny@yahoo.com','EMWBOdKNut'),(423,'gBSVKDfobLcY','OcSMJyXLCnsrlPBF','7431653310','raina.stalker@yahoo.com','JopAnrkjQZyI'),(424,'IwmuGhqeTDAMvZy','flysFRTMNJwKmthu','4847043004','raina.stalker@yahoo.com','oLeZqlgmUFCGBMDj'),(425,'bNoUOmkY','nDMyzSNuKG','4488783617','mlczar@yahoo.com','zxRUGcghdJrSvWa'),(426,'kqwNEaCMjJruOh','zQcMmDpgrKstF','5412078792','mlczar@yahoo.com','vDmJadETxCO'),(427,'JohnnieCaw','Do you accept bitcoin?','88632583791','jackob.james@yandex.ru','Hello! \r\n \r\nDo you know how to spend working hours with benefit? \r\n \r\nYou can grow bitcoins by 1.1% per day! \r\nIt takes 1 minute to start, quicker than a cup of coffee \r\n \r\nTry http://satoshigen.space \r\n \r\nPowered by Blockchain.'),(428,'oTEInxNsgYQ','ovFjhTEJ','9400273554','nathaniel.pelletierkb4n2@aol.com','uCIxFEhjK'),(429,'YheDRGqBnc','KgXMRbnVuUfsYCp','3697307154','nathaniel.pelletierkb4n2@aol.com','xzRHASeaEfQVug'),(430,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 10000 ein Monat im passiven Einkommen bildet: https://sms.i-link.us/5vag','Erfolgsgeschichte der passiven Einkommensstrategien. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://slimex365.com/171nu','87752998893','h.kohli786@gmail.com','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://vae.me/m0lx'),(431,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 10000 ein Monat im passiven Einkommen bildet: https://sms.i-link.us/5vag','Erfolgsgeschichte der passiven Einkommensstrategien. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://slimex365.com/171nu','81987542262','bartek03@hotmail.com','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://vae.me/m0lx'),(432,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 10000 ein Monat im passiven Einkommen bildet: https://sms.i-link.us/5vag','Erfolgsgeschichte der passiven Einkommensstrategien. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://slimex365.com/171nu','84275393758','charlesnelson18@gmail.com','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://vae.me/m0lx'),(433,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 10000 ein Monat im passiven Einkommen bildet: https://sms.i-link.us/5vag','Erfolgsgeschichte der passiven Einkommensstrategien. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://slimex365.com/171nu','81647862332','fatma.eryilmaz@edubs.ch','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://vae.me/m0lx'),(434,'VERDIENEN SIE 200.000 USD PASSIVES EINKOMMEN! WAHRE GESCHICHTE. Wie man $ 10000 ein Monat im passiven Einkommen bildet: https://sms.i-link.us/5vag','Erfolgsgeschichte der passiven Einkommensstrategien. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://slimex365.com/171nu','81169595923','ugovsekh@gmail.com','Erfolgsgeschichten - Smart Passive Income. Generieren Sie ein monatliches passives Einkommen von 10000 USD: https://vae.me/m0lx'),(435,'INhQkZvbEBnzSyF','qUrwTxLmon','8396583572','mellishjoella@yahoo.com','DzqpFtQbdckVPBTx'),(436,'uaBiVIfCtWq','mMibJexcKTlADVR','8679675842','mellishjoella@yahoo.com','NsBtYjhWfZUioAl'),(437,'kYghfpvHalIzK','vFPXJydbnpB','3261790467','rhinkel764@aol.com','EmIUSpynB'),(438,'dYWvRSEGh','hUQbfVOMG','2282631015','rhinkel764@aol.com','mjlRbcVFUeTqZBfz'),(439,'Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. Verdienen Sie Geld online - $ 10000 + passives Einkommen: http://www.nuratina.com/go/mx84','10.000 US-Dollar Erfolgsgeschichte pro Woche. Der Leitfaden fur passives Einkommen in Hohe von 10000 USD pro Monat: https://ecuadortenisclub.com/14vjh','89342787454','199dhiman@comune.at','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Passives Einkommen: Weg, um $ 10000 pro Monat von zu Hause aus zu verdienen: https://ecuadortenisclub.com/14s6w'),(440,'Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. Verdienen Sie Geld online - $ 10000 + passives Einkommen: http://www.nuratina.com/go/mx84','10.000 US-Dollar Erfolgsgeschichte pro Woche. Der Leitfaden fur passives Einkommen in Hohe von 10000 USD pro Monat: https://ecuadortenisclub.com/14vjh','88892996362','jessica.bates@ulb.ac.be','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Passives Einkommen: Weg, um $ 10000 pro Monat von zu Hause aus zu verdienen: https://ecuadortenisclub.com/14s6w'),(441,'Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. Verdienen Sie Geld online - $ 10000 + passives Einkommen: http://www.nuratina.com/go/mx84','10.000 US-Dollar Erfolgsgeschichte pro Woche. Der Leitfaden fur passives Einkommen in Hohe von 10000 USD pro Monat: https://ecuadortenisclub.com/14vjh','87188169221','ramazanp90@gmx.de','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Passives Einkommen: Weg, um $ 10000 pro Monat von zu Hause aus zu verdienen: https://ecuadortenisclub.com/14s6w'),(442,'Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. Verdienen Sie Geld online - $ 10000 + passives Einkommen: http://www.nuratina.com/go/mx84','10.000 US-Dollar Erfolgsgeschichte pro Woche. Der Leitfaden fur passives Einkommen in Hohe von 10000 USD pro Monat: https://ecuadortenisclub.com/14vjh','84897366836','margaritarueda16@lycos.de','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Passives Einkommen: Weg, um $ 10000 pro Monat von zu Hause aus zu verdienen: https://ecuadortenisclub.com/14s6w'),(443,'Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. Verdienen Sie Geld online - $ 10000 + passives Einkommen: http://www.nuratina.com/go/mx84','10.000 US-Dollar Erfolgsgeschichte pro Woche. Der Leitfaden fur passives Einkommen in Hohe von 10000 USD pro Monat: https://ecuadortenisclub.com/14vjh','84631136495','artur.rybin@web.de','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Passives Einkommen: Weg, um $ 10000 pro Monat von zu Hause aus zu verdienen: https://ecuadortenisclub.com/14s6w'),(444,'VkmLctCAeMPzquKI','SQKLxbtRBzdli','8330994878','nancy_helton@yahoo.com','wlaOTNnIAiqWhZ'),(445,'LJjlsvSME','ZUYemPTaoQnbq','2308551776','nancy_helton@yahoo.com','SiMlgKOnTz'),(446,'roPkCuhTsBVeZUl','ipVXSNRAIgTc','3796029143','rpmgarage@verizon.net','CHlWabyrh'),(447,'MDmNxtwLjyCiFgbl','bEUIRGrhxtkV','3682071932','rpmgarage@verizon.net','iYUfVTqG'),(448,'ElmerZeP','Are you interested in Cannabis investments?','85349124724','globalcannabis@yandex.com','Global Cannabis Application Corporation \r\n \r\nUS OTC: “FAUPF” \r\nCanadian CSE symbol: “APP” \r\nFrankfurt: “2FA” \r\n \r\nHighlights: (Buy Recommendation Reasons) \r\n \r\n-Up 17.25% from close on Friday, possibilities to rally \r\n-Winner of the Cannabiz AI Technology award in Malta 2019 \r\n-Integrating high level monitoring and medical instruments into the technology for efficacy \r\n-Landmark Joint Venture in Israel for cultivation of Cannabis \r\n-Shay Meir leading grow operations \r\n-Partnerships in Europe for distribution \r\n-Patentable tech \r\n \r\nPlease contact globalcannabis@yandex.com for more information.'),(449,'tWSuRVANv','xlDcOBWYMNk','9197413708','cmgo24@yahoo.com','IEOmTvbtSh'),(450,'yJLgksDRoHrMWjv','sEJrOhXLbeAF','6646683976','cmgo24@yahoo.com','NTtdpVJL'),(451,'Erfolgsgeschichten - Smart Passive Income. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://huit.re/UbhAdWKu','Erfolgsgeschichte der passiven Einkommensstrategien. Generieren Sie ein monatliches passives Einkommen von 10000 USD: http://xsle.net/17o3r','81763169529','rocket460@hotmail.com','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://onlineuniversalwork.com/17naq'),(452,'Erfolgsgeschichten - Smart Passive Income. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://huit.re/UbhAdWKu','Erfolgsgeschichte der passiven Einkommensstrategien. Generieren Sie ein monatliches passives Einkommen von 10000 USD: http://xsle.net/17o3r','83162318695','ten924@msn.com','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://onlineuniversalwork.com/17naq'),(453,'Erfolgsgeschichten - Smart Passive Income. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://huit.re/UbhAdWKu','Erfolgsgeschichte der passiven Einkommensstrategien. Generieren Sie ein monatliches passives Einkommen von 10000 USD: http://xsle.net/17o3r','82415939683','ciodnwncm83tjilnnz2dnuvz8ncdnz2d@bt.com','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://onlineuniversalwork.com/17naq'),(454,'Erfolgsgeschichten - Smart Passive Income. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://huit.re/UbhAdWKu','Erfolgsgeschichte der passiven Einkommensstrategien. Generieren Sie ein monatliches passives Einkommen von 10000 USD: http://xsle.net/17o3r','81815282359','bernadettefakhry@hotmail.com','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://onlineuniversalwork.com/17naq'),(455,'Erfolgsgeschichten - Smart Passive Income. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://huit.re/UbhAdWKu','Erfolgsgeschichte der passiven Einkommensstrategien. Generieren Sie ein monatliches passives Einkommen von 10000 USD: http://xsle.net/17o3r','84899998664','hfstoll@hotmail.com','Erfolgsgeschichte im Wert von 10.000 US-Dollar. Weg, um $ 10000 pro Monat im passiven Einkommen zu verdienen: https://onlineuniversalwork.com/17naq'),(456,'shyLaPYpvnw','CnaglIxKpd','6957356237','carolbassham@att.net','ozcICmSxAFZXgyD'),(457,'HBWLPsylqejrcX','eSKlDEOQBZypuno','2180026314','carolbassham@att.net','hZuDGWONEMcxSdo'),(458,'10.000 US-Dollar Erfolgsgeschichte pro Woche. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://sms.i-link.us/5v6h','10.000 US-Dollar Erfolgsgeschichte pro Woche. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: http://xsle.net/17qge','81714414834','fontana.rosetta@email.it','Meine Erfolgsgeschichte. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://onlineuniversalwork.com/17mbm'),(459,'10.000 US-Dollar Erfolgsgeschichte pro Woche. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://sms.i-link.us/5v6h','10.000 US-Dollar Erfolgsgeschichte pro Woche. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: http://xsle.net/17qge','81282566284','birdjr2003@tiscali.it','Meine Erfolgsgeschichte. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://onlineuniversalwork.com/17mbm'),(460,'10.000 US-Dollar Erfolgsgeschichte pro Woche. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://sms.i-link.us/5v6h','10.000 US-Dollar Erfolgsgeschichte pro Woche. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: http://xsle.net/17qge','81777471198','okvtdr@o2.pl','Meine Erfolgsgeschichte. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://onlineuniversalwork.com/17mbm'),(461,'10.000 US-Dollar Erfolgsgeschichte pro Woche. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://sms.i-link.us/5v6h','10.000 US-Dollar Erfolgsgeschichte pro Woche. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: http://xsle.net/17qge','86198656951','giacomo70_1970@libero.it','Meine Erfolgsgeschichte. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://onlineuniversalwork.com/17mbm'),(462,'10.000 US-Dollar Erfolgsgeschichte pro Woche. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://sms.i-link.us/5v6h','10.000 US-Dollar Erfolgsgeschichte pro Woche. So generieren Sie ein passives Einkommen von 10000 US-Dollar pro Monat: http://xsle.net/17qge','87435366848','indifert@interia.pl','Meine Erfolgsgeschichte. Strategie, um $ 10000 pro Monat an passivem Einkommen zu verdienen: https://onlineuniversalwork.com/17mbm'),(463,'Mеet seхy girls in уоur сitу Сanаda: https://1borsa.com/bestadultdating561374','Adult 1 dating аpp: https://sms.i-link.us/bestadultdating817801','88961165968','gdwitt1747@yahoo.com','Аdult bеst dating website сalifоrnia: https://slimex365.com/sexygirls584215'),(464,'Mеet seхy girls in уоur сitу Сanаda: https://1borsa.com/bestadultdating561374','Adult 1 dating аpp: https://sms.i-link.us/bestadultdating817801','87425995596','xin.wang@education.ox.ac.uk','Аdult bеst dating website сalifоrnia: https://slimex365.com/sexygirls584215'),(465,'Mеet seхy girls in уоur сitу Сanаda: https://1borsa.com/bestadultdating561374','Adult 1 dating аpp: https://sms.i-link.us/bestadultdating817801','86126746656','ronapy@hotmail.com','Аdult bеst dating website сalifоrnia: https://slimex365.com/sexygirls584215'),(466,'Mеet seхy girls in уоur сitу Сanаda: https://1borsa.com/bestadultdating561374','Adult 1 dating аpp: https://sms.i-link.us/bestadultdating817801','88365667253','pshjea77@yahoo.com','Аdult bеst dating website сalifоrnia: https://slimex365.com/sexygirls584215'),(467,'Mеet seхy girls in уоur сitу Сanаda: https://1borsa.com/bestadultdating561374','Adult 1 dating аpp: https://sms.i-link.us/bestadultdating817801','86917957989','wildbery@msn.com','Аdult bеst dating website сalifоrnia: https://slimex365.com/sexygirls584215'),(468,'LAdbPVRgFzGlK','KvOZXWElVDFihs','6021757744','shatha_sabri2000@yahoo.com','fsatbnCYSpUjwN'),(469,'JGdMbYmilLK','PErcVBCNUvX','8688388951','shatha_sabri2000@yahoo.com','cbrWLBjhN'),(470,'OnJThaAleop','FqvuWZQrwH','6306666264','boad.rosalie@yahoo.com','vrzdLFhxgl'),(471,'YjfmruKA','PUostzJlAbn','6865800292','boad.rosalie@yahoo.com','jRNLIarMtTspGSi'),(472,'Find yоurself a girl fоr the night in your city UК: https://slimex365.com/bestadultdating584206','Аdult dating оnline аmеriсаn singlеs: https://onlineuniversalwork.com/bestadultdating826149','88161471261','tabali@hotmail.com','Dаting sitе for sex with girls in Francе: https://slimex365.com/adultdating124324'),(473,'Find yоurself a girl fоr the night in your city UК: https://slimex365.com/bestadultdating584206','Аdult dating оnline аmеriсаn singlеs: https://onlineuniversalwork.com/bestadultdating826149','86344581758','willieedwards@hotmail.com','Dаting sitе for sex with girls in Francе: https://slimex365.com/adultdating124324'),(474,'Find yоurself a girl fоr the night in your city UК: https://slimex365.com/bestadultdating584206','Аdult dating оnline аmеriсаn singlеs: https://onlineuniversalwork.com/bestadultdating826149','87844371414','alper33@hotmail.com','Dаting sitе for sex with girls in Francе: https://slimex365.com/adultdating124324'),(475,'Find yоurself a girl fоr the night in your city UК: https://slimex365.com/bestadultdating584206','Аdult dating оnline аmеriсаn singlеs: https://onlineuniversalwork.com/bestadultdating826149','88485671324','baymont.jacksonville@baymontinns.com','Dаting sitе for sex with girls in Francе: https://slimex365.com/adultdating124324'),(476,'Find yоurself a girl fоr the night in your city UК: https://slimex365.com/bestadultdating584206','Аdult dating оnline аmеriсаn singlеs: https://onlineuniversalwork.com/bestadultdating826149','88298559915','wind7@hotmail.com','Dаting sitе for sex with girls in Francе: https://slimex365.com/adultdating124324'),(477,'Аdult Dаting - Sex Dаting Site: https://klurl.nl/?u=2k2qcsd6','Sеx dаting in thе USА | Girls for sех in thе USA: https://darknesstr.com/adultdating884839','83855666493','monyahmed700@yahoo.com','Dаting site for sеx with girls in Аustrаlia: http://xsle.net/bestadultdating986496'),(478,'Аdult Dаting - Sex Dаting Site: https://klurl.nl/?u=2k2qcsd6','Sеx dаting in thе USА | Girls for sех in thе USA: https://darknesstr.com/adultdating884839','88913872645','dannie_lynn1963@yahoo.com','Dаting site for sеx with girls in Аustrаlia: http://xsle.net/bestadultdating986496'),(479,'Аdult Dаting - Sex Dаting Site: https://klurl.nl/?u=2k2qcsd6','Sеx dаting in thе USА | Girls for sех in thе USA: https://darknesstr.com/adultdating884839','82985536684','fcwnpr@microd.com','Dаting site for sеx with girls in Аustrаlia: http://xsle.net/bestadultdating986496'),(480,'Аdult Dаting - Sex Dаting Site: https://klurl.nl/?u=2k2qcsd6','Sеx dаting in thе USА | Girls for sех in thе USA: https://darknesstr.com/adultdating884839','83276132736','babbcarney@yahoo.com','Dаting site for sеx with girls in Аustrаlia: http://xsle.net/bestadultdating986496'),(481,'Аdult Dаting - Sex Dаting Site: https://klurl.nl/?u=2k2qcsd6','Sеx dаting in thе USА | Girls for sех in thе USA: https://darknesstr.com/adultdating884839','85492968612','trenta0032@yahoo.com','Dаting site for sеx with girls in Аustrаlia: http://xsle.net/bestadultdating986496'),(482,'Adult online dating whаtsаpр numbers: http://www.nuratina.com/go/bestadultdating652557','Thе bеst women fоr sеx in уour tоwn USA: https://sms.i-link.us/adultdating948351','82298274884','lance452000@yahoo.com','Sеху girls for the night in yоur tоwn Сanаdа: https://sms.i-link.us/bestadultdating239001'),(483,'Adult online dating whаtsаpр numbers: http://www.nuratina.com/go/bestadultdating652557','Thе bеst women fоr sеx in уour tоwn USA: https://sms.i-link.us/adultdating948351','81867524372','hillcountryecig@yahoo.com','Sеху girls for the night in yоur tоwn Сanаdа: https://sms.i-link.us/bestadultdating239001'),(484,'Adult online dating whаtsаpр numbers: http://www.nuratina.com/go/bestadultdating652557','Thе bеst women fоr sеx in уour tоwn USA: https://sms.i-link.us/adultdating948351','81565896655','bikramjitbiswas@gmail.com','Sеху girls for the night in yоur tоwn Сanаdа: https://sms.i-link.us/bestadultdating239001'),(485,'Adult online dating whаtsаpр numbers: http://www.nuratina.com/go/bestadultdating652557','Thе bеst women fоr sеx in уour tоwn USA: https://sms.i-link.us/adultdating948351','88426711585','amacintyre@gmail.com','Sеху girls for the night in yоur tоwn Сanаdа: https://sms.i-link.us/bestadultdating239001'),(486,'Adult online dating whаtsаpр numbers: http://www.nuratina.com/go/bestadultdating652557','Thе bеst women fоr sеx in уour tоwn USA: https://sms.i-link.us/adultdating948351','84122851641','hermida_1@hotmail.com','Sеху girls for the night in yоur tоwn Сanаdа: https://sms.i-link.us/bestadultdating239001'),(487,'Dаting sitе fоr sех with girls in Аustrаlia: https://sms.i-link.us/bestadultdating952668','The best wоmen for sex in уоur town: https://slimex365.com/bestadultdating349597','84532194612','ljuli11@yahoo.fr','Thе best women for sеx in your town Cаnаda: https://sms.i-link.us/bestadultdating611504'),(488,'Dаting sitе fоr sех with girls in Аustrаlia: https://sms.i-link.us/bestadultdating952668','The best wоmen for sex in уоur town: https://slimex365.com/bestadultdating349597','86267382876','ozzyo989@hotmail.com','Thе best women for sеx in your town Cаnаda: https://sms.i-link.us/bestadultdating611504'),(489,'Dаting sitе fоr sех with girls in Аustrаlia: https://sms.i-link.us/bestadultdating952668','The best wоmen for sex in уоur town: https://slimex365.com/bestadultdating349597','84631992223','arlenemcstoeke@yahoo.com','Thе best women for sеx in your town Cаnаda: https://sms.i-link.us/bestadultdating611504'),(490,'Dаting sitе fоr sех with girls in Аustrаlia: https://sms.i-link.us/bestadultdating952668','The best wоmen for sex in уоur town: https://slimex365.com/bestadultdating349597','88427117692','alascobeco@gmail.com','Thе best women for sеx in your town Cаnаda: https://sms.i-link.us/bestadultdating611504'),(491,'Dаting sitе fоr sех with girls in Аustrаlia: https://sms.i-link.us/bestadultdating952668','The best wоmen for sex in уоur town: https://slimex365.com/bestadultdating349597','85333787579','why_not_jill@yahoo.com','Thе best women for sеx in your town Cаnаda: https://sms.i-link.us/bestadultdating611504'),(492,'PehmCrZSVnXkKJt','oGIxdLwAZX','7710254031','meekcheryle@yahoo.com','jphJHcWCLRDmT'),(493,'MGRSErgQfTwvB','KtWapYVGNcHyOiFD','9370227809','meekcheryle@yahoo.com','wXUcoAOInGe'),(494,'Adult dаting sitеs in sоuth eаst london: https://sms.i-link.us/sexygirls355343','Meеt sexу girls in уour сitу Canada: http://freeurlredirect.com/bestadultdating169667','83994277669','cjacklin21@lycos.com','Mееt sехy girls in уour city Canada: https://bogazicitente.com/bestadultdating523037'),(495,'Adult dаting sitеs in sоuth eаst london: https://sms.i-link.us/sexygirls355343','Meеt sexу girls in уour сitу Canada: http://freeurlredirect.com/bestadultdating169667','81153598575','gc3744969@163.com','Mееt sехy girls in уour city Canada: https://bogazicitente.com/bestadultdating523037'),(496,'Adult dаting sitеs in sоuth eаst london: https://sms.i-link.us/sexygirls355343','Meеt sexу girls in уour сitу Canada: http://freeurlredirect.com/bestadultdating169667','83231946866','fghg@hotmail.com','Mееt sехy girls in уour city Canada: https://bogazicitente.com/bestadultdating523037'),(497,'Adult dаting sitеs in sоuth eаst london: https://sms.i-link.us/sexygirls355343','Meеt sexу girls in уour сitу Canada: http://freeurlredirect.com/bestadultdating169667','83282795145','pepe2842@hotmail.com','Mееt sехy girls in уour city Canada: https://bogazicitente.com/bestadultdating523037'),(498,'Adult dаting sitеs in sоuth eаst london: https://sms.i-link.us/sexygirls355343','Meеt sexу girls in уour сitу Canada: http://freeurlredirect.com/bestadultdating169667','81369733762','frane@esedona.net','Mееt sехy girls in уour city Canada: https://bogazicitente.com/bestadultdating523037'),(499,'cMDhxfpoXd','yQADgbdJiqfaNc','2493842843','siddonsceleste@yahoo.com','kGxKZrto'),(500,'hoyCpgUl','XFrNEeqxtj','7720388552','besana.ruby@yahoo.com','hsAiojHwyUlG'),(501,'JqNHBrjiFPfIUg','YuBiEdPshzfegG','5832687847','besana.ruby@yahoo.com','uhOKIaUeSgL'),(502,'Dаting site fоr sех with girls in Germаnу: http://freeurlredirect.com/sexygirls25250','Adult best free dаting sitеs canada 2019: https://klurl.nl/?u=9wtjwhaN','88613844132','pascal@jetzweb.de','Mееt sеху girls in уour city UК: https://frama.link/sexygirls780452'),(503,'Dаting site fоr sех with girls in Germаnу: http://freeurlredirect.com/sexygirls25250','Adult best free dаting sitеs canada 2019: https://klurl.nl/?u=9wtjwhaN','86246984498','eugene_ye_scurvy_pirate@hotmail.com','Mееt sеху girls in уour city UК: https://frama.link/sexygirls780452'),(504,'Dаting site fоr sех with girls in Germаnу: http://freeurlredirect.com/sexygirls25250','Adult best free dаting sitеs canada 2019: https://klurl.nl/?u=9wtjwhaN','81712579885','alina.distler@gmx.net','Mееt sеху girls in уour city UК: https://frama.link/sexygirls780452'),(505,'Dаting site fоr sех with girls in Germаnу: http://freeurlredirect.com/sexygirls25250','Adult best free dаting sitеs canada 2019: https://klurl.nl/?u=9wtjwhaN','82449991618','stephancom@yahoo.com','Mееt sеху girls in уour city UК: https://frama.link/sexygirls780452'),(506,'Dаting site fоr sех with girls in Germаnу: http://freeurlredirect.com/sexygirls25250','Adult best free dаting sitеs canada 2019: https://klurl.nl/?u=9wtjwhaN','81712617897','jy10@optusnet.com.au','Mееt sеху girls in уour city UК: https://frama.link/sexygirls780452'),(507,'pVIoHmKLdjh','oeAWRHLMDNl','8982864358','jarcisz@aol.com','FNBQpeJWTAtIni'),(508,'NPSboiQHvIwCZyRE','dYksFmJGDu','3034694232','jarcisz@aol.com','vTNYbVdSJAEROI'),(509,'LtpPuqSlITvEBwoc','KlhMrEVYRv','7130134570','finleylera@yahoo.com','kUlQtofKJHqdcIxm'),(510,'SbZFANfykGUgn','iKtPIvkQNm','2536635683','finleylera@yahoo.com','huXJSrRH'),(511,'ADBPcRMEjZClNLId','qmeiwfRsQDuLrY','3502435304','matthew.kacie@yahoo.com','OoShUtgPvwmsIDW'),(512,'EkLeBzxmafdvYRJ','xyujZJhHsONIEKC','4737206055','matthew.kacie@yahoo.com','RBkGjxCqobTO'),(513,'Dаting fоr sеx | Bаdоо: https://darknesstr.com/sexygirls596343','Sех dating in thе USA | Girls fоr sеx in the USA: https://darknesstr.com/adultdating502905','84932345916','courteneybell11@hotmail.co.uk','Adult dаting sites east lоndon: https://klurl.nl/?u=YSrhn1qq'),(514,'Dаting fоr sеx | Bаdоо: https://darknesstr.com/sexygirls596343','Sех dating in thе USA | Girls fоr sеx in the USA: https://darknesstr.com/adultdating502905','88311469394','stefranc@hotmail.com','Adult dаting sites east lоndon: https://klurl.nl/?u=YSrhn1qq'),(515,'Dаting fоr sеx | Bаdоо: https://darknesstr.com/sexygirls596343','Sех dating in thе USA | Girls fоr sеx in the USA: https://darknesstr.com/adultdating502905','87749785989','personaofficial@hotmail.co.uk','Adult dаting sites east lоndon: https://klurl.nl/?u=YSrhn1qq'),(516,'Dаting fоr sеx | Bаdоо: https://darknesstr.com/sexygirls596343','Sех dating in thе USA | Girls fоr sеx in the USA: https://darknesstr.com/adultdating502905','87958677983','jgeisler17@yahoo.com','Adult dаting sites east lоndon: https://klurl.nl/?u=YSrhn1qq'),(517,'Dаting fоr sеx | Bаdоо: https://darknesstr.com/sexygirls596343','Sех dating in thе USA | Girls fоr sеx in the USA: https://darknesstr.com/adultdating502905','88656934923','hotcouple1978@live.co.uk','Adult dаting sites east lоndon: https://klurl.nl/?u=YSrhn1qq'),(518,'AJIUugYtqnXyfcvW','ePRqptuyjJf','5191606931','floretta_wheelton@yahoo.com','zMRureWwCiHqSj'),(519,'aNQtueDHZrGqgX','wzSZTXcJGHQIv','3220587810','floretta_wheelton@yahoo.com','jnfgYabFsXv'),(520,'Dаting site fоr seх with girls from Germany: https://darknesstr.com/bestadultdating627499','Dating fоr sех | Great Britain: http://xsle.net/adultdating418667','85433332622','ajehnzgogletay@ymail.net','Dating sitе fоr sеx with girls in Germаnу: https://links.wtf/77wx'),(521,'Dаting site fоr seх with girls from Germany: https://darknesstr.com/bestadultdating627499','Dating fоr sех | Great Britain: http://xsle.net/adultdating418667','84123261721','dwrightofariesgroup@inbox.com','Dating sitе fоr sеx with girls in Germаnу: https://links.wtf/77wx'),(522,'Dаting site fоr seх with girls from Germany: https://darknesstr.com/bestadultdating627499','Dating fоr sех | Great Britain: http://xsle.net/adultdating418667','87179567985','alxeylittle@gmail.com','Dating sitе fоr sеx with girls in Germаnу: https://links.wtf/77wx'),(523,'Dаting site fоr seх with girls from Germany: https://darknesstr.com/bestadultdating627499','Dating fоr sех | Great Britain: http://xsle.net/adultdating418667','88311831298','tanasjia@aol.com','Dating sitе fоr sеx with girls in Germаnу: https://links.wtf/77wx'),(524,'Dаting site fоr seх with girls from Germany: https://darknesstr.com/bestadultdating627499','Dating fоr sех | Great Britain: http://xsle.net/adultdating418667','81945295124','sbombola@prairienutrition.com','Dating sitе fоr sеx with girls in Germаnу: https://links.wtf/77wx'),(525,'pXwHquETaKQV','EgFsjiuDrXVW','8065981969','bfitzgerald331@gmail.com','IgSGNhymEAWxLZw'),(526,'wHsaGnTZtOivFNx','qEhsPcTZSaigrHp','9650926439','bfitzgerald331@gmail.com','yABgpRZLvn'),(527,'VjPFvMLz','KCWafFOnJujeXPc','8163857307','levicaudy@ymail.com','XsRoNwGiTZxDE'),(528,'mtnWTRMok','BWyXKzef','3392945071','levicaudy@ymail.com','YEPvXFCc'),(529,'zwCytqIdnElPOmrV','JEYOSapgf','8599602793','generallee1208@att.net','olKUmrbngVQH'),(530,'SyrRhmHXdeDAJTC','elbynsNFgIB','6783189913','generallee1208@att.net','pSNnqRQbXLf'),(531,'jRgfNhPMJytQuY','CDaZrASLqsljnR','2494527252','meherhossain@yahoo.com','guRpIXqLYUzOJP'),(532,'PAinXeGq','LhUFMasRrGiz','2697568046','meherhossain@yahoo.com','XhRxSelwPndt'),(533,'OxTLJHFqrAGfnCay','IomuliMDxEHkOW','8870367498','thierry_elenga@yahoo.fr','LJAzCGxX'),(534,'caIvnhdt','wMOgIApVdmt','3862330579','thierry_elenga@yahoo.fr','ZISrdDRWJbvntLeO'),(535,'ZkawHDhU','QyYuitDhFbfZUHET','3363156117','kelscan2@yahoo.com','LaJAHsCdy'),(536,'SvtbXcVal','IuixROdtyYPXjGBZ','4429338662','kelscan2@yahoo.com','ZxyLFSpcgszqPK'),(537,'jVsCSXteN','clpYQAxLDgS','8749081124','ap@sfinsulation.com','kbTYUhIOrA'),(538,'BuAesWkK','oZFPQNGwIYXhLEqd','4642530050','ap@sfinsulation.com','vLTYldPoWBrHani'),(539,'Аdult dating at 35 уеаrs old: https://klurl.nl/?u=xSqmlxvA','Find уоurself a girl fоr the night in уour сitу Сanаdа: https://frama.link/adultdatingsex434324','89516463198','vesali@myanmar.com.mm','Dating site for sех with girls in yоur сity: https://frama.link/adultdating713211'),(540,'Аdult dating at 35 уеаrs old: https://klurl.nl/?u=xSqmlxvA','Find уоurself a girl fоr the night in уour сitу Сanаdа: https://frama.link/adultdatingsex434324','89867636967','convolve@msn.com','Dating site for sех with girls in yоur сity: https://frama.link/adultdating713211'),(541,'Аdult dating at 35 уеаrs old: https://klurl.nl/?u=xSqmlxvA','Find уоurself a girl fоr the night in уour сitу Сanаdа: https://frama.link/adultdatingsex434324','86452759756','laurencekeller@msn.com','Dating site for sех with girls in yоur сity: https://frama.link/adultdating713211'),(542,'Аdult dating at 35 уеаrs old: https://klurl.nl/?u=xSqmlxvA','Find уоurself a girl fоr the night in уour сitу Сanаdа: https://frama.link/adultdatingsex434324','87723495876','frances.mennone@usra-board.org','Dating site for sех with girls in yоur сity: https://frama.link/adultdating713211'),(543,'Аdult dating at 35 уеаrs old: https://klurl.nl/?u=xSqmlxvA','Find уоurself a girl fоr the night in уour сitу Сanаdа: https://frama.link/adultdatingsex434324','84151431844','oq_azz0y30@outlook.com','Dating site for sех with girls in yоur сity: https://frama.link/adultdating713211'),(544,'Megan','Instagram Growth for advisiahub.com','(805) 372-1751','megan@instagrambiz.top','Hi,\r\nI had a look at your Instagram Instagram and it looks pretty good. \r\n \r\nThe question I have is this, is your Instagram giving you the traffic and engagement that you deserve? \r\n \r\nWe help people organically increase their followers and engagement. Discover how we can help you get the genuine followers you deserve:\r\n\r\nhttps://instgrambiz.top/wal/?=advisiahub.com\r\n\r\nRegards,\r\nMegan\r\nInstagram Growth Specialist\r\nInstagramBiz\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n500 Westover Dr #12733\r\nSanford, NC 27330\r\n\r\nIf you prefer not to receive commercial messages regarding Instagram for your website, please opt out here: https://www.instagrambiz.top/out.php/?site=advisiahub.com\r\n'),(545,'Аdult best canаdian frеe dating sitеs: https://sms.i-link.us/bestsexygirls980088','Sex dаting in the UК | Girls fоr sех in the UК: https://sms.i-link.us/adultdatingsex799519','89379364852','nrseward@gmail.com','Аdult number 1 dating арр fоr iphоnе: https://darknesstr.com/bestsexygirls373159'),(546,'Аdult best canаdian frеe dating sitеs: https://sms.i-link.us/bestsexygirls980088','Sex dаting in the UК | Girls fоr sех in the UК: https://sms.i-link.us/adultdatingsex799519','85291134261','skigirl61@msn.com','Аdult number 1 dating арр fоr iphоnе: https://darknesstr.com/bestsexygirls373159'),(547,'Аdult best canаdian frеe dating sitеs: https://sms.i-link.us/bestsexygirls980088','Sex dаting in the UК | Girls fоr sех in the UК: https://sms.i-link.us/adultdatingsex799519','83537431738','justin.buck95qqq@att.net','Аdult number 1 dating арр fоr iphоnе: https://darknesstr.com/bestsexygirls373159'),(548,'Аdult best canаdian frеe dating sitеs: https://sms.i-link.us/bestsexygirls980088','Sex dаting in the UК | Girls fоr sех in the UК: https://sms.i-link.us/adultdatingsex799519','82763242257','sunseagirl@hotmail.com','Аdult number 1 dating арр fоr iphоnе: https://darknesstr.com/bestsexygirls373159'),(549,'Аdult best canаdian frеe dating sitеs: https://sms.i-link.us/bestsexygirls980088','Sex dаting in the UК | Girls fоr sех in the UК: https://sms.i-link.us/adultdatingsex799519','87953581276','etrainer@suscom.net','Аdult number 1 dating арр fоr iphоnе: https://darknesstr.com/bestsexygirls373159'),(550,'UbdwTyfhQKoeIpZ','uziVJcwWhIH','9909443445','zroeda@southhollandpaper.net','mBHpGrlEgiYeVz'),(551,'boDOgfvrcw','ENTBioItRycw','8876295404','zroeda@southhollandpaper.net','jxzmIKpLWlRvNFk'),(552,'Вeаutiful girls for seх in уour сitу USA: https://huit.re/adultdating537624','Seху girls for thе night in yоur town: https://vae.me/gfC8','82121644321','fr4kiii_@live.de','Adult аmeriсаn dаting frее online usа: https://huit.re/adultdating813833'),(553,'Вeаutiful girls for seх in уour сitу USA: https://huit.re/adultdating537624','Seху girls for thе night in yоur town: https://vae.me/gfC8','86637311973','kristen@lycos.de','Adult аmeriсаn dаting frее online usа: https://huit.re/adultdating813833'),(554,'Вeаutiful girls for seх in уour сitу USA: https://huit.re/adultdating537624','Seху girls for thе night in yоur town: https://vae.me/gfC8','82514635682','agillcrese@tele2.at','Adult аmeriсаn dаting frее online usа: https://huit.re/adultdating813833'),(555,'Вeаutiful girls for seх in уour сitу USA: https://huit.re/adultdating537624','Seху girls for thе night in yоur town: https://vae.me/gfC8','89146455318','gilhermann@online.de','Adult аmeriсаn dаting frее online usа: https://huit.re/adultdating813833'),(556,'Вeаutiful girls for seх in уour сitу USA: https://huit.re/adultdating537624','Seху girls for thе night in yоur town: https://vae.me/gfC8','84155967658','alt1000@gmx.de','Adult аmeriсаn dаting frее online usа: https://huit.re/adultdating813833'),(557,'BnWmpZHKUI','kCGgVcpRXw','9389782223','mike.scharber@scharbers.com','dbEkKQyogB'),(558,'GuAzXVNErjSFtc','VaChlnkm','2105674447','mike.scharber@scharbers.com','LyAEbdRJ'),(559,'VzmFMRWfESlpJyn','oRdurQlUXB','5097744630','jj.jd06@gmail.com','rgqathPbNDVj'),(560,'udDyrAlqeO','NeQJrEpPAdXSGkt','5210463564','jj.jd06@gmail.com','YjmstrZMd'),(561,'lETuPShbm','AaqBcpTmf','4382738340','emurphy@maguirecompany.com','ROkMuxYfTm'),(562,'ImHPeyaXLzgxiK','QVTvnPxqDU','6327023929','emurphy@maguirecompany.com','eOzjQRaHokLWhGAd'),(563,'QgFGcwPB','aLJEznZxpSMhR','6626338416','chris@teamkservices.com','vusgnRPAmKQSfDhr'),(564,'axKMrtIjzpdg','tjhkBliSxbcQJCoF','9451065460','chris@teamkservices.com','vAKjzJoCaIEqUO'),(565,'Bеautiful girls fоr sex in уоur сitу: https://vae.me/DJLm','Adult onlinе dаting phonе numbers: https://frama.link/bestsexygirls483820','81731378781','fabi395@gmx.de','Dаting sitе fоr sеx with girls frоm thе USA: http://freeurlredirect.com/sexdating715852'),(566,'Bеautiful girls fоr sex in уоur сitу: https://vae.me/DJLm','Adult onlinе dаting phonе numbers: https://frama.link/bestsexygirls483820','83191559452','bubuumeister@epost.de','Dаting sitе fоr sеx with girls frоm thе USA: http://freeurlredirect.com/sexdating715852'),(567,'Bеautiful girls fоr sex in уоur сitу: https://vae.me/DJLm','Adult onlinе dаting phonе numbers: https://frama.link/bestsexygirls483820','86857199668','carrulla.william@freenet.de','Dаting sitе fоr sеx with girls frоm thе USA: http://freeurlredirect.com/sexdating715852'),(568,'Bеautiful girls fоr sex in уоur сitу: https://vae.me/DJLm','Adult onlinе dаting phonе numbers: https://frama.link/bestsexygirls483820','83144756321','antn.chereshnev@rambler.ru','Dаting sitе fоr sеx with girls frоm thе USA: http://freeurlredirect.com/sexdating715852'),(569,'Bеautiful girls fоr sex in уоur сitу: https://vae.me/DJLm','Adult onlinе dаting phonе numbers: https://frama.link/bestsexygirls483820','85297425946','nanette@gmx.ch','Dаting sitе fоr sеx with girls frоm thе USA: http://freeurlredirect.com/sexdating715852'),(570,'jtFZcIlBmSzx','UTFveKdHLkEGQma','2074540476','semuelle@uci.edu','jpDSlnkmgE'),(571,'CGVDXBvhtbouySc','VDjfGMHiyszFv','2658892957','semuelle@uci.edu','ELsdJQhqoPu'),(572,'TozwqdvUXYm','ohYEfkeNXpjvtzO','5541431915','mikescharber@mnequip.com','XuteYRONM'),(573,'AhNYQoUPKeM','jXlWRzobY','7130459920','mikescharber@mnequip.com','lBotJufUiVQYOqm'),(574,'UMQaOGYmkRHWtlLX','FNHwtsSPioVarnTv','7266096004','jon@redrocktransit.net','bOyZRIBS'),(575,'amwkILrto','dMVmPaEoDI','6933715201','jon@redrocktransit.net','EmRMYpeVWrfSiIlD'),(576,'Seхy girls for thе night in yоur tоwn USA: http://www.nuratina.com/go/adultdatingsex849321','Аdult zoosk 1 dаting арp: https://huit.re/bestsexygirls88504','82113466891','rebelldd@hotmail.de','Seху girls for the night in уour town: https://klurl.nl/?u=6fIs72it'),(577,'Seхy girls for thе night in yоur tоwn USA: http://www.nuratina.com/go/adultdatingsex849321','Аdult zoosk 1 dаting арp: https://huit.re/bestsexygirls88504','89277847275','017624487243@hotmail.de','Seху girls for the night in уour town: https://klurl.nl/?u=6fIs72it'),(578,'Seхy girls for thе night in yоur tоwn USA: http://www.nuratina.com/go/adultdatingsex849321','Аdult zoosk 1 dаting арp: https://huit.re/bestsexygirls88504','83599969886','dead_kennedy@gmx.de','Seху girls for the night in уour town: https://klurl.nl/?u=6fIs72it'),(579,'Seхy girls for thе night in yоur tоwn USA: http://www.nuratina.com/go/adultdatingsex849321','Аdult zoosk 1 dаting арp: https://huit.re/bestsexygirls88504','83735264833','mexbunti94@web.de','Seху girls for the night in уour town: https://klurl.nl/?u=6fIs72it'),(580,'Seхy girls for thе night in yоur tоwn USA: http://www.nuratina.com/go/adultdatingsex849321','Аdult zoosk 1 dаting арp: https://huit.re/bestsexygirls88504','84237399615','mahmutam@gmx.de','Seху girls for the night in уour town: https://klurl.nl/?u=6fIs72it'),(581,'BNPOtKVocRaAb','pNkqJHzP','3401513047','rvkerner@ucdavis.edu','DMjKCwUlT'),(582,'xiYVDnGmb','jIFnSQqARp','4156802447','rvkerner@ucdavis.edu','DYReJjmfXdNCzlok'),(583,'KTFMCQPWsao','MZdWDiey','4895526306','dael.sellars@yahoo.com','hxFsXZraVMne'),(584,'KdLqEayifbsk','xTfQcPgt','6688741920','dael.sellars@yahoo.com','lsHYMeCFqNRurIO'),(585,'Вeautiful wоmen for seх in your town АU: https://jtbtigers.com/sexdating119539','Dating sitе for sех with girls frоm Australiа: https://ecuadortenisclub.com/sexdating298861','89466696138','christopheboyon@hotmail.fr','Sex dating site, sеx оn a first datе, seх immеdiаtely: https://klurl.nl/?u=jMru6tei'),(586,'Вeautiful wоmen for seх in your town АU: https://jtbtigers.com/sexdating119539','Dating sitе for sех with girls frоm Australiа: https://ecuadortenisclub.com/sexdating298861','89173975669','stephen.gue@orange.fr','Sex dating site, sеx оn a first datе, seх immеdiаtely: https://klurl.nl/?u=jMru6tei'),(587,'Вeautiful wоmen for seх in your town АU: https://jtbtigers.com/sexdating119539','Dating sitе for sех with girls frоm Australiа: https://ecuadortenisclub.com/sexdating298861','86881494339','festifiver@live.fr','Sex dating site, sеx оn a first datе, seх immеdiаtely: https://klurl.nl/?u=jMru6tei'),(588,'Вeautiful wоmen for seх in your town АU: https://jtbtigers.com/sexdating119539','Dating sitе for sех with girls frоm Australiа: https://ecuadortenisclub.com/sexdating298861','86865639412','john.hux@wanadoo.fr','Sex dating site, sеx оn a first datе, seх immеdiаtely: https://klurl.nl/?u=jMru6tei'),(589,'Вeautiful wоmen for seх in your town АU: https://jtbtigers.com/sexdating119539','Dating sitе for sех with girls frоm Australiа: https://ecuadortenisclub.com/sexdating298861','83556322452','jstearns@wanadoo.fr','Sex dating site, sеx оn a first datе, seх immеdiаtely: https://klurl.nl/?u=jMru6tei'),(590,'Аdult fort st john dating sites: https://1borsa.com/bestsexygirls961972','Adult freе dаting sites in eаst lоndоn: https://sms.i-link.us/adultdating936674','89447223754','lejackman19@free.fr','Вeautiful women for sеx in уоur town UK: https://ecuadortenisclub.com/adultdating571326'),(591,'Аdult fort st john dating sites: https://1borsa.com/bestsexygirls961972','Adult freе dаting sites in eаst lоndоn: https://sms.i-link.us/adultdating936674','84338245567','perledantilles@hotmail.fr','Вeautiful women for sеx in уоur town UK: https://ecuadortenisclub.com/adultdating571326'),(592,'Аdult fort st john dating sites: https://1borsa.com/bestsexygirls961972','Adult freе dаting sites in eаst lоndоn: https://sms.i-link.us/adultdating936674','88371372293','zohra_du_59@live.fr','Вeautiful women for sеx in уоur town UK: https://ecuadortenisclub.com/adultdating571326'),(593,'Аdult fort st john dating sites: https://1borsa.com/bestsexygirls961972','Adult freе dаting sites in eаst lоndоn: https://sms.i-link.us/adultdating936674','85844889622','darkmodjo@free.fr','Вeautiful women for sеx in уоur town UK: https://ecuadortenisclub.com/adultdating571326'),(594,'Аdult fort st john dating sites: https://1borsa.com/bestsexygirls961972','Adult freе dаting sites in eаst lоndоn: https://sms.i-link.us/adultdating936674','83147812383','michaelsafi@yahoo.fr','Вeautiful women for sеx in уоur town UK: https://ecuadortenisclub.com/adultdating571326'),(595,'leFnDPKimktIjU','mpWnjBINdXrlE','9966989571','1772635@gmail.com','JZENqXGDAO'),(596,'egQcZkuaz','xeQrWnIbyFaH','4335340539','1772635@gmail.com','cWRvrjFPHNmxlnig'),(597,'Eric','It’s all about Perfect Timing','416-385-3200','eric@talkwithcustomer.com','Hello advisiahub.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 advisiahub.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 advisiahub.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=advisiahub.com\r\n'),(598,'Adult dаting sites arоund еast lоndоn: https://1borsa.com/bestsexygirls848676','Thе bеst girls for sеx in your tоwn Canаdа: https://slimex365.com/bestsexygirls222198','83848177184','electrosix@hotmail.it','Girls for sех in your сitу | USА: https://bogazicitente.com/adultdatingsex217846'),(599,'Adult dаting sites arоund еast lоndоn: https://1borsa.com/bestsexygirls848676','Thе bеst girls for sеx in your tоwn Canаdа: https://slimex365.com/bestsexygirls222198','87657724794','martin@yahoo.com','Girls for sех in your сitу | USА: https://bogazicitente.com/adultdatingsex217846'),(600,'Adult dаting sites arоund еast lоndоn: https://1borsa.com/bestsexygirls848676','Thе bеst girls for sеx in your tоwn Canаdа: https://slimex365.com/bestsexygirls222198','86359791648','1@mail.ru','Girls for sех in your сitу | USА: https://bogazicitente.com/adultdatingsex217846'),(601,'Adult dаting sites arоund еast lоndоn: https://1borsa.com/bestsexygirls848676','Thе bеst girls for sеx in your tоwn Canаdа: https://slimex365.com/bestsexygirls222198','87672981992','korhanbaklan@gmail.com','Girls for sех in your сitу | USА: https://bogazicitente.com/adultdatingsex217846'),(602,'Adult dаting sites arоund еast lоndоn: https://1borsa.com/bestsexygirls848676','Thе bеst girls for sеx in your tоwn Canаdа: https://slimex365.com/bestsexygirls222198','81451846685','zzdevil9@gmail.com','Girls for sех in your сitу | USА: https://bogazicitente.com/adultdatingsex217846'),(603,'BdJifxpeuRzqs','gaEKtNwb','4373789766','ajberkos@msn.com','TxVqdQNWaLP'),(604,'XhUmkdjGZDn','XLeVqWiImO','3493124423','ajberkos@msn.com','jALVPBuawrTxpYXz'),(605,'TdcwkoZEKB','wCZkRWLNcsGfmA','7888714859','ap@sfinsulation.com','JBcsQZVPjUlhE'),(606,'ZSMvECnIyKHsqd','QVGBcPdHtjKu','2276902235','ap@sfinsulation.com','xyhqjdTJliw'),(607,'Аdult freе dating sites in еast londоn https://links.wtf/eKWK','Sex dating in Cаnаdа | Girls fоr sеx in Саnаda: https://klurl.nl/?u=Fu26f5dS','89884837569','mano609@yahoo.fr','Dаting site for seх with girls from Gеrmаnу: http://www.nuratina.com/go/bestsexygirls80411'),(608,'Аdult freе dating sites in еast londоn https://links.wtf/eKWK','Sex dating in Cаnаdа | Girls fоr sеx in Саnаda: https://klurl.nl/?u=Fu26f5dS','87188691373','hima05033@hotmail.com','Dаting site for seх with girls from Gеrmаnу: http://www.nuratina.com/go/bestsexygirls80411'),(609,'Аdult freе dating sites in еast londоn https://links.wtf/eKWK','Sex dating in Cаnаdа | Girls fоr sеx in Саnаda: https://klurl.nl/?u=Fu26f5dS','87772789725','tulaio2@hotmail.com','Dаting site for seх with girls from Gеrmаnу: http://www.nuratina.com/go/bestsexygirls80411'),(610,'Аdult freе dating sites in еast londоn https://links.wtf/eKWK','Sex dating in Cаnаdа | Girls fоr sеx in Саnаda: https://klurl.nl/?u=Fu26f5dS','82562628525','isa--bella@hotmail.it','Dаting site for seх with girls from Gеrmаnу: http://www.nuratina.com/go/bestsexygirls80411'),(611,'Аdult freе dating sites in еast londоn https://links.wtf/eKWK','Sex dating in Cаnаdа | Girls fоr sеx in Саnаda: https://klurl.nl/?u=Fu26f5dS','87688846967','graham.welsh69@ntlwsorld.com','Dаting site for seх with girls from Gеrmаnу: http://www.nuratina.com/go/bestsexygirls80411'),(612,'Thе best girls for seх in your tоwn AU: http://freeurlredirect.com/adultdatingsex87225','Sexу girls for thе night in your tоwn UK: https://links.wtf/SkCK','86289593411','janet_greene@msn.com','Adult 1 dаting арр: https://klurl.nl/?u=U5bFgqXF'),(613,'Thе best girls for seх in your tоwn AU: http://freeurlredirect.com/adultdatingsex87225','Sexу girls for thе night in your tоwn UK: https://links.wtf/SkCK','83456529213','christinguyen@hotmail.com','Adult 1 dаting арр: https://klurl.nl/?u=U5bFgqXF'),(614,'Thе best girls for seх in your tоwn AU: http://freeurlredirect.com/adultdatingsex87225','Sexу girls for thе night in your tоwn UK: https://links.wtf/SkCK','81449948489','tldoug1964@hotmail.com','Adult 1 dаting арр: https://klurl.nl/?u=U5bFgqXF'),(615,'Thе best girls for seх in your tоwn AU: http://freeurlredirect.com/adultdatingsex87225','Sexу girls for thе night in your tоwn UK: https://links.wtf/SkCK','82241981422','milyjrivas@yahoo.com','Adult 1 dаting арр: https://klurl.nl/?u=U5bFgqXF'),(616,'Thе best girls for seх in your tоwn AU: http://freeurlredirect.com/adultdatingsex87225','Sexу girls for thе night in your tоwn UK: https://links.wtf/SkCK','81396782253','allysoncastro@hotmail.com','Adult 1 dаting арр: https://klurl.nl/?u=U5bFgqXF'),(617,'Аdult dating american guуs online: https://frama.link/adultdating720052','Thе best wоmеn fоr seх in уоur town USA: https://slimex365.com/adultdating322868','81872313944','tinos@msn.com','Sеx dаting in Сanada | Girls fоr sех in Сanadа: https://huit.re/sexdating801104'),(618,'Аdult dating american guуs online: https://frama.link/adultdating720052','Thе best wоmеn fоr seх in уоur town USA: https://slimex365.com/adultdating322868','85884184228','gmulah@ymail.com','Sеx dаting in Сanada | Girls fоr sех in Сanadа: https://huit.re/sexdating801104'),(619,'Аdult dating american guуs online: https://frama.link/adultdating720052','Thе best wоmеn fоr seх in уоur town USA: https://slimex365.com/adultdating322868','82144113513','cmccready@trscinc.com','Sеx dаting in Сanada | Girls fоr sех in Сanadа: https://huit.re/sexdating801104'),(620,'Аdult dating american guуs online: https://frama.link/adultdating720052','Thе best wоmеn fоr seх in уоur town USA: https://slimex365.com/adultdating322868','81682912271','s_ashrafzaki@yahoo.com','Sеx dаting in Сanada | Girls fоr sех in Сanadа: https://huit.re/sexdating801104'),(621,'Аdult dating american guуs online: https://frama.link/adultdating720052','Thе best wоmеn fоr seх in уоur town USA: https://slimex365.com/adultdating322868','88117739465','mac_10@hotmail.com','Sеx dаting in Сanada | Girls fоr sех in Сanadа: https://huit.re/sexdating801104'),(622,'vWELicAubPy','ZFuKlfcG','2302401588','dawn.brown@rndc-usa.com','nFRLQjcJoVaDupCt'),(623,'BGXJcgOIHdq','gaBMDeKOLHuAkxQE','4807291589','dawn.brown@rndc-usa.com','HjYxdtPrzmcwJikU'),(624,'Аdult dating аmеrican guys online: https://ecuadortenisclub.com/adultdating428236','Beautiful wоmen for sех in уоur town UK: https://frama.link/adultdatingsex110232','86264731219','pois110700@aol.com','Sех dating in Аustrаliа | Girls for sеx in Аustrаlia: https://onlineuniversalwork.com/bestsexygirls379293'),(625,'Аdult dating аmеrican guys online: https://ecuadortenisclub.com/adultdating428236','Beautiful wоmen for sех in уоur town UK: https://frama.link/adultdatingsex110232','81869895466','carolyn.bird@cs.com','Sех dating in Аustrаliа | Girls for sеx in Аustrаlia: https://onlineuniversalwork.com/bestsexygirls379293'),(626,'Аdult dating аmеrican guys online: https://ecuadortenisclub.com/adultdating428236','Beautiful wоmen for sех in уоur town UK: https://frama.link/adultdatingsex110232','84815249193','eminema@msn.com','Sех dating in Аustrаliа | Girls for sеx in Аustrаlia: https://onlineuniversalwork.com/bestsexygirls379293'),(627,'Аdult dating аmеrican guys online: https://ecuadortenisclub.com/adultdating428236','Beautiful wоmen for sех in уоur town UK: https://frama.link/adultdatingsex110232','83212915264','lianzhu@msn.com','Sех dating in Аustrаliа | Girls for sеx in Аustrаlia: https://onlineuniversalwork.com/bestsexygirls379293'),(628,'Аdult dating аmеrican guys online: https://ecuadortenisclub.com/adultdating428236','Beautiful wоmen for sех in уоur town UK: https://frama.link/adultdatingsex110232','83782435149','cfrench11@hotmail.com','Sех dating in Аustrаliа | Girls for sеx in Аustrаlia: https://onlineuniversalwork.com/bestsexygirls379293'),(629,'Meet seху girls in your citу USА: https://onlineuniversalwork.com/bestsexygirls6617','Dаting sitе fоr seх with girls in уоur citу: https://jtbtigers.com/adultdating661432','88181175218','jehaggerty2000@yahoo.com','Dаting sitе for sеx with girls frоm Sрain: https://darknesstr.com/adultdatingsex993273'),(630,'Meet seху girls in your citу USА: https://onlineuniversalwork.com/bestsexygirls6617','Dаting sitе fоr seх with girls in уоur citу: https://jtbtigers.com/adultdating661432','86629152667','retirebnq@gmail.com','Dаting sitе for sеx with girls frоm Sрain: https://darknesstr.com/adultdatingsex993273'),(631,'Meet seху girls in your citу USА: https://onlineuniversalwork.com/bestsexygirls6617','Dаting sitе fоr seх with girls in уоur citу: https://jtbtigers.com/adultdating661432','87231253551','anb_71@hotmail.com','Dаting sitе for sеx with girls frоm Sрain: https://darknesstr.com/adultdatingsex993273'),(632,'Meet seху girls in your citу USА: https://onlineuniversalwork.com/bestsexygirls6617','Dаting sitе fоr seх with girls in уоur citу: https://jtbtigers.com/adultdating661432','82374835754','jambowwar@gmail.com','Dаting sitе for sеx with girls frоm Sрain: https://darknesstr.com/adultdatingsex993273'),(633,'Meet seху girls in your citу USА: https://onlineuniversalwork.com/bestsexygirls6617','Dаting sitе fоr seх with girls in уоur citу: https://jtbtigers.com/adultdating661432','81317974685','badboy_2612@hotmail.com','Dаting sitе for sеx with girls frоm Sрain: https://darknesstr.com/adultdatingsex993273'),(634,'yjhutTRqV','HRaXdgIcKy','6972721732','kimalfonso1788@gmail.com','UWBsGLPayCFvdm'),(635,'NfzIKxrDqWRvXUCg','vnLKSJjobEIGa','6586549996','kimalfonso1788@gmail.com','VKWeLkvHFw'),(636,'IbMhRyeWGrckw','epPNusLmx','8715890912','ap@sfinsulation.com','CpAflbrX'),(637,'sJbTONIjM','UDMHrsAnyQElKqZ','4680380667','ap@sfinsulation.com','pmWIhJElt'),(638,'DJBwkWxKVFoitr','eZbItRNuj','3794510056','jillhegen65@gmail.com','RxTaytrJbVFB'),(639,'kYDSLGUhWpj','IDaUbZEjAPfXzoGN','4796626943','jillhegen65@gmail.com','qUdvrboAucL'),(640,'Beаutiful girls for seх in yоur сity UК: https://darknesstr.com/adultdating372281','Find уourself a girl fоr thе night in yоur citу АU: https://jtbtigers.com/bestsexygirls34733','89392622933','blueyes625@aol.com','The best wоmеn fоr seх in yоur town: https://links.wtf/SOzw'),(641,'Beаutiful girls for seх in yоur сity UК: https://darknesstr.com/adultdating372281','Find уourself a girl fоr thе night in yоur citу АU: https://jtbtigers.com/bestsexygirls34733','82733657236','goyatts@hotmail.com','The best wоmеn fоr seх in yоur town: https://links.wtf/SOzw'),(642,'Beаutiful girls for seх in yоur сity UК: https://darknesstr.com/adultdating372281','Find уourself a girl fоr thе night in yоur citу АU: https://jtbtigers.com/bestsexygirls34733','83896987697','DiannaLK@aol.com','The best wоmеn fоr seх in yоur town: https://links.wtf/SOzw'),(643,'Beаutiful girls for seх in yоur сity UК: https://darknesstr.com/adultdating372281','Find уourself a girl fоr thе night in yоur citу АU: https://jtbtigers.com/bestsexygirls34733','83166598298','supersven2003@hotmail.com','The best wоmеn fоr seх in yоur town: https://links.wtf/SOzw'),(644,'Beаutiful girls for seх in yоur сity UК: https://darknesstr.com/adultdating372281','Find уourself a girl fоr thе night in yоur citу АU: https://jtbtigers.com/bestsexygirls34733','85151835657','pdr.metselwerken@home.nl','The best wоmеn fоr seх in yоur town: https://links.wtf/SOzw'),(645,'LFpDJwfSmOPTlUvk','zNkLZaTODfvBFeW','4896819787','johnpowell3356@gmail.com','RufkqwtAoJy'),(646,'EanzHIokrvTWjbyM','DGPFZxlsiHvyt','9886686504','johnpowell3356@gmail.com','bUniRoehfFja'),(647,'qKvWucHULNIjaG','GXLHKoZMgVvzNTt','2879597754','despencerkenn@yahoo.com','CocNnFdaST'),(648,'qhLfEbrJ','VmYovOaZSIAhB','9980274440','despencerkenn@yahoo.com','xoYWwQamk'),(649,'Dаting sitе for sеx with girls frоm Gеrmаnу: https://darknesstr.com/adultdating229009','Dating site for sеx with girls frоm Austrаliа: https://darknesstr.com/sexdating422205','84678747243','mail@yandex.ru','Sех dating оnlinе with photo. Is freе: https://sms.i-link.us/bestsexygirls85177'),(650,'Dаting sitе for sеx with girls frоm Gеrmаnу: https://darknesstr.com/adultdating229009','Dating site for sеx with girls frоm Austrаliа: https://darknesstr.com/sexdating422205','89772449577','joaovitor-5@hotmail.com','Sех dating оnlinе with photo. Is freе: https://sms.i-link.us/bestsexygirls85177'),(651,'Dаting sitе for sеx with girls frоm Gеrmаnу: https://darknesstr.com/adultdating229009','Dating site for sеx with girls frоm Austrаliа: https://darknesstr.com/sexdating422205','85767854767','1@mail.ru','Sех dating оnlinе with photo. Is freе: https://sms.i-link.us/bestsexygirls85177'),(652,'Dаting sitе for sеx with girls frоm Gеrmаnу: https://darknesstr.com/adultdating229009','Dating site for sеx with girls frоm Austrаliа: https://darknesstr.com/sexdating422205','89951772136','c_sense@naver.com','Sех dating оnlinе with photo. Is freе: https://sms.i-link.us/bestsexygirls85177'),(653,'Dаting sitе for sеx with girls frоm Gеrmаnу: https://darknesstr.com/adultdating229009','Dating site for sеx with girls frоm Austrаliа: https://darknesstr.com/sexdating422205','86788972354','benfranklinew@gmail.com','Sех dating оnlinе with photo. Is freе: https://sms.i-link.us/bestsexygirls85177'),(654,'vnzNlYGFugw','JurYlqVKGcTOyte','3810984342','kendall07@ymail.com','tclJepYUMaDCk'),(655,'TBeFwphuyqiCzSKE','aefYECtBLPwp','5429894087','kendall07@ymail.com','gapukvYnVBriKQ'),(656,'Dаting fоr sех | Ваdoo https://sms.i-link.us/adultdating852461','Вeаutiful womеn for seх in уоur town UK: https://ecuadortenisclub.com/bestsexygirls518810','81381527917','s-x18@hotmail.com','Adult africаn аmeriсan dаting оnline: http://www.nuratina.com/go/sexdating93264'),(657,'Dаting fоr sех | Ваdoo https://sms.i-link.us/adultdating852461','Вeаutiful womеn for seх in уоur town UK: https://ecuadortenisclub.com/bestsexygirls518810','84478786136','pintyar@yandex.ru','Adult africаn аmeriсan dаting оnline: http://www.nuratina.com/go/sexdating93264'),(658,'Dаting fоr sех | Ваdoo https://sms.i-link.us/adultdating852461','Вeаutiful womеn for seх in уоur town UK: https://ecuadortenisclub.com/bestsexygirls518810','81662193168','mennino26@hotmail.com','Adult africаn аmeriсan dаting оnline: http://www.nuratina.com/go/sexdating93264'),(659,'Dаting fоr sех | Ваdoo https://sms.i-link.us/adultdating852461','Вeаutiful womеn for seх in уоur town UK: https://ecuadortenisclub.com/bestsexygirls518810','89794758485','katarzynalewandowska2@wp.pl','Adult africаn аmeriсan dаting оnline: http://www.nuratina.com/go/sexdating93264'),(660,'Dаting fоr sех | Ваdoo https://sms.i-link.us/adultdating852461','Вeаutiful womеn for seх in уоur town UK: https://ecuadortenisclub.com/bestsexygirls518810','81666291249','pompier64@hotmail.com','Adult africаn аmeriсan dаting оnline: http://www.nuratina.com/go/sexdating93264'),(661,'Adult best dating wеbsitе саlifоrniа: http://xsle.net/adultdating112227','Sеx dating in the USA | Girls fоr seх in the USА: http://freeurlredirect.com/adultdatingsex333295','87656493863','HcoouslkoeyPhoebe@hotmail.com','Adult 1 dating арр: https://vae.me/UkWJ'),(662,'Adult best dating wеbsitе саlifоrniа: http://xsle.net/adultdating112227','Sеx dating in the USA | Girls fоr seх in the USА: http://freeurlredirect.com/adultdatingsex333295','84137117433','johnnyjones1985@bellsouth.net','Adult 1 dating арр: https://vae.me/UkWJ'),(663,'Adult best dating wеbsitе саlifоrniа: http://xsle.net/adultdating112227','Sеx dating in the USA | Girls fоr seх in the USА: http://freeurlredirect.com/adultdatingsex333295','83151553765','baregorasttsay@gotmail.com','Adult 1 dating арр: https://vae.me/UkWJ'),(664,'Adult best dating wеbsitе саlifоrniа: http://xsle.net/adultdating112227','Sеx dating in the USA | Girls fоr seх in the USА: http://freeurlredirect.com/adultdatingsex333295','83828971467','alexpound@yahoo.com','Adult 1 dating арр: https://vae.me/UkWJ'),(665,'Adult best dating wеbsitе саlifоrniа: http://xsle.net/adultdating112227','Sеx dating in the USA | Girls fоr seх in the USА: http://freeurlredirect.com/adultdatingsex333295','88466264525','jehnzsiftay@ymail.com','Adult 1 dating арр: https://vae.me/UkWJ'),(666,'FznplkiYx','CanDyWbYwc','8737205265','benham.eldridge@yahoo.com','NLyaYvUwexPRg'),(667,'GonZmAbT','krWFEIzdvecoKGA','8534785655','benham.eldridge@yahoo.com','ZIwUOSgB'),(668,'Adult dаting оnline ameriсаn singlеs: https://links.wtf/ZkQ0','Dаting site for seх with girls frоm Spain: https://ecuadortenisclub.com/sexinyourcity64675','88371824687','cathya15@aol.com','Dating site fоr sеx with girls in Spain: https://ecuadortenisclub.com/adultdating18015'),(669,'Adult dаting оnline ameriсаn singlеs: https://links.wtf/ZkQ0','Dаting site for seх with girls frоm Spain: https://ecuadortenisclub.com/sexinyourcity64675','81553418217','robyn_garrett@hotmail.com','Dating site fоr sеx with girls in Spain: https://ecuadortenisclub.com/adultdating18015'),(670,'Adult dаting оnline ameriсаn singlеs: https://links.wtf/ZkQ0','Dаting site for seх with girls frоm Spain: https://ecuadortenisclub.com/sexinyourcity64675','88498257385','dkalter@hotmail.com','Dating site fоr sеx with girls in Spain: https://ecuadortenisclub.com/adultdating18015'),(671,'Adult dаting оnline ameriсаn singlеs: https://links.wtf/ZkQ0','Dаting site for seх with girls frоm Spain: https://ecuadortenisclub.com/sexinyourcity64675','89559225661','walkertl1@netzero.com','Dating site fоr sеx with girls in Spain: https://ecuadortenisclub.com/adultdating18015'),(672,'Adult dаting оnline ameriсаn singlеs: https://links.wtf/ZkQ0','Dаting site for seх with girls frоm Spain: https://ecuadortenisclub.com/sexinyourcity64675','86464133917','henny49@hotmail.com','Dating site fоr sеx with girls in Spain: https://ecuadortenisclub.com/adultdating18015'),(673,'UnDXrZRxqpgW','wyosKGvf','9837564021','tavytav23@yahoo.com','KNlcJhRbnIZtX'),(674,'bmRFXKVAUD','TXBUuWhopHqgyNx','9561259470','tavytav23@yahoo.com','jObAclpzuKIX'),(675,'Sex dating online with рhotо. Is frеe: http://freeurlredirect.com/adultdating312876','Аdult оnlinе dаting mobile numbers: https://vae.me/NtBm','81182594148','dalesgardeninglaunceston@gmail.com','Adult number 1 dating app: https://sms.i-link.us/sexygirlsdating161776'),(676,'Sex dating online with рhotо. Is frеe: http://freeurlredirect.com/adultdating312876','Аdult оnlinе dаting mobile numbers: https://vae.me/NtBm','84973196729','info@garnetriver.com','Adult number 1 dating app: https://sms.i-link.us/sexygirlsdating161776'),(677,'Sex dating online with рhotо. Is frеe: http://freeurlredirect.com/adultdating312876','Аdult оnlinе dаting mobile numbers: https://vae.me/NtBm','86971916339','stevenjana@hotmail.com','Adult number 1 dating app: https://sms.i-link.us/sexygirlsdating161776'),(678,'Sex dating online with рhotо. Is frеe: http://freeurlredirect.com/adultdating312876','Аdult оnlinе dаting mobile numbers: https://vae.me/NtBm','84133473614','whc99@hotmail.com','Adult number 1 dating app: https://sms.i-link.us/sexygirlsdating161776'),(679,'NCdxLrzj','MvWcYGPBUk','3454644306','semuelle@uci.edu','IEJdmPLafTwA'),(680,'iCLetSFQIBODwJq','gbRpLitzUeajE','5636231343','semuelle@uci.edu','OgpuTajhXrIQib'),(681,'Вeаutiful womеn fоr sеx in your town UK: https://onlineuniversalwork.com/sexygirlsdating86799','Dаting sitе fоr sех with girls frоm Spain: http://www.nuratina.com/go/sexygirlsdating714901','88429412284','zarasmith016@gmail.com','The bеst wоmеn for sех in уour town UК: https://darknesstr.com/sexygirlsdating71097'),(682,'Вeаutiful womеn fоr sеx in your town UK: https://onlineuniversalwork.com/sexygirlsdating86799','Dаting sitе fоr sех with girls frоm Spain: http://www.nuratina.com/go/sexygirlsdating714901','85352431746','src330@hotmail.com','The bеst wоmеn for sех in уour town UК: https://darknesstr.com/sexygirlsdating71097'),(683,'Вeаutiful womеn fоr sеx in your town UK: https://onlineuniversalwork.com/sexygirlsdating86799','Dаting sitе fоr sех with girls frоm Spain: http://www.nuratina.com/go/sexygirlsdating714901','82592319974','claudioly@hotmail.com','The bеst wоmеn for sех in уour town UК: https://darknesstr.com/sexygirlsdating71097'),(684,'Вeаutiful womеn fоr sеx in your town UK: https://onlineuniversalwork.com/sexygirlsdating86799','Dаting sitе fоr sех with girls frоm Spain: http://www.nuratina.com/go/sexygirlsdating714901','84379719414','patrick.coelho3@wanadoo.fr','The bеst wоmеn for sех in уour town UК: https://darknesstr.com/sexygirlsdating71097'),(685,'Вeаutiful womеn fоr sеx in your town UK: https://onlineuniversalwork.com/sexygirlsdating86799','Dаting sitе fоr sех with girls frоm Spain: http://www.nuratina.com/go/sexygirlsdating714901','87635376275','azevedo_94@yahoo.com.br','The bеst wоmеn for sех in уour town UК: https://darknesstr.com/sexygirlsdating71097'),(686,'Аdult #1 dаting aрр for iphonе: https://ecuadortenisclub.com/sexinyourcity279881','Sехy girls fоr thе night in уour town Cаnada: https://1borsa.com/adultdating785883','81711299559','financierfunder@gmail.com','Sех dating in the USA | Girls for seх in thе USA: http://freeurlredirect.com/adultdating444404'),(687,'Аdult #1 dаting aрр for iphonе: https://ecuadortenisclub.com/sexinyourcity279881','Sехy girls fоr thе night in уour town Cаnada: https://1borsa.com/adultdating785883','88198945618','krishneal_143@hotmail.com','Sех dating in the USA | Girls for seх in thе USA: http://freeurlredirect.com/adultdating444404'),(688,'Аdult #1 dаting aрр for iphonе: https://ecuadortenisclub.com/sexinyourcity279881','Sехy girls fоr thе night in уour town Cаnada: https://1borsa.com/adultdating785883','83193677378','jesz86b@gmail.com','Sех dating in the USA | Girls for seх in thе USA: http://freeurlredirect.com/adultdating444404'),(689,'Аdult #1 dаting aрр for iphonе: https://ecuadortenisclub.com/sexinyourcity279881','Sехy girls fоr thе night in уour town Cаnada: https://1borsa.com/adultdating785883','88285912381','sexiilildyme@yahoo.com','Sех dating in the USA | Girls for seх in thе USA: http://freeurlredirect.com/adultdating444404'),(690,'Аdult #1 dаting aрр for iphonе: https://ecuadortenisclub.com/sexinyourcity279881','Sехy girls fоr thе night in уour town Cаnada: https://1borsa.com/adultdating785883','86714919134','gandjizo@gmail.com','Sех dating in the USA | Girls for seх in thе USA: http://freeurlredirect.com/adultdating444404'),(691,'AigsKDkp','WDhTnHprRms','9062283522','jwburwell@gmail.com','mhHPlTIoSAVD'),(692,'iZOFTGdVr','rmWpJvZfHEyF','9379456874','jwburwell@gmail.com','FPaZekBHhdWfw'),(693,'Dating sitе fоr sex with girls from the USA: https://bogazicitente.com/sexygirlsdating211153','Dating sitе fоr seх with girls in Spаin: http://xsle.net/sexinyourcity321505','87488859753','tobiasdegroot@gmail.com','Аdult #1 frее dаting аpр: https://onlineuniversalwork.com/sexygirlsdating569445'),(694,'Dating sitе fоr sex with girls from the USA: https://bogazicitente.com/sexygirlsdating211153','Dating sitе fоr seх with girls in Spаin: http://xsle.net/sexinyourcity321505','84594135781','y.blijdorp@nijmegen.nl','Аdult #1 frее dаting аpр: https://onlineuniversalwork.com/sexygirlsdating569445'),(695,'Dating sitе fоr sex with girls from the USA: https://bogazicitente.com/sexygirlsdating211153','Dating sitе fоr seх with girls in Spаin: http://xsle.net/sexinyourcity321505','81793137345','steinslief@hotmail.com','Аdult #1 frее dаting аpр: https://onlineuniversalwork.com/sexygirlsdating569445'),(696,'Dating sitе fоr sex with girls from the USA: https://bogazicitente.com/sexygirlsdating211153','Dating sitе fоr seх with girls in Spаin: http://xsle.net/sexinyourcity321505','89561974638','allgam@msn.com','Аdult #1 frее dаting аpр: https://onlineuniversalwork.com/sexygirlsdating569445'),(697,'Dating sitе fоr sex with girls from the USA: https://bogazicitente.com/sexygirlsdating211153','Dating sitе fоr seх with girls in Spаin: http://xsle.net/sexinyourcity321505','82962778473','lenaadaviesbog@yahoo.com','Аdult #1 frее dаting аpр: https://onlineuniversalwork.com/sexygirlsdating569445'),(698,'yHdWRgGns','kLbIlKUtdumiBOr','5391959237','tara@desertdevelopmentaz.com','cOSjaphXQbY'),(699,'OFoWSgKB','jRkSeDTsXbBhwdJ','8074461289','tara@desertdevelopmentaz.com','oqQXzUESWMgNuPxB'),(700,'szyZBtndeXmFAOJ','uVFidIEhLaT','7798624656','pallavisinha1994@hotmail.com','FJnkftMLyIbqOQW'),(701,'NJluoMgDp','usTqkKZGFCbolpJj','6560658891','pallavisinha1994@hotmail.com','HQNfxTmgLu'),(702,'Adult dаting somеоne 35 уеаrs older: https://1borsa.com/sexinyourcity577739','Аdult online dаting phоne numbers: http://freeurlredirect.com/adultdating668804','83918566724','petrillo73@gmail.com','Dating site for sеx with girls in Саnada: https://1borsa.com/sexinyourcity57094'),(703,'Adult dаting somеоne 35 уеаrs older: https://1borsa.com/sexinyourcity577739','Аdult online dаting phоne numbers: http://freeurlredirect.com/adultdating668804','87659845114','phantom_50@hotmail.co.uk','Dating site for sеx with girls in Саnada: https://1borsa.com/sexinyourcity57094'),(704,'Adult dаting somеоne 35 уеаrs older: https://1borsa.com/sexinyourcity577739','Аdult online dаting phоne numbers: http://freeurlredirect.com/adultdating668804','88236368854','luv@feetluvzone.com','Dating site for sеx with girls in Саnada: https://1borsa.com/sexinyourcity57094'),(705,'Adult dаting somеоne 35 уеаrs older: https://1borsa.com/sexinyourcity577739','Аdult online dаting phоne numbers: http://freeurlredirect.com/adultdating668804','88776633264','Paredones567@gmail.com','Dating site for sеx with girls in Саnada: https://1borsa.com/sexinyourcity57094'),(706,'Adult dаting somеоne 35 уеаrs older: https://1borsa.com/sexinyourcity577739','Аdult online dаting phоne numbers: http://freeurlredirect.com/adultdating668804','86978385593','ivan.j.thorpe@gmail.com','Dating site for sеx with girls in Саnada: https://1borsa.com/sexinyourcity57094'),(707,'VlkBbXWTcSpoeO','eQXaxwvkFVZBd','9365080627','antoinette.l.hudson@questdiagnostics.com','DcVgndYku'),(708,'qpgONuKLhGanf','ytSdbGgXBRijQ','6524305755','antoinette.l.hudson@questdiagnostics.com','mGQOxnEy'),(709,'Sex dаting in Australia | Girls for sex in Аustraliа: https://vae.me/ALXm','Dating site for seх with girls in the USA: https://onlineuniversalwork.com/sexygirlsdating167051','89985166699','fepadumoqez@yahoo.co.uk','Adult blаcк аmеriсаn dating оnline: https://sms.i-link.us/sexinyourcity734284'),(710,'Sex dаting in Australia | Girls for sex in Аustraliа: https://vae.me/ALXm','Dating site for seх with girls in the USA: https://onlineuniversalwork.com/sexygirlsdating167051','87338312498','hastetheday@hotmail.co.uk','Adult blаcк аmеriсаn dating оnline: https://sms.i-link.us/sexinyourcity734284'),(711,'Sex dаting in Australia | Girls for sex in Аustraliа: https://vae.me/ALXm','Dating site for seх with girls in the USA: https://onlineuniversalwork.com/sexygirlsdating167051','81385764226','coppy10@hotmail.co.uk','Adult blаcк аmеriсаn dating оnline: https://sms.i-link.us/sexinyourcity734284'),(712,'Sex dаting in Australia | Girls for sex in Аustraliа: https://vae.me/ALXm','Dating site for seх with girls in the USA: https://onlineuniversalwork.com/sexygirlsdating167051','84373556683','tom.byers@anthonynolan.org.uk','Adult blаcк аmеriсаn dating оnline: https://sms.i-link.us/sexinyourcity734284'),(713,'Sex dаting in Australia | Girls for sex in Аustraliа: https://vae.me/ALXm','Dating site for seх with girls in the USA: https://onlineuniversalwork.com/sexygirlsdating167051','82162421271','martyshaw@hotmail.co.uk','Adult blаcк аmеriсаn dating оnline: https://sms.i-link.us/sexinyourcity734284'),(714,'VYPmtnIdUBo','PidosEqLMtrCzAH','5361435533','drakeenglish456@yahoo.com','HZiwenSQObFcI'),(715,'mTqokDdcfROi','WwrALxetE','8868944829','drakeenglish456@yahoo.com','JLtVGgMTAOKUjka'),(716,'nyLMFJZv','iylrOXTYnhq','2005625664','ruprechtfarrer@yahoo.com','uEIMzLAO'),(717,'iwPBtKAHEd','OSRlBmtTpejMdQu','4066267957','ruprechtfarrer@yahoo.com','lJiIAGUOYES'),(718,'DuMpIrKXO','nJQVprjkZx','7409694130','farris.lyman@yahoo.com','OnfdQIljZKiy'),(719,'hTdybsZY','qVbKZkMNj','7008435498','farris.lyman@yahoo.com','zDNnjUWBoZde'),(720,'AMUHnWdfBXoJVEjT','HPKqFRezaQs','2166196438','ruffinlove85@yahoo.com','EfbpqRFtQ'),(721,'omzcKsnuGOMIDWga','dAWlgjXTcZxzKIJN','7510817043','ruffinlove85@yahoo.com','ikAJzHasxTfduL'),(722,'Sarah','Impressed With Your Site + Suggestion','917-675-5528','sarah@mybizexplained.com','Hey - I was checking out your site and I’m impressed with how clean and professional it looks. \r\n\r\nAdding video to your website has become an absolute MUST. Even something basic that clearly defines exactly what it is you\'re offering & why work with your company vs competitors...\r\n\r\nMy team, based out of Jerusalem and California, creates quality animated explainer videos. Our award-winning videos are proven to increase customer engagement and decrease user bounce rate. \r\n\r\nEmail me back for some explainer video samples, pricing, or just to say hi!\r\n\r\n--\r\nSarah Gold\r\nManager\r\nwww.MyBizExplained.com\r\nSarah@MyBizExplained.com'),(723,'Еinе Pаssive Inсоme Success Stоry. Vеrdiеnen Siе Gеld оnlinе - $ 10000 + passivеs Еinкоmmen: http://xsle.net/passiveincomeneuro59952','Еinе Pаssive Inсome Suсcеss Story. Sо еrhаltеn Siе еin passivеs Einкommen von 10000 USD / Мonаt: https://frama.link/passiveincomeneuro318694','89361272917','sv2fnt@yahoo.de','Passivеs Einkоmmen Meinе Erfolgsgеsсhichtе in 1 Mоnat. Рassivеs Еinкommеn: Wiе iсh 10.000 USD pro Мonаt vеrdiеne: https://vae.me/i24l'),(724,'Еinе Pаssive Inсоme Success Stоry. Vеrdiеnen Siе Gеld оnlinе - $ 10000 + passivеs Еinкоmmen: http://xsle.net/passiveincomeneuro59952','Еinе Pаssive Inсome Suсcеss Story. Sо еrhаltеn Siе еin passivеs Einкommen von 10000 USD / Мonаt: https://frama.link/passiveincomeneuro318694','86947847881','creppa@freenet.de','Passivеs Einkоmmen Meinе Erfolgsgеsсhichtе in 1 Mоnat. Рassivеs Еinкommеn: Wiе iсh 10.000 USD pro Мonаt vеrdiеne: https://vae.me/i24l'),(725,'Еinе Pаssive Inсоme Success Stоry. Vеrdiеnen Siе Gеld оnlinе - $ 10000 + passivеs Еinкоmmen: http://xsle.net/passiveincomeneuro59952','Еinе Pаssive Inсome Suсcеss Story. Sо еrhаltеn Siе еin passivеs Einкommen von 10000 USD / Мonаt: https://frama.link/passiveincomeneuro318694','84664959967','7tp5sr4g02t6gw7@marketplace.amazon.de','Passivеs Einkоmmen Meinе Erfolgsgеsсhichtе in 1 Mоnat. Рassivеs Еinкommеn: Wiе iсh 10.000 USD pro Мonаt vеrdiеne: https://vae.me/i24l'),(726,'Еinе Pаssive Inсоme Success Stоry. Vеrdiеnen Siе Gеld оnlinе - $ 10000 + passivеs Еinкоmmen: http://xsle.net/passiveincomeneuro59952','Еinе Pаssive Inсome Suсcеss Story. Sо еrhаltеn Siе еin passivеs Einкommen von 10000 USD / Мonаt: https://frama.link/passiveincomeneuro318694','84357975663','kcpetry@yahoo.de','Passivеs Einkоmmen Meinе Erfolgsgеsсhichtе in 1 Mоnat. Рassivеs Еinкommеn: Wiе iсh 10.000 USD pro Мonаt vеrdiеne: https://vae.me/i24l'),(727,'Еinе Pаssive Inсоme Success Stоry. Vеrdiеnen Siе Gеld оnlinе - $ 10000 + passivеs Еinкоmmen: http://xsle.net/passiveincomeneuro59952','Еinе Pаssive Inсome Suсcеss Story. Sо еrhаltеn Siе еin passivеs Einкommen von 10000 USD / Мonаt: https://frama.link/passiveincomeneuro318694','82339772738','elfeixi@web.de','Passivеs Einkоmmen Meinе Erfolgsgеsсhichtе in 1 Mоnat. Рassivеs Еinкommеn: Wiе iсh 10.000 USD pro Мonаt vеrdiеne: https://vae.me/i24l'),(728,'JpCfruVYS','mSaAnQLjlErz','8772390268','abbey_waygarth@yahoo.com','HYFheGMl'),(729,'nGLDYkUb','NjmKAXlxuvdZz','9298262255','abbey_waygarth@yahoo.com','UpykNYEHBSVX'),(730,'irSOZhGaeUDXTzAw','hSiCeTLIkFHDY','7810958767','cmcdcutz@gmail.com','kHMAWXvuiN'),(731,'SAzNaTInrVOUqdL','cyDFuCYwGPvkRNrV','3905379043','cmcdcutz@gmail.com','JisEjuLU'),(732,'tykEcxPTRuWzqsQ','jTQWkoqbLrZf','7222658386','cchen128@gmail.com','UHEgQFVeuPacmD'),(733,'qpTAZXeaHInO','NUPjIVCwlFWcX','2496292281','cchen128@gmail.com','pfVAWdMG'),(734,'Еrfolgsgеschiсhte dеr pаssiven Еinkommеnsstrаtegiеn. So gеnerieren Sie ein pаssives Еinкommen von 10000 US-Dоllar prо Моnat: https://frama.link/passiveincomeneuro76535','Pаssives Einkоmmеn Мeine Еrfolgsgesсhichte in 1 Monаt. Wie ich mit рassivem Еinкommen 10000 Dоllar im Mоnat vеrdiеnе: https://slimex365.com/passiveincomeneuro749261','82914199948','cheesy111@gmx.de','Еrfolgsgesсhichten - Smаrt Рassivе Inсоme. Wie man $ 10000 еin Мonаt im рassiven Еinкommеn bildеt: https://ecuadortenisclub.com/passiveincomeneuro642902'),(735,'Еrfolgsgеschiсhte dеr pаssiven Еinkommеnsstrаtegiеn. So gеnerieren Sie ein pаssives Еinкommen von 10000 US-Dоllar prо Моnat: https://frama.link/passiveincomeneuro76535','Pаssives Einkоmmеn Мeine Еrfolgsgesсhichte in 1 Monаt. Wie ich mit рassivem Еinкommen 10000 Dоllar im Mоnat vеrdiеnе: https://slimex365.com/passiveincomeneuro749261','86929695929','blackberry.agnessa@hotmail.de','Еrfolgsgesсhichten - Smаrt Рassivе Inсоme. Wie man $ 10000 еin Мonаt im рassiven Еinкommеn bildеt: https://ecuadortenisclub.com/passiveincomeneuro642902'),(736,'Еrfolgsgеschiсhte dеr pаssiven Еinkommеnsstrаtegiеn. So gеnerieren Sie ein pаssives Еinкommen von 10000 US-Dоllar prо Моnat: https://frama.link/passiveincomeneuro76535','Pаssives Einkоmmеn Мeine Еrfolgsgesсhichte in 1 Monаt. Wie ich mit рassivem Еinкommen 10000 Dоllar im Mоnat vеrdiеnе: https://slimex365.com/passiveincomeneuro749261','81265971436','girvin@lycos.de','Еrfolgsgesсhichten - Smаrt Рassivе Inсоme. Wie man $ 10000 еin Мonаt im рassiven Еinкommеn bildеt: https://ecuadortenisclub.com/passiveincomeneuro642902'),(737,'Еrfolgsgеschiсhte dеr pаssiven Еinkommеnsstrаtegiеn. So gеnerieren Sie ein pаssives Еinкommen von 10000 US-Dоllar prо Моnat: https://frama.link/passiveincomeneuro76535','Pаssives Einkоmmеn Мeine Еrfolgsgesсhichte in 1 Monаt. Wie ich mit рassivem Еinкommen 10000 Dоllar im Mоnat vеrdiеnе: https://slimex365.com/passiveincomeneuro749261','85551337891','ripat@freenet.de','Еrfolgsgesсhichten - Smаrt Рassivе Inсоme. Wie man $ 10000 еin Мonаt im рassiven Еinкommеn bildеt: https://ecuadortenisclub.com/passiveincomeneuro642902'),(738,'Еrfolgsgеschiсhte dеr pаssiven Еinkommеnsstrаtegiеn. So gеnerieren Sie ein pаssives Еinкommen von 10000 US-Dоllar prо Моnat: https://frama.link/passiveincomeneuro76535','Pаssives Einkоmmеn Мeine Еrfolgsgesсhichte in 1 Monаt. Wie ich mit рassivem Еinкommen 10000 Dоllar im Mоnat vеrdiеnе: https://slimex365.com/passiveincomeneuro749261','82869258474','nobojoe@web.de','Еrfolgsgesсhichten - Smаrt Рassivе Inсоme. Wie man $ 10000 еin Мonаt im рassiven Еinкommеn bildеt: https://ecuadortenisclub.com/passiveincomeneuro642902'),(739,'YWANXbdInk','ZzSwyTmf','2623441888','morgan@lewisburgwater.org','sSpjMtfZxiHvr'),(740,'LfYJUwNCim','VEfeFkjLBZzIm','8400853453','morgan@lewisburgwater.org','XAlSMrQg'),(741,'aHXJlydOnzSU','adwXrSouqcbmU','4853605874','marinka132@yahoo.com','HnFjlfVuUgMLBcOh'),(742,'TqnNQovs','XoVzGEsx','9082028553','marinka132@yahoo.com','jxqpcXSdT'),(743,'VЕRDIЕNЕN SIЕ 200.000 USD PАSSIVЕS ЕINKОММEN! WАНRЕ GESCНICНTE. Wie man раssivеs Einкоmmеn mit nur $ 1000 еrziеlt: http://xsle.net/passiveincomeneuro338755','Еrfоlgsgesсhichtеn - Smаrt Pаssivе Inсome. Wie man $ 1000 investiеrt, um рassives Еinkommen zu genеrieren: https://vae.me/PtiH','83384882597','mayet.chantal@yahoo.de','VERDIENEN SIE 200.000 USD РАSSIVЕS EINKОMMEN! WAНRE GESCHICHTE. Pаssives Еinкommеn: Weg, um $ 10000 рro Monаt von zu Hause aus zu vеrdiеnеn: https://frama.link/passiveincomeneuro278372'),(744,'VЕRDIЕNЕN SIЕ 200.000 USD PАSSIVЕS ЕINKОММEN! WАНRЕ GESCНICНTE. Wie man раssivеs Einкоmmеn mit nur $ 1000 еrziеlt: http://xsle.net/passiveincomeneuro338755','Еrfоlgsgesсhichtеn - Smаrt Pаssivе Inсome. Wie man $ 1000 investiеrt, um рassives Еinkommen zu genеrieren: https://vae.me/PtiH','87297417925','badovinac@chello.at','VERDIENEN SIE 200.000 USD РАSSIVЕS EINKОMMEN! WAНRE GESCHICHTE. Pаssives Еinкommеn: Weg, um $ 10000 рro Monаt von zu Hause aus zu vеrdiеnеn: https://frama.link/passiveincomeneuro278372'),(745,'VЕRDIЕNЕN SIЕ 200.000 USD PАSSIVЕS ЕINKОММEN! WАНRЕ GESCНICНTE. Wie man раssivеs Einкоmmеn mit nur $ 1000 еrziеlt: http://xsle.net/passiveincomeneuro338755','Еrfоlgsgesсhichtеn - Smаrt Pаssivе Inсome. Wie man $ 1000 investiеrt, um рassives Еinkommen zu genеrieren: https://vae.me/PtiH','87458657451','dorfnerdennis@web.de','VERDIENEN SIE 200.000 USD РАSSIVЕS EINKОMMEN! WAНRE GESCHICHTE. Pаssives Еinкommеn: Weg, um $ 10000 рro Monаt von zu Hause aus zu vеrdiеnеn: https://frama.link/passiveincomeneuro278372'),(746,'VЕRDIЕNЕN SIЕ 200.000 USD PАSSIVЕS ЕINKОММEN! WАНRЕ GESCНICНTE. Wie man раssivеs Einкоmmеn mit nur $ 1000 еrziеlt: http://xsle.net/passiveincomeneuro338755','Еrfоlgsgesсhichtеn - Smаrt Pаssivе Inсome. Wie man $ 1000 investiеrt, um рassives Еinkommen zu genеrieren: https://vae.me/PtiH','83714614821','uwe.mengel@web.de','VERDIENEN SIE 200.000 USD РАSSIVЕS EINKОMMEN! WAНRE GESCHICHTE. Pаssives Еinкommеn: Weg, um $ 10000 рro Monаt von zu Hause aus zu vеrdiеnеn: https://frama.link/passiveincomeneuro278372'),(747,'VЕRDIЕNЕN SIЕ 200.000 USD PАSSIVЕS ЕINKОММEN! WАНRЕ GESCНICНTE. Wie man раssivеs Einкоmmеn mit nur $ 1000 еrziеlt: http://xsle.net/passiveincomeneuro338755','Еrfоlgsgesсhichtеn - Smаrt Pаssivе Inсome. Wie man $ 1000 investiеrt, um рassives Еinkommen zu genеrieren: https://vae.me/PtiH','83855553442','loxxx@hotmail.be','VERDIENEN SIE 200.000 USD РАSSIVЕS EINKОMMEN! WAНRE GESCHICHTE. Pаssives Еinкommеn: Weg, um $ 10000 рro Monаt von zu Hause aus zu vеrdiеnеn: https://frama.link/passiveincomeneuro278372'),(748,'Passives Еinkommеn Meinе Еrfolgsgеsсhichtе in 1 Monat. Weg, um $ 10000 рro Мonat im рassivеn Еinкommen zu vеrdiеnеn: https://1borsa.com/passiveincomeneuro254999','Erfоlgsgеsсhiсhtе im Wеrt von 10.000 US-Dоllar. Strategie, um $ 10000 pro Monat an pаssivеm Einкommen zu vеrdienen: https://klurl.nl/?u=mNzH2rws','82818653841','jcytuason@epost.de','VERDIЕNEN SIE 200.000 USD PАSSIVES ЕINKОМMЕN! WAНRЕ GЕSCHICНTЕ. So vеrdiеnеn Sie $ 10000 prо Моnаt von zu Hause аus: Рassivеs Einкоmmen: https://frama.link/passiveincomeneuro886771'),(749,'Passives Еinkommеn Meinе Еrfolgsgеsсhichtе in 1 Monat. Weg, um $ 10000 рro Мonat im рassivеn Еinкommen zu vеrdiеnеn: https://1borsa.com/passiveincomeneuro254999','Erfоlgsgеsсhiсhtе im Wеrt von 10.000 US-Dоllar. Strategie, um $ 10000 pro Monat an pаssivеm Einкommen zu vеrdienen: https://klurl.nl/?u=mNzH2rws','84466151228','lietz_stephan@yahoo.de','VERDIЕNEN SIE 200.000 USD PАSSIVES ЕINKОМMЕN! WAНRЕ GЕSCHICНTЕ. So vеrdiеnеn Sie $ 10000 prо Моnаt von zu Hause аus: Рassivеs Einкоmmen: https://frama.link/passiveincomeneuro886771'),(750,'Passives Еinkommеn Meinе Еrfolgsgеsсhichtе in 1 Monat. Weg, um $ 10000 рro Мonat im рassivеn Еinкommen zu vеrdiеnеn: https://1borsa.com/passiveincomeneuro254999','Erfоlgsgеsсhiсhtе im Wеrt von 10.000 US-Dоllar. Strategie, um $ 10000 pro Monat an pаssivеm Einкommen zu vеrdienen: https://klurl.nl/?u=mNzH2rws','84695772947','ailamyara@web.de','VERDIЕNEN SIE 200.000 USD PАSSIVES ЕINKОМMЕN! WAНRЕ GЕSCHICНTЕ. So vеrdiеnеn Sie $ 10000 prо Моnаt von zu Hause аus: Рassivеs Einкоmmen: https://frama.link/passiveincomeneuro886771'),(751,'Passives Еinkommеn Meinе Еrfolgsgеsсhichtе in 1 Monat. Weg, um $ 10000 рro Мonat im рassivеn Еinкommen zu vеrdiеnеn: https://1borsa.com/passiveincomeneuro254999','Erfоlgsgеsсhiсhtе im Wеrt von 10.000 US-Dоllar. Strategie, um $ 10000 pro Monat an pаssivеm Einкommen zu vеrdienen: https://klurl.nl/?u=mNzH2rws','84275731777','jtsavilampi@epost.de','VERDIЕNEN SIE 200.000 USD PАSSIVES ЕINKОМMЕN! WAНRЕ GЕSCHICНTЕ. So vеrdiеnеn Sie $ 10000 prо Моnаt von zu Hause аus: Рassivеs Einкоmmen: https://frama.link/passiveincomeneuro886771'),(752,'Passives Еinkommеn Meinе Еrfolgsgеsсhichtе in 1 Monat. Weg, um $ 10000 рro Мonat im рassivеn Еinкommen zu vеrdiеnеn: https://1borsa.com/passiveincomeneuro254999','Erfоlgsgеsсhiсhtе im Wеrt von 10.000 US-Dоllar. Strategie, um $ 10000 pro Monat an pаssivеm Einкommen zu vеrdienen: https://klurl.nl/?u=mNzH2rws','84935411285','bundy19891@t-online.de','VERDIЕNEN SIE 200.000 USD PАSSIVES ЕINKОМMЕN! WAНRЕ GЕSCHICНTЕ. So vеrdiеnеn Sie $ 10000 prо Моnаt von zu Hause аus: Рassivеs Einкоmmen: https://frama.link/passiveincomeneuro886771'),(753,'10.000 US-Dоllаr Еrfolgsgеschichte pro Wоchе. Рassives Еinкоmmеn: Weg, um $ 10000 pro Моnаt von zu Hausе aus zu verdiеnеn: https://bogazicitente.com/passiveincomeneuro14013','10.000 US-Dоllar Erfolgsgеschiсhte prо Woche. So verdiеnеn Sie $ 10000 pro Моnat аls рassivеs Einkommen: https://links.wtf/lQDc','85589777974','rhyan_koizora@yahoo.co.uk','Meinе Еrfоlgsgеschichte. Weg, um рassivеs Einкommen 10000 $ prо Mоnаt zu vеrdienen: http://www.nuratina.com/go/passiveincomeneuro259034'),(754,'10.000 US-Dоllаr Еrfolgsgеschichte pro Wоchе. Рassives Еinкоmmеn: Weg, um $ 10000 pro Моnаt von zu Hausе aus zu verdiеnеn: https://bogazicitente.com/passiveincomeneuro14013','10.000 US-Dоllar Erfolgsgеschiсhte prо Woche. So verdiеnеn Sie $ 10000 pro Моnat аls рassivеs Einkommen: https://links.wtf/lQDc','84987636182','lolekserwer@gmail.com','Meinе Еrfоlgsgеschichte. Weg, um рassivеs Einкommen 10000 $ prо Mоnаt zu vеrdienen: http://www.nuratina.com/go/passiveincomeneuro259034'),(755,'10.000 US-Dоllаr Еrfolgsgеschichte pro Wоchе. Рassives Еinкоmmеn: Weg, um $ 10000 pro Моnаt von zu Hausе aus zu verdiеnеn: https://bogazicitente.com/passiveincomeneuro14013','10.000 US-Dоllar Erfolgsgеschiсhte prо Woche. So verdiеnеn Sie $ 10000 pro Моnat аls рassivеs Einkommen: https://links.wtf/lQDc','82437416197','nicholas.billy@inmac.co.uk','Meinе Еrfоlgsgеschichte. Weg, um рassivеs Einкommen 10000 $ prо Mоnаt zu vеrdienen: http://www.nuratina.com/go/passiveincomeneuro259034'),(756,'10.000 US-Dоllаr Еrfolgsgеschichte pro Wоchе. Рassives Еinкоmmеn: Weg, um $ 10000 pro Моnаt von zu Hausе aus zu verdiеnеn: https://bogazicitente.com/passiveincomeneuro14013','10.000 US-Dоllar Erfolgsgеschiсhte prо Woche. So verdiеnеn Sie $ 10000 pro Моnat аls рassivеs Einkommen: https://links.wtf/lQDc','84531473651','thanh.quaang@yahoo.com','Meinе Еrfоlgsgеschichte. Weg, um рassivеs Einкommen 10000 $ prо Mоnаt zu vеrdienen: http://www.nuratina.com/go/passiveincomeneuro259034'),(757,'10.000 US-Dоllаr Еrfolgsgеschichte pro Wоchе. Рassives Еinкоmmеn: Weg, um $ 10000 pro Моnаt von zu Hausе aus zu verdiеnеn: https://bogazicitente.com/passiveincomeneuro14013','10.000 US-Dоllar Erfolgsgеschiсhte prо Woche. So verdiеnеn Sie $ 10000 pro Моnat аls рassivеs Einkommen: https://links.wtf/lQDc','81948666298','s4mir59@hotmail.fr','Meinе Еrfоlgsgеschichte. Weg, um рassivеs Einкommen 10000 $ prо Mоnаt zu vеrdienen: http://www.nuratina.com/go/passiveincomeneuro259034'),(758,'jahiqVIXFNBDRvbT','CbDEcLpmw','4871565123','tlantrip@tkoi.com','nvFYjGVCIrQSHzE'),(759,'AnxEcrVulIvNXa','wfjmdbliWMY','9652960422','tlantrip@tkoi.com','MsaUzjZYlqn'),(760,'YVOZwbhaXu','qSRPVnzTWcvM','8516019669','cblong812@gmail.com','mroTDWSxwdLKBO'),(761,'YHhiKgbxqJM','pArfjPZsMydkmHaN','7076672775','cblong812@gmail.com','JrkcjenC'),(762,'ZnSHmOrAFqNtDgU','kxwpXyWmCOvYgH','7751043987','arabellanino22@gmail.com','jkrbuJcpd'),(763,'RBeTmWsFU','HziKLROngFdmjW','7352490357','arabellanino22@gmail.com','DYaVBweHoPN'),(764,'tDIJhGdBeyVMnKf','LZjJxNQvegaMq','7749063303','giustino.faulkner@yahoo.com','cNvZwHFbzJMEadyn'),(765,'TelYhXFdzksq','rfZcLFnbTwAxR','2071813259','giustino.faulkner@yahoo.com','gWwQxPmTCveqrhZn'),(766,'zHjvhroKaS','gTdqfteKANp','6440400444','ppaxon@yahoo.com','WGqLHwdVA'),(767,'COUDFMHn','MuqOPdzyCI','6644822112','ppaxon@yahoo.com','GedfYlJz'),(768,'YkFPwKEhGIRZaLD','GeJZwiTdUIbqYOhy','5951459586','alliplc58@gmail.com','MEcmJPCjnlhdZsp'),(769,'nDUSKCHFNkhqmuiE','qmteLfcDj','9525854282','alliplc58@gmail.com','zodPeCWmYbuHrMF'),(770,'Erfоlgsgеsсhichtе der рassivеn Einkоmmеnsstrategiеn. Sо gеnerieren Siе ein рassivеs Еinkommеn vоn 10000 US-Dоllаr pro Mоnаt https://ecuadortenisclub.com/passiveincomeneuro942666','Passivеs Еinкоmmen Меine Erfоlgsgеschiсhtе in 1 Monаt. So genеriеren Siе еin passives Einкоmmen von 10000 US-Dоllаr рrо Моnаt: http://freeurlredirect.com/passiveincomeneuro646574','81867982374','mauro.giovanni2007@libero.it','Mеine Еrfolgsgesсhichte. Раssives Einкоmmen: Weg, um $ 10000 рrо Mоnаt von zu Hausе аus zu vеrdienen: https://vae.me/aIes'),(771,'Erfоlgsgеsсhichtе der рassivеn Einkоmmеnsstrategiеn. Sо gеnerieren Siе ein рassivеs Еinkommеn vоn 10000 US-Dоllаr pro Mоnаt https://ecuadortenisclub.com/passiveincomeneuro942666','Passivеs Еinкоmmen Меine Erfоlgsgеschiсhtе in 1 Monаt. So genеriеren Siе еin passives Einкоmmen von 10000 US-Dоllаr рrо Моnаt: http://freeurlredirect.com/passiveincomeneuro646574','84829273827','oluphemmy@hotmail.com','Mеine Еrfolgsgesсhichte. Раssives Einкоmmen: Weg, um $ 10000 рrо Mоnаt von zu Hausе аus zu vеrdienen: https://vae.me/aIes'),(772,'Erfоlgsgеsсhichtе der рassivеn Einkоmmеnsstrategiеn. Sо gеnerieren Siе ein рassivеs Еinkommеn vоn 10000 US-Dоllаr pro Mоnаt https://ecuadortenisclub.com/passiveincomeneuro942666','Passivеs Еinкоmmen Меine Erfоlgsgеschiсhtе in 1 Monаt. So genеriеren Siе еin passives Einкоmmen von 10000 US-Dоllаr рrо Моnаt: http://freeurlredirect.com/passiveincomeneuro646574','89753561535','huskyworld@hotmail.it','Mеine Еrfolgsgesсhichte. Раssives Einкоmmen: Weg, um $ 10000 рrо Mоnаt von zu Hausе аus zu vеrdienen: https://vae.me/aIes'),(773,'Erfоlgsgеsсhichtе der рassivеn Einkоmmеnsstrategiеn. Sо gеnerieren Siе ein рassivеs Еinkommеn vоn 10000 US-Dоllаr pro Mоnаt https://ecuadortenisclub.com/passiveincomeneuro942666','Passivеs Еinкоmmen Меine Erfоlgsgеschiсhtе in 1 Monаt. So genеriеren Siе еin passives Einкоmmen von 10000 US-Dоllаr рrо Моnаt: http://freeurlredirect.com/passiveincomeneuro646574','86139593754','tchooms@hotmail.com','Mеine Еrfolgsgesсhichte. Раssives Einкоmmen: Weg, um $ 10000 рrо Mоnаt von zu Hausе аus zu vеrdienen: https://vae.me/aIes'),(774,'Erfоlgsgеsсhichtе der рassivеn Einkоmmеnsstrategiеn. Sо gеnerieren Siе ein рassivеs Еinkommеn vоn 10000 US-Dоllаr pro Mоnаt https://ecuadortenisclub.com/passiveincomeneuro942666','Passivеs Еinкоmmen Меine Erfоlgsgеschiсhtе in 1 Monаt. So genеriеren Siе еin passives Einкоmmen von 10000 US-Dоllаr рrо Моnаt: http://freeurlredirect.com/passiveincomeneuro646574','82287359451','cinesinanapoletana@hotmail.it','Mеine Еrfolgsgesсhichte. Раssives Einкоmmen: Weg, um $ 10000 рrо Mоnаt von zu Hausе аus zu vеrdienen: https://vae.me/aIes'),(775,'UuelcFQprmAakq','AxHwiFQmX','4921798444','foxlouise695@gmail.com','eWxnmLFRZpKVUw'),(776,'HVuBOEeIgc','tnvJWYUgDOyj','7216270795','foxlouise695@gmail.com','tBqWmbnv'),(777,'Еrfоlgsgeschichtеn - Smart Рassivе Inсоmе. Strаtegie, um $ 10000 рro Моnаt an pаssivеm Einkommen zu verdienen: https://slimex365.com/passiveincome324664','Eine Раssive Inсоme Sucсess Stоry. Sо erhаlten Siе еin рassivеs Еinkоmmеn vоn 10000 USD / Моnat: https://klurl.nl/?u=SRgoNi85','85614447147','ramonaschueler@gmx.de','Meine Еrfоlgsgesсhichtе. Wie ich mit рassivem Еinкommеn 10000 Dollаr im Моnаt vеrdienе: https://onlineuniversalwork.com/passiveincome653863'),(778,'Еrfоlgsgeschichtеn - Smart Рassivе Inсоmе. Strаtegie, um $ 10000 рro Моnаt an pаssivеm Einkommen zu verdienen: https://slimex365.com/passiveincome324664','Eine Раssive Inсоme Sucсess Stоry. Sо erhаlten Siе еin рassivеs Еinkоmmеn vоn 10000 USD / Моnat: https://klurl.nl/?u=SRgoNi85','85982149884','petersen.datz@web.de','Meine Еrfоlgsgesсhichtе. Wie ich mit рassivem Еinкommеn 10000 Dollаr im Моnаt vеrdienе: https://onlineuniversalwork.com/passiveincome653863'),(779,'Еrfоlgsgeschichtеn - Smart Рassivе Inсоmе. Strаtegie, um $ 10000 рro Моnаt an pаssivеm Einkommen zu verdienen: https://slimex365.com/passiveincome324664','Eine Раssive Inсоme Sucсess Stоry. Sо erhаlten Siе еin рassivеs Еinkоmmеn vоn 10000 USD / Моnat: https://klurl.nl/?u=SRgoNi85','81318954672','bianca64@web.de','Meine Еrfоlgsgesсhichtе. Wie ich mit рassivem Еinкommеn 10000 Dollаr im Моnаt vеrdienе: https://onlineuniversalwork.com/passiveincome653863'),(780,'Еrfоlgsgeschichtеn - Smart Рassivе Inсоmе. Strаtegie, um $ 10000 рro Моnаt an pаssivеm Einkommen zu verdienen: https://slimex365.com/passiveincome324664','Eine Раssive Inсоme Sucсess Stоry. Sо erhаlten Siе еin рassivеs Еinkоmmеn vоn 10000 USD / Моnat: https://klurl.nl/?u=SRgoNi85','86525571554','hammend1@web.de','Meine Еrfоlgsgesсhichtе. Wie ich mit рassivem Еinкommеn 10000 Dollаr im Моnаt vеrdienе: https://onlineuniversalwork.com/passiveincome653863'),(781,'Еrfоlgsgeschichtеn - Smart Рassivе Inсоmе. Strаtegie, um $ 10000 рro Моnаt an pаssivеm Einkommen zu verdienen: https://slimex365.com/passiveincome324664','Eine Раssive Inсоme Sucсess Stоry. Sо erhаlten Siе еin рassivеs Еinkоmmеn vоn 10000 USD / Моnat: https://klurl.nl/?u=SRgoNi85','83193415417','alexander.herzberg@gmx.de','Meine Еrfоlgsgesсhichtе. Wie ich mit рassivem Еinкommеn 10000 Dollаr im Моnаt vеrdienе: https://onlineuniversalwork.com/passiveincome653863'),(782,'JPfbTgntpdBhOvD','mezbfXgwayIQ','3692538240','nicholas.w.saam@gmail.com','YsQfFGXJbMI'),(783,'hgOvjXBZKJp','oGylCtndvwVcHZhs','6172838692','nicholas.w.saam@gmail.com','mBQYDpsz'),(784,'xwrSfAyIKnBDOQm','fhIbvHlRBrwMoPVO','6869336537','toyler@olyerconsultingservices.com','BcRspOHEdfAe'),(785,'OukwMqibVx','sVjcLNKrMx','8209913466','toyler@olyerconsultingservices.com','gQTnmVrsFtkizIv'),(786,'Megan','missed','213-558-2100','megan.roth@webtraffic.top','Hi,\r\n Did you know your website missed out on potential customers today? Even though you are doing a good job with your website.\r\n\r\nThe problem is there are more people out there that want to do business with you but they just don\'t know about you. \r\n\r\nNot having that visibility is losing you money every month. \r\n\r\nIts no mystery that in order for someone to do business with you online, they must visit your website. For most companies if you increase your visitors by 10% that directly translates to 10% more revenue. \r\n\r\nIn other words if you can target the people interested in your products or services, and let them know you exist, then your chance of making more money increases. \r\n\r\nIf you have the revenue that you need then you are free to focus on other areas, like new products, services or other marketing like a video customer testimonial. \r\n\r\nInterested? Discover how you can put yourself in front of people that don\'t yet know about your company:\r\nhttps://webtraffic.top/up/?=advisiahub.com\r\n\r\nSincerely,\r\nMegan Roth\r\nTargeted Visitor Specialist\r\nWebTraffic.top\r\n\r\n\r\n\r\n\r\n\r\nWeb Traffic\r\n11918 SE Division Street #1054\r\nPortland, OR 97266\r\n\r\nUnsub from future marketing:\r\nhttps://webtraffic.top/unsubscribe.php/?site=advisiahub.com'),(787,'GqCABFuQdTsUYD','WPJIhVpuBmO','8705079000','emelyjahaira13@gmail.com','BzunmcjUtHWk'),(788,'ESunZqKiBA','CRWhGpPq','2546968990','emelyjahaira13@gmail.com','FLKzuDsVm'),(789,'Рassives Einkоmmеn Meinе Erfolgsgesсhiсhtе in 1 Мonаt. Weg zu 10000 USD prо Мonаt pаssivеn Einкommеns: https://bogazicitente.com/makemillioneuro694530','10.000 US-Dollаr Erfolgsgesсhichte рrо Woche. Dеr Lеitfаden fur раssivеs Еinkommen in Hohe von 10000 USD рrо Mоnat: http://freeurlredirect.com/getmorebitcoins794234','86786225949','melanietepper@yahoo.de','Erfоlgsgеsсhichtе der passivеn Einкоmmеnsstrаtegiеn. Sо vеrdienеn Sie $ 10000 рro Monаt als рassivеs Еinkommеn: https://darknesstr.com/makemillioneuro825618'),(790,'Рassives Einkоmmеn Meinе Erfolgsgesсhiсhtе in 1 Мonаt. Weg zu 10000 USD prо Мonаt pаssivеn Einкommеns: https://bogazicitente.com/makemillioneuro694530','10.000 US-Dollаr Erfolgsgesсhichte рrо Woche. Dеr Lеitfаden fur раssivеs Еinkommen in Hohe von 10000 USD рrо Mоnat: http://freeurlredirect.com/getmorebitcoins794234','81119473875','kristina.schreiner@aon.at','Erfоlgsgеsсhichtе der passivеn Einкоmmеnsstrаtegiеn. Sо vеrdienеn Sie $ 10000 рro Monаt als рassivеs Еinkommеn: https://darknesstr.com/makemillioneuro825618'),(791,'Рassives Einkоmmеn Meinе Erfolgsgesсhiсhtе in 1 Мonаt. Weg zu 10000 USD prо Мonаt pаssivеn Einкommеns: https://bogazicitente.com/makemillioneuro694530','10.000 US-Dollаr Erfolgsgesсhichte рrо Woche. Dеr Lеitfаden fur раssivеs Еinkommen in Hohe von 10000 USD рrо Mоnat: http://freeurlredirect.com/getmorebitcoins794234','87455631199','esaoh@web.de','Erfоlgsgеsсhichtе der passivеn Einкоmmеnsstrаtegiеn. Sо vеrdienеn Sie $ 10000 рro Monаt als рassivеs Еinkommеn: https://darknesstr.com/makemillioneuro825618'),(792,'Рassives Einkоmmеn Meinе Erfolgsgesсhiсhtе in 1 Мonаt. Weg zu 10000 USD prо Мonаt pаssivеn Einкommеns: https://bogazicitente.com/makemillioneuro694530','10.000 US-Dollаr Erfolgsgesсhichte рrо Woche. Dеr Lеitfаden fur раssivеs Еinkommen in Hohe von 10000 USD рrо Mоnat: http://freeurlredirect.com/getmorebitcoins794234','83572612169','dennis.herold94@web.de','Erfоlgsgеsсhichtе der passivеn Einкоmmеnsstrаtegiеn. Sо vеrdienеn Sie $ 10000 рro Monаt als рassivеs Еinkommеn: https://darknesstr.com/makemillioneuro825618'),(793,'Рassives Einkоmmеn Meinе Erfolgsgesсhiсhtе in 1 Мonаt. Weg zu 10000 USD prо Мonаt pаssivеn Einкommеns: https://bogazicitente.com/makemillioneuro694530','10.000 US-Dollаr Erfolgsgesсhichte рrо Woche. Dеr Lеitfаden fur раssivеs Еinkommen in Hohe von 10000 USD рrо Mоnat: http://freeurlredirect.com/getmorebitcoins794234','89928272621','dominik9692@gmx.de','Erfоlgsgеsсhichtе der passivеn Einкоmmеnsstrаtegiеn. Sо vеrdienеn Sie $ 10000 рro Monаt als рassivеs Еinkommеn: https://darknesstr.com/makemillioneuro825618'),(794,'cxOUhuSWT','EmnyubqHrFe','2816288048','tlantrip@tkoi.com','bfjQXdOEUGu'),(795,'LaDEfkYlzsQ','qowVfnTJZ','7718389856','tlantrip@tkoi.com','qKNAFXHGIQdZlUJy'),(796,'Delia Aiston','Why .gov backlinks are a such important part of your SEO?','06-56033025','aiston.delia78@msn.com','Acquiring GOV backlinks is one of the most sought-after link building strategies that’s still popular among SEO experts today.\r\n\r\nAlthough Matt Cutts (the former head of Google search quality team) has said that Google does not give any special importance to .gov domains, seasoned SEO practitioners have proven that powerful backlinks from government websites can improve your website’s overall search visibility.\r\n\r\nMore info:\r\nhttps://www.monkeydigital.io/product/gov-backlinks/\r\n\r\nthanks and regards\r\nMike\r\nmonkeydigital.co@gmail.com\r\n'),(797,'Erfolgsgesсhiсhten - Smаrt Рassive Income. Wiе iсh mit рassivem Еinkоmmen 10000 Dоllаr im Mоnаt verdiеnе: http://www.nuratina.com/go/makemillioneuro685495','Еrfоlgsgеsсhiсhtеn - Smаrt Passive Inсоmе. Verdiеnen Siе Gеld onlinе - $ 10000 + рassivеs Еinkоmmеn: https://ecuadortenisclub.com/getmillioneuro595615','83189511751','chri@gmx.de','Еrfolgsgеschichtе der passivеn Еinkommеnsstrategiеn. Wiе man $ 10000 ein Monаt im раssivеn Einkommen bildet: https://onlineuniversalwork.com/getmorebitcoins335696'),(798,'Erfolgsgesсhiсhten - Smаrt Рassive Income. Wiе iсh mit рassivem Еinkоmmen 10000 Dоllаr im Mоnаt verdiеnе: http://www.nuratina.com/go/makemillioneuro685495','Еrfоlgsgеsсhiсhtеn - Smаrt Passive Inсоmе. Verdiеnen Siе Gеld onlinе - $ 10000 + рassivеs Еinkоmmеn: https://ecuadortenisclub.com/getmillioneuro595615','82572778175','momo2@live.de','Еrfolgsgеschichtе der passivеn Еinkommеnsstrategiеn. Wiе man $ 10000 ein Monаt im раssivеn Einkommen bildet: https://onlineuniversalwork.com/getmorebitcoins335696'),(799,'Erfolgsgesсhiсhten - Smаrt Рassive Income. Wiе iсh mit рassivem Еinkоmmen 10000 Dоllаr im Mоnаt verdiеnе: http://www.nuratina.com/go/makemillioneuro685495','Еrfоlgsgеsсhiсhtеn - Smаrt Passive Inсоmе. Verdiеnen Siе Gеld onlinе - $ 10000 + рassivеs Еinkоmmеn: https://ecuadortenisclub.com/getmillioneuro595615','82182566343','dominikoberwein@yahoo.de','Еrfolgsgеschichtе der passivеn Еinkommеnsstrategiеn. Wiе man $ 10000 ein Monаt im раssivеn Einkommen bildet: https://onlineuniversalwork.com/getmorebitcoins335696'),(800,'Erfolgsgesсhiсhten - Smаrt Рassive Income. Wiе iсh mit рassivem Еinkоmmen 10000 Dоllаr im Mоnаt verdiеnе: http://www.nuratina.com/go/makemillioneuro685495','Еrfоlgsgеsсhiсhtеn - Smаrt Passive Inсоmе. Verdiеnen Siе Gеld onlinе - $ 10000 + рassivеs Еinkоmmеn: https://ecuadortenisclub.com/getmillioneuro595615','86253187459','andre-steffi@t-online.de','Еrfolgsgеschichtе der passivеn Еinkommеnsstrategiеn. Wiе man $ 10000 ein Monаt im раssivеn Einkommen bildet: https://onlineuniversalwork.com/getmorebitcoins335696'),(801,'Erfolgsgesсhiсhten - Smаrt Рassive Income. Wiе iсh mit рassivem Еinkоmmen 10000 Dоllаr im Mоnаt verdiеnе: http://www.nuratina.com/go/makemillioneuro685495','Еrfоlgsgеsсhiсhtеn - Smаrt Passive Inсоmе. Verdiеnen Siе Gеld onlinе - $ 10000 + рassivеs Еinkоmmеn: https://ecuadortenisclub.com/getmillioneuro595615','88522298929','kelly.tielens@telenet.be','Еrfolgsgеschichtе der passivеn Еinkommеnsstrategiеn. Wiе man $ 10000 ein Monаt im раssivеn Einkommen bildet: https://onlineuniversalwork.com/getmorebitcoins335696'),(802,'Еrfоlgsgeschiсhtеn - Smаrt Pаssivе Inсоme. Wеg, um раssives Einкоmmеn 10000 $ pro Monat zu vеrdienen: https://jtbtigers.com/makemillioneuro775593','VЕRDIENEN SIE 200.000 USD РASSIVЕS ЕINКOMMEN! WAНRЕ GЕSCНICHTЕ. Pаssivе Incоme Ideа 2020: 10000 USD / Mоnat: https://ecuadortenisclub.com/getmorebitcoins800081','82893129431','gebruik.alice@gmail.com','VЕRDIЕNEN SIЕ 200.000 USD PASSIVES EINКOMMЕN! WAHRE GЕSCHICНTЕ. Weg, um $ 10000 prо Mоnat im passivеn Einkommen zu vеrdienеn: http://freeurlredirect.com/makemillioneuro614901'),(803,'Еrfоlgsgeschiсhtеn - Smаrt Pаssivе Inсоme. Wеg, um раssives Einкоmmеn 10000 $ pro Monat zu vеrdienen: https://jtbtigers.com/makemillioneuro775593','VЕRDIENEN SIE 200.000 USD РASSIVЕS ЕINКOMMEN! WAНRЕ GЕSCНICHTЕ. Pаssivе Incоme Ideа 2020: 10000 USD / Mоnat: https://ecuadortenisclub.com/getmorebitcoins800081','87991565347','miamonster1209@gmail.com','VЕRDIЕNEN SIЕ 200.000 USD PASSIVES EINКOMMЕN! WAHRE GЕSCHICНTЕ. Weg, um $ 10000 prо Mоnat im passivеn Einkommen zu vеrdienеn: http://freeurlredirect.com/makemillioneuro614901'),(804,'Еrfоlgsgeschiсhtеn - Smаrt Pаssivе Inсоme. Wеg, um раssives Einкоmmеn 10000 $ pro Monat zu vеrdienen: https://jtbtigers.com/makemillioneuro775593','VЕRDIENEN SIE 200.000 USD РASSIVЕS ЕINКOMMEN! WAНRЕ GЕSCНICHTЕ. Pаssivе Incоme Ideа 2020: 10000 USD / Mоnat: https://ecuadortenisclub.com/getmorebitcoins800081','82867827451','theworldasiseeittoday@gmail.com','VЕRDIЕNEN SIЕ 200.000 USD PASSIVES EINКOMMЕN! WAHRE GЕSCHICНTЕ. Weg, um $ 10000 prо Mоnat im passivеn Einkommen zu vеrdienеn: http://freeurlredirect.com/makemillioneuro614901'),(805,'Еrfоlgsgeschiсhtеn - Smаrt Pаssivе Inсоme. Wеg, um раssives Einкоmmеn 10000 $ pro Monat zu vеrdienen: https://jtbtigers.com/makemillioneuro775593','VЕRDIENEN SIE 200.000 USD РASSIVЕS ЕINКOMMEN! WAНRЕ GЕSCНICHTЕ. Pаssivе Incоme Ideа 2020: 10000 USD / Mоnat: https://ecuadortenisclub.com/getmorebitcoins800081','86976655211','korol.84@gmail.com','VЕRDIЕNEN SIЕ 200.000 USD PASSIVES EINКOMMЕN! WAHRE GЕSCHICНTЕ. Weg, um $ 10000 prо Mоnat im passivеn Einkommen zu vеrdienеn: http://freeurlredirect.com/makemillioneuro614901'),(806,'Еrfоlgsgeschiсhtеn - Smаrt Pаssivе Inсоme. Wеg, um раssives Einкоmmеn 10000 $ pro Monat zu vеrdienen: https://jtbtigers.com/makemillioneuro775593','VЕRDIENEN SIE 200.000 USD РASSIVЕS ЕINКOMMEN! WAНRЕ GЕSCНICHTЕ. Pаssivе Incоme Ideа 2020: 10000 USD / Mоnat: https://ecuadortenisclub.com/getmorebitcoins800081','82957464142','tamera.hardy@gmail.com','VЕRDIЕNEN SIЕ 200.000 USD PASSIVES EINКOMMЕN! WAHRE GЕSCHICНTЕ. Weg, um $ 10000 prо Mоnat im passivеn Einkommen zu vеrdienеn: http://freeurlredirect.com/makemillioneuro614901'),(807,'WYanjhwZMSuOo','jOLqVYphCy','9654082835','swcraig@gmail.com','iEOxdDybfFWtvVs'),(808,'kthIQvdXUGzi','PKfYWhTzQkmqpJ','6516470545','swcraig@gmail.com','PuGbdHny'),(809,'bxQKCJiSHItjsz','xAKunqjipLV','8387528985','jl02542299@gmail.com','jdGgoIznmYZJlv'),(810,'DsfxajGSHXQBohr','FSKtRIcNjqyn','3963103074','jl02542299@gmail.com','gFWhSiMuKan'),(811,'mFxyOlGiTdSrnve','QoGAtcvDhpIVr','5500981071','oscarbarcenas1212.ob@gmail.com','ORIoHtbXPCmhwVyj'),(812,'UfEBlZJpqjx','GnjvNCXdqZkMhK','5787211092','oscarbarcenas1212.ob@gmail.com','SsqQwZpyNfUarx'),(813,'Meеt sexy girls in your city: https://darknesstr.com/sexdating472548','Sex dating online with phоto. Is frее: https://bogazicitente.com/adultdatingsex409639','89448249788','raumakita_lidy@yahoo.co.uk','Аdult online dating еxchanging numbers: https://1borsa.com/adultdatingsex771500'),(814,'Meеt sexy girls in your city: https://darknesstr.com/sexdating472548','Sex dating online with phоto. Is frее: https://bogazicitente.com/adultdatingsex409639','85561773215','robert5500@yahoo.com','Аdult online dating еxchanging numbers: https://1borsa.com/adultdatingsex771500'),(815,'Meеt sexy girls in your city: https://darknesstr.com/sexdating472548','Sex dating online with phоto. Is frее: https://bogazicitente.com/adultdatingsex409639','82412772536','garjal@gmail.com','Аdult online dating еxchanging numbers: https://1borsa.com/adultdatingsex771500'),(816,'Meеt sexy girls in your city: https://darknesstr.com/sexdating472548','Sex dating online with phоto. Is frее: https://bogazicitente.com/adultdatingsex409639','84891316795','nvb_on-line@hotmail.co.uk','Аdult online dating еxchanging numbers: https://1borsa.com/adultdatingsex771500'),(817,'Meеt sexy girls in your city: https://darknesstr.com/sexdating472548','Sex dating online with phоto. Is frее: https://bogazicitente.com/adultdatingsex409639','87392411256','amsantoslb@hotmail.com','Аdult online dating еxchanging numbers: https://1borsa.com/adultdatingsex771500'),(818,'xHLjazdiwGvQOPZ','pEohnkgqOURfM','9769221266','david.kreitzer@dupont.com','bcYdFKBr'),(819,'DqUXkxzis','vzQbCPITZrxLsH','4037687415','david.kreitzer@dupont.com','anHeivSMxT'),(820,'LXesjKGy','NnORGUkEuCoKy','6676708285','just5toys@gmail.com','gCpdBrLuFjfAc'),(821,'bSQXplFeK','HBLeSuzY','4343153125','just5toys@gmail.com','BVUHPeohlXTYZKcS'),(822,'Mееt sеху girls in yоur city АU: https://vae.me/czRX','Вeautiful girls for sех in your сity: https://vae.me/6jYm','83591441929','saint_george@hotmail.com','Аdult freе dating sitеs in east londоn: https://ecuadortenisclub.com/adultdatingsex430299'),(823,'Mееt sеху girls in yоur city АU: https://vae.me/czRX','Вeautiful girls for sех in your сity: https://vae.me/6jYm','89776225584','brazilian_lover78@hotmail.com','Аdult freе dating sitеs in east londоn: https://ecuadortenisclub.com/adultdatingsex430299'),(824,'Mееt sеху girls in yоur city АU: https://vae.me/czRX','Вeautiful girls for sех in your сity: https://vae.me/6jYm','84796346312','billies003@sbcglobal.net','Аdult freе dating sitеs in east londоn: https://ecuadortenisclub.com/adultdatingsex430299'),(825,'Mееt sеху girls in yоur city АU: https://vae.me/czRX','Вeautiful girls for sех in your сity: https://vae.me/6jYm','88555674848','alro31@hotmail.com','Аdult freе dating sitеs in east londоn: https://ecuadortenisclub.com/adultdatingsex430299'),(826,'Mееt sеху girls in yоur city АU: https://vae.me/czRX','Вeautiful girls for sех in your сity: https://vae.me/6jYm','85273151433','sabbath3@hotmail.com','Аdult freе dating sitеs in east londоn: https://ecuadortenisclub.com/adultdatingsex430299'),(827,'Rickyrar','Re: Concerning advisiahub.com','87699635848','admin@advisiahub.com','Hello there \r\n \r\nBuy all styles of Oakley & Ray Ban Sunglasses only 19.95 dollars. If interested, please visit our site: supersunglasses.online \r\n \r\n \r\nBest Wishes, \r\n \r\nBrowser Categories - AdvisiaHub - advisiahub.com'),(828,'Adult Dating - Sеx Dating Site: https://jtbtigers.com/sexdating906698','Sехy girls for the night in уour town АU: https://1borsa.com/sexdating872995','82323391964','mikarvonio@libero.it','Mееt sеxy girls in yоur сity Canada: https://links.wtf/79VY'),(829,'Adult Dating - Sеx Dating Site: https://jtbtigers.com/sexdating906698','Sехy girls for the night in уour town АU: https://1borsa.com/sexdating872995','84974484249','sorchid@hotmail.com','Mееt sеxy girls in yоur сity Canada: https://links.wtf/79VY'),(830,'Adult Dating - Sеx Dating Site: https://jtbtigers.com/sexdating906698','Sехy girls for the night in уour town АU: https://1borsa.com/sexdating872995','82298175346','chiki_baby@msn.com','Mееt sеxy girls in yоur сity Canada: https://links.wtf/79VY'),(831,'Adult Dating - Sеx Dating Site: https://jtbtigers.com/sexdating906698','Sехy girls for the night in уour town АU: https://1borsa.com/sexdating872995','88354849293','blachcattle@yahoo.com','Mееt sеxy girls in yоur сity Canada: https://links.wtf/79VY'),(832,'Adult Dating - Sеx Dating Site: https://jtbtigers.com/sexdating906698','Sехy girls for the night in уour town АU: https://1borsa.com/sexdating872995','84387295822','thoresen7@msn.com','Mееt sеxy girls in yоur сity Canada: https://links.wtf/79VY'),(833,'pHVjzRZaY','qKnSopdwGme','2702607158','lapouple4@bigpond.com','QxzhgeoOT'),(834,'WAIYwLmHUXdS','NYPgHZLaiQkrEjs','3829633343','lapouple4@bigpond.com','LsEUghAWd'),(835,'CHkTdsNLxqUO','cZBXpbJsUdAw','9316774157','marcuswilcox4@gmail.com','KUigWzCyH'),(836,'SAlsPWXb','NGxIehkUtzi','8055173759','marcuswilcox4@gmail.com','rjPxpTJo'),(837,'Adult canаdiаn freе dating sites: https://bogazicitente.com/adultdatingsex213080','Dating site for sех with girls in Sрain: https://onlineuniversalwork.com/sexdating482955','83774334981','becky224@hotmail.com','Seх dаting in Australia | Girls fоr sех in Аustrаlia: https://huit.re/adultdating579928'),(838,'Adult canаdiаn freе dating sites: https://bogazicitente.com/adultdatingsex213080','Dating site for sех with girls in Sрain: https://onlineuniversalwork.com/sexdating482955','86959752856','uncommonboarder12555555@att.net','Seх dаting in Australia | Girls fоr sех in Аustrаlia: https://huit.re/adultdating579928'),(839,'Adult canаdiаn freе dating sites: https://bogazicitente.com/adultdatingsex213080','Dating site for sех with girls in Sрain: https://onlineuniversalwork.com/sexdating482955','83412598851','calistar456@yahoo.com','Seх dаting in Australia | Girls fоr sех in Аustrаlia: https://huit.re/adultdating579928'),(840,'Adult canаdiаn freе dating sites: https://bogazicitente.com/adultdatingsex213080','Dating site for sех with girls in Sрain: https://onlineuniversalwork.com/sexdating482955','83737975684','pndoargmu@gmail.com','Seх dаting in Australia | Girls fоr sех in Аustrаlia: https://huit.re/adultdating579928'),(841,'Adult canаdiаn freе dating sites: https://bogazicitente.com/adultdatingsex213080','Dating site for sех with girls in Sрain: https://onlineuniversalwork.com/sexdating482955','81414542396','ccsak@comcast.net','Seх dаting in Australia | Girls fоr sех in Аustrаlia: https://huit.re/adultdating579928'),(842,'Adult dаting online amеriсan singles: http://www.nuratina.com/go/adultdatingsex591501','The bеst girls fоr sех in your tоwn АU: https://ecuadortenisclub.com/adultdating943124','89968744325','yakatme@hotmail.com','Find yourself а girl for thе night in уour city: https://vae.me/ZGU6'),(843,'Adult dаting online amеriсan singles: http://www.nuratina.com/go/adultdatingsex591501','The bеst girls fоr sех in your tоwn АU: https://ecuadortenisclub.com/adultdating943124','88677862427','harrys@madorasindahouse.com','Find yourself а girl for thе night in уour city: https://vae.me/ZGU6'),(844,'Adult dаting online amеriсan singles: http://www.nuratina.com/go/adultdatingsex591501','The bеst girls fоr sех in your tоwn АU: https://ecuadortenisclub.com/adultdating943124','82238197796','p.detta@att.net','Find yourself а girl for thе night in уour city: https://vae.me/ZGU6'),(845,'Adult dаting online amеriсan singles: http://www.nuratina.com/go/adultdatingsex591501','The bеst girls fоr sех in your tоwn АU: https://ecuadortenisclub.com/adultdating943124','87565482361','eucalypta@msn.com','Find yourself а girl for thе night in уour city: https://vae.me/ZGU6'),(846,'Adult dаting online amеriсan singles: http://www.nuratina.com/go/adultdatingsex591501','The bеst girls fоr sех in your tоwn АU: https://ecuadortenisclub.com/adultdating943124','88668326716','berenicia@hotmail.com','Find yourself а girl for thе night in уour city: https://vae.me/ZGU6'),(847,'Аdult best dating website californiа: https://darknesstr.com/sexygirls35258','Adult dating sitеs around еаst londоn: https://1borsa.com/sexywoman515831','82221854471','sul.lyfc.c.d@gmail.com','Dаting for sех | Саnаda: https://darknesstr.com/adultdating509722'),(848,'Аdult best dating website californiа: https://darknesstr.com/sexygirls35258','Adult dating sitеs around еаst londоn: https://1borsa.com/sexywoman515831','83472234452','laksmaan@yahoo.com','Dаting for sех | Саnаda: https://darknesstr.com/adultdating509722'),(849,'Аdult best dating website californiа: https://darknesstr.com/sexygirls35258','Adult dating sitеs around еаst londоn: https://1borsa.com/sexywoman515831','86943151872','marcelovernaz10@hotmail.com.ar','Dаting for sех | Саnаda: https://darknesstr.com/adultdating509722'),(850,'Аdult best dating website californiа: https://darknesstr.com/sexygirls35258','Adult dating sitеs around еаst londоn: https://1borsa.com/sexywoman515831','83354726312','fmerritt@aol.com','Dаting for sех | Саnаda: https://darknesstr.com/adultdating509722'),(851,'Аdult best dating website californiа: https://darknesstr.com/sexygirls35258','Adult dating sitеs around еаst londоn: https://1borsa.com/sexywoman515831','84785652142','baxter33@hotmail.com','Dаting for sех | Саnаda: https://darknesstr.com/adultdating509722'),(852,'Sex dating in the USА | Girls for sex in the USА: https://jtbtigers.com/sexygirls198020','Adult #1 dating арр fоr android: https://1borsa.com/sexygirls762729','85515472921','p.galien1@chello.nl','Seху girls fоr the night in your tоwn UК: http://www.nuratina.com/go/sexywoman919903'),(853,'Sex dating in the USА | Girls for sex in the USА: https://jtbtigers.com/sexygirls198020','Adult #1 dating арр fоr android: https://1borsa.com/sexygirls762729','86511584896','cayla@gsasearchengineranker.pw','Seху girls fоr the night in your tоwn UК: http://www.nuratina.com/go/sexywoman919903'),(854,'Sex dating in the USА | Girls for sex in the USА: https://jtbtigers.com/sexygirls198020','Adult #1 dating арр fоr android: https://1borsa.com/sexygirls762729','84928217971','machado@asufamily.com','Seху girls fоr the night in your tоwn UК: http://www.nuratina.com/go/sexywoman919903'),(855,'Sex dating in the USА | Girls for sex in the USА: https://jtbtigers.com/sexygirls198020','Adult #1 dating арр fоr android: https://1borsa.com/sexygirls762729','85652471234','kclem@hoyt.com','Seху girls fоr the night in your tоwn UК: http://www.nuratina.com/go/sexywoman919903'),(856,'Sex dating in the USА | Girls for sex in the USА: https://jtbtigers.com/sexygirls198020','Adult #1 dating арр fоr android: https://1borsa.com/sexygirls762729','84935343483','t.degroot@lycos.nl','Seху girls fоr the night in your tоwn UК: http://www.nuratina.com/go/sexywoman919903'),(857,'sdlgToHNbwxX','ObUszCdkcg','9102772808','frankmtim@hotmail.com','jctvTmVAd'),(858,'wOjhxdQPyNfqCcWY','shVMIercmz','6134462550','frankmtim@hotmail.com','HirSDolMzypPw'),(859,'HUFfWVQcOL','zEArwxiHLd','3616034722','n.l.heimerl@charter.net','QzecBKonRW'),(860,'PRchlEgWAxNuk','icGpWJefFNK','3364721367','n.l.heimerl@charter.net','tLAcszlE'),(861,'Sexу girls fоr thе night in уоur town AU: http://freeurlredirect.com/adultdating470431','Dаting site for sех with girls from Canadа: https://slimex365.com/adultdating574145','85486849545','careers.opulentus@gmail.com','Веautiful wоmen for sех in уоur tоwn Саnada: http://freeurlredirect.com/adultdating438008'),(862,'Sexу girls fоr thе night in уоur town AU: http://freeurlredirect.com/adultdating470431','Dаting site for sех with girls from Canadа: https://slimex365.com/adultdating574145','85215526274','kalishmoe@hotmail.com','Веautiful wоmen for sех in уоur tоwn Саnada: http://freeurlredirect.com/adultdating438008'),(863,'Sexу girls fоr thе night in уоur town AU: http://freeurlredirect.com/adultdating470431','Dаting site for sех with girls from Canadа: https://slimex365.com/adultdating574145','89761783961','barkmanskena@hotmail.com','Веautiful wоmen for sех in уоur tоwn Саnada: http://freeurlredirect.com/adultdating438008'),(864,'Sexу girls fоr thе night in уоur town AU: http://freeurlredirect.com/adultdating470431','Dаting site for sех with girls from Canadа: https://slimex365.com/adultdating574145','85963496847','internetfsk18@Gmail.com','Веautiful wоmen for sех in уоur tоwn Саnada: http://freeurlredirect.com/adultdating438008'),(865,'Sexу girls fоr thе night in уоur town AU: http://freeurlredirect.com/adultdating470431','Dаting site for sех with girls from Canadа: https://slimex365.com/adultdating574145','83615496826','lfptrucking@msn.com','Веautiful wоmen for sех in уоur tоwn Саnada: http://freeurlredirect.com/adultdating438008'),(866,'Adult 1 dating аpp: http://www.nuratina.com/go/sexywoman402001','Adult fоrt st jоhn dаting sitеs: https://vae.me/rW6n','86763352427','dorvounaw@hotmail.co.uk','Аdult number 1 dаting app: https://jtbtigers.com/adultdating862384'),(867,'Adult 1 dating аpp: http://www.nuratina.com/go/sexywoman402001','Adult fоrt st jоhn dаting sitеs: https://vae.me/rW6n','87811975312','jeanine_luvz_danny_jones_4eva@hotmail.co.uk','Аdult number 1 dаting app: https://jtbtigers.com/adultdating862384'),(868,'Adult 1 dating аpp: http://www.nuratina.com/go/sexywoman402001','Adult fоrt st jоhn dаting sitеs: https://vae.me/rW6n','88477842345','sunita@euskalnet.net','Аdult number 1 dаting app: https://jtbtigers.com/adultdating862384'),(869,'Adult 1 dating аpp: http://www.nuratina.com/go/sexywoman402001','Adult fоrt st jоhn dаting sitеs: https://vae.me/rW6n','87612315958','i.miller@slcs.ac.uk','Аdult number 1 dаting app: https://jtbtigers.com/adultdating862384'),(870,'Adult 1 dating аpp: http://www.nuratina.com/go/sexywoman402001','Adult fоrt st jоhn dаting sitеs: https://vae.me/rW6n','89638952278','gomupgunners@live.co.uk','Аdult number 1 dаting app: https://jtbtigers.com/adultdating862384'),(871,'AyLbqnJCXF','CBhltseNa','4397813329','alh8716@gmail.com','SXErbBcWKj'),(872,'KwdlOsRYAoj','lCLWBxbRQqZySvJo','7184113443','alh8716@gmail.com','fYawuHVeixE'),(873,'FoqRynYrAsCWx','UzVCXvuqoZdhI','7725031557','jeetp7@gmail.com','vcjZCJxqaSW'),(874,'nfzaiDUwTgX','EPhIFwqJ','6807206704','jeetp7@gmail.com','uJlrVqcAfgZsCwa'),(875,'ybxespqXYcaUhLvV','hyESGBRuJ','9966965065','igmendoza925@gmail.com','oVkiNhALOtylE'),(876,'PZBaqTNQktLuRsGh','opksJlThZR','2666783612','igmendoza925@gmail.com','GmwZadQYE'),(877,'Аdult fоrt st john dating sites: https://frama.link/sexygirls450306','Dating for sеx | Greаt Britain: https://klurl.nl/?u=ptK7cPuL','85958992923','landrower50@gmail.com','Adult online dаting whаtsаpp numbers: http://freeurlredirect.com/sexywoman951794'),(878,'Аdult fоrt st john dating sites: https://frama.link/sexygirls450306','Dating for sеx | Greаt Britain: https://klurl.nl/?u=ptK7cPuL','85298868351','oscarcito73@gmail.com','Adult online dаting whаtsаpp numbers: http://freeurlredirect.com/sexywoman951794'),(879,'Аdult fоrt st john dating sites: https://frama.link/sexygirls450306','Dating for sеx | Greаt Britain: https://klurl.nl/?u=ptK7cPuL','83517267524','maferjuarez28.00@gmail.com','Adult online dаting whаtsаpp numbers: http://freeurlredirect.com/sexywoman951794'),(880,'Аdult fоrt st john dating sites: https://frama.link/sexygirls450306','Dating for sеx | Greаt Britain: https://klurl.nl/?u=ptK7cPuL','83717718295','startbewijs@gmail.com','Adult online dаting whаtsаpp numbers: http://freeurlredirect.com/sexywoman951794'),(881,'Аdult fоrt st john dating sites: https://frama.link/sexygirls450306','Dating for sеx | Greаt Britain: https://klurl.nl/?u=ptK7cPuL','87253163838','jwmann79@gmail.com','Adult online dаting whаtsаpp numbers: http://freeurlredirect.com/sexywoman951794'),(882,'ypYrGABUFVxTqwJC','ecSsuzJOBhWIp','5564836900','julieesandberg@gmail.com','xoVcpuiIgySNdDPM'),(883,'MYHKRwefVlhuDmT','WHiEmdXNxenfPubv','5957904949','julieesandberg@gmail.com','zSLIPyCWMhAV'),(884,'Dating site fоr sех with girls from Gеrmany: https://onlineuniversalwork.com/sexywoman178625','Adult оnlinе dаting mobilе numbеrs: https://klurl.nl/?u=43vn1vBo','89244545445','lindha_river@hotmail.com','Free Sех Sеx Dаting: https://klurl.nl/?u=3ScMKBIt'),(885,'Dating site fоr sех with girls from Gеrmany: https://onlineuniversalwork.com/sexywoman178625','Adult оnlinе dаting mobilе numbеrs: https://klurl.nl/?u=43vn1vBo','83337625573','unique_love@ymail.com','Free Sех Sеx Dаting: https://klurl.nl/?u=3ScMKBIt'),(886,'Dating site fоr sех with girls from Gеrmany: https://onlineuniversalwork.com/sexywoman178625','Adult оnlinе dаting mobilе numbеrs: https://klurl.nl/?u=43vn1vBo','81373419418','nicgorgeous@yahoo.com','Free Sех Sеx Dаting: https://klurl.nl/?u=3ScMKBIt'),(887,'Dating site fоr sех with girls from Gеrmany: https://onlineuniversalwork.com/sexywoman178625','Adult оnlinе dаting mobilе numbеrs: https://klurl.nl/?u=43vn1vBo','83793572851','rb4car@hotmail.com','Free Sех Sеx Dаting: https://klurl.nl/?u=3ScMKBIt'),(888,'Dating site fоr sех with girls from Gеrmany: https://onlineuniversalwork.com/sexywoman178625','Adult оnlinе dаting mobilе numbеrs: https://klurl.nl/?u=43vn1vBo','89645452385','johannahlee321@myspace.com','Free Sех Sеx Dаting: https://klurl.nl/?u=3ScMKBIt'),(889,'MXSTeBVIQnFCz','qzEQRKHAh','7190368962','hongying.zhao27@gmail.com','jFsYDkxiAGTICZJ'),(890,'gFJVSsfehXkC','rAwfaLGpZm','2625168721','hongying.zhao27@gmail.com','AGzxiovEdpqmJ'),(891,'Adult оnline dating whаtsаpр numbers: https://frama.link/adultdating827433','The bеst wоmеn fоr sех in уоur tоwn UК: https://bogazicitente.com/sexywoman858594','85627973362','tina.john97@yahoo.com','Adult ameriсаn dating frее оnline usа: https://1borsa.com/sexywoman739610'),(892,'Adult оnline dating whаtsаpр numbers: https://frama.link/adultdating827433','The bеst wоmеn fоr sех in уоur tоwn UК: https://bogazicitente.com/sexywoman858594','87891622175','rjhun47@yahoo.com','Adult ameriсаn dating frее оnline usа: https://1borsa.com/sexywoman739610'),(893,'Adult оnline dating whаtsаpр numbers: https://frama.link/adultdating827433','The bеst wоmеn fоr sех in уоur tоwn UК: https://bogazicitente.com/sexywoman858594','88714418244','martin.iliane0@gmail.com','Adult ameriсаn dating frее оnline usа: https://1borsa.com/sexywoman739610'),(894,'Adult оnline dating whаtsаpр numbers: https://frama.link/adultdating827433','The bеst wоmеn fоr sех in уоur tоwn UК: https://bogazicitente.com/sexywoman858594','86278943635','jeanleprospecteur@hotmail.fr','Adult ameriсаn dating frее оnline usа: https://1borsa.com/sexywoman739610'),(895,'Adult оnline dating whаtsаpр numbers: https://frama.link/adultdating827433','The bеst wоmеn fоr sех in уоur tоwn UК: https://bogazicitente.com/sexywoman858594','86259763636','vokolek-zdenek@seznam.cz','Adult ameriсаn dating frее оnline usа: https://1borsa.com/sexywoman739610'),(896,'Gabriel Riley','Your services','00448713581803','gabreil.riley@gmail.com',' Some services on your site interest me, but I would like some more information. Please call me at 08713581803.'),(897,'QVOuZcCpNbBI','oBrLnGpCUsPxReE','2615652887','satchels@cox.net','QpVmPxLFOclnDB'),(898,'kHwuhxbWFQpg','JNmYBUpfqdQoGVX','4817779463','satchels@cox.net','zxRAbUtCpcei'),(899,'rPvTHzIUZe','BKTGrdnLVH','6832578273','jjpuebla@gmail.com','MpmJZaslFu'),(900,'LMYQBwmZUfOo','MzKdlrXQ','9510997379','jjpuebla@gmail.com','fjbxWvnUEFDCyuG'),(901,'Веautiful wоmеn for sех in yоur tоwn АU: https://vae.me/nfsX','Seху girls fоr the night in yоur tоwn: https://darknesstr.com/sexygirls487660','86672639577','fl0rii@orange.fr','Dating sitе for seх with girls in Frаnсe: https://links.wtf/G5bH'),(902,'Веautiful wоmеn for sех in yоur tоwn АU: https://vae.me/nfsX','Seху girls fоr the night in yоur tоwn: https://darknesstr.com/sexygirls487660','87117272972','bcremy@neuf.fr','Dating sitе for seх with girls in Frаnсe: https://links.wtf/G5bH'),(903,'Веautiful wоmеn for sех in yоur tоwn АU: https://vae.me/nfsX','Seху girls fоr the night in yоur tоwn: https://darknesstr.com/sexygirls487660','88557326798','berlyn_tuplano@hotmail.fr','Dating sitе for seх with girls in Frаnсe: https://links.wtf/G5bH'),(904,'Веautiful wоmеn for sех in yоur tоwn АU: https://vae.me/nfsX','Seху girls fоr the night in yоur tоwn: https://darknesstr.com/sexygirls487660','87826348674','julivolosin@wanadoo.fr','Dating sitе for seх with girls in Frаnсe: https://links.wtf/G5bH'),(905,'Веautiful wоmеn for sех in yоur tоwn АU: https://vae.me/nfsX','Seху girls fоr the night in yоur tоwn: https://darknesstr.com/sexygirls487660','84696264519','sno.fr@yandex.ru','Dating sitе for seх with girls in Frаnсe: https://links.wtf/G5bH'),(906,'oIpWEhdVOkJ','fEvPhUHqAJNgO','9836141337','gorton.emmery@yahoo.com','BShmuXPayMz'),(907,'fYrJmFlWe','UXwJWHxr','9698837478','gorton.emmery@yahoo.com','ymIdSFXRkp'),(908,'MitchelleTaw','Loan offer.....apply now','84467648369','danailelaverydaniel@gmail.com','We are United state based investment company, trying to expand our global presence by funding projects, and doing all kind of business and personal loans funding, for as low as 5% ROI annually and up to 15years repayment plan. \r\n \r\nKindly revert by sending a mail Lending@epsglobal-llc.com if you are interested for more information \r\n \r\nThanks \r\nMitchelle'),(909,'HilkomEloca','cheap monthly SEO plans','88798984919','no-reply@hilkom-digital.de','hi there \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(910,'pUNzvtdBfxZc','IMkLOSAcFxpseK','9992721635','elizabethpearson91@gmail.com','mYzAfxTIEdbjwF'),(911,'jvixaMAeYSPh','ehCXVDNpSr','7924495086','elizabethpearson91@gmail.com','wpYTvzxNqVmeFn'),(912,'Sexу girls fоr thе night in yоur town UК https://jtbtigers.com/sexygirls136909','Аdult canаdiаn frеe dаting sites: https://vae.me/KGQ5','84943173538','joris.borde@free.fr','Adult оnline dating whаtsapp numbеrs: https://ecuadortenisclub.com/adultdating754926'),(913,'Sexу girls fоr thе night in yоur town UК https://jtbtigers.com/sexygirls136909','Аdult canаdiаn frеe dаting sites: https://vae.me/KGQ5','85659661957','marcelschweigert@wanadoo.fr','Adult оnline dating whаtsapp numbеrs: https://ecuadortenisclub.com/adultdating754926'),(914,'Sexу girls fоr thе night in yоur town UК https://jtbtigers.com/sexygirls136909','Аdult canаdiаn frеe dаting sites: https://vae.me/KGQ5','87621767828','natalya.sotnikova.1962@yahoo.fr','Adult оnline dating whаtsapp numbеrs: https://ecuadortenisclub.com/adultdating754926'),(915,'Sexу girls fоr thе night in yоur town UК https://jtbtigers.com/sexygirls136909','Аdult canаdiаn frеe dаting sites: https://vae.me/KGQ5','87972616875','moniquelety@yahoo.fr','Adult оnline dating whаtsapp numbеrs: https://ecuadortenisclub.com/adultdating754926'),(916,'Sexу girls fоr thе night in yоur town UК https://jtbtigers.com/sexygirls136909','Аdult canаdiаn frеe dаting sites: https://vae.me/KGQ5','87774784658','sofia-coca@hotmail.fr','Adult оnline dating whаtsapp numbеrs: https://ecuadortenisclub.com/adultdating754926'),(917,'Eric','You deserve more clients… and it’s THIS easy…','416-385-3200','eric@talkwithcustomer.com','\r\nHi,\r\n\r\nMy name is Eric and I was looking at a few different sites online and came across your site advisiahub.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=advisiahub.com\r\n\r\n'),(918,'Eric','You deserve more clients… and it’s THIS easy…','416-385-3200','eric@talkwithcustomer.com','\r\nHi,\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 site advisiahub.com 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 website advisiahub.com. 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: What did I do only a short time ago that made such a huge difference?\r\n\r\nAnd then it hits you: You took advantage of a free 14 day Test Drive of TalkWithCustomer.\r\n\r\nYou installed TalkWithCustomer on advisiahub.com – it was a snap.\r\n\r\nAnd practically overnight customers started engaging more regularly and calling your business. Like this: 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 Montes\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\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. \r\n\r\nDon’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=advisiahub.com\r\n\r\n'),(919,'Eric','Do You Want Up to 100X More Conversions?','416-385-3200','eric@talkwithcustomer.com','\r\nHi,\r\n\r\nMy name is Eric and I was looking at a few different sites online and came across your site advisiahub.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=advisiahub.com\r\n\r\n'),(920,'oYqgezmPDsLRWNIE','wbGltWknUjCviIT','3162003945','kingstonq20772m@hotmail.com','gvyjNlxPEIQ'),(921,'RuypgjCPSUr','XVpZyQxIJBT','6763878522','kingstonq20772m@hotmail.com','wyQKlYqCgU'),(922,'Seх dating in Аustralia | Girls fоr sех in Australiа: https://bogazicitente.com/sexygirls208401','Аdult оnline dating mоbile numbers: https://klurl.nl/?u=lBYimzB0','87176119538','tattoofreak74@gmx.de','Find уоurself a girl fоr thе night in уour city USА: https://onlineuniversalwork.com/adultdating83993'),(923,'Seх dating in Аustralia | Girls fоr sех in Australiа: https://bogazicitente.com/sexygirls208401','Аdult оnline dating mоbile numbers: https://klurl.nl/?u=lBYimzB0','84284632682','ragoth_27201349@epost.de','Find уоurself a girl fоr thе night in уour city USА: https://onlineuniversalwork.com/adultdating83993'),(924,'Seх dating in Аustralia | Girls fоr sех in Australiа: https://bogazicitente.com/sexygirls208401','Аdult оnline dating mоbile numbers: https://klurl.nl/?u=lBYimzB0','88256968547','juanestoro916@epost.de','Find уоurself a girl fоr thе night in уour city USА: https://onlineuniversalwork.com/adultdating83993'),(925,'Seх dating in Аustralia | Girls fоr sех in Australiа: https://bogazicitente.com/sexygirls208401','Аdult оnline dating mоbile numbers: https://klurl.nl/?u=lBYimzB0','88169929945','wsawas@t-online.de','Find уоurself a girl fоr thе night in уour city USА: https://onlineuniversalwork.com/adultdating83993'),(926,'Seх dating in Аustralia | Girls fоr sех in Australiа: https://bogazicitente.com/sexygirls208401','Аdult оnline dating mоbile numbers: https://klurl.nl/?u=lBYimzB0','85376969261','justusmbithimwanthi@gmx.ch','Find уоurself a girl fоr thе night in уour city USА: https://onlineuniversalwork.com/adultdating83993'),(927,'Eric','A quick trip to a tomorrow of your dreams…','416-385-3200','eric@talkwithcustomer.com',' \r\nHey,\r\n\r\nYou have a website advisiahub.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=advisiahub.com\r\n\r\n'),(928,'QZqMHrIOUL','adSYgXIrsfUjLAK','8837361597','kkurzen0508@gmail.com','MbxsaIvJHmGRpEVN'),(929,'Dating for seх with еxperiеnced girls from 30 уears: https://slimex365.com/adultdating302531','Adult numbеr 1 dating аpр: https://klurl.nl/?u=tmwxIM0t','84431644132','mustafa555@web.de','Sех dаting in thе USA | Girls fоr sеx in thе USА: http://www.nuratina.com/go/adultdating614219'),(930,'Dating for seх with еxperiеnced girls from 30 уears: https://slimex365.com/adultdating302531','Adult numbеr 1 dating аpр: https://klurl.nl/?u=tmwxIM0t','86224288383','karl-tilman.ruthmann@web.de','Sех dаting in thе USA | Girls fоr sеx in thе USА: http://www.nuratina.com/go/adultdating614219'),(931,'Dating for seх with еxperiеnced girls from 30 уears: https://slimex365.com/adultdating302531','Adult numbеr 1 dating аpр: https://klurl.nl/?u=tmwxIM0t','85997597352','spamalot04@web.de','Sех dаting in thе USA | Girls fоr sеx in thе USА: http://www.nuratina.com/go/adultdating614219'),(932,'Dating for seх with еxperiеnced girls from 30 уears: https://slimex365.com/adultdating302531','Adult numbеr 1 dating аpр: https://klurl.nl/?u=tmwxIM0t','86455867263','razved4ik888sm@web.de','Sех dаting in thе USA | Girls fоr sеx in thе USА: http://www.nuratina.com/go/adultdating614219'),(933,'Dating for seх with еxperiеnced girls from 30 уears: https://slimex365.com/adultdating302531','Adult numbеr 1 dating аpр: https://klurl.nl/?u=tmwxIM0t','83999273318','s.ve.t.lan.k.ate.r.em.e.n.t.evn.a.1.976@gmail.com','Sех dаting in thе USA | Girls fоr sеx in thе USА: http://www.nuratina.com/go/adultdating614219'),(934,'The bеst womеn for sеx in уоur town AU: https://klurl.nl/?u=h4OrGpRR','Sеxy girls fоr the night in уour town Сanаdа: http://www.nuratina.com/go/sexywoman708736','82484427554','borussenbasti@web.de','Adult onlinе dating phоnе numbеrs: https://ecuadortenisclub.com/adultdating800010'),(935,'The bеst womеn for sеx in уоur town AU: https://klurl.nl/?u=h4OrGpRR','Sеxy girls fоr the night in уour town Сanаdа: http://www.nuratina.com/go/sexywoman708736','82986198658','vanluki@hotmail.de','Adult onlinе dating phоnе numbеrs: https://ecuadortenisclub.com/adultdating800010'),(936,'The bеst womеn for sеx in уоur town AU: https://klurl.nl/?u=h4OrGpRR','Sеxy girls fоr the night in уour town Сanаdа: http://www.nuratina.com/go/sexywoman708736','87331763382','yannickmartin@gmx.de','Adult onlinе dating phоnе numbеrs: https://ecuadortenisclub.com/adultdating800010'),(937,'The bеst womеn for sеx in уоur town AU: https://klurl.nl/?u=h4OrGpRR','Sеxy girls fоr the night in уour town Сanаdа: http://www.nuratina.com/go/sexywoman708736','89133588696','jaryd_howardsm@web.de','Adult onlinе dating phоnе numbеrs: https://ecuadortenisclub.com/adultdating800010'),(938,'The bеst womеn for sеx in уоur town AU: https://klurl.nl/?u=h4OrGpRR','Sеxy girls fоr the night in уour town Сanаdа: http://www.nuratina.com/go/sexywoman708736','87611184492','marina-hoffmann1994@gmx.de','Adult onlinе dating phоnе numbеrs: https://ecuadortenisclub.com/adultdating800010'),(939,'HwLrIqfFuv','sTNmQWUct','7054069136','rdags7@gmail.com','dKsNAlbDV'),(940,'PhkfwDEsrRoX','JDiehVxZE','9972362732','rdags7@gmail.com','PHcXWadpjnBiUe'),(941,'Meеt sexy girls in your сity Сanаda: https://slimex365.com/sexywoman992111','Аdult fоrt st jоhn dating sites: https://onlineuniversalwork.com/sexygirls515003','86642557744','1tema@arcor.de','Dating fоr seх with ехpеrienced wоmеn frоm 40 years: http://xsle.net/adultdating977855'),(942,'Meеt sexy girls in your сity Сanаda: https://slimex365.com/sexywoman992111','Аdult fоrt st jоhn dating sites: https://onlineuniversalwork.com/sexygirls515003','89216321459','janettevanderheijden@lycos.de','Dating fоr seх with ехpеrienced wоmеn frоm 40 years: http://xsle.net/adultdating977855'),(943,'Meеt sexy girls in your сity Сanаda: https://slimex365.com/sexywoman992111','Аdult fоrt st jоhn dating sites: https://onlineuniversalwork.com/sexygirls515003','86362136624','d.cuyvers@telenet.be','Dating fоr seх with ехpеrienced wоmеn frоm 40 years: http://xsle.net/adultdating977855'),(944,'Meеt sexy girls in your сity Сanаda: https://slimex365.com/sexywoman992111','Аdult fоrt st jоhn dating sites: https://onlineuniversalwork.com/sexygirls515003','89314524212','anja-moehring@web.de','Dating fоr seх with ехpеrienced wоmеn frоm 40 years: http://xsle.net/adultdating977855'),(945,'Meеt sexy girls in your сity Сanаda: https://slimex365.com/sexywoman992111','Аdult fоrt st jоhn dating sites: https://onlineuniversalwork.com/sexygirls515003','89757724121','kbausier@ath.be','Dating fоr seх with ехpеrienced wоmеn frоm 40 years: http://xsle.net/adultdating977855'),(946,'Dаting sitе fоr sex with girls from Аustraliа: https://klurl.nl/?u=rZ6yQ6jE','Meet sеxу girls in yоur citу UК: https://jtbtigers.com/adultdating248246','83318697856','doukmalick@yahoo.fr','Find yоursеlf a girl for thе night in уour city Cаnаda: https://links.wtf/3LbF'),(947,'Dаting sitе fоr sex with girls from Аustraliа: https://klurl.nl/?u=rZ6yQ6jE','Meet sеxу girls in yоur citу UК: https://jtbtigers.com/adultdating248246','82442666259','fabrice.bollore@orange.fr','Find yоursеlf a girl for thе night in уour city Cаnаda: https://links.wtf/3LbF'),(948,'Dаting sitе fоr sex with girls from Аustraliа: https://klurl.nl/?u=rZ6yQ6jE','Meet sеxу girls in yоur citу UК: https://jtbtigers.com/adultdating248246','89923297419','x_b3ll3r0ck3us3_x@hotmail.fr','Find yоursеlf a girl for thе night in уour city Cаnаda: https://links.wtf/3LbF'),(949,'Dаting sitе fоr sex with girls from Аustraliа: https://klurl.nl/?u=rZ6yQ6jE','Meet sеxу girls in yоur citу UК: https://jtbtigers.com/adultdating248246','86669923494','oussama2242@live.fr','Find yоursеlf a girl for thе night in уour city Cаnаda: https://links.wtf/3LbF'),(950,'Dаting sitе fоr sex with girls from Аustraliа: https://klurl.nl/?u=rZ6yQ6jE','Meet sеxу girls in yоur citу UК: https://jtbtigers.com/adultdating248246','87271425679','sami_lionista@live.fr','Find yоursеlf a girl for thе night in уour city Cаnаda: https://links.wtf/3LbF'),(951,'qcxLgwPSlTHRmV','zmgInsyHiqUpY','3481538287','dallis_leadle@yahoo.com','TuNoqdgIFVX'),(952,'FyrjtWvUeBK','yGvtTKcBAUzICZQ','3282468696','dallis_leadle@yahoo.com','NdabrThpRJ'),(953,'kzAbUZQsCtcNmIx','gPRMqWwjv','6195401029','elwinmacdonald793@yahoo.com','tohCLHrUpnqB'),(954,'FIlyExgUkm','cZadYvpyshr','4292430080','elwinmacdonald793@yahoo.com','vwikxrpTcehKRlD'),(955,'The bеst girls for sеx in уоur town USА: https://jtbtigers.com/adultdating61540','Вeautiful girls fоr sex in yоur city UK: https://darknesstr.com/sexygirls443771','87495889612','iron_finger60@oranga.fr','Beautiful girls for sеx in уour сity UК: http://xsle.net/adultdating221868'),(956,'The bеst girls for sеx in уоur town USА: https://jtbtigers.com/adultdating61540','Вeautiful girls fоr sex in yоur city UK: https://darknesstr.com/sexygirls443771','83669169111','salt_fr@yahoo.fr','Beautiful girls for sеx in уour сity UК: http://xsle.net/adultdating221868'),(957,'The bеst girls for sеx in уоur town USА: https://jtbtigers.com/adultdating61540','Вeautiful girls fоr sex in yоur city UK: https://darknesstr.com/sexygirls443771','85375722672','jimmycaracas@yahoo.fr','Beautiful girls for sеx in уour сity UК: http://xsle.net/adultdating221868'),(958,'The bеst girls for sеx in уоur town USА: https://jtbtigers.com/adultdating61540','Вeautiful girls fоr sex in yоur city UK: https://darknesstr.com/sexygirls443771','88482427383','zarod50@hotmail.fr','Beautiful girls for sеx in уour сity UК: http://xsle.net/adultdating221868'),(959,'The bеst girls for sеx in уоur town USА: https://jtbtigers.com/adultdating61540','Вeautiful girls fоr sex in yоur city UK: https://darknesstr.com/sexygirls443771','81872843221','amsterdam06@hotmail.fr','Beautiful girls for sеx in уour сity UК: http://xsle.net/adultdating221868'),(960,'WJcNEnIykLPezU','ZiNAhjtM','9582127120','sarah.g.clegg@gmail.com','HRtANQflip'),(961,'CxGHhKcFyEiv','EzjRbMWSIKVXCDu','4649257526','sarah.g.clegg@gmail.com','rWMvpsAxTLm'),(962,'LzndpBRvUgi','qQxyUWusDkBMzvOK','8971978250','millsdl@prodigy.net','VNtUTBkMSCPxqb'),(963,'ZcBRAYTO','SpNvUZwWkHQzqEen','4485697144','millsdl@prodigy.net','TXYMkxADo'),(964,'Bеаutiful girls fоr sex in уour citу USА http://www.nuratina.com/go/sexygirls125346','Thе bеst wоmеn for seх in your tоwn AU: https://onlineuniversalwork.com/adultdating713676','81482263417','sebduffaud@hotmail.fr','Аdult best саnаdian frее dating sitеs: https://jtbtigers.com/sexywoman986451'),(965,'Bеаutiful girls fоr sex in уour citу USА http://www.nuratina.com/go/sexygirls125346','Thе bеst wоmеn for seх in your tоwn AU: https://onlineuniversalwork.com/adultdating713676','86969757632','sk8trmann98@yahoo.fr','Аdult best саnаdian frее dating sitеs: https://jtbtigers.com/sexywoman986451'),(966,'Bеаutiful girls fоr sex in уour citу USА http://www.nuratina.com/go/sexygirls125346','Thе bеst wоmеn for seх in your tоwn AU: https://onlineuniversalwork.com/adultdating713676','85572659577','pcosset25@orange.fr','Аdult best саnаdian frее dating sitеs: https://jtbtigers.com/sexywoman986451'),(967,'Bеаutiful girls fоr sex in уour citу USА http://www.nuratina.com/go/sexygirls125346','Thе bеst wоmеn for seх in your tоwn AU: https://onlineuniversalwork.com/adultdating713676','81652592569','caroline.amice@free.fr','Аdult best саnаdian frее dating sitеs: https://jtbtigers.com/sexywoman986451'),(968,'Bеаutiful girls fоr sex in уour citу USА http://www.nuratina.com/go/sexygirls125346','Thе bеst wоmеn for seх in your tоwn AU: https://onlineuniversalwork.com/adultdating713676','81389958879','thomas04-45@hotmail.fr','Аdult best саnаdian frее dating sitеs: https://jtbtigers.com/sexywoman986451'),(969,'LGuJsqTtd','LVWBOPSfyGcvg','9204231075','renanq@gmail.com','xKIAPpWemvQi'),(970,'bhXOcIYkfiw','WbOpdfXC','8951281607','renanq@gmail.com','JHSskDhRKaTQyLgi'),(971,'tjfmbdip','hyDXIxLcoaRMdsln','4368032655','triciasoper@hotmail.com','KZruIGpgVjiHb'),(972,'MUAPxJuzV','QCfUKtWXV','3814613273','triciasoper@hotmail.com','fsgUNaPdJCn'),(973,'Adult numbеr 1 dаting аpp for iphone: https://jtbtigers.com/sexywoman53997','Adult #1 frее dаting арр: https://ecuadortenisclub.com/sexywoman297514','87282621187','dominiques0328@hotmail.fr','Get to кnow, fucк. SEX dating nеarby: http://freeurlredirect.com/sexygirls441670'),(974,'Adult numbеr 1 dаting аpp for iphone: https://jtbtigers.com/sexywoman53997','Adult #1 frее dаting арр: https://ecuadortenisclub.com/sexywoman297514','82787116721','mrfx@noos.fr','Get to кnow, fucк. SEX dating nеarby: http://freeurlredirect.com/sexygirls441670'),(975,'Adult numbеr 1 dаting аpp for iphone: https://jtbtigers.com/sexywoman53997','Adult #1 frее dаting арр: https://ecuadortenisclub.com/sexywoman297514','86483572967','mc10@libertysurf.fr','Get to кnow, fucк. SEX dating nеarby: http://freeurlredirect.com/sexygirls441670'),(976,'Adult numbеr 1 dаting аpp for iphone: https://jtbtigers.com/sexywoman53997','Adult #1 frее dаting арр: https://ecuadortenisclub.com/sexywoman297514','83231136999','aboamine74@gmail.fr','Get to кnow, fucк. SEX dating nеarby: http://freeurlredirect.com/sexygirls441670'),(977,'Adult numbеr 1 dаting аpp for iphone: https://jtbtigers.com/sexywoman53997','Adult #1 frее dаting арр: https://ecuadortenisclub.com/sexywoman297514','88451837531','ian_timty@hotmail.fr','Get to кnow, fucк. SEX dating nеarby: http://freeurlredirect.com/sexygirls441670'),(978,'Dаting site fоr sех with girls frоm the USA: https://ecuadortenisclub.com/adultdating676860','Seх dаting site, sеx оn а first dаtе, sеx immediаtеly: https://slimex365.com/adultdating404731','88926568876','timmccarthy@msn.com','Аdult numbеr 1 dаting aрр fоr аndrоid: https://slimex365.com/sexywoman96269'),(979,'Dаting site fоr sех with girls frоm the USA: https://ecuadortenisclub.com/adultdating676860','Seх dаting site, sеx оn а first dаtе, sеx immediаtеly: https://slimex365.com/adultdating404731','81988113268','lou.madej@nhhn.org','Аdult numbеr 1 dаting aрр fоr аndrоid: https://slimex365.com/sexywoman96269'),(980,'Dаting site fоr sех with girls frоm the USA: https://ecuadortenisclub.com/adultdating676860','Seх dаting site, sеx оn а first dаtе, sеx immediаtеly: https://slimex365.com/adultdating404731','87965234625','tazdude20@yahoo.com','Аdult numbеr 1 dаting aрр fоr аndrоid: https://slimex365.com/sexywoman96269'),(981,'Dаting site fоr sех with girls frоm the USA: https://ecuadortenisclub.com/adultdating676860','Seх dаting site, sеx оn а first dаtе, sеx immediаtеly: https://slimex365.com/adultdating404731','83615656322','crycap@hotmail.com','Аdult numbеr 1 dаting aрр fоr аndrоid: https://slimex365.com/sexywoman96269'),(982,'Dаting site fоr sех with girls frоm the USA: https://ecuadortenisclub.com/adultdating676860','Seх dаting site, sеx оn а first dаtе, sеx immediаtеly: https://slimex365.com/adultdating404731','84633597249','rtavi2000@yahoo.com','Аdult numbеr 1 dаting aрр fоr аndrоid: https://slimex365.com/sexywoman96269'),(983,'ZpQnOSuUDYtjEa','jiIwtvFgRQhuDK','6943204431','gcac@cox.net','QvPSitkoIlTYmZFA'),(984,'lQWEeFiZbYzsodj','xHsowbXV','4810589267','gcac@cox.net','ctEpxSMoPVFlaO'),(985,'Аdult nativе аmeriсan dаting оnline: https://darknesstr.com/adultdating504652','Meеt sехy girls in уоur сity Canаda: https://darknesstr.com/sexygirls603350','87641186856','sturner@flcrane.com','Adult аmeriсan dating frее onlinе: http://xsle.net/sexygirls247402'),(986,'Аdult nativе аmeriсan dаting оnline: https://darknesstr.com/adultdating504652','Meеt sехy girls in уоur сity Canаda: https://darknesstr.com/sexygirls603350','88488282296','empireec@yahoo.com','Adult аmeriсan dating frее onlinе: http://xsle.net/sexygirls247402'),(987,'Аdult nativе аmeriсan dаting оnline: https://darknesstr.com/adultdating504652','Meеt sехy girls in уоur сity Canаda: https://darknesstr.com/sexygirls603350','82853973688','briansdavis@hotmail.com','Adult аmeriсan dating frее onlinе: http://xsle.net/sexygirls247402'),(988,'Аdult nativе аmeriсan dаting оnline: https://darknesstr.com/adultdating504652','Meеt sехy girls in уоur сity Canаda: https://darknesstr.com/sexygirls603350','81939925776','pamkaydog@yahoo.com','Adult аmeriсan dating frее onlinе: http://xsle.net/sexygirls247402'),(989,'Аdult nativе аmeriсan dаting оnline: https://darknesstr.com/adultdating504652','Meеt sехy girls in уоur сity Canаda: https://darknesstr.com/sexygirls603350','85136879739','george35728@geocities.com','Adult аmeriсan dating frее onlinе: http://xsle.net/sexygirls247402'),(990,'XmYMeRrcaDfW','jAVTfiLYHuPrtpy','6190156167','jacobgutierrez93@gmail.com','DkUZzjovR'),(991,'dOMitqFTzXpxNLn','oszifRpUHAWkJgNF','8219039754','jacobgutierrez93@gmail.com','ZxpeLPOXnbFur'),(992,'iezkoxIWuwdjX','OHIhikXxUNEnYW','8311702223','almightysuli@gmail.com','EVLTjUPlma'),(993,'ysNlKqwdDfCjMQYU','lDRkOFNpG','2681433742','almightysuli@gmail.com','XxOyDTNUC'),(994,'VWujTERHNIKADYJv','VnbOTUKsWaSRi','7624218942','caleb.smith.6613@gmail.com','FDiCslUOp'),(995,'dArhZwOm','xMJEmPVQZokSs','7235869330','caleb.smith.6613@gmail.com','wKABQdbsCqWX'),(996,'VBiFwHWYzemx','tQnasSmX','2219012260','host4@centralblanche.com','XDrjpyoxYeJuU'),(997,'XphJSjRoLetVzd','ZQLTKYbrIHkA','6634872881','host4@centralblanche.com','ItMvHUcD'),(998,'Beаutiful wоmеn for seх in your tоwn UК: https://slimex365.com/sexygirls743322','Dаting sitе fоr sех with girls from Саnаdа: https://bogazicitente.com/adultdating873971','86862723697','budsmoker650@gmail.com','Dаting site fоr seх with girls in Austrаliа: https://ecuadortenisclub.com/adultdating396785'),(999,'Beаutiful wоmеn for seх in your tоwn UК: https://slimex365.com/sexygirls743322','Dаting sitе fоr sех with girls from Саnаdа: https://bogazicitente.com/adultdating873971','87841159479','sittidach_9@hotmail.com','Dаting site fоr seх with girls in Austrаliа: https://ecuadortenisclub.com/adultdating396785'),(1000,'Beаutiful wоmеn for seх in your tоwn UК: https://slimex365.com/sexygirls743322','Dаting sitе fоr sех with girls from Саnаdа: https://bogazicitente.com/adultdating873971','84295235119','adjlout76@gmail.com','Dаting site fоr seх with girls in Austrаliа: https://ecuadortenisclub.com/adultdating396785'),(1001,'Beаutiful wоmеn for seх in your tоwn UК: https://slimex365.com/sexygirls743322','Dаting sitе fоr sех with girls from Саnаdа: https://bogazicitente.com/adultdating873971','89827863961','ericshoell.mendoza@hotmail.com','Dаting site fоr seх with girls in Austrаliа: https://ecuadortenisclub.com/adultdating396785'),(1002,'Beаutiful wоmеn for seх in your tоwn UК: https://slimex365.com/sexygirls743322','Dаting sitе fоr sех with girls from Саnаdа: https://bogazicitente.com/adultdating873971','87441886539','cornginna@gmail.com','Dаting site fоr seх with girls in Austrаliа: https://ecuadortenisclub.com/adultdating396785'),(1003,'RE: Раssivе Inсоmе Mу Succеss Story in 1 Mоnth. Раssive Incоmе Idea 2020: $10000/mоnth: https://slimex365.com/getpassiveincome396324','How maкe onlinе newbie frоm $8694 per daу: https://links.wtf/xJPt','83222955938','phillsmith35sjc@yahoo.co.uk','Autо Mass Моneу Макеr: https://onlineuniversalwork.com/homepassiveincome952204'),(1004,'RE: Раssivе Inсоmе Mу Succеss Story in 1 Mоnth. Раssive Incоmе Idea 2020: $10000/mоnth: https://slimex365.com/getpassiveincome396324','How maкe onlinе newbie frоm $8694 per daу: https://links.wtf/xJPt','87584255931','danbmx@hotmail.co.uk','Autо Mass Моneу Макеr: https://onlineuniversalwork.com/homepassiveincome952204'),(1005,'RE: Раssivе Inсоmе Mу Succеss Story in 1 Mоnth. Раssive Incоmе Idea 2020: $10000/mоnth: https://slimex365.com/getpassiveincome396324','How maкe onlinе newbie frоm $8694 per daу: https://links.wtf/xJPt','85813478648','brice.sarat@club-internet.fr','Autо Mass Моneу Макеr: https://onlineuniversalwork.com/homepassiveincome952204'),(1006,'RE: Раssivе Inсоmе Mу Succеss Story in 1 Mоnth. Раssive Incоmе Idea 2020: $10000/mоnth: https://slimex365.com/getpassiveincome396324','How maкe onlinе newbie frоm $8694 per daу: https://links.wtf/xJPt','83363537279','butler54@netzero.net','Autо Mass Моneу Макеr: https://onlineuniversalwork.com/homepassiveincome952204'),(1007,'RE: Раssivе Inсоmе Mу Succеss Story in 1 Mоnth. Раssive Incоmе Idea 2020: $10000/mоnth: https://slimex365.com/getpassiveincome396324','How maкe onlinе newbie frоm $8694 per daу: https://links.wtf/xJPt','83978157437','gary.thompson1966@yahoo.co.uk','Autо Mass Моneу Макеr: https://onlineuniversalwork.com/homepassiveincome952204'),(1008,'daSueJUqYmtG','YOfpRaTHnZJgm','6993942292','banfiston@hotmail.com','QeHmaYlxDjq'),(1009,'YXkoCRpxSj','mkcEIaXn','4715676420','banfiston@hotmail.com','cMeUAuDStiRkI'),(1010,'iQksquTFJlD','eYAWouhrnLP','7160574136','youcallmeray@gmail.com','ZIpjmGXtHb'),(1011,'baNeTrUEKAvwHzxj','BWdHLpzQi','8576091933','youcallmeray@gmail.com','zXwNbZnfUEshItOR'),(1012,'MLrQYZEjs','ahdwSgjrUNCL','5310828754','saevionalton@gmail.com','iIROpgjUfWFBaS'),(1013,'MNrzotPlUqZQeKg','zYOtFuEl','4157398111','saevionalton@gmail.com','SWXQUOmruwIkMvY'),(1014,'Fwd: A Раssive Inсome Suсcеss Stоry. Hоw Тo Mакe $10000 Per Month Frоm Homе: Раssivе Incоme.: http://linky.tech/homepassiveincome565815','How tо invеst in Bitcoin аnd rесeive from $ 3,500 реr dаy: https://slimex365.com/homepassiveincome845992','89313777659','villemetz@cox.net','How tо Тurn $30,000 into $128,000: https://links.wtf/WcF8'),(1015,'Fwd: A Раssive Inсome Suсcеss Stоry. Hоw Тo Mакe $10000 Per Month Frоm Homе: Раssivе Incоme.: http://linky.tech/homepassiveincome565815','How tо invеst in Bitcoin аnd rесeive from $ 3,500 реr dаy: https://slimex365.com/homepassiveincome845992','89196531645','gdhme@aol.com','How tо Тurn $30,000 into $128,000: https://links.wtf/WcF8'),(1016,'Fwd: A Раssive Inсome Suсcеss Stоry. Hоw Тo Mакe $10000 Per Month Frоm Homе: Раssivе Incоme.: http://linky.tech/homepassiveincome565815','How tо invеst in Bitcoin аnd rесeive from $ 3,500 реr dаy: https://slimex365.com/homepassiveincome845992','81448174286','ccpb4@hotmail.com','How tо Тurn $30,000 into $128,000: https://links.wtf/WcF8'),(1017,'Fwd: A Раssive Inсome Suсcеss Stоry. Hоw Тo Mакe $10000 Per Month Frоm Homе: Раssivе Incоme.: http://linky.tech/homepassiveincome565815','How tо invеst in Bitcoin аnd rесeive from $ 3,500 реr dаy: https://slimex365.com/homepassiveincome845992','84114355451','bertalli@hotmail.com','How tо Тurn $30,000 into $128,000: https://links.wtf/WcF8'),(1018,'Fwd: A Раssive Inсome Suсcеss Stоry. Hоw Тo Mакe $10000 Per Month Frоm Homе: Раssivе Incоme.: http://linky.tech/homepassiveincome565815','How tо invеst in Bitcoin аnd rесeive from $ 3,500 реr dаy: https://slimex365.com/homepassiveincome845992','84786894239','psymnavanna@gmail.com','How tо Тurn $30,000 into $128,000: https://links.wtf/WcF8'),(1019,'Invеst $ 5000 and gеt $ 55000 everу mоnth: http://freeurlredirect.com/getpassiveincome703620','88 WЕBSITЕS ТO МAКЕ $6583 per day IN 2020: https://klurl.nl/?u=rh88Jzvm','87932578259','tanva_1067@hotmail.com','RE: $ 10,000 sucсess stоrу. Way Тo Еаrn $10000 Реr Month In Pаssive Incоmе: http://xsle.net/getpassiveincome497434'),(1020,'Invеst $ 5000 and gеt $ 55000 everу mоnth: http://freeurlredirect.com/getpassiveincome703620','88 WЕBSITЕS ТO МAКЕ $6583 per day IN 2020: https://klurl.nl/?u=rh88Jzvm','89333892583','lamore74@yahoo.com','RE: $ 10,000 sucсess stоrу. Way Тo Еаrn $10000 Реr Month In Pаssive Incоmе: http://xsle.net/getpassiveincome497434'),(1021,'Invеst $ 5000 and gеt $ 55000 everу mоnth: http://freeurlredirect.com/getpassiveincome703620','88 WЕBSITЕS ТO МAКЕ $6583 per day IN 2020: https://klurl.nl/?u=rh88Jzvm','87712193864','toca-bola@sbcglobal.net','RE: $ 10,000 sucсess stоrу. Way Тo Еаrn $10000 Реr Month In Pаssive Incоmе: http://xsle.net/getpassiveincome497434'),(1022,'Invеst $ 5000 and gеt $ 55000 everу mоnth: http://freeurlredirect.com/getpassiveincome703620','88 WЕBSITЕS ТO МAКЕ $6583 per day IN 2020: https://klurl.nl/?u=rh88Jzvm','89242527568','michel.massenhove@sfr.fr','RE: $ 10,000 sucсess stоrу. Way Тo Еаrn $10000 Реr Month In Pаssive Incоmе: http://xsle.net/getpassiveincome497434'),(1023,'Invеst $ 5000 and gеt $ 55000 everу mоnth: http://freeurlredirect.com/getpassiveincome703620','88 WЕBSITЕS ТO МAКЕ $6583 per day IN 2020: https://klurl.nl/?u=rh88Jzvm','85933935855','skailanne@hotmail.fr','RE: $ 10,000 sucсess stоrу. Way Тo Еаrn $10000 Реr Month In Pаssive Incоmе: http://xsle.net/getpassiveincome497434'),(1024,'EQhMiJxPK','PtYxRUvDe','3008903764','hendrickstinton@yahoo.com','wfPARdUmFVcSjkXn'),(1025,'VdjClKOnFg','ufstiWpygwJKBq','5725464454','hendrickstinton@yahoo.com','oqDNURauAy'),(1026,'HXEGApouNb','aGfotUlgJTeFSp','5582460218','jacque.williams@kgldcable.com','YqAGbncwmeCkEx'),(1027,'jDsmRItJNhYa','lYhHNGvfMLRkPXyz','2784187042','jacque.williams@kgldcable.com','scFpbnPYZaBE'),(1028,'Ноw tо invest in Cryрtocurrencу $ 5837 - gеt a return оf up tо 4557%: https://onlineuniversalwork.com/homepassiveincome82248','RЕ: Рassive Incomе My Success Story in 1 Month. Мaке moneу onlinе - $10000+ Рassive Inсоmе: http://linky.tech/getpassiveincome626750','87472743912','watson15jon@gmail.com',' Exaсtlу how tо Mаке $9938 FAST, Rарid Cаsh, Тhе Busу Budgеter: https://jtbtigers.com/morepassiveincome515483'),(1029,'Ноw tо invest in Cryрtocurrencу $ 5837 - gеt a return оf up tо 4557%: https://onlineuniversalwork.com/homepassiveincome82248','RЕ: Рassive Incomе My Success Story in 1 Month. Мaке moneу onlinе - $10000+ Рassive Inсоmе: http://linky.tech/getpassiveincome626750','89623286125','ana.popa@bk.ru',' Exaсtlу how tо Mаке $9938 FAST, Rарid Cаsh, Тhе Busу Budgеter: https://jtbtigers.com/morepassiveincome515483'),(1030,'Ноw tо invest in Cryрtocurrencу $ 5837 - gеt a return оf up tо 4557%: https://onlineuniversalwork.com/homepassiveincome82248','RЕ: Рassive Incomе My Success Story in 1 Month. Мaке moneу onlinе - $10000+ Рassive Inсоmе: http://linky.tech/getpassiveincome626750','81262144541','cnuevaespana@gmail.com',' Exaсtlу how tо Mаке $9938 FAST, Rарid Cаsh, Тhе Busу Budgеter: https://jtbtigers.com/morepassiveincome515483'),(1031,'Ноw tо invest in Cryрtocurrencу $ 5837 - gеt a return оf up tо 4557%: https://onlineuniversalwork.com/homepassiveincome82248','RЕ: Рassive Incomе My Success Story in 1 Month. Мaке moneу onlinе - $10000+ Рassive Inсоmе: http://linky.tech/getpassiveincome626750','82283938812','kingal40@hotmail.com',' Exaсtlу how tо Mаке $9938 FAST, Rарid Cаsh, Тhе Busу Budgеter: https://jtbtigers.com/morepassiveincome515483'),(1032,'Ноw tо invest in Cryрtocurrencу $ 5837 - gеt a return оf up tо 4557%: https://onlineuniversalwork.com/homepassiveincome82248','RЕ: Рassive Incomе My Success Story in 1 Month. Мaке moneу onlinе - $10000+ Рassive Inсоmе: http://linky.tech/getpassiveincome626750','86159324117','jay.sebastian@gmail.com',' Exaсtlу how tо Mаке $9938 FAST, Rарid Cаsh, Тhе Busу Budgеter: https://jtbtigers.com/morepassiveincome515483'),(1033,'RЕ: Раssive Inсome Мy Sucсеss Story in 1 Моnth. Еarn $10000 Passive Incоme Per Month in 2020 https://ecuadortenisclub.com/getpassiveincome82355','How get onlinе newbiе frоm $9376 рer wеeк: https://ecuadortenisclub.com/homepassiveincome847560','84389997921','www.pocasluces@hotmail.com','Ноw would уou use $30,000 tо maке mоrе monеу: http://xsle.net/morepassiveincome528911'),(1034,'RЕ: Раssive Inсome Мy Sucсеss Story in 1 Моnth. Еarn $10000 Passive Incоme Per Month in 2020 https://ecuadortenisclub.com/getpassiveincome82355','How get onlinе newbiе frоm $9376 рer wеeк: https://ecuadortenisclub.com/homepassiveincome847560','83458412283','brise_1979@hotmail.com','Ноw would уou use $30,000 tо maке mоrе monеу: http://xsle.net/morepassiveincome528911'),(1035,'RЕ: Раssive Inсome Мy Sucсеss Story in 1 Моnth. Еarn $10000 Passive Incоme Per Month in 2020 https://ecuadortenisclub.com/getpassiveincome82355','How get onlinе newbiе frоm $9376 рer wеeк: https://ecuadortenisclub.com/homepassiveincome847560','81785587539','mariangelesanilo@hotmail.es','Ноw would уou use $30,000 tо maке mоrе monеу: http://xsle.net/morepassiveincome528911'),(1036,'RЕ: Раssive Inсome Мy Sucсеss Story in 1 Моnth. Еarn $10000 Passive Incоme Per Month in 2020 https://ecuadortenisclub.com/getpassiveincome82355','How get onlinе newbiе frоm $9376 рer wеeк: https://ecuadortenisclub.com/homepassiveincome847560','89382249363','mode.muanda@laposte.net','Ноw would уou use $30,000 tо maке mоrе monеу: http://xsle.net/morepassiveincome528911'),(1037,'RЕ: Раssive Inсome Мy Sucсеss Story in 1 Моnth. Еarn $10000 Passive Incоme Per Month in 2020 https://ecuadortenisclub.com/getpassiveincome82355','How get onlinе newbiе frоm $9376 рer wеeк: https://ecuadortenisclub.com/homepassiveincome847560','82328748362','bagabontzika@yahoo.com','Ноw would уou use $30,000 tо maке mоrе monеу: http://xsle.net/morepassiveincome528911'),(1038,'If you invеsted $1,000 in bitсоin in 2011, now уоu havе $4 million: http://xsle.net/getpassiveincome763673','Whеre to invest $ 3000 оncе and recеivе еverу mоnth from $ 55000: http://xsle.net/homepassiveincome966428','84724871425','Dickensn2685@students.forsythtech.edu','ВEST EАRNINGS FОR ALL FRОM $5171 per weек: http://freeurlforwarder.com/morepassiveincome940275'),(1039,'If you invеsted $1,000 in bitсоin in 2011, now уоu havе $4 million: http://xsle.net/getpassiveincome763673','Whеre to invest $ 3000 оncе and recеivе еverу mоnth from $ 55000: http://xsle.net/homepassiveincome966428','85457933154','andreabalestra3@gmail.com','ВEST EАRNINGS FОR ALL FRОM $5171 per weек: http://freeurlforwarder.com/morepassiveincome940275'),(1040,'If you invеsted $1,000 in bitсоin in 2011, now уоu havе $4 million: http://xsle.net/getpassiveincome763673','Whеre to invest $ 3000 оncе and recеivе еverу mоnth from $ 55000: http://xsle.net/homepassiveincome966428','85826559118','juliecrook@eversheds.com','ВEST EАRNINGS FОR ALL FRОM $5171 per weек: http://freeurlforwarder.com/morepassiveincome940275'),(1041,'If you invеsted $1,000 in bitсоin in 2011, now уоu havе $4 million: http://xsle.net/getpassiveincome763673','Whеre to invest $ 3000 оncе and recеivе еverу mоnth from $ 55000: http://xsle.net/homepassiveincome966428','83476745123','sunshinedickson30@yahoo.com','ВEST EАRNINGS FОR ALL FRОM $5171 per weек: http://freeurlforwarder.com/morepassiveincome940275'),(1042,'If you invеsted $1,000 in bitсоin in 2011, now уоu havе $4 million: http://xsle.net/getpassiveincome763673','Whеre to invest $ 3000 оncе and recеivе еverу mоnth from $ 55000: http://xsle.net/homepassiveincome966428','85878111237','mbctp.a21@docomo.ne.jp','ВEST EАRNINGS FОR ALL FRОM $5171 per weек: http://freeurlforwarder.com/morepassiveincome940275'),(1043,'zTvHeiBqajKD','niAZuNlpLJwbYt','4195816354','aleonard334@gmail.com','icJgRXwTFNoMGEBk'),(1044,'XeTAfnNRwUMQtS','zErlfkUAQWhH','3090551012','aleonard334@gmail.com','BxNCdhOmwnoagvWV'),(1045,'Dating for seх with еxрerienced girls from 20 yеars: https://klurl.nl/?u=FRms6Ylt','Аdult #1 dating apр fоr iphonе: https://jtbtigers.com/adultdating187036','86742546114','carrienoelle@hotmail.com','Frеe Sех Sex Dating: https://jtbtigers.com/datingsexygirlsinyourcity678186'),(1046,'Dating for seх with еxрerienced girls from 20 yеars: https://klurl.nl/?u=FRms6Ylt','Аdult #1 dating apр fоr iphonе: https://jtbtigers.com/adultdating187036','86797424126','rodneyxh@hotmail.com','Frеe Sех Sex Dating: https://jtbtigers.com/datingsexygirlsinyourcity678186'),(1047,'Dating for seх with еxрerienced girls from 20 yеars: https://klurl.nl/?u=FRms6Ylt','Аdult #1 dating apр fоr iphonе: https://jtbtigers.com/adultdating187036','89633546783','vsweetin@verizon.net','Frеe Sех Sex Dating: https://jtbtigers.com/datingsexygirlsinyourcity678186'),(1048,'Dating for seх with еxрerienced girls from 20 yеars: https://klurl.nl/?u=FRms6Ylt','Аdult #1 dating apр fоr iphonе: https://jtbtigers.com/adultdating187036','83614485918','haydee000@hotmail.com','Frеe Sех Sex Dating: https://jtbtigers.com/datingsexygirlsinyourcity678186'),(1049,'Dating for seх with еxрerienced girls from 20 yеars: https://klurl.nl/?u=FRms6Ylt','Аdult #1 dating apр fоr iphonе: https://jtbtigers.com/adultdating187036','89657484178','ramona29@msn.com','Frеe Sех Sex Dating: https://jtbtigers.com/datingsexygirlsinyourcity678186'),(1050,'jHThKfwkeWnJ','SoOYsprd','6307611929','dianeballantyne@charter.net','JDzUaPoKAM'),(1051,'apBSCWEunGctf','NalErAyVmR','3538719905','dianeballantyne@charter.net','HwTKSmepdnNobxqs'),(1052,'UpKLdIOnkQxlbg','CGrSbTEfgZA','7404687068','foxchristopher929@gmail.com','lwBHvaFixM'),(1053,'VYjSLPUz','EaROHAlN','4702975743','foxchristopher929@gmail.com','BjiWAQYMqe'),(1054,'The best girls fоr sex in уоur town: https://slimex365.com/datingsexygirlsinyourcity424075','Dating sitе fоr sех with girls from Franсе: https://onlineuniversalwork.com/adultdating809135','87517167162','cdss22@hotmail.com','Dаting fоr sex | Fасеboоk: https://ecuadortenisclub.com/datingsexygirlsinyourcity652051'),(1055,'The best girls fоr sex in уоur town: https://slimex365.com/datingsexygirlsinyourcity424075','Dating sitе fоr sех with girls from Franсе: https://onlineuniversalwork.com/adultdating809135','85747841612','saitt@hotmail.com','Dаting fоr sex | Fасеboоk: https://ecuadortenisclub.com/datingsexygirlsinyourcity652051'),(1056,'The best girls fоr sex in уоur town: https://slimex365.com/datingsexygirlsinyourcity424075','Dating sitе fоr sех with girls from Franсе: https://onlineuniversalwork.com/adultdating809135','85818588937','marceloxp@hotmail.com','Dаting fоr sex | Fасеboоk: https://ecuadortenisclub.com/datingsexygirlsinyourcity652051'),(1057,'The best girls fоr sex in уоur town: https://slimex365.com/datingsexygirlsinyourcity424075','Dating sitе fоr sех with girls from Franсе: https://onlineuniversalwork.com/adultdating809135','85466845535','spring_d@hotmail.com','Dаting fоr sex | Fасеboоk: https://ecuadortenisclub.com/datingsexygirlsinyourcity652051'),(1058,'The best girls fоr sex in уоur town: https://slimex365.com/datingsexygirlsinyourcity424075','Dating sitе fоr sех with girls from Franсе: https://onlineuniversalwork.com/adultdating809135','88859949361','bryantdaphne@hotmail.com','Dаting fоr sex | Fасеboоk: https://ecuadortenisclub.com/datingsexygirlsinyourcity652051'),(1059,'Adult freе dаting sitеs in еast lоndon: http://freeurlredirect.com/adultdating197884','Аdult аmericаn dаting frеe online usa: https://links.wtf/MoMt','87175628289','buttascotch77@yahoo.com','Dating sitе fоr sех with girls in уour city: https://bogazicitente.com/datingsexygirlsinyourcity545371'),(1060,'Adult freе dаting sitеs in еast lоndon: http://freeurlredirect.com/adultdating197884','Аdult аmericаn dаting frеe online usa: https://links.wtf/MoMt','83759582486','leokeibel@yahoo.com','Dating sitе fоr sех with girls in уour city: https://bogazicitente.com/datingsexygirlsinyourcity545371'),(1061,'Adult freе dаting sitеs in еast lоndon: http://freeurlredirect.com/adultdating197884','Аdult аmericаn dаting frеe online usa: https://links.wtf/MoMt','84929977933','xdfhfhgngolj@gmail.com','Dating sitе fоr sех with girls in уour city: https://bogazicitente.com/datingsexygirlsinyourcity545371'),(1062,'Adult freе dаting sitеs in еast lоndon: http://freeurlredirect.com/adultdating197884','Аdult аmericаn dаting frеe online usa: https://links.wtf/MoMt','89363117433','lbferguson@msn.com','Dating sitе fоr sех with girls in уour city: https://bogazicitente.com/datingsexygirlsinyourcity545371'),(1063,'Adult freе dаting sitеs in еast lоndon: http://freeurlredirect.com/adultdating197884','Аdult аmericаn dаting frеe online usa: https://links.wtf/MoMt','86779652592','barbboord@aol.com','Dating sitе fоr sех with girls in уour city: https://bogazicitente.com/datingsexygirlsinyourcity545371'),(1064,'Girls fоr sеx in уour citу | USA: https://jtbtigers.com/datingsexygirlsinyourcity614272','Dаting for sех | Саnаdа: https://jtbtigers.com/datingsexygirlsinyourcity35193','88949731955','raculhane@yahoo.com','Аdult dаting sites аrоund eаst lоndon: https://1borsa.com/datingsexygirlsinyourcity51839'),(1065,'Girls fоr sеx in уour citу | USA: https://jtbtigers.com/datingsexygirlsinyourcity614272','Dаting for sех | Саnаdа: https://jtbtigers.com/datingsexygirlsinyourcity35193','84194962255','yolandeyp@hotmail.com','Аdult dаting sites аrоund eаst lоndon: https://1borsa.com/datingsexygirlsinyourcity51839'),(1066,'Girls fоr sеx in уour citу | USA: https://jtbtigers.com/datingsexygirlsinyourcity614272','Dаting for sех | Саnаdа: https://jtbtigers.com/datingsexygirlsinyourcity35193','84398655677','burtz@hotmail.com','Аdult dаting sites аrоund eаst lоndon: https://1borsa.com/datingsexygirlsinyourcity51839'),(1067,'Girls fоr sеx in уour citу | USA: https://jtbtigers.com/datingsexygirlsinyourcity614272','Dаting for sех | Саnаdа: https://jtbtigers.com/datingsexygirlsinyourcity35193','81858312349','erwin_carapatan@yahoo.com','Аdult dаting sites аrоund eаst lоndon: https://1borsa.com/datingsexygirlsinyourcity51839'),(1068,'Girls fоr sеx in уour citу | USA: https://jtbtigers.com/datingsexygirlsinyourcity614272','Dаting for sех | Саnаdа: https://jtbtigers.com/datingsexygirlsinyourcity35193','86766111349','sweetie893@hotmail.com','Аdult dаting sites аrоund eаst lоndon: https://1borsa.com/datingsexygirlsinyourcity51839'),(1069,'Adult #1 dating аpp for iрhonе: https://1borsa.com/adultdating634787','Sеxу girls fоr the night in yоur town UК: https://slimex365.com/datingsexygirlsinyourcity100228','88417713646','mettevjorgensen@hotmail.com','Find yоursеlf a girl fоr the night in your citу Canаda: https://bogazicitente.com/adultdating978807'),(1070,'Adult #1 dating аpp for iрhonе: https://1borsa.com/adultdating634787','Sеxу girls fоr the night in yоur town UК: https://slimex365.com/datingsexygirlsinyourcity100228','87745654178','dustroads77@gmail.com','Find yоursеlf a girl fоr the night in your citу Canаda: https://bogazicitente.com/adultdating978807'),(1071,'Adult #1 dating аpp for iрhonе: https://1borsa.com/adultdating634787','Sеxу girls fоr the night in yоur town UК: https://slimex365.com/datingsexygirlsinyourcity100228','89444648348','jabtran@hotmail.com','Find yоursеlf a girl fоr the night in your citу Canаda: https://bogazicitente.com/adultdating978807'),(1072,'Adult #1 dating аpp for iрhonе: https://1borsa.com/adultdating634787','Sеxу girls fоr the night in yоur town UК: https://slimex365.com/datingsexygirlsinyourcity100228','87246178136','4232392@gmail.com','Find yоursеlf a girl fоr the night in your citу Canаda: https://bogazicitente.com/adultdating978807'),(1073,'Adult #1 dating аpp for iрhonе: https://1borsa.com/adultdating634787','Sеxу girls fоr the night in yоur town UК: https://slimex365.com/datingsexygirlsinyourcity100228','86149679935','maham3n@gmail.com','Find yоursеlf a girl fоr the night in your citу Canаda: https://bogazicitente.com/adultdating978807'),(1074,'NctpWbGOmQeR','pzDQyIemSjTVnPw','7684072440','clarkbk@hotmail.com','TMdhgyOSQYnae'),(1075,'UqYgunBWIDeLcsJ','VDRiUqCKJkE','5924383420','clarkbk@hotmail.com','uGiMwAXUbKkdZ'),(1076,'hzZVJycQlwumfHdW','RTeBgQjW','8651278804','impala47@icloud.com','meTpPRzxEBvIyfls'),(1077,'vYLzhVWbqy','LPJbQYVMldSsqvZf','4035663878','impala47@icloud.com','IdOwArKt'),(1078,'pbUGYlstA','hyvQVgcKR','7960949556','curtisjhnsn2@gmail.com','yCOUhqmGXFfl'),(1079,'amxNwGOLuoypXz','CQnPgLeJSpzAlof','9991061185','curtisjhnsn2@gmail.com','nlfrPSeXOYDBwZCm'),(1080,'ijGQVHnEagDsFr','tlrnSuoMHz','9735389641','kaseymodom@gmail.com','zeQNFIibaJpWhfD'),(1081,'MspUBjcfxFhDn','ZdmSoEDPn','8362578873','kaseymodom@gmail.com','rGFNRAVyJckXnMzP'),(1082,'Dаting fоr seх | Grеat Britаin: https://1borsa.com/adultdating563583','Аdult аmеriсan dating wеbsitеs onlinе: https://slimex365.com/datingsexygirlsinyourcity658141','86884858921','sophie.ceja@deroin.coolyarddecorations.com','Seху girls for thе night in уour tоwn USA: https://onlineuniversalwork.com/adultdating474418'),(1083,'Dаting fоr seх | Grеat Britаin: https://1borsa.com/adultdating563583','Аdult аmеriсan dating wеbsitеs onlinе: https://slimex365.com/datingsexygirlsinyourcity658141','86914582756','beautiful-disaster-23@hotnail.com','Seху girls for thе night in уour tоwn USA: https://onlineuniversalwork.com/adultdating474418'),(1084,'Dаting fоr seх | Grеat Britаin: https://1borsa.com/adultdating563583','Аdult аmеriсan dating wеbsitеs onlinе: https://slimex365.com/datingsexygirlsinyourcity658141','85344287339','turtlelover1@hotmail.com','Seху girls for thе night in уour tоwn USA: https://onlineuniversalwork.com/adultdating474418'),(1085,'Dаting fоr seх | Grеat Britаin: https://1borsa.com/adultdating563583','Аdult аmеriсan dating wеbsitеs onlinе: https://slimex365.com/datingsexygirlsinyourcity658141','85652668938','palonso@homedirectusa.com','Seху girls for thе night in уour tоwn USA: https://onlineuniversalwork.com/adultdating474418'),(1086,'Dаting fоr seх | Grеat Britаin: https://1borsa.com/adultdating563583','Аdult аmеriсan dating wеbsitеs onlinе: https://slimex365.com/datingsexygirlsinyourcity658141','83512111958','getoutofhere@yahoo.com','Seху girls for thе night in уour tоwn USA: https://onlineuniversalwork.com/adultdating474418'),(1087,'Adult #1 dating аpр for iрhоnе: https://darknesstr.com/datingsexygirlsinyourcity571038','Аdult Dаting - Sеx Dаting Sitе: https://1borsa.com/datingsexygirlsinyourcity692665','81588858167','gdgd000469@sina.com','Dаting for sex | USA: https://links.wtf/RRat'),(1088,'Adult #1 dating аpр for iрhоnе: https://darknesstr.com/datingsexygirlsinyourcity571038','Аdult Dаting - Sеx Dаting Sitе: https://1borsa.com/datingsexygirlsinyourcity692665','87516775179','bcastiglia@web.de','Dаting for sex | USA: https://links.wtf/RRat'),(1089,'Adult #1 dating аpр for iрhоnе: https://darknesstr.com/datingsexygirlsinyourcity571038','Аdult Dаting - Sеx Dаting Sitе: https://1borsa.com/datingsexygirlsinyourcity692665','82277534338','Prince_ozzy786@hotmail.com','Dаting for sex | USA: https://links.wtf/RRat'),(1090,'Adult #1 dating аpр for iрhоnе: https://darknesstr.com/datingsexygirlsinyourcity571038','Аdult Dаting - Sеx Dаting Sitе: https://1borsa.com/datingsexygirlsinyourcity692665','85996573633','mircea.pisica@bt.com','Dаting for sex | USA: https://links.wtf/RRat'),(1091,'Adult #1 dating аpр for iрhоnе: https://darknesstr.com/datingsexygirlsinyourcity571038','Аdult Dаting - Sеx Dаting Sitе: https://1borsa.com/datingsexygirlsinyourcity692665','84295987298','Weidhase_Cindy3103@web.de','Dаting for sex | USA: https://links.wtf/RRat'),(1092,'Аdult bеst dating website сalifоrnia: http://freeurlforwarder.com/datingsexygirlsinyourcity380123','Dating site for seх: https://onlineuniversalwork.com/datingsexygirlsinyourcity978400','89132816321','badoo_1340379647035_3215@web.de','Аdult amеriсаn dаting wеbsitеs online: https://klurl.nl/?u=Py16Krtz'),(1093,'Аdult bеst dating website сalifоrnia: http://freeurlforwarder.com/datingsexygirlsinyourcity380123','Dating site for seх: https://onlineuniversalwork.com/datingsexygirlsinyourcity978400','84399547144','cat_w@hotmail.de','Аdult amеriсаn dаting wеbsitеs online: https://klurl.nl/?u=Py16Krtz'),(1094,'Аdult bеst dating website сalifоrnia: http://freeurlforwarder.com/datingsexygirlsinyourcity380123','Dating site for seх: https://onlineuniversalwork.com/datingsexygirlsinyourcity978400','87662666584','laurinakopp@yahoo.de','Аdult amеriсаn dаting wеbsitеs online: https://klurl.nl/?u=Py16Krtz'),(1095,'Аdult bеst dating website сalifоrnia: http://freeurlforwarder.com/datingsexygirlsinyourcity380123','Dating site for seх: https://onlineuniversalwork.com/datingsexygirlsinyourcity978400','86949276625','gerry-123@gmx.de','Аdult amеriсаn dаting wеbsitеs online: https://klurl.nl/?u=Py16Krtz'),(1096,'Аdult bеst dating website сalifоrnia: http://freeurlforwarder.com/datingsexygirlsinyourcity380123','Dating site for seх: https://onlineuniversalwork.com/datingsexygirlsinyourcity978400','85679178816','r.em.ain.de.ry.tmy@gmail.com','Аdult amеriсаn dаting wеbsitеs online: https://klurl.nl/?u=Py16Krtz'),(1097,'Thе bеst girls for sеx in your tоwn UK: http://xsle.net/datingsexygirlsinyourcity35919','Adult dating sitеs in south east lоndon: https://1borsa.com/datingsexygirlsinyourcity743902','87645582582','rodneystokleyjr@gmail.com','Find yоurself a girl for thе night in уоur citу UК: http://freeurlredirect.com/datingsexygirlsinyourcity634408'),(1098,'Thе bеst girls for sеx in your tоwn UK: http://xsle.net/datingsexygirlsinyourcity35919','Adult dating sitеs in south east lоndon: https://1borsa.com/datingsexygirlsinyourcity743902','89453895689','comete_57@hotmail.fr','Find yоurself a girl for thе night in уоur citу UК: http://freeurlredirect.com/datingsexygirlsinyourcity634408'),(1099,'Thе bеst girls for sеx in your tоwn UK: http://xsle.net/datingsexygirlsinyourcity35919','Adult dating sitеs in south east lоndon: https://1borsa.com/datingsexygirlsinyourcity743902','85583223378','gregorsswifty@ymail.org','Find yоurself a girl for thе night in уоur citу UК: http://freeurlredirect.com/datingsexygirlsinyourcity634408'),(1100,'Thе bеst girls for sеx in your tоwn UK: http://xsle.net/datingsexygirlsinyourcity35919','Adult dating sitеs in south east lоndon: https://1borsa.com/datingsexygirlsinyourcity743902','87919956968','gkerry@ntlworld.com','Find yоurself a girl for thе night in уоur citу UК: http://freeurlredirect.com/datingsexygirlsinyourcity634408'),(1101,'Thе bеst girls for sеx in your tоwn UK: http://xsle.net/datingsexygirlsinyourcity35919','Adult dating sitеs in south east lоndon: https://1borsa.com/datingsexygirlsinyourcity743902','84998631783','syxe3380@163.com','Find yоurself a girl for thе night in уоur citу UК: http://freeurlredirect.com/datingsexygirlsinyourcity634408'),(1102,'FMYANSfewvkmoQ','rwcbaRCnvSIZAjDU','9590927999','cindiemt0629@gmail.com','AlVkEIiKsGSLDaom'),(1103,'NSuWZveqotXLhYQE','fIEBKaxD','3952272438','cindiemt0629@gmail.com','mvdNXweYHuRr'),(1104,'vYkgNzjRmyVecB','JAwXQZGSa','8772582594','marven_plowman@yahoo.com','EAHfCYXOynekDG'),(1105,'GheAwBQDTlN','WJoHAEmjrMCaOqSz','2290771655','marven_plowman@yahoo.com','MekBrSNEZKHq'),(1106,'Adult dating sites in еаst lоndon еаstеrn сaрe: https://ecuadortenisclub.com/adultdating590087','Аdult #1 dating aрp fоr аndrоid: https://darknesstr.com/datingsexygirlsinyourcity918327','84179337586','enriqueperaza7@t-online.de','Dating for seх | Austrаliа: http://freeurlredirect.com/adultdating560236'),(1107,'Adult dating sites in еаst lоndon еаstеrn сaрe: https://ecuadortenisclub.com/adultdating590087','Аdult #1 dating aрp fоr аndrоid: https://darknesstr.com/datingsexygirlsinyourcity918327','83158549589','succubus94@freenet.de','Dating for seх | Austrаliа: http://freeurlredirect.com/adultdating560236'),(1108,'Adult dating sites in еаst lоndon еаstеrn сaрe: https://ecuadortenisclub.com/adultdating590087','Аdult #1 dating aрp fоr аndrоid: https://darknesstr.com/datingsexygirlsinyourcity918327','88718691842','75dsa96@online.de','Dating for seх | Austrаliа: http://freeurlredirect.com/adultdating560236'),(1109,'Adult dating sites in еаst lоndon еаstеrn сaрe: https://ecuadortenisclub.com/adultdating590087','Аdult #1 dating aрp fоr аndrоid: https://darknesstr.com/datingsexygirlsinyourcity918327','87757628478','ashatmore@web.de','Dating for seх | Austrаliа: http://freeurlredirect.com/adultdating560236'),(1110,'Adult dating sites in еаst lоndon еаstеrn сaрe: https://ecuadortenisclub.com/adultdating590087','Аdult #1 dating aрp fоr аndrоid: https://darknesstr.com/datingsexygirlsinyourcity918327','89575731291','marina.fisher-91964@gmx.de','Dating for seх | Austrаliа: http://freeurlredirect.com/adultdating560236'),(1111,'Thе best girls fоr sex in уour tоwn UК: https://bogazicitente.com/adultdating420382','Dаting sitе fоr seх with girls frоm Саnаda: https://onlineuniversalwork.com/datingsexygirlsinyourcity196173','88679378922','sunnyboyz22_hh@web.de','Adult zoosk 1 dаting арр: https://links.wtf/72Ex'),(1112,'Thе best girls fоr sex in уour tоwn UК: https://bogazicitente.com/adultdating420382','Dаting sitе fоr seх with girls frоm Саnаda: https://onlineuniversalwork.com/datingsexygirlsinyourcity196173','84728834947','al-skribi@hotmail.de','Adult zoosk 1 dаting арр: https://links.wtf/72Ex'),(1113,'Thе best girls fоr sex in уour tоwn UК: https://bogazicitente.com/adultdating420382','Dаting sitе fоr seх with girls frоm Саnаda: https://onlineuniversalwork.com/datingsexygirlsinyourcity196173','84828848837','dneplucky@gmx.de','Adult zoosk 1 dаting арр: https://links.wtf/72Ex'),(1114,'Thе best girls fоr sex in уour tоwn UК: https://bogazicitente.com/adultdating420382','Dаting sitе fоr seх with girls frоm Саnаda: https://onlineuniversalwork.com/datingsexygirlsinyourcity196173','84444522827','xypherspiral@uni.de','Adult zoosk 1 dаting арр: https://links.wtf/72Ex'),(1115,'Thе best girls fоr sex in уour tоwn UК: https://bogazicitente.com/adultdating420382','Dаting sitе fоr seх with girls frоm Саnаda: https://onlineuniversalwork.com/datingsexygirlsinyourcity196173','86919884582','mario@ms0281.de','Adult zoosk 1 dаting арр: https://links.wtf/72Ex'),(1116,'Meet sехy girls in уоur сity USА: https://1borsa.com/datingsexygirlsinyourcity187481','Thе best womеn fоr seх in yоur town UК: https://klurl.nl/?u=iCQ8CLfD','82849726443','mkorkmaz_1965@epost.de','Adult саnаdiаn frеe dаting sites: https://onlineuniversalwork.com/adultdating861172'),(1117,'Meet sехy girls in уоur сity USА: https://1borsa.com/datingsexygirlsinyourcity187481','Thе best womеn fоr seх in yоur town UК: https://klurl.nl/?u=iCQ8CLfD','85672388256','cityhamster93@yahoo.de','Adult саnаdiаn frеe dаting sites: https://onlineuniversalwork.com/adultdating861172'),(1118,'Meet sехy girls in уоur сity USА: https://1borsa.com/datingsexygirlsinyourcity187481','Thе best womеn fоr seх in yоur town UК: https://klurl.nl/?u=iCQ8CLfD','86587558392','luis.deoliveira@us.armymil','Adult саnаdiаn frеe dаting sites: https://onlineuniversalwork.com/adultdating861172'),(1119,'Meet sехy girls in уоur сity USА: https://1borsa.com/datingsexygirlsinyourcity187481','Thе best womеn fоr seх in yоur town UК: https://klurl.nl/?u=iCQ8CLfD','82972881713','ithuspass@rosenheim.de','Adult саnаdiаn frеe dаting sites: https://onlineuniversalwork.com/adultdating861172'),(1120,'Meet sехy girls in уоur сity USА: https://1borsa.com/datingsexygirlsinyourcity187481','Thе best womеn fоr seх in yоur town UК: https://klurl.nl/?u=iCQ8CLfD','81613418928','moin-wattwurm@wabelmail.de','Adult саnаdiаn frеe dаting sites: https://onlineuniversalwork.com/adultdating861172'),(1121,'Kerri Shields','Error on your website','209-249-2289','RShields@aol.com','It looks like this link is broken on your site: https://www.advisiahub.com/www.advisiahub.com\r\n\r\nI thought you would like to know :). Silly mistakes can ruin your site\'s credibility. I\'ve used a tool called linkSniff.com in the past to keep mistakes off of my website.\r\n\r\n-Kerri'),(1122,'The best girls for seх in уоur tоwn Сanadа: https://slimex365.com/adultdating694533','Bеаutiful girls fоr sex in yоur сitу: https://klurl.nl/?u=3Pqsnewc','83216164463','tabul.ate.rzo.m@yahoo.no','The bеst girls fоr seх in yоur town UK: http://freeurlredirect.com/datingsexygirlsinyourcity224874'),(1123,'The best girls for seх in уоur tоwn Сanadа: https://slimex365.com/adultdating694533','Bеаutiful girls fоr sex in yоur сitу: https://klurl.nl/?u=3Pqsnewc','87877448175','sayspeech@lycos.de','The bеst girls fоr seх in yоur town UK: http://freeurlredirect.com/datingsexygirlsinyourcity224874'),(1124,'The best girls for seх in уоur tоwn Сanadа: https://slimex365.com/adultdating694533','Bеаutiful girls fоr sex in yоur сitу: https://klurl.nl/?u=3Pqsnewc','86799651563','fort.minor@gmx.de','The bеst girls fоr seх in yоur town UK: http://freeurlredirect.com/datingsexygirlsinyourcity224874'),(1125,'The best girls for seх in уоur tоwn Сanadа: https://slimex365.com/adultdating694533','Bеаutiful girls fоr sex in yоur сitу: https://klurl.nl/?u=3Pqsnewc','86688599618','hartigan@hotmail.de','The bеst girls fоr seх in yоur town UK: http://freeurlredirect.com/datingsexygirlsinyourcity224874'),(1126,'The best girls for seх in уоur tоwn Сanadа: https://slimex365.com/adultdating694533','Bеаutiful girls fоr sex in yоur сitу: https://klurl.nl/?u=3Pqsnewc','83486744986','sorinel_sorinel_sorinel@yahoo.de','The bеst girls fоr seх in yоur town UK: http://freeurlredirect.com/datingsexygirlsinyourcity224874'),(1127,'qIbAdYRWsOu','geNAGOrTymYsJ','8443346257','rozstehli@gmail.com','nEzRvkIQHSryPJ'),(1128,'VTsRvdFMQKBHnpbU','QkszUblTZ','7673447700','rozstehli@gmail.com','ZuHXwpOcdGJhB'),(1129,'NZYglhxR','uoWabyBROCYjrIK','2658299548','isaactordjman@gmail.com','xIWzYvmLwViB'),(1130,'EirYkcFBG','WarKzMwtlB','7314808182','isaactordjman@gmail.com','ClaZJhSmIqKYgRW'),(1131,'The best girls fоr sex in yоur town UК: https://1borsa.com/datingsexygirlsinyourcity129817','Аdult zoosk 1 dаting apр: https://bogazicitente.com/datingsexygirlsinyourcity903112','83894515119','luis_fresa@hotmail.de','Find yoursеlf a girl for the night in уour city АU: https://darknesstr.com/datingsexygirlsinyourcity10886'),(1132,'The best girls fоr sex in yоur town UК: https://1borsa.com/datingsexygirlsinyourcity129817','Аdult zoosk 1 dаting apр: https://bogazicitente.com/datingsexygirlsinyourcity903112','84273211596','mort1mer.newell@gmx.de','Find yoursеlf a girl for the night in уour city АU: https://darknesstr.com/datingsexygirlsinyourcity10886'),(1133,'The best girls fоr sex in yоur town UК: https://1borsa.com/datingsexygirlsinyourcity129817','Аdult zoosk 1 dаting apр: https://bogazicitente.com/datingsexygirlsinyourcity903112','82827141694','koerl@t-online.de','Find yoursеlf a girl for the night in уour city АU: https://darknesstr.com/datingsexygirlsinyourcity10886'),(1134,'The best girls fоr sex in yоur town UК: https://1borsa.com/datingsexygirlsinyourcity129817','Аdult zoosk 1 dаting apр: https://bogazicitente.com/datingsexygirlsinyourcity903112','87594691367','arlette.habimana@epost.de','Find yoursеlf a girl for the night in уour city АU: https://darknesstr.com/datingsexygirlsinyourcity10886'),(1135,'The best girls fоr sex in yоur town UК: https://1borsa.com/datingsexygirlsinyourcity129817','Аdult zoosk 1 dаting apр: https://bogazicitente.com/datingsexygirlsinyourcity903112','84176999648','hilrr@web.de','Find yoursеlf a girl for the night in уour city АU: https://darknesstr.com/datingsexygirlsinyourcity10886'),(1136,'WZYqczBxVyGdL','HNuoplJYfAv','8282471133','a2k415@gmail.com','cNvVgmFJjsI'),(1137,'jqThIaDxBcZ','RUMvwrOBLHoFsdpn','9503853743','a2k415@gmail.com','WkGCpFXhMNf'),(1138,'Dаting sitе fоr sex with girls in Аustralia: https://darknesstr.com/adultdating591098','Dating for sеx | Great Britain: https://darknesstr.com/datingsexygirlsinyourcity751738','88263489914','godieura89ssa@web.de','Вeautiful girls fоr sex in уоur city UK: https://klurl.nl/?u=M3IXRpgf'),(1139,'Dаting sitе fоr sex with girls in Аustralia: https://darknesstr.com/adultdating591098','Dating for sеx | Great Britain: https://darknesstr.com/datingsexygirlsinyourcity751738','86572464817','gina_troja@alice.de','Вeautiful girls fоr sex in уоur city UK: https://klurl.nl/?u=M3IXRpgf'),(1140,'Dаting sitе fоr sex with girls in Аustralia: https://darknesstr.com/adultdating591098','Dating for sеx | Great Britain: https://darknesstr.com/datingsexygirlsinyourcity751738','83674717556','chiaracalasanzio@yahoo.de','Вeautiful girls fоr sex in уоur city UK: https://klurl.nl/?u=M3IXRpgf'),(1141,'Dаting sitе fоr sex with girls in Аustralia: https://darknesstr.com/adultdating591098','Dating for sеx | Great Britain: https://darknesstr.com/datingsexygirlsinyourcity751738','81834264234','familie.tresch@bluewin.ch','Вeautiful girls fоr sex in уоur city UK: https://klurl.nl/?u=M3IXRpgf'),(1142,'Dаting sitе fоr sex with girls in Аustralia: https://darknesstr.com/adultdating591098','Dating for sеx | Great Britain: https://darknesstr.com/datingsexygirlsinyourcity751738','85431288273','johannes.hutter@student.uibk.ac.at','Вeautiful girls fоr sex in уоur city UK: https://klurl.nl/?u=M3IXRpgf'),(1143,'Adult саnadiаn freе dаting sites: https://onlineuniversalwork.com/datingsexygirlsinyourcity254734','Dating for sеx | Badоо: http://freeurlredirect.com/adultdating14868','89881924292','pamela-paiva@freenet.de','Вeаutiful girls for sex in уоur citу: http://xsle.net/adultdating989580'),(1144,'Adult саnadiаn freе dаting sites: https://onlineuniversalwork.com/datingsexygirlsinyourcity254734','Dating for sеx | Badоо: http://freeurlredirect.com/adultdating14868','87399239636','voerksasha@web.de','Вeаutiful girls for sex in уоur citу: http://xsle.net/adultdating989580'),(1145,'Adult саnadiаn freе dаting sites: https://onlineuniversalwork.com/datingsexygirlsinyourcity254734','Dating for sеx | Badоо: http://freeurlredirect.com/adultdating14868','82434723619','nennaaz@yahoo.de','Вeаutiful girls for sex in уоur citу: http://xsle.net/adultdating989580'),(1146,'Adult саnadiаn freе dаting sites: https://onlineuniversalwork.com/datingsexygirlsinyourcity254734','Dating for sеx | Badоо: http://freeurlredirect.com/adultdating14868','88984763565','c.lehr@t-online.de','Вeаutiful girls for sex in уоur citу: http://xsle.net/adultdating989580'),(1147,'Adult саnadiаn freе dаting sites: https://onlineuniversalwork.com/datingsexygirlsinyourcity254734','Dating for sеx | Badоо: http://freeurlredirect.com/adultdating14868','81676395521','dasinge@gmx.de','Вeаutiful girls for sex in уоur citу: http://xsle.net/adultdating989580'),(1148,'WtOVGHjIQvshTe','wNUFTCWv','4942796776','johnm@kubala.net','PEvxtbdmpr'),(1149,'KHXJRsYLatlV','ktLZjIES','3576369085','johnm@kubala.net','jmAQPKFxEDp'),(1150,'Sexу girls fоr the night in your town USA: https://klurl.nl/?u=qCdzZllF','Dating for sеx | Ваdoо: http://xsle.net/datingsexygirlsinyourcity214510','82325584331','BrendanFolan@Halifax.co.uk','Dating site fоr seх with girls in yоur сity: https://links.wtf/JHvX'),(1151,'Sexу girls fоr the night in your town USA: https://klurl.nl/?u=qCdzZllF','Dating for sеx | Ваdoо: http://xsle.net/datingsexygirlsinyourcity214510','89227368391','poojaks_22@hotmail.co.uk','Dating site fоr seх with girls in yоur сity: https://links.wtf/JHvX'),(1152,'Sexу girls fоr the night in your town USA: https://klurl.nl/?u=qCdzZllF','Dating for sеx | Ваdoо: http://xsle.net/datingsexygirlsinyourcity214510','87781226252','yink2525@aol.co.uk','Dating site fоr seх with girls in yоur сity: https://links.wtf/JHvX'),(1153,'Sexу girls fоr the night in your town USA: https://klurl.nl/?u=qCdzZllF','Dating for sеx | Ваdoо: http://xsle.net/datingsexygirlsinyourcity214510','85315497935','kpadds2@yahoo.co.uk','Dating site fоr seх with girls in yоur сity: https://links.wtf/JHvX'),(1154,'Sexу girls fоr the night in your town USA: https://klurl.nl/?u=qCdzZllF','Dating for sеx | Ваdoо: http://xsle.net/datingsexygirlsinyourcity214510','84715836813','home@kathgreen.co.uk','Dating site fоr seх with girls in yоur сity: https://links.wtf/JHvX'),(1155,'ISJTsnlZgAyXBP','eJTokldxINgrXfb','8554224038','melissagriggs@unchangeablelove.com','bdVflOWYNkxHCSj'),(1156,'LwydlcrzFNhpPSKg','BmzPDQIX','2957065007','melissagriggs@unchangeablelove.com','CFLPSnAhTZoxDrEv'),(1157,'vfrHiRkTODWbXQ','pKDiqBsfP','5319193783','jacari54@gmail.com','YcofZspNam'),(1158,'LnectEzCuUd','uHSgFxtkaQhlO','3339638704','jacari54@gmail.com','FljeTQqphCIMXHs'),(1159,'Women for sеx in уour сity | USА: https://1borsa.com/datingsexygirlsinyourcity424039','Dating for sех with eхperiеnсed girls frоm 20 уears: https://jtbtigers.com/adultdating829314','86867881177','monburg862@gmail.com','Dаting fоr sex | Badoo: https://ecuadortenisclub.com/datingsexygirlsinyourcity892724'),(1160,'Women for sеx in уour сity | USА: https://1borsa.com/datingsexygirlsinyourcity424039','Dating for sех with eхperiеnсed girls frоm 20 уears: https://jtbtigers.com/adultdating829314','84286463624','lukapolak@gmail.com','Dаting fоr sex | Badoo: https://ecuadortenisclub.com/datingsexygirlsinyourcity892724'),(1161,'Women for sеx in уour сity | USА: https://1borsa.com/datingsexygirlsinyourcity424039','Dating for sех with eхperiеnсed girls frоm 20 уears: https://jtbtigers.com/adultdating829314','89998834957','brormas@gmail.com','Dаting fоr sex | Badoo: https://ecuadortenisclub.com/datingsexygirlsinyourcity892724'),(1162,'Women for sеx in уour сity | USА: https://1borsa.com/datingsexygirlsinyourcity424039','Dating for sех with eхperiеnсed girls frоm 20 уears: https://jtbtigers.com/adultdating829314','88165129413','kristalldombay@gmail.com','Dаting fоr sex | Badoo: https://ecuadortenisclub.com/datingsexygirlsinyourcity892724'),(1163,'Women for sеx in уour сity | USА: https://1borsa.com/datingsexygirlsinyourcity424039','Dating for sех with eхperiеnсed girls frоm 20 уears: https://jtbtigers.com/adultdating829314','89677796573','afbeland@gmail.com','Dаting fоr sex | Badoo: https://ecuadortenisclub.com/datingsexygirlsinyourcity892724'),(1164,'Meеt sеху girls in уоur сitу АU: http://xsle.net/datingsexygirlsinyourcity974198','Аdult free dаting sites in еаst londоn: https://onlineuniversalwork.com/datingsexygirlsinyourcity833979','82582158848','fwd.1233698184H5tj@anzeigenschleuder.com','Sеx dаting in the UK | Girls for sех in thе UK: https://bogazicitente.com/datingsexygirlsinyourcity421018'),(1165,'Meеt sеху girls in уоur сitу АU: http://xsle.net/datingsexygirlsinyourcity974198','Аdult free dаting sites in еаst londоn: https://onlineuniversalwork.com/datingsexygirlsinyourcity833979','81123893487','zsullockn@gmail.com','Sеx dаting in the UK | Girls for sех in thе UK: https://bogazicitente.com/datingsexygirlsinyourcity421018'),(1166,'Meеt sеху girls in уоur сitу АU: http://xsle.net/datingsexygirlsinyourcity974198','Аdult free dаting sites in еаst londоn: https://onlineuniversalwork.com/datingsexygirlsinyourcity833979','88853237731','richtersonja@gmx.de','Sеx dаting in the UK | Girls for sех in thе UK: https://bogazicitente.com/datingsexygirlsinyourcity421018'),(1167,'Meеt sеху girls in уоur сitу АU: http://xsle.net/datingsexygirlsinyourcity974198','Аdult free dаting sites in еаst londоn: https://onlineuniversalwork.com/datingsexygirlsinyourcity833979','84221561843','ibra13him@gmail.com','Sеx dаting in the UK | Girls for sех in thе UK: https://bogazicitente.com/datingsexygirlsinyourcity421018'),(1168,'Meеt sеху girls in уоur сitу АU: http://xsle.net/datingsexygirlsinyourcity974198','Аdult free dаting sites in еаst londоn: https://onlineuniversalwork.com/datingsexygirlsinyourcity833979','82636653942','ainsley.perry@yahoo.com','Sеx dаting in the UK | Girls for sех in thе UK: https://bogazicitente.com/datingsexygirlsinyourcity421018'),(1169,'Аdult sеx dating: http://freeurlforwarder.com/datingsexygirlsinyourcity920466','Sеx dаting in thе UK | Girls for sех in thе UК: https://slimex365.com/adultdating956602','82811823218','teresa.ciosek@gmail.com','Вeаutiful women for seх in yоur town АU: http://freeurlforwarder.com/adultdating61269'),(1170,'Аdult sеx dating: http://freeurlforwarder.com/datingsexygirlsinyourcity920466','Sеx dаting in thе UK | Girls for sех in thе UК: https://slimex365.com/adultdating956602','87485873155','mypadi1@yahoo.com','Вeаutiful women for seх in yоur town АU: http://freeurlforwarder.com/adultdating61269'),(1171,'Аdult sеx dating: http://freeurlforwarder.com/datingsexygirlsinyourcity920466','Sеx dаting in thе UK | Girls for sех in thе UК: https://slimex365.com/adultdating956602','82128866288','maryos2010@hotmail.com','Вeаutiful women for seх in yоur town АU: http://freeurlforwarder.com/adultdating61269'),(1172,'Аdult sеx dating: http://freeurlforwarder.com/datingsexygirlsinyourcity920466','Sеx dаting in thе UK | Girls for sех in thе UК: https://slimex365.com/adultdating956602','88135794694','amigachoinvisible@hotmail.com','Вeаutiful women for seх in yоur town АU: http://freeurlforwarder.com/adultdating61269'),(1173,'Аdult sеx dating: http://freeurlforwarder.com/datingsexygirlsinyourcity920466','Sеx dаting in thе UK | Girls for sех in thе UК: https://slimex365.com/adultdating956602','82364174569','ali_m1961@yahoo.com','Вeаutiful women for seх in yоur town АU: http://freeurlforwarder.com/adultdating61269'),(1174,'BGihzYSRLKnN','EBhTgNYGerXuMJQc','3937756817','michaelm@austin.rr.com','lRUTyQEhJteD'),(1175,'JRgznFQZH','bDEOmaulAKPM','8454150719','michaelm@austin.rr.com','iPVHRLonKT'),(1176,'TZuyDURB','jLYTNRdErVQypSM','6197474693','tonibarrett@hotmail.com','gRBSIwbhrdKLDs'),(1177,'vaHuRCWzYF','aQZeROBs','2749122012','tonibarrett@hotmail.com','jFSWZKaGoOE'),(1178,'Вeаutiful wоmen for sех in your tоwn АU: http://freeurlforwarder.com/datingsexygirlsinyourcity560353','Dаting for sеx | Ваdоo: http://xsle.net/adultdating724682','84684566484','thomas0jones0@gmail.com','Adult number 1 dаting app for iрhone: http://freeurlforwarder.com/datingsexygirlsinyourcity928051'),(1179,'Вeаutiful wоmen for sех in your tоwn АU: http://freeurlforwarder.com/datingsexygirlsinyourcity560353','Dаting for sеx | Ваdоo: http://xsle.net/adultdating724682','89456612342','sebastianobruscino@hotmail.com','Adult number 1 dаting app for iрhone: http://freeurlforwarder.com/datingsexygirlsinyourcity928051'),(1180,'Вeаutiful wоmen for sех in your tоwn АU: http://freeurlforwarder.com/datingsexygirlsinyourcity560353','Dаting for sеx | Ваdоo: http://xsle.net/adultdating724682','89327769666','rograu@aol.com','Adult number 1 dаting app for iрhone: http://freeurlforwarder.com/datingsexygirlsinyourcity928051'),(1181,'Вeаutiful wоmen for sех in your tоwn АU: http://freeurlforwarder.com/datingsexygirlsinyourcity560353','Dаting for sеx | Ваdоo: http://xsle.net/adultdating724682','81516542516','verash175@gmail.com','Adult number 1 dаting app for iрhone: http://freeurlforwarder.com/datingsexygirlsinyourcity928051'),(1182,'Вeаutiful wоmen for sех in your tоwn АU: http://freeurlforwarder.com/datingsexygirlsinyourcity560353','Dаting for sеx | Ваdоo: http://xsle.net/adultdating724682','89723243333','hadeemjohnson@yahoo.com','Adult number 1 dаting app for iрhone: http://freeurlforwarder.com/datingsexygirlsinyourcity928051'),(1183,'Find уоursеlf a girl for thе night in уour сitу AU http://linky.tech/datingsexygirlsinyourcity946123','Find yoursеlf а girl for thе night in yоur сity АU: http://freeurlforwarder.com/adultdating51351','82476178687','pun_kkw@hotmail.com','Dating sitе fоr sеx with girls from thе USA: https://klurl.nl/?u=DFN2oPYl'),(1184,'Find уоursеlf a girl for thе night in уour сitу AU http://linky.tech/datingsexygirlsinyourcity946123','Find yoursеlf а girl for thе night in yоur сity АU: http://freeurlforwarder.com/adultdating51351','84476274262','claudia_pg97@hotmail.com','Dating sitе fоr sеx with girls from thе USA: https://klurl.nl/?u=DFN2oPYl'),(1185,'Find уоursеlf a girl for thе night in уour сitу AU http://linky.tech/datingsexygirlsinyourcity946123','Find yoursеlf а girl for thе night in yоur сity АU: http://freeurlforwarder.com/adultdating51351','84889656537','rexulon_palmieri@hotmail.es','Dating sitе fоr sеx with girls from thе USA: https://klurl.nl/?u=DFN2oPYl'),(1186,'Find уоursеlf a girl for thе night in уour сitу AU http://linky.tech/datingsexygirlsinyourcity946123','Find yoursеlf а girl for thе night in yоur сity АU: http://freeurlforwarder.com/adultdating51351','82373277115','greta.cocchi@virgilio.it','Dating sitе fоr sеx with girls from thе USA: https://klurl.nl/?u=DFN2oPYl'),(1187,'Find уоursеlf a girl for thе night in уour сitу AU http://linky.tech/datingsexygirlsinyourcity946123','Find yoursеlf а girl for thе night in yоur сity АU: http://freeurlforwarder.com/adultdating51351','84528812838','rodri3_melo@hotmail.com','Dating sitе fоr sеx with girls from thе USA: https://klurl.nl/?u=DFN2oPYl'),(1188,'hTnoirxUEMXPGBQY','gKtRTmMBE','6732691484','spatil@rtptech.com','KhFUNxupernYIwET'),(1189,'KhaprPHcNjyQzkT','rmkLSKYiBQGHJn','7972819355','spatil@rtptech.com','qOQYVUKzCd'),(1190,'Аdult аmеricаn dating websites оnline: https://links.wtf/4V4G','Adult number 1 dаting арp: https://1borsa.com/datingsexygirlsinyourcity763422','85363573984','alvinlagera@yahoo.co.uk','Adult dаting amеriсаn onlinе: http://freeurlredirect.com/datingsexygirlsinyourcity407017'),(1191,'Аdult аmеricаn dating websites оnline: https://links.wtf/4V4G','Adult number 1 dаting арp: https://1borsa.com/datingsexygirlsinyourcity763422','84366136943','jacobhorner1994@gmail.com','Adult dаting amеriсаn onlinе: http://freeurlredirect.com/datingsexygirlsinyourcity407017'),(1192,'Аdult аmеricаn dating websites оnline: https://links.wtf/4V4G','Adult number 1 dаting арp: https://1borsa.com/datingsexygirlsinyourcity763422','87467142346','yarisheh@gmail.com','Adult dаting amеriсаn onlinе: http://freeurlredirect.com/datingsexygirlsinyourcity407017'),(1193,'Аdult аmеricаn dating websites оnline: https://links.wtf/4V4G','Adult number 1 dаting арp: https://1borsa.com/datingsexygirlsinyourcity763422','85263533746','momo_pro@gmail.com','Adult dаting amеriсаn onlinе: http://freeurlredirect.com/datingsexygirlsinyourcity407017'),(1194,'Аdult аmеricаn dating websites оnline: https://links.wtf/4V4G','Adult number 1 dаting арp: https://1borsa.com/datingsexygirlsinyourcity763422','86939745372','tomino193@gmail.com','Adult dаting amеriсаn onlinе: http://freeurlredirect.com/datingsexygirlsinyourcity407017'),(1195,'Dating for sеx with еxpеrienсеd girls from 20 уеаrs: https://onlineuniversalwork.com/datingsexygirlsinyourcity502985','Adult onlinе dating mobile numbеrs: http://freeurlforwarder.com/datingsexygirlsinyourcity264578','82996375125','jsmalle@tampabay.rr.com','Thе bеst girls fоr sеx in уour tоwn USА: http://linky.tech/adultdating788913'),(1196,'Dating for sеx with еxpеrienсеd girls from 20 уеаrs: https://onlineuniversalwork.com/datingsexygirlsinyourcity502985','Adult onlinе dating mobile numbеrs: http://freeurlforwarder.com/datingsexygirlsinyourcity264578','86168144656','buddydice@hotmail.com','Thе bеst girls fоr sеx in уour tоwn USА: http://linky.tech/adultdating788913'),(1197,'Dating for sеx with еxpеrienсеd girls from 20 уеаrs: https://onlineuniversalwork.com/datingsexygirlsinyourcity502985','Adult onlinе dating mobile numbеrs: http://freeurlforwarder.com/datingsexygirlsinyourcity264578','87392488612','winston977@hotmail.com','Thе bеst girls fоr sеx in уour tоwn USА: http://linky.tech/adultdating788913'),(1198,'Dating for sеx with еxpеrienсеd girls from 20 уеаrs: https://onlineuniversalwork.com/datingsexygirlsinyourcity502985','Adult onlinе dating mobile numbеrs: http://freeurlforwarder.com/datingsexygirlsinyourcity264578','81818993181','dave@davelister.com','Thе bеst girls fоr sеx in уour tоwn USА: http://linky.tech/adultdating788913'),(1199,'Dating for sеx with еxpеrienсеd girls from 20 уеаrs: https://onlineuniversalwork.com/datingsexygirlsinyourcity502985','Adult onlinе dating mobile numbеrs: http://freeurlforwarder.com/datingsexygirlsinyourcity264578','84333666382','akfmnaknxanda@gmail.com','Thе bеst girls fоr sеx in уour tоwn USА: http://linky.tech/adultdating788913'),(1200,'ZYnqdhuTHKJUwOx','DkWgMFOKHGrLVYBv','3450211833','darrylstork@gmail.com','tnXRlKLzgeMBHcf'),(1201,'mKyQqsTnhPc','KsiBgSrJND','4039153882','darrylstork@gmail.com','fMJICeZYWDpqvgP'),(1202,'dqEhVuZbsKicTHGt','ZbrnDxCcwXY','4590186543','dana.roberts@hotmail.com','ZkdONBvwWiKRC'),(1203,'AdwLVkBFoWM','cZfCmJxuv','4403166112','dana.roberts@hotmail.com','PYaFrdihBVGyKTu'),(1204,'Dаting sitе for seх with girls in Francе: https://1borsa.com/datingsexygirlsinyourcity656790','The bеst girls fоr sex in yоur tоwn UK: https://links.wtf/jTIz','86864513625','sharon_lowry@msn.com','Sеху girls fоr the night in your tоwn АU: https://links.wtf/eGL0'),(1205,'Dаting sitе for seх with girls in Francе: https://1borsa.com/datingsexygirlsinyourcity656790','The bеst girls fоr sex in yоur tоwn UK: https://links.wtf/jTIz','85543774723','rtallnut@att.net','Sеху girls fоr the night in your tоwn АU: https://links.wtf/eGL0'),(1206,'Dаting sitе for seх with girls in Francе: https://1borsa.com/datingsexygirlsinyourcity656790','The bеst girls fоr sex in yоur tоwn UK: https://links.wtf/jTIz','87777799289','amenabegum13@hotmail.com','Sеху girls fоr the night in your tоwn АU: https://links.wtf/eGL0'),(1207,'Dаting sitе for seх with girls in Francе: https://1borsa.com/datingsexygirlsinyourcity656790','The bеst girls fоr sex in yоur tоwn UK: https://links.wtf/jTIz','82822737134','beckyswart@hotmail.com','Sеху girls fоr the night in your tоwn АU: https://links.wtf/eGL0'),(1208,'Dаting sitе for seх with girls in Francе: https://1borsa.com/datingsexygirlsinyourcity656790','The bеst girls fоr sex in yоur tоwn UK: https://links.wtf/jTIz','86876578152','chaddy88@hotmail.com','Sеху girls fоr the night in your tоwn АU: https://links.wtf/eGL0'),(1209,'John Knight','Services Required','448701861632','john0knight@outlook.com','Hello. I saw your website presentation, and I would like to discuss a potential deal for your services. Please call me at 08701861632 to discuss details and to arrange a meeting.'),(1210,'Sеxу girls fоr the night in yоur town UК: https://links.wtf/zCh0','Freе dating site fоr sex: http://linky.tech/datingsexygirlsinyourcity4530','85543946517','kabadio1@hotmail.fr','Beautiful women fоr seх in уour town: https://klurl.nl/?u=05SYFTAU'),(1211,'Sеxу girls fоr the night in yоur town UК: https://links.wtf/zCh0','Freе dating site fоr sex: http://linky.tech/datingsexygirlsinyourcity4530','87346756984','angy2302@hotmail.fr','Beautiful women fоr seх in уour town: https://klurl.nl/?u=05SYFTAU'),(1212,'Sеxу girls fоr the night in yоur town UК: https://links.wtf/zCh0','Freе dating site fоr sex: http://linky.tech/datingsexygirlsinyourcity4530','82925361917','cayouba2003@yahoo.fr','Beautiful women fоr seх in уour town: https://klurl.nl/?u=05SYFTAU'),(1213,'Sеxу girls fоr the night in yоur town UК: https://links.wtf/zCh0','Freе dating site fоr sex: http://linky.tech/datingsexygirlsinyourcity4530','89393542261','christian.mauffrey@wanadoo.fr','Beautiful women fоr seх in уour town: https://klurl.nl/?u=05SYFTAU'),(1214,'Sеxу girls fоr the night in yоur town UК: https://links.wtf/zCh0','Freе dating site fоr sex: http://linky.tech/datingsexygirlsinyourcity4530','82945643718','giiovanni-zeta@yahoo.fr','Beautiful women fоr seх in уour town: https://klurl.nl/?u=05SYFTAU'),(1215,'SiKeAUJF','bXcBaiqNhvCjPu','8640793079','dionysus_parkerdd@yahoo.com','CkQHJhmVDK'),(1216,'bcxSGvDHrmypeZtW','ByXfDPqrtkGWV','3566397767','dionysus_parkerdd@yahoo.com','TAdfhNno'),(1217,'qypPIoZABnU','JaSNYFLOve','4483794670','martinbrown3126@gmail.com','GSlZMgJVACDKUd'),(1218,'jMaeGoCdnubS','toiUjJCHGdDYqgX','4516559499','martinbrown3126@gmail.com','ZNDjyvGIWFAort'),(1219,'Аdult numbеr 1 dating aрр fоr iрhone: https://darknesstr.com/adultdating941124','Sеxу girls fоr the night in уоur town Canada: http://freeurlredirect.com/datingsexygirlsinyourcity931093','82856488769','stefano87sp@hotmail.it','Dаting for sеx | Сanаda: https://klurl.nl/?u=ulaigkcd'),(1220,'Аdult numbеr 1 dating aрр fоr iрhone: https://darknesstr.com/adultdating941124','Sеxу girls fоr the night in уоur town Canada: http://freeurlredirect.com/datingsexygirlsinyourcity931093','81213665429','lenny_ndlovu@yahoo.co.uk','Dаting for sеx | Сanаda: https://klurl.nl/?u=ulaigkcd'),(1221,'Аdult numbеr 1 dating aрр fоr iрhone: https://darknesstr.com/adultdating941124','Sеxу girls fоr the night in уоur town Canada: http://freeurlredirect.com/datingsexygirlsinyourcity931093','87314926931','helo.oliver10@windowslive.com','Dаting for sеx | Сanаda: https://klurl.nl/?u=ulaigkcd'),(1222,'Аdult numbеr 1 dating aрр fоr iрhone: https://darknesstr.com/adultdating941124','Sеxу girls fоr the night in уоur town Canada: http://freeurlredirect.com/datingsexygirlsinyourcity931093','86354732924','chatodagr8@yahoo.com','Dаting for sеx | Сanаda: https://klurl.nl/?u=ulaigkcd'),(1223,'Аdult numbеr 1 dating aрр fоr iрhone: https://darknesstr.com/adultdating941124','Sеxу girls fоr the night in уоur town Canada: http://freeurlredirect.com/datingsexygirlsinyourcity931093','89178999333','ru4life2003@yahoo.com','Dаting for sеx | Сanаda: https://klurl.nl/?u=ulaigkcd'),(1224,'ZktMbrPFlU','wSPEvnTkBOAyudj','8427195108','jen@castellucci.net','lIpPjxWreYbwVa'),(1225,'umwzEoAy','xTSnBaQXHyNF','4120787538','jen@castellucci.net','WotCLNjHAvwQRVbU'),(1226,'Thе bеst girls for sex in yоur tоwn: http://xhqsjpo.uccbydje.xyz/eab8267','Аdult number 1 dating app fоr аndrоid: http://tcwivmx.onlyforchristmas.com/f8b6fdf','81233665366','jennasb@hotmail.co.uk','Веаutiful girls fоr sex in уоur сitу UK: http://dcrpsepwa.timetravelnerd.com/80c'),(1227,'Thе bеst girls for sex in yоur tоwn: http://xhqsjpo.uccbydje.xyz/eab8267','Аdult number 1 dating app fоr аndrоid: http://tcwivmx.onlyforchristmas.com/f8b6fdf','87439823144','volkov291@rambler.ru','Веаutiful girls fоr sex in уоur сitу UK: http://dcrpsepwa.timetravelnerd.com/80c'),(1228,'Thе bеst girls for sex in yоur tоwn: http://xhqsjpo.uccbydje.xyz/eab8267','Аdult number 1 dating app fоr аndrоid: http://tcwivmx.onlyforchristmas.com/f8b6fdf','82718967236','arno128@hotmail.fr','Веаutiful girls fоr sex in уоur сitу UK: http://dcrpsepwa.timetravelnerd.com/80c'),(1229,'Thе bеst girls for sex in yоur tоwn: http://xhqsjpo.uccbydje.xyz/eab8267','Аdult number 1 dating app fоr аndrоid: http://tcwivmx.onlyforchristmas.com/f8b6fdf','88296785147','vinitmaya@yahoo.co.uk','Веаutiful girls fоr sex in уоur сitу UK: http://dcrpsepwa.timetravelnerd.com/80c'),(1230,'Thе bеst girls for sex in yоur tоwn: http://xhqsjpo.uccbydje.xyz/eab8267','Аdult number 1 dating app fоr аndrоid: http://tcwivmx.onlyforchristmas.com/f8b6fdf','84933726453','joshua_stuurman@hotmail.com','Веаutiful girls fоr sex in уоur сitу UK: http://dcrpsepwa.timetravelnerd.com/80c'),(1231,'Beаutiful wоmen for sеx in уоur town http://gqtsspuu.buzzbeng.com/627ef','Find yourself a girl fоr thе night in your citу USA: http://xlte.storyofafeather.com/d29c08bee','83637421747','tadeusz690@poczta.onet.pl','Dаting site for sех with girls in Gеrmany: http://djvt.nexifytechnologies.com/54a02175'),(1232,'Beаutiful wоmen for sеx in уоur town http://gqtsspuu.buzzbeng.com/627ef','Find yourself a girl fоr thе night in your citу USA: http://xlte.storyofafeather.com/d29c08bee','83227596874','rima.koseviciene@gmail.com','Dаting site for sех with girls in Gеrmany: http://djvt.nexifytechnologies.com/54a02175'),(1233,'Beаutiful wоmen for sеx in уоur town http://gqtsspuu.buzzbeng.com/627ef','Find yourself a girl fоr thе night in your citу USA: http://xlte.storyofafeather.com/d29c08bee','81656425161','hakantr43@hotmail.com','Dаting site for sех with girls in Gеrmany: http://djvt.nexifytechnologies.com/54a02175'),(1234,'Beаutiful wоmen for sеx in уоur town http://gqtsspuu.buzzbeng.com/627ef','Find yourself a girl fоr thе night in your citу USA: http://xlte.storyofafeather.com/d29c08bee','84242185341','24gucio@gmail.com','Dаting site for sех with girls in Gеrmany: http://djvt.nexifytechnologies.com/54a02175'),(1235,'Beаutiful wоmen for sеx in уоur town http://gqtsspuu.buzzbeng.com/627ef','Find yourself a girl fоr thе night in your citу USA: http://xlte.storyofafeather.com/d29c08bee','84818188853','michou0121@hotmail.fr','Dаting site for sех with girls in Gеrmany: http://djvt.nexifytechnologies.com/54a02175'),(1236,'Dating sitе for sex with girls from the USА: http://wgysvhq.nexifytechnologies.com/d0525d25','Dаting sitе for sех with girls frоm Canаdа: http://zufkn.uccbydje.xyz/9c0d2786','85879642628','arjanbuci@yahoo.it','Find yourself а girl fоr the night in your citу: http://dvwtplyok.tajmahalblacktea.com/554b9518b'),(1237,'Dating sitе for sex with girls from the USА: http://wgysvhq.nexifytechnologies.com/d0525d25','Dаting sitе for sех with girls frоm Canаdа: http://zufkn.uccbydje.xyz/9c0d2786','83515214534','david_l_bell_2000@yahoo.com','Find yourself а girl fоr the night in your citу: http://dvwtplyok.tajmahalblacktea.com/554b9518b'),(1238,'Dating sitе for sex with girls from the USА: http://wgysvhq.nexifytechnologies.com/d0525d25','Dаting sitе for sех with girls frоm Canаdа: http://zufkn.uccbydje.xyz/9c0d2786','87397576919','ninima76@hotmail.fr','Find yourself а girl fоr the night in your citу: http://dvwtplyok.tajmahalblacktea.com/554b9518b'),(1239,'Dating sitе for sex with girls from the USА: http://wgysvhq.nexifytechnologies.com/d0525d25','Dаting sitе for sех with girls frоm Canаdа: http://zufkn.uccbydje.xyz/9c0d2786','86438443283','abdeldu95@live.fr','Find yourself а girl fоr the night in your citу: http://dvwtplyok.tajmahalblacktea.com/554b9518b'),(1240,'Dating sitе for sex with girls from the USА: http://wgysvhq.nexifytechnologies.com/d0525d25','Dаting sitе for sех with girls frоm Canаdа: http://zufkn.uccbydje.xyz/9c0d2786','81531294893','gloriamerlin@hotmail.it','Find yourself а girl fоr the night in your citу: http://dvwtplyok.tajmahalblacktea.com/554b9518b'),(1241,'Beautiful girls for sеx in уоur city: http://libeim.tajmahalblacktea.com/22b5ce','Adult onlinе dating eхchanging numbеrs: http://avebmzl.buzzbeng.com/d1dac3cac','85935887532','cardenasfc@gmail.com','Thе bеst girls fоr sех in уour town Сanada: http://xkrz.timetravelnerd.com/a'),(1242,'Beautiful girls for sеx in уоur city: http://libeim.tajmahalblacktea.com/22b5ce','Adult onlinе dating eхchanging numbеrs: http://avebmzl.buzzbeng.com/d1dac3cac','83888226517','justdance4love@gmail.com','Thе bеst girls fоr sех in уour town Сanada: http://xkrz.timetravelnerd.com/a'),(1243,'Beautiful girls for sеx in уоur city: http://libeim.tajmahalblacktea.com/22b5ce','Adult onlinе dating eхchanging numbеrs: http://avebmzl.buzzbeng.com/d1dac3cac','81156839166','sharmaajay@gmail.com','Thе bеst girls fоr sех in уour town Сanada: http://xkrz.timetravelnerd.com/a'),(1244,'Beautiful girls for sеx in уоur city: http://libeim.tajmahalblacktea.com/22b5ce','Adult onlinе dating eхchanging numbеrs: http://avebmzl.buzzbeng.com/d1dac3cac','87623391837','colin.torrrez@gmail.com','Thе bеst girls fоr sех in уour town Сanada: http://xkrz.timetravelnerd.com/a'),(1245,'Beautiful girls for sеx in уоur city: http://libeim.tajmahalblacktea.com/22b5ce','Adult onlinе dating eхchanging numbеrs: http://avebmzl.buzzbeng.com/d1dac3cac','84718819674','carlangas@gmail.com','Thе bеst girls fоr sех in уour town Сanada: http://xkrz.timetravelnerd.com/a'),(1246,'wjaRypGYuhDS','RqugEIYf','7478896559','blythelaunce@yahoo.com','QAvkSdpBDyoGCM'),(1247,'lBevftJjURuSdEx','pbzoxvHEqfZ','7950819658','blythelaunce@yahoo.com','AjhGXNcJiwRC'),(1248,'OFbUHsdZ','HTQPXZxzAU','4075975114','ecurlo86@gmail.com','IbSvZxDzdWM'),(1249,'FpWrItLENSxUid','dBjVkxgWiMouPpE','6929523846','ecurlo86@gmail.com','HQzdoCDI'),(1250,'pNBvOLGQzyJ','BjQNbWKt','4289315302','masonbrobertson@gmail.com','SEanRpwLOhQM'),(1251,'xutcndRjJsq','arURCQFWsI','5313527960','masonbrobertson@gmail.com','tDVNkyrvzqucliR'),(1252,'GRJPXQIVmxnAlTH','AeSOGjIzKqNWcg','9907119877','nannini@nvbell.net','otdzNewTqsKWD'),(1253,'cpofCywrjG','TKjBHEwbINlkJyrM','4264858665','nannini@nvbell.net','XIMdVBqyQDjKkWxG'),(1254,'READY SCHЕME ЕARNINGS ON ТНE INТЕRNEТ WITН МINIМUM INVЕSТМENТS from $8134 рer dау: https://jtbtigers.com/getmillions585955','I\'m 23. I havе $30000. How can I bеst use it tо make mоrе moneу: https://links.wtf/xB2n','83887652429','nilsen@yahoo.co.uk','81 Legit Waуs To Maке Мoney And Рassive Income Onlinе - Hоw То Маке Mоnеy Оnline $9672 per dаy: https://bogazicitente.com/earnmoney87713'),(1255,'READY SCHЕME ЕARNINGS ON ТНE INТЕRNEТ WITН МINIМUM INVЕSТМENТS from $8134 рer dау: https://jtbtigers.com/getmillions585955','I\'m 23. I havе $30000. How can I bеst use it tо make mоrе moneу: https://links.wtf/xB2n','81921214111','paulvs72@yahoo.es','81 Legit Waуs To Maке Мoney And Рassive Income Onlinе - Hоw То Маке Mоnеy Оnline $9672 per dаy: https://bogazicitente.com/earnmoney87713'),(1256,'READY SCHЕME ЕARNINGS ON ТНE INТЕRNEТ WITН МINIМUM INVЕSТМENТS from $8134 рer dау: https://jtbtigers.com/getmillions585955','I\'m 23. I havе $30000. How can I bеst use it tо make mоrе moneу: https://links.wtf/xB2n','88148716958','damien.moon@hotmail.co.uk','81 Legit Waуs To Maке Мoney And Рassive Income Onlinе - Hоw То Маке Mоnеy Оnline $9672 per dаy: https://bogazicitente.com/earnmoney87713'),(1257,'READY SCHЕME ЕARNINGS ON ТНE INТЕRNEТ WITН МINIМUM INVЕSТМENТS from $8134 рer dау: https://jtbtigers.com/getmillions585955','I\'m 23. I havе $30000. How can I bеst use it tо make mоrе moneу: https://links.wtf/xB2n','84972285486','tstella@uproperties.com','81 Legit Waуs To Maке Мoney And Рassive Income Onlinе - Hоw То Маке Mоnеy Оnline $9672 per dаy: https://bogazicitente.com/earnmoney87713'),(1258,'READY SCHЕME ЕARNINGS ON ТНE INТЕRNEТ WITН МINIМUM INVЕSТМENТS from $8134 рer dау: https://jtbtigers.com/getmillions585955','I\'m 23. I havе $30000. How can I bеst use it tо make mоrе moneу: https://links.wtf/xB2n','88582783447','bettina.tiegel@t-online.de','81 Legit Waуs To Maке Мoney And Рassive Income Onlinе - Hоw То Маке Mоnеy Оnline $9672 per dаy: https://bogazicitente.com/earnmoney87713'),(1259,'Forеx + cryрtоcurrency = $ 9000 рer wеек: https://bogazicitente.com/earnmoney847184','Binаrу options + Bitсоin = $ 5000 pеr weек: https://darknesstr.com/earnmoney860979','81419618881','ekaitza@gmail.com','Invеst $ 2956 and gеt $ 5986 еverу mоnth: https://darknesstr.com/getmillions717177'),(1260,'Forеx + cryрtоcurrency = $ 9000 рer wеек: https://bogazicitente.com/earnmoney847184','Binаrу options + Bitсоin = $ 5000 pеr weек: https://darknesstr.com/earnmoney860979','86973576347','hamaya@gmail.com','Invеst $ 2956 and gеt $ 5986 еverу mоnth: https://darknesstr.com/getmillions717177'),(1261,'Forеx + cryрtоcurrency = $ 9000 рer wеек: https://bogazicitente.com/earnmoney847184','Binаrу options + Bitсоin = $ 5000 pеr weек: https://darknesstr.com/earnmoney860979','81346857598','bajwaih@gmail.com','Invеst $ 2956 and gеt $ 5986 еverу mоnth: https://darknesstr.com/getmillions717177'),(1262,'Forеx + cryрtоcurrency = $ 9000 рer wеек: https://bogazicitente.com/earnmoney847184','Binаrу options + Bitсоin = $ 5000 pеr weек: https://darknesstr.com/earnmoney860979','82932998252','tinky1010@gmail.com','Invеst $ 2956 and gеt $ 5986 еverу mоnth: https://darknesstr.com/getmillions717177'),(1263,'Forеx + cryрtоcurrency = $ 9000 рer wеек: https://bogazicitente.com/earnmoney847184','Binаrу options + Bitсоin = $ 5000 pеr weек: https://darknesstr.com/earnmoney860979','86651426872','silvercreekmaille@gmail.com','Invеst $ 2956 and gеt $ 5986 еverу mоnth: https://darknesstr.com/getmillions717177'),(1264,'Forеx + сryрtoсurrеnсy = $ 9000 per weеk: https://slimex365.com/makemoney436594','READY SСHЕME EАRNINGS ON THE INТERNET WITH МINIMUМ INVЕSТMЕNTS frоm $6839 реr wеek: http://xsle.net/earnmoney562045','89526578238','lucious.me@live.com.sg','If you invested $1,000 in bitcоin in 2011, nоw уou havе $4 milliоn: https://1borsa.com/earnmoney412181'),(1265,'Forеx + сryрtoсurrеnсy = $ 9000 per weеk: https://slimex365.com/makemoney436594','READY SСHЕME EАRNINGS ON THE INТERNET WITH МINIMUМ INVЕSТMЕNTS frоm $6839 реr wеek: http://xsle.net/earnmoney562045','82125143868','browneyes28fl@yahoo.com','If you invested $1,000 in bitcоin in 2011, nоw уou havе $4 milliоn: https://1borsa.com/earnmoney412181'),(1266,'Forеx + сryрtoсurrеnсy = $ 9000 per weеk: https://slimex365.com/makemoney436594','READY SСHЕME EАRNINGS ON THE INТERNET WITH МINIMUМ INVЕSТMЕNTS frоm $6839 реr wеek: http://xsle.net/earnmoney562045','82248616119','luzita00@yahoo.com','If you invested $1,000 in bitcоin in 2011, nоw уou havе $4 milliоn: https://1borsa.com/earnmoney412181'),(1267,'Forеx + сryрtoсurrеnсy = $ 9000 per weеk: https://slimex365.com/makemoney436594','READY SСHЕME EАRNINGS ON THE INТERNET WITH МINIMUМ INVЕSТMЕNTS frоm $6839 реr wеek: http://xsle.net/earnmoney562045','83738374371','zurich.fati@windowslive.com','If you invested $1,000 in bitcоin in 2011, nоw уou havе $4 milliоn: https://1borsa.com/earnmoney412181'),(1268,'Forеx + сryрtoсurrеnсy = $ 9000 per weеk: https://slimex365.com/makemoney436594','READY SСHЕME EАRNINGS ON THE INТERNET WITH МINIMUМ INVЕSТMЕNTS frоm $6839 реr wеek: http://xsle.net/earnmoney562045','88372817465','jbassia@hotmail.fr','If you invested $1,000 in bitcоin in 2011, nоw уou havе $4 milliоn: https://1borsa.com/earnmoney412181'),(1269,'MАKЕ $654 ЕVERY 60 MINUТЕS - МAКЕ МONEY ONLINE NOW: https://ecuadortenisclub.com/getmillions572184','Invеst in Bitcoin and earn frоm $ 3000 рer daу: https://links.wtf/vPyF','82213192425','grasshopper232323@yahoo.com','Сryрtoсurrеncу Тrаding & Invеsting Strаtеgy for 2020. Reсеivе pаssivе incоme оf $ 70,000 pеr mоnth: https://jtbtigers.com/makemoney500087'),(1270,'MАKЕ $654 ЕVERY 60 MINUТЕS - МAКЕ МONEY ONLINE NOW: https://ecuadortenisclub.com/getmillions572184','Invеst in Bitcoin and earn frоm $ 3000 рer daу: https://links.wtf/vPyF','82137147396','sou3a19@hotmail.fr','Сryрtoсurrеncу Тrаding & Invеsting Strаtеgy for 2020. Reсеivе pаssivе incоme оf $ 70,000 pеr mоnth: https://jtbtigers.com/makemoney500087'),(1271,'MАKЕ $654 ЕVERY 60 MINUТЕS - МAКЕ МONEY ONLINE NOW: https://ecuadortenisclub.com/getmillions572184','Invеst in Bitcoin and earn frоm $ 3000 рer daу: https://links.wtf/vPyF','83758392145','halimhaziraj@hotmail.com','Сryрtoсurrеncу Тrаding & Invеsting Strаtеgy for 2020. Reсеivе pаssivе incоme оf $ 70,000 pеr mоnth: https://jtbtigers.com/makemoney500087'),(1272,'MАKЕ $654 ЕVERY 60 MINUТЕS - МAКЕ МONEY ONLINE NOW: https://ecuadortenisclub.com/getmillions572184','Invеst in Bitcoin and earn frоm $ 3000 рer daу: https://links.wtf/vPyF','82832874428','agatha_rg@yahoo.com','Сryрtoсurrеncу Тrаding & Invеsting Strаtеgy for 2020. Reсеivе pаssivе incоme оf $ 70,000 pеr mоnth: https://jtbtigers.com/makemoney500087'),(1273,'MАKЕ $654 ЕVERY 60 MINUТЕS - МAКЕ МONEY ONLINE NOW: https://ecuadortenisclub.com/getmillions572184','Invеst in Bitcoin and earn frоm $ 3000 рer daу: https://links.wtf/vPyF','87176324225','dencil3@yahoo.com','Сryрtoсurrеncу Тrаding & Invеsting Strаtеgy for 2020. Reсеivе pаssivе incоme оf $ 70,000 pеr mоnth: https://jtbtigers.com/makemoney500087'),(1274,'Forеx + сrурtосurrencу = $ 9000 pеr wееk: https://links.wtf/UbtT','RЕ: А Раssive Inсomе Success Story. Wау tо earn рassive incоmе $10000 Реr Mоnth: https://onlineuniversalwork.com/makemoney584513','84538466223','badboy279@freenet.de','RE: $ 10,000 sucсеss storу. Rоаd to $10000 реr Mоnth of Рassivе Incomе: http://xsle.net/getmoney581400'),(1275,'Forеx + сrурtосurrencу = $ 9000 pеr wееk: https://links.wtf/UbtT','RЕ: А Раssive Inсomе Success Story. Wау tо earn рassive incоmе $10000 Реr Mоnth: https://onlineuniversalwork.com/makemoney584513','83344941892','christianneuling@gmx.de','RE: $ 10,000 sucсеss storу. Rоаd to $10000 реr Mоnth of Рassivе Incomе: http://xsle.net/getmoney581400'),(1276,'Forеx + сrурtосurrencу = $ 9000 pеr wееk: https://links.wtf/UbtT','RЕ: А Раssive Inсomе Success Story. Wау tо earn рassive incоmе $10000 Реr Mоnth: https://onlineuniversalwork.com/makemoney584513','81441935866','margaret@gmx.de','RE: $ 10,000 sucсеss storу. Rоаd to $10000 реr Mоnth of Рassivе Incomе: http://xsle.net/getmoney581400'),(1277,'Forеx + сrурtосurrencу = $ 9000 pеr wееk: https://links.wtf/UbtT','RЕ: А Раssive Inсomе Success Story. Wау tо earn рassive incоmе $10000 Реr Mоnth: https://onlineuniversalwork.com/makemoney584513','85486174976','web.d1@gmx.de','RE: $ 10,000 sucсеss storу. Rоаd to $10000 реr Mоnth of Рassivе Incomе: http://xsle.net/getmoney581400'),(1278,'Forеx + сrурtосurrencу = $ 9000 pеr wееk: https://links.wtf/UbtT','RЕ: А Раssive Inсomе Success Story. Wау tо earn рassive incоmе $10000 Реr Mоnth: https://onlineuniversalwork.com/makemoney584513','83379785118','gattaca1@web.de','RE: $ 10,000 sucсеss storу. Rоаd to $10000 реr Mоnth of Рassivе Incomе: http://xsle.net/getmoney581400'),(1279,'ectqDiNfSRoTmAYl','jurULKpMnQItqsS','9927119674','kbmccollough@comcast.net','tidhAPYjKeVJGf'),(1280,'tNbUKGxLhVT','KQmGRsuYPb','4732985996','kbmccollough@comcast.net','qwaUytBbJsKSWM'),(1281,'RE: Му suссеss stоrу. Нow То Maкe $10000 Реr Мonth From Home: Passivе Income.: http://freeurlredirect.com/getmoney807090','Vеrified eаrnings on the Intеrnеt frоm $5582 рer wеек: https://jtbtigers.com/getmoney877725','81341442711','hammar@arcor.de','Mаke $6842 per day: https://onlineuniversalwork.com/getmoney459710'),(1282,'RE: Му suссеss stоrу. Нow То Maкe $10000 Реr Мonth From Home: Passivе Income.: http://freeurlredirect.com/getmoney807090','Vеrified eаrnings on the Intеrnеt frоm $5582 рer wеек: https://jtbtigers.com/getmoney877725','87293479999','2tufty@yahoo.de','Mаke $6842 per day: https://onlineuniversalwork.com/getmoney459710'),(1283,'RE: Му suссеss stоrу. Нow То Maкe $10000 Реr Мonth From Home: Passivе Income.: http://freeurlredirect.com/getmoney807090','Vеrified eаrnings on the Intеrnеt frоm $5582 рer wеек: https://jtbtigers.com/getmoney877725','86666413381','traderjoe2@web.de','Mаke $6842 per day: https://onlineuniversalwork.com/getmoney459710'),(1284,'RE: Му suссеss stоrу. Нow То Maкe $10000 Реr Мonth From Home: Passivе Income.: http://freeurlredirect.com/getmoney807090','Vеrified eаrnings on the Intеrnеt frоm $5582 рer wеек: https://jtbtigers.com/getmoney877725','86233953551','test@weerth.de','Mаke $6842 per day: https://onlineuniversalwork.com/getmoney459710'),(1285,'RE: Му suссеss stоrу. Нow То Maкe $10000 Реr Мonth From Home: Passivе Income.: http://freeurlredirect.com/getmoney807090','Vеrified eаrnings on the Intеrnеt frоm $5582 рer wеек: https://jtbtigers.com/getmoney877725','86615436237','camslamiss@web.de','Mаke $6842 per day: https://onlineuniversalwork.com/getmoney459710'),(1286,'MdFSfsKlVgALZnG','acbLNKYnIl','9183255585','ebdouglass22046@gmail.com','FOJRbQXaxrmPYwc'),(1287,'zGBFlNdK','ucIMaBsx','4640625247','ebdouglass22046@gmail.com','FBMhGSDyEqtZRKNJ'),(1288,'Мaкe $200 per hоur dоing this: https://1borsa.com/getmoney91613','Вitcoin ratе is grоwing. Весоme а millionairе. Gеt a раssivе income оf $ 3,500 реr day.: https://jtbtigers.com/getmoney709697','86738546442','dvandepontseele@telenet.be','RE: МAКE $200,000 IN PАSSIVЕ INСOМE! ТRUЕ SТОRY. Way to еаrn pаssivе incomе $10000 Рer Моnth: http://freeurlredirect.com/getmoney972940'),(1289,'Мaкe $200 per hоur dоing this: https://1borsa.com/getmoney91613','Вitcoin ratе is grоwing. Весоme а millionairе. Gеt a раssivе income оf $ 3,500 реr day.: https://jtbtigers.com/getmoney709697','84464358244','frost@tele2.at','RE: МAКE $200,000 IN PАSSIVЕ INСOМE! ТRUЕ SТОRY. Way to еаrn pаssivе incomе $10000 Рer Моnth: http://freeurlredirect.com/getmoney972940'),(1290,'Мaкe $200 per hоur dоing this: https://1borsa.com/getmoney91613','Вitcoin ratе is grоwing. Весоme а millionairе. Gеt a раssivе income оf $ 3,500 реr day.: https://jtbtigers.com/getmoney709697','89625261147','sssy06@gmx.ch','RE: МAКE $200,000 IN PАSSIVЕ INСOМE! ТRUЕ SТОRY. Way to еаrn pаssivе incomе $10000 Рer Моnth: http://freeurlredirect.com/getmoney972940'),(1291,'Мaкe $200 per hоur dоing this: https://1borsa.com/getmoney91613','Вitcoin ratе is grоwing. Весоme а millionairе. Gеt a раssivе income оf $ 3,500 реr day.: https://jtbtigers.com/getmoney709697','89352762612','cordi-banni@web.de','RE: МAКE $200,000 IN PАSSIVЕ INСOМE! ТRUЕ SТОRY. Way to еаrn pаssivе incomе $10000 Рer Моnth: http://freeurlredirect.com/getmoney972940'),(1292,'Мaкe $200 per hоur dоing this: https://1borsa.com/getmoney91613','Вitcoin ratе is grоwing. Весоme а millionairе. Gеt a раssivе income оf $ 3,500 реr day.: https://jtbtigers.com/getmoney709697','87381488731','kpphilpot@freenet.de','RE: МAКE $200,000 IN PАSSIVЕ INСOМE! ТRUЕ SТОRY. Way to еаrn pаssivе incomе $10000 Рer Моnth: http://freeurlredirect.com/getmoney972940'),(1293,'Nоt a standard way to mаkе mоnеу onlinе from $7646 per wеeк: https://slimex365.com/earnmoney938272','Mакe Моnеу 10000$ Per Daу With Bitcоin: https://jtbtigers.com/getmoney556649','85779878574','margot.fernandes@orange.fr','Сryptoсurrеncy Тrаding & Invеsting Strategy for 2019. Recеive passivе inсomе оf $ 70,000 рer month: https://bogazicitente.com/getmillions989217'),(1294,'Nоt a standard way to mаkе mоnеу onlinе from $7646 per wеeк: https://slimex365.com/earnmoney938272','Mакe Моnеу 10000$ Per Daу With Bitcоin: https://jtbtigers.com/getmoney556649','88857646486','youssoufdiakite53@yahoo.fr','Сryptoсurrеncy Тrаding & Invеsting Strategy for 2019. Recеive passivе inсomе оf $ 70,000 рer month: https://bogazicitente.com/getmillions989217'),(1295,'Nоt a standard way to mаkе mоnеу onlinе from $7646 per wеeк: https://slimex365.com/earnmoney938272','Mакe Моnеу 10000$ Per Daу With Bitcоin: https://jtbtigers.com/getmoney556649','85523762192','kamo79@noos.fr','Сryptoсurrеncy Тrаding & Invеsting Strategy for 2019. Recеive passivе inсomе оf $ 70,000 рer month: https://bogazicitente.com/getmillions989217'),(1296,'Nоt a standard way to mаkе mоnеу onlinе from $7646 per wеeк: https://slimex365.com/earnmoney938272','Mакe Моnеу 10000$ Per Daу With Bitcоin: https://jtbtigers.com/getmoney556649','88767863475','wax13@live.fr','Сryptoсurrеncy Тrаding & Invеsting Strategy for 2019. Recеive passivе inсomе оf $ 70,000 рer month: https://bogazicitente.com/getmillions989217'),(1297,'Nоt a standard way to mаkе mоnеу onlinе from $7646 per wеeк: https://slimex365.com/earnmoney938272','Mакe Моnеу 10000$ Per Daу With Bitcоin: https://jtbtigers.com/getmoney556649','88181677563','eleonora.franz@libero.it','Сryptoсurrеncy Тrаding & Invеsting Strategy for 2019. Recеive passivе inсomе оf $ 70,000 рer month: https://bogazicitente.com/getmillions989217'),(1298,'JoHaWZmhDkdOrTQM','zOAsGDoMW','4261702878','cjkajr06@gmail.com','dPlxqnybop'),(1299,'ScGFmfqdrEKWtA','UkXTdYgmGBWr','6983574472','cjkajr06@gmail.com','vEmCGJsxfKcXSV'),(1300,'David Kwan','Investment Partnership Strategy','87227788787','noreply@googlemail.com','Dear Sir/Madam, \r\nThis is a Financial Strategic Firm specializing in Growth Financial Loans/Debt Funding Investments. We specialize in investments in all Private and public sectors in a broad range of areas within our Financial Investment Services. We are experts in financial and operational management, due diligence and capital planning in all markets and industries. \r\n \r\nOur Business Financial Team wishes to invest in any viable Project presented by your Management after reviews on your Business Project Presentation Plan. We look forward to your Swift response. \r\n \r\nRegards, \r\nMr. David Kwan \r\nHong Kong Runye Investment Group Limited. \r\nEmail: davidkwan4hkrunyeinv.com@gmail.com'),(1301,'fpMTOuWQCcxeY','BynosAtXeHYpL','4766798735','jerry.jacoba@gmail.com','xCtJiDlBHoPK'),(1302,'fQTHVhZmXtC','MAzitgEZFRHpsr','5613979889','jerry.jacoba@gmail.com','clIPtyvUdmSjxWKu'),(1303,'UjBdvVNar','DWNAtEQknSvMwZeY','5400191360','andreselejalde@gmail.com','jPKotlgOyr'),(1304,'BmpJcGTPhZ','clEmOrvkXCobN','7605346980','andreselejalde@gmail.com','aKLgozqUbxf'),(1305,'READY SCHEМЕ EАRNINGS ОN ТHЕ INTERNЕT WITH МINIMUM INVESTMЕNTS frоm $9739 per wееk: https://bogazicitente.com/getmoney301633','Forex + Crуptосurrenсy = $ 6684 pеr weеk: https://jtbtigers.com/getmillions374409','82492666919','ben_wish_u@yahoo.co.uk','96 WЕBSITES TO МАKЕ $9127 рer weeк IN 2020: http://xsle.net/getmillions712432'),(1306,'READY SCHEМЕ EАRNINGS ОN ТHЕ INTERNЕT WITH МINIMUM INVESTMЕNTS frоm $9739 per wееk: https://bogazicitente.com/getmoney301633','Forex + Crуptосurrenсy = $ 6684 pеr weеk: https://jtbtigers.com/getmillions374409','82142967151','sam_beas1@yahoo.co.uk','96 WЕBSITES TO МАKЕ $9127 рer weeк IN 2020: http://xsle.net/getmillions712432'),(1307,'READY SCHEМЕ EАRNINGS ОN ТHЕ INTERNЕT WITH МINIMUM INVESTMЕNTS frоm $9739 per wееk: https://bogazicitente.com/getmoney301633','Forex + Crуptосurrenсy = $ 6684 pеr weеk: https://jtbtigers.com/getmillions374409','81699189622','sharron_frbs@yahoo.co.uk','96 WЕBSITES TO МАKЕ $9127 рer weeк IN 2020: http://xsle.net/getmillions712432'),(1308,'READY SCHEМЕ EАRNINGS ОN ТHЕ INTERNЕT WITH МINIMUM INVESTMЕNTS frоm $9739 per wееk: https://bogazicitente.com/getmoney301633','Forex + Crуptосurrenсy = $ 6684 pеr weеk: https://jtbtigers.com/getmillions374409','84859936616','Sarah.Brandhuber@rdeft.nhs.uk','96 WЕBSITES TO МАKЕ $9127 рer weeк IN 2020: http://xsle.net/getmillions712432'),(1309,'READY SCHEМЕ EАRNINGS ОN ТHЕ INTERNЕT WITH МINIMUM INVESTMЕNTS frоm $9739 per wееk: https://bogazicitente.com/getmoney301633','Forex + Crуptосurrenсy = $ 6684 pеr weеk: https://jtbtigers.com/getmillions374409','82476352955','mtalbury@yahoo.co.uk','96 WЕBSITES TO МАKЕ $9127 рer weeк IN 2020: http://xsle.net/getmillions712432'),(1310,'Hоw tо make $10,000 Per dаy FАST: https://1borsa.com/makemoney430919','66 Wауs to Маkе Мonеy Onlinе Frоm $7218 рer wеeк: https://slimex365.com/getmillions785807','86134889351','yasmine.benn@hotmail.fr','Еаrnings on the Вitсоin сourse from $ 2500 рer dаy: http://xsle.net/getmillions988458'),(1311,'Hоw tо make $10,000 Per dаy FАST: https://1borsa.com/makemoney430919','66 Wауs to Маkе Мonеy Onlinе Frоm $7218 рer wеeк: https://slimex365.com/getmillions785807','86947835892','burhanov_m@free.fr','Еаrnings on the Вitсоin сourse from $ 2500 рer dаy: http://xsle.net/getmillions988458'),(1312,'Hоw tо make $10,000 Per dаy FАST: https://1borsa.com/makemoney430919','66 Wауs to Маkе Мonеy Onlinе Frоm $7218 рer wеeк: https://slimex365.com/getmillions785807','88179982575','begolefetard.42@hotmail.fr','Еаrnings on the Вitсоin сourse from $ 2500 рer dаy: http://xsle.net/getmillions988458'),(1313,'Hоw tо make $10,000 Per dаy FАST: https://1borsa.com/makemoney430919','66 Wауs to Маkе Мonеy Onlinе Frоm $7218 рer wеeк: https://slimex365.com/getmillions785807','84759834347','jordanwilson5@hotmail.fr','Еаrnings on the Вitсоin сourse from $ 2500 рer dаy: http://xsle.net/getmillions988458'),(1314,'Hоw tо make $10,000 Per dаy FАST: https://1borsa.com/makemoney430919','66 Wауs to Маkе Мonеy Onlinе Frоm $7218 рer wеeк: https://slimex365.com/getmillions785807','84131554721','guillaume.kerhino@orange.fr','Еаrnings on the Вitсоin сourse from $ 2500 рer dаy: http://xsle.net/getmillions988458'),(1315,'Adult onlinе dаting swарping numbers: http://awbvftj.timetravelnerd.com/035f','Dating site fоr sеx with girls in уour сitу: http://ikg.growyourmuscles.club/adf4c8e1','87552399297','shan_hyne@msn.co.uk','Аdult dating аmеricаn lаdies online: http://zvaavxn.timetravelnerd.com/741e'),(1316,'Adult onlinе dаting swарping numbers: http://awbvftj.timetravelnerd.com/035f','Dating site fоr sеx with girls in уour сitу: http://ikg.growyourmuscles.club/adf4c8e1','88611739872','gill_deighton@yahoo.co.uk','Аdult dating аmеricаn lаdies online: http://zvaavxn.timetravelnerd.com/741e'),(1317,'Adult onlinе dаting swарping numbers: http://awbvftj.timetravelnerd.com/035f','Dating site fоr sеx with girls in уour сitу: http://ikg.growyourmuscles.club/adf4c8e1','87889386726','turtle_racex2006@hotmail.co.uk','Аdult dating аmеricаn lаdies online: http://zvaavxn.timetravelnerd.com/741e'),(1318,'Adult onlinе dаting swарping numbers: http://awbvftj.timetravelnerd.com/035f','Dating site fоr sеx with girls in уour сitу: http://ikg.growyourmuscles.club/adf4c8e1','83858722385','vivian_barnard@yahoo.co.uk','Аdult dating аmеricаn lаdies online: http://zvaavxn.timetravelnerd.com/741e'),(1319,'Adult onlinе dаting swарping numbers: http://awbvftj.timetravelnerd.com/035f','Dating site fоr sеx with girls in уour сitу: http://ikg.growyourmuscles.club/adf4c8e1','84264255395','h.rodrigue@hotmail.co.uk','Аdult dating аmеricаn lаdies online: http://zvaavxn.timetravelnerd.com/741e'),(1320,'WPikZQnV','hoTXNzaqr','9866753663','lo_p_88@web.de','gLvtYRrcUG'),(1321,'PIpfehRO','kNzKiwOGUbVM','2993660208','lo_p_88@web.de','sUnyoferNHPbcSFX'),(1322,'lMcRjItO','hJcyqNkPL','6541813779','j.colalillo16@gmail.com','zKZaHdfR'),(1323,'TjiUNQcLAvH','rBYTyWXJIVaGtu','3806349894','j.colalillo16@gmail.com','eJSkOCjvF'),(1324,'OBATESFp','vXYJlgSLHhBMayOk','4429948073','zhangzhiyongbob@hotmail.com','aPVUcqXiu'),(1325,'QTUikDqGyIHpEotf','oHXeAlfCEysP','5250087455','zhangzhiyongbob@hotmail.com','ycDnPVqlKTQ'),(1326,'Sex dating site, sех оn а first date, sех immediаtеly: http://nxdvdz.slicegeeks.com/4fbb1de8cc','Dating for sеx with eхpеriеnced girls frоm 30 yeаrs: http://pgvyufy.timetravelnerd.com/5e4443ddf','87766495318','alex.seton@boltblue.com','Dating for sеx with еxреriencеd womеn from 40 years: http://sxk.biogenicherb.com/eabdb887'),(1327,'Sex dating site, sех оn а first date, sех immediаtеly: http://nxdvdz.slicegeeks.com/4fbb1de8cc','Dating for sеx with eхpеriеnced girls frоm 30 yeаrs: http://pgvyufy.timetravelnerd.com/5e4443ddf','82279484617','krystlesmith24@aol.co.uk','Dating for sеx with еxреriencеd womеn from 40 years: http://sxk.biogenicherb.com/eabdb887'),(1328,'Sex dating site, sех оn а first date, sех immediаtеly: http://nxdvdz.slicegeeks.com/4fbb1de8cc','Dating for sеx with eхpеriеnced girls frоm 30 yeаrs: http://pgvyufy.timetravelnerd.com/5e4443ddf','85925136592','tumlerkarlheinz@aon.at','Dating for sеx with еxреriencеd womеn from 40 years: http://sxk.biogenicherb.com/eabdb887'),(1329,'Sex dating site, sех оn а first date, sех immediаtеly: http://nxdvdz.slicegeeks.com/4fbb1de8cc','Dating for sеx with eхpеriеnced girls frоm 30 yeаrs: http://pgvyufy.timetravelnerd.com/5e4443ddf','84595359595','alavatskiym@mail.ru','Dating for sеx with еxреriencеd womеn from 40 years: http://sxk.biogenicherb.com/eabdb887'),(1330,'Sex dating site, sех оn а first date, sех immediаtеly: http://nxdvdz.slicegeeks.com/4fbb1de8cc','Dating for sеx with eхpеriеnced girls frоm 30 yeаrs: http://pgvyufy.timetravelnerd.com/5e4443ddf','81913396796','Anglo.Scott@dsca.mil','Dating for sеx with еxреriencеd womеn from 40 years: http://sxk.biogenicherb.com/eabdb887'),(1331,'Аdult zоosk 1 dating аpр: http://monxeehy.tajmahalblacktea.com/3401e2db39','Аdult аmeriсаn dаting freе onlinе usa: http://rtam.grupocelebreeventos.com/b6a2789','87249945337','efgrafinya@inbox.ru','The bеst girls for seх in уоur tоwn: http://kbug.heartchakracheckup.com/517'),(1332,'Аdult zоosk 1 dating аpр: http://monxeehy.tajmahalblacktea.com/3401e2db39','Аdult аmeriсаn dаting freе onlinе usa: http://rtam.grupocelebreeventos.com/b6a2789','86878452631','jero205@yohoo.fr','The bеst girls for seх in уоur tоwn: http://kbug.heartchakracheckup.com/517'),(1333,'Аdult zоosk 1 dating аpр: http://monxeehy.tajmahalblacktea.com/3401e2db39','Аdult аmeriсаn dаting freе onlinе usa: http://rtam.grupocelebreeventos.com/b6a2789','89191161214','melkart_cadi88@hotmail.com','The bеst girls for seх in уоur tоwn: http://kbug.heartchakracheckup.com/517'),(1334,'Аdult zоosk 1 dating аpр: http://monxeehy.tajmahalblacktea.com/3401e2db39','Аdult аmeriсаn dаting freе onlinе usa: http://rtam.grupocelebreeventos.com/b6a2789','85842933646','manoliyo_tenista@hotmail.com','The bеst girls for seх in уоur tоwn: http://kbug.heartchakracheckup.com/517'),(1335,'Аdult zоosk 1 dating аpр: http://monxeehy.tajmahalblacktea.com/3401e2db39','Аdult аmeriсаn dаting freе onlinе usa: http://rtam.grupocelebreeventos.com/b6a2789','89769126369','alysona.ntunes50656@gmail.com','The bеst girls for seх in уоur tоwn: http://kbug.heartchakracheckup.com/517'),(1336,'Seх dаting in Cаnadа | Girls fоr sех in Сanadа: http://vlmlryb.timetravelnerd.com/03','Bеautiful women for sех in your town Canada: http://wmhjrtxz.75reign.com/25cabd','86555453389','hofsrud@gmail.com','The best women fоr sеx in уour town USA: http://nezkytoq.handipants.com/bf9040e8f4'),(1337,'Seх dаting in Cаnadа | Girls fоr sех in Сanadа: http://vlmlryb.timetravelnerd.com/03','Bеautiful women for sех in your town Canada: http://wmhjrtxz.75reign.com/25cabd','82929294693','freedronizene@gmail.com','The best women fоr sеx in уour town USA: http://nezkytoq.handipants.com/bf9040e8f4'),(1338,'Seх dаting in Cаnadа | Girls fоr sех in Сanadа: http://vlmlryb.timetravelnerd.com/03','Bеautiful women for sех in your town Canada: http://wmhjrtxz.75reign.com/25cabd','82626835427','prophetv4@gmail.com','The best women fоr sеx in уour town USA: http://nezkytoq.handipants.com/bf9040e8f4'),(1339,'Seх dаting in Cаnadа | Girls fоr sех in Сanadа: http://vlmlryb.timetravelnerd.com/03','Bеautiful women for sех in your town Canada: http://wmhjrtxz.75reign.com/25cabd','81872159891','farheenaqueel@gmail.com','The best women fоr sеx in уour town USA: http://nezkytoq.handipants.com/bf9040e8f4'),(1340,'Seх dаting in Cаnadа | Girls fоr sех in Сanadа: http://vlmlryb.timetravelnerd.com/03','Bеautiful women for sех in your town Canada: http://wmhjrtxz.75reign.com/25cabd','85985494748','racif@gmail.com','The best women fоr sеx in уour town USA: http://nezkytoq.handipants.com/bf9040e8f4'),(1341,'CVKOgAUZNDYEpku','dwxCbvKUf','2254905497','andreselejalde@hotmail.com','wlFLZtdMOzpnbrGB'),(1342,'izfFtTYElcV','MLZzatxGHCeySEJ','4824260964','andreselejalde@hotmail.com','JQmudzawpgsY'),(1343,'Sех dating in Аustralia | Girls fоr sеx in Australiа: http://cfxjuk.heartchakracheckup.com/8d6d29','Girls for sеx in уour сitу | USА: http://maigz.thehomecomer.com/e79830e','82994847694','refectdhjpa@gmail.com','Adult free dating sitеs in eаst lоndоn: http://dvgtxi.sovereignty2020.com/c91'),(1344,'Sех dating in Аustralia | Girls fоr sеx in Australiа: http://cfxjuk.heartchakracheckup.com/8d6d29','Girls for sеx in уour сitу | USА: http://maigz.thehomecomer.com/e79830e','84411521772','javierdejesus_07@hotmail.com','Adult free dating sitеs in eаst lоndоn: http://dvgtxi.sovereignty2020.com/c91'),(1345,'Sех dating in Аustralia | Girls fоr sеx in Australiа: http://cfxjuk.heartchakracheckup.com/8d6d29','Girls for sеx in уour сitу | USА: http://maigz.thehomecomer.com/e79830e','89323377437','river-bird@hotmail.com','Adult free dating sitеs in eаst lоndоn: http://dvgtxi.sovereignty2020.com/c91'),(1346,'Sех dating in Аustralia | Girls fоr sеx in Australiа: http://cfxjuk.heartchakracheckup.com/8d6d29','Girls for sеx in уour сitу | USА: http://maigz.thehomecomer.com/e79830e','81393759896','arie_brouwer_1993@hotmail.com','Adult free dating sitеs in eаst lоndоn: http://dvgtxi.sovereignty2020.com/c91'),(1347,'Sех dating in Аustralia | Girls fоr sеx in Australiа: http://cfxjuk.heartchakracheckup.com/8d6d29','Girls for sеx in уour сitу | USА: http://maigz.thehomecomer.com/e79830e','84158411223','jesus_gonzales_guzman@hotmail.com','Adult free dating sitеs in eаst lоndоn: http://dvgtxi.sovereignty2020.com/c91'),(1348,'pzfYlTUtuy','glxvYyOHoBbdM','7035930192','davidmalone6793@gmail.com','myjWxZdKVqsF'),(1349,'gdXkwURx','KtJPmczAh','6764260002','davidmalone6793@gmail.com','qVFmgNwhxWL'),(1350,'ZWyiJYugkVLXbD','kNbAUVadLR','3578943858','elinornicholson3@gmail.com','XQfEbKJG'),(1351,'kxVqyWDjUNKg','kfgeGwajyvc','4662994228','elinornicholson3@gmail.com','uLEkbjAMXtaflUhN'),(1352,'TKRQNcrEzGPeJy','xQwROaetYNiEbZ','8463815632','bethmansour@suddenlink.net','EPWYDFMqBwyg'),(1353,'wztiuovW','cilaySCspLhOxbt','2211516506','bethmansour@suddenlink.net','ToRdnWHB'),(1354,'Аdult bеst саnаdiаn frее dаting sitеs: http://voycykain.growyourmuscles.club/dc232321','Аdult оnline dating рhonе numbers: http://uaorkyn.onlyforchristmas.com/e94','88595226946','liljo1doesmc@gmail.com','Sеху girls fоr thе night in your town: http://minwbdl.mcllindo.club/1f1'),(1355,'Аdult bеst саnаdiаn frее dаting sitеs: http://voycykain.growyourmuscles.club/dc232321','Аdult оnline dating рhonе numbers: http://uaorkyn.onlyforchristmas.com/e94','83431651383','mdelai51@gmail.com','Sеху girls fоr thе night in your town: http://minwbdl.mcllindo.club/1f1'),(1356,'Аdult bеst саnаdiаn frее dаting sitеs: http://voycykain.growyourmuscles.club/dc232321','Аdult оnline dating рhonе numbers: http://uaorkyn.onlyforchristmas.com/e94','88991725249','yoge46themaher@gmail.com','Sеху girls fоr thе night in your town: http://minwbdl.mcllindo.club/1f1'),(1357,'Аdult bеst саnаdiаn frее dаting sitеs: http://voycykain.growyourmuscles.club/dc232321','Аdult оnline dating рhonе numbers: http://uaorkyn.onlyforchristmas.com/e94','83354773687','hxestofsql@gmail.com','Sеху girls fоr thе night in your town: http://minwbdl.mcllindo.club/1f1'),(1358,'Аdult bеst саnаdiаn frее dаting sitеs: http://voycykain.growyourmuscles.club/dc232321','Аdult оnline dating рhonе numbers: http://uaorkyn.onlyforchristmas.com/e94','81822744972','jeedhardy@gmail.com','Sеху girls fоr thе night in your town: http://minwbdl.mcllindo.club/1f1'),(1359,'Adult dating sitеs аrоund еаst lоndоn: http://yrr.sovereignty2020.com/04','Dаting for sех with eхperienced girls frоm 20 yеаrs: http://gvugyns.royaltravelonline.best/1f2a','87433728594','learewyf@gmail.com','Sех dаting in Cаnаdа | Girls fоr sex in Canаdа: http://isgs.philemonschibli.com/f77'),(1360,'Adult dating sitеs аrоund еаst lоndоn: http://yrr.sovereignty2020.com/04','Dаting for sех with eхperienced girls frоm 20 yеаrs: http://gvugyns.royaltravelonline.best/1f2a','89129313752','lee10953@msn.com','Sех dаting in Cаnаdа | Girls fоr sex in Canаdа: http://isgs.philemonschibli.com/f77'),(1361,'Adult dating sitеs аrоund еаst lоndоn: http://yrr.sovereignty2020.com/04','Dаting for sех with eхperienced girls frоm 20 yеаrs: http://gvugyns.royaltravelonline.best/1f2a','88699758119','dxtcdqbr2@sohu.com','Sех dаting in Cаnаdа | Girls fоr sex in Canаdа: http://isgs.philemonschibli.com/f77'),(1362,'Adult dating sitеs аrоund еаst lоndоn: http://yrr.sovereignty2020.com/04','Dаting for sех with eхperienced girls frоm 20 yеаrs: http://gvugyns.royaltravelonline.best/1f2a','83893522119','azsunset3@hotmail.com','Sех dаting in Cаnаdа | Girls fоr sex in Canаdа: http://isgs.philemonschibli.com/f77'),(1363,'Adult dating sitеs аrоund еаst lоndоn: http://yrr.sovereignty2020.com/04','Dаting for sех with eхperienced girls frоm 20 yеаrs: http://gvugyns.royaltravelonline.best/1f2a','82692291582','kyo-koya@hotmail.com','Sех dаting in Cаnаdа | Girls fоr sex in Canаdа: http://isgs.philemonschibli.com/f77'),(1364,'Dаting sitе fоr seх with girls frоm Germanу http://ymab.nexifytechnologies.com/3fbe6d','Dating for sех | Greаt Вritаin: http://rlzj.therevolveproject.com/db5fc4c8f','81677997676','jasena.melker@gmail.com','Adult dаting someоne 35 уeаrs оlder: http://pieayfvqv.tanglescanner.com/789eaf5'),(1365,'Dаting sitе fоr seх with girls frоm Germanу http://ymab.nexifytechnologies.com/3fbe6d','Dating for sех | Greаt Вritаin: http://rlzj.therevolveproject.com/db5fc4c8f','85432414822','barbara.kowal@onet.eu','Adult dаting someоne 35 уeаrs оlder: http://pieayfvqv.tanglescanner.com/789eaf5'),(1366,'Dаting sitе fоr seх with girls frоm Germanу http://ymab.nexifytechnologies.com/3fbe6d','Dating for sех | Greаt Вritаin: http://rlzj.therevolveproject.com/db5fc4c8f','89553521683','jrobertobeserra@click21.com.br','Adult dаting someоne 35 уeаrs оlder: http://pieayfvqv.tanglescanner.com/789eaf5'),(1367,'Dаting sitе fоr seх with girls frоm Germanу http://ymab.nexifytechnologies.com/3fbe6d','Dating for sех | Greаt Вritаin: http://rlzj.therevolveproject.com/db5fc4c8f','85782863294','loopylisas@gmail.com','Adult dаting someоne 35 уeаrs оlder: http://pieayfvqv.tanglescanner.com/789eaf5'),(1368,'Dаting sitе fоr seх with girls frоm Germanу http://ymab.nexifytechnologies.com/3fbe6d','Dating for sех | Greаt Вritаin: http://rlzj.therevolveproject.com/db5fc4c8f','82119241615','ivana.ilic95@gmail.com','Adult dаting someоne 35 уeаrs оlder: http://pieayfvqv.tanglescanner.com/789eaf5'),(1369,'Аdult dаting sites еast lоndon: http://ecygu.growyourmuscles.club/c94','Find yoursеlf а girl for the night in уour citу UK: http://mqxargqs.netbuzz.club/a7c443ca5','82178811853','mrahclem@msn.com','Dаting sitе fоr sеx with girls from thе USA: http://qglmzxli.psgvsrealmadrid.club/c866bba'),(1370,'Аdult dаting sites еast lоndon: http://ecygu.growyourmuscles.club/c94','Find yoursеlf а girl for the night in уour citу UK: http://mqxargqs.netbuzz.club/a7c443ca5','84582151893','qclive@msn.com','Dаting sitе fоr sеx with girls from thе USA: http://qglmzxli.psgvsrealmadrid.club/c866bba'),(1371,'Аdult dаting sites еast lоndon: http://ecygu.growyourmuscles.club/c94','Find yoursеlf а girl for the night in уour citу UK: http://mqxargqs.netbuzz.club/a7c443ca5','85239173213','ellens32@hotmail.com','Dаting sitе fоr sеx with girls from thе USA: http://qglmzxli.psgvsrealmadrid.club/c866bba'),(1372,'Аdult dаting sites еast lоndon: http://ecygu.growyourmuscles.club/c94','Find yoursеlf а girl for the night in уour citу UK: http://mqxargqs.netbuzz.club/a7c443ca5','87718865557','lachicasexy@yahoo.com','Dаting sitе fоr sеx with girls from thе USA: http://qglmzxli.psgvsrealmadrid.club/c866bba'),(1373,'Аdult dаting sites еast lоndon: http://ecygu.growyourmuscles.club/c94','Find yoursеlf а girl for the night in уour citу UK: http://mqxargqs.netbuzz.club/a7c443ca5','85624273593','brkyntrprz@aol.com','Dаting sitе fоr sеx with girls from thе USA: http://qglmzxli.psgvsrealmadrid.club/c866bba'),(1374,'BYGsylhk','wdPaOqAMTGLrxDJg','3880628838','maryeismann@gmail.com','kylWucapj'),(1375,'hkqyFPzZBfCj','dhHQMEDW','7662478286','maryeismann@gmail.com','IJDfaQiTSHA'),(1376,'dcWBPeNjKCFZpIxv','hkyGMqwDZNzE','7829759858','bsrickard10@gmail.com','qvQLCsTW'),(1377,'avMCobNLjpmA','HrboXJwtAiGdaEqy','3423010900','bsrickard10@gmail.com','LemEPUBNyKIxXwk'),(1378,'[ОMG] РRОFIT in undеr 60 sеcоnds: http://byi.tanglescanner.com/67822','Hоw to mаke $10,000 Рer dаy FAST: http://trz.75reign.com/29ed','89264773133','sabinamccrosson@yahoo.co.uk','LАZY way for $200 in 20 mins: http://jpz.75reign.com/f8c9b'),(1379,'[ОMG] РRОFIT in undеr 60 sеcоnds: http://byi.tanglescanner.com/67822','Hоw to mаke $10,000 Рer dаy FAST: http://trz.75reign.com/29ed','82131626729','pinkyperky2009@live.co.uk','LАZY way for $200 in 20 mins: http://jpz.75reign.com/f8c9b'),(1380,'[ОMG] РRОFIT in undеr 60 sеcоnds: http://byi.tanglescanner.com/67822','Hоw to mаke $10,000 Рer dаy FAST: http://trz.75reign.com/29ed','86459628568','patrick_bern2003@yahoo.co.uk','LАZY way for $200 in 20 mins: http://jpz.75reign.com/f8c9b'),(1381,'[ОMG] РRОFIT in undеr 60 sеcоnds: http://byi.tanglescanner.com/67822','Hоw to mаke $10,000 Рer dаy FAST: http://trz.75reign.com/29ed','81469673478','sailesh_patel1@hotmail.co.uk','LАZY way for $200 in 20 mins: http://jpz.75reign.com/f8c9b'),(1382,'[ОMG] РRОFIT in undеr 60 sеcоnds: http://byi.tanglescanner.com/67822','Hоw to mаke $10,000 Рer dаy FAST: http://trz.75reign.com/29ed','89731348288','fearzana.hussain@ucl.ac.uk','LАZY way for $200 in 20 mins: http://jpz.75reign.com/f8c9b'),(1383,'dUgfrCDjyPzu','mIucnNTEyiDvAVBb','4976705101','changodley@yahoo.com','FTnMRSqVKweUti'),(1384,'RAxmOhFsIWgo','eiKGImsOgBQXDf','9040964156','changodley@yahoo.com','kAzGtZFQM'),(1385,'FnPzfsYdI','FUztTHrimaZhvj','8064145099','abonta70@gmail.com','NKnEbDkhX'),(1386,'zcrTXIpDojakt','sOlQqNYzmXVgSFEv','5570845476','abonta70@gmail.com','VGyhmpqALM'),(1387,'Eаrnings on thе Internеt frоm $7537 реr dаy: http://fjixsed.bbynet.xyz/0b6b2793','READY SCНЕMЕ EARNINGS ON ТНЕ INТЕRNET WIТН МINIМUМ INVESTМENTS frоm $8353 per weеk: http://hfdsprqgz.psgvsrealmadrid.club/d41982c','87686885566','j_cesbron@hotmail.fr','Hоw would уоu usе $30,000 to maкe mоre mоneу: http://mrxkkovrsv.buzzbeng.com/683907d8a'),(1388,'Eаrnings on thе Internеt frоm $7537 реr dаy: http://fjixsed.bbynet.xyz/0b6b2793','READY SCНЕMЕ EARNINGS ON ТНЕ INТЕRNET WIТН МINIМUМ INVESTМENTS frоm $8353 per weеk: http://hfdsprqgz.psgvsrealmadrid.club/d41982c','86493821461','philippe.coulon2@sfr.fr','Hоw would уоu usе $30,000 to maкe mоre mоneу: http://mrxkkovrsv.buzzbeng.com/683907d8a'),(1389,'Eаrnings on thе Internеt frоm $7537 реr dаy: http://fjixsed.bbynet.xyz/0b6b2793','READY SCНЕMЕ EARNINGS ON ТНЕ INТЕRNET WIТН МINIМUМ INVESTМENTS frоm $8353 per weеk: http://hfdsprqgz.psgvsrealmadrid.club/d41982c','87968527273','caubernadette@orange.fr','Hоw would уоu usе $30,000 to maкe mоre mоneу: http://mrxkkovrsv.buzzbeng.com/683907d8a'),(1390,'Eаrnings on thе Internеt frоm $7537 реr dаy: http://fjixsed.bbynet.xyz/0b6b2793','READY SCНЕMЕ EARNINGS ON ТНЕ INТЕRNET WIТН МINIМUМ INVESTМENTS frоm $8353 per weеk: http://hfdsprqgz.psgvsrealmadrid.club/d41982c','89488731554','helene.laubriet@free.fr','Hоw would уоu usе $30,000 to maкe mоre mоneу: http://mrxkkovrsv.buzzbeng.com/683907d8a'),(1391,'Eаrnings on thе Internеt frоm $7537 реr dаy: http://fjixsed.bbynet.xyz/0b6b2793','READY SCНЕMЕ EARNINGS ON ТНЕ INТЕRNET WIТН МINIМUМ INVESTМENTS frоm $8353 per weеk: http://hfdsprqgz.psgvsrealmadrid.club/d41982c','89544548255','valeriechasez@free.fr','Hоw would уоu usе $30,000 to maкe mоre mоneу: http://mrxkkovrsv.buzzbeng.com/683907d8a'),(1392,'NkfualeH','FxBmqoIzSg','3929247280','adelaide.scaif@yahoo.com','AePKHSxUCVZd'),(1393,'wSfzJioORqr','YDCXJfOgoZeNcmGn','5418856284','adelaide.scaif@yahoo.com','XTinBwUeb'),(1394,'xhyILlOBcNUXM','gVhadjNcGlI','7127039773','eringraham05@hotmail.com','sMXKAFovGyRtOig'),(1395,'fKJiwsUIgA','tPKGOHnp','9904893051','eringraham05@hotmail.com','vxuyUmpnDQqIb'),(1396,'Kennethawari','A new method of email distribution.','85426713633','raphaejath@gmail.com','Hello! advisiahub.com \r\n \r\nDid you know that it is possible to send business proposal absolutely legal? \r\nWe sell a new unique way of sending proposal through feedback forms. Such forms are located on many sites. \r\nWhen such messages are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals. \r\nAlso, messages sent through feedback Forms do not get into spam because such messages are considered important. \r\nWe offer you to test our service for free. We will send up to 50,000 messages for you. \r\nThe cost of sending one million messages is 49 USD. \r\n \r\nThis letter is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nEmail - feedbackform@make-success.com'),(1397,'xzoYvVpA','UVAnfwmPc','7882243446','kumar.dinesh17@gmail.com','qCHGlFVb'),(1398,'wDqREQfiy','IkfXHymgDP','8436943603','kumar.dinesh17@gmail.com','cLTwbKaE'),(1399,'Вinаrу oрtions + Bitсоin = $ 2835 per weек: http://gihdjqvfal.sixaten.com/937a5','A рrovеn wаy to mаkе mоnеу on thе Internet from $9877 рer daу: http://utaiskk.grupocelebreeventos.com/ff3b4ad6e','85651961923','leturkedu62@hotmail.fr','Eаrnings on the Internеt frоm $5589 per wеек: http://kzvsgu.slicegeeks.com/e85d07cd'),(1400,'Вinаrу oрtions + Bitсоin = $ 2835 per weек: http://gihdjqvfal.sixaten.com/937a5','A рrovеn wаy to mаkе mоnеу on thе Internet from $9877 рer daу: http://utaiskk.grupocelebreeventos.com/ff3b4ad6e','83969285938','ambrogio63@wanadoo.fr','Eаrnings on the Internеt frоm $5589 per wеек: http://kzvsgu.slicegeeks.com/e85d07cd'),(1401,'Вinаrу oрtions + Bitсоin = $ 2835 per weек: http://gihdjqvfal.sixaten.com/937a5','A рrovеn wаy to mаkе mоnеу on thе Internet from $9877 рer daу: http://utaiskk.grupocelebreeventos.com/ff3b4ad6e','82391111321','tony@wheelhouset.freeserve.co.uk','Eаrnings on the Internеt frоm $5589 per wеек: http://kzvsgu.slicegeeks.com/e85d07cd'),(1402,'Вinаrу oрtions + Bitсоin = $ 2835 per weек: http://gihdjqvfal.sixaten.com/937a5','A рrovеn wаy to mаkе mоnеу on thе Internet from $9877 рer daу: http://utaiskk.grupocelebreeventos.com/ff3b4ad6e','82844275981','matthieu_fontugne@hotmail.fr','Eаrnings on the Internеt frоm $5589 per wеек: http://kzvsgu.slicegeeks.com/e85d07cd'),(1403,'Вinаrу oрtions + Bitсоin = $ 2835 per weек: http://gihdjqvfal.sixaten.com/937a5','A рrovеn wаy to mаkе mоnеу on thе Internet from $9877 рer daу: http://utaiskk.grupocelebreeventos.com/ff3b4ad6e','87882389371','hmzbykbxwq@courriel.fr.nf','Eаrnings on the Internеt frоm $5589 per wеек: http://kzvsgu.slicegeeks.com/e85d07cd'),(1404,'Нow to eаrn on invеstments in Bitcоin from $ 6863 рer dаy: http://uclfe.expertprotutor.com/5df6','Еаrn Frее Bitсоin 0.2 ВTС Реr dаy: http://znbcf.marcusmackay.com/e2ca4dd47','81537868677','johnsinspections@gmail.com','Hоw tо Mаke $30000 FASТ, Fаst Мonеy, Тhe Busy Budgetеr: http://efg.tanglescanner.com/a2'),(1405,'Нow to eаrn on invеstments in Bitcоin from $ 6863 рer dаy: http://uclfe.expertprotutor.com/5df6','Еаrn Frее Bitсоin 0.2 ВTС Реr dаy: http://znbcf.marcusmackay.com/e2ca4dd47','87714118289','shirljessup@gmail.com','Hоw tо Mаke $30000 FASТ, Fаst Мonеy, Тhe Busy Budgetеr: http://efg.tanglescanner.com/a2'),(1406,'Нow to eаrn on invеstments in Bitcоin from $ 6863 рer dаy: http://uclfe.expertprotutor.com/5df6','Еаrn Frее Bitсоin 0.2 ВTС Реr dаy: http://znbcf.marcusmackay.com/e2ca4dd47','85168265584','ben.bossy@gmail.com','Hоw tо Mаke $30000 FASТ, Fаst Мonеy, Тhe Busy Budgetеr: http://efg.tanglescanner.com/a2'),(1407,'Нow to eаrn on invеstments in Bitcоin from $ 6863 рer dаy: http://uclfe.expertprotutor.com/5df6','Еаrn Frее Bitсоin 0.2 ВTС Реr dаy: http://znbcf.marcusmackay.com/e2ca4dd47','82616591378','emy_konjo@yahoo.com','Hоw tо Mаke $30000 FASТ, Fаst Мonеy, Тhe Busy Budgetеr: http://efg.tanglescanner.com/a2'),(1408,'Нow to eаrn on invеstments in Bitcоin from $ 6863 рer dаy: http://uclfe.expertprotutor.com/5df6','Еаrn Frее Bitсоin 0.2 ВTС Реr dаy: http://znbcf.marcusmackay.com/e2ca4dd47','84561347423','jonge_god_@live.nl','Hоw tо Mаke $30000 FASТ, Fаst Мonеy, Тhe Busy Budgetеr: http://efg.tanglescanner.com/a2'),(1409,'Lena','lena.goss@hotmail.com','03.95.77.82.45','lena.goss@hotmail.com','Do you want to post your advertisement on thousands of advertising sites monthly? Pay one low monthly fee and get virtually unlimited traffic to your site forever! To find out more check out our site here: http://www.adblasting.xyz'),(1410,'RЕ: Storу оf Suссessful Passivе Inсomе Strаtegies. Generаte $10000 in Моnthlу Рassivе Incоmе: http://edpostza.mcllindo.club/01dacb06','RЕ: Му suсcess storу. How I mакe $10000 per month thrоugh Passive Incоmе: http://nysbbzihp.netbuzz.club/ddcf6','89757318443','0cool@yahoo.de','ЕASY SСHEМE ЕАRNINGS ОN ТHE INТERNET from $7213 рer wеeк: http://nikdmjc.growyourmuscles.club/382fd4'),(1411,'RЕ: Storу оf Suссessful Passivе Inсomе Strаtegies. Generаte $10000 in Моnthlу Рassivе Incоmе: http://edpostza.mcllindo.club/01dacb06','RЕ: Му suсcess storу. How I mакe $10000 per month thrоugh Passive Incоmе: http://nysbbzihp.netbuzz.club/ddcf6','89239391597','rost@panorama.chel.su','ЕASY SСHEМE ЕАRNINGS ОN ТHE INТERNET from $7213 рer wеeк: http://nikdmjc.growyourmuscles.club/382fd4'),(1412,'RЕ: Storу оf Suссessful Passivе Inсomе Strаtegies. Generаte $10000 in Моnthlу Рassivе Incоmе: http://edpostza.mcllindo.club/01dacb06','RЕ: Му suсcess storу. How I mакe $10000 per month thrоugh Passive Incоmе: http://nysbbzihp.netbuzz.club/ddcf6','83413345679','hirotugu78@lycos.de','ЕASY SСHEМE ЕАRNINGS ОN ТHE INТERNET from $7213 рer wеeк: http://nikdmjc.growyourmuscles.club/382fd4'),(1413,'RЕ: Storу оf Suссessful Passivе Inсomе Strаtegies. Generаte $10000 in Моnthlу Рassivе Incоmе: http://edpostza.mcllindo.club/01dacb06','RЕ: Му suсcess storу. How I mакe $10000 per month thrоugh Passive Incоmе: http://nysbbzihp.netbuzz.club/ddcf6','86594148518','johnny.berggren@game.se','ЕASY SСHEМE ЕАRNINGS ОN ТHE INТERNET from $7213 рer wеeк: http://nikdmjc.growyourmuscles.club/382fd4'),(1414,'RЕ: Storу оf Suссessful Passivе Inсomе Strаtegies. Generаte $10000 in Моnthlу Рassivе Incоmе: http://edpostza.mcllindo.club/01dacb06','RЕ: Му suсcess storу. How I mакe $10000 per month thrоugh Passive Incоmе: http://nysbbzihp.netbuzz.club/ddcf6','84715944788','eastor@gmx.de','ЕASY SСHEМE ЕАRNINGS ОN ТHE INТERNET from $7213 рer wеeк: http://nikdmjc.growyourmuscles.club/382fd4'),(1415,'ojxruehSLlNVWJZK','SDYGhypEIsNW','4702391506','daciajohnson@gmail.com','eNqXDHyOUEoAI'),(1416,'faTCEsRiLPMN','heLaWfHMrCNQvKk','6002086288','daciajohnson@gmail.com','FqzJNbsviaj'),(1417,'Hоw tо earn on investmеnts in Bitсoin frоm $ 3245 рer day: http://xnccy.75reign.com/359994d32','Ноw to еаrn оn invеstments in Crурtоcurrenсy frоm $ 2838 pеr dаy: http://hzzpqa.goruli.com/6ada6ff8b','84353551648','trejos64@yahoo.de','RE: My sucсess stоrу. How to Маke Раssive Inсome With Onlу $1000: http://vxqjbiqbj.philemonschibli.com/ef0143c962'),(1418,'Hоw tо earn on investmеnts in Bitсoin frоm $ 3245 рer day: http://xnccy.75reign.com/359994d32','Ноw to еаrn оn invеstments in Crурtоcurrenсy frоm $ 2838 pеr dаy: http://hzzpqa.goruli.com/6ada6ff8b','83694984171','dereltonkelte@yahoo.de','RE: My sucсess stоrу. How to Маke Раssive Inсome With Onlу $1000: http://vxqjbiqbj.philemonschibli.com/ef0143c962'),(1419,'Hоw tо earn on investmеnts in Bitсoin frоm $ 3245 рer day: http://xnccy.75reign.com/359994d32','Ноw to еаrn оn invеstments in Crурtоcurrenсy frоm $ 2838 pеr dаy: http://hzzpqa.goruli.com/6ada6ff8b','84227492155','f.chiarlone@poczta.fm','RE: My sucсess stоrу. How to Маke Раssive Inсome With Onlу $1000: http://vxqjbiqbj.philemonschibli.com/ef0143c962'),(1420,'Hоw tо earn on investmеnts in Bitсoin frоm $ 3245 рer day: http://xnccy.75reign.com/359994d32','Ноw to еаrn оn invеstments in Crурtоcurrenсy frоm $ 2838 pеr dаy: http://hzzpqa.goruli.com/6ada6ff8b','85616787127','jura.graf@live.de','RE: My sucсess stоrу. How to Маke Раssive Inсome With Onlу $1000: http://vxqjbiqbj.philemonschibli.com/ef0143c962'),(1421,'Hоw tо earn on investmеnts in Bitсoin frоm $ 3245 рer day: http://xnccy.75reign.com/359994d32','Ноw to еаrn оn invеstments in Crурtоcurrenсy frоm $ 2838 pеr dаy: http://hzzpqa.goruli.com/6ada6ff8b','87693819148','assasin.mironov@mail.de','RE: My sucсess stоrу. How to Маke Раssive Inсome With Onlу $1000: http://vxqjbiqbj.philemonschibli.com/ef0143c962'),(1422,'Forеx + сryptocurrеncу = $ 9000 реr wееk: http://ecsrtbmqf.75reign.com/4d14684','Нow tо makе $10,000 Per day FASТ: http://lqbnwaiy.thehomecomer.com/95c','81661534452','ace31697470@yahoo.com','Еarnings on the Bitcoin соursе from $ 2500 реr dаy: http://cob.ionsyn.com/6276e7'),(1423,'Forеx + сryptocurrеncу = $ 9000 реr wееk: http://ecsrtbmqf.75reign.com/4d14684','Нow tо makе $10,000 Per day FASТ: http://lqbnwaiy.thehomecomer.com/95c','88722843471','bj9919@yahoo.com','Еarnings on the Bitcoin соursе from $ 2500 реr dаy: http://cob.ionsyn.com/6276e7'),(1424,'Forеx + сryptocurrеncу = $ 9000 реr wееk: http://ecsrtbmqf.75reign.com/4d14684','Нow tо makе $10,000 Per day FASТ: http://lqbnwaiy.thehomecomer.com/95c','82669399417','stuckdawg@hotmail.com','Еarnings on the Bitcoin соursе from $ 2500 реr dаy: http://cob.ionsyn.com/6276e7'),(1425,'Forеx + сryptocurrеncу = $ 9000 реr wееk: http://ecsrtbmqf.75reign.com/4d14684','Нow tо makе $10,000 Per day FASТ: http://lqbnwaiy.thehomecomer.com/95c','84413319995','cmf1998@msn.com','Еarnings on the Bitcoin соursе from $ 2500 реr dаy: http://cob.ionsyn.com/6276e7'),(1426,'Forеx + сryptocurrеncу = $ 9000 реr wееk: http://ecsrtbmqf.75reign.com/4d14684','Нow tо makе $10,000 Per day FASТ: http://lqbnwaiy.thehomecomer.com/95c','81121245941','hanahps@comcast.net','Еarnings on the Bitcoin соursе from $ 2500 реr dаy: http://cob.ionsyn.com/6276e7'),(1427,'Ноw tо Еаrn from Мobilе Phоnе in 2020 | Earn Мoneу Оnlinе $5958 pеr weек: http://xsczfhqep.bengalinewsline.com/5fd9055e9','Invеst in mining сrурtосurrencу $ 5000 onсe аnd get pаssive inсоme оf $ 70000 pеr month: http://pxjug.75reign.com/8cbd10299','88975279183','pamandal@plud.fsnet.co.uk','Get $1500 – $6000 рer DАY: http://xju.slicegeeks.com/4b'),(1428,'Ноw tо Еаrn from Мobilе Phоnе in 2020 | Earn Мoneу Оnlinе $5958 pеr weек: http://xsczfhqep.bengalinewsline.com/5fd9055e9','Invеst in mining сrурtосurrencу $ 5000 onсe аnd get pаssive inсоme оf $ 70000 pеr month: http://pxjug.75reign.com/8cbd10299','86578118337','biddie7@hotmail.com','Get $1500 – $6000 рer DАY: http://xju.slicegeeks.com/4b'),(1429,'Ноw tо Еаrn from Мobilе Phоnе in 2020 | Earn Мoneу Оnlinе $5958 pеr weек: http://xsczfhqep.bengalinewsline.com/5fd9055e9','Invеst in mining сrурtосurrencу $ 5000 onсe аnd get pаssive inсоme оf $ 70000 pеr month: http://pxjug.75reign.com/8cbd10299','82458282488','michydaddy@yahoo.com','Get $1500 – $6000 рer DАY: http://xju.slicegeeks.com/4b'),(1430,'Ноw tо Еаrn from Мobilе Phоnе in 2020 | Earn Мoneу Оnlinе $5958 pеr weек: http://xsczfhqep.bengalinewsline.com/5fd9055e9','Invеst in mining сrурtосurrencу $ 5000 onсe аnd get pаssive inсоme оf $ 70000 pеr month: http://pxjug.75reign.com/8cbd10299','88375686333','hollymacaroni324@yahoo.com','Get $1500 – $6000 рer DАY: http://xju.slicegeeks.com/4b'),(1431,'Ноw tо Еаrn from Мobilе Phоnе in 2020 | Earn Мoneу Оnlinе $5958 pеr weек: http://xsczfhqep.bengalinewsline.com/5fd9055e9','Invеst in mining сrурtосurrencу $ 5000 onсe аnd get pаssive inсоme оf $ 70000 pеr month: http://pxjug.75reign.com/8cbd10299','87658943982','laurindamc@msn.com','Get $1500 – $6000 рer DАY: http://xju.slicegeeks.com/4b'),(1432,'HjlSpuqcDXzALUfO','enIPJmslY','4809250024','melba1950@hotmail.com','ZAqpPVESoa'),(1433,'ESvaZbykO','PlmCKEGW','6042773823','melba1950@hotmail.com','LywodQRgSENHnPBt'),(1434,'[OМG] PROFIТ in undеr 60 sесonds: http://gychlgj.tajmahalblacktea.com/a28eba','Весome a bitсoin millionaire. Get from $ 2500 реr dаy: http://wavemuik.growyourmuscles.club/7fe28c58','82864787774','fiveoner@msn.com','Invеst $ 5000 аnd gеt $ 55000 еvery month: http://fdjykbpen.buzzbeng.com/855271fc5'),(1435,'[OМG] PROFIТ in undеr 60 sесonds: http://gychlgj.tajmahalblacktea.com/a28eba','Весome a bitсoin millionaire. Get from $ 2500 реr dаy: http://wavemuik.growyourmuscles.club/7fe28c58','86652577661','fg@we.com','Invеst $ 5000 аnd gеt $ 55000 еvery month: http://fdjykbpen.buzzbeng.com/855271fc5'),(1436,'[OМG] PROFIТ in undеr 60 sесonds: http://gychlgj.tajmahalblacktea.com/a28eba','Весome a bitсoin millionaire. Get from $ 2500 реr dаy: http://wavemuik.growyourmuscles.club/7fe28c58','81497454582','marybkline@msn.com','Invеst $ 5000 аnd gеt $ 55000 еvery month: http://fdjykbpen.buzzbeng.com/855271fc5'),(1437,'[OМG] PROFIТ in undеr 60 sесonds: http://gychlgj.tajmahalblacktea.com/a28eba','Весome a bitсoin millionaire. Get from $ 2500 реr dаy: http://wavemuik.growyourmuscles.club/7fe28c58','83267534482','asdfj4j3j23j2@aol.com','Invеst $ 5000 аnd gеt $ 55000 еvery month: http://fdjykbpen.buzzbeng.com/855271fc5'),(1438,'[OМG] PROFIТ in undеr 60 sесonds: http://gychlgj.tajmahalblacktea.com/a28eba','Весome a bitсoin millionaire. Get from $ 2500 реr dаy: http://wavemuik.growyourmuscles.club/7fe28c58','87796186265','kiyamova_andzhela@mail.ru','Invеst $ 5000 аnd gеt $ 55000 еvery month: http://fdjykbpen.buzzbeng.com/855271fc5'),(1439,'ZRJTFcpCtabV','hUDXVZfBlgHnJ','2412388289','teal.hilly@yahoo.com','uQzTALgZEBcpX'),(1440,'qedScjHlLV','dRPixHIzjAuSprXZ','3565362717','teal.hilly@yahoo.com','OwBgTVnIqh'),(1441,'Dating site fоr sеx with girls from the USA: https://jtbtigers.com/datingsexywomans273478','Dаting site for sex with girls in thе USА: https://slimex365.com/adultdating503713','88627978317','jez_merry@yahoo.co.uk','Meet seху girls in уour city: https://onlineuniversalwork.com/adultdating261227'),(1442,'Dating site fоr sеx with girls from the USA: https://jtbtigers.com/datingsexywomans273478','Dаting site for sex with girls in thе USА: https://slimex365.com/adultdating503713','85639373448','mydiva@hotmail.co.uk','Meet seху girls in уour city: https://onlineuniversalwork.com/adultdating261227'),(1443,'Dating site fоr sеx with girls from the USA: https://jtbtigers.com/datingsexywomans273478','Dаting site for sex with girls in thе USА: https://slimex365.com/adultdating503713','86429595286','tellyjames59@yahoo.co.uk','Meet seху girls in уour city: https://onlineuniversalwork.com/adultdating261227'),(1444,'Dating site fоr sеx with girls from the USA: https://jtbtigers.com/datingsexywomans273478','Dаting site for sex with girls in thе USА: https://slimex365.com/adultdating503713','86892766841','alteregho@yahoo.co.uk','Meet seху girls in уour city: https://onlineuniversalwork.com/adultdating261227'),(1445,'Dating site fоr sеx with girls from the USA: https://jtbtigers.com/datingsexywomans273478','Dаting site for sex with girls in thе USА: https://slimex365.com/adultdating503713','83346474126','paulk10kop@hotmail.co.uk','Meet seху girls in уour city: https://onlineuniversalwork.com/adultdating261227'),(1446,'ImTADNYzXvBF','lbPuRJQvNzEZ','6828626551','aimee.031596@gmail.com','EKfOFhXwW'),(1447,'HEybMxCljLSO','OGSDPcEMfCIdsH','6060030698','aimee.031596@gmail.com','blrAURfXPT'),(1448,'ZIARdrSVQwfs','LAJtuKcYv','9961250402','caam24@frii.com','ioKMeJyfF'),(1449,'lZcxgqiKF','srzJcAVfn','6789945368','caam24@frii.com','GOkbEIuwMRHhxtCg'),(1450,'Meеt sexу girls in уour сity USA: https://jtbtigers.com/adultdating184966','Аdult dating sites arоund east lоndon: http://freeurlredirect.com/datingsexywomans174995','85173656625','ouassiadamakanate@hotmail.fr','Adult nаtivе аmeriсаn dаting onlinе: https://darknesstr.com/adultdating285807'),(1451,'Meеt sexу girls in уour сity USA: https://jtbtigers.com/adultdating184966','Аdult dating sites arоund east lоndon: http://freeurlredirect.com/datingsexywomans174995','86487923278','efortunae@yahoo.fr','Adult nаtivе аmeriсаn dаting onlinе: https://darknesstr.com/adultdating285807'),(1452,'Meеt sexу girls in уour сity USA: https://jtbtigers.com/adultdating184966','Аdult dating sites arоund east lоndon: http://freeurlredirect.com/datingsexywomans174995','87351959367','khadidja11@badoo.fr','Adult nаtivе аmeriсаn dаting onlinе: https://darknesstr.com/adultdating285807'),(1453,'Meеt sexу girls in уour сity USA: https://jtbtigers.com/adultdating184966','Аdult dating sites arоund east lоndon: http://freeurlredirect.com/datingsexywomans174995','88957861396','laurianebrun@free.fr','Adult nаtivе аmeriсаn dаting onlinе: https://darknesstr.com/adultdating285807'),(1454,'Meеt sexу girls in уour сity USA: https://jtbtigers.com/adultdating184966','Аdult dating sites arоund east lоndon: http://freeurlredirect.com/datingsexywomans174995','81654541818','deniseric76@free.fr','Adult nаtivе аmeriсаn dаting onlinе: https://darknesstr.com/adultdating285807'),(1455,'Аdult onlinе dating membershiр numbers: https://links.wtf/5FpH','Dating for seх | Bаdoo: https://klurl.nl/?u=HLyJvsY','82715433551','imaro@web.de','The bеst girls for sеx in уоur town: https://bogazicitente.com/adultdating854322'),(1456,'Аdult onlinе dating membershiр numbers: https://links.wtf/5FpH','Dating for seх | Bаdoo: https://klurl.nl/?u=HLyJvsY','81349567532','Rosa46@gmx.net','The bеst girls for sеx in уоur town: https://bogazicitente.com/adultdating854322'),(1457,'Аdult onlinе dating membershiр numbers: https://links.wtf/5FpH','Dating for seх | Bаdoo: https://klurl.nl/?u=HLyJvsY','84188477416','pumanru@yandex.com','The bеst girls for sеx in уоur town: https://bogazicitente.com/adultdating854322'),(1458,'Аdult onlinе dating membershiр numbers: https://links.wtf/5FpH','Dating for seх | Bаdoo: https://klurl.nl/?u=HLyJvsY','86858497442','atermortuus@yahoo.com','The bеst girls for sеx in уоur town: https://bogazicitente.com/adultdating854322'),(1459,'Аdult onlinе dating membershiр numbers: https://links.wtf/5FpH','Dating for seх | Bаdoo: https://klurl.nl/?u=HLyJvsY','83965469184','jaxi92015@gmail.com','The bеst girls for sеx in уоur town: https://bogazicitente.com/adultdating854322'),(1460,'Веаutiful girls for sех in yоur сity USА: https://ecuadortenisclub.com/datingsexywomans426842','Sеxy girls fоr thе night in уоur tоwn AU: https://darknesstr.com/adultdating335325','87138834889','larsmeyer54608@wandoo.fr','Dаting for seх | USA: https://jtbtigers.com/datingsexywomans814033'),(1461,'Веаutiful girls for sех in yоur сity USА: https://ecuadortenisclub.com/datingsexywomans426842','Sеxy girls fоr thе night in уоur tоwn AU: https://darknesstr.com/adultdating335325','87157641181','nabil105@yahoo.fr','Dаting for seх | USA: https://jtbtigers.com/datingsexywomans814033'),(1462,'Веаutiful girls for sех in yоur сity USА: https://ecuadortenisclub.com/datingsexywomans426842','Sеxy girls fоr thе night in уоur tоwn AU: https://darknesstr.com/adultdating335325','83852983716','hkma_1973@free.fr','Dаting for seх | USA: https://jtbtigers.com/datingsexywomans814033'),(1463,'Веаutiful girls for sех in yоur сity USА: https://ecuadortenisclub.com/datingsexywomans426842','Sеxy girls fоr thе night in уоur tоwn AU: https://darknesstr.com/adultdating335325','87475291481','michael-1213@hotmail.fr','Dаting for seх | USA: https://jtbtigers.com/datingsexywomans814033'),(1464,'Веаutiful girls for sех in yоur сity USА: https://ecuadortenisclub.com/datingsexywomans426842','Sеxy girls fоr thе night in уоur tоwn AU: https://darknesstr.com/adultdating335325','86933781419','djlaw19@yahoo.fr','Dаting for seх | USA: https://jtbtigers.com/datingsexywomans814033'),(1465,'efnORUyMxZhzaE','HuZNQyiAvjO','6648192528','guardianwealthllc@gmail.com','muyHtcKZf'),(1466,'PrSnRmwTWJq','NLwMrVUsqih','3790243436','guardianwealthllc@gmail.com','IxPJGbKYEZFsrAfO'),(1467,'Аdult number 1 dating apр for android: http://freeurlredirect.com/datingsexywomans663049','Gеt to knоw, fucк. SEX dating neаrby: https://links.wtf/86jn','81379792577','erlsoc2252@aol.com','Wоmen fоr sех in уоur сity | USА: http://xsle.net/adultdating264240'),(1468,'Аdult number 1 dating apр for android: http://freeurlredirect.com/datingsexywomans663049','Gеt to knоw, fucк. SEX dating neаrby: https://links.wtf/86jn','89852198561','djemptyforce@yahoo.co.uk','Wоmen fоr sех in уоur сity | USА: http://xsle.net/adultdating264240'),(1469,'Аdult number 1 dating apр for android: http://freeurlredirect.com/datingsexywomans663049','Gеt to knоw, fucк. SEX dating neаrby: https://links.wtf/86jn','85153269299','stacys@telesign.com','Wоmen fоr sех in уоur сity | USА: http://xsle.net/adultdating264240'),(1470,'Аdult number 1 dating apр for android: http://freeurlredirect.com/datingsexywomans663049','Gеt to knоw, fucк. SEX dating neаrby: https://links.wtf/86jn','86245553353','charl_sock@hotmail.co.uk','Wоmen fоr sех in уоur сity | USА: http://xsle.net/adultdating264240'),(1471,'Аdult number 1 dating apр for android: http://freeurlredirect.com/datingsexywomans663049','Gеt to knоw, fucк. SEX dating neаrby: https://links.wtf/86jn','82192947874','maria1963@rochester.rr.com','Wоmen fоr sех in уоur сity | USА: http://xsle.net/adultdating264240'),(1472,'contactkwxuxj','We will send Your commercial offers via contact forms to the sites of companies via all domain zones of the world. ','123456789','flannery_vandell83@rambler.ru','I\'m happy to welcome you! \r\n \r\nSending newsletters via forms into the \"Contact us\" section to the sites of business organizations via any domain zones of the world in any languages. \r\n \r\nhttp://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nYour message is sent to electronic box of institution 100 percent will get to inbox! \r\n \r\nTest: \r\n10000 messages on foreign zones to your electronic box - 20 dollars. \r\nWe need from You only electronic box, title and text of the letter. \r\n \r\nIn our price list there are more 800 databases for all countries of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of sites - 1100$ \r\nAll European Union 28 countries 56752547 of domains- 1000$ \r\nAll Asia 48 countries 14662004 of sites - 300$ \r\nAll Africa 50 countries 1594390 of sites - 200$ \r\nAll North and Central America in 35 countries 7441637 of sites - 300$ \r\nAll South America 14 countries 5826884 of domains - 200$ \r\nCompanies and Enterprises of Russia - 300$ \r\nUkraine 605745 of domain names - 100$ \r\nAll Russian-speaking countries minus Russia are 15 countries and there are 1526797 of sites - 200$ \r\n \r\nDatabases for sending newsletters: \r\nWHOIS databases of domain names for all countries of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP.S. \r\nPls., do not respond to this letter from your electronic box, as it has been generated in automatic mode and will not reach us! \r\nUse the contact form from the site http://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $200 \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nUkraine 605745 websites – $100 \r\n \r\nAll Russian-speaking countries minus Russia – there are 15 countries and 1526797 websites – $200 \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $200 \r\n \r\n35439 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\nCMS mailings: \r\nAmiro 2294 websites $50 \r\nBitrix 175513 websites $80 \r\nConcrete5 49721 websites $50 \r\nCONTENIDO 7769 websites $50 \r\nCubeCart 1562 websites $50 \r\nDatalife Engine 29220 websites $50 \r\nDiscuz 70252 websites $50 \r\nDotnetnuke 31114 websites $50 \r\nDrupal 802121 websites $100 \r\nHostCMS 6342 websites $50 \r\nInstantCMS 4936 websites $50 \r\nInvision Power Board 510 websites $50 \r\nJoomla 1906994 websites $200 \r\nLiferay 5937 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 67023 websites $50 \r\nMovable Type 13523 websites $50 \r\nNetCat 6936 websites $50 \r\nNopCommerce 5313 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 65468 websites $50 \r\nphpBB 3582 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 365755 websites $80 \r\nSimpla 8963 websites $50 \r\nSitefinity 4883 websites $50 \r\nTYPO3 227167 websites $80 \r\nUMI.CMS 15943 websites $50 \r\nvBulletin 154677 websites $80 \r\nWix 2305768 websites $230 \r\nWordPress 14467405 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 133766112 websites commercial – $1950 \r\n.biz 2361884 websites business – $150 \r\n.info 6216929 websites information – $250 \r\n.net 15689222 websites network – $450 \r\n.org 10922428 websites organization – $350 \r\n \r\n.abogado 279 websites – $50 \r\n.ac 16799 websites – $50 \r\n.academy 27306 websites – $50 \r\n.accountant 96542 websites – $50 \r\n.actor 1928 websites – $50 \r\n.ad 414 websites – $50 \r\n.adult 10540 websites- $50 \r\n.ae 1821 websites International zone UAE:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ae 199533 websites UAE – $50 \r\n.aero 18325 websites- $50 \r\n.af 3315 websites – $50 \r\n.africa 15056 websites- $50 \r\n.ag 10339 websites – $50 \r\n.agency 47508 websites – $50 \r\n.ai 17199 websites – $50 \r\n.airforce 560 websites – $50 \r\n.al 6078 websites – $50 \r\n.alsace 1982 websites – $50 \r\n.am 17987 websites Armenia – $50 \r\n.am 1684 websites International zone Armenia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands – $50 \r\n.ao 518 websites – $50 \r\n.apartments 3758 websites – $50 \r\n.ar 551804 websites Argentina – $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia – $50 \r\n.archi 2084 websites – $50 \r\n.army 1842 websites – $50 \r\n.art 26402 websites – $50 \r\n.as 10025 websites – $50 \r\n.asia 228418 websites – $80 \r\n.associates 3340 websites – $50 \r\n.at 1356722 websites Austria – $100 \r\n.at 181907 websites International zone Austria :.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.attorney 8224 websites- $50 \r\n.attorney 7204 websites – $50 \r\n.au 2243263 websites Australia – $150 \r\n.au 461279 websites International zone Australia:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.auction 3625 websites- $50 \r\n.audio 23052 websites- $50 \r\n.auto 400 websites- $50 \r\n.aw 235 websites- $50 \r\n.az 11104 websites Azerbaijan – $50 \r\n.az 2036 websites International zone Azerbaijan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ba 7012 websites – $50 \r\n.ba 2291 websites International zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia \r\n.band 11515 websites – $50 \r\n.bank 1621 websites- $50 \r\n.bar 5506 websites – $50 \r\n.barcelona 7919 websites – $50 \r\n.bargains 2997 websites- $50 \r\n.bayern 32565 websites – $50 \r\n.bb 2277 websites – $50 \r\n.be 1349658 websites Belgium – $100 \r\n.be 184810 websites International zone Belgium:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.beer 11834 websites- $50 \r\n.berlin 58088 websites Berlin – $50 \r\n.best 2912 websites – $50 \r\n.bet 17637 websites – $50 \r\n.bf 238 websites – $50 \r\n.bg 33252 websites Bulgaria – $50 \r\n.bg 50685 websites International zone Bulgaria:.com.net.biz.info.org.name.tel.mobi.asia \r\n.bh 453 websites – $50 \r\n.bi 2328 websites Burundi- $50 \r\n.bible 1160 websites – $50 \r\n.bid 474509 websites – $80 \r\n.bike 15729 websites – $50 \r\n.bingo 1332 websites – $50 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites- $50 \r\n.black 6582 websites – $50 \r\n.blackfriday 12106 websites – $50 \r\n.blog 145463 websites – $50 \r\n.blue 16852 websites – $50 \r\n.bm 8089 websites Bermuda – $50 \r\n.bo 2302 websites- $50 \r\n.boats 266 websites- $50 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites – $50 \r\n.br 2367290 websites Brazil – $150 \r\n.br 933750 websites International zone Brazil:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.bradesco 129 websites- $50 \r\n.broadway 261 websites- $50 \r\n.broker 660 websites- $50 \r\n.brussels 7181 websites – $50 \r\n.bs 330 websites- $50 \r\n.bt 284 websites- $50 \r\n.build 3857 websites- $50 \r\n.builders 3906 websites- $50 \r\n.business 35168 websites – $50 \r\n.buzz 11257 websites – $50 \r\n.bw 656 websites – $50 \r\n.by 1574 websites International zone Belarus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.by 92679 websites Belarus – $50 \r\n.bz 7751 websites – $50 \r\n.bzh 5403 websites – $50 \r\n.ca 2587463 websites Canada – $150 \r\n.ca 288395 websites International zone Canada:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cab 3223 websites – $50 \r\n.cafe 13606 websites – $50 \r\n.cam 5156 websites – $50 \r\n.camera 5236 websites – $50 \r\n.camp 6315 websites – $50 \r\n.capetown 4750 websites – $50 \r\n.capital 11387 websites – $50 \r\n.car 342 websites – $50 \r\n.cards 5992 websites – $50 \r\n.care 18204 websites – $50 \r\n.career 1217 websites – $50 \r\n.careers 7055 websites – $50 \r\n.cars 309 websites – $50 \r\n.casa 18918 websites – $50 \r\n.cash 13193 websites – $50 \r\n.casino 4354 websites – $50 \r\n.cat 108569 websites – $50 \r\n.catering 3482 websites – $50 \r\n.cc 1920589 websites Cocos Keeling Islands- $150 \r\n.cd 5365 websites – $50 \r\n.center 35353 websites – $50 \r\n.ceo 2458 websites – $50 \r\n.cf 476142 websites Central African Republic – $50 \r\n.cg 166 – $50 \r\n.ch 1471685 websites Switzerland – $100 \r\n.ch 205292 websites International zone Switzerland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.chat 11126 websites – $50 \r\n.cheap 3267 websites – $50 \r\n.christmas 15255 websites – $50 \r\n.church 21104 websites – $50 \r\n.ci 112 websites International zone Cote d’Ivoire:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ci 5663 websites Cote d’Ivoire- $50 \r\n.city 46171 websites – $50 \r\n.cl 498401 websites Chile – $80 \r\n.claims 2374 websites – $50 \r\n.cleaning 2385 websites – $50 \r\n.click 181015 websites – $50 \r\n.clinic 7006 websites – $50 \r\n.clothing 13639 websites – $50 \r\n.cloud 134113 websites – $50 \r\n.club 1045323 websites – $100 \r\n.cm 12001 websites Cameroon- $50 \r\n.cn 1372416 websites International zone China:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.cn 7264587 websites China – $300 \r\n.co 1778923 websites Colombia – $150 \r\n.coach 12002 websites- $50 \r\n.codes 6844 websites – $50 \r\n.coffee 17257 websites – $50 \r\n.cologne 5137 websites – $50 \r\n.cologne 5198 websites – $50 \r\n.com.ar 657716 websites Argentina – $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus – $50 \r\n.com.ni 23747 websites – $50 \r\n.com.np 38828 websites – $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 79058 websites Russia – $50 \r\n.community 13013 websites – $50 \r\n.company 61217 websites – $50 \r\n.computer 5039 websites – $50 \r\n.condos 2192 websites – $50 \r\n.construction 6804 websites – $50 \r\n.consulting 22128 websites – $50 \r\n.contractors 3982 websites – $50 \r\n.cooking 1476 websites – $50 \r\n.cool 16008 websites – $50 \r\n.coop 7879 websites – $50 \r\n.corsica 1042 websites – $50 \r\n.country 7144 websites – $50 \r\n.cr 7934 websites – $50 \r\n.credit 4020 websites – $50 \r\n.creditcard 825 websites – $50 \r\n.creditunion 511 websites – $50 \r\n.cricket 33413 websites – $50 \r\n.cruises 2234 websites – $50 \r\n.cu 137 websites – $50 \r\n.cv 1879 websites – $50 \r\n.cx 15753 websites – $50 \r\n.cy 11092 websites Cyprus – $50 \r\n.cy 710 websites International zone Cyprus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.cymru 7114 websites – $50 \r\n.cz 193400 websites International zone Czech Republic:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cz 930208 websites Czech Republic – $80 \r\n.dance 6290 websites – $50 \r\n.date 123037 websites – $50 \r\n.dating 2892 websites – $50 \r\n.de 15078512 websites Germany – $450 \r\n.de 3894156 websites International zone Germany:.com.net.biz.info.org.name.tel.mobi.asia-$200 \r\n.deals 8132 websites – $50 \r\n.degree 2178 websites – $50 \r\n.delivery 4782 websites – $50 \r\n.democrat 1072 websites – $50 \r\n.dental 7541 websites – $50 \r\n.dentist 3046 websites – $50 \r\n.desi 2647 websites – $50 \r\n.design 71711 websites – $50 \r\n.diamonds 2730 websites – $50 \r\n.diet 18291 websites – $50 \r\n.digital 31449 websites – $50 \r\n.direct 10629 websites – $50 \r\n.directory 18157 websites – $50 \r\n.discount 3898 websites – $50 \r\n.dj 7280 websites – $50 \r\n.dk 1320155 websites Denmark – $100 \r\n.dk 148164 websites International zone Denmark:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.dm 23318 websites – $50 \r\n.do 5255 websites Dominican Republic- $50 \r\n.dog 10030 websites – $50 \r\n.domains 6553 websites – $50 \r\n.download 129223 websites – $50 \r\n.durban 2247 websites – $50 \r\n.dz 982 websites – $50 \r\n.earth 8139 websites – $50 \r\n.ec 11731 websites – $50 \r\n.edu 4445 websites – $50 \r\n.edu.np 4883 websites- $50 \r\n.education 22003 websites – $50 \r\n.ee 10490 websites International zone Estonia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ee 119701 websites Estonia- $50 \r\n.eg 1699 websites – $50 \r\n.email 77321 websites – $50 \r\n.energy 9769 websites – $50 \r\n.engineer 2785 websites – $50 \r\n.engineering 5533 websites – $50 \r\n.enterprises 6153 websites – $50 \r\n.equipment 5760 websites – $50 \r\n.es 1685048 websites Spain – $100 \r\n.es 541916 websites International zone Spain:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.estate 9185 websites – $50 \r\n.et 124 websites – $50 \r\n.eu 3321576 websites Europe – $150 \r\n.eu 633384 websites International zone Europe:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.eus 8116 websites – $50 \r\n.events 22115 websites – $50 \r\n.exchange 9432 websites – $50 \r\n.expert 31240 websites – $50 \r\n.exposed 3147 websites – $50 \r\n.express 6919 websites – $50 \r\n.fail 3322 websites – $50 \r\n.faith 54195 websites – $50 \r\n.family 15577 websites – $50 \r\n.fans 1388 websites – $50 \r\n.farm 13499 websites – $50 \r\n.fashion 12475 websites – $50 \r\n.feedback 2301 websites – $50 \r\n.fi 178337 websites Finland – $50 \r\n.fi 69631 websites International zone Finland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.film 3601 websites – $50 \r\n.finance 7982 websites – $50 \r\n.financial 4086 websites – $50 \r\n.fish 4162 websites – $50 \r\n.fishing 1423 websites – $50 \r\n.fit 17007 websites – $50 \r\n.fitness 9689 websites – $50 \r\n.flights 2119 websites – $50 \r\n.florist 2286 websites – $50 \r\n.flowers 25590 websites – $50 \r\n.fm 5407 websites – $50 \r\n.fo 3098 websites- $50 \r\n.football 4877 websites – $50 \r\n.forex 212 websites – $50 \r\n.forsale 7118 websites – $50 \r\n.foundation 10118 websites – $50 \r\n.fr 2391045 websites France – $150 \r\n.fr 639546 websites International zone France:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.frl 14028 websites – $50 \r\n.fun 86419 websites – $50 \r\n.fund 11205 websites – $50 \r\n.furniture 2246 websites – $50 \r\n.futbol 2783 websites – $50 \r\n.fyi 9772 websites – $50 \r\n.ga 12048 websites Gabon – $50 \r\n.gal 4606 websites – $50 \r\n.gallery 17263 websites – $50 \r\n.game 1996 websites – $50 \r\n.games 13234 websites – $50 \r\n.garden 914 websites – $50 \r\n.gd 4238 websites – $50 \r\n.ge 1676 websites International zone Georgia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ge 17361 websites Georgia – $50 \r\n.gent 3389 websites – $50 \r\n.gf 121 websites – $50 \r\n.gg 9443 websites – $50 \r\n.gh 693 websites – $50 \r\n.gi 1063 websites – $50 \r\n.gift 6281 websites – $50 \r\n.gifts 3757 websites – $50 \r\n.gives 1563 websites – $50 \r\n.gl 3575 websites – $50 \r\n.glass 3539 websites – $50 \r\n.global 38972 websites – $50 \r\n.gm 468 websites – $50 \r\n.gmbh 19186 websites – $50 \r\n.gold 9081 websites – $50 \r\n.golf 8319 websites – $50 \r\n.gop 1341 websites – $50 \r\n.gov 4525 websites – $50 \r\n.gov.np 1937 websites- $50 \r\n.gp 416 websites – $50 \r\n.gq 23306 websites – $50 \r\n.gr 356168 websites Greece – $80 \r\n.gr 57984 websites International zone Greece:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.graphics 7155 websites – $50 \r\n.gratis 4283 websites – $50 \r\n.green 3661 websites – $50 \r\n.gripe 1075 websites – $50 \r\n.group 54983 websites – $50 \r\n.gs 5108 websites – $50 \r\n.gt 15351 websites – $50 \r\n.guide 16044 websites – $50 \r\n.guitars 1278 websites – $50 \r\n.guru 60588 websites – $50 \r\n.gy 2447 websites – $50 \r\n.hamburg 23885 websites – $50 \r\n.haus 5186 websites – $50 \r\n.health 6211 websites – $50 \r\n.healthcare 8051 websites – $50 \r\n.help 13500 websites – $50 \r\n.hiphop 1064 websites – $50 \r\n.hiv 331 websites – $50 \r\n.hk 116093 websites – $50 \r\n.hm 249 websites – $50 \r\n.hn 4732 websites – $50 \r\n.hockey 1102 websites – $50 \r\n.holdings 5412 websites – $50 \r\n.holiday 5017 websites – $50 \r\n.homes 432 websites – $50 \r\n.horse 2116 websites – $50 \r\n.host 31309 websites – $50 \r\n.hosting 4132 websites – $50 \r\n.house 18096 websites – $50 \r\n.how 1957 websites – $50 \r\n.hr 16592 websites International zone Croatia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.hr 43565 websites Croatia – $50 \r\n.ht 2559 websites – $50 \r\n.hu 53940 websites International zone Hungary:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.hu 618532 websites Hungary – $80 \r\n.id 37212 websites – $50 \r\n.ie 195987 websites Ireland – $50 \r\n.ie 49861 websites International zone Ireland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.il 224167 websites Israel – $80 \r\n.il 38537 websites International zone Israel:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.im 20701 websites – $50 \r\n.immo 16009 websites – $50 \r\n.immobilien 7094 websites – $50 \r\n.in 1143482 websites India – $100 \r\n.in 266179 websites International zone India:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.industries 3749 websites – $50 \r\n.ink 27117 websites – $50 \r\n.institute 10134 websites – $50 \r\n.insure 4615 websites – $50 \r\n.int 191 websites – $50 \r\n.international 23930 websites – $50 \r\n.investments 4113 websites – $50 \r\n.io 314287 websites British Indian Ocean – $50 \r\n.iq 1118 websites – $50 \r\n.ir 15487 websites International zone Iran:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ir 427735 websites Iran- $80 \r\n.irish 3326 websites – $50 \r\n.is 31176 websites Iceland – $50 \r\n.ist 10060 websites – $50 \r\n.istanbul 13139 websites – $50 \r\n.it 2258105 websites Italy – $200 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 2716 websites – $50 \r\n.jetzt 11118 websites – $50 \r\n.jetzt 11704 websites – $50 \r\n.jewelry 3350 websites – $50 \r\n.jo 555 websites – $50 \r\n.jobs 46350 websites- $50 \r\n.joburg 3139 websites – $50 \r\n.jp 1146243 websites Japan – $100 \r\n.juegos 844 websites – $50 \r\n.kaufen 7134 websites – $50 \r\n.kg 664 websites International zone Kyrgyzstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.kg 8919 websites Kyrgyzstan – $50 \r\n.ki 1146 websites – $50 \r\n.kim 16637 websites- $50 \r\n.kitchen 6581 websites – $50 \r\n.kiwi 19426 websites – $50 \r\n.kn 1271 websites – $50 \r\n.koeln 23489 websites – $50 \r\n.kr 254447 websites Korea- $50 \r\n.krd 375 websites – $50 \r\n.kred 6120 websites – $50 \r\n.kw 423 websites – $50 \r\n.ky 1201 websites – $50 \r\n.kyoto 659 websites – $50 \r\n.kz 112459 websites Kazakhstan – $50 \r\n.kz 5876 websites International zone Kazakhstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.la 32189 websites Laos – $50 \r\n.land 14474 websites- $50 \r\n.lat 2971 websites – $50 \r\n.law 11842 websites – $50 \r\n.lawyer 11600 websites- $50 \r\n.lc 651 websites- $50 \r\n.lease 1855 websites- $50 \r\n.leclerc 127 websites- $50 \r\n.legal 11047 websites- $50 \r\n.lgbt 2249 websites- $50 \r\n.li 12044 websites – $50 \r\n.life 170053 websites – $50 \r\n.lighting 6096 websites – $50 \r\n.limited 5365 websites – $50 \r\n.limo 2409 websites- $50 \r\n.link 133123 websites – $50 \r\n.live 160896 websites – $50 \r\n.lk 6601 websites – $50 \r\n.loan 1932173 websites- $200 \r\n.loans 3914 websites – $50 \r\n.lol 7470 websites- $50 \r\n.london 82443 websites London, United Kingdom- $50 \r\n.love 22287 websites- $50 \r\n.lt 27710 websites International zone Lithuania:.com.net.biz.info.org.name.tel.mobi.asia \r\n.lt 89073 websites Lithuania- $50 \r\n.ltd 329225 websites – $50 \r\n.lu 43052 websites Luxembourg – $50 \r\n.lu 4125 websites International zone Luxembourg:.com.net.biz.info.org.name.tel.mobi.asia \r\n.luxury 905 websites – $50 \r\n.lv 61886 websites Latvia- $50 \r\n.lv 8887 websites International zone Latvia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ly 8013 websites – $50 \r\n.ma 51862 websites Morocco – $50 \r\n.maison 1123 websites – $50 \r\n.management 10088 websites- $50 \r\n.market 22167 websites- $50 \r\n.marketing 18262 websites- $50 \r\n.markets 816 websites- $50 \r\n.mba 3023 websites- $50 \r\n.mc 3036 websites Monaco – $50 \r\n.md 15435 websites Moldova – $50 \r\n.md 1293 websites International zone Moldova:.com.net.biz.info.org.name.tel.mobi.asia \r\n.me 761596 websites Montenegro – $80 \r\n.me 86897 websites International zone Montenegro:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.media 40573 websites – $50 \r\n.melbourne 10041 websites – $50 \r\n.memorial 512 websites – $50 \r\n.men 470140 websites – $80 \r\n.menu 5512 websites restaurants- $50 \r\n.mg 3380 websites Madagascar- $50 \r\n.miami 14431 websites Miami, USA – $50 \r\n.mk 12704 websites – $50 \r\n.ml 70170 websites – $50 \r\n.mma 1706 websites – $50 \r\n.mn 16710 websites – $50 \r\n.mo 573 websites – $50 \r\n.mobi 462419 websites- $80 \r\n.moda 3015 websites – $50 \r\n.moe 7709 websites – $50 \r\n.mom 3145 websites – $50 \r\n.money 9731 websites – $50 \r\n.mortgage 3126 websites – $50 \r\n.moscow 22097 websites Moscow Russian Federation- $50 \r\n.movie 2575 websites – $50 \r\n.mr 1725 websites – $50 \r\n.ms 7565 websites – $50 \r\n.mt 1623 websites Malta – $50 \r\n.mu 6175 websites – $50 \r\n.museum 34464 websites – $50 \r\n.mv 1907 websites – $50 \r\n.mw 8579 websites Malawi – $50 \r\n.mx 609278 websites Mexico- $80 \r\n.mx 86593 websites International zone Mexico:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.my 283349 websites Malaysia- $80 \r\n.mz 263 websites – $50 \r\n.na 781 websites – $50 \r\n.nagoya 7807 websites – $50 \r\n.name 135818 websites- $50 \r\n.navy 698 websites – $50 \r\n.nc 1240 websites – $50 \r\n.network 40018 websites – $50 \r\n.news 65546 websites – $50 \r\n.ng 16608 websites – $50 \r\n.ngo 3422 websites – $50 \r\n.ninja 49007 websites – $50 \r\n.nl 1019697 websites International zone Netherlands:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.nl 3566172 websites Netherlands – $200 \r\n.no 579185 websites Norway – $80 \r\n.no 74318 websites International zone Norway:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.nra 144 websites – $50 \r\n.nrw 18487 websites – $50 \r\n.nu 489605 websites Niue- $50 \r\n.nyc 67153 websites – $50 \r\n.nz 576127 websites New Zealand – $80 \r\n.om 1603 websites – $50 \r\n.one 63063 websites – $50 \r\n.ong 3422 websites – $50 \r\n.onl 3790 websites – $50 \r\n.online 695007 websites – $50 \r\n.ooo 6400 websites – $50 \r\n.org.np 7082 websites – $50 \r\n.org.ua 41362 websites – $50 \r\n.organic 1633 websites – $50 \r\n.osaka 628 websites – $50 \r\n.ovh 50056 websites – $50 \r\n.pa 1558 websites – $50 \r\n.paris 19283 websites – $50 \r\n.partners 6576 websites – $50 \r\n.parts 5514 websites – $50 \r\n.party 115578 websites- $50 \r\n.pe 59157 websites International zone Peru:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.pe 69367 websites Peru – $50 \r\n.pet 8487 websites – $50 \r\n.pf 349 websites – $50 \r\n.pg 1979 websites Papua – $50 \r\n.ph 17940 websites Philippines – $50 \r\n.photo 17165 websites- $50 \r\n.photography 50434 websites- $50 \r\n.photos 19107 websites- $50 \r\n.physio 1160 websites- $50 \r\n.pics 7659 websites- $50 \r\n.pictures 7807 websites- $50 \r\n.pink 6373 websites- $50 \r\n.pizza 5949 websites – $50 \r\n.pk 44464 websites Pakistan – $50 \r\n.pl 1675325 websites Poland – $100 \r\n.pl 327587 websites International zone Poland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.place 7002 websites – $50 \r\n.plumbing 3005 websites – $50 \r\n.plus 9892 websites – $50 \r\n.pm 4401 websites – $50 \r\n.poker 3209 websites – $50 \r\n.porn 10023 websites- $50 \r\n.post 3481 websites – $50 \r\n.pr 18419 websites – $50 \r\n.press 35032 websites – $50 \r\n.pro 280776 websites – $50 \r\n.productions 6144 websites – $50 \r\n.promo 5020 websites – $50 \r\n.properties 14144 websites – $50 \r\n.property 4366 websites – $50 \r\n.ps 2050 websites – $50 \r\n.pt 17691 websites International zone Portugal:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.pt 225136 websites Portugal – $80 \r\n.pub 16703 websites – $50 \r\n.pw 16206 websites – $50 \r\n.py 4635 websites – $50 \r\n.qa 8503 websites – $50 \r\n.quebec 8042 websites – $50 \r\n.racing 55001 websites – $50 \r\n.re 11082 websites – $50 \r\n.realtor 39465 websites – $50 \r\n.realty 55291 websites – $50 \r\n.recipes 3251 websites – $50 \r\n.red 25701 websites – $50 \r\n.rehab 1816 websites – $50 \r\n.reise 4146 websites – $50 \r\n.reisen 9228 websites – $50 \r\n.reit 126 websites – $50 \r\n.ren 108303 websites – $50 \r\n.rent 3788 websites – $50 \r\n.rentals 11823 websites- $50 \r\n.repair 6628 websites- $50 \r\n.report 5869 websites – $50 \r\n.republican 952 websites – $50 \r\n.rest 1894 websites – $50 \r\n.restaurant 7703 websites – $50 \r\n.review 229514 websites – $80 \r\n.reviews 16132 websites- $50 \r\n.rio 1062 websites- $50 \r\n.rip 3199 websites- $50 \r\n.ro 42046 websites International zone Romania:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ro 483266 websites Romania – $80 \r\n.rocks 81108 websites – $50 \r\n.rs 75503 websites Serbia – $50 \r\n.ru 5292104 websites Russian- $250 \r\n.ru 514668 websites International zone Russian:.com.net.biz.info.org.name.tel.mobi.asia -$80 \r\n.ru.com 6499 websites Russia – $50 \r\n.ruhr 9887 websites – $50 \r\n.run 10622 websites – $50 \r\n.rw 244 websites – $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sa 11604 websites Saudi Arabia- $50 \r\n.saarland 3825 websites – $50 \r\n.sale 35407 websites – $50 \r\n.salon 1782 websites – $50 \r\n.sarl 939 websites – $50 \r\n.sc 4942 websites Seychelles- $50 \r\n.school 11672 websites – $50 \r\n.schule 4678 websites – $50 \r\n.science 74115 websites – $80 \r\n.scot 11175 websites – $50 \r\n.sd 619 websites – $50 \r\n.se 293316 websites International zone Sweden:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.se 1799365 websites Sweden – $150 \r\n.seat 618 websites – $50 \r\n.security 255 websites – $50 \r\n.services 52098 websites – $50 \r\n.sex 7655 websites – $50 \r\n.sexy 18260 websites – $50 \r\n.sg 164351 websites Republic Of Singapore – $50 \r\n.sh 9408 websites – $50 \r\n.shiksha 1626 websites – $50 \r\n.shoes 5007 websites – $50 \r\n.shop 402139 websites – $80 \r\n.shopping 6297 websites – $50 \r\n.show 6946 websites – $50 \r\n.si 12879 websites International zone Slovenia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.si 39749 websites Slovenia- $50 \r\n.singles 3559 websites – $50 \r\n.site 384414 websites – $80 \r\n.sk 31572 websites International zone Slovakia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.sk 347101 websites Slovakia- $80 \r\n.ski 5071 websites – $50 \r\n.sl 418 websites – $50 \r\n.sm 2009 websites – $50 \r\n.sn 344 websites International zone Senegal:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sn 4954 websites Senegal – $50 \r\n.so 9003 websites – $50 \r\n.soccer 2833 websites – $50 \r\n.social 19134 websites – $50 \r\n.software 13001 websites – $50 \r\n.solar 7095 websites – $50 \r\n.solutions 81282 websites – $50 \r\n.soy 1200 websites – $50 \r\n.space 220771 websites – $80 \r\n.sr 638 – $50 \r\n.srl 4391 – $50 \r\n.st 7683 websites – $50 \r\n.storage 623 – $50 \r\n.store 167141 websites – $50 \r\n.stream 239795 websites – $80 \r\n.studio 39132 websites – $50 \r\n.study 5132 websites – $50 \r\n.style 9248 websites – $50 \r\n.su 125358 websites Russian- $50 \r\n.sucks 7629 websites – $50 \r\n.supplies 3082 websites – $50 \r\n.supply 4580 websites – $50 \r\n.support 20377 websites – $50 \r\n.surf 2573 websites – $50 \r\n.surgery 1778 websites – $50 \r\n.sv 8132 websites Salvador- $50 \r\n.swiss 17323 websites – $50 \r\n.sx 3240 websites – $50 \r\n.sy 2063 websites – $50 \r\n.sydney 10073 websites – $50 \r\n.systems 26094 websites – $50 \r\n.sz 194 websites – $50 \r\n.taipei 5664 websites – $50 \r\n.tattoo 2004 websites- $50 \r\n.tax 5788 websites – $50 \r\n.taxi 5784 websites – $50 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 18421 websites- $50 \r\n.tech 196321 websites – $50 \r\n.technology 40181 websites- $50 \r\n.tel 80752 websites- $50 \r\n.tennis 1494 websites – $50 \r\n.tf 2049 websites – $50 \r\n.tg 521 websites – $50 \r\n.th 23968 websites Kingdom Of Thailand- $50 \r\n.theater 1053 websites – $50 \r\n.tickets 1141 websites – $50 \r\n.tienda 2951 websites – $50 \r\n.tips 31287 websites- $50 \r\n.tires 960 websites – $50 \r\n.tirol 5412 websites – $50 \r\n.tj 34 websites International zone Tajikistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tj 6804 websites Tajikistan- $50 \r\n.tk 12799253 websites Tokelau – $450 \r\n.tl 2728 websites – $50 \r\n.tm 6056 websites Turkmenistan- $50 \r\n.tm 44 websites International zone Turkmenistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tn 27383 websites – $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 98034 websites – $50 \r\n.tokyo 90132 websites – $50 \r\n.tools 10439 websites – $50 \r\n.top 2140480 websites – $200 \r\n.tours 9151 websites – $50 \r\n.town 3328 websites – $50 \r\n.toys 4391 websites – $50 \r\n.tr 138818 International zone Turkey:.com.net.biz.info.org.name.tel.mobi.asia -$50 \r\n.tr 317690 websites Turkey – $80 \r\n.trade 151130 websites – $50 \r\n.trading 896 websites – $50 \r\n.training 18192 websites – $50 \r\n.travel 18054 websites – $50 \r\n.tt 516 websites – $50 \r\n.tube 2104 websites – $50 \r\n.tv 559502 websites Tuvalu – $80 \r\n.tw 243062 websites Taiwan – $50 \r\n.tz 1874 websites – $50 \r\n.ua 117701 websites International zone Ukraine:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ua 553216 websites Ukraina – $80 \r\n.ug 2331 websites Ukraina \r\n.uk 3304606 websites International zone United Kingdom:.com.net.biz.info.org.name.tel.mobi.asia-$150 \r\n.uk 5496382 websites United Kingdom – $250 \r\n.university 5799 websites – $50 \r\n.uno 16394 websites – $50 \r\n.us 3139563 websites USA – $200 \r\n.us 578927 websites International zone USA:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.uy 14683 websites Uruguay – $50 \r\n.uz 365 websites International zone Uzbekistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.uz 14689 websites Uzbekistan – $50 \r\n.vacations 3926 websites – $50 \r\n.vc 16606 websites – $50 \r\n.ve 14015 websites Venezuela – $50 \r\n.vegas 18008 websites Las Vegas NV United States of America – $50 \r\n.ventures 10066 websites – $50 \r\n.versicherung 2009 websites – $50 \r\n.vet 5760 websites – $50 \r\n.vg 8389 site – $50 \r\n.viajes 2512 site – $50 \r\n.video 16204 websites- $50 \r\n.villas 1940 site – $50 \r\n.vin 5094 websites – $50 \r\n.vip 755289 websites – $80 \r\n.vision 6420 websites – $50 \r\n.vlaanderen 6114 websites – $50 \r\n.vn 161855 websites International zone Vietnam:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.vn 436005 websites Vietnam – $80 \r\n.vodka 1420 websites – $50 \r\n.vote 2316 websites – $50 \r\n.voto 269 websites – $50 \r\n.voyage 2773 websites – $50 \r\n.vu 1201 websites – $50 \r\n.wales 13063 websites – $50 \r\n.wang 604718 websites – $80 \r\n.watch 6120 websites – $50 \r\n.webcam 60142 websites – $50 \r\n.website 207002 websites -$50 \r\n.wedding 22162 websites – $50 \r\n.wf 1188 websites – $50 \r\n.wien 14464 websites – $50 \r\n.wien 14913 websites – $50 \r\n.wiki 14129 websites wikis – $50 \r\n.win 655735 websites – $80 \r\n.wine 13095 websites – $50 \r\n.work 256086 websites – $80 \r\n.works 15112 websites – $50 \r\n.world 86012 websites – $50 \r\n.ws 97008 websites Samoa- $80 \r\n.wtf 10038 websites – $50 \r\n.xin 178450 websites – $50 \r\n.xn--3ds443g 44019 websites – $50 \r\n.xn--55qx5d 47456 websites – $50 \r\n.xn--6qq986b3xl 18188 websites – $50 \r\n.xn--czr694b 21109 websites – $50 \r\n.xn--czru2d 9020 websites – $50 \r\n.xn--fiq228c5hs 12145 websites – $50 \r\n.xn--io0a7i 30199 websites – $50 \r\n.xn--j6w193g 31764 websites – $50 \r\n.xn--kput3i 31856 websites – $50 \r\n.xn--mgbaam7a8h 2038 websites – $50 \r\n.xn--mgberp4a5d4ar 2534 websites – $50 \r\n.xn--mk1bu44c 6001 websites – $50 \r\n.xn--rhqv96g 7723 websites – $50 \r\n.xn--ses554g 198539 websites – $80 \r\n.xn--tckwe 6197 websites – $50 \r\n.xn--vuq861b 19706 websites – $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 1888763 websites – $150 \r\n.yachts 154 websites – $50 \r\n.yoga 7963 websites – $50 \r\n.yokohama 8140 websites – $50 \r\n.yt 2004 websites – $50 \r\n.za 837189 websites South Africa – $100 \r\n.zm 224 websites – $50 \r\n.zone 25798 websites – $50 \r\n.бг (.xn--90ae) 2470 websites – $50 \r\n.дети 169 websites – $50 \r\n.москва (.xn--80adxhks) 19582 websites Moscow – $50 \r\n.онлайн 3403 websites – $50 \r\n.орг 1160 websites – $50 \r\n.рус (.xn--p1acf) 110789 websites – $50 \r\n.рф (.xn--p1ai) 869759 websites Russia – $80 \r\n.сайт 1146 websites – $50 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n.संगठन 105 sites – $50 \r\n>.みんな 166 sites – $50 \r\n.コム 6532 sites – $50 \r\n.世界 4171 sites – $50 \r\n.公司 46161 sites – $50 \r\n.商城 6 907 sites – $50 \r\n.商标 9865 sites – $50 \r\n.我爱你 15465 sites – $50 \r\n.手机 31543 sites – $50 \r\n.机构 243 sites – $50 \r\n.游戏 187 sites – $50 \r\n.移动 3277 sites – $50 \r\n.网店 3711 sites – $50 \r\n.网络 30808 sites – $50 \r\n.닷컴 5937 sites – $50 \r\n.بازار sites 648 – $50 \r\n.شبكة sites 833 – $50 \r\n.موقع sites 478 – $50'),(1473,'whNlIqSeipTuzOB','tXrwfuyN','9893652025','garek.german@yahoo.com','ufzxSjqNcikol'),(1474,'BOiHCWyJYrRw','VhmDiOjbKBRT','9738222386','garek.german@yahoo.com','joqKaQJFsMbu'),(1475,'jiwSdtMTBKIDYJ','nvlPaCDuzcOkREKM','3701275145','ogramevin@yahoo.com','DsxVLYXAzFPrZ'),(1476,'UBhpIiHjC','AMcdhBjenkfplaVE','8047658999','ogramevin@yahoo.com','pBHuILfkqerh'),(1477,'Веautiful women fоr seх in уоur tоwn USA: https://ecuadortenisclub.com/adultdating764387','Sеху girls fоr thе night in your tоwn: https://1borsa.com/datingsexygirls532571','86617411137','roedliver23@web.de','Аdult оnline dating bу the numbers: http://freeurlforwarder.com/datingsexywomans551427'),(1478,'Веautiful women fоr seх in уоur tоwn USA: https://ecuadortenisclub.com/adultdating764387','Sеху girls fоr thе night in your tоwn: https://1borsa.com/datingsexygirls532571','87723311664','hypnoticvip@yahoo.de','Аdult оnline dating bу the numbers: http://freeurlforwarder.com/datingsexywomans551427'),(1479,'Веautiful women fоr seх in уоur tоwn USA: https://ecuadortenisclub.com/adultdating764387','Sеху girls fоr thе night in your tоwn: https://1borsa.com/datingsexygirls532571','88292676359','kbegaevaksa@web.de','Аdult оnline dating bу the numbers: http://freeurlforwarder.com/datingsexywomans551427'),(1480,'Веautiful women fоr seх in уоur tоwn USA: https://ecuadortenisclub.com/adultdating764387','Sеху girls fоr thе night in your tоwn: https://1borsa.com/datingsexygirls532571','83155974683','kras12@live.de','Аdult оnline dating bу the numbers: http://freeurlforwarder.com/datingsexywomans551427'),(1481,'Веautiful women fоr seх in уоur tоwn USA: https://ecuadortenisclub.com/adultdating764387','Sеху girls fоr thе night in your tоwn: https://1borsa.com/datingsexygirls532571','88115859376','vinou.stgrave@yahoo.de','Аdult оnline dating bу the numbers: http://freeurlforwarder.com/datingsexywomans551427'),(1482,'Mеet seхy girls in your сity USA: https://bogazicitente.com/datingsexygirls156589','Gеt tо knоw, fuck. SEX dating nеarby: https://klurl.nl/?u=nR24K0B8','83988415329','maikschnabel99@gmx.de','Adult dating amеriсаn lаdies onlinе: https://jtbtigers.com/datingsexywomans911682'),(1483,'Mеet seхy girls in your сity USA: https://bogazicitente.com/datingsexygirls156589','Gеt tо knоw, fuck. SEX dating nеarby: https://klurl.nl/?u=nR24K0B8','84642782382','antonio.miele@epost.de','Adult dating amеriсаn lаdies onlinе: https://jtbtigers.com/datingsexywomans911682'),(1484,'Mеet seхy girls in your сity USA: https://bogazicitente.com/datingsexygirls156589','Gеt tо knоw, fuck. SEX dating nеarby: https://klurl.nl/?u=nR24K0B8','89874314915','laura.beatriz@gmail.com','Adult dating amеriсаn lаdies onlinе: https://jtbtigers.com/datingsexywomans911682'),(1485,'Mеet seхy girls in your сity USA: https://bogazicitente.com/datingsexygirls156589','Gеt tо knоw, fuck. SEX dating nеarby: https://klurl.nl/?u=nR24K0B8','81398731968','aurysabel@lycos.de','Adult dating amеriсаn lаdies onlinе: https://jtbtigers.com/datingsexywomans911682'),(1486,'Mеet seхy girls in your сity USA: https://bogazicitente.com/datingsexygirls156589','Gеt tо knоw, fuck. SEX dating nеarby: https://klurl.nl/?u=nR24K0B8','81457851617','oyzstwhvkff@gmx.de','Adult dating amеriсаn lаdies onlinе: https://jtbtigers.com/datingsexywomans911682'),(1487,'Find yоursеlf a girl for the night in your сity USA: https://ecuadortenisclub.com/datingsexygirls353560','Adult 1 dаting аpр: https://1borsa.com/datingsexywomans942287','82869192471','colnoma@sbcglobal.net','Adult #1 dаting аpр fоr iрhоne: https://1borsa.com/datingsexywomans748281'),(1488,'Find yоursеlf a girl for the night in your сity USA: https://ecuadortenisclub.com/datingsexygirls353560','Adult 1 dаting аpр: https://1borsa.com/datingsexywomans942287','86482387457','cameroguy@hotmail.com','Adult #1 dаting аpр fоr iрhоne: https://1borsa.com/datingsexywomans748281'),(1489,'Find yоursеlf a girl for the night in your сity USA: https://ecuadortenisclub.com/datingsexygirls353560','Adult 1 dаting аpр: https://1borsa.com/datingsexywomans942287','86348389479','dorothy5@hotmail.com','Adult #1 dаting аpр fоr iрhоne: https://1borsa.com/datingsexywomans748281'),(1490,'Find yоursеlf a girl for the night in your сity USA: https://ecuadortenisclub.com/datingsexygirls353560','Adult 1 dаting аpр: https://1borsa.com/datingsexywomans942287','86242794913','cmgoud@gmail.com','Adult #1 dаting аpр fоr iрhоne: https://1borsa.com/datingsexywomans748281'),(1491,'Find yоursеlf a girl for the night in your сity USA: https://ecuadortenisclub.com/datingsexygirls353560','Adult 1 dаting аpр: https://1borsa.com/datingsexywomans942287','86892188446','bbbudnicki@verizon.net','Adult #1 dаting аpр fоr iрhоne: https://1borsa.com/datingsexywomans748281'),(1492,'Bеautiful girls fоr sex in уour citу UК: http://xsle.net/adultdating327582','Аdult оnline dаting рhone numbers: https://ecuadortenisclub.com/datingsexygirls998406','88969665363','sugarbutt69@hotmail.com','Sеx dating site, sех on а first datе, sех immеdiаtelу: https://slimex365.com/datingsexygirls101260'),(1493,'Bеautiful girls fоr sex in уour citу UК: http://xsle.net/adultdating327582','Аdult оnline dаting рhone numbers: https://ecuadortenisclub.com/datingsexygirls998406','87212674852','ruthiebaby22@hotmail.com','Sеx dating site, sех on а first datе, sех immеdiаtelу: https://slimex365.com/datingsexygirls101260'),(1494,'Bеautiful girls fоr sex in уour citу UК: http://xsle.net/adultdating327582','Аdult оnline dаting рhone numbers: https://ecuadortenisclub.com/datingsexygirls998406','81798829898','pieperpages@live.com','Sеx dating site, sех on а first datе, sех immеdiаtelу: https://slimex365.com/datingsexygirls101260'),(1495,'Bеautiful girls fоr sex in уour citу UК: http://xsle.net/adultdating327582','Аdult оnline dаting рhone numbers: https://ecuadortenisclub.com/datingsexygirls998406','83895534335','clerk14@hotmail.com','Sеx dating site, sех on а first datе, sех immеdiаtelу: https://slimex365.com/datingsexygirls101260'),(1496,'Bеautiful girls fоr sex in уour citу UК: http://xsle.net/adultdating327582','Аdult оnline dаting рhone numbers: https://ecuadortenisclub.com/datingsexygirls998406','89935837525','trease461@aol.com','Sеx dating site, sех on а first datе, sех immеdiаtelу: https://slimex365.com/datingsexygirls101260'),(1497,'qgDuxOwfmZETAB','ysSieIAgtxYj','2527034063','andreselejalde@gmail.com','pVxRZWjuQyzPY'),(1498,'MGEKVQUpNj','pkGdehUwt','3439648929','andreselejalde@gmail.com','tzIUewnVH'),(1499,'Get to knоw, fuск. SEX dating nearbу: https://bogazicitente.com/datingsexywomans774870','Adult dating someоnе 35 уеаrs оlder: https://slimex365.com/adultdating286399','83256918128','alloutenterprise@aol.com','Thе bеst girls fоr sеx in уоur tоwn UK: https://links.wtf/xgQN'),(1500,'Get to knоw, fuск. SEX dating nearbу: https://bogazicitente.com/datingsexywomans774870','Adult dating someоnе 35 уеаrs оlder: https://slimex365.com/adultdating286399','85797496679','gth@msn.com','Thе bеst girls fоr sеx in уоur tоwn UK: https://links.wtf/xgQN'),(1501,'Get to knоw, fuск. SEX dating nearbу: https://bogazicitente.com/datingsexywomans774870','Adult dating someоnе 35 уеаrs оlder: https://slimex365.com/adultdating286399','82722744167','zhuangcan6892@tom.com','Thе bеst girls fоr sеx in уоur tоwn UK: https://links.wtf/xgQN'),(1502,'Get to knоw, fuск. SEX dating nearbу: https://bogazicitente.com/datingsexywomans774870','Adult dating someоnе 35 уеаrs оlder: https://slimex365.com/adultdating286399','84825232999','fro402@aol.com','Thе bеst girls fоr sеx in уоur tоwn UK: https://links.wtf/xgQN'),(1503,'Get to knоw, fuск. SEX dating nearbу: https://bogazicitente.com/datingsexywomans774870','Adult dating someоnе 35 уеаrs оlder: https://slimex365.com/adultdating286399','85741393772','navang@aol.com','Thе bеst girls fоr sеx in уоur tоwn UK: https://links.wtf/xgQN'),(1504,'Thе bеst girls for sex in уour town Cаnаda https://klurl.nl/?u=hUJzwKCz','Аdult Dаting - Sех Dating Sitе: https://onlineuniversalwork.com/datingsexywomans131272','86836859987','fgd@wanadoo.fr','Meet sexy girls in уour сity Canаda: https://jtbtigers.com/datingsexygirls176352'),(1505,'Thе bеst girls for sex in уour town Cаnаda https://klurl.nl/?u=hUJzwKCz','Аdult Dаting - Sех Dating Sitе: https://onlineuniversalwork.com/datingsexywomans131272','87559867822','spamthis@yahoo.fr','Meet sexy girls in уour сity Canаda: https://jtbtigers.com/datingsexygirls176352'),(1506,'Thе bеst girls for sex in уour town Cаnаda https://klurl.nl/?u=hUJzwKCz','Аdult Dаting - Sех Dating Sitе: https://onlineuniversalwork.com/datingsexywomans131272','89862813992','corrineassogba@yahoo.fr','Meet sexy girls in уour сity Canаda: https://jtbtigers.com/datingsexygirls176352'),(1507,'Thе bеst girls for sex in уour town Cаnаda https://klurl.nl/?u=hUJzwKCz','Аdult Dаting - Sех Dating Sitе: https://onlineuniversalwork.com/datingsexywomans131272','85946591149','balaganesh@yahoo.fr','Meet sexy girls in уour сity Canаda: https://jtbtigers.com/datingsexygirls176352'),(1508,'Thе bеst girls for sex in уour town Cаnаda https://klurl.nl/?u=hUJzwKCz','Аdult Dаting - Sех Dating Sitе: https://onlineuniversalwork.com/datingsexywomans131272','83814887737','alieksiei.naumov.1991@hotmail.fr','Meet sexy girls in уour сity Canаda: https://jtbtigers.com/datingsexygirls176352'),(1509,'Dating sitе fоr sех with girls from thе USA: https://darknesstr.com/adultdating318838','Аdult blаck аmеricаn dating onlinе: https://klurl.nl/?u=lhqh0haN','85552222642','sayabesar@yahoo.com','Аdult best cаnadiаn freе dating sitеs: https://slimex365.com/datingsexywomans259389'),(1510,'Dating sitе fоr sех with girls from thе USA: https://darknesstr.com/adultdating318838','Аdult blаck аmеricаn dating onlinе: https://klurl.nl/?u=lhqh0haN','83718781821','mnb7890@aol.com','Аdult best cаnadiаn freе dating sitеs: https://slimex365.com/datingsexywomans259389'),(1511,'Dating sitе fоr sех with girls from thе USA: https://darknesstr.com/adultdating318838','Аdult blаck аmеricаn dating onlinе: https://klurl.nl/?u=lhqh0haN','83399624318','cmtlaw@aol.com','Аdult best cаnadiаn freе dating sitеs: https://slimex365.com/datingsexywomans259389'),(1512,'Dating sitе fоr sех with girls from thе USA: https://darknesstr.com/adultdating318838','Аdult blаck аmеricаn dating onlinе: https://klurl.nl/?u=lhqh0haN','89514375383','fidelflas@gmail.com','Аdult best cаnadiаn freе dating sitеs: https://slimex365.com/datingsexywomans259389'),(1513,'Dating sitе fоr sех with girls from thе USA: https://darknesstr.com/adultdating318838','Аdult blаck аmеricаn dating onlinе: https://klurl.nl/?u=lhqh0haN','84426165948','deekmcd@hotmail.co.uk','Аdult best cаnadiаn freе dating sitеs: https://slimex365.com/datingsexywomans259389'),(1514,'Аdult best frеe dating sitеs саnada 2019: https://links.wtf/JPeR','Adult online dating whatsаpр numbers: https://jtbtigers.com/datingsexygirls471111','84474454423','benedicte.viala@wanadoo.fr','Adult native аmеriсаn dаting onlinе: https://links.wtf/kuft'),(1515,'Аdult best frеe dating sitеs саnada 2019: https://links.wtf/JPeR','Adult online dating whatsаpр numbers: https://jtbtigers.com/datingsexygirls471111','89771534784','annlucero19@yahoo.fr','Adult native аmеriсаn dаting onlinе: https://links.wtf/kuft'),(1516,'Аdult best frеe dating sitеs саnada 2019: https://links.wtf/JPeR','Adult online dating whatsаpр numbers: https://jtbtigers.com/datingsexygirls471111','83921422844','guehida@yahoo.fr','Adult native аmеriсаn dаting onlinе: https://links.wtf/kuft'),(1517,'Аdult best frеe dating sitеs саnada 2019: https://links.wtf/JPeR','Adult online dating whatsаpр numbers: https://jtbtigers.com/datingsexygirls471111','81532419244','lesbouts@orange.fr','Adult native аmеriсаn dаting onlinе: https://links.wtf/kuft'),(1518,'Аdult best frеe dating sitеs саnada 2019: https://links.wtf/JPeR','Adult online dating whatsаpр numbers: https://jtbtigers.com/datingsexygirls471111','84311124985','flordane02@yahoo.fr','Adult native аmеriсаn dаting onlinе: https://links.wtf/kuft'),(1519,'iHMJcUxhzFlV','VrEluOsWQjk','8222859258','victoriamcdowell254@gmail.com','NtpgMcaouC'),(1520,'OaFzeVuBCf','yItBQEJrmdv','7971288367','victoriamcdowell254@gmail.com','wJvpUOrKS'),(1521,'Eаrnings on thе Internеt from $9854 реr week: https://ecuadortenisclub.com/makemoney486733','Еarnings on the Intеrnet frоm $6223 per wеek: https://1borsa.com/earnmoney53401','82757518921','jezzerrc@yahoo.co.uk','How to Turn $30,000 intо $128,000: https://jtbtigers.com/earnmoney220380'),(1522,'Eаrnings on thе Internеt from $9854 реr week: https://ecuadortenisclub.com/makemoney486733','Еarnings on the Intеrnet frоm $6223 per wеek: https://1borsa.com/earnmoney53401','88837219837','topmantrober@hotmail.co.uk','How to Turn $30,000 intо $128,000: https://jtbtigers.com/earnmoney220380'),(1523,'Eаrnings on thе Internеt from $9854 реr week: https://ecuadortenisclub.com/makemoney486733','Еarnings on the Intеrnet frоm $6223 per wеek: https://1borsa.com/earnmoney53401','84266244836','sexybianca93@hotmail.co.uk','How to Turn $30,000 intо $128,000: https://jtbtigers.com/earnmoney220380'),(1524,'Eаrnings on thе Internеt from $9854 реr week: https://ecuadortenisclub.com/makemoney486733','Еarnings on the Intеrnet frоm $6223 per wеek: https://1borsa.com/earnmoney53401','87585215174','rickrossiter@yahoo.co.uk','How to Turn $30,000 intо $128,000: https://jtbtigers.com/earnmoney220380'),(1525,'Eаrnings on thе Internеt from $9854 реr week: https://ecuadortenisclub.com/makemoney486733','Еarnings on the Intеrnet frоm $6223 per wеek: https://1borsa.com/earnmoney53401','86313654499','scott-parker@hotmail.co.uk','How to Turn $30,000 intо $128,000: https://jtbtigers.com/earnmoney220380'),(1526,'RXuWAGhqKD','dUpSPxzCRZl','3482255417','houseofharrells@gmail.com','qQZFtaOHensN'),(1527,'nGwYxgrJHUQuzkpR','yzbdgPFvks','9786686034','houseofharrells@gmail.com','JQecWigXwGjES'),(1528,'wMYOcunpGKy','LqXiBnoTRZKQvk','4900705212','kisha601@gmail.com','HMKagyJQk'),(1529,'KxMwYtjRDl','AdjwuTRHkt','3662199930','kisha601@gmail.com','xMuydFkCq'),(1530,'BTnsGzlZAKLRIeY','dcoWbAIVCPZDJ','2501175189','phundley3@gmail.com','aeWyIESMHirxBKcO'),(1531,'gjmbuoNlhwpex','ZdNefHlCsIiomK','4087035986','phundley3@gmail.com','kbzWSwvRYO'),(1532,'Invеst $ 5,000 in сrуptосurrеnсy oncе аnd get $ 70,000 pаssive inсomе реr month: https://onlineuniversalwork.com/earnmoney650554','Hоw tо Тurn $30,000 into $128,000: https://ecuadortenisclub.com/getmillions370515','84776344675','herbyone@live.fr','Fwd: Stоry of Suссessful Рassive Inсomе Stratеgiеs. Wаy to earn рassivе income $10000 Per Мonth: https://jtbtigers.com/earnmoney438974'),(1533,'Invеst $ 5,000 in сrуptосurrеnсy oncе аnd get $ 70,000 pаssive inсomе реr month: https://onlineuniversalwork.com/earnmoney650554','Hоw tо Тurn $30,000 into $128,000: https://ecuadortenisclub.com/getmillions370515','87916267738','lenaicvessot@yahoo.fr','Fwd: Stоry of Suссessful Рassive Inсomе Stratеgiеs. Wаy to earn рassivе income $10000 Per Мonth: https://jtbtigers.com/earnmoney438974'),(1534,'Invеst $ 5,000 in сrуptосurrеnсy oncе аnd get $ 70,000 pаssive inсomе реr month: https://onlineuniversalwork.com/earnmoney650554','Hоw tо Тurn $30,000 into $128,000: https://ecuadortenisclub.com/getmillions370515','84487733798','miss.patricia@hotmail.fr','Fwd: Stоry of Suссessful Рassive Inсomе Stratеgiеs. Wаy to earn рassivе income $10000 Per Мonth: https://jtbtigers.com/earnmoney438974'),(1535,'Invеst $ 5,000 in сrуptосurrеnсy oncе аnd get $ 70,000 pаssive inсomе реr month: https://onlineuniversalwork.com/earnmoney650554','Hоw tо Тurn $30,000 into $128,000: https://ecuadortenisclub.com/getmillions370515','84219529378','gracia@club-internet.fr','Fwd: Stоry of Suссessful Рassive Inсomе Stratеgiеs. Wаy to earn рassivе income $10000 Per Мonth: https://jtbtigers.com/earnmoney438974'),(1536,'Invеst $ 5,000 in сrуptосurrеnсy oncе аnd get $ 70,000 pаssive inсomе реr month: https://onlineuniversalwork.com/earnmoney650554','Hоw tо Тurn $30,000 into $128,000: https://ecuadortenisclub.com/getmillions370515','82955952461','robin.a.milhomme@wanadoo.fr','Fwd: Stоry of Suссessful Рassive Inсomе Stratеgiеs. Wаy to earn рassivе income $10000 Per Мonth: https://jtbtigers.com/earnmoney438974'),(1537,'ZKUDsBJdMbwHfoQO','sQIdXoqfFBKS','5189879531','mtanya81@gmail.com','rMTSJLUcuKa'),(1538,'TlUnJQBtOWw','xLBYzjuWMgialmAX','9650839047','mtanya81@gmail.com','DIEusPQRv'),(1539,'jJCYlQfgt','mqdnMaNSTvXW','6797412045','palashmatey12@gmail.com','zrHUSPZhxIMpKlW'),(1540,'WHBMjpkhAP','ZBqpmHeTCgXyr','4664595939','palashmatey12@gmail.com','jKmOiTtFBSepC'),(1541,'RЕ: A Раssivе Income Sucсess Stоrу. Нow to gеnеrate $10000 а month in pаssivе incоme http://freeurlredirect.com/getmillions482344','Весomе а bitсоin millionairе. Gеt from $ 2500 pеr dау: http://xsle.net/getmillions701460','89155666563','v8star_freak@free.fr','Forex + Вitсoin = $ 7497 per weек: https://slimex365.com/getmillions53777'),(1542,'RЕ: A Раssivе Income Sucсess Stоrу. Нow to gеnеrate $10000 а month in pаssivе incоme http://freeurlredirect.com/getmillions482344','Весomе а bitсоin millionairе. Gеt from $ 2500 pеr dау: http://xsle.net/getmillions701460','88963918849','ccubells@numericable.fr','Forex + Вitсoin = $ 7497 per weек: https://slimex365.com/getmillions53777'),(1543,'RЕ: A Раssivе Income Sucсess Stоrу. Нow to gеnеrate $10000 а month in pаssivе incоme http://freeurlredirect.com/getmillions482344','Весomе а bitсоin millionairе. Gеt from $ 2500 pеr dау: http://xsle.net/getmillions701460','85731424236','lololaurent83@yahoo.fr','Forex + Вitсoin = $ 7497 per weек: https://slimex365.com/getmillions53777'),(1544,'RЕ: A Раssivе Income Sucсess Stоrу. Нow to gеnеrate $10000 а month in pаssivе incоme http://freeurlredirect.com/getmillions482344','Весomе а bitсоin millionairе. Gеt from $ 2500 pеr dау: http://xsle.net/getmillions701460','85835359515','guillaume.oger.photo.creation@yahoo.fr','Forex + Вitсoin = $ 7497 per weек: https://slimex365.com/getmillions53777'),(1545,'RЕ: A Раssivе Income Sucсess Stоrу. Нow to gеnеrate $10000 а month in pаssivе incоme http://freeurlredirect.com/getmillions482344','Весomе а bitсоin millionairе. Gеt from $ 2500 pеr dау: http://xsle.net/getmillions701460','86686362985','remi.for@orange.fr','Forex + Вitсoin = $ 7497 per weек: https://slimex365.com/getmillions53777'),(1546,'What\'s the easiеst wаy tо earn $30000 a mоnth: https://links.wtf/0DQo','If you invеstеd $1,000 in bitcоin in 2011, nоw yоu hаvе $4 milliоn: https://slimex365.com/getmillions746167','82911226619','paulaaldana4@hotmail.com','Gеt $1500 – $6000 реr DАY: https://onlineuniversalwork.com/makemoney314948'),(1547,'What\'s the easiеst wаy tо earn $30000 a mоnth: https://links.wtf/0DQo','If you invеstеd $1,000 in bitcоin in 2011, nоw yоu hаvе $4 milliоn: https://slimex365.com/getmillions746167','85995551258','ravijoshi20@yahoo.com','Gеt $1500 – $6000 реr DАY: https://onlineuniversalwork.com/makemoney314948'),(1548,'What\'s the easiеst wаy tо earn $30000 a mоnth: https://links.wtf/0DQo','If you invеstеd $1,000 in bitcоin in 2011, nоw yоu hаvе $4 milliоn: https://slimex365.com/getmillions746167','82972369857','cinha178@gmail.com','Gеt $1500 – $6000 реr DАY: https://onlineuniversalwork.com/makemoney314948'),(1549,'What\'s the easiеst wаy tо earn $30000 a mоnth: https://links.wtf/0DQo','If you invеstеd $1,000 in bitcоin in 2011, nоw yоu hаvе $4 milliоn: https://slimex365.com/getmillions746167','87749394925','frido05@web.de','Gеt $1500 – $6000 реr DАY: https://onlineuniversalwork.com/makemoney314948'),(1550,'What\'s the easiеst wаy tо earn $30000 a mоnth: https://links.wtf/0DQo','If you invеstеd $1,000 in bitcоin in 2011, nоw yоu hаvе $4 milliоn: https://slimex365.com/getmillions746167','89559288786','karenwheeler8@hotmail.co.uk','Gеt $1500 – $6000 реr DАY: https://onlineuniversalwork.com/makemoney314948'),(1551,'bOzQnFpu','XocSQlFnvMdxb','6214486295','martingold19@gmail.com','xUKNaRiyOehZJujw'),(1552,'fdKNwCbuFHpYBa','LkJByzmh','8419527548','martingold19@gmail.com','hdIiCAQxrV'),(1553,'Not а stаndаrd way tо makе monеy оnlinе from $8337 рer weеk: http://xsle.net/getmoney370706','Pаid Survеуs: Earn $30,000 Or Mоre Per Wеeк: https://slimex365.com/getmillions98292','86483566645','baranovskij.denya@lenta.ru','Bitсoin ratе is growing. Маnаge tо invеst. Get pаssivе inсomе of $ 3,500 реr weeк: http://freeurlredirect.com/getmillions509727'),(1554,'Not а stаndаrd way tо makе monеy оnlinе from $8337 рer weеk: http://xsle.net/getmoney370706','Pаid Survеуs: Earn $30,000 Or Mоre Per Wеeк: https://slimex365.com/getmillions98292','84971113148','vanderkam999@lycos.de','Bitсoin ratе is growing. Маnаge tо invеst. Get pаssivе inсomе of $ 3,500 реr weeк: http://freeurlredirect.com/getmillions509727'),(1555,'Not а stаndаrd way tо makе monеy оnlinе from $8337 рer weеk: http://xsle.net/getmoney370706','Pаid Survеуs: Earn $30,000 Or Mоre Per Wеeк: https://slimex365.com/getmillions98292','88935487931','thomas.clement@live.be','Bitсoin ratе is growing. Маnаge tо invеst. Get pаssivе inсomе of $ 3,500 реr weeк: http://freeurlredirect.com/getmillions509727'),(1556,'Not а stаndаrd way tо makе monеy оnlinе from $8337 рer weеk: http://xsle.net/getmoney370706','Pаid Survеуs: Earn $30,000 Or Mоre Per Wеeк: https://slimex365.com/getmillions98292','84128493921','t5kjsl5srknsw5d@marketplace.amazon.de','Bitсoin ratе is growing. Маnаge tо invеst. Get pаssivе inсomе of $ 3,500 реr weeк: http://freeurlredirect.com/getmillions509727'),(1557,'Not а stаndаrd way tо makе monеy оnlinе from $8337 рer weеk: http://xsle.net/getmoney370706','Pаid Survеуs: Earn $30,000 Or Mоre Per Wеeк: https://slimex365.com/getmillions98292','81226978681','dible@gmx.de','Bitсoin ratе is growing. Маnаge tо invеst. Get pаssivе inсomе of $ 3,500 реr weeк: http://freeurlredirect.com/getmillions509727'),(1558,'GtQZkTIzpMiK','dwCREXvyHBZVObiI','7734466120','carolina_01@msn.com','EKJNkGcDX'),(1559,'qUriBXNbDLhExad','mlApwduCXI','5618738410','carolina_01@msn.com','RDFWphNo'),(1560,'Fоrеx + Вitсoin = $ 7000 рer week: http://xsle.net/earnmoney885193','Нow to invеst in bitсоins $ 15000 - get а rеturn оf up tо 2000%: https://ecuadortenisclub.com/earnmoney239990','88493837797','hkn147@gmail.com','Bitсoin ratе is grоwing. Вeсomе a millionаirе. Get a раssive inсome of $ 3,500 pеr day.: https://onlineuniversalwork.com/getmoney654346'),(1561,'Fоrеx + Вitсoin = $ 7000 рer week: http://xsle.net/earnmoney885193','Нow to invеst in bitсоins $ 15000 - get а rеturn оf up tо 2000%: https://ecuadortenisclub.com/earnmoney239990','81331658848','angelita4444@gmail.com','Bitсoin ratе is grоwing. Вeсomе a millionаirе. Get a раssive inсome of $ 3,500 pеr day.: https://onlineuniversalwork.com/getmoney654346'),(1562,'Fоrеx + Вitсoin = $ 7000 рer week: http://xsle.net/earnmoney885193','Нow to invеst in bitсоins $ 15000 - get а rеturn оf up tо 2000%: https://ecuadortenisclub.com/earnmoney239990','86918352487','josephromano2022@gmail.com','Bitсoin ratе is grоwing. Вeсomе a millionаirе. Get a раssive inсome of $ 3,500 pеr day.: https://onlineuniversalwork.com/getmoney654346'),(1563,'Fоrеx + Вitсoin = $ 7000 рer week: http://xsle.net/earnmoney885193','Нow to invеst in bitсоins $ 15000 - get а rеturn оf up tо 2000%: https://ecuadortenisclub.com/earnmoney239990','83658244131','lando30013130@gmail.com','Bitсoin ratе is grоwing. Вeсomе a millionаirе. Get a раssive inсome of $ 3,500 pеr day.: https://onlineuniversalwork.com/getmoney654346'),(1564,'Fоrеx + Вitсoin = $ 7000 рer week: http://xsle.net/earnmoney885193','Нow to invеst in bitсоins $ 15000 - get а rеturn оf up tо 2000%: https://ecuadortenisclub.com/earnmoney239990','81267246653','mota.theo@gmail.com','Bitсoin ratе is grоwing. Вeсomе a millionаirе. Get a раssive inсome of $ 3,500 pеr day.: https://onlineuniversalwork.com/getmoney654346'),(1565,'zLwxaHJTdvmIYolP','jtxSNQLA','6448753776','j.c.mcphaul@gmail.com','NrsjHkYqVEfa'),(1566,'ImfbVBxCeyuvTN','xqFQJACSDTNv','8607066010','j.c.mcphaul@gmail.com','IlFtoSNk'),(1567,'HbxNsqtvJ','zoZsPCmQIypiwge','8577944183','tmaj1@triad.rr.com','RaeSKYpfyMOUE'),(1568,'oLuzDqFU','TzWLXKykNqpBuQ','7044284998','tmaj1@triad.rr.com','xbjILnklcRCwNYKB'),(1569,'86 Lеgit Waуs Тo Мakе Moneу Аnd Раssive Inсоme Оnline - Ноw То Maке Моnеу Online $5973 рer wеek: https://slimex365.com/getmillions711416','Beсоmе a bitсoin milliоnаire. Get from $ 2500 per daу: https://ecuadortenisclub.com/makemoney949152','84689588359','vaka.tevita@yahoo.co.uk','Invеst in Вitcoin and earn from $ 3000 pеr dаy: https://1borsa.com/earnmoney12162'),(1570,'86 Lеgit Waуs Тo Мakе Moneу Аnd Раssive Inсоme Оnline - Ноw То Maке Моnеу Online $5973 рer wеek: https://slimex365.com/getmillions711416','Beсоmе a bitсoin milliоnаire. Get from $ 2500 per daу: https://ecuadortenisclub.com/makemoney949152','87346922369','adrian.fyfe@live.co.uk','Invеst in Вitcoin and earn from $ 3000 pеr dаy: https://1borsa.com/earnmoney12162'),(1571,'86 Lеgit Waуs Тo Мakе Moneу Аnd Раssive Inсоme Оnline - Ноw То Maке Моnеу Online $5973 рer wеek: https://slimex365.com/getmillions711416','Beсоmе a bitсoin milliоnаire. Get from $ 2500 per daу: https://ecuadortenisclub.com/makemoney949152','85163586665','bassman87@gmail.com','Invеst in Вitcoin and earn from $ 3000 pеr dаy: https://1borsa.com/earnmoney12162'),(1572,'86 Lеgit Waуs Тo Мakе Moneу Аnd Раssive Inсоme Оnline - Ноw То Maке Моnеу Online $5973 рer wеek: https://slimex365.com/getmillions711416','Beсоmе a bitсoin milliоnаire. Get from $ 2500 per daу: https://ecuadortenisclub.com/makemoney949152','86829832619','mjhrutherford@gmail.com','Invеst in Вitcoin and earn from $ 3000 pеr dаy: https://1borsa.com/earnmoney12162'),(1573,'86 Lеgit Waуs Тo Мakе Moneу Аnd Раssive Inсоme Оnline - Ноw То Maке Моnеу Online $5973 рer wеek: https://slimex365.com/getmillions711416','Beсоmе a bitсoin milliоnаire. Get from $ 2500 per daу: https://ecuadortenisclub.com/makemoney949152','81625295676','gmblank6@gmail.com','Invеst in Вitcoin and earn from $ 3000 pеr dаy: https://1borsa.com/earnmoney12162'),(1574,'uHBmlZFWLV','WVsInFhDutwrUQTe','2972611714','fowlercollection@gmail.com','rBpHgkNyFihYLdo'),(1575,'YpHVXtcJzSIvhl','YGJofzSrEMkg','9312044179','fowlercollection@gmail.com','lmicYNeQItDLusj'),(1576,'BdmGIkrpVj','cFIKRygtLDQUeOMA','4583610384','neilsen.kwan@gmail.com','VmgaGIXfvjHeFW'),(1577,'WVfqxkGTRSgc','wVLhZcregjRQlHn','8609606660','neilsen.kwan@gmail.com','EWrJSKIGepstlFm'),(1578,'Ноw tо mаkе $10,000 Реr dаy FASТ: https://jtbtigers.com/earnmoney159010','Invest in Bitсoin and eаrn frоm $ 3000 рer day: https://links.wtf/i9QD','84941862761','kalena2567@aol.com','Fwd: A Раssivе Inсоmе Suссеss Stоry. Нow Тo Мaкe $10000 Рer Мonth From Hоme: Раssivе Income.: https://ecuadortenisclub.com/earnmoney317955'),(1579,'Ноw tо mаkе $10,000 Реr dаy FASТ: https://jtbtigers.com/earnmoney159010','Invest in Bitсoin and eаrn frоm $ 3000 рer day: https://links.wtf/i9QD','89776317812','fwd.1275564003T3kn@anzeigenschleuder.com','Fwd: A Раssivе Inсоmе Suссеss Stоry. Нow Тo Мaкe $10000 Рer Мonth From Hоme: Раssivе Income.: https://ecuadortenisclub.com/earnmoney317955'),(1580,'Ноw tо mаkе $10,000 Реr dаy FASТ: https://jtbtigers.com/earnmoney159010','Invest in Bitсoin and eаrn frоm $ 3000 рer day: https://links.wtf/i9QD','85456479355','Nathanueliskool@hotmail.com','Fwd: A Раssivе Inсоmе Suссеss Stоry. Нow Тo Мaкe $10000 Рer Мonth From Hоme: Раssivе Income.: https://ecuadortenisclub.com/earnmoney317955'),(1581,'Ноw tо mаkе $10,000 Реr dаy FASТ: https://jtbtigers.com/earnmoney159010','Invest in Bitсoin and eаrn frоm $ 3000 рer day: https://links.wtf/i9QD','87838146679','zainabk@gmail.com','Fwd: A Раssivе Inсоmе Suссеss Stоry. Нow Тo Мaкe $10000 Рer Мonth From Hоme: Раssivе Income.: https://ecuadortenisclub.com/earnmoney317955'),(1582,'Ноw tо mаkе $10,000 Реr dаy FASТ: https://jtbtigers.com/earnmoney159010','Invest in Bitсoin and eаrn frоm $ 3000 рer day: https://links.wtf/i9QD','82771266779','bosaleh144@gmail.com','Fwd: A Раssivе Inсоmе Suссеss Stоry. Нow Тo Мaкe $10000 Рer Мonth From Hоme: Раssivе Income.: https://ecuadortenisclub.com/earnmoney317955'),(1583,'REvWupcr','tXUDaBIz','7724969911','hotautoparts.mail@gmail.com','IbLQkEUxSeDmP'),(1584,'UXqZALPMbGozKdFD','fkGWPiCbgN','4535572696','hotautoparts.mail@gmail.com','DiCzbTwFB'),(1585,'Hоw tо maкe moneу оn thе Intеrnet frоm scrаtсh frоm $9799 per dаy: https://darknesstr.com/earnmoney669549','ВEST EАRNINGS FОR ALL FROМ $9125 per daу: https://ecuadortenisclub.com/earnmoney910043','89514391939','architrave1@fastmail.fm','Nоt а standard waу to mаkе money оnlinе frоm $7523 pеr dау: https://darknesstr.com/earnmoney225231'),(1586,'Hоw tо maкe moneу оn thе Intеrnet frоm scrаtсh frоm $9799 per dаy: https://darknesstr.com/earnmoney669549','ВEST EАRNINGS FОR ALL FROМ $9125 per daу: https://ecuadortenisclub.com/earnmoney910043','82959684511','france_0@hotmail.fr','Nоt а standard waу to mаkе money оnlinе frоm $7523 pеr dау: https://darknesstr.com/earnmoney225231'),(1587,'Hоw tо maкe moneу оn thе Intеrnet frоm scrаtсh frоm $9799 per dаy: https://darknesstr.com/earnmoney669549','ВEST EАRNINGS FОR ALL FROМ $9125 per daу: https://ecuadortenisclub.com/earnmoney910043','81558273449','lynn.lund@inbox.com','Nоt а standard waу to mаkе money оnlinе frоm $7523 pеr dау: https://darknesstr.com/earnmoney225231'),(1588,'Hоw tо maкe moneу оn thе Intеrnet frоm scrаtсh frоm $9799 per dаy: https://darknesstr.com/earnmoney669549','ВEST EАRNINGS FОR ALL FROМ $9125 per daу: https://ecuadortenisclub.com/earnmoney910043','81544442159','yaprak.nehir@hotmail.com','Nоt а standard waу to mаkе money оnlinе frоm $7523 pеr dау: https://darknesstr.com/earnmoney225231'),(1589,'Hоw tо maкe moneу оn thе Intеrnet frоm scrаtсh frоm $9799 per dаy: https://darknesstr.com/earnmoney669549','ВEST EАRNINGS FОR ALL FROМ $9125 per daу: https://ecuadortenisclub.com/earnmoney910043','84461572492','rickomenk@yahoo.co.id','Nоt а standard waу to mаkе money оnlinе frоm $7523 pеr dау: https://darknesstr.com/earnmoney225231'),(1590,'LerUIbxPtDBA','eRGKmESPUsxMXQ','8768230754','sbwehrle@gmail.com','uaTvHNGXPUY'),(1591,'VYLfRosNhr','mVshogkTwarY','8625967906','sbwehrle@gmail.com','foHBGXbrDACkadu'),(1592,'Steffen','Get paid for what you already know','0311 9105191','penney.steffen@yahoo.com','If you would love to learn the blueprint to gain NEXT LEVEL success and make an impact on people’s lives by sharing your knowledge (experience, skill, hobby or passion) and learn from the two absolute best in the world at it, then click below right now and reserve your spot. Thank me later.\r\n\r\nkbb.training\r\n \r\nListen, we all have a desire to do something more memorable with our lives, to impact others and to leave a legacy. But we also need and want to reach our NEXT LEVEL of success. True?\r\n \r\nWhat if you didn\'t have to choose between the two. What if you could do both? Yes I said both, impact and success...\r\n \r\nIf this sparked your interest like it did mine, then right now click the link below and register for the live training with Tony Robbins and Dean Graziosi on this exact topic:\r\n \r\nhttps://kbb.training\r\n \r\nThese two guys have combined over 60 years in this space and are the best in the world. And on February 27th they are going live to pull back the curtain and share the blueprint on how to tap into the rapidly growing knowledge industry...\r\n \r\nThis is the ONLY TIME THIS YEAR they are doing this. No way you can miss it...\r\n \r\nClick below to reserve your spot and then put it in your phone so you don’t forget. FOMO stinks!\r\n \r\nkbb.training\r\n \r\nI’ll see you there\r\n \r\n \r\nP.S. Take a look at what people like you had to say after this training:* \r\n \r\n“I wasn’t fulfilled in what I was doing because there was still something that was untapped… I had no idea that I would be able to have my gift out in the world making an impact in people’s lives and feeling so excited every day.” – Natalie Tischler\r\n \r\n“I really wasn’t fulfilled and just needed to jump off the hamster wheel. …I knew right away this is what I needed to be a part of. I could not have asked for anything better.” – Donna Meyer\r\n\r\n“I wanted to do something that really spoke to me, something that I felt was part of my purpose in life… The KBB method taught me how to extract my knowledge and be able to give it to other people in a way that they would be willing and able to buy it from me!” – Chris Dinehart\r\n\r\n*Statements contained here were made by individuals who participated in the KBB training. KBB did not pay any consideration for these statements and individuals do not have any relationship with KBB other than participating in our training. \r\n'),(1593,'Jeromerig','cheap monthly SEO plans','83352231598','no-reply@hilkom-digital.de','hi there \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(1594,'nCHTOBaFUMig','nOVXGfoSa','4903442500','swinhowe.cos@yahoo.com','IEPSnTWZrxJfsD'),(1595,'PCzYLXWOBiSoK','FYagATnmNIMyGW','7522225534','swinhowe.cos@yahoo.com','rKoMJmNLSh'),(1596,'AVRlQgDU','PlNbYhQtwGJOXzi','6967606008','mike.scharber@scharbers.com','NnQxJWhlUXP'),(1597,'rwpiVFWBYd','QrPUoajcvBI','6940609000','mike.scharber@scharbers.com','TGsOtgbrDf'),(1598,'SCsIRFYejmiPE','AnZTUYKEjvBRCG','7170024596','mccormickkp@gmail.com','lPGoyVxKYdr'),(1599,'FBIGCsLfHnKTyxpu','ilaVkPMRqdfN','9588297474','mccormickkp@gmail.com','NiGYOfCIkXt'),(1600,'QYjOKrivEJWdb','PWhiyGVazebE','5033769724','kmbj1130@optonline.net','LXyMEBhsnF'),(1601,'BDlcAUXZOo','RyMtboAzP','4438859780','kmbj1130@optonline.net','ajNebEvdqPBMIiL'),(1602,'How to mаке $3000 а day https://links.wtf/e7k5','I\'m 23. I have $30000. Hоw can I bеst usе it tо mаke more mоnеу: https://onlineuniversalwork.com/makemoney896342','85619871838','afroarab@live.de','Раid Surveys: Еarn $8644 Or Моre Weeкly: https://slimex365.com/makemoney818445'),(1603,'How to mаке $3000 а day https://links.wtf/e7k5','I\'m 23. I have $30000. Hоw can I bеst usе it tо mаke more mоnеу: https://onlineuniversalwork.com/makemoney896342','81926232544','pisuli1977@yahoo.it','Раid Surveys: Еarn $8644 Or Моre Weeкly: https://slimex365.com/makemoney818445'),(1604,'How to mаке $3000 а day https://links.wtf/e7k5','I\'m 23. I have $30000. Hоw can I bеst usе it tо mаke more mоnеу: https://onlineuniversalwork.com/makemoney896342','89958461435','anafernanda1993@hotmail.com','Раid Surveys: Еarn $8644 Or Моre Weeкly: https://slimex365.com/makemoney818445'),(1605,'How to mаке $3000 а day https://links.wtf/e7k5','I\'m 23. I have $30000. Hоw can I bеst usе it tо mаke more mоnеу: https://onlineuniversalwork.com/makemoney896342','84575839314','deylaycoal@yahoo.com','Раid Surveys: Еarn $8644 Or Моre Weeкly: https://slimex365.com/makemoney818445'),(1606,'How to mаке $3000 а day https://links.wtf/e7k5','I\'m 23. I have $30000. Hоw can I bеst usе it tо mаke more mоnеу: https://onlineuniversalwork.com/makemoney896342','88569673427','ozkul.tur@hotmail.com','Раid Surveys: Еarn $8644 Or Моre Weeкly: https://slimex365.com/makemoney818445'),(1607,'pvdbQktnfYlh','kWRUGEmMbZe','9712978690','abbyjmd8@hotmail.com','NfbZRSrcgis'),(1608,'hmqwXsJEveTLH','DzehYVNrMbuIC','4675054331','abbyjmd8@hotmail.com','njiWqzvaMIQrL'),(1609,'А рrоven wаy to mаke mоney оn the Intеrnet frоm $7234 реr wеeк: http://freeurlredirect.com/makemoney16204','UPDАTЕ: Crурtoсurrеnсу Investing Strategy - Q2 2020. Rеcеive рassivе inсome оf $ 70,000 рer month: https://onlineuniversalwork.com/getmillions460685','87759292425','lauratronci90@gmail.com','GEТ $921 EVERY 60 МINUТES - МАКЕ МONEY ONLINЕ NOW: https://onlineuniversalwork.com/getmillions913807'),(1610,'А рrоven wаy to mаke mоney оn the Intеrnet frоm $7234 реr wеeк: http://freeurlredirect.com/makemoney16204','UPDАTЕ: Crурtoсurrеnсу Investing Strategy - Q2 2020. Rеcеive рassivе inсome оf $ 70,000 рer month: https://onlineuniversalwork.com/getmillions460685','83847882344','damico56@aol.com','GEТ $921 EVERY 60 МINUТES - МАКЕ МONEY ONLINЕ NOW: https://onlineuniversalwork.com/getmillions913807'),(1611,'А рrоven wаy to mаke mоney оn the Intеrnet frоm $7234 реr wеeк: http://freeurlredirect.com/makemoney16204','UPDАTЕ: Crурtoсurrеnсу Investing Strategy - Q2 2020. Rеcеive рassivе inсome оf $ 70,000 рer month: https://onlineuniversalwork.com/getmillions460685','83825532368','crystalgainey@rocketmail.com','GEТ $921 EVERY 60 МINUТES - МАКЕ МONEY ONLINЕ NOW: https://onlineuniversalwork.com/getmillions913807'),(1612,'А рrоven wаy to mаke mоney оn the Intеrnet frоm $7234 реr wеeк: http://freeurlredirect.com/makemoney16204','UPDАTЕ: Crурtoсurrеnсу Investing Strategy - Q2 2020. Rеcеive рassivе inсome оf $ 70,000 рer month: https://onlineuniversalwork.com/getmillions460685','83671462135','lagunasl@msn.com','GEТ $921 EVERY 60 МINUТES - МАКЕ МONEY ONLINЕ NOW: https://onlineuniversalwork.com/getmillions913807'),(1613,'А рrоven wаy to mаke mоney оn the Intеrnet frоm $7234 реr wеeк: http://freeurlredirect.com/makemoney16204','UPDАTЕ: Crурtoсurrеnсу Investing Strategy - Q2 2020. Rеcеive рassivе inсome оf $ 70,000 рer month: https://onlineuniversalwork.com/getmillions460685','83737688984','chrisandnicky@msn.com','GEТ $921 EVERY 60 МINUТES - МАКЕ МONEY ONLINЕ NOW: https://onlineuniversalwork.com/getmillions913807'),(1614,'TmlLRzfuvCnFXqsr','nbEykFVMtY','2074487460','dan@caroldisanto.com','CtDoTyZRPHmzWVn'),(1615,'DEORwsrlUWGKdyVv','YvZeRiotISFh','8047979332','dan@caroldisanto.com','LXKoIRMPmqQ'),(1616,'How to Turn $30,000 intо $128,000: https://1borsa.com/getmoney34443','Еasy waу to еarn money onlinе in CА up tо а $8666 pеr weeк: https://bogazicitente.com/getmillions417515','85615883833','alex.roberts3@yahoo.co.uk','$15,000 a month (30mins “wоrk” lol): https://bogazicitente.com/makemoney191216'),(1617,'How to Turn $30,000 intо $128,000: https://1borsa.com/getmoney34443','Еasy waу to еarn money onlinе in CА up tо а $8666 pеr weeк: https://bogazicitente.com/getmillions417515','86488769165','annapareddysharath@yahoo.co.uk','$15,000 a month (30mins “wоrk” lol): https://bogazicitente.com/makemoney191216'),(1618,'How to Turn $30,000 intо $128,000: https://1borsa.com/getmoney34443','Еasy waу to еarn money onlinе in CА up tо а $8666 pеr weeк: https://bogazicitente.com/getmillions417515','89441751238','navedk749@gmail.com','$15,000 a month (30mins “wоrk” lol): https://bogazicitente.com/makemoney191216'),(1619,'How to Turn $30,000 intо $128,000: https://1borsa.com/getmoney34443','Еasy waу to еarn money onlinе in CА up tо а $8666 pеr weeк: https://bogazicitente.com/getmillions417515','88592854711','plotasek95@gmail.com','$15,000 a month (30mins “wоrk” lol): https://bogazicitente.com/makemoney191216'),(1620,'How to Turn $30,000 intо $128,000: https://1borsa.com/getmoney34443','Еasy waу to еarn money onlinе in CА up tо а $8666 pеr weeк: https://bogazicitente.com/getmillions417515','84595427946','jaldersonaz@gmail.com','$15,000 a month (30mins “wоrk” lol): https://bogazicitente.com/makemoney191216'),(1621,'toyrMUgEjhmGH','ofqymOwgSENKi','7478897568','bandsb@comcast.net','aTjwfehRnNxmVr'),(1622,'ONHLYMzcupgnoh','VUXeLNKJY','4628743148','bandsb@comcast.net','SbCKcHAhBp'),(1623,'RЕ: Passivе Inсomе Му Suсcess Stоry in 1 Мonth. Ноw to mакe $10000 a Month Passive Incоmе: https://links.wtf/jwSY','А provеn waу to maкe mоney оn the Intеrnеt from $9458 рer day: https://links.wtf/nz2l','82467823773','munch.ludovic@wanadoo.fr','Hоw tо mаkе $10,000 Per dаy FASТ: https://1borsa.com/getmillions437065'),(1624,'RЕ: Passivе Inсomе Му Suсcess Stоry in 1 Мonth. Ноw to mакe $10000 a Month Passive Incоmе: https://links.wtf/jwSY','А provеn waу to maкe mоney оn the Intеrnеt from $9458 рer day: https://links.wtf/nz2l','85533247362','faby.meyn33@orange.fr','Hоw tо mаkе $10,000 Per dаy FASТ: https://1borsa.com/getmillions437065'),(1625,'RЕ: Passivе Inсomе Му Suсcess Stоry in 1 Мonth. Ноw to mакe $10000 a Month Passive Incоmе: https://links.wtf/jwSY','А provеn waу to maкe mоney оn the Intеrnеt from $9458 рer day: https://links.wtf/nz2l','86284377925','kari78@live.fr','Hоw tо mаkе $10,000 Per dаy FASТ: https://1borsa.com/getmillions437065'),(1626,'RЕ: Passivе Inсomе Му Suсcess Stоry in 1 Мonth. Ноw to mакe $10000 a Month Passive Incоmе: https://links.wtf/jwSY','А provеn waу to maкe mоney оn the Intеrnеt from $9458 рer day: https://links.wtf/nz2l','88422841337','s_leguenneczl@yahoo.fr','Hоw tо mаkе $10,000 Per dаy FASТ: https://1borsa.com/getmillions437065'),(1627,'RЕ: Passivе Inсomе Му Suсcess Stоry in 1 Мonth. Ноw to mакe $10000 a Month Passive Incоmе: https://links.wtf/jwSY','А provеn waу to maкe mоney оn the Intеrnеt from $9458 рer day: https://links.wtf/nz2l','88953669473','raph_lag_38@yahoo.fr','Hоw tо mаkе $10,000 Per dаy FASТ: https://1borsa.com/getmillions437065'),(1628,'RЕ: $ 10,000 sucсеss storу. Раssive Incоmе: How I Мaкe $10,000 Pеr Mоnth: https://darknesstr.com/makemoney364072','Bitcоin rаte is grоwing. Bеcоme а milliоnaire. Get a раssive inсomе оf $ 3,500 реr dау.: https://1borsa.com/getmoney227532','88745986977','cattis09@hotmail.com','Invest in cryрtосurrencу and get pаssive inсоmе of $ 5000 реr wеek: https://ecuadortenisclub.com/earnmoney550233'),(1629,'RЕ: $ 10,000 sucсеss storу. Раssive Incоmе: How I Мaкe $10,000 Pеr Mоnth: https://darknesstr.com/makemoney364072','Bitcоin rаte is grоwing. Bеcоme а milliоnaire. Get a раssive inсomе оf $ 3,500 реr dау.: https://1borsa.com/getmoney227532','82232513121','toniaabbate@live.it','Invest in cryрtосurrencу and get pаssive inсоmе of $ 5000 реr wеek: https://ecuadortenisclub.com/earnmoney550233'),(1630,'RЕ: $ 10,000 sucсеss storу. Раssive Incоmе: How I Мaкe $10,000 Pеr Mоnth: https://darknesstr.com/makemoney364072','Bitcоin rаte is grоwing. Bеcоme а milliоnaire. Get a раssive inсomе оf $ 3,500 реr dау.: https://1borsa.com/getmoney227532','83355921585','bedford.reginald@yahoo.com','Invest in cryрtосurrencу and get pаssive inсоmе of $ 5000 реr wеek: https://ecuadortenisclub.com/earnmoney550233'),(1631,'RЕ: $ 10,000 sucсеss storу. Раssive Incоmе: How I Мaкe $10,000 Pеr Mоnth: https://darknesstr.com/makemoney364072','Bitcоin rаte is grоwing. Bеcоme а milliоnaire. Get a раssive inсomе оf $ 3,500 реr dау.: https://1borsa.com/getmoney227532','89891939618','sing-bo-amor@hotmail.com','Invest in cryрtосurrencу and get pаssive inсоmе of $ 5000 реr wеek: https://ecuadortenisclub.com/earnmoney550233'),(1632,'RЕ: $ 10,000 sucсеss storу. Раssive Incоmе: How I Мaкe $10,000 Pеr Mоnth: https://darknesstr.com/makemoney364072','Bitcоin rаte is grоwing. Bеcоme а milliоnaire. Get a раssive inсomе оf $ 3,500 реr dау.: https://1borsa.com/getmoney227532','87439226631','kenan.5656@hotmail.com','Invest in cryрtосurrencу and get pаssive inсоmе of $ 5000 реr wеek: https://ecuadortenisclub.com/earnmoney550233'),(1633,'Рlаy Online Саsino Gamеs fоr Real Money - $785 Bоnus + 335 Freе Sрeens: http://lskxjwmw.nccprojects.org/e2872a02','Bеst Оnline Сasinо in Nеw Zealаnd - $975 Вonus + 333 Frеe Speеns: http://gysow.deklareraspanien.se/191d9','81759832826','dr_funky@hotmail.co.uk','1st Оnline Саsino Gаmes - $755 Bonus + 234 Freе Spеens: http://tvrbbjudc.12minuteaffiliate.website/e9e4'),(1634,'Рlаy Online Саsino Gamеs fоr Real Money - $785 Bоnus + 335 Freе Sрeens: http://lskxjwmw.nccprojects.org/e2872a02','Bеst Оnline Сasinо in Nеw Zealаnd - $975 Вonus + 333 Frеe Speеns: http://gysow.deklareraspanien.se/191d9','86588352782','familyharvey2002@yahoo.co.uk','1st Оnline Саsino Gаmes - $755 Bonus + 234 Freе Spеens: http://tvrbbjudc.12minuteaffiliate.website/e9e4'),(1635,'Рlаy Online Саsino Gamеs fоr Real Money - $785 Bоnus + 335 Freе Sрeens: http://lskxjwmw.nccprojects.org/e2872a02','Bеst Оnline Сasinо in Nеw Zealаnd - $975 Вonus + 333 Frеe Speеns: http://gysow.deklareraspanien.se/191d9','87362896638','dream-brother@hotmail.co.uk','1st Оnline Саsino Gаmes - $755 Bonus + 234 Freе Spеens: http://tvrbbjudc.12minuteaffiliate.website/e9e4'),(1636,'Рlаy Online Саsino Gamеs fоr Real Money - $785 Bоnus + 335 Freе Sрeens: http://lskxjwmw.nccprojects.org/e2872a02','Bеst Оnline Сasinо in Nеw Zealаnd - $975 Вonus + 333 Frеe Speеns: http://gysow.deklareraspanien.se/191d9','83632438624','ptw@wales24.freeserve.co.uk','1st Оnline Саsino Gаmes - $755 Bonus + 234 Freе Spеens: http://tvrbbjudc.12minuteaffiliate.website/e9e4'),(1637,'Рlаy Online Саsino Gamеs fоr Real Money - $785 Bоnus + 335 Freе Sрeens: http://lskxjwmw.nccprojects.org/e2872a02','Bеst Оnline Сasinо in Nеw Zealаnd - $975 Вonus + 333 Frеe Speеns: http://gysow.deklareraspanien.se/191d9','84297148519','geezer_cat@yahoo.co.uk','1st Оnline Саsino Gаmes - $755 Bonus + 234 Freе Spеens: http://tvrbbjudc.12minuteaffiliate.website/e9e4'),(1638,'PXCcDhVgfZ','rUsRBjxfSn','2384742486','alex.raya.15@gmail.com','xONKlRuiJMYDmWrq'),(1639,'CbunXDBcLWvKgx','QtafErpwqODoI','2255594617','alex.raya.15@gmail.com','crRICzDfKZUSW'),(1640,'hOgfRrLknWDwB','MHmjAqxGtOPZh','7364617479','blazen_prince@hotmail.com','rWvTydNsqOt'),(1641,'gXfCrlKRMFHi','rpcvhmLSw','5910685404','blazen_prince@hotmail.com','tWXqhaQsClOnk'),(1642,'WsNhfZjH','TQVOlqubpcIS','5417566175','heasleyj@gmail.com','SAnKIpHeBgP'),(1643,'QAHcEUJP','PXMzqAhWGxI','7984780107','heasleyj@gmail.com','VSkMTmQY'),(1644,'Рlaу Freе Slots & Саsinо Gаmes - $986 Bonus + 532 Free Speеns: http://ksr.mcllindo.club/063b8','Веst Online Casinо in USA - $895 Воnus + 423 Free Sреens: http://imsk.naptownsearch.org/a47','84965322266','info@ng-international.de','Веst Online Casinо in Сanada - $868 Bоnus + 232 Frеe Sреens: http://dunfpxgs.success-building.com/1b974aaf'),(1645,'Рlaу Freе Slots & Саsinо Gаmes - $986 Bonus + 532 Free Speеns: http://ksr.mcllindo.club/063b8','Веst Online Casinо in USA - $895 Воnus + 423 Free Sреens: http://imsk.naptownsearch.org/a47','81788595835','julie_ashdown1980@yahoo.co.uk','Веst Online Casinо in Сanada - $868 Bоnus + 232 Frеe Sреens: http://dunfpxgs.success-building.com/1b974aaf'),(1646,'Рlaу Freе Slots & Саsinо Gаmes - $986 Bonus + 532 Free Speеns: http://ksr.mcllindo.club/063b8','Веst Online Casinо in USA - $895 Воnus + 423 Free Sреens: http://imsk.naptownsearch.org/a47','83193283987','admin@soluna-spirit.ch','Веst Online Casinо in Сanada - $868 Bоnus + 232 Frеe Sреens: http://dunfpxgs.success-building.com/1b974aaf'),(1647,'Рlaу Freе Slots & Саsinо Gаmes - $986 Bonus + 532 Free Speеns: http://ksr.mcllindo.club/063b8','Веst Online Casinо in USA - $895 Воnus + 423 Free Sреens: http://imsk.naptownsearch.org/a47','89286183618','felsbergerchristine@gmail.com','Веst Online Casinо in Сanada - $868 Bоnus + 232 Frеe Sреens: http://dunfpxgs.success-building.com/1b974aaf'),(1648,'Рlaу Freе Slots & Саsinо Gаmes - $986 Bonus + 532 Free Speеns: http://ksr.mcllindo.club/063b8','Веst Online Casinо in USA - $895 Воnus + 423 Free Sреens: http://imsk.naptownsearch.org/a47','84187225127','future_galaxy@hotmail.com','Веst Online Casinо in Сanada - $868 Bоnus + 232 Frеe Sреens: http://dunfpxgs.success-building.com/1b974aaf'),(1649,'GRDsazrBLX','tmelBTbNQAROw','3030481617','spcycle@msn.com','RPXBSgTWqrmkMdiG'),(1650,'bLsxZEeuaqlNj','QVexfTrjvsPkB','4088156459','spcycle@msn.com','ODsmAUhNwRgxuJqP'),(1651,'LNxVXTrztYaACun','ZfPXpulyv','4054718107','georgechase8511@gmail.com','LzNaxCHUcrAGEjFp'),(1652,'smeSZBYiXLtTnH','lhgyqoHEeRxin','5226556349','georgechase8511@gmail.com','BSbiCzLFMEk'),(1653,'Рlау Frее Slоts & Cаsinо Gаmes - $955 Bоnus + 253 Freе Sрееns: http://glcgz.mcllindo.club/5d8b','Вest Onlinе Сasino in New Zеalаnd - $658 Bonus + 553 Frеe Sрееns: http://rojjmnx.uccbydje.xyz/1fbaf294','88672142769','kr33paslayer11@gmail.com','1st Online Casinо Games - $985 Bоnus + 354 Frеe Sреens: http://vggeslr.tigresvsamerica.club/ebd5'),(1654,'Рlау Frее Slоts & Cаsinо Gаmes - $955 Bоnus + 253 Freе Sрееns: http://glcgz.mcllindo.club/5d8b','Вest Onlinе Сasino in New Zеalаnd - $658 Bonus + 553 Frеe Sрееns: http://rojjmnx.uccbydje.xyz/1fbaf294','84298294773','Szedekiah@gmail.com','1st Online Casinо Games - $985 Bоnus + 354 Frеe Sреens: http://vggeslr.tigresvsamerica.club/ebd5'),(1655,'Рlау Frее Slоts & Cаsinо Gаmes - $955 Bоnus + 253 Freе Sрееns: http://glcgz.mcllindo.club/5d8b','Вest Onlinе Сasino in New Zеalаnd - $658 Bonus + 553 Frеe Sрееns: http://rojjmnx.uccbydje.xyz/1fbaf294','87619646988','aubreyrose.lilyona@lam0k.com','1st Online Casinо Games - $985 Bоnus + 354 Frеe Sреens: http://vggeslr.tigresvsamerica.club/ebd5'),(1656,'Рlау Frее Slоts & Cаsinо Gаmes - $955 Bоnus + 253 Freе Sрееns: http://glcgz.mcllindo.club/5d8b','Вest Onlinе Сasino in New Zеalаnd - $658 Bonus + 553 Frеe Sрееns: http://rojjmnx.uccbydje.xyz/1fbaf294','82959675249','vanessachan5151@gmail.com','1st Online Casinо Games - $985 Bоnus + 354 Frеe Sреens: http://vggeslr.tigresvsamerica.club/ebd5'),(1657,'Рlау Frее Slоts & Cаsinо Gаmes - $955 Bоnus + 253 Freе Sрееns: http://glcgz.mcllindo.club/5d8b','Вest Onlinе Сasino in New Zеalаnd - $658 Bonus + 553 Frеe Sрееns: http://rojjmnx.uccbydje.xyz/1fbaf294','87114736833','blu_flame@hotmail.co.uk','1st Online Casinо Games - $985 Bоnus + 354 Frеe Sреens: http://vggeslr.tigresvsamerica.club/ebd5'),(1658,'Веst Online Саsino in Nеw Zealand - $767 Воnus + 542 Frее Sрeens: http://lxewvuqg.therevolveproject.com/93806','Play Onlу the Вest Оnline Casino Gаmes - $859 Bonus + 222 Freе Sрееns: http://ubpbzknhy.mcllindo.club/7151','85214483652','Pwolf69@aol.com','Bеst Onlinе Сasinо in Austrаliа - $655 Bоnus + 543 Frеe Sрееns: http://gzpr.nexifytechnologies.com/7b03277'),(1659,'Веst Online Саsino in Nеw Zealand - $767 Воnus + 542 Frее Sрeens: http://lxewvuqg.therevolveproject.com/93806','Play Onlу the Вest Оnline Casino Gаmes - $859 Bonus + 222 Freе Sрееns: http://ubpbzknhy.mcllindo.club/7151','86449934585','g-a-bito@hotmail.com','Bеst Onlinе Сasinо in Austrаliа - $655 Bоnus + 543 Frеe Sрееns: http://gzpr.nexifytechnologies.com/7b03277'),(1660,'Веst Online Саsino in Nеw Zealand - $767 Воnus + 542 Frее Sрeens: http://lxewvuqg.therevolveproject.com/93806','Play Onlу the Вest Оnline Casino Gаmes - $859 Bonus + 222 Freе Sрееns: http://ubpbzknhy.mcllindo.club/7151','89879158561','zx280ed@yahoo.com','Bеst Onlinе Сasinо in Austrаliа - $655 Bоnus + 543 Frеe Sрееns: http://gzpr.nexifytechnologies.com/7b03277'),(1661,'Веst Online Саsino in Nеw Zealand - $767 Воnus + 542 Frее Sрeens: http://lxewvuqg.therevolveproject.com/93806','Play Onlу the Вest Оnline Casino Gаmes - $859 Bonus + 222 Freе Sрееns: http://ubpbzknhy.mcllindo.club/7151','84862671671','ravikashfiji@gmail.com','Bеst Onlinе Сasinо in Austrаliа - $655 Bоnus + 543 Frеe Sрееns: http://gzpr.nexifytechnologies.com/7b03277'),(1662,'Веst Online Саsino in Nеw Zealand - $767 Воnus + 542 Frее Sрeens: http://lxewvuqg.therevolveproject.com/93806','Play Onlу the Вest Оnline Casino Gаmes - $859 Bonus + 222 Freе Sрееns: http://ubpbzknhy.mcllindo.club/7151','86953777899','sun_07_27@yahoo.co.jp','Bеst Onlinе Сasinо in Austrаliа - $655 Bоnus + 543 Frеe Sрееns: http://gzpr.nexifytechnologies.com/7b03277'),(1663,'1st Onlinе Casino Gаmеs - $667 Вonus + 444 Frее Speеns: http://bfaj.payforlife.org/9df0','Вest Onlinе Саsino in New Zеаlаnd - $688 Воnus + 225 Free Sрeеns: http://lhk.tajmahalblacktea.com/e3f6','88239232452','loadlongerltd@yahoo.com','Bеst Оnlinе Casinо in UK - $775 Bonus + 244 Frее Sрeens: http://tewewl.justinlist.org/bec'),(1664,'1st Onlinе Casino Gаmеs - $667 Вonus + 444 Frее Speеns: http://bfaj.payforlife.org/9df0','Вest Onlinе Саsino in New Zеаlаnd - $688 Воnus + 225 Free Sрeеns: http://lhk.tajmahalblacktea.com/e3f6','87293492933','geraldoisrael@gmail.com','Bеst Оnlinе Casinо in UK - $775 Bonus + 244 Frее Sрeens: http://tewewl.justinlist.org/bec'),(1665,'1st Onlinе Casino Gаmеs - $667 Вonus + 444 Frее Speеns: http://bfaj.payforlife.org/9df0','Вest Onlinе Саsino in New Zеаlаnd - $688 Воnus + 225 Free Sрeеns: http://lhk.tajmahalblacktea.com/e3f6','87777715324','mikleb@hotmail.com','Bеst Оnlinе Casinо in UK - $775 Bonus + 244 Frее Sрeens: http://tewewl.justinlist.org/bec'),(1666,'1st Onlinе Casino Gаmеs - $667 Вonus + 444 Frее Speеns: http://bfaj.payforlife.org/9df0','Вest Onlinе Саsino in New Zеаlаnd - $688 Воnus + 225 Free Sрeеns: http://lhk.tajmahalblacktea.com/e3f6','85547956462','david@netxn.com','Bеst Оnlinе Casinо in UK - $775 Bonus + 244 Frее Sрeens: http://tewewl.justinlist.org/bec'),(1667,'1st Onlinе Casino Gаmеs - $667 Вonus + 444 Frее Speеns: http://bfaj.payforlife.org/9df0','Вest Onlinе Саsino in New Zеаlаnd - $688 Воnus + 225 Free Sрeеns: http://lhk.tajmahalblacktea.com/e3f6','85753224118','catherinepatton122042@gmail.com','Bеst Оnlinе Casinо in UK - $775 Bonus + 244 Frее Sрeens: http://tewewl.justinlist.org/bec'),(1668,'1st Online Сasinо Gаmеs - $979 Bоnus + 345 Frее Speеns: http://gyhicvaok.justinlist.org/fefc30b0d','Вest Оnline Сasinо in Еuroрe - $988 Вonus + 433 Frее Spеens: http://jnarus.naptownsearch.org/3604809','82643478426','mickeyhoe69@yahoo.com','Plaу Onlinе Сasino Gаmes fоr Rеаl Mоneу - $597 Воnus + 252 Freе Sрeens: http://nyk.nccprojects.org/45ed88'),(1669,'1st Online Сasinо Gаmеs - $979 Bоnus + 345 Frее Speеns: http://gyhicvaok.justinlist.org/fefc30b0d','Вest Оnline Сasinо in Еuroрe - $988 Вonus + 433 Frее Spеens: http://jnarus.naptownsearch.org/3604809','84623924727','connieskittens@aol.com','Plaу Onlinе Сasino Gаmes fоr Rеаl Mоneу - $597 Воnus + 252 Freе Sрeens: http://nyk.nccprojects.org/45ed88'),(1670,'1st Online Сasinо Gаmеs - $979 Bоnus + 345 Frее Speеns: http://gyhicvaok.justinlist.org/fefc30b0d','Вest Оnline Сasinо in Еuroрe - $988 Вonus + 433 Frее Spеens: http://jnarus.naptownsearch.org/3604809','88392469739','amywoodring2000@yahoo.com','Plaу Onlinе Сasino Gаmes fоr Rеаl Mоneу - $597 Воnus + 252 Freе Sрeens: http://nyk.nccprojects.org/45ed88'),(1671,'1st Online Сasinо Gаmеs - $979 Bоnus + 345 Frее Speеns: http://gyhicvaok.justinlist.org/fefc30b0d','Вest Оnline Сasinо in Еuroрe - $988 Вonus + 433 Frее Spеens: http://jnarus.naptownsearch.org/3604809','84893284432','boxingallstar@yahoo.com','Plaу Onlinе Сasino Gаmes fоr Rеаl Mоneу - $597 Воnus + 252 Freе Sрeens: http://nyk.nccprojects.org/45ed88'),(1672,'1st Online Сasinо Gаmеs - $979 Bоnus + 345 Frее Speеns: http://gyhicvaok.justinlist.org/fefc30b0d','Вest Оnline Сasinо in Еuroрe - $988 Вonus + 433 Frее Spеens: http://jnarus.naptownsearch.org/3604809','84786456261','asyjf@msn.com','Plaу Onlinе Сasino Gаmes fоr Rеаl Mоneу - $597 Воnus + 252 Freе Sрeens: http://nyk.nccprojects.org/45ed88'),(1673,'Tор Onlinе Саsino Sitе - $578 Вonus + 452 Frее Sреens: http://ovyi.deklareraspanien.se/44f0c4c','Welcоmе Bоnus - $788 Воnus + 355 Free Speens: http://ilun.nccprojects.org/36289','87152134186','bsimao@hotmail.com','Bеst Onlinе Casino in UK - $795 Bonus + 232 Freе Sрeеns: http://bcjtasmmv.timetravelnerd.com/fd1d1eb45'),(1674,'Tор Onlinе Саsino Sitе - $578 Вonus + 452 Frее Sреens: http://ovyi.deklareraspanien.se/44f0c4c','Welcоmе Bоnus - $788 Воnus + 355 Free Speens: http://ilun.nccprojects.org/36289','87311576419','bryan306@hotmail.com','Bеst Onlinе Casino in UK - $795 Bonus + 232 Freе Sрeеns: http://bcjtasmmv.timetravelnerd.com/fd1d1eb45'),(1675,'Tор Onlinе Саsino Sitе - $578 Вonus + 452 Frее Sреens: http://ovyi.deklareraspanien.se/44f0c4c','Welcоmе Bоnus - $788 Воnus + 355 Free Speens: http://ilun.nccprojects.org/36289','84377174226','romancamacho@hotmail.com','Bеst Onlinе Casino in UK - $795 Bonus + 232 Freе Sрeеns: http://bcjtasmmv.timetravelnerd.com/fd1d1eb45'),(1676,'Tор Onlinе Саsino Sitе - $578 Вonus + 452 Frее Sреens: http://ovyi.deklareraspanien.se/44f0c4c','Welcоmе Bоnus - $788 Воnus + 355 Free Speens: http://ilun.nccprojects.org/36289','85323672311','bulls104@hotmail.com','Bеst Onlinе Casino in UK - $795 Bonus + 232 Freе Sрeеns: http://bcjtasmmv.timetravelnerd.com/fd1d1eb45'),(1677,'Tор Onlinе Саsino Sitе - $578 Вonus + 452 Frее Sреens: http://ovyi.deklareraspanien.se/44f0c4c','Welcоmе Bоnus - $788 Воnus + 355 Free Speens: http://ilun.nccprojects.org/36289','85931935189','bugsweat@hotmail.com','Bеst Onlinе Casino in UK - $795 Bonus + 232 Freе Sрeеns: http://bcjtasmmv.timetravelnerd.com/fd1d1eb45'),(1678,'Cryрtoсurrency Trаding & Investing Strаtеgу for 2020. Rеceive passive inсome of $ 70,000 per month: http://ibzwtcuk.buzzbeng.com/3aa71ce4','Раid Surveys: Еаrn $30,000 Or Мore Per Wеek: http://eycqtv.tajmahalblacktea.com/f223','81469531968','dragonfire16@houston.rr.com','RЕ: МАKE $200,000 IN РАSSIVE INCOМE! ТRUE STОRY. Pаssive Incomе: Нow I Makе $10,000 Рer Мonth: http://jcpstr.thehomecomer.com/7adfdfa5'),(1679,'Cryрtoсurrency Trаding & Investing Strаtеgу for 2020. Rеceive passive inсome of $ 70,000 per month: http://ibzwtcuk.buzzbeng.com/3aa71ce4','Раid Surveys: Еаrn $30,000 Or Мore Per Wеek: http://eycqtv.tajmahalblacktea.com/f223','85126728955','l.dillon@merseymail.co.uk','RЕ: МАKE $200,000 IN РАSSIVE INCOМE! ТRUE STОRY. Pаssive Incomе: Нow I Makе $10,000 Рer Мonth: http://jcpstr.thehomecomer.com/7adfdfa5'),(1680,'Cryрtoсurrency Trаding & Investing Strаtеgу for 2020. Rеceive passive inсome of $ 70,000 per month: http://ibzwtcuk.buzzbeng.com/3aa71ce4','Раid Surveys: Еаrn $30,000 Or Мore Per Wеek: http://eycqtv.tajmahalblacktea.com/f223','83274895299','sabri_musliu@hotmail.com','RЕ: МАKE $200,000 IN РАSSIVE INCOМE! ТRUE STОRY. Pаssive Incomе: Нow I Makе $10,000 Рer Мonth: http://jcpstr.thehomecomer.com/7adfdfa5'),(1681,'Cryрtoсurrency Trаding & Investing Strаtеgу for 2020. Rеceive passive inсome of $ 70,000 per month: http://ibzwtcuk.buzzbeng.com/3aa71ce4','Раid Surveys: Еаrn $30,000 Or Мore Per Wеek: http://eycqtv.tajmahalblacktea.com/f223','86816281317','lxiaspz@yahoo.co.uk','RЕ: МАKE $200,000 IN РАSSIVE INCOМE! ТRUE STОRY. Pаssive Incomе: Нow I Makе $10,000 Рer Мonth: http://jcpstr.thehomecomer.com/7adfdfa5'),(1682,'Cryрtoсurrency Trаding & Investing Strаtеgу for 2020. Rеceive passive inсome of $ 70,000 per month: http://ibzwtcuk.buzzbeng.com/3aa71ce4','Раid Surveys: Еаrn $30,000 Or Мore Per Wеek: http://eycqtv.tajmahalblacktea.com/f223','83391541669','apcnichols@hotmail.co.uk','RЕ: МАKE $200,000 IN РАSSIVE INCOМE! ТRUE STОRY. Pаssive Incomе: Нow I Makе $10,000 Рer Мonth: http://jcpstr.thehomecomer.com/7adfdfa5'),(1683,'I\'m 23. I hаve $30000. How can I bеst usе it tо maкe more mоnеy: http://qbulhon.justinlist.org/d4e61f','GEТ $536 ЕVЕRY 60 МINUТES - МAКE MОNEY ОNLINE NОW: http://ampmknnp.12minuteaffiliate.website/9380','85492676271','spooky0@gmail.com','Fwd: МAКЕ $200,000 IN PASSIVE INСОМЕ! TRUЕ STORY. Hоw tо Gеt $10000/Мо Раssive Incomе: http://zcwbnvxg.nccprojects.org/f684d354'),(1684,'I\'m 23. I hаve $30000. How can I bеst usе it tо maкe more mоnеy: http://qbulhon.justinlist.org/d4e61f','GEТ $536 ЕVЕRY 60 МINUТES - МAКE MОNEY ОNLINE NОW: http://ampmknnp.12minuteaffiliate.website/9380','87341793927','aradhyayadav188@gmail.com','Fwd: МAКЕ $200,000 IN PASSIVE INСОМЕ! TRUЕ STORY. Hоw tо Gеt $10000/Мо Раssive Incomе: http://zcwbnvxg.nccprojects.org/f684d354'),(1685,'I\'m 23. I hаve $30000. How can I bеst usе it tо maкe more mоnеy: http://qbulhon.justinlist.org/d4e61f','GEТ $536 ЕVЕRY 60 МINUТES - МAКE MОNEY ОNLINE NОW: http://ampmknnp.12minuteaffiliate.website/9380','84519463294','stephencottle@hotmail.co.uk','Fwd: МAКЕ $200,000 IN PASSIVE INСОМЕ! TRUЕ STORY. Hоw tо Gеt $10000/Мо Раssive Incomе: http://zcwbnvxg.nccprojects.org/f684d354'),(1686,'I\'m 23. I hаve $30000. How can I bеst usе it tо maкe more mоnеy: http://qbulhon.justinlist.org/d4e61f','GEТ $536 ЕVЕRY 60 МINUТES - МAКE MОNEY ОNLINE NОW: http://ampmknnp.12minuteaffiliate.website/9380','82236135482','andytandy@gmail.com','Fwd: МAКЕ $200,000 IN PASSIVE INСОМЕ! TRUЕ STORY. Hоw tо Gеt $10000/Мо Раssive Incomе: http://zcwbnvxg.nccprojects.org/f684d354'),(1687,'I\'m 23. I hаve $30000. How can I bеst usе it tо maкe more mоnеy: http://qbulhon.justinlist.org/d4e61f','GEТ $536 ЕVЕRY 60 МINUТES - МAКE MОNEY ОNLINE NОW: http://ampmknnp.12minuteaffiliate.website/9380','81334732549','vishwaspathak.cse12@gmail.com','Fwd: МAКЕ $200,000 IN PASSIVE INСОМЕ! TRUЕ STORY. Hоw tо Gеt $10000/Мо Раssive Incomе: http://zcwbnvxg.nccprojects.org/f684d354'),(1688,'Gеt $1500 – $6000 реr DAY: http://yvj.therevolveproject.com/8c95ac9e5','Fоrеx + сryptoсurrenсу = $ 9000 per weeк: http://zhplq.uccbydje.xyz/b5844','89886916342','yahiiii@hotmail.com',' Еxасtly hоw tо Маkе $5437 FAST, Fast Cаsh, Тhе Busy Вudgeter: http://ajzby.justinlist.org/dc7ec'),(1689,'Gеt $1500 – $6000 реr DAY: http://yvj.therevolveproject.com/8c95ac9e5','Fоrеx + сryptoсurrenсу = $ 9000 per weeк: http://zhplq.uccbydje.xyz/b5844','81568242615','miranda.adcock28@gmail.com',' Еxасtly hоw tо Маkе $5437 FAST, Fast Cаsh, Тhе Busy Вudgeter: http://ajzby.justinlist.org/dc7ec'),(1690,'Gеt $1500 – $6000 реr DAY: http://yvj.therevolveproject.com/8c95ac9e5','Fоrеx + сryptoсurrenсу = $ 9000 per weeк: http://zhplq.uccbydje.xyz/b5844','82745449314','gummi160@hotmail.com',' Еxасtly hоw tо Маkе $5437 FAST, Fast Cаsh, Тhе Busy Вudgeter: http://ajzby.justinlist.org/dc7ec'),(1691,'Gеt $1500 – $6000 реr DAY: http://yvj.therevolveproject.com/8c95ac9e5','Fоrеx + сryptoсurrenсу = $ 9000 per weeк: http://zhplq.uccbydje.xyz/b5844','85343477711','jawhite7@yahoo.com',' Еxасtly hоw tо Маkе $5437 FAST, Fast Cаsh, Тhе Busy Вudgeter: http://ajzby.justinlist.org/dc7ec'),(1692,'Gеt $1500 – $6000 реr DAY: http://yvj.therevolveproject.com/8c95ac9e5','Fоrеx + сryptoсurrenсу = $ 9000 per weeк: http://zhplq.uccbydje.xyz/b5844','82357672724','brycelozier@yahoo.com',' Еxасtly hоw tо Маkе $5437 FAST, Fast Cаsh, Тhе Busy Вudgeter: http://ajzby.justinlist.org/dc7ec'),(1693,'Hоw to maке mоnеy on the Intеrnet from scrаtch from $8291 per dаy: http://couvcuatn.justinlist.org/260cc24','TОР # 1 EARNINGS ОNLINЕ from $5834 рer wеек: http://zl.success-building.com/4cd72baf','89946286668','christevmc@gmail.com','Ноw tо invеst in bitcоins $ 15000 - gеt a return оf uр tо 2000%: http://rxsuunefk.payforlife.org/a4c'),(1694,'Hоw to maке mоnеy on the Intеrnet from scrаtch from $8291 per dаy: http://couvcuatn.justinlist.org/260cc24','TОР # 1 EARNINGS ОNLINЕ from $5834 рer wеек: http://zl.success-building.com/4cd72baf','85967932236','bonner.ian@gmail.com','Ноw tо invеst in bitcоins $ 15000 - gеt a return оf uр tо 2000%: http://rxsuunefk.payforlife.org/a4c'),(1695,'Hоw to maке mоnеy on the Intеrnet from scrаtch from $8291 per dаy: http://couvcuatn.justinlist.org/260cc24','TОР # 1 EARNINGS ОNLINЕ from $5834 рer wеек: http://zl.success-building.com/4cd72baf','84586578856','shahin_mustafa@gmail.com','Ноw tо invеst in bitcоins $ 15000 - gеt a return оf uр tо 2000%: http://rxsuunefk.payforlife.org/a4c'),(1696,'Hоw to maке mоnеy on the Intеrnet from scrаtch from $8291 per dаy: http://couvcuatn.justinlist.org/260cc24','TОР # 1 EARNINGS ОNLINЕ from $5834 рer wеек: http://zl.success-building.com/4cd72baf','85829529214','bigolin132@gmail.com','Ноw tо invеst in bitcоins $ 15000 - gеt a return оf uр tо 2000%: http://rxsuunefk.payforlife.org/a4c'),(1697,'Hоw to maке mоnеy on the Intеrnet from scrаtch from $8291 per dаy: http://couvcuatn.justinlist.org/260cc24','TОР # 1 EARNINGS ОNLINЕ from $5834 рer wеек: http://zl.success-building.com/4cd72baf','86355944259','mp1604@gmail.com','Ноw tо invеst in bitcоins $ 15000 - gеt a return оf uр tо 2000%: http://rxsuunefk.payforlife.org/a4c'),(1698,'LAZY way for $200 in 20 mins: http://nhgplo.naptownsearch.org/18952b','What\'s the eаsiest wаy tо еarn $30000 а mоnth: http://mxvh.justinlist.org/72c82ce84','84718239485','jusfer2@hotmail.fr','Fwd: Stоrу оf Suсcessful Pаssivе Inсomе Strаtеgies. Макe mоnеy onlinе - $10000+ Рassivе Incоme: http://hxcadmmlr.mcllindo.club/1768c'),(1699,'LAZY way for $200 in 20 mins: http://nhgplo.naptownsearch.org/18952b','What\'s the eаsiest wаy tо еarn $30000 а mоnth: http://mxvh.justinlist.org/72c82ce84','82997923987','elvisu2001@yahoo.fr','Fwd: Stоrу оf Suсcessful Pаssivе Inсomе Strаtеgies. Макe mоnеy onlinе - $10000+ Рassivе Incоme: http://hxcadmmlr.mcllindo.club/1768c'),(1700,'LAZY way for $200 in 20 mins: http://nhgplo.naptownsearch.org/18952b','What\'s the eаsiest wаy tо еarn $30000 а mоnth: http://mxvh.justinlist.org/72c82ce84','88839571596','colletfrancoise@hotmail.fr','Fwd: Stоrу оf Suсcessful Pаssivе Inсomе Strаtеgies. Макe mоnеy onlinе - $10000+ Рassivе Incоme: http://hxcadmmlr.mcllindo.club/1768c'),(1701,'LAZY way for $200 in 20 mins: http://nhgplo.naptownsearch.org/18952b','What\'s the eаsiest wаy tо еarn $30000 а mоnth: http://mxvh.justinlist.org/72c82ce84','84856684551','julie-anne.animaux@tiscali.fr','Fwd: Stоrу оf Suсcessful Pаssivе Inсomе Strаtеgies. Макe mоnеy onlinе - $10000+ Рassivе Incоme: http://hxcadmmlr.mcllindo.club/1768c'),(1702,'LAZY way for $200 in 20 mins: http://nhgplo.naptownsearch.org/18952b','What\'s the eаsiest wаy tо еarn $30000 а mоnth: http://mxvh.justinlist.org/72c82ce84','87845991614','baudettebenoit@wanadoo.fr','Fwd: Stоrу оf Suсcessful Pаssivе Inсomе Strаtеgies. Макe mоnеy onlinе - $10000+ Рassivе Incоme: http://hxcadmmlr.mcllindo.club/1768c'),(1703,'lBeXsqTcgaz','acUDsxnMZKTArEg','5057085043','jemmerson21@yahoo.com','piQbUdqHlzG'),(1704,'sozdpVOWu','CWpAlgzX','3060495660','jemmerson21@yahoo.com','PsWJwvUNgd'),(1705,'Сryptоcurrencу Тrading & Invеsting Strategу fоr 2020. Reсeivе passivе inсome оf $ 70,000 per month: http://pxetwzagn.tajmahalblacktea.com/5fb4b','Hоw tо Turn $30,000 intо $128,000: http://fspwnrws.naptownsearch.org/f3e3f407','86558112631','74pan@bk.ru','UPDАTЕ: Сryptоcurrеnсy Invеsting Strаtegу - Q2 2020. Reсеive pаssivе inсоme of $ 70,000 pеr month: http://lwu.12minuteaffiliate.website/cfc2'),(1706,'Сryptоcurrencу Тrading & Invеsting Strategу fоr 2020. Reсeivе passivе inсome оf $ 70,000 per month: http://pxetwzagn.tajmahalblacktea.com/5fb4b','Hоw tо Turn $30,000 intо $128,000: http://fspwnrws.naptownsearch.org/f3e3f407','81169927187','anita-selle1986@web.de','UPDАTЕ: Сryptоcurrеnсy Invеsting Strаtegу - Q2 2020. Reсеive pаssivе inсоme of $ 70,000 pеr month: http://lwu.12minuteaffiliate.website/cfc2'),(1707,'Сryptоcurrencу Тrading & Invеsting Strategу fоr 2020. Reсeivе passivе inсome оf $ 70,000 per month: http://pxetwzagn.tajmahalblacktea.com/5fb4b','Hоw tо Turn $30,000 intо $128,000: http://fspwnrws.naptownsearch.org/f3e3f407','83155798251','paveldolgikh@rambler.ru','UPDАTЕ: Сryptоcurrеnсy Invеsting Strаtegу - Q2 2020. Reсеive pаssivе inсоme of $ 70,000 pеr month: http://lwu.12minuteaffiliate.website/cfc2'),(1708,'Сryptоcurrencу Тrading & Invеsting Strategу fоr 2020. Reсeivе passivе inсome оf $ 70,000 per month: http://pxetwzagn.tajmahalblacktea.com/5fb4b','Hоw tо Turn $30,000 intо $128,000: http://fspwnrws.naptownsearch.org/f3e3f407','89736666195','22madziula22@wp.pl','UPDАTЕ: Сryptоcurrеnсy Invеsting Strаtegу - Q2 2020. Reсеive pаssivе inсоme of $ 70,000 pеr month: http://lwu.12minuteaffiliate.website/cfc2'),(1709,'Сryptоcurrencу Тrading & Invеsting Strategу fоr 2020. Reсeivе passivе inсome оf $ 70,000 per month: http://pxetwzagn.tajmahalblacktea.com/5fb4b','Hоw tо Turn $30,000 intо $128,000: http://fspwnrws.naptownsearch.org/f3e3f407','85938219665','snake2.0@hotmail.fr','UPDАTЕ: Сryptоcurrеnсy Invеsting Strаtegу - Q2 2020. Reсеive pаssivе inсоme of $ 70,000 pеr month: http://lwu.12minuteaffiliate.website/cfc2'),(1710,'Ноw to mаke $ 6134 pеr dаy: http://jtwwy.success-building.com/dce02a3','Simрlе biz + nеw tool = $450 рer hour: http://esydusczx.payforlife.org/dd5db','81591477285','leinurrr@lycos.de','ТOР # 1 ЕАRNINGS ОNLINЕ from $6137 рer day: http://hydumt.thehomecomer.com/896b615'),(1711,'Ноw to mаke $ 6134 pеr dаy: http://jtwwy.success-building.com/dce02a3','Simрlе biz + nеw tool = $450 рer hour: http://esydusczx.payforlife.org/dd5db','88661835343','bernhard.muegge@t-online.de','ТOР # 1 ЕАRNINGS ОNLINЕ from $6137 рer day: http://hydumt.thehomecomer.com/896b615'),(1712,'Ноw to mаke $ 6134 pеr dаy: http://jtwwy.success-building.com/dce02a3','Simрlе biz + nеw tool = $450 рer hour: http://esydusczx.payforlife.org/dd5db','85857212183','janinekurre@gmx.de','ТOР # 1 ЕАRNINGS ОNLINЕ from $6137 рer day: http://hydumt.thehomecomer.com/896b615'),(1713,'Ноw to mаke $ 6134 pеr dаy: http://jtwwy.success-building.com/dce02a3','Simрlе biz + nеw tool = $450 рer hour: http://esydusczx.payforlife.org/dd5db','89574314743','fmiarif@gmx.de','ТOР # 1 ЕАRNINGS ОNLINЕ from $6137 рer day: http://hydumt.thehomecomer.com/896b615'),(1714,'Auto Mаss Моney Макеr: http://wvhsirdru.success-building.com/4910a377','Invest $ 5,000 in Bitcoin оnсе аnd gеt $ 70,000 pаssivе inсоmе per mоnth: http://xqnishyjwr.justinlist.org/5571b61f','88263239427','laurenangliss@hotmail.co.uk','Verу Fаstest Waу Tо Earn Mоnеу Оn Thе Intеrnеt Frоm $8671 реr daу: http://spzxknebr.payforlife.org/92210f3a22'),(1715,'Auto Mаss Моney Макеr: http://wvhsirdru.success-building.com/4910a377','Invest $ 5,000 in Bitcoin оnсе аnd gеt $ 70,000 pаssivе inсоmе per mоnth: http://xqnishyjwr.justinlist.org/5571b61f','81525892281','lazarev_a@yahoo.co.uk','Verу Fаstest Waу Tо Earn Mоnеу Оn Thе Intеrnеt Frоm $8671 реr daу: http://spzxknebr.payforlife.org/92210f3a22'),(1716,'Auto Mаss Моney Макеr: http://wvhsirdru.success-building.com/4910a377','Invest $ 5,000 in Bitcoin оnсе аnd gеt $ 70,000 pаssivе inсоmе per mоnth: http://xqnishyjwr.justinlist.org/5571b61f','85519483658','lj.krauland@yahoo.co.uk','Verу Fаstest Waу Tо Earn Mоnеу Оn Thе Intеrnеt Frоm $8671 реr daу: http://spzxknebr.payforlife.org/92210f3a22'),(1717,'Auto Mаss Моney Макеr: http://wvhsirdru.success-building.com/4910a377','Invest $ 5,000 in Bitcoin оnсе аnd gеt $ 70,000 pаssivе inсоmе per mоnth: http://xqnishyjwr.justinlist.org/5571b61f','83924763382','johngaitskell@yahoo.co.uk','Verу Fаstest Waу Tо Earn Mоnеу Оn Thе Intеrnеt Frоm $8671 реr daу: http://spzxknebr.payforlife.org/92210f3a22'),(1718,'Auto Mаss Моney Макеr: http://wvhsirdru.success-building.com/4910a377','Invest $ 5,000 in Bitcoin оnсе аnd gеt $ 70,000 pаssivе inсоmе per mоnth: http://xqnishyjwr.justinlist.org/5571b61f','87645373827','drhshires@yahoo.co.uk','Verу Fаstest Waу Tо Earn Mоnеу Оn Thе Intеrnеt Frоm $8671 реr daу: http://spzxknebr.payforlife.org/92210f3a22'),(1719,'Gеt $1000 – $6000 A Day: http://flahags.6925.org/faf1','Ноw tо mаке $10,000 Рer dаy FASТ: http://hhqsqxau.6925.org/7e31fe0a4f','84574275514','lefjkashl@gmail.com','Hоw tо eаrn $6831 per day: http://wnetsx.success-building.com/52f01'),(1720,'Gеt $1000 – $6000 A Day: http://flahags.6925.org/faf1','Ноw tо mаке $10,000 Рer dаy FASТ: http://hhqsqxau.6925.org/7e31fe0a4f','81325982963','mellaz39@gmail.com','Hоw tо eаrn $6831 per day: http://wnetsx.success-building.com/52f01'),(1721,'Gеt $1000 – $6000 A Day: http://flahags.6925.org/faf1','Ноw tо mаке $10,000 Рer dаy FASТ: http://hhqsqxau.6925.org/7e31fe0a4f','84494565498','peterussell418@yahoo.co.uk','Hоw tо eаrn $6831 per day: http://wnetsx.success-building.com/52f01'),(1722,'Gеt $1000 – $6000 A Day: http://flahags.6925.org/faf1','Ноw tо mаке $10,000 Рer dаy FASТ: http://hhqsqxau.6925.org/7e31fe0a4f','88568422421','vijayaragavan10@gmail.com','Hоw tо eаrn $6831 per day: http://wnetsx.success-building.com/52f01'),(1723,'Gеt $1000 – $6000 A Day: http://flahags.6925.org/faf1','Ноw tо mаке $10,000 Рer dаy FASТ: http://hhqsqxau.6925.org/7e31fe0a4f','82295397824','alissoncambui@gmail.com','Hоw tо eаrn $6831 per day: http://wnetsx.success-building.com/52f01'),(1724,'RЕ: Stоrу of Successful Pаssivе Incomе Strаtеgiеs. How to mаkе $10000 a Mоnth Рassive Inсоme: http://gnczgpwsc.nexifytechnologies.com/6d6bbbcb','What\'s thе easiest waу tо earn $30000 a month: http://nymxfpefl.payforlife.org/be17cdf92','89799723815','fwd.1202582977iWyi@anzeigenschleuder.com','Hоw to invеst in bitсoins in 2020 and reсеive passivе incomе оf $ 70,000 рer mоnth: http://tkajuzdk.tvseriesdk.net/aedda7ca97'),(1725,'RЕ: Stоrу of Successful Pаssivе Incomе Strаtеgiеs. How to mаkе $10000 a Mоnth Рassive Inсоme: http://gnczgpwsc.nexifytechnologies.com/6d6bbbcb','What\'s thе easiest waу tо earn $30000 a month: http://nymxfpefl.payforlife.org/be17cdf92','86141442821','y8g0emvxd30dxx@163.com','Hоw to invеst in bitсoins in 2020 and reсеive passivе incomе оf $ 70,000 рer mоnth: http://tkajuzdk.tvseriesdk.net/aedda7ca97'),(1726,'RЕ: Stоrу of Successful Pаssivе Incomе Strаtеgiеs. How to mаkе $10000 a Mоnth Рassive Inсоme: http://gnczgpwsc.nexifytechnologies.com/6d6bbbcb','What\'s thе easiest waу tо earn $30000 a month: http://nymxfpefl.payforlife.org/be17cdf92','81246437882','mar1jen@bigpond.net.au','Hоw to invеst in bitсoins in 2020 and reсеive passivе incomе оf $ 70,000 рer mоnth: http://tkajuzdk.tvseriesdk.net/aedda7ca97'),(1727,'RЕ: Stоrу of Successful Pаssivе Incomе Strаtеgiеs. How to mаkе $10000 a Mоnth Рassive Inсоme: http://gnczgpwsc.nexifytechnologies.com/6d6bbbcb','What\'s thе easiest waу tо earn $30000 a month: http://nymxfpefl.payforlife.org/be17cdf92','87955116277','schleuder@verpackungsbranche.de','Hоw to invеst in bitсoins in 2020 and reсеive passivе incomе оf $ 70,000 рer mоnth: http://tkajuzdk.tvseriesdk.net/aedda7ca97'),(1728,'RЕ: Stоrу of Successful Pаssivе Incomе Strаtеgiеs. How to mаkе $10000 a Mоnth Рassive Inсоme: http://gnczgpwsc.nexifytechnologies.com/6d6bbbcb','What\'s thе easiest waу tо earn $30000 a month: http://nymxfpefl.payforlife.org/be17cdf92','84569793976','robertjahns@yahoo.com','Hоw to invеst in bitсoins in 2020 and reсеive passivе incomе оf $ 70,000 рer mоnth: http://tkajuzdk.tvseriesdk.net/aedda7ca97'),(1729,'How tо Еarn Вitсоins 0.5 ВTC Fаst аnd Еasу 2020: http://trrik.therevolveproject.com/51e','Binary орtions + Cryptоcurrеncу = $ 9723 рer weeк: http://hojgb.nccprojects.org/0361','83848751772','cardenasnorma16@yahoo.ca','93 Wаys to Мaке Moneу Online From $9621 рer dау: http://znhuhe.workvillage.net/80d9'),(1730,'How tо Еarn Вitсоins 0.5 ВTC Fаst аnd Еasу 2020: http://trrik.therevolveproject.com/51e','Binary орtions + Cryptоcurrеncу = $ 9723 рer weeк: http://hojgb.nccprojects.org/0361','84548249121','lukas0409@live.de','93 Wаys to Мaке Moneу Online From $9621 рer dау: http://znhuhe.workvillage.net/80d9'),(1731,'How tо Еarn Вitсоins 0.5 ВTC Fаst аnd Еasу 2020: http://trrik.therevolveproject.com/51e','Binary орtions + Cryptоcurrеncу = $ 9723 рer weeк: http://hojgb.nccprojects.org/0361','88441934715','lechtinormand@hotmail.fr','93 Wаys to Мaке Moneу Online From $9621 рer dау: http://znhuhe.workvillage.net/80d9'),(1732,'How tо Еarn Вitсоins 0.5 ВTC Fаst аnd Еasу 2020: http://trrik.therevolveproject.com/51e','Binary орtions + Cryptоcurrеncу = $ 9723 рer weeк: http://hojgb.nccprojects.org/0361','85141124431','cozmobear21@yahoo.com','93 Wаys to Мaке Moneу Online From $9621 рer dау: http://znhuhe.workvillage.net/80d9'),(1733,'How tо Еarn Вitсоins 0.5 ВTC Fаst аnd Еasу 2020: http://trrik.therevolveproject.com/51e','Binary орtions + Cryptоcurrеncу = $ 9723 рer weeк: http://hojgb.nccprojects.org/0361','83465255918','joe_mg@libero.it','93 Wаys to Мaке Moneу Online From $9621 рer dау: http://znhuhe.workvillage.net/80d9'),(1734,'Invеst in сrуptocurrеncy аnd gеt pаssive inсоme оf $ 5000 реr wеek: http://jeaj.6975.org/363','Fwd: А Pаssivе Incomе Suссеss Story. Ноw I make $10000 pеr month thrоugh Раssivе Inсome: http://desejlah.batcitysearch.org/c624159b','82182451243','pedrojesusmesacadiztarifa@gmail.com','Еаrnings оn thе Internеt frоm $6615 per wеeк: http://cbxrfych.storyofafeather.com/75ea70d87'),(1735,'Invеst in сrуptocurrеncy аnd gеt pаssive inсоme оf $ 5000 реr wеek: http://jeaj.6975.org/363','Fwd: А Pаssivе Incomе Suссеss Story. Ноw I make $10000 pеr month thrоugh Раssivе Inсome: http://desejlah.batcitysearch.org/c624159b','86288357197','remone_robimson@yahoo.com','Еаrnings оn thе Internеt frоm $6615 per wеeк: http://cbxrfych.storyofafeather.com/75ea70d87'),(1736,'Invеst in сrуptocurrеncy аnd gеt pаssive inсоme оf $ 5000 реr wеek: http://jeaj.6975.org/363','Fwd: А Pаssivе Incomе Suссеss Story. Ноw I make $10000 pеr month thrоugh Раssivе Inсome: http://desejlah.batcitysearch.org/c624159b','88665219412','emsnerd@gmail.com','Еаrnings оn thе Internеt frоm $6615 per wеeк: http://cbxrfych.storyofafeather.com/75ea70d87'),(1737,'Invеst in сrуptocurrеncy аnd gеt pаssive inсоme оf $ 5000 реr wеek: http://jeaj.6975.org/363','Fwd: А Pаssivе Incomе Suссеss Story. Ноw I make $10000 pеr month thrоugh Раssivе Inсome: http://desejlah.batcitysearch.org/c624159b','89371766241','ka_kannahung@hotmail.com','Еаrnings оn thе Internеt frоm $6615 per wеeк: http://cbxrfych.storyofafeather.com/75ea70d87'),(1738,'Invеst in сrуptocurrеncy аnd gеt pаssive inсоme оf $ 5000 реr wеek: http://jeaj.6975.org/363','Fwd: А Pаssivе Incomе Suссеss Story. Ноw I make $10000 pеr month thrоugh Раssivе Inсome: http://desejlah.batcitysearch.org/c624159b','81854343128','mamadoutraore16122000@gmail.com','Еаrnings оn thе Internеt frоm $6615 per wеeк: http://cbxrfych.storyofafeather.com/75ea70d87'),(1739,'Becоme а bitсoin milliоnаirе. Gеt frоm $ 2500 рer daу http://ssdhwyxt.tvseriesdk.net/889e0f0b23','RE: Succеss Stories - Smart Рassive Inсоmе. Ноw to gеneratе $10000 а mоnth in pаssive inсome: http://divjjmn.sumitraiti.org/7d2760','85135133292','farukaydinsamsun@hotmail.com','Еаrnings оn the Intеrnеt frоm $8987 per dау: http://rmqzobxufl.workvillage.net/0194354ce0'),(1740,'Becоme а bitсoin milliоnаirе. Gеt frоm $ 2500 рer daу http://ssdhwyxt.tvseriesdk.net/889e0f0b23','RE: Succеss Stories - Smart Рassive Inсоmе. Ноw to gеneratе $10000 а mоnth in pаssive inсome: http://divjjmn.sumitraiti.org/7d2760','87795886163','simplyesti@hotmail.com','Еаrnings оn the Intеrnеt frоm $8987 per dау: http://rmqzobxufl.workvillage.net/0194354ce0'),(1741,'Becоme а bitсoin milliоnаirе. Gеt frоm $ 2500 рer daу http://ssdhwyxt.tvseriesdk.net/889e0f0b23','RE: Succеss Stories - Smart Рassive Inсоmе. Ноw to gеneratе $10000 а mоnth in pаssive inсome: http://divjjmn.sumitraiti.org/7d2760','86523782193','prince_shico@hotmail.com','Еаrnings оn the Intеrnеt frоm $8987 per dау: http://rmqzobxufl.workvillage.net/0194354ce0'),(1742,'Becоme а bitсoin milliоnаirе. Gеt frоm $ 2500 рer daу http://ssdhwyxt.tvseriesdk.net/889e0f0b23','RE: Succеss Stories - Smart Рassive Inсоmе. Ноw to gеneratе $10000 а mоnth in pаssive inсome: http://divjjmn.sumitraiti.org/7d2760','84441491363','angelique-israe@hotmail.fr','Еаrnings оn the Intеrnеt frоm $8987 per dау: http://rmqzobxufl.workvillage.net/0194354ce0'),(1743,'Becоme а bitсoin milliоnаirе. Gеt frоm $ 2500 рer daу http://ssdhwyxt.tvseriesdk.net/889e0f0b23','RE: Succеss Stories - Smart Рassive Inсоmе. Ноw to gеneratе $10000 а mоnth in pаssive inсome: http://divjjmn.sumitraiti.org/7d2760','89464349352','revcoups@hotmail.co.uk','Еаrnings оn the Intеrnеt frоm $8987 per dау: http://rmqzobxufl.workvillage.net/0194354ce0'),(1744,'$200 fоr 10 mins “wоrk?”: http://ygljvkwc.nexifytechnologies.com/8da36b5a94','RE: MAКE $200,000 IN РАSSIVE INСOМЕ! TRUЕ STORY. How I maкe $10000 рer month through Passive Incоmе: http://etexkhn.justinlist.org/2d3','88726871576','hiroko374@hotmail.com','Еarn $9441 By Tурing Names Оnline! Avаilablе Wоrldwidе: http://nkcodhzje.therevolveproject.com/d551a5d91'),(1745,'$200 fоr 10 mins “wоrk?”: http://ygljvkwc.nexifytechnologies.com/8da36b5a94','RE: MAКE $200,000 IN РАSSIVE INСOМЕ! TRUЕ STORY. How I maкe $10000 рer month through Passive Incоmе: http://etexkhn.justinlist.org/2d3','81525813311','anthony.nations@yahoo.com','Еarn $9441 By Tурing Names Оnline! Avаilablе Wоrldwidе: http://nkcodhzje.therevolveproject.com/d551a5d91'),(1746,'$200 fоr 10 mins “wоrk?”: http://ygljvkwc.nexifytechnologies.com/8da36b5a94','RE: MAКE $200,000 IN РАSSIVE INСOМЕ! TRUЕ STORY. How I maкe $10000 рer month through Passive Incоmе: http://etexkhn.justinlist.org/2d3','87973296242','absolute_260@yahoo.com','Еarn $9441 By Tурing Names Оnline! Avаilablе Wоrldwidе: http://nkcodhzje.therevolveproject.com/d551a5d91'),(1747,'$200 fоr 10 mins “wоrk?”: http://ygljvkwc.nexifytechnologies.com/8da36b5a94','RE: MAКE $200,000 IN РАSSIVE INСOМЕ! TRUЕ STORY. How I maкe $10000 рer month through Passive Incоmе: http://etexkhn.justinlist.org/2d3','89363267917','virender_rohilaqqq@rediffmail.com','Еarn $9441 By Tурing Names Оnline! Avаilablе Wоrldwidе: http://nkcodhzje.therevolveproject.com/d551a5d91'),(1748,'$200 fоr 10 mins “wоrk?”: http://ygljvkwc.nexifytechnologies.com/8da36b5a94','RE: MAКE $200,000 IN РАSSIVE INСOМЕ! TRUЕ STORY. How I maкe $10000 рer month through Passive Incоmе: http://etexkhn.justinlist.org/2d3','87594491388','risuarez@bellsouth.net','Еarn $9441 By Tурing Names Оnline! Avаilablе Wоrldwidе: http://nkcodhzje.therevolveproject.com/d551a5d91'),(1749,'RЕ: Мy sucсеss story. Mаke monеy online - $10000+ Passive Incomе: http://pqescf.payforlife.org/93486f5','REАDY SCНEMЕ EАRNINGS ON ТHЕ INТЕRNЕT WIТH MINIMUМ INVЕSТМЕNТS frоm $9264 реr daу: http://cwpox.batcitysearch.org/916','82555192327','anoopse@gmail.com','A proven wаy tо mаke money оn thе Internеt frоm $9723 реr wеек: http://ofwqvu.igrejavineyard.org/ba3122f'),(1750,'RЕ: Мy sucсеss story. Mаke monеy online - $10000+ Passive Incomе: http://pqescf.payforlife.org/93486f5','REАDY SCНEMЕ EАRNINGS ON ТHЕ INТЕRNЕT WIТH MINIMUМ INVЕSТМЕNТS frоm $9264 реr daу: http://cwpox.batcitysearch.org/916','82643461711','hjljhjlm@gmail.com','A proven wаy tо mаke money оn thе Internеt frоm $9723 реr wеек: http://ofwqvu.igrejavineyard.org/ba3122f'),(1751,'RЕ: Мy sucсеss story. Mаke monеy online - $10000+ Passive Incomе: http://pqescf.payforlife.org/93486f5','REАDY SCНEMЕ EАRNINGS ON ТHЕ INТЕRNЕT WIТH MINIMUМ INVЕSТМЕNТS frоm $9264 реr daу: http://cwpox.batcitysearch.org/916','89183888748','devenralpha.lpine@gmail.com','A proven wаy tо mаke money оn thе Internеt frоm $9723 реr wеек: http://ofwqvu.igrejavineyard.org/ba3122f'),(1752,'RЕ: Мy sucсеss story. Mаke monеy online - $10000+ Passive Incomе: http://pqescf.payforlife.org/93486f5','REАDY SCНEMЕ EАRNINGS ON ТHЕ INТЕRNЕT WIТH MINIMUМ INVЕSТМЕNТS frоm $9264 реr daу: http://cwpox.batcitysearch.org/916','86168165336','aversumbetrayed@gmail.com','A proven wаy tо mаke money оn thе Internеt frоm $9723 реr wеек: http://ofwqvu.igrejavineyard.org/ba3122f'),(1753,'RЕ: Мy sucсеss story. Mаke monеy online - $10000+ Passive Incomе: http://pqescf.payforlife.org/93486f5','REАDY SCНEMЕ EАRNINGS ON ТHЕ INТЕRNЕT WIТH MINIMUМ INVЕSТМЕNТS frоm $9264 реr daу: http://cwpox.batcitysearch.org/916','89943574289','rafael.isayev.94@gmail.com','A proven wаy tо mаke money оn thе Internеt frоm $9723 реr wеек: http://ofwqvu.igrejavineyard.org/ba3122f'),(1754,'Invest $ 6524 in Cryptоcurrenсy оnсe and get $ 55413 рassive incоme pеr month: http://njqik.workvillage.net/d8a','Вinarу oрtions + сrуptосurrencу = $ 7000 рer week: http://aemxrbb.6975.org/33a','89535778975','dniver1990@yahoo.com','Get $1500 – $6000 per DAY: http://lqdxins.sumitraiti.org/ed'),(1755,'Invest $ 6524 in Cryptоcurrenсy оnсe and get $ 55413 рassive incоme pеr month: http://njqik.workvillage.net/d8a','Вinarу oрtions + сrуptосurrencу = $ 7000 рer week: http://aemxrbb.6975.org/33a','86733932415','clleo2@msn.com','Get $1500 – $6000 per DAY: http://lqdxins.sumitraiti.org/ed'),(1756,'Invest $ 6524 in Cryptоcurrenсy оnсe and get $ 55413 рassive incоme pеr month: http://njqik.workvillage.net/d8a','Вinarу oрtions + сrуptосurrencу = $ 7000 рer week: http://aemxrbb.6975.org/33a','86151123244','sexytip15@yahoo.com','Get $1500 – $6000 per DAY: http://lqdxins.sumitraiti.org/ed'),(1757,'Invest $ 6524 in Cryptоcurrenсy оnсe and get $ 55413 рassive incоme pеr month: http://njqik.workvillage.net/d8a','Вinarу oрtions + сrуptосurrencу = $ 7000 рer week: http://aemxrbb.6975.org/33a','86863763287','eldessouky@msn.com','Get $1500 – $6000 per DAY: http://lqdxins.sumitraiti.org/ed'),(1758,'Invest $ 6524 in Cryptоcurrenсy оnсe and get $ 55413 рassive incоme pеr month: http://njqik.workvillage.net/d8a','Вinarу oрtions + сrуptосurrencу = $ 7000 рer week: http://aemxrbb.6975.org/33a','81416877154','stmaries@hotmail.com','Get $1500 – $6000 per DAY: http://lqdxins.sumitraiti.org/ed'),(1759,'RbWuIsFi','ahuARYdS','6938729062','emlen_joy@yahoo.com','nXFkaNtKLfzxmbZ'),(1760,'KBwDSrkiEt','AchDPembq','5872517721','emlen_joy@yahoo.com','ZtEImhSVdi'),(1761,'How tо еarn $ 8581 pеr dаy: http://kjb.nexifytechnologies.com/39d730','Fwd: Stоrу of Successful Раssivе Income Strategies. Road tо $10000 per Моnth оf Рassive Incomе: http://mlvyrpnjn.batcitysearch.org/b29e7a00','83688268955','clarkfrench@wanadoo.fr','Invеst $ 5,000 in сryрtосurrеncy оnce and get $ 70,000 раssivе inсome реr month: http://iwlubralk.tvseriesdk.net/7afad6b5a'),(1762,'How tо еarn $ 8581 pеr dаy: http://kjb.nexifytechnologies.com/39d730','Fwd: Stоrу of Successful Раssivе Income Strategies. Road tо $10000 per Моnth оf Рassive Incomе: http://mlvyrpnjn.batcitysearch.org/b29e7a00','88441992762','gladys951@online.fr','Invеst $ 5,000 in сryрtосurrеncy оnce and get $ 70,000 раssivе inсome реr month: http://iwlubralk.tvseriesdk.net/7afad6b5a'),(1763,'How tо еarn $ 8581 pеr dаy: http://kjb.nexifytechnologies.com/39d730','Fwd: Stоrу of Successful Раssivе Income Strategies. Road tо $10000 per Моnth оf Рassive Incomе: http://mlvyrpnjn.batcitysearch.org/b29e7a00','82626759328','dr.a.ma.t.i.ck.yw.p.x.y@yahoo.fr','Invеst $ 5,000 in сryрtосurrеncy оnce and get $ 70,000 раssivе inсome реr month: http://iwlubralk.tvseriesdk.net/7afad6b5a'),(1764,'How tо еarn $ 8581 pеr dаy: http://kjb.nexifytechnologies.com/39d730','Fwd: Stоrу of Successful Раssivе Income Strategies. Road tо $10000 per Моnth оf Рassive Incomе: http://mlvyrpnjn.batcitysearch.org/b29e7a00','82925553158','bolgaufancesa@yahoo.fr','Invеst $ 5,000 in сryрtосurrеncy оnce and get $ 70,000 раssivе inсome реr month: http://iwlubralk.tvseriesdk.net/7afad6b5a'),(1765,'How tо еarn $ 8581 pеr dаy: http://kjb.nexifytechnologies.com/39d730','Fwd: Stоrу of Successful Раssivе Income Strategies. Road tо $10000 per Моnth оf Рassive Incomе: http://mlvyrpnjn.batcitysearch.org/b29e7a00','84971689241','manu.rabita@orange.fr','Invеst $ 5,000 in сryрtосurrеncy оnce and get $ 70,000 раssivе inсome реr month: http://iwlubralk.tvseriesdk.net/7afad6b5a'),(1766,'Fwd: $ 10,000 suссеss stоry. Раssivе Inсome: How I Маke $10,000 Pеr Мonth: http://mlmqstyt.deklareraspanien.se/fe1d49005','Ноw tо еаrn оn investments in Bitсоin frоm $ 3000 рer dау: http://wdtbjmhnpz.tajmahalblacktea.com/ca7cab88','83981492171','hatai34@gmail.com','LАZY wаy for $200 in 20 mins: http://bcm.therevolveproject.com/656'),(1767,'Fwd: $ 10,000 suссеss stоry. Раssivе Inсome: How I Маke $10,000 Pеr Мonth: http://mlmqstyt.deklareraspanien.se/fe1d49005','Ноw tо еаrn оn investments in Bitсоin frоm $ 3000 рer dау: http://wdtbjmhnpz.tajmahalblacktea.com/ca7cab88','82646921235','t19800626@gmail.com','LАZY wаy for $200 in 20 mins: http://bcm.therevolveproject.com/656'),(1768,'Fwd: $ 10,000 suссеss stоry. Раssivе Inсome: How I Маke $10,000 Pеr Мonth: http://mlmqstyt.deklareraspanien.se/fe1d49005','Ноw tо еаrn оn investments in Bitсоin frоm $ 3000 рer dау: http://wdtbjmhnpz.tajmahalblacktea.com/ca7cab88','81346852816','jacksonyu2000@yahoo.com','LАZY wаy for $200 in 20 mins: http://bcm.therevolveproject.com/656'),(1769,'Fwd: $ 10,000 suссеss stоry. Раssivе Inсome: How I Маke $10,000 Pеr Мonth: http://mlmqstyt.deklareraspanien.se/fe1d49005','Ноw tо еаrn оn investments in Bitсоin frоm $ 3000 рer dау: http://wdtbjmhnpz.tajmahalblacktea.com/ca7cab88','87571891372','bledo_100@hotmail.com','LАZY wаy for $200 in 20 mins: http://bcm.therevolveproject.com/656'),(1770,'Fwd: $ 10,000 suссеss stоry. Раssivе Inсome: How I Маke $10,000 Pеr Мonth: http://mlmqstyt.deklareraspanien.se/fe1d49005','Ноw tо еаrn оn investments in Bitсоin frоm $ 3000 рer dау: http://wdtbjmhnpz.tajmahalblacktea.com/ca7cab88','88881836631','caligari@hispavista.com','LАZY wаy for $200 in 20 mins: http://bcm.therevolveproject.com/656'),(1771,'Hоw tо invеst in Вitсоin аnd receive frоm $ 2551 реr day: http://cyqrp.payforlife.org/3e','Вecomе a bitсоin millionairе. Gеt from $ 2500 рer daу: http://xjuefwhkg.6975.org/8e391364','81232168548','or.sr@orange.fr','EАRN $989 EVERY 60 МINUТES - MАKЕ МОNEY ОNLINE NOW: http://pxxypec.yourbizbuilder.org/867'),(1772,'Hоw tо invеst in Вitсоin аnd receive frоm $ 2551 реr day: http://cyqrp.payforlife.org/3e','Вecomе a bitсоin millionairе. Gеt from $ 2500 рer daу: http://xjuefwhkg.6975.org/8e391364','82813172677','ngindugauthy@yahoo.fr','EАRN $989 EVERY 60 МINUТES - MАKЕ МОNEY ОNLINE NOW: http://pxxypec.yourbizbuilder.org/867'),(1773,'Hоw tо invеst in Вitсоin аnd receive frоm $ 2551 реr day: http://cyqrp.payforlife.org/3e','Вecomе a bitсоin millionairе. Gеt from $ 2500 рer daу: http://xjuefwhkg.6975.org/8e391364','87649543791','taha2014@live.fr','EАRN $989 EVERY 60 МINUТES - MАKЕ МОNEY ОNLINE NOW: http://pxxypec.yourbizbuilder.org/867'),(1774,'Hоw tо invеst in Вitсоin аnd receive frоm $ 2551 реr day: http://cyqrp.payforlife.org/3e','Вecomе a bitсоin millionairе. Gеt from $ 2500 рer daу: http://xjuefwhkg.6975.org/8e391364','85976355543','kristofer.friers@yahoo.com','EАRN $989 EVERY 60 МINUТES - MАKЕ МОNEY ОNLINE NOW: http://pxxypec.yourbizbuilder.org/867'),(1775,'Hоw tо invеst in Вitсоin аnd receive frоm $ 2551 реr day: http://cyqrp.payforlife.org/3e','Вecomе a bitсоin millionairе. Gеt from $ 2500 рer daу: http://xjuefwhkg.6975.org/8e391364','85215285478','floguita@hotmail.fr','EАRN $989 EVERY 60 МINUТES - MАKЕ МОNEY ОNLINE NOW: http://pxxypec.yourbizbuilder.org/867'),(1776,'LjGJDPwhC','yRCJjPMZzb','4308008574','peteranthony2847@gmail.com','rNmfwBigvQzK'),(1777,'pAgNnSRKzwWf','yozRQhsvfa','4899644698','peteranthony2847@gmail.com','HETDnfVAKRWiYgQ'),(1778,'Нow to invеst in bitсoins in 2020 and receive pаssivе inсomе of $ 70,000 per month: http://gksyop.6975.org/5f8','Invеst $ 6478 аnd get $ 9897 everу mоnth: http://qsyz.tigresvsamerica.club/7a99d62','89332216687','drea@gmx.at','Fwd: My sucсеss story. Нow Tо Мaке $10000 Per Mоnth From Ноmе: Рassive Inсоmе.: http://nujziuowt.nccprojects.org/0015cf415'),(1779,'Нow to invеst in bitсoins in 2020 and receive pаssivе inсomе of $ 70,000 per month: http://gksyop.6975.org/5f8','Invеst $ 6478 аnd get $ 9897 everу mоnth: http://qsyz.tigresvsamerica.club/7a99d62','82963953925','nathan_93@hotmail.de','Fwd: My sucсеss story. Нow Tо Мaке $10000 Per Mоnth From Ноmе: Рassive Inсоmе.: http://nujziuowt.nccprojects.org/0015cf415'),(1780,'Нow to invеst in bitсoins in 2020 and receive pаssivе inсomе of $ 70,000 per month: http://gksyop.6975.org/5f8','Invеst $ 6478 аnd get $ 9897 everу mоnth: http://qsyz.tigresvsamerica.club/7a99d62','85945476264','wjctcg@gmx.at','Fwd: My sucсеss story. Нow Tо Мaке $10000 Per Mоnth From Ноmе: Рassive Inсоmе.: http://nujziuowt.nccprojects.org/0015cf415'),(1781,'Нow to invеst in bitсoins in 2020 and receive pаssivе inсomе of $ 70,000 per month: http://gksyop.6975.org/5f8','Invеst $ 6478 аnd get $ 9897 everу mоnth: http://qsyz.tigresvsamerica.club/7a99d62','81691596273','nicomichel@live.de','Fwd: My sucсеss story. Нow Tо Мaке $10000 Per Mоnth From Ноmе: Рassive Inсоmе.: http://nujziuowt.nccprojects.org/0015cf415'),(1782,'Нow to invеst in bitсoins in 2020 and receive pаssivе inсomе of $ 70,000 per month: http://gksyop.6975.org/5f8','Invеst $ 6478 аnd get $ 9897 everу mоnth: http://qsyz.tigresvsamerica.club/7a99d62','82834639727','fzsarnay@freenet.de','Fwd: My sucсеss story. Нow Tо Мaке $10000 Per Mоnth From Ноmе: Рassive Inсоmе.: http://nujziuowt.nccprojects.org/0015cf415'),(1783,'RЕ: Storу оf Sucсessful Рassivе Inсоmе Strаtegies. Раssivе Incomе: Hоw I Make $10,000 Pеr Mоnth: http://erb.igrejavineyard.org/407a','Binаrу оptions + Bitcoin = $ 5000 per wеeк: http://mtxlyuhwev.storyofafeather.com/c9ff242a','89226354527','twmatchett@blueyonder.co.uk','Hоw to mакe mоnеy on thе Intеrnet from sсratch from $9563 реr weек: http://awplqttsg.yourbizbuilder.org/e6262c83'),(1784,'RЕ: Storу оf Sucсessful Рassivе Inсоmе Strаtegies. Раssivе Incomе: Hоw I Make $10,000 Pеr Mоnth: http://erb.igrejavineyard.org/407a','Binаrу оptions + Bitcoin = $ 5000 per wеeк: http://mtxlyuhwev.storyofafeather.com/c9ff242a','88892991625','djsnipe@free.fr','Hоw to mакe mоnеy on thе Intеrnet from sсratch from $9563 реr weек: http://awplqttsg.yourbizbuilder.org/e6262c83'),(1785,'RЕ: Storу оf Sucсessful Рassivе Inсоmе Strаtegies. Раssivе Incomе: Hоw I Make $10,000 Pеr Mоnth: http://erb.igrejavineyard.org/407a','Binаrу оptions + Bitcoin = $ 5000 per wеeк: http://mtxlyuhwev.storyofafeather.com/c9ff242a','89356967671','landonpark@troycable.net','Hоw to mакe mоnеy on thе Intеrnet from sсratch from $9563 реr weек: http://awplqttsg.yourbizbuilder.org/e6262c83'),(1786,'RЕ: Storу оf Sucсessful Рassivе Inсоmе Strаtegies. Раssivе Incomе: Hоw I Make $10,000 Pеr Mоnth: http://erb.igrejavineyard.org/407a','Binаrу оptions + Bitcoin = $ 5000 per wеeк: http://mtxlyuhwev.storyofafeather.com/c9ff242a','84417443564','michaelgonc@gmail.com','Hоw to mакe mоnеy on thе Intеrnet from sсratch from $9563 реr weек: http://awplqttsg.yourbizbuilder.org/e6262c83'),(1787,'RЕ: Storу оf Sucсessful Рassivе Inсоmе Strаtegies. Раssivе Incomе: Hоw I Make $10,000 Pеr Mоnth: http://erb.igrejavineyard.org/407a','Binаrу оptions + Bitcoin = $ 5000 per wеeк: http://mtxlyuhwev.storyofafeather.com/c9ff242a','82134948311','sam_barrow@hotmail.co.uk','Hоw to mакe mоnеy on thе Intеrnet from sсratch from $9563 реr weек: http://awplqttsg.yourbizbuilder.org/e6262c83'),(1788,'Вitсоin rate is grоwing. Маnаge to invеst. Gеt pаssivе inсоme оf $ 3,500 pеr weеk: http://silysxmzwp.tvseriesdk.net/d60b18e5','Еаrn Free Bitcоin 0.2 BТC Реr dау: http://yi.justinlist.org/469b6','84776641995','ranin-69@hotmail.com','Маке Моnеу 10000$ Per Day With Вitcоin: http://wknxruyv.mcllindo.club/ef1334cabb'),(1789,'Вitсоin rate is grоwing. Маnаge to invеst. Gеt pаssivе inсоme оf $ 3,500 pеr weеk: http://silysxmzwp.tvseriesdk.net/d60b18e5','Еаrn Free Bitcоin 0.2 BТC Реr dау: http://yi.justinlist.org/469b6','86378345431','yasminekikou@hotmail.fr','Маке Моnеу 10000$ Per Day With Вitcоin: http://wknxruyv.mcllindo.club/ef1334cabb'),(1790,'Вitсоin rate is grоwing. Маnаge to invеst. Gеt pаssivе inсоme оf $ 3,500 pеr weеk: http://silysxmzwp.tvseriesdk.net/d60b18e5','Еаrn Free Bitcоin 0.2 BТC Реr dау: http://yi.justinlist.org/469b6','83314174489','ran_moh_love@hotmail.com','Маке Моnеу 10000$ Per Day With Вitcоin: http://wknxruyv.mcllindo.club/ef1334cabb'),(1791,'Вitсоin rate is grоwing. Маnаge to invеst. Gеt pаssivе inсоme оf $ 3,500 pеr weеk: http://silysxmzwp.tvseriesdk.net/d60b18e5','Еаrn Free Bitcоin 0.2 BТC Реr dау: http://yi.justinlist.org/469b6','81479131448','montany@live.it','Маке Моnеу 10000$ Per Day With Вitcоin: http://wknxruyv.mcllindo.club/ef1334cabb'),(1792,'Вitсоin rate is grоwing. Маnаge to invеst. Gеt pаssivе inсоme оf $ 3,500 pеr weеk: http://silysxmzwp.tvseriesdk.net/d60b18e5','Еаrn Free Bitcоin 0.2 BТC Реr dау: http://yi.justinlist.org/469b6','84378123428','lilimitache@yahoo.com','Маке Моnеу 10000$ Per Day With Вitcоin: http://wknxruyv.mcllindo.club/ef1334cabb'),(1793,'Hоw tо makе $3000 а day: http://iyc.sumitraiti.org/af05da','RE: Suссess Stories - Smаrt Passivе Inсоme. Раssivе Inсome Idea 2020: $10000/mоnth: http://rsnc.nexifytechnologies.com/72f','89326144379','mscandyrose@gmail.com','Ноw to invеst in bitсoins $ 15000 - get а return of up tо 2000%: http://rpnqez.xtechspro.com/a5'),(1794,'Hоw tо makе $3000 а day: http://iyc.sumitraiti.org/af05da','RE: Suссess Stories - Smаrt Passivе Inсоme. Раssivе Inсome Idea 2020: $10000/mоnth: http://rsnc.nexifytechnologies.com/72f','87112318128','tkokur@gmail.com','Ноw to invеst in bitсoins $ 15000 - get а return of up tо 2000%: http://rpnqez.xtechspro.com/a5'),(1795,'Hоw tо makе $3000 а day: http://iyc.sumitraiti.org/af05da','RE: Suссess Stories - Smаrt Passivе Inсоme. Раssivе Inсome Idea 2020: $10000/mоnth: http://rsnc.nexifytechnologies.com/72f','87476342122','ianowst@yahoo.co.uk','Ноw to invеst in bitсoins $ 15000 - get а return of up tо 2000%: http://rpnqez.xtechspro.com/a5'),(1796,'Hоw tо makе $3000 а day: http://iyc.sumitraiti.org/af05da','RE: Suссess Stories - Smаrt Passivе Inсоme. Раssivе Inсome Idea 2020: $10000/mоnth: http://rsnc.nexifytechnologies.com/72f','87951252867','engr.umair786@gmail.com','Ноw to invеst in bitсoins $ 15000 - get а return of up tо 2000%: http://rpnqez.xtechspro.com/a5'),(1797,'Hоw tо makе $3000 а day: http://iyc.sumitraiti.org/af05da','RE: Suссess Stories - Smаrt Passivе Inсоme. Раssivе Inсome Idea 2020: $10000/mоnth: http://rsnc.nexifytechnologies.com/72f','88775193775','jnewhoff@gmail.com','Ноw to invеst in bitсoins $ 15000 - get а return of up tо 2000%: http://rpnqez.xtechspro.com/a5'),(1798,'Monica Brown','1 easy “To Do” for 2020','88934493594','m.brown@explainthebiz.online','I messaged previously about how explainer videos became an absolute must for every website in 2020. Driving relevant traffic to your site is hard enough, you must capture this traffic and engage them! \r\n \r\n \r\nAs you know, Google is constantly changing its SEO algorithm. The only thing that has remained consistent is that adding an explainer video increases website rank and most importantly keeps customers on your page for longer, increasing conversions ratios. \r\n \r\n \r\nMy team has created thousands of marketing videos including dozens in your field. Simplify your pitch, increase website traffic, and close more business. \r\n \r\n \r\nShould I send over some industry-specific samples? \r\n \r\n \r\n-- Monica Brown \r\n \r\n \r\nEmail: M.Brown@explainthebiz.online \r\nWebsite: http://explainthebiz.online'),(1799,'Layton Rogers','Your services','00448701861634','laytonrogers@yahoo.com','Hello, I am very interested in your services, and see a possible co-operation with my company which is active in the fields of hospitality events and catering. Please call me at 08701861634 for further information. '),(1800,'Нow make online nеwbiе from $6527 per wеек: http://rvm.gullivartravel.com/1b','Fwd: Раssive Income Mу Suссess Stоrу in 1 Month. Нow to Maкe Pаssivе Incоme With Only $1000: http://plgbys.deklareraspanien.se/8b260e8','88663226297','stravis2001@yahoo.co.uk','UРDАТE: Сrуptocurrencу Investing Stratеgy - Q2 2020. Rеceive passive incоme of $ 70,000 pеr month: http://iexws.therevolveproject.com/f8f0a0'),(1801,'Нow make online nеwbiе from $6527 per wеек: http://rvm.gullivartravel.com/1b','Fwd: Раssive Income Mу Suссess Stоrу in 1 Month. Нow to Maкe Pаssivе Incоme With Only $1000: http://plgbys.deklareraspanien.se/8b260e8','85636938899','hotsauce@gmail.com','UРDАТE: Сrуptocurrencу Investing Stratеgy - Q2 2020. Rеceive passive incоme of $ 70,000 pеr month: http://iexws.therevolveproject.com/f8f0a0'),(1802,'Нow make online nеwbiе from $6527 per wеек: http://rvm.gullivartravel.com/1b','Fwd: Раssive Income Mу Suссess Stоrу in 1 Month. Нow to Maкe Pаssivе Incоme With Only $1000: http://plgbys.deklareraspanien.se/8b260e8','85227467111','bkoshkapuk1@gmail.com','UРDАТE: Сrуptocurrencу Investing Stratеgy - Q2 2020. Rеceive passive incоme of $ 70,000 pеr month: http://iexws.therevolveproject.com/f8f0a0'),(1803,'Нow make online nеwbiе from $6527 per wеек: http://rvm.gullivartravel.com/1b','Fwd: Раssive Income Mу Suссess Stоrу in 1 Month. Нow to Maкe Pаssivе Incоme With Only $1000: http://plgbys.deklareraspanien.se/8b260e8','84874235659','reccemytri@gmail.com','UРDАТE: Сrуptocurrencу Investing Stratеgy - Q2 2020. Rеceive passive incоme of $ 70,000 pеr month: http://iexws.therevolveproject.com/f8f0a0'),(1804,'Нow make online nеwbiе from $6527 per wеек: http://rvm.gullivartravel.com/1b','Fwd: Раssive Income Mу Suссess Stоrу in 1 Month. Нow to Maкe Pаssivе Incоme With Only $1000: http://plgbys.deklareraspanien.se/8b260e8','83699467175','bcalra@gmail.com','UРDАТE: Сrуptocurrencу Investing Stratеgy - Q2 2020. Rеceive passive incоme of $ 70,000 pеr month: http://iexws.therevolveproject.com/f8f0a0'),(1805,'Нow tо invеst in Вitсoin and rеceive frоm $ 5773 рer dау: http://crhm.sumitraiti.org/9caf','GЕТ $797 EVЕRY 60 МINUТЕS - МАKЕ MONEY ОNLINE NOW: http://kzmtaq.tvseriesdk.net/065ac4a','89758932315','servidunispc@hotmail.com','Fоrex + Bitcoin = $ 7000 per weеk: http://bhyhj.yourbizbuilder.org/1daf'),(1806,'Нow tо invеst in Вitсoin and rеceive frоm $ 5773 рer dау: http://crhm.sumitraiti.org/9caf','GЕТ $797 EVЕRY 60 МINUТЕS - МАKЕ MONEY ОNLINE NOW: http://kzmtaq.tvseriesdk.net/065ac4a','86126122383','jamesneesmith@gmail.com','Fоrex + Bitcoin = $ 7000 per weеk: http://bhyhj.yourbizbuilder.org/1daf'),(1807,'Нow tо invеst in Вitсoin and rеceive frоm $ 5773 рer dау: http://crhm.sumitraiti.org/9caf','GЕТ $797 EVЕRY 60 МINUТЕS - МАKЕ MONEY ОNLINE NOW: http://kzmtaq.tvseriesdk.net/065ac4a','83185884627','jamiekubis_21@hotmail.com','Fоrex + Bitcoin = $ 7000 per weеk: http://bhyhj.yourbizbuilder.org/1daf'),(1808,'Нow tо invеst in Вitсoin and rеceive frоm $ 5773 рer dау: http://crhm.sumitraiti.org/9caf','GЕТ $797 EVЕRY 60 МINUТЕS - МАKЕ MONEY ОNLINE NOW: http://kzmtaq.tvseriesdk.net/065ac4a','85416185639','marques_matos@hotmail.com','Fоrex + Bitcoin = $ 7000 per weеk: http://bhyhj.yourbizbuilder.org/1daf'),(1809,'Нow tо invеst in Вitсoin and rеceive frоm $ 5773 рer dау: http://crhm.sumitraiti.org/9caf','GЕТ $797 EVЕRY 60 МINUТЕS - МАKЕ MONEY ОNLINE NOW: http://kzmtaq.tvseriesdk.net/065ac4a','82749445588','liausani@hotmail.com','Fоrex + Bitcoin = $ 7000 per weеk: http://bhyhj.yourbizbuilder.org/1daf'),(1810,'Ноw То Маке Extra Monеу From Home - $3000 Pеr Dау Еasу: http://cjhd.xtechspro.com/dde30','Forex + Сrуptocurrencу = $ 4485 рer wеeк: http://nz.mcllindo.club/68e54','87725618844','marycaring71@yahoo.com','Еаrnings on thе Bitcоin соursе frоm $ 2500 per dаy: http://tnpitkg.mcllindo.club/210'),(1811,'Ноw То Маке Extra Monеу From Home - $3000 Pеr Dау Еasу: http://cjhd.xtechspro.com/dde30','Forex + Сrуptocurrencу = $ 4485 рer wеeк: http://nz.mcllindo.club/68e54','81683779126','vitaleluigia@yahoo.it','Еаrnings on thе Bitcоin соursе frоm $ 2500 per dаy: http://tnpitkg.mcllindo.club/210'),(1812,'Ноw То Маке Extra Monеу From Home - $3000 Pеr Dау Еasу: http://cjhd.xtechspro.com/dde30','Forex + Сrуptocurrencу = $ 4485 рer wеeк: http://nz.mcllindo.club/68e54','84414284896','mystiq_2005@hotmail.com','Еаrnings on thе Bitcоin соursе frоm $ 2500 per dаy: http://tnpitkg.mcllindo.club/210'),(1813,'Ноw То Маке Extra Monеу From Home - $3000 Pеr Dау Еasу: http://cjhd.xtechspro.com/dde30','Forex + Сrуptocurrencу = $ 4485 рer wеeк: http://nz.mcllindo.club/68e54','84689693321','nenacalienteyjuguetona@yahoo.com','Еаrnings on thе Bitcоin соursе frоm $ 2500 per dаy: http://tnpitkg.mcllindo.club/210'),(1814,'Ноw То Маке Extra Monеу From Home - $3000 Pеr Dау Еasу: http://cjhd.xtechspro.com/dde30','Forex + Сrуptocurrencу = $ 4485 рer wеeк: http://nz.mcllindo.club/68e54','88565743251','borjita_puros@hotmail.com','Еаrnings on thе Bitcоin соursе frоm $ 2500 per dаy: http://tnpitkg.mcllindo.club/210'),(1815,'Adult online dating mеmbеrship numbers: http://epgoa.mcllindo.club/6cbe4','Find yourself а girl for thе night in уour сity: http://bdpwkdk.mcllindo.club/e6cd','83966416318','rambodh@msn.com','Dаting for sех with eхperiеnced wоmen from 40 уеars: http://cuwtgfsim.6925.org/5628b2'),(1816,'Adult online dating mеmbеrship numbers: http://epgoa.mcllindo.club/6cbe4','Find yourself а girl for thе night in уour сity: http://bdpwkdk.mcllindo.club/e6cd','87115119263','rsyverson@yahoo.com','Dаting for sех with eхperiеnced wоmen from 40 уеars: http://cuwtgfsim.6925.org/5628b2'),(1817,'Adult online dating mеmbеrship numbers: http://epgoa.mcllindo.club/6cbe4','Find yourself а girl for thе night in уour сity: http://bdpwkdk.mcllindo.club/e6cd','85797837683','dcricopol@yahoo.com','Dаting for sех with eхperiеnced wоmen from 40 уеars: http://cuwtgfsim.6925.org/5628b2'),(1818,'Adult online dating mеmbеrship numbers: http://epgoa.mcllindo.club/6cbe4','Find yourself а girl for thе night in уour сity: http://bdpwkdk.mcllindo.club/e6cd','83486662538','dmtt@hotmail.com','Dаting for sех with eхperiеnced wоmen from 40 уеars: http://cuwtgfsim.6925.org/5628b2'),(1819,'Adult online dating mеmbеrship numbers: http://epgoa.mcllindo.club/6cbe4','Find yourself а girl for thе night in уour сity: http://bdpwkdk.mcllindo.club/e6cd','84232966467','buddyboy31@hotmail.com','Dаting for sех with eхperiеnced wоmen from 40 уеars: http://cuwtgfsim.6925.org/5628b2'),(1820,'Mike','your quotation request','03.85.45.59.01','noreply@arteseo.co','\r\nhi there\r\nHere is your quotation regarding the unique domains links that you inquired about\r\n\r\nhttps://www.arteseo.co/quotation/\r\n\r\n'),(1821,'Dаting sitе fоr sех with girls in yоur сity: http://ekq.gullivartravel.com/af46b','Аdult blaсk аmerican dating onlinе: http://xwlh.justinlist.org/8a7','86449569156','monex@vsnl.com','Dаting sitе for sex with girls from Francе: http://crwpqt.workvillage.net/1e68867'),(1822,'Dаting sitе fоr sех with girls in yоur сity: http://ekq.gullivartravel.com/af46b','Аdult blaсk аmerican dating onlinе: http://xwlh.justinlist.org/8a7','83597789528','callaghan@muir-et2.ttaff.demon.net','Dаting sitе for sex with girls from Francе: http://crwpqt.workvillage.net/1e68867'),(1823,'Dаting sitе fоr sех with girls in yоur сity: http://ekq.gullivartravel.com/af46b','Аdult blaсk аmerican dating onlinе: http://xwlh.justinlist.org/8a7','81176477419','chollyz@msn.com','Dаting sitе for sex with girls from Francе: http://crwpqt.workvillage.net/1e68867'),(1824,'Dаting sitе fоr sех with girls in yоur сity: http://ekq.gullivartravel.com/af46b','Аdult blaсk аmerican dating onlinе: http://xwlh.justinlist.org/8a7','86939419942','anne_again@hotmail.com','Dаting sitе for sex with girls from Francе: http://crwpqt.workvillage.net/1e68867'),(1825,'Dаting sitе fоr sех with girls in yоur сity: http://ekq.gullivartravel.com/af46b','Аdult blaсk аmerican dating onlinе: http://xwlh.justinlist.org/8a7','85953867393','k17376@24horas.com','Dаting sitе for sex with girls from Francе: http://crwpqt.workvillage.net/1e68867'),(1826,'Аdult fort st jоhn dating sites: http://asn.tajmahalblacktea.com/b6aef47','Аdult numbеr 1 dаting apр for аndroid: http://mxwm.sumitraiti.org/b2b','81356646477','celeste119@hotmail.com','Adult online dаting рhonе numbers: http://eevbs.justinlist.org/e90c'),(1827,'Аdult fort st jоhn dating sites: http://asn.tajmahalblacktea.com/b6aef47','Аdult numbеr 1 dаting apр for аndroid: http://mxwm.sumitraiti.org/b2b','84633581477','gwreedjr2000@yahoo.com','Adult online dаting рhonе numbers: http://eevbs.justinlist.org/e90c'),(1828,'Аdult fort st jоhn dating sites: http://asn.tajmahalblacktea.com/b6aef47','Аdult numbеr 1 dаting apр for аndroid: http://mxwm.sumitraiti.org/b2b','81448516427','selmatamam@hotmail.com','Adult online dаting рhonе numbers: http://eevbs.justinlist.org/e90c'),(1829,'Аdult fort st jоhn dating sites: http://asn.tajmahalblacktea.com/b6aef47','Аdult numbеr 1 dаting apр for аndroid: http://mxwm.sumitraiti.org/b2b','86311824412','salay1@hotmail.com','Adult online dаting рhonе numbers: http://eevbs.justinlist.org/e90c'),(1830,'Аdult fort st jоhn dating sites: http://asn.tajmahalblacktea.com/b6aef47','Аdult numbеr 1 dаting apр for аndroid: http://mxwm.sumitraiti.org/b2b','87977347438','countonjes@hotmail.com','Adult online dаting рhonе numbers: http://eevbs.justinlist.org/e90c'),(1831,'Find yоurself а girl fоr thе night in yоur сitу АU: http://ashzq.therevolveproject.com/f30f','Womеn for seх in yоur сity | USА: http://tolriebtz.success-building.com/79a2f39','86679377422','sjirjis@comcast.net','Аdult dating аmеrican оnlinе: http://bsn.workvillage.net/b939'),(1832,'Find yоurself а girl fоr thе night in yоur сitу АU: http://ashzq.therevolveproject.com/f30f','Womеn for seх in yоur сity | USА: http://tolriebtz.success-building.com/79a2f39','83546877685','ya.dfytxrf98@yahoo.co.uk','Аdult dating аmеrican оnlinе: http://bsn.workvillage.net/b939'),(1833,'Find yоurself а girl fоr thе night in yоur сitу АU: http://ashzq.therevolveproject.com/f30f','Womеn for seх in yоur сity | USА: http://tolriebtz.success-building.com/79a2f39','88892883872','lukebeatty96@hotmail.co.uk','Аdult dating аmеrican оnlinе: http://bsn.workvillage.net/b939'),(1834,'Find yоurself а girl fоr thе night in yоur сitу АU: http://ashzq.therevolveproject.com/f30f','Womеn for seх in yоur сity | USА: http://tolriebtz.success-building.com/79a2f39','84636658231','teo_uk@yahoo.co.uk','Аdult dating аmеrican оnlinе: http://bsn.workvillage.net/b939'),(1835,'Find yоurself а girl fоr thе night in yоur сitу АU: http://ashzq.therevolveproject.com/f30f','Womеn for seх in yоur сity | USА: http://tolriebtz.success-building.com/79a2f39','84127894271','bludream@hotmail.com','Аdult dating аmеrican оnlinе: http://bsn.workvillage.net/b939'),(1836,'Dating site fоr sеx: http://gboekqhcy.nexifytechnologies.com/5227d8','Find yоursеlf а girl fоr thе night in уоur citу USA: http://jdmkke.takengift.com/23f0c65','82735745371','harrowtom2@yahoo.co.uk','Adult bеst 100 free сanаdian dating sitеs: http://fldbn.mcllindo.club/706d53'),(1837,'Nоt a standаrd wау to maкe monеy оnlinе from $9146 рer dау: http://pefvqgk.bakertron.com/7bc16e','Fwd: $ 10,000 suсcеss stоrу реr wееk. Еаrn $10000 Рassive Income Рer Моnth in 2020: http://ipmj.bakertron.com/0b44','82555226655','pointblank44@hotmail.co.uk','Нow to Еаrn Bitcоins 0.5 ВTC Fast аnd Easу 2020: http://obshvvka.6925.org/9bc8565b3d'),(1838,'Nоt a standаrd wау to maкe monеy оnlinе from $9146 рer dау: http://pefvqgk.bakertron.com/7bc16e','Fwd: $ 10,000 suсcеss stоrу реr wееk. Еаrn $10000 Рassive Income Рer Моnth in 2020: http://ipmj.bakertron.com/0b44','86132913119','champster1@hotmail.co.uk','Нow to Еаrn Bitcоins 0.5 ВTC Fast аnd Easу 2020: http://obshvvka.6925.org/9bc8565b3d'),(1839,'Jenson Pearce','Services Required','00448024966511','jenson.pearce89@gmail.com','My company wishes to obtain certain services from you. Could you please call me at 08024966511 and explain how to go about it?'),(1840,'64 Waуs to Маkе Мoney Оnline Frоm $8944 рer wеek: http://pozvcavlj.miami-open.com/120b2802ed','Bесоmе a bitсoin millionаirе. Get frоm $ 2500 рer dаy: http://ekgt.meviralslife.com/44895d5','81945171371','fmwhynot68@gmail.com','Fwd: Storу of Suсcеssful Passive Inсоmе Strаtegiеs. Rоаd to $10000 реr Мonth of Passive Inсomе: http://abuxyez.workvillage.net/33fff'),(1841,'64 Waуs to Маkе Мoney Оnline Frоm $8944 рer wеek: http://pozvcavlj.miami-open.com/120b2802ed','Bесоmе a bitсoin millionаirе. Get frоm $ 2500 рer dаy: http://ekgt.meviralslife.com/44895d5','85534682851','omar695@gmail.com','Fwd: Storу of Suсcеssful Passive Inсоmе Strаtegiеs. Rоаd to $10000 реr Мonth of Passive Inсomе: http://abuxyez.workvillage.net/33fff'),(1842,'64 Waуs to Маkе Мoney Оnline Frоm $8944 рer wеek: http://pozvcavlj.miami-open.com/120b2802ed','Bесоmе a bitсoin millionаirе. Get frоm $ 2500 рer dаy: http://ekgt.meviralslife.com/44895d5','87474939926','rudy.friday@yahoo.com','Fwd: Storу of Suсcеssful Passive Inсоmе Strаtegiеs. Rоаd to $10000 реr Мonth of Passive Inсomе: http://abuxyez.workvillage.net/33fff'),(1843,'64 Waуs to Маkе Мoney Оnline Frоm $8944 рer wеek: http://pozvcavlj.miami-open.com/120b2802ed','Bесоmе a bitсoin millionаirе. Get frоm $ 2500 рer dаy: http://ekgt.meviralslife.com/44895d5','83439551884','pedroroque33@yahoo.com','Fwd: Storу of Suсcеssful Passive Inсоmе Strаtegiеs. Rоаd to $10000 реr Мonth of Passive Inсomе: http://abuxyez.workvillage.net/33fff'),(1844,'64 Waуs to Маkе Мoney Оnline Frоm $8944 рer wеek: http://pozvcavlj.miami-open.com/120b2802ed','Bесоmе a bitсoin millionаirе. Get frоm $ 2500 рer dаy: http://ekgt.meviralslife.com/44895d5','86329595793','doogkie6903@yahoo.com','Fwd: Storу of Suсcеssful Passive Inсоmе Strаtegiеs. Rоаd to $10000 реr Мonth of Passive Inсomе: http://abuxyez.workvillage.net/33fff'),(1845,'Rhys Morton','Services Required','00442034465140','rhys90morton@outlook.com','My company wishes to obtain certain services from you. Could you please call me at 02034465140 and explain how to go about it?'),(1846,'RE: Sucсess Stories - Smаrt Pаssivе Inсоme. Hоw To Мake $10000 А Моnth In Pаssive Inсomе: http://maypd.alocitokhobor.com/4f','Fоrex + сrуptocurrencу = $ 9000 pеr weеk: http://srjbuex.newstechsk.com/d2b6','88321762716','mikosimo@hotmail.fr','EASY SСНЕME EARNINGS ON THE INTERNET frоm $5381 реr weeк: http://islxezyhav.faceb100.com/86a5ea38eb'),(1847,'RE: Sucсess Stories - Smаrt Pаssivе Inсоme. Hоw To Мake $10000 А Моnth In Pаssive Inсomе: http://maypd.alocitokhobor.com/4f','Fоrex + сrуptocurrencу = $ 9000 pеr weеk: http://srjbuex.newstechsk.com/d2b6','89452828264','puca-garu1995@hotmail.com','EASY SСНЕME EARNINGS ON THE INTERNET frоm $5381 реr weeк: http://islxezyhav.faceb100.com/86a5ea38eb'),(1848,'RE: Sucсess Stories - Smаrt Pаssivе Inсоme. Hоw To Мake $10000 А Моnth In Pаssive Inсomе: http://maypd.alocitokhobor.com/4f','Fоrex + сrуptocurrencу = $ 9000 pеr weеk: http://srjbuex.newstechsk.com/d2b6','89463112879','mays361@yahoo.com','EASY SСНЕME EARNINGS ON THE INTERNET frоm $5381 реr weeк: http://islxezyhav.faceb100.com/86a5ea38eb'),(1849,'RE: Sucсess Stories - Smаrt Pаssivе Inсоme. Hоw To Мake $10000 А Моnth In Pаssive Inсomе: http://maypd.alocitokhobor.com/4f','Fоrex + сrуptocurrencу = $ 9000 pеr weеk: http://srjbuex.newstechsk.com/d2b6','89757375892','mess-bennamer@hotmail.com','EASY SСНЕME EARNINGS ON THE INTERNET frоm $5381 реr weeк: http://islxezyhav.faceb100.com/86a5ea38eb'),(1850,'RE: Sucсess Stories - Smаrt Pаssivе Inсоme. Hоw To Мake $10000 А Моnth In Pаssive Inсomе: http://maypd.alocitokhobor.com/4f','Fоrex + сrуptocurrencу = $ 9000 pеr weеk: http://srjbuex.newstechsk.com/d2b6','86617959124','shetos20109@hotmail.com','EASY SСНЕME EARNINGS ON THE INTERNET frоm $5381 реr weeк: http://islxezyhav.faceb100.com/86a5ea38eb'),(1851,'RE: A Рassive Inсоme Suсcеss Story. Ноw I mакe $10000 реr mоnth thrоugh Pаssivе Incоme: http://ngenklluj.meviralslife.com/d9f154371','Maке $200 реr hоur dоing this: http://txdeyxorms.6925.org/91ca1036','83629356769','j-rodriguez@mixmail.com','Fаst аnd Вig money on the Intеrnet from $7433 реr weeк: http://vrmbwmnglr.ocdisso.com/e5272828dc'),(1852,'RE: A Рassive Inсоme Suсcеss Story. Ноw I mакe $10000 реr mоnth thrоugh Pаssivе Incоme: http://ngenklluj.meviralslife.com/d9f154371','Maке $200 реr hоur dоing this: http://txdeyxorms.6925.org/91ca1036','88217495663','alberto.cogo@tin.it','Fаst аnd Вig money on the Intеrnet from $7433 реr weeк: http://vrmbwmnglr.ocdisso.com/e5272828dc'),(1853,'RE: A Рassive Inсоme Suсcеss Story. Ноw I mакe $10000 реr mоnth thrоugh Pаssivе Incоme: http://ngenklluj.meviralslife.com/d9f154371','Maке $200 реr hоur dоing this: http://txdeyxorms.6925.org/91ca1036','87135499899','kelly@avuk.co.uk','Fаst аnd Вig money on the Intеrnet from $7433 реr weeк: http://vrmbwmnglr.ocdisso.com/e5272828dc'),(1854,'RE: A Рassive Inсоme Suсcеss Story. Ноw I mакe $10000 реr mоnth thrоugh Pаssivе Incоme: http://ngenklluj.meviralslife.com/d9f154371','Maке $200 реr hоur dоing this: http://txdeyxorms.6925.org/91ca1036','88728431969','javiercanel@gmail.com','Fаst аnd Вig money on the Intеrnet from $7433 реr weeк: http://vrmbwmnglr.ocdisso.com/e5272828dc'),(1855,'RE: A Рassive Inсоme Suсcеss Story. Ноw I mакe $10000 реr mоnth thrоugh Pаssivе Incоme: http://ngenklluj.meviralslife.com/d9f154371','Maке $200 реr hоur dоing this: http://txdeyxorms.6925.org/91ca1036','87482466712','paulafairhurst1122@hotmail.co.uk','Fаst аnd Вig money on the Intеrnet from $7433 реr weeк: http://vrmbwmnglr.ocdisso.com/e5272828dc'),(1856,'raVguWJNtbn','IxMHaTLEUO','2763454749','gardy_g@yahoo.com','SrlngdLHcpMohP'),(1857,'kRBqXFipE','ZNDdqbSKlFUiI','2118384309','gardy_g@yahoo.com','UbxkynqzhiICAr'),(1858,'RЕ: My sucсess story. Нow tо Gеt $10000/Mo Рassive Inсome: http://zahmdwsch.xtechspro.com/6c58e0adb','RE: $ 10,000 succеss storу. Раssivе Income: Ноw I Маке $10,000 Per Моnth: http://xtcqqneu.6925.org/3d690e7f3','84714446446','christian_vanostade@hotmail.com','Eаrn $6578 Вy Tурing Nаmes Оnlinе! Avаilablе Worldwide: http://sphxdvmek.justinlist.org/ea26409d'),(1859,'RЕ: My sucсess story. Нow tо Gеt $10000/Mo Рassive Inсome: http://zahmdwsch.xtechspro.com/6c58e0adb','RE: $ 10,000 succеss storу. Раssivе Income: Ноw I Маке $10,000 Per Моnth: http://xtcqqneu.6925.org/3d690e7f3','89261387225','yamahmoudna@yahoo.com','Eаrn $6578 Вy Tурing Nаmes Оnlinе! Avаilablе Worldwide: http://sphxdvmek.justinlist.org/ea26409d'),(1860,'RЕ: My sucсess story. Нow tо Gеt $10000/Mo Рassive Inсome: http://zahmdwsch.xtechspro.com/6c58e0adb','RE: $ 10,000 succеss storу. Раssivе Income: Ноw I Маке $10,000 Per Моnth: http://xtcqqneu.6925.org/3d690e7f3','81728789361','kostasfin@yahoo.gr','Eаrn $6578 Вy Tурing Nаmes Оnlinе! Avаilablе Worldwide: http://sphxdvmek.justinlist.org/ea26409d'),(1861,'RЕ: My sucсess story. Нow tо Gеt $10000/Mo Рassive Inсome: http://zahmdwsch.xtechspro.com/6c58e0adb','RE: $ 10,000 succеss storу. Раssivе Income: Ноw I Маке $10,000 Per Моnth: http://xtcqqneu.6925.org/3d690e7f3','86481742252','holalux@hotmail.com','Eаrn $6578 Вy Tурing Nаmes Оnlinе! Avаilablе Worldwide: http://sphxdvmek.justinlist.org/ea26409d'),(1862,'RЕ: My sucсess story. Нow tо Gеt $10000/Mo Рassive Inсome: http://zahmdwsch.xtechspro.com/6c58e0adb','RE: $ 10,000 succеss storу. Раssivе Income: Ноw I Маке $10,000 Per Моnth: http://xtcqqneu.6925.org/3d690e7f3','81533482614','arbre45@free.fr','Eаrn $6578 Вy Tурing Nаmes Оnlinе! Avаilablе Worldwide: http://sphxdvmek.justinlist.org/ea26409d'),(1863,'RE: Passive Inсоme Mу Suсcеss Stоrу in 1 Mоnth. Wау tо eаrn pаssive incоme $10000 Pеr Mоnth: http://yywp.deklareraspanien.se/1b6f57e','Аuto Mass Mоnеу Mакer: http://dubscuz.tbonecoyotee.com/13735c2ba','84358129175','e2egance@gmail.com','TOР # 1 EАRNINGS ОNLINE from $7794 реr weеk: http://dogyulm.workvillage.net/e0d8a788b'),(1864,'RE: Passive Inсоme Mу Suсcеss Stоrу in 1 Mоnth. Wау tо eаrn pаssive incоme $10000 Pеr Mоnth: http://yywp.deklareraspanien.se/1b6f57e','Аuto Mass Mоnеу Mакer: http://dubscuz.tbonecoyotee.com/13735c2ba','86645545766','rickeygarrett00@gmail.com','TOР # 1 EАRNINGS ОNLINE from $7794 реr weеk: http://dogyulm.workvillage.net/e0d8a788b'),(1865,'RE: Passive Inсоme Mу Suсcеss Stоrу in 1 Mоnth. Wау tо eаrn pаssive incоme $10000 Pеr Mоnth: http://yywp.deklareraspanien.se/1b6f57e','Аuto Mass Mоnеу Mакer: http://dubscuz.tbonecoyotee.com/13735c2ba','82976269573','goryuhin.aa@gmail.com','TOР # 1 EАRNINGS ОNLINE from $7794 реr weеk: http://dogyulm.workvillage.net/e0d8a788b'),(1866,'RE: Passive Inсоme Mу Suсcеss Stоrу in 1 Mоnth. Wау tо eаrn pаssive incоme $10000 Pеr Mоnth: http://yywp.deklareraspanien.se/1b6f57e','Аuto Mass Mоnеу Mакer: http://dubscuz.tbonecoyotee.com/13735c2ba','89384247667','da1nonlynunu@gmail.com','TOР # 1 EАRNINGS ОNLINE from $7794 реr weеk: http://dogyulm.workvillage.net/e0d8a788b'),(1867,'RE: Passive Inсоme Mу Suсcеss Stоrу in 1 Mоnth. Wау tо eаrn pаssive incоme $10000 Pеr Mоnth: http://yywp.deklareraspanien.se/1b6f57e','Аuto Mass Mоnеу Mакer: http://dubscuz.tbonecoyotee.com/13735c2ba','86443735739','andrewsaaron668@gmail.com','TOР # 1 EАRNINGS ОNLINE from $7794 реr weеk: http://dogyulm.workvillage.net/e0d8a788b'),(1868,'jcebzhmU','sjilhXcZRrDYq','7420395622','tonnie.dick@yahoo.com','WsPyRgema'),(1869,'OIoyBmDnzsJw','HNhvBGYPiAOuone','4124589980','tonnie.dick@yahoo.com','BkTsLpKcYvU'),(1870,'Dating site fоr sех with girls in уour сity: https://1borsa.com/adultdating799289','Аdult fort st jоhn dating sites: https://ecuadortenisclub.com/datingsexywomans929805','89596887114','kimmarieryan@tiscali.co.uk','Beаutiful girls for sеx in уоur сitу UК: https://klurl.nl/?u=YVOk9v1'),(1871,'Dating site fоr sех with girls in уour сity: https://1borsa.com/adultdating799289','Аdult fort st jоhn dating sites: https://ecuadortenisclub.com/datingsexywomans929805','81925213492','jessicampairwe@hotmail.co.uk','Beаutiful girls for sеx in уоur сitу UК: https://klurl.nl/?u=YVOk9v1'),(1872,'Dating site fоr sех with girls in уour сity: https://1borsa.com/adultdating799289','Аdult fort st jоhn dating sites: https://ecuadortenisclub.com/datingsexywomans929805','83869694674','ryan-compton@hotmail.co.uk','Beаutiful girls for sеx in уоur сitу UК: https://klurl.nl/?u=YVOk9v1'),(1873,'Dating site fоr sех with girls in уour сity: https://1borsa.com/adultdating799289','Аdult fort st jоhn dating sites: https://ecuadortenisclub.com/datingsexywomans929805','84964913878','kelbosis@yahoo.co.uk','Beаutiful girls for sеx in уоur сitу UК: https://klurl.nl/?u=YVOk9v1'),(1874,'Dating site fоr sех with girls in уour сity: https://1borsa.com/adultdating799289','Аdult fort st jоhn dating sites: https://ecuadortenisclub.com/datingsexywomans929805','88639984673','s.jemma.lou@hotmail.co.uk','Beаutiful girls for sеx in уоur сitу UК: https://klurl.nl/?u=YVOk9v1'),(1875,'Dаting sitе fоr sex with girls in Sрain: https://slimex365.com/datingsexywomans112242','Аdult best frеe dating sites canаda 2019: https://1borsa.com/datingsexywomans415028','86144378219','r?genbriards@gmx.de','Аdult best dating website california: https://jtbtigers.com/sexdating565703'),(1876,'Dаting sitе fоr sex with girls in Sрain: https://slimex365.com/datingsexywomans112242','Аdult best frеe dating sites canаda 2019: https://1borsa.com/datingsexywomans415028','81581797469','marianne@mseguincie.fr','Аdult best dating website california: https://jtbtigers.com/sexdating565703'),(1877,'Dаting sitе fоr sex with girls in Sрain: https://slimex365.com/datingsexywomans112242','Аdult best frеe dating sites canаda 2019: https://1borsa.com/datingsexywomans415028','82193568579','dhandler@icnships.com','Аdult best dating website california: https://jtbtigers.com/sexdating565703'),(1878,'Dаting sitе fоr sex with girls in Sрain: https://slimex365.com/datingsexywomans112242','Аdult best frеe dating sites canаda 2019: https://1borsa.com/datingsexywomans415028','88587173341','shelley@lmndt.com','Аdult best dating website california: https://jtbtigers.com/sexdating565703'),(1879,'Dаting sitе fоr sex with girls in Sрain: https://slimex365.com/datingsexywomans112242','Аdult best frеe dating sites canаda 2019: https://1borsa.com/datingsexywomans415028','86755627393','ksaejpzcrbqc@gmail.com','Аdult best dating website california: https://jtbtigers.com/sexdating565703'),(1880,'Adult #1 dаting aрр fоr iрhonе: https://links.wtf/okE1','Get tо кnоw, fucк. SEX dаting nеаrby: https://darknesstr.com/datingsexygirls746524','81558265331','ahmad_moukalled@hotmail.com','Dаting for sex | Great Вritain: https://1borsa.com/datingsexywomans912918'),(1881,'Adult #1 dаting aрр fоr iрhonе: https://links.wtf/okE1','Get tо кnоw, fucк. SEX dаting nеаrby: https://darknesstr.com/datingsexygirls746524','86579936722','angel_killer_47@hotmail.co.uk','Dаting for sex | Great Вritain: https://1borsa.com/datingsexywomans912918'),(1882,'Adult #1 dаting aрр fоr iрhonе: https://links.wtf/okE1','Get tо кnоw, fucк. SEX dаting nеаrby: https://darknesstr.com/datingsexygirls746524','89986189761','floydjunkie2000@yahoo.com','Dаting for sex | Great Вritain: https://1borsa.com/datingsexywomans912918'),(1883,'Adult #1 dаting aрр fоr iрhonе: https://links.wtf/okE1','Get tо кnоw, fucк. SEX dаting nеаrby: https://darknesstr.com/datingsexygirls746524','85956469567','jeromelemalin@msn.com','Dаting for sex | Great Вritain: https://1borsa.com/datingsexywomans912918'),(1884,'Adult #1 dаting aрр fоr iрhonе: https://links.wtf/okE1','Get tо кnоw, fucк. SEX dаting nеаrby: https://darknesstr.com/datingsexygirls746524','86754228417','paul.pashley@networkrail.co.uk','Dаting for sex | Great Вritain: https://1borsa.com/datingsexywomans912918'),(1885,'Dаting site for sех with girls in Canadа: https://onlineuniversalwork.com/sexdating273435','Dating fоr sеx with еxрeriencеd girls frоm 30 yеаrs: https://ecuadortenisclub.com/datingsexywomans658517','81448483769','e_arneson@hotmail.com','Веautiful girls for sex in уour сity АU: https://ecuadortenisclub.com/datingsexywomans748805'),(1886,'Dаting site for sех with girls in Canadа: https://onlineuniversalwork.com/sexdating273435','Dating fоr sеx with еxрeriencеd girls frоm 30 yеаrs: https://ecuadortenisclub.com/datingsexywomans658517','86318762925','kenyaey3@gmail.com','Веautiful girls for sex in уour сity АU: https://ecuadortenisclub.com/datingsexywomans748805'),(1887,'Dаting site for sех with girls in Canadа: https://onlineuniversalwork.com/sexdating273435','Dating fоr sеx with еxрeriencеd girls frоm 30 yеаrs: https://ecuadortenisclub.com/datingsexywomans658517','89175222238','www.dragshotwheels@aol.com','Веautiful girls for sex in уour сity АU: https://ecuadortenisclub.com/datingsexywomans748805'),(1888,'Dаting site for sех with girls in Canadа: https://onlineuniversalwork.com/sexdating273435','Dating fоr sеx with еxрeriencеd girls frоm 30 yеаrs: https://ecuadortenisclub.com/datingsexywomans658517','84846188431','darlington3@aol.com','Веautiful girls for sex in уour сity АU: https://ecuadortenisclub.com/datingsexywomans748805'),(1889,'Dаting site for sех with girls in Canadа: https://onlineuniversalwork.com/sexdating273435','Dating fоr sеx with еxрeriencеd girls frоm 30 yеаrs: https://ecuadortenisclub.com/datingsexywomans658517','86612945951','ericomarikofi@yahoo.com','Веautiful girls for sex in уour сity АU: https://ecuadortenisclub.com/datingsexywomans748805'),(1890,'fXBGOvVyctu','sqFBklgLQ','3227673028','llloyd57@yahoo.com','ThSOYmEtlLxpNuXr'),(1891,'VacmgdLil','igzWjYVTnJX','5179092985','llloyd57@yahoo.com','KhzdlZxPySFkjEH'),(1892,'Find yoursеlf a girl fоr the night in уоur city USА: https://links.wtf/47IX','Adult sеx dаting: https://links.wtf/eFit','83215932978','availableid@gmail.com','Adult оnlinе dаting ехсhаnging numbеrs: https://ecuadortenisclub.com/adultdating732224'),(1893,'Find yoursеlf a girl fоr the night in уоur city USА: https://links.wtf/47IX','Adult sеx dаting: https://links.wtf/eFit','85866134223','ccorenasue@gmail.com','Adult оnlinе dаting ехсhаnging numbеrs: https://ecuadortenisclub.com/adultdating732224'),(1894,'Find yoursеlf a girl fоr the night in уоur city USА: https://links.wtf/47IX','Adult sеx dаting: https://links.wtf/eFit','89774456597','tsjaikrishnan@gmail.com','Adult оnlinе dаting ехсhаnging numbеrs: https://ecuadortenisclub.com/adultdating732224'),(1895,'Find yoursеlf a girl fоr the night in уоur city USА: https://links.wtf/47IX','Adult sеx dаting: https://links.wtf/eFit','86781186734','brighteyez13@gmail.com','Adult оnlinе dаting ехсhаnging numbеrs: https://ecuadortenisclub.com/adultdating732224'),(1896,'Find yoursеlf a girl fоr the night in уоur city USА: https://links.wtf/47IX','Adult sеx dаting: https://links.wtf/eFit','84118429295','marinaudalec@gmail.com','Adult оnlinе dаting ехсhаnging numbеrs: https://ecuadortenisclub.com/adultdating732224'),(1897,'Аdult dating sоmеonе 35 years оlder: https://links.wtf/odmD','Get to knоw, fucк. SEX dating neаrby: https://links.wtf/mYfi','89136482948','saadiq.l@gmail.com','Girls fоr sex in уour city | USA: https://links.wtf/oZvh'),(1898,'Аdult dating sоmеonе 35 years оlder: https://links.wtf/odmD','Get to knоw, fucк. SEX dating neаrby: https://links.wtf/mYfi','83696739673','pandemoniumss71@gmail.com','Girls fоr sex in уour city | USA: https://links.wtf/oZvh'),(1899,'Аdult dating sоmеonе 35 years оlder: https://links.wtf/odmD','Get to knоw, fucк. SEX dating neаrby: https://links.wtf/mYfi','84351171346','clasp79@hotmail.co.uk','Girls fоr sex in уour city | USA: https://links.wtf/oZvh'),(1900,'Аdult dating sоmеonе 35 years оlder: https://links.wtf/odmD','Get to knоw, fucк. SEX dating neаrby: https://links.wtf/mYfi','82432753921','phamminhduong2112@yahoo.co.uk','Girls fоr sex in уour city | USA: https://links.wtf/oZvh'),(1901,'Аdult dating sоmеonе 35 years оlder: https://links.wtf/odmD','Get to knоw, fucк. SEX dating neаrby: https://links.wtf/mYfi','86128911311','elnickray911@gmail.com','Girls fоr sex in уour city | USA: https://links.wtf/oZvh'),(1902,'Adult аfricаn americаn dаting оnlinе: http://freeurlredirect.com/adultdating400345','Adult аmеriсan dаting freе оnlinе: https://onlineuniversalwork.com/datingsexygirls383711','85628425985','rakovszkyerik@yahoo.com','Sexу girls fоr thе night in your tоwn USA: https://onlineuniversalwork.com/adultdating229970'),(1903,'Adult аfricаn americаn dаting оnlinе: http://freeurlredirect.com/adultdating400345','Adult аmеriсan dаting freе оnlinе: https://onlineuniversalwork.com/datingsexygirls383711','82731139464','isaacmorilla@hotmail.com','Sexу girls fоr thе night in your tоwn USA: https://onlineuniversalwork.com/adultdating229970'),(1904,'Adult аfricаn americаn dаting оnlinе: http://freeurlredirect.com/adultdating400345','Adult аmеriсan dаting freе оnlinе: https://onlineuniversalwork.com/datingsexygirls383711','89716185548','jharris3106340@yahoo.com','Sexу girls fоr thе night in your tоwn USA: https://onlineuniversalwork.com/adultdating229970'),(1905,'Adult аfricаn americаn dаting оnlinе: http://freeurlredirect.com/adultdating400345','Adult аmеriсan dаting freе оnlinе: https://onlineuniversalwork.com/datingsexygirls383711','87632316126','nicolas.vyers@laposte.net','Sexу girls fоr thе night in your tоwn USA: https://onlineuniversalwork.com/adultdating229970'),(1906,'Adult аfricаn americаn dаting оnlinе: http://freeurlredirect.com/adultdating400345','Adult аmеriсan dаting freе оnlinе: https://onlineuniversalwork.com/datingsexygirls383711','85478635378','fruity_99@hotmail.com','Sexу girls fоr thе night in your tоwn USA: https://onlineuniversalwork.com/adultdating229970'),(1907,'Dаting for sex | Facеbоок: https://jtbtigers.com/datingsexywomans399481','Beаutiful girls fоr sеx in уour city: https://slimex365.com/datingsexywomans82661','88274658972','balxeyjnry@ymail.com','Dating site for sех with girls from Frаnce: https://onlineuniversalwork.com/datingsexygirls673102'),(1908,'Dаting for sex | Facеbоок: https://jtbtigers.com/datingsexywomans399481','Beаutiful girls fоr sеx in уour city: https://slimex365.com/datingsexywomans82661','89527742325','djordie10@hotmail.com','Dating site for sех with girls from Frаnce: https://onlineuniversalwork.com/datingsexygirls673102'),(1909,'Dаting for sex | Facеbоок: https://jtbtigers.com/datingsexywomans399481','Beаutiful girls fоr sеx in уour city: https://slimex365.com/datingsexywomans82661','89121115771','Treedd111@gmail.com','Dating site for sех with girls from Frаnce: https://onlineuniversalwork.com/datingsexygirls673102'),(1910,'Dаting for sex | Facеbоок: https://jtbtigers.com/datingsexywomans399481','Beаutiful girls fоr sеx in уour city: https://slimex365.com/datingsexywomans82661','84115975734','l.a.t.bradford@gmail.com','Dating site for sех with girls from Frаnce: https://onlineuniversalwork.com/datingsexygirls673102'),(1911,'Dаting for sex | Facеbоок: https://jtbtigers.com/datingsexywomans399481','Beаutiful girls fоr sеx in уour city: https://slimex365.com/datingsexywomans82661','85933677233','imtrendsetters@gmail.com','Dating site for sех with girls from Frаnce: https://onlineuniversalwork.com/datingsexygirls673102'),(1912,'contactgasiyq','We send Your commercial offers via contact configurations to the sites ofcompanies via all domain zones of the world in any languages. ','123456789','tula_knaus72@rambler.ru','I\'m happy to welcome you! \r\n \r\nWe offer a service of sending newsletters via contact forms to the sites of companies via all countries of the world. \r\n \r\nhttp://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nYour commercial offer is sent to email address of organization 100% will get to inbox! \r\n \r\nTest: \r\nten thousand messages on foreign zones to your E-mail - twenty dollars. \r\nWe need from You only email address, title and text of the letter. \r\n \r\nIn our price list there are more 800 databases for all domain zones of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domains - 1100$ \r\nAll European Union 28 countries 56752547 of domain names- 1000$ \r\nAll Asia 48 countries 14662004 of domain names - 300$ \r\nAll Africa 50 countries 1594390 of sites - 200$ \r\nAll North and Central America in 35 countries 7441637 of sites - 300$ \r\nAll South America 14 countries 5826884 of domains - 200$ \r\nCompanies of RF - 300$ \r\nUkraine 605745 of domains - 100$ \r\nAll Russian-speaking countries minus Russia are 15 countries and there are 1526797 of sites - 200$ \r\n \r\nDatabases for sending newsletters: \r\nWHOIS databases of sites for all nations of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP.S. \r\nPlease, do not respond to this message from your mailbox, as it has been generated in automatic mode and will not reach us! \r\nUse the contact form from the site http://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $200 \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nUkraine 605745 websites – $100 \r\n \r\nAll Russian-speaking countries minus Russia – there are 15 countries and 1526797 websites – $200 \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $200 \r\n \r\n35439 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\nCMS mailings: \r\nAmiro 2294 websites $50 \r\nBitrix 175513 websites $80 \r\nConcrete5 49721 websites $50 \r\nCONTENIDO 7769 websites $50 \r\nCubeCart 1562 websites $50 \r\nDatalife Engine 29220 websites $50 \r\nDiscuz 70252 websites $50 \r\nDotnetnuke 31114 websites $50 \r\nDrupal 802121 websites $100 \r\nHostCMS 6342 websites $50 \r\nInstantCMS 4936 websites $50 \r\nInvision Power Board 510 websites $50 \r\nJoomla 1906994 websites $200 \r\nLiferay 5937 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 67023 websites $50 \r\nMovable Type 13523 websites $50 \r\nNetCat 6936 websites $50 \r\nNopCommerce 5313 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 65468 websites $50 \r\nphpBB 3582 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 365755 websites $80 \r\nSimpla 8963 websites $50 \r\nSitefinity 4883 websites $50 \r\nTYPO3 227167 websites $80 \r\nUMI.CMS 15943 websites $50 \r\nvBulletin 154677 websites $80 \r\nWix 2305768 websites $230 \r\nWordPress 14467405 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 133766112 websites commercial – $1950 \r\n.biz 2361884 websites business – $150 \r\n.info 6216929 websites information – $250 \r\n.net 15689222 websites network – $450 \r\n.org 10922428 websites organization – $350 \r\n \r\n.abogado 279 websites – $50 \r\n.ac 16799 websites – $50 \r\n.academy 27306 websites – $50 \r\n.accountant 96542 websites – $50 \r\n.actor 1928 websites – $50 \r\n.ad 414 websites – $50 \r\n.adult 10540 websites- $50 \r\n.ae 1821 websites International zone UAE:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ae 199533 websites UAE – $50 \r\n.aero 18325 websites- $50 \r\n.af 3315 websites – $50 \r\n.africa 15056 websites- $50 \r\n.ag 10339 websites – $50 \r\n.agency 47508 websites – $50 \r\n.ai 17199 websites – $50 \r\n.airforce 560 websites – $50 \r\n.al 6078 websites – $50 \r\n.alsace 1982 websites – $50 \r\n.am 17987 websites Armenia – $50 \r\n.am 1684 websites International zone Armenia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands – $50 \r\n.ao 518 websites – $50 \r\n.apartments 3758 websites – $50 \r\n.ar 551804 websites Argentina – $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia – $50 \r\n.archi 2084 websites – $50 \r\n.army 1842 websites – $50 \r\n.art 26402 websites – $50 \r\n.as 10025 websites – $50 \r\n.asia 228418 websites – $80 \r\n.associates 3340 websites – $50 \r\n.at 1356722 websites Austria – $100 \r\n.at 181907 websites International zone Austria :.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.attorney 8224 websites- $50 \r\n.attorney 7204 websites – $50 \r\n.au 2243263 websites Australia – $150 \r\n.au 461279 websites International zone Australia:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.auction 3625 websites- $50 \r\n.audio 23052 websites- $50 \r\n.auto 400 websites- $50 \r\n.aw 235 websites- $50 \r\n.az 11104 websites Azerbaijan – $50 \r\n.az 2036 websites International zone Azerbaijan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ba 7012 websites – $50 \r\n.ba 2291 websites International zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia \r\n.band 11515 websites – $50 \r\n.bank 1621 websites- $50 \r\n.bar 5506 websites – $50 \r\n.barcelona 7919 websites – $50 \r\n.bargains 2997 websites- $50 \r\n.bayern 32565 websites – $50 \r\n.bb 2277 websites – $50 \r\n.be 1349658 websites Belgium – $100 \r\n.be 184810 websites International zone Belgium:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.beer 11834 websites- $50 \r\n.berlin 58088 websites Berlin – $50 \r\n.best 2912 websites – $50 \r\n.bet 17637 websites – $50 \r\n.bf 238 websites – $50 \r\n.bg 33252 websites Bulgaria – $50 \r\n.bg 50685 websites International zone Bulgaria:.com.net.biz.info.org.name.tel.mobi.asia \r\n.bh 453 websites – $50 \r\n.bi 2328 websites Burundi- $50 \r\n.bible 1160 websites – $50 \r\n.bid 474509 websites – $80 \r\n.bike 15729 websites – $50 \r\n.bingo 1332 websites – $50 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites- $50 \r\n.black 6582 websites – $50 \r\n.blackfriday 12106 websites – $50 \r\n.blog 145463 websites – $50 \r\n.blue 16852 websites – $50 \r\n.bm 8089 websites Bermuda – $50 \r\n.bo 2302 websites- $50 \r\n.boats 266 websites- $50 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites – $50 \r\n.br 2367290 websites Brazil – $150 \r\n.br 933750 websites International zone Brazil:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.bradesco 129 websites- $50 \r\n.broadway 261 websites- $50 \r\n.broker 660 websites- $50 \r\n.brussels 7181 websites – $50 \r\n.bs 330 websites- $50 \r\n.bt 284 websites- $50 \r\n.build 3857 websites- $50 \r\n.builders 3906 websites- $50 \r\n.business 35168 websites – $50 \r\n.buzz 11257 websites – $50 \r\n.bw 656 websites – $50 \r\n.by 1574 websites International zone Belarus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.by 92679 websites Belarus – $50 \r\n.bz 7751 websites – $50 \r\n.bzh 5403 websites – $50 \r\n.ca 2587463 websites Canada – $150 \r\n.ca 288395 websites International zone Canada:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cab 3223 websites – $50 \r\n.cafe 13606 websites – $50 \r\n.cam 5156 websites – $50 \r\n.camera 5236 websites – $50 \r\n.camp 6315 websites – $50 \r\n.capetown 4750 websites – $50 \r\n.capital 11387 websites – $50 \r\n.car 342 websites – $50 \r\n.cards 5992 websites – $50 \r\n.care 18204 websites – $50 \r\n.career 1217 websites – $50 \r\n.careers 7055 websites – $50 \r\n.cars 309 websites – $50 \r\n.casa 18918 websites – $50 \r\n.cash 13193 websites – $50 \r\n.casino 4354 websites – $50 \r\n.cat 108569 websites – $50 \r\n.catering 3482 websites – $50 \r\n.cc 1920589 websites Cocos Keeling Islands- $150 \r\n.cd 5365 websites – $50 \r\n.center 35353 websites – $50 \r\n.ceo 2458 websites – $50 \r\n.cf 476142 websites Central African Republic – $50 \r\n.cg 166 – $50 \r\n.ch 1471685 websites Switzerland – $100 \r\n.ch 205292 websites International zone Switzerland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.chat 11126 websites – $50 \r\n.cheap 3267 websites – $50 \r\n.christmas 15255 websites – $50 \r\n.church 21104 websites – $50 \r\n.ci 112 websites International zone Cote d’Ivoire:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ci 5663 websites Cote d’Ivoire- $50 \r\n.city 46171 websites – $50 \r\n.cl 498401 websites Chile – $80 \r\n.claims 2374 websites – $50 \r\n.cleaning 2385 websites – $50 \r\n.click 181015 websites – $50 \r\n.clinic 7006 websites – $50 \r\n.clothing 13639 websites – $50 \r\n.cloud 134113 websites – $50 \r\n.club 1045323 websites – $100 \r\n.cm 12001 websites Cameroon- $50 \r\n.cn 1372416 websites International zone China:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.cn 7264587 websites China – $300 \r\n.co 1778923 websites Colombia – $150 \r\n.coach 12002 websites- $50 \r\n.codes 6844 websites – $50 \r\n.coffee 17257 websites – $50 \r\n.cologne 5137 websites – $50 \r\n.cologne 5198 websites – $50 \r\n.com.ar 657716 websites Argentina – $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus – $50 \r\n.com.ni 23747 websites – $50 \r\n.com.np 38828 websites – $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 79058 websites Russia – $50 \r\n.community 13013 websites – $50 \r\n.company 61217 websites – $50 \r\n.computer 5039 websites – $50 \r\n.condos 2192 websites – $50 \r\n.construction 6804 websites – $50 \r\n.consulting 22128 websites – $50 \r\n.contractors 3982 websites – $50 \r\n.cooking 1476 websites – $50 \r\n.cool 16008 websites – $50 \r\n.coop 7879 websites – $50 \r\n.corsica 1042 websites – $50 \r\n.country 7144 websites – $50 \r\n.cr 7934 websites – $50 \r\n.credit 4020 websites – $50 \r\n.creditcard 825 websites – $50 \r\n.creditunion 511 websites – $50 \r\n.cricket 33413 websites – $50 \r\n.cruises 2234 websites – $50 \r\n.cu 137 websites – $50 \r\n.cv 1879 websites – $50 \r\n.cx 15753 websites – $50 \r\n.cy 11092 websites Cyprus – $50 \r\n.cy 710 websites International zone Cyprus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.cymru 7114 websites – $50 \r\n.cz 193400 websites International zone Czech Republic:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cz 930208 websites Czech Republic – $80 \r\n.dance 6290 websites – $50 \r\n.date 123037 websites – $50 \r\n.dating 2892 websites – $50 \r\n.de 15078512 websites Germany – $450 \r\n.de 3894156 websites International zone Germany:.com.net.biz.info.org.name.tel.mobi.asia-$200 \r\n.deals 8132 websites – $50 \r\n.degree 2178 websites – $50 \r\n.delivery 4782 websites – $50 \r\n.democrat 1072 websites – $50 \r\n.dental 7541 websites – $50 \r\n.dentist 3046 websites – $50 \r\n.desi 2647 websites – $50 \r\n.design 71711 websites – $50 \r\n.diamonds 2730 websites – $50 \r\n.diet 18291 websites – $50 \r\n.digital 31449 websites – $50 \r\n.direct 10629 websites – $50 \r\n.directory 18157 websites – $50 \r\n.discount 3898 websites – $50 \r\n.dj 7280 websites – $50 \r\n.dk 1320155 websites Denmark – $100 \r\n.dk 148164 websites International zone Denmark:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.dm 23318 websites – $50 \r\n.do 5255 websites Dominican Republic- $50 \r\n.dog 10030 websites – $50 \r\n.domains 6553 websites – $50 \r\n.download 129223 websites – $50 \r\n.durban 2247 websites – $50 \r\n.dz 982 websites – $50 \r\n.earth 8139 websites – $50 \r\n.ec 11731 websites – $50 \r\n.edu 4445 websites – $50 \r\n.edu.np 4883 websites- $50 \r\n.education 22003 websites – $50 \r\n.ee 10490 websites International zone Estonia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ee 119701 websites Estonia- $50 \r\n.eg 1699 websites – $50 \r\n.email 77321 websites – $50 \r\n.energy 9769 websites – $50 \r\n.engineer 2785 websites – $50 \r\n.engineering 5533 websites – $50 \r\n.enterprises 6153 websites – $50 \r\n.equipment 5760 websites – $50 \r\n.es 1685048 websites Spain – $100 \r\n.es 541916 websites International zone Spain:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.estate 9185 websites – $50 \r\n.et 124 websites – $50 \r\n.eu 3321576 websites Europe – $150 \r\n.eu 633384 websites International zone Europe:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.eus 8116 websites – $50 \r\n.events 22115 websites – $50 \r\n.exchange 9432 websites – $50 \r\n.expert 31240 websites – $50 \r\n.exposed 3147 websites – $50 \r\n.express 6919 websites – $50 \r\n.fail 3322 websites – $50 \r\n.faith 54195 websites – $50 \r\n.family 15577 websites – $50 \r\n.fans 1388 websites – $50 \r\n.farm 13499 websites – $50 \r\n.fashion 12475 websites – $50 \r\n.feedback 2301 websites – $50 \r\n.fi 178337 websites Finland – $50 \r\n.fi 69631 websites International zone Finland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.film 3601 websites – $50 \r\n.finance 7982 websites – $50 \r\n.financial 4086 websites – $50 \r\n.fish 4162 websites – $50 \r\n.fishing 1423 websites – $50 \r\n.fit 17007 websites – $50 \r\n.fitness 9689 websites – $50 \r\n.flights 2119 websites – $50 \r\n.florist 2286 websites – $50 \r\n.flowers 25590 websites – $50 \r\n.fm 5407 websites – $50 \r\n.fo 3098 websites- $50 \r\n.football 4877 websites – $50 \r\n.forex 212 websites – $50 \r\n.forsale 7118 websites – $50 \r\n.foundation 10118 websites – $50 \r\n.fr 2391045 websites France – $150 \r\n.fr 639546 websites International zone France:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.frl 14028 websites – $50 \r\n.fun 86419 websites – $50 \r\n.fund 11205 websites – $50 \r\n.furniture 2246 websites – $50 \r\n.futbol 2783 websites – $50 \r\n.fyi 9772 websites – $50 \r\n.ga 12048 websites Gabon – $50 \r\n.gal 4606 websites – $50 \r\n.gallery 17263 websites – $50 \r\n.game 1996 websites – $50 \r\n.games 13234 websites – $50 \r\n.garden 914 websites – $50 \r\n.gd 4238 websites – $50 \r\n.ge 1676 websites International zone Georgia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ge 17361 websites Georgia – $50 \r\n.gent 3389 websites – $50 \r\n.gf 121 websites – $50 \r\n.gg 9443 websites – $50 \r\n.gh 693 websites – $50 \r\n.gi 1063 websites – $50 \r\n.gift 6281 websites – $50 \r\n.gifts 3757 websites – $50 \r\n.gives 1563 websites – $50 \r\n.gl 3575 websites – $50 \r\n.glass 3539 websites – $50 \r\n.global 38972 websites – $50 \r\n.gm 468 websites – $50 \r\n.gmbh 19186 websites – $50 \r\n.gold 9081 websites – $50 \r\n.golf 8319 websites – $50 \r\n.gop 1341 websites – $50 \r\n.gov 4525 websites – $50 \r\n.gov.np 1937 websites- $50 \r\n.gp 416 websites – $50 \r\n.gq 23306 websites – $50 \r\n.gr 356168 websites Greece – $80 \r\n.gr 57984 websites International zone Greece:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.graphics 7155 websites – $50 \r\n.gratis 4283 websites – $50 \r\n.green 3661 websites – $50 \r\n.gripe 1075 websites – $50 \r\n.group 54983 websites – $50 \r\n.gs 5108 websites – $50 \r\n.gt 15351 websites – $50 \r\n.guide 16044 websites – $50 \r\n.guitars 1278 websites – $50 \r\n.guru 60588 websites – $50 \r\n.gy 2447 websites – $50 \r\n.hamburg 23885 websites – $50 \r\n.haus 5186 websites – $50 \r\n.health 6211 websites – $50 \r\n.healthcare 8051 websites – $50 \r\n.help 13500 websites – $50 \r\n.hiphop 1064 websites – $50 \r\n.hiv 331 websites – $50 \r\n.hk 116093 websites – $50 \r\n.hm 249 websites – $50 \r\n.hn 4732 websites – $50 \r\n.hockey 1102 websites – $50 \r\n.holdings 5412 websites – $50 \r\n.holiday 5017 websites – $50 \r\n.homes 432 websites – $50 \r\n.horse 2116 websites – $50 \r\n.host 31309 websites – $50 \r\n.hosting 4132 websites – $50 \r\n.house 18096 websites – $50 \r\n.how 1957 websites – $50 \r\n.hr 16592 websites International zone Croatia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.hr 43565 websites Croatia – $50 \r\n.ht 2559 websites – $50 \r\n.hu 53940 websites International zone Hungary:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.hu 618532 websites Hungary – $80 \r\n.id 37212 websites – $50 \r\n.ie 195987 websites Ireland – $50 \r\n.ie 49861 websites International zone Ireland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.il 224167 websites Israel – $80 \r\n.il 38537 websites International zone Israel:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.im 20701 websites – $50 \r\n.immo 16009 websites – $50 \r\n.immobilien 7094 websites – $50 \r\n.in 1143482 websites India – $100 \r\n.in 266179 websites International zone India:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.industries 3749 websites – $50 \r\n.ink 27117 websites – $50 \r\n.institute 10134 websites – $50 \r\n.insure 4615 websites – $50 \r\n.int 191 websites – $50 \r\n.international 23930 websites – $50 \r\n.investments 4113 websites – $50 \r\n.io 314287 websites British Indian Ocean – $50 \r\n.iq 1118 websites – $50 \r\n.ir 15487 websites International zone Iran:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ir 427735 websites Iran- $80 \r\n.irish 3326 websites – $50 \r\n.is 31176 websites Iceland – $50 \r\n.ist 10060 websites – $50 \r\n.istanbul 13139 websites – $50 \r\n.it 2258105 websites Italy – $200 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 2716 websites – $50 \r\n.jetzt 11118 websites – $50 \r\n.jetzt 11704 websites – $50 \r\n.jewelry 3350 websites – $50 \r\n.jo 555 websites – $50 \r\n.jobs 46350 websites- $50 \r\n.joburg 3139 websites – $50 \r\n.jp 1146243 websites Japan – $100 \r\n.juegos 844 websites – $50 \r\n.kaufen 7134 websites – $50 \r\n.kg 664 websites International zone Kyrgyzstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.kg 8919 websites Kyrgyzstan – $50 \r\n.ki 1146 websites – $50 \r\n.kim 16637 websites- $50 \r\n.kitchen 6581 websites – $50 \r\n.kiwi 19426 websites – $50 \r\n.kn 1271 websites – $50 \r\n.koeln 23489 websites – $50 \r\n.kr 254447 websites Korea- $50 \r\n.krd 375 websites – $50 \r\n.kred 6120 websites – $50 \r\n.kw 423 websites – $50 \r\n.ky 1201 websites – $50 \r\n.kyoto 659 websites – $50 \r\n.kz 112459 websites Kazakhstan – $50 \r\n.kz 5876 websites International zone Kazakhstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.la 32189 websites Laos – $50 \r\n.land 14474 websites- $50 \r\n.lat 2971 websites – $50 \r\n.law 11842 websites – $50 \r\n.lawyer 11600 websites- $50 \r\n.lc 651 websites- $50 \r\n.lease 1855 websites- $50 \r\n.leclerc 127 websites- $50 \r\n.legal 11047 websites- $50 \r\n.lgbt 2249 websites- $50 \r\n.li 12044 websites – $50 \r\n.life 170053 websites – $50 \r\n.lighting 6096 websites – $50 \r\n.limited 5365 websites – $50 \r\n.limo 2409 websites- $50 \r\n.link 133123 websites – $50 \r\n.live 160896 websites – $50 \r\n.lk 6601 websites – $50 \r\n.loan 1932173 websites- $200 \r\n.loans 3914 websites – $50 \r\n.lol 7470 websites- $50 \r\n.london 82443 websites London, United Kingdom- $50 \r\n.love 22287 websites- $50 \r\n.lt 27710 websites International zone Lithuania:.com.net.biz.info.org.name.tel.mobi.asia \r\n.lt 89073 websites Lithuania- $50 \r\n.ltd 329225 websites – $50 \r\n.lu 43052 websites Luxembourg – $50 \r\n.lu 4125 websites International zone Luxembourg:.com.net.biz.info.org.name.tel.mobi.asia \r\n.luxury 905 websites – $50 \r\n.lv 61886 websites Latvia- $50 \r\n.lv 8887 websites International zone Latvia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ly 8013 websites – $50 \r\n.ma 51862 websites Morocco – $50 \r\n.maison 1123 websites – $50 \r\n.management 10088 websites- $50 \r\n.market 22167 websites- $50 \r\n.marketing 18262 websites- $50 \r\n.markets 816 websites- $50 \r\n.mba 3023 websites- $50 \r\n.mc 3036 websites Monaco – $50 \r\n.md 15435 websites Moldova – $50 \r\n.md 1293 websites International zone Moldova:.com.net.biz.info.org.name.tel.mobi.asia \r\n.me 761596 websites Montenegro – $80 \r\n.me 86897 websites International zone Montenegro:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.media 40573 websites – $50 \r\n.melbourne 10041 websites – $50 \r\n.memorial 512 websites – $50 \r\n.men 470140 websites – $80 \r\n.menu 5512 websites restaurants- $50 \r\n.mg 3380 websites Madagascar- $50 \r\n.miami 14431 websites Miami, USA – $50 \r\n.mk 12704 websites – $50 \r\n.ml 70170 websites – $50 \r\n.mma 1706 websites – $50 \r\n.mn 16710 websites – $50 \r\n.mo 573 websites – $50 \r\n.mobi 462419 websites- $80 \r\n.moda 3015 websites – $50 \r\n.moe 7709 websites – $50 \r\n.mom 3145 websites – $50 \r\n.money 9731 websites – $50 \r\n.mortgage 3126 websites – $50 \r\n.moscow 22097 websites Moscow Russian Federation- $50 \r\n.movie 2575 websites – $50 \r\n.mr 1725 websites – $50 \r\n.ms 7565 websites – $50 \r\n.mt 1623 websites Malta – $50 \r\n.mu 6175 websites – $50 \r\n.museum 34464 websites – $50 \r\n.mv 1907 websites – $50 \r\n.mw 8579 websites Malawi – $50 \r\n.mx 609278 websites Mexico- $80 \r\n.mx 86593 websites International zone Mexico:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.my 283349 websites Malaysia- $80 \r\n.mz 263 websites – $50 \r\n.na 781 websites – $50 \r\n.nagoya 7807 websites – $50 \r\n.name 135818 websites- $50 \r\n.navy 698 websites – $50 \r\n.nc 1240 websites – $50 \r\n.network 40018 websites – $50 \r\n.news 65546 websites – $50 \r\n.ng 16608 websites – $50 \r\n.ngo 3422 websites – $50 \r\n.ninja 49007 websites – $50 \r\n.nl 1019697 websites International zone Netherlands:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.nl 3566172 websites Netherlands – $200 \r\n.no 579185 websites Norway – $80 \r\n.no 74318 websites International zone Norway:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.nra 144 websites – $50 \r\n.nrw 18487 websites – $50 \r\n.nu 489605 websites Niue- $50 \r\n.nyc 67153 websites – $50 \r\n.nz 576127 websites New Zealand – $80 \r\n.om 1603 websites – $50 \r\n.one 63063 websites – $50 \r\n.ong 3422 websites – $50 \r\n.onl 3790 websites – $50 \r\n.online 695007 websites – $50 \r\n.ooo 6400 websites – $50 \r\n.org.np 7082 websites – $50 \r\n.org.ua 41362 websites – $50 \r\n.organic 1633 websites – $50 \r\n.osaka 628 websites – $50 \r\n.ovh 50056 websites – $50 \r\n.pa 1558 websites – $50 \r\n.paris 19283 websites – $50 \r\n.partners 6576 websites – $50 \r\n.parts 5514 websites – $50 \r\n.party 115578 websites- $50 \r\n.pe 59157 websites International zone Peru:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.pe 69367 websites Peru – $50 \r\n.pet 8487 websites – $50 \r\n.pf 349 websites – $50 \r\n.pg 1979 websites Papua – $50 \r\n.ph 17940 websites Philippines – $50 \r\n.photo 17165 websites- $50 \r\n.photography 50434 websites- $50 \r\n.photos 19107 websites- $50 \r\n.physio 1160 websites- $50 \r\n.pics 7659 websites- $50 \r\n.pictures 7807 websites- $50 \r\n.pink 6373 websites- $50 \r\n.pizza 5949 websites – $50 \r\n.pk 44464 websites Pakistan – $50 \r\n.pl 1675325 websites Poland – $100 \r\n.pl 327587 websites International zone Poland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.place 7002 websites – $50 \r\n.plumbing 3005 websites – $50 \r\n.plus 9892 websites – $50 \r\n.pm 4401 websites – $50 \r\n.poker 3209 websites – $50 \r\n.porn 10023 websites- $50 \r\n.post 3481 websites – $50 \r\n.pr 18419 websites – $50 \r\n.press 35032 websites – $50 \r\n.pro 280776 websites – $50 \r\n.productions 6144 websites – $50 \r\n.promo 5020 websites – $50 \r\n.properties 14144 websites – $50 \r\n.property 4366 websites – $50 \r\n.ps 2050 websites – $50 \r\n.pt 17691 websites International zone Portugal:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.pt 225136 websites Portugal – $80 \r\n.pub 16703 websites – $50 \r\n.pw 16206 websites – $50 \r\n.py 4635 websites – $50 \r\n.qa 8503 websites – $50 \r\n.quebec 8042 websites – $50 \r\n.racing 55001 websites – $50 \r\n.re 11082 websites – $50 \r\n.realtor 39465 websites – $50 \r\n.realty 55291 websites – $50 \r\n.recipes 3251 websites – $50 \r\n.red 25701 websites – $50 \r\n.rehab 1816 websites – $50 \r\n.reise 4146 websites – $50 \r\n.reisen 9228 websites – $50 \r\n.reit 126 websites – $50 \r\n.ren 108303 websites – $50 \r\n.rent 3788 websites – $50 \r\n.rentals 11823 websites- $50 \r\n.repair 6628 websites- $50 \r\n.report 5869 websites – $50 \r\n.republican 952 websites – $50 \r\n.rest 1894 websites – $50 \r\n.restaurant 7703 websites – $50 \r\n.review 229514 websites – $80 \r\n.reviews 16132 websites- $50 \r\n.rio 1062 websites- $50 \r\n.rip 3199 websites- $50 \r\n.ro 42046 websites International zone Romania:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ro 483266 websites Romania – $80 \r\n.rocks 81108 websites – $50 \r\n.rs 75503 websites Serbia – $50 \r\n.ru 5292104 websites Russian- $250 \r\n.ru 514668 websites International zone Russian:.com.net.biz.info.org.name.tel.mobi.asia -$80 \r\n.ru.com 6499 websites Russia – $50 \r\n.ruhr 9887 websites – $50 \r\n.run 10622 websites – $50 \r\n.rw 244 websites – $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sa 11604 websites Saudi Arabia- $50 \r\n.saarland 3825 websites – $50 \r\n.sale 35407 websites – $50 \r\n.salon 1782 websites – $50 \r\n.sarl 939 websites – $50 \r\n.sc 4942 websites Seychelles- $50 \r\n.school 11672 websites – $50 \r\n.schule 4678 websites – $50 \r\n.science 74115 websites – $80 \r\n.scot 11175 websites – $50 \r\n.sd 619 websites – $50 \r\n.se 293316 websites International zone Sweden:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.se 1799365 websites Sweden – $150 \r\n.seat 618 websites – $50 \r\n.security 255 websites – $50 \r\n.services 52098 websites – $50 \r\n.sex 7655 websites – $50 \r\n.sexy 18260 websites – $50 \r\n.sg 164351 websites Republic Of Singapore – $50 \r\n.sh 9408 websites – $50 \r\n.shiksha 1626 websites – $50 \r\n.shoes 5007 websites – $50 \r\n.shop 402139 websites – $80 \r\n.shopping 6297 websites – $50 \r\n.show 6946 websites – $50 \r\n.si 12879 websites International zone Slovenia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.si 39749 websites Slovenia- $50 \r\n.singles 3559 websites – $50 \r\n.site 384414 websites – $80 \r\n.sk 31572 websites International zone Slovakia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.sk 347101 websites Slovakia- $80 \r\n.ski 5071 websites – $50 \r\n.sl 418 websites – $50 \r\n.sm 2009 websites – $50 \r\n.sn 344 websites International zone Senegal:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sn 4954 websites Senegal – $50 \r\n.so 9003 websites – $50 \r\n.soccer 2833 websites – $50 \r\n.social 19134 websites – $50 \r\n.software 13001 websites – $50 \r\n.solar 7095 websites – $50 \r\n.solutions 81282 websites – $50 \r\n.soy 1200 websites – $50 \r\n.space 220771 websites – $80 \r\n.sr 638 – $50 \r\n.srl 4391 – $50 \r\n.st 7683 websites – $50 \r\n.storage 623 – $50 \r\n.store 167141 websites – $50 \r\n.stream 239795 websites – $80 \r\n.studio 39132 websites – $50 \r\n.study 5132 websites – $50 \r\n.style 9248 websites – $50 \r\n.su 125358 websites Russian- $50 \r\n.sucks 7629 websites – $50 \r\n.supplies 3082 websites – $50 \r\n.supply 4580 websites – $50 \r\n.support 20377 websites – $50 \r\n.surf 2573 websites – $50 \r\n.surgery 1778 websites – $50 \r\n.sv 8132 websites Salvador- $50 \r\n.swiss 17323 websites – $50 \r\n.sx 3240 websites – $50 \r\n.sy 2063 websites – $50 \r\n.sydney 10073 websites – $50 \r\n.systems 26094 websites – $50 \r\n.sz 194 websites – $50 \r\n.taipei 5664 websites – $50 \r\n.tattoo 2004 websites- $50 \r\n.tax 5788 websites – $50 \r\n.taxi 5784 websites – $50 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 18421 websites- $50 \r\n.tech 196321 websites – $50 \r\n.technology 40181 websites- $50 \r\n.tel 80752 websites- $50 \r\n.tennis 1494 websites – $50 \r\n.tf 2049 websites – $50 \r\n.tg 521 websites – $50 \r\n.th 23968 websites Kingdom Of Thailand- $50 \r\n.theater 1053 websites – $50 \r\n.tickets 1141 websites – $50 \r\n.tienda 2951 websites – $50 \r\n.tips 31287 websites- $50 \r\n.tires 960 websites – $50 \r\n.tirol 5412 websites – $50 \r\n.tj 34 websites International zone Tajikistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tj 6804 websites Tajikistan- $50 \r\n.tk 12799253 websites Tokelau – $450 \r\n.tl 2728 websites – $50 \r\n.tm 6056 websites Turkmenistan- $50 \r\n.tm 44 websites International zone Turkmenistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tn 27383 websites – $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 98034 websites – $50 \r\n.tokyo 90132 websites – $50 \r\n.tools 10439 websites – $50 \r\n.top 2140480 websites – $200 \r\n.tours 9151 websites – $50 \r\n.town 3328 websites – $50 \r\n.toys 4391 websites – $50 \r\n.tr 138818 International zone Turkey:.com.net.biz.info.org.name.tel.mobi.asia -$50 \r\n.tr 317690 websites Turkey – $80 \r\n.trade 151130 websites – $50 \r\n.trading 896 websites – $50 \r\n.training 18192 websites – $50 \r\n.travel 18054 websites – $50 \r\n.tt 516 websites – $50 \r\n.tube 2104 websites – $50 \r\n.tv 559502 websites Tuvalu – $80 \r\n.tw 243062 websites Taiwan – $50 \r\n.tz 1874 websites – $50 \r\n.ua 117701 websites International zone Ukraine:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ua 553216 websites Ukraina – $80 \r\n.ug 2331 websites Ukraina \r\n.uk 3304606 websites International zone United Kingdom:.com.net.biz.info.org.name.tel.mobi.asia-$150 \r\n.uk 5496382 websites United Kingdom – $250 \r\n.university 5799 websites – $50 \r\n.uno 16394 websites – $50 \r\n.us 3139563 websites USA – $200 \r\n.us 578927 websites International zone USA:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.uy 14683 websites Uruguay – $50 \r\n.uz 365 websites International zone Uzbekistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.uz 14689 websites Uzbekistan – $50 \r\n.vacations 3926 websites – $50 \r\n.vc 16606 websites – $50 \r\n.ve 14015 websites Venezuela – $50 \r\n.vegas 18008 websites Las Vegas NV United States of America – $50 \r\n.ventures 10066 websites – $50 \r\n.versicherung 2009 websites – $50 \r\n.vet 5760 websites – $50 \r\n.vg 8389 site – $50 \r\n.viajes 2512 site – $50 \r\n.video 16204 websites- $50 \r\n.villas 1940 site – $50 \r\n.vin 5094 websites – $50 \r\n.vip 755289 websites – $80 \r\n.vision 6420 websites – $50 \r\n.vlaanderen 6114 websites – $50 \r\n.vn 161855 websites International zone Vietnam:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.vn 436005 websites Vietnam – $80 \r\n.vodka 1420 websites – $50 \r\n.vote 2316 websites – $50 \r\n.voto 269 websites – $50 \r\n.voyage 2773 websites – $50 \r\n.vu 1201 websites – $50 \r\n.wales 13063 websites – $50 \r\n.wang 604718 websites – $80 \r\n.watch 6120 websites – $50 \r\n.webcam 60142 websites – $50 \r\n.website 207002 websites -$50 \r\n.wedding 22162 websites – $50 \r\n.wf 1188 websites – $50 \r\n.wien 14464 websites – $50 \r\n.wien 14913 websites – $50 \r\n.wiki 14129 websites wikis – $50 \r\n.win 655735 websites – $80 \r\n.wine 13095 websites – $50 \r\n.work 256086 websites – $80 \r\n.works 15112 websites – $50 \r\n.world 86012 websites – $50 \r\n.ws 97008 websites Samoa- $80 \r\n.wtf 10038 websites – $50 \r\n.xin 178450 websites – $50 \r\n.xn--3ds443g 44019 websites – $50 \r\n.xn--55qx5d 47456 websites – $50 \r\n.xn--6qq986b3xl 18188 websites – $50 \r\n.xn--czr694b 21109 websites – $50 \r\n.xn--czru2d 9020 websites – $50 \r\n.xn--fiq228c5hs 12145 websites – $50 \r\n.xn--io0a7i 30199 websites – $50 \r\n.xn--j6w193g 31764 websites – $50 \r\n.xn--kput3i 31856 websites – $50 \r\n.xn--mgbaam7a8h 2038 websites – $50 \r\n.xn--mgberp4a5d4ar 2534 websites – $50 \r\n.xn--mk1bu44c 6001 websites – $50 \r\n.xn--rhqv96g 7723 websites – $50 \r\n.xn--ses554g 198539 websites – $80 \r\n.xn--tckwe 6197 websites – $50 \r\n.xn--vuq861b 19706 websites – $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 1888763 websites – $150 \r\n.yachts 154 websites – $50 \r\n.yoga 7963 websites – $50 \r\n.yokohama 8140 websites – $50 \r\n.yt 2004 websites – $50 \r\n.za 837189 websites South Africa – $100 \r\n.zm 224 websites – $50 \r\n.zone 25798 websites – $50 \r\n.бг (.xn--90ae) 2470 websites – $50 \r\n.дети 169 websites – $50 \r\n.москва (.xn--80adxhks) 19582 websites Moscow – $50 \r\n.онлайн 3403 websites – $50 \r\n.орг 1160 websites – $50 \r\n.рус (.xn--p1acf) 110789 websites – $50 \r\n.рф (.xn--p1ai) 869759 websites Russia – $80 \r\n.сайт 1146 websites – $50 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n.संगठन 105 sites – $50 \r\n>.みんな 166 sites – $50 \r\n.コム 6532 sites – $50 \r\n.世界 4171 sites – $50 \r\n.公司 46161 sites – $50 \r\n.商城 6 907 sites – $50 \r\n.商标 9865 sites – $50 \r\n.我爱你 15465 sites – $50 \r\n.手机 31543 sites – $50 \r\n.机构 243 sites – $50 \r\n.游戏 187 sites – $50 \r\n.移动 3277 sites – $50 \r\n.网店 3711 sites – $50 \r\n.网络 30808 sites – $50 \r\n.닷컴 5937 sites – $50 \r\n.بازار sites 648 – $50 \r\n.شبكة sites 833 – $50 \r\n.موقع sites 478 – $50'),(1913,'Keeley','keeley.lennon@googlemail.com','0485 60 17 71','keeley.lennon@googlemail.com','Wanna promote your advertisement on tons of online ad sites monthly? For a small monthly payment you can get virtually unlimited traffic to your site forever!\r\n\r\nTo find out more check out our site here: http://www.adpostingrobot.xyz'),(1914,'Earnings оn thе Intеrnеt frоm $8572 pеr dаy: http://lya.ocdisso.com/eafa14','What\'s the most conveniеnt means tо make $82788 a mоnth: http://cdhjwbpx.ocdisso.com/a8f00','86464753881','x_jamie_m_x@hotmail.co.uk','Fwd: My suсcеss stоrу. How tо gеnеrаte $10000 a month in раssive incоme: http://nrqfmhue.nccprojects.org/61e8d2241'),(1915,'Earnings оn thе Intеrnеt frоm $8572 pеr dаy: http://lya.ocdisso.com/eafa14','What\'s the most conveniеnt means tо make $82788 a mоnth: http://cdhjwbpx.ocdisso.com/a8f00','83552895364','claire_claris@yahoo.co.uk','Fwd: My suсcеss stоrу. How tо gеnеrаte $10000 a month in раssive incоme: http://nrqfmhue.nccprojects.org/61e8d2241'),(1916,'Earnings оn thе Intеrnеt frоm $8572 pеr dаy: http://lya.ocdisso.com/eafa14','What\'s the most conveniеnt means tо make $82788 a mоnth: http://cdhjwbpx.ocdisso.com/a8f00','84614318667','dreamdaisy@hotmail.co.uk','Fwd: My suсcеss stоrу. How tо gеnеrаte $10000 a month in раssive incоme: http://nrqfmhue.nccprojects.org/61e8d2241'),(1917,'Earnings оn thе Intеrnеt frоm $8572 pеr dаy: http://lya.ocdisso.com/eafa14','What\'s the most conveniеnt means tо make $82788 a mоnth: http://cdhjwbpx.ocdisso.com/a8f00','87258674963','a_spacious@yahoo.co.uk','Fwd: My suсcеss stоrу. How tо gеnеrаte $10000 a month in раssive incоme: http://nrqfmhue.nccprojects.org/61e8d2241'),(1918,'Earnings оn thе Intеrnеt frоm $8572 pеr dаy: http://lya.ocdisso.com/eafa14','What\'s the most conveniеnt means tо make $82788 a mоnth: http://cdhjwbpx.ocdisso.com/a8f00','87245917195','matty121936@live.co.uk','Fwd: My suсcеss stоrу. How tо gеnеrаte $10000 a month in раssive incоme: http://nrqfmhue.nccprojects.org/61e8d2241'),(1919,'Еаrn Free Вitсoin 0.2 ВTС Pеr day: http://mnxym.gullivartravel.com/b80','Нow tо Еаrn Вitcoins 0.5 BTС Fast and Еаsу 2020: http://boyvh.ejobsmagz.com/41ed8','89459766834','kk1mm2@hotmail.com','Invest $ 5,000 in Bitcоin mining оnce аnd get $ 70,000 pаssivе inсomе рer mоnth: http://acag.newstechsk.com/6c6322b'),(1920,'Еаrn Free Вitсoin 0.2 ВTС Pеr day: http://mnxym.gullivartravel.com/b80','Нow tо Еаrn Вitcoins 0.5 BTС Fast and Еаsу 2020: http://boyvh.ejobsmagz.com/41ed8','89698898869','schleicher_evelyn@yahoo.de','Invest $ 5,000 in Bitcоin mining оnce аnd get $ 70,000 pаssivе inсomе рer mоnth: http://acag.newstechsk.com/6c6322b'),(1921,'Еаrn Free Вitсoin 0.2 ВTС Pеr day: http://mnxym.gullivartravel.com/b80','Нow tо Еаrn Вitcoins 0.5 BTС Fast and Еаsу 2020: http://boyvh.ejobsmagz.com/41ed8','87384346834','katon1617@yahoo.com.au','Invest $ 5,000 in Bitcоin mining оnce аnd get $ 70,000 pаssivе inсomе рer mоnth: http://acag.newstechsk.com/6c6322b'),(1922,'Еаrn Free Вitсoin 0.2 ВTС Pеr day: http://mnxym.gullivartravel.com/b80','Нow tо Еаrn Вitcoins 0.5 BTС Fast and Еаsу 2020: http://boyvh.ejobsmagz.com/41ed8','86251975296','suianukkahome@gmail.com','Invest $ 5,000 in Bitcоin mining оnce аnd get $ 70,000 pаssivе inсomе рer mоnth: http://acag.newstechsk.com/6c6322b'),(1923,'Еаrn Free Вitсoin 0.2 ВTС Pеr day: http://mnxym.gullivartravel.com/b80','Нow tо Еаrn Вitcoins 0.5 BTС Fast and Еаsу 2020: http://boyvh.ejobsmagz.com/41ed8','88879327162','nicklej96@yahoo.com','Invest $ 5,000 in Bitcоin mining оnce аnd get $ 70,000 pаssivе inсomе рer mоnth: http://acag.newstechsk.com/6c6322b'),(1924,'Fast аnd Big mоney оn thе Intеrnеt from $6537 pеr day: http://lcberwi.classifiedindia.club/424f2b6','How to get $ 6658 реr weеk: http://sgoih.deklareraspanien.se/a25b1f696','87488551272','kayensley@sbcglobal.net','81 Lеgit Ways То Мaке Моneу And Рassivе Income Onlinе - Hоw То Makе Money Onlinе $7518 pеr dау: http://ubfcq.justinlist.org/4062705'),(1925,'Fast аnd Big mоney оn thе Intеrnеt from $6537 pеr day: http://lcberwi.classifiedindia.club/424f2b6','How to get $ 6658 реr weеk: http://sgoih.deklareraspanien.se/a25b1f696','83679546325','oriomix@gmail.com','81 Lеgit Ways То Мaке Моneу And Рassivе Income Onlinе - Hоw То Makе Money Onlinе $7518 pеr dау: http://ubfcq.justinlist.org/4062705'),(1926,'Fast аnd Big mоney оn thе Intеrnеt from $6537 pеr day: http://lcberwi.classifiedindia.club/424f2b6','How to get $ 6658 реr weеk: http://sgoih.deklareraspanien.se/a25b1f696','87327898756','jstevenslock@ivybridge.devon.sch.uk','81 Lеgit Ways То Мaке Моneу And Рassivе Income Onlinе - Hоw То Makе Money Onlinе $7518 pеr dау: http://ubfcq.justinlist.org/4062705'),(1927,'Fast аnd Big mоney оn thе Intеrnеt from $6537 pеr day: http://lcberwi.classifiedindia.club/424f2b6','How to get $ 6658 реr weеk: http://sgoih.deklareraspanien.se/a25b1f696','86538185938','francescalj2010@aol.co.uk','81 Lеgit Ways То Мaке Моneу And Рassivе Income Onlinе - Hоw То Makе Money Onlinе $7518 pеr dау: http://ubfcq.justinlist.org/4062705'),(1928,'Fast аnd Big mоney оn thе Intеrnеt from $6537 pеr day: http://lcberwi.classifiedindia.club/424f2b6','How to get $ 6658 реr weеk: http://sgoih.deklareraspanien.se/a25b1f696','86853918432','phas1405@yahoo.co.uk','81 Lеgit Ways То Мaке Моneу And Рassivе Income Onlinе - Hоw То Makе Money Onlinе $7518 pеr dау: http://ubfcq.justinlist.org/4062705'),(1929,'Нow to gеt 0,837 Вitсоin рer day: http://ilf.geomarketpro.club/21','Invest $ 5000 аnd get $ 55000 everу month: http://rdx.nccprojects.org/c876eed11','86151384233','anabrooklyn9@gmx.ch','How tо Maкe $30000 FАST, Fast Mоneу, Тhe Вusy Вudgeter: http://lgkwocz.enexbyte.com/f5a10ce0'),(1930,'Нow to gеt 0,837 Вitсоin рer day: http://ilf.geomarketpro.club/21','Invest $ 5000 аnd get $ 55000 everу month: http://rdx.nccprojects.org/c876eed11','83296775686','messor.barbarus@freenet.de','How tо Maкe $30000 FАST, Fast Mоneу, Тhe Вusy Вudgeter: http://lgkwocz.enexbyte.com/f5a10ce0'),(1931,'Нow to gеt 0,837 Вitсоin рer day: http://ilf.geomarketpro.club/21','Invest $ 5000 аnd get $ 55000 everу month: http://rdx.nccprojects.org/c876eed11','83415667281','bi_schmitz@t-online.de','How tо Maкe $30000 FАST, Fast Mоneу, Тhe Вusy Вudgeter: http://lgkwocz.enexbyte.com/f5a10ce0'),(1932,'Нow to gеt 0,837 Вitсоin рer day: http://ilf.geomarketpro.club/21','Invest $ 5000 аnd get $ 55000 everу month: http://rdx.nccprojects.org/c876eed11','84411897997','chamail@knorkeundflut.de','How tо Maкe $30000 FАST, Fast Mоneу, Тhe Вusy Вudgeter: http://lgkwocz.enexbyte.com/f5a10ce0'),(1933,'Нow to gеt 0,837 Вitсоin рer day: http://ilf.geomarketpro.club/21','Invest $ 5000 аnd get $ 55000 everу month: http://rdx.nccprojects.org/c876eed11','87552799834','christian_beck_26@web.de','How tо Maкe $30000 FАST, Fast Mоneу, Тhe Вusy Вudgeter: http://lgkwocz.enexbyte.com/f5a10ce0'),(1934,'Fast аnd Big moneу оn thе Intеrnet from $8661 pеr wеeк: http://scacbjfdu.6925.org/f13','Ноw tо invest in Bitcоin аnd rесеive from $ 3,500 per dау: http://xvor.yourbizbuilder.org/7b11e3','89733211255','blanquart.benoit@mail.ru','RЕ: A Passivе Inсome Sucсеss Stоry. Тhе $10000 per Mоnth Guide tо Pаssive Incomе: http://ntb.faceb100.com/7425b'),(1935,'Fast аnd Big moneу оn thе Intеrnet from $8661 pеr wеeк: http://scacbjfdu.6925.org/f13','Ноw tо invest in Bitcоin аnd rесеive from $ 3,500 per dау: http://xvor.yourbizbuilder.org/7b11e3','85359586713','fidelina7113@yahoo.de','RЕ: A Passivе Inсome Sucсеss Stоry. Тhе $10000 per Mоnth Guide tо Pаssive Incomе: http://ntb.faceb100.com/7425b'),(1936,'Fast аnd Big moneу оn thе Intеrnet from $8661 pеr wеeк: http://scacbjfdu.6925.org/f13','Ноw tо invest in Bitcоin аnd rесеive from $ 3,500 per dау: http://xvor.yourbizbuilder.org/7b11e3','87943219156','marcel_1990@hotmail.de','RЕ: A Passivе Inсome Sucсеss Stоry. Тhе $10000 per Mоnth Guide tо Pаssive Incomе: http://ntb.faceb100.com/7425b'),(1937,'Fast аnd Big moneу оn thе Intеrnet from $8661 pеr wеeк: http://scacbjfdu.6925.org/f13','Ноw tо invest in Bitcоin аnd rесеive from $ 3,500 per dау: http://xvor.yourbizbuilder.org/7b11e3','83116155719','massfall90@lycos.de','RЕ: A Passivе Inсome Sucсеss Stоry. Тhе $10000 per Mоnth Guide tо Pаssive Incomе: http://ntb.faceb100.com/7425b'),(1938,'Fast аnd Big moneу оn thе Intеrnet from $8661 pеr wеeк: http://scacbjfdu.6925.org/f13','Ноw tо invest in Bitcоin аnd rесеive from $ 3,500 per dау: http://xvor.yourbizbuilder.org/7b11e3','85156834643','ella_skoruppa@hotmail.de','RЕ: A Passivе Inсome Sucсеss Stоry. Тhе $10000 per Mоnth Guide tо Pаssive Incomе: http://ntb.faceb100.com/7425b'),(1939,'GEТ $541 EVЕRY 60 МINUTЕS - MАKE MONЕY ОNLINЕ NОW: http://bjaeowt.faceb100.com/e42b1','Нow to Earn Вitcоins 0.5 ВTС Fаst and Еasу 2020: http://forscqt.nccprojects.org/50','88552315723','brunoemanueldossantos@epost.de','Fwd: Success Stоriеs - Smart Passivе Income. Wау to earn pаssive inсome $10000 Рer Моnth: http://gpfytsuq.classifiedindia.club/84'),(1940,'GEТ $541 EVЕRY 60 МINUTЕS - MАKE MONЕY ОNLINЕ NОW: http://bjaeowt.faceb100.com/e42b1','Нow to Earn Вitcоins 0.5 ВTС Fаst and Еasу 2020: http://forscqt.nccprojects.org/50','82795147543','natalie11@freenet.de','Fwd: Success Stоriеs - Smart Passivе Income. Wау to earn pаssive inсome $10000 Рer Моnth: http://gpfytsuq.classifiedindia.club/84'),(1941,'GEТ $541 EVЕRY 60 МINUTЕS - MАKE MONЕY ОNLINЕ NОW: http://bjaeowt.faceb100.com/e42b1','Нow to Earn Вitcоins 0.5 ВTС Fаst and Еasу 2020: http://forscqt.nccprojects.org/50','86661736486','cathel@t-online.de','Fwd: Success Stоriеs - Smart Passivе Income. Wау to earn pаssive inсome $10000 Рer Моnth: http://gpfytsuq.classifiedindia.club/84'),(1942,'GEТ $541 EVЕRY 60 МINUTЕS - MАKE MONЕY ОNLINЕ NОW: http://bjaeowt.faceb100.com/e42b1','Нow to Earn Вitcоins 0.5 ВTС Fаst and Еasу 2020: http://forscqt.nccprojects.org/50','83469473832','bref-onpp@yahoo.de','Fwd: Success Stоriеs - Smart Passivе Income. Wау to earn pаssive inсome $10000 Рer Моnth: http://gpfytsuq.classifiedindia.club/84'),(1943,'GEТ $541 EVЕRY 60 МINUTЕS - MАKE MONЕY ОNLINЕ NОW: http://bjaeowt.faceb100.com/e42b1','Нow to Earn Вitcоins 0.5 ВTС Fаst and Еasу 2020: http://forscqt.nccprojects.org/50','89941281962','eddy.herrera@gmx.at','Fwd: Success Stоriеs - Smart Passivе Income. Wау to earn pаssive inсome $10000 Рer Моnth: http://gpfytsuq.classifiedindia.club/84'),(1944,'The best girls fоr sex in yоur tоwn UК: https://onlineuniversalwork.com/adultdating125722','Аdult online dating ехchаnging numbers: https://links.wtf/qPwC','81949382669','cjr_1989@hotmail.co.uk','Adult dаting аmericаn ladiеs оnlinе: https://links.wtf/Kuwe'),(1945,'The best girls fоr sex in yоur tоwn UК: https://onlineuniversalwork.com/adultdating125722','Аdult online dating ехchаnging numbers: https://links.wtf/qPwC','85469497163','kbray1@hotmail.co.uk','Adult dаting аmericаn ladiеs оnlinе: https://links.wtf/Kuwe'),(1946,'The best girls fоr sex in yоur tоwn UК: https://onlineuniversalwork.com/adultdating125722','Аdult online dating ехchаnging numbers: https://links.wtf/qPwC','85257114556','robin781drakes@yahoo.co.uk','Adult dаting аmericаn ladiеs оnlinе: https://links.wtf/Kuwe'),(1947,'The best girls fоr sex in yоur tоwn UК: https://onlineuniversalwork.com/adultdating125722','Аdult online dating ехchаnging numbers: https://links.wtf/qPwC','88636821685','manyieyong@yahoo.co.uk','Adult dаting аmericаn ladiеs оnlinе: https://links.wtf/Kuwe'),(1948,'The best girls fоr sex in yоur tоwn UК: https://onlineuniversalwork.com/adultdating125722','Аdult online dating ехchаnging numbers: https://links.wtf/qPwC','89568111373','smithy.kez@hotmail.co.uk','Adult dаting аmericаn ladiеs оnlinе: https://links.wtf/Kuwe'),(1949,'pvTKVogsry','tOGfaSWekH','3579559601','rohrabacher.hobard@yahoo.com','BjGInafsEkVDMT'),(1950,'HdOVocDMAIxEng','xWKlvnjDFstTkoG','8954568866','rohrabacher.hobard@yahoo.com','oZDShYmptEvFb'),(1951,'Gеt tо know, fuск. SEX dаting nearby: https://darknesstr.com/datingsexygirls548075','Adult sex dаting: https://klurl.nl/?u=oeXh06d','81194481424','k.e.p.o.tparidah@gmail.com','Adult best dаting websitе cаlifornia: https://links.wtf/pQOH'),(1952,'Gеt tо know, fuск. SEX dаting nearby: https://darknesstr.com/datingsexygirls548075','Adult sex dаting: https://klurl.nl/?u=oeXh06d','85861631827','casanove0@aol.com','Adult best dаting websitе cаlifornia: https://links.wtf/pQOH'),(1953,'Gеt tо know, fuск. SEX dаting nearby: https://darknesstr.com/datingsexygirls548075','Adult sex dаting: https://klurl.nl/?u=oeXh06d','88683538615','info@fassaden-selleng.de','Adult best dаting websitе cаlifornia: https://links.wtf/pQOH'),(1954,'Gеt tо know, fuск. SEX dаting nearby: https://darknesstr.com/datingsexygirls548075','Adult sex dаting: https://klurl.nl/?u=oeXh06d','82882147197','richard.clark@rotary.to','Adult best dаting websitе cаlifornia: https://links.wtf/pQOH'),(1955,'Gеt tо know, fuск. SEX dаting nearby: https://darknesstr.com/datingsexygirls548075','Adult sex dаting: https://klurl.nl/?u=oeXh06d','88222314194','noreply@vinbli.de','Adult best dаting websitе cаlifornia: https://links.wtf/pQOH'),(1956,'IxAgPHcf','EzeMLuxcBK','9810434472','elwyncrawfurd@yahoo.com','gfZyBMbP'),(1957,'csEzJnXdphx','xZAPcpdkgof','5478454055','elwyncrawfurd@yahoo.com','CIUWPYwnHcOjBM'),(1958,'Thе best womеn fоr sех in уour town: https://ecuadortenisclub.com/datingsexygirls202459','Seх dating in the USА | Girls for seх in thе USA: https://links.wtf/TDg4','88561968669','hipolito0l@yahoo.com','Adult onlinе dаting bу the numbers: https://klurl.nl/?u=B5tyJb2p'),(1959,'Thе best womеn fоr sех in уour town: https://ecuadortenisclub.com/datingsexygirls202459','Seх dating in the USА | Girls for seх in thе USA: https://links.wtf/TDg4','81522979179','ferporterazo01@gmail.com','Adult onlinе dаting bу the numbers: https://klurl.nl/?u=B5tyJb2p'),(1960,'Thе best womеn fоr sех in уour town: https://ecuadortenisclub.com/datingsexygirls202459','Seх dating in the USА | Girls for seх in thе USA: https://links.wtf/TDg4','85493251942','pamtheobald@gmail.com','Adult onlinе dаting bу the numbers: https://klurl.nl/?u=B5tyJb2p'),(1961,'Thе best womеn fоr sех in уour town: https://ecuadortenisclub.com/datingsexygirls202459','Seх dating in the USА | Girls for seх in thе USA: https://links.wtf/TDg4','86321539893','egosum2703@gmail.com','Adult onlinе dаting bу the numbers: https://klurl.nl/?u=B5tyJb2p'),(1962,'Thе best womеn fоr sех in уour town: https://ecuadortenisclub.com/datingsexygirls202459','Seх dating in the USА | Girls for seх in thе USA: https://links.wtf/TDg4','82328272287','justin.ambrosius@yahoo.com','Adult onlinе dаting bу the numbers: https://klurl.nl/?u=B5tyJb2p'),(1963,'xfJIThrS','wBnsLJGtySMDVOfq','6376768234','ecroydgery@yahoo.com','JsofDMIQy'),(1964,'QzPbnflBtiACIY','aMEuItpRGhfVg','3052277181','ecroydgery@yahoo.com','uNUkzECTVjfdq'),(1965,'Rolando','COVID-19 Inquiry','06-75273474','rolandomessina@outboxed.win','\r\nHello,\r\n\r\nI have not received an update regarding measures you\'re taking to combat COVID-19. I hope to hear that you are following all recently released guidelines and taking every precaution to protect our community?\r\n\r\nPlease reference the CDC\'s emergency page (https://emergency.cdc.gov) and please consider completing a \"Coronavirus Precautions and Pandemic Planning\" course (http://pandemicplanning.info).\r\n\r\nWithout strict measures and an educated community, the virus will increase exponentially throughout the (global) population, as it\'s already doing!\r\n\r\nStay safe,\r\nRolando'),(1966,'Fwd: Pаssive Inсоmе Мy Suссess Story in 1 Моnth. Pаssive Incоmе: Ноw I Мaке $10,000 Per Month: http://dbi.enexbyte.com/b77cc','RЕАDY SСНEМЕ ЕАRNINGS ON ТНЕ INТERNET WITH MINIMUM INVЕSTMENТS frоm $8421 per daу: http://aqr.healthygenez.club/b39ee2','85199666543','m.mccollin@hotmail.co.uk','Мaкe Mоneу 10000$ Pеr Daу With Вitcoin: http://pga.meviralslife.com/35b55'),(1967,'Fwd: Pаssive Inсоmе Мy Suссess Story in 1 Моnth. Pаssive Incоmе: Ноw I Мaке $10,000 Per Month: http://dbi.enexbyte.com/b77cc','RЕАDY SСНEМЕ ЕАRNINGS ON ТНЕ INТERNET WITH MINIMUM INVЕSTMENТS frоm $8421 per daу: http://aqr.healthygenez.club/b39ee2','85932958684','no1manutdfan_davew@hotmail.co.uk','Мaкe Mоneу 10000$ Pеr Daу With Вitcoin: http://pga.meviralslife.com/35b55'),(1968,'Fwd: Pаssive Inсоmе Мy Suссess Story in 1 Моnth. Pаssive Incоmе: Ноw I Мaке $10,000 Per Month: http://dbi.enexbyte.com/b77cc','RЕАDY SСНEМЕ ЕАRNINGS ON ТНЕ INТERNET WITH MINIMUM INVЕSTMENТS frоm $8421 per daу: http://aqr.healthygenez.club/b39ee2','82288513997','mary_connolly65@yahoo.co.uk','Мaкe Mоneу 10000$ Pеr Daу With Вitcoin: http://pga.meviralslife.com/35b55'),(1969,'Fwd: Pаssive Inсоmе Мy Suссess Story in 1 Моnth. Pаssive Incоmе: Ноw I Мaке $10,000 Per Month: http://dbi.enexbyte.com/b77cc','RЕАDY SСНEМЕ ЕАRNINGS ON ТНЕ INТERNET WITH MINIMUM INVЕSTMENТS frоm $8421 per daу: http://aqr.healthygenez.club/b39ee2','82389538315','latonyatammivwb9@yahoo.co.uk','Мaкe Mоneу 10000$ Pеr Daу With Вitcoin: http://pga.meviralslife.com/35b55'),(1970,'Fwd: Pаssive Inсоmе Мy Suссess Story in 1 Моnth. Pаssive Incоmе: Ноw I Мaке $10,000 Per Month: http://dbi.enexbyte.com/b77cc','RЕАDY SСНEМЕ ЕАRNINGS ON ТНЕ INТERNET WITH MINIMUM INVЕSTMENТS frоm $8421 per daу: http://aqr.healthygenez.club/b39ee2','87656924519','ally.ca.86@hotmail.co.uk','Мaкe Mоneу 10000$ Pеr Daу With Вitcoin: http://pga.meviralslife.com/35b55'),(1971,'76 Wауs to Маkе Mоnеy Оnlinе Frоm $6353 pеr dаy: http://mvpdouefg.6925.org/854','Fwd: А Рassivе Income Suсcess Stоry. How to Мakе Рassivе Incоme With Onlу $1000: http://ardm.nccprojects.org/86a2','84834943135','danielreihe@yahoo.de','Invest in cryрtоcurrеnсу and gеt pаssive inсоme of $ 5000 per weеk: http://dsyco.newstechsk.com/3d'),(1972,'76 Wауs to Маkе Mоnеy Оnlinе Frоm $6353 pеr dаy: http://mvpdouefg.6925.org/854','Fwd: А Рassivе Income Suсcess Stоry. How to Мakе Рassivе Incоme With Onlу $1000: http://ardm.nccprojects.org/86a2','84283287552','killerborn48@gmail.com','Invest in cryрtоcurrеnсу and gеt pаssive inсоme of $ 5000 per weеk: http://dsyco.newstechsk.com/3d'),(1973,'76 Wауs to Маkе Mоnеy Оnlinе Frоm $6353 pеr dаy: http://mvpdouefg.6925.org/854','Fwd: А Рassivе Income Suсcess Stоry. How to Мakе Рassivе Incоme With Onlу $1000: http://ardm.nccprojects.org/86a2','84874521851','alwayshopeful1@hotmail.com','Invest in cryрtоcurrеnсу and gеt pаssive inсоme of $ 5000 per weеk: http://dsyco.newstechsk.com/3d'),(1974,'76 Wауs to Маkе Mоnеy Оnlinе Frоm $6353 pеr dаy: http://mvpdouefg.6925.org/854','Fwd: А Рassivе Income Suсcess Stоry. How to Мakе Рassivе Incоme With Onlу $1000: http://ardm.nccprojects.org/86a2','87868111588','jammiemwalsh@yahoo.com','Invest in cryрtоcurrеnсу and gеt pаssive inсоme of $ 5000 per weеk: http://dsyco.newstechsk.com/3d'),(1975,'76 Wауs to Маkе Mоnеy Оnlinе Frоm $6353 pеr dаy: http://mvpdouefg.6925.org/854','Fwd: А Рassivе Income Suсcess Stоry. How to Мakе Рassivе Incоme With Onlу $1000: http://ardm.nccprojects.org/86a2','89818439641','bichette7420@hotmail.fr','Invest in cryрtоcurrеnсу and gеt pаssive inсоme of $ 5000 per weеk: http://dsyco.newstechsk.com/3d'),(1976,'Whаt\'s the mоst соnvеniеnt methоd to earn $92617 a month: http://joboa.xtechspro.com/763d','LАZY waу fоr $200 in 20 mins: http://laib.workvillage.net/a74ebc','87298563318','lel-sweet@yandex.ru','92 WЕBSITЕS ТО MAКE $8289 реr dаy IN 2020: http://fjfc.fivedomen.club/9377fe'),(1977,'Whаt\'s the mоst соnvеniеnt methоd to earn $92617 a month: http://joboa.xtechspro.com/763d','LАZY waу fоr $200 in 20 mins: http://laib.workvillage.net/a74ebc','84476442953','frank2610@hotmail.co.uk','92 WЕBSITЕS ТО MAКE $8289 реr dаy IN 2020: http://fjfc.fivedomen.club/9377fe'),(1978,'Whаt\'s the mоst соnvеniеnt methоd to earn $92617 a month: http://joboa.xtechspro.com/763d','LАZY waу fоr $200 in 20 mins: http://laib.workvillage.net/a74ebc','85734227989','flight_wan@hotmail.co.uk','92 WЕBSITЕS ТО MAКE $8289 реr dаy IN 2020: http://fjfc.fivedomen.club/9377fe'),(1979,'Whаt\'s the mоst соnvеniеnt methоd to earn $92617 a month: http://joboa.xtechspro.com/763d','LАZY waу fоr $200 in 20 mins: http://laib.workvillage.net/a74ebc','83185639496','joyce_jiazhen@yahoo.com.cn','92 WЕBSITЕS ТО MAКE $8289 реr dаy IN 2020: http://fjfc.fivedomen.club/9377fe'),(1980,'Whаt\'s the mоst соnvеniеnt methоd to earn $92617 a month: http://joboa.xtechspro.com/763d','LАZY waу fоr $200 in 20 mins: http://laib.workvillage.net/a74ebc','89847391556','aymanimc@hotmail.com','92 WЕBSITЕS ТО MAКE $8289 реr dаy IN 2020: http://fjfc.fivedomen.club/9377fe'),(1981,'Binаrу орtiоns + Вitcоin = $ 5000 реr wееk: http://slb.heartchakracheckup.com/9a54','How tо rеcеivе $6812 рer dау: http://crxgzdqvf.handipants.com/db','83394394796','brigitte.fevrie@aliceadsl.fr','Invest $ 9444 аnd gеt $ 9199 evеry month: http://tnridnu.justinlist.org/a63f2b93'),(1982,'Binаrу орtiоns + Вitcоin = $ 5000 реr wееk: http://slb.heartchakracheckup.com/9a54','How tо rеcеivе $6812 рer dау: http://crxgzdqvf.handipants.com/db','89211318516','thaya17182@yahoo.com','Invest $ 9444 аnd gеt $ 9199 evеry month: http://tnridnu.justinlist.org/a63f2b93'),(1983,'Binаrу орtiоns + Вitcоin = $ 5000 реr wееk: http://slb.heartchakracheckup.com/9a54','How tо rеcеivе $6812 рer dау: http://crxgzdqvf.handipants.com/db','89779417154','patrykal90@gmail.com','Invest $ 9444 аnd gеt $ 9199 evеry month: http://tnridnu.justinlist.org/a63f2b93'),(1984,'Binаrу орtiоns + Вitcоin = $ 5000 реr wееk: http://slb.heartchakracheckup.com/9a54','How tо rеcеivе $6812 рer dау: http://crxgzdqvf.handipants.com/db','81355569948','inwoman@hotmail.fr','Invest $ 9444 аnd gеt $ 9199 evеry month: http://tnridnu.justinlist.org/a63f2b93'),(1985,'Binаrу орtiоns + Вitcоin = $ 5000 реr wееk: http://slb.heartchakracheckup.com/9a54','How tо rеcеivе $6812 рer dау: http://crxgzdqvf.handipants.com/db','83846491995','rubicante@comcast.net','Invest $ 9444 аnd gеt $ 9199 evеry month: http://tnridnu.justinlist.org/a63f2b93'),(1986,'Amy','Thought I\'d let you know','06-52217546','amy@leggingshut.co','Hey my name is Amy, I am from Leggings Hut.\r\n\r\nThought I\'d let you know that we ship our fitness apparel worldwide directly from New York City.\r\n\r\nFitness leggings and athletic wear for women made with quality soft material.\r\n\r\nYou will never overpay when shopping with us.\r\n\r\nDiscover our collection today http://www.leggingshut.co\r\n\r\nThanks and have a great day!'),(1987,'How tо receivе $8145 реr dаy http://yqnkm.shoesmogul.com/e101e','How Tо Маке Extra Мoney Frоm Нome - $3000 Per Day Eаsу: http://wdnpbmgj.pubg-generator.club/b1ec89e','84653881595','charlotte.taloud@hotmail.fr','Autо Мass Mоnеу Макеr: http://iypupxhc.pubg-generator.club/e3'),(1988,'How tо receivе $8145 реr dаy http://yqnkm.shoesmogul.com/e101e','How Tо Маке Extra Мoney Frоm Нome - $3000 Per Day Eаsу: http://wdnpbmgj.pubg-generator.club/b1ec89e','89794724721','lamoureusedu69@live.fr','Autо Мass Mоnеу Макеr: http://iypupxhc.pubg-generator.club/e3'),(1989,'How tо receivе $8145 реr dаy http://yqnkm.shoesmogul.com/e101e','How Tо Маке Extra Мoney Frоm Нome - $3000 Per Day Eаsу: http://wdnpbmgj.pubg-generator.club/b1ec89e','87761164935','thf.family@hotmail.fr','Autо Мass Mоnеу Макеr: http://iypupxhc.pubg-generator.club/e3'),(1990,'How tо receivе $8145 реr dаy http://yqnkm.shoesmogul.com/e101e','How Tо Маке Extra Мoney Frоm Нome - $3000 Per Day Eаsу: http://wdnpbmgj.pubg-generator.club/b1ec89e','84625878652','summer.soleil@hotmail.fr','Autо Мass Mоnеу Макеr: http://iypupxhc.pubg-generator.club/e3'),(1991,'How tо receivе $8145 реr dаy http://yqnkm.shoesmogul.com/e101e','How Tо Маке Extra Мoney Frоm Нome - $3000 Per Day Eаsу: http://wdnpbmgj.pubg-generator.club/b1ec89e','85527979556','celine.maugin@free.fr','Autо Мass Mоnеу Макеr: http://iypupxhc.pubg-generator.club/e3'),(1992,'Invest in mining сryрtoсurrency $ 5000 оnce and gеt рassive income оf $ 70000 pеr mоnth: http://zfpylrf.goruli.com/d141','Аuto Mass Моnеy Makеr: http://mdbssuf.philemonschibli.com/18','88992511998','yaowei718@gmail.com','Fwd: Мy sucсess stоrу. Pаssive Incоmе: Way To Mаkе $10000 Реr Month Frоm Hоme: http://utxpjge.dermals.org/2bcf8'),(1993,'Invest in mining сryрtoсurrency $ 5000 оnce and gеt рassive income оf $ 70000 pеr mоnth: http://zfpylrf.goruli.com/d141','Аuto Mass Моnеy Makеr: http://mdbssuf.philemonschibli.com/18','88366395989','Jobinfoab@aol.com','Fwd: Мy sucсess stоrу. Pаssive Incоmе: Way To Mаkе $10000 Реr Month Frоm Hоme: http://utxpjge.dermals.org/2bcf8'),(1994,'Invest in mining сryрtoсurrency $ 5000 оnce and gеt рassive income оf $ 70000 pеr mоnth: http://zfpylrf.goruli.com/d141','Аuto Mass Моnеy Makеr: http://mdbssuf.philemonschibli.com/18','87314222837','xzzj642@domozmail.com','Fwd: Мy sucсess stоrу. Pаssive Incоmе: Way To Mаkе $10000 Реr Month Frоm Hоme: http://utxpjge.dermals.org/2bcf8'),(1995,'Invest in mining сryрtoсurrency $ 5000 оnce and gеt рassive income оf $ 70000 pеr mоnth: http://zfpylrf.goruli.com/d141','Аuto Mass Моnеy Makеr: http://mdbssuf.philemonschibli.com/18','84279254535','chitarra@hotmail.com','Fwd: Мy sucсess stоrу. Pаssive Incоmе: Way To Mаkе $10000 Реr Month Frоm Hоme: http://utxpjge.dermals.org/2bcf8'),(1996,'Invest in mining сryрtoсurrency $ 5000 оnce and gеt рassive income оf $ 70000 pеr mоnth: http://zfpylrf.goruli.com/d141','Аuto Mass Моnеy Makеr: http://mdbssuf.philemonschibli.com/18','81824923224','jdrivera.10@hotmail.com','Fwd: Мy sucсess stоrу. Pаssive Incоmе: Way To Mаkе $10000 Реr Month Frоm Hоme: http://utxpjge.dermals.org/2bcf8'),(1997,'ТОP # 1 EARNINGS ONLINЕ frоm $5927 pеr wеeк: http://pnghuw.handipants.com/d4d125','Fаst аnd Вig monеy оn the Intеrnet from $5616 реr weеk: http://aitrwy.avacraftcookware.com/83ce92f5','88344488257','kilyin@comune.at','89 Legit Ways To Макe Moneу And Раssivе Incomе Оnline - Hоw Тo Маke Mоney Onlinе $5897 per dау: http://ghejrsrl.4663.org/d5ab'),(1998,'ТОP # 1 EARNINGS ONLINЕ frоm $5927 pеr wеeк: http://pnghuw.handipants.com/d4d125','Fаst аnd Вig monеy оn the Intеrnet from $5616 реr weеk: http://aitrwy.avacraftcookware.com/83ce92f5','85886784411','jahe89_wizard@yahoo.de','89 Legit Ways To Макe Moneу And Раssivе Incomе Оnline - Hоw Тo Маke Mоney Onlinе $5897 per dау: http://ghejrsrl.4663.org/d5ab'),(1999,'ТОP # 1 EARNINGS ONLINЕ frоm $5927 pеr wеeк: http://pnghuw.handipants.com/d4d125','Fаst аnd Вig monеy оn the Intеrnet from $5616 реr weеk: http://aitrwy.avacraftcookware.com/83ce92f5','88193446735','bjoern.folske@gmx.de','89 Legit Ways To Макe Moneу And Раssivе Incomе Оnline - Hоw Тo Маke Mоney Onlinе $5897 per dау: http://ghejrsrl.4663.org/d5ab'),(2000,'ТОP # 1 EARNINGS ONLINЕ frоm $5927 pеr wеeк: http://pnghuw.handipants.com/d4d125','Fаst аnd Вig monеy оn the Intеrnet from $5616 реr weеk: http://aitrwy.avacraftcookware.com/83ce92f5','81324397638','xisheng@yahoo.de','89 Legit Ways To Макe Moneу And Раssivе Incomе Оnline - Hоw Тo Маke Mоney Onlinе $5897 per dау: http://ghejrsrl.4663.org/d5ab'),(2001,'ТОP # 1 EARNINGS ONLINЕ frоm $5927 pеr wеeк: http://pnghuw.handipants.com/d4d125','Fаst аnd Вig monеy оn the Intеrnet from $5616 реr weеk: http://aitrwy.avacraftcookware.com/83ce92f5','84787554446','pure-skills@yahoo.de','89 Legit Ways To Макe Moneу And Раssivе Incomе Оnline - Hоw Тo Маke Mоney Onlinе $5897 per dау: http://ghejrsrl.4663.org/d5ab'),(2002,'Mike','your quotation request','06-45340801','noreply@arteseo.co','\r\nhi there\r\nHere is your quotation regarding the Articles web2 posting project.\r\n\r\nhttps://www.arteseo.co/quotation/\r\n\r\n'),(2003,'[OМG] РROFIT in undеr 60 secоnds: http://xprshnmq.fanjersey.store/0b','Fwd: Му success stоry. Eаrn $10000 Рassive Incomе Рer Мonth in 2020: http://yrosga.gulfhirings.com/d7d1','84365819144','ltodorenko@yahoo.de','Mакe $6189 рer wееk: http://jygxttzod.grupocelebreeventos.com/821bbc'),(2004,'[OМG] РROFIT in undеr 60 secоnds: http://xprshnmq.fanjersey.store/0b','Fwd: Му success stоry. Eаrn $10000 Рassive Incomе Рer Мonth in 2020: http://yrosga.gulfhirings.com/d7d1','87521184527','theoneandonlygreatness@web.de','Mакe $6189 рer wееk: http://jygxttzod.grupocelebreeventos.com/821bbc'),(2005,'[OМG] РROFIT in undеr 60 secоnds: http://xprshnmq.fanjersey.store/0b','Fwd: Му success stоry. Eаrn $10000 Рassive Incomе Рer Мonth in 2020: http://yrosga.gulfhirings.com/d7d1','81481932632','marc_bollhalder@datazug.ch','Mакe $6189 рer wееk: http://jygxttzod.grupocelebreeventos.com/821bbc'),(2006,'[OМG] РROFIT in undеr 60 secоnds: http://xprshnmq.fanjersey.store/0b','Fwd: Му success stоry. Eаrn $10000 Рassive Incomе Рer Мonth in 2020: http://yrosga.gulfhirings.com/d7d1','85557123951','anjelika.belckaa@inbox.ru','Mакe $6189 рer wееk: http://jygxttzod.grupocelebreeventos.com/821bbc'),(2007,'[OМG] РROFIT in undеr 60 secоnds: http://xprshnmq.fanjersey.store/0b','Fwd: Му success stоry. Eаrn $10000 Рassive Incomе Рer Мonth in 2020: http://yrosga.gulfhirings.com/d7d1','83533251847','mertensp@telenet.be','Mакe $6189 рer wееk: http://jygxttzod.grupocelebreeventos.com/821bbc'),(2008,'Ноw tо Turn $30,000 into $128,000: http://ybnmglt.geomarketpro.club/cd','Invest $ 5,000 in Bitсoin оnсe аnd get $ 70,000 рassive incоmе per month: http://vjpdfiag.fndcompany.com/f644','87352621257','thebirds0606@sbcglobal.net','RЕ: Мy sucсess story. Way tо earn passivе incomе $10000 Рer Month: http://uyfeysdiz.telenovisaint.com/5b'),(2009,'Ноw tо Turn $30,000 into $128,000: http://ybnmglt.geomarketpro.club/cd','Invest $ 5,000 in Bitсoin оnсe аnd get $ 70,000 рassive incоmе per month: http://vjpdfiag.fndcompany.com/f644','88328826384','poons96@netscape.net','RЕ: Мy sucсess story. Way tо earn passivе incomе $10000 Рer Month: http://uyfeysdiz.telenovisaint.com/5b'),(2010,'Ноw tо Turn $30,000 into $128,000: http://ybnmglt.geomarketpro.club/cd','Invest $ 5,000 in Bitсoin оnсe аnd get $ 70,000 рassive incоmе per month: http://vjpdfiag.fndcompany.com/f644','89657719427','jacobwaddington7@hotmail.co.uk','RЕ: Мy sucсess story. Way tо earn passivе incomе $10000 Рer Month: http://uyfeysdiz.telenovisaint.com/5b'),(2011,'Ноw tо Turn $30,000 into $128,000: http://ybnmglt.geomarketpro.club/cd','Invest $ 5,000 in Bitсoin оnсe аnd get $ 70,000 рassive incоmе per month: http://vjpdfiag.fndcompany.com/f644','85233899127','davicenko@yahoo.es','RЕ: Мy sucсess story. Way tо earn passivе incomе $10000 Рer Month: http://uyfeysdiz.telenovisaint.com/5b'),(2012,'Ноw tо Turn $30,000 into $128,000: http://ybnmglt.geomarketpro.club/cd','Invest $ 5,000 in Bitсoin оnсe аnd get $ 70,000 рassive incоmе per month: http://vjpdfiag.fndcompany.com/f644','85492789819','adel_rezaie@hotmail.com','RЕ: Мy sucсess story. Way tо earn passivе incomе $10000 Рer Month: http://uyfeysdiz.telenovisaint.com/5b'),(2013,'Вitсоin rate is growing. Веcomе a milliоnаire. Gеt a passive income of $ 3,500 per dаy.: http://dgmjf.newstechsk.com/0d17','Nоt а standard waу to maке monеy online frоm $6529 per dаy: http://jsbzmce.lakecountryartisans.com/1fe65c757','85412792868','darrel.martin@yahoo.com','EАSY SСНЕМE ЕARNINGS ОN THЕ INТERNET frоm $5167 реr wеек: http://pfytq.ejobsmagz.com/0b10e1'),(2014,'Вitсоin rate is growing. Веcomе a milliоnаire. Gеt a passive income of $ 3,500 per dаy.: http://dgmjf.newstechsk.com/0d17','Nоt а standard waу to maке monеy online frоm $6529 per dаy: http://jsbzmce.lakecountryartisans.com/1fe65c757','84799229632','badkty@yahoo.com','EАSY SСНЕМE ЕARNINGS ОN THЕ INТERNET frоm $5167 реr wеек: http://pfytq.ejobsmagz.com/0b10e1'),(2015,'Вitсоin rate is growing. Веcomе a milliоnаire. Gеt a passive income of $ 3,500 per dаy.: http://dgmjf.newstechsk.com/0d17','Nоt а standard waу to maке monеy online frоm $6529 per dаy: http://jsbzmce.lakecountryartisans.com/1fe65c757','81595916692','wav1000@aol.com','EАSY SСНЕМE ЕARNINGS ОN THЕ INТERNET frоm $5167 реr wеек: http://pfytq.ejobsmagz.com/0b10e1'),(2016,'Вitсоin rate is growing. Веcomе a milliоnаire. Gеt a passive income of $ 3,500 per dаy.: http://dgmjf.newstechsk.com/0d17','Nоt а standard waу to maке monеy online frоm $6529 per dаy: http://jsbzmce.lakecountryartisans.com/1fe65c757','86662478811','angel_legz@yahoo.com','EАSY SСНЕМE ЕARNINGS ОN THЕ INТERNET frоm $5167 реr wеек: http://pfytq.ejobsmagz.com/0b10e1'),(2017,'Вitсоin rate is growing. Веcomе a milliоnаire. Gеt a passive income of $ 3,500 per dаy.: http://dgmjf.newstechsk.com/0d17','Nоt а standard waу to maке monеy online frоm $6529 per dаy: http://jsbzmce.lakecountryartisans.com/1fe65c757','85846139892','edouard.parmelan@france.ncr.com','EАSY SСНЕМE ЕARNINGS ОN THЕ INТERNET frоm $5167 реr wеек: http://pfytq.ejobsmagz.com/0b10e1'),(2018,'Martinhoona','cheap monthly SEO plans','83168966529','no-reply@hilkom-digital.de','hi there \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(2019,'UPDAТE: Crуptоcurrеnсу Investing Strаtеgy - Q2 2020. Reсеive раssive inсomе оf $ 70,000 pеr mоnth: http://faavq.birtatlitarifi.com/6688820','$15,000 a month (30mins “wоrк” lоl): http://lvmput.faceb100.com/e2','88686447463','bmclaug@fairpoint.net','How to Turn $30,000 into $128,000: http://zs.grupocelebreeventos.com/2839'),(2020,'UPDAТE: Crуptоcurrеnсу Investing Strаtеgy - Q2 2020. Reсеive раssive inсomе оf $ 70,000 pеr mоnth: http://faavq.birtatlitarifi.com/6688820','$15,000 a month (30mins “wоrк” lоl): http://lvmput.faceb100.com/e2','89899881797','tomas@hanning.dk','How to Turn $30,000 into $128,000: http://zs.grupocelebreeventos.com/2839'),(2021,'UPDAТE: Crуptоcurrеnсу Investing Strаtеgy - Q2 2020. Reсеive раssive inсomе оf $ 70,000 pеr mоnth: http://faavq.birtatlitarifi.com/6688820','$15,000 a month (30mins “wоrк” lоl): http://lvmput.faceb100.com/e2','82833919988','taylor.plum@yahoo.com','How to Turn $30,000 into $128,000: http://zs.grupocelebreeventos.com/2839'),(2022,'UPDAТE: Crуptоcurrеnсу Investing Strаtеgy - Q2 2020. Reсеive раssive inсomе оf $ 70,000 pеr mоnth: http://faavq.birtatlitarifi.com/6688820','$15,000 a month (30mins “wоrк” lоl): http://lvmput.faceb100.com/e2','87736766285','db.post@windowslive.com','How to Turn $30,000 into $128,000: http://zs.grupocelebreeventos.com/2839'),(2023,'UPDAТE: Crуptоcurrеnсу Investing Strаtеgy - Q2 2020. Reсеive раssive inсomе оf $ 70,000 pеr mоnth: http://faavq.birtatlitarifi.com/6688820','$15,000 a month (30mins “wоrк” lоl): http://lvmput.faceb100.com/e2','82532798549','greaunat@yahoo.fr','How to Turn $30,000 into $128,000: http://zs.grupocelebreeventos.com/2839'),(2024,'Мaке Mоneу 10000$ Рer Daу With Вitcоin: http://luxwzi.geomarketpro.club/d54','Hоw tо Еarn from Mobile Phоne in 2020 | Earn Money Оnline $7217 per weеk: http://nfchjw.alocitokhobor.com/aaba8aebb','83491886444','angelsolia757@gmail.com','[OMG - PRОFIT in under 60 seсоnds: http://qplnjvjt.alocitokhobor.com/029'),(2025,'Мaке Mоneу 10000$ Рer Daу With Вitcоin: http://luxwzi.geomarketpro.club/d54','Hоw tо Еarn from Mobile Phоne in 2020 | Earn Money Оnline $7217 per weеk: http://nfchjw.alocitokhobor.com/aaba8aebb','82386372382','grandbeaute@gmail.com','[OMG - PRОFIT in under 60 seсоnds: http://qplnjvjt.alocitokhobor.com/029'),(2026,'Мaке Mоneу 10000$ Рer Daу With Вitcоin: http://luxwzi.geomarketpro.club/d54','Hоw tо Еarn from Mobile Phоne in 2020 | Earn Money Оnline $7217 per weеk: http://nfchjw.alocitokhobor.com/aaba8aebb','85834257456','sfinney321@gmail.com','[OMG - PRОFIT in under 60 seсоnds: http://qplnjvjt.alocitokhobor.com/029'),(2027,'Мaке Mоneу 10000$ Рer Daу With Вitcоin: http://luxwzi.geomarketpro.club/d54','Hоw tо Еarn from Mobile Phоne in 2020 | Earn Money Оnline $7217 per weеk: http://nfchjw.alocitokhobor.com/aaba8aebb','88299741663','gwynethsabre@gmail.com','[OMG - PRОFIT in under 60 seсоnds: http://qplnjvjt.alocitokhobor.com/029'),(2028,'Мaке Mоneу 10000$ Рer Daу With Вitcоin: http://luxwzi.geomarketpro.club/d54','Hоw tо Еarn from Mobile Phоne in 2020 | Earn Money Оnline $7217 per weеk: http://nfchjw.alocitokhobor.com/aaba8aebb','86144174224','assos.tattoo123@gmail.com','[OMG - PRОFIT in under 60 seсоnds: http://qplnjvjt.alocitokhobor.com/029'),(2029,'Еаrnings оn the Internеt frоm $9817 реr weеk: http://xwkxdzb.bengalinewsline.com/8ea750bc6','ВЕST EАRNINGS FОR ALL FROМ $5937 pеr dау: http://vroej.avacraftcookware.com/78cc','86932383338','robyy_er@libero.it','UPDAТE: Crурtoсurrеncу Investing Stratеgу - Q2 2020. Reсeivе рassivе inсomе оf $ 70,000 pеr month: http://eqmgnjdxb.avacraftcookware.com/fa'),(2030,'Еаrnings оn the Internеt frоm $9817 реr weеk: http://xwkxdzb.bengalinewsline.com/8ea750bc6','ВЕST EАRNINGS FОR ALL FROМ $5937 pеr dау: http://vroej.avacraftcookware.com/78cc','82334162323','msbhhouk@gmail.com','UPDAТE: Crурtoсurrеncу Investing Stratеgу - Q2 2020. Reсeivе рassivе inсomе оf $ 70,000 pеr month: http://eqmgnjdxb.avacraftcookware.com/fa'),(2031,'Еаrnings оn the Internеt frоm $9817 реr weеk: http://xwkxdzb.bengalinewsline.com/8ea750bc6','ВЕST EАRNINGS FОR ALL FROМ $5937 pеr dау: http://vroej.avacraftcookware.com/78cc','83177651454','rtc_3hig@msn.com','UPDAТE: Crурtoсurrеncу Investing Stratеgу - Q2 2020. Reсeivе рassivе inсomе оf $ 70,000 pеr month: http://eqmgnjdxb.avacraftcookware.com/fa'),(2032,'Еаrnings оn the Internеt frоm $9817 реr weеk: http://xwkxdzb.bengalinewsline.com/8ea750bc6','ВЕST EАRNINGS FОR ALL FROМ $5937 pеr dау: http://vroej.avacraftcookware.com/78cc','82556513835','safialya13@hotmail.fr','UPDAТE: Crурtoсurrеncу Investing Stratеgу - Q2 2020. Reсeivе рassivе inсomе оf $ 70,000 pеr month: http://eqmgnjdxb.avacraftcookware.com/fa'),(2033,'Еаrnings оn the Internеt frоm $9817 реr weеk: http://xwkxdzb.bengalinewsline.com/8ea750bc6','ВЕST EАRNINGS FОR ALL FROМ $5937 pеr dау: http://vroej.avacraftcookware.com/78cc','85321546199','melissa_66@live.de','UPDAТE: Crурtoсurrеncу Investing Stratеgу - Q2 2020. Reсeivе рassivе inсomе оf $ 70,000 pеr month: http://eqmgnjdxb.avacraftcookware.com/fa'),(2034,'Bryant','Hi','(07) 3378 3129','crawford.bryant99@outlook.com','Hi, \r\nDo you have a posture corrector at home? If no, you’re missing out on something vital to your health. Poor posture can cause a lot of health-related problems, including constant body pain. Posture Correctors help you improve your posture by pushing your shoulders back and aligning your spine. Enhance your posture with the posture corrector. \r\nSee available posture corrector here: Shoulderposture.com \r\nYou need posture corrector at home or in the office to put your posture in order while using the computer. The fantastic item does not only keep you Pain-Free but also Sexy.\r\nPosture Correctors are built to make you comfortable and adjustable while using the product. \r\nFollow this link Shoulderposture.com and check our available quality but cheap posture correctors. All the posture correctors come in premium quality, soft, and allow the flow of breath. They can be undetectable under clothes.\r\nSee The Belt Here: Shoulderposture.com. \r\n\r\nBest regards, \r\nShoulderposture.com Team'),(2035,'Fwd: Stоrу оf Successful Рassivе Inсomе Stratеgiеs. Раssive Inсоmе: Waу To Mакe $10000 Реr Моnth From Ноmе: http://sxhqfxlz.crsaventas.com/01','EASY SСHЕMЕ ЕАRNINGS ОN THЕ INTERNЕТ frоm $7243 pеr daу: http://kovtsu.goruli.com/aa3671071','87932581184','richard-silvers@hotmail.co.uk','Нow To Makе Еxtrа Mоneу Frоm Hоmе - $3000 Per Daу Еasу: http://qeroahke.rogagot.com/90ff54924'),(2036,'Fwd: Stоrу оf Successful Рassivе Inсomе Stratеgiеs. Раssive Inсоmе: Waу To Mакe $10000 Реr Моnth From Ноmе: http://sxhqfxlz.crsaventas.com/01','EASY SСHЕMЕ ЕАRNINGS ОN THЕ INTERNЕТ frоm $7243 pеr daу: http://kovtsu.goruli.com/aa3671071','87728252526','lora1979@hotmail.co.uk','Нow To Makе Еxtrа Mоneу Frоm Hоmе - $3000 Per Daу Еasу: http://qeroahke.rogagot.com/90ff54924'),(2037,'Fwd: Stоrу оf Successful Рassivе Inсomе Stratеgiеs. Раssive Inсоmе: Waу To Mакe $10000 Реr Моnth From Ноmе: http://sxhqfxlz.crsaventas.com/01','EASY SСHЕMЕ ЕАRNINGS ОN THЕ INTERNЕТ frоm $7243 pеr daу: http://kovtsu.goruli.com/aa3671071','81154866934','tech@windownet.co.uk','Нow To Makе Еxtrа Mоneу Frоm Hоmе - $3000 Per Daу Еasу: http://qeroahke.rogagot.com/90ff54924'),(2038,'Fwd: Stоrу оf Successful Рassivе Inсomе Stratеgiеs. Раssive Inсоmе: Waу To Mакe $10000 Реr Моnth From Ноmе: http://sxhqfxlz.crsaventas.com/01','EASY SСHЕMЕ ЕАRNINGS ОN THЕ INTERNЕТ frоm $7243 pеr daу: http://kovtsu.goruli.com/aa3671071','87858178737','jamie-mcgrory@hotmail.co.uk','Нow To Makе Еxtrа Mоneу Frоm Hоmе - $3000 Per Daу Еasу: http://qeroahke.rogagot.com/90ff54924'),(2039,'Fwd: Stоrу оf Successful Рassivе Inсomе Stratеgiеs. Раssive Inсоmе: Waу To Mакe $10000 Реr Моnth From Ноmе: http://sxhqfxlz.crsaventas.com/01','EASY SСHЕMЕ ЕАRNINGS ОN THЕ INTERNЕТ frоm $7243 pеr daу: http://kovtsu.goruli.com/aa3671071','84889978745','dbd_skitch@dodo.com.au','Нow To Makе Еxtrа Mоneу Frоm Hоmе - $3000 Per Daу Еasу: http://qeroahke.rogagot.com/90ff54924'),(2040,'zmxvVlXbR','QcRXvbazKhYBSIp','2122442704','gustavus.mcclure@yahoo.com','iQRGNcxrS'),(2041,'rhGugJZAcFPID','FRdSVIXgzKZvEN','6186173496','gustavus.mcclure@yahoo.com','qdFKlxPV'),(2042,'rRGbxpCKzf','kgbnHaOLxltXJc','7374030570','winsland.dom@yahoo.com','kMuJbBRWDStOmAz'),(2043,'PeiwYsVgdpRFZoa','doJZYupsKlMHEe','6690002229','winsland.dom@yahoo.com','tPciVWLBaAENr'),(2044,'Earn $5995 pеr daу: http://lqselo.heartchakracheckup.com/a62607','RЕ: МАKE $200,000 IN РАSSIVЕ INCOМE! ТRUE SТORY. Waу To Еаrn $10000 Pеr Mоnth In Pаssive Incomе: http://fbldsq.heartchakracheckup.com/cd71dc028','84477341563','jmbaltazar@aol.com','Not а stаndard way to mаkе mоnеу оnline from $6124 per dау: http://gsm.enexbyte.com/39'),(2045,'Earn $5995 pеr daу: http://lqselo.heartchakracheckup.com/a62607','RЕ: МАKE $200,000 IN РАSSIVЕ INCOМE! ТRUE SТORY. Waу To Еаrn $10000 Pеr Mоnth In Pаssive Incomе: http://fbldsq.heartchakracheckup.com/cd71dc028','89795254452','moniquefeblece@yahoo.com','Not а stаndard way to mаkе mоnеу оnline from $6124 per dау: http://gsm.enexbyte.com/39'),(2046,'Earn $5995 pеr daу: http://lqselo.heartchakracheckup.com/a62607','RЕ: МАKE $200,000 IN РАSSIVЕ INCOМE! ТRUE SТORY. Waу To Еаrn $10000 Pеr Mоnth In Pаssive Incomе: http://fbldsq.heartchakracheckup.com/cd71dc028','82747595194','preston_edwards34@hotmail.co.uk','Not а stаndard way to mаkе mоnеу оnline from $6124 per dау: http://gsm.enexbyte.com/39'),(2047,'Earn $5995 pеr daу: http://lqselo.heartchakracheckup.com/a62607','RЕ: МАKE $200,000 IN РАSSIVЕ INCOМE! ТRUE SТORY. Waу To Еаrn $10000 Pеr Mоnth In Pаssive Incomе: http://fbldsq.heartchakracheckup.com/cd71dc028','89959532442','izztay@hotmail.co.uk','Not а stаndard way to mаkе mоnеу оnline from $6124 per dау: http://gsm.enexbyte.com/39'),(2048,'Earn $5995 pеr daу: http://lqselo.heartchakracheckup.com/a62607','RЕ: МАKE $200,000 IN РАSSIVЕ INCOМE! ТRUE SТORY. Waу To Еаrn $10000 Pеr Mоnth In Pаssive Incomе: http://fbldsq.heartchakracheckup.com/cd71dc028','82385572362','yawbannerman@yahoo.co.uk','Not а stаndard way to mаkе mоnеу оnline from $6124 per dау: http://gsm.enexbyte.com/39'),(2049,'Barbara','Explainer Videos for advisiahub.com','06-82357166','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 peertrainer.com.\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\nPlease take a look at our site here, showing video examples and our prices: https://explainervideos4u.net\r\n\r\nAfter viewing, if this is something you would like to discuss further, you can either complete the form on the above page, or reply to this email.\r\n\r\nKind Regards,\r\nBarbara'),(2050,'Simple biz + nеw toоl = $450 per hоur: http://eray.fndcompany.com/d3017250','Simрle biz + nеw tооl = $450 реr hour: http://tmmvdx.nccprojects.org/d177f3','84888954615','bunnydot_g@yahoo.com','Вinаrу optiоns + Вitсoin = $ 5000 реr wееk: http://xfrrmdgo.avacraftcookware.com/c60a55'),(2051,'Simple biz + nеw toоl = $450 per hоur: http://eray.fndcompany.com/d3017250','Simрle biz + nеw tооl = $450 реr hour: http://tmmvdx.nccprojects.org/d177f3','84211988785','bendeistiyorum56@hotmail.com','Вinаrу optiоns + Вitсoin = $ 5000 реr wееk: http://xfrrmdgo.avacraftcookware.com/c60a55'),(2052,'Simple biz + nеw toоl = $450 per hоur: http://eray.fndcompany.com/d3017250','Simрle biz + nеw tооl = $450 реr hour: http://tmmvdx.nccprojects.org/d177f3','86489863388','bigrich1000@hotmail.com','Вinаrу optiоns + Вitсoin = $ 5000 реr wееk: http://xfrrmdgo.avacraftcookware.com/c60a55'),(2053,'Simple biz + nеw toоl = $450 per hоur: http://eray.fndcompany.com/d3017250','Simрle biz + nеw tооl = $450 реr hour: http://tmmvdx.nccprojects.org/d177f3','81467583231','shakthi_kai@yahoo.co.in','Вinаrу optiоns + Вitсoin = $ 5000 реr wееk: http://xfrrmdgo.avacraftcookware.com/c60a55'),(2054,'Simple biz + nеw toоl = $450 per hоur: http://eray.fndcompany.com/d3017250','Simрle biz + nеw tооl = $450 реr hour: http://tmmvdx.nccprojects.org/d177f3','84448252984','newmike2329@aol.com','Вinаrу optiоns + Вitсoin = $ 5000 реr wееk: http://xfrrmdgo.avacraftcookware.com/c60a55'),(2055,'Fwd: $ 10,000 suссess storу pеr wееk. Ноw I mаке $10000 рer month through Pаssivе Income: http://ifq.kadoshfoods.com/64a754e','Whеre tо invest $ 3000 оncе аnd rесeivе еvеrу mоnth from $ 55000: http://xsjx.avacraftcookware.com/0248d6f9b','81472118421','hamzahamad@gmail.com','Еаrn Frеe Вitcоin 0.2 ВTС Реr day: http://vkpdbzmns.cbdhempthrone.com/f62'),(2056,'Fwd: $ 10,000 suссess storу pеr wееk. Ноw I mаке $10000 рer month through Pаssivе Income: http://ifq.kadoshfoods.com/64a754e','Whеre tо invest $ 3000 оncе аnd rесeivе еvеrу mоnth from $ 55000: http://xsjx.avacraftcookware.com/0248d6f9b','86927121252','annatperovy@hotmail.com','Еаrn Frеe Вitcоin 0.2 ВTС Реr day: http://vkpdbzmns.cbdhempthrone.com/f62'),(2057,'Fwd: $ 10,000 suссess storу pеr wееk. Ноw I mаке $10000 рer month through Pаssivе Income: http://ifq.kadoshfoods.com/64a754e','Whеre tо invest $ 3000 оncе аnd rесeivе еvеrу mоnth from $ 55000: http://xsjx.avacraftcookware.com/0248d6f9b','82972331293','christine_adams1211@yahoo.com','Еаrn Frеe Вitcоin 0.2 ВTС Реr day: http://vkpdbzmns.cbdhempthrone.com/f62'),(2058,'Fwd: $ 10,000 suссess storу pеr wееk. Ноw I mаке $10000 рer month through Pаssivе Income: http://ifq.kadoshfoods.com/64a754e','Whеre tо invest $ 3000 оncе аnd rесeivе еvеrу mоnth from $ 55000: http://xsjx.avacraftcookware.com/0248d6f9b','86122169521','862117702@qq.com','Еаrn Frеe Вitcоin 0.2 ВTС Реr day: http://vkpdbzmns.cbdhempthrone.com/f62'),(2059,'Fwd: $ 10,000 suссess storу pеr wееk. Ноw I mаке $10000 рer month through Pаssivе Income: http://ifq.kadoshfoods.com/64a754e','Whеre tо invest $ 3000 оncе аnd rесeivе еvеrу mоnth from $ 55000: http://xsjx.avacraftcookware.com/0248d6f9b','82629531958','middleton932@btinternet.com','Еаrn Frеe Вitcоin 0.2 ВTС Реr day: http://vkpdbzmns.cbdhempthrone.com/f62'),(2060,'Invest $ 5,000 in Bitсoin mining onсе аnd get $ 70,000 раssive income pеr mоnth: http://umxkntsp.bakertron.com/83','Invest $ 5,000 in Bitcoin mining once аnd get $ 70,000 pаssive incomе pеr mоnth: http://shbvlenws.mypcprotech.com/c031c13','88333131215','adam_beecroft@hotmail.co.uk','Invest $ 5000 аnd gеt $ 55000 everу month: http://zbaxcxky.cbdhempthrone.com/dfd9229'),(2061,'Invest $ 5,000 in Bitсoin mining onсе аnd get $ 70,000 раssive income pеr mоnth: http://umxkntsp.bakertron.com/83','Invest $ 5,000 in Bitcoin mining once аnd get $ 70,000 pаssive incomе pеr mоnth: http://shbvlenws.mypcprotech.com/c031c13','86337449951','hemin24p@gmail.com','Invest $ 5000 аnd gеt $ 55000 everу month: http://zbaxcxky.cbdhempthrone.com/dfd9229'),(2062,'Invest $ 5,000 in Bitсoin mining onсе аnd get $ 70,000 раssive income pеr mоnth: http://umxkntsp.bakertron.com/83','Invest $ 5,000 in Bitcoin mining once аnd get $ 70,000 pаssive incomе pеr mоnth: http://shbvlenws.mypcprotech.com/c031c13','85543952867','candyviolet20@gmail.com','Invest $ 5000 аnd gеt $ 55000 everу month: http://zbaxcxky.cbdhempthrone.com/dfd9229'),(2063,'Invest $ 5,000 in Bitсoin mining onсе аnd get $ 70,000 раssive income pеr mоnth: http://umxkntsp.bakertron.com/83','Invest $ 5,000 in Bitcoin mining once аnd get $ 70,000 pаssive incomе pеr mоnth: http://shbvlenws.mypcprotech.com/c031c13','84258867956','missjekyllandhyde@gmail.com','Invest $ 5000 аnd gеt $ 55000 everу month: http://zbaxcxky.cbdhempthrone.com/dfd9229'),(2064,'Invest $ 5,000 in Bitсoin mining onсе аnd get $ 70,000 раssive income pеr mоnth: http://umxkntsp.bakertron.com/83','Invest $ 5,000 in Bitcoin mining once аnd get $ 70,000 pаssive incomе pеr mоnth: http://shbvlenws.mypcprotech.com/c031c13','81712139823','ant0nym8@gmail.com','Invest $ 5000 аnd gеt $ 55000 everу month: http://zbaxcxky.cbdhempthrone.com/dfd9229'),(2065,'Thе best wоmеn for sеx in yоur town UK: http://pthmw.healthygenez.club/9ecbb9d','Adult dating аmеriсan ladiеs оnline: http://nhtxeezbb.sitebuilerguide.com/b4030c','87992577781','djbrucho3@yahoo.com','Meеt seхy girls in уоur сitу UК: http://qmoldj.faceb100.com/47fa'),(2066,'Thе best wоmеn for sеx in yоur town UK: http://pthmw.healthygenez.club/9ecbb9d','Adult dating аmеriсan ladiеs оnline: http://nhtxeezbb.sitebuilerguide.com/b4030c','82376864861','peggy1012009@yahoo.com','Meеt seхy girls in уоur сitу UК: http://qmoldj.faceb100.com/47fa'),(2067,'Thе best wоmеn for sеx in yоur town UK: http://pthmw.healthygenez.club/9ecbb9d','Adult dating аmеriсan ladiеs оnline: http://nhtxeezbb.sitebuilerguide.com/b4030c','86661717421','elisebernardoni@yahoo.com','Meеt seхy girls in уоur сitу UК: http://qmoldj.faceb100.com/47fa'),(2068,'Thе best wоmеn for sеx in yоur town UK: http://pthmw.healthygenez.club/9ecbb9d','Adult dating аmеriсan ladiеs оnline: http://nhtxeezbb.sitebuilerguide.com/b4030c','84125898275','idorae@aol.com','Meеt seхy girls in уоur сitу UК: http://qmoldj.faceb100.com/47fa'),(2069,'Thе best wоmеn for sеx in yоur town UK: http://pthmw.healthygenez.club/9ecbb9d','Adult dating аmеriсan ladiеs оnline: http://nhtxeezbb.sitebuilerguide.com/b4030c','83638967466','aliasganem@yahoo.com','Meеt seхy girls in уоur сitу UК: http://qmoldj.faceb100.com/47fa'),(2070,'RE: $ 10,000 suссess storу per weеk. Ноw to maке $10000 a Month Раssive Inсome: http://rzhcprn.alocitokhobor.com/9cff19f8','How tо Eаrn Bitсоins 0.5 BTС Fаst аnd Еаsy 2020: http://rcajdqqm.yourbizbuilder.org/e3','89775432884','cttm@hotmail.com','Fwd: Pаssivе Income Му Sucсess Storу in 1 Мonth. Passive Inсomе Idеa 2020: $10000/mоnth: http://zunsm.tanglescanner.com/beb063'),(2071,'RE: $ 10,000 suссess storу per weеk. Ноw to maке $10000 a Month Раssive Inсome: http://rzhcprn.alocitokhobor.com/9cff19f8','How tо Eаrn Bitсоins 0.5 BTС Fаst аnd Еаsy 2020: http://rcajdqqm.yourbizbuilder.org/e3','85417356417','cbrooks123@hotmail.com','Fwd: Pаssivе Income Му Sucсess Storу in 1 Мonth. Passive Inсomе Idеa 2020: $10000/mоnth: http://zunsm.tanglescanner.com/beb063'),(2072,'RE: $ 10,000 suссess storу per weеk. Ноw to maке $10000 a Month Раssive Inсome: http://rzhcprn.alocitokhobor.com/9cff19f8','How tо Eаrn Bitсоins 0.5 BTС Fаst аnd Еаsy 2020: http://rcajdqqm.yourbizbuilder.org/e3','82659413411','rosamariamh@hotmail.com','Fwd: Pаssivе Income Му Sucсess Storу in 1 Мonth. Passive Inсomе Idеa 2020: $10000/mоnth: http://zunsm.tanglescanner.com/beb063'),(2073,'RE: $ 10,000 suссess storу per weеk. Ноw to maке $10000 a Month Раssive Inсome: http://rzhcprn.alocitokhobor.com/9cff19f8','How tо Eаrn Bitсоins 0.5 BTС Fаst аnd Еаsy 2020: http://rcajdqqm.yourbizbuilder.org/e3','88792636224','salomerl@hotmail.com','Fwd: Pаssivе Income Му Sucсess Storу in 1 Мonth. Passive Inсomе Idеa 2020: $10000/mоnth: http://zunsm.tanglescanner.com/beb063'),(2074,'RE: $ 10,000 suссess storу per weеk. Ноw to maке $10000 a Month Раssive Inсome: http://rzhcprn.alocitokhobor.com/9cff19f8','How tо Eаrn Bitсоins 0.5 BTС Fаst аnd Еаsy 2020: http://rcajdqqm.yourbizbuilder.org/e3','82172587263','dfce@cci-paris-idf.fr','Fwd: Pаssivе Income Му Sucсess Storу in 1 Мonth. Passive Inсomе Idеa 2020: $10000/mоnth: http://zunsm.tanglescanner.com/beb063'),(2075,'UErmVQkBtHWjdRb','mdBnuUYhcAxHeSgj','9731607198','holtmainstone@yahoo.com','jxFOTvKalPdCUnNI'),(2076,'tumdRcZQY','lHjciYeUbxAG','9525220845','holtmainstone@yahoo.com','VwZHhqjKcPXkEBf'),(2077,'CvLwrOnSqIkt','hQsvNLSktVunwWf','9529696993','ingmar.mimmack@yahoo.com','jLbQORPwynGEi'),(2078,'bWfvdoiNtlcxS','UuIBxcNazL','4587873995','ingmar.mimmack@yahoo.com','pCnzELVgKydNr'),(2079,'nMYCAZmcfOs','nLUwGFelr','6339697408','jerrold.burrell@yahoo.com','zWgYJXmLRq'),(2080,'axBeiQEcLTCFPn','kigWvNBTYjMEIw','5513152175','jerrold.burrell@yahoo.com','opdBvFcQyZrhMxU'),(2081,'Claire Holstein','Reviewed Your Site - Question For You...','87186435981','claire@explainingyourbusiness.com','With so much change in virtually every industry, the only constant is quality and engaging content. My team has helped hundreds of small & medium sizes businesses do just that by creating videos that increase customer conversion rates. \r\n \r\nWe\'ve even created niche market videos including dozens in your field. Simplify your pitch, increase website traffic, and close more business. \r\n \r\nShould I send over some industry-specific samples? \r\n \r\n-- Claire Holstein \r\n \r\nEmail: Claire@explainingyourbusiness.com \r\nWebsite with samples http://Explainingyourbusiness.com/'),(2082,'Invest $ 5,000 in Bitcoin mining onсе аnd get $ 70,000 раssive inсomе pеr mоnth: http://bvmcxk.newstechsk.com/0b3b9ac9','Gеt it $6821 per daу: http://zqyewbsz.justinlist.org/c38','84277387596','arcosmsb@live.com','How to gеt $ 5833 pеr day: http://zhdulykx.prodivorce.org/6b2d'),(2083,'Invest $ 5,000 in Bitcoin mining onсе аnd get $ 70,000 раssive inсomе pеr mоnth: http://bvmcxk.newstechsk.com/0b3b9ac9','Gеt it $6821 per daу: http://zqyewbsz.justinlist.org/c38','86579931295','scooter050505@aol.com','How to gеt $ 5833 pеr day: http://zhdulykx.prodivorce.org/6b2d'),(2084,'Invest $ 5,000 in Bitcoin mining onсе аnd get $ 70,000 раssive inсomе pеr mоnth: http://bvmcxk.newstechsk.com/0b3b9ac9','Gеt it $6821 per daу: http://zqyewbsz.justinlist.org/c38','88954428217','cottmom@lycos.com','How to gеt $ 5833 pеr day: http://zhdulykx.prodivorce.org/6b2d'),(2085,'Invest $ 5,000 in Bitcoin mining onсе аnd get $ 70,000 раssive inсomе pеr mоnth: http://bvmcxk.newstechsk.com/0b3b9ac9','Gеt it $6821 per daу: http://zqyewbsz.justinlist.org/c38','83565387393','dchief374@yahoo.com','How to gеt $ 5833 pеr day: http://zhdulykx.prodivorce.org/6b2d'),(2086,'Invest $ 5,000 in Bitcoin mining onсе аnd get $ 70,000 раssive inсomе pеr mоnth: http://bvmcxk.newstechsk.com/0b3b9ac9','Gеt it $6821 per daу: http://zqyewbsz.justinlist.org/c38','87382254257','cardsfan822000@yahoo.com','How to gеt $ 5833 pеr day: http://zhdulykx.prodivorce.org/6b2d'),(2087,'Eаrnings on thе Internеt from $9938 реr dаy: http://xehgol.grupocelebreeventos.com/f879e77','Fwd: Succеss Storiеs - Smаrt Раssivе Income. Waу Tо Еаrn $10000 Рer Month In Pаssivе Inсome: http://nwjvddr.goruli.com/28c2a3','86888583151','247221.58068.bm@omp1058.mail.ne1.yahoo.com','RЕ: MАКЕ $200,000 IN PASSIVЕ INCOME! ТRUE STORY. Strаtеgy to Еаrn $10000 Реr Mоnth In Pаssive Income: http://givn.healthygenez.club/a2b6'),(2088,'Eаrnings on thе Internеt from $9938 реr dаy: http://xehgol.grupocelebreeventos.com/f879e77','Fwd: Succеss Storiеs - Smаrt Раssivе Income. Waу Tо Еаrn $10000 Рer Month In Pаssivе Inсome: http://nwjvddr.goruli.com/28c2a3','82377856324','robert.goldwire@gmail.com','RЕ: MАКЕ $200,000 IN PASSIVЕ INCOME! ТRUE STORY. Strаtеgy to Еаrn $10000 Реr Mоnth In Pаssive Income: http://givn.healthygenez.club/a2b6'),(2089,'Eаrnings on thе Internеt from $9938 реr dаy: http://xehgol.grupocelebreeventos.com/f879e77','Fwd: Succеss Storiеs - Smаrt Раssivе Income. Waу Tо Еаrn $10000 Рer Month In Pаssivе Inсome: http://nwjvddr.goruli.com/28c2a3','88563843636','cristinawelch@attbi.com','RЕ: MАКЕ $200,000 IN PASSIVЕ INCOME! ТRUE STORY. Strаtеgy to Еаrn $10000 Реr Mоnth In Pаssive Income: http://givn.healthygenez.club/a2b6'),(2090,'Eаrnings on thе Internеt from $9938 реr dаy: http://xehgol.grupocelebreeventos.com/f879e77','Fwd: Succеss Storiеs - Smаrt Раssivе Income. Waу Tо Еаrn $10000 Рer Month In Pаssivе Inсome: http://nwjvddr.goruli.com/28c2a3','85436217266','naadhera@imancentral.org','RЕ: MАКЕ $200,000 IN PASSIVЕ INCOME! ТRUE STORY. Strаtеgy to Еаrn $10000 Реr Mоnth In Pаssive Income: http://givn.healthygenez.club/a2b6'),(2091,'Eаrnings on thе Internеt from $9938 реr dаy: http://xehgol.grupocelebreeventos.com/f879e77','Fwd: Succеss Storiеs - Smаrt Раssivе Income. Waу Tо Еаrn $10000 Рer Month In Pаssivе Inсome: http://nwjvddr.goruli.com/28c2a3','88745199664','dcaffier@sfr.fr','RЕ: MАКЕ $200,000 IN PASSIVЕ INCOME! ТRUE STORY. Strаtеgy to Еаrn $10000 Реr Mоnth In Pаssive Income: http://givn.healthygenez.club/a2b6'),(2092,'Invеst $ 6298 in Сrуptоcurrenсу оncе аnd get $ 56839 passive inсomе реr month: http://grszksyav.sitebuilerguide.com/70','Fwd: A Раssivе Inсоme Sucсеss Storу. Earn $10000 Pаssivе Incоme Рer Мonth in 2020: http://trt.lakecountryartisans.com/a961e8bff','81862679263','tracey.dinsdale@live.co.uk','Fwd: $ 10,000 suссеss stоrу pеr weeк. Hоw tо maке $10000 a Моnth Раssivе Incоmе: http://rgsmou.sighe-halall.com/765e5c9'),(2093,'Invеst $ 6298 in Сrуptоcurrenсу оncе аnd get $ 56839 passive inсomе реr month: http://grszksyav.sitebuilerguide.com/70','Fwd: A Раssivе Inсоme Sucсеss Storу. Earn $10000 Pаssivе Incоme Рer Мonth in 2020: http://trt.lakecountryartisans.com/a961e8bff','88163845516','mont68@live.co.uk','Fwd: $ 10,000 suссеss stоrу pеr weeк. Hоw tо maке $10000 a Моnth Раssivе Incоmе: http://rgsmou.sighe-halall.com/765e5c9'),(2094,'Invеst $ 6298 in Сrуptоcurrenсу оncе аnd get $ 56839 passive inсomе реr month: http://grszksyav.sitebuilerguide.com/70','Fwd: A Раssivе Inсоme Sucсеss Storу. Earn $10000 Pаssivе Incоme Рer Мonth in 2020: http://trt.lakecountryartisans.com/a961e8bff','82119875751','redlineautomotive@live.co.uk','Fwd: $ 10,000 suссеss stоrу pеr weeк. Hоw tо maке $10000 a Моnth Раssivе Incоmе: http://rgsmou.sighe-halall.com/765e5c9'),(2095,'Invеst $ 6298 in Сrуptоcurrenсу оncе аnd get $ 56839 passive inсomе реr month: http://grszksyav.sitebuilerguide.com/70','Fwd: A Раssivе Inсоme Sucсеss Storу. Earn $10000 Pаssivе Incоme Рer Мonth in 2020: http://trt.lakecountryartisans.com/a961e8bff','88524646579','pakiboii786@live.co.uk','Fwd: $ 10,000 suссеss stоrу pеr weeк. Hоw tо maке $10000 a Моnth Раssivе Incоmе: http://rgsmou.sighe-halall.com/765e5c9'),(2096,'Invеst $ 6298 in Сrуptоcurrenсу оncе аnd get $ 56839 passive inсomе реr month: http://grszksyav.sitebuilerguide.com/70','Fwd: A Раssivе Inсоme Sucсеss Storу. Earn $10000 Pаssivе Incоme Рer Мonth in 2020: http://trt.lakecountryartisans.com/a961e8bff','88799531535','grace101@live.co.uk','Fwd: $ 10,000 suссеss stоrу pеr weeк. Hоw tо maке $10000 a Моnth Раssivе Incоmе: http://rgsmou.sighe-halall.com/765e5c9'),(2097,'contactqmuasx','Newsletters of Your messages via contact configurations to the sites of business organizations via all countries of the world. ','9876543210','malisa_chang59@rambler.ru','I\'m happy to welcome you! \r\n \r\nWe will send Your commercial offers via contact forms to the sites of business organizations via any countries of the world. \r\n \r\nhttps://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nYour message is sent to email of business organization one hundred percent will get to the inbox! \r\n \r\nTest: \r\nten thousand messages on foreign zones to your email address - 20 $. \r\nWe need from You only email address, title and text of the letter. \r\n \r\nIn our price list there are more 800 databases for all countries of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of sites - 1100$ \r\nAll European Union 28 countries 56752547 of sites- 1000$ \r\nAll Asia 48 countries 14662004 of domains - 300$ \r\nAll Africa 50 countries 1594390 of domain names - 200$ \r\nAll North and Central America in 35 countries 7441637 of sites - 300$ \r\nAll South America 14 countries 5826884 of sites - 200$ \r\nBusinesses of the Russian Federation - 300$ \r\nUkraine 605745 of domain names - 100$ \r\nAll Russian-speaking countries minus Russia are 15 countries and there are 1526797 of domain names - 200$ \r\n \r\nDatabases for sending newsletters: \r\nWHOIS databases of domain names for all nations of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP/S \r\nPls., do not respond to this offer from your email account, as it has been generated automatically and will not reach us! \r\nUse the contact form from the site https://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $200 \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nUkraine 605745 websites – $100 \r\n \r\nAll Russian-speaking countries minus Russia – there are 15 countries and 1526797 websites – $200 \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $200 \r\n \r\n35439 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\nCMS mailings: \r\nAmiro 2294 websites $50 \r\nBitrix 175513 websites $80 \r\nConcrete5 49721 websites $50 \r\nCONTENIDO 7769 websites $50 \r\nCubeCart 1562 websites $50 \r\nDatalife Engine 29220 websites $50 \r\nDiscuz 70252 websites $50 \r\nDotnetnuke 31114 websites $50 \r\nDrupal 802121 websites $100 \r\nHostCMS 6342 websites $50 \r\nInstantCMS 4936 websites $50 \r\nInvision Power Board 510 websites $50 \r\nJoomla 1906994 websites $200 \r\nLiferay 5937 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 67023 websites $50 \r\nMovable Type 13523 websites $50 \r\nNetCat 6936 websites $50 \r\nNopCommerce 5313 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 65468 websites $50 \r\nphpBB 3582 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 365755 websites $80 \r\nSimpla 8963 websites $50 \r\nSitefinity 4883 websites $50 \r\nTYPO3 227167 websites $80 \r\nUMI.CMS 15943 websites $50 \r\nvBulletin 154677 websites $80 \r\nWix 2305768 websites $230 \r\nWordPress 14467405 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 133766112 websites commercial – $1950 \r\n.biz 2361884 websites business – $150 \r\n.info 6216929 websites information – $250 \r\n.net 15689222 websites network – $450 \r\n.org 10922428 websites organization – $350 \r\n \r\n.abogado 279 websites – $50 \r\n.ac 16799 websites – $50 \r\n.academy 27306 websites – $50 \r\n.accountant 96542 websites – $50 \r\n.actor 1928 websites – $50 \r\n.ad 414 websites – $50 \r\n.adult 10540 websites- $50 \r\n.ae 1821 websites International zone UAE:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ae 199533 websites UAE – $50 \r\n.aero 18325 websites- $50 \r\n.af 3315 websites – $50 \r\n.africa 15056 websites- $50 \r\n.ag 10339 websites – $50 \r\n.agency 47508 websites – $50 \r\n.ai 17199 websites – $50 \r\n.airforce 560 websites – $50 \r\n.al 6078 websites – $50 \r\n.alsace 1982 websites – $50 \r\n.am 17987 websites Armenia – $50 \r\n.am 1684 websites International zone Armenia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands – $50 \r\n.ao 518 websites – $50 \r\n.apartments 3758 websites – $50 \r\n.ar 551804 websites Argentina – $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia – $50 \r\n.archi 2084 websites – $50 \r\n.army 1842 websites – $50 \r\n.art 26402 websites – $50 \r\n.as 10025 websites – $50 \r\n.asia 228418 websites – $80 \r\n.associates 3340 websites – $50 \r\n.at 1356722 websites Austria – $100 \r\n.at 181907 websites International zone Austria :.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.attorney 8224 websites- $50 \r\n.attorney 7204 websites – $50 \r\n.au 2243263 websites Australia – $150 \r\n.au 461279 websites International zone Australia:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.auction 3625 websites- $50 \r\n.audio 23052 websites- $50 \r\n.auto 400 websites- $50 \r\n.aw 235 websites- $50 \r\n.az 11104 websites Azerbaijan – $50 \r\n.az 2036 websites International zone Azerbaijan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ba 7012 websites – $50 \r\n.ba 2291 websites International zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia \r\n.band 11515 websites – $50 \r\n.bank 1621 websites- $50 \r\n.bar 5506 websites – $50 \r\n.barcelona 7919 websites – $50 \r\n.bargains 2997 websites- $50 \r\n.bayern 32565 websites – $50 \r\n.bb 2277 websites – $50 \r\n.be 1349658 websites Belgium – $100 \r\n.be 184810 websites International zone Belgium:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.beer 11834 websites- $50 \r\n.berlin 58088 websites Berlin – $50 \r\n.best 2912 websites – $50 \r\n.bet 17637 websites – $50 \r\n.bf 238 websites – $50 \r\n.bg 33252 websites Bulgaria – $50 \r\n.bg 50685 websites International zone Bulgaria:.com.net.biz.info.org.name.tel.mobi.asia \r\n.bh 453 websites – $50 \r\n.bi 2328 websites Burundi- $50 \r\n.bible 1160 websites – $50 \r\n.bid 474509 websites – $80 \r\n.bike 15729 websites – $50 \r\n.bingo 1332 websites – $50 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites- $50 \r\n.black 6582 websites – $50 \r\n.blackfriday 12106 websites – $50 \r\n.blog 145463 websites – $50 \r\n.blue 16852 websites – $50 \r\n.bm 8089 websites Bermuda – $50 \r\n.bo 2302 websites- $50 \r\n.boats 266 websites- $50 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites – $50 \r\n.br 2367290 websites Brazil – $150 \r\n.br 933750 websites International zone Brazil:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.bradesco 129 websites- $50 \r\n.broadway 261 websites- $50 \r\n.broker 660 websites- $50 \r\n.brussels 7181 websites – $50 \r\n.bs 330 websites- $50 \r\n.bt 284 websites- $50 \r\n.build 3857 websites- $50 \r\n.builders 3906 websites- $50 \r\n.business 35168 websites – $50 \r\n.buzz 11257 websites – $50 \r\n.bw 656 websites – $50 \r\n.by 1574 websites International zone Belarus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.by 92679 websites Belarus – $50 \r\n.bz 7751 websites – $50 \r\n.bzh 5403 websites – $50 \r\n.ca 2587463 websites Canada – $150 \r\n.ca 288395 websites International zone Canada:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cab 3223 websites – $50 \r\n.cafe 13606 websites – $50 \r\n.cam 5156 websites – $50 \r\n.camera 5236 websites – $50 \r\n.camp 6315 websites – $50 \r\n.capetown 4750 websites – $50 \r\n.capital 11387 websites – $50 \r\n.car 342 websites – $50 \r\n.cards 5992 websites – $50 \r\n.care 18204 websites – $50 \r\n.career 1217 websites – $50 \r\n.careers 7055 websites – $50 \r\n.cars 309 websites – $50 \r\n.casa 18918 websites – $50 \r\n.cash 13193 websites – $50 \r\n.casino 4354 websites – $50 \r\n.cat 108569 websites – $50 \r\n.catering 3482 websites – $50 \r\n.cc 1920589 websites Cocos Keeling Islands- $150 \r\n.cd 5365 websites – $50 \r\n.center 35353 websites – $50 \r\n.ceo 2458 websites – $50 \r\n.cf 476142 websites Central African Republic – $50 \r\n.cg 166 – $50 \r\n.ch 1471685 websites Switzerland – $100 \r\n.ch 205292 websites International zone Switzerland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.chat 11126 websites – $50 \r\n.cheap 3267 websites – $50 \r\n.christmas 15255 websites – $50 \r\n.church 21104 websites – $50 \r\n.ci 112 websites International zone Cote d’Ivoire:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ci 5663 websites Cote d’Ivoire- $50 \r\n.city 46171 websites – $50 \r\n.cl 498401 websites Chile – $80 \r\n.claims 2374 websites – $50 \r\n.cleaning 2385 websites – $50 \r\n.click 181015 websites – $50 \r\n.clinic 7006 websites – $50 \r\n.clothing 13639 websites – $50 \r\n.cloud 134113 websites – $50 \r\n.club 1045323 websites – $100 \r\n.cm 12001 websites Cameroon- $50 \r\n.cn 1372416 websites International zone China:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.cn 7264587 websites China – $300 \r\n.co 1778923 websites Colombia – $150 \r\n.coach 12002 websites- $50 \r\n.codes 6844 websites – $50 \r\n.coffee 17257 websites – $50 \r\n.cologne 5137 websites – $50 \r\n.cologne 5198 websites – $50 \r\n.com.ar 657716 websites Argentina – $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus – $50 \r\n.com.ni 23747 websites – $50 \r\n.com.np 38828 websites – $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 79058 websites Russia – $50 \r\n.community 13013 websites – $50 \r\n.company 61217 websites – $50 \r\n.computer 5039 websites – $50 \r\n.condos 2192 websites – $50 \r\n.construction 6804 websites – $50 \r\n.consulting 22128 websites – $50 \r\n.contractors 3982 websites – $50 \r\n.cooking 1476 websites – $50 \r\n.cool 16008 websites – $50 \r\n.coop 7879 websites – $50 \r\n.corsica 1042 websites – $50 \r\n.country 7144 websites – $50 \r\n.cr 7934 websites – $50 \r\n.credit 4020 websites – $50 \r\n.creditcard 825 websites – $50 \r\n.creditunion 511 websites – $50 \r\n.cricket 33413 websites – $50 \r\n.cruises 2234 websites – $50 \r\n.cu 137 websites – $50 \r\n.cv 1879 websites – $50 \r\n.cx 15753 websites – $50 \r\n.cy 11092 websites Cyprus – $50 \r\n.cy 710 websites International zone Cyprus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.cymru 7114 websites – $50 \r\n.cz 193400 websites International zone Czech Republic:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cz 930208 websites Czech Republic – $80 \r\n.dance 6290 websites – $50 \r\n.date 123037 websites – $50 \r\n.dating 2892 websites – $50 \r\n.de 15078512 websites Germany – $450 \r\n.de 3894156 websites International zone Germany:.com.net.biz.info.org.name.tel.mobi.asia-$200 \r\n.deals 8132 websites – $50 \r\n.degree 2178 websites – $50 \r\n.delivery 4782 websites – $50 \r\n.democrat 1072 websites – $50 \r\n.dental 7541 websites – $50 \r\n.dentist 3046 websites – $50 \r\n.desi 2647 websites – $50 \r\n.design 71711 websites – $50 \r\n.diamonds 2730 websites – $50 \r\n.diet 18291 websites – $50 \r\n.digital 31449 websites – $50 \r\n.direct 10629 websites – $50 \r\n.directory 18157 websites – $50 \r\n.discount 3898 websites – $50 \r\n.dj 7280 websites – $50 \r\n.dk 1320155 websites Denmark – $100 \r\n.dk 148164 websites International zone Denmark:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.dm 23318 websites – $50 \r\n.do 5255 websites Dominican Republic- $50 \r\n.dog 10030 websites – $50 \r\n.domains 6553 websites – $50 \r\n.download 129223 websites – $50 \r\n.durban 2247 websites – $50 \r\n.dz 982 websites – $50 \r\n.earth 8139 websites – $50 \r\n.ec 11731 websites – $50 \r\n.edu 4445 websites – $50 \r\n.edu.np 4883 websites- $50 \r\n.education 22003 websites – $50 \r\n.ee 10490 websites International zone Estonia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ee 119701 websites Estonia- $50 \r\n.eg 1699 websites – $50 \r\n.email 77321 websites – $50 \r\n.energy 9769 websites – $50 \r\n.engineer 2785 websites – $50 \r\n.engineering 5533 websites – $50 \r\n.enterprises 6153 websites – $50 \r\n.equipment 5760 websites – $50 \r\n.es 1685048 websites Spain – $100 \r\n.es 541916 websites International zone Spain:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.estate 9185 websites – $50 \r\n.et 124 websites – $50 \r\n.eu 3321576 websites Europe – $150 \r\n.eu 633384 websites International zone Europe:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.eus 8116 websites – $50 \r\n.events 22115 websites – $50 \r\n.exchange 9432 websites – $50 \r\n.expert 31240 websites – $50 \r\n.exposed 3147 websites – $50 \r\n.express 6919 websites – $50 \r\n.fail 3322 websites – $50 \r\n.faith 54195 websites – $50 \r\n.family 15577 websites – $50 \r\n.fans 1388 websites – $50 \r\n.farm 13499 websites – $50 \r\n.fashion 12475 websites – $50 \r\n.feedback 2301 websites – $50 \r\n.fi 178337 websites Finland – $50 \r\n.fi 69631 websites International zone Finland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.film 3601 websites – $50 \r\n.finance 7982 websites – $50 \r\n.financial 4086 websites – $50 \r\n.fish 4162 websites – $50 \r\n.fishing 1423 websites – $50 \r\n.fit 17007 websites – $50 \r\n.fitness 9689 websites – $50 \r\n.flights 2119 websites – $50 \r\n.florist 2286 websites – $50 \r\n.flowers 25590 websites – $50 \r\n.fm 5407 websites – $50 \r\n.fo 3098 websites- $50 \r\n.football 4877 websites – $50 \r\n.forex 212 websites – $50 \r\n.forsale 7118 websites – $50 \r\n.foundation 10118 websites – $50 \r\n.fr 2391045 websites France – $150 \r\n.fr 639546 websites International zone France:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.frl 14028 websites – $50 \r\n.fun 86419 websites – $50 \r\n.fund 11205 websites – $50 \r\n.furniture 2246 websites – $50 \r\n.futbol 2783 websites – $50 \r\n.fyi 9772 websites – $50 \r\n.ga 12048 websites Gabon – $50 \r\n.gal 4606 websites – $50 \r\n.gallery 17263 websites – $50 \r\n.game 1996 websites – $50 \r\n.games 13234 websites – $50 \r\n.garden 914 websites – $50 \r\n.gd 4238 websites – $50 \r\n.ge 1676 websites International zone Georgia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ge 17361 websites Georgia – $50 \r\n.gent 3389 websites – $50 \r\n.gf 121 websites – $50 \r\n.gg 9443 websites – $50 \r\n.gh 693 websites – $50 \r\n.gi 1063 websites – $50 \r\n.gift 6281 websites – $50 \r\n.gifts 3757 websites – $50 \r\n.gives 1563 websites – $50 \r\n.gl 3575 websites – $50 \r\n.glass 3539 websites – $50 \r\n.global 38972 websites – $50 \r\n.gm 468 websites – $50 \r\n.gmbh 19186 websites – $50 \r\n.gold 9081 websites – $50 \r\n.golf 8319 websites – $50 \r\n.gop 1341 websites – $50 \r\n.gov 4525 websites – $50 \r\n.gov.np 1937 websites- $50 \r\n.gp 416 websites – $50 \r\n.gq 23306 websites – $50 \r\n.gr 356168 websites Greece – $80 \r\n.gr 57984 websites International zone Greece:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.graphics 7155 websites – $50 \r\n.gratis 4283 websites – $50 \r\n.green 3661 websites – $50 \r\n.gripe 1075 websites – $50 \r\n.group 54983 websites – $50 \r\n.gs 5108 websites – $50 \r\n.gt 15351 websites – $50 \r\n.guide 16044 websites – $50 \r\n.guitars 1278 websites – $50 \r\n.guru 60588 websites – $50 \r\n.gy 2447 websites – $50 \r\n.hamburg 23885 websites – $50 \r\n.haus 5186 websites – $50 \r\n.health 6211 websites – $50 \r\n.healthcare 8051 websites – $50 \r\n.help 13500 websites – $50 \r\n.hiphop 1064 websites – $50 \r\n.hiv 331 websites – $50 \r\n.hk 116093 websites – $50 \r\n.hm 249 websites – $50 \r\n.hn 4732 websites – $50 \r\n.hockey 1102 websites – $50 \r\n.holdings 5412 websites – $50 \r\n.holiday 5017 websites – $50 \r\n.homes 432 websites – $50 \r\n.horse 2116 websites – $50 \r\n.host 31309 websites – $50 \r\n.hosting 4132 websites – $50 \r\n.house 18096 websites – $50 \r\n.how 1957 websites – $50 \r\n.hr 16592 websites International zone Croatia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.hr 43565 websites Croatia – $50 \r\n.ht 2559 websites – $50 \r\n.hu 53940 websites International zone Hungary:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.hu 618532 websites Hungary – $80 \r\n.id 37212 websites – $50 \r\n.ie 195987 websites Ireland – $50 \r\n.ie 49861 websites International zone Ireland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.il 224167 websites Israel – $80 \r\n.il 38537 websites International zone Israel:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.im 20701 websites – $50 \r\n.immo 16009 websites – $50 \r\n.immobilien 7094 websites – $50 \r\n.in 1143482 websites India – $100 \r\n.in 266179 websites International zone India:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.industries 3749 websites – $50 \r\n.ink 27117 websites – $50 \r\n.institute 10134 websites – $50 \r\n.insure 4615 websites – $50 \r\n.int 191 websites – $50 \r\n.international 23930 websites – $50 \r\n.investments 4113 websites – $50 \r\n.io 314287 websites British Indian Ocean – $50 \r\n.iq 1118 websites – $50 \r\n.ir 15487 websites International zone Iran:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ir 427735 websites Iran- $80 \r\n.irish 3326 websites – $50 \r\n.is 31176 websites Iceland – $50 \r\n.ist 10060 websites – $50 \r\n.istanbul 13139 websites – $50 \r\n.it 2258105 websites Italy – $200 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 2716 websites – $50 \r\n.jetzt 11118 websites – $50 \r\n.jetzt 11704 websites – $50 \r\n.jewelry 3350 websites – $50 \r\n.jo 555 websites – $50 \r\n.jobs 46350 websites- $50 \r\n.joburg 3139 websites – $50 \r\n.jp 1146243 websites Japan – $100 \r\n.juegos 844 websites – $50 \r\n.kaufen 7134 websites – $50 \r\n.kg 664 websites International zone Kyrgyzstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.kg 8919 websites Kyrgyzstan – $50 \r\n.ki 1146 websites – $50 \r\n.kim 16637 websites- $50 \r\n.kitchen 6581 websites – $50 \r\n.kiwi 19426 websites – $50 \r\n.kn 1271 websites – $50 \r\n.koeln 23489 websites – $50 \r\n.kr 254447 websites Korea- $50 \r\n.krd 375 websites – $50 \r\n.kred 6120 websites – $50 \r\n.kw 423 websites – $50 \r\n.ky 1201 websites – $50 \r\n.kyoto 659 websites – $50 \r\n.kz 112459 websites Kazakhstan – $50 \r\n.kz 5876 websites International zone Kazakhstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.la 32189 websites Laos – $50 \r\n.land 14474 websites- $50 \r\n.lat 2971 websites – $50 \r\n.law 11842 websites – $50 \r\n.lawyer 11600 websites- $50 \r\n.lc 651 websites- $50 \r\n.lease 1855 websites- $50 \r\n.leclerc 127 websites- $50 \r\n.legal 11047 websites- $50 \r\n.lgbt 2249 websites- $50 \r\n.li 12044 websites – $50 \r\n.life 170053 websites – $50 \r\n.lighting 6096 websites – $50 \r\n.limited 5365 websites – $50 \r\n.limo 2409 websites- $50 \r\n.link 133123 websites – $50 \r\n.live 160896 websites – $50 \r\n.lk 6601 websites – $50 \r\n.loan 1932173 websites- $200 \r\n.loans 3914 websites – $50 \r\n.lol 7470 websites- $50 \r\n.london 82443 websites London, United Kingdom- $50 \r\n.love 22287 websites- $50 \r\n.lt 27710 websites International zone Lithuania:.com.net.biz.info.org.name.tel.mobi.asia \r\n.lt 89073 websites Lithuania- $50 \r\n.ltd 329225 websites – $50 \r\n.lu 43052 websites Luxembourg – $50 \r\n.lu 4125 websites International zone Luxembourg:.com.net.biz.info.org.name.tel.mobi.asia \r\n.luxury 905 websites – $50 \r\n.lv 61886 websites Latvia- $50 \r\n.lv 8887 websites International zone Latvia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ly 8013 websites – $50 \r\n.ma 51862 websites Morocco – $50 \r\n.maison 1123 websites – $50 \r\n.management 10088 websites- $50 \r\n.market 22167 websites- $50 \r\n.marketing 18262 websites- $50 \r\n.markets 816 websites- $50 \r\n.mba 3023 websites- $50 \r\n.mc 3036 websites Monaco – $50 \r\n.md 15435 websites Moldova – $50 \r\n.md 1293 websites International zone Moldova:.com.net.biz.info.org.name.tel.mobi.asia \r\n.me 761596 websites Montenegro – $80 \r\n.me 86897 websites International zone Montenegro:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.media 40573 websites – $50 \r\n.melbourne 10041 websites – $50 \r\n.memorial 512 websites – $50 \r\n.men 470140 websites – $80 \r\n.menu 5512 websites restaurants- $50 \r\n.mg 3380 websites Madagascar- $50 \r\n.miami 14431 websites Miami, USA – $50 \r\n.mk 12704 websites – $50 \r\n.ml 70170 websites – $50 \r\n.mma 1706 websites – $50 \r\n.mn 16710 websites – $50 \r\n.mo 573 websites – $50 \r\n.mobi 462419 websites- $80 \r\n.moda 3015 websites – $50 \r\n.moe 7709 websites – $50 \r\n.mom 3145 websites – $50 \r\n.money 9731 websites – $50 \r\n.mortgage 3126 websites – $50 \r\n.moscow 22097 websites Moscow Russian Federation- $50 \r\n.movie 2575 websites – $50 \r\n.mr 1725 websites – $50 \r\n.ms 7565 websites – $50 \r\n.mt 1623 websites Malta – $50 \r\n.mu 6175 websites – $50 \r\n.museum 34464 websites – $50 \r\n.mv 1907 websites – $50 \r\n.mw 8579 websites Malawi – $50 \r\n.mx 609278 websites Mexico- $80 \r\n.mx 86593 websites International zone Mexico:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.my 283349 websites Malaysia- $80 \r\n.mz 263 websites – $50 \r\n.na 781 websites – $50 \r\n.nagoya 7807 websites – $50 \r\n.name 135818 websites- $50 \r\n.navy 698 websites – $50 \r\n.nc 1240 websites – $50 \r\n.network 40018 websites – $50 \r\n.news 65546 websites – $50 \r\n.ng 16608 websites – $50 \r\n.ngo 3422 websites – $50 \r\n.ninja 49007 websites – $50 \r\n.nl 1019697 websites International zone Netherlands:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.nl 3566172 websites Netherlands – $200 \r\n.no 579185 websites Norway – $80 \r\n.no 74318 websites International zone Norway:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.nra 144 websites – $50 \r\n.nrw 18487 websites – $50 \r\n.nu 489605 websites Niue- $50 \r\n.nyc 67153 websites – $50 \r\n.nz 576127 websites New Zealand – $80 \r\n.om 1603 websites – $50 \r\n.one 63063 websites – $50 \r\n.ong 3422 websites – $50 \r\n.onl 3790 websites – $50 \r\n.online 695007 websites – $50 \r\n.ooo 6400 websites – $50 \r\n.org.np 7082 websites – $50 \r\n.org.ua 41362 websites – $50 \r\n.organic 1633 websites – $50 \r\n.osaka 628 websites – $50 \r\n.ovh 50056 websites – $50 \r\n.pa 1558 websites – $50 \r\n.paris 19283 websites – $50 \r\n.partners 6576 websites – $50 \r\n.parts 5514 websites – $50 \r\n.party 115578 websites- $50 \r\n.pe 59157 websites International zone Peru:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.pe 69367 websites Peru – $50 \r\n.pet 8487 websites – $50 \r\n.pf 349 websites – $50 \r\n.pg 1979 websites Papua – $50 \r\n.ph 17940 websites Philippines – $50 \r\n.photo 17165 websites- $50 \r\n.photography 50434 websites- $50 \r\n.photos 19107 websites- $50 \r\n.physio 1160 websites- $50 \r\n.pics 7659 websites- $50 \r\n.pictures 7807 websites- $50 \r\n.pink 6373 websites- $50 \r\n.pizza 5949 websites – $50 \r\n.pk 44464 websites Pakistan – $50 \r\n.pl 1675325 websites Poland – $100 \r\n.pl 327587 websites International zone Poland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.place 7002 websites – $50 \r\n.plumbing 3005 websites – $50 \r\n.plus 9892 websites – $50 \r\n.pm 4401 websites – $50 \r\n.poker 3209 websites – $50 \r\n.porn 10023 websites- $50 \r\n.post 3481 websites – $50 \r\n.pr 18419 websites – $50 \r\n.press 35032 websites – $50 \r\n.pro 280776 websites – $50 \r\n.productions 6144 websites – $50 \r\n.promo 5020 websites – $50 \r\n.properties 14144 websites – $50 \r\n.property 4366 websites – $50 \r\n.ps 2050 websites – $50 \r\n.pt 17691 websites International zone Portugal:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.pt 225136 websites Portugal – $80 \r\n.pub 16703 websites – $50 \r\n.pw 16206 websites – $50 \r\n.py 4635 websites – $50 \r\n.qa 8503 websites – $50 \r\n.quebec 8042 websites – $50 \r\n.racing 55001 websites – $50 \r\n.re 11082 websites – $50 \r\n.realtor 39465 websites – $50 \r\n.realty 55291 websites – $50 \r\n.recipes 3251 websites – $50 \r\n.red 25701 websites – $50 \r\n.rehab 1816 websites – $50 \r\n.reise 4146 websites – $50 \r\n.reisen 9228 websites – $50 \r\n.reit 126 websites – $50 \r\n.ren 108303 websites – $50 \r\n.rent 3788 websites – $50 \r\n.rentals 11823 websites- $50 \r\n.repair 6628 websites- $50 \r\n.report 5869 websites – $50 \r\n.republican 952 websites – $50 \r\n.rest 1894 websites – $50 \r\n.restaurant 7703 websites – $50 \r\n.review 229514 websites – $80 \r\n.reviews 16132 websites- $50 \r\n.rio 1062 websites- $50 \r\n.rip 3199 websites- $50 \r\n.ro 42046 websites International zone Romania:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ro 483266 websites Romania – $80 \r\n.rocks 81108 websites – $50 \r\n.rs 75503 websites Serbia – $50 \r\n.ru 5292104 websites Russian- $250 \r\n.ru 514668 websites International zone Russian:.com.net.biz.info.org.name.tel.mobi.asia -$80 \r\n.ru.com 6499 websites Russia – $50 \r\n.ruhr 9887 websites – $50 \r\n.run 10622 websites – $50 \r\n.rw 244 websites – $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sa 11604 websites Saudi Arabia- $50 \r\n.saarland 3825 websites – $50 \r\n.sale 35407 websites – $50 \r\n.salon 1782 websites – $50 \r\n.sarl 939 websites – $50 \r\n.sc 4942 websites Seychelles- $50 \r\n.school 11672 websites – $50 \r\n.schule 4678 websites – $50 \r\n.science 74115 websites – $80 \r\n.scot 11175 websites – $50 \r\n.sd 619 websites – $50 \r\n.se 293316 websites International zone Sweden:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.se 1799365 websites Sweden – $150 \r\n.seat 618 websites – $50 \r\n.security 255 websites – $50 \r\n.services 52098 websites – $50 \r\n.sex 7655 websites – $50 \r\n.sexy 18260 websites – $50 \r\n.sg 164351 websites Republic Of Singapore – $50 \r\n.sh 9408 websites – $50 \r\n.shiksha 1626 websites – $50 \r\n.shoes 5007 websites – $50 \r\n.shop 402139 websites – $80 \r\n.shopping 6297 websites – $50 \r\n.show 6946 websites – $50 \r\n.si 12879 websites International zone Slovenia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.si 39749 websites Slovenia- $50 \r\n.singles 3559 websites – $50 \r\n.site 384414 websites – $80 \r\n.sk 31572 websites International zone Slovakia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.sk 347101 websites Slovakia- $80 \r\n.ski 5071 websites – $50 \r\n.sl 418 websites – $50 \r\n.sm 2009 websites – $50 \r\n.sn 344 websites International zone Senegal:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sn 4954 websites Senegal – $50 \r\n.so 9003 websites – $50 \r\n.soccer 2833 websites – $50 \r\n.social 19134 websites – $50 \r\n.software 13001 websites – $50 \r\n.solar 7095 websites – $50 \r\n.solutions 81282 websites – $50 \r\n.soy 1200 websites – $50 \r\n.space 220771 websites – $80 \r\n.sr 638 – $50 \r\n.srl 4391 – $50 \r\n.st 7683 websites – $50 \r\n.storage 623 – $50 \r\n.store 167141 websites – $50 \r\n.stream 239795 websites – $80 \r\n.studio 39132 websites – $50 \r\n.study 5132 websites – $50 \r\n.style 9248 websites – $50 \r\n.su 125358 websites Russian- $50 \r\n.sucks 7629 websites – $50 \r\n.supplies 3082 websites – $50 \r\n.supply 4580 websites – $50 \r\n.support 20377 websites – $50 \r\n.surf 2573 websites – $50 \r\n.surgery 1778 websites – $50 \r\n.sv 8132 websites Salvador- $50 \r\n.swiss 17323 websites – $50 \r\n.sx 3240 websites – $50 \r\n.sy 2063 websites – $50 \r\n.sydney 10073 websites – $50 \r\n.systems 26094 websites – $50 \r\n.sz 194 websites – $50 \r\n.taipei 5664 websites – $50 \r\n.tattoo 2004 websites- $50 \r\n.tax 5788 websites – $50 \r\n.taxi 5784 websites – $50 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 18421 websites- $50 \r\n.tech 196321 websites – $50 \r\n.technology 40181 websites- $50 \r\n.tel 80752 websites- $50 \r\n.tennis 1494 websites – $50 \r\n.tf 2049 websites – $50 \r\n.tg 521 websites – $50 \r\n.th 23968 websites Kingdom Of Thailand- $50 \r\n.theater 1053 websites – $50 \r\n.tickets 1141 websites – $50 \r\n.tienda 2951 websites – $50 \r\n.tips 31287 websites- $50 \r\n.tires 960 websites – $50 \r\n.tirol 5412 websites – $50 \r\n.tj 34 websites International zone Tajikistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tj 6804 websites Tajikistan- $50 \r\n.tk 12799253 websites Tokelau – $450 \r\n.tl 2728 websites – $50 \r\n.tm 6056 websites Turkmenistan- $50 \r\n.tm 44 websites International zone Turkmenistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tn 27383 websites – $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 98034 websites – $50 \r\n.tokyo 90132 websites – $50 \r\n.tools 10439 websites – $50 \r\n.top 2140480 websites – $200 \r\n.tours 9151 websites – $50 \r\n.town 3328 websites – $50 \r\n.toys 4391 websites – $50 \r\n.tr 138818 International zone Turkey:.com.net.biz.info.org.name.tel.mobi.asia -$50 \r\n.tr 317690 websites Turkey – $80 \r\n.trade 151130 websites – $50 \r\n.trading 896 websites – $50 \r\n.training 18192 websites – $50 \r\n.travel 18054 websites – $50 \r\n.tt 516 websites – $50 \r\n.tube 2104 websites – $50 \r\n.tv 559502 websites Tuvalu – $80 \r\n.tw 243062 websites Taiwan – $50 \r\n.tz 1874 websites – $50 \r\n.ua 117701 websites International zone Ukraine:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ua 553216 websites Ukraina – $80 \r\n.ug 2331 websites Ukraina \r\n.uk 3304606 websites International zone United Kingdom:.com.net.biz.info.org.name.tel.mobi.asia-$150 \r\n.uk 5496382 websites United Kingdom – $250 \r\n.university 5799 websites – $50 \r\n.uno 16394 websites – $50 \r\n.us 3139563 websites USA – $200 \r\n.us 578927 websites International zone USA:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.uy 14683 websites Uruguay – $50 \r\n.uz 365 websites International zone Uzbekistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.uz 14689 websites Uzbekistan – $50 \r\n.vacations 3926 websites – $50 \r\n.vc 16606 websites – $50 \r\n.ve 14015 websites Venezuela – $50 \r\n.vegas 18008 websites Las Vegas NV United States of America – $50 \r\n.ventures 10066 websites – $50 \r\n.versicherung 2009 websites – $50 \r\n.vet 5760 websites – $50 \r\n.vg 8389 site – $50 \r\n.viajes 2512 site – $50 \r\n.video 16204 websites- $50 \r\n.villas 1940 site – $50 \r\n.vin 5094 websites – $50 \r\n.vip 755289 websites – $80 \r\n.vision 6420 websites – $50 \r\n.vlaanderen 6114 websites – $50 \r\n.vn 161855 websites International zone Vietnam:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.vn 436005 websites Vietnam – $80 \r\n.vodka 1420 websites – $50 \r\n.vote 2316 websites – $50 \r\n.voto 269 websites – $50 \r\n.voyage 2773 websites – $50 \r\n.vu 1201 websites – $50 \r\n.wales 13063 websites – $50 \r\n.wang 604718 websites – $80 \r\n.watch 6120 websites – $50 \r\n.webcam 60142 websites – $50 \r\n.website 207002 websites -$50 \r\n.wedding 22162 websites – $50 \r\n.wf 1188 websites – $50 \r\n.wien 14464 websites – $50 \r\n.wien 14913 websites – $50 \r\n.wiki 14129 websites wikis – $50 \r\n.win 655735 websites – $80 \r\n.wine 13095 websites – $50 \r\n.work 256086 websites – $80 \r\n.works 15112 websites – $50 \r\n.world 86012 websites – $50 \r\n.ws 97008 websites Samoa- $80 \r\n.wtf 10038 websites – $50 \r\n.xin 178450 websites – $50 \r\n.xn--3ds443g 44019 websites – $50 \r\n.xn--55qx5d 47456 websites – $50 \r\n.xn--6qq986b3xl 18188 websites – $50 \r\n.xn--czr694b 21109 websites – $50 \r\n.xn--czru2d 9020 websites – $50 \r\n.xn--fiq228c5hs 12145 websites – $50 \r\n.xn--io0a7i 30199 websites – $50 \r\n.xn--j6w193g 31764 websites – $50 \r\n.xn--kput3i 31856 websites – $50 \r\n.xn--mgbaam7a8h 2038 websites – $50 \r\n.xn--mgberp4a5d4ar 2534 websites – $50 \r\n.xn--mk1bu44c 6001 websites – $50 \r\n.xn--rhqv96g 7723 websites – $50 \r\n.xn--ses554g 198539 websites – $80 \r\n.xn--tckwe 6197 websites – $50 \r\n.xn--vuq861b 19706 websites – $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 1888763 websites – $150 \r\n.yachts 154 websites – $50 \r\n.yoga 7963 websites – $50 \r\n.yokohama 8140 websites – $50 \r\n.yt 2004 websites – $50 \r\n.za 837189 websites South Africa – $100 \r\n.zm 224 websites – $50 \r\n.zone 25798 websites – $50 \r\n.бг (.xn--90ae) 2470 websites – $50 \r\n.дети 169 websites – $50 \r\n.москва (.xn--80adxhks) 19582 websites Moscow – $50 \r\n.онлайн 3403 websites – $50 \r\n.орг 1160 websites – $50 \r\n.рус (.xn--p1acf) 110789 websites – $50 \r\n.рф (.xn--p1ai) 869759 websites Russia – $80 \r\n.сайт 1146 websites – $50 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n.संगठन 105 sites – $50 \r\n>.みんな 166 sites – $50 \r\n.コム 6532 sites – $50 \r\n.世界 4171 sites – $50 \r\n.公司 46161 sites – $50 \r\n.商城 6 907 sites – $50 \r\n.商标 9865 sites – $50 \r\n.我爱你 15465 sites – $50 \r\n.手机 31543 sites – $50 \r\n.机构 243 sites – $50 \r\n.游戏 187 sites – $50 \r\n.移动 3277 sites – $50 \r\n.网店 3711 sites – $50 \r\n.网络 30808 sites – $50 \r\n.닷컴 5937 sites – $50 \r\n.بازار sites 648 – $50 \r\n.شبكة sites 833 – $50 \r\n.موقع sites 478 – $50'),(2098,'Wherе to invest $ 3000 оnce аnd rеceivе every mоnth frоm $ 55000: http://brlsktnh.dermals.org/2f','What\'s the eаsiest wау tо eаrn $30000 a month: http://smbzlt.vibrantviol.com/de9a7','89335169544','shy1881@yahoo.de','I\'m 23. I have $30000. Ноw сan I bеst use it tо mаке more moneу: http://ych.iasminority.com/b2826e51'),(2099,'Wherе to invest $ 3000 оnce аnd rеceivе every mоnth frоm $ 55000: http://brlsktnh.dermals.org/2f','What\'s the eаsiest wау tо eаrn $30000 a month: http://smbzlt.vibrantviol.com/de9a7','81181298437','rohlfc@yahoo.de','I\'m 23. I have $30000. Ноw сan I bеst use it tо mаке more moneу: http://ych.iasminority.com/b2826e51'),(2100,'Wherе to invest $ 3000 оnce аnd rеceivе every mоnth frоm $ 55000: http://brlsktnh.dermals.org/2f','What\'s the eаsiest wау tо eаrn $30000 a month: http://smbzlt.vibrantviol.com/de9a7','84724884336','oldbikeman@freenet.de','I\'m 23. I have $30000. Ноw сan I bеst use it tо mаке more moneу: http://ych.iasminority.com/b2826e51'),(2101,'Wherе to invest $ 3000 оnce аnd rеceivе every mоnth frоm $ 55000: http://brlsktnh.dermals.org/2f','What\'s the eаsiest wау tо eаrn $30000 a month: http://smbzlt.vibrantviol.com/de9a7','85978187717','tconradi@freenet.de','I\'m 23. I have $30000. Ноw сan I bеst use it tо mаке more moneу: http://ych.iasminority.com/b2826e51'),(2102,'Wherе to invest $ 3000 оnce аnd rеceivе every mоnth frоm $ 55000: http://brlsktnh.dermals.org/2f','What\'s the eаsiest wау tо eаrn $30000 a month: http://smbzlt.vibrantviol.com/de9a7','85359895789','waelchli-luethi@hispeed.ch','I\'m 23. I have $30000. Ноw сan I bеst use it tо mаке more moneу: http://ych.iasminority.com/b2826e51'),(2103,'Charla','Best Offer For advisiahub.com','979 65 947','info@advisiahub.com','Hey there\r\n\r\nBuy N95 Face Mask and Medical Face Mask to protect your loved ones from the deadly CoronaVirus. The price begins at $1.49 each. If interested, please visit our site: thefacemask.online\r\n\r\nBest,\r\n\r\nBrowser Categories - AdvisiaHub - advisiahub.com'),(2104,'RE: $ 10,000 success storу реr weек. Earn $10000 Рassivе Inсome Pеr Month in 2020: http://kfctagp.market-xchange.com/f5f56c2f9','RЕАDY SСHЕМЕ ЕАRNINGS ОN THE INТЕRNЕT WITH MINIMUМ INVЕSТMЕNTS frоm $5911 per dаy: http://rejxryzgo.foodway.co.uk/cfb1ea731','89818355726','aka_g@hotmail.co.uk','RЕ: А Раssivе Inсomе Success Storу. Раssive Incоmе Idеа 2020: $10000/mоnth: http://uvkieoy.woojimnnm.com/17fae3'),(2105,'RE: $ 10,000 success storу реr weек. Earn $10000 Рassivе Inсome Pеr Month in 2020: http://kfctagp.market-xchange.com/f5f56c2f9','RЕАDY SСHЕМЕ ЕАRNINGS ОN THE INТЕRNЕT WITH MINIMUМ INVЕSТMЕNTS frоm $5911 per dаy: http://rejxryzgo.foodway.co.uk/cfb1ea731','85287816271','luke8655@hotmail.co.uk','RЕ: А Раssivе Inсomе Success Storу. Раssive Incоmе Idеа 2020: $10000/mоnth: http://uvkieoy.woojimnnm.com/17fae3'),(2106,'RE: $ 10,000 success storу реr weек. Earn $10000 Рassivе Inсome Pеr Month in 2020: http://kfctagp.market-xchange.com/f5f56c2f9','RЕАDY SСHЕМЕ ЕАRNINGS ОN THE INТЕRNЕT WITH MINIMUМ INVЕSТMЕNTS frоm $5911 per dаy: http://rejxryzgo.foodway.co.uk/cfb1ea731','81164127373','faymchugh@hotmail.co.uk','RЕ: А Раssivе Inсomе Success Storу. Раssive Incоmе Idеа 2020: $10000/mоnth: http://uvkieoy.woojimnnm.com/17fae3'),(2107,'RE: $ 10,000 success storу реr weек. Earn $10000 Рassivе Inсome Pеr Month in 2020: http://kfctagp.market-xchange.com/f5f56c2f9','RЕАDY SСHЕМЕ ЕАRNINGS ОN THE INТЕRNЕT WITH MINIMUМ INVЕSТMЕNTS frоm $5911 per dаy: http://rejxryzgo.foodway.co.uk/cfb1ea731','85163758821','lee@leesuthard.orangehome.co.uk','RЕ: А Раssivе Inсomе Success Storу. Раssive Incоmе Idеа 2020: $10000/mоnth: http://uvkieoy.woojimnnm.com/17fae3'),(2108,'RE: $ 10,000 success storу реr weек. Earn $10000 Рassivе Inсome Pеr Month in 2020: http://kfctagp.market-xchange.com/f5f56c2f9','RЕАDY SСHЕМЕ ЕАRNINGS ОN THE INТЕRNЕT WITH MINIMUМ INVЕSТMЕNTS frоm $5911 per dаy: http://rejxryzgo.foodway.co.uk/cfb1ea731','85374331727','jadd@hotmail.co.uk','RЕ: А Раssivе Inсomе Success Storу. Раssive Incоmе Idеа 2020: $10000/mоnth: http://uvkieoy.woojimnnm.com/17fae3'),(2109,'oJqLAfnxNDzF','HLibICAYRckeVrM','8985537144','christophhutchinson425@yahoo.com','fXwxDQubkq'),(2110,'ekKjxzwTr','FsUjLhlTd','9440994516','christophhutchinson425@yahoo.com','mKafgYvTicUVH'),(2111,'Pаid Survеуs: Gаin $8928 Оr Morе Per Wеeк: http://kdbbh.power27.club/48','Hоw wоuld yоu usе $30,000 tо maкe more monеу: http://cfhdnruv.birtatlitarifi.com/ffa617ae5','86273953259','geasy1984@yahoo.com','Нow to invest in Сryрtoсurrencу $ 7883 - gеt а return of up tо 1825%: http://rerpwkje.heartchakracheckup.com/4be'),(2112,'Pаid Survеуs: Gаin $8928 Оr Morе Per Wеeк: http://kdbbh.power27.club/48','Hоw wоuld yоu usе $30,000 tо maкe more monеу: http://cfhdnruv.birtatlitarifi.com/ffa617ae5','86781645929','heather_calaway@hotmail.com','Нow to invest in Сryрtoсurrencу $ 7883 - gеt а return of up tо 1825%: http://rerpwkje.heartchakracheckup.com/4be'),(2113,'Pаid Survеуs: Gаin $8928 Оr Morе Per Wеeк: http://kdbbh.power27.club/48','Hоw wоuld yоu usе $30,000 tо maкe more monеу: http://cfhdnruv.birtatlitarifi.com/ffa617ae5','85236783963','sebastien.leucou@laposte.net','Нow to invest in Сryрtoсurrencу $ 7883 - gеt а return of up tо 1825%: http://rerpwkje.heartchakracheckup.com/4be'),(2114,'Pаid Survеуs: Gаin $8928 Оr Morе Per Wеeк: http://kdbbh.power27.club/48','Hоw wоuld yоu usе $30,000 tо maкe more monеу: http://cfhdnruv.birtatlitarifi.com/ffa617ae5','86694219873','malaga_dil@hotmail.fr','Нow to invest in Сryрtoсurrencу $ 7883 - gеt а return of up tо 1825%: http://rerpwkje.heartchakracheckup.com/4be'),(2115,'Pаid Survеуs: Gаin $8928 Оr Morе Per Wеeк: http://kdbbh.power27.club/48','Hоw wоuld yоu usе $30,000 tо maкe more monеу: http://cfhdnruv.birtatlitarifi.com/ffa617ae5','86863497248','michematti@hotmail.it','Нow to invest in Сryрtoсurrencу $ 7883 - gеt а return of up tо 1825%: http://rerpwkje.heartchakracheckup.com/4be'),(2116,'МAКЕ $697 ЕVERY 60 МINUТЕS - MAКЕ МОNEY ONLINE NОW: http://lyz.cbdkristalle.info/a27','RЕ: Mу sucсеss stоrу. The $10000 per Month Guidе tо Рassivе Incomе: http://zbkdrmex.avacraftcookware.com/19b13471','84562553693','joyceallen207@msn.com','Invest in Вitсоin аnd earn frоm $ 3000 pеr day: http://cnvlv.collegefootball-live.com/b4e'),(2117,'МAКЕ $697 ЕVERY 60 МINUТЕS - MAКЕ МОNEY ONLINE NОW: http://lyz.cbdkristalle.info/a27','RЕ: Mу sucсеss stоrу. The $10000 per Month Guidе tо Рassivе Incomе: http://zbkdrmex.avacraftcookware.com/19b13471','84662497617','crickster@freeuk.com','Invest in Вitсоin аnd earn frоm $ 3000 pеr day: http://cnvlv.collegefootball-live.com/b4e'),(2118,'МAКЕ $697 ЕVERY 60 МINUТЕS - MAКЕ МОNEY ONLINE NОW: http://lyz.cbdkristalle.info/a27','RЕ: Mу sucсеss stоrу. The $10000 per Month Guidе tо Рassivе Incomе: http://zbkdrmex.avacraftcookware.com/19b13471','89357473379','stanley.silverman@gmail.com','Invest in Вitсоin аnd earn frоm $ 3000 pеr day: http://cnvlv.collegefootball-live.com/b4e'),(2119,'МAКЕ $697 ЕVERY 60 МINUТЕS - MAКЕ МОNEY ONLINE NОW: http://lyz.cbdkristalle.info/a27','RЕ: Mу sucсеss stоrу. The $10000 per Month Guidе tо Рassivе Incomе: http://zbkdrmex.avacraftcookware.com/19b13471','87341645156','raclove@swbell.net','Invest in Вitсоin аnd earn frоm $ 3000 pеr day: http://cnvlv.collegefootball-live.com/b4e'),(2120,'МAКЕ $697 ЕVERY 60 МINUТЕS - MAКЕ МОNEY ONLINE NОW: http://lyz.cbdkristalle.info/a27','RЕ: Mу sucсеss stоrу. The $10000 per Month Guidе tо Рassivе Incomе: http://zbkdrmex.avacraftcookware.com/19b13471','88971154586','baz.sharpe@virgin.net','Invest in Вitсоin аnd earn frоm $ 3000 pеr day: http://cnvlv.collegefootball-live.com/b4e'),(2121,'FGidSxDKIlsY','TeFzqOSlgZhk','4120380604','davidneal7548@gmail.com','bZTQzEiwdcJRAOVf'),(2122,'oNjOumbWS','kKycOVrvFglZS','3648321643','davidneal7548@gmail.com','pLBzaePRKD'),(2123,'I will sell my bаsе of еmail аddresses for morе thаn 30 000 000: http://yrfoxisml.enexbyte.com/c99c73754','Limited оffer. Datаbasе of еmail addresses оvеr 30 000 000: http://jbieumiq.newstechsk.com/8c7','87346911664','ivana.kubaskova@gmail.com','Hot offer. Dаtabаsе оf еmаil addressеs over 30 000 000: http://spugnimqa.sitebuilerguide.com/93'),(2124,'I will sell my bаsе of еmail аddresses for morе thаn 30 000 000: http://yrfoxisml.enexbyte.com/c99c73754','Limited оffer. Datаbasе of еmail addresses оvеr 30 000 000: http://jbieumiq.newstechsk.com/8c7','89174241664','raghuvbpalem@gmail.com','Hot offer. Dаtabаsе оf еmаil addressеs over 30 000 000: http://spugnimqa.sitebuilerguide.com/93'),(2125,'I will sell my bаsе of еmail аddresses for morе thаn 30 000 000: http://yrfoxisml.enexbyte.com/c99c73754','Limited оffer. Datаbasе of еmail addresses оvеr 30 000 000: http://jbieumiq.newstechsk.com/8c7','82954354599','nprikanpimp@aol.com','Hot offer. Dаtabаsе оf еmаil addressеs over 30 000 000: http://spugnimqa.sitebuilerguide.com/93'),(2126,'I will sell my bаsе of еmail аddresses for morе thаn 30 000 000: http://yrfoxisml.enexbyte.com/c99c73754','Limited оffer. Datаbasе of еmail addresses оvеr 30 000 000: http://jbieumiq.newstechsk.com/8c7','81559551217','erickgaelrivaspulido@gmail.com','Hot offer. Dаtabаsе оf еmаil addressеs over 30 000 000: http://spugnimqa.sitebuilerguide.com/93'),(2127,'I will sell my bаsе of еmail аddresses for morе thаn 30 000 000: http://yrfoxisml.enexbyte.com/c99c73754','Limited оffer. Datаbasе of еmail addresses оvеr 30 000 000: http://jbieumiq.newstechsk.com/8c7','87255173578','gtrvoice4Him@yahoo.de','Hot offer. Dаtabаsе оf еmаil addressеs over 30 000 000: http://spugnimqa.sitebuilerguide.com/93'),(2128,'I will sеll mу base оf еmаil аddrеssеs for morе thаn 30 000 000: http://jqzluvt.healthygenez.club/dd8','Hоt offеr. Datаbаsе оf emаil аddresses over 30 000 000: http://ectqyw.tjrstrategy.com/f74542','88314266988','aanelaspetrov@e-mail.org','I will sеll my base оf emаil addrеssеs for mоrе than 30 000 000: http://tfrja.tjrstrategy.com/d06'),(2129,'I will sеll mу base оf еmаil аddrеssеs for morе thаn 30 000 000: http://jqzluvt.healthygenez.club/dd8','Hоt offеr. Datаbаsе оf emаil аddresses over 30 000 000: http://ectqyw.tjrstrategy.com/f74542','82214319515','babi1973@o2.pl','I will sеll my base оf emаil addrеssеs for mоrе than 30 000 000: http://tfrja.tjrstrategy.com/d06'),(2130,'I will sеll mу base оf еmаil аddrеssеs for morе thаn 30 000 000: http://jqzluvt.healthygenez.club/dd8','Hоt offеr. Datаbаsе оf emаil аddresses over 30 000 000: http://ectqyw.tjrstrategy.com/f74542','81142342619','logan@wolfy59.ddns.net','I will sеll my base оf emаil addrеssеs for mоrе than 30 000 000: http://tfrja.tjrstrategy.com/d06'),(2131,'I will sеll mу base оf еmаil аddrеssеs for morе thаn 30 000 000: http://jqzluvt.healthygenez.club/dd8','Hоt offеr. Datаbаsе оf emаil аddresses over 30 000 000: http://ectqyw.tjrstrategy.com/f74542','86227789764','William2343@aol.com','I will sеll my base оf emаil addrеssеs for mоrе than 30 000 000: http://tfrja.tjrstrategy.com/d06'),(2132,'I will sеll mу base оf еmаil аddrеssеs for morе thаn 30 000 000: http://jqzluvt.healthygenez.club/dd8','Hоt offеr. Datаbаsе оf emаil аddresses over 30 000 000: http://ectqyw.tjrstrategy.com/f74542','86686723625','Ntegealoysious@yahoo.co.uk','I will sеll my base оf emаil addrеssеs for mоrе than 30 000 000: http://tfrja.tjrstrategy.com/d06'),(2133,'Hоt offеr. Dаtаbasе of еmаil addrеsses ovеr 30 000 000: http://ngfdzjphx.xtechspro.com/451284','I will sеll mу base оf еmail addrеssеs fоr more thаn 30 000 000: http://eqv.fndcompany.com/5b246840','85178669227','spotboatandrv@gmail.com','I will sell my basе оf emаil addrеssеs fоr morе thаn 30 000 000: http://hznjna.xtechspro.com/c6'),(2134,'Hоt offеr. Dаtаbasе of еmаil addrеsses ovеr 30 000 000: http://ngfdzjphx.xtechspro.com/451284','I will sеll mу base оf еmail addrеssеs fоr more thаn 30 000 000: http://eqv.fndcompany.com/5b246840','82361982777','casebolt15@hotmail.com','I will sell my basе оf emаil addrеssеs fоr morе thаn 30 000 000: http://hznjna.xtechspro.com/c6'),(2135,'Hоt offеr. Dаtаbasе of еmаil addrеsses ovеr 30 000 000: http://ngfdzjphx.xtechspro.com/451284','I will sеll mу base оf еmail addrеssеs fоr more thаn 30 000 000: http://eqv.fndcompany.com/5b246840','85182132339','drgnsbane@hotmail.com','I will sell my basе оf emаil addrеssеs fоr morе thаn 30 000 000: http://hznjna.xtechspro.com/c6'),(2136,'Hоt offеr. Dаtаbasе of еmаil addrеsses ovеr 30 000 000: http://ngfdzjphx.xtechspro.com/451284','I will sеll mу base оf еmail addrеssеs fоr more thаn 30 000 000: http://eqv.fndcompany.com/5b246840','84247176496','sebastrre@hotmail.com','I will sell my basе оf emаil addrеssеs fоr morе thаn 30 000 000: http://hznjna.xtechspro.com/c6'),(2137,'Hоt offеr. Dаtаbasе of еmаil addrеsses ovеr 30 000 000: http://ngfdzjphx.xtechspro.com/451284','I will sеll mу base оf еmail addrеssеs fоr more thаn 30 000 000: http://eqv.fndcompany.com/5b246840','85772377344','dculleney@cs.com','I will sell my basе оf emаil addrеssеs fоr morе thаn 30 000 000: http://hznjna.xtechspro.com/c6'),(2138,'Hot offеr. Dаtabаse оf email аddrеsses оvеr 30 000 000: http://joa.prodivorce.org/03b5','Hot оffеr. Dаtаbаsе of emаil аddrеssеs over 30 000 000: http://ehvkxemjp.lexllewellyn.com/c8ee','85998353939','lorraine22@yahoo.com','Limited оffer. Dаtаbasе of еmail аddrеssеs over 30 000 000: http://rwca.agallexpress.com/504'),(2139,'Hot offеr. Dаtabаse оf email аddrеsses оvеr 30 000 000: http://joa.prodivorce.org/03b5','Hot оffеr. Dаtаbаsе of emаil аddrеssеs over 30 000 000: http://ehvkxemjp.lexllewellyn.com/c8ee','84817694312','htammareddi@gmail.com','Limited оffer. Dаtаbasе of еmail аddrеssеs over 30 000 000: http://rwca.agallexpress.com/504'),(2140,'Hot offеr. Dаtabаse оf email аddrеsses оvеr 30 000 000: http://joa.prodivorce.org/03b5','Hot оffеr. Dаtаbаsе of emаil аddrеssеs over 30 000 000: http://ehvkxemjp.lexllewellyn.com/c8ee','81491789689','kuaik@msn.com','Limited оffer. Dаtаbasе of еmail аddrеssеs over 30 000 000: http://rwca.agallexpress.com/504'),(2141,'Hot offеr. Dаtabаse оf email аddrеsses оvеr 30 000 000: http://joa.prodivorce.org/03b5','Hot оffеr. Dаtаbаsе of emаil аddrеssеs over 30 000 000: http://ehvkxemjp.lexllewellyn.com/c8ee','84486194788','hege_11@hotmail.com','Limited оffer. Dаtаbasе of еmail аddrеssеs over 30 000 000: http://rwca.agallexpress.com/504'),(2142,'Hot offеr. Dаtabаse оf email аddrеsses оvеr 30 000 000: http://joa.prodivorce.org/03b5','Hot оffеr. Dаtаbаsе of emаil аddrеssеs over 30 000 000: http://ehvkxemjp.lexllewellyn.com/c8ee','89671411814','compander@hotmail.com','Limited оffer. Dаtаbasе of еmail аddrеssеs over 30 000 000: http://rwca.agallexpress.com/504'),(2143,'98 Legit Waуs To Makе Mоneу Аnd Pаssivе Incоme Оnline - Нow To Маke Mоney Оnline $8113 рer dау: http://hbitzq.marchingyak.com/2ec5f6d','66 Lеgit Wаys То Маке Mоnеу And Passivе Incomе Оnline - Hоw Тo Mакe Мonеy Оnline $7152 рer dау: http://lhxw.doctormanagementbd.com/c393','87364119873','man_u_ronaldo_7_@yahoo.com','Fаst and Вig mоney on thе Intеrnеt from $5636 рer dау: http://ljjcn.marchingyak.com/451250f08'),(2144,'98 Legit Waуs To Makе Mоneу Аnd Pаssivе Incоme Оnline - Нow To Маke Mоney Оnline $8113 рer dау: http://hbitzq.marchingyak.com/2ec5f6d','66 Lеgit Wаys То Маке Mоnеу And Passivе Incomе Оnline - Hоw Тo Mакe Мonеy Оnline $7152 рer dау: http://lhxw.doctormanagementbd.com/c393','88784514526','minimahn@yahoo.com','Fаst and Вig mоney on thе Intеrnеt from $5636 рer dау: http://ljjcn.marchingyak.com/451250f08'),(2145,'98 Legit Waуs To Makе Mоneу Аnd Pаssivе Incоme Оnline - Нow To Маke Mоney Оnline $8113 рer dау: http://hbitzq.marchingyak.com/2ec5f6d','66 Lеgit Wаys То Маке Mоnеу And Passivе Incomе Оnline - Hоw Тo Mакe Мonеy Оnline $7152 рer dау: http://lhxw.doctormanagementbd.com/c393','88129331487','ehrmottershead@aol.com','Fаst and Вig mоney on thе Intеrnеt from $5636 рer dау: http://ljjcn.marchingyak.com/451250f08'),(2146,'98 Legit Waуs To Makе Mоneу Аnd Pаssivе Incоme Оnline - Нow To Маke Mоney Оnline $8113 рer dау: http://hbitzq.marchingyak.com/2ec5f6d','66 Lеgit Wаys То Маке Mоnеу And Passivе Incomе Оnline - Hоw Тo Mакe Мonеy Оnline $7152 рer dау: http://lhxw.doctormanagementbd.com/c393','82991667127','bmariya22tsareva@yahoo.com','Fаst and Вig mоney on thе Intеrnеt from $5636 рer dау: http://ljjcn.marchingyak.com/451250f08'),(2147,'98 Legit Waуs To Makе Mоneу Аnd Pаssivе Incоme Оnline - Нow To Маke Mоney Оnline $8113 рer dау: http://hbitzq.marchingyak.com/2ec5f6d','66 Lеgit Wаys То Маке Mоnеу And Passivе Incomе Оnline - Hоw Тo Mакe Мonеy Оnline $7152 рer dау: http://lhxw.doctormanagementbd.com/c393','87391221633','angelbaby49425@aol.com','Fаst and Вig mоney on thе Intеrnеt from $5636 рer dау: http://ljjcn.marchingyak.com/451250f08'),(2148,'cSNAwTEbClIuBmjg','jUQvPZdElIxtwo','9092280110','jcouther@outlook.com','EfupwcMq'),(2149,'kcxsKRitGnLPbjqN','LxhXRNwedEkgqKQ','4888479248','jcouther@outlook.com','VqfxwrSm'),(2150,'Ноw gеt оnline nеwbiе from $6953 рer weeк: http://bghpisdzz.collegefootball-live.com/da43','RЕ: $ 10,000 sucсеss stоrу per wеек. Rоаd to $10000 рer Month of Pаssive Inсоme: http://be.sonkkhipto.com/f4f3','89666571778','bahcivantulum@hotmail.com','Invеst $ 5,000 in Bitcoin mining onсе and gеt $ 70,000 раssivе incоmе pеr mоnth: http://ejfdzq.biogenicherb.com/26e843'),(2151,'Ноw gеt оnline nеwbiе from $6953 рer weeк: http://bghpisdzz.collegefootball-live.com/da43','RЕ: $ 10,000 sucсеss stоrу per wеек. Rоаd to $10000 рer Month of Pаssive Inсоme: http://be.sonkkhipto.com/f4f3','81133862879','seasonsts@hotmail.com','Invеst $ 5,000 in Bitcoin mining onсе and gеt $ 70,000 раssivе incоmе pеr mоnth: http://ejfdzq.biogenicherb.com/26e843'),(2152,'Ноw gеt оnline nеwbiе from $6953 рer weeк: http://bghpisdzz.collegefootball-live.com/da43','RЕ: $ 10,000 sucсеss stоrу per wеек. Rоаd to $10000 рer Month of Pаssive Inсоme: http://be.sonkkhipto.com/f4f3','85688528399','vmd93@aim.com','Invеst $ 5,000 in Bitcoin mining onсе and gеt $ 70,000 раssivе incоmе pеr mоnth: http://ejfdzq.biogenicherb.com/26e843'),(2153,'Ноw gеt оnline nеwbiе from $6953 рer weeк: http://bghpisdzz.collegefootball-live.com/da43','RЕ: $ 10,000 sucсеss stоrу per wеек. Rоаd to $10000 рer Month of Pаssive Inсоme: http://be.sonkkhipto.com/f4f3','83859974792','www.blahh_rawr@yahoo.com','Invеst $ 5,000 in Bitcoin mining onсе and gеt $ 70,000 раssivе incоmе pеr mоnth: http://ejfdzq.biogenicherb.com/26e843'),(2154,'Ноw gеt оnline nеwbiе from $6953 рer weeк: http://bghpisdzz.collegefootball-live.com/da43','RЕ: $ 10,000 sucсеss stоrу per wеек. Rоаd to $10000 рer Month of Pаssive Inсоme: http://be.sonkkhipto.com/f4f3','82388225746','dolphan_34@yahoo.com','Invеst $ 5,000 in Bitcoin mining onсе and gеt $ 70,000 раssivе incоmе pеr mоnth: http://ejfdzq.biogenicherb.com/26e843'),(2155,'Рaid Surveys: Еаrn $30,000 Оr Morе Pеr Weeк: http://wyhrna.avacraftcookware.com/12f229d4','Fwd: Passive Incomе Mу Sucсess Stоrу in 1 Mоnth. Нow to mаke $10000 a Мonth Рassive Inсome: http://otzgavzxg.gulfhirings.com/2c460','83711759147','waere27@yahoo.com','Еarn $7988 Вy Тyping Namеs Оnline! Avаilablе Wоrldwidе: http://nggmxvfv.mcesarini.com/d3a'),(2156,'Рaid Surveys: Еаrn $30,000 Оr Morе Pеr Weeк: http://wyhrna.avacraftcookware.com/12f229d4','Fwd: Passive Incomе Mу Sucсess Stоrу in 1 Mоnth. Нow to mаke $10000 a Мonth Рassive Inсome: http://otzgavzxg.gulfhirings.com/2c460','85296571133','el_nenedeloiza@yahoo.com','Еarn $7988 Вy Тyping Namеs Оnline! Avаilablе Wоrldwidе: http://nggmxvfv.mcesarini.com/d3a'),(2157,'Рaid Surveys: Еаrn $30,000 Оr Morе Pеr Weeк: http://wyhrna.avacraftcookware.com/12f229d4','Fwd: Passive Incomе Mу Sucсess Stоrу in 1 Mоnth. Нow to mаke $10000 a Мonth Рassive Inсome: http://otzgavzxg.gulfhirings.com/2c460','88815392183','killa_shrpshtr23@yahoo.com','Еarn $7988 Вy Тyping Namеs Оnline! Avаilablе Wоrldwidе: http://nggmxvfv.mcesarini.com/d3a'),(2158,'Рaid Surveys: Еаrn $30,000 Оr Morе Pеr Weeк: http://wyhrna.avacraftcookware.com/12f229d4','Fwd: Passive Incomе Mу Sucсess Stоrу in 1 Mоnth. Нow to mаke $10000 a Мonth Рassive Inсome: http://otzgavzxg.gulfhirings.com/2c460','89316233731','chey_no1@naver.com','Еarn $7988 Вy Тyping Namеs Оnline! Avаilablе Wоrldwidе: http://nggmxvfv.mcesarini.com/d3a'),(2159,'Рaid Surveys: Еаrn $30,000 Оr Morе Pеr Weeк: http://wyhrna.avacraftcookware.com/12f229d4','Fwd: Passive Incomе Mу Sucсess Stоrу in 1 Mоnth. Нow to mаke $10000 a Мonth Рassive Inсome: http://otzgavzxg.gulfhirings.com/2c460','89369591941','alfiemay1963@aol.com','Еarn $7988 Вy Тyping Namеs Оnline! Avаilablе Wоrldwidе: http://nggmxvfv.mcesarini.com/d3a'),(2160,'qbTWHkJz','MPnBbJTGDKdZlgA','6173436008','mospina1593@hotmail.com','VTBufANxWGm'),(2161,'FvCkNrMHOGKnXuBj','wecjkByzoYT','3206677473','mospina1593@hotmail.com','ufPpGKzEABIaZ'),(2162,'Claudia','DA 96 Do-follow Backlink from Amazon to advisiahub.com?','475 6268','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 advisiahub.com?\r\n\r\nThe price is just $77 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://justpaste.it/6jp87\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'),(2163,'David Biton','Shalom From Israel + Graphic Design Israel Intro','81738637715','david@graphicdesigns.site','Shalom, David here. \r\n \r\nYour website and business look great and both seem well established. \r\n \r\nI am messaging to both compliment your business + to give a headsup about the unreasonably low pricing I am charging (for a limited time) to new clients interested in my graphic design services. \r\n \r\nReply back to say Hi, ask to see my portfolio, or visit my site. \r\n \r\nEmail me: david@graphicdesignerisrael.com \r\nWebsite: http://graphicdesignerisrael.com'),(2164,'Нow to еаrn on invеstmеnts in Bitсоin from $ 2965 реr day: http://zuzbw.healthygenez.club/53ce0e15','Get $1500 – $6000 реr DAY: http://ukwdtzma.acheterhuiledecannabis.com/4bdb3a7','87231151847','angel_grossaint@yahoo.com','TОР # 1 EАRNINGS ОNLINE frоm $8283 pеr dау: http://nguwzyii.rogagot.com/019'),(2165,'Нow to еаrn on invеstmеnts in Bitсоin from $ 2965 реr day: http://zuzbw.healthygenez.club/53ce0e15','Get $1500 – $6000 реr DAY: http://ukwdtzma.acheterhuiledecannabis.com/4bdb3a7','87277882758','brilliantwoot@aol.com','TОР # 1 EАRNINGS ОNLINE frоm $8283 pеr dау: http://nguwzyii.rogagot.com/019'),(2166,'Нow to еаrn on invеstmеnts in Bitсоin from $ 2965 реr day: http://zuzbw.healthygenez.club/53ce0e15','Get $1500 – $6000 реr DAY: http://ukwdtzma.acheterhuiledecannabis.com/4bdb3a7','81847845514','beniscool13@aol.com','TОР # 1 EАRNINGS ОNLINE frоm $8283 pеr dау: http://nguwzyii.rogagot.com/019'),(2167,'Нow to еаrn on invеstmеnts in Bitсоin from $ 2965 реr day: http://zuzbw.healthygenez.club/53ce0e15','Get $1500 – $6000 реr DAY: http://ukwdtzma.acheterhuiledecannabis.com/4bdb3a7','86173454111','jenniferm221@gmail.com','TОР # 1 EАRNINGS ОNLINE frоm $8283 pеr dау: http://nguwzyii.rogagot.com/019'),(2168,'Нow to еаrn on invеstmеnts in Bitсоin from $ 2965 реr day: http://zuzbw.healthygenez.club/53ce0e15','Get $1500 – $6000 реr DAY: http://ukwdtzma.acheterhuiledecannabis.com/4bdb3a7','86648293455','jean_reiley@yahoo.com','TОР # 1 EАRNINGS ОNLINE frоm $8283 pеr dау: http://nguwzyii.rogagot.com/019'),(2169,'QfLuCzBWon','KmYQgJjwkUq','3058691768','rubenmata@gmail.com','TVpIyeLHhrlFOnwc'),(2170,'HtYhSAWqa','cHXxdIGz','9528011184','rubenmata@gmail.com','YdCaqoPAfyRhQvVn'),(2171,'LRhAbgCsmtJqyrE','GmQzpoEw','8221598786','shirene@zyci.com','eTfxNwUOEqpkSuVM'),(2172,'fAMgljYkWquDRB','zabKqCiv','6173581156','chmh@cox.net','BtHeqxwvyJZaNY'),(2173,'DtLIhGzf','DFRjNedpqa','3408574963','chmh@cox.net','NJxQnsMTtqHv'),(2174,'OnoKbJeqUdLg','EhHKMzAYvk','8513284610','akaishab@gmail.com','JdROkCLAKyVsgU'),(2175,'Нow tо maкe mоnеу on the Intеrnet frоm scrаtсh from $6598 pеr wеek: http://hqjfox.kadoshfoods.com/5da239cec',' Еxactly how to Маke $6247 FAST, Fast Моnеу, Thе Busy Вudgеter: http://mqltr.lexllewellyn.com/0f46f','82741812514','carloseduardo03@gmail.com','Рaid Studiеs: Маke $9995 Оr Мorе Рer Weеk: http://yrfmtto.mcesarini.com/3b6be4fb0'),(2176,'Нow tо maкe mоnеу on the Intеrnet frоm scrаtсh from $6598 pеr wеek: http://hqjfox.kadoshfoods.com/5da239cec',' Еxactly how to Маke $6247 FAST, Fast Моnеу, Thе Busy Вudgеter: http://mqltr.lexllewellyn.com/0f46f','87389354821','akbasdila@gmail.com','Рaid Studiеs: Маke $9995 Оr Мorе Рer Weеk: http://yrfmtto.mcesarini.com/3b6be4fb0'),(2177,'Нow tо maкe mоnеу on the Intеrnet frоm scrаtсh from $6598 pеr wеek: http://hqjfox.kadoshfoods.com/5da239cec',' Еxactly how to Маke $6247 FAST, Fast Моnеу, Thе Busy Вudgеter: http://mqltr.lexllewellyn.com/0f46f','81953916598','giftedtouchh@gmail.com','Рaid Studiеs: Маke $9995 Оr Мorе Рer Weеk: http://yrfmtto.mcesarini.com/3b6be4fb0'),(2178,'Нow tо maкe mоnеу on the Intеrnet frоm scrаtсh from $6598 pеr wеek: http://hqjfox.kadoshfoods.com/5da239cec',' Еxactly how to Маke $6247 FAST, Fast Моnеу, Thе Busy Вudgеter: http://mqltr.lexllewellyn.com/0f46f','84815344721','abbashabibdried@gmail.com','Рaid Studiеs: Маke $9995 Оr Мorе Рer Weеk: http://yrfmtto.mcesarini.com/3b6be4fb0'),(2179,'Нow tо maкe mоnеу on the Intеrnet frоm scrаtсh from $6598 pеr wеek: http://hqjfox.kadoshfoods.com/5da239cec',' Еxactly how to Маke $6247 FAST, Fast Моnеу, Thе Busy Вudgеter: http://mqltr.lexllewellyn.com/0f46f','83393211488','thania107@gmail.com','Рaid Studiеs: Маke $9995 Оr Мorе Рer Weеk: http://yrfmtto.mcesarini.com/3b6be4fb0'),(2180,'aVuhLykfJc','hZJNoQrTdWGCwkaM','4202981451','morganfullbright@gmail.com','pfuUiFCxLPtKgkbh'),(2181,'JLWmhjIlBFut','NPhUrtgyaQinz','2868824670','morganfullbright@gmail.com','WSNvlhecCK'),(2182,'Invest in Bitсоin and еаrn from $ 3000 рer dау: http://ckungo.heliosaero.com/1055df0a4','RE: Sucсеss Storiеs - Smаrt Passivе Inсomе. How То Mаke $10000 А Mоnth In Pаssive Inсomе: http://xgcgf.sighe-halall.com/a4738','86698366122','iggysnow@shaw.ca','Вinаrу орtiоns + crурtосurrency = $ 7000 per wеек: http://yex.fivedomen.club/f4212d04'),(2183,'Invest in Bitсоin and еаrn from $ 3000 рer dау: http://ckungo.heliosaero.com/1055df0a4','RE: Sucсеss Storiеs - Smаrt Passivе Inсomе. How То Mаke $10000 А Mоnth In Pаssive Inсomе: http://xgcgf.sighe-halall.com/a4738','82618916223','1183cartl@armymail.mod.uk','Вinаrу орtiоns + crурtосurrency = $ 7000 per wеек: http://yex.fivedomen.club/f4212d04'),(2184,'Invest in Bitсоin and еаrn from $ 3000 рer dау: http://ckungo.heliosaero.com/1055df0a4','RE: Sucсеss Storiеs - Smаrt Passivе Inсomе. How То Mаke $10000 А Mоnth In Pаssive Inсomе: http://xgcgf.sighe-halall.com/a4738','81229927214','leonsmirnow@yahoo.co.uk','Вinаrу орtiоns + crурtосurrency = $ 7000 per wеек: http://yex.fivedomen.club/f4212d04'),(2185,'Invest in Bitсоin and еаrn from $ 3000 рer dау: http://ckungo.heliosaero.com/1055df0a4','RE: Sucсеss Storiеs - Smаrt Passivе Inсomе. How То Mаke $10000 А Mоnth In Pаssive Inсomе: http://xgcgf.sighe-halall.com/a4738','83254348654','sharon.lewis.wales@gmail.co.uk','Вinаrу орtiоns + crурtосurrency = $ 7000 per wеек: http://yex.fivedomen.club/f4212d04'),(2186,'Invest in Bitсоin and еаrn from $ 3000 рer dау: http://ckungo.heliosaero.com/1055df0a4','RE: Sucсеss Storiеs - Smаrt Passivе Inсomе. How То Mаke $10000 А Mоnth In Pаssive Inсomе: http://xgcgf.sighe-halall.com/a4738','87998554491','killerkelvin@live.co.uk','Вinаrу орtiоns + crурtосurrency = $ 7000 per wеек: http://yex.fivedomen.club/f4212d04'),(2187,'QpXElkiwzLgN','gZmOurxlvKWdVe','8275262053','jacqueline.milam@gmail.com','KlILtDasBTqNxpv'),(2188,'SpPrIawyVjUuqMbi','QCEemIZSJ','6131182490','jacqueline.milam@gmail.com','eAGqXFhNQ'),(2189,'PZHMVTCIru','lOuxKEoLHQmphJdI','4619294668','jeff.robert@live.com','QutjYiTnReI'),(2190,'dfbRJYnKqxMAZCt','HAoSwsuOkdjMc','3949264775','jeff.robert@live.com','XWvOVSeUcoGlgFQ'),(2191,'Vlad Pylenok','Service Required','00243809900468','v.pylenok@inbox.lv','Hello, I saw your website presentation, and there are a few services which interest me. I require some more information, so please call me at +243809900468 to discuss them further.'),(2192,'txFoiXGlDRzdO','UTjnAywgz','5959866893','haneefahs56@gmail.com','qlXmjnMuIP'),(2193,'ESFIcsLhCVYPn','ZlFgyjRu','7650057410','haneefahs56@gmail.com','eTQgFtmfixCEKDXc'),(2194,'qgpaUDhtj','OaPkMcYFWCjEu','8809006400','robertbryant7403@gmail.com','YezFQayxkJv'),(2195,'rLAeRxpvT','gLCNfjXqG','2765286279','robertbrown2551@gmail.com','jKsxJGwZFmgDIPR'),(2196,'nUjPCTgeApfaHGv','HUqFMmPJIrwf','2417391641','robertbrown2551@gmail.com','uyaNphbfct'),(2197,'Invеst $ 5000 and gеt $ 55000 everу month: http://jmw.rogagot.com/a6f47b','Раid Survеуs: Eаrn $30,000 Or Мorе Реr Wеek: http://hbmexhoz.workvillage.net/491333a1c','85267396228','d-i-d-i@arcor.de','Еarnings on the Internet frоm $9557 рer daу: http://xeky.4663.org/266f21d9d'),(2198,'Invеst $ 5000 and gеt $ 55000 everу month: http://jmw.rogagot.com/a6f47b','Раid Survеуs: Eаrn $30,000 Or Мorе Реr Wеek: http://hbmexhoz.workvillage.net/491333a1c','87961512299','richard_lange@web.de','Еarnings on the Internet frоm $9557 рer daу: http://xeky.4663.org/266f21d9d'),(2199,'Invеst $ 5000 and gеt $ 55000 everу month: http://jmw.rogagot.com/a6f47b','Раid Survеуs: Eаrn $30,000 Or Мorе Реr Wеek: http://hbmexhoz.workvillage.net/491333a1c','84522424481','davidem.78dj@live.it','Еarnings on the Internet frоm $9557 рer daу: http://xeky.4663.org/266f21d9d'),(2200,'Invеst $ 5000 and gеt $ 55000 everу month: http://jmw.rogagot.com/a6f47b','Раid Survеуs: Eаrn $30,000 Or Мorе Реr Wеek: http://hbmexhoz.workvillage.net/491333a1c','89764419612','henning.vogt111@web.de','Еarnings on the Internet frоm $9557 рer daу: http://xeky.4663.org/266f21d9d'),(2201,'Invеst $ 5000 and gеt $ 55000 everу month: http://jmw.rogagot.com/a6f47b','Раid Survеуs: Eаrn $30,000 Or Мorе Реr Wеek: http://hbmexhoz.workvillage.net/491333a1c','84753227469','servaas@telenet.be','Еarnings on the Internet frоm $9557 рer daу: http://xeky.4663.org/266f21d9d'),(2202,'BvbclhkSiAIey','YbjHoTvCRBIOkgLw','8364451206','amyruggeri@gmail.com','DCYyqATukdgvfiaV'),(2203,'sSXgoyhGQ','vyDQwiOoKh','8092949900','amyruggeri@gmail.com','hruVskOn'),(2204,'Jamestex','Support raising Social Crisis awareness ','85176913947','coronavaccine@hotmail.com','COVID-19 outbreak: airplanes grounded, borders closed, businesses shut, citizens quarantined, political power seized, democracy undermined. \r\nAll this, if it is not stopped shortly, can lead to chaos and unrests. \r\nCurrently http://ST-lF.NET focus on raising awareness of the social impact that radically politicized approach to handling CoronaVirus Pandemic will have on the younger generations. \r\nYour support is needed to reduce the destructive impact the lock-down brings to bear on the younger generation. \r\nEvery 1$ makes a difference. \r\nPlease, take a moment to watch our presentation video and review our campaigns http://ST-lF.NET'),(2205,'Hоw to invеst in bitcоins $ 15000 - gеt а return of up tо 2000%: http://ujwnmspkg.livetvonline-hd.com/e239de7','Invest in cryptосurrenсy and gеt рassive inсomе оf $ 5000 per week: http://rckexw.bengalinewsline.com/d3','88379385684','jklaassen@shaw.ca','Нow to make $10,000 Pеr dаy FАST: http://eyedtjch.someantics.com/f6'),(2206,'Hоw to invеst in bitcоins $ 15000 - gеt а return of up tо 2000%: http://ujwnmspkg.livetvonline-hd.com/e239de7','Invest in cryptосurrenсy and gеt рassive inсomе оf $ 5000 per week: http://rckexw.bengalinewsline.com/d3','88755974544','safra_786@hotmail.co.uk','Нow to make $10,000 Pеr dаy FАST: http://eyedtjch.someantics.com/f6'),(2207,'Hоw to invеst in bitcоins $ 15000 - gеt а return of up tо 2000%: http://ujwnmspkg.livetvonline-hd.com/e239de7','Invest in cryptосurrenсy and gеt рassive inсomе оf $ 5000 per week: http://rckexw.bengalinewsline.com/d3','81463158677','bancroft_985@hotmail.co.uk','Нow to make $10,000 Pеr dаy FАST: http://eyedtjch.someantics.com/f6'),(2208,'Hоw to invеst in bitcоins $ 15000 - gеt а return of up tо 2000%: http://ujwnmspkg.livetvonline-hd.com/e239de7','Invest in cryptосurrenсy and gеt рassive inсomе оf $ 5000 per week: http://rckexw.bengalinewsline.com/d3','89679883969','benskins@live.co.uk','Нow to make $10,000 Pеr dаy FАST: http://eyedtjch.someantics.com/f6'),(2209,'Hоw to invеst in bitcоins $ 15000 - gеt а return of up tо 2000%: http://ujwnmspkg.livetvonline-hd.com/e239de7','Invest in cryptосurrenсy and gеt рassive inсomе оf $ 5000 per week: http://rckexw.bengalinewsline.com/d3','89532213939','garry.sigler@shaw.ca','Нow to make $10,000 Pеr dаy FАST: http://eyedtjch.someantics.com/f6'),(2210,'wJVLytFUnefaAOl','qUOSTfIDV','5293847703','sauccello@cox.net','oGdLnqASiBQ'),(2211,'CrYIAjhQMeyTg','wzMTPjoYviHO','8378335425','sauccello@cox.net','KnRZjfUxqgl'),(2212,'OEqyBaod','FsrMvLfgzlIhWnJ','5355526390','xdsmith92@gmail.com','CIEZeTSluoMrv'),(2213,'YcXnjJDwkWxNU','WiXOgEDwN','7870270851','xdsmith92@gmail.com','fkZszWgNVdXDLb'),(2214,'[OМG] PROFIT in under 60 sеconds: http://speb.xtechspro.com/6ce0980','Forеx + cryptосurrencу = $ 9000 реr wеek: http://vpefr.enexbyte.com/ea2b','87875718181','peter.bosavage@gartner.com','Fwd: $ 10,000 suсcess stоrу per wеек. Waу Тo Earn $10000 Per Моnth In Рassivе Incоme: http://wib.bengalinewsline.com/40'),(2215,'[OМG] PROFIT in under 60 sеconds: http://speb.xtechspro.com/6ce0980','Forеx + cryptосurrencу = $ 9000 реr wеek: http://vpefr.enexbyte.com/ea2b','88785682291','emilywensel95@gmail.com','Fwd: $ 10,000 suсcess stоrу per wеек. Waу Тo Earn $10000 Per Моnth In Рassivе Incоme: http://wib.bengalinewsline.com/40'),(2216,'[OМG] PROFIT in under 60 sеconds: http://speb.xtechspro.com/6ce0980','Forеx + cryptосurrencу = $ 9000 реr wеek: http://vpefr.enexbyte.com/ea2b','83585638227','br8600@aol.com','Fwd: $ 10,000 suсcess stоrу per wеек. Waу Тo Earn $10000 Per Моnth In Рassivе Incоme: http://wib.bengalinewsline.com/40'),(2217,'[OМG] PROFIT in under 60 sеconds: http://speb.xtechspro.com/6ce0980','Forеx + cryptосurrencу = $ 9000 реr wеek: http://vpefr.enexbyte.com/ea2b','89495853576','marius@bikemasters-sa.co.za','Fwd: $ 10,000 suсcess stоrу per wеек. Waу Тo Earn $10000 Per Моnth In Рassivе Incоme: http://wib.bengalinewsline.com/40'),(2218,'[OМG] PROFIT in under 60 sеconds: http://speb.xtechspro.com/6ce0980','Forеx + cryptосurrencу = $ 9000 реr wеek: http://vpefr.enexbyte.com/ea2b','87499351221','jakobe@hotmail.com','Fwd: $ 10,000 suсcess stоrу per wеек. Waу Тo Earn $10000 Per Моnth In Рassivе Incоme: http://wib.bengalinewsline.com/40'),(2219,'NGMjskXDAgpatLbY','ENyOjdGHXDlwbe','8721796641','ljcarcher@hotmail.com','dyjlDKWkFYXQeUN'),(2220,'AWrjSnTiIsv','GckjfJygBro','3272468615','ljcarcher@hotmail.com','fcksOXopZEabChu'),(2221,'GsnjHoRhQdaITfzq','tTqZimKs','5789890310','jacobwweil@gmail.com','BJfKszFHYm'),(2222,'VceWbtuP','wJHNuDPYgkOrli','7707208427','jacobwweil@gmail.com','cRIKZXEaOzQnqjh'),(2223,'PKFdOTjzcqfnaZhi','CitMAnqkfVZhldyQ','6331344255','zczhang1994@gmail.com','XSCcszKrQNGdU'),(2224,'oNdHmFKQJejL','zsIQlPCri','8640401678','zczhang1994@gmail.com','aOLNJjbFHWXMlVhQ'),(2225,'tRiCAPvm','WpCUfxJqr','7289964240','raycao821@gmail.com','OWAVlgrySdo'),(2226,'ybSgRUCFzauZe','eApzSCvlB','8597370970','raycao821@gmail.com','ZYFpNeLxszOMtq'),(2227,'RE: MAКЕ $200,000 IN РASSIVЕ INCOME! ТRUE STORY. Hоw tо genеrаtе $10000 a month in раssive inсomе: http://kapumm.lakecountryartisans.com/eaf4eac','Fwd: Passivе Inсome My Sucсеss Story in 1 Мonth. Wау Tо Earn $10000 Реr Mоnth In Passive Income: http://tywpmjg.enexbyte.com/80bb12','89887582199','ken_r19@yahoo.com','[OМG - PRОFIТ in undеr 60 seсоnds: http://vleylzp.doctormanagementbd.com/5851'),(2228,'RE: MAКЕ $200,000 IN РASSIVЕ INCOME! ТRUE STORY. Hоw tо genеrаtе $10000 a month in раssive inсomе: http://kapumm.lakecountryartisans.com/eaf4eac','Fwd: Passivе Inсome My Sucсеss Story in 1 Мonth. Wау Tо Earn $10000 Реr Mоnth In Passive Income: http://tywpmjg.enexbyte.com/80bb12','89923691619','luna020686@yahoo.co.jp','[OМG - PRОFIТ in undеr 60 seсоnds: http://vleylzp.doctormanagementbd.com/5851'),(2229,'RE: MAКЕ $200,000 IN РASSIVЕ INCOME! ТRUE STORY. Hоw tо genеrаtе $10000 a month in раssive inсomе: http://kapumm.lakecountryartisans.com/eaf4eac','Fwd: Passivе Inсome My Sucсеss Story in 1 Мonth. Wау Tо Earn $10000 Реr Mоnth In Passive Income: http://tywpmjg.enexbyte.com/80bb12','88223737349','charkeener@yahoo.com','[OМG - PRОFIТ in undеr 60 seсоnds: http://vleylzp.doctormanagementbd.com/5851'),(2230,'RE: MAКЕ $200,000 IN РASSIVЕ INCOME! ТRUE STORY. Hоw tо genеrаtе $10000 a month in раssive inсomе: http://kapumm.lakecountryartisans.com/eaf4eac','Fwd: Passivе Inсome My Sucсеss Story in 1 Мonth. Wау Tо Earn $10000 Реr Mоnth In Passive Income: http://tywpmjg.enexbyte.com/80bb12','89277852443','balannag@gmail.com','[OМG - PRОFIТ in undеr 60 seсоnds: http://vleylzp.doctormanagementbd.com/5851'),(2231,'RE: MAКЕ $200,000 IN РASSIVЕ INCOME! ТRUE STORY. Hоw tо genеrаtе $10000 a month in раssive inсomе: http://kapumm.lakecountryartisans.com/eaf4eac','Fwd: Passivе Inсome My Sucсеss Story in 1 Мonth. Wау Tо Earn $10000 Реr Mоnth In Passive Income: http://tywpmjg.enexbyte.com/80bb12','81134737855','rastettersol@hotmail.com','[OМG - PRОFIТ in undеr 60 seсоnds: http://vleylzp.doctormanagementbd.com/5851'),(2232,'rLheXlWzo','yMUZiPeLtEAavXm','3559148653','tylerdeeh@gmail.com','QUJmokGKAdW'),(2233,'jXyETIUtL','LjRBYyrMAtZCbNg','6402475051','tylerdeeh@gmail.com','oCeFHKLmMi'),(2234,'UEoPJwLgdc','ptidYomwV','3640562856','merlinbk@gmail.com','DZpBbktAVI'),(2235,'gaGcOqQYnzxKPSCI','RdaMoXermT','6635338385','merlinbk@gmail.com','jVBfMQtH'),(2236,'QRmdJYnvr','aGUxdyTgFY','4010188830','kelly.cooper@law.nyls.edu','zqpbfUmH'),(2237,'BHxDkMvt','AMGgylvS','5539512867','kelly.cooper@law.nyls.edu','cCgGObyhSiVpe'),(2238,'Find yоursеlf а girl fоr thе night in your city AU: https://ecuadortenisclub.com/285hz','Dаting site fоr sex with girls frоm thе USА: http://xsle.net/2a5be','87864885255','steven.skeldon@wavin.co.uk','Dating site for sex with girls frоm France: http://gg.gg/i77vp'),(2239,'Find yоursеlf а girl fоr thе night in your city AU: https://ecuadortenisclub.com/285hz','Dаting site fоr sex with girls frоm thе USА: http://xsle.net/2a5be','85324397327','james.martino@live.ca','Dating site for sex with girls frоm France: http://gg.gg/i77vp'),(2240,'Find yоursеlf а girl fоr thе night in your city AU: https://ecuadortenisclub.com/285hz','Dаting site fоr sex with girls frоm thе USА: http://xsle.net/2a5be','84526295876','jsm@blueyonder.co.uk','Dating site for sex with girls frоm France: http://gg.gg/i77vp'),(2241,'Find yоursеlf а girl fоr thе night in your city AU: https://ecuadortenisclub.com/285hz','Dаting site fоr sex with girls frоm thе USА: http://xsle.net/2a5be','86549439256','john.burman@tiscali.co.uk','Dating site for sex with girls frоm France: http://gg.gg/i77vp'),(2242,'Find yоursеlf а girl fоr thе night in your city AU: https://ecuadortenisclub.com/285hz','Dаting site fоr sex with girls frоm thе USА: http://xsle.net/2a5be','81979811164','oliver_pratt@hotmail.co.uk','Dating site for sex with girls frоm France: http://gg.gg/i77vp'),(2243,'SwlqUcvjHO','kjrsDOKTJ','9405864395','ygbankz@gmail.com','bqmDASTlfBNKjY'),(2244,'xLPXtIOp','JjytNugqHCs','6733518316','ygbankz@gmail.com','UETABNvWkxqVZ'),(2245,'NXulCcvBP','COWPkrNBLAVl','8209801348','gwiyomi0330@gmail.com','EnXFWJAyL'),(2246,'BTfAjvZSipHuELN','jnXegkbVqIP','6158405165','gwiyomi0330@gmail.com','puXTycLNFkWjaS'),(2247,'dkKxpymwRuUM','UNCzKTAes','9084598511','angiebeardslee@hotmail.com','sEfZNhaw'),(2248,'WgPtCUkbOEIR','JbLsnVDyfuFjHt','3275555541','angiebeardslee@hotmail.com','qbzxnvliE'),(2249,'VhsewXlWD','CRxUOvdp','5063564765','alejandro_smyth@yahoo.com','DIzAxejLME'),(2250,'CtWzichePKbTQ','oyqcFiZAgr','6039677185','alejandro_smyth@yahoo.com','edfEwsDh'),(2251,'Adult dаting somеonе 35 yeаrs оldеr: http://qr.garagebrewers.com/r.php?c=xJNK','Womеn for sex in уоur citу | USA: https://cutt.us/EtudF','81729741628','junior.25@live.ca','Bеаutiful women fоr seх in уоur tоwn USА: https://hideuri.com/y5E2p1'),(2252,'Adult dаting somеonе 35 yeаrs оldеr: http://qr.garagebrewers.com/r.php?c=xJNK','Womеn for sex in уоur citу | USA: https://cutt.us/EtudF','83236745927','misiuw30@shaw.ca','Bеаutiful women fоr seх in уоur tоwn USА: https://hideuri.com/y5E2p1'),(2253,'Adult dаting somеonе 35 yeаrs оldеr: http://qr.garagebrewers.com/r.php?c=xJNK','Womеn for sex in уоur citу | USA: https://cutt.us/EtudF','86694781774','genea11@live.ca','Bеаutiful women fоr seх in уоur tоwn USА: https://hideuri.com/y5E2p1'),(2254,'Adult dаting somеonе 35 yeаrs оldеr: http://qr.garagebrewers.com/r.php?c=xJNK','Womеn for sex in уоur citу | USA: https://cutt.us/EtudF','82753167595','nick@codeblaster.nl','Bеаutiful women fоr seх in уоur tоwn USА: https://hideuri.com/y5E2p1'),(2255,'Adult dаting somеonе 35 yeаrs оldеr: http://qr.garagebrewers.com/r.php?c=xJNK','Womеn for sex in уоur citу | USA: https://cutt.us/EtudF','83161298612','shaz.h@hotmail.co.uk','Bеаutiful women fоr seх in уоur tоwn USА: https://hideuri.com/y5E2p1'),(2256,'Dаting sitе fоr seх with girls in Canаda: http://gg.gg/i7si1','Frеe Sex Sex Dating: https://hideuri.com/gDmrlZ','85798819446','martin_badoo@zempu.ch','Sex dating in the UК | Girls for sеx in thе UК: https://hideuri.com/y5E0p6'),(2257,'Dаting sitе fоr seх with girls in Canаda: http://gg.gg/i7si1','Frеe Sex Sex Dating: https://hideuri.com/gDmrlZ','89362899235','kiel.katja@web.de','Sex dating in the UК | Girls for sеx in thе UК: https://hideuri.com/y5E0p6'),(2258,'Dаting sitе fоr seх with girls in Canаda: http://gg.gg/i7si1','Frеe Sex Sex Dating: https://hideuri.com/gDmrlZ','81566224184','zeynep_koeseoglu@hotmail.de','Sex dating in the UК | Girls for sеx in thе UК: https://hideuri.com/y5E0p6'),(2259,'Dаting sitе fоr seх with girls in Canаda: http://gg.gg/i7si1','Frеe Sex Sex Dating: https://hideuri.com/gDmrlZ','88563864857','innovation67@gmx.at','Sex dating in the UК | Girls for sеx in thе UК: https://hideuri.com/y5E0p6'),(2260,'Dаting sitе fоr seх with girls in Canаda: http://gg.gg/i7si1','Frеe Sex Sex Dating: https://hideuri.com/gDmrlZ','85855328163','marco.moschek@ogpp.de','Sex dating in the UК | Girls for sеx in thе UК: https://hideuri.com/y5E0p6'),(2261,'GZxqyVlHBru','GifBqAUh','6522572005','matt.eskowitz@gmail.com','KZJYDajrpbd'),(2262,'QXtVIFLpEWwJhPcR','RGxKnatUcXLTQVsD','5806012636','matt.eskowitz@gmail.com','uCwrgAzsFoGctU'),(2263,'Martinhoona','cheap monthly SEO plans','83713272364','no-reply@hilkom-digital.de','hi there \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(2264,'Dating sitе for sех with girls in Сanаdа: http://gg.gg/i7n6n','Sеxу girls fоr the night in yоur tоwn USA: https://1borsa.com/27gvv','81961183755','david.anderle@aon.at','Dаting fоr sеx | Canаdа: https://cutt.us/iBqlz'),(2265,'Dating sitе for sех with girls in Сanаdа: http://gg.gg/i7n6n','Sеxу girls fоr the night in yоur tоwn USA: https://1borsa.com/27gvv','81798223882','roudgio@free.fr','Dаting fоr sеx | Canаdа: https://cutt.us/iBqlz'),(2266,'Dating sitе for sех with girls in Сanаdа: http://gg.gg/i7n6n','Sеxу girls fоr the night in yоur tоwn USA: https://1borsa.com/27gvv','87374153237','julie.davoijj@wanadoo.fr','Dаting fоr sеx | Canаdа: https://cutt.us/iBqlz'),(2267,'Dating sitе for sех with girls in Сanаdа: http://gg.gg/i7n6n','Sеxу girls fоr the night in yоur tоwn USA: https://1borsa.com/27gvv','85897964832','patrick.garcie1@orange.fr','Dаting fоr sеx | Canаdа: https://cutt.us/iBqlz'),(2268,'Dating sitе for sех with girls in Сanаdа: http://gg.gg/i7n6n','Sеxу girls fоr the night in yоur tоwn USA: https://1borsa.com/27gvv','82457554452','trinity_23@web.de','Dаting fоr sеx | Canаdа: https://cutt.us/iBqlz'),(2269,'Claudia','DA 96 Do-follow Backlink from Amazon to advisiahub.com?','04.42.19.32.83','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 advisiahub.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://justpaste.it/4fnds\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'),(2270,'Adult Dating - Sех Dаting Sitе: https://hideuri.com/VRre5r','Dating for sex with experiеnсеd wоmеn from 40 уeаrs: https://v.ht/ym013','83418673764','carpe.diem.co68@gmail.com','Dаting fоr sex | USA: https://jtbtigers.com/27evl'),(2271,'Adult Dating - Sех Dаting Sitе: https://hideuri.com/VRre5r','Dating for sex with experiеnсеd wоmеn from 40 уeаrs: https://v.ht/ym013','84636945199','kathryn@ksptechcare.co.uk','Dаting fоr sex | USA: https://jtbtigers.com/27evl'),(2272,'Adult Dating - Sех Dаting Sitе: https://hideuri.com/VRre5r','Dating for sex with experiеnсеd wоmеn from 40 уeаrs: https://v.ht/ym013','82648767521','sluthra@rogers.com','Dаting fоr sex | USA: https://jtbtigers.com/27evl'),(2273,'Adult Dating - Sех Dаting Sitе: https://hideuri.com/VRre5r','Dating for sex with experiеnсеd wоmеn from 40 уeаrs: https://v.ht/ym013','84786283513','quiltdivasmaine@yahoo.com','Dаting fоr sex | USA: https://jtbtigers.com/27evl'),(2274,'Adult Dating - Sех Dаting Sitе: https://hideuri.com/VRre5r','Dating for sex with experiеnсеd wоmеn from 40 уeаrs: https://v.ht/ym013','84121196634','malloryh@msn.com','Dаting fоr sex | USA: https://jtbtigers.com/27evl'),(2275,'CbkvIPYFHWs','aCWquxsiRZy','8413210264','arlatera@austin.rr.com','IeasCQYxMLkjwrJh'),(2276,'tGEYHTRVcvXbjO','FPUigGVLWa','6526457655','arlatera@austin.rr.com','JjdLiCHPEeM'),(2277,'ExmPjyFlQTpc','NxUwyQqprJtBEiDS','9337499294','mcatlsa13@gmail.com','DFKntNJZTli'),(2278,'PjldVZoxsQMCI','hgqriOeQnFJpCyGx','5302938067','mcatlsa13@gmail.com','jMibyCTNHewdEK'),(2279,'RoFUBJNPSx','miukqUabr','2796742435','zechariahsummers@yahoo.com','gnjevNzJ'),(2280,'ZuUODLjQTXyRJSxm','DSqMlaREPmVcjho','3445112772','zechariahsummers@yahoo.com','eEIUjqHl'),(2281,'RECJXdrlgUa','MeNujEdPIcnOJAsh','4599115866','sharonh@yourgracelife.com','wPUEoqbSCKTF'),(2282,'OyECmsGQpzLrDafT','TUClzZJi','5523998761','sharonh@yourgracelife.com','iHaAOZSd'),(2283,'iZNvbDnOeFHW','dUWKvYqXk','5267625164','albertorodriguez1972@hotmail.com','cqOoYRMjN'),(2284,'GqcoxEdijSDCZVFb','WMRQNALUiDg','6955850753','albertorodriguez1972@hotmail.com','ZbcvBMCfOlpyF'),(2285,'Wendi','claudio.wendi@gmail.com','66 211 68 38','claudio.wendi@gmail.com','Do you want to post your business on 1000\'s of Advertising sites monthly? Pay one low monthly fee and get almost unlimited traffic to your site forever!\r\n\r\nFor details check out: http://bit.ly/adpostingrobot'),(2286,'fRkXxKNSuPv','BiCSuTew','3694593550','joeyavella@gmail.com','PwUotbKf'),(2287,'AepExSzqYibwTCQ','jHJDnmyblgdULaM','4756845060','joeyavella@gmail.com','FLnAYJtOrkERmfs'),(2288,'OBckPDLjbJCSKNt','tcRpMTSzXCNAh','5935806295','cruzluna71@gmail.com','rWDzlqdHIJfT'),(2289,'ZcHtyrWQ','viftQBMwAn','4386855847','cruzluna71@gmail.com','yKCpkmDsYvR'),(2290,'DojvrehBWCMUz','xIUCgvHqZoSms','6376784057','mosleypeter549@gmail.com','GmDsdfEcwPOUtg'),(2291,'PornXIUApT','AxguBhbvPQS','8279980578','mosleypeter549@gmail.com','atAfdnQxveNTy'),(2292,'CoquaElPZvyWwG','hAlrySZGmkqDP','3954536621','shavonneryan60@gmail.com','BhXdwAPgvzEUGWq'),(2293,'ylfVzWcrRMv','XtOHMpnm','7325349854','shavonneryan60@gmail.com','lYFcDoXAJnIG'),(2294,'jNiCrWIESe','QMFfTdCJbs','3953208381','elenas1999@gmail.com','ncVxztKWiuNC'),(2295,'nKZqpSWmLvsiBhkr','hUAdONRSay','3286467060','elenas1999@gmail.com','GCwkpYMnlFbq'),(2296,'WjMDKsaAmwLeOyF','QWevjynTosbgfV','3154695768','murphy6288@icloud.com','PyalVLXg'),(2297,'WDshbVGCMgcfpRPH','ZjtIbpmzuklRqW','4164672075','murphy6288@icloud.com','ANlidSVjFgR'),(2298,'Adult оnline dating whatsаpp numbеrs: https://cutt.us/YCFTl','Sexy girls for thе night in your town USA: http://gg.gg/i7k9n','85244961151','xxeger@yahoo.com','Adult zоosк 1 dаting аpр itunes: https://cutt.us/xsyuk'),(2299,'Adult оnline dating whatsаpp numbеrs: https://cutt.us/YCFTl','Sexy girls for thе night in your town USA: http://gg.gg/i7k9n','83885611714','makingithappenagain@gmail.com','Adult zоosк 1 dаting аpр itunes: https://cutt.us/xsyuk'),(2300,'Adult оnline dating whatsаpp numbеrs: https://cutt.us/YCFTl','Sexy girls for thе night in your town USA: http://gg.gg/i7k9n','87999432329','472948088@qq.com','Adult zоosк 1 dаting аpр itunes: https://cutt.us/xsyuk'),(2301,'Adult оnline dating whatsаpp numbеrs: https://cutt.us/YCFTl','Sexy girls for thе night in your town USA: http://gg.gg/i7k9n','84918897384','jasonlean13@yahoo.com','Adult zоosк 1 dаting аpр itunes: https://cutt.us/xsyuk'),(2302,'Adult оnline dating whatsаpp numbеrs: https://cutt.us/YCFTl','Sexy girls for thе night in your town USA: http://gg.gg/i7k9n','84941554825','nguyenhoang.2041630@gmail.com','Adult zоosк 1 dаting аpр itunes: https://cutt.us/xsyuk'),(2303,'BFwTsKtCOmdDhGLo','klNVBUdtgpJvmQEL','8109157717','smalley_raffaello@yahoo.com','KMGBWSvNuHgaTh'),(2304,'xQgqVRNSYKGpHFuW','fgKlEoPOIWAhbpjt','8978304397','smalley_raffaello@yahoo.com','flAeCmOzv'),(2305,'Sеx dаting in Austrаliа | Girls fоr sех in Australiа: https://v.ht/wA2MK','Adult dаting оnline amеriсаn singlеs: https://soo.gd/dvCV','85449396967','borewitsch@gmail.com','Вeautiful womеn for sеx in уоur tоwn АU: http://qr.garagebrewers.com/r.php?c=xZwY'),(2306,'Sеx dаting in Austrаliа | Girls fоr sех in Australiа: https://v.ht/wA2MK','Adult dаting оnline amеriсаn singlеs: https://soo.gd/dvCV','88773638629','arctorkogi@gmail.com','Вeautiful womеn for sеx in уоur tоwn АU: http://qr.garagebrewers.com/r.php?c=xZwY'),(2307,'Sеx dаting in Austrаliа | Girls fоr sех in Australiа: https://v.ht/wA2MK','Adult dаting оnline amеriсаn singlеs: https://soo.gd/dvCV','87388644928','soli1425@gmail.com','Вeautiful womеn for sеx in уоur tоwn АU: http://qr.garagebrewers.com/r.php?c=xZwY'),(2308,'Sеx dаting in Austrаliа | Girls fоr sех in Australiа: https://v.ht/wA2MK','Adult dаting оnline amеriсаn singlеs: https://soo.gd/dvCV','84126447876','blondeaujh@gmail.com','Вeautiful womеn for sеx in уоur tоwn АU: http://qr.garagebrewers.com/r.php?c=xZwY'),(2309,'Sеx dаting in Austrаliа | Girls fоr sех in Australiа: https://v.ht/wA2MK','Adult dаting оnline amеriсаn singlеs: https://soo.gd/dvCV','84788244158','fernbachmathieu@gmail.com','Вeautiful womеn for sеx in уоur tоwn АU: http://qr.garagebrewers.com/r.php?c=xZwY'),(2310,'contactgqftnq','We offer sending newsletters via contact configurationss to the sites of business organizations via all countries of the world. ','9876543210','malisa_chang59@rambler.ru','Good whatever time of day it is where you are! \r\n \r\nWe send Your offers via contact forms to the sites ofcompanies via all countries and domain zones of the world. \r\n \r\nhttps://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nYour offer is sent to email of organization one hundred percent will get to the incoming folder! \r\n \r\nTest: \r\nten thousand messages on foreign zones to your email address - twenty $. \r\nWe need from You only E-mail, title and text of the letter. \r\n \r\nIn our price there are more 800 databases for all domains of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domain names - 1100$ \r\nAll European Union 28 countries 56752547 of sites- 1000$ \r\nAll Asia 48 countries 14662004 of domains - 300$ \r\nAll Africa 50 countries 1594390 of domains - 200$ \r\nAll North and Central America in 35 countries 7441637 of domains - 300$ \r\nAll South America 14 countries 5826884 of domain names - 200$ \r\nEnterprises and organizations of the Russian Federation - 300$ \r\nUkraine 605745 of domains - 100$ \r\nAll Russian-speaking countries minus RF are 14 countries and there are 1526797 of sites - 200$ \r\n \r\nDatabases: \r\nWHOIS databases of domain names for all countries of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP/S \r\nPlease, do not respond to this offer from your mailbox, as it has been generated automatically and will not reach us! \r\nUse the contact form from the site https://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $200 \r\n \r\nNew websites from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the \r\n \r\nmonth) – 500$ \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nUkraine 605745 websites – $100 \r\n \r\nAll Russian-speaking countries minus Russia – there are 14 countries and 1526797 websites – $200 \r\n \r\nNew websites of the Russian Federation, registered 24-48 hours ago. (A cycle of 15 mailings \r\n \r\nduring the month) – 250$ \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are \r\n \r\nexcluded from databases for mailings) – $150 \r\n \r\n142018 websites of public authorities of all countries of the world (selections for all \r\n \r\ncountries, are excluded from databases for mailings) – $100 \r\n \r\nCMS mailings: \r\n \r\nAmiro 1794 websites $50 \r\nBitrix 199550 websites $80 \r\nConcrete5 39121 websites $50 \r\nCONTENIDO 5069 websites $50 \r\nCubeCart 1062 websites $50 \r\nDatalife Engine 23220 websites $50 \r\nDiscuz 47962 websites $50 \r\nDotnetnuke 22859 websites $50 \r\nDrupal 802121 websites $100 \r\nFlexbe 15072 websites $50 \r\nHostCMS 5042 websites $50 \r\nInstantCMS 4136 websites $50 \r\nInSales 11081 websites $50 \r\nInvision Power Board 265 websites $30 \r\nJoomla 1906994 websites $200 \r\nLiferay 5137 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 64023 websites $50 \r\nMovable Type 9171 websites $50 \r\nNetCat 6636 websites $50 \r\nNopCommerce 3892 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 68468 websites $50 \r\nphpBB 2182 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 604387 websites $80 \r\nSimpla 17429 websites $50 \r\nSitefinity 4183 websites $50 \r\nTextpattern 882 websites $30 \r\nTilda 47396 websites $50 \r\nTYPO3 192006 websites $80 \r\nUMI.CMS 13191 websites $50 \r\nvBulletin 8407 websites $50 \r\nWix 3379081 websites $250 \r\nWordpress 15574051 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 141528448 websites commercial - $1950 \r\n.biz 2361884 websites business - $150 \r\n.info 6216929 websites information - $250 \r\n.net 15689222 websites network - $450 \r\n.org 10922428 websites organization - $350 \r\n \r\n.abogado 381 websites - $30 \r\n.ac 2365 websites - $30 \r\n.academy 34531 websites - $50 \r\n.accountant 96540 websites - $50 \r\n.accountants 1653 websites - $30 \r\n.actor 2287 websites - $30 \r\n.ad 323 websites - $30 \r\n.adult 10541 websites- $50 \r\n.ae 200462 websites UAE - $50 \r\n.ae 1820 websites International zone UAE:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.aero 23635 websites- $50 \r\n.af 3778 websites - $30 \r\n.africa 23341 websites- $50 \r\n.ag 11931 websites - $50 \r\n.agency 66462 websites - $50 \r\n.ai 24137 websites - $50 \r\n.airforce 592 websites - $30 \r\n.al 6078 websites - $30 \r\n.alsace 1982 websites - $50 \r\n.am 21995 websites Armenia - $50 \r\n.am 1684 websites International zone Armenia:.com .net .biz .info .name .tel .mobi .asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands - $30 \r\n.ao 904 websites - $30 \r\n.apartments 3758 websites - $30 \r\n.app 661404 websites - $80 \r\n.ar 551804 websites Argentina - $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.archi 2084 websites - $30 \r\n.army 2282 websites - $30 \r\n.art 69227 websites - $50 \r\n.as 10525 websites - $50 \r\n.asia 228418 websites - $80 \r\n.associates 3340 websites - $30 \r\n.at 1356722 websites Austria - $100 \r\n.at 181907 websites International zone Austria :.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.attorney 8204 websites - $30 \r\n.au 2432174 websites Australia - $150 \r\n.au 461279 websites International zone Australia:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.auction 4125 websites - $30 \r\n.audio 23052 websites - $50 \r\n.auto 400 websites - $30 \r\n.aw 235 websites - $30 \r\n.az 11104 websites Azerbaijan - $50 \r\n.az 2036 websites International zone Azerbaijan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ba 2291 websites international zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia-$30 \r\n.ba 7012 websites Bosnia and Herzegovina - $30 \r\n.baby 2051 websites - $30 \r\n.band 13515 websites - $50 \r\n.bank 20424 websites - $50 \r\n.bar 50267 websites - $50 \r\n.barcelona 7919 websites - $30 \r\n.bargains 2997 websites - $30 \r\n.bargains 2346 websites - $30 \r\n.bayern 32565 websites - $50 \r\n.bb 2277 websites- $30 \r\n.be 1349658 websites Belgium - $150 \r\n.be 184810 websites International zone Belgium:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.beer 13834 websites- $50 \r\n.berlin 58088 websites Berlin - $50 \r\n.best 93390 websites - $50 \r\n.bet 17637 websites - $50 \r\n.bf 238 websites - $30 \r\n.bg 37152 websites Bulgaria - $50 \r\n.bg 50685 websites International zone Bulgaria:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.bh 453 websites - $30 \r\n.bi 2328 websites Burundi - $30 \r\n.bible 1760 websites - $30 \r\n.bid 474509 websites - $80 \r\n.bike 15229 websites - $50 \r\n.bingo 1232 websites - $30 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites - $30 \r\n.black 6582 websites - $30 \r\n.blackfriday 12106 websites - $50 \r\n.blog 178562 websites - $80 \r\n.blue 16852 websites - $50 \r\n.bm 8089 websites Bermuda - $30 \r\n.bn 20 websites - $30 \r\n.bo 2602 websites- $30 \r\n.bo 29415 websites International zone Bolivia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.boats 266 websites - $30 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites - $50 \r\n.br 2589383 websites Brazil - $250 \r\n.br 933750 websites International zone Brazil:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.bradesco 179 websites- $30 \r\n.broadway 261 websites- $30 \r\n.broker 1060 websites- $30 \r\n.brussels 7181 websites - $30 \r\n.bs 330 websites- $30 \r\n.bt 284 websites- $30 \r\n.build 3857 websites- $30 \r\n.builders 3906 websites- $30 \r\n.business 35168 websites - $50 \r\n.buzz 534984 websites - $80 \r\n.bw 1160 websites - $30 \r\n.by 92679 websites Belarus - $50 \r\n.by 1574 websites International zone Belarus:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.bz 7751 websites - $30 \r\n.bzh 5403 websites - $30 \r\n.ca 2587463 websites Canada - $250 \r\n.ca 288395 websites International zone Canada:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.cab 3223 websites - $30 \r\n.cafe 15406 websites - $50 \r\n.cam 10316 websites - $50 \r\n.camera 5236 websites - $30 \r\n.camp 6315 websites - $30 \r\n.capetown 4750 websites - $30 \r\n.capital 14387 websites - $50 \r\n.car 342 websites - $30 \r\n.cards 5992 websites - $30 \r\n.care 23004 websites - $50 \r\n.career 1217 websites - $30 \r\n.careers 7555 websites - $30 \r\n.cars 309 websites - $30 \r\n.casa 24158 websites - $50 \r\n.cash 13193 websites - $50 \r\n.casino 5354 websites - $30 \r\n.cat 108569 websites - $50 \r\n.catering 3482 websites - $30 \r\n.cc 1920589 websites Cocos Keeling Islands- $200 \r\n.cd 5865 websites - $30 \r\n.center 39353 websites - $50 \r\n.ceo 2458 websites - $30 \r\n.cf 2291460 websites Central African Republic - $200 \r\n.cg 166 websites - $30 \r\n.ch 1627450 websites Switzerland - $150 \r\n.ch 205292 websites International zone Switzerland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.chat 15026 websites - $50 \r\n.cheap 3267 websites - $30 \r\n.christmas 15255 websites - $50 \r\n.church 24104 websites - $50 \r\n.ci 5663 websites Cote d\'Ivoire - $30 \r\n.ci 112 websites International zone Cote d\'Ivoire:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.city 46171 websites - $50 \r\n.cl 590401 websites Chile - $80 \r\n.cl 65996 websites International zone Chile:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.claims 2374 websites - $30 \r\n.cleaning 2385 websites - $30 \r\n.click 181015 websites - $50 \r\n.clinic 8006 websites - $30 \r\n.clothing 13639 websites - $50 \r\n.cloud 164113 websites - $50 \r\n.club 1230555 websites - $100 \r\n.cm 29221 websites Cameroon- $50 \r\n.cn 23160610 websites China - $600 \r\n.cn 1372416 websites International zone China:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.co 1878923 websites Colombia - $200 \r\n.co 10854 websites International zone Colombia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.coach 16002 websites- $50 \r\n.codes 12044 websites - $50 \r\n.coffee 19257 websites - $50 \r\n.cologne 10157 websites - $50 \r\n.com.ar 657716 websites Argentina - $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus - $50 \r\n.com.ni 23747 websites - $50 \r\n.com.np 38828 websites - $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 98375 websites Russia - $50 \r\n.community 15013 websites - $50 \r\n.company 64217 websites - $50 \r\n.computer 5539 websites - $30 \r\n.condos 2192 websites - $30 \r\n.construction 7104 websites - $30 \r\n.consulting 27128 websites - $50 \r\n.contractors 3982 websites - $30 \r\n.cooking 1476 websites - $30 \r\n.cool 22008 websites - $50 \r\n.coop 7479 websites - $30 \r\n.corsica 1042 websites - $30 \r\n.country 7144 websites - $30 \r\n.cr 7934 websites - $30 \r\n.credit 4020 websites - $30 \r\n.creditcard 825 websites - $30 \r\n.creditunion 511 websites - $30 \r\n.cricket 33413 websites - $50 \r\n.cruises 2234 websites - $30 \r\n.cu 137 websites - $30 \r\n.cv 2279 websites - $30 \r\n.cx 15753 websites - $50 \r\n.cy 11092 websites Cyprus - $50 \r\n.cy 710 websites International zone Cyprus:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.cymru 7314 websites - $30 \r\n.cz 1001208 websites Czech Republic - $100 \r\n.cz 193400 websites International zone Czech Republic:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.dance 7490 websites - $30 \r\n.date 10800 websites - $50 \r\n.dating 2892 websites - $30 \r\n.de 15078512 websites Germany - $450 \r\n.de 3894156 websites International zone Germany:.com .net .biz .info .name .tel .mobi .asia-$200 \r\n.deals 8332 websites - $30 \r\n.degree 2178 websites - $30 \r\n.delivery 6282 websites - $30 \r\n.democrat 1072 websites - $30 \r\n.dental 7841 websites - $30 \r\n.dentist 3046 websites - $30 \r\n.desi 2647 websites - $50 \r\n.design 103712 websites - $50 \r\n.dev 190456 websites - $50 \r\n.diamonds 2730 websites - $30 \r\n.diet 18291 websites - $50 \r\n.digital 49449 websites - $50 \r\n.direct 12129 websites - $50 \r\n.directory 15157 websites - $50 \r\n.discount 3898 websites - $30 \r\n.dj 7680 websites - $30 \r\n.dk 1319155 websites Denmark - $100 \r\n.dk 148164 websites International zone Denmark:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.dm 23318 websites - $50 \r\n.do 5255 websites Dominican Republic- $30 \r\n.doctor 5601 websites - $30 \r\n.dog 10030 websites - $50 \r\n.dog 12435 websites - $50 \r\n.domains 6253 websites - $30 \r\n.download 7886 websites - $30 \r\n.durban 2247 websites - $30 \r\n.dz 982 websites - $30 \r\n.earth 23412 websites - $50 \r\n.ec 11731 websites Ecuador - $50 \r\n.ec 2897 websites International zone Ecuador:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.edu 4445 websites - $30 \r\n.edu.np 4883 websites- $30 \r\n.education 25003 websites - $50 \r\n.ee 119701 websites Estonia- $50 \r\n.ee 10490 websites International zone Estonia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.eg 1699 websites - $30 \r\n.email 100440 websites - $50 \r\n.energy 12399 websites - $50 \r\n.engineer 3785 websites - $30 \r\n.engineering 6533 websites - $30 \r\n.enterprises 6253 websites - $30 \r\n.equipment 5060 websites - $30 \r\n.es 1509048 websites Spain - $150 \r\n.es 683845 websites International zone Spain:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.estate 9285 websites - $30 \r\n.et 134 websites - $30 \r\n.eu 3046076 websites Europe - $150 \r\n.eu 633384 websites International zone Europe:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.eus 10116 websites - $50 \r\n.events 25115 websites - $50 \r\n.exchange 10432 websites - $50 \r\n.expert 34040 websites - $50 \r\n.exposed 2880 websites - $30 \r\n.express 7019 websites - $30 \r\n.fail 3692 websites - $30 \r\n.faith 4019 websites - $30 \r\n.family 21577 websites - $50 \r\n.fan 28607 websites - $50 \r\n.fans 1688 websites - $30 \r\n.farm 17009 websites - $50 \r\n.fashion 9011 websites - $30 \r\n.feedback 1301 websites - $30 \r\n.fi 188337 websites Finland - $50 \r\n.fi 69631 websites International zone Finland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.film 4501 websites - $30 \r\n.finance 9082 websites - $30 \r\n.financial 5086 websites - $30 \r\n.fish 4562 websites - $30 \r\n.fishing 1422 websites - $30 \r\n.fit 109855 websites - $50 \r\n.fitness 10689 websites - $50 \r\n.flights 2169 websites - $30 \r\n.florist 2071 websites - $30 \r\n.flowers 1187 websites - $30 \r\n.fm 3775 websites - $30 \r\n.fo 10415 websites- $50 \r\n.football 4677 websites - $30 \r\n.forex 282 websites - $30 \r\n.forsale 7118 websites - $30 \r\n.foundation 15401 websites - $50 \r\n.fr 2810983 websites France - $150 \r\n.fr 639546 websites International zone France:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.frl 13028 websites - $50 \r\n.fun 485622 websites - $50 \r\n.fund 14501 websites - $50 \r\n.furniture 2276 websites - $30 \r\n.futbol 2709 websites - $30 \r\n.fyi 15872 websites - $50 \r\n.ga 5041 websites Gabon - $30 \r\n.gal 5106 websites - $30 \r\n.gallery 17663 websites - $50 \r\n.game 2066 websites - $30 \r\n.games 20294 websites - $50 \r\n.garden 2618 websites - $30 \r\n.gd 3038 websites - $30 \r\n.ge 17359 websites Georgia - $50 \r\n.ge 1676 websites International zone Georgia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.gent 3388 websites - $30 \r\n.gf 105 websites French Guiana - $30 \r\n.gg 7443 websites - $30 \r\n.gh 703 websites - $30 \r\n.gi 981 websites - $30 \r\n.gift 5001 websites - $30 \r\n.gifts 3357 websites - $30 \r\n.gives 1759 websites - $30 \r\n.gl 3558 websites - $30 \r\n.glass 3239 websites - $30 \r\n.global 48572 websites - $50 \r\n.gm 287 websites - $30 \r\n.gmbh 20786 websites - $50 \r\n.gold 9581 websites - $30 \r\n.golf 10319 websites - $50 \r\n.gop 1340 websites - $30 \r\n.gov 4195 websites - $30 \r\n.gov.np 1937 websites- $30 \r\n.gp 2014 websites - $30 \r\n.gq 63622 websites - $50 \r\n.gr 323168 websites Greece - $80 \r\n.gr 57984 websites International zone Greece:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.graphics 6555 websites - $30 \r\n.gratis 4113 websites - $30 \r\n.green 5161 websites - $30 \r\n.gripe 1175 websites - $30 \r\n.group 65583 websites - $50 \r\n.gs 1008 websites Georgia - $30 \r\n.gt 15351 websites - $50 \r\n.guide 15044 websites - $50 \r\n.guitars 965 websites - $30 \r\n.guru 53088 websites - $50 \r\n.gy 2047 websites Guyana - $30 \r\n.hamburg 21585 websites - $50 \r\n.haus 5686 websites - $30 \r\n.health 13716 websites - $50 \r\n.healthcare 9001 websites - $30 \r\n.help 13098 websites - $50 \r\n.hiphop 518 websites - $30 \r\n.hiv 279 websites - $30 \r\n.hk 116093 websites - $50 \r\n.hm 229 websites - $30 \r\n.hn 4732 websites - $30 \r\n.hockey 1402 websites - $30 \r\n.holdings 5812 websites - $30 \r\n.holiday 4517 websites - $30 \r\n.homes 12499 websites - $50 \r\n.horse 2516 websites - $30 \r\n.hospital 1805 websites - $30 \r\n.host 79977 websites - $50 \r\n.hosting 3322 websites - $30 \r\n.house 19296 websites - $50 \r\n.how 2557 websites - $30 \r\n.hr 48565 websites Croatia - $50 \r\n.hr 16592 websites International zone Croatia:.com .net .biz .info .name .tel .mobi .asia \r\n.ht 1299 websites - $30 \r\n.hu 618532 websites Hungary - $80 \r\n.hu 53940 websites International zone Hungary:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.icu 6331371 websites - $350 \r\n.id 61744 websites - $50 \r\n.ie 195987 websites Ireland - $50 \r\n.ie 49861 websites International zone Ireland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.il 196266 websites Israel - $80 \r\n.il 38537 websites International zone Israel:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.im 18701 websites - $50 \r\n.immo 15409 websites - $50 \r\n.immobilien 6805 websites - $30 \r\n.in 1143482 websites India - $100 \r\n.in 266179 websites International zone India:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.industries 4312 websites - $30 \r\n.ink 28117 websites - $50 \r\n.institute 12134 websites - $50 \r\n.insure 5015 websites - $30 \r\n.int 451 websites - $30 \r\n.international 25430 websites - $50 \r\n.investments 4813 websites - $30 \r\n.io 496216 websites British Indian Ocean - $80 \r\n.iq 2401 websites - $30 \r\n.ir 427735 websites Iran - $80 \r\n.ir 15487 websites International zone Iran:.com .net .biz .info .name .tel .mobi .asia \r\n.irish 3126 websites - $30 \r\n.is 32176 websites Iceland - $50 \r\n.ist 9060 websites - $30 \r\n.istanbul 12839 websites - $50 \r\n.it 2410105 webwebsites Italy – $250 \r\n.it 954040 webwebsites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 3016 websites - $30 \r\n.jetzt 18207 websites - $50 \r\n.jewelry 3250 websites - $30 \r\n.jo 555 websites - $30 \r\n.jobs 44024 websites- $50 \r\n.joburg 3138 websites - $30 \r\n.jp 1246243 websites Japan - $150 \r\n.juegos 644 websites - $30 \r\n.kaufen 6134 websites - $30 \r\n.ke 14677 websites - $50 \r\n.kg 3619 websites Kyrgyzstan - $30 \r\n.kg 664 websites International zone Kyrgyzstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ki 79 websites - $30 \r\n.kim 12007 websites- $50 \r\n.kitchen 6881 websites - $30 \r\n.kiwi 13426 websites - $50 \r\n.kn 3211 websites - $30 \r\n.koeln 23320 websites - $50 \r\n.kr 272463 websites Korea- $50 \r\n.krd 374 websites - $30 \r\n.kred 8921 websites - $30 \r\n.kw 484 websites - $30 \r\n.ky 5783 websites - $30 \r\n.kyoto 658 websites - $30 \r\n.kz 113180 websites Kazakhstan - $50 \r\n.kz 5876 websites International zone Kazakhstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.la 34189 websites Laos - $50 \r\n.land 15474 websites- $50 \r\n.lat 4171 websites - $30 \r\n.law 12002 websites - $50 \r\n.lawyer 10996 websites- $50 \r\n.lc 481 websites- $30 \r\n.lease 1755 websites- $30 \r\n.leclerc 165 websites- $30 \r\n.legal 13047 websites- $50 \r\n.lgbt 2247 websites- $30 \r\n.li 10044 websites - $50 \r\n.life 195950 websites - $50 \r\n.lighting 5870 websites - $30 \r\n.limited 5365 websites - $30 \r\n.limo 1981 websites- $30 \r\n.link 117273 websites - $50 \r\n.live 662010 websites - $80 \r\n.lk 4971 websites - $30 \r\n.llc 12888 websites - $50 \r\n.loan 23738 websites - $50 \r\n.loans 3994 websites - $30 \r\n.lol 8121 websites - $30 \r\n.london 48933 websites London, United Kingdom- $50 \r\n.love 28434 websites - $50 \r\n.ls 236 websites - $30 \r\n.lt 94484 websites Lithuania- $50 \r\n.lt 27710 websites International zone Lithuania:.com .net .biz .info .name .tel .mobi .asia- $50 \r\n.ltd 100152 websites - $50 \r\n.lu 47052 websites Luxembourg - $50 \r\n.lu 4125 websites International zone Luxembourg:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.luxe 14037 websites - $50 \r\n.luxury 805 websites - $30 \r\n.lv 67886 websites Latvia - $50 \r\n.lv 8887 websites International zone Latvia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ly 8413 websites - $30 \r\n.ma 41462 websites Morocco - $50 \r\n.madrid 2919 websites - $30 \r\n.maison 1003 websites - $30 \r\n.management 10788 websites- $50 \r\n.market 18741 websites- $50 \r\n.marketing 22656 websites- $50 \r\n.markets 899 websites- $30 \r\n.mba 2510 websites- $30 \r\n.mc 3046 websites Monaco - $30 \r\n.md 16135 websites Moldova - $50 \r\n.md 1293 websites International zone Moldova:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.me 761596 websites Montenegro - $80 \r\n.me 86897 websites International zone Montenegro:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.media 49573 websites - $50 \r\n.melbourne 10041 websites - $50 \r\n.memorial 712 websites - $30 \r\n.men 24451 websites - $50 \r\n.menu 5002 websites restaurants- $30 \r\n.mg 3680 websites Madagascar- $30 \r\n.miami 9210 websites Miami, USA - $30 \r\n.mk 12704 websites - $50 \r\n.ml 128001 websites - $50 \r\n.mma 1705 websites - $30 \r\n.mn 17044 websites - $50 \r\n.mo 775 websites - $30 \r\n.mobi 381422 websites- $80 \r\n.moda 2741 websites - $30 \r\n.moe 8709 websites - $30 \r\n.mom 2085 websites - $30 \r\n.money 12000 websites - $50 \r\n.monster 54325 websites - $50 \r\n.mortgage 3198 websites - $30 \r\n.moscow 17741 websites Moscow Russian Federation- $50 \r\n.movie 3275 websites - $30 \r\n.mq 119 websites - $30 \r\n.mr 199 websites - $30 \r\n.ms 7265 websites - $30 \r\n.mt 1402 websites Malta - $30 \r\n.mu 6475 websites - $30 \r\n.museum 1260 websites - $30 \r\n.mv 1905 websites - $30 \r\n.mw 8579 websites Malawi - $30 \r\n.mx 670901 websites Mexico- $80 \r\n.mx 174571 websites International zone Mexico:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.my 143039 websites Malaysia- $80 \r\n.mz 985 websites - $30 \r\n.na 1094 websites - $30 \r\n.nagoya 7807 websites - $30 \r\n.name 120331 websites- $50 \r\n.navy 799 websites - $30 \r\n.nc 999 websites - $30 \r\n.network 51331 websites - $50 \r\n.news 57899 websites - $50 \r\n.ng 23864 websites - $50 \r\n.ngo 3421 websites - $30 \r\n.ninja 31719 websites - $50 \r\n.nl 3925784 websites Netherlands - $200 \r\n.nl 1019697 websites International zone Netherlands:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.no 620882 websites Norway - $80 \r\n.no 74318 websites International zone Norway:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.nra 131 websites - $30 \r\n.nrw 17487 websites - $50 \r\n.nu 236821 websites Niue- $50 \r\n.nyc 64003 websites - $50 \r\n.nz 593127 websites New Zealand - $80 \r\n.om 1701 websites - $30 \r\n.one 71859 websites - $50 \r\n.ong 3420 websites - $30 \r\n.onl 7059 websites - $30 \r\n.online 1356725 websites - $100 \r\n.ooo 15719 websites - $50 \r\n.org.np 7082 websites - $30 \r\n.org.ua 41362 websites - $50 \r\n.organic 1631 websites - $30 \r\n.osaka 664 websites - $30 \r\n.ovh 50056 websites - $50 \r\n.pa 1578 websites - $30 \r\n.page 61259 websites - $50 \r\n.paris 19098 websites - $50 \r\n.partners 8576 websites - $30 \r\n.parts 6042 websites - $30 \r\n.party 19563 websites- $50 \r\n.pe 83224 websites Peru - $50 \r\n.pe 59157 websites International zone Peru:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pet 10381 websites - $50 \r\n.pf 319 websites - $30 \r\n.pg 2105 websites Papua - $30 \r\n.ph 17940 websites Philippines - $50 \r\n.photo 17365 websites- $50 \r\n.photography 45234 websites- $50 \r\n.photos 21407 websites- $50 \r\n.physio 1159 websites- $30 \r\n.pics 5559 websites- $30 \r\n.pictures 8375 websites- $30 \r\n.pink 8173 websites- $30 \r\n.pizza 6365 websites - $30 \r\n.pk 44464 websites Pakistan - $50 \r\n.pl 1795299 websites Poland - $150 \r\n.pl 327587 websites International zone Poland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.place 3504 websites - $30 \r\n.plumbing 2815 websites - $30 \r\n.plus 18915 websites - $50 \r\n.pm 4051 websites - $30 \r\n.poker 3207 websites - $30 \r\n.porn 10323 websites- $50 \r\n.post 441 websites - $30 \r\n.pr 1229 websites - $30 \r\n.press 35132 websites - $50 \r\n.productions 7907 websites - $30 \r\n.promo 5720 websites - $30 \r\n.properties 13804 websites - $50 \r\n.property 3274 websites - $30 \r\n.ps 1572 websites - $30 \r\n.pt 263136 websites Portugal - $80 \r\n.pt 17691 websites International zone Portugal:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pub 25225 websites - $50 \r\n.pw 8023 websites - $30 \r\n.py 5593 websites Paraguay - $30 \r\n.py 653 websites International zone Paraguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.qa 9080 websites - $30 \r\n.quebec 8742 websites - $30 \r\n.racing 3320 websites - $30 \r\n.radio 2274 websites - $30 \r\n.re 11013 websites - $50 \r\n.realestate 18187 websites - $50 \r\n.realtor 39865 websites - $50 \r\n.realty 2204 websites - $30 \r\n.recipes 6245 websites - $30 \r\n.red 24701 websites - $50 \r\n.rehab 1756 websites - $30 \r\n.reise 1071 websites - $30 \r\n.reisen 4805 websites - $30 \r\n.reit 101 websites - $30 \r\n.ren 16501 websites - $50 \r\n.rent 4474 websites - $30 \r\n.rentals 11901 websites- $50 \r\n.repair 6828 websites- $30 \r\n.report 7269 websites - $30 \r\n.republican 852 websites - $30 \r\n.rest 47992 websites - $50 \r\n.restaurant 7735 websites - $30 \r\n.review 12121 websites - $80 \r\n.reviews 17432 websites- $50 \r\n.rio 1062 websites- $30 \r\n.rip 3599 websites- $30 \r\n.ro 423021 websites Romania - $80 \r\n.ro 42046 websites International zone Romania:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.rocks 90108 websites - $50 \r\n.rs 85503 websites Serbia - $50 \r\n.ru 514668 websites International zone Russian:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.ru 5025331 websites Russian - $250 \r\n.ru, .su, .рф websites 5800000 - $250 \r\n.ru.com 6499 websites Russia - $30 \r\n.ruhr 9687 websites - $30 \r\n.run 19122 websites - $50 \r\n.rw 3245 websites - $30 \r\n.sa 20421 websites Saudi Arabia- $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com .net .biz .info .name .tel .mobi .asia \r\n.saarland 3925 websites - $30 \r\n.sale 15249 websites - $50 \r\n.salon 2722 websites - $30 \r\n.sarl 919 websites - $30 \r\n.sc 4442 websites Seychelles- $30 \r\n.school 14272 websites - $50 \r\n.schule 2913 websites - $30 \r\n.science 13625 websites - $80 \r\n.scot 11375 websites - $50 \r\n.sd 515 websites - $30 \r\n.se 1383322 websites Sweden - $150 \r\n.se 293316 websites International zone Sweden:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.seat 688 websites - $30 \r\n.security 287 websites - $30 \r\n.services 50298 websites - $50 \r\n.sex 7751 websites - $30 \r\n.sexy 5756 websites - $30 \r\n.sg 150351 websites Republic Of Singapore - $50 \r\n.sh 2706 websites - $30 \r\n.shiksha 911 websites - $30 \r\n.shoes 4676 websites - $30 \r\n.shop 631693 websites - $80 \r\n.shopping 6337 websites - $30 \r\n.show 12092 websites - $50 \r\n.si 39749 websites Slovenia- $50 \r\n.si 12879 websites International zone Slovenia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.singles 3589 websites - $30 \r\n.site 1855897 websites - $150 \r\n.sk 301001 websites Slovakia- $80 \r\n.sk 31572 websites International zone Slovakia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ski 5530 websites - $30 \r\n.sl 1504 websites - $30 \r\n.sm 8897 websites - $30 \r\n.sn 4465 websites Senegal - $30 \r\n.sn 344 websites International zone Senegal:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.so 9703 websites - $30 \r\n.soccer 2933 websites - $30 \r\n.social 23263 websites - $50 \r\n.software 16006 websites - $50 \r\n.solar 6575 websites - $30 \r\n.solutions 78770 websites - $50 \r\n.soy 1405 websites - $30 \r\n.space 409707 websites - $80 \r\n.sport 8578 websites - $30 \r\n.sr 580 websites Suriname - $30 \r\n.srl 5591 websites - $30 \r\n.st 8041 websites - $30 \r\n.storage 411 websites - $30 \r\n.store 328721 websites - $50 \r\n.stream 12901 websites - $80 \r\n.studio 53390 websites - $50 \r\n.study 5136 websites - $30 \r\n.style 11421 websites - $50 \r\n.su 110538 websites Russian- $50 \r\n.sucks 7329 websites - $30 \r\n.supplies 3079 websites - $30 \r\n.supply 5280 websites - $30 \r\n.support 23377 websites - $50 \r\n.surf 7373 websites - $30 \r\n.surgery 1778 websites - $30 \r\n.sv 8432 websites Salvador- $30 \r\n.swiss 17623 websites - $50 \r\n.sx 2901 websites - $30 \r\n.sy 2663 websites - $30 \r\n.sydney 10073 websites - $50 \r\n.systems 29044 websites - $50 \r\n.sz 321 websites - $30 \r\n.taipei 5664 websites - $30 \r\n.tattoo 7394 websites- $30 \r\n.tax 7388 websites - $30 \r\n.taxi 6034 websites - $30 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 27421 websites- $50 \r\n.tech 276164 websites - $50 \r\n.technology 31533 websites- $50 \r\n.tel 90552 websites- $50 \r\n.tennis 1804 websites - $30 \r\n.tf 19841 websites - $50 \r\n.tg 1230 websites - $30 \r\n.th 22368 websites Kingdom Of Thailand- $50 \r\n.theater 1253 websites - $30 \r\n.tickets 1941 websites - $30 \r\n.tienda 1902 websites - $30 \r\n.tips 29380 websites- $50 \r\n.tires 941 websites - $30 \r\n.tirol 5472 websites - $30 \r\n.tj 6874 websites Tajikistan- $30 \r\n.tj 34 websites International zone Tajikistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tk 20085806 websites Tokelau - $500 \r\n.tl 2748 websites - $30 \r\n.tm 6395 websites Turkmenistan- $30 \r\n.tm 44 websites International zone Turkmenistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tn 16345 websites - $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 81155 websites - $50 \r\n.tokyo 166544 websites - $50 \r\n.tools 13341 websites - $50 \r\n.top 3609373 websites - $250 \r\n.tours 10771 websites - $50 \r\n.town 4104 websites - $30 \r\n.toys 4566 websites - $30 \r\n.tr 243347 websites Turkey - $80 \r\n.tr 138818 International zone Turkey:.com .net .biz .info .name .tel .mobi .asia -$50 \r\n.trade 16130 websites - $50 \r\n.trading 1150 websites - $30 \r\n.training 19811 websites - $50 \r\n.travel 20461 websites - $50 \r\n.tt 535 websites - $30 \r\n.tube 3252 websites - $30 \r\n.tv 559502 websites Tuvalu - $80 \r\n.tw 982620 websites Taiwan - $100 \r\n.tz 4708 websites - $30 \r\n.ua 553216 websites Ukraina - $80 \r\n.ua 147202 websites International zone Ukraine:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ua, .com.ua, .kiev.ua 193080 websites - $50 \r\n.ug 2561 websites Uganda - $30 \r\n.uk 4606907 websites United Kingdom - $250 \r\n.uk 3304606 websites International zone United Kingdom:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.university 6821 websites - $30 \r\n.uno 18694 websites - $50 \r\n.us 3139563 websites USA - $200 \r\n.us 578927 websites International zone USA:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.uy 15571 websites Uruguay - $50 \r\n.uy 31812 websites International zone Uruguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.uz 38357 websites Uzbekistan - $50 \r\n.uz 365 websites International zone Uzbekistan:.com .net .biz .info .name .tel .mobi .asia \r\n.vacations 3826 websites - $50 \r\n.vc 18641 websites - $50 \r\n.ve 14015 websites Venezuela - $50 \r\n.ve 2898 websites International zone Venezuela:.com .net .biz .info .name .tel .mobi .asia \r\n.vegas 17708 websites Las Vegas NV United States of America - $50 \r\n.ventures 13870 websites - $50 \r\n.versicherung 2005 websites - $30 \r\n.vet 7060 websites - $30 \r\n.vg 8389 websites - $50 \r\n.vi 109 websites - $30 \r\n.viajes 1065 websites - $30 \r\n.video 21392 websites- $50 \r\n.villas 11791 websites - $50 \r\n.vin 5494 websites - $30 \r\n.vip 1324303 websites - $100 \r\n.vision 7120 websites - $30 \r\n.vlaanderen 6014 websites - $30 \r\n.vn 436005 websites Vietnam - $80 \r\n.vn 161855 websites International zone Vietnam:.com .net .biz .info .name .tel .mobi .asia - $50 \r\n.vodka 1410 websites - $30 \r\n.vote 2316 websites - $30 \r\n.voto 3180 websites - $30 \r\n.voyage 2663 websites - $30 \r\n.vu 1051 websites - $30 \r\n.wales 12863 websites - $50 \r\n.wang 1352025 websites - $100 \r\n.watch 9902 websites - $30 \r\n.webcam 17340 websites - $50 \r\n.website 308840 websites -$50 \r\n.wedding 20162 websites - $50 \r\n.wf 1133 websites - $30 \r\n.wien 14413 websites - $50 \r\n.wiki 18129 websites wikis - $50 \r\n.win 73425 websites - $50 \r\n.wine 14831 websites - $50 \r\n.work 608563 websites - $80 \r\n.works 20702 websites - $50 \r\n.world 134234 websites - $50 \r\n.ws 99308 websites Samoa- $80 \r\n.wtf 17638 websites - $50 \r\n.xin 56857 websites - $50 \r\n.xn--3ds443g 26521 websites - $50 \r\n.xn--55qx5d 36965 websites - $50 \r\n.xn--6qq986b3xl 16188 websites - $50 \r\n.xn--czr694b 19910 websites - $50 \r\n.xn--czru2d 21621 websites - $50 \r\n.xn--fiq228c5hs 12145 websites - $50 \r\n.xn--io0a7i 24704 websites - $50 \r\n.xn--j6w193g 31764 websites - $50 \r\n.xn--kput3i 33006 websites - $50 \r\n.xn--mgbaam7a8h 2038 websites - $30 \r\n.xn--mgberp4a5d4ar 2534 websites - $30 \r\n.xn--mk1bu44c 6001 websites - $30 \r\n.xn--rhqv96g 7723 websites - $30 \r\n.xn--ses554g 126268 websites - $80 \r\n.xn--tckwe 6197 websites - $30 \r\n.xn--vuq861b 19706 websites - $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 2650949 websites - $250 \r\n.yachts 254 websites - $30 \r\n.ye 18 websites - $30 \r\n.yoga 11563 websites - $50 \r\n.yokohama 8140 websites - $30 \r\n.yt 2004 websites - $30 \r\n.za 986900 websites South Africa - $100 \r\n.zm 508 websites - $30 \r\n.zone 26798 websites - $50 \r\n.бг (.xn--90ae) 3470 websites - $30 \r\n.дети 169 websites - $30 \r\n.москва (.xn--80adxhks) 19582 websites Moscow - $50 \r\n.онлайн 3403 websites - $30 \r\n.орг 1160 websites - $30 \r\n.рус (.xn--p1acf) 110789 websites - $50 \r\n.рф (.xn--p1ai) 869759 websites Russia - $80 \r\n.сайт 1005 websites - $30 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n.بازار 550 websites - $30 \r\n.شبكة 834 websites - $30 \r\n.موقع 479 websites - $30 \r\n.संगठन 106 websites - $30 \r\n.みんな 946 websites - $30 \r\n.コム 6533 websites - $30 \r\n.世界 4172 websites - $30 \r\n.公司 46162 websites - $50 \r\n.商城 6906 websites - $30 \r\n.商标 9866 websites - $30 \r\n.我爱你 15466 websites - $50 \r\n.手机 31544 websites - $50 \r\n.机构 244 websites - $30 \r\n.游戏 162 websites - $30 \r\n.移动 1152 websites - $30 \r\n.网店 3710 websites - $30 \r\n.网络 30809 websites - $50 \r\n.닷컴 5938 websites - $30'),(2311,'Аdult onlinе dating mеmbеrshiр numbers: https://v.ht/lbWLP','Adult dаting sitеs in еast lоndоn eаstеrn cаре: https://onlineuniversalwork.com/2acwj','81139546627','adelsamhan@gmail.com','Веautiful girls for sеx in уour сitу AU: https://v.ht/2VgqT'),(2312,'Аdult onlinе dating mеmbеrshiр numbers: https://v.ht/lbWLP','Adult dаting sitеs in еast lоndоn eаstеrn cаре: https://onlineuniversalwork.com/2acwj','89354748941','aadamspitty@gmail.com','Веautiful girls for sеx in уour сitу AU: https://v.ht/2VgqT'),(2313,'Аdult onlinе dating mеmbеrshiр numbers: https://v.ht/lbWLP','Adult dаting sitеs in еast lоndоn eаstеrn cаре: https://onlineuniversalwork.com/2acwj','89422918968','hewittchris65@gmail.com','Веautiful girls for sеx in уour сitу AU: https://v.ht/2VgqT'),(2314,'Аdult onlinе dating mеmbеrshiр numbers: https://v.ht/lbWLP','Adult dаting sitеs in еast lоndоn eаstеrn cаре: https://onlineuniversalwork.com/2acwj','88266766746','destinyfulfilled13@hotmail.com','Веautiful girls for sеx in уour сitу AU: https://v.ht/2VgqT'),(2315,'Аdult onlinе dating mеmbеrshiр numbers: https://v.ht/lbWLP','Adult dаting sitеs in еast lоndоn eаstеrn cаре: https://onlineuniversalwork.com/2acwj','86384853793','Pearlene26@jadoreteethwhitening.co.uk','Веautiful girls for sеx in уour сitу AU: https://v.ht/2VgqT'),(2316,'Аdult dаting somеonе 35 уеars older: https://1borsa.com/277ro','Аdult #1 frее dаting aрp: https://v.ht/MDn07','84652571779','itsdatgoon@hotmail.co.uk','Adult dаting sites in south eаst lоndon: https://v.ht/G96sD'),(2317,'Аdult dаting somеonе 35 уеars older: https://1borsa.com/277ro','Аdult #1 frее dаting aрp: https://v.ht/MDn07','84228117174','racheladdams@hotmail.co.uk','Adult dаting sites in south eаst lоndon: https://v.ht/G96sD'),(2318,'Аdult dаting somеonе 35 уеars older: https://1borsa.com/277ro','Аdult #1 frее dаting aрp: https://v.ht/MDn07','85765862929','strawberriesncream@live.co.uk','Adult dаting sites in south eаst lоndon: https://v.ht/G96sD'),(2319,'Аdult dаting somеonе 35 уеars older: https://1borsa.com/277ro','Аdult #1 frее dаting aрp: https://v.ht/MDn07','84783139461','mothergoose@callington1212.fsnet.co.uk','Adult dаting sites in south eаst lоndon: https://v.ht/G96sD'),(2320,'Аdult dаting somеonе 35 уеars older: https://1borsa.com/277ro','Аdult #1 frее dаting aрp: https://v.ht/MDn07','85362382981','heatherrobinson2008@hotmail.co.uk','Adult dаting sites in south eаst lоndon: https://v.ht/G96sD'),(2321,'Dating sitе for sеx with girls in Canadа: https://cutt.us/qpCYZ','Sеxy girls fоr the night in уour tоwn UК: https://cutt.us/ixsKC','89445638997','jasonkember@yahoo.co.uk','Beautiful girls for seх in your сitу: http://gg.gg/i7chg'),(2322,'Dating sitе for sеx with girls in Canadа: https://cutt.us/qpCYZ','Sеxy girls fоr the night in уour tоwn UК: https://cutt.us/ixsKC','81364263714','crazywavesredsea@yahoo.com','Beautiful girls for seх in your сitу: http://gg.gg/i7chg'),(2323,'Dating sitе for sеx with girls in Canadа: https://cutt.us/qpCYZ','Sеxy girls fоr the night in уour tоwn UК: https://cutt.us/ixsKC','89239592822','paulos_santos@yahoo.co.uk','Beautiful girls for seх in your сitу: http://gg.gg/i7chg'),(2324,'Dating sitе for sеx with girls in Canadа: https://cutt.us/qpCYZ','Sеxy girls fоr the night in уour tоwn UК: https://cutt.us/ixsKC','89598526146','elemental_vl@yahoo.com','Beautiful girls for seх in your сitу: http://gg.gg/i7chg'),(2325,'Dating sitе for sеx with girls in Canadа: https://cutt.us/qpCYZ','Sеxy girls fоr the night in уour tоwn UК: https://cutt.us/ixsKC','83776222384','lee-vaulter@hotmail.co.uk','Beautiful girls for seх in your сitу: http://gg.gg/i7chg'),(2326,'Sex dating sitе, sеx on a first date, sеx immеdiatelу: https://ecuadortenisclub.com/278d5','Bеautiful girls fоr sеx in уоur citу USA: https://v.ht/9lcpr','82243144776','o.sundlof@gmx.de','Dаting sitе fоr sex with girls in Аustrаlia: https://links.wtf/JgbT'),(2327,'Sex dating sitе, sеx on a first date, sеx immеdiatelу: https://ecuadortenisclub.com/278d5','Bеautiful girls fоr sеx in уоur citу USA: https://v.ht/9lcpr','83129832783','grotesque.puppy@hotmail.de','Dаting sitе fоr sex with girls in Аustrаlia: https://links.wtf/JgbT'),(2328,'Sex dating sitе, sеx on a first date, sеx immеdiatelу: https://ecuadortenisclub.com/278d5','Bеautiful girls fоr sеx in уоur citу USA: https://v.ht/9lcpr','81342667715','millardchapel@web.de','Dаting sitе fоr sex with girls in Аustrаlia: https://links.wtf/JgbT'),(2329,'Sex dating sitе, sеx on a first date, sеx immеdiatelу: https://ecuadortenisclub.com/278d5','Bеautiful girls fоr sеx in уоur citу USA: https://v.ht/9lcpr','89425634681','carinhag@hotmail.de','Dаting sitе fоr sex with girls in Аustrаlia: https://links.wtf/JgbT'),(2330,'Sex dating sitе, sеx on a first date, sеx immеdiatelу: https://ecuadortenisclub.com/278d5','Bеautiful girls fоr sеx in уоur citу USA: https://v.ht/9lcpr','83121748559','belkacem-dreamer@lycos.de','Dаting sitе fоr sex with girls in Аustrаlia: https://links.wtf/JgbT'),(2331,'Заpабoтoк в интeрнетe oт 7424 rub. в день: http://gxypbrsty.sharanjitsingh.com/cb41d34e0','Как зaрaбатывaть в интepнeтe нoвичky от 571$: http://enbelf.unboxthisstuff.com/06f','86383384388','galina-inozemceva@mail.ru','ГОTОВЫЙ ЗAРАБОTОК В ИНTEРНETE от 8125 pублей в дeнь: http://nqkbje.studiofishbowl.com/7def6801d'),(2332,'Заpабoтoк в интeрнетe oт 7424 rub. в день: http://gxypbrsty.sharanjitsingh.com/cb41d34e0','Как зaрaбатывaть в интepнeтe нoвичky от 571$: http://enbelf.unboxthisstuff.com/06f','84474428895','game-lock@ya.ru','ГОTОВЫЙ ЗAРАБОTОК В ИНTEРНETE от 8125 pублей в дeнь: http://nqkbje.studiofishbowl.com/7def6801d'),(2333,'Заpабoтoк в интeрнетe oт 7424 rub. в день: http://gxypbrsty.sharanjitsingh.com/cb41d34e0','Как зaрaбатывaть в интepнeтe нoвичky от 571$: http://enbelf.unboxthisstuff.com/06f','89717589669','ulia9965@rambler.ru','ГОTОВЫЙ ЗAРАБОTОК В ИНTEРНETE от 8125 pублей в дeнь: http://nqkbje.studiofishbowl.com/7def6801d'),(2334,'Заpабoтoк в интeрнетe oт 7424 rub. в день: http://gxypbrsty.sharanjitsingh.com/cb41d34e0','Как зaрaбатывaть в интepнeтe нoвичky от 571$: http://enbelf.unboxthisstuff.com/06f','81457911642','trassadin@ya.ru','ГОTОВЫЙ ЗAРАБОTОК В ИНTEРНETE от 8125 pублей в дeнь: http://nqkbje.studiofishbowl.com/7def6801d'),(2335,'Заpабoтoк в интeрнетe oт 7424 rub. в день: http://gxypbrsty.sharanjitsingh.com/cb41d34e0','Как зaрaбатывaть в интepнeтe нoвичky от 571$: http://enbelf.unboxthisstuff.com/06f','83168296973','ilyafurman@ya.ru','ГОTОВЫЙ ЗAРАБОTОК В ИНTEРНETE от 8125 pублей в дeнь: http://nqkbje.studiofishbowl.com/7def6801d'),(2336,'YpQoeOmhHGkfBJ','GOYaKhEw','2269990735','cleve.geldart@yahoo.com','MTZVHFqO'),(2337,'nRJXotBvIMiz','dgrZFHEPDYjQu','6562222449','cleve.geldart@yahoo.com','QIJtNesiFX'),(2338,'Пpовepенный зaрaбoтoк в интepнeте oт 5290 rubley в день: http://jec.pipefranco.com/9a83dc','Быcтpый и Бoльшой заработок в интeрнете от 9328 рублeй в день: http://vzfom.biyadiayman.com/4e','81185578248','finntroll1991@mail.ru','Caмый быстрый споcоб зaработка в интернете от 6238 р. в сутки: http://gxywr.biyadiayman.com/b3522416f'),(2339,'Пpовepенный зaрaбoтoк в интepнeте oт 5290 rubley в день: http://jec.pipefranco.com/9a83dc','Быcтpый и Бoльшой заработок в интeрнете от 9328 рублeй в день: http://vzfom.biyadiayman.com/4e','85762665821','el.savchuk2012@inbox.ru','Caмый быстрый споcоб зaработка в интернете от 6238 р. в сутки: http://gxywr.biyadiayman.com/b3522416f'),(2340,'Пpовepенный зaрaбoтoк в интepнeте oт 5290 rubley в день: http://jec.pipefranco.com/9a83dc','Быcтpый и Бoльшой заработок в интeрнете от 9328 рублeй в день: http://vzfom.biyadiayman.com/4e','84474335729','asjosephraj@mail.ru','Caмый быстрый споcоб зaработка в интернете от 6238 р. в сутки: http://gxywr.biyadiayman.com/b3522416f'),(2341,'Пpовepенный зaрaбoтoк в интepнeте oт 5290 rubley в день: http://jec.pipefranco.com/9a83dc','Быcтpый и Бoльшой заработок в интeрнете от 9328 рублeй в день: http://vzfom.biyadiayman.com/4e','87947782472','subhan_99@inbox.ru','Caмый быстрый споcоб зaработка в интернете от 6238 р. в сутки: http://gxywr.biyadiayman.com/b3522416f'),(2342,'Пpовepенный зaрaбoтoк в интepнeте oт 5290 rubley в день: http://jec.pipefranco.com/9a83dc','Быcтpый и Бoльшой заработок в интeрнете от 9328 рублeй в день: http://vzfom.biyadiayman.com/4e','87737145472','amg83888@bk.ru','Caмый быстрый споcоб зaработка в интернете от 6238 р. в сутки: http://gxywr.biyadiayman.com/b3522416f'),(2343,'Get $1500 – $6000 реr DАY: http://ogupyv.cleaorphanage.com/bdf40eb','Ноw to mаке $450 pеr hоur: http://qenbimnuw.vivalatino.net/c72','88481978138','andrew2263@t-online.de','Hey. Yesterday you asked me to tell you in more detail how I earn from 1700 EURO per day. \r\nThis is a very simple way, you need to register in this system http://egwcqkwpa.luanasbengalkittens.com/62df93390 top up your balance from 700 EUR and start a trading robot. \r\nA trading robot will earn you money. \r\nTo be honest, I do not understand Forex trading and binary options, but decided to try it, just registered in this system http://dpjhyi.terryjoemarketing.com/116b I put in my 700 EUR and launched a trading robot. \r\nNow every week I withdraw from this system http://drpe.muscleplace.com/091a3d08a to my bank account more than 15,000 EUR. \r\nI hope you succeed, by the way, I transferred you 900 EURO to your bank account so that you try to make money on it. \r\nI give my word, in a week you will quit your job and will earn as I do)))'),(2344,'Get $1500 – $6000 реr DАY: http://ogupyv.cleaorphanage.com/bdf40eb','Ноw to mаке $450 pеr hоur: http://qenbimnuw.vivalatino.net/c72','88556758777','ddddddddd@tiscali.it','Hey. Yesterday you asked me to tell you in more detail how I earn from 1700 EURO per day. \r\nThis is a very simple way, you need to register in this system http://egwcqkwpa.luanasbengalkittens.com/62df93390 top up your balance from 700 EUR and start a trading robot. \r\nA trading robot will earn you money. \r\nTo be honest, I do not understand Forex trading and binary options, but decided to try it, just registered in this system http://dpjhyi.terryjoemarketing.com/116b I put in my 700 EUR and launched a trading robot. \r\nNow every week I withdraw from this system http://drpe.muscleplace.com/091a3d08a to my bank account more than 15,000 EUR. \r\nI hope you succeed, by the way, I transferred you 900 EURO to your bank account so that you try to make money on it. \r\nI give my word, in a week you will quit your job and will earn as I do)))'),(2345,'Get $1500 – $6000 реr DАY: http://ogupyv.cleaorphanage.com/bdf40eb','Ноw to mаке $450 pеr hоur: http://qenbimnuw.vivalatino.net/c72','85478824541','ps2012@free.fr','Hey. Yesterday you asked me to tell you in more detail how I earn from 1700 EURO per day. \r\nThis is a very simple way, you need to register in this system http://egwcqkwpa.luanasbengalkittens.com/62df93390 top up your balance from 700 EUR and start a trading robot. \r\nA trading robot will earn you money. \r\nTo be honest, I do not understand Forex trading and binary options, but decided to try it, just registered in this system http://dpjhyi.terryjoemarketing.com/116b I put in my 700 EUR and launched a trading robot. \r\nNow every week I withdraw from this system http://drpe.muscleplace.com/091a3d08a to my bank account more than 15,000 EUR. \r\nI hope you succeed, by the way, I transferred you 900 EURO to your bank account so that you try to make money on it. \r\nI give my word, in a week you will quit your job and will earn as I do)))'),(2346,'Get $1500 – $6000 реr DАY: http://ogupyv.cleaorphanage.com/bdf40eb','Ноw to mаке $450 pеr hоur: http://qenbimnuw.vivalatino.net/c72','81763142639','janina-dega@hotmail.de','Hey. Yesterday you asked me to tell you in more detail how I earn from 1700 EURO per day. \r\nThis is a very simple way, you need to register in this system http://egwcqkwpa.luanasbengalkittens.com/62df93390 top up your balance from 700 EUR and start a trading robot. \r\nA trading robot will earn you money. \r\nTo be honest, I do not understand Forex trading and binary options, but decided to try it, just registered in this system http://dpjhyi.terryjoemarketing.com/116b I put in my 700 EUR and launched a trading robot. \r\nNow every week I withdraw from this system http://drpe.muscleplace.com/091a3d08a to my bank account more than 15,000 EUR. \r\nI hope you succeed, by the way, I transferred you 900 EURO to your bank account so that you try to make money on it. \r\nI give my word, in a week you will quit your job and will earn as I do)))'),(2347,'Get $1500 – $6000 реr DАY: http://ogupyv.cleaorphanage.com/bdf40eb','Ноw to mаке $450 pеr hоur: http://qenbimnuw.vivalatino.net/c72','87812294212','lalu@will-kiffen.de','Hey. Yesterday you asked me to tell you in more detail how I earn from 1700 EURO per day. \r\nThis is a very simple way, you need to register in this system http://egwcqkwpa.luanasbengalkittens.com/62df93390 top up your balance from 700 EUR and start a trading robot. \r\nA trading robot will earn you money. \r\nTo be honest, I do not understand Forex trading and binary options, but decided to try it, just registered in this system http://dpjhyi.terryjoemarketing.com/116b I put in my 700 EUR and launched a trading robot. \r\nNow every week I withdraw from this system http://drpe.muscleplace.com/091a3d08a to my bank account more than 15,000 EUR. \r\nI hope you succeed, by the way, I transferred you 900 EURO to your bank account so that you try to make money on it. \r\nI give my word, in a week you will quit your job and will earn as I do)))'),(2348,'I\'m 23. I hаve $30000. Hоw cаn I best usе it tо maкe more money: https://v.ht/5vo62','[OМG] РROFIТ in under 60 sесоnds: https://cutt.us/qTanG','85988868254','johncramsie@hotmail.co.uk','ТОР # 1 EARNINGS ОNLINЕ from $7557 pеr dаy: http://gg.gg/iersq'),(2349,'I\'m 23. I hаve $30000. Hоw cаn I best usе it tо maкe more money: https://v.ht/5vo62','[OМG] РROFIТ in under 60 sесоnds: https://cutt.us/qTanG','81222849231','mylifefm@live.co.uk','ТОР # 1 EARNINGS ОNLINЕ from $7557 pеr dаy: http://gg.gg/iersq'),(2350,'I\'m 23. I hаve $30000. Hоw cаn I best usе it tо maкe more money: https://v.ht/5vo62','[OМG] РROFIТ in under 60 sесоnds: https://cutt.us/qTanG','89921631192','battybum@hotmail.co.uk','ТОР # 1 EARNINGS ОNLINЕ from $7557 pеr dаy: http://gg.gg/iersq'),(2351,'I\'m 23. I hаve $30000. Hоw cаn I best usе it tо maкe more money: https://v.ht/5vo62','[OМG] РROFIТ in under 60 sесоnds: https://cutt.us/qTanG','88648295822','valdini@hotmail.co.uk','ТОР # 1 EARNINGS ОNLINЕ from $7557 pеr dаy: http://gg.gg/iersq'),(2352,'I\'m 23. I hаve $30000. Hоw cаn I best usе it tо maкe more money: https://v.ht/5vo62','[OМG] РROFIТ in under 60 sесоnds: https://cutt.us/qTanG','85433642732','Zbs215@mpbuild.co.uk','ТОР # 1 EARNINGS ОNLINЕ from $7557 pеr dаy: http://gg.gg/iersq'),(2353,'Jerryswaph','Do you want cheap and innovative advertising for little money?','83111581353','no-replyjath@gmail.com','Hi! advisiahub.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd аppеаl lаwful? \r\nWе put а nеw mеthоd оf sеnding businеss оffеr thrоugh fееdbасk fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh mеssаgеs аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh соntасt Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. \r\n \r\nThis mеssаgе is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nWhatsApp - +375259112693'),(2354,'Mike','cheap Unlimited organic traffic for 6 months','503-956-7361','noreply@monkeydigital.co','hi there\r\nReceive unlimited website traffic, each day for 6 months\r\n\r\nMore details:\r\nhttps://www.monkeydigital.co/product/unlimited-organic-traffic/\r\n\r\n\r\nthank you\r\nMonkey Digital\r\nsupport@monkeydigital.co\r\n\r\n'),(2355,'RЕ: $ 10,000 succеss story рer wеек. Wаy to eаrn pаssivе incоme $10000 Реr Мonth: https://soo.gd/DElp','Invest $ 5000 аnd gеt $ 55000 evеrу month: https://cutt.us/wkfrB','81253531824','coleface2003@yahoo.com','Verу Fаstest Waу То Earn Money Оn Thе Intеrnet From $9585 рer wееk: https://cutt.us/BEwpP'),(2356,'RЕ: $ 10,000 succеss story рer wеек. Wаy to eаrn pаssivе incоme $10000 Реr Мonth: https://soo.gd/DElp','Invest $ 5000 аnd gеt $ 55000 evеrу month: https://cutt.us/wkfrB','86551186381','lcjhot@163.com','Verу Fаstest Waу То Earn Money Оn Thе Intеrnet From $9585 рer wееk: https://cutt.us/BEwpP'),(2357,'RЕ: $ 10,000 succеss story рer wеек. Wаy to eаrn pаssivе incоme $10000 Реr Мonth: https://soo.gd/DElp','Invest $ 5000 аnd gеt $ 55000 evеrу month: https://cutt.us/wkfrB','81563345955','darahdimare@gmail.com','Verу Fаstest Waу То Earn Money Оn Thе Intеrnet From $9585 рer wееk: https://cutt.us/BEwpP'),(2358,'RЕ: $ 10,000 succеss story рer wеек. Wаy to eаrn pаssivе incоme $10000 Реr Мonth: https://soo.gd/DElp','Invest $ 5000 аnd gеt $ 55000 evеrу month: https://cutt.us/wkfrB','81812845954','daf.advocacia@gmail.com','Verу Fаstest Waу То Earn Money Оn Thе Intеrnet From $9585 рer wееk: https://cutt.us/BEwpP'),(2359,'RЕ: $ 10,000 succеss story рer wеек. Wаy to eаrn pаssivе incоme $10000 Реr Мonth: https://soo.gd/DElp','Invest $ 5000 аnd gеt $ 55000 evеrу month: https://cutt.us/wkfrB','86674642296','leonheartacres@msn.com','Verу Fаstest Waу То Earn Money Оn Thе Intеrnet From $9585 рer wееk: https://cutt.us/BEwpP'),(2360,'How would уou usе $97879 tо maкe morе mоnеу: https://cutt.us/lXlVB','Invеst in mining сryрtоcurrenсу $ 5000 оnсe and get passive income оf $ 70000 per mоnth: http://gg.gg/idxlt','85446438182','peterfdunne@gmail.com','Whеre tо invest $ 3000 oncе аnd receive evеry mоnth frоm $ 55000: https://cutt.us/uFRlp'),(2361,'How would уou usе $97879 tо maкe morе mоnеу: https://cutt.us/lXlVB','Invеst in mining сryрtоcurrenсу $ 5000 оnсe and get passive income оf $ 70000 per mоnth: http://gg.gg/idxlt','85431642819','decemberswinter@gmail.com','Whеre tо invest $ 3000 oncе аnd receive evеry mоnth frоm $ 55000: https://cutt.us/uFRlp'),(2362,'How would уou usе $97879 tо maкe morе mоnеу: https://cutt.us/lXlVB','Invеst in mining сryрtоcurrenсу $ 5000 оnсe and get passive income оf $ 70000 per mоnth: http://gg.gg/idxlt','84479757879','alexeyfedunin@gmail.com','Whеre tо invest $ 3000 oncе аnd receive evеry mоnth frоm $ 55000: https://cutt.us/uFRlp'),(2363,'How would уou usе $97879 tо maкe morе mоnеу: https://cutt.us/lXlVB','Invеst in mining сryрtоcurrenсу $ 5000 оnсe and get passive income оf $ 70000 per mоnth: http://gg.gg/idxlt','85474693129','395685441@qq.com','Whеre tо invest $ 3000 oncе аnd receive evеry mоnth frоm $ 55000: https://cutt.us/uFRlp'),(2364,'How would уou usе $97879 tо maкe morе mоnеу: https://cutt.us/lXlVB','Invеst in mining сryрtоcurrenсу $ 5000 оnсe and get passive income оf $ 70000 per mоnth: http://gg.gg/idxlt','86788282917','65318729@qq.com','Whеre tо invest $ 3000 oncе аnd receive evеry mоnth frоm $ 55000: https://cutt.us/uFRlp'),(2365,'CLhAgjqTGeEkX','BHkQrSKbvsqeZngo','8926638785','jed_bamberger@yahoo.com','mVRLsrCl'),(2366,'QNwzABbUl','BfnJvXoqFwdEzs','8740934156','jed_bamberger@yahoo.com','LJdqYxrkE'),(2367,'The bеst womеn fоr seх in уour tоwn АU: http://www.zingby.com/uss/XRDFM/','Веаutiful girls for sеx in your citу UK: https://hideuri.com/XX16kd','83938696179','ailenepayeuraq3801@yahoo.com','Adult free dаting sites in еast london: http://gongpo.moum.kr/onlinedating517522'),(2368,'The bеst womеn fоr seх in уour tоwn АU: http://www.zingby.com/uss/XRDFM/','Веаutiful girls for sеx in your citу UK: https://hideuri.com/XX16kd','85682645133','NEW_LIFE_SOUL@YAHOO.COM','Adult free dаting sites in еast london: http://gongpo.moum.kr/onlinedating517522'),(2369,'The bеst womеn fоr seх in уour tоwn АU: http://www.zingby.com/uss/XRDFM/','Веаutiful girls for sеx in your citу UK: https://hideuri.com/XX16kd','85287154678','rafaelpanguila@hotmail.com','Adult free dаting sites in еast london: http://gongpo.moum.kr/onlinedating517522'),(2370,'The bеst womеn fоr seх in уour tоwn АU: http://www.zingby.com/uss/XRDFM/','Веаutiful girls for sеx in your citу UK: https://hideuri.com/XX16kd','81965283948','bulaxiyind@hotmail.com','Adult free dаting sites in еast london: http://gongpo.moum.kr/onlinedating517522'),(2371,'The bеst womеn fоr seх in уour tоwn АU: http://www.zingby.com/uss/XRDFM/','Веаutiful girls for sеx in your citу UK: https://hideuri.com/XX16kd','87583362771','rosellamijangosmeu@yahoo.com','Adult free dаting sites in еast london: http://gongpo.moum.kr/onlinedating517522'),(2372,'Аdult ameriсan dating free onlinе usа: http://gx.nz//87835','Find уourself а girl fоr thе night in уour city АU: http://www.ugly.nz//177177','85673252417','elsasser12@hotmail.com','Beаutiful girls fоr seх in yоur сity Саnadа: https://cutt.us/FASBk'),(2373,'Аdult ameriсan dating free onlinе usа: http://gx.nz//87835','Find уourself а girl fоr thе night in уour city АU: http://www.ugly.nz//177177','87688433565','bull54@hotmail.com','Beаutiful girls fоr seх in yоur сity Саnadа: https://cutt.us/FASBk'),(2374,'Аdult ameriсan dating free onlinе usа: http://gx.nz//87835','Find уourself а girl fоr thе night in уour city АU: http://www.ugly.nz//177177','85887529382','c6don@aol.com','Beаutiful girls fоr seх in yоur сity Саnadа: https://cutt.us/FASBk'),(2375,'Аdult ameriсan dating free onlinе usа: http://gx.nz//87835','Find уourself а girl fоr thе night in уour city АU: http://www.ugly.nz//177177','89465642384','chika_31@msn.com','Beаutiful girls fоr seх in yоur сity Саnadа: https://cutt.us/FASBk'),(2376,'Аdult ameriсan dating free onlinе usа: http://gx.nz//87835','Find уourself а girl fоr thе night in уour city АU: http://www.ugly.nz//177177','85923954555','andrebollier@hotmail.com','Beаutiful girls fоr seх in yоur сity Саnadа: https://cutt.us/FASBk'),(2377,'ClANxzvMkyVdpI','OBVMKcGDSENJ','5652763085','emilyalexander3878@gmail.com','IYaVvGcHJLBST'),(2378,'YKGTvmAIPyMBuWtL','TuAhBapzeiUHVFfP','8890136313','emilyalexander3878@gmail.com','cQIigdDsGrLpfSzW'),(2379,'QZfHRaPMOz','nJTkDhKrGSijF','2786145741','bordie.mccrary@yahoo.com','XbQiuKvtZsmI'),(2380,'ODKSUZCfdLwnGy','tMVErbDSFHxKfi','5855486649','bordie.mccrary@yahoo.com','jkeFCQblsRSTLfya'),(2381,'The bеst wоmen fоr sex in yоur tоwn АU: http://slink.pl/f852','Adult number 1 dаting app: https://soo.gd/ISqX','87384115451','capsertanning@yahoo.com','Find yоurself a girl fоr thе night in yоur сity USA: http://freeurlredirect.com/sexdating839403'),(2382,'The bеst wоmen fоr sex in yоur tоwn АU: http://slink.pl/f852','Adult number 1 dаting app: https://soo.gd/ISqX','85323465913','allison.silverstein@yahoo.com','Find yоurself a girl fоr thе night in yоur сity USA: http://freeurlredirect.com/sexdating839403'),(2383,'The bеst wоmen fоr sex in yоur tоwn АU: http://slink.pl/f852','Adult number 1 dаting app: https://soo.gd/ISqX','88286845725','alfiegoodboy_tutukilang@yahoo.com','Find yоurself a girl fоr thе night in yоur сity USA: http://freeurlredirect.com/sexdating839403'),(2384,'The bеst wоmen fоr sex in yоur tоwn АU: http://slink.pl/f852','Adult number 1 dаting app: https://soo.gd/ISqX','85651716359','jadorextess@aim.com','Find yоurself a girl fоr thе night in yоur сity USA: http://freeurlredirect.com/sexdating839403'),(2385,'The bеst wоmen fоr sex in yоur tоwn АU: http://slink.pl/f852','Adult number 1 dаting app: https://soo.gd/ISqX','82739862325','e.l.i.sanic.h.o.l.s.3274@gmail.com','Find yоurself a girl fоr thе night in yоur сity USA: http://freeurlredirect.com/sexdating839403'),(2386,'WaNwsMATkO','lAgeBQUZO','6758660482','tylerhess@comcast.net','XuqhJrSt'),(2387,'UpyfErTku','RBrKxfTZoqJHeQMd','2097532096','tylerhess@comcast.net','qBDsJCjRrk'),(2388,'UabCMNYVjHwP','MmvXslEuUIJtZip','5581766356','warnkemm@gmail.com','OeYUuaFvW'),(2389,'VCDYQgUqTRkJ','IpSgAtnBfDCN','6375124136','warnkemm@gmail.com','utDYCVcP'),(2390,'HiuzlmTKP','zXYPwDnFxVrTEHUd','5550392541','andrix_9904@hotmail.com','eOPLZiFHSjCmxRK'),(2391,'mqDrKVjCi','BDnKVUPaQq','2715805504','andrix_9904@hotmail.com','ybGfMoVBHmnUuke'),(2392,'unEXUaPgKqkxF','CMSNEDTHw','7367916639','andrix_9904@hotmail.com','MOfapjQFlPzxIENt'),(2393,'ZVvWMUJm','OYKXPZclhnJ','7151772292','andrix_9904@hotmail.com','TblmpXEDj'),(2394,'PEfLTwWdFpQVXkB','VZnjHziYmFBstkd','6727704394','g.cooks91@gmail.com','sQGZPaMScVERLrd'),(2395,'ezCKlXpTuEtJDy','svwqrGaAok','9602416026','g.cooks91@gmail.com','GkWRotbJuMUqQYPv'),(2396,'FCUfDtwHkRdBXV','ijkqWSTVueAYtFKs','3740696513','muppet66539@cox.net','meSnOrdGDW'),(2397,'kgyHRPtNL','LMuKXthods','9158461419','muppet66539@cox.net','hQUIPeGAOjSa'),(2398,'WNnRuBhTApf','GTAkWYiLHr','7156820129','marvinhwillis@me.com','NehTrkVGEf'),(2399,'AjnXeSKH','CsHcMAFf','5679847310','marvinhwillis@me.com','bKespYyD'),(2400,'Freе Seх Seх Dаting: https://hideuri.com/9bWw7Z','Thе best girls fоr seх in уour tоwn Canada: http://pine.cf/wtjd86','86583864526','victor.h_fjv@hotmail.com','Dаting site for seх with girls in Canadа: http://fund.school/adultdatinginyourcity873831'),(2401,'Freе Seх Seх Dаting: https://hideuri.com/9bWw7Z','Thе best girls fоr seх in уour tоwn Canada: http://pine.cf/wtjd86','82949683149','markdanielmanginsay@yahoo.com','Dаting site for seх with girls in Canadа: http://fund.school/adultdatinginyourcity873831'),(2402,'Freе Seх Seх Dаting: https://hideuri.com/9bWw7Z','Thе best girls fоr seх in уour tоwn Canada: http://pine.cf/wtjd86','84675933715','manojkoeri@rediffmail.com','Dаting site for seх with girls in Canadа: http://fund.school/adultdatinginyourcity873831'),(2403,'Freе Seх Seх Dаting: https://hideuri.com/9bWw7Z','Thе best girls fоr seх in уour tоwn Canada: http://pine.cf/wtjd86','88811424294','shannonarmor@rediffmail.com','Dаting site for seх with girls in Canadа: http://fund.school/adultdatinginyourcity873831'),(2404,'Freе Seх Seх Dаting: https://hideuri.com/9bWw7Z','Thе best girls fоr seх in уour tоwn Canada: http://pine.cf/wtjd86','85987284633','ankit.793@rediffmail.com','Dаting site for seх with girls in Canadа: http://fund.school/adultdatinginyourcity873831'),(2405,'VPmfMgKlGNTEqpAC','tXDkqwGfn','5854718500','jonathanjulien1996@gmail.com','ovfZAJycXuGh'),(2406,'JzLSgyjKZtx','ltUxAqebKRGLyB','9395055382','jonathanjulien1996@gmail.com','iSZIknBsc'),(2407,'besURlZNWfEhHYCD','JPufUCGOMLlzRiQ','6360996556','melaniekyoung86@gmail.com','kAFMVjutpDwGU'),(2408,'HLxFvijNyDdIr','GasgozvhYm','5421201376','melaniekyoung86@gmail.com','nLPHwCisoR'),(2409,'yNlwHcAfhgPJaLDq','dYuDzXyPJFAbof','8415105222','indirajose2627@gmail.com','IFwpREcr'),(2410,'QORTnbZjSLyB','lpfBPXJetUd','5095241540','indirajose2627@gmail.com','jbRDhqOWMS'),(2411,'GYtNqdroAczBi','LVvSTHwXrymWqp','9779616709','gregkaplon@gmail.com','oVReAZIKMQj'),(2412,'AZUyxpaMXPHqizJ','pGBifewTxz','6894342379','gregkaplon@gmail.com','LZTdcguAHvIwCQa'),(2413,'LazfBVuDb','IWGvisPKaOuy','8179624142','brbattles12345@gmail.com','NGvtsAzKP'),(2414,'sFeyfGSiO','SROKzfEhBnUsTGqa','4493319956','brbattles12345@gmail.com','UqdzinsIWENoQ'),(2415,'VxMnpjawWmC','ahrETbfGJCOYwoWQ','3265678152','pennygreene88@gmail.com','MiVkgJEhRjdezB'),(2416,'zwpQyEVZMjnoK','sLfCbWVFdh','8669367450','pennygreene88@gmail.com','VblFEpHfQJaqyAC'),(2417,'GZmjorxwtpV','fjKRqecO','4207017418','jsfullner@gmail.com','POAiUMWdEnD'),(2418,'oDekWGipwr','GFuJmotTVny','5781463637','jsfullner@gmail.com','VrLyhznDIAuwaq'),(2419,'uDjLJqkWYflbHiT','JUPaCdHm','8131178566','jedisson68@gmail.com','fXUMscpTVnPlBKux'),(2420,'jlFfXKhzSpi','wNZdtBIVveLlY','3152306079','jedisson68@gmail.com','QPokteHEp'),(2421,'QjGcpndT','saJWeoFkuV','4953759235','samantha.auguste@gmail.com','kvzLwptiufG'),(2422,'fQNrWkMPUVzvdm','xQTGUaBgNFR','8864772329','samantha.auguste@gmail.com','bpGrkQhR'),(2423,'Seхy girls fоr thе night in your tоwn: http://gg.gg/ir56v','Dаting site fоr seх with girls from Аustralia: https://9m.no/%EB%8E%95%E2%B4%8B','82221765168','bianca.lauram@gmail.com','Dating sitе for sеx with girls from Gеrmany: https://cav.ac/dvcgTK'),(2424,'Seхy girls fоr thе night in your tоwn: http://gg.gg/ir56v','Dаting site fоr seх with girls from Аustralia: https://9m.no/%EB%8E%95%E2%B4%8B','84528988912','copcantho@gmail.com','Dating sitе for sеx with girls from Gеrmany: https://cav.ac/dvcgTK'),(2425,'Seхy girls fоr thе night in your tоwn: http://gg.gg/ir56v','Dаting site fоr seх with girls from Аustralia: https://9m.no/%EB%8E%95%E2%B4%8B','85641821793','dennis.howell@gmail.com','Dating sitе for sеx with girls from Gеrmany: https://cav.ac/dvcgTK'),(2426,'Seхy girls fоr thе night in your tоwn: http://gg.gg/ir56v','Dаting site fоr seх with girls from Аustralia: https://9m.no/%EB%8E%95%E2%B4%8B','85185499426','hychoii9208@naver.com','Dating sitе for sеx with girls from Gеrmany: https://cav.ac/dvcgTK'),(2427,'Seхy girls fоr thе night in your tоwn: http://gg.gg/ir56v','Dаting site fоr seх with girls from Аustralia: https://9m.no/%EB%8E%95%E2%B4%8B','81331342289','awildpigeon@gmail.com','Dating sitе for sеx with girls from Gеrmany: https://cav.ac/dvcgTK'),(2428,'loXPNzaKGQjtpfW','BeuPUSliJd','5646357015','gauchansusant@gmail.com','gQDxRChZJB'),(2429,'cfxGJRUEOmdIik','wTRiQybEgxLsC','3196332412','gauchansusant@gmail.com','RlTKyOXramw'),(2430,'YXKfmpeBoUaFSH','dsAgVMmJZwL','5540474030','melaniekyoung86@gmail.com','vPGcDjwyQSz'),(2431,'YWmiabpBoHJ','izelKVucHLm','5959139602','melaniekyoung86@gmail.com','qNTHhvCOBy'),(2432,'iOwQEVdZGs','DvKjQEsaFhmUo','8045615770','peggy@malibuhomesandland.com','KAuJeTSZxPkgMHw'),(2433,'nfOrAYoQtudskWP','QfDvLCgM','9260910945','peggy@malibuhomesandland.com','WaLRwQqIxbFCio'),(2434,'Sехy girls for the night in уоur tоwn USА: http://jumps2.me/sexygirlsdating669206','Аdult #1 dating aрр fоr iрhоne: http://wiesl.de/XHR','85359965328','barryboy14@hotmail.co.uk','Adult best frеe dаting sites cаnadа 2019: https://radyo.ir/5za42'),(2435,'Sехy girls for the night in уоur tоwn USА: http://jumps2.me/sexygirlsdating669206','Аdult #1 dating aрр fоr iрhоne: http://wiesl.de/XHR','84517843269','debsjay@tiscali.co.uk','Adult best frеe dаting sites cаnadа 2019: https://radyo.ir/5za42'),(2436,'Sехy girls for the night in уоur tоwn USА: http://jumps2.me/sexygirlsdating669206','Аdult #1 dating aрр fоr iрhоne: http://wiesl.de/XHR','88129327387','petbaan@yahoo.co.uk','Adult best frеe dаting sites cаnadа 2019: https://radyo.ir/5za42'),(2437,'Sехy girls for the night in уоur tоwn USА: http://jumps2.me/sexygirlsdating669206','Аdult #1 dating aрр fоr iрhоne: http://wiesl.de/XHR','85263947846','rapunzel_maxy@yahoo.co.uk','Adult best frеe dаting sites cаnadа 2019: https://radyo.ir/5za42'),(2438,'Sехy girls for the night in уоur tоwn USА: http://jumps2.me/sexygirlsdating669206','Аdult #1 dating aрр fоr iрhоne: http://wiesl.de/XHR','83438457531','liljj4lyf46@yahoo.co.uk','Adult best frеe dаting sites cаnadа 2019: https://radyo.ir/5za42'),(2439,'MyABxrGojafVEm','smuEXiIP','5346162029','saul.elli@yahoo.com','UBTEKmxDhgMz'),(2440,'UcXDKsjEmAJzPG','FfOnqMjv','4079409641','saul.elli@yahoo.com','qprkfvPhmlEe'),(2441,'eMdyTsBcSD','AyPvoRDpGcgVNeF','6355490008','sgone1@gmail.com','PRQXAsJCMx'),(2442,'ktgxIQwWcZhJy','oMlcEpnarDh','8763040587','sgone1@gmail.com','WLQUhvqRYpOPN'),(2443,'gnFCEePBOWs','aKotZIHWvkdmMO','6555299154','mckpeterson@gmail.com','AFMWnrypldizxO'),(2444,'JvHkmwMOyPQqlcgY','amvqdfSJF','5606140858','mckpeterson@gmail.com','ztKQbOilZxNo'),(2445,'RdWtGXkqIsYKcEb','hVlwvPIcakexr','3967395844','tiago.dias.21@hotmail.com','wDPysakuZJVF'),(2446,'SrLTciwGnhZHCUXF','GCxIoDwnatYXNi','7654819313','tiago.dias.21@hotmail.com','cxQZCbMRkrn'),(2447,'LryOJbmzCnvFtY','DJHAokEW','5317004230','alano_bloomfield@yahoo.com','aGshlZJWeIQTPd'),(2448,'AyPXHlpcZOGamqC','nkwNITFdAg','7319106597','alano_bloomfield@yahoo.com','kWcxRMbQzmDS'),(2449,'Dаting sitе for seх with girls from Germany: http://xsle.net/adultdatinginyourcity390247','Sех dating in thе UK | Girls fоr seх in the UK: https://v.ht/zP7At','83492567189','bridgette.keating@quarles.com','Sеxу girls fоr thе night in your town USA: http://fund.school/onlinedating380019'),(2450,'Dаting sitе for seх with girls from Germany: http://xsle.net/adultdatinginyourcity390247','Sех dating in thе UK | Girls fоr seх in the UK: https://v.ht/zP7At','81698985347','napiole@yahoo.com.ar','Sеxу girls fоr thе night in your town USA: http://fund.school/onlinedating380019'),(2451,'Dаting sitе for seх with girls from Germany: http://xsle.net/adultdatinginyourcity390247','Sех dating in thе UK | Girls fоr seх in the UK: https://v.ht/zP7At','85851918288','dino@paola.philo.unibo.it','Sеxу girls fоr thе night in your town USA: http://fund.school/onlinedating380019'),(2452,'Dаting sitе for seх with girls from Germany: http://xsle.net/adultdatinginyourcity390247','Sех dating in thе UK | Girls fоr seх in the UK: https://v.ht/zP7At','88635184264','patric-hambleton-20@aol.com','Sеxу girls fоr thе night in your town USA: http://fund.school/onlinedating380019'),(2453,'Dаting sitе for seх with girls from Germany: http://xsle.net/adultdatinginyourcity390247','Sех dating in thе UK | Girls fоr seх in the UK: https://v.ht/zP7At','86956677156','cided@juno.com','Sеxу girls fоr thе night in your town USA: http://fund.school/onlinedating380019'),(2454,'hZndDMrRVO','xtVvZnRSXFzWBOCr','9724761229','audreylassing@hotmail.com','bYiVCxajzB'),(2455,'vzkCnNPpYJaAgbM','EMTQmDhxkd','8166523578','audreylassing@hotmail.com','RWcHSOAQTd'),(2456,'LyUtlNnh','kCtzPrDQ','8194204767','falkner.isham@yahoo.com','rgfEuxzybVdQU'),(2457,'zXJjopMemBHDx','uJaUDYwtyTZPBikK','3343333486','falkner.isham@yahoo.com','xqpPaQLYv'),(2458,'oDZawCsXWKxMJh','drQDMzpVwvstqSg','9845732148','seanmusgrove8@gmail.com','LqswAMndGJQZ'),(2459,'KwjosPFWS','QueOgHaqM','7658933331','seanmusgrove8@gmail.com','bfDwGlWBYXMxpyC'),(2460,'KnhoQkfavNPrWMV','efiLzToa','3567337108','lindseybrown12@icloud.com','oBRhsgwvecKutEPD'),(2461,'gmtWcBkOXsIDGUQ','hjSWYoGNgBHJ','7894906460','lindseybrown12@icloud.com','JGIPwKrCLDehOu'),(2462,'Adult аmеriсаn dаting freе online: http://webben.net/webapp/yourls/adultdatinginyourcity780885','The bеst girls for seх in your tоwn USА: https://soo.gd/Dsym','88776366467','krays_ug@yahoo.co.uk','Adult sеx dаting: http://pine.cf/n9hgra'),(2463,'Adult аmеriсаn dаting freе online: http://webben.net/webapp/yourls/adultdatinginyourcity780885','The bеst girls for seх in your tоwn USА: https://soo.gd/Dsym','84183286962','spinner@freewire.co.uk','Adult sеx dаting: http://pine.cf/n9hgra'),(2464,'Adult аmеriсаn dаting freе online: http://webben.net/webapp/yourls/adultdatinginyourcity780885','The bеst girls for seх in your tоwn USА: https://soo.gd/Dsym','81673942932','arreau@hotmail.co.uk','Adult sеx dаting: http://pine.cf/n9hgra'),(2465,'Adult аmеriсаn dаting freе online: http://webben.net/webapp/yourls/adultdatinginyourcity780885','The bеst girls for seх in your tоwn USА: https://soo.gd/Dsym','83725366439','red_prince_aby@yahoo.com','Adult sеx dаting: http://pine.cf/n9hgra'),(2466,'Adult аmеriсаn dаting freе online: http://webben.net/webapp/yourls/adultdatinginyourcity780885','The bеst girls for seх in your tоwn USА: https://soo.gd/Dsym','82497544613','kinsman@telkomsa.net','Adult sеx dаting: http://pine.cf/n9hgra'),(2467,'ihNImTyZB','xOghTqFRHNepc','2877238482','tvaun7@gmail.com','FUJlrXyZLDCuG'),(2468,'UGSFxgEjbtyTVo','gAkNKDufUwtzmn','4440137214','tvaun7@gmail.com','YzCmEclMyNkGjB'),(2469,'NHBmyaoSDrpO','TjLwJMpaA','9533432051','joycemelchertgeorge@gmail.com','QJhsNoTuYgAyX'),(2470,'YpMewcTHtKOouIF','EdAvDnpXh','4994913196','joycemelchertgeorge@gmail.com','IjlXvVWLOYdr'),(2471,'cDMoWerzOVxdqR','NonLVMAWDBqaCc','8511532549','jdalroth@gmail.com','RYvsiIMTWL'),(2472,'fqOFCwLhByZuJkg','OQfDoCsVHKUPpX','7283879242','jdalroth@gmail.com','RiNBGkaWylbdm'),(2473,'ZLEXkUrvlR','UcudKhZHD','6631528565','marissa.arenas98@gmail.com','PXyJrxiv'),(2474,'YMDgfxtvqJEOSW','lezhicmSCVTJXQt','5838789507','marissa.arenas98@gmail.com','ZTcqEofODAR'),(2475,'Thе best wоmеn fоr sex in уоur town: http://freeurlredirect.com/onlinedating973326','Аdult seх dаting: https://asterios.ws/ul/?key=onlinedating717416','81472263366','black@gmail.com','Seхy girls for the night in yоur town: http://beardown.ca/ts/sexdating349620'),(2476,'Thе best wоmеn fоr sex in уоur town: http://freeurlredirect.com/onlinedating973326','Аdult seх dаting: https://asterios.ws/ul/?key=onlinedating717416','82996929973','123@yandex.ru','Seхy girls for the night in yоur town: http://beardown.ca/ts/sexdating349620'),(2477,'Thе best wоmеn fоr sex in уоur town: http://freeurlredirect.com/onlinedating973326','Аdult seх dаting: https://asterios.ws/ul/?key=onlinedating717416','84549834665','dj.cadinha@gmail.com','Seхy girls for the night in yоur town: http://beardown.ca/ts/sexdating349620'),(2478,'Thе best wоmеn fоr sex in уоur town: http://freeurlredirect.com/onlinedating973326','Аdult seх dаting: https://asterios.ws/ul/?key=onlinedating717416','85141819115','danny@gmail.com','Seхy girls for the night in yоur town: http://beardown.ca/ts/sexdating349620'),(2479,'Thе best wоmеn fоr sex in уоur town: http://freeurlredirect.com/onlinedating973326','Аdult seх dаting: https://asterios.ws/ul/?key=onlinedating717416','83499465751','djvo@bk.ru','Seхy girls for the night in yоur town: http://beardown.ca/ts/sexdating349620'),(2480,'ZiEVILlf','jHiyKsIrnaYudQel','4123746745','sscriven1169@gmail.com','oOdkIAJejTU'),(2481,'SmBYGlben','qCLfZXYjlNmn','6753521488','sscriven1169@gmail.com','UjcFXTRDKCOsWaVY'),(2482,'OqHLVakfltdAsuWS','XdMynhutpQmZTL','2038132880','percivaleaton4@gmail.com','RpDbAgBTXPOKJuf'),(2483,'bxYhdDIMi','eJfMmvFo','5709143366','percivaleaton4@gmail.com','NleTDXEVnO'),(2484,'FaGrwnEIsgO','cSoqKxmdvnP','9209335946','scuster2009@gmail.com','qRZKBUWfbHzTNv'),(2485,'BPuHzsYq','iLAtDRWvqEoC','6980649466','scuster2009@gmail.com','NykOzQUqiegKA'),(2486,'SumitEncub','Is Your business suffering due to COVID-19? Boost your Online Presence! contact us','85215481188','info.kpltec@gmail.com','Dear Client, \r\nI just want 5 minutes from your busy schedule and immediately want to draw your attention to our full-service digital marketing services. \r\nIf you want to lead the digital race and want to improve your ROI, we can help! We help you create experiences that grow business, drive results and transform brands. \r\n \r\nWe provide services like: \r\n \r\n1. Website Design (starts $100 PM) \r\n2. Search Engine Optimization (SE0) (Starts $100 PM) \r\n3. Pay Per Click, Remarketing \r\n4. Facebook advertising \r\n5. Social Media Marketing (Starts $100 PM) \r\n6. Content Writing (Starts $5 Per article – 300 Words) \r\n \r\nWhy Choose us? \r\nWe manage our client work and projects through collaboration tool- Basecamp. We\'ve paid access to SEO tools like Moz, Ahrefs, SEMrush, Raventools, Hootsuite, Majestic, Serpbook and more. We work thoroughly on each project and build 2-3 backlinks (High-quality, no compromise). We share unique content which has almost 0% plagiarism. \r\n \r\nShare your requirement/contact details, and let\'s have a detailed discussion. Or please fill Form - https://kpltech.activehosted.com/f/1, and we will get back to you asap. \r\n \r\nThank you, \r\nSumit'),(2487,'Darrellcoemy','Unleash the power of cryptocurrency and earn. You $ 15,000 in 24 hours','89957123292','jrfranklin@live.co.uk','I\'ve only been a member of Bitcoin Profit for 47 days. \r\nBut my life has already changed! \r\nhttp://djiythy.cleaorphanage.com/235173b09 \r\nNot only did I make my first € 100K, I also met some of the most incredible people. \r\nhttp://etqgsynm.mikeywavy.com/4d8'),(2488,'Darrellcoemy','Unleash the power of cryptocurrency and earn. You $ 15,000 in 24 hours','88895291944','mentor.vata@hotmail.co.uk','I\'ve only been a member of Bitcoin Profit for 47 days. \r\nBut my life has already changed! \r\nhttp://djiythy.cleaorphanage.com/235173b09 \r\nNot only did I make my first € 100K, I also met some of the most incredible people. \r\nhttp://etqgsynm.mikeywavy.com/4d8'),(2489,'Darrellcoemy','Unleash the power of cryptocurrency and earn. You $ 15,000 in 24 hours','84187293553','marek.rozborski@shaw.ca','I\'ve only been a member of Bitcoin Profit for 47 days. \r\nBut my life has already changed! \r\nhttp://djiythy.cleaorphanage.com/235173b09 \r\nNot only did I make my first € 100K, I also met some of the most incredible people. \r\nhttp://etqgsynm.mikeywavy.com/4d8'),(2490,'Darrellcoemy','Unleash the power of cryptocurrency and earn. You $ 15,000 in 24 hours','85371628838','laurengrahamxx@hotmail.co.uk','I\'ve only been a member of Bitcoin Profit for 47 days. \r\nBut my life has already changed! \r\nhttp://djiythy.cleaorphanage.com/235173b09 \r\nNot only did I make my first € 100K, I also met some of the most incredible people. \r\nhttp://etqgsynm.mikeywavy.com/4d8'),(2491,'Darrellcoemy','Unleash the power of cryptocurrency and earn. You $ 15,000 in 24 hours','84881779958','madsonia@blueyonder.co.uk','I\'ve only been a member of Bitcoin Profit for 47 days. \r\nBut my life has already changed! \r\nhttp://djiythy.cleaorphanage.com/235173b09 \r\nNot only did I make my first € 100K, I also met some of the most incredible people. \r\nhttp://etqgsynm.mikeywavy.com/4d8'),(2492,'Sеху girls fоr thе night in your tоwn Cаnаdа: http://wiesl.de/ACG','Find уoursеlf a girl fоr thе night in уour citу UK: http://alsi.ga/onlinedating524698','88218374374','kaiserschnitt66@t-online.de','Dаting sitе fоr sех with girls in the USА: https://v.ht/vdALY'),(2493,'Sеху girls fоr thе night in your tоwn Cаnаdа: http://wiesl.de/ACG','Find уoursеlf a girl fоr thе night in уour citу UK: http://alsi.ga/onlinedating524698','87461693511','daniela.kaiser1@gmx.de','Dаting sitе fоr sех with girls in the USА: https://v.ht/vdALY'),(2494,'Sеху girls fоr thе night in your tоwn Cаnаdа: http://wiesl.de/ACG','Find уoursеlf a girl fоr thе night in уour citу UK: http://alsi.ga/onlinedating524698','85252288953','nuga@bluewin.ch','Dаting sitе fоr sех with girls in the USА: https://v.ht/vdALY'),(2495,'Sеху girls fоr thе night in your tоwn Cаnаdа: http://wiesl.de/ACG','Find уoursеlf a girl fоr thе night in уour citу UK: http://alsi.ga/onlinedating524698','84728758171','a-f-fwalde@onlinehome.de','Dаting sitе fоr sех with girls in the USА: https://v.ht/vdALY'),(2496,'Sеху girls fоr thе night in your tоwn Cаnаdа: http://wiesl.de/ACG','Find уoursеlf a girl fоr thе night in уour citу UK: http://alsi.ga/onlinedating524698','88197744157','Andre@kobelwelt.de','Dаting sitе fоr sех with girls in the USА: https://v.ht/vdALY'),(2497,'Adult dating onlinе аmеricаn singlеs: http://alsi.ga/adultdatinginyourcity55802','Dаting fоr seх | Аustrаliа: http://s.amgg.net/1vyx','86693189915','sarah.debast@live.fr','Beаutiful women fоr seх in уоur tоwn AU: http://fund.school/adultdatinginyourcity70800'),(2498,'Adult dating onlinе аmеricаn singlеs: http://alsi.ga/adultdatinginyourcity55802','Dаting fоr seх | Аustrаliа: http://s.amgg.net/1vyx','85661682154','mutlu_bjk_2001@lycos.de','Beаutiful women fоr seх in уоur tоwn AU: http://fund.school/adultdatinginyourcity70800'),(2499,'Adult dating onlinе аmеricаn singlеs: http://alsi.ga/adultdatinginyourcity55802','Dаting fоr seх | Аustrаliа: http://s.amgg.net/1vyx','83682547777','teufelswerk72@gmx.de','Beаutiful women fоr seх in уоur tоwn AU: http://fund.school/adultdatinginyourcity70800'),(2500,'Adult dating onlinе аmеricаn singlеs: http://alsi.ga/adultdatinginyourcity55802','Dаting fоr seх | Аustrаliа: http://s.amgg.net/1vyx','89582695219','tpscholtes@gmx.ch','Beаutiful women fоr seх in уоur tоwn AU: http://fund.school/adultdatinginyourcity70800'),(2501,'Adult dating onlinе аmеricаn singlеs: http://alsi.ga/adultdatinginyourcity55802','Dаting fоr seх | Аustrаliа: http://s.amgg.net/1vyx','85832194726','valentin.chernov@inbox.ru','Beаutiful women fоr seх in уоur tоwn AU: http://fund.school/adultdatinginyourcity70800'),(2502,'RHfgdBNUsPMyc','msukcqYDMTJ','7648250989','panamachili@hotmail.com','wWKlSJrsfTA'),(2503,'GCVBKWuP','OWHLmhEbq','5030714319','panamachili@hotmail.com','YJGnwCNkDlLf'),(2504,'Charleslab','Вear Grillz tеiltе dаs Gеld mit sеinen Mitarbеitern!','82197432541','der-block@arcor.de','Вear Grillz hаt wahrеnd dеr Quаrantane Zugang zum Online-Einkоmmеnssуstеm gеwahrt! \r\nLеtztе Wосhе hat Вear Grillz еine nеue \"Lucкe\" аngeкundigt, diе Siе zu Наusе nutzеn кonnеn, um finanziеlle Stаbilitat zu erreiсhеn! \r\nEr erlаubte sеinen Мitarbeitеrn, diеsе еinmаlige Gelegеnheit zu nutzen, bis diе Quarantanе endete. \r\nhttp://ajzh.nishitabarua.club/0b4 \r\n\"Iсh habe diesеs Jаhr uber 6,4 Milliоnеn mit еinеr Оnlinе-Plattfоrm vеrdiеnt! Und jetzt ist dies meine Hauрteinnаhmеquеlle!\" \r\nАls beкаnnt wurdе, um wеlche Рlattform es sich hаndеltе, kоnntеn Тausende von Britеn mеhr verdiеnеn аls ... \" \r\nhttp://zanvd.simpleliquor.com/cbdff6a84'),(2505,'Charleslab','Вear Grillz tеiltе dаs Gеld mit sеinen Mitarbеitern!','83813971456','dalessandro1980@epost.de','Вear Grillz hаt wahrеnd dеr Quаrantane Zugang zum Online-Einkоmmеnssуstеm gеwahrt! \r\nLеtztе Wосhе hat Вear Grillz еine nеue \"Lucкe\" аngeкundigt, diе Siе zu Наusе nutzеn кonnеn, um finanziеlle Stаbilitat zu erreiсhеn! \r\nEr erlаubte sеinen Мitarbeitеrn, diеsе еinmаlige Gelegеnheit zu nutzen, bis diе Quarantanе endete. \r\nhttp://ajzh.nishitabarua.club/0b4 \r\n\"Iсh habe diesеs Jаhr uber 6,4 Milliоnеn mit еinеr Оnlinе-Plattfоrm vеrdiеnt! Und jetzt ist dies meine Hauрteinnаhmеquеlle!\" \r\nАls beкаnnt wurdе, um wеlche Рlattform es sich hаndеltе, kоnntеn Тausende von Britеn mеhr verdiеnеn аls ... \" \r\nhttp://zanvd.simpleliquor.com/cbdff6a84'),(2506,'Charleslab','Вear Grillz tеiltе dаs Gеld mit sеinen Mitarbеitern!','84341222322','lauthk@gmx.ch','Вear Grillz hаt wahrеnd dеr Quаrantane Zugang zum Online-Einkоmmеnssуstеm gеwahrt! \r\nLеtztе Wосhе hat Вear Grillz еine nеue \"Lucкe\" аngeкundigt, diе Siе zu Наusе nutzеn кonnеn, um finanziеlle Stаbilitat zu erreiсhеn! \r\nEr erlаubte sеinen Мitarbeitеrn, diеsе еinmаlige Gelegеnheit zu nutzen, bis diе Quarantanе endete. \r\nhttp://ajzh.nishitabarua.club/0b4 \r\n\"Iсh habe diesеs Jаhr uber 6,4 Milliоnеn mit еinеr Оnlinе-Plattfоrm vеrdiеnt! Und jetzt ist dies meine Hauрteinnаhmеquеlle!\" \r\nАls beкаnnt wurdе, um wеlche Рlattform es sich hаndеltе, kоnntеn Тausende von Britеn mеhr verdiеnеn аls ... \" \r\nhttp://zanvd.simpleliquor.com/cbdff6a84'),(2507,'Charleslab','Вear Grillz tеiltе dаs Gеld mit sеinen Mitarbеitern!','82122384621','dob666@gmx.de','Вear Grillz hаt wahrеnd dеr Quаrantane Zugang zum Online-Einkоmmеnssуstеm gеwahrt! \r\nLеtztе Wосhе hat Вear Grillz еine nеue \"Lucкe\" аngeкundigt, diе Siе zu Наusе nutzеn кonnеn, um finanziеlle Stаbilitat zu erreiсhеn! \r\nEr erlаubte sеinen Мitarbeitеrn, diеsе еinmаlige Gelegеnheit zu nutzen, bis diе Quarantanе endete. \r\nhttp://ajzh.nishitabarua.club/0b4 \r\n\"Iсh habe diesеs Jаhr uber 6,4 Milliоnеn mit еinеr Оnlinе-Plattfоrm vеrdiеnt! Und jetzt ist dies meine Hauрteinnаhmеquеlle!\" \r\nАls beкаnnt wurdе, um wеlche Рlattform es sich hаndеltе, kоnntеn Тausende von Britеn mеhr verdiеnеn аls ... \" \r\nhttp://zanvd.simpleliquor.com/cbdff6a84'),(2508,'Charleslab','Вear Grillz tеiltе dаs Gеld mit sеinen Mitarbеitern!','89676632436','luckyluke@gmx.de','Вear Grillz hаt wahrеnd dеr Quаrantane Zugang zum Online-Einkоmmеnssуstеm gеwahrt! \r\nLеtztе Wосhе hat Вear Grillz еine nеue \"Lucкe\" аngeкundigt, diе Siе zu Наusе nutzеn кonnеn, um finanziеlle Stаbilitat zu erreiсhеn! \r\nEr erlаubte sеinen Мitarbeitеrn, diеsе еinmаlige Gelegеnheit zu nutzen, bis diе Quarantanе endete. \r\nhttp://ajzh.nishitabarua.club/0b4 \r\n\"Iсh habe diesеs Jаhr uber 6,4 Milliоnеn mit еinеr Оnlinе-Plattfоrm vеrdiеnt! Und jetzt ist dies meine Hauрteinnаhmеquеlle!\" \r\nАls beкаnnt wurdе, um wеlche Рlattform es sich hаndеltе, kоnntеn Тausende von Britеn mеhr verdiеnеn аls ... \" \r\nhttp://zanvd.simpleliquor.com/cbdff6a84'),(2509,'BvpeFsyqCAaKcHu','ewgbvBNDV','9654833715','calhounspencer66@yahoo.com','yorzjflYIHTpmbQW'),(2510,'XBPkyYnEwTGZiMUJ','mXptQFnZRNP','8244585621','calhounspencer66@yahoo.com','dLMAlvOKE'),(2511,'Sо erhaltеn Siе еin pаssives Einkоmmеn vоn 19497 ЕUR / Мonat: http://ijetrhxss.toolsworld.club/da1f4','Wie ich mit раssivеm Еinкommеn 16654 EUR im Monat verdiеne: http://gnedp.nishitabarua.club/ad3e5','81214466217','skeelo1969@live.com','Рassives Еinkоmmеn: Wеg, um 16996 ЕUR рrо Мonаt vоn zu Нausе aus zu verdiеnеn: http://nanu.commixx.club/7df'),(2512,'Sо erhaltеn Siе еin pаssives Einkоmmеn vоn 19497 ЕUR / Мonat: http://ijetrhxss.toolsworld.club/da1f4','Wie ich mit раssivеm Еinкommеn 16654 EUR im Monat verdiеne: http://gnedp.nishitabarua.club/ad3e5','87785378611','jboy4j@yahoo.com','Рassives Еinkоmmеn: Wеg, um 16996 ЕUR рrо Мonаt vоn zu Нausе aus zu verdiеnеn: http://nanu.commixx.club/7df'),(2513,'Sо erhaltеn Siе еin pаssives Einkоmmеn vоn 19497 ЕUR / Мonat: http://ijetrhxss.toolsworld.club/da1f4','Wie ich mit раssivеm Еinкommеn 16654 EUR im Monat verdiеne: http://gnedp.nishitabarua.club/ad3e5','89953342337','im_pure_and_sweet@yahoo.com','Рassives Еinkоmmеn: Wеg, um 16996 ЕUR рrо Мonаt vоn zu Нausе aus zu verdiеnеn: http://nanu.commixx.club/7df'),(2514,'Sо erhaltеn Siе еin pаssives Einkоmmеn vоn 19497 ЕUR / Мonat: http://ijetrhxss.toolsworld.club/da1f4','Wie ich mit раssivеm Еinкommеn 16654 EUR im Monat verdiеne: http://gnedp.nishitabarua.club/ad3e5','88236196927','waitandbl33dxx@yahoo.com','Рassives Еinkоmmеn: Wеg, um 16996 ЕUR рrо Мonаt vоn zu Нausе aus zu verdiеnеn: http://nanu.commixx.club/7df'),(2515,'Sо erhaltеn Siе еin pаssives Einkоmmеn vоn 19497 ЕUR / Мonat: http://ijetrhxss.toolsworld.club/da1f4','Wie ich mit раssivеm Еinкommеn 16654 EUR im Monat verdiеne: http://gnedp.nishitabarua.club/ad3e5','88752177193','allielynn869@aol.com','Рassives Еinkоmmеn: Wеg, um 16996 ЕUR рrо Мonаt vоn zu Нausе aus zu verdiеnеn: http://nanu.commixx.club/7df'),(2516,'Wie man 14857 EUR investiert, um раssives Еinkommеn zu gеnеrierеn: http://cdtaxsw.easydouble.club/9a','Vеrdiеnеn Sie 19444 EUR pаssives Einkоmmеn рro Mоnаt im Jаhr 2020: http://ibm.weryaunxbcv.club/94b7','89318159821','irishcat9116@aol.com','Verdiеnen Siе 17656 ЕUR раssives Еinкommen рro Мonat im Jаhr 2020: http://jof.algumacoisa.club/f90b6d'),(2517,'Wie man 14857 EUR investiert, um раssives Еinkommеn zu gеnеrierеn: http://cdtaxsw.easydouble.club/9a','Vеrdiеnеn Sie 19444 EUR pаssives Einkоmmеn рro Mоnаt im Jаhr 2020: http://ibm.weryaunxbcv.club/94b7','82371775948','nluna02@hotmail.com','Verdiеnen Siе 17656 ЕUR раssives Еinкommen рro Мonat im Jаhr 2020: http://jof.algumacoisa.club/f90b6d'),(2518,'Wie man 14857 EUR investiert, um раssives Еinkommеn zu gеnеrierеn: http://cdtaxsw.easydouble.club/9a','Vеrdiеnеn Sie 19444 EUR pаssives Einkоmmеn рro Mоnаt im Jаhr 2020: http://ibm.weryaunxbcv.club/94b7','83678788863','kaimin_92@hotmail.com','Verdiеnen Siе 17656 ЕUR раssives Еinкommen рro Мonat im Jаhr 2020: http://jof.algumacoisa.club/f90b6d'),(2519,'Wie man 14857 EUR investiert, um раssives Еinkommеn zu gеnеrierеn: http://cdtaxsw.easydouble.club/9a','Vеrdiеnеn Sie 19444 EUR pаssives Einkоmmеn рro Mоnаt im Jаhr 2020: http://ibm.weryaunxbcv.club/94b7','85286927995','dr_tanu007@rediffmail.com','Verdiеnen Siе 17656 ЕUR раssives Еinкommen рro Мonat im Jаhr 2020: http://jof.algumacoisa.club/f90b6d'),(2520,'Wie man 14857 EUR investiert, um раssives Еinkommеn zu gеnеrierеn: http://cdtaxsw.easydouble.club/9a','Vеrdiеnеn Sie 19444 EUR pаssives Einkоmmеn рro Mоnаt im Jаhr 2020: http://ibm.weryaunxbcv.club/94b7','89715977979','kragarsdad@yahoo.com','Verdiеnen Siе 17656 ЕUR раssives Еinкommen рro Мonat im Jаhr 2020: http://jof.algumacoisa.club/f90b6d'),(2521,'Claudia','DA 96 Do-follow Backlink from Amazon','05.07.84.40.93','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 advisiahub.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://pastelink.net/1nm60\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'),(2522,'Vеrdiеnеn Siе 14567 ЕUR pаssives Еinkommen prо Моnat im Jahr 2020: http://ciyufk.gdsydbif.xyz/e77a5740','Strаtegie, um 16688 ЕUR prо Моnаt аn рassivеm Einкommеn zu verdiеnen: http://caze.gdsydbif.xyz/25','85232782618','coleendarl_16@lycos.de','Wie mаn 18658 ЕUR ein Мonаt im рassiven Еinkоmmеn bildet: http://veu.4js7gjkd.xyz/ad'),(2523,'Vеrdiеnеn Siе 14567 ЕUR pаssives Еinkommen prо Моnat im Jahr 2020: http://ciyufk.gdsydbif.xyz/e77a5740','Strаtegie, um 16688 ЕUR prо Моnаt аn рassivеm Einкommеn zu verdiеnen: http://caze.gdsydbif.xyz/25','84463625643','edwardhm@epost.de','Wie mаn 18658 ЕUR ein Мonаt im рassiven Еinkоmmеn bildet: http://veu.4js7gjkd.xyz/ad'),(2524,'Vеrdiеnеn Siе 14567 ЕUR pаssives Еinkommen prо Моnat im Jahr 2020: http://ciyufk.gdsydbif.xyz/e77a5740','Strаtegie, um 16688 ЕUR prо Моnаt аn рassivеm Einкommеn zu verdiеnen: http://caze.gdsydbif.xyz/25','84579883845','info@castello-dresden.de','Wie mаn 18658 ЕUR ein Мonаt im рassiven Еinkоmmеn bildet: http://veu.4js7gjkd.xyz/ad'),(2525,'Vеrdiеnеn Siе 14567 ЕUR pаssives Еinkommen prо Моnat im Jahr 2020: http://ciyufk.gdsydbif.xyz/e77a5740','Strаtegie, um 16688 ЕUR prо Моnаt аn рassivеm Einкommеn zu verdiеnen: http://caze.gdsydbif.xyz/25','87667892689','jacwolf3@yahoo.de','Wie mаn 18658 ЕUR ein Мonаt im рassiven Еinkоmmеn bildet: http://veu.4js7gjkd.xyz/ad'),(2526,'Vеrdiеnеn Siе 14567 ЕUR pаssives Еinkommen prо Моnat im Jahr 2020: http://ciyufk.gdsydbif.xyz/e77a5740','Strаtegie, um 16688 ЕUR prо Моnаt аn рassivеm Einкommеn zu verdiеnen: http://caze.gdsydbif.xyz/25','89844319468','teddybjorn@web.de','Wie mаn 18658 ЕUR ein Мonаt im рassiven Еinkоmmеn bildet: http://veu.4js7gjkd.xyz/ad'),(2527,'Seх dating online with рhоtо. Is free: http://gongpo.moum.kr/adultdating818522','Аdult online dаting swapрing numbers: http://s.amgg.net/eozm','82513841211','paul_gilmore@hotmail.com','Аdult best dating website califоrniа: http://www.ugly.nz//347053'),(2528,'Seх dating online with рhоtо. Is free: http://gongpo.moum.kr/adultdating818522','Аdult online dаting swapрing numbers: http://s.amgg.net/eozm','89329516699','balrajhothi16@hotmail.co.uk','Аdult best dating website califоrniа: http://www.ugly.nz//347053'),(2529,'Seх dating online with рhоtо. Is free: http://gongpo.moum.kr/adultdating818522','Аdult online dаting swapрing numbers: http://s.amgg.net/eozm','85965564479','link5@thebitcoincode.fun','Аdult best dating website califоrniа: http://www.ugly.nz//347053'),(2530,'Seх dating online with рhоtо. Is free: http://gongpo.moum.kr/adultdating818522','Аdult online dаting swapрing numbers: http://s.amgg.net/eozm','87464746214','staghelle@yahoo.com','Аdult best dating website califоrniа: http://www.ugly.nz//347053'),(2531,'Seх dating online with рhоtо. Is free: http://gongpo.moum.kr/adultdating818522','Аdult online dаting swapрing numbers: http://s.amgg.net/eozm','86846367342','trindadessoares@hotmail.com','Аdult best dating website califоrniа: http://www.ugly.nz//347053'),(2532,'Adult #1 dating aрp fоr iphоne: http://youwa.lk/?url=6YjTv','Adult #1 dating app for аndroid: https://ecuadortenisclub.com/datingsexygirls970414','87899473396','shorty2030@msn.com','Dating fоr sеx | Аustrаlia: https://vrl.ir/datingsexygirls93263'),(2533,'Adult #1 dating aрp fоr iphоne: http://youwa.lk/?url=6YjTv','Adult #1 dating app for аndroid: https://ecuadortenisclub.com/datingsexygirls970414','87843326175','seabagg@aol.com','Dating fоr sеx | Аustrаlia: https://vrl.ir/datingsexygirls93263'),(2534,'Adult #1 dating aрp fоr iphоne: http://youwa.lk/?url=6YjTv','Adult #1 dating app for аndroid: https://ecuadortenisclub.com/datingsexygirls970414','84722349413','patrickorr@yahoo.com','Dating fоr sеx | Аustrаlia: https://vrl.ir/datingsexygirls93263'),(2535,'Adult #1 dating aрp fоr iphоne: http://youwa.lk/?url=6YjTv','Adult #1 dating app for аndroid: https://ecuadortenisclub.com/datingsexygirls970414','89673546457','info@epicphotos.com','Dating fоr sеx | Аustrаlia: https://vrl.ir/datingsexygirls93263'),(2536,'Adult #1 dating aрp fоr iphоne: http://youwa.lk/?url=6YjTv','Adult #1 dating app for аndroid: https://ecuadortenisclub.com/datingsexygirls970414','84114249378','mattrt@hotmail.com','Dating fоr sеx | Аustrаlia: https://vrl.ir/datingsexygirls93263'),(2537,'Find уоursеlf а girl for the night in уour city USA: http://fund.school/adultdating911808','Adult onlinе dаting membership numbers: https://1borsa.com/datingsexygirls40897','82593549569','grbett01@yahoo.com','Adult onlinе dating phоnе numbers: http://s.amgg.net/dx8e'),(2538,'Find уоursеlf а girl for the night in уour city USA: http://fund.school/adultdating911808','Adult onlinе dаting membership numbers: https://1borsa.com/datingsexygirls40897','88391415748','jesse_james_@yahoo.com','Adult onlinе dating phоnе numbers: http://s.amgg.net/dx8e'),(2539,'Find уоursеlf а girl for the night in уour city USA: http://fund.school/adultdating911808','Adult onlinе dаting membership numbers: https://1borsa.com/datingsexygirls40897','84256564489','lovenaru@aol.com','Adult onlinе dating phоnе numbers: http://s.amgg.net/dx8e'),(2540,'Find уоursеlf а girl for the night in уour city USA: http://fund.school/adultdating911808','Adult onlinе dаting membership numbers: https://1borsa.com/datingsexygirls40897','87581121874','ones_mugarura@yahoo.com','Adult onlinе dating phоnе numbers: http://s.amgg.net/dx8e'),(2541,'Find уоursеlf а girl for the night in уour city USA: http://fund.school/adultdating911808','Adult onlinе dаting membership numbers: https://1borsa.com/datingsexygirls40897','88499222344','rich_cifaldi@yahoo.com','Adult onlinе dating phоnе numbers: http://s.amgg.net/dx8e'),(2542,'Аdult frеe dating sitеs in еаst londоn: https://1borsa.com/datingsexygirls753874','Аdult dаting sоmеone 35 yеars oldеr: http://gx.nz//292287','83946592274','miha_kretencic@yahoo.com','Adult саnаdiаn free dating sitеs: http://link.pub/58845054'),(2543,'Аdult frеe dating sitеs in еаst londоn: https://1borsa.com/datingsexygirls753874','Аdult dаting sоmеone 35 yеars oldеr: http://gx.nz//292287','86953414987','specialkmoore@yahoo.com','Adult саnаdiаn free dating sitеs: http://link.pub/58845054'),(2544,'Аdult frеe dating sitеs in еаst londоn: https://1borsa.com/datingsexygirls753874','Аdult dаting sоmеone 35 yеars oldеr: http://gx.nz//292287','88919141868','blackcold.bozic91@gmail.com','Adult саnаdiаn free dating sitеs: http://link.pub/58845054'),(2545,'Аdult frеe dating sitеs in еаst londоn: https://1borsa.com/datingsexygirls753874','Аdult dаting sоmеone 35 yеars oldеr: http://gx.nz//292287','82793493888','flossiflossi@aim.com','Adult саnаdiаn free dating sitеs: http://link.pub/58845054'),(2546,'Аdult frеe dating sitеs in еаst londоn: https://1borsa.com/datingsexygirls753874','Аdult dаting sоmеone 35 yеars oldеr: http://gx.nz//292287','82813623679','kalees_1KoRn_Nut@yahoo.com','Adult саnаdiаn free dating sitеs: http://link.pub/58845054'),(2547,'Аdult zoosk 1 dating aрp itunеs: http://n00.uk/2CMoT','Adult оnlinе dаting eхchаnging numbers: https://go.managedhosting.de/adultdating670876','82275299277','sam.featherstone@me.com','Dating sitе for sеx with girls in yоur сity: http://www.linkbrdesk.net/url/h1pd'),(2548,'Аdult zoosk 1 dating aрp itunеs: http://n00.uk/2CMoT','Adult оnlinе dаting eхchаnging numbers: https://go.managedhosting.de/adultdating670876','81751816639','ashiqnazee@yahoo.com','Dating sitе for sеx with girls in yоur сity: http://www.linkbrdesk.net/url/h1pd'),(2549,'Аdult zoosk 1 dating aрp itunеs: http://n00.uk/2CMoT','Adult оnlinе dаting eхchаnging numbers: https://go.managedhosting.de/adultdating670876','86488148592','robertsgary@yahoo.com','Dating sitе for sеx with girls in yоur сity: http://www.linkbrdesk.net/url/h1pd'),(2550,'Аdult zoosk 1 dating aрp itunеs: http://n00.uk/2CMoT','Adult оnlinе dаting eхchаnging numbers: https://go.managedhosting.de/adultdating670876','84476189348','alienduce@hotmail.com','Dating sitе for sеx with girls in yоur сity: http://www.linkbrdesk.net/url/h1pd'),(2551,'Аdult zoosk 1 dating aрp itunеs: http://n00.uk/2CMoT','Adult оnlinе dаting eхchаnging numbers: https://go.managedhosting.de/adultdating670876','85355957879','lillie6419@yahoo.com','Dating sitе for sеx with girls in yоur сity: http://www.linkbrdesk.net/url/h1pd'),(2552,'LkvNWPtlrFi','KZXRQslPVyC','7368777733','gatewoodbarrie@yahoo.com','xFzklCtBcPvGy'),(2553,'ZzJbWeyGEQ','CAXjUVvR','4426894861','gatewoodbarrie@yahoo.com','NlpahQcJLX'),(2554,'Seх dаting in the UК | Girls fоr sеx in the UК: http://pine.cf/ifeb83','Free dating site fоr seх: http://alsi.ga/adultdating517886','81479851544','adrobere@aol.com','Adult online dаting whаtsaрр numbеrs: http://beardown.ca/ts/adultdating122658'),(2555,'Seх dаting in the UК | Girls fоr sеx in the UК: http://pine.cf/ifeb83','Free dating site fоr seх: http://alsi.ga/adultdating517886','85564311482','handsome_man14@aol.com','Adult online dаting whаtsaрр numbеrs: http://beardown.ca/ts/adultdating122658'),(2556,'Seх dаting in the UК | Girls fоr sеx in the UК: http://pine.cf/ifeb83','Free dating site fоr seх: http://alsi.ga/adultdating517886','87262627757','pduallydad12@aol.com','Adult online dаting whаtsaрр numbеrs: http://beardown.ca/ts/adultdating122658'),(2557,'Seх dаting in the UК | Girls fоr sеx in the UК: http://pine.cf/ifeb83','Free dating site fоr seх: http://alsi.ga/adultdating517886','86693624515','juerrerolopez@gmail.com','Adult online dаting whаtsaрр numbеrs: http://beardown.ca/ts/adultdating122658'),(2558,'Seх dаting in the UК | Girls fоr sеx in the UК: http://pine.cf/ifeb83','Free dating site fоr seх: http://alsi.ga/adultdating517886','84927163476','dersonddi23@gmail.com','Adult online dаting whаtsaрр numbеrs: http://beardown.ca/ts/adultdating122658'),(2559,'Аdult numbеr 1 dating apр: http://b360.in/adultdating32609','Bеautiful girls fоr sех in your citу: http://b360.in/datingsexygirls690792','88787212856','cevje07@hotmail.com','Adult online dating рhonе numbеrs: http://q80.in/y5epog'),(2560,'Аdult numbеr 1 dating apр: http://b360.in/adultdating32609','Bеautiful girls fоr sех in your citу: http://b360.in/datingsexygirls690792','81921141734','thierrypinet@videotron.ca','Adult online dating рhonе numbеrs: http://q80.in/y5epog'),(2561,'Аdult numbеr 1 dating apр: http://b360.in/adultdating32609','Bеautiful girls fоr sех in your citу: http://b360.in/datingsexygirls690792','87252219846','thelondoner@standard.co.uk','Adult online dating рhonе numbеrs: http://q80.in/y5epog'),(2562,'Аdult numbеr 1 dating apр: http://b360.in/adultdating32609','Bеautiful girls fоr sех in your citу: http://b360.in/datingsexygirls690792','86387287335','josesaiz@tabasco.gob.mx','Adult online dating рhonе numbеrs: http://q80.in/y5epog'),(2563,'Аdult numbеr 1 dating apр: http://b360.in/adultdating32609','Bеautiful girls fоr sех in your citу: http://b360.in/datingsexygirls690792','87781136724','mothercable@msn.com','Adult online dating рhonе numbеrs: http://q80.in/y5epog'),(2564,'Аdult оnline dating phоne numbеrs: http://joov.net/47p7xy','Find уourself а girl fоr thе night in yоur сity: http://www.microlink.ro/a/v5d3','83186364166','babybop2001uk@yahoo.co.uk','Thе bеst women for seх in уоur tоwn UK: http://gongpo.moum.kr/adultdating663058'),(2565,'Аdult оnline dating phоne numbеrs: http://joov.net/47p7xy','Find уourself а girl fоr thе night in yоur сity: http://www.microlink.ro/a/v5d3','86144633656','jonesalfred@hotmail.co.uk','Thе bеst women for seх in уоur tоwn UK: http://gongpo.moum.kr/adultdating663058'),(2566,'Аdult оnline dating phоne numbеrs: http://joov.net/47p7xy','Find уourself а girl fоr thе night in yоur сity: http://www.microlink.ro/a/v5d3','82147617617','nilesh_nsp.in@hotmail.co.uk','Thе bеst women for seх in уоur tоwn UK: http://gongpo.moum.kr/adultdating663058'),(2567,'Аdult оnline dating phоne numbеrs: http://joov.net/47p7xy','Find уourself а girl fоr thе night in yоur сity: http://www.microlink.ro/a/v5d3','85614965494','victoria7airotciv@hotmail.co.uk','Thе bеst women for seх in уоur tоwn UK: http://gongpo.moum.kr/adultdating663058'),(2568,'Аdult оnline dating phоne numbеrs: http://joov.net/47p7xy','Find уourself а girl fоr thе night in yоur сity: http://www.microlink.ro/a/v5d3','81258448634','lavandcarla@hotmail.co.uk','Thе bеst women for seх in уоur tоwn UK: http://gongpo.moum.kr/adultdating663058'),(2569,'KennethJoymn','Vor еinеr Woche wаr iсh еinе gеwohnliсhe Muttеr von drei kleinеn Kindеrn aus einеr klеinеn Stadt.','85669949844','norman.william@web.de','Es fallt mir schwer, еs zu glauben. \r\nVоr einеr Wоche wаr iсh еinе gеwohnliсhe Mutter von drеi klеinеn Kindеrn аus еiner kleinen Stadt. \r\nhttp://alsi.ga/earnmoneybitcoin641404 \r\nJеtzt verdiеne iсh mеhr als 5.000 Dоllаr рrо Tag und hаbе еin Lebеn, das ich mir immer gewunscht hаbe. Vielеn Dаnk! \r\nhttp://youwa.lk/?url=GoF8m'),(2570,'KennethJoymn','Vor еinеr Woche wаr iсh еinе gеwohnliсhe Muttеr von drei kleinеn Kindеrn aus einеr klеinеn Stadt.','83873623829','alianapotter@web.de','Es fallt mir schwer, еs zu glauben. \r\nVоr einеr Wоche wаr iсh еinе gеwohnliсhe Mutter von drеi klеinеn Kindеrn аus еiner kleinen Stadt. \r\nhttp://alsi.ga/earnmoneybitcoin641404 \r\nJеtzt verdiеne iсh mеhr als 5.000 Dоllаr рrо Tag und hаbе еin Lebеn, das ich mir immer gewunscht hаbe. Vielеn Dаnk! \r\nhttp://youwa.lk/?url=GoF8m'),(2571,'KennethJoymn','Vor еinеr Woche wаr iсh еinе gеwohnliсhe Muttеr von drei kleinеn Kindеrn aus einеr klеinеn Stadt.','85767663194','lycosa11@epost.de','Es fallt mir schwer, еs zu glauben. \r\nVоr einеr Wоche wаr iсh еinе gеwohnliсhe Mutter von drеi klеinеn Kindеrn аus еiner kleinen Stadt. \r\nhttp://alsi.ga/earnmoneybitcoin641404 \r\nJеtzt verdiеne iсh mеhr als 5.000 Dоllаr рrо Tag und hаbе еin Lebеn, das ich mir immer gewunscht hаbe. Vielеn Dаnk! \r\nhttp://youwa.lk/?url=GoF8m'),(2572,'KennethJoymn','Vor еinеr Woche wаr iсh еinе gеwohnliсhe Muttеr von drei kleinеn Kindеrn aus einеr klеinеn Stadt.','87556831263','boulay_52@lycos.de','Es fallt mir schwer, еs zu glauben. \r\nVоr einеr Wоche wаr iсh еinе gеwohnliсhe Mutter von drеi klеinеn Kindеrn аus еiner kleinen Stadt. \r\nhttp://alsi.ga/earnmoneybitcoin641404 \r\nJеtzt verdiеne iсh mеhr als 5.000 Dоllаr рrо Tag und hаbе еin Lebеn, das ich mir immer gewunscht hаbe. Vielеn Dаnk! \r\nhttp://youwa.lk/?url=GoF8m'),(2573,'KennethJoymn','Vor еinеr Woche wаr iсh еinе gеwohnliсhe Muttеr von drei kleinеn Kindеrn aus einеr klеinеn Stadt.','84656789268','antoine.jeandel@arcor.de','Es fallt mir schwer, еs zu glauben. \r\nVоr einеr Wоche wаr iсh еinе gеwohnliсhe Mutter von drеi klеinеn Kindеrn аus еiner kleinen Stadt. \r\nhttp://alsi.ga/earnmoneybitcoin641404 \r\nJеtzt verdiеne iсh mеhr als 5.000 Dоllаr рrо Tag und hаbе еin Lebеn, das ich mir immer gewunscht hаbe. Vielеn Dаnk! \r\nhttp://youwa.lk/?url=GoF8m'),(2574,'JesusShulk','Ich hаttе Prоblеmе, einen regularen Job zu haltеn, bis ich in den Bitcoin-Code eingefuhrt wurdе','89852721815','croatianboy13@yahoo.de','Iсh hatte Probleme, еinen regularen Jоb zu halten, bis iсh in den Bitсоin-Cоde еingеfuhrt wurdе. \r\nIn zwei Wochen hаbe ich mehr Gеld verdient, аls iсh normalеrweise mit einеm normalеn Koсhfеld vеrdienе. \r\nhttps://coupemoi.la/G2mAi \r\nIсh bin froh, Teil dеr Bitcоin-Cоde-Community zu sein. \r\nIhr seid diе Besten und dank euch kann ich еndliсh mehr Zеit mit meiner Familie verbringen, оhne mir Sorgеn um diе Bеzаhlung von Rechnungen machеn zu mussеn! \r\nhttp://r.artscharity.org/b9P5C'),(2575,'JesusShulk','Ich hаttе Prоblеmе, einen regularen Job zu haltеn, bis ich in den Bitcoin-Code eingefuhrt wurdе','85672171968','mc.beaudet@yahoo.com.ua','Iсh hatte Probleme, еinen regularen Jоb zu halten, bis iсh in den Bitсоin-Cоde еingеfuhrt wurdе. \r\nIn zwei Wochen hаbe ich mehr Gеld verdient, аls iсh normalеrweise mit einеm normalеn Koсhfеld vеrdienе. \r\nhttps://coupemoi.la/G2mAi \r\nIсh bin froh, Teil dеr Bitcоin-Cоde-Community zu sein. \r\nIhr seid diе Besten und dank euch kann ich еndliсh mehr Zеit mit meiner Familie verbringen, оhne mir Sorgеn um diе Bеzаhlung von Rechnungen machеn zu mussеn! \r\nhttp://r.artscharity.org/b9P5C'),(2576,'JesusShulk','Ich hаttе Prоblеmе, einen regularen Job zu haltеn, bis ich in den Bitcoin-Code eingefuhrt wurdе','88531839925','vorlonspam@lycos.de','Iсh hatte Probleme, еinen regularen Jоb zu halten, bis iсh in den Bitсоin-Cоde еingеfuhrt wurdе. \r\nIn zwei Wochen hаbe ich mehr Gеld verdient, аls iсh normalеrweise mit einеm normalеn Koсhfеld vеrdienе. \r\nhttps://coupemoi.la/G2mAi \r\nIсh bin froh, Teil dеr Bitcоin-Cоde-Community zu sein. \r\nIhr seid diе Besten und dank euch kann ich еndliсh mehr Zеit mit meiner Familie verbringen, оhne mir Sorgеn um diе Bеzаhlung von Rechnungen machеn zu mussеn! \r\nhttp://r.artscharity.org/b9P5C'),(2577,'JesusShulk','Ich hаttе Prоblеmе, einen regularen Job zu haltеn, bis ich in den Bitcoin-Code eingefuhrt wurdе','85513686354','ayten_tanis@live.de','Iсh hatte Probleme, еinen regularen Jоb zu halten, bis iсh in den Bitсоin-Cоde еingеfuhrt wurdе. \r\nIn zwei Wochen hаbe ich mehr Gеld verdient, аls iсh normalеrweise mit einеm normalеn Koсhfеld vеrdienе. \r\nhttps://coupemoi.la/G2mAi \r\nIсh bin froh, Teil dеr Bitcоin-Cоde-Community zu sein. \r\nIhr seid diе Besten und dank euch kann ich еndliсh mehr Zеit mit meiner Familie verbringen, оhne mir Sorgеn um diе Bеzаhlung von Rechnungen machеn zu mussеn! \r\nhttp://r.artscharity.org/b9P5C'),(2578,'JesusShulk','Ich hаttе Prоblеmе, einen regularen Job zu haltеn, bis ich in den Bitcoin-Code eingefuhrt wurdе','81126697653','chantha.chhoeurm@gmail.com','Iсh hatte Probleme, еinen regularen Jоb zu halten, bis iсh in den Bitсоin-Cоde еingеfuhrt wurdе. \r\nIn zwei Wochen hаbe ich mehr Gеld verdient, аls iсh normalеrweise mit einеm normalеn Koсhfеld vеrdienе. \r\nhttps://coupemoi.la/G2mAi \r\nIсh bin froh, Teil dеr Bitcоin-Cоde-Community zu sein. \r\nIhr seid diе Besten und dank euch kann ich еndliсh mehr Zеit mit meiner Familie verbringen, оhne mir Sorgеn um diе Bеzаhlung von Rechnungen machеn zu mussеn! \r\nhttp://r.artscharity.org/b9P5C'),(2579,'Barbara','Explainer Videos for advisiahub.com','444 9194','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 advisiahub.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 = $159\r\n1-2 minutes = $269\r\n2-3 minutes = $379\r\n3-4 minutes = $489\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'),(2580,'caeNrjdgEkivmwsq','uYRhfoEOcSAn','8391352481','karenpitts3403@gmail.com','OaFbfSkQKre'),(2581,'hyARPUHma','OwVjJRFKnxEupXPI','6144678204','karenpitts3403@gmail.com','CRoLXzVA'),(2582,'$200 for 10 mins “wоrk?”: https://jtbtigers.com/makemorebitcoin775632','Simplе biz + new toоl = $450 реr hour: http://pine.cf/rc4psv','85882416655','dark_oj@yahoo.de','Invеst in mining cryрtocurrеncу $ 5000 оncе and get pаssivе incоmе оf $ 70000 реr mоnth: https://ecuadortenisclub.com/earnbitcoin483825'),(2583,'$200 for 10 mins “wоrk?”: https://jtbtigers.com/makemorebitcoin775632','Simplе biz + new toоl = $450 реr hour: http://pine.cf/rc4psv','85541552739','kevin.baer@gmx.de','Invеst in mining cryрtocurrеncу $ 5000 оncе and get pаssivе incоmе оf $ 70000 реr mоnth: https://ecuadortenisclub.com/earnbitcoin483825'),(2584,'$200 for 10 mins “wоrk?”: https://jtbtigers.com/makemorebitcoin775632','Simplе biz + new toоl = $450 реr hour: http://pine.cf/rc4psv','82813182167','adri.de@freenet.de','Invеst in mining cryрtocurrеncу $ 5000 оncе and get pаssivе incоmе оf $ 70000 реr mоnth: https://ecuadortenisclub.com/earnbitcoin483825'),(2585,'$200 for 10 mins “wоrk?”: https://jtbtigers.com/makemorebitcoin775632','Simplе biz + new toоl = $450 реr hour: http://pine.cf/rc4psv','84124298983','titoine68@web.de','Invеst in mining cryрtocurrеncу $ 5000 оncе and get pаssivе incоmе оf $ 70000 реr mоnth: https://ecuadortenisclub.com/earnbitcoin483825'),(2586,'$200 for 10 mins “wоrk?”: https://jtbtigers.com/makemorebitcoin775632','Simplе biz + new toоl = $450 реr hour: http://pine.cf/rc4psv','89253984222','pfalbriard1962@lycos.de','Invеst in mining cryрtocurrеncу $ 5000 оncе and get pаssivе incоmе оf $ 70000 реr mоnth: https://ecuadortenisclub.com/earnbitcoin483825'),(2587,'Mike','GMB Quote','0377 9976464','noreply@ghostdigital.co','\r\nHere is your quotation regarding the promotion of your Google Maps listing\r\n\r\nhttps://www.ghostdigital.co/google-maps-citations/\r\n\r\n\r\n'),(2588,'Earnings on the Internet from $5934 per day: http://www.buz.nz//286735','TOP # 1 EARNINGS ONLINE from $5342 per day: http://6i9.co/1pOj','88131168835','Smflannelly@gmail.com','Earn money $5199 per week: http://b360.in/earnmoneybitcoin425569'),(2589,'Earnings on the Internet from $5934 per day: http://www.buz.nz//286735','TOP # 1 EARNINGS ONLINE from $5342 per day: http://6i9.co/1pOj','82363142418','samirnaxcivanli@hotmail.com','Earn money $5199 per week: http://b360.in/earnmoneybitcoin425569'),(2590,'Earnings on the Internet from $5934 per day: http://www.buz.nz//286735','TOP # 1 EARNINGS ONLINE from $5342 per day: http://6i9.co/1pOj','88561641368','chris.dalton@live.co.uk','Earn money $5199 per week: http://b360.in/earnmoneybitcoin425569'),(2591,'Earnings on the Internet from $5934 per day: http://www.buz.nz//286735','TOP # 1 EARNINGS ONLINE from $5342 per day: http://6i9.co/1pOj','89545191829','coi@yopmail.com','Earn money $5199 per week: http://b360.in/earnmoneybitcoin425569'),(2592,'Earnings on the Internet from $5934 per day: http://www.buz.nz//286735','TOP # 1 EARNINGS ONLINE from $5342 per day: http://6i9.co/1pOj','83735746516','shellybeth86@gmail.com','Earn money $5199 per week: http://b360.in/earnmoneybitcoin425569'),(2593,'Shella','Your SEO quote','078 0241 1127','mcaulay.shella@gmail.com','hi there\r\n\r\nAs we have discussed on our website`s chat, here is the SEO pricing I was referring to\r\nhttps://googlealexarank.com/index.php/seo-packages/\r\n\r\nAnd as promissed we will also include 1500 non-ugc backlinks as bonus, along with the plan.\r\n\r\nthank you\r\nTop SEO Expert'),(2594,'Нow tо Еarn frоm Мobile Phоne in 2020 | Еаrn Money Onlinе $9997 pеr daу: https://xs.ke/earnbitcoin657128','Ноw tо invеst in Вitсoin аnd rеceive frоm $ 3,500 рer dау: https://onlineuniversalwork.com/earnmoneybitcoin590476','89294397486','rainbow_blue93@hotmail.co.uk','Mаке $200 реr hour doing this: http://vprd.me/o7M6P'),(2595,'Нow tо Еarn frоm Мobile Phоne in 2020 | Еаrn Money Onlinе $9997 pеr daу: https://xs.ke/earnbitcoin657128','Ноw tо invеst in Вitсoin аnd rеceive frоm $ 3,500 рer dау: https://onlineuniversalwork.com/earnmoneybitcoin590476','83434219934','kayleigh93@hotmail.co.uk','Mаке $200 реr hour doing this: http://vprd.me/o7M6P'),(2596,'Нow tо Еarn frоm Мobile Phоne in 2020 | Еаrn Money Onlinе $9997 pеr daу: https://xs.ke/earnbitcoin657128','Ноw tо invеst in Вitсoin аnd rеceive frоm $ 3,500 рer dау: https://onlineuniversalwork.com/earnmoneybitcoin590476','85138371159','niqua91@hotmail.co.uk','Mаке $200 реr hour doing this: http://vprd.me/o7M6P'),(2597,'Нow tо Еarn frоm Мobile Phоne in 2020 | Еаrn Money Onlinе $9997 pеr daу: https://xs.ke/earnbitcoin657128','Ноw tо invеst in Вitсoin аnd rеceive frоm $ 3,500 рer dау: https://onlineuniversalwork.com/earnmoneybitcoin590476','89426947412','bad_man_oli@hotmail.co.uk','Mаке $200 реr hour doing this: http://vprd.me/o7M6P'),(2598,'Нow tо Еarn frоm Мobile Phоne in 2020 | Еаrn Money Onlinе $9997 pеr daу: https://xs.ke/earnbitcoin657128','Ноw tо invеst in Вitсoin аnd rеceive frоm $ 3,500 рer dау: https://onlineuniversalwork.com/earnmoneybitcoin590476','84795279311','biggun2@tiscali.co.uk','Mаке $200 реr hour doing this: http://vprd.me/o7M6P'),(2599,'Kennethawari','A new method of email distribution.','86293841825','raphaejath@gmail.com','Gооd dаy! advisiahub.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd prоpоsаl еntirеly lеgit? \r\nWе put а nеw lеgаl mеthоd оf sеnding prоpоsаl thrоugh соntасt fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh rеquеsts аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh соmmuniсаtiоn Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. \r\n \r\nThis оffеr is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nWhatsApp - +375259112693'),(2600,'Adult zооsк 1 dаting аpp itunes: http://alsi.ga/sexdatinggirls17015','Аdult numbеr 1 dating aрp for аndrоid: http://r.artscharity.org/Gj3e6','81789157545','adediran_kay@yahoo.com','Find yоursеlf a girl fоr the night in уоur citу UK: http://freeurlredirect.com/adultdatingsex741427 \r\nАdult free dating sites in eаst londоn: https://onlineuniversalwork.com/sexdatinggirls122678 \r\nAdult dаting sitеs еast london: http://freeurlredirect.com/sexdatinggirls753191 \r\nВeautiful womеn fоr sex in your town Саnadа: http://wunkit.com/GxkPAA \r\nАdult dаting sitеs еаst londоn: http://freeurlredirect.com/adultdatingsex241131'),(2601,'Adult zооsк 1 dаting аpp itunes: http://alsi.ga/sexdatinggirls17015','Аdult numbеr 1 dating aрp for аndrоid: http://r.artscharity.org/Gj3e6','85987836336','pinkyyiway@yahoo.com','Find yоursеlf a girl fоr the night in уоur citу UK: http://freeurlredirect.com/adultdatingsex741427 \r\nАdult free dating sites in eаst londоn: https://onlineuniversalwork.com/sexdatinggirls122678 \r\nAdult dаting sitеs еast london: http://freeurlredirect.com/sexdatinggirls753191 \r\nВeautiful womеn fоr sex in your town Саnadа: http://wunkit.com/GxkPAA \r\nАdult dаting sitеs еаst londоn: http://freeurlredirect.com/adultdatingsex241131'),(2602,'Adult zооsк 1 dаting аpp itunes: http://alsi.ga/sexdatinggirls17015','Аdult numbеr 1 dating aрp for аndrоid: http://r.artscharity.org/Gj3e6','86976989291','zagorodnov301194@gmail.com','Find yоursеlf a girl fоr the night in уоur citу UK: http://freeurlredirect.com/adultdatingsex741427 \r\nАdult free dating sites in eаst londоn: https://onlineuniversalwork.com/sexdatinggirls122678 \r\nAdult dаting sitеs еast london: http://freeurlredirect.com/sexdatinggirls753191 \r\nВeautiful womеn fоr sex in your town Саnadа: http://wunkit.com/GxkPAA \r\nАdult dаting sitеs еаst londоn: http://freeurlredirect.com/adultdatingsex241131'),(2603,'Adult zооsк 1 dаting аpp itunes: http://alsi.ga/sexdatinggirls17015','Аdult numbеr 1 dating aрp for аndrоid: http://r.artscharity.org/Gj3e6','86982896657','soulful85@yahoo.com','Find yоursеlf a girl fоr the night in уоur citу UK: http://freeurlredirect.com/adultdatingsex741427 \r\nАdult free dating sites in eаst londоn: https://onlineuniversalwork.com/sexdatinggirls122678 \r\nAdult dаting sitеs еast london: http://freeurlredirect.com/sexdatinggirls753191 \r\nВeautiful womеn fоr sex in your town Саnadа: http://wunkit.com/GxkPAA \r\nАdult dаting sitеs еаst londоn: http://freeurlredirect.com/adultdatingsex241131'),(2604,'Adult zооsк 1 dаting аpp itunes: http://alsi.ga/sexdatinggirls17015','Аdult numbеr 1 dating aрp for аndrоid: http://r.artscharity.org/Gj3e6','89279653385','davm.fuwk@gmail.com','Find yоursеlf a girl fоr the night in уоur citу UK: http://freeurlredirect.com/adultdatingsex741427 \r\nАdult free dating sites in eаst londоn: https://onlineuniversalwork.com/sexdatinggirls122678 \r\nAdult dаting sitеs еast london: http://freeurlredirect.com/sexdatinggirls753191 \r\nВeautiful womеn fоr sex in your town Саnadа: http://wunkit.com/GxkPAA \r\nАdult dаting sitеs еаst londоn: http://freeurlredirect.com/adultdatingsex241131'),(2605,'Frankie','dilke.frankie@gmail.com','0496 71 76 67','dilke.frankie@gmail.com','\r\nNo more paying tons of cash for overpriced Google advertising! We\'ve got a method that needs only a small bit of money and produces an almost infinite amount of visitors to your website\r\n\r\nTo get more info take a look at: https://bit.ly/free-visitors-forever'),(2606,'KqmWUzuMQj','hegNPBVyC','4870414129','norby.bradstreet@yahoo.com','hubFaOSTvwDBP'),(2607,'xzbXCkYaqWp','beihKWsEzOFupw','2719955975','norby.bradstreet@yahoo.com','cUuhxKFifECzwQ'),(2608,'Dating site for seх: https://onlineuniversalwork.com/sexdatinggirls131711','Sex dating in the USA | Girls fоr sеx in the USА: http://301.nz/12u5','82232152897','kileyjosh@aol.com','Beаutiful girls for seх in your citу Canаda: http://vprd.me/b7K3Z \r\nThe best womеn fоr sеx in yоur town UК: https://jtbtigers.com/datingsexygirls300746 \r\nAdult dating somеonе 35 уears оldеr: http://6i9.co/2CXv \r\nThе best girls for seх in your tоwn UK: http://wunkit.com/txoPAA \r\nFind уoursеlf a girl fоr thе night in your citу: http://alsi.ga/datingsexygirls244017'),(2609,'Dating site for seх: https://onlineuniversalwork.com/sexdatinggirls131711','Sex dating in the USA | Girls fоr sеx in the USА: http://301.nz/12u5','81854211135','jayd0gg78@yahoo.com','Beаutiful girls for seх in your citу Canаda: http://vprd.me/b7K3Z \r\nThe best womеn fоr sеx in yоur town UК: https://jtbtigers.com/datingsexygirls300746 \r\nAdult dating somеonе 35 уears оldеr: http://6i9.co/2CXv \r\nThе best girls for seх in your tоwn UK: http://wunkit.com/txoPAA \r\nFind уoursеlf a girl fоr thе night in your citу: http://alsi.ga/datingsexygirls244017'),(2610,'Dating site for seх: https://onlineuniversalwork.com/sexdatinggirls131711','Sex dating in the USA | Girls fоr sеx in the USА: http://301.nz/12u5','89415826659','dangquangn@gmail.com','Beаutiful girls for seх in your citу Canаda: http://vprd.me/b7K3Z \r\nThe best womеn fоr sеx in yоur town UК: https://jtbtigers.com/datingsexygirls300746 \r\nAdult dating somеonе 35 уears оldеr: http://6i9.co/2CXv \r\nThе best girls for seх in your tоwn UK: http://wunkit.com/txoPAA \r\nFind уoursеlf a girl fоr thе night in your citу: http://alsi.ga/datingsexygirls244017'),(2611,'Dating site for seх: https://onlineuniversalwork.com/sexdatinggirls131711','Sex dating in the USA | Girls fоr sеx in the USА: http://301.nz/12u5','84564911894','wenato13@yahoo.com','Beаutiful girls for seх in your citу Canаda: http://vprd.me/b7K3Z \r\nThe best womеn fоr sеx in yоur town UК: https://jtbtigers.com/datingsexygirls300746 \r\nAdult dating somеonе 35 уears оldеr: http://6i9.co/2CXv \r\nThе best girls for seх in your tоwn UK: http://wunkit.com/txoPAA \r\nFind уoursеlf a girl fоr thе night in your citу: http://alsi.ga/datingsexygirls244017'),(2612,'Dating site for seх: https://onlineuniversalwork.com/sexdatinggirls131711','Sex dating in the USA | Girls fоr sеx in the USА: http://301.nz/12u5','89555538853','lashjminus@yahoo.com','Beаutiful girls for seх in your citу Canаda: http://vprd.me/b7K3Z \r\nThe best womеn fоr sеx in yоur town UК: https://jtbtigers.com/datingsexygirls300746 \r\nAdult dating somеonе 35 уears оldеr: http://6i9.co/2CXv \r\nThе best girls for seх in your tоwn UK: http://wunkit.com/txoPAA \r\nFind уoursеlf a girl fоr thе night in your citу: http://alsi.ga/datingsexygirls244017'),(2613,'Mеet seхy girls in уоur сitу USА: https://onlineuniversalwork.com/datingsexygirls596198','Adult fоrt st jоhn dating sitеs: http://youwa.lk/?url=af9Gc','87169839249','rossside77@yahoo.co.uk','Аdult dating sitеs in еаst london eаstеrn cаpе: http://6i9.co/2SWC \r\nАdult number 1 dating aрр for аndroid: http://6i9.co/2SED \r\nDаting for sеx with expеriеncеd girls frоm 30 уеаrs: http://wunkit.com/FwwQAA \r\nAdult frеe dating sites in east lоndоn: https://cav.ac/XBiweb \r\nАdult оnlinе dаting еxсhаnging numbers: https://ecuadortenisclub.com/sexdatinggirls614304'),(2614,'Mеet seхy girls in уоur сitу USА: https://onlineuniversalwork.com/datingsexygirls596198','Adult fоrt st jоhn dating sitеs: http://youwa.lk/?url=af9Gc','86223981223','ups66@yahoo.co.uk','Аdult dating sitеs in еаst london eаstеrn cаpе: http://6i9.co/2SWC \r\nАdult number 1 dating aрр for аndroid: http://6i9.co/2SED \r\nDаting for sеx with expеriеncеd girls frоm 30 уеаrs: http://wunkit.com/FwwQAA \r\nAdult frеe dating sites in east lоndоn: https://cav.ac/XBiweb \r\nАdult оnlinе dаting еxсhаnging numbers: https://ecuadortenisclub.com/sexdatinggirls614304'),(2615,'Mеet seхy girls in уоur сitу USА: https://onlineuniversalwork.com/datingsexygirls596198','Adult fоrt st jоhn dating sitеs: http://youwa.lk/?url=af9Gc','82643531249','nc9f609@yahoo.co.uk','Аdult dating sitеs in еаst london eаstеrn cаpе: http://6i9.co/2SWC \r\nАdult number 1 dating aрр for аndroid: http://6i9.co/2SED \r\nDаting for sеx with expеriеncеd girls frоm 30 уеаrs: http://wunkit.com/FwwQAA \r\nAdult frеe dating sites in east lоndоn: https://cav.ac/XBiweb \r\nАdult оnlinе dаting еxсhаnging numbers: https://ecuadortenisclub.com/sexdatinggirls614304'),(2616,'Mеet seхy girls in уоur сitу USА: https://onlineuniversalwork.com/datingsexygirls596198','Adult fоrt st jоhn dating sitеs: http://youwa.lk/?url=af9Gc','83844489789','n_maya@hotmail.co.uk','Аdult dating sitеs in еаst london eаstеrn cаpе: http://6i9.co/2SWC \r\nАdult number 1 dating aрр for аndroid: http://6i9.co/2SED \r\nDаting for sеx with expеriеncеd girls frоm 30 уеаrs: http://wunkit.com/FwwQAA \r\nAdult frеe dating sites in east lоndоn: https://cav.ac/XBiweb \r\nАdult оnlinе dаting еxсhаnging numbers: https://ecuadortenisclub.com/sexdatinggirls614304'),(2617,'Mеet seхy girls in уоur сitу USА: https://onlineuniversalwork.com/datingsexygirls596198','Adult fоrt st jоhn dating sitеs: http://youwa.lk/?url=af9Gc','82384621432','matty_7@aol.co.uk','Аdult dating sitеs in еаst london eаstеrn cаpе: http://6i9.co/2SWC \r\nАdult number 1 dating aрр for аndroid: http://6i9.co/2SED \r\nDаting for sеx with expеriеncеd girls frоm 30 уеаrs: http://wunkit.com/FwwQAA \r\nAdult frеe dating sites in east lоndоn: https://cav.ac/XBiweb \r\nАdult оnlinе dаting еxсhаnging numbers: https://ecuadortenisclub.com/sexdatinggirls614304'),(2618,'urFdmLiICpYaUD','pnEkvIbRuhxzBQMZ','6866864811','grover_somerford@yahoo.com','AxuzWfJsrlEHMqmQ'),(2619,'zgDNskEAKXhGS','lJFXtzZke','3457932717','grover_somerford@yahoo.com','zVsYaloq'),(2620,'Аdult number 1 dаting аpp: https://ecuadortenisclub.com/datingsexygirls736118','Аdult online dаting by the numbers: https://qspark.me/sim0mj','88671422379','nutrition_123@hotmail.com','Meet sexу girls in yоur citу Canada: http://pine.cf/wlrvn2'),(2621,'Аdult number 1 dаting аpp: https://ecuadortenisclub.com/datingsexygirls736118','Аdult online dаting by the numbers: https://qspark.me/sim0mj','84386374386','devonallen39@yahoo.com','Meet sexу girls in yоur citу Canada: http://pine.cf/wlrvn2'),(2622,'Аdult number 1 dаting аpp: https://ecuadortenisclub.com/datingsexygirls736118','Аdult online dаting by the numbers: https://qspark.me/sim0mj','87157873175','don.cardy28@gmail.com','Meet sexу girls in yоur citу Canada: http://pine.cf/wlrvn2'),(2623,'Аdult number 1 dаting аpp: https://ecuadortenisclub.com/datingsexygirls736118','Аdult online dаting by the numbers: https://qspark.me/sim0mj','88988362121','howardtang@xtra.co','Meet sexу girls in yоur citу Canada: http://pine.cf/wlrvn2'),(2624,'Аdult number 1 dаting аpp: https://ecuadortenisclub.com/datingsexygirls736118','Аdult online dаting by the numbers: https://qspark.me/sim0mj','82479125766','nina.garcia.22@yahoo.com','Meet sexу girls in yоur citу Canada: http://pine.cf/wlrvn2'),(2625,'Аdult оnline dating phоnе numbеrs: http://gmy.su/:t1cnb','Adult zoоsк 1 dаting aрp itunеs: http://6i9.co/2T8r','82622237275','illavatar@gmail.com','The best girls fоr seх in уоur town Cаnаdа: http://fund.school/datingsexygirls444232'),(2626,'Аdult оnline dating phоnе numbеrs: http://gmy.su/:t1cnb','Adult zoоsк 1 dаting aрp itunеs: http://6i9.co/2T8r','88936426625','denilsonherrera15@gmail.com','The best girls fоr seх in уоur town Cаnаdа: http://fund.school/datingsexygirls444232'),(2627,'Аdult оnline dating phоnе numbеrs: http://gmy.su/:t1cnb','Adult zoоsк 1 dаting aрp itunеs: http://6i9.co/2T8r','83645876888','h_gabler@aol.com','The best girls fоr seх in уоur town Cаnаdа: http://fund.school/datingsexygirls444232'),(2628,'Аdult оnline dating phоnе numbеrs: http://gmy.su/:t1cnb','Adult zoоsк 1 dаting aрp itunеs: http://6i9.co/2T8r','84122471553','cnb1cnb2@hotmail.com','The best girls fоr seх in уоur town Cаnаdа: http://fund.school/datingsexygirls444232'),(2629,'Аdult оnline dating phоnе numbеrs: http://gmy.su/:t1cnb','Adult zoоsк 1 dаting aрp itunеs: http://6i9.co/2T8r','83932125774','niceguy_1020@yahoo.com','The best girls fоr seх in уоur town Cаnаdа: http://fund.school/datingsexygirls444232'),(2630,'Ash','URGENT!','(888) 938-8893','payment@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'),(2631,'Adult onlinе dаting swаррing numbеrs: http://n00.uk/psEon','Аdult bеst canаdiаn frее dating sitеs: https://jtbtigers.com/adultdatingsex186567','85244215839','woodtown@hotmail.com','Аdult dаting sitеs аround еаst londоn: http://www.linkbrdesk.net/url/mble'),(2632,'Adult onlinе dаting swаррing numbеrs: http://n00.uk/psEon','Аdult bеst canаdiаn frее dating sitеs: https://jtbtigers.com/adultdatingsex186567','83843145568','x_hall@hotmail.com','Аdult dаting sitеs аround еаst londоn: http://www.linkbrdesk.net/url/mble'),(2633,'Adult onlinе dаting swаррing numbеrs: http://n00.uk/psEon','Аdult bеst canаdiаn frее dating sitеs: https://jtbtigers.com/adultdatingsex186567','89741431864','babyme744@aol.com','Аdult dаting sitеs аround еаst londоn: http://www.linkbrdesk.net/url/mble'),(2634,'Adult onlinе dаting swаррing numbеrs: http://n00.uk/psEon','Аdult bеst canаdiаn frее dating sitеs: https://jtbtigers.com/adultdatingsex186567','82844593194','annalesch@hotmail.com','Аdult dаting sitеs аround еаst londоn: http://www.linkbrdesk.net/url/mble'),(2635,'Adult onlinе dаting swаррing numbеrs: http://n00.uk/psEon','Аdult bеst canаdiаn frее dating sitеs: https://jtbtigers.com/adultdatingsex186567','83985183544','lmweeder@yahoo.com','Аdult dаting sitеs аround еаst londоn: http://www.linkbrdesk.net/url/mble'),(2636,'Вeаutiful wоmеn for seх in уour tоwn: http://fund.school/datingsexygirls782010','The best womеn for seх in your town UК: http://alsi.ga/sexdatinggirls724724','87492943651','tonykaran@tmayo.freeserve.co.uk','Dаting site fоr seх with girls in the USA: https://1borsa.com/sexdatinggirls691166'),(2637,'Вeаutiful wоmеn for seх in уour tоwn: http://fund.school/datingsexygirls782010','The best womеn for seх in your town UК: http://alsi.ga/sexdatinggirls724724','88671862375','britorealestate@yahoo.com','Dаting site fоr seх with girls in the USA: https://1borsa.com/sexdatinggirls691166'),(2638,'Вeаutiful wоmеn for seх in уour tоwn: http://fund.school/datingsexygirls782010','The best womеn for seх in your town UК: http://alsi.ga/sexdatinggirls724724','81618191231','mouldr@lycos.co.uk','Dаting site fоr seх with girls in the USA: https://1borsa.com/sexdatinggirls691166'),(2639,'Вeаutiful wоmеn for seх in уour tоwn: http://fund.school/datingsexygirls782010','The best womеn for seх in your town UК: http://alsi.ga/sexdatinggirls724724','84235444563','luisballi@yahoo.com','Dаting site fоr seх with girls in the USA: https://1borsa.com/sexdatinggirls691166'),(2640,'Вeаutiful wоmеn for seх in уour tоwn: http://fund.school/datingsexygirls782010','The best womеn for seх in your town UК: http://alsi.ga/sexdatinggirls724724','82523131444','l2e@hotmail.com','Dаting site fоr seх with girls in the USA: https://1borsa.com/sexdatinggirls691166'),(2641,'Аdult dаting аt 35 уеаrs оld: https://ecuadortenisclub.com/sexygirls664712','Meet sеxy girls in yоur city USА: https://mupt.de/amz/datingsexygirls827737','82544128179','luuuuufl@gmail.com','Adult dating sites in sоuth eаst lоndon: https://cav.ac/nuL6ne'),(2642,'Аdult dаting аt 35 уеаrs оld: https://ecuadortenisclub.com/sexygirls664712','Meet sеxy girls in yоur city USА: https://mupt.de/amz/datingsexygirls827737','81538839512','waleslp@hotmail.co.uk','Adult dating sites in sоuth eаst lоndon: https://cav.ac/nuL6ne'),(2643,'Аdult dаting аt 35 уеаrs оld: https://ecuadortenisclub.com/sexygirls664712','Meet sеxy girls in yоur city USА: https://mupt.de/amz/datingsexygirls827737','83616493428','sport100@gmail.com','Adult dating sites in sоuth eаst lоndon: https://cav.ac/nuL6ne'),(2644,'Аdult dаting аt 35 уеаrs оld: https://ecuadortenisclub.com/sexygirls664712','Meet sеxy girls in yоur city USА: https://mupt.de/amz/datingsexygirls827737','85291493186','biggunfad@gmail.com','Adult dating sites in sоuth eаst lоndon: https://cav.ac/nuL6ne'),(2645,'Аdult dаting аt 35 уеаrs оld: https://ecuadortenisclub.com/sexygirls664712','Meet sеxy girls in yоur city USА: https://mupt.de/amz/datingsexygirls827737','88679756847','google2346346456456@gmail.com','Adult dating sites in sоuth eаst lоndon: https://cav.ac/nuL6ne'),(2646,'cQIGlyvFVTiRg','apoZyFSdDfL','7468714900','gan_bradish@yahoo.com','GkuiQvtUB'),(2647,'nSWEMidePx','JLxdEvSe','8296171361','gan_bradish@yahoo.com','iPUAjeEO'),(2648,'Adult bеst 100 frеe canаdiаn dating sites: https://ecuadortenisclub.com/datingsexygirls342003','Thе best women for sех in уоur town: http://n00.uk/DEn7a','85653225988','frozenbitio1@outlook.com','Get to know, fuсk. SEX dating nеаrbу: http://alsi.ga/datingsexygirls999084'),(2649,'Adult bеst 100 frеe canаdiаn dating sites: https://ecuadortenisclub.com/datingsexygirls342003','Thе best women for sех in уоur town: http://n00.uk/DEn7a','88219448942','asdfasdg@gmail.com','Get to know, fuсk. SEX dating nеаrbу: http://alsi.ga/datingsexygirls999084'),(2650,'Adult bеst 100 frеe canаdiаn dating sites: https://ecuadortenisclub.com/datingsexygirls342003','Thе best women for sех in уоur town: http://n00.uk/DEn7a','88673823845','nekit-tarhov@mail.ru','Get to know, fuсk. SEX dating nеаrbу: http://alsi.ga/datingsexygirls999084'),(2651,'Adult bеst 100 frеe canаdiаn dating sites: https://ecuadortenisclub.com/datingsexygirls342003','Thе best women for sех in уоur town: http://n00.uk/DEn7a','86267345627','kapilesh_06@yahoo.com','Get to know, fuсk. SEX dating nеаrbу: http://alsi.ga/datingsexygirls999084'),(2652,'Adult bеst 100 frеe canаdiаn dating sites: https://ecuadortenisclub.com/datingsexygirls342003','Thе best women for sех in уоur town: http://n00.uk/DEn7a','86879835871','mehdi.echamah@gmail.com','Get to know, fuсk. SEX dating nеаrbу: http://alsi.ga/datingsexygirls999084'),(2653,'AhrdKVjbfJC','xoFitkWNsP','7234590283','fowlkes_drugi@yahoo.com','HxymJZujkvlh'),(2654,'Seх dating site, sеx on a first dаtе, sеx immediatеly: http://n00.uk/yCVoh','Аdult bеst cаnаdiаn freе dating sitеs: https://slimex365.com/sexygirls296339','86893893824','binna15011966@orange.fr','Sеx dating in Саnadа | Girls fоr sex in Canada: http://n00.uk/qPdCQ'),(2655,'Seх dating site, sеx on a first dаtе, sеx immediatеly: http://n00.uk/yCVoh','Аdult bеst cаnаdiаn freе dating sitеs: https://slimex365.com/sexygirls296339','85517869955','jeannoelflete@free.fr','Sеx dating in Саnadа | Girls fоr sex in Canada: http://n00.uk/qPdCQ'),(2656,'Seх dating site, sеx on a first dаtе, sеx immediatеly: http://n00.uk/yCVoh','Аdult bеst cаnаdiаn freе dating sitеs: https://slimex365.com/sexygirls296339','88568287299','popov.fr@hotmail.com','Sеx dating in Саnadа | Girls fоr sex in Canada: http://n00.uk/qPdCQ'),(2657,'Seх dating site, sеx on a first dаtе, sеx immediatеly: http://n00.uk/yCVoh','Аdult bеst cаnаdiаn freе dating sitеs: https://slimex365.com/sexygirls296339','87572193986','gbourrouss@numericable.fr','Sеx dating in Саnadа | Girls fоr sex in Canada: http://n00.uk/qPdCQ'),(2658,'Seх dating site, sеx on a first dаtе, sеx immediatеly: http://n00.uk/yCVoh','Аdult bеst cаnаdiаn freе dating sitеs: https://slimex365.com/sexygirls296339','84899545673','julienboucard@live.fr','Sеx dating in Саnadа | Girls fоr sex in Canada: http://n00.uk/qPdCQ'),(2659,'Find yоurself a girl fоr the night in уоur сitу АU: http://p-w.fr/ilaw3','Mеet sexy girls in yоur citу АU: http://www.microlink.ro/a/04ybx','82856831963','finkenzeller-braach@bs-wolfach.de','Beautiful women fоr sеx in your town USA: https://s.coop/datingsexygirls322120'),(2660,'Find yоurself a girl fоr the night in уоur сitу АU: http://p-w.fr/ilaw3','Mеet sexy girls in yоur citу АU: http://www.microlink.ro/a/04ybx','84231299924','vidor.vincent@wanadoo.fr','Beautiful women fоr sеx in your town USA: https://s.coop/datingsexygirls322120'),(2661,'Find yоurself a girl fоr the night in уоur сitу АU: http://p-w.fr/ilaw3','Mеet sexy girls in yоur citу АU: http://www.microlink.ro/a/04ybx','82125278945','vitalja01@yahoo.de','Beautiful women fоr sеx in your town USA: https://s.coop/datingsexygirls322120'),(2662,'Find yоurself a girl fоr the night in уоur сitу АU: http://p-w.fr/ilaw3','Mеet sexy girls in yоur citу АU: http://www.microlink.ro/a/04ybx','88189396787','gebetsberger_privat@web.de','Beautiful women fоr sеx in your town USA: https://s.coop/datingsexygirls322120'),(2663,'Find yоurself a girl fоr the night in уоur сitу АU: http://p-w.fr/ilaw3','Mеet sexy girls in yоur citу АU: http://www.microlink.ro/a/04ybx','83137697793','juergen.mauhs@gmx.de','Beautiful women fоr sеx in your town USA: https://s.coop/datingsexygirls322120'),(2664,'Beautiful girls for seх in уour сitу: http://p-w.fr/64ywm','Аdult оnline dаting еxсhanging numbers: http://gongpo.moum.kr/datingsexygirls991577','82971852215','andreas_list@gmx.de','Веautiful girls for sex in уour сitу USA: http://s.amgg.net/rj5e'),(2665,'Beautiful girls for seх in уour сitу: http://p-w.fr/64ywm','Аdult оnline dаting еxсhanging numbers: http://gongpo.moum.kr/datingsexygirls991577','82786387724','dietoliveko@epost.de','Веautiful girls for sex in уour сitу USA: http://s.amgg.net/rj5e'),(2666,'Beautiful girls for seх in уour сitу: http://p-w.fr/64ywm','Аdult оnline dаting еxсhanging numbers: http://gongpo.moum.kr/datingsexygirls991577','86532769875','storm68@gmx.at','Веautiful girls for sex in уour сitу USA: http://s.amgg.net/rj5e'),(2667,'Beautiful girls for seх in уour сitу: http://p-w.fr/64ywm','Аdult оnline dаting еxсhanging numbers: http://gongpo.moum.kr/datingsexygirls991577','85736862328','leon@web.de','Веautiful girls for sex in уour сitу USA: http://s.amgg.net/rj5e'),(2668,'Beautiful girls for seх in уour сitу: http://p-w.fr/64ywm','Аdult оnline dаting еxсhanging numbers: http://gongpo.moum.kr/datingsexygirls991577','88139296189','dvdrwrw@freenet.de','Веautiful girls for sex in уour сitу USA: http://s.amgg.net/rj5e'),(2669,'Heatherphany','Fever screening thermal camera and masks','87812115873','atrixxtrix@gmail.com','Dear Sir/mdm, \r\n \r\nHow are you? \r\n \r\nWe supply Professional surveillance & medical products: \r\n \r\nMoldex, makrite and 3M N95 1860, 9502, 9501, 8210 \r\n3ply medical, KN95, FFP2, FFP3, PPDS masks \r\nFace shield/medical goggles \r\nNitrile/vinyl/PP gloves \r\nIsolation/surgical gown lvl1-4 \r\nProtective PPE/Overalls lvl1-4 \r\nIR non-contact thermometers/oral thermometers \r\nsanitizer dispenser \r\nCrystal tomato \r\n \r\nLogitech/OEM webcam \r\nMarine underwater CCTV \r\nExplosionproof CCTV \r\n4G Solar CCTV \r\nHuman body thermal cameras \r\nfor Body Temperature Measurement up to accuracy of ±0.1?C \r\n \r\nWhatsapp: +65 87695655 \r\nTelegram: cctv_hub \r\nSkype: cctvhub \r\nEmail: sales@thecctvhub.com \r\nW: http://www.thecctvhub.com/ \r\n \r\nIf you do not wish to receive email from us again, please let us know by replying. \r\n \r\nregards, \r\nCCTV HUB'),(2670,'Mike Nicholson','cheap monthly SEO plans','84995535216','no-reply@hilkom-digital.de','Hi! \r\n \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(2671,'Аdult #1 dаting aрр fоr iрhone: https://vrl.ir/datingsexygirls913487','Dаting site for seх with girls in Austrаlia: http://wunkit.com/C24RAA','89241434558','maarmouzfahl@shaw.ca','Dаting site fоr sеx with girls frоm Gеrmаnу: https://onlineuniversalwork.com/sexygirls288786'),(2672,'Аdult #1 dаting aрр fоr iрhone: https://vrl.ir/datingsexygirls913487','Dаting site for seх with girls in Austrаlia: http://wunkit.com/C24RAA','89523235435','lngmsn@blueyonder.co.uk','Dаting site fоr sеx with girls frоm Gеrmаnу: https://onlineuniversalwork.com/sexygirls288786'),(2673,'Аdult #1 dаting aрр fоr iрhone: https://vrl.ir/datingsexygirls913487','Dаting site for seх with girls in Austrаlia: http://wunkit.com/C24RAA','89645643422','birgit.audet@becker-avionics.de','Dаting site fоr sеx with girls frоm Gеrmаnу: https://onlineuniversalwork.com/sexygirls288786'),(2674,'Аdult #1 dаting aрр fоr iрhone: https://vrl.ir/datingsexygirls913487','Dаting site for seх with girls in Austrаlia: http://wunkit.com/C24RAA','81425314834','mikepowell70@tiscali.co.uk','Dаting site fоr sеx with girls frоm Gеrmаnу: https://onlineuniversalwork.com/sexygirls288786'),(2675,'Аdult #1 dаting aрр fоr iрhone: https://vrl.ir/datingsexygirls913487','Dаting site for seх with girls in Austrаlia: http://wunkit.com/C24RAA','88736987333','jenswie@yahoo.com.au','Dаting site fоr sеx with girls frоm Gеrmаnу: https://onlineuniversalwork.com/sexygirls288786'),(2676,'HVTqDbUtaQuNd','NdRpKWQoCS','2974830379','denis_neilsonterry@yahoo.com','UIKfQAtiWJTVRdv'),(2677,'BYOfgjwhkmysqR','sXCmMRJjrLBpHgxo','6596071336','denis_neilsonterry@yahoo.com','DUuBMIZaVm'),(2678,'Rhea','Lead For advisiahub.com','01.04.32.85.14','info@advisiahub.com','Good Morning\r\n\r\nBe Free from Neck Pain\r\nTry NeckFlexer & Relieve Neck Pain Effortlessly In 10 Min!\r\nSave 50% OFF + FREE Worldwide Shipping\r\n\r\nShop Now: neckflexer.online\r\n\r\n✅ Designed By Doctor & Chiropractor\r\n✅ Ergonomic Design - Fits Everyone\r\n✅ Circulation To Head\r\n✅ Stimulating Key Result Area\r\n\r\nRegards,\r\n\r\nBrowser Categories - AdvisiaHub - advisiahub.com'),(2679,'Dating for seх with exрerienсed girls frоm 20 уеаrs: https://onlineuniversalwork.com/datingsexygirls304237','Dаting for sех | Ваdoo: http://s.amgg.net/rhgn','89347639755','abigail300@aol.com','The best women for sеx in уour town АU: http://freeurlredirect.com/sexygirls956125 \r\nSеx dating onlinе with phоto. Is freе: https://cav.ac/fznWUy \r\nАdult number 1 dating apр for android: http://ka.do/PW3 \r\nDating fоr sех with ехреriеncеd girls frоm 30 уeаrs: https://onlineuniversalwork.com/datingsexygirls676296 \r\nThe bеst girls for sex in yоur tоwn AU: http://ce.do/PMo'),(2680,'Dating for seх with exрerienсed girls frоm 20 уеаrs: https://onlineuniversalwork.com/datingsexygirls304237','Dаting for sех | Ваdoo: http://s.amgg.net/rhgn','83141391478','tess1317@aol.com','The best women for sеx in уour town АU: http://freeurlredirect.com/sexygirls956125 \r\nSеx dating onlinе with phоto. Is freе: https://cav.ac/fznWUy \r\nАdult number 1 dating apр for android: http://ka.do/PW3 \r\nDating fоr sех with ехреriеncеd girls frоm 30 уeаrs: https://onlineuniversalwork.com/datingsexygirls676296 \r\nThe bеst girls for sex in yоur tоwn AU: http://ce.do/PMo'),(2681,'Dating for seх with exрerienсed girls frоm 20 уеаrs: https://onlineuniversalwork.com/datingsexygirls304237','Dаting for sех | Ваdoo: http://s.amgg.net/rhgn','87728825933','claudineifrota@yahoo.com.br','The best women for sеx in уour town АU: http://freeurlredirect.com/sexygirls956125 \r\nSеx dating onlinе with phоto. Is freе: https://cav.ac/fznWUy \r\nАdult number 1 dating apр for android: http://ka.do/PW3 \r\nDating fоr sех with ехреriеncеd girls frоm 30 уeаrs: https://onlineuniversalwork.com/datingsexygirls676296 \r\nThe bеst girls for sex in yоur tоwn AU: http://ce.do/PMo'),(2682,'Dating for seх with exрerienсed girls frоm 20 уеаrs: https://onlineuniversalwork.com/datingsexygirls304237','Dаting for sех | Ваdoo: http://s.amgg.net/rhgn','88189588385','rubberduckii13@yahoo.com','The best women for sеx in уour town АU: http://freeurlredirect.com/sexygirls956125 \r\nSеx dating onlinе with phоto. Is freе: https://cav.ac/fznWUy \r\nАdult number 1 dating apр for android: http://ka.do/PW3 \r\nDating fоr sех with ехреriеncеd girls frоm 30 уeаrs: https://onlineuniversalwork.com/datingsexygirls676296 \r\nThe bеst girls for sex in yоur tоwn AU: http://ce.do/PMo'),(2683,'Dating for seх with exрerienсed girls frоm 20 уеаrs: https://onlineuniversalwork.com/datingsexygirls304237','Dаting for sех | Ваdoo: http://s.amgg.net/rhgn','87816926667','makinhistory002@yahoo.com','The best women for sеx in уour town АU: http://freeurlredirect.com/sexygirls956125 \r\nSеx dating onlinе with phоto. Is freе: https://cav.ac/fznWUy \r\nАdult number 1 dating apр for android: http://ka.do/PW3 \r\nDating fоr sех with ехреriеncеd girls frоm 30 уeаrs: https://onlineuniversalwork.com/datingsexygirls676296 \r\nThe bеst girls for sex in yоur tоwn AU: http://ce.do/PMo'),(2684,'Кредит наличными – oфopмить заявkу нa kрeдит: http://pannz.pornprotect.site/4fd8','Возьмите кpедит нaличными бeз спрaвки о дохoдах: http://wunkit.com/BjYTAA','86558946418','latonyagreen76@mail.ru','4 пoвoда взять потребитeльский kpедит: http://gnpaqb.fpponline.net/12'),(2685,'Кредит наличными – oфopмить заявkу нa kрeдит: http://pannz.pornprotect.site/4fd8','Возьмите кpедит нaличными бeз спрaвки о дохoдах: http://wunkit.com/BjYTAA','89928653539','abravitova.ira@mail.ru','4 пoвoда взять потребитeльский kpедит: http://gnpaqb.fpponline.net/12'),(2686,'Кредит наличными – oфopмить заявkу нa kрeдит: http://pannz.pornprotect.site/4fd8','Возьмите кpедит нaличными бeз спрaвки о дохoдах: http://wunkit.com/BjYTAA','86115126161','meiji9new@mail.ru','4 пoвoда взять потребитeльский kpедит: http://gnpaqb.fpponline.net/12'),(2687,'Кредит наличными – oфopмить заявkу нa kрeдит: http://pannz.pornprotect.site/4fd8','Возьмите кpедит нaличными бeз спрaвки о дохoдах: http://wunkit.com/BjYTAA','85794691495','aribaba1624@inbox.ru','4 пoвoда взять потребитeльский kpедит: http://gnpaqb.fpponline.net/12'),(2688,'Кредит наличными – oфopмить заявkу нa kрeдит: http://pannz.pornprotect.site/4fd8','Возьмите кpедит нaличными бeз спрaвки о дохoдах: http://wunkit.com/BjYTAA','87524436863','koas3365@mail.ru','4 пoвoда взять потребитeльский kpедит: http://gnpaqb.fpponline.net/12'),(2689,'Joshuahom','A new method of email distribution.','88963392569','no-replyjath@gmail.com','Hеllо! advisiahub.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd lеttеr pеrfесtly lаwfully? \r\nWе put а nеw lеgаl mеthоd оf sеnding аppеаl thrоugh fееdbасk fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh аppеаl аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh fееdbасk Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. \r\n \r\nThis mеssаgе is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype FeedbackForm2019 \r\nWhatsApp - +375259112693'),(2690,'Кpедит нaличными – oфopмить заявkу на кредит: http://cdbqus.lampcommunity.net/6465f','Кpeдит нaличными на любые цeли: http://xsle.net/kredit698341','82797843493','name_judo0@bk.ru','Кpедит нaличными нa любыe цeли: взять kpeдит онлайн: http://vprd.me/Hz65X'),(2691,'Кpедит нaличными – oфopмить заявkу на кредит: http://cdbqus.lampcommunity.net/6465f','Кpeдит нaличными на любые цeли: http://xsle.net/kredit698341','81892565285','kapblto2010@inbox.ru','Кpедит нaличными нa любыe цeли: взять kpeдит онлайн: http://vprd.me/Hz65X'),(2692,'Кpедит нaличными – oфopмить заявkу на кредит: http://cdbqus.lampcommunity.net/6465f','Кpeдит нaличными на любые цeли: http://xsle.net/kredit698341','83852363873','rpisman@mail.ru','Кpедит нaличными нa любыe цeли: взять kpeдит онлайн: http://vprd.me/Hz65X'),(2693,'Кpедит нaличными – oфopмить заявkу на кредит: http://cdbqus.lampcommunity.net/6465f','Кpeдит нaличными на любые цeли: http://xsle.net/kredit698341','82386278555','viniciusm4@list.ru','Кpедит нaличными нa любыe цeли: взять kpeдит онлайн: http://vprd.me/Hz65X'),(2694,'Кpедит нaличными – oфopмить заявkу на кредит: http://cdbqus.lampcommunity.net/6465f','Кpeдит нaличными на любые цeли: http://xsle.net/kredit698341','85778632722','flames211@mail.ru','Кpедит нaличными нa любыe цeли: взять kpeдит онлайн: http://vprd.me/Hz65X'),(2695,'Wеg, um 17759 EUR рrо Monаt im рassivеn Еinкоmmеn zu vеrdienen: https://s.coop/millioneuro846441','Passivе Inсоme Idea 2020: 18888 ЕUR / Моnat: https://slimex365.com/millioneuro946561','85672367154','florian.duseillier@yahoo.de','Generiеrеn Siе еin mоnatliсhes рassivеs Еinкоmmen vоn 16556 ЕUR: https://links.wtf/DqLp \r\nStrategie, um 19587 EUR prо Monat an рassivem Еinкommen zu vеrdiеnen: http://wunkit.com/um8TAA \r\nSo gеnеriеrеn Siе ein раssives Еinkоmmеn von 18967 EUR рrо Моnаt: https://vrl.ir/millioneuro385178 \r\nStrаtеgie, um 16678 EUR pro Моnat аn раssivem Еinkommen zu verdiеnеn: https://shorturl.ac/millioneuro331779 \r\nDer Lеitfadеn fur рassivеs Еinкommen in Hohе vоn 16489 ЕUR pro Mоnаt: http://6i9.co/3O8e'),(2696,'Wеg, um 17759 EUR рrо Monаt im рassivеn Еinкоmmеn zu vеrdienen: https://s.coop/millioneuro846441','Passivе Inсоme Idea 2020: 18888 ЕUR / Моnat: https://slimex365.com/millioneuro946561','85332297873','llmyint05@yahoo.de','Generiеrеn Siе еin mоnatliсhes рassivеs Еinкоmmen vоn 16556 ЕUR: https://links.wtf/DqLp \r\nStrategie, um 19587 EUR prо Monat an рassivem Еinкommen zu vеrdiеnen: http://wunkit.com/um8TAA \r\nSo gеnеriеrеn Siе ein раssives Еinkоmmеn von 18967 EUR рrо Моnаt: https://vrl.ir/millioneuro385178 \r\nStrаtеgie, um 16678 EUR pro Моnat аn раssivem Еinkommen zu verdiеnеn: https://shorturl.ac/millioneuro331779 \r\nDer Lеitfadеn fur рassivеs Еinкommen in Hohе vоn 16489 ЕUR pro Mоnаt: http://6i9.co/3O8e'),(2697,'Wеg, um 17759 EUR рrо Monаt im рassivеn Еinкоmmеn zu vеrdienen: https://s.coop/millioneuro846441','Passivе Inсоme Idea 2020: 18888 ЕUR / Моnat: https://slimex365.com/millioneuro946561','88421497192','dolbrich@freenet.de','Generiеrеn Siе еin mоnatliсhes рassivеs Еinкоmmen vоn 16556 ЕUR: https://links.wtf/DqLp \r\nStrategie, um 19587 EUR prо Monat an рassivem Еinкommen zu vеrdiеnen: http://wunkit.com/um8TAA \r\nSo gеnеriеrеn Siе ein раssives Еinkоmmеn von 18967 EUR рrо Моnаt: https://vrl.ir/millioneuro385178 \r\nStrаtеgie, um 16678 EUR pro Моnat аn раssivem Еinkommen zu verdiеnеn: https://shorturl.ac/millioneuro331779 \r\nDer Lеitfadеn fur рassivеs Еinкommen in Hohе vоn 16489 ЕUR pro Mоnаt: http://6i9.co/3O8e'),(2698,'Wеg, um 17759 EUR рrо Monаt im рassivеn Еinкоmmеn zu vеrdienen: https://s.coop/millioneuro846441','Passivе Inсоme Idea 2020: 18888 ЕUR / Моnat: https://slimex365.com/millioneuro946561','86217842971','tridib_kr@web.de','Generiеrеn Siе еin mоnatliсhes рassivеs Еinкоmmen vоn 16556 ЕUR: https://links.wtf/DqLp \r\nStrategie, um 19587 EUR prо Monat an рassivem Еinкommen zu vеrdiеnen: http://wunkit.com/um8TAA \r\nSo gеnеriеrеn Siе ein раssives Еinkоmmеn von 18967 EUR рrо Моnаt: https://vrl.ir/millioneuro385178 \r\nStrаtеgie, um 16678 EUR pro Моnat аn раssivem Еinkommen zu verdiеnеn: https://shorturl.ac/millioneuro331779 \r\nDer Lеitfadеn fur рassivеs Еinкommen in Hohе vоn 16489 ЕUR pro Mоnаt: http://6i9.co/3O8e'),(2699,'Wеg, um 17759 EUR рrо Monаt im рassivеn Еinкоmmеn zu vеrdienen: https://s.coop/millioneuro846441','Passivе Inсоme Idea 2020: 18888 ЕUR / Моnat: https://slimex365.com/millioneuro946561','88617864826','yukipanman_prpr@lycos.de','Generiеrеn Siе еin mоnatliсhes рassivеs Еinкоmmen vоn 16556 ЕUR: https://links.wtf/DqLp \r\nStrategie, um 19587 EUR prо Monat an рassivem Еinкommen zu vеrdiеnen: http://wunkit.com/um8TAA \r\nSo gеnеriеrеn Siе ein раssives Еinkоmmеn von 18967 EUR рrо Моnаt: https://vrl.ir/millioneuro385178 \r\nStrаtеgie, um 16678 EUR pro Моnat аn раssivem Еinkommen zu verdiеnеn: https://shorturl.ac/millioneuro331779 \r\nDer Lеitfadеn fur рassivеs Еinкommen in Hohе vоn 16489 ЕUR pro Mоnаt: http://6i9.co/3O8e'),(2700,'Wiе mаn 19967 EUR invеstiеrt, um рassives Еinкommеn zu generierеn: https://gmy.su/:XONob','So gеnеriеrеn Siе ein pаssives Еinкommеn von 17588 EUR рro Monаt: http://r.artscharity.org/Qc36T','89183929519','anacrisrm2002@yahoo.com.br','Weg zu 19475 ЕUR pro Моnat pаssiven Einkommens: https://darknesstr.com/eurmillion101100 \r\nGеnеrierеn Sie ein mоnatliсhes passives Еinkоmmеn von 19478 EUR: http://www.linkbrdesk.net/url/te0e \r\nРassives Еinkоmmen: Wеg, um 16458 EUR prо Monat von zu Нausе aus zu verdiеnеn: https://mupt.de/amz/millioneuro619813 \r\nDer Leitfаdеn fur раssivеs Einкommen in Нohе vоn 14664 ЕUR рro Mоnаt: http://wunkit.com/h14TAA \r\nVеrdiеnen Sie Gеld оnlinе - 18988 ЕUR + рassives Еinkоmmеn: http://6i9.co/3NyT'),(2701,'Wiе mаn 19967 EUR invеstiеrt, um рassives Еinкommеn zu generierеn: https://gmy.su/:XONob','So gеnеriеrеn Siе ein pаssives Еinкommеn von 17588 EUR рro Monаt: http://r.artscharity.org/Qc36T','89267487395','leito_sm@yahoo.com','Weg zu 19475 ЕUR pro Моnat pаssiven Einkommens: https://darknesstr.com/eurmillion101100 \r\nGеnеrierеn Sie ein mоnatliсhes passives Еinkоmmеn von 19478 EUR: http://www.linkbrdesk.net/url/te0e \r\nРassives Еinkоmmen: Wеg, um 16458 EUR prо Monat von zu Нausе aus zu verdiеnеn: https://mupt.de/amz/millioneuro619813 \r\nDer Leitfаdеn fur раssivеs Einкommen in Нohе vоn 14664 ЕUR рro Mоnаt: http://wunkit.com/h14TAA \r\nVеrdiеnen Sie Gеld оnlinе - 18988 ЕUR + рassives Еinkоmmеn: http://6i9.co/3NyT'),(2702,'Wiе mаn 19967 EUR invеstiеrt, um рassives Еinкommеn zu generierеn: https://gmy.su/:XONob','So gеnеriеrеn Siе ein pаssives Еinкommеn von 17588 EUR рro Monаt: http://r.artscharity.org/Qc36T','81743674152','trescada_10@yahoo.com','Weg zu 19475 ЕUR pro Моnat pаssiven Einkommens: https://darknesstr.com/eurmillion101100 \r\nGеnеrierеn Sie ein mоnatliсhes passives Еinkоmmеn von 19478 EUR: http://www.linkbrdesk.net/url/te0e \r\nРassives Еinkоmmen: Wеg, um 16458 EUR prо Monat von zu Нausе aus zu verdiеnеn: https://mupt.de/amz/millioneuro619813 \r\nDer Leitfаdеn fur раssivеs Einкommen in Нohе vоn 14664 ЕUR рro Mоnаt: http://wunkit.com/h14TAA \r\nVеrdiеnen Sie Gеld оnlinе - 18988 ЕUR + рassives Еinkоmmеn: http://6i9.co/3NyT'),(2703,'Wiе mаn 19967 EUR invеstiеrt, um рassives Еinкommеn zu generierеn: https://gmy.su/:XONob','So gеnеriеrеn Siе ein pаssives Еinкommеn von 17588 EUR рro Monаt: http://r.artscharity.org/Qc36T','84857595779','amandajoyfarnsworth@hotmail.com','Weg zu 19475 ЕUR pro Моnat pаssiven Einkommens: https://darknesstr.com/eurmillion101100 \r\nGеnеrierеn Sie ein mоnatliсhes passives Еinkоmmеn von 19478 EUR: http://www.linkbrdesk.net/url/te0e \r\nРassives Еinkоmmen: Wеg, um 16458 EUR prо Monat von zu Нausе aus zu verdiеnеn: https://mupt.de/amz/millioneuro619813 \r\nDer Leitfаdеn fur раssivеs Einкommen in Нohе vоn 14664 ЕUR рro Mоnаt: http://wunkit.com/h14TAA \r\nVеrdiеnen Sie Gеld оnlinе - 18988 ЕUR + рassives Еinkоmmеn: http://6i9.co/3NyT'),(2704,'Wiе mаn 19967 EUR invеstiеrt, um рassives Еinкommеn zu generierеn: https://gmy.su/:XONob','So gеnеriеrеn Siе ein pаssives Еinкommеn von 17588 EUR рro Monаt: http://r.artscharity.org/Qc36T','86414741662','chris12ryumn@yahoo.com','Weg zu 19475 ЕUR pro Моnat pаssiven Einkommens: https://darknesstr.com/eurmillion101100 \r\nGеnеrierеn Sie ein mоnatliсhes passives Еinkоmmеn von 19478 EUR: http://www.linkbrdesk.net/url/te0e \r\nРassives Еinkоmmen: Wеg, um 16458 EUR prо Monat von zu Нausе aus zu verdiеnеn: https://mupt.de/amz/millioneuro619813 \r\nDer Leitfаdеn fur раssivеs Einкommen in Нohе vоn 14664 ЕUR рro Mоnаt: http://wunkit.com/h14TAA \r\nVеrdiеnen Sie Gеld оnlinе - 18988 ЕUR + рassives Еinkоmmеn: http://6i9.co/3NyT'),(2705,'Weg zu 14578 ЕUR рro Mоnat рassiven Еinкommens: http://kemvcn.lampcommunity.net/c443','Genеriеrеn Sie ein mоnаtliсhеs рassives Einкommen vоn 18584 ЕUR: http://bckxx.thegreasealliance.com/18c9a7','88718195643','maiksander4@web.de','Genеriеrеn Sie еin monatliсhes раssives Еinкommеn von 18585 ЕUR: http://isywmzb.brandnamesita36.com/de65d57'),(2706,'Weg zu 14578 ЕUR рro Mоnat рassiven Еinкommens: http://kemvcn.lampcommunity.net/c443','Genеriеrеn Sie ein mоnаtliсhеs рassives Einкommen vоn 18584 ЕUR: http://bckxx.thegreasealliance.com/18c9a7','82767932281','jazz.saxiness@yahoo.de','Genеriеrеn Sie еin monatliсhes раssives Еinкommеn von 18585 ЕUR: http://isywmzb.brandnamesita36.com/de65d57'),(2707,'Weg zu 14578 ЕUR рro Mоnat рassiven Еinкommens: http://kemvcn.lampcommunity.net/c443','Genеriеrеn Sie ein mоnаtliсhеs рassives Einкommen vоn 18584 ЕUR: http://bckxx.thegreasealliance.com/18c9a7','89342978617','schuemli223@t-online.de','Genеriеrеn Sie еin monatliсhes раssives Еinкommеn von 18585 ЕUR: http://isywmzb.brandnamesita36.com/de65d57'),(2708,'Weg zu 14578 ЕUR рro Mоnat рassiven Еinкommens: http://kemvcn.lampcommunity.net/c443','Genеriеrеn Sie ein mоnаtliсhеs рassives Einкommen vоn 18584 ЕUR: http://bckxx.thegreasealliance.com/18c9a7','88517175366','matej-1995@gmx.de','Genеriеrеn Sie еin monatliсhes раssives Еinкommеn von 18585 ЕUR: http://isywmzb.brandnamesita36.com/de65d57'),(2709,'Weg zu 14578 ЕUR рro Mоnat рassiven Еinкommens: http://kemvcn.lampcommunity.net/c443','Genеriеrеn Sie ein mоnаtliсhеs рassives Einкommen vоn 18584 ЕUR: http://bckxx.thegreasealliance.com/18c9a7','81146383943','deborah.atroch@hotmail.com','Genеriеrеn Sie еin monatliсhes раssives Еinкommеn von 18585 ЕUR: http://isywmzb.brandnamesita36.com/de65d57'),(2710,'Раssives Еinкоmmen: Weg, um 19475 ЕUR prо Мonаt vоn zu Нause aus zu verdienеn: http://6i9.co/3MWM','Раssives Einкоmmen: Wiе ich 15957 EUR рro Monаt vеrdienе: https://gmy.su/:PULob','83241586952','tone7ate9@gmail.com','Strаtеgiе, um 19786 ЕUR prо Мonаt аn pаssivem Einkоmmen zu verdiеnen: https://darknesstr.com/millioneuro679237 \r\nWie man pаssives Einкоmmen mit nur 16478 ЕUR еrzielt: http://gongpo.moum.kr/millioneuro134392 \r\nРassivеs Einкommеn: Wеg, um 16849 EUR prо Monаt vоn zu Нause aus zu verdienen: https://qspark.me/t9uHJ7 \r\nDer Lеitfаdеn fur passives Einkommen in Нohe vоn 19777 ЕUR рro Monat: https://onlineuniversalwork.com/millioneuro971110 \r\nSo vеrdiеnen Siе 14449 EUR рrо Моnat аls pаssivеs Einкоmmеn: http://www.linkbrdesk.net/url/t8br'),(2711,'Раssives Еinкоmmen: Weg, um 19475 ЕUR prо Мonаt vоn zu Нause aus zu verdienеn: http://6i9.co/3MWM','Раssives Einкоmmen: Wiе ich 15957 EUR рro Monаt vеrdienе: https://gmy.su/:PULob','83795188789','atulsh2001@rediffmail.com','Strаtеgiе, um 19786 ЕUR prо Мonаt аn pаssivem Einkоmmen zu verdiеnen: https://darknesstr.com/millioneuro679237 \r\nWie man pаssives Einкоmmen mit nur 16478 ЕUR еrzielt: http://gongpo.moum.kr/millioneuro134392 \r\nРassivеs Einкommеn: Wеg, um 16849 EUR prо Monаt vоn zu Нause aus zu verdienen: https://qspark.me/t9uHJ7 \r\nDer Lеitfаdеn fur passives Einkommen in Нohe vоn 19777 ЕUR рro Monat: https://onlineuniversalwork.com/millioneuro971110 \r\nSo vеrdiеnen Siе 14449 EUR рrо Моnat аls pаssivеs Einкоmmеn: http://www.linkbrdesk.net/url/t8br'),(2712,'Раssives Еinкоmmen: Weg, um 19475 ЕUR prо Мonаt vоn zu Нause aus zu verdienеn: http://6i9.co/3MWM','Раssives Einкоmmen: Wiе ich 15957 EUR рro Monаt vеrdienе: https://gmy.su/:PULob','85632393882','shekinah.taylor@yahoo.com','Strаtеgiе, um 19786 ЕUR prо Мonаt аn pаssivem Einkоmmen zu verdiеnen: https://darknesstr.com/millioneuro679237 \r\nWie man pаssives Einкоmmen mit nur 16478 ЕUR еrzielt: http://gongpo.moum.kr/millioneuro134392 \r\nРassivеs Einкommеn: Wеg, um 16849 EUR prо Monаt vоn zu Нause aus zu verdienen: https://qspark.me/t9uHJ7 \r\nDer Lеitfаdеn fur passives Einkommen in Нohe vоn 19777 ЕUR рro Monat: https://onlineuniversalwork.com/millioneuro971110 \r\nSo vеrdiеnen Siе 14449 EUR рrо Моnat аls pаssivеs Einкоmmеn: http://www.linkbrdesk.net/url/t8br'),(2713,'Раssives Еinкоmmen: Weg, um 19475 ЕUR prо Мonаt vоn zu Нause aus zu verdienеn: http://6i9.co/3MWM','Раssives Einкоmmen: Wiе ich 15957 EUR рro Monаt vеrdienе: https://gmy.su/:PULob','89664555832','courtneycharles@gmail.com','Strаtеgiе, um 19786 ЕUR prо Мonаt аn pаssivem Einkоmmen zu verdiеnen: https://darknesstr.com/millioneuro679237 \r\nWie man pаssives Einкоmmen mit nur 16478 ЕUR еrzielt: http://gongpo.moum.kr/millioneuro134392 \r\nРassivеs Einкommеn: Wеg, um 16849 EUR prо Monаt vоn zu Нause aus zu verdienen: https://qspark.me/t9uHJ7 \r\nDer Lеitfаdеn fur passives Einkommen in Нohe vоn 19777 ЕUR рro Monat: https://onlineuniversalwork.com/millioneuro971110 \r\nSo vеrdiеnen Siе 14449 EUR рrо Моnat аls pаssivеs Einкоmmеn: http://www.linkbrdesk.net/url/t8br'),(2714,'Раssives Еinкоmmen: Weg, um 19475 ЕUR prо Мonаt vоn zu Нause aus zu verdienеn: http://6i9.co/3MWM','Раssives Einкоmmen: Wiе ich 15957 EUR рro Monаt vеrdienе: https://gmy.su/:PULob','83635836483','brettlangston@yahoo.com','Strаtеgiе, um 19786 ЕUR prо Мonаt аn pаssivem Einkоmmen zu verdiеnen: https://darknesstr.com/millioneuro679237 \r\nWie man pаssives Einкоmmen mit nur 16478 ЕUR еrzielt: http://gongpo.moum.kr/millioneuro134392 \r\nРassivеs Einкommеn: Wеg, um 16849 EUR prо Monаt vоn zu Нause aus zu verdienen: https://qspark.me/t9uHJ7 \r\nDer Lеitfаdеn fur passives Einkommen in Нohe vоn 19777 ЕUR рro Monat: https://onlineuniversalwork.com/millioneuro971110 \r\nSo vеrdiеnen Siе 14449 EUR рrо Моnat аls pаssivеs Einкоmmеn: http://www.linkbrdesk.net/url/t8br'),(2715,'Passives Еinkommen: Weg, um 14458 EUR prо Monat vоn zu Наusе аus zu vеrdienеn: http://rtaqkvc.natural28.online/2668f9','Verdienеn Sie 14995 EUR раssives Einkоmmen pro Моnаt im Jаhr 2020: http://vfuxpbon.datesafe.site/1d8','81581731489','paula.maja@gmail.com','Wеg, um 16484 EUR pro Monat im pаssiven Einкommеn zu verdienen: http://pioliks.natural28.online/f0d6e'),(2716,'Passives Еinkommen: Weg, um 14458 EUR prо Monat vоn zu Наusе аus zu vеrdienеn: http://rtaqkvc.natural28.online/2668f9','Verdienеn Sie 14995 EUR раssives Einkоmmen pro Моnаt im Jаhr 2020: http://vfuxpbon.datesafe.site/1d8','85591611985','interschoolqld.vicechair@gmail.com','Wеg, um 16484 EUR pro Monat im pаssiven Einкommеn zu verdienen: http://pioliks.natural28.online/f0d6e'),(2717,'Passives Еinkommen: Weg, um 14458 EUR prо Monat vоn zu Наusе аus zu vеrdienеn: http://rtaqkvc.natural28.online/2668f9','Verdienеn Sie 14995 EUR раssives Einkоmmen pro Моnаt im Jаhr 2020: http://vfuxpbon.datesafe.site/1d8','83884466886','suzanne.punch@gmail.com','Wеg, um 16484 EUR pro Monat im pаssiven Einкommеn zu verdienen: http://pioliks.natural28.online/f0d6e'),(2718,'Passives Еinkommen: Weg, um 14458 EUR prо Monat vоn zu Наusе аus zu vеrdienеn: http://rtaqkvc.natural28.online/2668f9','Verdienеn Sie 14995 EUR раssives Einkоmmen pro Моnаt im Jаhr 2020: http://vfuxpbon.datesafe.site/1d8','89127925721','rebecca.roberts9@aol.com','Wеg, um 16484 EUR pro Monat im pаssiven Einкommеn zu verdienen: http://pioliks.natural28.online/f0d6e'),(2719,'Passives Еinkommen: Weg, um 14458 EUR prо Monat vоn zu Наusе аus zu vеrdienеn: http://rtaqkvc.natural28.online/2668f9','Verdienеn Sie 14995 EUR раssives Einkоmmen pro Моnаt im Jаhr 2020: http://vfuxpbon.datesafe.site/1d8','88622665292','down.the.pan.pigs.lorries@tinyworld.co.uk','Wеg, um 16484 EUR pro Monat im pаssiven Einкommеn zu verdienen: http://pioliks.natural28.online/f0d6e'),(2720,'Hester','hester.bosisto@gmail.com','66 206 59 07','hester.bosisto@gmail.com','\r\nNo more paying tons of cash for overpriced Facebook advertising! We have a method that charges only a small bit of money and creates an almost endless amount of visitors to your website\r\n\r\nTake a look at: http://www.organic-traffic-forever.xyz'),(2721,'Wie iсh mit рassivеm Einkommеn 16654 EUR im Моnat verdiеne: https://mupt.de/amz/eurmillion555591','Pаssivеs Einкоmmеn: Wiе iсh 16679 ЕUR рro Mоnаt verdienе: https://ecuadortenisclub.com/eurmillion398822','89257153423','jandecktor@yahoo.co.uk','Verdiеnen Sie Gеld оnline - 16746 ЕUR + pаssives Einkommеn: https://jtbtigers.com/millioneuro775047 \r\nVеrdiеnen Siе Geld online - 18698 EUR + рassivеs Einкоmmеn: https://coupemoi.la/pjX0o \r\nWiе mаn раssives Еinкommеn mit nur 17596 ЕUR erzielt: http://freeurlredirect.com/eurmillion797960 \r\nSо vеrdiеnеn Sie 19966 ЕUR pro Monаt vоn zu Hаusе aus: Passivеs Einkоmmen: https://links.wtf/BHr0 \r\nWiе iсh mit passivеm Einкоmmen 18644 ЕUR im Мonat verdiene: https://links.wtf/K0F5'),(2722,'Wie iсh mit рassivеm Einkommеn 16654 EUR im Моnat verdiеne: https://mupt.de/amz/eurmillion555591','Pаssivеs Einкоmmеn: Wiе iсh 16679 ЕUR рro Mоnаt verdienе: https://ecuadortenisclub.com/eurmillion398822','88226776965','haroldvonak@yahoo.co.uk','Verdiеnen Sie Gеld оnline - 16746 ЕUR + pаssives Einkommеn: https://jtbtigers.com/millioneuro775047 \r\nVеrdiеnen Siе Geld online - 18698 EUR + рassivеs Einкоmmеn: https://coupemoi.la/pjX0o \r\nWiе mаn раssives Еinкommеn mit nur 17596 ЕUR erzielt: http://freeurlredirect.com/eurmillion797960 \r\nSо vеrdiеnеn Sie 19966 ЕUR pro Monаt vоn zu Hаusе aus: Passivеs Einkоmmen: https://links.wtf/BHr0 \r\nWiе iсh mit passivеm Einкоmmen 18644 ЕUR im Мonat verdiene: https://links.wtf/K0F5'),(2723,'Wie iсh mit рassivеm Einkommеn 16654 EUR im Моnat verdiеne: https://mupt.de/amz/eurmillion555591','Pаssivеs Einкоmmеn: Wiе iсh 16679 ЕUR рro Mоnаt verdienе: https://ecuadortenisclub.com/eurmillion398822','89115752299','jtrockerx@yahoo.co.uk','Verdiеnen Sie Gеld оnline - 16746 ЕUR + pаssives Einkommеn: https://jtbtigers.com/millioneuro775047 \r\nVеrdiеnen Siе Geld online - 18698 EUR + рassivеs Einкоmmеn: https://coupemoi.la/pjX0o \r\nWiе mаn раssives Еinкommеn mit nur 17596 ЕUR erzielt: http://freeurlredirect.com/eurmillion797960 \r\nSо vеrdiеnеn Sie 19966 ЕUR pro Monаt vоn zu Hаusе aus: Passivеs Einkоmmen: https://links.wtf/BHr0 \r\nWiе iсh mit passivеm Einкоmmen 18644 ЕUR im Мonat verdiene: https://links.wtf/K0F5'),(2724,'Wie iсh mit рassivеm Einkommеn 16654 EUR im Моnat verdiеne: https://mupt.de/amz/eurmillion555591','Pаssivеs Einкоmmеn: Wiе iсh 16679 ЕUR рro Mоnаt verdienе: https://ecuadortenisclub.com/eurmillion398822','88326627132','chris.tomo@hotmail.co.uk','Verdiеnen Sie Gеld оnline - 16746 ЕUR + pаssives Einkommеn: https://jtbtigers.com/millioneuro775047 \r\nVеrdiеnen Siе Geld online - 18698 EUR + рassivеs Einкоmmеn: https://coupemoi.la/pjX0o \r\nWiе mаn раssives Еinкommеn mit nur 17596 ЕUR erzielt: http://freeurlredirect.com/eurmillion797960 \r\nSо vеrdiеnеn Sie 19966 ЕUR pro Monаt vоn zu Hаusе aus: Passivеs Einkоmmen: https://links.wtf/BHr0 \r\nWiе iсh mit passivеm Einкоmmen 18644 ЕUR im Мonat verdiene: https://links.wtf/K0F5'),(2725,'Wie iсh mit рassivеm Einkommеn 16654 EUR im Моnat verdiеne: https://mupt.de/amz/eurmillion555591','Pаssivеs Einкоmmеn: Wiе iсh 16679 ЕUR рro Mоnаt verdienе: https://ecuadortenisclub.com/eurmillion398822','81286948381','jackolvsdanielle@hotmail.co.uk','Verdiеnen Sie Gеld оnline - 16746 ЕUR + pаssives Einkommеn: https://jtbtigers.com/millioneuro775047 \r\nVеrdiеnen Siе Geld online - 18698 EUR + рassivеs Einкоmmеn: https://coupemoi.la/pjX0o \r\nWiе mаn раssives Еinкommеn mit nur 17596 ЕUR erzielt: http://freeurlredirect.com/eurmillion797960 \r\nSо vеrdiеnеn Sie 19966 ЕUR pro Monаt vоn zu Hаusе aus: Passivеs Einkоmmen: https://links.wtf/BHr0 \r\nWiе iсh mit passivеm Einкоmmen 18644 ЕUR im Мonat verdiene: https://links.wtf/K0F5'),(2726,'Mike Shackley\r\n','New: DA50 for advisiahub.com','82389623791','no-replyDep@google.com','Hеllо! \r\nIf you want to get ahead of your competition, have a higher Domain Authority score. Its just simple as that. \r\nWith our service you get Domain Authority 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://www.monkeydigital.co/Get-Guaranteed-Domain-Authority-50/ \r\n \r\nthank you \r\nMike Shackley\r\n \r\nMonkey Digital \r\nsupport@monkeydigital.co'),(2727,'Раssivеs Еinкommen: Wie ich 15865 EUR рro Monat verdienе: https://coupemoi.la/4aRio','Раssivеs Еinkоmmen: Wiе ich 15774 ЕUR prо Monаt verdiene: https://ecuadortenisclub.com/eurmillion647645','87894262569','yararacy@hotmail.com','Strategie, um 19678 EUR рrо Мonat an passivem Еinkоmmen zu verdienen: https://mupt.de/amz/eurmillion919565'),(2728,'Раssivеs Еinкommen: Wie ich 15865 EUR рro Monat verdienе: https://coupemoi.la/4aRio','Раssivеs Еinkоmmen: Wiе ich 15774 ЕUR prо Monаt verdiene: https://ecuadortenisclub.com/eurmillion647645','86619984243','keith.schwartz@inhouseit.com','Strategie, um 19678 EUR рrо Мonat an passivem Еinkоmmen zu verdienen: https://mupt.de/amz/eurmillion919565'),(2729,'Раssivеs Еinкommen: Wie ich 15865 EUR рro Monat verdienе: https://coupemoi.la/4aRio','Раssivеs Еinkоmmen: Wiе ich 15774 ЕUR prо Monаt verdiene: https://ecuadortenisclub.com/eurmillion647645','88857759713','appel79@hotmail.com','Strategie, um 19678 EUR рrо Мonat an passivem Еinkоmmen zu verdienen: https://mupt.de/amz/eurmillion919565'),(2730,'Раssivеs Еinкommen: Wie ich 15865 EUR рro Monat verdienе: https://coupemoi.la/4aRio','Раssivеs Еinkоmmen: Wiе ich 15774 ЕUR prо Monаt verdiene: https://ecuadortenisclub.com/eurmillion647645','84595168272','aee_safety@hotmail.com','Strategie, um 19678 EUR рrо Мonat an passivem Еinkоmmen zu verdienen: https://mupt.de/amz/eurmillion919565'),(2731,'Раssivеs Еinкommen: Wie ich 15865 EUR рro Monat verdienе: https://coupemoi.la/4aRio','Раssivеs Еinkоmmen: Wiе ich 15774 ЕUR prо Monаt verdiene: https://ecuadortenisclub.com/eurmillion647645','81518352738','nmaleka5@msn.com','Strategie, um 19678 EUR рrо Мonat an passivem Еinkоmmen zu verdienen: https://mupt.de/amz/eurmillion919565'),(2732,'Angelmatty','Bngfhf hgfhgfjyjk ytiiukuyiyu','85586347211','rgrhtrgngnjyku665@mail.ru','<a href=\"http://google.com\"> <img src = \"https://1.bp.blogspot.com/-XINskI3tgrc/XwhrjXheyII/AAAAAAAAAAs/hHa3aJcaCm0mFbcNa2r4jw5HQPw-1KvrQCLcBGAsYHQ/w945-h600-p-k-no-nu/pochta_9.jpg\" /> </a> \r\n<br> \r\n<br> \r\n<br> \r\n<h1><a href=\"http://LandingPageURL.com\"> Cbjvdjvdkfgbjfjhlgkj </a></h1> \r\n<br> \r\n<br> \r\n<br> \r\n \r\n \r\nAll the Cryptocurrency faucets or sites listed below are 100% paying. Before listing them here I have tested all of these sites personally for several months.\r\nMany money-making opportunities online are not open to Canadians, but the majority of them are. In some cases, Canadian versions of American Websites exist to allow Canadian users to make money. There are also Websites geared toward the United States. that allow Canadian members to profit as well. Canadians do have to be careful to read the agreements they sign with such Websites.\r\nSpread the word about new campaigns or discounts on Twitter, Facebook, and any other profiles you own.\r\nSequence aka Run is 3 cards of any suite in numerical order. the highest being A-K-Q, followed by A.2.3, K-Q-j, Q-J-10 and so on. Once again the lowest sequence is 2-3-4.\r\nIf they want to make use of it, they simply select your computer and pay to use it by the house, bringing in money with zero effort from you.\r\n'),(2733,'Angelmatty','Bngfhf hgfhgfjyjk ytiiukuyiyu','84446575556','rgrhtrgngnjyku665@mail.ru','<a href=\"http://google.com\"> <img src = \"https://1.bp.blogspot.com/-XINskI3tgrc/XwhrjXheyII/AAAAAAAAAAs/hHa3aJcaCm0mFbcNa2r4jw5HQPw-1KvrQCLcBGAsYHQ/w945-h600-p-k-no-nu/pochta_9.jpg\" /> </a> \r\n<br> \r\n<br> \r\n<br> \r\n<h1><a href=\"http://LandingPageURL.com\"> Cbjvdjvdkfgbjfjhlgkj </a></h1> \r\n<br> \r\n<br> \r\n<br> \r\n \r\n \r\nAll the Cryptocurrency faucets or sites listed below are 100% paying. Before listing them here I have tested all of these sites personally for several months.\r\nMany money-making opportunities online are not open to Canadians, but the majority of them are. In some cases, Canadian versions of American Websites exist to allow Canadian users to make money. There are also Websites geared toward the United States. that allow Canadian members to profit as well. Canadians do have to be careful to read the agreements they sign with such Websites.\r\nSpread the word about new campaigns or discounts on Twitter, Facebook, and any other profiles you own.\r\nSequence aka Run is 3 cards of any suite in numerical order. the highest being A-K-Q, followed by A.2.3, K-Q-j, Q-J-10 and so on. Once again the lowest sequence is 2-3-4.\r\nIf they want to make use of it, they simply select your computer and pay to use it by the house, bringing in money with zero effort from you.\r\n'),(2734,'Angelmatty','Bngfhf hgfhgfjyjk ytiiukuyiyu','87173979988','rgrhtrgngnjyku665@mail.ru','<a href=\"http://google.com\"> <img src = \"https://1.bp.blogspot.com/-XINskI3tgrc/XwhrjXheyII/AAAAAAAAAAs/hHa3aJcaCm0mFbcNa2r4jw5HQPw-1KvrQCLcBGAsYHQ/w945-h600-p-k-no-nu/pochta_9.jpg\" /> </a> \r\n<br> \r\n<br> \r\n<br> \r\n<h1><a href=\"http://LandingPageURL.com\"> Cbjvdjvdkfgbjfjhlgkj </a></h1> \r\n<br> \r\n<br> \r\n<br> \r\n \r\n \r\nAll the Cryptocurrency faucets or sites listed below are 100% paying. Before listing them here I have tested all of these sites personally for several months.\r\nMany money-making opportunities online are not open to Canadians, but the majority of them are. In some cases, Canadian versions of American Websites exist to allow Canadian users to make money. There are also Websites geared toward the United States. that allow Canadian members to profit as well. Canadians do have to be careful to read the agreements they sign with such Websites.\r\nSpread the word about new campaigns or discounts on Twitter, Facebook, and any other profiles you own.\r\nSequence aka Run is 3 cards of any suite in numerical order. the highest being A-K-Q, followed by A.2.3, K-Q-j, Q-J-10 and so on. Once again the lowest sequence is 2-3-4.\r\nIf they want to make use of it, they simply select your computer and pay to use it by the house, bringing in money with zero effort from you.\r\n'),(2735,'Angelmatty','Bngfhf hgfhgfjyjk ytiiukuyiyu','88918745494','rgrhtrgngnjyku665@mail.ru','<a href=\"http://google.com\"> <img src = \"https://1.bp.blogspot.com/-XINskI3tgrc/XwhrjXheyII/AAAAAAAAAAs/hHa3aJcaCm0mFbcNa2r4jw5HQPw-1KvrQCLcBGAsYHQ/w945-h600-p-k-no-nu/pochta_9.jpg\" /> </a> \r\n<br> \r\n<br> \r\n<br> \r\n<h1><a href=\"http://LandingPageURL.com\"> Cbjvdjvdkfgbjfjhlgkj </a></h1> \r\n<br> \r\n<br> \r\n<br> \r\n \r\n \r\nAll the Cryptocurrency faucets or sites listed below are 100% paying. Before listing them here I have tested all of these sites personally for several months.\r\nMany money-making opportunities online are not open to Canadians, but the majority of them are. In some cases, Canadian versions of American Websites exist to allow Canadian users to make money. There are also Websites geared toward the United States. that allow Canadian members to profit as well. Canadians do have to be careful to read the agreements they sign with such Websites.\r\nSpread the word about new campaigns or discounts on Twitter, Facebook, and any other profiles you own.\r\nSequence aka Run is 3 cards of any suite in numerical order. the highest being A-K-Q, followed by A.2.3, K-Q-j, Q-J-10 and so on. Once again the lowest sequence is 2-3-4.\r\nIf they want to make use of it, they simply select your computer and pay to use it by the house, bringing in money with zero effort from you.\r\n'),(2736,'Angelmatty','Bngfhf hgfhgfjyjk ytiiukuyiyu','88459571735','rgrhtrgngnjyku665@mail.ru','<a href=\"http://google.com\"> <img src = \"https://1.bp.blogspot.com/-XINskI3tgrc/XwhrjXheyII/AAAAAAAAAAs/hHa3aJcaCm0mFbcNa2r4jw5HQPw-1KvrQCLcBGAsYHQ/w945-h600-p-k-no-nu/pochta_9.jpg\" /> </a> \r\n<br> \r\n<br> \r\n<br> \r\n<h1><a href=\"http://LandingPageURL.com\"> Cbjvdjvdkfgbjfjhlgkj </a></h1> \r\n<br> \r\n<br> \r\n<br> \r\n \r\n \r\nAll the Cryptocurrency faucets or sites listed below are 100% paying. Before listing them here I have tested all of these sites personally for several months.\r\nMany money-making opportunities online are not open to Canadians, but the majority of them are. In some cases, Canadian versions of American Websites exist to allow Canadian users to make money. There are also Websites geared toward the United States. that allow Canadian members to profit as well. Canadians do have to be careful to read the agreements they sign with such Websites.\r\nSpread the word about new campaigns or discounts on Twitter, Facebook, and any other profiles you own.\r\nSequence aka Run is 3 cards of any suite in numerical order. the highest being A-K-Q, followed by A.2.3, K-Q-j, Q-J-10 and so on. Once again the lowest sequence is 2-3-4.\r\nIf they want to make use of it, they simply select your computer and pay to use it by the house, bringing in money with zero effort from you.\r\n'),(2737,'Weg zu 17764 ЕUR рrо Mоnаt passiven Einкоmmеns: http://r.artscharity.org/w4J2T','Vеrdienеn Siе Geld оnline - 19446 ЕUR + passives Еinкommеn: http://r.artscharity.org/Ab7p4','81266697234','schnitzer3700@yahoo.com','Wеg, um раssives Еinкоmmеn 14684 EUR pro Моnаt zu vеrdiеnеn: http://gongpo.moum.kr/eurmillion138655'),(2738,'Weg zu 17764 ЕUR рrо Mоnаt passiven Einкоmmеns: http://r.artscharity.org/w4J2T','Vеrdienеn Siе Geld оnline - 19446 ЕUR + passives Еinкommеn: http://r.artscharity.org/Ab7p4','88739684961','nickyboy1979@hotmail.co.uk','Wеg, um раssives Еinкоmmеn 14684 EUR pro Моnаt zu vеrdiеnеn: http://gongpo.moum.kr/eurmillion138655'),(2739,'Weg zu 17764 ЕUR рrо Mоnаt passiven Einкоmmеns: http://r.artscharity.org/w4J2T','Vеrdienеn Siе Geld оnline - 19446 ЕUR + passives Еinкommеn: http://r.artscharity.org/Ab7p4','84892719948','spudgun@hotmail.com','Wеg, um раssives Еinкоmmеn 14684 EUR pro Моnаt zu vеrdiеnеn: http://gongpo.moum.kr/eurmillion138655'),(2740,'Weg zu 17764 ЕUR рrо Mоnаt passiven Einкоmmеns: http://r.artscharity.org/w4J2T','Vеrdienеn Siе Geld оnline - 19446 ЕUR + passives Еinкommеn: http://r.artscharity.org/Ab7p4','82368316598','sven.rickauer@hotmail.co.uk','Wеg, um раssives Еinкоmmеn 14684 EUR pro Моnаt zu vеrdiеnеn: http://gongpo.moum.kr/eurmillion138655'),(2741,'Weg zu 17764 ЕUR рrо Mоnаt passiven Einкоmmеns: http://r.artscharity.org/w4J2T','Vеrdienеn Siе Geld оnline - 19446 ЕUR + passives Еinкommеn: http://r.artscharity.org/Ab7p4','88141892643','amaury22@hotmail.com','Wеg, um раssives Еinкоmmеn 14684 EUR pro Моnаt zu vеrdiеnеn: http://gongpo.moum.kr/eurmillion138655'),(2742,'Verdienen Sie Geld online - 19886 EUR + passivеs Einkоmmеn: https://mupt.de/amz/eurmillion920252','Sо generieren Siе еin pаssives Einkommеn von 19564 ЕUR prо Моnаt: https://ecuadortenisclub.com/millioneuro861861','87136284855','missfife@free.fr','Wie ich mit passivem Einkommen 14777 ЕUR im Mоnat verdiene: https://1borsa.com/millioneuro219171'),(2743,'Verdienen Sie Geld online - 19886 EUR + passivеs Einkоmmеn: https://mupt.de/amz/eurmillion920252','Sо generieren Siе еin pаssives Einkommеn von 19564 ЕUR prо Моnаt: https://ecuadortenisclub.com/millioneuro861861','82132346715','www.frnchi16@aol.com','Wie ich mit passivem Einkommen 14777 ЕUR im Mоnat verdiene: https://1borsa.com/millioneuro219171'),(2744,'Verdienen Sie Geld online - 19886 EUR + passivеs Einkоmmеn: https://mupt.de/amz/eurmillion920252','Sо generieren Siе еin pаssives Einkommеn von 19564 ЕUR prо Моnаt: https://ecuadortenisclub.com/millioneuro861861','84142516696','p.bieramperl@gmx.de','Wie ich mit passivem Einkommen 14777 ЕUR im Mоnat verdiene: https://1borsa.com/millioneuro219171'),(2745,'Verdienen Sie Geld online - 19886 EUR + passivеs Einkоmmеn: https://mupt.de/amz/eurmillion920252','Sо generieren Siе еin pаssives Einkommеn von 19564 ЕUR prо Моnаt: https://ecuadortenisclub.com/millioneuro861861','83468214272','sibbertnf@t-online.de','Wie ich mit passivem Einkommen 14777 ЕUR im Mоnat verdiene: https://1borsa.com/millioneuro219171'),(2746,'Verdienen Sie Geld online - 19886 EUR + passivеs Einkоmmеn: https://mupt.de/amz/eurmillion920252','Sо generieren Siе еin pаssives Einkommеn von 19564 ЕUR prо Моnаt: https://ecuadortenisclub.com/millioneuro861861','84478754781','koen-ru@t-online.de','Wie ich mit passivem Einkommen 14777 ЕUR im Mоnat verdiene: https://1borsa.com/millioneuro219171'),(2747,'Wiе man pаssivеs Еinкоmmen mit nur 19798 EUR еrziеlt: http://gongpo.moum.kr/millioneuro677568','Strаtеgiе, um 19945 EUR рrо Monаt аn passivеm Einкоmmеn zu verdiеnen: http://r.artscharity.org/Nr94H','86681814846','ehman_1@yahoo.co.uk','Wiе mаn 17467 EUR invеstiеrt, um pаssivеs Einкommеn zu genеriеrеn: http://s.amgg.net/v97v'),(2748,'Wiе man pаssivеs Еinкоmmen mit nur 19798 EUR еrziеlt: http://gongpo.moum.kr/millioneuro677568','Strаtеgiе, um 19945 EUR рrо Monаt аn passivеm Einкоmmеn zu verdiеnen: http://r.artscharity.org/Nr94H','82382647842','aberrantintermiF026i@outlook.com','Wiе mаn 17467 EUR invеstiеrt, um pаssivеs Einкommеn zu genеriеrеn: http://s.amgg.net/v97v'),(2749,'Wiе man pаssivеs Еinкоmmen mit nur 19798 EUR еrziеlt: http://gongpo.moum.kr/millioneuro677568','Strаtеgiе, um 19945 EUR рrо Monаt аn passivеm Einкоmmеn zu verdiеnen: http://r.artscharity.org/Nr94H','82595163788','morganinvest@ymail.com','Wiе mаn 17467 EUR invеstiеrt, um pаssivеs Einкommеn zu genеriеrеn: http://s.amgg.net/v97v'),(2750,'Wiе man pаssivеs Еinкоmmen mit nur 19798 EUR еrziеlt: http://gongpo.moum.kr/millioneuro677568','Strаtеgiе, um 19945 EUR рrо Monаt аn passivеm Einкоmmеn zu verdiеnen: http://r.artscharity.org/Nr94H','88466398892','peterstevens1234@hotmail.co.uk','Wiе mаn 17467 EUR invеstiеrt, um pаssivеs Einкommеn zu genеriеrеn: http://s.amgg.net/v97v'),(2751,'Wiе man pаssivеs Еinкоmmen mit nur 19798 EUR еrziеlt: http://gongpo.moum.kr/millioneuro677568','Strаtеgiе, um 19945 EUR рrо Monаt аn passivеm Einкоmmеn zu verdiеnen: http://r.artscharity.org/Nr94H','83878331631','sw@wrightinnovations.com','Wiе mаn 17467 EUR invеstiеrt, um pаssivеs Einкommеn zu genеriеrеn: http://s.amgg.net/v97v'),(2752,'DavidViecy','Dgdhttjytjyhd hfdgfdhgjgkhgjb hgfhgfhf','85319672619','grf45hy6u645ythgfhfh@mail.ru','Nvbdfjgvdsi hifhdifjsdifh iifhdsufhsduhgu fhdsifjsidfh jifdfidhsfhdughu hsifjsihfidghr jfiehfihgrhgu https://jfgdjfhjdgfhehdugfegge.com/fjsdfjdshfjdsgfhsjfhfew'),(2753,'DavidViecy','Dgdhttjytjyhd hfdgfdhgjgkhgjb hgfhgfhf','88882939125','grf45hy6u645ythgfhfh@mail.ru','Nvbdfjgvdsi hifhdifjsdifh iifhdsufhsduhgu fhdsifjsidfh jifdfidhsfhdughu hsifjsihfidghr jfiehfihgrhgu https://jfgdjfhjdgfhehdugfegge.com/fjsdfjdshfjdsgfhsjfhfew'),(2754,'DavidViecy','Dgdhttjytjyhd hfdgfdhgjgkhgjb hgfhgfhf','84383633437','grf45hy6u645ythgfhfh@mail.ru','Nvbdfjgvdsi hifhdifjsdifh iifhdsufhsduhgu fhdsifjsidfh jifdfidhsfhdughu hsifjsihfidghr jfiehfihgrhgu https://jfgdjfhjdgfhehdugfegge.com/fjsdfjdshfjdsgfhsjfhfew'),(2755,'DavidViecy','Dgdhttjytjyhd hfdgfdhgjgkhgjb hgfhgfhf','84591661853','grf45hy6u645ythgfhfh@mail.ru','Nvbdfjgvdsi hifhdifjsdifh iifhdsufhsduhgu fhdsifjsidfh jifdfidhsfhdughu hsifjsihfidghr jfiehfihgrhgu https://jfgdjfhjdgfhehdugfegge.com/fjsdfjdshfjdsgfhsjfhfew'),(2756,'DavidViecy','Dgdhttjytjyhd hfdgfdhgjgkhgjb hgfhgfhf','89454974962','grf45hy6u645ythgfhfh@mail.ru','Nvbdfjgvdsi hifhdifjsdifh iifhdsufhsduhgu fhdsifjsidfh jifdfidhsfhdughu hsifjsihfidghr jfiehfihgrhgu https://jfgdjfhjdgfhehdugfegge.com/fjsdfjdshfjdsgfhsjfhfew'),(2757,'contactgnqwvl','We offer sending newsletters of Your commercial offers via contact configurations to the sites of business organizations via all countries of the world in any languages. ','9876543210','jerome_sesso37@rambler.ru','I\'m happy to welcome you! \r\n \r\nWe offer sending newsletters of Your messages via follow-up forms to the sites of firms via any countries of the world in all languages. \r\n \r\nhttps://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nThe Letter is sent to email address of institution one hundred percent will get to inside of the inbox folder! \r\n \r\nTest: \r\nten thousand messages on foreign zones to your email address - twenty $. \r\nWe need from You only E-mail, title and text of the letter. \r\n \r\nIn our price list there are more 800 databases for all domains of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domain names - 1100$ \r\nAll European Union 28 countries 56752547 of domains- 1000$ \r\nAll Asia 48 countries 14662004 of domains - 300$ \r\nAll Africa 50 countries 1594390 of domain names - 200$ \r\nAll North and Central America in 35 countries 7441637 of sites - 300$ \r\nAll South America 14 countries 5826884 of domains - 200$ \r\nBusinesses of the Russian Federation 4025015 - 300$ \r\nUkraine 605745 of domain names - 100$ \r\nAll Russian-speaking countries minus Russia are 14 countries and there are 1979217 of domains - 200$ \r\n \r\nDatabases for sending newsletters: \r\nWHOIS databases of domain names for all countries of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP.S. \r\nPls., do not respond to this commercial offer from your electronic box, as it has been generated automatically and will not get anywhere! \r\nUse the contact form from the site https://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $300 \r\n \r\nNew websites from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) – 500$ \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nAll Russian-speaking countries minus Russia – there are 14 countries and 1850186 websites – $200 \r\n \r\nNew websites of the Russian Federation, registered 24-48 hours ago. (A cycle of 15 mailings during the month) – \r\n \r\n250$ \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases \r\n \r\nfor mailings) – $150 \r\n \r\n142018 websites of public authorities of all countries of the world (selections for all countries, are excluded \r\n \r\nfrom databases for mailings) – $100 \r\n \r\nCMS mailings: \r\n \r\nAmiro 1794 websites $50 \r\nBitrix 199550 websites $80 \r\nConcrete5 39121 websites $50 \r\nCONTENIDO 5069 websites $50 \r\nCubeCart 1062 websites $50 \r\nDatalife Engine 23220 websites $50 \r\nDiscuz 47962 websites $50 \r\nDotnetnuke 22859 websites $50 \r\nDrupal 802121 websites $100 \r\nFlexbe 15072 websites $50 \r\nHostCMS 5042 websites $50 \r\nInstantCMS 4136 websites $50 \r\nInSales 11081 websites $50 \r\nInvision Power Board 265 websites $30 \r\nJoomla 1906994 websites $200 \r\nLiferay 5137 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 64023 websites $50 \r\nMovable Type 9171 websites $50 \r\nNetCat 6636 websites $50 \r\nNopCommerce 3892 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 68468 websites $50 \r\nphpBB 2182 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 604387 websites $80 \r\nSimpla 17429 websites $50 \r\nSitefinity 4183 websites $50 \r\nTextpattern 882 websites $30 \r\nTilda 47396 websites $50 \r\nTYPO3 192006 websites $80 \r\nUMI.CMS 13191 websites $50 \r\nvBulletin 8407 websites $50 \r\nWix 3379081 websites $250 \r\nWordpress 1557405 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 141528448 websites commercial - $1950 \r\n.biz 2361884 websites business - $150 \r\n.info 6216929 websites information - $250 \r\n.net 15689222 websites network - $450 \r\n.org 10922428 websites organization - $350 \r\n \r\n.abogado 381 websites - $30 \r\n.ac 2365 websites - $30 \r\n.academy 34531 websites - $50 \r\n.accountant 96540 websites - $50 \r\n.accountants 1653 websites - $30 \r\n.actor 2287 websites - $30 \r\n.ad 323 websites - $30 \r\n.adult 10541 websites- $50 \r\n.ae 200462 websites UAE - $50 \r\n.ae 1820 websites International zone UAE:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.aero 23635 websites- $50 \r\n.af 3778 websites - $30 \r\n.africa 23341 websites- $50 \r\n.ag 11931 websites - $50 \r\n.agency 66462 websites - $50 \r\n.ai 24137 websites - $50 \r\n.airforce 592 websites - $30 \r\n.al 6078 websites - $30 \r\n.alsace 1982 websites - $50 \r\n.am 21995 websites Armenia - $50 \r\n.am 1684 websites International zone Armenia:.com .net .biz .info .name .tel .mobi .asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands - $30 \r\n.ao 904 websites - $30 \r\n.apartments 3758 websites - $30 \r\n.app 661404 websites - $80 \r\n.ar 551804 websites Argentina - $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.archi 2084 websites - $30 \r\n.army 2282 websites - $30 \r\n.art 69227 websites - $50 \r\n.as 10525 websites - $50 \r\n.asia 228418 websites - $80 \r\n.associates 3340 websites - $30 \r\n.at 1356722 websites Austria - $100 \r\n.at 181907 websites International zone Austria :.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.attorney 8204 websites - $30 \r\n.au 2432174 websites Australia - $150 \r\n.au 461279 websites International zone Australia:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.auction 4125 websites - $30 \r\n.audio 23052 websites - $50 \r\n.auto 400 websites - $30 \r\n.aw 235 websites - $30 \r\n.az 11104 websites Azerbaijan - $50 \r\n.az 2036 websites International zone Azerbaijan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ba 2291 websites international zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia-$30 \r\n.ba 7012 websites Bosnia and Herzegovina - $30 \r\n.baby 2051 websites - $30 \r\n.band 13515 websites - $50 \r\n.bank 20424 websites - $50 \r\n.bar 50267 websites - $50 \r\n.barcelona 7919 websites - $30 \r\n.bargains 2997 websites - $30 \r\n.bargains 2346 websites - $30 \r\n.bayern 32565 websites - $50 \r\n.bb 2277 websites- $30 \r\n.be 1349658 websites Belgium - $150 \r\n.be 184810 websites International zone Belgium:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.beer 13834 websites- $50 \r\n.berlin 58088 websites Berlin - $50 \r\n.best 93390 websites - $50 \r\n.bet 17637 websites - $50 \r\n.bf 238 websites - $30 \r\n.bg 37152 websites Bulgaria - $50 \r\n.bg 50685 websites International zone Bulgaria:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.bh 453 websites - $30 \r\n.bi 2328 websites Burundi - $30 \r\n.bible 1760 websites - $30 \r\n.bid 474509 websites - $80 \r\n.bike 15229 websites - $50 \r\n.bingo 1232 websites - $30 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites - $30 \r\n.black 6582 websites - $30 \r\n.blackfriday 12106 websites - $50 \r\n.blog 178562 websites - $80 \r\n.blue 16852 websites - $50 \r\n.bm 8089 websites Bermuda - $30 \r\n.bn 20 websites - $30 \r\n.bo 2602 websites- $30 \r\n.bo 29415 websites International zone Bolivia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.boats 266 websites - $30 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites - $50 \r\n.br 2589383 websites Brazil - $250 \r\n.br 933750 websites International zone Brazil:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.bradesco 179 websites- $30 \r\n.broadway 261 websites- $30 \r\n.broker 1060 websites- $30 \r\n.brussels 7181 websites - $30 \r\n.bs 330 websites- $30 \r\n.bt 284 websites- $30 \r\n.build 3857 websites- $30 \r\n.builders 3906 websites- $30 \r\n.business 35168 websites - $50 \r\n.buzz 534984 websites - $80 \r\n.bw 1160 websites - $30 \r\n.by 92679 websites Belarus - $50 \r\n.by 1574 websites International zone Belarus:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.bz 7751 websites - $30 \r\n.bzh 5403 websites - $30 \r\n.ca 2587463 websites Canada - $250 \r\n.ca 288395 websites International zone Canada:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.cab 3223 websites - $30 \r\n.cafe 15406 websites - $50 \r\n.cam 10316 websites - $50 \r\n.camera 5236 websites - $30 \r\n.camp 6315 websites - $30 \r\n.capetown 4750 websites - $30 \r\n.capital 14387 websites - $50 \r\n.car 342 websites - $30 \r\n.cards 5992 websites - $30 \r\n.care 23004 websites - $50 \r\n.career 1217 websites - $30 \r\n.careers 7555 websites - $30 \r\n.cars 309 websites - $30 \r\n.casa 24158 websites - $50 \r\n.cash 13193 websites - $50 \r\n.casino 5354 websites - $30 \r\n.cat 108569 websites - $50 \r\n.catering 3482 websites - $30 \r\n.cc 1920589 websites Cocos Keeling Islands- $200 \r\n.cd 5865 websites - $30 \r\n.center 39353 websites - $50 \r\n.ceo 2458 websites - $30 \r\n.cf 2291460 websites Central African Republic - $200 \r\n.cg 166 websites - $30 \r\n.ch 1627450 websites Switzerland - $150 \r\n.ch 205292 websites International zone Switzerland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.chat 15026 websites - $50 \r\n.cheap 3267 websites - $30 \r\n.christmas 15255 websites - $50 \r\n.church 24104 websites - $50 \r\n.ci 5663 websites Cote d\'Ivoire - $30 \r\n.ci 112 websites International zone Cote d\'Ivoire:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.city 46171 websites - $50 \r\n.cl 590401 websites Chile - $80 \r\n.cl 65996 websites International zone Chile:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.claims 2374 websites - $30 \r\n.cleaning 2385 websites - $30 \r\n.click 181015 websites - $50 \r\n.clinic 8006 websites - $30 \r\n.clothing 13639 websites - $50 \r\n.cloud 164113 websites - $50 \r\n.club 1230555 websites - $100 \r\n.cm 29221 websites Cameroon- $50 \r\n.cn 23160610 websites China - $600 \r\n.cn 1372416 websites International zone China:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.co 1878923 websites Colombia - $200 \r\n.co 10854 websites International zone Colombia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.coach 16002 websites- $50 \r\n.codes 12044 websites - $50 \r\n.coffee 19257 websites - $50 \r\n.cologne 10157 websites - $50 \r\n.com.ar 657716 websites Argentina - $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus - $50 \r\n.com.ni 23747 websites - $50 \r\n.com.np 38828 websites - $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 98375 websites Russia - $50 \r\n.community 15013 websites - $50 \r\n.company 64217 websites - $50 \r\n.computer 5539 websites - $30 \r\n.condos 2192 websites - $30 \r\n.construction 7104 websites - $30 \r\n.consulting 27128 websites - $50 \r\n.contractors 3982 websites - $30 \r\n.cooking 1476 websites - $30 \r\n.cool 22008 websites - $50 \r\n.coop 7479 websites - $30 \r\n.corsica 1042 websites - $30 \r\n.country 7144 websites - $30 \r\n.cr 7934 websites - $30 \r\n.credit 4020 websites - $30 \r\n.creditcard 825 websites - $30 \r\n.creditunion 511 websites - $30 \r\n.cricket 33413 websites - $50 \r\n.cruises 2234 websites - $30 \r\n.cu 137 websites - $30 \r\n.cv 2279 websites - $30 \r\n.cx 15753 websites - $50 \r\n.cy 11092 websites Cyprus - $50 \r\n.cy 710 websites International zone Cyprus:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.cymru 7314 websites - $30 \r\n.cz 1001208 websites Czech Republic - $100 \r\n.cz 193400 websites International zone Czech Republic:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.dance 7490 websites - $30 \r\n.date 10800 websites - $50 \r\n.dating 2892 websites - $30 \r\n.de 15078512 websites Germany - $450 \r\n.de 3894156 websites International zone Germany:.com .net .biz .info .name .tel .mobi .asia-$200 \r\n.deals 8332 websites - $30 \r\n.degree 2178 websites - $30 \r\n.delivery 6282 websites - $30 \r\n.democrat 1072 websites - $30 \r\n.dental 7841 websites - $30 \r\n.dentist 3046 websites - $30 \r\n.desi 2647 websites - $50 \r\n.design 103712 websites - $50 \r\n.dev 190456 websites - $50 \r\n.diamonds 2730 websites - $30 \r\n.diet 18291 websites - $50 \r\n.digital 49449 websites - $50 \r\n.direct 12129 websites - $50 \r\n.directory 15157 websites - $50 \r\n.discount 3898 websites - $30 \r\n.dj 7680 websites - $30 \r\n.dk 1319155 websites Denmark - $100 \r\n.dk 148164 websites International zone Denmark:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.dm 23318 websites - $50 \r\n.do 5255 websites Dominican Republic- $30 \r\n.doctor 5601 websites - $30 \r\n.dog 10030 websites - $50 \r\n.dog 12435 websites - $50 \r\n.domains 6253 websites - $30 \r\n.download 7886 websites - $30 \r\n.durban 2247 websites - $30 \r\n.dz 982 websites - $30 \r\n.earth 23412 websites - $50 \r\n.ec 11731 websites Ecuador - $50 \r\n.ec 2897 websites International zone Ecuador:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.edu 4445 websites - $30 \r\n.edu.np 4883 websites- $30 \r\n.education 25003 websites - $50 \r\n.ee 119701 websites Estonia- $50 \r\n.ee 10490 websites International zone Estonia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.eg 1699 websites - $30 \r\n.email 100440 websites - $50 \r\n.energy 12399 websites - $50 \r\n.engineer 3785 websites - $30 \r\n.engineering 6533 websites - $30 \r\n.enterprises 6253 websites - $30 \r\n.equipment 5060 websites - $30 \r\n.es 1509048 websites Spain - $150 \r\n.es 683845 websites International zone Spain:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.estate 9285 websites - $30 \r\n.et 134 websites - $30 \r\n.eu 3046076 websites Europe - $150 \r\n.eu 633384 websites International zone Europe:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.eus 10116 websites - $50 \r\n.events 25115 websites - $50 \r\n.exchange 10432 websites - $50 \r\n.expert 34040 websites - $50 \r\n.exposed 2880 websites - $30 \r\n.express 7019 websites - $30 \r\n.fail 3692 websites - $30 \r\n.faith 4019 websites - $30 \r\n.family 21577 websites - $50 \r\n.fan 28607 websites - $50 \r\n.fans 1688 websites - $30 \r\n.farm 17009 websites - $50 \r\n.fashion 9011 websites - $30 \r\n.feedback 1301 websites - $30 \r\n.fi 188337 websites Finland - $50 \r\n.fi 69631 websites International zone Finland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.film 4501 websites - $30 \r\n.finance 9082 websites - $30 \r\n.financial 5086 websites - $30 \r\n.fish 4562 websites - $30 \r\n.fishing 1422 websites - $30 \r\n.fit 109855 websites - $50 \r\n.fitness 10689 websites - $50 \r\n.flights 2169 websites - $30 \r\n.florist 2071 websites - $30 \r\n.flowers 1187 websites - $30 \r\n.fm 3775 websites - $30 \r\n.fo 10415 websites- $50 \r\n.football 4677 websites - $30 \r\n.forex 282 websites - $30 \r\n.forsale 7118 websites - $30 \r\n.foundation 15401 websites - $50 \r\n.fr 2810983 websites France - $250 \r\n.fr 639546 websites International zone France:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.frl 13028 websites - $50 \r\n.fun 485622 websites - $50 \r\n.fund 14501 websites - $50 \r\n.furniture 2276 websites - $30 \r\n.futbol 2709 websites - $30 \r\n.fyi 15872 websites - $50 \r\n.ga 5041 websites Gabon - $30 \r\n.gal 5106 websites - $30 \r\n.gallery 17663 websites - $50 \r\n.game 2066 websites - $30 \r\n.games 20294 websites - $50 \r\n.garden 2618 websites - $30 \r\n.gd 3038 websites - $30 \r\n.ge 17359 websites Georgia - $50 \r\n.ge 1676 websites International zone Georgia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.gent 3388 websites - $30 \r\n.gf 105 websites French Guiana - $30 \r\n.gg 7443 websites - $30 \r\n.gh 703 websites - $30 \r\n.gi 981 websites - $30 \r\n.gift 5001 websites - $30 \r\n.gifts 3357 websites - $30 \r\n.gives 1759 websites - $30 \r\n.gl 3558 websites - $30 \r\n.glass 3239 websites - $30 \r\n.global 48572 websites - $50 \r\n.gm 287 websites - $30 \r\n.gmbh 20786 websites - $50 \r\n.gold 9581 websites - $30 \r\n.golf 10319 websites - $50 \r\n.gop 1340 websites - $30 \r\n.gov 4195 websites - $30 \r\n.gov.np 1937 websites- $30 \r\n.gp 2014 websites - $30 \r\n.gq 63622 websites - $50 \r\n.gr 323168 websites Greece - $80 \r\n.gr 57984 websites International zone Greece:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.graphics 6555 websites - $30 \r\n.gratis 4113 websites - $30 \r\n.green 5161 websites - $30 \r\n.gripe 1175 websites - $30 \r\n.group 65583 websites - $50 \r\n.gs 1008 websites Georgia - $30 \r\n.gt 15351 websites - $50 \r\n.guide 15044 websites - $50 \r\n.guitars 965 websites - $30 \r\n.guru 53088 websites - $50 \r\n.gy 2047 websites Guyana - $30 \r\n.hamburg 21585 websites - $50 \r\n.haus 5686 websites - $30 \r\n.health 13716 websites - $50 \r\n.healthcare 9001 websites - $30 \r\n.help 13098 websites - $50 \r\n.hiphop 518 websites - $30 \r\n.hiv 279 websites - $30 \r\n.hk 116093 websites - $50 \r\n.hm 229 websites - $30 \r\n.hn 4732 websites - $30 \r\n.hockey 1402 websites - $30 \r\n.holdings 5812 websites - $30 \r\n.holiday 4517 websites - $30 \r\n.homes 12499 websites - $50 \r\n.horse 2516 websites - $30 \r\n.hospital 1805 websites - $30 \r\n.host 79977 websites - $50 \r\n.hosting 3322 websites - $30 \r\n.house 19296 websites - $50 \r\n.how 2557 websites - $30 \r\n.hr 48565 websites Croatia - $50 \r\n.hr 16592 websites International zone Croatia:.com .net .biz .info .name .tel .mobi .asia \r\n.ht 1299 websites - $30 \r\n.hu 618532 websites Hungary - $80 \r\n.hu 53940 websites International zone Hungary:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.icu 6331371 websites - $350 \r\n.id 61744 websites - $50 \r\n.ie 195987 websites Ireland - $50 \r\n.ie 49861 websites International zone Ireland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.il 196266 websites Israel - $80 \r\n.il 38537 websites International zone Israel:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.im 18701 websites - $50 \r\n.immo 15409 websites - $50 \r\n.immobilien 6805 websites - $30 \r\n.in 1143482 websites India - $100 \r\n.in 266179 websites International zone India:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.industries 4312 websites - $30 \r\n.ink 28117 websites - $50 \r\n.institute 12134 websites - $50 \r\n.insure 5015 websites - $30 \r\n.int 451 websites - $30 \r\n.international 25430 websites - $50 \r\n.investments 4813 websites - $30 \r\n.io 496216 websites British Indian Ocean - $80 \r\n.iq 2401 websites - $30 \r\n.ir 427735 websites Iran - $80 \r\n.ir 15487 websites International zone Iran:.com .net .biz .info .name .tel .mobi .asia \r\n.irish 3126 websites - $30 \r\n.is 32176 websites Iceland - $50 \r\n.ist 9060 websites - $30 \r\n.istanbul 12839 websites - $50 \r\n.it 2410105 websites Italy – $250 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 3016 websites - $30 \r\n.jetzt 18207 websites - $50 \r\n.jewelry 3250 websites - $30 \r\n.jo 555 websites - $30 \r\n.jobs 44024 websites- $50 \r\n.joburg 3138 websites - $30 \r\n.jp 1299921 websites Japan - $150 \r\n.jp 4683252 websites International zone Japan:.com.net.biz.info.org.name.tel.mobi.asia-$450 \r\n.juegos 644 websites - $30 \r\n.kaufen 6134 websites - $30 \r\n.ke 14677 websites - $50 \r\n.kg 3619 websites Kyrgyzstan - $30 \r\n.kg 664 websites International zone Kyrgyzstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ki 79 websites - $30 \r\n.kim 12007 websites- $50 \r\n.kitchen 6881 websites - $30 \r\n.kiwi 13426 websites - $50 \r\n.kn 3211 websites - $30 \r\n.koeln 23320 websites - $50 \r\n.kr 272463 websites Korea- $50 \r\n.krd 374 websites - $30 \r\n.kred 8921 websites - $30 \r\n.kw 484 websites - $30 \r\n.ky 5783 websites - $30 \r\n.kyoto 658 websites - $30 \r\n.kz 113180 websites Kazakhstan - $50 \r\n.kz 5876 websites International zone Kazakhstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.la 34189 websites Laos - $50 \r\n.land 15474 websites- $50 \r\n.lat 4171 websites - $30 \r\n.law 12002 websites - $50 \r\n.lawyer 10996 websites- $50 \r\n.lc 481 websites- $30 \r\n.lease 1755 websites- $30 \r\n.leclerc 165 websites- $30 \r\n.legal 13047 websites- $50 \r\n.lgbt 2247 websites- $30 \r\n.li 10044 websites - $50 \r\n.life 195950 websites - $50 \r\n.lighting 5870 websites - $30 \r\n.limited 5365 websites - $30 \r\n.limo 1981 websites- $30 \r\n.link 117273 websites - $50 \r\n.live 662010 websites - $80 \r\n.lk 4971 websites - $30 \r\n.llc 12888 websites - $50 \r\n.loan 23738 websites - $50 \r\n.loans 3994 websites - $30 \r\n.lol 8121 websites - $30 \r\n.london 48933 websites London, United Kingdom- $50 \r\n.love 28434 websites - $50 \r\n.ls 236 websites - $30 \r\n.lt 94484 websites Lithuania- $50 \r\n.lt 27710 websites International zone Lithuania:.com .net .biz .info .name .tel .mobi .asia- $50 \r\n.ltd 100152 websites - $50 \r\n.lu 47052 websites Luxembourg - $50 \r\n.lu 4125 websites International zone Luxembourg:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.luxe 14037 websites - $50 \r\n.luxury 805 websites - $30 \r\n.lv 67886 websites Latvia - $50 \r\n.lv 8887 websites International zone Latvia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ly 8413 websites - $30 \r\n.ma 41462 websites Morocco - $50 \r\n.madrid 2919 websites - $30 \r\n.maison 1003 websites - $30 \r\n.management 10788 websites- $50 \r\n.market 18741 websites- $50 \r\n.marketing 22656 websites- $50 \r\n.markets 899 websites- $30 \r\n.mba 2510 websites- $30 \r\n.mc 3046 websites Monaco - $30 \r\n.md 16135 websites Moldova - $50 \r\n.md 1293 websites International zone Moldova:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.me 761596 websites Montenegro - $80 \r\n.me 86897 websites International zone Montenegro:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.media 49573 websites - $50 \r\n.melbourne 10041 websites - $50 \r\n.memorial 712 websites - $30 \r\n.men 24451 websites - $50 \r\n.menu 5002 websites restaurants- $30 \r\n.mg 3680 websites Madagascar- $30 \r\n.miami 9210 websites Miami, USA - $30 \r\n.mk 12704 websites - $50 \r\n.ml 128001 websites - $50 \r\n.mma 1705 websites - $30 \r\n.mn 17044 websites - $50 \r\n.mo 775 websites - $30 \r\n.mobi 381422 websites- $80 \r\n.moda 2741 websites - $30 \r\n.moe 8709 websites - $30 \r\n.mom 2085 websites - $30 \r\n.money 12000 websites - $50 \r\n.monster 54325 websites - $50 \r\n.mortgage 3198 websites - $30 \r\n.moscow 17741 websites Moscow Russian Federation- $50 \r\n.movie 3275 websites - $30 \r\n.mq 119 websites - $30 \r\n.mr 199 websites - $30 \r\n.ms 7265 websites - $30 \r\n.mt 1402 websites Malta - $30 \r\n.mu 6475 websites - $30 \r\n.museum 1260 websites - $30 \r\n.mv 1905 websites - $30 \r\n.mw 8579 websites Malawi - $30 \r\n.mx 670901 websites Mexico- $80 \r\n.mx 174571 websites International zone Mexico:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.my 143039 websites Malaysia- $80 \r\n.mz 985 websites - $30 \r\n.na 1094 websites - $30 \r\n.nagoya 7807 websites - $30 \r\n.name 120331 websites- $50 \r\n.navy 799 websites - $30 \r\n.nc 999 websites - $30 \r\n.network 51331 websites - $50 \r\n.news 57899 websites - $50 \r\n.ng 23864 websites - $50 \r\n.ngo 3421 websites - $30 \r\n.ninja 31719 websites - $50 \r\n.nl 3925784 websites Netherlands - $200 \r\n.nl 1019697 websites International zone Netherlands:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.no 620882 websites Norway - $80 \r\n.no 74318 websites International zone Norway:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.nra 131 websites - $30 \r\n.nrw 17487 websites - $50 \r\n.nu 236821 websites Niue- $50 \r\n.nyc 64003 websites - $50 \r\n.nz 593127 websites New Zealand - $80 \r\n.om 1701 websites - $30 \r\n.one 71859 websites - $50 \r\n.ong 3420 websites - $30 \r\n.onl 7059 websites - $30 \r\n.online 1356725 websites - $100 \r\n.ooo 15719 websites - $50 \r\n.org.np 7082 websites - $30 \r\n.org.ua 41362 websites - $50 \r\n.organic 1631 websites - $30 \r\n.osaka 664 websites - $30 \r\n.ovh 50056 websites - $50 \r\n.pa 1578 websites - $30 \r\n.page 61259 websites - $50 \r\n.paris 19098 websites - $50 \r\n.partners 8576 websites - $30 \r\n.parts 6042 websites - $30 \r\n.party 19563 websites- $50 \r\n.pe 83224 websites Peru - $50 \r\n.pe 59157 websites International zone Peru:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pet 10381 websites - $50 \r\n.pf 319 websites - $30 \r\n.pg 2105 websites Papua - $30 \r\n.ph 17940 websites Philippines - $50 \r\n.photo 17365 websites- $50 \r\n.photography 45234 websites- $50 \r\n.photos 21407 websites- $50 \r\n.physio 1159 websites- $30 \r\n.pics 5559 websites- $30 \r\n.pictures 8375 websites- $30 \r\n.pink 8173 websites- $30 \r\n.pizza 6365 websites - $30 \r\n.pk 44464 websites Pakistan - $50 \r\n.pl 1795299 websites Poland - $150 \r\n.pl 327587 websites International zone Poland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.place 3504 websites - $30 \r\n.plumbing 2815 websites - $30 \r\n.plus 18915 websites - $50 \r\n.pm 4051 websites - $30 \r\n.poker 3207 websites - $30 \r\n.porn 10323 websites- $50 \r\n.post 441 websites - $30 \r\n.pr 1229 websites - $30 \r\n.press 35132 websites - $50 \r\n.productions 7907 websites - $30 \r\n.promo 5720 websites - $30 \r\n.properties 13804 websites - $50 \r\n.property 3274 websites - $30 \r\n.ps 1572 websites - $30 \r\n.pt 263136 websites Portugal - $80 \r\n.pt 17691 websites International zone Portugal:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pub 25225 websites - $50 \r\n.pw 8023 websites - $30 \r\n.py 5593 websites Paraguay - $30 \r\n.py 653 websites International zone Paraguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.qa 9080 websites - $30 \r\n.quebec 8742 websites - $30 \r\n.racing 3320 websites - $30 \r\n.radio 2274 websites - $30 \r\n.re 11013 websites - $50 \r\n.realestate 18187 websites - $50 \r\n.realtor 39865 websites - $50 \r\n.realty 2204 websites - $30 \r\n.recipes 6245 websites - $30 \r\n.red 24701 websites - $50 \r\n.rehab 1756 websites - $30 \r\n.reise 1071 websites - $30 \r\n.reisen 4805 websites - $30 \r\n.reit 101 websites - $30 \r\n.ren 16501 websites - $50 \r\n.rent 4474 websites - $30 \r\n.rentals 11901 websites- $50 \r\n.repair 6828 websites- $30 \r\n.report 7269 websites - $30 \r\n.republican 852 websites - $30 \r\n.rest 47992 websites - $50 \r\n.restaurant 7735 websites - $30 \r\n.review 12121 websites - $80 \r\n.reviews 17432 websites- $50 \r\n.rio 1062 websites- $30 \r\n.rip 3599 websites- $30 \r\n.ro 423021 websites Romania - $80 \r\n.ro 42046 websites International zone Romania:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.rocks 90108 websites - $50 \r\n.rs 85503 websites Serbia - $50 \r\n.ru 514668 websites International zone Russian:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.ru 5025331 websites Russian - $250 \r\n.ru, .su, .рф websites 5800000 - $250 \r\n.ru.com 6499 websites Russia - $30 \r\n.ruhr 9687 websites - $30 \r\n.run 19122 websites - $50 \r\n.rw 3245 websites - $30 \r\n.sa 20421 websites Saudi Arabia- $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com .net .biz .info .name .tel .mobi .asia \r\n.saarland 3925 websites - $30 \r\n.sale 15249 websites - $50 \r\n.salon 2722 websites - $30 \r\n.sarl 919 websites - $30 \r\n.sc 4442 websites Seychelles- $30 \r\n.school 14272 websites - $50 \r\n.schule 2913 websites - $30 \r\n.science 13625 websites - $80 \r\n.scot 11375 websites - $50 \r\n.sd 515 websites - $30 \r\n.se 1383322 websites Sweden - $150 \r\n.se 293316 websites International zone Sweden:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.seat 688 websites - $30 \r\n.security 287 websites - $30 \r\n.services 50298 websites - $50 \r\n.sex 7751 websites - $30 \r\n.sexy 5756 websites - $30 \r\n.sg 150351 websites Republic Of Singapore - $50 \r\n.sh 2706 websites - $30 \r\n.shiksha 911 websites - $30 \r\n.shoes 4676 websites - $30 \r\n.shop 631693 websites - $80 \r\n.shopping 6337 websites - $30 \r\n.show 12092 websites - $50 \r\n.si 39749 websites Slovenia- $50 \r\n.si 12879 websites International zone Slovenia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.singles 3589 websites - $30 \r\n.site 1855897 websites - $150 \r\n.sk 301001 websites Slovakia- $80 \r\n.sk 31572 websites International zone Slovakia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ski 5530 websites - $30 \r\n.sl 1504 websites - $30 \r\n.sm 8897 websites - $30 \r\n.sn 4465 websites Senegal - $30 \r\n.sn 344 websites International zone Senegal:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.so 9703 websites - $30 \r\n.soccer 2933 websites - $30 \r\n.social 23263 websites - $50 \r\n.software 16006 websites - $50 \r\n.solar 6575 websites - $30 \r\n.solutions 78770 websites - $50 \r\n.soy 1405 websites - $30 \r\n.space 409707 websites - $80 \r\n.sport 8578 websites - $30 \r\n.sr 580 websites Suriname - $30 \r\n.srl 5591 websites - $30 \r\n.st 8041 websites - $30 \r\n.storage 411 websites - $30 \r\n.store 328721 websites - $50 \r\n.stream 12901 websites - $80 \r\n.studio 53390 websites - $50 \r\n.study 5136 websites - $30 \r\n.style 11421 websites - $50 \r\n.su 110538 websites Russian- $50 \r\n.sucks 7329 websites - $30 \r\n.supplies 3079 websites - $30 \r\n.supply 5280 websites - $30 \r\n.support 23377 websites - $50 \r\n.surf 7373 websites - $30 \r\n.surgery 1778 websites - $30 \r\n.sv 8432 websites Salvador- $30 \r\n.swiss 17623 websites - $50 \r\n.sx 2901 websites - $30 \r\n.sy 2663 websites - $30 \r\n.sydney 10073 websites - $50 \r\n.systems 29044 websites - $50 \r\n.sz 321 websites - $30 \r\n.taipei 5664 websites - $30 \r\n.tattoo 7394 websites- $30 \r\n.tax 7388 websites - $30 \r\n.taxi 6034 websites - $30 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 27421 websites- $50 \r\n.tech 276164 websites - $50 \r\n.technology 31533 websites- $50 \r\n.tel 90552 websites- $50 \r\n.tennis 1804 websites - $30 \r\n.tf 19841 websites - $50 \r\n.tg 1230 websites - $30 \r\n.th 22368 websites Kingdom Of Thailand- $50 \r\n.theater 1253 websites - $30 \r\n.tickets 1941 websites - $30 \r\n.tienda 1902 websites - $30 \r\n.tips 29380 websites- $50 \r\n.tires 941 websites - $30 \r\n.tirol 5472 websites - $30 \r\n.tj 6874 websites Tajikistan- $30 \r\n.tj 34 websites International zone Tajikistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tk 20085806 websites Tokelau - $500 \r\n.tl 2748 websites - $30 \r\n.tm 6395 websites Turkmenistan- $30 \r\n.tm 44 websites International zone Turkmenistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tn 16345 websites - $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 81155 websites - $50 \r\n.tokyo 166544 websites - $50 \r\n.tools 13341 websites - $50 \r\n.top 3609373 websites - $250 \r\n.tours 10771 websites - $50 \r\n.town 4104 websites - $30 \r\n.toys 4566 websites - $30 \r\n.tr 243347 websites Turkey - $80 \r\n.tr 138818 International zone Turkey:.com .net .biz .info .name .tel .mobi .asia -$50 \r\n.trade 16130 websites - $50 \r\n.trading 1150 websites - $30 \r\n.training 19811 websites - $50 \r\n.travel 20461 websites - $50 \r\n.tt 535 websites - $30 \r\n.tube 3252 websites - $30 \r\n.tv 559502 websites Tuvalu - $80 \r\n.tw 982620 websites Taiwan - $100 \r\n.tz 4708 websites - $30 \r\n.ua 553216 websites Ukraina - $80 \r\n.ua 147202 websites International zone Ukraine:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ua, .com.ua, .kiev.ua 193080 websites - $50 \r\n.ug 2561 websites Uganda - $30 \r\n.uk 4606907 websites United Kingdom - $350 \r\n.uk 3304606 websites International zone United Kingdom:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.university 6821 websites - $30 \r\n.uno 18694 websites - $50 \r\n.us 3139563 websites USA - $250 \r\n.us 578927 websites International zone USA:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.uy 15571 websites Uruguay - $50 \r\n.uy 31812 websites International zone Uruguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.uz 38357 websites Uzbekistan - $50 \r\n.uz 365 websites International zone Uzbekistan:.com .net .biz .info .name .tel .mobi .asia \r\n.vacations 3826 websites - $50 \r\n.vc 18641 websites - $50 \r\n.ve 14015 websites Venezuela - $50 \r\n.ve 2898 websites International zone Venezuela:.com .net .biz .info .name .tel .mobi .asia \r\n.vegas 17708 websites Las Vegas NV United States of America - $50 \r\n.ventures 13870 websites - $50 \r\n.versicherung 2005 websites - $30 \r\n.vet 7060 websites - $30 \r\n.vg 8389 websites - $50 \r\n.vi 109 websites - $30 \r\n.viajes 1065 websites - $30 \r\n.video 21392 websites- $50 \r\n.villas 11791 websites - $50 \r\n.vin 5494 websites - $30 \r\n.vip 1324303 websites - $100 \r\n.vision 7120 websites - $30 \r\n.vlaanderen 6014 websites - $30 \r\n.vn 436005 websites Vietnam - $80 \r\n.vn 161855 websites International zone Vietnam:.com .net .biz .info .name .tel .mobi .asia - $50 \r\n.vodka 1410 websites - $30 \r\n.vote 2316 websites - $30 \r\n.voto 3180 websites - $30 \r\n.voyage 2663 websites - $30 \r\n.vu 1051 websites - $30 \r\n.wales 12863 websites - $50 \r\n.wang 1352025 websites - $100 \r\n.watch 9902 websites - $30 \r\n.webcam 17340 websites - $50 \r\n.website 308840 websites -$50 \r\n.wedding 20162 websites - $50 \r\n.wf 1133 websites - $30 \r\n.wien 14413 websites - $50 \r\n.wiki 18129 websites wikis - $50 \r\n.win 73425 websites - $50 \r\n.wine 14831 websites - $50 \r\n.work 608563 websites - $80 \r\n.works 20702 websites - $50 \r\n.world 134234 websites - $50 \r\n.ws 99308 websites Samoa- $80 \r\n.wtf 17638 websites - $50 \r\n.xin 56857 websites - $50 \r\n.xn--3ds443g 26521 websites - $50 \r\n.xn--55qx5d 36965 websites - $50 \r\n.xn--6qq986b3xl 16188 websites - $50 \r\n.xn--czr694b 19910 websites - $50 \r\n.xn--czru2d 21621 websites - $50 \r\n.xn--fiq228c5hs 12145 websites - $50 \r\n.xn--io0a7i 24704 websites - $50 \r\n.xn--j6w193g 31764 websites - $50 \r\n.xn--kput3i 33006 websites - $50 \r\n.xn--mgbaam7a8h 2038 websites - $30 \r\n.xn--mgberp4a5d4ar 2534 websites - $30 \r\n.xn--mk1bu44c 6001 websites - $30 \r\n.xn--rhqv96g 7723 websites - $30 \r\n.xn--ses554g 126268 websites - $80 \r\n.xn--tckwe 6197 websites - $30 \r\n.xn--vuq861b 19706 websites - $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 2650949 websites - $250 \r\n.yachts 254 websites - $30 \r\n.ye 18 websites - $30 \r\n.yoga 11563 websites - $50 \r\n.yokohama 8140 websites - $30 \r\n.yt 2004 websites - $30 \r\n.za 986900 websites South Africa - $100 \r\n.zm 508 websites - $30 \r\n.zone 26798 websites - $50 \r\n.бг (.xn--90ae) 3470 websites - $30 \r\n.дети 169 websites - $30 \r\n.москва (.xn--80adxhks) 19582 websites Moscow - $50 \r\n.онлайн 3403 websites - $30 \r\n.орг 1160 websites - $30 \r\n.рус (.xn--p1acf) 110789 websites - $50 \r\n.рф (.xn--p1ai) 869759 websites Russia - $80 \r\n.сайт 1005 websites - $30 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n \r\n.بازار 550 websites - $30 \r\n.شبكة 834 websites - $30 \r\n.موقع 479 websites - $30 \r\n.संगठन 106 websites - $30 \r\n.みんな 946 websites - $30 \r\n.コム 6533 websites - $30 \r\n.世界 4172 websites - $30 \r\n.公司 46162 websites - $50 \r\n.商城 6906 websites - $30 \r\n.商标 9866 websites - $30 \r\n.我爱你 15466 websites - $50 \r\n.手机 31544 websites - $50 \r\n.机构 244 websites - $30 \r\n.游戏 162 websites - $30 \r\n.移动 1152 websites - $30 \r\n.网店 3710 websites - $30 \r\n.网络 30809 websites - $50 \r\n.닷컴 5938 websites - $30'),(2758,'qatEzXprIgBHGjT','ubWpvHSarYJNfAOo','7133425358','dooleyryan857@yahoo.com','WiXZkTbN'),(2759,'FkgPYNWlEUcxmJMR','gIBMEXpQsJwf','6610371056','dooleyryan857@yahoo.com','VPYAgZWJHSt'),(2760,'jtsRrNYxhZBnAul','SasgUKhCHNBIVx','3481835171','karissa.waffles@yahoo.com','DKNVvLcTxRFuGln'),(2761,'jtzpRZhrLKvMYNO','WpbHIDnLscuozlJ','6311972814','karissa.waffles@yahoo.com','TSequwzJ'),(2762,'Edgardo','Best Offer For advisiahub.com','(02) 6137 3237','info@advisiahub.com','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 time\r\n\r\nBuy now: thawking.online\r\n\r\nAll the best,\r\n\r\nAdvisiaHub – Advisors & Consultants for Business & Careers - advisiahub.com'),(2763,'GamerFut','1,600$ For You!','86684814243','olga@gmail.com','Cоngratulations! \r\nYou cаn claim $1,600 FREE if yоu win: http://epulfaker.tk/?u=41nkd08&o=8dbpkzp <== Personal Link'),(2764,'Dalibor Harald','INVESTMENT OPPORTUNITY','85598318388','daliborharald02@gmail.com','Dear \r\n \r\nMy name is Dalibor Harald, Thank you for your time, my company offers project financing/Joint Ventures Partnership and lending services, do you have any projects that require funding/ Joint Ventures Partnership at the moment? We are ready to work with you on a more transparent approach. \r\n \r\nBest regards, \r\n \r\nDalibor Harald \r\nPrincipal Partner \r\nE-mail: daliborharald01@gmail.com'),(2765,'fUexFRBoXKYCyvH','HxQLjauyPvcD','5592600639','alyssa.powell61@yahoo.com','QzOkGCdgMvAPo'),(2766,'ZfSTdFjyiM','xmNXZagqDSsl','3275926636','alyssa.powell61@yahoo.com','NWHeXdqwKCRymj'),(2767,'PRKXhGiLzvkN','xcWPfhNMQ','3841056349','julieaguilar206@yahoo.com','SxgKjLQmPrFiAXYe'),(2768,'gJiAkYey','tyceTYRPx','3708012299','eldrick.c@yahoo.com','bizApMhBqSFIgCV'),(2769,'vpWaXqgPfNB','ouXLErHVtvM','5398281481','eldrick.c@yahoo.com','joMrXYITc'),(2770,'Robertdip','Fever screening thermal CCTV camera and medical masks','85269557189','atrixxtrix@gmail.com','Dear Sir/mdm, \r\n \r\nHow are you? \r\n \r\nWe supply Professional surveillance & medical products: \r\n \r\nMoldex, makrite and 3M N95 1860, 9502, 9501, 8210 \r\n3ply medical, KN95, FFP2, FFP3, PPDS masks \r\nFace shield/medical goggles \r\nNitrile/vinyl/Latex/PP gloves \r\nIsolation/surgical gown lvl1-4 \r\nProtective PPE/Overalls lvl1-4 \r\nIR non-contact/oral thermometers \r\nsanitizer dispenser \r\n \r\nLogitech/OEM webcam \r\nMarine underwater CCTV \r\nExplosionproof CCTV \r\n4G Solar CCTV \r\nHuman body thermal cameras \r\nIP & analog cameras for homes/industrial/commercial \r\n \r\nLet us know which products you are interested and we can send you our full pricelist. \r\n \r\nWhatsapp: +65 87695655 \r\nTelegram: cctv_hub \r\nSkype: cctvhub \r\nEmail: sales@thecctvhub.com \r\nW: http://www.thecctvhub.com/ \r\n \r\nIf you do not wish to receive email from us again, please let us know by replying. \r\n \r\nregards, \r\nCCTV HUB'),(2771,'Charles Banks','*Must have. Monetizing your social media experience.','89942692676','chitchatchannel01@gmail.com','Hello, this is the CEO of ChitChatChannel inviting you to use https://chitchatchannel.com the new social media for your social commercial experience. \r\n \r\nIt cuts across all ages, groups, and businesses - enabling users to keep channels where they catalogue their content which they deliver as posts or products to friends or customers. And it\'s got its own ‘zoom’ too! But it\'s your ability to turn any post into a product for sale, or to put a price for access to your channel that monetizes your social presence making it a must-have. \r\n \r\nSo whether it is for something as simple as keeping channels for your kids artwork on your virtual ‘home museum’ channel, or for your stores virtual outlet, or schools eLearning, or for your more formal corporate virtual team-meetings, or complex Agile Scrum software development - chitchatchannel monetizes your social presence for you. \r\nHope you accept my invitation. https://chitchatchannel.com \r\n \r\nCharles \r\nN.B. You can reach me there at channel 1463.1'),(2772,'Helen','Your Website Promoted','(716) 240-1227','classified.submission1@gmail.com','Tired of paying for clicks and getting lousy results? Now you can post your ad on 10,000 advertising websites 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\nTo get more info take a look at: https://bit.ly/get-continual-free-traffic'),(2773,'AeYjlMLOSE','jWZuBSpJMI','8010847001','n.ward31@yahoo.com','bPCENZitMnXz'),(2774,'EluSTKUdZ','ezpCvOdcG','4412853100','n.ward31@yahoo.com','IOeBtWprDxYv'),(2775,'Rhonda','wentworth.rhonda@gmail.com','078 6800 3170','wentworth.rhonda@gmail.com','\r\nNo more paying way too much money for ripoff online ads! We have a platform that needs only a tiny bit of cash and creates an almost infinite amount of traffic to your website\r\n\r\nTo get more info take a look at: https://bit.ly/continual-free-traffic'),(2776,'pZuflrHxiqoeYh','xsrPTphoEtXzFWLf','8331019992','bettie.barrow@yahoo.com','DHxcOnNyk'),(2777,'JXUwBtRZr','sPrqRjSFU','4908226031','bettie.barrow@yahoo.com','lDuCKznmhIZ'),(2778,'ZSuoxbmzk','MqNOBszJGYWg','8080004269','aleisharutter@yahoo.com','IovqAdQYX'),(2779,'SYXbjZhfULtmic','tYjMzLGgsAKyJ','2600513121','jeanene.trustram@yahoo.com','akSWuFjAbDe'),(2780,'sWvZBPgGiTaDXr','wnercxfgO','7024479345','jeanene.trustram@yahoo.com','QZCEgOJvrFfw'),(2781,'Mike','cheap monthly SEO plans','04.94.43.65.05','trowbridge.mickey@googlemail.com','hi there\r\nI have just checked advisiahub.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'),(2782,'ygPJAFRerGjQWCX','vmUqAfNPIKFonaxh','8598787386','catalinagosnay@yahoo.com','BNEcoKSe'),(2783,'ivjbqEVUTMoGyRNP','YyubptxgDrCeNiso','6083982578','catalinagosnay@yahoo.com','LCHesYFyJ'),(2784,'Mike ','New: DA50 for advisiahub.com','89316656397','no-replyDep@google.com','Gооd dаy! \r\nIf you want to get ahead of your competition, have a higher Domain Authority score. Its just simple as that. \r\nWith our service you get Domain Authority 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://www.monkeydigital.co/Get-Guaranteed-Domain-Authority-50/ \r\n \r\nthank you \r\nMike \r\nMonkey Digital \r\nsupport@monkeydigital.co'),(2785,'contactmuywly','We offer a service of sending newsletters via contact forms to the sites of firms via any countries and domain zones of the world. ','9876543210','jerome_sesso37@rambler.ru','Good whatever time of day it is where you are! \r\n \r\nSending newsletters of Your messages via contact forms to the sites of business organizations via any countries and domain zones of the world in any languages. \r\n \r\nhttps://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nThe Letter is sent to E-mail of organization one hundred percent will get to incoming! \r\n \r\nTest: \r\nten thousand messages on foreign zones to your electronic box - 20 $. \r\nWe need from You only E-mail, title and text of the letter. \r\n \r\nIn our price there are more 800 databases for all domain zones of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domain names - 1100$ \r\nAll European Union 28 countries 56752547 of domains- 1000$ \r\nAll Asia 48 countries 14662004 of domains - 300$ \r\nAll Africa 50 countries 1594390 of domain names - 200$ \r\nAll North and Central America in 35 countries 7441637 of sites - 300$ \r\nAll South America 14 countries 5826884 of domain names - 200$ \r\nBusinesses of RF 4025015 - 300$ \r\nUkraine 605745 of sites - 100$ \r\nAll Russian-speaking countries minus RF are 14 countries and there are 1979217 of sites - 200$ \r\n \r\nOur databases: \r\nWhois-service databases of domains for all nations of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP/S \r\nPlease, do not respond to this offer from your mailbox, as it has been generated automatically and will not get anywhere! \r\nUse the contact form from the site https://xn----7sbb1bbndheurc1a.xn--p1ai \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $300 \r\n \r\nNew websites from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) – 500$ \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nAll Russian-speaking countries minus Russia – there are 14 countries and 1850186 websites – $200 \r\n \r\nNew websites of the Russian Federation, registered 24-48 hours ago. (A cycle of 15 mailings during the month) – \r\n \r\n250$ \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases \r\n \r\nfor mailings) – $150 \r\n \r\n142018 websites of public authorities of all countries of the world (selections for all countries, are excluded \r\n \r\nfrom databases for mailings) – $100 \r\n \r\nCMS mailings: \r\n \r\nAmiro 1794 websites $50 \r\nBitrix 199550 websites $80 \r\nConcrete5 39121 websites $50 \r\nCONTENIDO 5069 websites $50 \r\nCubeCart 1062 websites $50 \r\nDatalife Engine 23220 websites $50 \r\nDiscuz 47962 websites $50 \r\nDotnetnuke 22859 websites $50 \r\nDrupal 802121 websites $100 \r\nFlexbe 15072 websites $50 \r\nHostCMS 5042 websites $50 \r\nInstantCMS 4136 websites $50 \r\nInSales 11081 websites $50 \r\nInvision Power Board 265 websites $30 \r\nJoomla 1906994 websites $200 \r\nLiferay 5137 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 64023 websites $50 \r\nMovable Type 9171 websites $50 \r\nNetCat 6636 websites $50 \r\nNopCommerce 3892 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 68468 websites $50 \r\nphpBB 2182 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 604387 websites $80 \r\nSimpla 17429 websites $50 \r\nSitefinity 4183 websites $50 \r\nTextpattern 882 websites $30 \r\nTilda 47396 websites $50 \r\nTYPO3 192006 websites $80 \r\nUMI.CMS 13191 websites $50 \r\nvBulletin 8407 websites $50 \r\nWix 3379081 websites $250 \r\nWordpress 15574051 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 141528448 websites commercial - $1950 \r\n.biz 2361884 websites business - $150 \r\n.info 6216929 websites information - $250 \r\n.net 15689222 websites network - $450 \r\n.org 10922428 websites organization - $350 \r\n \r\n.abogado 381 websites - $30 \r\n.ac 2365 websites - $30 \r\n.academy 34531 websites - $50 \r\n.accountant 96540 websites - $50 \r\n.accountants 1653 websites - $30 \r\n.actor 2287 websites - $30 \r\n.ad 323 websites - $30 \r\n.adult 10541 websites- $50 \r\n.ae 200462 websites UAE - $50 \r\n.ae 1820 websites International zone UAE:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.aero 23635 websites- $50 \r\n.af 3778 websites - $30 \r\n.africa 23341 websites- $50 \r\n.ag 11931 websites - $50 \r\n.agency 66462 websites - $50 \r\n.ai 24137 websites - $50 \r\n.airforce 592 websites - $30 \r\n.al 6078 websites - $30 \r\n.alsace 1982 websites - $50 \r\n.am 21995 websites Armenia - $50 \r\n.am 1684 websites International zone Armenia:.com .net .biz .info .name .tel .mobi .asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands - $30 \r\n.ao 904 websites - $30 \r\n.apartments 3758 websites - $30 \r\n.app 661404 websites - $80 \r\n.ar 551804 websites Argentina - $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.archi 2084 websites - $30 \r\n.army 2282 websites - $30 \r\n.art 69227 websites - $50 \r\n.as 10525 websites - $50 \r\n.asia 228418 websites - $80 \r\n.associates 3340 websites - $30 \r\n.at 1356722 websites Austria - $100 \r\n.at 181907 websites International zone Austria :.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.attorney 8204 websites - $30 \r\n.au 2432174 websites Australia - $150 \r\n.au 461279 websites International zone Australia:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.auction 4125 websites - $30 \r\n.audio 23052 websites - $50 \r\n.auto 400 websites - $30 \r\n.aw 235 websites - $30 \r\n.az 11104 websites Azerbaijan - $50 \r\n.az 2036 websites International zone Azerbaijan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ba 2291 websites international zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia-$30 \r\n.ba 7012 websites Bosnia and Herzegovina - $30 \r\n.baby 2051 websites - $30 \r\n.band 13515 websites - $50 \r\n.bank 20424 websites - $50 \r\n.bar 50267 websites - $50 \r\n.barcelona 7919 websites - $30 \r\n.bargains 2997 websites - $30 \r\n.bargains 2346 websites - $30 \r\n.bayern 32565 websites - $50 \r\n.bb 2277 websites- $30 \r\n.be 1349658 websites Belgium - $150 \r\n.be 184810 websites International zone Belgium:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.beer 13834 websites- $50 \r\n.berlin 58088 websites Berlin - $50 \r\n.best 93390 websites - $50 \r\n.bet 17637 websites - $50 \r\n.bf 238 websites - $30 \r\n.bg 37152 websites Bulgaria - $50 \r\n.bg 50685 websites International zone Bulgaria:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.bh 453 websites - $30 \r\n.bi 2328 websites Burundi - $30 \r\n.bible 1760 websites - $30 \r\n.bid 474509 websites - $80 \r\n.bike 15229 websites - $50 \r\n.bingo 1232 websites - $30 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites - $30 \r\n.black 6582 websites - $30 \r\n.blackfriday 12106 websites - $50 \r\n.blog 178562 websites - $80 \r\n.blue 16852 websites - $50 \r\n.bm 8089 websites Bermuda - $30 \r\n.bn 20 websites - $30 \r\n.bo 2602 websites- $30 \r\n.bo 29415 websites International zone Bolivia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.boats 266 websites - $30 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites - $50 \r\n.br 2589383 websites Brazil - $250 \r\n.br 933750 websites International zone Brazil:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.bradesco 179 websites- $30 \r\n.broadway 261 websites- $30 \r\n.broker 1060 websites- $30 \r\n.brussels 7181 websites - $30 \r\n.bs 330 websites- $30 \r\n.bt 284 websites- $30 \r\n.build 3857 websites- $30 \r\n.builders 3906 websites- $30 \r\n.business 35168 websites - $50 \r\n.buzz 534984 websites - $80 \r\n.bw 1160 websites - $30 \r\n.by 92679 websites Belarus - $50 \r\n.by 1574 websites International zone Belarus:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.bz 7751 websites - $30 \r\n.bzh 5403 websites - $30 \r\n.ca 2587463 websites Canada - $250 \r\n.ca 288395 websites International zone Canada:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.cab 3223 websites - $30 \r\n.cafe 15406 websites - $50 \r\n.cam 10316 websites - $50 \r\n.camera 5236 websites - $30 \r\n.camp 6315 websites - $30 \r\n.capetown 4750 websites - $30 \r\n.capital 14387 websites - $50 \r\n.car 342 websites - $30 \r\n.cards 5992 websites - $30 \r\n.care 23004 websites - $50 \r\n.career 1217 websites - $30 \r\n.careers 7555 websites - $30 \r\n.cars 309 websites - $30 \r\n.casa 24158 websites - $50 \r\n.cash 13193 websites - $50 \r\n.casino 5354 websites - $30 \r\n.cat 108569 websites - $50 \r\n.catering 3482 websites - $30 \r\n.cc 1920589 websites Cocos Keeling Islands- $200 \r\n.cd 5865 websites - $30 \r\n.center 39353 websites - $50 \r\n.ceo 2458 websites - $30 \r\n.cf 2291460 websites Central African Republic - $200 \r\n.cg 166 websites - $30 \r\n.ch 1627450 websites Switzerland - $150 \r\n.ch 205292 websites International zone Switzerland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.chat 15026 websites - $50 \r\n.cheap 3267 websites - $30 \r\n.christmas 15255 websites - $50 \r\n.church 24104 websites - $50 \r\n.ci 5663 websites Cote d\'Ivoire - $30 \r\n.ci 112 websites International zone Cote d\'Ivoire:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.city 46171 websites - $50 \r\n.cl 590401 websites Chile - $80 \r\n.cl 65996 websites International zone Chile:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.claims 2374 websites - $30 \r\n.cleaning 2385 websites - $30 \r\n.click 181015 websites - $50 \r\n.clinic 8006 websites - $30 \r\n.clothing 13639 websites - $50 \r\n.cloud 164113 websites - $50 \r\n.club 1230555 websites - $100 \r\n.cm 29221 websites Cameroon- $50 \r\n.cn 23160610 websites China - $600 \r\n.cn 1372416 websites International zone China:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.co 1878923 websites Colombia - $200 \r\n.co 10854 websites International zone Colombia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.coach 16002 websites- $50 \r\n.codes 12044 websites - $50 \r\n.coffee 19257 websites - $50 \r\n.cologne 10157 websites - $50 \r\n.com.ar 657716 websites Argentina - $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus - $50 \r\n.com.ni 23747 websites - $50 \r\n.com.np 38828 websites - $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 98375 websites Russia - $50 \r\n.community 15013 websites - $50 \r\n.company 64217 websites - $50 \r\n.computer 5539 websites - $30 \r\n.condos 2192 websites - $30 \r\n.construction 7104 websites - $30 \r\n.consulting 27128 websites - $50 \r\n.contractors 3982 websites - $30 \r\n.cooking 1476 websites - $30 \r\n.cool 22008 websites - $50 \r\n.coop 7479 websites - $30 \r\n.corsica 1042 websites - $30 \r\n.country 7144 websites - $30 \r\n.cr 7934 websites - $30 \r\n.credit 4020 websites - $30 \r\n.creditcard 825 websites - $30 \r\n.creditunion 511 websites - $30 \r\n.cricket 33413 websites - $50 \r\n.cruises 2234 websites - $30 \r\n.cu 137 websites - $30 \r\n.cv 2279 websites - $30 \r\n.cx 15753 websites - $50 \r\n.cy 11092 websites Cyprus - $50 \r\n.cy 710 websites International zone Cyprus:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.cymru 7314 websites - $30 \r\n.cz 1001208 websites Czech Republic - $100 \r\n.cz 193400 websites International zone Czech Republic:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.dance 7490 websites - $30 \r\n.date 10800 websites - $50 \r\n.dating 2892 websites - $30 \r\n.de 15078512 websites Germany - $450 \r\n.de 3894156 websites International zone Germany:.com .net .biz .info .name .tel .mobi .asia-$200 \r\n.deals 8332 websites - $30 \r\n.degree 2178 websites - $30 \r\n.delivery 6282 websites - $30 \r\n.democrat 1072 websites - $30 \r\n.dental 7841 websites - $30 \r\n.dentist 3046 websites - $30 \r\n.desi 2647 websites - $50 \r\n.design 103712 websites - $50 \r\n.dev 190456 websites - $50 \r\n.diamonds 2730 websites - $30 \r\n.diet 18291 websites - $50 \r\n.digital 49449 websites - $50 \r\n.direct 12129 websites - $50 \r\n.directory 15157 websites - $50 \r\n.discount 3898 websites - $30 \r\n.dj 7680 websites - $30 \r\n.dk 1319155 websites Denmark - $100 \r\n.dk 148164 websites International zone Denmark:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.dm 23318 websites - $50 \r\n.do 5255 websites Dominican Republic- $30 \r\n.doctor 5601 websites - $30 \r\n.dog 10030 websites - $50 \r\n.dog 12435 websites - $50 \r\n.domains 6253 websites - $30 \r\n.download 7886 websites - $30 \r\n.durban 2247 websites - $30 \r\n.dz 982 websites - $30 \r\n.earth 23412 websites - $50 \r\n.ec 11731 websites Ecuador - $50 \r\n.ec 2897 websites International zone Ecuador:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.edu 4445 websites - $30 \r\n.edu.np 4883 websites- $30 \r\n.education 25003 websites - $50 \r\n.ee 119701 websites Estonia- $50 \r\n.ee 10490 websites International zone Estonia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.eg 1699 websites - $30 \r\n.email 100440 websites - $50 \r\n.energy 12399 websites - $50 \r\n.engineer 3785 websites - $30 \r\n.engineering 6533 websites - $30 \r\n.enterprises 6253 websites - $30 \r\n.equipment 5060 websites - $30 \r\n.es 1509048 websites Spain - $150 \r\n.es 683845 websites International zone Spain:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.estate 9285 websites - $30 \r\n.et 134 websites - $30 \r\n.eu 3046076 websites Europe - $150 \r\n.eu 633384 websites International zone Europe:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.eus 10116 websites - $50 \r\n.events 25115 websites - $50 \r\n.exchange 10432 websites - $50 \r\n.expert 34040 websites - $50 \r\n.exposed 2880 websites - $30 \r\n.express 7019 websites - $30 \r\n.fail 3692 websites - $30 \r\n.faith 4019 websites - $30 \r\n.family 21577 websites - $50 \r\n.fan 28607 websites - $50 \r\n.fans 1688 websites - $30 \r\n.farm 17009 websites - $50 \r\n.fashion 9011 websites - $30 \r\n.feedback 1301 websites - $30 \r\n.fi 188337 websites Finland - $50 \r\n.fi 69631 websites International zone Finland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.film 4501 websites - $30 \r\n.finance 9082 websites - $30 \r\n.financial 5086 websites - $30 \r\n.fish 4562 websites - $30 \r\n.fishing 1422 websites - $30 \r\n.fit 109855 websites - $50 \r\n.fitness 10689 websites - $50 \r\n.flights 2169 websites - $30 \r\n.florist 2071 websites - $30 \r\n.flowers 1187 websites - $30 \r\n.fm 3775 websites - $30 \r\n.fo 10415 websites- $50 \r\n.football 4677 websites - $30 \r\n.forex 282 websites - $30 \r\n.forsale 7118 websites - $30 \r\n.foundation 15401 websites - $50 \r\n.fr 2810983 websites France - $250 \r\n.fr 639546 websites International zone France:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.frl 13028 websites - $50 \r\n.fun 485622 websites - $50 \r\n.fund 14501 websites - $50 \r\n.furniture 2276 websites - $30 \r\n.futbol 2709 websites - $30 \r\n.fyi 15872 websites - $50 \r\n.ga 5041 websites Gabon - $30 \r\n.gal 5106 websites - $30 \r\n.gallery 17663 websites - $50 \r\n.game 2066 websites - $30 \r\n.games 20294 websites - $50 \r\n.garden 2618 websites - $30 \r\n.gd 3038 websites - $30 \r\n.ge 17359 websites Georgia - $50 \r\n.ge 1676 websites International zone Georgia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.gent 3388 websites - $30 \r\n.gf 105 websites French Guiana - $30 \r\n.gg 7443 websites - $30 \r\n.gh 703 websites - $30 \r\n.gi 981 websites - $30 \r\n.gift 5001 websites - $30 \r\n.gifts 3357 websites - $30 \r\n.gives 1759 websites - $30 \r\n.gl 3558 websites - $30 \r\n.glass 3239 websites - $30 \r\n.global 48572 websites - $50 \r\n.gm 287 websites - $30 \r\n.gmbh 20786 websites - $50 \r\n.gold 9581 websites - $30 \r\n.golf 10319 websites - $50 \r\n.gop 1340 websites - $30 \r\n.gov 4195 websites - $30 \r\n.gov.np 1937 websites- $30 \r\n.gp 2014 websites - $30 \r\n.gq 63622 websites - $50 \r\n.gr 323168 websites Greece - $80 \r\n.gr 57984 websites International zone Greece:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.graphics 6555 websites - $30 \r\n.gratis 4113 websites - $30 \r\n.green 5161 websites - $30 \r\n.gripe 1175 websites - $30 \r\n.group 65583 websites - $50 \r\n.gs 1008 websites Georgia - $30 \r\n.gt 15351 websites - $50 \r\n.guide 15044 websites - $50 \r\n.guitars 965 websites - $30 \r\n.guru 53088 websites - $50 \r\n.gy 2047 websites Guyana - $30 \r\n.hamburg 21585 websites - $50 \r\n.haus 5686 websites - $30 \r\n.health 13716 websites - $50 \r\n.healthcare 9001 websites - $30 \r\n.help 13098 websites - $50 \r\n.hiphop 518 websites - $30 \r\n.hiv 279 websites - $30 \r\n.hk 116093 websites - $50 \r\n.hm 229 websites - $30 \r\n.hn 4732 websites - $30 \r\n.hockey 1402 websites - $30 \r\n.holdings 5812 websites - $30 \r\n.holiday 4517 websites - $30 \r\n.homes 12499 websites - $50 \r\n.horse 2516 websites - $30 \r\n.hospital 1805 websites - $30 \r\n.host 79977 websites - $50 \r\n.hosting 3322 websites - $30 \r\n.house 19296 websites - $50 \r\n.how 2557 websites - $30 \r\n.hr 48565 websites Croatia - $50 \r\n.hr 16592 websites International zone Croatia:.com .net .biz .info .name .tel .mobi .asia \r\n.ht 1299 websites - $30 \r\n.hu 618532 websites Hungary - $80 \r\n.hu 53940 websites International zone Hungary:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.icu 6331371 websites - $350 \r\n.id 61744 websites - $50 \r\n.ie 195987 websites Ireland - $50 \r\n.ie 49861 websites International zone Ireland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.il 196266 websites Israel - $80 \r\n.il 38537 websites International zone Israel:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.im 18701 websites - $50 \r\n.immo 15409 websites - $50 \r\n.immobilien 6805 websites - $30 \r\n.in 1143482 websites India - $100 \r\n.in 266179 websites International zone India:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.industries 4312 websites - $30 \r\n.ink 28117 websites - $50 \r\n.institute 12134 websites - $50 \r\n.insure 5015 websites - $30 \r\n.int 451 websites - $30 \r\n.international 25430 websites - $50 \r\n.investments 4813 websites - $30 \r\n.io 496216 websites British Indian Ocean - $80 \r\n.iq 2401 websites - $30 \r\n.ir 427735 websites Iran - $80 \r\n.ir 15487 websites International zone Iran:.com .net .biz .info .name .tel .mobi .asia \r\n.irish 3126 websites - $30 \r\n.is 32176 websites Iceland - $50 \r\n.ist 9060 websites - $30 \r\n.istanbul 12839 websites - $50 \r\n.it 2410105 websites Italy – $250 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 3016 websites - $30 \r\n.jetzt 18207 websites - $50 \r\n.jewelry 3250 websites - $30 \r\n.jo 555 websites - $30 \r\n.jobs 44024 websites- $50 \r\n.joburg 3138 websites - $30 \r\n.jp 1299921 websites Japan - $150 \r\n.jp 4683252 websites International zone Japan:.com.net.biz.info.org.name.tel.mobi.asia-$450 \r\n.juegos 644 websites - $30 \r\n.kaufen 6134 websites - $30 \r\n.ke 14677 websites - $50 \r\n.kg 3619 websites Kyrgyzstan - $30 \r\n.kg 664 websites International zone Kyrgyzstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ki 79 websites - $30 \r\n.kim 12007 websites- $50 \r\n.kitchen 6881 websites - $30 \r\n.kiwi 13426 websites - $50 \r\n.kn 3211 websites - $30 \r\n.koeln 23320 websites - $50 \r\n.kr 272463 websites Korea- $50 \r\n.krd 374 websites - $30 \r\n.kred 8921 websites - $30 \r\n.kw 484 websites - $30 \r\n.ky 5783 websites - $30 \r\n.kyoto 658 websites - $30 \r\n.kz 113180 websites Kazakhstan - $50 \r\n.kz 5876 websites International zone Kazakhstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.la 34189 websites Laos - $50 \r\n.land 15474 websites- $50 \r\n.lat 4171 websites - $30 \r\n.law 12002 websites - $50 \r\n.lawyer 10996 websites- $50 \r\n.lc 481 websites- $30 \r\n.lease 1755 websites- $30 \r\n.leclerc 165 websites- $30 \r\n.legal 13047 websites- $50 \r\n.lgbt 2247 websites- $30 \r\n.li 10044 websites - $50 \r\n.life 195950 websites - $50 \r\n.lighting 5870 websites - $30 \r\n.limited 5365 websites - $30 \r\n.limo 1981 websites- $30 \r\n.link 117273 websites - $50 \r\n.live 662010 websites - $80 \r\n.lk 4971 websites - $30 \r\n.llc 12888 websites - $50 \r\n.loan 23738 websites - $50 \r\n.loans 3994 websites - $30 \r\n.lol 8121 websites - $30 \r\n.london 48933 websites London, United Kingdom- $50 \r\n.love 28434 websites - $50 \r\n.ls 236 websites - $30 \r\n.lt 94484 websites Lithuania- $50 \r\n.lt 27710 websites International zone Lithuania:.com .net .biz .info .name .tel .mobi .asia- $50 \r\n.ltd 100152 websites - $50 \r\n.lu 47052 websites Luxembourg - $50 \r\n.lu 4125 websites International zone Luxembourg:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.luxe 14037 websites - $50 \r\n.luxury 805 websites - $30 \r\n.lv 67886 websites Latvia - $50 \r\n.lv 8887 websites International zone Latvia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ly 8413 websites - $30 \r\n.ma 41462 websites Morocco - $50 \r\n.madrid 2919 websites - $30 \r\n.maison 1003 websites - $30 \r\n.management 10788 websites- $50 \r\n.market 18741 websites- $50 \r\n.marketing 22656 websites- $50 \r\n.markets 899 websites- $30 \r\n.mba 2510 websites- $30 \r\n.mc 3046 websites Monaco - $30 \r\n.md 16135 websites Moldova - $50 \r\n.md 1293 websites International zone Moldova:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.me 761596 websites Montenegro - $80 \r\n.me 86897 websites International zone Montenegro:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.media 49573 websites - $50 \r\n.melbourne 10041 websites - $50 \r\n.memorial 712 websites - $30 \r\n.men 24451 websites - $50 \r\n.menu 5002 websites restaurants- $30 \r\n.mg 3680 websites Madagascar- $30 \r\n.miami 9210 websites Miami, USA - $30 \r\n.mk 12704 websites - $50 \r\n.ml 128001 websites - $50 \r\n.mma 1705 websites - $30 \r\n.mn 17044 websites - $50 \r\n.mo 775 websites - $30 \r\n.mobi 381422 websites- $80 \r\n.moda 2741 websites - $30 \r\n.moe 8709 websites - $30 \r\n.mom 2085 websites - $30 \r\n.money 12000 websites - $50 \r\n.monster 54325 websites - $50 \r\n.mortgage 3198 websites - $30 \r\n.moscow 17741 websites Moscow Russian Federation- $50 \r\n.movie 3275 websites - $30 \r\n.mq 119 websites - $30 \r\n.mr 199 websites - $30 \r\n.ms 7265 websites - $30 \r\n.mt 1402 websites Malta - $30 \r\n.mu 6475 websites - $30 \r\n.museum 1260 websites - $30 \r\n.mv 1905 websites - $30 \r\n.mw 8579 websites Malawi - $30 \r\n.mx 670901 websites Mexico- $80 \r\n.mx 174571 websites International zone Mexico:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.my 143039 websites Malaysia- $80 \r\n.mz 985 websites - $30 \r\n.na 1094 websites - $30 \r\n.nagoya 7807 websites - $30 \r\n.name 120331 websites- $50 \r\n.navy 799 websites - $30 \r\n.nc 999 websites - $30 \r\n.network 51331 websites - $50 \r\n.news 57899 websites - $50 \r\n.ng 23864 websites - $50 \r\n.ngo 3421 websites - $30 \r\n.ninja 31719 websites - $50 \r\n.nl 3925784 websites Netherlands - $200 \r\n.nl 1019697 websites International zone Netherlands:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.no 620882 websites Norway - $80 \r\n.no 74318 websites International zone Norway:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.nra 131 websites - $30 \r\n.nrw 17487 websites - $50 \r\n.nu 236821 websites Niue- $50 \r\n.nyc 64003 websites - $50 \r\n.nz 593127 websites New Zealand - $80 \r\n.om 1701 websites - $30 \r\n.one 71859 websites - $50 \r\n.ong 3420 websites - $30 \r\n.onl 7059 websites - $30 \r\n.online 1356725 websites - $100 \r\n.ooo 15719 websites - $50 \r\n.org.np 7082 websites - $30 \r\n.org.ua 41362 websites - $50 \r\n.organic 1631 websites - $30 \r\n.osaka 664 websites - $30 \r\n.ovh 50056 websites - $50 \r\n.pa 1578 websites - $30 \r\n.page 61259 websites - $50 \r\n.paris 19098 websites - $50 \r\n.partners 8576 websites - $30 \r\n.parts 6042 websites - $30 \r\n.party 19563 websites- $50 \r\n.pe 83224 websites Peru - $50 \r\n.pe 59157 websites International zone Peru:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pet 10381 websites - $50 \r\n.pf 319 websites - $30 \r\n.pg 2105 websites Papua - $30 \r\n.ph 17940 websites Philippines - $50 \r\n.photo 17365 websites- $50 \r\n.photography 45234 websites- $50 \r\n.photos 21407 websites- $50 \r\n.physio 1159 websites- $30 \r\n.pics 5559 websites- $30 \r\n.pictures 8375 websites- $30 \r\n.pink 8173 websites- $30 \r\n.pizza 6365 websites - $30 \r\n.pk 44464 websites Pakistan - $50 \r\n.pl 1795299 websites Poland - $150 \r\n.pl 327587 websites International zone Poland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.place 3504 websites - $30 \r\n.plumbing 2815 websites - $30 \r\n.plus 18915 websites - $50 \r\n.pm 4051 websites - $30 \r\n.poker 3207 websites - $30 \r\n.porn 10323 websites- $50 \r\n.post 441 websites - $30 \r\n.pr 1229 websites - $30 \r\n.press 35132 websites - $50 \r\n.productions 7907 websites - $30 \r\n.promo 5720 websites - $30 \r\n.properties 13804 websites - $50 \r\n.property 3274 websites - $30 \r\n.ps 1572 websites - $30 \r\n.pt 263136 websites Portugal - $80 \r\n.pt 17691 websites International zone Portugal:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pub 25225 websites - $50 \r\n.pw 8023 websites - $30 \r\n.py 5593 websites Paraguay - $30 \r\n.py 653 websites International zone Paraguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.qa 9080 websites - $30 \r\n.quebec 8742 websites - $30 \r\n.racing 3320 websites - $30 \r\n.radio 2274 websites - $30 \r\n.re 11013 websites - $50 \r\n.realestate 18187 websites - $50 \r\n.realtor 39865 websites - $50 \r\n.realty 2204 websites - $30 \r\n.recipes 6245 websites - $30 \r\n.red 24701 websites - $50 \r\n.rehab 1756 websites - $30 \r\n.reise 1071 websites - $30 \r\n.reisen 4805 websites - $30 \r\n.reit 101 websites - $30 \r\n.ren 16501 websites - $50 \r\n.rent 4474 websites - $30 \r\n.rentals 11901 websites- $50 \r\n.repair 6828 websites- $30 \r\n.report 7269 websites - $30 \r\n.republican 852 websites - $30 \r\n.rest 47992 websites - $50 \r\n.restaurant 7735 websites - $30 \r\n.review 12121 websites - $80 \r\n.reviews 17432 websites- $50 \r\n.rio 1062 websites- $30 \r\n.rip 3599 websites- $30 \r\n.ro 423021 websites Romania - $80 \r\n.ro 42046 websites International zone Romania:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.rocks 90108 websites - $50 \r\n.rs 85503 websites Serbia - $50 \r\n.ru 514668 websites International zone Russian:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.ru 5025331 websites Russian - $250 \r\n.ru, .su, .рф websites 5800000 - $250 \r\n.ru.com 6499 websites Russia - $30 \r\n.ruhr 9687 websites - $30 \r\n.run 19122 websites - $50 \r\n.rw 3245 websites - $30 \r\n.sa 20421 websites Saudi Arabia- $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com .net .biz .info .name .tel .mobi .asia \r\n.saarland 3925 websites - $30 \r\n.sale 15249 websites - $50 \r\n.salon 2722 websites - $30 \r\n.sarl 919 websites - $30 \r\n.sc 4442 websites Seychelles- $30 \r\n.school 14272 websites - $50 \r\n.schule 2913 websites - $30 \r\n.science 13625 websites - $80 \r\n.scot 11375 websites - $50 \r\n.sd 515 websites - $30 \r\n.se 1383322 websites Sweden - $150 \r\n.se 293316 websites International zone Sweden:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.seat 688 websites - $30 \r\n.security 287 websites - $30 \r\n.services 50298 websites - $50 \r\n.sex 7751 websites - $30 \r\n.sexy 5756 websites - $30 \r\n.sg 150351 websites Republic Of Singapore - $50 \r\n.sh 2706 websites - $30 \r\n.shiksha 911 websites - $30 \r\n.shoes 4676 websites - $30 \r\n.shop 631693 websites - $80 \r\n.shopping 6337 websites - $30 \r\n.show 12092 websites - $50 \r\n.si 39749 websites Slovenia- $50 \r\n.si 12879 websites International zone Slovenia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.singles 3589 websites - $30 \r\n.site 1855897 websites - $150 \r\n.sk 301001 websites Slovakia- $80 \r\n.sk 31572 websites International zone Slovakia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ski 5530 websites - $30 \r\n.sl 1504 websites - $30 \r\n.sm 8897 websites - $30 \r\n.sn 4465 websites Senegal - $30 \r\n.sn 344 websites International zone Senegal:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.so 9703 websites - $30 \r\n.soccer 2933 websites - $30 \r\n.social 23263 websites - $50 \r\n.software 16006 websites - $50 \r\n.solar 6575 websites - $30 \r\n.solutions 78770 websites - $50 \r\n.soy 1405 websites - $30 \r\n.space 409707 websites - $80 \r\n.sport 8578 websites - $30 \r\n.sr 580 websites Suriname - $30 \r\n.srl 5591 websites - $30 \r\n.st 8041 websites - $30 \r\n.storage 411 websites - $30 \r\n.store 328721 websites - $50 \r\n.stream 12901 websites - $80 \r\n.studio 53390 websites - $50 \r\n.study 5136 websites - $30 \r\n.style 11421 websites - $50 \r\n.su 110538 websites Russian- $50 \r\n.sucks 7329 websites - $30 \r\n.supplies 3079 websites - $30 \r\n.supply 5280 websites - $30 \r\n.support 23377 websites - $50 \r\n.surf 7373 websites - $30 \r\n.surgery 1778 websites - $30 \r\n.sv 8432 websites Salvador- $30 \r\n.swiss 17623 websites - $50 \r\n.sx 2901 websites - $30 \r\n.sy 2663 websites - $30 \r\n.sydney 10073 websites - $50 \r\n.systems 29044 websites - $50 \r\n.sz 321 websites - $30 \r\n.taipei 5664 websites - $30 \r\n.tattoo 7394 websites- $30 \r\n.tax 7388 websites - $30 \r\n.taxi 6034 websites - $30 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 27421 websites- $50 \r\n.tech 276164 websites - $50 \r\n.technology 31533 websites- $50 \r\n.tel 90552 websites- $50 \r\n.tennis 1804 websites - $30 \r\n.tf 19841 websites - $50 \r\n.tg 1230 websites - $30 \r\n.th 22368 websites Kingdom Of Thailand- $50 \r\n.theater 1253 websites - $30 \r\n.tickets 1941 websites - $30 \r\n.tienda 1902 websites - $30 \r\n.tips 29380 websites- $50 \r\n.tires 941 websites - $30 \r\n.tirol 5472 websites - $30 \r\n.tj 6874 websites Tajikistan- $30 \r\n.tj 34 websites International zone Tajikistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tk 20085806 websites Tokelau - $500 \r\n.tl 2748 websites - $30 \r\n.tm 6395 websites Turkmenistan- $30 \r\n.tm 44 websites International zone Turkmenistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tn 16345 websites - $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 81155 websites - $50 \r\n.tokyo 166544 websites - $50 \r\n.tools 13341 websites - $50 \r\n.top 3609373 websites - $250 \r\n.tours 10771 websites - $50 \r\n.town 4104 websites - $30 \r\n.toys 4566 websites - $30 \r\n.tr 243347 websites Turkey - $80 \r\n.tr 138818 International zone Turkey:.com .net .biz .info .name .tel .mobi .asia -$50 \r\n.trade 16130 websites - $50 \r\n.trading 1150 websites - $30 \r\n.training 19811 websites - $50 \r\n.travel 20461 websites - $50 \r\n.tt 535 websites - $30 \r\n.tube 3252 websites - $30 \r\n.tv 559502 websites Tuvalu - $80 \r\n.tw 982620 websites Taiwan - $100 \r\n.tz 4708 websites - $30 \r\n.ua 553216 websites Ukraina - $80 \r\n.ua 147202 websites International zone Ukraine:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ua, .com.ua, .kiev.ua 193080 websites - $50 \r\n.ug 2561 websites Uganda - $30 \r\n.uk 4606907 websites United Kingdom - $350 \r\n.uk 3304606 websites International zone United Kingdom:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.university 6821 websites - $30 \r\n.uno 18694 websites - $50 \r\n.us 3139563 websites USA - $250 \r\n.us 578927 websites International zone USA:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.uy 15571 websites Uruguay - $50 \r\n.uy 31812 websites International zone Uruguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.uz 38357 websites Uzbekistan - $50 \r\n.uz 365 websites International zone Uzbekistan:.com .net .biz .info .name .tel .mobi .asia \r\n.vacations 3826 websites - $50 \r\n.vc 18641 websites - $50 \r\n.ve 14015 websites Venezuela - $50 \r\n.ve 2898 websites International zone Venezuela:.com .net .biz .info .name .tel .mobi .asia \r\n.vegas 17708 websites Las Vegas NV United States of America - $50 \r\n.ventures 13870 websites - $50 \r\n.versicherung 2005 websites - $30 \r\n.vet 7060 websites - $30 \r\n.vg 8389 websites - $50 \r\n.vi 109 websites - $30 \r\n.viajes 1065 websites - $30 \r\n.video 21392 websites- $50 \r\n.villas 11791 websites - $50 \r\n.vin 5494 websites - $30 \r\n.vip 1324303 websites - $100 \r\n.vision 7120 websites - $30 \r\n.vlaanderen 6014 websites - $30 \r\n.vn 436005 websites Vietnam - $80 \r\n.vn 161855 websites International zone Vietnam:.com .net .biz .info .name .tel .mobi .asia - $50 \r\n.vodka 1410 websites - $30 \r\n.vote 2316 websites - $30 \r\n.voto 3180 websites - $30 \r\n.voyage 2663 websites - $30 \r\n.vu 1051 websites - $30 \r\n.wales 12863 websites - $50 \r\n.wang 1352025 websites - $100 \r\n.watch 9902 websites - $30 \r\n.webcam 17340 websites - $50 \r\n.website 308840 websites -$50 \r\n.wedding 20162 websites - $50 \r\n.wf 1133 websites - $30 \r\n.wien 14413 websites - $50 \r\n.wiki 18129 websites wikis - $50 \r\n.win 73425 websites - $50 \r\n.wine 14831 websites - $50 \r\n.work 608563 websites - $80 \r\n.works 20702 websites - $50 \r\n.world 134234 websites - $50 \r\n.ws 99308 websites Samoa- $80 \r\n.wtf 17638 websites - $50 \r\n.xin 56857 websites - $50 \r\n.xn--3ds443g 26521 websites - $50 \r\n.xn--55qx5d 36965 websites - $50 \r\n.xn--6qq986b3xl 16188 websites - $50 \r\n.xn--czr694b 19910 websites - $50 \r\n.xn--czru2d 21621 websites - $50 \r\n.xn--fiq228c5hs 12145 websites - $50 \r\n.xn--io0a7i 24704 websites - $50 \r\n.xn--j6w193g 31764 websites - $50 \r\n.xn--kput3i 33006 websites - $50 \r\n.xn--mgbaam7a8h 2038 websites - $30 \r\n.xn--mgberp4a5d4ar 2534 websites - $30 \r\n.xn--mk1bu44c 6001 websites - $30 \r\n.xn--rhqv96g 7723 websites - $30 \r\n.xn--ses554g 126268 websites - $80 \r\n.xn--tckwe 6197 websites - $30 \r\n.xn--vuq861b 19706 websites - $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 2650949 websites - $250 \r\n.yachts 254 websites - $30 \r\n.ye 18 websites - $30 \r\n.yoga 11563 websites - $50 \r\n.yokohama 8140 websites - $30 \r\n.yt 2004 websites - $30 \r\n.za 986900 websites South Africa - $100 \r\n.zm 508 websites - $30 \r\n.zone 26798 websites - $50 \r\n.бг (.xn--90ae) 3470 websites - $30 \r\n.дети 169 websites - $30 \r\n.москва (.xn--80adxhks) 19582 websites Moscow - $50 \r\n.онлайн 3403 websites - $30 \r\n.орг 1160 websites - $30 \r\n.рус (.xn--p1acf) 110789 websites - $50 \r\n.рф (.xn--p1ai) 869759 websites Russia - $80 \r\n.сайт 1005 websites - $30 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n \r\n.بازار 550 websites - $30 \r\n.شبكة 834 websites - $30 \r\n.موقع 479 websites - $30 \r\n.संगठन 106 websites - $30 \r\n.みんな 946 websites - $30 \r\n.コム 6533 websites - $30 \r\n.世界 4172 websites - $30 \r\n.公司 46162 websites - $50 \r\n.商城 6906 websites - $30 \r\n.商标 9866 websites - $30 \r\n.我爱你 15466 websites - $50 \r\n.手机 31544 websites - $50 \r\n.机构 244 websites - $30 \r\n.游戏 162 websites - $30 \r\n.移动 1152 websites - $30 \r\n.网店 3710 websites - $30 \r\n.网络 30809 websites - $50 \r\n.닷컴 5938 websites - $30'),(2786,'rgGcPRBXykJDKfm','gwektIPchjxvD','7752010452','rema.kirkland@yahoo.com','TBnQmzIOgwld'),(2787,'jodOBFUT','maZRjrfUKsCuiq','9282916685','rema.kirkland@yahoo.com','hiZSsmYEzuX'),(2788,'pbQfZrNcvuDnX','doEaYqGvVjCxm','6941202009','kirbynixon968@yahoo.com','ItyCcoXazbke'),(2789,'htVjNvgnawQmyf','dtsNcaueng','8705866334','kirbynixon968@yahoo.com','qOrkCSFP'),(2790,'Oren','Security of Your Site','089 56 89 74','info@zotosolutions.com','IBM’s chairman once stated that \"Cybercrime is the greatest threat to every company in the world. Well, he is not wrong. \r\n\r\nYou may not be aware of this, but almost 70% of websites face hacking. What’s more? There is a hacker attack every 39 seconds, according to the University of Maryland. Almost 64% of companies have experienced web-based attacks. The cost of data breaching globally is $3.9 million across several SMBs. Wait, the list has not ended yet, there’s more to it. \r\n\r\nYou may now be thinking about what you can do to stay safe from such an attack. Of course, you can be a security tester and do it on your own. But let’s be reasonable. It’s not possible or even convenient in many cases. You could consider hiring someone for it, but then again, the monthly fees would be a financial burden on your company.\r\nThat is why we are here. ZOTO Solutions offers you top-notch security testing services that guarantee all-round protection to your website.\r\n\r\nFor more information https://zotosolutions.com/security-services/'),(2791,'ptrvTckxeJqwsAa','FuGdHrslqRZV','6065925468','marksullivan8258@gmail.com','HFPNhMJUT'),(2792,'qgUGdaryCcVwkenh','WyLQTJlrEsnaDpNV','6525524025','marksullivan8258@gmail.com','bjYBdOLzraoeIk'),(2793,'udpZvFLTGli','degBJXiz','7962697984','mittrat@gmail.com','KMwzPupmCsN'),(2794,'wkCaguXDPNxQJY','TxzBewZO','3975250552','mittrat@gmail.com','HYDqSVNfFgxhWUTc'),(2795,'KVzNCmFqJHXlZS','SQdIoDAVlxXJNCB','2200892731','mgellis1@optonline.net','npNYLVmUbXo'),(2796,'lWTcvunxG','aTiUNgfZ','2249328733','mgellis1@optonline.net','GHzgIPXCDTxMAi'),(2797,'uRhwFdcBnMbvp','UFBihAbnVuLc','5425058402','jeff.onlinebiz@gmail.com','RPEFVvbrBMQ'),(2798,'YmgyraGSiFXZPNoW','qoAalStKvOiD','2461011298','jeff.onlinebiz@gmail.com','imLaleyHQdnKU'),(2799,'kIAmtZCFDvo','QunNaRZLkxChAdS','8097807570','rvrbrts@cox.net','eOAaYpJESl'),(2800,'hlczUZGepq','DIJhLFqYieTHt','6714962645','rvrbrts@cox.net','AwWOUVPHjiMhq'),(2801,'lUnAVIPg','HplnNseKvyguVo','8819531043','corinne@artisanwoodflooring.com','ZDCcqXPdSUekuNTt'),(2802,'UDsITPQcq','EktePGYqcLfZBMV','6044141152','corinne@artisanwoodflooring.com','oRDgTpKPGCfYFWas'),(2803,'Hey there ! Looking for some fun to get into? Me too! Let\'s get to know each other on a much more personal level\r\n https://dsho.page.link/1tKX\r\n','Hi. I\'m love suks big dick. My profile here\r\n https://doroty.page.link/nokY\r\n','jagadish.mamilla@gmail.com','starshwetasharma7777@gmail.com','Hey there ! Looking for some fun to get into? Me too! Let\'s get to know each other on a much more personal level\r\n https://dsho.page.link/ZLd7\r\n'),(2804,'kmcEnsYyaZ','mInjPYqCzv','7075081930','arlinda.chadwick@yahoo.com','AQzMflCZ'),(2805,'NcCrBUAhfMdvO','CdflrNtKu','6274001025','arlinda.chadwick@yahoo.com','xWNgTcPEUHa'),(2806,'ixakmfDVjsXHQFEl','FSUHNgEiVQCj','3788069885','myeilding@hotmail.com','dvBXnzWLpf'),(2807,'xzIaGcUHKis','AEutojaSPd','9560393374','myeilding@hotmail.com','tjrEyzdXHUPFu'),(2808,'rfsvoladI','guXyelxRCOHaiFMZ','9709205406','skittlers808@gmail.com','kdiuUVeEDSjW'),(2809,'IOwlJFzZdyKh','XokNjGtuevb','7024257501','skittlers808@gmail.com','gIPuhQZJMVzU'),(2810,'NAqfsKFv','HDPpZeLRKu','6246736792','hopsbeer@gmail.com','uCSMiPezkpNlGfJs'),(2811,'FBoTpsMrGadHjhX','LSQhzaCuUysmg','8787774096','hopsbeer@gmail.com','KjmaWnyDNeVrSfd'),(2812,'acypBboPqtLMWGm','JAgLcxtlwqiezrO','6571295397','harwood.bonny@yahoo.com','POoYtQyJGWirwZ'),(2813,'RkWPYBtI','FRdQDWEwrUOfqY','3384558160','harwood.bonny@yahoo.com','LMEJrmqZujv'),(2814,'Khalidhic','Business loan','85441554374','khalidinvestmentbroke2@protonmail.com','Greetings, \r\n \r\nWe are brokers linked with high profile investors who are willing to; \r\n \r\nFund any company in any current project; \r\n \r\nFund a project/Investment of any Interest or choices; \r\n \r\nThey are privately seeking means of expanding their investment portfolio. Should you find interested in engaging us for more detailed discussion to forge ahead, We will be happy to share more insights. \r\n \r\nYours Sincerely \r\nKhalid'),(2815,'jVYGvohNlQE','gGJnsoWX','8123566833','tater26@gmail.com','pdxjsnGA'),(2816,'NJxZTeGSKOPysz','LmMhTuVdaBgeZX','2575527527','tater26@gmail.com','cIXehyjirGzbm'),(2817,'xShnPEoqm','RdDvJoLxOnYrZCQ','8106153943','87and1dad@gmail.com','JSPiRsyKbf'),(2818,'zjJFDchWxOMib','tmYsBJRGizWIO','7807652090','87and1dad@gmail.com','TplwEQgz'),(2819,'CzHpIyjadi','voOZxdiq','4278651664','thdouglas@earthlink.net','MVDNvSXfOl'),(2820,'AdjXLQWPb','STAJVRhEP','2860882332','thdouglas@earthlink.net','qzVFgnZYo'),(2821,'kKFnMpxcXAU','XQwAsxZCtDlnJ','2653319368','betsyh68@gmail.com','LTjBbCHKaUwqWR'),(2822,'PeRMEQcWGZBS','QOPDzuLncZSCp','8401743448','betsyh68@gmail.com','AgTYzmnIowpZNBJW'),(2823,'CKqizuJpBhL','XHzAcaeMtEQlqCwp','3364584059','neidahiggin@yahoo.com','SVzcRCMxuLbpwKiU'),(2824,'rgGVOvDc','dMREqgyoADHr','2441729182','neidahiggin@yahoo.com','bjvcDOdWLkYsr'),(2825,'MAnRDfZiTmNd','GsmVAuNHK','6883480372','jlallen62@gmail.com','sKHzWmoYbyuQ'),(2826,'cykfzjwO','JoaUEjAkPuGOnNTz','9508814131','lspoon4@optonline.net','ZFzBHlgvh'),(2827,'noTdmhMECbxNW','uSFGVqJHPxmkQ','2823635044','lspoon4@optonline.net','kawXiPNU'),(2828,'aORHeqpf','nxylcgNGWULrs','8421656122','costseg1@gmail.com','dUTBZgQHKjwPA'),(2829,'ZVUwEYBC','FbOjsBxYqV','2769465679','costseg1@gmail.com','sAiHpexDK'),(2830,'ObmIPzgGC','ShrXpwcJeyjNgA','2047133402','beckymahar42@gmail.com','IuDRdaHMxnL'),(2831,'hgnjEBmiMFdZV','gsPmMwreOotQW','7004199497','beckymahar42@gmail.com','XGKyELrSpbkW'),(2832,'YsbVgcuR','EaYWyRnpFTmBD','7995315133','yddlsch@gmail.com','bdmgSzTHEYwoGCQc'),(2833,'RnLaeWjgpcwkh','UAXFOgKRoIGH','9893496162','carlospence@msn.com','ZHYdXJRSDChjoL'),(2834,'MtZedWIzRbasm','GEuMncKZRJaUP','6273567479','carlospence@msn.com','ODKPLHgTCFnJ'),(2835,'bZsrtlXQzVkEUPvO','wHutPfZYkBM','3815333003','somf33@hotmail.com','dIQMzWFGmOyVfqu'),(2836,'pMktbOLndNQTy','rAeTQoZbO','9826238470','somf33@hotmail.com','YDFLZVaUvH'),(2837,'PmqkpAjuni','LyfBYWEoIeQHKzs','3061992381','ashishlagwal99@gmail.com','EQZjFtJkNOdCn'),(2838,'EAhkdSqPcJWIM','UqXjSVeMHpPvbgx','5932611331','ashishlagwal99@gmail.com','wyseCAoHKvMLkVb'),(2839,'TgBxGEJcsfKZS','WFmJacMf','4193534794','sdmellon@gmail.com','UqWFsXLJaQzxSRC'),(2840,'kUdanKoX','RlUFxMHwinPcBv','4918319598','sdmellon@gmail.com','cAmqDaYksRfpISF'),(2841,'AvUoRjcrVkYae','FpDQihUaWMALx','2081672270','nyczmikey@gmail.com','YhUKFwDjSsxzoc'),(2842,'eEvWDfbKaFIm','afrBYnoFtVMESkWO','3318663350','nyczmikey@gmail.com','dMiyzZsaQtYvPhDH'),(2843,'KGBdDeQVTXxA','zrWRwIKbiO','9139575421','maddi2308@gmail.com','OYSeMPXc'),(2844,'PIQemUnDysRGHJ','SziDbeNHJwUkhKWL','2444729254','maddi2308@gmail.com','FqvzydsKlMNVCUZ'),(2845,'yxcesWVQIpJnPr','KorhGnUDSqPRCsyX','8636272562','amertrad@prodigy.net','ZaFQkHpXjVchme'),(2846,'XYNMhzyIWvxqAac','ghWVyfMv','8268471640','amertrad@prodigy.net','WRdAyLVajXpqEc'),(2847,'LyKdkvXaMn','QcIGmnWerBSqZ','3280767927','acwong2001@gmail.com','hiObpHTNoCxPeX'),(2848,'tXwljKCJYsO','kAjVJluINK','2041800127','acwong2001@gmail.com','YrSDWKBO'); INSERT INTO `leads` VALUES (2849,'Myra','Lead For advisiahub.com','07602 91 63 00','info@advisiahub.com','Hello there\r\n\r\nWear with intent, live with purpose. Fairly priced sunglasses with high quality UV400 lenses protection only $19.99 for the next 24 Hours ONLY.\r\n\r\nOrder here: kickshades.online\r\n\r\nBest regards,\r\n\r\nAdvisiaHub – Advisors & Consultants for Business & Careers'),(2850,'ZrsAWBkY','bDWTMIpNXcVa','6595450716','erikrod26@hotmail.com','XLFbGlQsemajHMB'),(2851,'vKZjhYMFe','RolWnjcZFfprUS','2922352775','erikrod26@hotmail.com','rjRhtCwD'),(2852,'PygXnkRlfQW','AELveOpkRYCrxuB','2789173505','sdmellon@gmail.com','DUYRAneghwrmj'),(2853,'IiywgXvL','SdrNiJnDzB','2591753520','sdmellon@gmail.com','qQAlLjXyfcGto'),(2854,'hsHxOWaTYDpF','PBsEuUybtDqw','7480390023','aldosanjoto@hotmail.com','ZFmqJoYAuNhkwg'),(2855,'aSQdqfEZon','msuSDcIlZYMpT','8534826393','aldosanjoto@hotmail.com','wFnghevIKHkLmCQ'),(2856,'KNzVaYIthCA','GHCEoekjvIR','5875458836','shazanusmani7@gmail.com','MeqHPWJmKuztV'),(2857,'NFMOGjdyIWoPDwTs','hLXuiaZQ','4133219875','shazanusmani7@gmail.com','tqesbmVYgwZkXT'),(2858,'ihROvPrG','xqhldoLZC','4700952204','mesonenergy@gmail.com','IYwqmNJxOKPlac'),(2859,'XxvlKAODM','GelbpUfhJsnkYzX','9693444104','mesonenergy@gmail.com','kAeGCFfdP'),(2860,'basNjugdyU','kANIfOtEa','2584962014','onyaros@gmail.com','FsxDPhtgfyG'),(2861,'WZildOogy','UacLdnFM','9941686840','onyaros@gmail.com','EYTrzVxqCtKGieUB'),(2862,'qahwOZYPM','XvcKxCULeaSiqnh','9249425908','jeffreygangel@gmail.com','BcUbsLZGJHdXTNet'),(2863,'fQnmsWrikHCM','COXidnehb','4137825551','jeffreygangel@gmail.com','tCafnZRIpOKTGVU'),(2864,'VGsykvHeoufQpnL','JdEBoWbLIzFZv','8344833160','soundmind7231@gmail.com','KcIuskhqZFR'),(2865,'yaWhDXvgTUZdqI','TDYdnZrR','5408858382','soundmind7231@gmail.com','cXwvAgtozHb'),(2866,'hLjyeHKFxVP','JqkeVdRKawzvIb','3006440263','traci@wardp-m.com','OXFVuRzTIiWba'),(2867,'EtBUnWAzudFLS','QGAcChgNofvTsu','5228128908','traci@wardp-m.com','xmydFgenulqOTCHB'),(2868,'gGeyJBxbRpQ','aYkloshnrHRQK','2663385551','edouardbolduc.t@gmail.com','PzkYohKbFZJcgenf'),(2869,'BkGJANYXxhyfEgoK','JSGRzOkBQthepM','9843688402','edouardbolduc.t@gmail.com','YIfuxNSBslvqLdbg'),(2870,'fQFoEwbevtmLrNc','xmzynLdGMX','9528207982','jimfioskgaming@gmail.com','nJDcTEBtNedwhsbk'),(2871,'QMrneXBKR','cmBOJEbyPxFrIp','2651311448','jimfioskgaming@gmail.com','jekEirSo'),(2872,'FXvxQNtULfl','lFxeJzHqiTGLscZP','6107955044','hwm@charter.net','UjlpXhWEeOBFL'),(2873,'aYdtjDIXizR','BzLJtenZUHRAkp','5534618334','hwm@charter.net','dgTSYpcwrPCJHti'),(2874,'fHMeFRXJThpyPKx','IvcZrjiTe','3366698000','bahamou@gmail.com','PHhXVFseAZ'),(2875,'tJVTGmrZh','kgLzQrEKAZNHeF','2897259728','bahamou@gmail.com','lqRpQtVX'),(2876,'SbDcauRCQrwhiq','WdRFEUNGq','3814638777','kristinstewart@gmail.com','ZjHuzsWIganvE'),(2877,'oKMEarqV','IJGOSigPZFqh','3774268868','kristinstewart@gmail.com','BHpnVwCtPDmFS'),(2878,'uxzLilpaXUyYq','pURNhifWSomgXCul','2946659992','jimmynguyen17@netscape.net','ufYDleRNQvmKAOBd'),(2879,'YeijVrmDC','mDrwSFeVgX','5333734862','jimmynguyen17@netscape.net','juCkRmtn'),(2880,'cOPIWyVSMv','HMzGFPKRQf','5231206523','sitrom09@gmail.com','EMmIxdFrvPXyHLb'),(2881,'peCwboHi','masCjtol','3547156710','sitrom09@gmail.com','oLRjXYiM'),(2882,'HBigxZtaU','gCqyeiTvPRrhlbN','7885808682','megz102187@gmail.com','PkjAdLVTOrgvDBxq'),(2883,'JfORtmwnrhW','ZjSgEkbhatmWzJn','6677725376','megz102187@gmail.com','KghStEieXlU'),(2884,'XAyoOCzDm','XCUJDYaA','5505340357','rosemarie.irwin@gmail.com','BFOaCWjK'),(2885,'EBMTjvdgVqx','FtakHEwcuqPIRJT','3825728632','rosemarie.irwin@gmail.com','RGPyvzto'),(2886,'kufyTLNocmKpUxH','AUEnLSGJl','4474481924','kennethvasquez00@gmail.com','XLverKpwciHV'),(2887,'GmFxsSyOQ','pWIJzawYduO','2657248013','kennethvasquez00@gmail.com','bPqJCVEDfhu'),(2888,'hcuaXiOUT','sACKzObVckJXy','3577050916','dc2itr95@gmail.com','nqcaHDKYeh'),(2889,'NyxGEgvY','RQSbDuhNGgEZ','7823595283','dc2itr95@gmail.com','LZlHOTaV'),(2890,'BnkjDTImVXNpR','dPvGFzSQLjaRsyDm','5865262262','dc2itr95@gmail.com','dQmBfIWhjnb'),(2891,'xkWlAMGXmgQyY','ebRsAnkmhTd','7217756161','dc2itr95@gmail.com','nwFrMWVp'),(2892,'PLlCGEFurBKxw','PURyKtobG','3250083883','angels0016@hotmail.com','wgyrNfEGJA'),(2893,'isTQNKfDyXak','aokKVFGyQmvBcef','5391973829','angels0016@hotmail.com','RAtoqzEQlnDZ'),(2894,'ldiDStPgwjKyXHq','DKxFyPilZgHzMdJ','9489111779','ctoulany@gmail.com','tZzUdgkeYErN'),(2895,'psuYSwPyxOXN','RZVihxCuzql','7650557789','ctoulany@gmail.com','iBNbVKuYTpJCa'),(2896,'ancdDzOjukGfEv','gqOcBmhLNQ','4219647402','chuck@airlinecargo.ca','yenAlmFi'),(2897,'LmRjIMVFgi','pRviHUNcwXlFE','2900400696','chuck@airlinecargo.ca','jOukSYTMcA'),(2898,'TNaZVEsWMIlu','UAsxOFGtDKl','9770527320','jacoboconnor79@gmail.com','uihXBYmoOR'),(2899,'FswOdviqjnzftN','PBrANFXOeiu','5147016411','janegriffith05@gmail.com','xbnBQrPvuqwFj'),(2900,'qXQwTrJsGyIza','UdiKaLVRsDHCPhX','2043828826','janegriffith05@gmail.com','BntwpKYo'),(2901,'Maik','Best Offer For advisiahub.com','08331 56 12 21','info@advisiahub.com','Morning\r\n\r\nBe Buzz Free! The Original Mosquito Trap.\r\n60% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping\r\n✔️LED Bionic Wave Technology\r\n✔️Eco-Friendly\r\n✔️15 Day Money-Back Guarantee\r\n\r\nShop Now: mosquitotrap.online\r\n\r\nSincerely,\r\n\r\nAdvisiaHub – Advisors & Consultants for Business & Careers'),(2902,'ytvYPheGdDsBjgFq','TZmogJMFterbfs','2994872503','charliegregson10@yahoo.com','XuJhGsMycSmCQkTZ'),(2903,'eFZXvkWfIw','kFbLdTSGpKwn','5961805533','charliegregson10@yahoo.com','nryLFURsjeMA'),(2904,'Nicole','Quick question about your business','464 1983','nick@send.sohbetlal.com','Are credit card fees costing you more than 20% of your monthly profits? Are you paying 1.5% to 2.5% in Credit Card Processing Fees? How much is that every month? \r\n\r\nYour processor isn\'t telling you everything. Why are they hiding the lower fee options?\r\n\r\nMerchants everywhere are switching to our Unlimited Flat-Fee Processing for only $24.99 per month. \r\n\r\nWe make it easy. And UNLIMITED.\r\nProcess any amount of cards for the same flat price each month.\r\nNo contracts. No surprises. So hidden fees.\r\nWe\'ll even start you off with a terminal at no cost.\r\n\r\nSeptember 2020 Limited Time Promotion:\r\nEmail us today to qualify:\r\n- Free Equipment (2x Terminals).\r\n- No Contracts.\r\n- No Cancellation Fees.\r\n- Try Without Obligation.\r\n \r\nSend us a quick email saying \"I\'m interested\" by clicking this link:\r\nhttps://l.linklyhq.com/l/5udU\r\n\r\nBest regards,\r\nNicole DeRaegan'),(2905,'Jimmy Scowley','Ready-made scale models of World of Tanks','87773355938','jimmyscowley@gmail.com','Dear Sir/mdm, \r\n \r\nOur company Resinscales is looking for distributors and resellers for its unique product: ready-made tank models from the popular massively multiplayer online game - World of Tanks. \r\n \r\nSuch models are designed for fans of the game WoT and collectors of military models. \r\n \r\nWhat makes our tank models stand out? \r\n \r\n- We are focusing on tanks not manfactured by any companies, therefore we have no competitors \r\n- Accurately made in 1/35 scale \r\n- Very high accuracy of details and colors \r\n- The price of the model tank is the same as the production cost \r\n \r\nIf you are interested to be our distributor/reseller then please let us know from the contacts below. \r\n \r\nhttps://www.resinscales.com/ \r\nhttps://www.facebook.com/resinscales.models/ \r\ncontact@resinscales.com \r\n \r\nIgnore this message if it had been wrongly sent to you.'),(2906,'ftgeWqspVPGx','yFDxUdvcCEu','6650938823','adela.farrow@yahoo.com','JskyghmHOSqUP'),(2907,'owAWVhnXCTlxM','dLcGbDlna','4435729579','adela.farrow@yahoo.com','goheXFOJRtyaLr'),(2908,'Erin','Sharks: This tiny pill changes everything. Now you can tap 100% of your Brain Power.','302-787-1936','superior@brainboost.com','From:\r\nHEADLINE NEWS August 2020\r\n\r\nBill Gates: \"Americans Must Use This... I Never Leave Home Without Taking It First\"\r\n\r\nThat\'s Bill Gates talking about this breakthrough treatment for getting his brain back in top shape. He is not happy with where the country is headed and so he has poured money into a treatment that has rescued his mental clarity and it\'s doing the same accross the nation.\r\n\r\nSpeaking on the TODAY Show last month, Bill Gates, Founder of Microsoft, spoke to the audience... \"America is losing because of our own stupidity\" We have got to change the way things are. You won\'t believe what Mr. Gates said he uses... \"\r\n\r\nFull Story Inside >\r\nhttps://dclks.com/click.cgi?a=662x9a3059&o=72x335249&t=85x34d6a5&sub2=brain\r\n\r\nIf you have a brain you must use this. See what the Sharks say...\r\n\r\n'),(2909,'RobertElich','Lead For','88662741569','info@advisiahub.com','Good day \r\n \r\nWork out to a whole new level with our P-Knee™ power leg knee joint support! 60% OFF and FREE Worldwide Shipping \r\n \r\nOrder here: p-knee.online \r\n \r\nFREE Worldwide Shipping - TODAY ONLY! \r\n \r\nKind Regards, \r\n \r\nBrowser Categories - AdvisiaHub'),(2910,'Sandra Amparo','CONGRATULATIONS FOR BEEN A LUCKY WINNER','88739275388','worldwideclaimsagenti@gmail.com','WORLD HEALTH ORGANIZATION / MICRO SOFT CORPORATION / EURO MILLION LOTTERIA \r\nGrand Royale Park Spain. \r\nDear Beneficiary. \r\nWe are pleased to announce you as one of the 10 lucky winners in the Euro Millions Lottery International Email Address draw on the 28th of August 2020, due to the mixture of names and address the result was released on the 2nd of September 2020. \r\nAll 10 winning addresses were randomly selected from a batch of 50,000,000 international email addresses. Your email address emerged alongside \r\nWith 10 others as a category 3 Winner in the Euro Milliones Lottery Draw. Consequently, you have therefore been approved for a total payout of Euros €1,000,000.00 (One Million Euros Only) The following particulars are attached to your lotto payment order: \r\n(I) Batch No: BCA/022/CAC(ii) Ticket No : 197-033 -02345(iii) Lucky No: 04-6-8-12-24 \r\n(iv) Ref No: MTD/SAN/9500/LAS. \r\nThe Euro Millions Lottery Program internet draw is held once in a Year, and is so organized to encourage all the people facing these Covid-19 cases. We are proud to say that over 200 Million Euros are won annually in more than 150 countries worldwide. \r\nTo claim your winning prize you are to contact the appointed agent as soon as possible for the immediate release of your winnings: \r\nNAME: DR.AMPARO ITUBI \r\nAMUCIO ABOGADOS FINANCIAL ATTORNEY SSL. \r\nEmail: amucioabogados@infocaixa.info \r\nContact Phone : 0034 -603 - 248 - 636. \r\nSincerely Yours,. Mrs. Sandra Amparo PROMOTION CORDINATOR.'),(2911,'Maike Reine-Berg','We Can Help.','86676321457','reine.berg@aol.com','My name is Maike Reine-Berg, Customer Service Representative for AAA Structured Finance Ltd, thank you for your time, my company offers project financing and lending services, do you have any project that requires funding at the moment? You need a business or personal loan? We are ready to work with you on a more transparent approach. Contact Us for more information via email: Reine.berg@outlook.com .'),(2912,'sxRbhpLvFdJW','MIYVSUEQ','6275652410','DolgnpleffpFK@yahoo.com','tzWMyHBdDF'),(2913,'EcpKMtxdYCQrZLX','xRTzmkJGdqunPjtQ','5407130333','DolgnpleffpFK@yahoo.com','qGWoTLku'),(2914,'Melina','Sharks: This tiny pill changes everything. Now you can tap 100% of your Brain Power.','302-787-1936','superior@brainboost.com','From:\r\nHEADLINE NEWS August 2020\r\n\r\nBill Gates: \"Americans Must Use This... I Never Leave Home Without Taking It First\"\r\n\r\nThat\'s Bill Gates talking about this breakthrough treatment for getting his brain back in top shape. He is not happy with where the country is headed and so he has poured money into a treatment that has rescued his mental clarity and it\'s doing the same accross the nation.\r\n\r\nSpeaking on the TODAY Show last month, Bill Gates, Founder of Microsoft, spoke to the audience... \"America is losing because of our own stupidity\" We have got to change the way things are. You won\'t believe what Mr. Gates said he uses... \"\r\n\r\nFull Story Inside >\r\nhttps://dclks.com/click.cgi?a=662x9a3059&o=72x335249&t=85x34d6a5&sub2=brain\r\n\r\nIf you have a brain you must use this. See what the Sharks say...\r\n\r\n'),(2915,'Marcel','Sharks: This tiny pill changes everything. Now you can tap 100% of your Brain Power.','302-787-1936','superior@brainboost.com','HEADLINE NEWS \r\nPress Release: August 2020\r\n\r\nBill Gates: \"Americans Must Use This... I Never Leave Home Without Taking It First\"\r\n\r\nThat\'s Bill Gates talking about this breakthrough treatment for getting his brain back in top shape. He is not happy with where the country is headed and so he has poured money into a treatment that has rescued his mental clarity and it\'s doing the same accross the nation.\r\n\r\nSpeaking on the TODAY Show last month, Bill Gates, Founder of Microsoft, spoke to the audience... \"America is losing because of our own stupidity\" We have got to change the way things are. You won\'t believe what Mr. Gates said he uses... \"\r\n\r\nFull Story Inside >\r\nhttps://l.linklyhq.com/l/63UA\r\n\r\nIf you have a brain you must use this. See what the Sharks say...\r\n\r\n'),(2916,'UgadMtfjDuVQ','XvTmcgyUG','3467477622','powersp030@gmail.com','oPgrFeydALEWluT'),(2917,'uePlzmJtrpkGA','pWRuFEjaBXQs','9971152662','powersp030@gmail.com','qFCMUziGZerWln'),(2918,'Antoniobog','Test, just a test','86245649747','yourmail@gmail.com','Hello. And Bye.'),(2919,'rhCEklMHePb','uABFKgeJLcpfqr','2105711867','fostertanner1980@gmail.com','eSazxZtWpP'),(2920,'HRdBZfpFC','VPXrjAaiyZR','5208461721','fostertanner1980@gmail.com','HQqAZgbfT'),(2921,'QLHymioSFGAP','OrbnEQhTZR','9766660949','fabuless11@gmail.com','IXpDcCdAgNb'),(2922,'lfeAuSIaHM','evsfmplV','5621504284','fabuless11@gmail.com','UnORSqFwHT'),(2923,'XYkjuMoSw','YuTpyEoigXnUAq','9235881469','HtchierGremingerkoV@yahoo.com','nVXziSse'),(2924,'ZgJVbNhrILsGEwUy','HzahuADVlYko','7267180546','HtchierGremingerkoV@yahoo.com','sCxGLjYJbOqyQowu'),(2925,'AOUixDNoXSyp','BzEYGLtVOFiArDn','5776878370','agranitebay@gmail.com','SdVZLsIQXTl'),(2926,'gphaSHnYCuOJiLRs','TMjvomuEWw','8022865452','agranitebay@gmail.com','FDAQxWIstuSczT'),(2927,'sKtLuCScUfEbgzl','LuoxUNAwvi','6655910072','samanthaceballos2708@gmail.com','ROMVijvQL'),(2928,'noyCrcHGJP','UqpCXFydiKvmBLae','7609389077','samanthaceballos2708@gmail.com','kBfahbPMYuwcUpj'),(2929,'Benedict','Sharks: This tiny pill changes everything. Now you can tap 100% of your Brain Power.','302-787-1936','superior@brainboost.com','HEADLINE NEWS \r\nPress Release: August 2020\r\n\r\nBill Gates: \"Americans Must Use This... I Never Leave Home Without Taking It First\"\r\n\r\nThat\'s Bill Gates talking about this breakthrough treatment for getting his brain back in top shape. He is not happy with where the country is headed and so he has poured money into a treatment that has rescued his mental clarity and it\'s doing the same accross the nation.\r\n\r\nSpeaking on the TODAY Show last month, Bill Gates, Founder of Microsoft, spoke to the audience... \"America is losing because of our own stupidity\" We have got to change the way things are. You won\'t believe what Mr. Gates said he uses... \"\r\n\r\nFull Story Inside >\r\nhttps://l.linklyhq.com/l/63UA\r\n\r\nIf you have a brain you must use this. See what the Sharks say...\r\n\r\n'),(2930,'gKRAVLmsulabzY','NaWcERpVJlZwfq','2323695677','johnrichards5875@gmail.com','BdyjTlPumU'),(2931,'IKUdAXJgYoBPG','eaSZXIwdbi','6704001696','venusliu7@hotmail.com','tsKeXVzqgocY'),(2932,'xoQZiltGjYenLPgc','cyOetZVEToYrXf','4448413240','venusliu7@hotmail.com','PqbMIHTnfeiLudWx'),(2933,'Deloriswocky','Choose The Online Publishers for All Your Digital Marketing Needs','86148717242','contact1@theonlinepublishers.com','Hello, we are The Online Publishers (TOP) and want to introduce ourselves to you. TOP is an established comprehensive global online hub. We connect clients to expert freelancers in all facets of the world of digital marketing such as writers, journalists, bloggers, authors, advertisers, publishers, social media influencers, backlinks managers, Vloggers/video marketers and reviewers… A few of the many services we offer are content creation and placement, publishing, advertising, online translation, and social media management. We also have two full online libraries, one of photographs and the other of eBooks and informative resources. \r\nSave money and time by using TOP services. Rather than having to search for multiple providers of various tasks, we are a one-stop-shop. We have all the services you will ever need right here. For a complete list, check out our website https://www.theonlinepublishers.com \r\nTOP can help any business surge ahead of its competition and increase sales. Join The Online Publishers today.'),(2934,'UPVSJXiTpaILBF','LzkNceyKhorZDxW','6232280448','mollynoonan@hotmail.com','cyGlLDatOf'),(2935,'putvrDjNXFaqfAyl','gvGAqVsIWEd','4669927684','mollynoonan@hotmail.com','qdLTwzZNBcgSvre'),(2936,'PofMRgaUAnS','DLNZBewPMifAR','5634860310','ijokuo@gmail.com','MFGrHfCLoN'),(2937,'MrIvElRnTby','cOnKxEiLYmUaFpvo','9952044562','ijokuo@gmail.com','mODUPQKnvygYbofx'),(2938,'JUeuDcqYhdfR','SyOkmhLtrKRlECVQ','4750784353','etabor11@gmail.com','khnUQpJDXTg'),(2939,'nWkShHrBUs','WlGsXBiSaJpwzD','3450378372','etabor11@gmail.com','MFuIlsEavGPAq'),(2940,'Marguerite','Sharks: This tiny pill changes everything. Now you can tap 100% of your Brain Power.','302-787-1936','superior@brain4power.com','HEADLINE NEWS \r\nPress Release: August 2020\r\n\r\nBill Gates: \"Americans Must Use This... I Never Leave Home Without Taking It First\"\r\n\r\nThat\'s Bill Gates talking about this breakthrough treatment for getting his brain back in top shape. He is not happy with where the country is headed and so he has poured money into a treatment that has rescued his mental clarity and it\'s doing the same accross the nation.\r\n\r\nSpeaking on the TODAY Show last month, Bill Gates, Founder of Microsoft, spoke to the audience... \"America is losing because of our own stupidity\" We have got to change the way things are. You won\'t believe what Mr. Gates said he uses... \"\r\n\r\nFull Story Inside >\r\nhttps://l.linklyhq.com/l/63UA\r\n\r\nIf you have a brain you must use this. See what the Sharks say...\r\n\r\n'),(2941,'UgHiLvwQPAmDNx','iFByXAnodebMSGR','6047576026','sheriacool07@gmail.com','VKoLNbkAfFRG'),(2942,'BsWoAqir','jbEPgrxkD','4926186940','sheriacool07@gmail.com','SxNAdejVHqTKCp'),(2943,'tOxQaPHL','SlsVHPgNZd','7673331567','patrick.mcnamara.2016@gmail.com','XRiAfPmlUh'),(2944,'fFcrBSyQ','vNfaSrAbHuT','2241568776','patrick.mcnamara.2016@gmail.com','bQPwdicsrTJEM'),(2945,'MIDTcgwo','kDsQBrdRObjl','7928386127','hpressman@gmail.com','bxGfvwuU'),(2946,'mlWuGbhBc','uKvxetwoED','9988853492','hpressman@gmail.com','HGRLwuqOYFbi'),(2947,'OpwZszeIQF','YhxfbjsgZ','2587922483','rfischer18@optonline.net','DNixahAKvjTWkdOo'),(2948,'zAQdblNvuG','xJBCRjzvHS','4005250364','rfischer18@optonline.net','FiThCtgY'),(2949,'fbyHTsOhFuVnSx','XJsUQSkLoyTvGNl','6535356134','idkwhyyou@gmail.com','eQIyXkxJtfPBZcu'),(2950,'FxLXMngv','lhNyIFSejBoaY','4503640785','idkwhyyou@gmail.com','DjJCPmyRQib'),(2951,'yClOWxtT','pOILSuMGBz','4379389529','Matsumotoz1DYXpeculs@yahoo.com','xZDgJCmsq'),(2952,'jZwkUuNqEae','emWzwUhkjYbBRIE','2711296816','Matsumotoz1DYXpeculs@yahoo.com','RCotsrfYgAW'),(2953,'PiXlIgUHwSztJj','alLkvjyHBrVzTq','5908562950','jfuller@boyslatin.net','ZcPAfkNaLM'),(2954,'oEqNvudBrUaVGpJ','JPKXGtRyidSc','4369883426','jfuller@boyslatin.net','mqAhBpWDf'),(2955,'FTJgHsmDvYWLOIC','cCHYRtIMN','2903153459','joew@soldiersports.us','IJZhfbtBW'),(2956,'krsLcuhdCP','cTUgAwPWVICzJSsm','9126551161','brennanturn@gmail.com','tOApLFvG'),(2957,'YqmyLTHcE','ioHrfwqNhWDK','3155142908','brennanturn@gmail.com','LQawSidGTyrqE'),(2958,'oZqIicdtUNXeJL','EVHZuMjGisqml','7765334559','ggomez69@msn.com','qdIHXoUwBNP'),(2959,'WarNOdqRTZ','nkCElqotGzvYLhwI','3823652241','ggomez69@msn.com','YrQgjUZl'),(2960,'aWpEwBrHgdmZP','TdkWRmwY','9910282831','candklawn@gmail.com','zeBJHyrXqpCZd'),(2961,'olTYHXdPsZUGC','nBQAHakfphlvEJom','8586633208','candklawn@gmail.com','UqYQhCVKX'),(2962,'yxvXzWTj','pmELVPwhMCxUGFS','6471365387','svanderbosch@iwon.com','XgbkyKRZdrpOMVH'),(2963,'lXnMiBCcVFTve','SgQOKATN','9698019516','svanderbosch@iwon.com','vUOYjexiwImSHspq'),(2964,'Antje','Sharks: This tiny pill changes everything. Now you can tap 100% of your Brain Power.','302-787-1936','superior@brainboost.com','From:\r\nHEADLINE NEWS August 2020\r\n\r\nBill Gates: \"Americans Must Use This... I Never Leave Home Without Taking It First\"\r\n\r\nThat\'s Bill Gates talking about this breakthrough treatment for getting his brain back in top shape. He is not happy with where the country is headed and so he has poured money into a treatment that has rescued his mental clarity and it\'s doing the same accross the nation.\r\n\r\nSpeaking on the TODAY Show last month, Bill Gates, Founder of Microsoft, spoke to the audience... \"America is losing because of our own stupidity\" We have got to change the way things are. You won\'t believe what Mr. Gates said he uses... \"\r\n\r\nFull Story Inside >\r\nhttps://dclks.com/click.cgi?a=662x9a3059&o=72x335249&t=85x34d6a5&sub2=brain\r\n\r\nIf you have a brain you must use this. See what the Sharks say...\r\n\r\n'),(2965,'shXZIcMmDk','WZSdujCgqH','8527583275','colleenscanlan60@gmail.com','yRHrzspAKxP'),(2966,'kPELHorIyfwWcT','eroZbuFiWmN','3685168795','colleenscanlan60@gmail.com','oVjGkdBw'),(2967,'SNcCWpuJzRFAroyh','hvquPfiWMYBbm','8915440086','jogdesigns8387@gmail.com','nYWQyorlBK'),(2968,'vGMhUTjcyZ','FLuKbrXTha','9787893370','jogdesigns8387@gmail.com','YopWIOHvuj'),(2969,'WcqPuMyK','KEYRZOnCodwItLDz','6929240218','laree30@gmail.com','TwAyvbfmMK'),(2970,'JsmWjwMVfSKHheUu','OQAYuDLMvgcVUH','2577675930','laree30@gmail.com','ClqZRIiQMNawKxEy'),(2971,'ELWtonJwFHGvkrXl','SUvsqpajnIO','8573523219','hyrjana.dibra@hotmail.com','ioEGwcyFKk'),(2972,'jJZYIClozwMmHK','OXiLswjaRD','7453609789','hyrjana.dibra@hotmail.com','gKIyixCTs'),(2973,'gXBSWaJfDp','EliXCqLYWwTkZBcv','2582533778','cynzia60@gmail.com','yQcljREaXb'),(2974,'uSvhraBYPFZTgzsJ','AVRXirvwksgyQhaW','3091778033','cynzia60@gmail.com','rqtMPzAy'),(2975,'vNbRAiIcqzP','XoAlYrnP','8655504534','rsruss6399@hotmail.com','ZgqlmtVXOUpeco'),(2976,'xELTKBrPo','EUYODPlW','7364838616','rsruss6399@hotmail.com','xvlOrDPRMfWQe'),(2977,'xiwgpfckVPEUoh','uEOMzwPYlqraipD','4916136028','normasal10@hotmail.com','PqAcSdfoxRp'),(2978,'QobMXcwK','pBCcvSOJTkW','3718944332','normasal10@hotmail.com','dwsNGDnCFoKzLqQ'),(2979,'gbLZGlIwEDFr','TkNEHXblKLYtRwQ','8225889004','uptwnprop@gmail.com','LSPBItrlUDVbgu'),(2980,'QlCjROEeisLW','JwrgMfxl','4439750588','uptwnprop@gmail.com','TxAMaSdJOLBnqfiK'),(2981,'SNPVlhuXnUC','DJbIGrCFOoZW','3572691438','soorwilf@gmail.com','knyEoBIFSpgcs'),(2982,'amvEfrZQH','sjLGnIeHoYciu','9832730008','soorwilf@gmail.com','SRIFlmrpXwGjc'),(2983,'jyNQhcunIGJoBbPY','btkrTXBZjeugf','7425663544','erikjohnnelson@hotmail.com','aEMTvPCdHyJke'),(2984,'jaQyxLEmlJDPir','rGPayDWw','3667351862','erikjohnnelson@hotmail.com','nLBJcuWgtoFPrGCy'),(2985,'mTWuMGdLvSikr','sjzDYhFGPcmqre','8949731313','sterlingwebster@gmail.com','hoRAqsGV'),(2986,'qrpOUudLaMw','DfjVUOHC','3457500932','sterlingwebster@gmail.com','ndTifQheYV'),(2987,'DtliZrBOfc','hoSWcVHPUnCdfR','5286902040','ranksProvenz8vSXC@yahoo.com','atRBiegz'),(2988,'DLbpNKVcTlF','XBJvKfItMqRbrsQc','4114979802','ranksProvenz8vSXC@yahoo.com','ExahnrDV'),(2989,'NJoYtEvWCqurXplj','yrzoHKxqcEYbQOR','8235183013','teo160820@gmail.com','blinTHaqpmSvo'),(2990,'BkLNDzHOsT','gWvaNKTsJO','3861491232','teo160820@gmail.com','lUCLnTAyakGz'),(2991,'HpdGTlfeWFMBYqy','ywSizfFeto','9901521911','jrbrown1988@gmail.com','yIjpDRNHdmktWiCa'),(2992,'PapKwjNdutRy','PGRNnOCsMc','4844630807','jrbrown1988@gmail.com','abyAQdNugpXEj'),(2993,'Mike Chandter\r\n','New: DA50 for advisiahub.com','82166824323','no-replyDep@google.com','Hеllо! \r\nIf you want to get ahead of your competition, have a higher Domain Authority score. Its just simple as that. \r\nWith our service you get Domain Authority 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://www.monkeydigital.co/Get-Guaranteed-Domain-Authority-50/ \r\n \r\nthank you \r\nMike Chandter\r\n \r\nMonkey Digital \r\nsupport@monkeydigital.co'),(2994,'UZxiCBwRgI','mjUatgAhD','8741767133','johnnie@securedcarpet.com','dQrzKbUWJu'),(2995,'ConlOkZGVMvBbfS','qEyYKZSDMQn','5251197119','johnnie@securedcarpet.com','CAMlOEVzisHUr'),(2996,'tWRoXJuKpaDGge','oCcMWizSQhPOu','4341602559','ctfrye@charter.net','lvwGdSfpqiIVTO'),(2997,'CeQvkASXPTRuax','LEQPKzuYXdG','3144576887','ctfrye@charter.net','djoGJhcLbmVDtyA'),(2998,'GUktBzFLIZhmb','LyYTJmcAPgZlR','8148090532','jmillerforreal@gmail.com','yCLfpxthgU'),(2999,'XFdRLcHD','ioYzRpWZkO','8852929945','jmillerforreal@gmail.com','jFbQmqfRvU'),(3000,'XGsaAuRnNFHkoeK','DHwyWhgCjK','5510052067','cynzia60@gmail.com','jbicJdDIqsg'),(3001,'HyoYWIVA','KiJoQUAEfsa','3112141265','cynzia60@gmail.com','ZpOWNhDTBskKEnid'),(3002,'lwTHFYjBqtShAe','xRSKPYwegQMJmOkr','7241672398','gemsax@comcast.net','xCrDEfQJ'),(3003,'TNMujgHOZ','YQvGzsqfcdiFHpOA','7249861565','sgardia1RHSonnnklar@yahoo.com','wnedGJFEiQSzcy'),(3004,'RjrVykFfMmxn','FJkPaREeSDBsWM','2061817553','sgardia1RHSonnnklar@yahoo.com','pyEGnNuMBFJXDo'),(3005,'DtiVhXPWvSZQTwp','RLtbruCgYXxa','4738722879','dburkeva@gmail.com','woMUHPcZQqBSTEG'),(3006,'xrItMFzbyPOchU','HqUbZoFv','4676992803','dburkeva@gmail.com','ElcJvPdyW'),(3007,'dSVcKJisNRzGL','GeHNFufaBDl','9882896041','HagensenMossaaOpP@yahoo.com','vKoWUCyXz'),(3008,'egktMfqKT','kvjOYnIhZMz','5743577595','pennington.michael87@gmail.com','qwGlmUSrkvuoEO'),(3009,'aFLmXezxphEMvN','CoRZmuJxHjvnSaBE','5823937096','pennington.michael87@gmail.com','pZGcogSfyTPB'),(3010,'GSTgUJOx','PGFrgJMz','8058228055','munchzero@hotmail.com','hsVnPztqKjLgxE'),(3011,'wQVORoiGgEaWrB','eqoiuaxvwRnYtJm','2005268569','munchzero@hotmail.com','ExVICnvNJibgyl'),(3012,'bSpOVwqtlsBYohAf','rJRATZQPhK','6973662383','diegodiaz57@gmail.com','ITiSrAXpgsEhDw'),(3013,'dcCXayJRGxsTLwO','pxBZSrKewck','9807657640','diegodiaz57@gmail.com','voBlhHWCYGyLKSO'),(3014,'QRXqIYgJhrpdl','WZCfrPGt','7004363047','brosnanj@gmail.com','RuONPigpyEQthT'),(3015,'GFmOhAielHWnxEb','NdJpzUksG','8153382482','brosnanj@gmail.com','zNuvVfDPClIKhy'),(3016,'WkminbCy','sAwvpSgo','9596792940','mands41203@comcast.net','NSZtjqxpTor'),(3017,'pmEhTKuJ','vyLeRGMEA','6836218675','mands41203@comcast.net','FhEOfCKjSQ'),(3018,'APqjgxeCSZi','xMLrsvfyqOd','4510633733','brooksjudy@comcast.net','hQFOyKVcnRxLPa'),(3019,'dMFJbDheAYEaLc','kAYaTEbsJZGejf','2028803552','brooksjudy@comcast.net','uvwigLnmQAZqk'),(3020,'EjXkFbiwqzaWQ','PbQYEkGv','7860226215','twigs27@gmail.com','CsOWyvmLDaNhRGz'),(3021,'pKdLlgyj','NDGwCEnWTseh','8087535494','twigs27@gmail.com','UwNuAiQcGLfYbIJt'),(3022,'TzFUMwxtmAli','sLBRHzWOowVPiXNZ','5225099320','morgandownes9@gmail.com','qWKRePUskigzV'),(3023,'vgHEfhwcrzLTyP','NTOMGsgJVeUvyx','9920078113','morgandownes9@gmail.com','fqDjUIOmZLeyA'),(3024,'KOhnaqgmvGDki','UonmRNkj','6754421080','alexpaulsimons@gmail.com','KZAdHFgShrJGDwXs'),(3025,'ylRqWEnxw','QUuinEIcAXmV','4717651064','alexpaulsimons@gmail.com','mXTPLZUvRAjb'),(3026,'uziCBUmvqkQN','uGiFdZloCXrjOsUH','3624259917','moni102364@gmail.com','pAjCHOfSZP'),(3027,'hXjkZLYtwsFUrya','YagHceFzoVJptPR','2507067903','moni102364@gmail.com','aNhCgvGyPAVH'),(3028,'cpXJMyajukFrTEZh','MHguAVbXvqJoLDei','4574571902','richshook@cox.net','kRoxIWAyiz'),(3029,'wVZFndlgAYMsLyoW','xRFUEujXvhaD','2251648866','richshook@cox.net','jZmSiJdvLrlsAKNI'),(3030,'ueIcmrLXdf','CGJVtEOIvKwN','7129971242','brahmnoorshahi@gmail.com','WdvxrnOmbs'),(3031,'xAfXihIw','AxJwILubaXUHeGDp','4153820430','brahmnoorshahi@gmail.com','qFLHxAJZMPpctX'),(3032,'kPoJIDQSrb','EAfLkGybdUQFvga','2318495351','dcampinsochoa@gmail.com','OgabCQVXYeZMUBxL'),(3033,'eWaoBlhiuCFxfJyQ','kghXmVBASPGKTRW','4511011796','dcampinsochoa@gmail.com','NKXhgATRxWpleBdm'),(3034,'xzFnjvSENp','DgprxVnJ','2501074797','bderbin69@gmail.com','NUqjptdLFGBAEoxk'),(3035,'fqSlcOBjDxAXm','LtzkvAHSjBKX','2109237846','bderbin69@gmail.com','HDuIpVMhjwzSvNUb'),(3036,'vcRweWtDmhgY','aMDRpeGnKStfYm','7056366403','dewashburn86@gmail.com','AuZpBhmVcDn'),(3037,'bQMsRxSIFgOz','AeRBINgqfwkzXVb','8945508312','dewashburn86@gmail.com','PzMvGoObZV'),(3038,'TuBVMhlf','qidfTnWEBwso','5624012988','jjking5002@gmail.com','bqjUScdXLYlhA'),(3039,'oJNHOrapqm','IMUThsNEqdSmcH','4249043198','jjking5002@gmail.com','snEDIaVdAQOrLS'),(3040,'ZzpVYBucewmDq','CXqNubMApJ','3600315602','chelmsen@gmail.com','EwXUgQkIFWNZcvoK'),(3041,'xWGlDXcqg','FRyCQObYwJdE','3419720130','chelmsen@gmail.com','btSwjnzOauITJRvs'),(3042,'ozuXWHVtlisFSyO','mwBqpiUFPTbrhe','2557729159','sramirez5700@gmail.com','YWgbdBsMzixyKXe'),(3043,'aoXpjeBP','lKDGQVjEH','6602684792','sramirez5700@gmail.com','FlCdYArnpfoLJbe'),(3044,'xyerXJcYzvLmCBZ','sFOvdALknRTajZ','3830524388','traxtereq@hotmail.com','vXQyKxpJtMiuFhza'),(3045,'fPFrLyXUEo','OdcPzjRy','3778114319','traxtereq@hotmail.com','zSwcNiEbq'),(3046,'bzOwfWSZTm','tpJlxUdomnybLSqe','5279475929','ricksolo88@gmail.com','guHUphoazQml'),(3047,'gBjwJfsSQTz','ErogsObhwk','5494974113','ricksolo88@gmail.com','ILdabZljO'),(3048,'vNQWEjJYas','ZegDGUaXhYSRz','6139813962','gayllon2@gmail.com','aHvqNMfmezBXVF'),(3049,'hNUTynELzVYg','WRMYutBOjkNTnLKp','7071253294','gayllon2@gmail.com','sgdKqNfyLB'),(3050,'BOjFWLaSzJVbN','PSiuVNbjYeyFX','2011344896','twong12342001@gmail.com','TRykXIJoHgMWKiZ'),(3051,'abHYSTvFDrG','gKiPylLYhrUajCTV','4522752403','twong12342001@gmail.com','WMjNaGtHgUfRq'),(3052,'ArthurGak','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw','85798886733','kurbatakifev1987957akp@inbox.ru','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw'),(3053,'ArthurGak','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw','84771742759','kurbatakifev1987957akp@inbox.ru','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw'),(3054,'ArthurGak','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw','88998456392','kurbatakifev1987957akp@inbox.ru','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw'),(3055,'ArthurGak','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw','83516833171','kurbatakifev1987957akp@inbox.ru','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw'),(3056,'ArthurGak','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw','87684518296','kurbatakifev1987957akp@inbox.ru','Nvdfjhdficj efiuwdiwrhfduehfjei kfksdjaksdhsjfhwkjf https://mail.ru/?ddjfsjfuwfw'),(3057,'tkGZaXAjRVNIl','KXSTzCUOZMFLgrdA','5522889259','sandramoore2510@gmail.com','wXrViTKWeJ'),(3058,'AyBpGiLkHobzjrI','ronOIlpFjc','5405191687','sandramoore2510@gmail.com','liCKxopTBZb'),(3059,'XnwSugFaekZLR','dFChKYxHuMpJq','9225775339','azeliakarlina@gmail.com','KSqrOdhHPR'),(3060,'MYhixbnDPKdwIAt','rJKLsIWxcdA','6338679556','azeliakarlina@gmail.com','hzMNfLXaCwEQeJvb'),(3061,'PamelaMub','Grow Your Business with TOP Vlogger Experts','84237879197','contact2@theonlinepublishers.com','Grow Your Business with TOP Vlogger Experts \r\n \r\nHow would you like to have your company\'s story told in video clips? What better way to do that than with a series of short videos? Welcome to the world of vlogging. Vlogging is essentially blogging, except it is in the form of videos instead of written text. When you are a client of The Online Publishers (TOP) we can connect you with professionals who excel at this unique type of marketing. TOP Combines Vlogging and Influencers Marketing to boost your online reputation. \r\n \r\nClients love being able to express the highlights of their company or region through videos. A great digital marketing firm not only knows the ins and outs of creating vlogs but knows how and where to place them to gain the maximum exposure. Allow the vlogging gurus at TOP to do these things for you. \r\n \r\nAnother key feature of vlogging that TOP is excellent at is using social media sites to boost the videos. All exposure that your videos can obtain through social sites is great. Our service providers can successfully accomplish this for you. This is especially fantastic if you need to bolster your online reputation. Vlogs are a perfect way to do that and our providers know how to get it done right. Go online to http://www.theonlinepublishers.com/ now and ask our support team all about it.'),(3062,'Davidepido','ONLINE VERDIENEN VON 3946 EURO AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN','89184114177','aflasrado@gmx.ch','IСH HABЕ GЕRADE UM EINE WЕITЕRE AUSZAHLUNG VON 7.415 EUR GEBETЕN. \r\nhttps://8569euro.page.link/bWac \r\nIСH KANN ES KAUM ЕRWАRTЕN, ЕS MIT MEINЕR FRЕUNDIN ZU VЕRBRINGEN. \r\nNЕHME IСH SIE ZUM ABENDESSЕN MIT? \r\nODER NЕHMEN WIR UNS EINEN TAG FREI UND GEHЕN IN ЕIN SСHONЕS HОTЕL AUF DЕM LAND? \r\nhttps://856253euro.page.link/us9c \r\nICH HATTE NIЕ GEDАCHT, DASS ICH SO EIN DILЕMMА HАBЕN WURDЕ https://8523658euro.page.link/b8s3 ABER ES MACHT MIR NICHTS AUS!'),(3063,'Davidepido','ONLINE VERDIENEN VON 3946 EURO AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN','83363343199','art_b@telenet.be','IСH HABЕ GЕRADE UM EINE WЕITЕRE AUSZAHLUNG VON 7.415 EUR GEBETЕN. \r\nhttps://8569euro.page.link/bWac \r\nIСH KANN ES KAUM ЕRWАRTЕN, ЕS MIT MEINЕR FRЕUNDIN ZU VЕRBRINGEN. \r\nNЕHME IСH SIE ZUM ABENDESSЕN MIT? \r\nODER NЕHMEN WIR UNS EINEN TAG FREI UND GEHЕN IN ЕIN SСHONЕS HОTЕL AUF DЕM LAND? \r\nhttps://856253euro.page.link/us9c \r\nICH HATTE NIЕ GEDАCHT, DASS ICH SO EIN DILЕMMА HАBЕN WURDЕ https://8523658euro.page.link/b8s3 ABER ES MACHT MIR NICHTS AUS!'),(3064,'Davidepido','ONLINE VERDIENEN VON 3946 EURO AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN','87711945686','rosiundklaus@t-online.de','IСH HABЕ GЕRADE UM EINE WЕITЕRE AUSZAHLUNG VON 7.415 EUR GEBETЕN. \r\nhttps://8569euro.page.link/bWac \r\nIСH KANN ES KAUM ЕRWАRTЕN, ЕS MIT MEINЕR FRЕUNDIN ZU VЕRBRINGEN. \r\nNЕHME IСH SIE ZUM ABENDESSЕN MIT? \r\nODER NЕHMEN WIR UNS EINEN TAG FREI UND GEHЕN IN ЕIN SСHONЕS HОTЕL AUF DЕM LAND? \r\nhttps://856253euro.page.link/us9c \r\nICH HATTE NIЕ GEDАCHT, DASS ICH SO EIN DILЕMMА HАBЕN WURDЕ https://8523658euro.page.link/b8s3 ABER ES MACHT MIR NICHTS AUS!'),(3065,'Davidepido','ONLINE VERDIENEN VON 3946 EURO AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN','82946992788','garra.70@web.de','IСH HABЕ GЕRADE UM EINE WЕITЕRE AUSZAHLUNG VON 7.415 EUR GEBETЕN. \r\nhttps://8569euro.page.link/bWac \r\nIСH KANN ES KAUM ЕRWАRTЕN, ЕS MIT MEINЕR FRЕUNDIN ZU VЕRBRINGEN. \r\nNЕHME IСH SIE ZUM ABENDESSЕN MIT? \r\nODER NЕHMEN WIR UNS EINEN TAG FREI UND GEHЕN IN ЕIN SСHONЕS HОTЕL AUF DЕM LAND? \r\nhttps://856253euro.page.link/us9c \r\nICH HATTE NIЕ GEDАCHT, DASS ICH SO EIN DILЕMMА HАBЕN WURDЕ https://8523658euro.page.link/b8s3 ABER ES MACHT MIR NICHTS AUS!'),(3066,'Davidepido','ONLINE VERDIENEN VON 3946 EURO AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN','81669164778','moni19562@freenet.de','IСH HABЕ GЕRADE UM EINE WЕITЕRE AUSZAHLUNG VON 7.415 EUR GEBETЕN. \r\nhttps://8569euro.page.link/bWac \r\nIСH KANN ES KAUM ЕRWАRTЕN, ЕS MIT MEINЕR FRЕUNDIN ZU VЕRBRINGEN. \r\nNЕHME IСH SIE ZUM ABENDESSЕN MIT? \r\nODER NЕHMEN WIR UNS EINEN TAG FREI UND GEHЕN IN ЕIN SСHONЕS HОTЕL AUF DЕM LAND? \r\nhttps://856253euro.page.link/us9c \r\nICH HATTE NIЕ GEDАCHT, DASS ICH SO EIN DILЕMMА HАBЕN WURDЕ https://8523658euro.page.link/b8s3 ABER ES MACHT MIR NICHTS AUS!'),(3067,'Sulaiman Taniji','HONEST PARTNERSHIP','83333726921','profaukdave@gmail.com','Dear CEO advisiahub.com \r\nI have contacted you in your feedback form with an offer to manage a business of high remuneration. \r\nHere is the placement: \r\nValue of funds: ONE HUNDRED AND FORTY MILLION EUROS. \r\nLocation of funds: BANK IN THE UK. \r\nPlacement opens to: COMPANIES/INDIVIDUALS. \r\nFund disbursement: AS SOON AS POSSIBLE. \r\nArea of investment interest: FOREX, CRYPTOCURRENCIES, REAL ESTATE, AGRICULTURE, INDUSTRY, HOTEL AND OTHERS. \r\nPurpose of funds: LONG TERM INVESTMENT (AT LEAST) 10% ROI/PA. \r\nFunds owner: RETIRED TRADER \r\nProof of fund: READILY AVAILABLE UPON DEMAND. \r\nBenefits: 10% Return on Investment (ROI) will be your benefit. If you are capable and ready, kindly reply as soon as possible stating your full names, country of residence, occupation, age and direct phone number. Please, reach out for full details: maerskinsurancebroker@gmail.com \r\nUpon your reply you will be contacted further from our company’s email address. \r\n \r\nWarm regards, \r\nSulaiman Taniji.'),(3068,'Hеу hоt guy! If уou wаnt tо fucк mе оn your stiсk, writе mе wherе we саn mеet. Writе a messаgе hеre: https://darknesstr.com/37hwc','Неllo macho! If yоu wаnt tо fuсk me on уour stiсk, write me wherе we cаn mееt. Write а mеssagе hеre: https://darknesstr.com/37gv0','89458418712','jml.shorty40@gmail.com','Нi maсho! Nоw I\'m in yоur сitу and I wаnt tо hаve fun, I lоvе sеx verу muсh: http://due.im/short/1gai'),(3069,'Hеу hоt guy! If уou wаnt tо fucк mе оn your stiсk, writе mе wherе we саn mеet. Writе a messаgе hеre: https://darknesstr.com/37hwc','Неllo macho! If yоu wаnt tо fuсk me on уour stiсk, write me wherе we cаn mееt. Write а mеssagе hеre: https://darknesstr.com/37gv0','85229529132','e.syldji@gmail.com','Нi maсho! Nоw I\'m in yоur сitу and I wаnt tо hаve fun, I lоvе sеx verу muсh: http://due.im/short/1gai'),(3070,'Hеу hоt guy! If уou wаnt tо fucк mе оn your stiсk, writе mе wherе we саn mеet. Writе a messаgе hеre: https://darknesstr.com/37hwc','Неllo macho! If yоu wаnt tо fuсk me on уour stiсk, write me wherе we cаn mееt. Write а mеssagе hеre: https://darknesstr.com/37gv0','82287775186','harrisondby@aol.com','Нi maсho! Nоw I\'m in yоur сitу and I wаnt tо hаve fun, I lоvе sеx verу muсh: http://due.im/short/1gai'),(3071,'Hеу hоt guy! If уou wаnt tо fucк mе оn your stiсk, writе mе wherе we саn mеet. Writе a messаgе hеre: https://darknesstr.com/37hwc','Неllo macho! If yоu wаnt tо fuсk me on уour stiсk, write me wherе we cаn mееt. Write а mеssagе hеre: https://darknesstr.com/37gv0','86562685462','chi_townzfinest16@yahoo.com','Нi maсho! Nоw I\'m in yоur сitу and I wаnt tо hаve fun, I lоvе sеx verу muсh: http://due.im/short/1gai'),(3072,'Hеу hоt guy! If уou wаnt tо fucк mе оn your stiсk, writе mе wherе we саn mеet. Writе a messаgе hеre: https://darknesstr.com/37hwc','Неllo macho! If yоu wаnt tо fuсk me on уour stiсk, write me wherе we cаn mееt. Write а mеssagе hеre: https://darknesstr.com/37gv0','84981121776','roleysho@yahoo.com','Нi maсho! Nоw I\'m in yоur сitу and I wаnt tо hаve fun, I lоvе sеx verу muсh: http://due.im/short/1gai'),(3073,'fKJuboAgGpXmdOiw','McqRUnbfCIPsWoVO','8270910394','yvesfenwick@yahoo.com','PRbDquCiOF'),(3074,'NfniuaoLKRW','UXzVyIsgKiGbumEw','3583664573','yvesfenwick@yahoo.com','FyGZmMfoLXUBIYxr'),(3075,'Laurene','Lead For advisiahub.com','(41) 7063-9241','info@advisiahub.com','Hello 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\nRegards, \r\n \r\nBrowser Categories - AdvisiaHub'),(3076,'ltQgRIKh','ByqzXsVtfg','6352988646','pepe.mccracken@yahoo.com','fkDQXxTIwApzi'),(3077,'DyCAcIUgbRkSWt','xyEeHQTDriZRWm','4608418509','pepe.mccracken@yahoo.com','eBabvdoWxR'),(3078,'qBTAkMJWZ','izmnkOqu','4360943764','heron_norman@yahoo.com','znvbLJBErTHSKIN'),(3079,'SzqFdumcp','UvbLdBWRgTIMH','6568855327','heron_norman@yahoo.com','vKXuqRGcOPerSUsE'),(3080,'CXYrWjMucRNx','BzrvHDTEKANVU','3648555694','jackelyn.kelleher@yahoo.com','KfjpXGUrhOPaEIA'),(3081,'kxmBFPHUDCXdTM','UWzQtPoRLDpu','5464371648','jackelyn.kelleher@yahoo.com','TknRczSUEIXqKON'),(3082,'Rebecca','Bearbeitung CT 07/306.','036742 676578','bess.ogden@gmail.com','Hochwertige Waren vom Produzent. Fabrikverkauf. Versand am gleichen Tag. Bis 95 % günstiger als auf dem Markt.\r\n\r\n\r\n\r\nMüllsäcke Alle, Sandsäcke, Raschelsäcke, Spänesäcke,\r\n\r\nKartonage, Luftpolstertaschen, Maxibrief, \r\n\r\nAbdeckplane, Abdeckfolie, Baufolie,\r\n\r\nAlufolie - Frischhaltefolie, Alu Klebeband - Aluband,\r\n\r\nAbklebeband, Malerkrepp, Klebeband mit Folie, Malerkrepp mit Folie,\r\n\r\nAntirutsch Streifen, Klebebänder Alle, Gewebeband, Papierklebeband, \r\n\r\nDdoppelseitiges Klebeband, Schaumklebeband, Reflektorband, Absperrband,\r\n \r\nKantenschutz, Kantenschutzprofil, Abdeckhaube, Palettenhaube,\r\n\r\nReifentüten, Umzugsdecken, Möbeldecken,\r\n\r\nAlles für Umreifung, Umreifungsband, Haspelspanner, Klemmen,\r\n\r\nStretchfolie, Handstretchfolie, Maschinenstretchfolie\r\n\r\nUnkrautvlies, Malervlies, Renoviervlies,\r\n\r\nLuftpolsterfolie, Alu Luftpolsterfolie, Schaumfolie, Alu Schaumfolie,\r\n\r\nSichtschutz, Sonnenschutz, Windschutz,\r\n\r\nGlasschutzfolie, Fensterschutzfolie,\r\n\r\nKatzenstreu alle Sorten, Arbeitshandschuhe und Vieles mehr\r\n\r\n\r\nauf http://follmex.host'),(3083,'James Erickson\r\n','cheap monthly SEO plans','83936699158','no-reply@hilkom-digital.de','Hi there \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(3084,'mBZQyUiaVodOqcTh','hBZKPDYGXIQvyMFf','2925776428','latanya.cocciardimilne@yahoo.com','amnIYlDhfgs'),(3085,'UEybDztvA','UqzbOpoayFuixILs','3597635688','latanya.cocciardimilne@yahoo.com','JsfYrXSiR'),(3086,'Mike','website traffic quote request','01.67.64.78.60','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\r\n\r\n'),(3087,'Jolene','jolene.panos@gmail.com','0688 821 52 97','jolene.panos@gmail.com','\r\nTired of paying for clicks and getting lousy results? Now you can post your ad on thousands of ad sites and it\'ll cost you less than $40. Never pay for traffic again! \r\n\r\nFor all the details, check out: http://www.permanent-web-links.xyz'),(3088,'NZeXmwKrIPHMJ','ciZwoTAajEpyv','5457972476','riotadipo6890@yahoo.com','SismqrpzheFC'),(3089,'eWEwzjVpmnX','EulRLPKVUOpga','5587177382','riotadipo6890@yahoo.com','DVrwQsXilYA'),(3090,'Marquisagomb','ARE YOU WINING IN THIS COVID-19 NEW ECONOMY?','82842717237','info@deoleodigitalpublishing.com','HAVE YOU EVER WANTED TO LEARN HOW TO CLOSE 100% OF YOUR CONSULTATIONS & HELP YOUR COMPANY WIN IN OUR NEW COVID-19 ECONOMY? \r\n \r\nSEE THE OFFICIAL TRAILER:@ \r\nThe Author site https://www.tonydeoleo.com \r\n \r\n \r\nDownload your E-book Copy Now @ The Author official site: \r\nhttps://www.tonydeoleo.com \r\nAmazon : https://www.amazon.com/dp/195226359X \r\nBarns&Nobles : https://m.barnesandnoble.com/w/closing-100-of-your-fitness-consultations-tony-deoleo/1137240205'),(3091,'James Benson\r\n','cheap monthly SEO plans','82568425795','no-reply@hilkom-digital.de','Hеllо! \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(3092,'Linda','RE: Dropshipping','000-000-0000','topdrop1@reallyfast.info','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 included.\r\nJust a one time fee for your dropship store and thats it.\r\n\r\nCome see our all new available dropship sites today.\r\n\r\nKind regards,\r\nLinda S.\r\nhttps://dropshippingincome.com \r\n\r\n\r\n'),(3093,'ZTyvIAHlwUVFqO','cgUVdvjz','5012086243','eklywalrea2001@gmail.com','asfYlWNPeymZInV'),(3094,'JIzUfFBPQWmX','YbNpGdrcL','3463401456','eklywalrea2001@gmail.com','aDoPcezgLh'),(3095,'UdoSfrcMQIYPemF','maRsvhjgbVEUQtyM','3096052034','ebrand@gocitywide.com','TrhnGSPC'),(3096,'SgznmcoqNMLTaJH','hRTIjBdlw','6217733551','ebrand@gocitywide.com','DRYwgNjm'),(3097,'StiBExOeobXyG','WNklrPmi','4858336251','christinatruong01@gmail.com','OauCritJnKUkRXE'),(3098,'wOocgIriSaDf','RotdXSkJIgOZb','8896538015','christinatruong01@gmail.com','HXzfNEGxDrmvuKd'),(3099,'kBSPRKVyhLtYxZwn','GZICrbquTcM','6543667353','comtubibib7247@yahoo.com','sgfpDwUzoBdr'),(3100,'xaVFJdwML','iBGcYPSkdg','3423679126','comtubibib7247@yahoo.com','MauCsjKWglbH'),(3101,'xEPiFVvaXbUt','UVhgyBAv','5248726778','norm-55robichaud@hotmail.com','BNMVlnZuqSTfgpsI'),(3102,'bsSKMUBh','SQhMysmaqzNo','9409861663','norm-55robichaud@hotmail.com','FNOqTpXVzt'),(3103,'vAsmuyNrBOLqli','nFcmfoAlEaNbMp','9383094786','peikurichihonza@gmail.com','cgesIuKFdBlODaL'),(3104,'kTsUlQLgDO','oQulNeUVYPK','4158754398','peikurichihonza@gmail.com','JnWBIaRsUtAMDmh'),(3105,'qCvVzdwtWkRr','jCNhTbws','3399946852','scanpatise6829@yahoo.com','oEbNyQTH'),(3106,'CEpbqBnAwao','QYFtdzDngmjl','7415538094','scanpatise6829@yahoo.com','cTtfsDPVMCokFEx'),(3107,'AFjqUNZSyTClfeL','SyrmQpRYaBx','6397614310','segmicator6672@yahoo.com','lKZLhQjOIkVcXywY'),(3108,'lTbmXRzNFsDI','LhbXtzoU','5232877916','segmicator6672@yahoo.com','TfqLrxhpgQeB'),(3109,'yScjsGtD','eijBUMts','9478561378','medleym@gmail.com','cDHkZdBLwi'),(3110,'NCfEWeQAil','PcqXdhVDIW','2427018757','medleym@gmail.com','lpmncwuyfEkoA'),(3111,'LVykNgtZeXTvM','ISGzoFtxLu','2628073629','carsonsamoian@gmail.com','IOfZzKRlbMuFoiv'),(3112,'LJtcwulTY','PTnsfqZWaiQIxK','4302738279','carsonsamoian@gmail.com','AEgTwkDxGOvB'),(3113,'hBQsISRZbp','qSLvjGWt','3460818063','pwilliams@northfieldlines.com','HKjxJatqzbD'),(3114,'FgLZSbYd','AQsRlVxIuGU','5691616595','pwilliams@northfieldlines.com','WtipFNyCIcVzLol'),(3115,'sTeOyrjCdHm','ArIycueT','8752394721','callmerissy@gmail.com','NiOnUBQojIcl'),(3116,'IKPMZrxXvTFyi','RMiawnDNxkZPoyeJ','6731030235','callmerissy@gmail.com','PHeONkvW'),(3117,'tKYbzupheJF','fWLObCIENjyxdcS','2074282682','kynajo@gmail.com','IWKmTueMG'),(3118,'gfZxKeusQXJnR','oHkhBDMgCSbpsnu','5387352241','kynajo@gmail.com','yjoIPzkJsAtmETu'),(3119,'AnsdfcGruemYhCKz','KHMpDvdlhQqImUyo','3843951394','bettysess@mail2me.com','jLrOwaeA'),(3120,'kYifFPAvXpVgTB','KeRHmwcZPhTzFl','5758916988','bettysess@mail2me.com','MfgqEwnoHJp'),(3121,'PeterHycle','You\'ve been hacked!','86658634426','jleuellen@yahoo.com','Hello! \r\n \r\nYou\'ve been hacked! \r\n \r\nNow we have all the information about you and your accounts: \r\n \r\n+ all your logins and passwords from all accounts in payment systems, social. networks, e-mail, messengers and other services (cookies from all your browsers, i.e. access without a login and password to any of your accounts) \r\n \r\n+ history of all your correspondence by e-mail, messengers and social. networks \r\n \r\n+ all files from your PC (text, photo, video and audio files) \r\n \r\nChanging your username and password will not help, we will hack you again. \r\n \r\nPay a ransom of $ 250 and you can sleep peacefully without worrying that all information about you and all your accounts, files and personal correspondence will not become public and will not fall into the hands of intruders. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC \r\n \r\nIf you do not pay until tomorrow evening, then we will sell all this information on the darknet, there is a huge demand for such information \r\n \r\nPay $ 250 and sleep well!'),(3122,'PeterHycle','You\'ve been hacked!','83924217838','wideon@hotmail.com','Hello! \r\n \r\nYou\'ve been hacked! \r\n \r\nNow we have all the information about you and your accounts: \r\n \r\n+ all your logins and passwords from all accounts in payment systems, social. networks, e-mail, messengers and other services (cookies from all your browsers, i.e. access without a login and password to any of your accounts) \r\n \r\n+ history of all your correspondence by e-mail, messengers and social. networks \r\n \r\n+ all files from your PC (text, photo, video and audio files) \r\n \r\nChanging your username and password will not help, we will hack you again. \r\n \r\nPay a ransom of $ 250 and you can sleep peacefully without worrying that all information about you and all your accounts, files and personal correspondence will not become public and will not fall into the hands of intruders. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC \r\n \r\nIf you do not pay until tomorrow evening, then we will sell all this information on the darknet, there is a huge demand for such information \r\n \r\nPay $ 250 and sleep well!'),(3123,'PeterHycle','You\'ve been hacked!','87238626851','abraa@webtv.com','Hello! \r\n \r\nYou\'ve been hacked! \r\n \r\nNow we have all the information about you and your accounts: \r\n \r\n+ all your logins and passwords from all accounts in payment systems, social. networks, e-mail, messengers and other services (cookies from all your browsers, i.e. access without a login and password to any of your accounts) \r\n \r\n+ history of all your correspondence by e-mail, messengers and social. networks \r\n \r\n+ all files from your PC (text, photo, video and audio files) \r\n \r\nChanging your username and password will not help, we will hack you again. \r\n \r\nPay a ransom of $ 250 and you can sleep peacefully without worrying that all information about you and all your accounts, files and personal correspondence will not become public and will not fall into the hands of intruders. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC \r\n \r\nIf you do not pay until tomorrow evening, then we will sell all this information on the darknet, there is a huge demand for such information \r\n \r\nPay $ 250 and sleep well!'),(3124,'PeterHycle','You\'ve been hacked!','89898424275','tarottom57@yahoo.com','Hello! \r\n \r\nYou\'ve been hacked! \r\n \r\nNow we have all the information about you and your accounts: \r\n \r\n+ all your logins and passwords from all accounts in payment systems, social. networks, e-mail, messengers and other services (cookies from all your browsers, i.e. access without a login and password to any of your accounts) \r\n \r\n+ history of all your correspondence by e-mail, messengers and social. networks \r\n \r\n+ all files from your PC (text, photo, video and audio files) \r\n \r\nChanging your username and password will not help, we will hack you again. \r\n \r\nPay a ransom of $ 250 and you can sleep peacefully without worrying that all information about you and all your accounts, files and personal correspondence will not become public and will not fall into the hands of intruders. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC \r\n \r\nIf you do not pay until tomorrow evening, then we will sell all this information on the darknet, there is a huge demand for such information \r\n \r\nPay $ 250 and sleep well!'),(3125,'PeterHycle','You\'ve been hacked!','85219827952','jardoinalbright19@gmail.com','Hello! \r\n \r\nYou\'ve been hacked! \r\n \r\nNow we have all the information about you and your accounts: \r\n \r\n+ all your logins and passwords from all accounts in payment systems, social. networks, e-mail, messengers and other services (cookies from all your browsers, i.e. access without a login and password to any of your accounts) \r\n \r\n+ history of all your correspondence by e-mail, messengers and social. networks \r\n \r\n+ all files from your PC (text, photo, video and audio files) \r\n \r\nChanging your username and password will not help, we will hack you again. \r\n \r\nPay a ransom of $ 250 and you can sleep peacefully without worrying that all information about you and all your accounts, files and personal correspondence will not become public and will not fall into the hands of intruders. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC \r\n \r\nIf you do not pay until tomorrow evening, then we will sell all this information on the darknet, there is a huge demand for such information \r\n \r\nPay $ 250 and sleep well!'),(3126,'VxEFcefgZjL','mrwQXEiv','2902573263','rodneyruggieri@gmail.com','wnLYRWHfSJ'),(3127,'seMEJaHGVfTWzN','CvPMEYKrhgel','9865942733','rodneyruggieri@gmail.com','TKGkLHIuNOsFPeoa'),(3128,'NSjqHwFzOoGb','OeqvArTPRz','4402194448','yudovina@gmail.com','wYrQBsZKETm'),(3129,'KMmNEypwxs','XmtDxhNfyagbwdO','6310278653','yudovina@gmail.com','iMYbtJNlZo'),(3130,'psvNgRYIubeCz','ndiTaofRzPqXQjLD','8520183726','bruben1014@gmail.com','TVHOcjrhmdtq'),(3131,'cXZfNhqCxQyVr','ICQylAhKbcRMiNJO','7756514905','bruben1014@gmail.com','BcZJhnrpOwWqUskt'),(3132,'HTDFhwJynPuikK','YcmnxefbjFVO','6655744806','tony@illusiveautomation.com','YSbQTtvhmG'),(3133,'ZLYFfaRJEw','NTRyrDqLu','8429369427','tony@illusiveautomation.com','dUtyiKzvJ'),(3134,'OWQJFrAiuemBC','NuvoOKiznCWfjrA','9593020177','darlene@pyrogen.com','qosVaPBfn'),(3135,'yrqHmBDGv','IlSTKgmeVkGCuH','7348864006','darlene@pyrogen.com','sWtgzaiunT'),(3136,'SsfZRDGTELvzNV','DlFhRmHYPnsB','8677256567','rwallace0718@gmail.com','bHuMlSPew'),(3137,'DFybYQWPdTkr','OMrNikGcKR','9426404741','rwallace0718@gmail.com','rvlZXhAkPeL'),(3138,'PeterHycle','You\'ve been hacked!','83966678924','samandtwan@yahoo.com','Hello! \r\n \r\nYou still have not paid the requested amount of $ 250. \r\n \r\nWe found very interesting in your hacked accounts information that will cost more than $ 3000 on the darknet. \r\n \r\nWe give you one last chance. You have 7 hours to translate the requested amount. \r\n \r\nIf you don\'t care who uses your data, then you can do nothing. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC'),(3139,'PeterHycle','You\'ve been hacked!','82392186794','efisher@yahoo.com','Hello! \r\n \r\nYou still have not paid the requested amount of $ 250. \r\n \r\nWe found very interesting in your hacked accounts information that will cost more than $ 3000 on the darknet. \r\n \r\nWe give you one last chance. You have 7 hours to translate the requested amount. \r\n \r\nIf you don\'t care who uses your data, then you can do nothing. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC'),(3140,'PeterHycle','You\'ve been hacked!','87368148552','ladyh@att.net','Hello! \r\n \r\nYou still have not paid the requested amount of $ 250. \r\n \r\nWe found very interesting in your hacked accounts information that will cost more than $ 3000 on the darknet. \r\n \r\nWe give you one last chance. You have 7 hours to translate the requested amount. \r\n \r\nIf you don\'t care who uses your data, then you can do nothing. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC'),(3141,'PeterHycle','You\'ve been hacked!','82853677544','bepi12@hotmail.com','Hello! \r\n \r\nYou still have not paid the requested amount of $ 250. \r\n \r\nWe found very interesting in your hacked accounts information that will cost more than $ 3000 on the darknet. \r\n \r\nWe give you one last chance. You have 7 hours to translate the requested amount. \r\n \r\nIf you don\'t care who uses your data, then you can do nothing. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC'),(3142,'PeterHycle','You\'ve been hacked!','82426767117','bruce_erin@hotmail.com','Hello! \r\n \r\nYou still have not paid the requested amount of $ 250. \r\n \r\nWe found very interesting in your hacked accounts information that will cost more than $ 3000 on the darknet. \r\n \r\nWe give you one last chance. You have 7 hours to translate the requested amount. \r\n \r\nIf you don\'t care who uses your data, then you can do nothing. \r\n \r\nBitcoin wallet to which you want to transfer $ 250 1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC'),(3143,'uwlyOfNXjCEb','MGiusCRNBgeKy','5733811138','thewoodlands@kidtokid.com','zyHUNTwqFJWBYIDP'),(3144,'BfLZroVdEASC','lyXokbnAMsZQauFP','3390728735','thewoodlands@kidtokid.com','NoYCuMqD'),(3145,'Lou','Negative SEO','(67) 8671-8425','rosales.lou@googlemail.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'),(3146,'ONLINE VERDIENEN VOR 9748 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://gmy.su/:Z5aub','PASSIVES EINKOMMEN IM INTERNET VON 8865 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://wunkit.com/JfMjAA','81979528323','x6.1990@web.de','PASSIVES EINKOMMEN IM INTERNET VON 4845 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://links.wtf/NWpQ'),(3147,'ONLINE VERDIENEN VOR 9748 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://gmy.su/:Z5aub','PASSIVES EINKOMMEN IM INTERNET VON 8865 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://wunkit.com/JfMjAA','81623649183','sabsi6868@gmx.at','PASSIVES EINKOMMEN IM INTERNET VON 4845 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://links.wtf/NWpQ'),(3148,'ONLINE VERDIENEN VOR 9748 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://gmy.su/:Z5aub','PASSIVES EINKOMMEN IM INTERNET VON 8865 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://wunkit.com/JfMjAA','83759985187','ResidentEvil_5_@hotmail.de','PASSIVES EINKOMMEN IM INTERNET VON 4845 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://links.wtf/NWpQ'),(3149,'ONLINE VERDIENEN VOR 9748 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://gmy.su/:Z5aub','PASSIVES EINKOMMEN IM INTERNET VON 8865 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://wunkit.com/JfMjAA','88574872143','fwd.1224195002CwhQ@anzeigenschleuder.com','PASSIVES EINKOMMEN IM INTERNET VON 4845 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://links.wtf/NWpQ'),(3150,'ONLINE VERDIENEN VOR 9748 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://gmy.su/:Z5aub','PASSIVES EINKOMMEN IM INTERNET VON 8865 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://wunkit.com/JfMjAA','86412388618','Elite9991@web.de','PASSIVES EINKOMMEN IM INTERNET VON 4845 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://links.wtf/NWpQ'),(3151,'Norberto','Regarding advisiahub.com','06-30735553','info@advisiahub.com','Hello \r\n \r\nBuy all styles of Oakley Sunglasses only 19.99 dollars. If interested, please visit our site: sunglassoutlets.online\r\n \r\n \r\nThank You, \r\n \r\nBrowser Categories - AdvisiaHub'),(3152,'Nigel','3 Minute Ritual - How do 75 year old Trump and Biden stay sharp?','06753 54 74 59','nester.nigel@gmail.com','Presidential Candidates: \r\n- Trump and Biden are almost 75+ years old. \r\n- Their minds still sharp - debating, campaigning, running the country.\r\n\r\nWhat do they use? Let\'s ask Bill...\r\n\r\nBill Gates: \r\n- \"Americans Must Use This... I Never Leave Home Without This First\"\r\n- He\'s poured millions into a scientific treatment to rescue youthful mental clarity.\r\n\r\nWhat did BiII create? Did the Sharks approve?\r\n\r\nShark Tank:\r\n- A brilliant inventor took the \"Gates Brain Recipe\" to the Sharks\r\n- Did the Sharks fight for it?\r\n\r\n-----------------------------------------------------\r\nShark Report: https://l.linklyhq.com/l/63UA\r\n-----------------------------------------------------'),(3153,'Fidelia','Saturday question','06-92870406','gallegos.fidelia@yahoo.com','Hey--I\'m wondering, have you thought about creating video animations similar to this https://bit.ly/3nUegdK on your website? \r\nIt is actually really simple, and advisiahub.com would definitely look way more contemporary soon after...\r\n\r\nGive it a thought...\r\nFidelia'),(3154,'PASSIVES EINKOMMEN IM INTERNET VOR 8876 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://qspark.me/JO5g9B','PASSIVES EINKOMMEN IM INTERNET VON 6876 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://gmy.su/:F9aub','87617253574','probiosa@codetel.net.do','PASSIVES EINKOMMEN VON 7855 EURO IN DER WOCHE - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3gn0v'),(3155,'PASSIVES EINKOMMEN IM INTERNET VOR 8876 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://qspark.me/JO5g9B','PASSIVES EINKOMMEN IM INTERNET VON 6876 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://gmy.su/:F9aub','81383488743','hcase@casadecase.com','PASSIVES EINKOMMEN VON 7855 EURO IN DER WOCHE - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3gn0v'),(3156,'PASSIVES EINKOMMEN IM INTERNET VOR 8876 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://qspark.me/JO5g9B','PASSIVES EINKOMMEN IM INTERNET VON 6876 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://gmy.su/:F9aub','85115235565','jordan.bradbury@rogers.com','PASSIVES EINKOMMEN VON 7855 EURO IN DER WOCHE - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3gn0v'),(3157,'PASSIVES EINKOMMEN IM INTERNET VOR 8876 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://qspark.me/JO5g9B','PASSIVES EINKOMMEN IM INTERNET VON 6876 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://gmy.su/:F9aub','85783457653','franz.wilhelm.bau@t-online.de','PASSIVES EINKOMMEN VON 7855 EURO IN DER WOCHE - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3gn0v'),(3158,'PASSIVES EINKOMMEN IM INTERNET VOR 8876 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://qspark.me/JO5g9B','PASSIVES EINKOMMEN IM INTERNET VON 6876 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://gmy.su/:F9aub','86682625441','officemanager@cool-rite.com','PASSIVES EINKOMMEN VON 7855 EURO IN DER WOCHE - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3gn0v'),(3159,'PASSIVES EINKOMMEN IM INTERNET VON 5055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://gongpo.moum.kr/xS4h','PASSIVES EINKOMMEN IM INTERNET VOR 6057 EUR AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: http://asq.kr/nVeMJExMdgN1','82381944431','ihabtish20@yahoo.com','ONLINE VERDIENEN VON 5976 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://ecuadortenisclub.com/3ebsz \r\nPASSIVES EINKOMMEN VOR 5955 EURO PRO TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://ecuadortenisclub.com/3e438 \r\nPASSIVES EINKOMMEN ONLINE VON 3966 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://slimex365.com/3guqa \r\nEINNAHMEN IM INTERNET VON 6977 EURO AM TAG - KEINE BERUFLICHEN FAHIGKEITEN: http://asq.kr/rYBu3R3ZnHV3 \r\nPASSIVES EINKOMMEN IM INTERNET VON 3068 EUR PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://asq.kr/BDoR9bZgfa1H'),(3160,'PASSIVES EINKOMMEN IM INTERNET VON 5055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://gongpo.moum.kr/xS4h','PASSIVES EINKOMMEN IM INTERNET VOR 6057 EUR AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: http://asq.kr/nVeMJExMdgN1','85546173952','recruitment@aol.com','ONLINE VERDIENEN VON 5976 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://ecuadortenisclub.com/3ebsz \r\nPASSIVES EINKOMMEN VOR 5955 EURO PRO TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://ecuadortenisclub.com/3e438 \r\nPASSIVES EINKOMMEN ONLINE VON 3966 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://slimex365.com/3guqa \r\nEINNAHMEN IM INTERNET VON 6977 EURO AM TAG - KEINE BERUFLICHEN FAHIGKEITEN: http://asq.kr/rYBu3R3ZnHV3 \r\nPASSIVES EINKOMMEN IM INTERNET VON 3068 EUR PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://asq.kr/BDoR9bZgfa1H'),(3161,'PASSIVES EINKOMMEN IM INTERNET VON 5055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://gongpo.moum.kr/xS4h','PASSIVES EINKOMMEN IM INTERNET VOR 6057 EUR AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: http://asq.kr/nVeMJExMdgN1','87127682788','hvalton51@yahoo.com','ONLINE VERDIENEN VON 5976 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://ecuadortenisclub.com/3ebsz \r\nPASSIVES EINKOMMEN VOR 5955 EURO PRO TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://ecuadortenisclub.com/3e438 \r\nPASSIVES EINKOMMEN ONLINE VON 3966 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://slimex365.com/3guqa \r\nEINNAHMEN IM INTERNET VON 6977 EURO AM TAG - KEINE BERUFLICHEN FAHIGKEITEN: http://asq.kr/rYBu3R3ZnHV3 \r\nPASSIVES EINKOMMEN IM INTERNET VON 3068 EUR PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://asq.kr/BDoR9bZgfa1H'),(3162,'PASSIVES EINKOMMEN IM INTERNET VON 5055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://gongpo.moum.kr/xS4h','PASSIVES EINKOMMEN IM INTERNET VOR 6057 EUR AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: http://asq.kr/nVeMJExMdgN1','81237934394','balenka.pampuha@yahoo.com','ONLINE VERDIENEN VON 5976 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://ecuadortenisclub.com/3ebsz \r\nPASSIVES EINKOMMEN VOR 5955 EURO PRO TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://ecuadortenisclub.com/3e438 \r\nPASSIVES EINKOMMEN ONLINE VON 3966 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://slimex365.com/3guqa \r\nEINNAHMEN IM INTERNET VON 6977 EURO AM TAG - KEINE BERUFLICHEN FAHIGKEITEN: http://asq.kr/rYBu3R3ZnHV3 \r\nPASSIVES EINKOMMEN IM INTERNET VON 3068 EUR PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://asq.kr/BDoR9bZgfa1H'),(3163,'PASSIVES EINKOMMEN IM INTERNET VON 5055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://gongpo.moum.kr/xS4h','PASSIVES EINKOMMEN IM INTERNET VOR 6057 EUR AM TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: http://asq.kr/nVeMJExMdgN1','87182153358','baimiras@yahoo.com','ONLINE VERDIENEN VON 5976 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://ecuadortenisclub.com/3ebsz \r\nPASSIVES EINKOMMEN VOR 5955 EURO PRO TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://ecuadortenisclub.com/3e438 \r\nPASSIVES EINKOMMEN ONLINE VON 3966 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://slimex365.com/3guqa \r\nEINNAHMEN IM INTERNET VON 6977 EURO AM TAG - KEINE BERUFLICHEN FAHIGKEITEN: http://asq.kr/rYBu3R3ZnHV3 \r\nPASSIVES EINKOMMEN IM INTERNET VON 3068 EUR PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: http://asq.kr/BDoR9bZgfa1H'),(3164,'MRPwSBftUxEcjZk','NeldhIXTBjcE','4157104847','celmucalne5572@yahoo.com','LBNRbqUyeIKp'),(3165,'dFyTrZlsmEoH','aqtCvfDmSzhM','7939751206','celmucalne5572@yahoo.com','uNbsXERdzAP'),(3166,'AlcPGrSw','pxfwoClYA','6882601296','goociumenhk@gmail.com','LwNqgTude'),(3167,'byqUucmzrJhWDt','wtdZPyLQqk','8485945175','goociumenhk@gmail.com','rFAgeThBPVzdqM'),(3168,'PASSIVES EINKOMMEN ONLINE VON 7956 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/qvGE6DKpSoao','PASSIVES EINKOMMEN ONLINE VON 9865 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://darknesstr.com/3e2n6','81517414314','uwumuxepod@aol.com','PASSIVES EINKOMMEN IM INTERNET VON 6878 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://ecuadortenisclub.com/3e6n1 \r\nPASSIVES EINKOMMEN ONLINE VOR 4748 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://asq.kr/kVaScuUvm6T9 \r\nPASSIVES EINKOMMEN VOR 7747 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://darknesstr.com/3e46y \r\nPASSIVES EINKOMMEN ONLINE VON 4845 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://onlineuniversalwork.com/3hjlt \r\nPASSIVES EINKOMMEN IM INTERNET VON 7767 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://slimex365.com/3grt7'),(3169,'PASSIVES EINKOMMEN ONLINE VON 7956 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/qvGE6DKpSoao','PASSIVES EINKOMMEN ONLINE VON 9865 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://darknesstr.com/3e2n6','88129286841','amiralkoirala@gmail.com','PASSIVES EINKOMMEN IM INTERNET VON 6878 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://ecuadortenisclub.com/3e6n1 \r\nPASSIVES EINKOMMEN ONLINE VOR 4748 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://asq.kr/kVaScuUvm6T9 \r\nPASSIVES EINKOMMEN VOR 7747 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://darknesstr.com/3e46y \r\nPASSIVES EINKOMMEN ONLINE VON 4845 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://onlineuniversalwork.com/3hjlt \r\nPASSIVES EINKOMMEN IM INTERNET VON 7767 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://slimex365.com/3grt7'),(3170,'PASSIVES EINKOMMEN ONLINE VON 7956 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/qvGE6DKpSoao','PASSIVES EINKOMMEN ONLINE VON 9865 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://darknesstr.com/3e2n6','87935824874','brokoxj142@yahoo.com','PASSIVES EINKOMMEN IM INTERNET VON 6878 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://ecuadortenisclub.com/3e6n1 \r\nPASSIVES EINKOMMEN ONLINE VOR 4748 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://asq.kr/kVaScuUvm6T9 \r\nPASSIVES EINKOMMEN VOR 7747 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://darknesstr.com/3e46y \r\nPASSIVES EINKOMMEN ONLINE VON 4845 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://onlineuniversalwork.com/3hjlt \r\nPASSIVES EINKOMMEN IM INTERNET VON 7767 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://slimex365.com/3grt7'),(3171,'PASSIVES EINKOMMEN ONLINE VON 7956 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/qvGE6DKpSoao','PASSIVES EINKOMMEN ONLINE VON 9865 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://darknesstr.com/3e2n6','85791598931','eshkolatarim@gmail.com','PASSIVES EINKOMMEN IM INTERNET VON 6878 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://ecuadortenisclub.com/3e6n1 \r\nPASSIVES EINKOMMEN ONLINE VOR 4748 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://asq.kr/kVaScuUvm6T9 \r\nPASSIVES EINKOMMEN VOR 7747 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://darknesstr.com/3e46y \r\nPASSIVES EINKOMMEN ONLINE VON 4845 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://onlineuniversalwork.com/3hjlt \r\nPASSIVES EINKOMMEN IM INTERNET VON 7767 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://slimex365.com/3grt7'),(3172,'PASSIVES EINKOMMEN ONLINE VON 7956 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/qvGE6DKpSoao','PASSIVES EINKOMMEN ONLINE VON 9865 EURO IN DER WOCHE - DER BESTE WEG, UM ONLINE GELD ZU VERDIENEN: https://darknesstr.com/3e2n6','85153973973','roanfecinta@gmx.com','PASSIVES EINKOMMEN IM INTERNET VON 6878 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://ecuadortenisclub.com/3e6n1 \r\nPASSIVES EINKOMMEN ONLINE VOR 4748 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://asq.kr/kVaScuUvm6T9 \r\nPASSIVES EINKOMMEN VOR 7747 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://darknesstr.com/3e46y \r\nPASSIVES EINKOMMEN ONLINE VON 4845 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://onlineuniversalwork.com/3hjlt \r\nPASSIVES EINKOMMEN IM INTERNET VON 7767 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://slimex365.com/3grt7'),(3173,'ONLINE VERDIENEN VON 9965 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/SAOi1AMkPthh','PASSIVES EINKOMMEN ONLINE VOR 5068 EURO PRO TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: http://asq.kr/DIpgWQNLYBq4','87492639757','xpistina@freemail.hu','EINNAHMEN IM INTERNET VOR 5957 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://wunkit.com/r=wjAA'),(3174,'ONLINE VERDIENEN VON 9965 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/SAOi1AMkPthh','PASSIVES EINKOMMEN ONLINE VOR 5068 EURO PRO TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: http://asq.kr/DIpgWQNLYBq4','87471527821','nathggp.22@hotmail.fr','EINNAHMEN IM INTERNET VOR 5957 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://wunkit.com/r=wjAA'),(3175,'ONLINE VERDIENEN VON 9965 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/SAOi1AMkPthh','PASSIVES EINKOMMEN ONLINE VOR 5068 EURO PRO TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: http://asq.kr/DIpgWQNLYBq4','84418589487','demaurestyl@yahoo.fr','EINNAHMEN IM INTERNET VOR 5957 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://wunkit.com/r=wjAA'),(3176,'ONLINE VERDIENEN VON 9965 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/SAOi1AMkPthh','PASSIVES EINKOMMEN ONLINE VOR 5068 EURO PRO TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: http://asq.kr/DIpgWQNLYBq4','88421712988','j.o.v.a.n.n.y@live.fr','EINNAHMEN IM INTERNET VOR 5957 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://wunkit.com/r=wjAA'),(3177,'ONLINE VERDIENEN VON 9965 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://asq.kr/SAOi1AMkPthh','PASSIVES EINKOMMEN ONLINE VOR 5068 EURO PRO TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: http://asq.kr/DIpgWQNLYBq4','85193742437','nikimaccarone@hotmail.de','EINNAHMEN IM INTERNET VOR 5957 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: http://wunkit.com/r=wjAA'),(3178,'RgcZtyUhOKzfmr','sHjhORqcyZwV','3853786167','aboodogedqk@gmail.com','tSdWVOIg'),(3179,'AjuNkvcmlHp','mpnbQBAaTlvewr','7220932947','aboodogedqk@gmail.com','leubOngLKYt'),(3180,'Jed','Saturday question','845-753-4328','porteous.jed@gmail.com','Having difficulties with generating enough sales opportunities and prospective buyers at https://www.advisiahub.com/contact-us? Leadality will let your company to find hundreds of qualified prospects simply. Here are just some of the things you can acoomplish with Leadality: uncover and gather new leads, extract email addressess and telephone info, easily converse with your website traffic 24/7 with a personalized chatbot on your website, increase reviews on Yelp, Google, and Facebook and much more! We\'re so positive you\'ll enjoy it, we are offering your business a chance to give Leadality a 3 day trial run totally free...no credit card required. Simply head over to https://leadality.com right now to begin.\r\n\r\nWarm wishes,\r\nJed'),(3181,'PpfztYnecSFrAIy','tevODiRoA','4211066743','kristycavendish@yahoo.com','BPmbuDAgyOe'),(3182,'YDodPJIc','ZjioylKX','3765991915','kristycavendish@yahoo.com','RahlynoK'),(3183,'EINNAHMEN IM INTERNET VOR 5877 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3golz','PASSIVES EINKOMMEN IM INTERNET VOR 6978 EUR PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: https://shorturl.ac/6to6p','82726914369','justinresler@gmail.com','PASSIVES EINKOMMEN IM INTERNET VON 9956 EURO AM TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: https://qspark.me/wTVgBw'),(3184,'EINNAHMEN IM INTERNET VOR 5877 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3golz','PASSIVES EINKOMMEN IM INTERNET VOR 6978 EUR PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: https://shorturl.ac/6to6p','82225736512','e67793616@gmail.com','PASSIVES EINKOMMEN IM INTERNET VON 9956 EURO AM TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: https://qspark.me/wTVgBw'),(3185,'EINNAHMEN IM INTERNET VOR 5877 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3golz','PASSIVES EINKOMMEN IM INTERNET VOR 6978 EUR PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: https://shorturl.ac/6to6p','86313416946','steve110@gmail.com','PASSIVES EINKOMMEN IM INTERNET VON 9956 EURO AM TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: https://qspark.me/wTVgBw'),(3186,'EINNAHMEN IM INTERNET VOR 5877 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3golz','PASSIVES EINKOMMEN IM INTERNET VOR 6978 EUR PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: https://shorturl.ac/6to6p','84312789518','ebeville@gmail.com','PASSIVES EINKOMMEN IM INTERNET VON 9956 EURO AM TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: https://qspark.me/wTVgBw'),(3187,'EINNAHMEN IM INTERNET VOR 5877 EURO PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: http://xsle.net/3golz','PASSIVES EINKOMMEN IM INTERNET VOR 6978 EUR PRO TAG - DIE BESTE SEITE, UM ONLINE GELD ZU VERDIENEN: https://shorturl.ac/6to6p','89789796359','thomasslewin@gmail.com','PASSIVES EINKOMMEN IM INTERNET VON 9956 EURO AM TAG - INNERHALB EINER WOCHE SIND SIE FINANZIELL UNABHANGIG: https://qspark.me/wTVgBw'),(3188,'Williamexire','Black Lives Matter - Donate','88813771763','whonny@hotmail.com','Black Lives Matter - Donate \r\nWhy We Need Your Support \r\nAs our ecosystem grows our financial support system must grow as well. \r\nWe need funds to continue our radically accessible commitment to providing healthy food from Black owned businesses, paid childcare at every event and having ASL interpreters at our monthly gatherings. \r\nOn average, our monthly open houses attract 3000+ people and costs us $100,000. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nSecondly, we need resources to make sure we have the emotional and spiritual capacity to show up and move forward in the movement as our highest selves. \r\nSupporting the work of our healers including renting space weekly for Black people to process racial stress through group discussion, dance, and visual art and \r\naffirming our humanity & love for each other by starting our week with joy via #BlackJoySunday (all while creating accessibility by offering free childcare) \r\nis essential in sustaining our well-being and activism. Our weekly healing spaces cost on average $30,150/month. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nLastly and most importantly, we need funds to support the emerging leadership of our ecosystem move through the world. \r\nAs Black people in a city facing the ravages of displacement and economic disinvestment, it’s difficult to do the work of liberating your community while figuring out how to pay rent and feed yourself. \r\nWe need your help to ensure that lack of gas money or health insurance doesn’t stop the work from moving forward. Supporting our emerging leadership, including our rapid response, \r\norganized resistance, healing and logistics teams, reimbursements and stipends costs on average $20,700/month.'),(3189,'Williamexire','Black Lives Matter - Donate','84547188961','shaggy_kid@msn.com','Black Lives Matter - Donate \r\nWhy We Need Your Support \r\nAs our ecosystem grows our financial support system must grow as well. \r\nWe need funds to continue our radically accessible commitment to providing healthy food from Black owned businesses, paid childcare at every event and having ASL interpreters at our monthly gatherings. \r\nOn average, our monthly open houses attract 3000+ people and costs us $100,000. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nSecondly, we need resources to make sure we have the emotional and spiritual capacity to show up and move forward in the movement as our highest selves. \r\nSupporting the work of our healers including renting space weekly for Black people to process racial stress through group discussion, dance, and visual art and \r\naffirming our humanity & love for each other by starting our week with joy via #BlackJoySunday (all while creating accessibility by offering free childcare) \r\nis essential in sustaining our well-being and activism. Our weekly healing spaces cost on average $30,150/month. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nLastly and most importantly, we need funds to support the emerging leadership of our ecosystem move through the world. \r\nAs Black people in a city facing the ravages of displacement and economic disinvestment, it’s difficult to do the work of liberating your community while figuring out how to pay rent and feed yourself. \r\nWe need your help to ensure that lack of gas money or health insurance doesn’t stop the work from moving forward. Supporting our emerging leadership, including our rapid response, \r\norganized resistance, healing and logistics teams, reimbursements and stipends costs on average $20,700/month.'),(3190,'Williamexire','Black Lives Matter - Donate','89938114469','rosanna326@hotmail.com','Black Lives Matter - Donate \r\nWhy We Need Your Support \r\nAs our ecosystem grows our financial support system must grow as well. \r\nWe need funds to continue our radically accessible commitment to providing healthy food from Black owned businesses, paid childcare at every event and having ASL interpreters at our monthly gatherings. \r\nOn average, our monthly open houses attract 3000+ people and costs us $100,000. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nSecondly, we need resources to make sure we have the emotional and spiritual capacity to show up and move forward in the movement as our highest selves. \r\nSupporting the work of our healers including renting space weekly for Black people to process racial stress through group discussion, dance, and visual art and \r\naffirming our humanity & love for each other by starting our week with joy via #BlackJoySunday (all while creating accessibility by offering free childcare) \r\nis essential in sustaining our well-being and activism. Our weekly healing spaces cost on average $30,150/month. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nLastly and most importantly, we need funds to support the emerging leadership of our ecosystem move through the world. \r\nAs Black people in a city facing the ravages of displacement and economic disinvestment, it’s difficult to do the work of liberating your community while figuring out how to pay rent and feed yourself. \r\nWe need your help to ensure that lack of gas money or health insurance doesn’t stop the work from moving forward. Supporting our emerging leadership, including our rapid response, \r\norganized resistance, healing and logistics teams, reimbursements and stipends costs on average $20,700/month.'),(3191,'Williamexire','Black Lives Matter - Donate','87311275324','nathotnsxy@aol.com','Black Lives Matter - Donate \r\nWhy We Need Your Support \r\nAs our ecosystem grows our financial support system must grow as well. \r\nWe need funds to continue our radically accessible commitment to providing healthy food from Black owned businesses, paid childcare at every event and having ASL interpreters at our monthly gatherings. \r\nOn average, our monthly open houses attract 3000+ people and costs us $100,000. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nSecondly, we need resources to make sure we have the emotional and spiritual capacity to show up and move forward in the movement as our highest selves. \r\nSupporting the work of our healers including renting space weekly for Black people to process racial stress through group discussion, dance, and visual art and \r\naffirming our humanity & love for each other by starting our week with joy via #BlackJoySunday (all while creating accessibility by offering free childcare) \r\nis essential in sustaining our well-being and activism. Our weekly healing spaces cost on average $30,150/month. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nLastly and most importantly, we need funds to support the emerging leadership of our ecosystem move through the world. \r\nAs Black people in a city facing the ravages of displacement and economic disinvestment, it’s difficult to do the work of liberating your community while figuring out how to pay rent and feed yourself. \r\nWe need your help to ensure that lack of gas money or health insurance doesn’t stop the work from moving forward. Supporting our emerging leadership, including our rapid response, \r\norganized resistance, healing and logistics teams, reimbursements and stipends costs on average $20,700/month.'),(3192,'Williamexire','Black Lives Matter - Donate','87667424992','vanessa.bigr@gmail.com','Black Lives Matter - Donate \r\nWhy We Need Your Support \r\nAs our ecosystem grows our financial support system must grow as well. \r\nWe need funds to continue our radically accessible commitment to providing healthy food from Black owned businesses, paid childcare at every event and having ASL interpreters at our monthly gatherings. \r\nOn average, our monthly open houses attract 3000+ people and costs us $100,000. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nSecondly, we need resources to make sure we have the emotional and spiritual capacity to show up and move forward in the movement as our highest selves. \r\nSupporting the work of our healers including renting space weekly for Black people to process racial stress through group discussion, dance, and visual art and \r\naffirming our humanity & love for each other by starting our week with joy via #BlackJoySunday (all while creating accessibility by offering free childcare) \r\nis essential in sustaining our well-being and activism. Our weekly healing spaces cost on average $30,150/month. \r\nWe need to raise $ 350,000 by November 3 to help thousands of black people in a very bad situation right now, we will be glad if you support us. \r\nFor quick payment, we use bitcoin wallets. You can transfer donation to this Bitcoin wallet - 12B6eCHqPVQeR8wyTTMoWQqNeTpxqeq7wk \r\nLastly and most importantly, we need funds to support the emerging leadership of our ecosystem move through the world. \r\nAs Black people in a city facing the ravages of displacement and economic disinvestment, it’s difficult to do the work of liberating your community while figuring out how to pay rent and feed yourself. \r\nWe need your help to ensure that lack of gas money or health insurance doesn’t stop the work from moving forward. Supporting our emerging leadership, including our rapid response, \r\norganized resistance, healing and logistics teams, reimbursements and stipends costs on average $20,700/month.'),(3193,'ZSydoHnKsY','LZtGSFWEO','8756325682','perretttami@yahoo.com','NfUMyFTzjZaSqe'),(3194,'goxkzuOLr','rHoFcpgSOdJPX','4786790719','perretttami@yahoo.com','gbupjNJEdvfLiIYk'),(3195,'fSUawZyoWTuJjFN','MKVyglTGJbkeR','7484209730','ama.net20@yahoo.com','JdbLKtyQ'),(3196,'xXahfGqbg','iAbESsJMNcI','5852385464','ama.net20@yahoo.com','WOJREcGsYvXNVq'),(3197,'vnZsKRcf','DHFCTjWElaSMgyK','2820203460','dgaropolo@yahoo.com','mFNVOQeMLHaT'),(3198,'XVSoDeQycm','MPHKafEBwVyUtCq','4993447299','dgaropolo@yahoo.com','sewjJroTv'),(3199,'zwBhIoJgkapRYKTG','lgTcaoRjMDdxwXL','2856573658','pruittreagan@yahoo.com','VCBXyKOwMY'),(3200,'SAiNEuPwkJnd','dCGlvbfHuNxA','4048817357','pruittreagan@yahoo.com','rDzhZovPnE'),(3201,'fJVDXagIMpued','slghEyUebpiJLHR','9693961102','ruthningxenia@yahoo.com','jZQseUulWAEgKwD'),(3202,'CiEmbUyKgst','DfnqHLglUyP','5782635412','ruthningxenia@yahoo.com','IRzUFEKgxYJsHlXM'),(3203,'emXAxTRWQyZOS','RDVweygzAhSrHbn','2037370795','jamesnelson_83@yahoo.com','MlJZpmjKkBarOxC'),(3204,'KCobvfAU','mMpiEYolJazWDgcn','9490947585','jamesnelson_83@yahoo.com','BDxemnHFWohlI'),(3205,'Mike Gate\r\n','New: DA50 for advisiahub.com','82261384345','no-replyDep@google.com','Hi there \r\n \r\nIf you want to get ahead of your competition, have a higher Domain Authority score. Its just simple as that. \r\nWith our service you get Domain Authority 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://www.monkeydigital.co/Get-Guaranteed-Domain-Authority-50/ \r\n \r\nN E W : \r\nDA60 is now available here \r\nhttps://www.monkeydigital.co/product/moz-da60-seo-plan/ \r\n \r\n \r\nthank you \r\nMike Gate\r\n \r\nMonkey Digital \r\nsupport@monkeydigital.co'),(3206,'aMebmDqdEvsOI','ENxdyGLTYIt','5630382806','lodo1221@aol.com','aborzZfcPLwUsGg'),(3207,'VoQfzWkglM','XutQqoJvx','4481453433','lodo1221@aol.com','FLhRHOteioPvIdX'),(3208,'LVXDfPEwR','goUvWyBuRHbIDax','6154597143','dlrudie@aol.com','KXfdPhNltA'),(3209,'ErObmfntSCYGMR','vzeWjSAYMktuU','8752151452','dlrudie@aol.com','eHQVwxTzmY'),(3210,'JxBEeywConQ','aIAsmbHr','4724801472','triciaochmann@yahoo.com','jMZEuYiQroGTPf'),(3211,'CharlesVubre','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month','85118651286','brandonaloy@hotmail.com','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month \r\nHey. \r\nYes, you heard right. \r\nYou don\'t have to do anything. \r\nWe will do all the work for you. \r\nYou only need to invest and wait one month to receive payments. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nWe have been engaged in affiliate marketing for many years and decided to attract investments to work in the development of three more areas of our activity. \r\n \r\nYou can only invest one amount because this is the best option for earning super profits in affiliate marketing. \r\nWe give a 100% guarantee that you will receive your profit on time. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nAfter you make an investment by clicking on the link, exactly in a month your profit in the amount of 300% will be returned to your wallet from which you made the transfer to our system. \r\n \r\nThe payment is made in one time. \r\nIf you want to receive such a profit every month, then you need to invest every month. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nThere are almost two months left before the New Year, during which time you will have time to invest twice and get $ 75,000 in net profit.'),(3212,'CharlesVubre','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month','84435961726','lucindaconover@yahoo.com','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month \r\nHey. \r\nYes, you heard right. \r\nYou don\'t have to do anything. \r\nWe will do all the work for you. \r\nYou only need to invest and wait one month to receive payments. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nWe have been engaged in affiliate marketing for many years and decided to attract investments to work in the development of three more areas of our activity. \r\n \r\nYou can only invest one amount because this is the best option for earning super profits in affiliate marketing. \r\nWe give a 100% guarantee that you will receive your profit on time. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nAfter you make an investment by clicking on the link, exactly in a month your profit in the amount of 300% will be returned to your wallet from which you made the transfer to our system. \r\n \r\nThe payment is made in one time. \r\nIf you want to receive such a profit every month, then you need to invest every month. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nThere are almost two months left before the New Year, during which time you will have time to invest twice and get $ 75,000 in net profit.'),(3213,'CharlesVubre','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month','89557252615','bbdeanjr@hotmail.com','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month \r\nHey. \r\nYes, you heard right. \r\nYou don\'t have to do anything. \r\nWe will do all the work for you. \r\nYou only need to invest and wait one month to receive payments. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nWe have been engaged in affiliate marketing for many years and decided to attract investments to work in the development of three more areas of our activity. \r\n \r\nYou can only invest one amount because this is the best option for earning super profits in affiliate marketing. \r\nWe give a 100% guarantee that you will receive your profit on time. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nAfter you make an investment by clicking on the link, exactly in a month your profit in the amount of 300% will be returned to your wallet from which you made the transfer to our system. \r\n \r\nThe payment is made in one time. \r\nIf you want to receive such a profit every month, then you need to invest every month. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nThere are almost two months left before the New Year, during which time you will have time to invest twice and get $ 75,000 in net profit.'),(3214,'CharlesVubre','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month','82526413159','bess725@hotmail.com','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month \r\nHey. \r\nYes, you heard right. \r\nYou don\'t have to do anything. \r\nWe will do all the work for you. \r\nYou only need to invest and wait one month to receive payments. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nWe have been engaged in affiliate marketing for many years and decided to attract investments to work in the development of three more areas of our activity. \r\n \r\nYou can only invest one amount because this is the best option for earning super profits in affiliate marketing. \r\nWe give a 100% guarantee that you will receive your profit on time. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nAfter you make an investment by clicking on the link, exactly in a month your profit in the amount of 300% will be returned to your wallet from which you made the transfer to our system. \r\n \r\nThe payment is made in one time. \r\nIf you want to receive such a profit every month, then you need to invest every month. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nThere are almost two months left before the New Year, during which time you will have time to invest twice and get $ 75,000 in net profit.'),(3215,'CharlesVubre','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month','85852967327','csaephan3@hotmail.com','Invest $ 15,000 in affiliate marketing and get $ 45,000 in a month \r\nHey. \r\nYes, you heard right. \r\nYou don\'t have to do anything. \r\nWe will do all the work for you. \r\nYou only need to invest and wait one month to receive payments. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nWe have been engaged in affiliate marketing for many years and decided to attract investments to work in the development of three more areas of our activity. \r\n \r\nYou can only invest one amount because this is the best option for earning super profits in affiliate marketing. \r\nWe give a 100% guarantee that you will receive your profit on time. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nAfter you make an investment by clicking on the link, exactly in a month your profit in the amount of 300% will be returned to your wallet from which you made the transfer to our system. \r\n \r\nThe payment is made in one time. \r\nIf you want to receive such a profit every month, then you need to invest every month. \r\nhttps://blockchain.com/btc/payment_request?address=18gaWYjABVFJ9PhG1hCqjh5FjWBrkQVuwD&amount=1.14&message=invest_in_affiliate_marketing_at_300%_per_month \r\nThere are almost two months left before the New Year, during which time you will have time to invest twice and get $ 75,000 in net profit.'),(3216,'QydUApNYesRr','kcUZXRozAJp','6887741764','navogen845@gmail.com','oOsmprSzN'),(3217,'syMxHXYcdr','bjqTPYZR','2169389986','navogen845@gmail.com','aSgCohYxAT'),(3218,'HnKqhXQyE','gpuvcrKO','6909760560','shonnastokes@yahoo.com','PlSMdbxpiLDrcT'),(3219,'SvVXhbpTjH','NexJYfzqRFtBOr','4753964856','shonnastokes@yahoo.com','xRTWuOie'),(3220,'AKoeFHgWa','AbKLPUpqdciCIlr','4711965888','jsmith347@yahoo.com','EqBbAXONPjU'),(3221,'owuiStAQKkg','WBKuxlkS','7659407081','jsmith347@yahoo.com','dexJEPYcsfDXKbZ'),(3222,'Linda Ray','Google Remarketing Not Running?','81953652993','linda.ray@theremarketingguys.com','I noticed that you are not running Google Remarketing on your website. \r\n \r\nThe most affordable advertising is marketing to previous web viewers who didn\'t convert. \r\n \r\nRemarketing via Google & Facebook ads means tracking and engaging these \'lost\' customers. \r\nThey were on your site once and may only need a reminder of your services and business. \r\n \r\nCan I help you grab these low hanging fruits? \r\n \r\nLinda Ray \r\nEmail - linda@theremarketingguys.com \r\nWebsite - http://www.theremarketingguys.com'),(3223,'FcUysEVAbKDgwShL','jiYbJsEhVRcDIur','2567803269','ebnestgirl@yahoo.com','KZgOYQkqBbSP'),(3224,'jqgOTcsxW','YSjEFhlZgJcVbude','2228056657','ebnestgirl@yahoo.com','QVRXBFLe'),(3225,'ULPJfAwRDBpy','cstJrhGNk','9479381986','symonemitchell15@yahoo.com','sjuveZydQPimECN'),(3226,'HdPTebXNotCjU','ESKxUdXLAQwMgY','6649860839','symonemitchell15@yahoo.com','BWpDwndsIaxYgoPq'),(3227,'WilliamGealm','IG Followers and likes ','83167433975','abelbreath456@gmail.com','Looking for Facebook likes or Instagram followers? \r\nWe can help you. Please visit https://1000-likes.com/ to place your order.'),(3228,'WwyUGehKuZsiO','PruxXHkBd','9554788274','rjknight@sbcglobal.net','hCGvfjxDTYAcKFq'),(3229,'zfrHIdPNh','GAmNbeSZod','7779431662','rjknight@sbcglobal.net','nysZpedjx'),(3230,'jltpcXyL','dBYuVkRPFtmJ','3927842415','gadlad@sbcglobal.net','dEgcbYqRwNAmWeH'),(3231,'vhbILFPNkc','ZvFOEMytiq','2330133674','gadlad@sbcglobal.net','CztkxlDWYZnGyf'),(3232,'Alberta','Lead For advisiahub.com','0399 1279091','info@advisiahub.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\nMany Thanks,\r\n\r\nBrowser Categories - AdvisiaHub'),(3233,'lfQDYqBRoVi','OGiDcJZdVSE','2563248558','lucian.alexandru88@yahoo.ro','hztAxKrVSElUOu'),(3234,'SpXujgUa','XgwqdkKUbIFl','7212608243','lucian.alexandru88@yahoo.ro','DnMzpStGOiRE'),(3235,'wpLuDdXmvRf','QOAMRkcSWDfYglJV','4327769195','dlrudie@aol.com','OuNmYIyzKtwbXPlj'),(3236,'prJcSbkNMTU','bmoSwRBpdvus','6313028269','dlrudie@aol.com','HlvdxFPaIsoij'),(3237,'rosaMhugRDViNIpq','gwtULlsiEKeJO','6990333469','clmiller0808@yahoo.com','XcxpGtvbkyEP'),(3238,'bUMSiqjKGnRV','ouECdvib','9067383721','clmiller0808@yahoo.com','jTfrUDAJBEYGWQV'),(3239,'QLDuamPxYvCNMAkb','GymLDKAiUezahnTv','5145838334','rcrox@aol.com','NClYARPxyuZb'),(3240,'ksCzXqJFDMilY','FGEQIuzsNbxLiH','3709271506','rcrox@aol.com','YbsvDnKgIfdP'),(3241,'yCZfIzudNKEBx','KMUkXaGs','5091097878','laurencecoronel_23@yahoo.com','VoGnTQsbfy'),(3242,'CKAXxnNeFVpls','fmsvDVIYHXL','2470575530','laurencecoronel_23@yahoo.com','HKPNvAdsReFli'),(3243,'lTzZWFYILgHOqkG','PCylGWdgNntLSouT','2976809000','jessygirl1115@yahoo.com','DFfpQycWRnChOmki'),(3244,'LCJrEiSnRMFp','aUGtDxqbZ','7601803341','jessygirl1115@yahoo.com','VPUuStNWZb'),(3245,'UveRCEtOpYj','AnWytaMxP','2651433627','one4_d@yahoo.com','IJcvPaROskZuMG'),(3246,'QXmuGWLnpg','lyujgwTGOsmreQf','8108792083','one4_d@yahoo.com','wuqtPIzdEDKVB'),(3247,'ugnqCELUQfhHKx','RUbLKDiPAotqHVga','8731955331','cadenonthemoon@yahoo.com','JZzNXMRUWSTnHGYe'),(3248,'GBuZLCOsWitI','LkUEGFnxhZ','8795446009','cadenonthemoon@yahoo.com','kWTQXrCFbHUq'),(3249,'EINNAHMEN IM INTERNET VOR 4866 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/UeQqGYCaXT5ubbGb6','EINNAHMEN IM INTERNET VON 8766 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/SBMdjNVX7DTyh9zp8','83989777136','under_cover07@hotmail.de','ONLINE VERDIENEN VOR 8966 EUR AM TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://352658euro.page.link/wXo3UXkvwp6LxytRA'),(3250,'EINNAHMEN IM INTERNET VOR 4866 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/UeQqGYCaXT5ubbGb6','EINNAHMEN IM INTERNET VON 8766 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/SBMdjNVX7DTyh9zp8','86313459749','dorsten@gmx.de','ONLINE VERDIENEN VOR 8966 EUR AM TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://352658euro.page.link/wXo3UXkvwp6LxytRA'),(3251,'EINNAHMEN IM INTERNET VOR 4866 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/UeQqGYCaXT5ubbGb6','EINNAHMEN IM INTERNET VON 8766 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/SBMdjNVX7DTyh9zp8','81821923272','visko.bez@web.de','ONLINE VERDIENEN VOR 8966 EUR AM TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://352658euro.page.link/wXo3UXkvwp6LxytRA'),(3252,'EINNAHMEN IM INTERNET VOR 4866 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/UeQqGYCaXT5ubbGb6','EINNAHMEN IM INTERNET VON 8766 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/SBMdjNVX7DTyh9zp8','82752592326','freakydevil-tattoo@web.de','ONLINE VERDIENEN VOR 8966 EUR AM TAG - DIE BESTE INVESTITIONSMOGLICHKEIT: https://352658euro.page.link/wXo3UXkvwp6LxytRA'),(3253,'CfMXSBIvVmHOKb','eMhoZFjyTNGYUg','9517126397','jlg_7211@yahoo.com','GSwrzTbOIsdZ'),(3254,'QGaqpJYzuER','PaqGiRZmLOgYTH','5600945172','jlg_7211@yahoo.com','euvYiUlVgdsBo'),(3255,'GDodVmhAUyBaXq','OcrUNZFLPovD','7866754048','raquel.briuna@yahoo.com','ADexUsdPoWg'),(3256,'BaAqfTmIMFNuhyg','bSJKnGMP','5642038705','steven3314@sbcglobal.net','jfLpTuGIskFB'),(3257,'hYJPSzBR','pQETJizdmDVa','6053772659','steven3314@sbcglobal.net','ZTFxdeJshXbr'),(3258,'NVUnyZzg','SDqaPzbwtd','2971067617','kt5050@aol.com','XfymYtVnx'),(3259,'SkVdzXAvUZ','YKsNmRAukMaJvG','8604533979','kt5050@aol.com','HDIFaOfTdj'),(3260,'XMPatrOYd','bFTgzxIMw','5544774718','amygoggins@att.net','FlGbHiLNpTJS'),(3261,'ogeUAnIBTp','KUsJTHtkuQYifbx','9295257551','amygoggins@att.net','ulpobmUMCX'),(3262,'xrPCSVcNKmjDi','usjGMPRdIe','5774216482','kleinm1@yahoo.com','JKqFdxhuGncZlkYH'),(3263,'PDCSchgxXRZE','JjlickHn','3307535871','kleinm1@yahoo.com','TCoQyShzVlrpOf'),(3264,'NmQosyjSlV','rHwVZdGRYcLqfa','8218115151','ondrise_ent@yahoo.com','XzeJaocukKgGx'),(3265,'sFiSQWZnOlYe','fmRTFAguheJ','3530276864','ondrise_ent@yahoo.com','LTYmIsyWMQEzX'),(3266,'iqmWAOfoTBZCdE','prjdwnbOcxFf','2458080456','allison.geitner@yahoo.com','ZIjlfRHPgO'),(3267,'satClLzUnfHVbio','dxtrnSzTcgvXf','6897548166','allison.geitner@yahoo.com','BaZKelvwFu'),(3268,'auRfTqExGIS','sFTlAMaOQc','5976672356','mbergman1102@sbcglobal.net','YJlbGEVcyfgFHi'),(3269,'yWQukIYBlOmfqAd','DmXirBHqykse','5846379341','jill.s0314@yahoo.com','CQjsraKOeSvt'),(3270,'AsBdTrIG','pSFRImweuhVZGogv','7448388391','jill.s0314@yahoo.com','HvikwaPGWfBUxpj'),(3271,'AObxRXslUvHCGoz','wFxynjHugchti','5309498580','rjv1015@aol.com','pSqxIisB'),(3272,'pwWkxjeEVUmDIF','wuRrQZtxS','5676788754','rjv1015@aol.com','ySDjYCdAbcwI'),(3273,'Levi','Concerning advisiahub.com','(07) 3680 6383','contact@advisiahub.com','Hello \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\nEnjoy, \r\n \r\nBrowser Categories - AdvisiaHub'),(3274,'nIfFOmXQkETjAl','MzLNZwHKdvkERGC','8682455987','avalos_j@bellsouth.net','wfjAkQVqDNiyPTKC'),(3275,'fZDGYBHU','MpYVXQEDSseNTGg','9963132023','avalos_j@bellsouth.net','mWdZAEiypaI'),(3276,'PASSIVES EINKOMMEN ONLINE VON 8966 EUR IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://352658euro.page.link/5yZjPT5E3FjxYcUEA','PASSIVES EINKOMMEN IM INTERNET VOR 4745 EURO AM TAG - KEINE BERUFSERFAHRUNG: https://8523658euro.page.link/fLRTNwhxzjiJ9G7U7','81481355421','awfrank@live.co.uk','ONLINE VERDIENEN VON 8978 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://856253euro.page.link/opjKhiwCYgAUSZxS9'),(3277,'PASSIVES EINKOMMEN ONLINE VON 8966 EUR IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://352658euro.page.link/5yZjPT5E3FjxYcUEA','PASSIVES EINKOMMEN IM INTERNET VOR 4745 EURO AM TAG - KEINE BERUFSERFAHRUNG: https://8523658euro.page.link/fLRTNwhxzjiJ9G7U7','85633857775','ochoadarrell.33+500498214@gmail.com','ONLINE VERDIENEN VON 8978 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://856253euro.page.link/opjKhiwCYgAUSZxS9'),(3278,'PASSIVES EINKOMMEN ONLINE VON 8966 EUR IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://352658euro.page.link/5yZjPT5E3FjxYcUEA','PASSIVES EINKOMMEN IM INTERNET VOR 4745 EURO AM TAG - KEINE BERUFSERFAHRUNG: https://8523658euro.page.link/fLRTNwhxzjiJ9G7U7','81541595493','jomoquin@gmail.com','ONLINE VERDIENEN VON 8978 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://856253euro.page.link/opjKhiwCYgAUSZxS9'),(3279,'PASSIVES EINKOMMEN ONLINE VON 8966 EUR IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://352658euro.page.link/5yZjPT5E3FjxYcUEA','PASSIVES EINKOMMEN IM INTERNET VOR 4745 EURO AM TAG - KEINE BERUFSERFAHRUNG: https://8523658euro.page.link/fLRTNwhxzjiJ9G7U7','81568447915','nsriha@gmail.com','ONLINE VERDIENEN VON 8978 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://856253euro.page.link/opjKhiwCYgAUSZxS9'),(3280,'PASSIVES EINKOMMEN ONLINE VON 8966 EUR IN DER WOCHE - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://352658euro.page.link/5yZjPT5E3FjxYcUEA','PASSIVES EINKOMMEN IM INTERNET VOR 4745 EURO AM TAG - KEINE BERUFSERFAHRUNG: https://8523658euro.page.link/fLRTNwhxzjiJ9G7U7','87349263845','wilrecinos8@gmail.com','ONLINE VERDIENEN VON 8978 EURO PRO TAG - KEINE BERUFSERFAHRUNG: https://856253euro.page.link/opjKhiwCYgAUSZxS9'),(3281,'Contactsak','Do you want cheap and innovative advertising for little money?','87195289813','no-replyjath@gmail.com','Hi! advisiahub.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd rеquеst whоlly lаwful? \r\nWе submit а nеw lеgаl wаy оf sеnding соmmеrсiаl оffеr thrоugh соntасt fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh prоpоsаls аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh соmmuniсаtiоn Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. \r\n \r\nThis lеttеr is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype live:feedbackform2019 \r\nWhatsApp - +375259112693'),(3282,'JItXwoqdFBErLZHh','ihMHWdBgQrqXzYm','5225954379','hgange@aol.com','AMNfFRzwKPbTVW'),(3283,'HmdRpAIgzT','ugyJsBbQXSZaxr','8965174264','hgange@aol.com','CRTvZUIxF'),(3284,'gubeTpHtJsDWovRL','eypPmXAIq','7076086056','roneil5@verizon.net','MZyzlGITJdmBvDh'),(3285,'HZKRNLrOAGiuQob','hoiPuKjZAqwVg','2321263739','roneil5@verizon.net','onefCNUvYRZaJD'),(3286,'wPJQlcNrVhzYAb','tPHmRWFsvcSyinT','9467254076','jonathand_650@yahoo.com','rcmXCEtjxAYlQJh'),(3287,'hMjAomxYBdTgW','EjlgqfpLG','4698605123','jonathand_650@yahoo.com','MJoFWjYzbCOEIG'),(3288,'Click here to learn more about the system and get free access!\r\n 1 https://lscckabinet.page.link/zhtZhp3Wz6YjRgYD7\r\n','A lot of things happen in the financial world, but no story is more important than a coronavirus that destroys not so much the health of people as the global economy!\r\n https://paymentofprofit.page.link/Y4njiu57tcnb6mRu9\r\n','vmgonzalez91@gmail.com','jjperezgo@gmail.com','Thousands of British people began to get rich without leaving home!\r\n https://goldenpayout.page.link/mfn4EEVnvBvC2Qj78\r\n'),(3289,'EmwGLdPipRbn','IjDMTZQc','7208531957','kbnorris1jr@yahoo.com','MeZQtshwdO'),(3290,'lSquoRcBQzDv','WrfaDYKJkvibeP','5350378007','kbnorris1jr@yahoo.com','LtWzVfXNRPaGoyjO'),(3291,'iGPpUSdfOxRIltZK','kmciAzyHvpO','4486323428','donnajhn3@aol.com','eobBxQHwIfhZW'),(3292,'gAbYeQvRFqm','rqyHPBblTEhV','6440915701','donnajhn3@aol.com','QtwsxMHEp'),(3293,'PASSIVES EINKOMMEN ONLINE VOR 5746 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://28569euro.page.link/ze5AVUXpKfWmSBGJA','ONLINE VERDIENEN VOR 3055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://3526589euro.page.link/8jcP7Z891R1Y1XkC8','83144894737','ewaldp@msn.com','PASSIVES EINKOMMEN IM INTERNET VON 4745 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://758965euro.page.link/zyHen9499J1NhZKA8'),(3294,'PASSIVES EINKOMMEN ONLINE VOR 5746 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://28569euro.page.link/ze5AVUXpKfWmSBGJA','ONLINE VERDIENEN VOR 3055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://3526589euro.page.link/8jcP7Z891R1Y1XkC8','87916546389','citrus983@aol.com','PASSIVES EINKOMMEN IM INTERNET VON 4745 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://758965euro.page.link/zyHen9499J1NhZKA8'),(3295,'PASSIVES EINKOMMEN ONLINE VOR 5746 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://28569euro.page.link/ze5AVUXpKfWmSBGJA','ONLINE VERDIENEN VOR 3055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://3526589euro.page.link/8jcP7Z891R1Y1XkC8','89547395249','rsabra3965@aol.com','PASSIVES EINKOMMEN IM INTERNET VON 4745 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://758965euro.page.link/zyHen9499J1NhZKA8'),(3296,'PASSIVES EINKOMMEN ONLINE VOR 5746 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://28569euro.page.link/ze5AVUXpKfWmSBGJA','ONLINE VERDIENEN VOR 3055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://3526589euro.page.link/8jcP7Z891R1Y1XkC8','83743279467','lilly_eric@yahoo.com','PASSIVES EINKOMMEN IM INTERNET VON 4745 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://758965euro.page.link/zyHen9499J1NhZKA8'),(3297,'PASSIVES EINKOMMEN ONLINE VOR 5746 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://28569euro.page.link/ze5AVUXpKfWmSBGJA','ONLINE VERDIENEN VOR 3055 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES HAUS KAUFEN: https://3526589euro.page.link/8jcP7Z891R1Y1XkC8','88232299627','shelleyfree@msn.com','PASSIVES EINKOMMEN IM INTERNET VON 4745 EURO AM TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://758965euro.page.link/zyHen9499J1NhZKA8'),(3298,'zuyqthbaK','uOcJrLNxbWal','4233193634','clotildehartley@yahoo.com','ilKOGkeav'),(3299,'YbyhsWeiEuFjqfZG','QgBPwGmZNFpe','2552314821','clotildehartley@yahoo.com','hWxdesuM'),(3300,'JessieAutof','Passive income of $ 2400 per day on cloud mining','89547556515','hughlanigan@hotmail.com','Hey. \r\n \r\nI have more than $ 15,000 passive income per week on cloud mining \r\n \r\nI only invested once and now my passive income is about $ 2400 per day https://jtbtigers.com/3kbys \r\n \r\nPayments to my wallet come every day http://wunkit.com/ti4oAA \r\n \r\nIf interested, you can also start making money this way https://ecuadortenisclub.com/3kdk4 \r\n \r\nThe number of cloud miners is limited, hurry up to take the right step to success https://qspark.me/bXCqGG'),(3301,'JessieAutof','Passive income of $ 2400 per day on cloud mining','86753768447','dlove100@hotmail.com','Hey. \r\n \r\nI have more than $ 15,000 passive income per week on cloud mining \r\n \r\nI only invested once and now my passive income is about $ 2400 per day https://jtbtigers.com/3kbys \r\n \r\nPayments to my wallet come every day http://wunkit.com/ti4oAA \r\n \r\nIf interested, you can also start making money this way https://ecuadortenisclub.com/3kdk4 \r\n \r\nThe number of cloud miners is limited, hurry up to take the right step to success https://qspark.me/bXCqGG'),(3302,'JessieAutof','Passive income of $ 2400 per day on cloud mining','89187647255','younggyrl18@yahoo.com','Hey. \r\n \r\nI have more than $ 15,000 passive income per week on cloud mining \r\n \r\nI only invested once and now my passive income is about $ 2400 per day https://jtbtigers.com/3kbys \r\n \r\nPayments to my wallet come every day http://wunkit.com/ti4oAA \r\n \r\nIf interested, you can also start making money this way https://ecuadortenisclub.com/3kdk4 \r\n \r\nThe number of cloud miners is limited, hurry up to take the right step to success https://qspark.me/bXCqGG'),(3303,'JessieAutof','Passive income of $ 2400 per day on cloud mining','81596481125','thiagaraj@msn.com','Hey. \r\n \r\nI have more than $ 15,000 passive income per week on cloud mining \r\n \r\nI only invested once and now my passive income is about $ 2400 per day https://jtbtigers.com/3kbys \r\n \r\nPayments to my wallet come every day http://wunkit.com/ti4oAA \r\n \r\nIf interested, you can also start making money this way https://ecuadortenisclub.com/3kdk4 \r\n \r\nThe number of cloud miners is limited, hurry up to take the right step to success https://qspark.me/bXCqGG'),(3304,'JessieAutof','Passive income of $ 2400 per day on cloud mining','86878367857','ypb5@hotmail.com','Hey. \r\n \r\nI have more than $ 15,000 passive income per week on cloud mining \r\n \r\nI only invested once and now my passive income is about $ 2400 per day https://jtbtigers.com/3kbys \r\n \r\nPayments to my wallet come every day http://wunkit.com/ti4oAA \r\n \r\nIf interested, you can also start making money this way https://ecuadortenisclub.com/3kdk4 \r\n \r\nThe number of cloud miners is limited, hurry up to take the right step to success https://qspark.me/bXCqGG'),(3305,'James Foster\r\n','cheap monthly SEO plans','81642128223','no-reply@hilkom-digital.de','Gооd dаy! \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(3306,'hjRgtQfU','XFOpnBzSwo','3627708746','markspencer1715@gmail.com','dQmBiLhZelcqDYgJ'),(3307,'EARNINGS ON THE INTERNET BEFORE 6959 GBP IN WEEK - IN A MONTH, YOU CAN SAFELY QUIT YOUR JOB: http://freeurlredirect.com/3py33','EARNINGS ON THE INTERNET BEFORE 8398 EUR IN A DAY - GIVE YOURSELF FINANCIAL FREEDOM: https://slimex365.com/3n24l','82443472536','cherisemunion@aol.com','PASSIVE INCOME ON THE INTERNET BEFORE 4658 GBP PER DAY - NO WORK EXPERIENCE: https://jtbtigers.com/3ke1i'),(3308,'EARNINGS ON THE INTERNET BEFORE 6959 GBP IN WEEK - IN A MONTH, YOU CAN SAFELY QUIT YOUR JOB: http://freeurlredirect.com/3py33','EARNINGS ON THE INTERNET BEFORE 8398 EUR IN A DAY - GIVE YOURSELF FINANCIAL FREEDOM: https://slimex365.com/3n24l','86134597697','weaponx222@msn.com','PASSIVE INCOME ON THE INTERNET BEFORE 4658 GBP PER DAY - NO WORK EXPERIENCE: https://jtbtigers.com/3ke1i'),(3309,'EARNINGS ON THE INTERNET BEFORE 6959 GBP IN WEEK - IN A MONTH, YOU CAN SAFELY QUIT YOUR JOB: http://freeurlredirect.com/3py33','EARNINGS ON THE INTERNET BEFORE 8398 EUR IN A DAY - GIVE YOURSELF FINANCIAL FREEDOM: https://slimex365.com/3n24l','86779478753','buddyfrazier@hotmail.com','PASSIVE INCOME ON THE INTERNET BEFORE 4658 GBP PER DAY - NO WORK EXPERIENCE: https://jtbtigers.com/3ke1i'),(3310,'RgpEKwGr','CAXYZwUGgs','5546780605','melba_barroeta@yahoo.com','NElcAvZKqmab'),(3311,'ESzbTfoug','vjKOElNw','9607134532','melba_barroeta@yahoo.com','iDqrjGMeWK'),(3312,'HMxKkfwFYSC','zdbYeVUrjODuhCcI','5393061352','ledamcgarry@yahoo.com','oNRrmMvdJuxqCBg'),(3313,'iOcRSsjb','fCvjhqcBrVX','4888833258','ledamcgarry@yahoo.com','XDaSvEfWZeT'),(3314,'Global Blue','JOB OFFER','83964248411','kelstewart1414@gmail.com','How would you like to make money by simply driving your car advertising for Global Blue. \r\nWe are currently seeking to employ individual’s worldwide. \r\nYou will receive an up front payment of $300 as soon you have been certified. \r\n \r\nContact us by email, with the following details, if you are interested in these offer for more details. \r\n \r\nFull Name: \r\nAddress: \r\nCity: \r\nState: \r\nZip code: \r\nCountry: \r\nMake of car/ year: \r\nTelephone numbers: \r\n \r\nYou are to send the above requested information to your contact Agent indicating the Agent No: 4141 \r\nName :- Kelvin Stewart \r\nEmail :- kelstewart1414@gmail.com \r\nWe shall be contacting you as soon as we receive the requested information. \r\n \r\nJacques Stern \r\n \r\nExecutive, \r\nGlobal Blue Promo(TM)'),(3315,'qyrnsZkCTHebOvd','UKvObwHSW','8289584712','debraganza.hae@yahoo.com','yEWfBgiKSls'),(3316,'dkUloguRFhMD','dGUykfMaiID','2082459357','debraganza.hae@yahoo.com','whqJXTpuSCI'),(3317,'PASSIVE INCOME FROM 5354 GBP IN WEEK - IN A MONTH YOU CAN BUY YOURSELF AN EXPENSIVE APARTMENT: http://asq.kr/mAIDC0x2wBWU0','EARNINGS ON THE INTERNET FROM 5486 GBP PER DAY - IN A MONTH, YOU CAN BUY YOURSELF AN EXPENSIVE HOUSE: https://darknesstr.com/3jwhf','89811358141','batemls@suddenlink.net','PASSIVE INCOME BEFORE 5867 EUR PER DAY - NO WORK EXPERIENCE: https://qspark.me/p8vLyO'),(3318,'PASSIVE INCOME FROM 5354 GBP IN WEEK - IN A MONTH YOU CAN BUY YOURSELF AN EXPENSIVE APARTMENT: http://asq.kr/mAIDC0x2wBWU0','EARNINGS ON THE INTERNET FROM 5486 GBP PER DAY - IN A MONTH, YOU CAN BUY YOURSELF AN EXPENSIVE HOUSE: https://darknesstr.com/3jwhf','85649532822','ladydi6703@gmail.com','PASSIVE INCOME BEFORE 5867 EUR PER DAY - NO WORK EXPERIENCE: https://qspark.me/p8vLyO'),(3319,'PASSIVE INCOME FROM 5354 GBP IN WEEK - IN A MONTH YOU CAN BUY YOURSELF AN EXPENSIVE APARTMENT: http://asq.kr/mAIDC0x2wBWU0','EARNINGS ON THE INTERNET FROM 5486 GBP PER DAY - IN A MONTH, YOU CAN BUY YOURSELF AN EXPENSIVE HOUSE: https://darknesstr.com/3jwhf','89923682379','mike.manu@2020log.com','PASSIVE INCOME BEFORE 5867 EUR PER DAY - NO WORK EXPERIENCE: https://qspark.me/p8vLyO'),(3320,'PASSIVE INCOME FROM 5354 GBP IN WEEK - IN A MONTH YOU CAN BUY YOURSELF AN EXPENSIVE APARTMENT: http://asq.kr/mAIDC0x2wBWU0','EARNINGS ON THE INTERNET FROM 5486 GBP PER DAY - IN A MONTH, YOU CAN BUY YOURSELF AN EXPENSIVE HOUSE: https://darknesstr.com/3jwhf','87714887941','alexandra.lucca@ig.com.br','PASSIVE INCOME BEFORE 5867 EUR PER DAY - NO WORK EXPERIENCE: https://qspark.me/p8vLyO'),(3321,'PASSIVE INCOME FROM 5354 GBP IN WEEK - IN A MONTH YOU CAN BUY YOURSELF AN EXPENSIVE APARTMENT: http://asq.kr/mAIDC0x2wBWU0','EARNINGS ON THE INTERNET FROM 5486 GBP PER DAY - IN A MONTH, YOU CAN BUY YOURSELF AN EXPENSIVE HOUSE: https://darknesstr.com/3jwhf','89115225624','charpignonmj60@aol.com','PASSIVE INCOME BEFORE 5867 EUR PER DAY - NO WORK EXPERIENCE: https://qspark.me/p8vLyO'),(3322,'iRoBIFSnECL','hNfQsyRpB','2840997490','farrellcollene@yahoo.com','mKvVHlwjdCFIkhL'),(3323,'qcdfpjRmbQWUaKiH','CuQkqdirwyXgVfSs','4944722657','farrellcollene@yahoo.com','UylKEfeTpViWHOc'),(3324,'LindaLar','Is sex on a first date OK?','+1 2444334567','lindablind@mailo.com','Yes\r\nhttp://monsvladavichbucom.tk/chk/29\r\n'),(3325,'Martinrer','I will top quality dofollow SEO backlinks high da DR authority','86872136952','jennlang13@aol.com','I will do 961 DA 65-96 SEO Links for Top rankings on Google 2021. \r\n \r\nTier 1 - 31 SEO links DA 75-96 \r\n \r\nTier 2 - 930 SEO links DA 75-96 \r\n \r\nThese links are really effective for Page 1 rankings and Top 3 Positions and all are Google Compliant. \r\n \r\nhttps://links.wtf/SZbO \r\n \r\nPanda Penguin Hummingbird Safe \r\n \r\nImproves the Metrics of your Website like Trust flow and Citations \r\n \r\nEnables your Website to rank for any top Keywords \r\n \r\nProven Results, worked well for 100+ Websites tested this year. \r\n \r\nhttps://ecuadortenisclub.com/3mf82 \r\n \r\n+ High quality backlinks \r\n+ Safe on latest algorithm (2020 updated) \r\n+ Full reports (.txt) \r\n+ White hat and Extremely Safe method \r\n+ According to latest google updated 2020 \r\n+ Google Loves the High DA Bcklinks \r\n+ 100% Google Safe \r\n+ Full Verified Backlinks \r\n+ Rankings and Get More Authority \r\n \r\nhttps://ecuadortenisclub.com/3m5d9'),(3326,'Martinrer','I will top quality dofollow SEO backlinks high da DR authority','82758554738','jtl980@hotmail.com','I will do 961 DA 65-96 SEO Links for Top rankings on Google 2021. \r\n \r\nTier 1 - 31 SEO links DA 75-96 \r\n \r\nTier 2 - 930 SEO links DA 75-96 \r\n \r\nThese links are really effective for Page 1 rankings and Top 3 Positions and all are Google Compliant. \r\n \r\nhttps://links.wtf/SZbO \r\n \r\nPanda Penguin Hummingbird Safe \r\n \r\nImproves the Metrics of your Website like Trust flow and Citations \r\n \r\nEnables your Website to rank for any top Keywords \r\n \r\nProven Results, worked well for 100+ Websites tested this year. \r\n \r\nhttps://ecuadortenisclub.com/3mf82 \r\n \r\n+ High quality backlinks \r\n+ Safe on latest algorithm (2020 updated) \r\n+ Full reports (.txt) \r\n+ White hat and Extremely Safe method \r\n+ According to latest google updated 2020 \r\n+ Google Loves the High DA Bcklinks \r\n+ 100% Google Safe \r\n+ Full Verified Backlinks \r\n+ Rankings and Get More Authority \r\n \r\nhttps://ecuadortenisclub.com/3m5d9'),(3327,'Martinrer','I will top quality dofollow SEO backlinks high da DR authority','86248976493','bruce316@hotmail.com','I will do 961 DA 65-96 SEO Links for Top rankings on Google 2021. \r\n \r\nTier 1 - 31 SEO links DA 75-96 \r\n \r\nTier 2 - 930 SEO links DA 75-96 \r\n \r\nThese links are really effective for Page 1 rankings and Top 3 Positions and all are Google Compliant. \r\n \r\nhttps://links.wtf/SZbO \r\n \r\nPanda Penguin Hummingbird Safe \r\n \r\nImproves the Metrics of your Website like Trust flow and Citations \r\n \r\nEnables your Website to rank for any top Keywords \r\n \r\nProven Results, worked well for 100+ Websites tested this year. \r\n \r\nhttps://ecuadortenisclub.com/3mf82 \r\n \r\n+ High quality backlinks \r\n+ Safe on latest algorithm (2020 updated) \r\n+ Full reports (.txt) \r\n+ White hat and Extremely Safe method \r\n+ According to latest google updated 2020 \r\n+ Google Loves the High DA Bcklinks \r\n+ 100% Google Safe \r\n+ Full Verified Backlinks \r\n+ Rankings and Get More Authority \r\n \r\nhttps://ecuadortenisclub.com/3m5d9'),(3328,'Martinrer','I will top quality dofollow SEO backlinks high da DR authority','88127473243','pachecoartist@cox.net','I will do 961 DA 65-96 SEO Links for Top rankings on Google 2021. \r\n \r\nTier 1 - 31 SEO links DA 75-96 \r\n \r\nTier 2 - 930 SEO links DA 75-96 \r\n \r\nThese links are really effective for Page 1 rankings and Top 3 Positions and all are Google Compliant. \r\n \r\nhttps://links.wtf/SZbO \r\n \r\nPanda Penguin Hummingbird Safe \r\n \r\nImproves the Metrics of your Website like Trust flow and Citations \r\n \r\nEnables your Website to rank for any top Keywords \r\n \r\nProven Results, worked well for 100+ Websites tested this year. \r\n \r\nhttps://ecuadortenisclub.com/3mf82 \r\n \r\n+ High quality backlinks \r\n+ Safe on latest algorithm (2020 updated) \r\n+ Full reports (.txt) \r\n+ White hat and Extremely Safe method \r\n+ According to latest google updated 2020 \r\n+ Google Loves the High DA Bcklinks \r\n+ 100% Google Safe \r\n+ Full Verified Backlinks \r\n+ Rankings and Get More Authority \r\n \r\nhttps://ecuadortenisclub.com/3m5d9'),(3329,'Martinrer','I will top quality dofollow SEO backlinks high da DR authority','81232295517','craigadkins14@hotmail.com','I will do 961 DA 65-96 SEO Links for Top rankings on Google 2021. \r\n \r\nTier 1 - 31 SEO links DA 75-96 \r\n \r\nTier 2 - 930 SEO links DA 75-96 \r\n \r\nThese links are really effective for Page 1 rankings and Top 3 Positions and all are Google Compliant. \r\n \r\nhttps://links.wtf/SZbO \r\n \r\nPanda Penguin Hummingbird Safe \r\n \r\nImproves the Metrics of your Website like Trust flow and Citations \r\n \r\nEnables your Website to rank for any top Keywords \r\n \r\nProven Results, worked well for 100+ Websites tested this year. \r\n \r\nhttps://ecuadortenisclub.com/3mf82 \r\n \r\n+ High quality backlinks \r\n+ Safe on latest algorithm (2020 updated) \r\n+ Full reports (.txt) \r\n+ White hat and Extremely Safe method \r\n+ According to latest google updated 2020 \r\n+ Google Loves the High DA Bcklinks \r\n+ 100% Google Safe \r\n+ Full Verified Backlinks \r\n+ Rankings and Get More Authority \r\n \r\nhttps://ecuadortenisclub.com/3m5d9'),(3330,'Thousands of British people began to get rich without leaving home!\r\n 1 https://fsskabinet.page.link/4FHU3dwmcttAhkZy7\r\n','If you had a map like that, I bet you’d start taking every money making opportunity that you could.\r\n 1 https://centerfond.page.link/1qYEa1NCGQUDVHGH9\r\n','Thousands of British people began to get rich without leaving home!\r\n 1 https://fsskabinet.page.link/4FHU3dwmcttAhkZy7\r\n','matthew_caulfield@comcast.net','Here is an example of one of the proven services that will help you figure it out and start making good money right from home.\r\n https://announcementsinstabonus.page.link/RJt5BDYHSNHXMLNh9\r\n'),(3331,'EINNAHMEN IM INTERNET VON 6846 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://3526589euro.page.link/C4vmUwuYthjgyQnv5','PASSIVES EINKOMMEN IM INTERNET VOR 3045 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/EFJdBKAzBGGHNevz9','86532538185','peters.ann@web.de','PASSIVES EINKOMMEN IM INTERNET VON 5766 EURO IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/ybAnw2CscdLKoqCJ8'),(3332,'EINNAHMEN IM INTERNET VON 6846 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://3526589euro.page.link/C4vmUwuYthjgyQnv5','PASSIVES EINKOMMEN IM INTERNET VOR 3045 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/EFJdBKAzBGGHNevz9','86171163847','rolfpeters@versanet.de','PASSIVES EINKOMMEN IM INTERNET VON 5766 EURO IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/ybAnw2CscdLKoqCJ8'),(3333,'EINNAHMEN IM INTERNET VON 6846 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://3526589euro.page.link/C4vmUwuYthjgyQnv5','PASSIVES EINKOMMEN IM INTERNET VOR 3045 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/EFJdBKAzBGGHNevz9','84368119875','blz1@hotmail.de','PASSIVES EINKOMMEN IM INTERNET VON 5766 EURO IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/ybAnw2CscdLKoqCJ8'),(3334,'EINNAHMEN IM INTERNET VON 6846 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://3526589euro.page.link/C4vmUwuYthjgyQnv5','PASSIVES EINKOMMEN IM INTERNET VOR 3045 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/EFJdBKAzBGGHNevz9','86763839749','hong@oab-online.de','PASSIVES EINKOMMEN IM INTERNET VON 5766 EURO IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/ybAnw2CscdLKoqCJ8'),(3335,'EINNAHMEN IM INTERNET VON 6846 EURO IN DER WOCHE - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://3526589euro.page.link/C4vmUwuYthjgyQnv5','PASSIVES EINKOMMEN IM INTERNET VOR 3045 EURO PRO TAG - IN EINEM MONAT KONNEN SIE SICH EINE TEURE WOHNUNG KAUFEN: https://3526589euro.page.link/EFJdBKAzBGGHNevz9','85799188547','alexandra.mader@chello.at','PASSIVES EINKOMMEN IM INTERNET VON 5766 EURO IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/ybAnw2CscdLKoqCJ8'),(3336,'ONLINE VERDIENEN VOR 4768 EURO AM TAG - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://6523euro.page.link/b916ZccKW4QA9g7Q7','PASSIVES EINKOMMEN IM INTERNET VON 9946 EURO PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://2539euro.page.link/TeHN195e1nTAKUVR7','89746199375','harlock55@orange.fr','ONLINE VERDIENEN VON 6058 EUR IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://758965euro.page.link/4nusf7T5zzJf6vbHA'),(3337,'ONLINE VERDIENEN VOR 4768 EURO AM TAG - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://6523euro.page.link/b916ZccKW4QA9g7Q7','PASSIVES EINKOMMEN IM INTERNET VON 9946 EURO PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://2539euro.page.link/TeHN195e1nTAKUVR7','87711295217','lojyhamel@wanadoo.fr','ONLINE VERDIENEN VON 6058 EUR IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://758965euro.page.link/4nusf7T5zzJf6vbHA'),(3338,'ONLINE VERDIENEN VOR 4768 EURO AM TAG - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://6523euro.page.link/b916ZccKW4QA9g7Q7','PASSIVES EINKOMMEN IM INTERNET VON 9946 EURO PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://2539euro.page.link/TeHN195e1nTAKUVR7','81592139255','bouzlander10@hotmail.fr','ONLINE VERDIENEN VON 6058 EUR IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://758965euro.page.link/4nusf7T5zzJf6vbHA'),(3339,'ONLINE VERDIENEN VOR 4768 EURO AM TAG - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://6523euro.page.link/b916ZccKW4QA9g7Q7','PASSIVES EINKOMMEN IM INTERNET VON 9946 EURO PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://2539euro.page.link/TeHN195e1nTAKUVR7','84327426669','nanie65100@hotmail.fr','ONLINE VERDIENEN VON 6058 EUR IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://758965euro.page.link/4nusf7T5zzJf6vbHA'),(3340,'ONLINE VERDIENEN VOR 4768 EURO AM TAG - IN EINEM MONAT KONNEN SIE IHREN JOB SICHER KUNDIGEN: https://6523euro.page.link/b916ZccKW4QA9g7Q7','PASSIVES EINKOMMEN IM INTERNET VON 9946 EURO PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://2539euro.page.link/TeHN195e1nTAKUVR7','81954555111','chouchoute7438@hotmail.fr','ONLINE VERDIENEN VON 6058 EUR IN DER WOCHE - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://758965euro.page.link/4nusf7T5zzJf6vbHA'),(3341,'Click here for the full article and free system access!\r\n https://instantpayout.page.link/Rb6wHe3UazChFvxU9\r\n','Since the whole world is now going online, Prince Harry invited people to test a new online platform that earns more than ?1,000 per day through crypto trading.\r\n 1 https://richhi.page.link/ESWhMNtW8vP2yD756\r\n','Click here for the full article and free system access!\r\n https://instantpayout.page.link/Rb6wHe3UazChFvxU9\r\n','alejandroflores9999@yahoo.com','It would be like having a roadmap that tells you exactly where you need to go and what you need to do, without any question marks.\r\n https://fastpayout.page.link/L6Ezveiuzbvz96g48\r\n'),(3342,'PASSIVES EINKOMMEN IM INTERNET VOR 3856 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://758965euro.page.link/PN6WmNyFk7rmArUYA','PASSIVES EINKOMMEN ONLINE VON 6977 EUR PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/pxnEP8C9sfFdiFPD7','84362328421','kingtkuehn@yahoo.ca','EINNAHMEN IM INTERNET VON 5778 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://758965euro.page.link/HpuvqFjBv7jmYycXA'),(3343,'PASSIVES EINKOMMEN IM INTERNET VOR 3856 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://758965euro.page.link/PN6WmNyFk7rmArUYA','PASSIVES EINKOMMEN ONLINE VON 6977 EUR PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/pxnEP8C9sfFdiFPD7','85717699793','whos_so_sexy_now_baby_libbyworld@hotmail.co.uk','EINNAHMEN IM INTERNET VON 5778 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://758965euro.page.link/HpuvqFjBv7jmYycXA'),(3344,'PASSIVES EINKOMMEN IM INTERNET VOR 3856 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://758965euro.page.link/PN6WmNyFk7rmArUYA','PASSIVES EINKOMMEN ONLINE VON 6977 EUR PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/pxnEP8C9sfFdiFPD7','82522257975','fowler_annie@yahoo.co.uk','EINNAHMEN IM INTERNET VON 5778 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://758965euro.page.link/HpuvqFjBv7jmYycXA'),(3345,'PASSIVES EINKOMMEN IM INTERNET VOR 3856 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://758965euro.page.link/PN6WmNyFk7rmArUYA','PASSIVES EINKOMMEN ONLINE VON 6977 EUR PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/pxnEP8C9sfFdiFPD7','89169671726','x.rachsalter@hotmail.co.uk','EINNAHMEN IM INTERNET VON 5778 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://758965euro.page.link/HpuvqFjBv7jmYycXA'),(3346,'PASSIVES EINKOMMEN IM INTERNET VOR 3856 EUR AM TAG - IN EINEM MONAT KONNEN SIE SICH EIN TEURES AUTO KAUFEN: https://758965euro.page.link/PN6WmNyFk7rmArUYA','PASSIVES EINKOMMEN ONLINE VON 6977 EUR PRO TAG - SIE WERDEN ALLE IHRE KREDITE IN EINER WOCHE ZURUCKZAHLEN: https://8523658euro.page.link/pxnEP8C9sfFdiFPD7','89386511546','sandy_ledwidge1973@yahoo.co.uk','EINNAHMEN IM INTERNET VON 5778 EUR IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://758965euro.page.link/HpuvqFjBv7jmYycXA'),(3347,'AkqdaxNVgrb','yJdtWhDAj','7259423621','paston.lissa@yahoo.com','gUMCGmHlXbjqVn'),(3348,'zZWvOAudYlech','qUOgjobTJZ','9873484613','paston.lissa@yahoo.com','avlDbsiHFKm'),(3349,'РќallРѕ heiГџРµr KРµrl! IСЃh suСЃhe SРµx in dРµinРµr Stadt und ich mГ¶СЃhte, dass du mich fiСЃРєst: https://jtbtigers.com/3m0f3','HallРѕ typ! Wenn du mich mit deinРµm StocРє ficРєen willst, sСЃhrРµib mir, wРѕ wir uns trРµffen РєГ¶nnen. SСЃhrРµibe hiРµr einРµ NachriСЃht: https://ecuadortenisclub.com/3m7og','83223491839','martin_meidl@bine1974.at','РќР°llРѕ typ! Ich suСЃhРµ Sex in dРµinРµr Stadt und mГ¶СЃhte wirРєliСЃh, dass du miСЃh hochziehst: http://wunkit.com/E9UoAA'),(3350,'РќallРѕ heiГџРµr KРµrl! IСЃh suСЃhe SРµx in dРµinРµr Stadt und ich mГ¶СЃhte, dass du mich fiСЃРєst: https://jtbtigers.com/3m0f3','HallРѕ typ! Wenn du mich mit deinРµm StocРє ficРєen willst, sСЃhrРµib mir, wРѕ wir uns trРµffen РєГ¶nnen. SСЃhrРµibe hiРµr einРµ NachriСЃht: https://ecuadortenisclub.com/3m7og','87712368475','macondo16@freenet.de','РќР°llРѕ typ! Ich suСЃhРµ Sex in dРµinРµr Stadt und mГ¶СЃhte wirРєliСЃh, dass du miСЃh hochziehst: http://wunkit.com/E9UoAA'),(3351,'РќallРѕ heiГџРµr KРµrl! IСЃh suСЃhe SРµx in dРµinРµr Stadt und ich mГ¶СЃhte, dass du mich fiСЃРєst: https://jtbtigers.com/3m0f3','HallРѕ typ! Wenn du mich mit deinРµm StocРє ficРєen willst, sСЃhrРµib mir, wРѕ wir uns trРµffen РєГ¶nnen. SСЃhrРµibe hiРµr einРµ NachriСЃht: https://ecuadortenisclub.com/3m7og','84486787886','vannisch@web.de','РќР°llРѕ typ! Ich suСЃhРµ Sex in dРµinРµr Stadt und mГ¶СЃhte wirРєliСЃh, dass du miСЃh hochziehst: http://wunkit.com/E9UoAA'),(3352,'РќallРѕ heiГџРµr KРµrl! IСЃh suСЃhe SРµx in dРµinРµr Stadt und ich mГ¶СЃhte, dass du mich fiСЃРєst: https://jtbtigers.com/3m0f3','HallРѕ typ! Wenn du mich mit deinРµm StocРє ficРєen willst, sСЃhrРµib mir, wРѕ wir uns trРµffen РєГ¶nnen. SСЃhrРµibe hiРµr einРµ NachriСЃht: https://ecuadortenisclub.com/3m7og','81121979512','flackerboy@online.de','РќР°llРѕ typ! Ich suСЃhРµ Sex in dРµinРµr Stadt und mГ¶СЃhte wirРєliСЃh, dass du miСЃh hochziehst: http://wunkit.com/E9UoAA'),(3353,'РќallРѕ heiГџРµr KРµrl! IСЃh suСЃhe SРµx in dРµinРµr Stadt und ich mГ¶СЃhte, dass du mich fiСЃРєst: https://jtbtigers.com/3m0f3','HallРѕ typ! Wenn du mich mit deinРµm StocРє ficРєen willst, sСЃhrРµib mir, wРѕ wir uns trРµffen РєГ¶nnen. SСЃhrРµibe hiРµr einРµ NachriСЃht: https://ecuadortenisclub.com/3m7og','88125669831','m4ssacre@gmx.de','РќР°llРѕ typ! Ich suСЃhРµ Sex in dРµinРµr Stadt und mГ¶СЃhte wirРєliСЃh, dass du miСЃh hochziehst: http://wunkit.com/E9UoAA'),(3354,'kyjDGJXzxnvp','opnATxBtPdrMw','6929976782','odelia.lockhart@yahoo.com','GiswRhOdconzUIQV'),(3355,'hRTxQIYEikbfHXO','EIJvLWgfe','5060588560','odelia.lockhart@yahoo.com','ahSVfDqN'),(3356,'Cameron','Hello?','514-970-6178','cameron.davison@gmail.com','Struggling with obtaining fresh prospects and potential buyers at https://www.advisiahub.com/contact-us? Leadality will make it easy for your company to create new leads with the click of a button. Here are just a handful of tasks you can do with Leadality: uncover and acquire new leads, extract emails and telephone numbers, automatically speak with your website visitors around the clock with a tailor made chatbot on your website, generate reviews on Google, Yelp, and Facebook! We are so sure you\'ll appreciate it, we are offering you an opportunity to give it a 3 day trial run totally free...no credit card needed. Just visit https://leadality.com/ now to start.\r\n\r\nWarm wishes...\r\nCameron'),(3357,'Jake','Best Offer For advisiahub.com','06-37883483','info@advisiahub.com','Morning \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\nBrowser Categories - AdvisiaHub'),(3358,'ukdQfsZrp','bxEgNaFsQSMLlAW','5389877589','yelena.gibbons@yahoo.com','squYZIoL'),(3359,'SYrJzwBfg','QjVXfNsCY','4306972833','yelena.gibbons@yahoo.com','gnOYFKdLai'),(3360,'Erica','DA50 Backlink for your website','062 732 19 95','ericajacksonmi0@yahoo.com','Hi, \r\n\r\nWe\'re wondering if you\'d be interested in a \'dofollow\' backlink to advisiahub.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 $50 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 over 2.8 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'),(3361,'sHkfJMbceQrVaR','RegWKiYCt','7585312214','prescoeterp1049@gmail.com','FuNzElsUr'),(3362,'tSoQVuCYMD','jCmubJkhwyT','6362463217','prescoeterp1049@gmail.com','YiPIasWSzOukg'),(3363,'XGjqQnDTdxsUSIm','axcpQKwz','9384681004','rmccord1279@gmail.com','wcnokKfCDYWNE'),(3364,'biZuwlHJgtzoVWBr','ZiJfvjkowalLF','9896228373','rmccord1279@gmail.com','OduLZrxygStYo'),(3365,'DCumYzdRvLysEAhK','WBszQfckE','8758623911','efcliu.fm@gmail.com','dbrvCileAEZcMLW'),(3366,'HlzTjEXKuL','JpGkxhMzuwcU','9923303254','efcliu.fm@gmail.com','udyLIZpSbwHlaEO'),(3367,'Kerri Williams','Error on your website','308-792-1840','williams44@gmail.com','It looks like this link is broken on your site: https://www.advisiahub.com/www.advisiahub.com\r\n\r\nI thought you would like to know :). Silly mistakes can ruin your site\'s credibility. I\'ve used a tool called linkSniff.com in the past to keep mistakes off of my website.\r\n\r\n-Kerri'),(3368,'ezCAdBTn','aIeKrPJmFtb','6922010230','hadwin.garnet@yahoo.com','pQxSYsoiVKDOCnP'),(3369,'LjBFlvyNATxI','PNlRGuoe','9795280166','hadwin.garnet@yahoo.com','piWGQPDo'),(3370,'KFHltuwhWPzdLI','wAdOuXroUyBc','9022894987','geraldcote@mail.com','lOmWFfZue'),(3371,'gTLbemlDqosKIu','lrMpLHQycqCh','5950741429','geraldcote@mail.com','MZcvSuJQzOyGFqNt'),(3372,'JIDgiPjY','JyFjLoUKXdHa','4239350239','wttorregrossa@gmail.com','sbOpEMBNF'),(3373,'jaSngkAbe','lAERznhM','6988025160','wttorregrossa@gmail.com','FXQveEYV'),(3374,'yxDdnEGmC','hLyHgfcSn','7908634754','paddyreihill@gmail.com','BKIhakygJsznc'),(3375,'IYGHoMgukJqVwSQe','TegdmljbtohfCQaN','9762759452','paddyreihill@gmail.com','SsiTwARbquGOYok'),(3376,'PJYKUFrzonxLTfOk','RzXZFntGIJTpQ','5948793035','amiceli185@gmail.com','KcBIGweHnsk'),(3377,'EJHUtwGxVOl','SeTnjotybp','4214363513','amiceli185@gmail.com','TnFdXmBc'),(3378,'JamesLet','Your reputation and business are at stake!','83251254827','bpasley@hotmail.com','Your reputation and business are at stake! \r\n \r\nWe on your behalf in the message your website address advisiahub.com and your contact information (including in social. Networks and messengers) will send: \r\n \r\n+ on 15,897,318 sites, threats with insults to site owners, US residents, Europeans, LGBT and BLM. \r\n \r\n+ 790,000 messages to bloggers with threats and insults \r\n \r\n+ 2 367 896 public figures and politicians (from the USA and Europe) with threats and insults \r\n \r\n+ 70,000 negative reviews about you and your website advisiahub.com \r\n \r\n+ 23 467 849 contact forms of sites with threats and insults \r\n \r\n+ 150,000 emails messages to people with disabilities with threats and insults, many of them will definitely sue you \r\n \r\n+ 57000 emails of messages to veterans with threats and insults, FOR THIS YOU WILL BE EXACTLY SITTED \r\n \r\nFollowing from all of the above, you will get a lot of losses: \r\n \r\n+ an abuse from spam house, amazon and many webmasters (for spam, insults and threats) will come to your site advisiahub.com, as a result, your domain will be banned and blacklisted \r\n \r\n+ people will sue you because you threatened and humiliated them \r\n \r\n+ in court you will not prove anything, everything will look as if you did it all, MOST YOU WILL GO TO PRISON \r\n \r\n+ internet will be inundated with negative reviews about you and your website advisiahub.com \r\n \r\n+ threats and reprisals from BLM and LGBT community members, in fact, these are dangerous community guys \r\n \r\nTotal: you will lose your business, all your money, you will spend on lawyers and compensation for court decisions, you will go to jail, your life will turn to hell ... \r\n \r\nWe already have everything ready to launch all of the above, but we decided to give you a chance to avoid all this, you can buy off a small amount of money. \r\n \r\nMake a payment, transfer 0.39 Bitcoins to this address \r\n \r\n1JDYfBMP3vg8TcuFuwSHc1Wop3rREqupC4 \r\n \r\nWe are waiting for the transfer from you until November 27, on Saturday November 28, if payment does not come from you, we will begin to destroy your business and you along with it.'),(3379,'JamesLet','Your reputation and business are at stake!','85411831332','ildasifu@yahoo.com','Your reputation and business are at stake! \r\n \r\nWe on your behalf in the message your website address advisiahub.com and your contact information (including in social. Networks and messengers) will send: \r\n \r\n+ on 15,897,318 sites, threats with insults to site owners, US residents, Europeans, LGBT and BLM. \r\n \r\n+ 790,000 messages to bloggers with threats and insults \r\n \r\n+ 2 367 896 public figures and politicians (from the USA and Europe) with threats and insults \r\n \r\n+ 70,000 negative reviews about you and your website advisiahub.com \r\n \r\n+ 23 467 849 contact forms of sites with threats and insults \r\n \r\n+ 150,000 emails messages to people with disabilities with threats and insults, many of them will definitely sue you \r\n \r\n+ 57000 emails of messages to veterans with threats and insults, FOR THIS YOU WILL BE EXACTLY SITTED \r\n \r\nFollowing from all of the above, you will get a lot of losses: \r\n \r\n+ an abuse from spam house, amazon and many webmasters (for spam, insults and threats) will come to your site advisiahub.com, as a result, your domain will be banned and blacklisted \r\n \r\n+ people will sue you because you threatened and humiliated them \r\n \r\n+ in court you will not prove anything, everything will look as if you did it all, MOST YOU WILL GO TO PRISON \r\n \r\n+ internet will be inundated with negative reviews about you and your website advisiahub.com \r\n \r\n+ threats and reprisals from BLM and LGBT community members, in fact, these are dangerous community guys \r\n \r\nTotal: you will lose your business, all your money, you will spend on lawyers and compensation for court decisions, you will go to jail, your life will turn to hell ... \r\n \r\nWe already have everything ready to launch all of the above, but we decided to give you a chance to avoid all this, you can buy off a small amount of money. \r\n \r\nMake a payment, transfer 0.39 Bitcoins to this address \r\n \r\n1JDYfBMP3vg8TcuFuwSHc1Wop3rREqupC4 \r\n \r\nWe are waiting for the transfer from you until November 27, on Saturday November 28, if payment does not come from you, we will begin to destroy your business and you along with it.'),(3380,'JamesLet','Your reputation and business are at stake!','83236283529','rodcooley@hotmail.com','Your reputation and business are at stake! \r\n \r\nWe on your behalf in the message your website address advisiahub.com and your contact information (including in social. Networks and messengers) will send: \r\n \r\n+ on 15,897,318 sites, threats with insults to site owners, US residents, Europeans, LGBT and BLM. \r\n \r\n+ 790,000 messages to bloggers with threats and insults \r\n \r\n+ 2 367 896 public figures and politicians (from the USA and Europe) with threats and insults \r\n \r\n+ 70,000 negative reviews about you and your website advisiahub.com \r\n \r\n+ 23 467 849 contact forms of sites with threats and insults \r\n \r\n+ 150,000 emails messages to people with disabilities with threats and insults, many of them will definitely sue you \r\n \r\n+ 57000 emails of messages to veterans with threats and insults, FOR THIS YOU WILL BE EXACTLY SITTED \r\n \r\nFollowing from all of the above, you will get a lot of losses: \r\n \r\n+ an abuse from spam house, amazon and many webmasters (for spam, insults and threats) will come to your site advisiahub.com, as a result, your domain will be banned and blacklisted \r\n \r\n+ people will sue you because you threatened and humiliated them \r\n \r\n+ in court you will not prove anything, everything will look as if you did it all, MOST YOU WILL GO TO PRISON \r\n \r\n+ internet will be inundated with negative reviews about you and your website advisiahub.com \r\n \r\n+ threats and reprisals from BLM and LGBT community members, in fact, these are dangerous community guys \r\n \r\nTotal: you will lose your business, all your money, you will spend on lawyers and compensation for court decisions, you will go to jail, your life will turn to hell ... \r\n \r\nWe already have everything ready to launch all of the above, but we decided to give you a chance to avoid all this, you can buy off a small amount of money. \r\n \r\nMake a payment, transfer 0.39 Bitcoins to this address \r\n \r\n1JDYfBMP3vg8TcuFuwSHc1Wop3rREqupC4 \r\n \r\nWe are waiting for the transfer from you until November 27, on Saturday November 28, if payment does not come from you, we will begin to destroy your business and you along with it.'),(3381,'JamesLet','Your reputation and business are at stake!','83783295617','ronoleson59@yahoo.com','Your reputation and business are at stake! \r\n \r\nWe on your behalf in the message your website address advisiahub.com and your contact information (including in social. Networks and messengers) will send: \r\n \r\n+ on 15,897,318 sites, threats with insults to site owners, US residents, Europeans, LGBT and BLM. \r\n \r\n+ 790,000 messages to bloggers with threats and insults \r\n \r\n+ 2 367 896 public figures and politicians (from the USA and Europe) with threats and insults \r\n \r\n+ 70,000 negative reviews about you and your website advisiahub.com \r\n \r\n+ 23 467 849 contact forms of sites with threats and insults \r\n \r\n+ 150,000 emails messages to people with disabilities with threats and insults, many of them will definitely sue you \r\n \r\n+ 57000 emails of messages to veterans with threats and insults, FOR THIS YOU WILL BE EXACTLY SITTED \r\n \r\nFollowing from all of the above, you will get a lot of losses: \r\n \r\n+ an abuse from spam house, amazon and many webmasters (for spam, insults and threats) will come to your site advisiahub.com, as a result, your domain will be banned and blacklisted \r\n \r\n+ people will sue you because you threatened and humiliated them \r\n \r\n+ in court you will not prove anything, everything will look as if you did it all, MOST YOU WILL GO TO PRISON \r\n \r\n+ internet will be inundated with negative reviews about you and your website advisiahub.com \r\n \r\n+ threats and reprisals from BLM and LGBT community members, in fact, these are dangerous community guys \r\n \r\nTotal: you will lose your business, all your money, you will spend on lawyers and compensation for court decisions, you will go to jail, your life will turn to hell ... \r\n \r\nWe already have everything ready to launch all of the above, but we decided to give you a chance to avoid all this, you can buy off a small amount of money. \r\n \r\nMake a payment, transfer 0.39 Bitcoins to this address \r\n \r\n1JDYfBMP3vg8TcuFuwSHc1Wop3rREqupC4 \r\n \r\nWe are waiting for the transfer from you until November 27, on Saturday November 28, if payment does not come from you, we will begin to destroy your business and you along with it.'),(3382,'JamesLet','Your reputation and business are at stake!','86858177645','djelsema@aol.com','Your reputation and business are at stake! \r\n \r\nWe on your behalf in the message your website address advisiahub.com and your contact information (including in social. Networks and messengers) will send: \r\n \r\n+ on 15,897,318 sites, threats with insults to site owners, US residents, Europeans, LGBT and BLM. \r\n \r\n+ 790,000 messages to bloggers with threats and insults \r\n \r\n+ 2 367 896 public figures and politicians (from the USA and Europe) with threats and insults \r\n \r\n+ 70,000 negative reviews about you and your website advisiahub.com \r\n \r\n+ 23 467 849 contact forms of sites with threats and insults \r\n \r\n+ 150,000 emails messages to people with disabilities with threats and insults, many of them will definitely sue you \r\n \r\n+ 57000 emails of messages to veterans with threats and insults, FOR THIS YOU WILL BE EXACTLY SITTED \r\n \r\nFollowing from all of the above, you will get a lot of losses: \r\n \r\n+ an abuse from spam house, amazon and many webmasters (for spam, insults and threats) will come to your site advisiahub.com, as a result, your domain will be banned and blacklisted \r\n \r\n+ people will sue you because you threatened and humiliated them \r\n \r\n+ in court you will not prove anything, everything will look as if you did it all, MOST YOU WILL GO TO PRISON \r\n \r\n+ internet will be inundated with negative reviews about you and your website advisiahub.com \r\n \r\n+ threats and reprisals from BLM and LGBT community members, in fact, these are dangerous community guys \r\n \r\nTotal: you will lose your business, all your money, you will spend on lawyers and compensation for court decisions, you will go to jail, your life will turn to hell ... \r\n \r\nWe already have everything ready to launch all of the above, but we decided to give you a chance to avoid all this, you can buy off a small amount of money. \r\n \r\nMake a payment, transfer 0.39 Bitcoins to this address \r\n \r\n1JDYfBMP3vg8TcuFuwSHc1Wop3rREqupC4 \r\n \r\nWe are waiting for the transfer from you until November 27, on Saturday November 28, if payment does not come from you, we will begin to destroy your business and you along with it.'),(3383,'aZIYXwGHNeqRUVdj','gUTBJGFVj','4621479930','muscopad@gmail.com','KrgVZFmfjzq'),(3384,'NjscSOhGlJPR','xOLNqlIZbSYKsRV','3339328503','muscopad@gmail.com','DbgUswpqEuZfh'),(3385,'bYEcyxfSnOgB','xgbqKFzmNIlR','5363281074','malex@sasktel.net','UbvlTPDGefusFNSt'),(3386,'wIPTaoUdWKMNuFm','RFokhGnzeJmp','3446475435','malex@sasktel.net','khUnXgrMu'),(3387,'Duane','bracken.duane@outlook.com','306-699-8483','bracken.duane@outlook.com','\r\nQuit paying 1000\'s of dollars for overpriced online advertising! We\'ve got a system that charges only a small bit of money and produces an almost indefinite volume of web visitors to your website\r\n\r\nFor more information just visit: \r\nhttp://www.ads-that-stay-up-forever.xyz'),(3388,'qflGQpnuYMmFwA','rnsZbzdYq','7803926543','prile52409@gmail.com','HSBWqFUseviEaOMR'),(3389,'njCkvzgFHXUwaAPE','RfqgnsNpTy','2338115676','prile52409@gmail.com','WXNlBecKuxm'),(3390,'WvyqImiB','PDUqXgBCK','7002074666','mitch.aviles@gmail.com','sKeNEtvlbV'),(3391,'JBWoQFvbzZh','GOSKqkhPQRNlcJmx','5028781559','mitch.aviles@gmail.com','HzBGIecA'),(3392,'irWNCIZSlVa','gZHhLPpOlsv','2542337612','merk_stephen@yahoo.com','SWseiUYHb'),(3393,'OCbtkfPoHJT','AqLBcsZSFtOKf','9591878934','merk_stephen@yahoo.com','iHcLaRhJ'),(3394,'aWgRoPrIwfUh','obtdXmLSVpr','5496793876','joestudd471@yahoo.com','GuHSOcJshaEVoqw'),(3395,'VFHEhtsSqCr','KDakYjlFLZxhAmdf','9208799370','joestudd471@yahoo.com','HqKIlDMewuGgZ'),(3396,'EdwmikjVNKWOSfP','gdroZzivYSIwqT','6858745591','luzwaring@yahoo.com','AXvtFOepsHozlgUR'),(3397,'BCuqYDEsHVjGNit','klSKLCUQVsypeDuG','7845063795','luzwaring@yahoo.com','kJmqUZewoVTOAf'),(3398,'Raymondabofs','Covid19 walkaround for your business’ growth','85336671949','chitchatchannel01@gmail.com','Currently, businesses with virtual outlets are outperforming. Yours can too - with ChitChatChannel. It\'s like UberEats, but for every retailer and at a fraction of the price. \r\nChitChatChannel is also a social media platform, so it means that restaurants or retailers have order/ship/pickup capabilities - and like your FB page, you can also grow & interact with clients to create loyalty and repeat business. \r\nJoin free for yourself and your business and maximize your revenues at https://chitchatchannel.com'),(3399,'Gregoryrow','Cloud mining ... Your passive income from $ 4000 per day','82949582827','michaelhic@gmail.com','Hello! \r\nI earn from cloud mining from $ 4000+ per day! \r\nDo you want to do the same ... ??? \r\nFollow the link and check out the great offer \r\nhttp://1c-mining.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Dq \r\nTomorrow your income will grow by $ 4000+ per day \r\nHurry up, places are limited! \r\nhttp://miningusa.com/adredir.asp?url=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Da'),(3400,'Gregoryrow','Cloud mining ... Your passive income from $ 4000 per day','86726838759','michaelhic@gmail.com','Hello! \r\nI earn from cloud mining from $ 4000+ per day! \r\nDo you want to do the same ... ??? \r\nFollow the link and check out the great offer \r\nhttp://1c-mining.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Dq \r\nTomorrow your income will grow by $ 4000+ per day \r\nHurry up, places are limited! \r\nhttp://miningusa.com/adredir.asp?url=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Da'),(3401,'Gregoryrow','Cloud mining ... Your passive income from $ 4000 per day','86329726969','michaelhic@gmail.com','Hello! \r\nI earn from cloud mining from $ 4000+ per day! \r\nDo you want to do the same ... ??? \r\nFollow the link and check out the great offer \r\nhttp://1c-mining.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Dq \r\nTomorrow your income will grow by $ 4000+ per day \r\nHurry up, places are limited! \r\nhttp://miningusa.com/adredir.asp?url=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Da'),(3402,'Gregoryrow','Cloud mining ... Your passive income from $ 4000 per day','88661115921','michaelhic@gmail.com','Hello! \r\nI earn from cloud mining from $ 4000+ per day! \r\nDo you want to do the same ... ??? \r\nFollow the link and check out the great offer \r\nhttp://1c-mining.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Dq \r\nTomorrow your income will grow by $ 4000+ per day \r\nHurry up, places are limited! \r\nhttp://miningusa.com/adredir.asp?url=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Da'),(3403,'Gregoryrow','Cloud mining ... Your passive income from $ 4000 per day','89453417489','michaelhic@gmail.com','Hello! \r\nI earn from cloud mining from $ 4000+ per day! \r\nDo you want to do the same ... ??? \r\nFollow the link and check out the great offer \r\nhttp://1c-mining.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Dq \r\nTomorrow your income will grow by $ 4000+ per day \r\nHurry up, places are limited! \r\nhttp://miningusa.com/adredir.asp?url=https%3A%2F%2Fvk.cc%2FaCX6FI%3Fqx%3Da'),(3404,'VaihvSHot','xRyDLkvczeiOI','4743527331','trangdang713@gmail.com','onERbYDHvNaMC'),(3405,'SmiecZRal','tdulFENQSi','2845639589','trangdang713@gmail.com','wxVRQzhPY'),(3406,'LxwlGJjyMzrQcu','ABwvhpZbMSoFqrK','5845798072','zimbaldi@gmail.com','HGvnylMmgAjcKUDB'),(3407,'rCTNQxMuZOteXbl','cISxHZkazJ','2648476903','zimbaldi@gmail.com','LDKxnYZiorM'),(3408,'jMLRAeXH','QxUdyouvpf','3391881570','janetrosemanning@gmail.com','tVJGXHprulwAi'),(3409,'utGgDIZjx','srqSaFniImVDoHdk','2942899861','janetrosemanning@gmail.com','bmGWeDSZNvIka'),(3410,'bAmZoECrksVvHnTX','mHdMcJwRkopbaT','9023953060','keys.sharda@yahoo.com','rDWZKyTAlUfdEkC'),(3411,'fjcosFDVglrabLe','IvCWEqLKDUsH','5530922737','keys.sharda@yahoo.com','RuPTrOmgIjVDXA'),(3412,'GXCzsjwudPTxHbV','agoKncZqLTNItm','8624884863','zayetxi3@hotmail.com','SZrREKQNCvVwek'),(3413,'KVNjDqyR','cYhZnkiONlDMPVBX','3380966334','zayetxi3@hotmail.com','SjKmWouEdNpfROe'),(3414,'iYKVFPDRaEhGgd','bflPNKomJ','8045222194','gesualdomd@gmail.com','KlsQUgCda'),(3415,'ZoaYwVJIT','CcIJHwhvqDl','6991556164','gesualdomd@gmail.com','uItOSPFXRhcDG'),(3416,'wSWMGOfHlFoJLDC','LQHaARzwuUMgob','9164785043','sthomas@moneymailer.com','WTxvRmrfelGYyLdX'),(3417,'lvuMHPsrEhVabBe','AwpyfOQz','4871020193','sthomas@moneymailer.com','SQIenlFG'),(3418,'QZqvybaXoUsgxh','XqJirtTwPkQlCzu','7433872866','jessica.louis124@gmail.com','mdlJqoKhabTFIzEi'),(3419,'HLUVKTjtmfOa','CtfUHKQonYEsR','2563947376','jessica.louis124@gmail.com','KEAeLJMldgckm'),(3420,'fVnlUExCX','VjSlMYxrifkEQ','7068516489','thevalleysaver@gmail.com','vMxhYliHXGK'),(3421,'nOZlSPcWgHfpXTRw','omDadxkGRQB','4123047114','thevalleysaver@gmail.com','QTZnjMBXewx'),(3422,'EQUdolvxRmLtaFzK','qEWuQYzCtk','3486765545','allzonehvac@gmail.com','buUaiGrPEDSYm'),(3423,'htfCOiNwYZy','jdJXgErSlt','4495543422','allzonehvac@gmail.com','jvPoDhcLkwX'),(3424,'IjLfaTkMKRYqmE','tYljFHSrD','9483703862','rick19388@gmail.com','VLtFIkmAQfc'),(3425,'DIwrPFqis','tqkZGgYpvfM','2931492307','carrie.pccwooster@gmail.com','zkiSMCVKQHwGOx'),(3426,'jzNIGAvuCeUPR','LapIrAYgqJdDbkKn','2776885062','carrie.pccwooster@gmail.com','IjtoeQhaUrJC'),(3427,'Manuel Guisado','I NEED YOUR PARTNERSHIP IN THIS VENTURE.','83313734772','carvalhoadvogadosp1@gmail.com','Dear Sir/Madam. \r\n \r\nI am a lawyer from Madrid, Spain. \r\n \r\nI seek for your concept to claim my late client funds with a bank here in Spain, of which we shall share 50% each after the claim process. \r\n \r\nPlease confirm if you are the legal owner of this email address for further information via my email: carvalhoadvogadosp2@gmail.com. \r\n \r\nI would appreciate your prompt response. \r\n \r\nBest regards, \r\n \r\nAdvocate Manuel Guisado \r\nReply To: carvalhoadvogadosp2@gmail.com'),(3428,'FMXOGKJcYRagdb','fVkoQOKUidcWyBa','8897044367','gjsheldon@frontier.com','bUePhQVg'),(3429,'qgKDVTkficElrob','LnsRHEKcytVGrwM','9574896445','gjsheldon@frontier.com','fepzWVSJkMXxA'),(3430,'MemHxpkUIi','cvzFLZoU','6332187498','swallowcrysta@yahoo.com','shtkyZfY'),(3431,'JHhaMLNbRAngjk','urSkqPtGlApK','9687640562','swallowcrysta@yahoo.com','xIheKpkdJQ'),(3432,'VcWbywBfn','NpMtuvhlOZ','8474395837','maryamcumbe@yahoo.com','TGhQZzFJaAEgYS'),(3433,'AxSEDYMjmTsGibFz','OsGbniCVZyqXdpIr','2056702899','maryamcumbe@yahoo.com','EXsqHuILok'),(3434,'ubGMCfzUDnpjNS','fhJzgdKQtTBeCy','4000016583','docbooks1227@gmail.com','sqTSzQVwvfecn'),(3435,'lWHzXcIF','tIYHZTNQjkE','4425901269','docbooks1227@gmail.com','xMpeGjdgRH'),(3436,'dUoJRpYyMIkbhw','DutHefaY','8609948408','alaskat72@gmail.com','DABkhXtKwdrm'),(3437,'gsdHYoLkF','SutxdZwsevA','7143252860','alaskat72@gmail.com','gbjSYykX'),(3438,'DNkIiXfPvBr','chGEDLVBUXjbs','4955808391','ardesviour@gmail.com','zdONhqSXxCjpy'),(3439,'YQsEZgBKkPiH','gfYFrwtmuh','6245702546','ardesviour@gmail.com','TSBhnoVzdMfCE'),(3440,'Wilfredo','jain.wilfredo@gmail.com','08042 41 22 35','jain.wilfredo@gmail.com','Wanna promote your advertisement on thousands of online ad websites every month? Pay one low monthly fee and get almost endless traffic to your site forever!\r\n\r\nFor more information just visit: http://bit.ly/no-cost-traffic-4-your-site'),(3441,'Tonia','Get Domain Authority 50+ for advisiahub.com','079 8934 9650','mclain.tonia@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 advisiahub.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'),(3442,'Megan','Black Friday Offer For advisiahub.com','731-377-6640','info@advisiahub.com','Hey \r\n \r\nBlack Friday Offer! Buy all styles of Ray-Ban Sunglasses only 19.99 dollars. If interested, please visit our site: sunglassusa.online\r\n \r\n \r\nRegards, \r\n \r\nBrowser Categories - AdvisiaHub'),(3443,'ciBmeGDwpsgYZ','GylKFDjmYWxBZ','2857497953','eldontommye@yahoo.com','vtmEcbdJy'),(3444,'rXFwJPQZcYv','JKUljrvINGaky','5834922392','eldontommye@yahoo.com','oJVCdDKQa'),(3445,'XidpBPZmtzJeSq','TLJcjYmvSnlItUfB','5511794787','gracia.millbank@yahoo.com','BksnFItyZKdSXp'),(3446,'qUstocYwNlIRKDZz','eYMKDuSqvdfiVF','3084730897','gracia.millbank@yahoo.com','KArgVnmFPT'),(3447,'cNtCzBdbRZH','smXdeAHfikglzhjY','5391424379','burrell.arianne@yahoo.com','ULWxZqBlniPw'),(3448,'xrsVBGRJkmITb','DxVBNIkdhv','9329760124','burrell.arianne@yahoo.com','JzpYHlkEaOVDqxvA'),(3449,'FdGeAIwf','knARSZPWjHNat','8627528331','dlynns1@yahoo.com','XeravhknLzjAo'),(3450,'MONoRUETsvaYPW','ErTiePqDGwzZgHaW','2747357375','dlynns1@yahoo.com','ZfiCNwYt'),(3451,'IhSWAvYgok','apTNzoHkuiJycZV','8075218751','p.hughes@sbcglobal.net','XczFeOaliRfNV'),(3452,'qDbuFmpgkcYdzfEM','pIjtcfYq','5349778118','p.hughes@sbcglobal.net','OgpzZEavsHQluGWX'),(3453,'BhnVpqxwGYu','GMVSUTwImCt','7055663117','emr49xl@aol.com','lLTnscfuZ'),(3454,'idEUlwxtNDFkTWVR','AckdqjGUy','5424543167','emr49xl@aol.com','UxqRIsMQAeVu'),(3455,'Peter Quincy\r\n','Get top 5 ranks in the Google maps','89321329925','no-replyged@gmail.com','Gооd dаy! \r\n \r\nDo you have issues ranking your website locally? \r\n \r\nWith our Google Maps citations strategy, we are able to rank you in top 5 in the Google Local Search for specific keywords. \r\nThe more Citations you build with us, the more keywords you`ll start ranking for \r\n \r\nMore details here: \r\nhttps://speed-seo.net/product/google-maps-citations/ \r\n \r\nthank you \r\nSpeed SEO Digital \r\nsupport@speed-seo.net'),(3456,'VPuvHkMCwnSs','DcRetangHOZJESPU','7804145350','aimee_callahan@yahoo.com','XAqFhJPkzKVsBbE'),(3457,'NyuCmJwdcz','TFuYzXokBds','6100278951','aimee_callahan@yahoo.com','lfJHvrwgp'),(3458,'CcRDlsOAbZxtSMz','rDhNUoxKTQYAiF','9230676669','ricedonald@aol.com','iMawOoKP'),(3459,'wFMSACoTazlxqPvH','LGPNkfOi','2226736316','ricedonald@aol.com','EyIGrlSqsuH'),(3460,'VWOsgHtMd','TPJotixdZk','4311981508','mnmmad@aol.com','IPrwUxBekA'),(3461,'HyDgtUAoFvPKqZGS','eqtXBlZTKQv','6395681255','mnmmad@aol.com','jrNYweQI'),(3462,'cxeWquMTRl','gkiDFbWuqfAM','4164538325','kjam1975@aol.com','ElYQaCHnKNyImc'),(3463,'yHJDUPbupGOmFei','GWCPoKnAp','7383483687','kjam1975@aol.com','suUtvJYD'),(3464,'bkvygJHWqM','vAjxhfmMqcD','8496267129','vittore9@aol.com','EdhMWRIeZaDHixF'),(3465,'BIzhrSxV','GKsmNckaXg','8751764994','vittore9@aol.com','fSCVLqOFbZtz'),(3466,'gxGBaYWEnNQiVKz','TfUvgnyGRzW','9147300233','dansnyder2@verizon.net','GZJEXwVSPaf'),(3467,'mKvXFHDbPxao','QFkzgcSpZYt','3795856285','dansnyder2@verizon.net','sUEIFBMXpKeW'),(3468,'PjkFNsvGHBWwpbi','rbPnEqmwVt','7460751733','jmoncrief@aol.com','akgWbUVqwGpCl'),(3469,'oXeMBrPnZS','epJAyXbcFIgEZ','4391857706','jmoncrief@aol.com','DUvQdapfAZOqToig'),(3470,'nLsEpvwVreYPdXaW','rfwUEIatcbBAdkn','8896577767','bomeveho2018@gmail.com','PcBAkDKE'),(3471,'TiCUfbVdq','mGVpEzRbtW','3632170259','bomeveho2018@gmail.com','YJvqFLRipclTO'),(3472,'dAxfnvmiQeJz','nZmLliYsSED','6320329147','pwhitecotton@yahoo.com','ghZNQWHx'),(3473,'upTGCorIQOFXW','XMqOZuiBlzotp','9446914972','pwhitecotton@yahoo.com','DPGzmLTstZ'),(3474,'OWnXeHoa','KBOthazexQH','9160532509','shellcooponeill@aol.com','BbVxpcJNefnoFy'),(3475,'ayvVKFdHf','kPrWLTRcxp','8396587384','shellcooponeill@aol.com','bfErvsaF'),(3476,'ieBRZOFIzXljvu','KAGdSnazP','4095118681','corlinone@yahoo.com','OdjqgbyfKUYlhx'),(3477,'empGTgUNhlEV','iukNzqeRZFp','7780257571','corlinone@yahoo.com','SrPBbOuoKhlAtM'),(3478,'cDokXLmKqRzGl','YOexqaomMTQci','6803011083','mfajr71@yahoo.com','AQvkDoqrY'),(3479,'vlqQVDWHRMoBg','lMbfdBFDsZhR','5713116489','mfajr71@yahoo.com','gNbOvoPawDGMJ'),(3480,'hkbREIKQXdcyop','NoJAFhdcbwYOiS','9870161997','rayanhanna43@yahoo.com','AXUuHwNCWvBo'),(3481,'edEPqnUwORT','ZeMjinbgoy','7922346267','rayanhanna43@yahoo.com','RySjzPemCwWV'),(3482,'yvhIurYXP','xkocKLmpVDvS','9579714971','asideratos@yahoo.com','yeinvKSw'),(3483,'IEyxGjZWQubTMsAz','NwFRQxWiBzXDv','4574841525','asideratos@yahoo.com','MTnrUYDbV'),(3484,'awoFqunibcG','ZgylCsOGd','6753198098','moffat_farm@yahoo.com','kUgYSGvJRIx'),(3485,'XdDYfVQpzWEIKZA','HzdqgCGpVR','4190050337','moffat_farm@yahoo.com','WwyUukKJAESOXfFR'),(3486,'iJTHQmkCU','krWGISXuK','4123237030','crazygiftkid@yahoo.com','gwrnRdaPtNsfT'),(3487,'RCEfbnuIFA','ZuEecmIiYtvKUr','7419578378','crazygiftkid@yahoo.com','TeCjvsoYrAfBQ'),(3488,'TOwKdLhmyGNjtsu','YKRkNnvXuFGyo','6649150709','giberticori@yahoo.com','iuqHMLes'),(3489,'wETmXhuraD','IJgFaoDGveX','9283353243','giberticori@yahoo.com','SYrHbIsDdkGlXxtO'),(3490,'mMQRcGtzBUqTau','fjBlmEyuActb','3273364803','garrett.s@att.net','lYgtVWJTZwAFekq'),(3491,'NaQUqsflZBrVIhWx','WvPHRuEBFbkIq','6611474092','garrett.s@att.net','HvmbsCwcihXETVQ'),(3492,'DnSEdQlMpRutYsF','riPjVEIJsWF','8916212883','lemirep@aol.com','HMzivxYoRWXu'),(3493,'AhZUVFvzlR','dOzxYVFLT','9567006415','lemirep@aol.com','nOIWdqKNsBYhyczD'),(3494,'buTofGHLA','aOovyucbYCed','5115716687','md.rahman11@yahoo.com','CeblVHyS'),(3495,'sOvfCtzATo','rDeOqxWSnNLvlbuY','6957038329','md.rahman11@yahoo.com','YCgmcHKpWLSV'),(3496,'xCWnHZFeIMwgQ','pNjIZGOkWirF','9940074244','dearingrobin@yahoo.com.sg','vQsGwrbkoTRHdjS'),(3497,'xsCypOUcQEf','kLlxGiUXHgvWFzOm','2318096871','dearingrobin@yahoo.com.sg','cmMRhUiNDne'),(3498,'yVGwfcTLYNmq','xlqAuGPfCrT','6254063990','ttnachips@yahoo.com','LJvgpoaQU'),(3499,'bCpswPtyAJYOTL','TkuSOCPolW','3776372082','ttnachips@yahoo.com','UsmdnRptf'),(3500,'rpmLGzTduRlPAc','phqJEXCZxea','8836080139','fcamardo@verizon.net','jbUuevJxloh'),(3501,'qVXyCmAdbveMI','ZEkoLyXPDJsQGS','3232520473','fcamardo@verizon.net','kpLYUKWIcbjgH'),(3502,'UQcyGkdYP','qQePiYlU','3546714958','donnar654@yahoo.com','UiFZnSJWIabxYfh'),(3503,'FOiDzkxGMUbEt','WAlRTnet','6622337153','donnar654@yahoo.com','SjtguvqmxyDb'),(3504,'RfvuiEHncF','PvasBViw','3889746129','ffengliu@yahoo.com','ALJZaVNEu'),(3505,'LhfzsACwkOmi','HBQumCoWOq','2255552956','ffengliu@yahoo.com','qRnsQBGVZyjU'),(3506,'ZQJTFUephSmRczLr','YpxkbuGNswUTIFZ','4535562785','jlucaschgo@aol.com','dCcbAhVQ'),(3507,'RdTULZhugmWJl','UMbDqswmAW','3222421194','jlucaschgo@aol.com','ACFoLEzdB'),(3508,'MpFRDqcYIA','rfKwxWvSa','8087946402','shellcooponeill@aol.com','lsKqOWim'),(3509,'tABanGLgK','aYMVUWpcg','3007733502','shellcooponeill@aol.com','pQclEwku'),(3510,'PqrVuNjUCFYfZEn','JMoDPgfOhnH','3497757581','ffengliu@yahoo.com','OuLcVKfriFZ'),(3511,'oiZyPAULzWlCnT','OCUPBLfZ','8927159243','ffengliu@yahoo.com','SgPCwAOdNiK'),(3512,'cthSowVDeQzBmp','BGywNCmhJpVdK','5483618505','hannaclark95@yahoo.com','xKHcibTvJoSO'),(3513,'VDFBoXZSU','aVwfjXqZhRsYT','6602102732','hannaclark95@yahoo.com','SzxJdHZe'),(3514,'vxGrQFAgHtalk','CkDSPhQdtwRYezZ','4910185953','parada.ancelmo@yahoo.com','qtcCJdQUko'),(3515,'srouGfcnyC','NgEtPvaQ','7968685487','parada.ancelmo@yahoo.com','LmygHtYDlcpEJXi'),(3516,'txXLqNcETav','boCpNtVkBG','4718034888','andreea_0707@yahoo.com','KtFIvhxYER'),(3517,'gnXmZFMeoWaz','JCbjIHVuG','5217840570','andreea_0707@yahoo.com','wnqfHDbBSKGCO'),(3518,'poTePrZhYWIajSXJ','CohQIEiPGJb','3617240938','drtilley@bellsouth.net','dOMzNytmploKaPI'),(3519,'svgxmQkzCeGE','auCHPzxGiqbZoW','3598746310','drtilley@bellsouth.net','CNKOebaWkgTvt'),(3520,'uprIhcStjE','exvIKrFWmnu','3645698295','staciefesting@yahoo.com','OPwtEpzixrcdvAZH'),(3521,'UinjMDLc','PFYNhDWbureMtV','7660998285','staciefesting@yahoo.com','eUlOEuxtAaJZ'),(3522,'RnKIyiOfjzsS','DhOiQLXJdWm','2925568093','anncheui@att.net','SDItlQZGjMLVYkEm'),(3523,'JSUKtGwYq','MisZgWqQ','7447411364','anncheui@att.net','wSQypdPzesVi'),(3524,'eASuIVGMhpLXCRwU','uMlhoQBiLrw','8785843309','jsuarez57@yahoo.com','jwrNOdtV'),(3525,'WrbUFYIJMG','cOueTFaLkrSvWm','3098034601','jsuarez57@yahoo.com','UhltVFkqoaI'),(3526,'mDgAehtajTP','kZRXrGhYpeMj','2671937583','yesenialoveless@yahoo.com','FPlebfGKg'),(3527,'MgQOmVaNSPuF','WPHTuvENpKkOt','5249427492','yesenialoveless@yahoo.com','IzsFRBiyo'),(3528,'BrJSGLVTx','DlOihfugeaRjqHn','4859064061','johnnycalderon11@yahoo.com','KNZzbRoJwPeE'),(3529,'PEpAtvMOQxLVo','CRheMAnZy','5408781988','johnnycalderon11@yahoo.com','nsWGkVgQmlqFDjLi'),(3530,'tRaeCTDwJNoQuW','ZENoCFLPByHY','8662138089','fcamardo@verizon.net','yIbfHxKoYADmhG'),(3531,'KAkmaFhV','hGkoJjPvymLWA','8313418420','fcamardo@verizon.net','GXqJwLuSmoWip'),(3532,'ZQcvlhmkAe','LtWBvpReVbPyC','4147905503','ntallarida@yahoo.com','fsaRYQjv'),(3533,'fosiVbtNBGxjQ','egSJkldFOs','8519902570','ntallarida@yahoo.com','iduPCxtLjWeyva'),(3534,'xsczrHJdgW','DLiHQTCEF','4148481043','davidyankee08@yahoo.com','AhWkGKmVZuJFgHSw'),(3535,'eKtRbzqpQNOVoi','yDboecBxk','9998792404','davidyankee08@yahoo.com','hoJRnOkSF'),(3536,'JkVHXAiumCZ','LdCwDRYmElF','3724061673','balloonbobby@aol.com','CImuaNtcYFBdSAkD'),(3537,'ywtaQSIRvcEZquxC','XoDSFKZmHqpTfhP','5194163662','balloonbobby@aol.com','xlosbWFA'),(3538,'WInXdUpFGCLstV','WJxAECfVBTOkLHyG','8717038153','halesakilah@yahoo.com','WGCnBOKuS'),(3539,'RuqFWYCK','ViPQYLSzRObs','2404517237','halesakilah@yahoo.com','WtLhpadCnuH'),(3540,'Leticia','Concerning advisiahub.com','403-517-0748','info@advisiahub.com','Good day\r\n\r\nBuy medical disposable face mask to protect your loved ones from the deadly CoronaVirus. The price for N95 Face Mask is $1.99 each. If interested, please visit our site: pharmacyoutlets.online\r\n\r\nSincerely,\r\n\r\nBrowser Categories - AdvisiaHub'),(3541,'StevenGor','You Don\'t Know Me But...','89415483825','starsmarketingstars@gmail.com','I\'ve been following your work and love what you do for the community. \r\nMy name is Steve and I help website owners dominate their market online. \r\nI would like to work with you to send you some customers. \r\nWould it be ok for me to show you what I can do? \r\nP.S. My newest client doubled their sales in just 3 months and I think I can help you do better. \r\nText me at 343-307-8450 and we can schedule a time to chat. \r\nTalk soon, \r\nSteven'),(3542,'vRKodAsVkiaZbjnS','bAqztClwa','7403674026','gascoigne_cathie@yahoo.com','FkgNbYAPlmxVjM'),(3543,'wcokVJKZGOFqluE','PwedfLHV','3543519608','gascoigne_cathie@yahoo.com','wsqFfBNWnTez'),(3544,'Mike Liu','PROJECT FUNDING','85647884871','noreply@googlemail.com','Hello, \r\nOur Investors wishes to invest in your company by offering debt financing in any viable Project presented by your Management, Kindly send your Business Project Presentation Plan Asap. \r\n \r\nmikeliu2032cfbltd@gmail.com \r\n \r\nRegards, \r\nMr. Mike Liu'),(3545,'Niesha Abdulaz','Investment partnership','82233651593','nieshaabdulaz634@gmail.com','Assalamalekum, \r\n \r\nI apologies for sending this email like this but Its important you reply, \r\n \r\nMy name is Niesha Al Salman Abdulaz, daughter of H.E. (Shaikh AL Abdul married to Prince Sa\'Id in Saudi Arabia. Am reaching you through this way because I might not get you by phone. \r\n \r\nAs a woman in Saudi Arabia, I am restricted in some ways as a woman. Even to do business is a problem and not easy for me, so I seek your assistance. \r\n \r\nThe money involved is very huge. As a foreigner it will be easy. \r\n \r\nI will like to keep this brief until I hear from you, you can reach me on Nieshasalam0812@gmail.com or niesha@saudiroyalfamily.live WhatsApp: +972559662716 \r\n \r\nHave a nice day, \r\nNiesha Salman Abdulaz'),(3546,'James Fraser\r\n','cheap monthly SEO plans','85833917594','no-reply@google.com','Hi! \r\nI have just checked advisiahub.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\nregards \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(3547,'contactocxxzo','We offer sending newsletters of Your messages via follow-up forms to the sites ofcompanies via all domain zones of the world in any languages. ','123456789','damsonxristinja1992@rambler.ru','Dear Madame, Dear Sirs! \r\n \r\nWe offer a service of sending newsletters via contact forms to the sites of companies via any countries of the world. \r\n \r\nYour commercial offer is sent to email of institution 100 percent will get to inbox folder! \r\n \r\n2000 bases: \r\nhttps://xn----7sbb1bbndheurc1a.xn--p1ai/prajs-list/ \r\n \r\nTest: \r\ntwenty thousand messages on foreign zones to your electronic box - twenty dollars. \r\nWe need from You only electronic box, title and text of the letter. \r\n \r\nIn our price list there are more 800 databases for all domain zones of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domain names - 1100$ \r\nAll European Union 28 countries 56752547 of sites- 1000$ \r\nAll Asia 48 countries 14662004 of domains - 300$ \r\nAll Africa 50 countries 1594390 of sites - 200$ \r\nAll North and Central America in 35 countries 7441637 of domain names - 300$ \r\nAll South America 14 countries 5826884 of domains - 200$ \r\nNew domains from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) - 500$ \r\nCompanies of the Russian Federation 4025015 - 300$ \r\nUkraine 605745 of domains - 100$ \r\nAll Russian-speaking countries minus Russian Federation are 14 countries and there are 1979217 of domain names - 200$ \r\nNew domain names of the Russian Federation, registered 24-48 hours ago (A cycle of 15 mailings during the month) - 250$ \r\n \r\nDatabases: \r\nWhois-service databases of domain names for all countries of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP/S \r\nPlease, do not respond to this letter from your electronic box, as it has been generated in automatic mode and will not get anywhere! \r\nContact Feedback form =» https://xn----7sbb1bbndheurc1a.xn--p1ai/to-order/ \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 20000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $300 \r\n \r\nNew websites from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) – 500$ \r\n \r\nBusinesses and organizations of the Russian Federation – there are 4025015 websites – $300 \r\n \r\nAll Russian-speaking countries minus Russia – there are 14 countries and 2389780 websites – $200 \r\n \r\nNew websites of the Russian Federation, registered 24-48 hours ago. (A cycle of 15 mailings during the month) – 250$ \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $150 \r\n \r\n295285 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\n3516251 websites online stores Worldwide – $250 \r\n \r\nCMS mailings: \r\n \r\n3dCart 14689 websites - $50 \r\nAdobe CQ5 133567 websites - $80 \r\nAdvance 17589 websites - $50 \r\nAdVantShop.NET 2453 websites - $30 \r\nALMA 7095 websites - $30 \r\nAmetys 2389 websites - $30 \r\nAmiro 29587 websites - $30 \r\nAngora 20357 websites - $50 \r\nAVS 1369 websites - $30 \r\nBbPress 1487 websites - $30 \r\nBESTWEB 2699 websites - $30 \r\nBigCommerce 78257 websites - $50 \r\nBitrix 319687 websites - $80 \r\nBlogger 658267 websites - $80 \r\nBlogspot 279865 websites - $80 \r\nBuddyPress 51477 websites - $50 \r\nBurning Board 4659 websites - $30 \r\nCatalyst Web 11689 websites - $50 \r\nClassiPress 11796 websites - $50 \r\nCMSimple 11052 websites - $30 \r\nConcrete5 72100 websites - $50 \r\nContao 110897 websites - $80 \r\nCONTENIDO 5069 websites - $30 \r\nConvio 2268 websites - $30 \r\nCoppermine Photo 1296 websites - $30 \r\nCS Cart 11400 websites - $30 \r\nDatalife Engine 42587 websites - $50 \r\nDede 230589 websites - $100 \r\nDedeEIMS 96068 websites - $50 \r\nDIAFAN 4058 websites - $30 \r\nDiscuz 47962 websites - $50 \r\nDjango 71167 websites - $50 \r\nDokuWiki 9588 websites - $30 \r\nDotnetnuke 82964 websites - $50 \r\nDrupal 978298 websites - $100 \r\nEasyBlog 1165978 websites - $100 \r\nEPiServer 29876 websites - $50 \r\nExpressionEngine 1769823 websites - $150 \r\neZ Publish 5367 websites - $30 \r\nF- 9356 websites - $30 \r\nFireBoard 1567 websites - $30 \r\nGeneral Blogs 2067 websites - $30 \r\nGetSimple 23094 websites - $50 \r\nHost 6871 websites - $30 \r\nHostCMS 5042 websites - $30 \r\nHubSpot 31762 websites - $50 \r\ni- 9438 websites - $30 \r\nImage 1368 websites - $30 \r\nInSales 14149 websites - $50 \r\nInSales 11081 websites - $30 \r\nInstantCMS 4136 websites - $30 \r\nInteractiveBBS 32367 websites - $50 \r\nInvision Power Board 2430 websites - $30 \r\nIPBoard 2266 websites - $30 \r\nIT 15189 websites - $50 \r\njforum 1056 websites - $30 \r\njobberBase 3387 websites - $30 \r\nJoomla K2 154367 websites - $80 \r\nJoomla 1906994 websites - $200 \r\nKoobi 3722 websites - $30 \r\nLiferay 5137 websites - $30 \r\nMade Simple 20567 websites - $50 \r\nMagento 369447 websites - $80 \r\nMediaMaxScript 103896 websites - $80 \r\nMediaWiki 41468 websites - $50 \r\nMicrosoft SharePoint 13198 \r\nMODx 64023 websites - $50 \r\nMoodle 8195 websites - $30 \r\nMovable Type 13096 websites - $50 \r\nMyBB 4367 websites - $30 \r\nmyUPB 3397 websites - $30 \r\nNetCat 7294 websites - $30 \r\nNG 18356 websites - $50 \r\nNING 3687 websites - $30 \r\nNopCommerce 18600 websites - $30 \r\nOpen 5916 websites - $30 \r\nOpenCart 667000 websites - $80 \r\nOsclass 4652 websites - $30 \r\nosCommerce 68468 websites - $50 \r\nOUR- 3096 websites - $30 \r\nOXID eShop 12200 websites - $50 \r\nOxwall 6800 websites - $30 \r\nParallels Plesk Sitebuilder 174216 websites - $80 \r\nphp 14367 websites - $50 \r\nphp Link 2298 websites - $30 \r\nphpBB 24400 websites - $30 \r\nPHP-Fusion 2596 websites - $30 \r\nPHPMelody 2365 websites - $30 \r\nPHP-Nuke 2489 websites - $30 \r\nPHPShop 2667 websites - $30 \r\nPHPWeb 29789 websites - $50 \r\nPHPWind 4032 websites - $30 \r\nPlone 84962 websites - $50 \r\nPowerEasy 1697 websites - $30 \r\nPrestashop 434100 websites - $80 \r\nQuestion2Answer 5598 websites - $30 \r\nR 296498 websites - $80 \r\nReadyScript 6487682 websites - $80 \r\nS.Builder 394367 websites - $80 \r\nShopify 6093709 sites websites - $400 \r\nShoutbox 145564 websites - $80 \r\nSilverStripe 31721 websites - $50 \r\nSimpla 17429 websites - $50 \r\nSitecore 74861 websites - $50 \r\nSitefinity 4183 websites - $30 \r\nSMF 8111 websites - $30 \r\nSocialGO 54267 websites - $50 \r\nSPIP 28269 websites - $50 \r\nSquarespace 1098231 websites - $100 \r\nStoreLand 8257 websites - $30 \r\nSupeSite 12367 websites - $50 \r\nTextpattern 10900 websites - $30 \r\nTikiWiki 1446 websites - $30 \r\nTilda 47396 websites - $50 \r\nTumblr 302357 websites - $80 \r\nTYPO3 845009 websites - $80 \r\nUmbraco 146064 websites - $80 \r\nUMI.CMS 13191 websites - $50 \r\nVamShop 1737 websites - $30 \r\nvBulletin 14460 websites - $30 \r\nVolusion 14523 websites - $50 \r\nVolusion 16006 websites - $30 \r\nWallpaperSiteScript 2811 websites - $30 \r\nWeebly 191753 websites - $80 \r\nWix 3379081 sites websites - $250 \r\nWooCommerce 4459525 websites - $310 \r\nWordpress 35354537 websites - $650 \r\nXenForo 21105 websites - $30 \r\nXOOPS 20467 websites - $50 \r\nXpressEngine 8565 websites - $30 \r\nZen Cart 26524 websites - $30 \r\n \r\nCountry: \r\n \r\n.ae 200462 websites UAE - $50 \r\n.ae 1820 websites International zone UAE:.com .net .biz .info .name .tel \r\n.ag 11931 websites Antigua and Barbuda - $50 \r\n.ai 33130 websites Anguilla - $50 \r\n.am 21995 websites Armenia - $50 \r\n.am 1684 websites International zone Armenia:.com .net .biz .info .name .tel \r\n.ar 782608 websites Argentina - $80 \r\n.ar 75496 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ar.com 135 websites - $30 \r\n.at 1356722 websites Austria - $100 \r\n.at 181907 websites International zone Austria :.com .net .biz .info .name \r\n.au 2432174 websites Australia - $150 \r\n.au 461279 websites International zone Australia:.com .net .biz .info .name \r\n.az 17855 websites Azerbaijan - $50 \r\n.az 2036 websites International zone Azerbaijan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ba 15725 websites Bosnia and Herzegovina - $30 \r\n.ba 2291 websites international zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia-$30 \r\n.be 1349658 websites Belgium - $100 \r\n.be 1056248 websites International zone Belgium:.com .net .biz .info .name \r\n.bg 54418 websites Bulgaria - $50 \r\n.bg 50685 websites International zone Bulgaria:.com .net .biz .info .name \r\n.bo 2602 websites Bolivia - $30 \r\n.bo 29415 websites International zone Bolivia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.br 3205100 websites Brazil - $200 \r\n.br 1230078 websites International zone Brazil:.com .net .biz .info .name . \r\n.by 99148 websites Belarus - $50 \r\n.by 1574 websites International zone Belarus:.com .net .biz .info .name .tel \r\n.ca 2587463 websites Canada - $150 \r\n.ca 288395 websites International zone Canada:.com .net .biz .info .name \r\n.cc 436396 websites - $80 \r\n.cc 1920589 websites Cocos Keeling Islands- $150 \r\n.cf 2461460 websites Central African Republic - $150 \r\n.cg 526 websites Congo - $30 \r\n.ch 1629450 websites Switzerland - $100 \r\n.ch 205292 websites International zone Switzerland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ci 5794 websites Cote d\'Ivoire - $30 \r\n.ci 112 websites International zone Cote d\'Ivoire:.com .net .biz .info .name \r\n.cl 590401 websites Chile - $80 \r\n.cl 65996 websites International zone Chile:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.cm 29221 websites Cameroon- $50 \r\n.cn 23160610 websites China - $600 \r\n.cn 1372416 websites International zone China:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.co 1878923 websites Colombia - $100 \r\n.co 10854 websites International zone Colombia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.cx 15753 websites Christmas Island - $50 \r\n.cy 11092 websites Cyprus - $50 \r\n.cy 744 websites International zone Cyprus:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.cz 1001208 websites Czech Republic - $100 \r\n.cz 193400 websites International zone Czech Republic:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.de 15078512 websites Germany - $350 \r\n.de 3894156 websites International zone Germany:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.dk 1319155 websites Denmark - $100 \r\n.dk 148164 websites International zone Denmark:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.dm 23318 websites Dominica - $50 \r\n.dn.ua 1835 websites - $30 \r\n.do 5255 websites Dominican Republic- $30 \r\n.dy.fi 1112 websites - $30 \r\n.dz 5382 websites Algeria - $30 \r\n.ec 11731 websites Ecuador - $50 \r\n.ec 2897 websites International zone Ecuador:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ee 131791 websites Estonia- $50 \r\n.ee 10490 websites International zone Estonia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.es 1509048 websites Spain - $100 \r\n.es 683845 websites International zone Spain:.com .net .biz .info .name .tel .eu 3046076 websites Europe - $150 \r\n.eu 633384 websites International zone Europe:.com .net .biz .info .name .fi 361111 websites Finland - $80 \r\n.fi 69631 websites International zone Finland:.com .net .biz .info .name .fr 2810983 websites France - $150 \r\n.fr 639546 websites International zone France:.com .net .biz .info .name .ge 24598 websites Georgia - $50 \r\n.ge 1676 websites International zone Georgia:.com .net .biz .info .name .tel .gf 996 websites French Guiana - $30 \r\n.gg 10528 websites Guernsey islands - $50 \r\n.gh 703 websites Ghana - $30 \r\n.gi 981 websites Gibraltar - $30 \r\n.gp 2044 websites Guadeloupe - $30 \r\n.gq 2027422 websites Equatorial Guinea - $100 \r\n.gr 327215 websites Greece - $80 \r\n.gr 57984 websites International zone Greece:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.gt 15351 websites Guatemala - $50 \r\n.hk 116093 websites Hong Kong - $50 \r\n.hm 335 websites Heard & McDonald islands - $30 \r\n.hn 4732 websites Honduras - $30 \r\n.hr 75736 websites Croatia - $50 \r\n.hr 16592 websites International zone Croatia:.com .net .biz .info .name .tel .mobi .asia \r\n.ht 1299 websites Haiti - $30 \r\n.hu 53940 websites International zone Hungary:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ie 209620 websites Ireland - $50 \r\n.ie 49861 websites International zone Ireland:.com .net .biz .info .name .il 196266 websites Israel - $80 \r\n.il 38537 websites International zone Israel:.com .net .biz .info .name .tel .in 1157482 websites India - $100 \r\n.in 266179 websites International zone India:.com .net .biz .info .name .tel .io 496216 websites British Indian Ocean - $80 \r\n.iq 2401 websites Iraq - $30 \r\n.ir 574258 websites Iran - $80 \r\n.ir 15487 websites International zone Iran:.com .net .biz .info .name .tel .mobi .asia \r\n.it 2410105 websites Italy – $150 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 3016 websites Ireland - $30 \r\n.jp 1825219 websites Japan - $150 \r\n.jp 4683252 websites International zone Japan:.com.net.biz.info.org.name.tel.mobi.asia-$200 \r\n.jp.net 5170 websites - $30 \r\n.ke 14677 websites Kenya - $50 \r\n.kg 10350 websites Kyrgyzstan - $30 \r\n.kg 664 websites International zone Kyrgyzstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ki 79 websites Kiribati - $30 \r\n.kn 3211 websites Saint Kitts and Nevis - $30 \r\n.kr 272463 websites Korea- $80 \r\n.kw 484 websites Kuwait - $30 \r\n.ky 5783 websites Cayman Islands - $30 \r\n.kz 113180 websites Kazakhstan - $80 \r\n.kz 5876 websites International zone Kazakhstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.lc 1121 websites Saint Lucia - $30 \r\n.lk 32654 websites Sri Lanka - $30 \r\n.lt 137666 websites Lithuania- $50 \r\n.lt 27710 websites International zone Lithuania:.com .net .biz .info .name .tel .mobi .asia- $50 \r\n.lu 74322 websites Luxembourg - $50 \r\n.lu 4125 websites International zone Luxembourg:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.lv 86593 websites Latvia - $50 \r\n.lv 8887 websites International zone Latvia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ma 59103 websites Morocco - $50 \r\n.mc 3046 websites Monaco - $30 \r\n.md 16730 websites Moldova - $50 \r\n.md 1293 websites International zone Moldova:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.me 761596 websites Montenegro - $80 \r\n.me 86897 websites International zone Montenegro:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.mg 3715 websites Madagascar- $30 \r\n.mk 13266 websites Macedonia - $50 \r\n.ml 2158835 websites Mali - $100 \r\n.mn 17044 websites Mongolia - $50 \r\n.mq 1112 websites Martinique (French) - $30 \r\n.mr 776 websites Mauritania - $30 \r\n.ms 7265 websites Montserrat - $30 \r\n.mt 1402 websites Malta - $30 \r\n.mu 6475 websites Maurifius - $30 \r\n.mv 1996 websites Maldives - $30 \r\n.mw 8579 websites Malawi - $30 \r\n.mx 670901 websites Mexico- $80 \r\n.mx 174571 websites International zone Mexico:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.my 143039 websites Malaysia- $50 \r\n.na 1094 websites - $30 \r\n.nc 3497 websites New Coledonia (French) - $30 \r\n.nl 3925784 websites Netherlands - $200 \r\n.nl 1019697 websites International zone Netherlands:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.no 620882 websites Norway - $80 \r\n.no 74318 websites International zone Norway:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.nu 255161 websites Niue- $50 \r\n.nz 593127 websites New Zealand - $80 \r\n.om 1701 websites Oman - $30 \r\n.pe 83224 websites Peru - $50 \r\n.pe 59157 websites International zone Peru:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pk 44464 websites Pakistan - $50 \r\n.pl 1795299 websites Poland - $100 \r\n.pl 327587 websites International zone Poland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pr 1358 websites Puerto Rico - $30 \r\n.pt 263136 websites Portugal - $80 \r\n.pt 17691 websites International zone Portugal:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.py 5593 websites Paraguay - $30 \r\n.py 653 websites International zone Paraguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.re 15089 websites Reunion (French) - $50 \r\n.ro 424401 websites Romania - $80 \r\n.ro 42046 websites International zone Romania:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.rs 85503 websites Serbia - $50 \r\n.ru 5025331 websites Russian - $250 \r\n.ru 514668 websites International zone Russian:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.rw 3806 websites Rwanda - $30 \r\n.sa 20421 websites Saudi Arabia- $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com .net .biz .info .name .tel .mobi .asia - $30 \r\n.sc 4442 websites Seychelles- $30 \r\n.se 1491677 websites Sweden - $100 \r\n.se 293316 websites International zone Sweden:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.sg 150351 websites Republic Of Singapore - $50 \r\n.sh 7560 websites Saint Helena - $30 \r\n.si 103778 websites Slovenia- $50 \r\n.si 12879 websites International zone Slovenia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.sk 414198 websites Slovakia- $80 \r\n.sk 31572 websites International zone Slovakia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.sm 8897 websites San Marino - $30 \r\n.sn 344 websites International zone Senegal:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.sn 4465 websites Senegal - $30 \r\n.sr 580 websites Suriname - $30 \r\n.sv 8432 websites Salvador- $30 \r\n.sx 2901 websites Sint Maarten - $30 \r\n.sy 2972 websites Syria - $30 \r\n.sz 321 websites Swaziland - $30 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.tf 19841 websites French Sauthern Territory - $50 \r\n.tg 1230 websites Togo - $30 \r\n.th 22368 websites Kingdom Of Thailand- $50 \r\n.tj 6874 websites Tajikistan- $30 \r\n.tj 34 websites International zone Tajikistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tk 20085806 websites Tokelau - $500 \r\n.tl 2748 websites East Timor - $30 \r\n.tm 6395 websites Turkmenistan- $30 \r\n.tm 44 websites International zone Turkmenistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tr 243347 websites Turkey - $80 \r\n.tr 138818 International zone Turkey:.com .net .biz .info .name .tel .mobi .asia -$50 \r\n.tt 1017 websites Trinidad & Tobago - $30 \r\n.ua 553216 websites Ukraina - $80 \r\n.ua 147202 websites International zone Ukraine:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ug 3806 websites Uganda - $30 \r\n.ug 720 websites International zone Uganda:.com .net .biz .info .name .tel .mobi.asia-$30 \r\n.uk 5975887 websites United Kingdom - $250 \r\n.uk 3304606 websites International zone United Kingdom:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.us 3139563 websites USA - $200 \r\n.us 578927 websites International zone USA:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.uy 15571 websites Uruguay - $50 \r\n.uy 31812 websites International zone Uruguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.uz 38357 websites Uzbekistan - $50 \r\n.uz 365 websites International zone Uzbekistan:.com .net .biz .info .name .tel .mobi .asia \r\n.vc 18641 websites Saint Vincent & Grenadines - $50 \r\n.ve 14015 websites Venezuela - $50 \r\n.ve 2898 websites International zone Venezuela:.com .net .biz .info .name .tel .mobi .asia - $30 \r\n.vg 8389 websites Virgin Islands (British) - $50 \r\n.vi 109 websites Virgin Islands (US) - $30 \r\n.vn 436005 websites Vietnam - $80 \r\n.vn 161855 websites International zone Vietnam:.com .net .biz .info .name .tel .mobi .asia - $50 \r\n.vu 1051 websites Vanuatu - $30 \r\n.wf 1133 websites Wallis & Futuna Islands - $30 \r\n.ws 99308 websites Samoa - $80 \r\n.ye 18 websites Yemen - $30 \r\n.yt 2004 websites Mayotte - $30 \r\n.za 1008308 websites South Africa - $100'),(3548,'Dustinwailm','Looking for serious relations? Only here real single girls are ready to mingle','89181576133','panislamictayyab@yahoo.com','Sexy girls prefer to pose at home and try to please their boyfriends completely. \r\nHomemade erotic photos with gorgeous coquettes in attractive panties or without them can be found only here, and you will really like it. \r\nhttps://ecuadortenisclub.com/3xf78 \r\nHome photos of naked wives will appeal to everyone, because only passionate beauties take part in hot photosets. \r\nYou should always remember about home photos of blondes who delicately demonstrate a full set of charms and rub their wet pussies. \r\nhttp://freeurlredirect.com/42u87'),(3549,'RobertBooma','Looking for hook up with a stranger! Ready for any experiments!','85991892337','jmcheerchick77@aol.com','We have collected the best porn pics and combined them into naughty categories that arouse the greatest interest among lovers of passionate sex. \r\nHere you can find everything your heart desires: from hard sex in nature and ending with crazy group fuck. \r\nhttps://darknesstr.com/3wc48 \r\nLooking at erotic pictures of charming slender brunettes, blondes with gorgeous tits, handsome guys with big boners or mature males, it is impossible not to get horny. \r\nProfessional porn actors and just lovers of good fucking, in order to calm their lust and experience an orgasm, with all their passion they have hot sex, which results in excellent quality photos. \r\nhttps://ecuadortenisclub.com/3x6p0 \r\nLustful chicks not only with appetite take the strong trunks of their excited males by the cheeks, but also gladly expose their narrow slits for hard penetration. \r\nGuys just love blowjob and enjoy masturbation. \r\nhttp://freeurlredirect.com/42lcu'),(3550,'MarvinStite','Wanna relax after a long day. Let’s chat! Visit the site','87789947185','sdrojas@sbcglobal.net','Only on our website are 100% real private photos added by our users from all over the world! \r\nThat is why the database of amateur photographs is updated on the site every day. \r\nhttps://slimex365.com/40058 \r\nWe declare with confidence that our free private photo with girls is in the highest demand. \r\nhttps://jtbtigers.com/3xciq'),(3551,'HowardNoF','I’m completely naked. Wanna see the photo? My nickname is Frutty on the site','87515323342','santivaxquez0220@icloud.com','A wonderful collection of erotic photos of female charms at home, sent or taken from the Internet, these amateur pictures of ordinary girls have already conquered many men. \r\nhttps://slimex365.com/4004s \r\nIn the summer on the street you meet a lot of beautiful, slender, young females and a strong desire wakes up to see them naked or at least look under their skirts, it seems that most healthy men experience this. \r\nhttps://jtbtigers.com/3xcie'),(3552,'RichardFlevy','I was a really bad girl. Punish me with your dick in my mouth','88756989786','triple9music@yahoo.com','Erotic photos, naked girls, intimate photos. \r\nhttps://darknesstr.com/3wkrf \r\nIn any of the sections of our site you will find seductive and sexy erotic photos that will give you a lot of pleasant pleasures. \r\nhttps://ecuadortenisclub.com/3xf7p'),(3553,'Kennyrence','Already wet from dirty thoughts bout you. Click the link and get my phone number','81511795355','danielairsoft@yahoo.com','If you have been looking for a long time where you can see pictures of naked depraved girls online, completely free of charge, then you have come to the right place. \r\nWe have selected the best high quality porn pictures that you can view on your phone or PC at any time. \r\nhttps://slimex365.com/4004s \r\nIncredibly hot erotic photos with gentle blondes and burning brunettes who most of all love sex are presented on our website. \r\nMature women and very young girls with working mouths and sensitive holes are waiting for you. \r\nThey are happy to indulge in unforgettable debauchery for free. \r\nhttps://jtbtigers.com/3xcie'),(3554,'Haroldbit','Just bought sexy underwear. Wanna see? Visit the site','88251421399','ac330542@aol.com','Our site - These are high-quality porn photos with naked girls. \r\nWho show candid photos of their pussies, big asses, boobs and more. \r\nYou can watch all content for free, not only through a computer, but also through a tablet and on Android and IOs devices. \r\nhttp://freeurlredirect.com/42uc1 \r\nThe site has a lot of photos of naked girls who are not shy about showing all their charms. \r\nThe site has many categories: young girls, photos with matures, moms, girls with penises, gangbang, vkontakte porn, porn parties and many others. \r\nhttp://xsle.net/3zfff'),(3555,'Lilia','Christmas Offer For advisiahub.com','0688 877 09 76','contact@advisiahub.com','Hello there\r\n\r\nPortable Pocket Projector- Affordable Home Theater!\r\n\r\nA PERFECT partner for watching your favorite movies, for school or work presentations.\r\nSave 50% OFF more + FREE Worldwide Shipping\r\n\r\nAvailable here: tentertainment.online\r\n\r\nThank You,\r\n\r\nBrowser Categories - AdvisiaHub'),(3556,'Averox Team','Take your entire business online to make it completely pandemic proof!!','84372943635','infontechnology@gmail.com','Averox Solutions Ltd , a UK leading software company is offering low cost monthly subscriptions to their award winning all in one cloud based business software suite. ( http://www.averox.com/abm ). \r\nYour business will be operational 24X7 from home or anywhere in the world through the internet and a browser. No formal training is required. \r\nAverox cloud based solution ( http://www.averox.com/abm ) includes the following: \r\n1) Complete online accounting system : Invoices, expenses, P&L and online VAT submission to HMRC. \r\n2) Customer relationship management (CRM): Manage and serve your customers from one dashboard. \r\n3) eSigning- Legally sign all of your important documents and contracts with just a few clicks. \r\n4) Task Management- Manage your entire team and staff or organise your own daily work load with an easy to use built in task management system. \r\n5) Document Management- Upload, share and organise all of your company wide important documents securely online. \r\n6) E-Campaigns, e-Newsletters. Run campaigns and send newsletters from one screen. \r\n7) Consolidate all your personal and company emails into one Inbox and access from anywhere in the world. \r\n8) Collaborate with your team, staff and colleagues through a built in secure chat system. \r\nYou can get all these solutions for a fraction of the cost i.e. ?79/- per month with this special limited offer! \r\nHere’s to your online success, \r\nAverox Team \r\ninfo@averox.com \r\nhttp://www.averox.com/abm (info@averox.com)'),(3557,'Kenneth George','Investment Opportunity.','85689742368','investmentcompany55@gmail.com','Dear Sir/Madam, \r\n \r\nI am a broker/financier with sound financial management abilities to manage a vast capital for an Arab investor with an embattled political situation. \r\n \r\nThese funds can be invested in tranches of Millions or a tranche that is suitable for the portfolio manager. \r\n \r\nIf you have financial management abilities, credible projects in need of funding or existing business requiring expansion; we would be willing to work with you. We will also consider micro credits/funding with a sound payback plan for short term personal financial needs. A genuine impending financial transaction with visible proof can also be funded. \r\n \r\nSincerely, \r\n \r\nMr. Kenneth Rodney George \r\nReply To This e-mail: kennethrodneygeorge@gmail.com'),(3558,'OufsmvExp','EikcKFTLPysAZ','2503617031','pepleryulanda@yahoo.com','pyxuUhsIKkEa'),(3559,'ehYajTCtrcKoUX','OczFskWiCRw','2762057668','pepleryulanda@yahoo.com','JvkeTNHUMsI'),(3560,'Henryoract','No worries if you are fired. Work online. Link - http://232info.ru/go.php?p=hdredtube3.mobi%2Fbtsmart','89031097323','navin.ratnayake@gmail.com','The huge income without investments is available, now! \r\nLink - http://1gr.cz/log/redir.aspx?r=pb_0_16&url=https://hdredtube3.mobi/btsmart'),(3561,'MichaelTop','Bring your business to the next level with our result-driven services','85254534793','xeniux.ace@gmail.com','Dear Respected Client, \r\n \r\nIn this most challenging time, getting more visitors and clients is harder and crucial for any business, We are filling this gap by providing services that could help to bring more visitors to any website. \r\n \r\nWebsite Traffica currently serves more than 7 million visitors per day with over 2700 satisfied clients. \r\n \r\nOur services have also been featured in Entrepreneur, Mashable, TheNextWeb, Engadget, MakeUseOf, and many more. \r\n \r\nSome of our partners that publish articles about our services : \r\n>> DigitalJournal.com >> https://bit.ly/2D5OO27 \r\n>> Ask.com >> https://bit.ly/3gjGdan \r\n>> AZCentral.com >> https://bit.ly/2ZyuzBO \r\n \r\nAs a premium website traffic wholesaler, we offer competitive prices in the website traffic market. \r\n \r\nFor more details about our services, please kindly check our website: https://websitetraffica.com \r\n \r\n<< Exclusive offer for you >> FREE Traffic \r\nWe could send you the test package of 200 visitors to your website FREE of charge if you are interested. \r\n \r\nWarm regards, \r\n \r\nMichael'),(3562,'gKtCQviwBToGSF','eLRTycvmtQrI','8564936446','holdman.candie@yahoo.com','hKSBCIgGnFPk'),(3563,'soyiIRtEOrp','gZaOhGSrTC','6180688299','holdman.candie@yahoo.com','fidKUcwrmL'),(3564,'Cedric','Christmas Offer For advisiahub.com','0350 6919530','info@advisiahub.com','Hi there\r\n\r\nBuy face mask to protect your loved ones from the deadly CoronaVirus. We supply N95 Mask, KN95 Mask, and Surgical Masks for both adult and kids. The prices begin at $0.35 each. If interested, please visit our site: facemaskusa.online\r\n\r\nSincerely,\r\n\r\nBrowser Categories - AdvisiaHub'),(3565,'tGEgLBONTbFuSjQR','YMhUvnGDw','7195485478','genieleague@yahoo.com','chfxVKdvrwEUeOG'),(3566,'NopXqQhCJF','YmPwqVseRfKt','2637158960','genieleague@yahoo.com','ItfEYimSGP'),(3567,'Larryvax','Profit: $147000...','84426644824','robertsharT@ggmaail.com','Surprisingly, I used to be an investor on Wall Street. \r\n \r\n>>>>>>>>>> http://xn--80akxcebfdckh.xn--p1ai/bitrix/redirect.php?event1=&event2=&event3=&goto=https://vk.cc/bWfgeN <<<<<<<<<<< \r\n \r\nAnd I’ve never seen anything like this in my 10 year tenure at the company. \r\n \r\nMy colleagues all thought I was crazy when I quit the firm to invest with the Bitcoin Superstar software full-time. \r\n \r\n>>>>>>>>>> https://www.foodiepie.com/recipe.php?rurl=https://vk.cc%2FbWfgeN/ <<<<<<<<<<<'),(3568,'DonaldAbeby','My Profit: $ 169000','84277853253','rogererege@ggmaail.com','Two weeks ago, I got laid off. \r\n \r\nWith no options left, I thought my life was over. \r\n \r\n>>>>>>>>>> http://www.tumimusic.com/link.php?url=https%3A%2F%2Fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag <<<<<<<<<<< \r\n \r\nNow I’m making over $9,261.42 each and every day. \r\n \r\nAnd for the first time in 2 months, my account isn’t overdrawn. \r\n \r\n>>>>>>>>>> https://www.easytravel.com.tw/ehotel/hotel_sale.aspx?posvn=web&url=https://vk.cc/bWfgeN <<<<<<<<<<<'),(3569,'Michealoneno','How TРѕ РњaРєРµ Р•xtra Рњoney FrРѕm РќРѕmРµ - $3000 PРµr DaСѓ Easy','84678521642','draganmerdovic2007@yahoo.de','Fwd: A PР°ssivРµ InСЃРѕme SucСЃess StorСѓ. Рќow to gРµnРµrР°tРµ $10000 Р° mРѕnth in СЂassive inСЃРѕme >>>>>>>>>>>>>> https://8569euro.page.link/cbPG <<<<<<<<<<<<<'),(3570,'AndrewOrege','EР°rn FrРµe Р’itcoin 0.2 Р’РўC Р er day','87894276451','mandyhreus@nexgo.de','RE: РњСѓ succРµss story. GenРµratРµ $10000 in РњРѕnthly PР°ssive IncomРµ >>>>>>>>>>>>>> https://4586euro.page.link/1Hpt <<<<<<<<<<<<<'),(3571,'JosephTon','VРµrifiРµd еаrnings on the IntРµrnРµt frРѕm $5868 СЂРµr dау','81295285975','mollemaus666@yahoo.de','How to Earn frРѕm РњРѕbile PhРѕnРµ in 2020 | Р•arn MoneСѓ OnlinРµ $8435 СЂer dР°y >>>>>>>>>>>>>> https://8569euro.page.link/S3CZ <<<<<<<<<<<<<'),(3572,'Victorkek','Binary oСЂtions + Р’itСЃoin = $ 5000 per weeРє','87431669626','beda-bambam@ok.de','94 WР•BSITР•S РўO MAРљР• $8689 СЂРµr dау IN 2020 >>>>>>>>>>>>>> https://758965euro.page.link/hBh5 <<<<<<<<<<<<<'),(3573,'AndrewFep','Fwd: Рњy suСЃСЃРµss stРѕrСѓ. Р Р°ssivРµ InСЃРѕmРµ: Рќow I РњР°ke $10,000 Per MРѕnth','89513655529','andre-glueck@t-online.de','Макe MoneСѓ 10000$ Р Рµr Dау With Р’itcoin >>>>>>>>>>>>>> https://856253euro.page.link/z58z <<<<<<<<<<<<<'),(3574,'Willissiz','REРђDY SРЎРќР•ME Р•ARNINGS ON THР• INTР•RNEРў WITРќ РњINIРњUРњ INVESРўРњENРўS from $9713 per wРµeРє','83498231377','byakunkin2012@web.de','Invest $ 8133 in Р’itСЃoin Рѕnce Р°nd get $ 77757 passive inСЃomРµ СЂer mРѕnth >>>>>>>>>>>>>> https://28569euro.page.link/JqD6 <<<<<<<<<<<<<'),(3575,'ThomasKak','Profit: $86000','88466219614','carlosZiniA@ggmaail.com','I\'ve been a member of Bitcoin Superstar for only 47 days. \r\n \r\nBut my life has already changed! \r\n \r\n>>>>>>>>>> https://middeldatabasen.dk/DeepLinker.asp?url=https://vk.cc/bWfgeN <<<<<<<<<<< \r\n \r\nNot only have I made my first $10, but I\'ve also met some of the most incredible people in the process. \r\n \r\n>>>>>>>>>> http://www.sports-ranking.com/search/rank.cgi?mode=link&id=7&url=https%3A%2F%2Fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag <<<<<<<<<<<'),(3576,'Mike Jeff\r\n','Domain Authority 50+ for advisiahub.com','84518542191','no-replyjath@gmail.com','Howdy \r\n \r\nIf you want to get in front of your competition then you must have a improved Domain Authority score for your website. Its just as simple as that. With our service your advisiahub.com DA score will get above 50 points in just 30 days. \r\n \r\nThis service is guaranteed \r\n \r\nFor more info, check our service here \r\nhttps://speed-seo.net/Get-Guaranteed-Domain-Authority-50/ \r\n \r\nNEW: ahrefs DR50+ possible now: \r\nhttps://speed-seo.net/product/ahrefs-dr60/ \r\n \r\n \r\nthank you \r\nMike Jeff\r\n \r\nSpeed SEO Agency \r\nsupport@speed-seo.net'),(3577,'xKeEtQGAoWlmBPXy','DnwGlZrkOhvR','5986387273','grissom.zofia@yahoo.com','UwreYsdDaft'),(3578,'oTGUMaugiYPXwhj','uKUpdrJyCQqYf','2019640743','grissom.zofia@yahoo.com','ZbEajImCrlqHdP'),(3579,'Peter','enhance advisiahub.com in SERPs','0333 0978571','pedigo.candice@gmail.com','Hi there\r\n\r\nFinally there is a Google Updates Free 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 Pedigo\r\nSpeed SEO Agency\r\nsupport@speed-seo.net'),(3580,'Peter Ralphs\r\n','Negative SEO Services','86697629842','no-replyged@gmail.com','Hi there \r\n \r\nCompetition not playing the game fair and square? \r\nNow you can fight back. \r\n \r\nNegative SEO, to make business collapse \r\nhttps://blackhat.to/ \r\n \r\nEmail us for any queries: \r\nsupport@blackhat.to'),(3581,'Kermitwhino','$ 37,000 a week!','81924968934','jacksonneoxy@ggmmails.com','I like learning about new technologies and extra cash can never hurt, so naturally I was interested in Bitcoin Method. \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dl&sa=D&aya=lml&usg=AFQjCNFmgHKtMSzc2MBUFwSylGnIIBwofg <<<<<<<<<<< \r\n \r\nWhen Joe told me I could join for free, I took the opportunity and after just a few months I was earning enough to quit my job! \r\n \r\nNow I am my own boss and earn over $ 37,000 a week! \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dl&sa=D&agp=lro&usg=AFQjCNFmgHKtMSzc2MBUFwSylGnIIBwofg <<<<<<<<<<<'),(3582,'FrancisPeaph','$13,000 every single day','89195785766','jacksonneoxy@ggmmails.com','The results of the software speaks for itself... \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb&sa=D&ldo=aqo&usg=AFQjCNE6WXsUPEp5dNV1lG_u3VDmHzsWHA <<<<<<<<<<< \r\n \r\njust as promised, I made over $13,000 every single day. \r\n \r\nDo I really need to say more? \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb&sa=D&owp=ayq&usg=AFQjCNE6WXsUPEp5dNV1lG_u3VDmHzsWHA <<<<<<<<<<<'),(3583,'Greggtag','Ride The Wave of bitcoin And Earn a Guaranteed $13,000 In Exactly 24 Hours','85991736778','jacksonneoxy@ggmmails.com','When I joined The Bitcoin Code 2 months ago, never could have I ever imagined the series of events that would unfold just days after locking in my free software. \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&qta=qrq&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw <<<<<<<<<<< \r\n \r\nI was able to clear my $131,382 debt. There is no greater feeling than to be debt-free. \r\n \r\nNow, I’m in the process of buying my dream home. \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&pll=omp&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw <<<<<<<<<<< \r\n \r\nI still can’t believe this is all really happening…I’m forever grateful to Steve. \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb&sa=D&aml=lap&usg=AFQjCNE6WXsUPEp5dNV1lG_u3VDmHzsWHA <<<<<<<<<<<'),(3584,'WilliamBrunk','How To Earn $ 14,000 A Day By Investing In BITCOIN, The Best Investment Opportunity of the Last Decade','85332973575','jacksonneoxy@ggmmails.com','I kept hearing about Bitcoin on the news, but had no idea how to invest! \r\n \r\nThat\'s when I heard about Joe\'s beta testing. \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&ohl=qbo&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw <<<<<<<<<<< \r\n \r\nThe whole process was explained to me and I was able to start trading within minutes. \r\n \r\nI\'ve made over $ 75,000 so far and I don\'t see any reason to slow down! \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Do&sa=D&oqo=pgp&usg=AFQjCNEK-ZrGWCbJNVLwJWYlUp3sBCEINQ <<<<<<<<<<<'),(3585,'Larryzible','$ 17,300 in just one day!','81231521877','jacksonneoxy@ggmmails.com','I\'ve never really had an interest in investing. \r\n \r\nI preferred to keep my money in the bank. \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&qwq=arl&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw <<<<<<<<<<< \r\n \r\nHowever, when I returned to college, I started looking for new ways to earn money to pay for all my expenses. \r\n \r\nIt was then that Joe sent me an email asking me to join Bitcoin Method. \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&lsq=osp&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw <<<<<<<<<<< \r\n \r\nAfter he explained it to me, I still didn\'t really understand the rules, but I thought, \"Well it\'s free, so why not?\" \r\n \r\nSo I was pleasantly surprised to find out that I made $ 17,300 in just one day! \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dl&sa=D&pwl=lqp&usg=AFQjCNFmgHKtMSzc2MBUFwSylGnIIBwofg <<<<<<<<<<<'),(3586,'RonaldSooke','$ 100,000....','85933283284','jacksonneoxy@ggmmails.com','I was looking for an easy way to start Bitcoin trading and that was my golden ticket. \r\n \r\nI\'m not the tech type so I needed someone to walk me through the process. \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Da&sa=D&lhl=lmo&usg=AFQjCNFmdcUrwh_NlvClKeEaVPTKYlFtoA <<<<<<<<<<< \r\n \r\nThat\'s exactly what Joe and his Bitcoin Method did. \r\n \r\nNow I have my own $ 100,000 at my disposal! \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&qmp=oxp&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw <<<<<<<<<<<'),(3587,'LewisRonia','$27,484.98 in two days','84778429987','jacksonneoxy@ggmmails.com','Is this for real? \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Da&sa=D&aea=olp&usg=AFQjCNFmdcUrwh_NlvClKeEaVPTKYlFtoA <<<<<<<<<<< \r\n \r\nI just joined 2 days ago, and my account balance has already ballooned to a staggering $27,484.98!!! \r\n \r\n>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&qko=pqp&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw <<<<<<<<<<<'),(3588,'Richard Wahl','The Season to Show Love','86244194167','maikereine.mmr@gmail.com','Hello, \r\nHope this email finds you well. \r\nThis is a very big news and a special message to you. \r\nI am the winner of 533-Million, in the Mega Millions Jackpot. Due to the current pandemic, I\'ve decided to join other world philantropists to do what is within my capacity to bring relief to a few people and their local community, globally, through a random selection of web addresses by my team. \r\nYour website has surfaced as one of the lucky recipients of this selection and with a heart of warm benevolence, I wish you a big congratulations. \r\nHere is your donation code: RFECD00032020FP \r\nWhen replying to this email, please ensure you state your donation code for verificaion by my team. \r\nMore details are on my youtube channel. \r\nWATCH ME HERE: https://www.youtube.com/watch?v=tne02ExNDrw \r\nContact WhatsApp: +1 (315) 803-1010 \r\ncontact financial team via email only when you don’t have WhatsApp: globalrelief.richardwahl.rfecd@financier.com \r\nCongratulations once again! \r\nKind regards, \r\nRichard Wahl.'),(3589,'Mike Bosworth\r\n','affordable monthly SEO plans','82964234245','no-reply@google.com','Hi there \r\n \r\nI have just took an in depth look on your advisiahub.com for its SEO Trend and seen that your website could use a push. \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 services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\nregards \r\nMike Bosworth\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(3590,'CskTmVxyvoMSDjwU','bYARTaIr','8529282306','farrimond.shaun@yahoo.com','hedaycKDNukbVZ'),(3591,'DTbMOasgGzNl','KByNSvQtRInxTPGA','3942882195','farrimond.shaun@yahoo.com','cSCJOBtQw'),(3592,'XMKBkLYTF','nNFPAvmu','9947004875','nerissa.dubois@yahoo.com','ysUXLcgdOmQ'),(3593,'FoSnTtficCKQ','GszqdTEgMCtmIOQo','7241173575','nerissa.dubois@yahoo.com','wZNirxXJnkGMyUD'),(3594,'qNEOiClFjJdc','ReUuMczvfTjmn','3321249258','ozellbent@yahoo.com','hYbCVnTsxlLGi'),(3595,'caXgQTZwympBDrkR','UgQZORuycqtNmSs','4973123950','ozellbent@yahoo.com','CIxvMjcpKQRe'),(3596,'MichaelFek','Can we add likes to your page?','88924186392','alexander466alan@gmail.com','Looking for Facebook likes or Instagram followers? \r\nWe can help you. Please visit https://1000-likes.com/ to place your order.'),(3597,'vCfVJexTA','psRnfDAGYlStQkB','4824502164','baringtommy@yahoo.com','wcRLPZVTW'),(3598,'lswNMpGK','NyaPFmIoi','5587933239','baringtommy@yahoo.com','XFEcysMHCJNa'),(3599,'cKgCBaXordJ','UGhpFOzHwC','9660718319','okane.o@yahoo.com','njyDMAzxWPTat'),(3600,'goVAxFMhlXmO','WJocCeBKST','3239955032','okane.o@yahoo.com','vouKCNgPxATyXmh'),(3601,'ogLwMyebqJzaRZ','VrYKwigHpjdERPT','7484164496','kirwanrosalie@yahoo.com','mestrBEio'),(3602,'rDmitgCLGwIM','ZAazlEWBvVMbsuSG','6494321176','kirwanrosalie@yahoo.com','pOtyzgojh'),(3603,'James Lambert','Partnership','86424737342','jlam73000@gmail.com','Good day \r\n \r\nI`m seeking a reputable company/individual to partner with in a manner that would benefit both parties. The project is worth $24 Million so if interested, kindly contact me through this email support@dcuadvancefinanceltd.com for clarification. \r\n \r\nI await your response. \r\n \r\nThanks, \r\n \r\nJames Lambert'),(3604,'Jacquetta','StarDataGroup.com Shutting Down','NA','jacquetta@stardatagroup.com','It is with sad regret to inform you StarDataGroup.com is shutting down.\r\nIt has been a tough year all round and we decided to go out with a bang!\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'),(3605,'AeLGWnqw','OAPJZkXwM','9658710242','namleadle@yahoo.com','eTzlmkSOYNiQ'),(3606,'tMKLNWIDSpFQ','mCtVEnQjR','9123725910','namleadle@yahoo.com','ixnJDYEWLw'),(3607,'GoVNnveKrXTzFad','LPznjTGUqfYFXW','9755825939','yulanda_stevens@yahoo.com','wvoOzpUH'),(3608,'tPOklQuJGFs','NrtScmpsgBuaWdj','8766986524','muoinewbury@yahoo.com','FXtNquyE'),(3609,'dWbUfATjg','ypJDrfIEU','7793129028','muoinewbury@yahoo.com','DswBilmChnSVvOW'),(3610,'Julienne','cheap ahrefs account','070 1235 5293','julienne.hersom@outlook.com','Hi,\r\nI just want to share with you a great website which provide account for SEO, affiliate marketing, dropshipping, ecommerce at cheap price. Here it is: https://seotool.club/group-buy-service\r\nExample: \r\nAhrefs account for just $15.\r\nSemrush account for just $10.\r\nAdplexity account for just $25.\r\nAdspy account for just $20.\r\nJungleScout for just $15.\r\nSTM forum for just $15.\r\nAnd about more than 30+ internet marketing tools at Affordable Price.\r\nThis website is group buy service. You can visit this link https://seotool.club/group-buy-service to check it out\r\nThank!'),(3611,'Kim','Are you looking for LEADS or Demand Generation ? [10k Leads free]','0270-2836553','kim@thedatasouk.com','We know how hard is to RUN an PR agency , to keep a track of all new incoming fresh prospects \r\nWe can offer these details under our new SAAS tool\r\nClaim the early bird access now: http://bit.ly/sign-up-now-get-10K-LEADS-free\r\nYou can scrape these details \r\n#1 Domain name\r\n#2 Domain Language \r\n#3 Domain CMS Tech (e.g wp, joomla)\r\n#4 Categorization \r\n#5 Contact form URL\r\n#6 Search by URL & Landing Text & Search by Title\r\n#7 Title of website\r\n#8 Social Media\r\n#9 Email List\r\n#10 Phone no.\r\nThe same data will cost you 600 USD per month from BuiltWith, but as looking for good feedback from smart minds across the globe. So, it’s free for the first 100 USERS.\r\n \r\nContact: kim@thedatasouk.com\r\nVISIT: http://bit.ly/sign-up-now-get-10K-LEADS-free\r\n \r\nThanks\r\n'),(3612,'fQChPOoWneMyBu','yLBqYZGMahWOiUC','4006029512','taylorreginald748@gmail.com','INBksKuErvLmcWSC'),(3613,'UwHeNTXIldWDtFho','YbXgimtfD','9215615963','taylorreginald748@gmail.com','eEHtjCvxrU'),(3614,'gOGfLURBWQ','jUZpgARrWNf','2375096410','admc06@gmail.com','dRBygouxIiEls'),(3615,'zWncVaBX','RbCxNlLHVBTeadc','8645930008','admc06@gmail.com','hfZvFnTzDlUSM'),(3616,'WbuJAVrYjyQPiXaM','LCYqekxuRpfTdIbi','7078390362','isabellaradio123@gmail.com','lWBcyOqYputmJPb'),(3617,'oDuLqRyvsrlnf','kWXhJDnVHztgo','7054608880','isabellaradio123@gmail.com','JSRilGYMWNt'),(3618,'sGbKfodnhFUTjY','QSAjxFyqbMw','6062509517','pawanpreetkaursidhu1234@gmail.com','WrypAzPJHIn'),(3619,'BWOSRAwrbmj','ItnkDluFihq','7976336085','pawanpreetkaursidhu1234@gmail.com','AVfyXEwKcn'),(3620,'kSWIRFEPnpLerTyj','gAXGsYpRkxr','7728056239','dvroman62@gmail.com','AljoSXsMZQxavqP'),(3621,'yaPNhSetvfkc','atTwrfqo','3088421565','k7uqham@gmail.com','yeWhqpnPDGlENTs'),(3622,'aZSUDtljczyp','cHgJnSaxmVdvMjQ','3258976385','k7uqham@gmail.com','HuptwJVrdc'),(3623,'Marshall','buy fake ids','06-19544379','realidgod@gmail.com','The best fake id maker in the market for over 15 years\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\r\n'),(3624,'mDCpOrEk','YKHJMFwLROSWXq','7096092797','adammpatrickk@gmail.com','WGhfxyRXtloVF'),(3625,'lzsFCBYbgOUvyfVw','FPZiXxQarNWmYpb','9677863438','adammpatrickk@gmail.com','clFChgMXymK'),(3626,'OVQlqFJjZDAnpfdh','UkoibWryFN','8395793618','stpfran@gmail.com','xboSgAUXJcWM'),(3627,'tRABXJPkoYiFpT','curIZGERB','3356250667','stpfran@gmail.com','rhkJHdRaloDnztpN'),(3628,'Michelle','RE: Dropshipping','000-000-0000','ds_smart@reallyfast.info','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 \r\n\r\n\r\n\r\n\r\n\r\n'),(3629,'PyqxHBjvnfNYtZr','aQMpOGIn','3932852439','vbutani@kubtec.com','paNzoiOUMSmt'),(3630,'ckyJWIUYhVQgEH','VQZEPmNBF','9892224073','vbutani@kubtec.com','JmOcBTUkH'),(3631,'elsZRJHkhvxIDn','AkzvPelKhtMQg','9553254754','atnnwgesz@yahoo.com','CiAjHWOwezqpK'),(3632,'weSVprNuqY','tibjmNevgVK','5756127127','atnnwgesz@yahoo.com','tYJpkCXlug'),(3633,'hSgcfDEUqm','LqZpdYOiJGwFW','9320053407','seminaro@gvtc.com','bRYEgQrhcOavV'),(3634,'XTGxfPFCqS','HFMlABhZKLDt','5498814176','seminaro@gvtc.com','TsMbjkQNKmx'),(3635,'FhmecVaKNyWl','wuzeTsfd','7581163020','tsb417pfnwhxno@yahoo.com','HNzouGebQgYmfny'),(3636,'wWlKcuSpjXgCQ','ZwlcuXvUqS','2403777600','tsb417pfnwhxno@yahoo.com','RDpjZXSoiCMWag'),(3637,'GVagfTriOuhb','vYrMpwfPCtoGR','3795390449','GworekzLFoy@yahoo.com','BmfVXtKrSALbPH'),(3638,'OaLdDEXThPAMwn','jpcNCDosqtk','7797631344','GworekzLFoy@yahoo.com','ftXAcTribLVgx'),(3639,'IcnEmswtrRub','JHRElOdTt','9959977730','2tubular@gmail.com','MaQJdVsbk'),(3640,'GfFxpkLcnRZzOA','VAKgTvft','4864265844','2tubular@gmail.com','LXnrYTqcDZiC'),(3641,'fSCELRnYW','CNWVGTgIeUQMsq','5901624790','gfvytuhnahwamds@yahoo.com','bJyEaKINsRhDwA'),(3642,'LEiQcZAXmnRUBexW','WNcJCKRzauQLqwo','7160886801','gfvytuhnahwamds@yahoo.com','VpXkCcBIgEeK'),(3643,'jhKiOnlZdVC','UdSLHfzFcEhr','5714289742','swmbaecpvoytrgq@yahoo.com','mMGYfZryBaFTWHJE'),(3644,'ZFjHkIJSOWv','WNgjVPXZfrM','8835835729','swmbaecpvoytrgq@yahoo.com','MuRGnKZSWOd'),(3645,'hRQYoOpbmIXMvw','rkghuYEwV','2123044678','pzekoprosheszgU@yahoo.com','AtOQikNZXwMLo'),(3646,'MORSJNPnEQWokT','aTUSWoRHV','8446384247','pzekoprosheszgU@yahoo.com','MCwvhYbrGijBSm'),(3647,'PgMYyaXJks','uIoShmecRBlxyAXV','2087238816','dan@danstax.com','ktdqyvQGLflsWZ'),(3648,'Nellie','Message for: advisiahub.com, Owner/CEO or Marketing Department','612-926-4075','nellie.alder@contactmail.guru','Dear, advisiahub.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/#advisiahub.com\r\n\r\n\r\n\r\n\r\n\r\n___\r\nUnsubscribe - https://sites.google.com/view/review-software/unsubscribe/#advisiahub.com\r\nUnited States, MN, Minneapolis, 55410, 289 Rocket Drive, 612-926-4075\r\nNellie Alder\r\n<for1a12:37 PM_3512:37 PMri37A.D.>'),(3649,'Brian','Do you know people you are dealing with?','3038006251','sales1@astrologicalstudio.com','Dear Madam, Dear Sir Do you know personalities of people you are dealing with like potential partners, spouses, friends, employers, employees, business partners, etc.? We can prepare a precise analysis of a personality for all people of your interest for you. You will find there a lot of very valuable information about people of your interest and you will be able to choose best people easily. Please visit astrologicalstudio.com for more information. We will be very pleased to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, Denver, CO, sales@astrologicalstudio.com, https://astrologicalstudio.com\r\n'),(3650,'qTvwLyrpoacSZMV','SoWtVObgFz','9889596678','rms0601@gmail.com','renzAGaiuCdE'),(3651,'bhLPqGrgZv','fjAywuxzD','2606445825','rms0601@gmail.com','iJRuCdaOMNBcnpDK'),(3652,'IZBdNoDMveClPn','PbKxeMAfLWNlTEF','7786520544','switter@horizonroofinc.com','SxlicAZHRwMUjr'),(3653,'mDqUzSJRjfoesOpa','eaJdOGzoAwY','6840428315','switter@horizonroofinc.com','GxOecyjgQBdXVwn'),(3654,'NMAKOoPL','xgZtbAIfq','2122773525','wshngt46@comcast.net','YpkbEgPNZDnGj'),(3655,'nsIDRiOVufmGrtCH','wuIMYpQhRLk','4723638717','wshngt46@comcast.net','kjKglshE'),(3656,'ieWqgvHnztcS','xZblfiBALc','5261282364','mark@truemeasures.com','aCFIkKzPUTnOmEA'),(3657,'vwpEtFWbIMl','OHLYiRKQ','3093455099','mark@truemeasures.com','PaZLbIEtlAdjzK'),(3658,'vxEtUYGRBiOdp','CPBgiYnGTqpDHd','2571280833','jalovecmcclurBMVo@yahoo.com','eCGPxvLO'),(3659,'HkYNTtUVGf','LDhIMmcHBQdWaREg','3952911186','dvroman62@gmail.com','dvbQzoSLKnWiZGcM'),(3660,'iEHAkMJsw','jETkoqMDSfP','9315930256','munnv@hotmail.com','pUHouJKICQkjN'),(3661,'JRvLlTgup','kWoFBlamgHVup','9095857313','munnv@hotmail.com','VsDjletwYy'),(3662,'XjfwdhxH','MTfRnmFgHwDILz','8210178280','juliejlebo@gmail.com','gVmZbGOetq'),(3663,'WRxsIJHcUvNmD','ZALRScwhViWuCnj','8882181837','juliejlebo@gmail.com','rUSTBRVlg'),(3664,'eEzXlHdORtyQWM','SqVNQMpkiFmads','5769361323','kjlongo@hillcrestassoc.com','kDechFtpgRoOs'),(3665,'bZeUtkdhc','fMLdsbiPzGgmQCny','9337066865','kjlongo@hillcrestassoc.com','uCvVWZxAP'),(3666,'yVUnKfilEa','CtrUmwdVIozQx','3531632959','vbutani@kubtec.com','aQmnCLEh'),(3667,'cZeHMCuRoXh','AXVnPwSpubNqE','7869297935','melissadundas@gmail.com','ejsDzBQoWJafHTN'),(3668,'zQCIeqyDunWVS','bnFeipWTJvQw','7026378904','melissadundas@gmail.com','aYjZDrSAbTPnJHh'),(3669,'HbnLtFyWd','yzgJVMmdiUo','5441507587','rosa.pacitto@northernreflections.com','LrtFcNmv'),(3670,'oLgHiPer','DKOvfVqJIwXWECdp','9064615389','rosa.pacitto@northernreflections.com','LKjkcnefFJlE'),(3671,'sQZRMUYcAmCpgX','IZTpPuEmlbLdaMgh','6790438497','sburley@conppj.org','buSnQlCFIPTHpAWD'),(3672,'cdaxthWpZErI','zKewMxnuUZ','6682360718','sburley@conppj.org','LhuUislx'),(3673,'ylivbdJncDx','mMDJZIYSPKweC','6181240706','sueblack227@gmail.com','jpfrPASiT'),(3674,'TlqxgLmSuwVUBcpW','mITYLfGAnOvCrj','5787985691','sueblack227@gmail.com','XLlCJDdWjsI'),(3675,'OsbrSqGd','rHJAloNPaRZCEGQ','8004978885','jpehlke397@gmail.com','pPUyljCAmw'),(3676,'RvFMWzpO','eCoixvkVDLJQmE','5742727902','jpehlke397@gmail.com','OLWSoucAEQTId'),(3677,'DQgrlBzpansdXqKF','jeZTvGcAd','3641719200','jcharleston@charlestongroup.com','FySnOprwtsQvekdJ'),(3678,'NJOplwWmnDeHCtBT','QYWwHbDaRgpNiZzn','6247609454','jcharleston@charlestongroup.com','zkXPwmKpx'),(3679,'ZNGBRbUuPq','sgjLEUSVOHeXNZFR','2588496416','kim@catanzarite.com','MuDkbZrtln'),(3680,'VAblirNSB','ZNghvklOwtTGiSIx','4861234523','800dragon@gmail.com','DgdrqMQSemWKRJLO'),(3681,'kwtNxFZYTrL','KXfvZhiyunOQgWjN','4785710463','800dragon@gmail.com','yhLZxGbR'),(3682,'Mike Nash\r\n','Local SEO for more business','88388622978','no-replyged@gmail.com','Hi there \r\n \r\nI have just checked advisiahub.com for its Local SEO Trend and seen that your website could use an upgrade. \r\n \r\nWe will enhance your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our plans here, we offer SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nStart increasing your local visibility with us, today! \r\n \r\nregards \r\nMike Nash\r\n \r\nSpeed SEO Digital Agency \r\nsupport@speed-seo.net'),(3683,'JPBjOmpXYnS','DAlWqdtXKjwY','8758109510','jierpoqsxjdsa@yahoo.com','gLwTtefVE'),(3684,'ndObUGjtHZWpmL','WOlZNkDh','7397438922','jierpoqsxjdsa@yahoo.com','rULEOtpwZeagjq'),(3685,'yDhxpGIeLg','hgcXOtwdNSulfPR','3467038224','bxbmfgrdihdpdqtu@yahoo.com','VkYCmbyo'),(3686,'NmUPEMiZepQYz','pKFVlrIGPNYucaf','3954142501','bxbmfgrdihdpdqtu@yahoo.com','FwNBpRzYTdyAlnhE'),(3687,'Rachel','Requesting an Long term partnership with top google news publication.','304-955-8386','rachel@thecryptoupdates.com','Hi Rachel Here\r\nI’m from TheCryptoUpdates.com\r\n\r\nWe are reaching out to you as we have an amazing opportunity for you to get Guest Post on Google News Approved Publication having DR 51 UR 42 and 400k+ monthly traffic.\r\n\r\nHaving our major focus on industries like cryptocurrency, technology, finance, The CryptoUpdate also works with several Tech Platforms and so we manage to generate a strong user base that has a common interest in Finance, Blockchain and Tech\r\nWe would like to recommend some services that could help you to grow in an optimised way.\r\nHere are the suggested services:\r\n1. Press Release\r\n2. Guest Posting with a permanent do-follow backlink\r\n3. Link Insertion\r\nLet me know if you are interested to working with us.\r\nLooking forward to building a long-term partnership with you. Let me know your thoughts.\r\n\r\nIf intrested please contact : rachel@thecryptoupdates.com\r\n\r\nRegards\r\nRachel'),(3688,'PVKSJGrQ','WTfJUbcLErz','6221801749','teresa.delarosa@hotmail.com','UpYqwFOHoysdM'),(3689,'XOLkNlufU','pDPmfzlKhO','8963645452','teresa.delarosa@hotmail.com','NjuzIotLbKdTVp'),(3690,'jgqrDWEVyswvh','PQqRswGZLtynjYSV','2225002078','dwilliams13171@gmail.com','ZFjCNpIcJLwB'),(3691,'fAMjHRBDdWmVuE','rewRLHkUF','3235019114','dwilliams13171@gmail.com','goWKRpQxDYG'),(3692,'TjINVvPxtYOzDC','gTVNYZkrIcJhAO','2567393627','terrydodd@bellaliant.net','sZPkWwxm'),(3693,'txnfhEoi','ECLhZzAXgSdbHR','7660097321','terrydodd@bellaliant.net','lVhtYksIWTOfdSGw'),(3694,'udbZgQoM','lFBkRwhcCaZefD','4642865362','jkalger35@gmail.com','JXuhQLYbSMeBaxq'),(3695,'HVWwaMgsPxIRO','BCEMOVfxDlmHdwZ','3971807777','jkalger35@gmail.com','BljXsZoWPQRuz'),(3696,'Lien','There’s a simple resource inside that will increase the number of email responses you receive…','(03) 5382 6090','lien.ambrose@gmail.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'),(3697,'BIPJUhVYkiSnOqcm','LFrSujCwqzElbcn','6444261783','vbutani@kubtec.com','AiOgxtvyUNZPHcDX'),(3698,'NTJytjRUY','qCtijeASW','6428210748','vbutani@kubtec.com','JRUWKxjpNv'),(3699,'JmPBYefortE','pCmuFRlTVH','3312545533','ijpyajifieayksr@yahoo.com','uscUZPDwhQkEatRY'),(3700,'IdAkxDMEyBKG','VyaIgEGfB','5878970931','ijpyajifieayksr@yahoo.com','RUswQSug'),(3701,'htfLIlRPZpzwsDoU','pXYHjdqrBUnR','4343404750','xityjqtonqigf@yahoo.com','OHSrECdDqNyiM'),(3702,'gePrEMqocQYUXI','qRBrZiKoEp','3987596625','xityjqtonqigf@yahoo.com','rEsykfPzdTVHDaLe'),(3703,'SvdFlqwTjcmz','nDySphbuHT','6508335053','lpinto4911@gmail.com','gzFhcqtmSfZUiG'),(3704,'GTzUVuacbCIKRgNt','ZIYPHKQVoDWmquz','7856340162','lpinto4911@gmail.com','HJctyYSm'),(3705,'kOjudtSilAfDmaM','WobAjdVqxJsBDaP','3343040859','wq2sdro1i@yahoo.com','eoRWvCiMEjD'),(3706,'pcRxUqLEwzVfInku','kHPFjQVWD','3613261372','wq2sdro1i@yahoo.com','JHGTaqefchF'),(3707,'pStXwmqhrsJguf','tsObVGLZJQm','6385846971','mary@newmanfarms.com','nDRbLQCwKiuP'),(3708,'WwxGkdtU','mvylNxOACzdF','8095237158','mary@newmanfarms.com','vUXgmyJQqljawNp'),(3709,'fGTHDZpsiQt','AOQjYPhNFlRWk','7035203175','gracecrawford1583@gmail.com','EZYpPCmoJvr'),(3710,'NfVmHOyT','WzVJmDwBorXQPp','8685980886','gracecrawford1583@gmail.com','mrwPiqfzIk'),(3711,'ZmoADeLGigK','KoelpywRHFv','7080722556','rsmith7548@gmail.com','PyHCXzfQmFwSt'),(3712,'kFCrRtGLw','vNmRYJVlw','4768771695','rsmith7548@gmail.com','DxNOpCEvb'),(3713,'SHjeLUuX','KsGyUuMviTdw','5444867952','kkjonesemo@cox.net','bQvNtPdmHpXA'),(3714,'GJXlFdntgDAobaR','HNtTPwOBeGQZvRa','9111697296','kkjonesemo@cox.net','WwixuOslpc'),(3715,'WqOcIrHwgSE','URhGZOJnkmXaDS','9089512381','julz1865@gmail.com','HAvlSxTLhtDZMYkQ'),(3716,'WZTlKLEtIU','XFsnRJVB','5750999100','julz1865@gmail.com','WMPhIVGqXjkYRLi'),(3717,'BgopQnZaqEYxedLA','ksYOWjKhpRov','5284763254','jankss11@gmail.com','ahVzWgoAdTfnHrPS'),(3718,'QLzfqUnsj','wKfNklWGCFJvYm','4739979722','jankss11@gmail.com','tBVcFHwEW'),(3719,'dQWTuGmOtDfo','EyRVnOihTWfwd','8568830502','karentyler1953@gmail.com','LVUufZTJsdpHtq'),(3720,'uvfjZPGXJ','rUubFOCgasoyh','4362782355','karentyler1953@gmail.com','VQvcUnPzG'),(3721,'rcgTWDhEjfsptM','RCdWEFPuc','8380259737','fleabag40@windstream.net','PkZMISEOXmbup'),(3722,'LeoFpzPJT','uzcKnCQho','3864070867','fleabag40@windstream.net','pXJRYMHSDxq'),(3723,'pVzJcghBHPs','uWgxJmdXLMH','7869151203','hmrockman@juno.com','qWXFkvOUexnrBmw'),(3724,'AnNaDcYSHkbFUZfX','dEZYPDQN','9196949637','hmrockman@juno.com','HfeDGnOmNqxXwFu'),(3725,'oejzbDQXwJPt','hAaHRYDZepIK','7495012435','jewelsteel492@yahoo.com','CWYrBpcoE'),(3726,'UKzlIujnbTkSxH','STbHQvpcWGJ','3906652402','jewelsteel492@yahoo.com','iAhjRIryJeaPbBzU'),(3727,'John Jefferson','Your Urgent Attention.','85139324974','waynelee446@gmail.com','Your Urgent Attention. \r\nWe were waiting for you to contact us about your conformable online banking draft worth Millions of Dollars, but we haven\'t heard from you. The accredited online banking service (Alliance County Finance House / HS / 02482 / BG) awarded for contractual payment with card \r\nnumber 3478763199030014 has been awarded to For your benefit). Did you instructed Mr. James Brown to represent??. \r\nI will advise you to reconfirm the below information and make sure that you fill them correctly and contact Mr. Morgan Morris, who is in charge of your transaction: E-MAIL ADDRESS: morganmorrisconsultant@gmail.com). \r\nDid you instructed Mr. James Brown to collect your Funds?:….(Yes/No) \r\n*Your Full Names:………. \r\n*Residential Address: ………… \r\n*City:…………….. \r\n*State:…………… \r\n*Country:…………… \r\n*Zip Code:…………. \r\n*Direct Phone Number#:………. \r\n*Office Number#:…………….. \r\n*Age:……… \r\n*Sex:……… \r\n*Occupation:…………… \r\n*Next of Kin:…………… \r\nAsk Mr. John Jefferson, for your online account login username and password. E-Mail: ...........) \r\nReply To - morganmorrisconsultant@gmail.com'),(3728,'lQAmLNInvFkYOwz','jBxmaJVpGACTSzh','5666045335','lambourne_anastacia@yahoo.com','OKFudfEGR'),(3729,'EANhztbuGcq','FkpwVayQWeEu','7182944103','lambourne_anastacia@yahoo.com','fYolvxFj'),(3730,'nPLyiYNvzqCFTa','wxkieMusIjZOFr','9332188473','spraddles77@gmail.com','FrxNjJqiZplAUwVb'),(3731,'nhAoErKRTzvV','iSfyvLsXBUHkN','3902510672','spraddles77@gmail.com','QvySXsjKg'),(3732,'Brian','Do you know people you are dealing with?','3038006251','sales1@astrologicalstudio.com','Dear Madam, Dear Sir Do you know personalities of people you are dealing with like potential partners, spouses, friends, employers, employees, business partners, etc.? We can prepare a precise analysis of a personality for all people of your interest for you. You will find there a lot of very valuable information about people of your interest and you will be able to choose best people easily. Please visit astrologicalstudio.com for more information. We will be very pleased to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, Denver, CO, sales@astrologicalstudio.com, https://astrologicalstudio.com\r\n'),(3733,'ctTCYopldeVq','ojePKygIFO','6028397383','lvaldez1124@gmail.com','NpFQMJlbvZT'),(3734,'tPqMFYGsCgAmeBzT','NjptuTIRnKvhQsF','9515807003','lvaldez1124@gmail.com','tbElTQdC'),(3735,'ibmyJNsCZa','FNMUxCWtfyB','5374375346','ruben.lupena@gmail.com','RrSvXbkmUAqZufF'),(3736,'HBMEYiUlqeVSX','AGWSKDaYpRwCNn','9466842083','ruben.lupena@gmail.com','FQERCtZVGTwaBsiI'),(3737,'Adeline','SendBulkMails.com','NA','adeline@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\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\nRegards,\r\nwww.SendBulkMails.com'),(3738,'UTKbrXtNu','teFPkYlxQHupKJvO','8102403159','donahue.megan47@gmail.com','EyzIROVhKQTDlwXG'),(3739,'mCuytMgAe','gUCvlcxXYtQz','7932365347','ytnam7107@gmail.com','sbWyhOgEPeqvQMLJ'),(3740,'kCqbMGgP','YqcpCwZtj','2702163525','elovato10@live.nmhu.edu','LgzFjRcMk'),(3741,'XQsUuVTGBb','XuUYPsRbHaryMc','9708073487','elovato10@live.nmhu.edu','AByOdqWlR'),(3742,'hSufzxPEkrLUq','BtpASVuQ','3861308910','rowkerr@optonline.net','WjXBcwTuCzxl'),(3743,'EzBkLJdGnNcreH','HSckEFypZMrxO','6670494496','rowkerr@optonline.net','WbPXLQNwTKuozgEr'),(3744,'ysZEuYQIWvRdqGf','aXeElAHtT','3129490297','chetjman@comcast.net','JRIhpdOcgvSAxmVb'),(3745,'msLSEKtMB','rIfzNVcdmEshk','2156931136','shahsmit2811@gmail.com','KNAcDfTqv'),(3746,'vSniRIrLEYeT','RabETDuAzX','7287144122','shahsmit2811@gmail.com','xiuDeITwh'),(3747,'SMnNKrFpubk','LbWodXynlaqHvC','7926117886','dlcinc@outlook.com','qWKJdxyUm'),(3748,'iJzjmgcYQuSXOfG','CHFXBOjJhq','4229667412','dlcinc@outlook.com','tKridLjDYewn'),(3749,'Debbie','Go Here To Review Our Service','06-38872896','tanner@thelocation3.com','Go Here To Review Our Service\r\n\r\nHi,\r\n\r\nThelocation3 is a website that collects opinions from webmasters/bloggers/business owners for Bing, Bluehost, etc.\r\n\r\nWe are looking for people like you to test our website.\r\n\r\nThey spend *,000,000,000 dollars each year collecting data, and then improving their products. \r\nThelocation3 pays to each member $ *** daily for their opinions.\r\n\r\nInterested? Click here: https://www.thelocation3.com/getcash\r\n\r\nLooking forward to hearing from you,\r\n\r\nDebbie Tanner\r\n\r\n^^^^^^^^\r\nUnsubscribe: https://www.thelocation3.com/unsubscribe'),(3750,'JiORGQgmNt','pJUDgVRHClMktQs','9503634145','chantesmall@gmail.com','oaGZnbAUf'),(3751,'KeAGZDmORzduPSax','eQCUxArZJ','8229725286','chantesmall@gmail.com','RHtQVFxZiBshOoK'),(3752,'wxakhHiZAVg','HslKNrgo','7910636128','bfrey@hbs.edu','QFraJilq'),(3753,'WsPlbSDAxnU','lhqiQjcnDG','7730699034','bfrey@hbs.edu','ajnNJRVOLImhoXw'),(3754,'WmYDVnpMio','CwhQDEtjmVZ','2191747337','dwilson6594@gmail.com','bENWHYvySXdeQ'),(3755,'FimbsRejwxo','QiISPbwqcxaNtpyK','5257420269','dwilson6594@gmail.com','WQxzFMDlr'),(3756,'ELdnuFjayXmUBtR','grJFSwxkmt','9076241363','allegra.mostyn@yahoo.com','IswvaWlyxZ'),(3757,'usRzVXtrWMqEKvfA','PMGSTQorZXAl','4743862223','allegra.mostyn@yahoo.com','ThzOybgNGnSkPcu'),(3758,'prlukPBHNe','MtVRWjuvrOgfTIb','2375576139','estep.karin@yahoo.com','MgbZveBKmGcUwDq'),(3759,'XzmNWvkadU','ifAZyNYgdD','7431353388','estep.karin@yahoo.com','fEkYuHlwP'),(3760,'zGaHTSnKecyfBWPU','FfeEwntxRPzy','6531272489','kacy_strafford@yahoo.com','MsLiJtQAEoWB'),(3761,'ikKMCQXAxymJfv','FiuyvdDkew','8195566275','kacy_strafford@yahoo.com','KSPzIwEpuAO'),(3762,'PqoulerdBQ','xEvgyJTZOKpkRho','5996980279','francescalittlefair@yahoo.com','XEiGxSyzQRK'),(3763,'bIihUFkJenOcxtG','JcqhGLagoZr','9445939547','francescalittlefair@yahoo.com','jwzETFGlVaNIxRp'),(3764,'Deneen','StarDataGroup.com 7 February','NA','deneen@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'),(3765,'Renato','Best Offer For advisiahub.com','0676 715 47 67','info@advisiahub.com','Hello there\r\n\r\nYou Won\'t Want To Miss This! 50 pcs medical surgical masks only $1.99 and N95 Mask $1.79 each. \r\n\r\nSpecial Offer for the next 48 Hours ONLY! Get yours here: pharmacyusa.online\r\n\r\nCheers,\r\n\r\nBrowser Categories - AdvisiaHub'),(3766,'ilChVqLXMpmrk','GgrZdbVB','9142017526','leergol@gmail.com','FNRknsWLIv'),(3767,'QgZdTLpDkcGIA','taSrTDNBMVomUsG','7036513030','leergol@gmail.com','eIDjBrOvRP'),(3768,'CTAuWwUcXVRzBdn','dsupmFPNCOaUEYjo','3953852522','bopsarino@gmail.com','MDSUFKhGPy'),(3769,'OwIFkWPQzHr','bwXjOfRNrFAn','9860724829','bopsarino@gmail.com','VCGkpZIDehHufa'),(3770,'WvbOquGfyiHkV','elrxRYiwUmp','4572486552','vanitaweatherill@yahoo.com','bHGafqlnQxeVK'),(3771,'gJnmfaczukEUGdyl','jLskNeaBZYzi','9491526594','vanitaweatherill@yahoo.com','ZOPyjwaDbrozWf'),(3772,'emdbaBkQ','KuyWXOpZxRv','9522892727','queem.francoise@yahoo.com','RomiNepWn'),(3773,'qWukpBDgsMUIXJ','hbwmJQKzYM','6342465981','queem.francoise@yahoo.com','uWjMkPUlpVtodafE'),(3774,'MytqZGeYmaDvihs','pldgsTnHQ','2547961602','erinonthepath@gmail.com','cdGVJmOLofpnSk'),(3775,'RxeKstvrC','ersclXDJpgPC','5975099776','erinonthepath@gmail.com','yupfMHaljeSEIQ'),(3776,'XnSbgHiW','tqmDgdkuCQHzwENj','8008346079','roundsound11@outlook.com','sSGExKpBOJWMfUQz'),(3777,'VbawFjkhzGZnMme','AxekgLtYJ','6405383478','roundsound11@outlook.com','ycewVXCnkuAJxfj'),(3778,'MwZfeFqEjdn','tjlGQqFPros','7763082237','astric1@cox.net','AkVHzMwICDpSr'),(3779,'OJtzBQMrYSs','xvJlHTtncyUDzuYW','6272730295','astric1@cox.net','kHUFpDWPXqLIcbOa'),(3780,'ZFgCahUEIM','ujDbRzqYNMl','8509245214','togundeji116@gmail.com','ryVRTaes'),(3781,'kRaYlmgOsHV','GAFaBTzDJ','6775242167','togundeji116@gmail.com','duLQkmnJhOHxjN'),(3782,'ZDqwSAClHtB','jLmDbyQKIciftx','3582086131','jmw7691@gmail.com','fBRswPLjxMdl'),(3783,'capdUEGlmXDAFP','FLoAmsGVncXK','9304045266','jmw7691@gmail.com','dxlJFYEMnaWmIRTG'),(3784,'MGPAQEdy','IGXoLHZCnOK','6393795554','ihatepants@midco.net','SkNDmaRrK'),(3785,'dQutDKhRYnB','ENmxdHJXso','4255165475','ihatepants@midco.net','YxOveuUL'),(3786,'QVSLDFyiZef','mHXvbhBYEQZqfzJ','5561475011','makakiel@comcast.net','pVfFgjlNSm'),(3787,'gjbthXlaTBJDVS','RYcPuasetLpw','6694072993','makakiel@comcast.net','vzmcfIRDExwpOgB'),(3788,'IkGBEvRTzmpDUSrl','NxQDkfmUG','3754826295','cjbeliever@gmail.com','JMAwkXQgKjrlG'),(3789,'hRkxrzaCS','sFvZUJwKn','5679266826','cjbeliever@gmail.com','GPFLCAarzh'),(3790,'oOpmvtFNBGZcsIS','hjnCfQBSgb','4071546473','margarita.corvalan@yahoo.com','hTpbCfqGgN'),(3791,'RhfNFYXtVGmuJs','bafxPKktZHFzuQU','6953908449','margarita.corvalan@yahoo.com','DSMKfkJips'),(3792,'pckhPEzRAdKbMX','eUjLfDKJySYd','6874107965','stan@limerickmarketplace.com','VnxRsHqiLBmAOMo'),(3793,'cCyoimnd','dQKGVrUIoBa','2595520535','stan@limerickmarketplace.com','QhqLZpIoikeR'),(3794,'VnjMNBRqLzpZAfhy','ryUVKfzQnCHS','8615673108','photosbymissygueits@gmail.com','EISRlsptXrAG'),(3795,'eBdsElGWRjwgNpF','vmeoSPkwiq','4557949373','photosbymissygueits@gmail.com','QGLMuUkijpYs'),(3796,'lGNZvdgSUCRhpY','dKUvsPOyAokwE','9496261932','ladas593@gmail.com','sJzCFgxMKN'),(3797,'iULEytDXrog','lteMwgIpsoQNPGY','9793253112','ladas593@gmail.com','FQJdVDaniCvS'),(3798,'OsXwxCGBhal','EZCDmXihUO','8751553909','annik5k@gmail.com','gJthckfpvqNuD'),(3799,'dFDtNpJWrliAhMx','eGSRlzFn','5808181251','annik5k@gmail.com','PqoTZIxRc'),(3800,'rseUaRDGB','JQpOXvSZMDNHGeTh','4562541103','balderston.caridad@yahoo.com','ClVcoSBHhUmNguy'),(3801,'sSjPwOcDzbmpueT','uMaZijYoJs','7478054122','balderston.caridad@yahoo.com','mKuthCqQg'),(3802,'FKPgbSfGiJZocDUj','JbkamXAW','6705068329','akantracks@gmail.com','AzQBOgcvDTS'),(3803,'YMzZhlVSvwLG','qAnhoWkM','4846195247','akantracks@gmail.com','nhcTNSERzvjty'),(3804,'XyYrDIvbLqAzkRm','oCSxNrsBhIdbuMi','8110458154','rewiredrus@gmail.com','XpbSilJMnkmyae'),(3805,'abZpjUVYlr','oCGpDMFbyRZlNEY','8752757470','rewiredrus@gmail.com','feOGyYcKDL'),(3806,'szhGBVHDKT','nuDsSrNjyTHRQYip','3993456090','andrewdpeat@gmail.com','ftAkxeLCidVb'),(3807,'kSbLNjotzmARqaUH','mRwzyEopAkrDUdHL','8054800013','andrewdpeat@gmail.com','fwsVpDgT'),(3808,'Mike Crossman\r\n','quality monthly SEO plans','86676753899','no-reply@google.com','Greetings \r\n \r\nI have just analyzed advisiahub.com for its SEO metrics 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 services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\nregards \r\nMike Crossman\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(3809,'wYgaPjdr','xHbciTrh','3080274314','richard.driscoll@gmail.com','hjVXHgyreOQxf'),(3810,'rPNHsOTKRqvAWu','vwILmrJZnXt','4071745322','richard.driscoll@gmail.com','dQDsPhoiZqHrkwzu'),(3811,'RuoVdJPSe','XwrCtdApLxB','4624934464','cvijan77@gmail.com','csQyRUfiOx'),(3812,'zmlAWrwRiFjDuT','zMpCwgtAYqFVB','4587831450','cvijan77@gmail.com','lpGYXuHwoU'),(3813,'pqxIhGfiYdml','aSrELZfbXpqmliKC','8609219056','faykc21@gmail.com','JFZEinNK'),(3814,'WJSZEeKAdMzkDb','itWKbUaqBNMs','3626928428','faykc21@gmail.com','kQyrUShgDcI'),(3815,'QWCniealt','bDAsPrZoef','7667223807','lipmanmd@gmail.com','RrNnIMCKojHS'),(3816,'VChPzHpIeyiSM','XhZMVgalSJx','5418770271','lipmanmd@gmail.com','HQuFngrSNPZMkCL'),(3817,'jNdOPCBJgF','VbMlNXWIktU','5189117195','vonvqq04@gmail.com','UjvTFImBLYq'),(3818,'RlXWAvnYbeDaoEBP','JfyIDACQP','3443539354','vonvqq04@gmail.com','OTPCJDYp'),(3819,'hISCJOKdMxtqWzr','TIsCEQut','4329006737','raytyo67@gmail.com','ZQoXVlSyJWOjPBKE'),(3820,'FqBXfZpxVCKNsgOc','rHxyDRlYIeA','6895775943','gronert.priscila@yahoo.com','dusBQcMRNyjhKOgn'),(3821,'SWMmXnTLQfkhuc','aulmdsgL','5503146913','gronert.priscila@yahoo.com','yhNzJomSYxRXBDVA'),(3822,'wdMXflHxZzKoUB','bokfIGSyzumWn','5831934655','nknudsen1221@gmail.com','xKPMyaALUsYNTEBC'),(3823,'itRnYzwPGhsl','YLmPdTUkXHIcvuty','2735329407','nknudsen1221@gmail.com','aPFOrvqliTsIBeb'),(3824,'UXwsbldVPRme','rWylciTn','4117745886','frankhausersarah@yahoo.com','wzrJMcbuXZ'),(3825,'oqJcpQgHLEXx','DSuNJgoYRPLIFt','9620322193','frankhausersarah@yahoo.com','bnlqCsVrXeSy'),(3826,'rgmaOANQ','dECmaVzDLTkS','5460722298','kimber.mackereth@yahoo.com','jzyLcPmRJGub'),(3827,'vgTqMyBrYwK','EWvPxtNrRqX','7082618386','kimber.mackereth@yahoo.com','OfIkJdzGvcEVRp'),(3828,'EWAPLpaXz','HkNJRusqnfjO','4869901774','nikoo.safiri@gmail.com','OGvHQweK'),(3829,'UBOuRabC','mGavjATeXUxOhsI','5605559644','nikoo.safiri@gmail.com','THVFtopMUZ'),(3830,'xazKlWPdUQ','WhgAtfHepKV','8896087552','budwiser28@gmail.com','DuUAodhgWxCsFf'),(3831,'ChAajQgIHG','QJaFDeknpiuxUWX','7965295104','budwiser28@gmail.com','mqFaAulQDS'),(3832,'Roberticert','Ich konnte meine Schulden in Hohe von 131.382 EURO begleichen.','87723315371','rafailzagaraeva19975638nw@mail.ru','<br> \r\n<br> \r\n<a href=\"https://google.com?mmmbnbnbm\"> <img src=\"https://1.bp.blogspot.com/-J5OYitPTZ_4/X-ZGf_FtA_I/AAAAAAAAAZs/1udOpuxRlTwRlAw2OX1REdd62uxlRHzLgCLcBGAsYHQ/s1024/06.jpg?au=lq\r\n\" /> </a> \r\n<br> \r\n<br> \r\nvvvvccccbfffffrrrreeeeeee \r\n<br> \r\n<br> \r\n \r\nltluoiqfobqzlbagqkpnqkqqlg lcacohlzlmag ojawlvlyqmqe pgomqnajqplalz lioultonqf ltqqqqonqhqnlbpa pdawqooslhpvaf \r\npvpkojoiqbqkotqclmqqodprld aupvozanqhab qclmppajpbly aaqjoloulfozaa axoaqdpjae atoopvlolyauahak ocampeqwqpqqlb \r\nqxovoeovpflhajqlolomamlhok pwqlpeopoqqi ohqplmaoodoa aaojqapsowacou lllqqtqzpj pypzagaxltoipaom laqfldaalqlcqb \r\nqsarorlipjqnpiowpfptatphaa aoqaqmomploi apovqqpllola aoakqmpgpyqpqc pbpbptpila ohoioroqpvampeou pvqjlyohatpvqo \r\npmpdpolqqilrohliaulcajqdat qvpboooeoxlm aupfogajaiqd pilyavomlhqwaz loovliogaj lgqraoqzlhokaxpg ldqvqqppqcliqd \r\npwlpqxapatoeaaahaoalawohqt lbqspjqrpwpw qbobpgqylmpt pllilvpxaypnon qcaqlalvpw qrltltapawqgliqt atptpcaploaaqh \r\nqzoxqlpfarqcadavpmqilyqfpi lapuqpqhpmlk owpsagqrpcqz olohpzahqelfpv opakqbovaj qnpzquqdpiqwphoe qoahpxqspmqzqv \r\noplzlbakaolqqmlxoopzaiaaok odlmafpposoq lfqdpopvqnlz ogphadotowpnlu azanlwawqt ljptompaaupipxar acovalocpmohlk \r\nlwauowpsproramlroiploalkqh qgprqzpcqcqj akarokobokqe lioeozpmokleol ovpxqyovpd pdaqqlpjlipnaipv oalmqwoklbosol \r\nqnahpdobphlroromqnqoqaqqoa lmpeqeltaopj ltaplpoklepl ofawpraraipnah ptanailnao ayabqpqtooqhohav ahqtaqonatpfli \r\nptobozqtauoqoloopqljazompd abldavpuoglb oupgoklkpblu pkozowoooqpuqh aflrqponan pzououodoxlkqtlv qnqbarokquoqqg \r\noqogaiqvlxawohpaqtoopeqkqs qypdaponqlab qdqklupjoelb ltakldacomaapm ompconqwla awqnqhlfpiayawlk qvozopawlroepi'),(3833,'GKNgwOzSulMW','AxShyOlZtvWYNg','8539253006','spencerbergendahl@gmail.com','iVkpPsNtUgwDCq'),(3834,'rcBIhWVGSslpq','QsFfzKYh','2050151157','spencerbergendahl@gmail.com','XnvskUNoSTqOybm'),(3835,'JvjyTdiMoZNPGm','UIyRXSctrGi','9695452316','ellielarain14@icloud.com','dTHupfWkmO'),(3836,'WaTqhlGPcmYbyts','qUOgQWYHAezPI','2272940017','ellielarain14@icloud.com','gLUQXAKjtZCeohyu'),(3837,'nGFzSxcLRV','OHoAwzvifS','2475892107','sanman153@gmail.com','OudPHSehbI'),(3838,'YfSJumyK','znwkiQEjylbDZfmO','8268042214','sanman153@gmail.com','IQgJmHkbdZyf'),(3839,'NKZDLPEliRzSwYy','sqyzLQWv','7861170444','tgo1127@msn.com','jlCPkYpa'),(3840,'dMfokrJpAlmuIch','sPDdwQmFj','6591840833','tgo1127@msn.com','EyFiHnPJhxcGX'),(3841,'VwbmLrNQ','agyiFveHbj','4654727442','lhamilton6920@gmail.com','uGlhvezoAYTNtaSE'),(3842,'QpAUmnHWESlc','lHAmNMSjKrB','5878327615','lhamilton6920@gmail.com','TIgLShDyJiMZKda'),(3843,'rjOCNRULVH','zIVLHPevBTM','2734592020','llnordlars@gmail.com','JbfHMzixjkcOatlP'),(3844,'LUFbYZjDV','cJNomRxy','8630085328','llnordlars@gmail.com','bjXkonyswIHlVLR'),(3845,'AbpPBZsNSJLXT','rIsbQXeBo','9582622912','starling.karrie@yahoo.com','iInMlGXdRruyoqZf'),(3846,'QxNSIgGLlurjJX','FtWwTHAQuoKPYavz','3913468665','christopherssmith005@gmail.com','ujJZbTNra'),(3847,'gtQTFAKRdnv','EDUubGvNCjhAPrg','2420620689','christopherssmith005@gmail.com','pQEBqRijudHXsch'),(3848,'leExNOckQSKrb','SbYKDPXLmepMFsTk','5015170811','whataboutbobbyb@gmail.com','uNDtfvioxp'),(3849,'IGSdtxCPWarV','hTrYlIaizBKGo','6410700552','whataboutbobbyb@gmail.com','lfjqdSULnROWYbwB'),(3850,'UGPWbKyIkMd','YZTinOdt','3804727031','tm@demosglobal.es','jCrSlgGhIRVa'),(3851,'lNfriMGmyDgYqBe','CihfkzKJtb','7931438549','tm@demosglobal.es','rtxvoPLbeHJMsShc'),(3852,'TXoIAhSEMcxZqgYi','MtKpRGvOUQbBq','7630982361','holsmi1@gmail.com','DNbdUMQfYzulm'),(3853,'aNidQqDpt','HFGzEutciwTnm','3728557730','holsmi1@gmail.com','YESlFBwNpf'),(3854,'SwmOJuQh','JVzlGgsTZmRKi','9856399408','debbie.ates@gmail.com','tlgRnrVLPfkivEU'),(3855,'ghuzbRYSBfk','DQOFoMsfJ','5499077863','debbie.ates@gmail.com','IaTzvbiYlWVqfp'),(3856,'kcDNbUneIwRo','qWpcMEJPrto','5220693875','roman.mec@gmail.com','HsqWVpTc'),(3857,'NdgTZqlVPSWhweYx','dJpmQAfSBykLbUF','7431896734','roman.mec@gmail.com','VjXATigrbRzS'),(3858,'nQuOZyiRCmkgP','NClYuOnSH','8997858248','raicobule@gmail.com','HIajhmUvP'),(3859,'vMlArSbQZxFc','vSOqVjwYZEnf','6041920582','raicobule@gmail.com','puJIwFEoAfGC'),(3860,'wvFGdiRKCygEfN','ZKEYqIoRfkn','3265537092','michaelptatro@gmail.com','jOdnopWaISeLCxs'),(3861,'GjBMJhcPI','UsdmlBZKviC','9494586637','michaelptatro@gmail.com','VzQJTRkyCujwd'),(3862,'XSECOTlRIsYbA','baDVolsfXZmqByt','5130790094','mawley.dale@yahoo.com','FzEVRqKjLb'),(3863,'INJKEDBln','ICYrjOTEf','6009288733','mawley.dale@yahoo.com','LBWsIJEGHoAY'),(3864,'CSsiAoGMQkbJYU','htAzRqiamNBocOXT','5998622570','angelena_goodwin@yahoo.com','FpIrQENMBsy'),(3865,'auYqWndLzAhRCXJ','plCYOsZSuMta','3659077243','angelena_goodwin@yahoo.com','AKrbyORvp'),(3866,'bmqLZCJYBkW','WbUNqsnaKm','7603277620','collinsd@naturalamericanpetproducts.com','shpBRlQzNXHEn'),(3867,'fZKdHOTWvSGqFijy','Bgmovfdpcq','4950888382','collinsd@naturalamericanpetproducts.com','aUIPnqCb'),(3868,'JlXOhVZFoQYTKG','BsYmaDrH','4666212389','kuroosh@gmail.com','dHnTRWQEYmZD'),(3869,'FOPSKIkQyZr','dHgQRGImiouAklP','7433455690','kuroosh@gmail.com','GjOoREVbngSFU'),(3870,'rmhRIaAblL','XGENxAiUbZcLu','5571922487','rjallen979@gmail.com','TfMQsmJINBkO'),(3871,'VrSDwAfPumWlz','KzdTZqyFbXDA','8437882193','diegobonta@gmail.com','CXNbukin'),(3872,'QLnKmDtNRH','rLvIqJWXGuyAQVdi','8337915718','diegobonta@gmail.com','GAnDlZupfmwR'),(3873,'XOBCSZImK','HRIVNfCuBUsqhJc','9436564398','girouardjong@yahoo.com','OQNzXdsupCBGv'),(3874,'DRNjZncmsQ','zCNMvPpOVh','8408122599','girouardjong@yahoo.com','GPsJyacgCBej'),(3875,'MbkrqugIR','wXfFvkLBnHNTb','9668451814','cstanzio@gmail.com','TLyphlfXkZRWoYEd'),(3876,'nRQhksvzCdKZ','FyKHfIUwdlP','5906798133','cstanzio@gmail.com','zVUKmvPlAHT'),(3877,'flXMSQjvd','CzgGotOu','5340297169','georgelambert@rogers.com','aPYoUifIcMdrXVyO'),(3878,'JDEoQirlmwxVSMj','CmufTnoIAi','3374149123','georgelambert@rogers.com','xUBCpJFnGH'),(3879,'rDtjKaWgFTn','ChTYqwZGV','3836078077','kathabels@gmail.com','xfvhdKSWRoMIkO'),(3880,'tGecdQCJ','rtaQNBTybxoFAuDe','6202552879','kathabels@gmail.com','RFPNDswKH'),(3881,'Steve','Explainer Videos for advisiahub.com','011394960794','steve@explainervideos4u.xyz','Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service which we feel can benefit your site advisiahub.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\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 = $189\r\n1-2 minutes = $339\r\n2-3 minutes = $449\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\nSteve'),(3882,'OCXYkKsIByGERPD','VDknXmaBsWlrxZeR','6002755295','psfallcolors@gmail.com','MieZJXWja'),(3883,'zgiqBkbZ','izSFcKRuv','7093420158','psfallcolors@gmail.com','eqOAUhob'),(3884,'utGoaTnPb','eZhOnbjFlaPwsyq','5865888193','kt24599@pausd.u','NEjKhvPxYklm'),(3885,'meNcVJzuUay','WXyGvKHquzSk','4946843607','kt24599@pausd.u','pwsudPaYFfrz'),(3886,'kImUCgiAj','hQZWgPLYUDsmE','4964267050','gingerbiddell@yahoo.com','AYOHavSNEwPQRWsG'),(3887,'HtGwqKMnveo','JMFZUkiDgfWspb','9019087144','gingerbiddell@yahoo.com','VevpgzcIGo'),(3888,'FJvIjgciyKxfT','kWfidGtXEn','6371075127','delphinebarlow@yahoo.com','Pslftwxk'),(3889,'QpOWEUnrl','AXHluxstGFYErn','5523943871','lupezsupd92@gmail.com','IXWrgxvDjumBRA'),(3890,'JdXuCHtMRnG','lvgjVGzKUYnexdET','7297430810','lupezsupd92@gmail.com','aEIewQCm'),(3891,'oaiReBnELul','rfRhGkoJDwnT','3346111094','sutherland.kori@yahoo.com','LhxrtBHfKb'),(3892,'BEldsvVWULYkwmh','wEKIRUrWqZc','5312065713','sutherland.kori@yahoo.com','CuihKRfseGja'),(3893,'oVvdpczfAXb','cmZpnELHRrCGizVW','7018880270','milnesrebbeca@yahoo.com','WgRpGZekcdCVvr'),(3894,'dhRUAktfquV','QpJgcZhsF','4801610383','milnesrebbeca@yahoo.com','JyrHqZcELB'),(3895,'TYLXzUmDZecWBxd','bVlJzYCFrLhU','4437615349','heide.gooderham@yahoo.com','IBQwSAtMgq'),(3896,'UVurJTiAfBHOKlc','YeyCMuBpAj','5690688838','heide.gooderham@yahoo.com','qcYSIedTjWlM'),(3897,'Brian','Best way to find new customers and business partners for your business','3038006251','sales1@wexx99.com','Dear Sirs We can offer you a unique and very effective way for finding and acquiring new customers and business partners to further expand your business and profits even in a current global economic crisis caused by the Covid-19 pandemic. We have extensive databases with precisely selected contacts to people and companies most likely to be interested in buying your products and services or creating mutual business cooperation with you or your company. We can send any message(s) provided by you to these contacts. All you will need to do is send us your message(s), and we will do the rest. Your message(s) will reach millions of your potential customers and business partners. In case of your interest in this offer, please visit our site https://wexx99.com for more information. We can offer you marketing campaigns to deliver your message(s) to one, three, or five million precious contacts. We will be pleased to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX Business Services, Denver, CO, sales@wexx99.com, https://wexx99.com\r\n'),(3898,'ExCVBMaSLWTjbG','ZIiJHOuzCBb','2134507440','sandybolin882@yahoo.com','DuodMmHGp'),(3899,'aMHjKrycDuNPX','zdELwAvy','8209106995','sandybolin882@yahoo.com','qvdrKzmbT'),(3900,'nALXDthKr','bWeXZDSCz','5612862406','bertieleavel@yahoo.com','yAqRkWTPdZSUQLvB'),(3901,'EyFbBPLhO','QhHWKtRv','6543886293','bertieleavel@yahoo.com','kwPsxEOhSAdUMJq'),(3902,'tScaLyHnlXTU','TVozhiDrXKF','5202407612','cuttsonie@yahoo.com','WxImrRBPFhkGHfXc'),(3903,'Leonie','Concerning advisiahub.com','01.58.83.04.96','info@advisiahub.com','You Won\'t Want To Miss This! 50 pcs medical surgical masks only $1.99 and N95 Mask $1.79 each. \r\n\r\nOnly 10 orders left! Get yours here: pharmacyusa.online\r\n\r\nEnjoy,\r\n\r\nBrowser Categories - AdvisiaHub'),(3904,'aNfKhvIoxEzMqmr','dbBGwtXIWJRV','8778692672','ranganathan.madhu@gmail.com','qwgIVNnbfkLaJE'),(3905,'jQAohVUlPveFwg','VJsUTlcPXSj','9171691365','ranganathan.madhu@gmail.com','lnvtUdpf'),(3906,'Candice','Cold Email Campaigns','NA','candice@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'),(3907,'TMyzVgPxUJpYrDsF','XBQfrWeGbavM','7722973732','tebisock@gmail.com','KMlxEkbzaphPeOF'),(3908,'nAGLFydwqsb','XNkypWhOHbFxY','5190983131','tebisock@gmail.com','HQSIPJDUB'),(3909,'Brian','Do you know the personalities of the people you are dealing with ones?','3038006251','sales1@astrologicalstudio.com','Dear Madam, Dear Sir Do you know the personalities of people you are dealing with, like potential partners, spouses, friends, employers, employees, business partners, etc.? We can prepare a precise analysis of a personality for all people of your interest. You will find there a lot of precious information about people of your interest, and you will be able to choose the best people easily. Please visit astrologicalstudio.com for more details. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX ASTROLOGICAL STUDIO, Denver, CO, sales@astrologicalstudio.com, https://astrologicalstudio.com\r\n\r\n\r\n\r\n'),(3910,'MRwabvJU','pUdQvLxJrlXVHZEu','3548045735','josiah_chorlton@yahoo.com','TSZXALHdCGNEVzQ'),(3911,'GWgwXUnHEhvq','cJuhZDmiM','3424603279','josiah_chorlton@yahoo.com','GkygWjcO'),(3912,'HwcOqrBeSunVpa','uZhpiNJwBAlyqvd','8717289303','huet.dalli@yahoo.com','NJxjcrHAfiSBqba'),(3913,'vrPEdXhBIbJDFVTs','cluBUpOeSbat','2818145649','huet.dalli@yahoo.com','oxtkZaXAcTbhMFJl'),(3914,'MPpgVZcoFfRiJY','lWjyvGhdJQ','4430097807','julie@rushindustries.com','CXmzqyOWLlV'),(3915,'bmvRMEJPnxuAyTQ','ikUsYncDjQru','3237782474','julie@rushindustries.com','WqIAxgvjsK'),(3916,'FZukTDNOCoJ','DsgnJzAy','4216226726','brandonleelowrey@gmail.com','WDJcHqFmRYZQeTf'),(3917,'HdOSRfZyrTUYv','dITrRLqibfk','9723801986','brandonleelowrey@gmail.com','oshjfprEb'),(3918,'cJLMQPyGKEUHzN','KIuyPMCAqxRzFeVB','3771034617','zapper@cccomm.net','GiyRdbMunVkcDCH'),(3919,'nmhaxiWvVIoGCLOA','cLsdKmaY','5490993043','zapper@cccomm.net','oCtsIeARYxzwcl'),(3920,'WTfxuYPr','etZJiXuOwCQnNdPh','4904180622','micguerreiro1@gmail.com','KxkHEeoPTpV'),(3921,'NdiItzRJoUOQksS','tEMVpQPAoeIOn','6986050287','micguerreiro1@gmail.com','psHLuCKFiqzjAvc'),(3922,'WJSutTgxp','NZuVOAURF','2852619993','dianeascp@hotmail.com','hsmvMYgdoC'),(3923,'MwKFGklR','NuzTKaYxScoWs','9810950917','dianeascp@hotmail.com','fSCLFUswDy'),(3924,'IHZWydRp','fXjTOdcC','4224503735','mystuff1125@gmail.com','gCVqNzFt'),(3925,'txWhODdkwpyF','WptOZPrCURGyS','6637040518','mystuff1125@gmail.com','jXPisfBxgdpCJ'),(3926,'TDLNlEZonWjH','TewzbsNmaSUiqWH','5959616801','nancy-sutton@hotmail.com','QjohNbckHvfUlzxs'),(3927,'dAfEOXFoJRSV','nhzrgNfUOEX','5163642509','margheritawansker@yahoo.com','iYJQMyhvBCf'),(3928,'OzvwhoPEX','KQtvyFVmpnedbgC','2307867339','margheritawansker@yahoo.com','HtWpefogyD'),(3929,'oSdwCiRTjGcWK','dYMLcAJTey','9130828215','eugeniotanson@yahoo.com','UAxGWwVEiRbHul'),(3930,'adDQMtTqwSOkGpK','mciNROzSAqZQe','9156927813','eugeniotanson@yahoo.com','GqQygJtOpl'),(3931,'Brian','We can help you to find your best girlfriend or boyfriend','3038006251','sales1@astrologicalstudio.com','Hello friends, are you looking for a new girlfriend or boyfriend? Did you found several potential candidates for your new partner, but you need to decide who will be the best one? We can help you to make this critical decision. We can evolve a highly accurate and detailed Compatibility Of Partners report for you and your potential partner(s). This analysis will help you to establish an excellent and long-lasting relationship with your new partner. Please check the sample Compatibility Of Partners report at: https://astrologicalstudio.com/PDF/Samples/Brianna_Ronald_Compatibility.pdf. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX ASTROLOGICAL STUDIO, Denver, CO, sales@astrologicalstudio.com, https://astrologicalstudio.com P.S. This message has been delivered via a publicly accessible contact form. \r\n\r\n\r\n\r\n'),(3932,'Peter','Negative SEO Services','079 7719 5047','thurman.kline@yahoo.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 Kline\r\nSpeed SEO Agency\r\nsupport@speed-seo.net'),(3933,'hlrKXZqNueQ','pQBoYXsNIFR','3918508265','angela@gyroworld.com','uiNTmHWkzerqA'),(3934,'XySVAcPpJh','vKXtcLeIfws','7354799876','angela@gyroworld.com','sCREwYmP'),(3935,'PatrickSoade','Ich konnte meine Schulden in Hohe von 131.382 EURO begleichen.','83899467758','cfbobsinbobx@bestbuysteesss.ru','<br> \r\n<br> \r\n<a href=\"https://google.com?mmmbnbnbm\"> <img src=\"https://1.bp.blogspot.com/-4npden1Rnlg/X-ZGf9UHOHI/AAAAAAAAAZo/kE70KTy39cUVC9dmmJdQHPQBKOeXe9UZgCLcBGAsYHQ/s1024/05.jpg?ql=pw\r\n\" /> </a> \r\n<br> \r\n<br> \r\nadvisiahub.com,vvvvccccbfffffrrrreeeeeee \r\n<br> \r\n<br>'),(3936,'aMnNbckuDsQ','sBCcXWzEu','3658713193','brekinfield_billy@yahoo.com','HaDjvlGsKmcBXzU'),(3937,'daCDzyUemkiTqB','alBnobYCF','5809945873','brekinfield_billy@yahoo.com','lYkKhxsgVCvJzbG'),(3938,'EMGxsShPTI','lUNRDKTgj','2948401293','tansleygeorgette@yahoo.com','VGgxSpuPNCz'),(3939,'nKGRbjzlVdTAicZa','cCJWBinMTqDtv','2226377150','tansleygeorgette@yahoo.com','wYixHCmTIWzpscVe'),(3940,'nIDOyZLCBkVMfNl','oOgdFupwVxZ','8321453469','jaytaylornvex@msn.com','OjrYkTfBNKaDHyS'),(3941,'VcUsjCaTfzrR','RtESvhsPDjGy','5125142668','jaytaylornvex@msn.com','ItDybicnvUqjPpRX'),(3942,'YZtfowQh','vuaVcAHYysl','4531478264','hardcastle.jerica@yahoo.com','hBqYHJRKuITlUE'),(3943,'XqwoHGxdML','mqFehNtrT','9549027212','hardcastle.jerica@yahoo.com','zhogfpQNnmUEciR'),(3944,'MfiWUvFeQS','QrYwgKTJufmjRXHo','4675243443','murpheydion@yahoo.com','VPQgiHnKBCbufOW'),(3945,'sIXMDwYzj','zcSTUNaXMfK','4744007075','franciscomachuca888@gmail.com','gkUYHtGbm'),(3946,'NAbDaPzurowsF','elyJYMOSqcmCu','4025897146','franciscomachuca888@gmail.com','nRguNVmwoMCqpH'),(3947,'QaZGIPJBNkplYoTc','xMVKCFvp','8799911897','mckerien.trudi@yahoo.com','LwfcSIDY'),(3948,'tTfklyhHW','LClTFXPzbwmg','3772568528','mckerien.trudi@yahoo.com','iNBhyXou'),(3949,'xvQEgJchjwlip','ucCgsYMKoJkLVeA','5908424258','phebe.jolley@yahoo.com','niyNvpmouVwCGM'),(3950,'XntbakCFcpQhwU','hXjAZbkvr','9489794742','phebe.jolley@yahoo.com','ruvxwFyH'),(3951,'eHEXDxIdsmbS','IZWwABdJYGohmsMj','7084796256','shemika.grummitt@yahoo.com','tREnQZUh'),(3952,'jLKYBztf','vOIoTtnifqM','3418822605','shemika.grummitt@yahoo.com','LSkrpWaER'),(3953,'Lilian','Made to Order Sweets & Catering','4166701862','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\r\n'),(3954,'dzLxDIvrohtG','WMukmtOn','8794244448','wam328@gmail.com','GZFblgxMdLs'),(3955,'YOQAIgjHKwSJvM','etflcLKBjGnH','8470776393','wam328@gmail.com','eFKrkLqMz'),(3956,'uCPeijzWr','smawqiLCyVNcM','9723919086','cris.eddington@yahoo.com','dhQWcJEyVYat'),(3957,'ryFiTuLaVWqfZCG','aguZJvHwNAID','6784583423','ardith.kid@yahoo.com','esrnAVFuHXw'),(3958,'NeTpRMCzDrEqaf','EvAdkqzVbSchQlty','3793739754','ardith.kid@yahoo.com','KtljqzHvrhw'),(3959,'xhuqkHyFW','cjmyaXgPTweLH','3143939862','haddow.dung@yahoo.com','MvqkgEnA'),(3960,'YMHqnlvLiVR','fxBuPdeE','4033972273','haddow.dung@yahoo.com','LspHGjIPt'),(3961,'Rafael','Email Campaigns','038428 70 13','rafaelruiz@post.com','Hello,\r\n\r\nI just get in touch with you to offer an advanced Email Communication\r\nfor doing secure campaigns and ongoing communication with your customers and leads.\r\nThis is a real alternative to Mailchimp, Aweber, ConstantContact or other Email Services,\r\nas you will be independent when you get your own Campaign Server with lots of unlimited options.\r\n\r\nPlease get in touch with me, see my best offers for you, and check what other say here:\r\n(all bitly shortlinks will bring you to my offers at Fiverr, the wellknown freelance marketplace)\r\n+ https://bit.ly/EmailServer - Dedicated SMTP Email Server\r\n+ https://bit.ly/EcomEmailServer - Dedicated Ecommerce Email Server\r\n+ https://bit.ly/CampaignSupervision - Email Campaign Supervision and Contact-List Hygiene/Cleaning\r\n+ https://bit.ly/Inboxing - Warmup and Score Reputation for better Inboxing\r\n\r\nFeel free to get in touch with me responding to the email provided.\r\n\r\nKind regards\r\nRafael Ruiz\r\n\r\nI hope this message is interesting for you.\r\nIf you do not contact me, I conclude you are not interested in my services, and therefore I will not contact you again.'),(3962,'OMwQXJfSBAxso','xktFrymN','5162998544','rydallo@yahoo.com','swCquKnHQgozipI'),(3963,'lsQqFOWTupIm','HZFYanQADCKl','6004359950','rydallo@yahoo.com','dkferlEjQS'),(3964,'Desiree','Question?','NA','desiree@stardatagroup.com','Do you need more clients? \r\n\r\nWe have amazing databases starting at $9.99 until the end of the Month!\r\n\r\nVisit us at StarDataGroup.com'),(3965,'Brian','We can help you to find your best girlfriend or boyfriend','3038006251','sales1@astrologicalstudio.com','Hello friends, are you looking for a new girlfriend or boyfriend? Did you found several potential candidates for your new partner, but you need to decide who will be the best one? We can help you to make this critical decision. We can evolve a highly accurate and detailed Compatibility Of Partners report for you and your potential partner(s). This analysis will help you to establish an excellent and long-lasting relationship with your new partner. Please check the sample Compatibility Of Partners report at: https://astrologicalstudio.com/PDF/Samples/Brianna_Ronald_Compatibility.pdf. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX ASTROLOGICAL STUDIO, Denver, CO, sales@astrologicalstudio.com, https://astrologicalstudio.com P.S. This message has been delivered via a publicly accessible contact form. \r\n\r\n\r\n\r\n'),(3966,'Mike Kelly\r\n','Local SEO for more business','89112568913','no-replyged@gmail.com','Greetings \r\n \r\nI have just analyzed advisiahub.com for the current Local search visibility and seen that your website could use a push. \r\n \r\nWe will enhance your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nStart increasing your local visibility with us, today! \r\n \r\nregards \r\nMike Kelly\r\n \r\nSpeed SEO Digital Agency \r\nsupport@speed-seo.net'),(3967,'Brian','Do you want to know when the best time to undergo your surgery or medical treatment is?','3038006251','sales1@astrologicalstudio.com','Dear friends Are you interested to know when the best time to undergo your surgery or medical treatment is? If so, we can prepare our Forecast of Events report for you, your loved ones, or friends. Our exclusive Forecast of Events reports contains this essential information, which can help you in this matter. In case of your interest, you can order these Forecast of Events reports at https://astrologicalstudio.com/home/23-1-year-forecast-of-events.html. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, Denver, CO, sales@astrologicalstudio.com, https://astrologicalstudio.com P.S. This message has been delivered via a publictly accessible contact form.\r\n\r\n\r\n'),(3968,'Michelle','RE: Dropshipping','000-000-0000','turnkey@emailcorner.net','Hi,\r\n\r\nI thought you may be interested.\r\n \r\nWe supply beautifully designed, best niche turnkey dropshipping stores.\r\nWe are the designers this is all we do. You keep all of the profit. \r\n\r\nFree hosting permanently, domain and social media marketing plan included.\r\nJust a one time fee for the available dropship website of your choice and everything above.\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'),(3969,'Nikhil','Tell More!!???','078 3224 8361','nikhil@xpeerium.com','Hey, i came across your website and i\'m interested to know more.\r\nSo can you please tell me more about it...?\r\n\r\nCONTACT: nikhil@xpeerium.com'),(3970,'SendBulkMails.com','Clients? We got you covered. SendBulkMails.com','NA','gwen@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'),(3971,'PlraNvTwC','PHrYgeTQ','7694719030','hillerysmythorsmijth@yahoo.com','NqZgCsSzDaXU'),(3972,'SMHmpxXFqsjrCi','YcgazSEjCbsXIJW','6949757603','hillerysmythorsmijth@yahoo.com','XtkuYEShAQm'),(3973,'ECYUbZQNwkmLdc','QFEWvGSTRLUBY','8509733093','twydaleelse@yahoo.com','mQTCRdapejyO'),(3974,'WkZcARvd','wQXKdiUA','2960938083','twydaleelse@yahoo.com','AgLFZXODpbij'),(3975,'aWYKRMXgdE','mSoqBwkznGvrKRiV','4618472275','nicolis.cattermoul@yahoo.com','mJhdgLHrMaEZtu'),(3976,'QZoGxADS','EsCeSyNfvqw','6827881909','nicolis.cattermoul@yahoo.com','qtNiOVcWsghkeF'),(3977,'Carey','Regarding advisiahub.com','08252 16 45 50','info@advisiahub.com','You Won\'t Want To Miss This! \r\n\r\nBuy N95 Mask only $1.69 each and get 10 pcs of medical surgical masks for FREE. \r\n\r\nLimited Time Offer! + Fast Shipping! Get yours here: pharmacyusa.online\r\n\r\nThank You,\r\n\r\nBrowser Categories - AdvisiaHub'),(3978,'UzYcDBEyuglXeG','xfnOYbmWku','7484226887','quixleychristy@yahoo.com','EXSwYKVbojkfpzL'),(3979,'SxpwaTAqrzKL','FaoyUbfcmnkdZB','7400618341','quixleychristy@yahoo.com','ciNObmVlHKLw'),(3980,'Joe Miller','IMPORTANT NOTICE','+1542384593234','info@domainregistrationcorp.com','Notice#: 491323\r\nDate: 28 Feb 2021\r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN advisiahub.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain advisiahub.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain advisiahub.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-service.ga\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN advisiahub.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-service.ga\r\n\r\nACT IMMEDIATELY.\r\n\r\nThe submission notification advisiahub.com will EXPIRE WITHIN 24 HOURS after reception of this email.'),(3981,'ElkLAPjd','prCGzsAa','8876264625','ariewroughton@yahoo.com','lrDoTXJGR'),(3982,'zaKkUSorYEx','WQfeKncGUAd','4276115603','ariewroughton@yahoo.com','deCpRbzrj'),(3983,'sBJGRYpV','cHClOYDZiNzrdh','6500454355','yujarvis63@yahoo.com','erDUBvdQsNtkKXY'),(3984,'rTaONgRGSeVKfJZk','koJHcILdOjei','3842273804','yujarvis63@yahoo.com','VpjfMAmaEWgc'),(3985,'euLCBJhTA','GzntBjWvYsO','5788892979','reynoldstevens74@gmail.com','sNtYyDBPuFJVS'),(3986,'VibPUZJRuAjwyYS','DcuWUqrMmkfnjP','9016446693','reynoldstevens74@gmail.com','gCuIQtdmSfVN'),(3987,'IPipeEUfrm','kGsUVPjobWQX','5910976640','diaz.evangelio72@gmail.com','OTbAQnSxE'),(3988,'vmdniaChHYr','QyGRgtwKdqapcF','4996629886','diaz.evangelio72@gmail.com','qiFgwDhsI'),(3989,'gvxdAVCF','htKAgHLcfyp','3963744558','emeldavaldezrivera@gmail.com','RxMsmqzTpvJGAr'),(3990,'EsBnajhzAlHcr','PhbJjsuHpLXnYcx','6911789996','emeldavaldezrivera@gmail.com','ikfIgXDEVxKBoq'),(3991,'bgGKBxCZwPTcMis','UoIFwEHhYkxy','4007670568','wesponda54@gmail.com','dQhiZXkcOxN'),(3992,'PpYlwcvNUB','KvefNBzhZJlikGcb','9356777962','wesponda54@gmail.com','CxolbWekqZrdfyz'),(3993,'Hanna Brown','Your business after Covid19','87597587481','chitchatchannel01@gmail.com','The world after COVID19 is shaping up. Businesses that had virtual platforms performed best. The future will be more of the same. https://ChitChatChannel.com fills that gap by providing you with a Social Business Page— like Facebook, but which plugs into its own real-time ordering system instantly creating an additional outlet for your business. It has other corporate features like its own \'zoom\' or CHAD for Agile tech development. \r\n \r\nSo whatever your business—restaurant, influencer, retailer, real-estate, tech developer — you are right there, partaking in the future digital economy for free. Sign up at https://chitchatchannel.com Add me up at LinkedIn: https://www.linkedin.com/in/hanna-brown-096a22b6'),(3994,'RfyIqmSEOGpjgB','lxrgDFcNETXOISs','7589085801','shyfox1@hotmail.com','TgzpAdJWbUXL'),(3995,'TNgjFzGCit','eETlYLtSmdRWxAMi','6434584452','shyfox1@hotmail.com','zuGlBsJYftRyi'),(3996,'doBMuRXz','SCTLsUVaMkcO','3387495356','plattfilberto@yahoo.com','AKyiSGHCckDjX'),(3997,'VyQlLvSOtP','uVnjXZBSMcm','8084663648','plattfilberto@yahoo.com','KaOldYPnygFX'),(3998,'imYDNQITKOX','wytfOMGoeSFHE','8675111323','feliciclaudia88@gmail.com','AtxkUZMHGIWgoEc'),(3999,'otmNUqyhAwTXJ','BqdOSLge','3513710338','feliciclaudia88@gmail.com','BgpXUShEHQ'),(4000,'Tiara','Regarding advisiahub.com','604-646-4141','tiara@advisiahub.com','Morning \r\n \r\nBuy all styles of Oakley Sunglasses only 19.99 dollars. If interested, please visit our site: framesoutlet.online\r\n \r\nHave a great time, \r\n \r\nadvisiahub.com'),(4001,'xKjGFuIAMhmRr','tBZNeECKOlHnMSw','9252687852','omkhanna@eastlink.ca','NlXofCQUBMgJhkz'),(4002,'fymZXlORpHe','YcAFhKtRBoHVvajN','5976482074','omkhanna@eastlink.ca','NgFhazrXYemPRE'),(4003,'sKHtaPhlzLOQS','xesqRuhlrmW','4145154543','milli47@shaw.ca','BsLhmvgTGZOJpb'),(4004,'aEfxtwMheVzWm','jJQerqxIcSmOs','3609616419','milli47@shaw.ca','lPAQhndWuBj'),(4005,'conWZQIKtuzqrU','PtYpNAruOEQUxzie','3644483784','sinistertobux@gmail.com','QkZUiFvrDSX'),(4006,'RJjgQDze','NLVJsSGjxouTec','8393027315','sinistertobux@gmail.com','qMhALGPkNjUCB'),(4007,'Brian','Best comedies you can see in your lifetime','3038006251','sales1@wexx99.com','Dear friends Are you tired with nonsense action movies or endless TV serial stories? Do you like comedies? If so, we can offer you the best comedies you can see in your lifetime. You will get a lot of fun with these comedies. These comedies are available in our on-line store https://wexx99.com. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX99 Movies, sales@wexx99.com, https://wexx99.com\r\n\r\n\r\n'),(4008,'JpwiqIVNgK','doveMGUt','9459592869','ndz1995@gmail.com','eOZaiQuBXyI'),(4009,'GDcuCUFEqdlf','tAwbKekyisc','9460830954','ndz1995@gmail.com','fbDsYlkQoCLqjIA'),(4010,'nCvNXwgeROMpS','QUHZDfKYOi','7993380963','kireiina@outlook.com','EXDeIBaMiSnmvrRp'),(4011,'WJgaYXZoTfmEws','yuklfXIEPnaKt','5135088190','kireiina@outlook.com','xJbeVZXcTFahUPi'),(4012,'Mike Austin\r\n','whitehat monthly SEO plans','88472347337','no-reply@google.com','Good Day \r\n \r\nI have just took a look on your SEO for advisiahub.com for the ranking keywords and saw that your website could use a push. \r\n \r\nWe will enhance 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 improving your sales and leads with us, today! \r\n \r\nregards \r\nMike Austin\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(4013,'dLFblWgXOnySDmYC','IAyNUlYZj','2539735663','stevev@absgraphics.com','QJCFrMzUSnB'),(4014,'kdSrOyJzTEos','bAColpSiIDBL','6839191503','stevev@absgraphics.com','xhTwXDQYRpt'),(4015,'PIlMJYhdN','sKbIUrOa','6437098969','fourcoles@comcast.net','XIDhAVEGSotMplc'),(4016,'sdujxztEMAa','hVvdEiIuUOC','7835154491','fourcoles@comcast.net','bEmvIPhwasN'),(4017,'Brian','Do you want to know how to improve a relationship with your partner significantly?','3038006251','sales1@astrologicalstudio.com','Dear Madam, Dear Sir Please allow us to offer you our bestseller – “Compatibility Of Partners” report. This report can significantly help you determine the quality of your relationship with your spouse. You will get detailed information on how much you are compatible with your girlfriend/boyfriend, wife/husband, or any other person of your interest in many related areas. You will be able to find out the way how to overcome difficulties in your relationship as well. Anyway, we can prepare absolutely accurate and very detailed Natal Chart and 1-Year Forecast Of Events reports for you and your loved ones. Please visit https://astrologicalstudio.com for more information. Best regards, Brian WRIGHT Eng., WEXX Astrological Studio, sales@astrologicalstudio.com, https://astrologicalstudio.com\r\n'),(4018,'sUfePMyNDVAKT','XZqMIlHAF','6895318592','cmswet@gmail.com','QRAZzCMIoqLDBJ'),(4019,'AXhIuNjOqzi','wubSTqtQJcnXHi','5540836250','cmswet@gmail.com','RVxZJFyuckbN'),(4020,'EHDYeSrvatNuniG','PxtUWcBjsfTyI','2290125158','d.stoffer04@gmail.com','cEiHrjqKCGW'),(4021,'luQjkCsEoGiyNth','DUeFdYvMKaPO','8402894570','d.stoffer04@gmail.com','wxpHJKzOXhuTgWsS'),(4022,'XLezxnwmDf','mnehvsuaKoHrZJp','3861169975','thomasbford@gmail.com','NJABieEIj'),(4023,'FHhmoiLXBV','OTyvdsXWFHYP','8998007757','thomasbford@gmail.com','EyklOzJR'),(4024,'yfHgGnPquBr','NsgBQbZaXk','6341696338','ikelle.darrell@gmail.com','xBrGShObLmEH'),(4025,'gOWiYJkqXaRQ','JagcTlLyjCKktq','9780687860','ikelle.darrell@gmail.com','HeBjcykiqWn'),(4026,'QlRDHzdZxpKWAP','jSuGLCqD','6627581648','jamesnigra@gmail.com','gYXULvrbBxjfMVA'),(4027,'mGeVtwnkMsKhLU','rvzgnwMCl','9909541836','jamesnigra@gmail.com','yYSbcflIP'),(4028,'tlNIuyXasqK','ZDPEvqdBhoNK','3087036510','meldzn8130@gmail.com','FGwjAiqnab'),(4029,'lixquVYX','cCqfORXFklEpJ','6079226596','meldzn8130@gmail.com','DaLIsCctfWeOnurP'),(4030,'nXawLzfOQKWC','VidQxCfWcAPOU','4045134041','mckichan.orville@yahoo.com','LfAxBJZiCgsD'),(4031,'MLeDFtPZiJTo','jdvepGckOFR','5033588972','mckichan.orville@yahoo.com','zcUJVoiwXlC'),(4032,'mMQwPEpanqvA','nKNoHYIXk','3421271190','flatleyhadleigh@yahoo.com','PLeTyHzkbp'),(4033,'MYIikosRNA','lOyXzkIQbAZ','3254640781','flatleyhadleigh@yahoo.com','fvIlztuMJUDgh'),(4034,'vfksjNdlQWRhY','itZroNUecxYgHlAk','6266558384','derbyharrower@yahoo.com','UkITQLpMso'),(4035,'DyUtmYKRg','bsPUOlErIHfS','6880356362','derbyharrower@yahoo.com','AxSOfHrTd'),(4036,'iOmJHdlkZ','eKBpVOdNASYjvER','4697242076','rawsthorne.krishna@yahoo.com','LZbfDjVndvBWH'),(4037,'EwsSNcMX','LxgQmDHEU','2915525102','rawsthorne.krishna@yahoo.com','ChYPoJqiKGtzxfQ'),(4038,'Uta','For Anyone Looking To Start, Scale and Grow A Digital Business In 2021','NA','uta@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==> 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==> https://sesforyou.com\r\n \r\nRegards,\r\nSesForYou.com'),(4039,'Nelly','For Anyone Looking To Start, Scale and Grow A Digital Business In 2021','NA','nelly@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==> 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==> https://sesforyou.com\r\n \r\nRegards,\r\nSesForYou.com'),(4040,'Riley','Regarding advisiahub.com','51-88-56-10','riley@advisiahub.com','Hey\r\n\r\nBuy 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 check our site: pharmacyoutlets.online\r\n\r\nThank You,\r\n\r\nBrowser Categories - AdvisiaHub'),(4041,'YxHvtfUXR','SLjaElMCkPQrm','8849896024','2010janet@gmail.com','rxbWPZma'),(4042,'uElPxBFIRLdiecJg','YZUowqDpWGQ','4160154373','2010janet@gmail.com','lCDUWioNtwAhmf'),(4043,'dMOgLoec','jakSXAPDfM','5904148729','jjaevans@mac.com','CseZzcoXGHhPEVrg'),(4044,'zydkhSWmLaoBnKu','oZkUcTGhQ','9675557333','jjaevans@mac.com','lRheXGABvQOZwo'),(4045,'OwhvxUlmAFRDEs','MATkdifoPwbOYhJ','8463911603','mdterris@gmail.com','PtGmqkUpNe'),(4046,'CEQOFRSPvtsBNHW','StdqUVxQFTlOg','3122966118','mdterris@gmail.com','koCHTRQqJwN'),(4047,'BmyvroVsqFLGMt','ScsGtmAWMlI','9500751362','cleimenstoll@hotmail.com','ZWlyQpRPTfxdUB'),(4048,'PwtscQJdnBv','lCeBMqEAYRsDhmj','3717898465','cleimenstoll@hotmail.com','QNKvZFjAMwUlqLG'),(4049,'VJtZGgwYbQdm','hyNIvQeXx','7749294556','giancarlo.lahoz@enowa.com','VtXjpdBCzv'),(4050,'JfHOzlDiSXZgYhAG','TIDJCuEqPMLcBbXf','2190623534','giancarlo.lahoz@enowa.com','cTifkKPhRExQ'),(4051,'TOLisjJAzHqYGPE','eUAEfXHg','6345241578','giancarlo.lahoz@enowa.com','tpefRYGr'),(4052,'tJqgpCTmj','LnEGWCJu','4514330020','giancarlo.lahoz@enowa.com','WALdGeKjUSPlqaN'),(4053,'Craig','Software for sale – Special low prices','3038006251','sales1@astrologicalstudio.com','Dear Sirs We have the license keys for the following Windows & MacOS software for sale. Software for Windows: Scrapebox with YellowPages Scraper Premium Plug-In * Windows 10 – Home Edition * Office 2010 * eM client * GSA Website Contact * GSA E-mail Spider * GSA E-mail Verifier * GSA Search Engine Ranker * GSA SEO Indexer * Axandra Internet Business Promoter * Management-Ware E-mail Finder * IOLO System Mechanic Pro Software for MacOS: FollowAdder * MaxBulk Mailer Pro v8 * Mac DVDRipper Pro * App Cleaner & Uninstaller * Wondeshare Filmora 9 * FLUME * Parallels Desktop 16 * iSkysoft iMedia Converter DeLuxe * Transmit 5 * Techtool Pro 8 Full Version All license keys are available for immediate delivery via e-mail upon your payment. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, sales@astrologicalstudio.com, https://astrologicalstudio.com'),(4054,'leztquXoPFbAD','vQOzHlgXGmNEwUKM','8679466982','vanetempestvalentine@yahoo.com','TXaPeLCwOxS'),(4055,'gNPuDcWfs','LQhcsRExVHolXqO','5174367705','vanetempestvalentine@yahoo.com','EhUnqjkZwbc'),(4056,'RjYKQAhvPBiOZU','xZmsJgby','2792194752','suarezvegapatricia@gmail.com','RgoXbrCMU'),(4057,'OiFbtBNhjyeYr','SBTIiahAQEtZlc','4902015950','suarezvegapatricia@gmail.com','MCWwaGfvqgtDYLz'),(4058,'YUATyiroD','HPUoOQlGhxeMmaZ','2230425513','dferguson8821@gmail.com','zVDFlvOY'),(4059,'KdsupfLTCHq','SxDRhwYvUPQr','5683038032','eric_stobart@yahoo.com','CYWSlmIgNpZXdO'),(4060,'ZnwdKtGMobJ','orxqtUhA','4722323979','eric_stobart@yahoo.com','ZGPrBDKucwLU'),(4061,'ZhiURTPwqKHWSLpj','OBUFdtNiTv','8284749363','yongzhang32641@gmail.com','qpdxDrfBCAZ'),(4062,'nqHLBFdR','BeEJrQgXUKSGHtn','3888792441','yongzhang32641@gmail.com','QqgLurDjmXWMCYJB'),(4063,'Peter','Negative SEO Services','06-25429958','cheeseman.winifred@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 Cheeseman\r\nSpeed SEO Agency\r\nsupport@speed-seo.net'),(4064,'VnLMHOstvFQg','fHVmKWtclZr','2985248486','harperbrokeragehb@gmail.com','HFGKRXuAPEewNrOM'),(4065,'mYipCVPkxlvrSRn','GDkNYRjwyCHv','8279105531','harperbrokeragehb@gmail.com','dQIxeKio'),(4066,'pDELiruZvltxSc','CuLqrUkDvEcTRbm','6308918005','marianncutie@gmail.com','OVcYFpJmPaQU'),(4067,'ibCYNMfLTHDZUKey','oDceZEuAx','7434372769','marianncutie@gmail.com','eUMfJtus'),(4068,'bXLJrIQoB','pKzeXxVlCcDJBs','8487636675','ornwvfy38@gmail.com','AnDdsUENykzmJ'),(4069,'aInpZrxvkSiOFjPg','iDOpmTdq','7878432598','ornwvfy38@gmail.com','lHjbvIXPuFG'),(4070,'mLRGMQlFxWwU','QWXxChRwJ','2874764470','rusvasul@gmail.com','vPnDBzTSuiXA'),(4071,'sxIiLODpecrKYA','BRFmkpGWJbAZsd','5757686984','rusvasul@gmail.com','BtcmhqkFU'),(4072,'hYKszStqXJ','AhdguKlsBF','5012440377','mikejkelly27@gmail.com','rszacAwKYZ'),(4073,'PTRQhwMZJmA','TwkaVBfrnDGWxHb','3990460158','mikejkelly27@gmail.com','RwNSOjEgdmbH'),(4074,'DIjgQqCr','aButrWgXNqGHfAU','2069285909','macgrami7972@gmail.com','OgklyMNszjJPwL'),(4075,'IwHnsGdmvoM','dKublGpf','7157803831','macgrami7972@gmail.com','JuRwYUpq'),(4076,'tvOKERFHrhi','jkhSlTFfCigXxM','5527087109','gta5is7un@gmail.com','iOhABkWrjDHbI'),(4077,'srNPSEdwD','ifTxbkrCNdZLUuv','3288526217','gta5is7un@gmail.com','chgDYrsbQoklitmq'),(4078,'vhmSqLIdgGjMzJCV','wXuoCnvQ','4197711914','rochester.boddy@yahoo.com','WHgCZnGaBDJXzbOL'),(4079,'rPGMbYUxjHzpAEv','oNAyMPduHZ','7420170480','rochester.boddy@yahoo.com','kEovphsGTH'),(4080,'CUVNSEhXvQKHmi','ERsBkcDLF','7507603872','kbmonge@hotmail.com','KzkDpyCqZwh'),(4081,'jgGZLFxrdkRuifa','gSNWkhKxTvaIn','5162208446','kbmonge@hotmail.com','xwlvRZyOdsFet'),(4082,'ymdnTDzH','aQpiCtrHNd','2566004017','fattal.rogers@gmail.com','utfwyVmKQTG'),(4083,'JzIYcQFKEZqlLh','XyVcmraNBsKIR','9108888359','fattal.rogers@gmail.com','syxhKMtRGQojHI'),(4084,'KBgrPcXejVvNhlDq','uDRxahHqgbP','3556157020','mistyhamel@me.com','JZKMRCruagTeozb'),(4085,'HNDYmxuGp','sYmHbFSN','4045552136','mistyhamel@me.com','ZLIiGAyKhdn'),(4086,'WKbUEyrwTgAsoceF','tlpqnrHjkX','8709727997','lauren100788@gmail.com','nVpDcMbv'),(4087,'QGyqJSFbYtiCWL','dIbjcMmKa','8983875814','lauren100788@gmail.com','icOJEdIFyaVm'),(4088,'PcqavbwYoFjdM','txQcosjeVdDBfqM','8471747790','sowerbybattyejannette@yahoo.com','XZIsbGRcgUSqP'),(4089,'wFPUYkDoielsTCn','YrSMdjVbEugweD','5699746708','sowerbybattyejannette@yahoo.com','fudRMHxcZYjn'),(4090,'qheTmZoN','rCAFuRySNv','4888721933','dnotti@roadrunner.com','kzTprEwaWLfVtlC'),(4091,'VrhUtGMZiO','DnaldovhbkmNRx','2462499928','dnotti@roadrunner.com','YzqSfwut'),(4092,'LCDSFUKritzhIcXZ','tJDXaAFeB','6717661089','kaustub.sekhar@gmail.com','VotinfYZagwIKJCd'),(4093,'oeIRmxVjkAFLbD','uszEYdJgZhKovX','4394434938','kaustub.sekhar@gmail.com','hqZoGHweWO'),(4094,'iJOUAQHRehK','jCHFwKeJZAzQlqo','5770012211','kmbrsnd@gmail.com','pjNwhSbe'),(4095,'zYBpElmZaQySnrXe','RuIzAkSMFOKaWQ','2920291758','kmbrsnd@gmail.com','qzjdLVHkPlOWA'),(4096,'oBMDCpJnif','TlCBxcektP','3684214021','ooehlke@midco.net','UhBZAxSiXfcDwe'),(4097,'DxZjHJpYgnlPyO','cKdywzpoHqPMOU','5343246361','ooehlke@midco.net','uQiJKlAcvw'),(4098,'ldPhqGgmnCBTQYx','UXkEgZtzCoDV','3037726364','jmsmith4041@gmail.com','rDovtCdOhpMZgR'),(4099,'UkKHpYeP','snhVMDpqATiPXcHQ','3315938351','jmsmith4041@gmail.com','tkPQYGqAenvLyB'),(4100,'UpiEORQTfFqmjeI','xChZScJegUETQPB','8553618354','mayumiono@kpmg.com','SjwKvosxNyuAT'),(4101,'UNPYbzdKyEj','pKGOwTCek','9875834815','mayumiono@kpmg.com','PmbqxVwvEoCjek'),(4102,'SdqFjRQt','mIulwTDY','7800909016','kesabedanadesa897@gmail.com','GaPJimutfIRlo'),(4103,'EZCPtcAxwYbiS','NBXFEwjzYJVP','6025246221','kesabedanadesa897@gmail.com','HQOWrlqanVJ'),(4104,'BpqelMxKvnb','wurhJpjnBPYeO','5271621600','luis.sal.gom@gmail.com','WlumygEDKC'),(4105,'ZIJnzRiAGtWX','BzaROeMdcuH','5499953423','luis.sal.gom@gmail.com','TkgZeycJ'),(4106,'Papa Daniel','Daniels\'s Powerful / Love / Money / Marriage / Voodoo Spells','82681588277','sigatisojane@gmail.com','Do you want to get your financial life in order but don\'t know where to begin? \r\nDo you have a debt you want to clear? \r\nDo you need more customers in your business? \r\nDo you need promotion at work? \r\nDo you want to win a tender/ deal? Do you want your loan to be approved? \r\nDid you break up with your ex, Do you want to bind your relationship and get married? \r\nDo you want a divorce or win a court case? \r\nAre you fighting with your partner and you need a strong bond in a relationship? \r\n \r\nMy name is Papa Daniel, Iam a Powerful Love and Money Spell Caster i am here to help you. Change the direction of your finance and love life to better yourself. click these links below to get my contacts and read more about the spell you interested to cast with me today. \r\n \r\nclick link to read more.... \r\nPowerful Business spells that work-https://www.danielpowerfullovespells.com/business%20Spells.html \r\n \r\nPowerful Lottery Spells that Work Fast - https://www.danielpowerfullovespells.com/lottery%20spells.html \r\n \r\nMarriage spells that work fast - https://www.danielpowerfullovespells.com/Marriage%20spells.html \r\n \r\nPowerful Stop Cheating Spells- \r\nhttps://www.danielpowerfullovespells.com/Stop%20Cheating%20Spell.html \r\n \r\nBring back your Ex Spells- \r\nhttps://www.danielpowerfullovespells.com/Binding%20Love%20Spells.html'),(4107,'YgMJAGnuZ','ApgHzXmJOMnyEdN','3808053657','shaolinbooker@gmail.com','mzWVJQFKXLf'),(4108,'wZeXfOqi','CBDfpsZSnuthMqJ','6754605108','shaolinbooker@gmail.com','zXUaQFpDiNxu'),(4109,'VPMBYQaKvReJcmtl','HgxdhwDqfTIjksWU','8834367653','laurie.helling@gmail.com','RPXbTQeZitJ'),(4110,'KvfDkuVMRYomXW','oyrteIUfM','6980207046','laurie.helling@gmail.com','rvJxbCKRwufTLB'),(4111,'Jenny','Browser Categories - AdvisiaHub','901-570-4598','jenny@advisiahub.com','Good Morning \r\n\r\nThe complete selection of all Ray-Ban sunglasses styles available online and only 19.99 dollars. \r\n\r\nInsanely special offer for the next 24 hours only! Get yours here: sunglassusa.online\r\n\r\nYou Won\'t Want To Miss This!\r\n\r\nAll the best, \r\n\r\nJenny\r\nBrowser Categories - AdvisiaHub'),(4112,'EgLMdFDzUsJTmGx','JRjixMKAXFyaYlp','2220247745','lawsonnoellzv75@yahoo.com','QhTLCWbxr'),(4113,'nVNTQWHdXhFoPzl','AmaLtxrf','7374494481','lawsonnoellzv75@yahoo.com','YCMfXZTFmL'),(4114,'BFXASrfPgMRo','ytGVbsachSdED','5115608439','amylaroche81@gmail.com','FthSENGoDXiuc'),(4115,'LdZrETIiHJCsONDm','DsvzCIGAdUyFtaB','7297859771','amylaroche81@gmail.com','SYdXbhTInNRBUv'),(4116,'RqlcCwEDoFHT','pOYIRXPFDA','4516605636','heather.l.mundt@gmail.com','FJUOKlnoHxfZBD'),(4117,'bgDhHPVBClIovjMQ','KENXPWFsmVJYa','7573283439','aharbonne@cox.net','zaQCXPsrwdODj'),(4118,'TDJlNWayzuf','bdTqHyhFticMJYU','8058182013','aharbonne@cox.net','uCfHgsPnxycjmG'),(4119,'NpuQDrwLShRts','JBoIXFQjMkiSqd','6666472249','chowpaul88@gmail.com','CXhbPenABLT'),(4120,'yXCdAneoSbjV','ToUASldyRtfh','3385694305','chowpaul88@gmail.com','vknKmCgQD'),(4121,'WliOzafchCkqtQbZ','icpEQLYquOVMXfJa','5342874797','startfish@gmail.com','olzZuWhrqEMj'),(4122,'gvwQHjtaox','wHRtOSZvNc','7953256406','startfish@gmail.com','wfXYqDWjOIagNx'),(4123,'xCXpfbQcARBuw','knmushGN','5689112884','pdhakal09@gmail.com','RnYIqdrwpfEeKPM'),(4124,'QAljVtsuNevOfIL','mRuHEpNqBdzsW','6817076099','pdhakal09@gmail.com','rHoKyaubtRWSI'),(4125,'IJuNRqyvWitboXBE','zMaDdNlqLw','7667266915','richardolson1962@gmail.com','CrxkZnYHzP'),(4126,'cjvztQlHK','LeaQgWZbklJjh','3417502255','richardolson1962@gmail.com','ctCQxPEO'),(4127,'pKHegFmTDXcAMiRh','xbcHoTQBYS','3165629355','kimmoses77@gmail.com','iWnRVuyts'),(4128,'ZxnHFaouIhfgpQSM','fImpZyluiTgxCs','5638667618','kimmoses77@gmail.com','UinILdbTHogDwK'),(4129,'Craig','Software for sale – Special low prices','3038006251','sales1@astrologicalstudio.com','Dear Sirs We have the license keys for the following Windows & MacOS software for sale. Software for Windows: Scrapebox with YellowPages Scraper Premium Plug-In $79 * Windows 10 – Home Edition $39 * Office 2010 $99 * eM client $39 * GSA Website Contact $59 * GSA E-mail Spider $29 * GSA E-mail Verifier $29 * GSA Search Engine Ranker $29 * GSA SEO Indexer $29 * Axandra Internet Business Promoter $199 * Management-Ware E-mail Finder $59 * IOLO System Mechanic Pro $29 Software for MacOS: FollowAdder $69 * MaxBulk Mailer Pro v8 $39 * Wondeshare Filmora 9 $29 * Parallels Desktop 16 $39 * iSkysoft iMedia Converter DeLuxe $39* Transmit 5 $29 * Techtool Pro 8 Full Version $39 All license keys are available for immediate delivery via e-mail upon your payment. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, sales@astrologicalstudio.com, https://astrologicalstudio.com'),(4130,'mDOjpfroiTeLGM','sAPlpMyo','3583326390','valeriehk6zc@yahoo.com','oRaWSzLIjJHeQh'),(4131,'weXbdhsVuPN','UwVfvqGyhoYCSnij','9994689623','valeriehk6zc@yahoo.com','xPYlNqcU'),(4132,'ujUkROAQqiYWxwz','QZnYJlPNAwfyxRs','3300101873','genjosali@gmail.com','TFiYJVSXI'),(4133,'pKYLEljT','hSBHaKmkGZ','4729597598','genjosali@gmail.com','YxELnfpTtsCQrWBh'),(4134,'bUpVLjkIao','hinDJVmruCbZSKGe','3961646898','sanfordwblev@yahoo.com','QdrUejJanXqZ'),(4135,'twTOKsfBcCa','wTgatWPClepfzcs','7085667569','sanfordwblev@yahoo.com','vCyzfspeQmnBXxO'),(4136,'xigkzNBXImUuEbO','UlGhzMTfIJ','8275134134','joshuaparker1156@gmail.com','xLZPfHOoWCs'),(4137,'kvfmyaJToA','aBwxFdmHXjGWYEc','3659780901','joshuaparker1156@gmail.com','qTRtcxjOMHNrkpoz'),(4138,'YMuPUdpxCeisX','BvmJcnhlG','2720555580','michaelsteric@gmail.com','FAJntOazecsWK'),(4139,'cKvYCZzmXgye','NKpgrVqfSenixIot','5144843533','michaelsteric@gmail.com','DguqGciRTPk'),(4140,'pJeZbMYjVH','QyNvwsCVB','2444742595','erwin.gurske@gmail.com','EuAgNcRLmiQWZG'),(4141,'GaxnNdHw','UmpPhnlRIGxXL','3025878177','erwin.gurske@gmail.com','uPpUkdOq'),(4142,'msbOqTdXy','srOMvbckgfeqoiPQ','3120969340','zachtalley@gmail.com','feqdTPoKg'),(4143,'xSQsfgbDhzFMkK','kzPIQgGLJdA','8905069639','zachtalley@gmail.com','BsRobOPprWST'),(4144,'SHzRkvGfhOriAg','kMyouOGNWpPTe','8480997577','iamgomzie@gmail.com','dzAVjeqJnRD'),(4145,'RBJQYivaFVgwO','cNTgRzYfOaPJVmxE','5759973782','iamgomzie@gmail.com','xShdWvjOJ'),(4146,'IotCXgFVZ','lRSryOFDEaKYjTVZ','7463355640','frankmaguire53@gmail.com','AXoLfasvitgp'),(4147,'OXFdmsKYUj','aoVicKyWO','9922913741','frankmaguire53@gmail.com','EVvLDtou'),(4148,'RpxelVJIh','mDuHFdbnszQ','4687571998','jamesterry1943@gmail.com','HoenwPYRXTKrJ'),(4149,'denUrRMh','nALxTWygDOtVCKQz','3941296251','jamesterry1943@gmail.com','evnlACxtysmaPpo'),(4150,'JTNutdLIChYGEv','paIPhgqZwK','3941269403','fams3costumes@gmail.com','tFiOKeMIYyp'),(4151,'brJqUiZpGvtC','wWrvEjDKkFSnJ','5705686658','fams3costumes@gmail.com','OVLbGrZtaJzD'),(4152,'YawqrRSmAiGpz','kpsleLhviguWfT','3861876291','raeleneg22b@yahoo.com','fkqwRztGWEUhj'),(4153,'lfXYQjmPBVdc','QxByYZtScjugl','8765014988','william.padilla.3rd@gmail.com','mpGXWnDqjVfH'),(4154,'VmBDPKzyJLeNZ','amcybWLfdg','2613017055','william.padilla.3rd@gmail.com','FgfalhLzeCxuB'),(4155,'EXKGduzjHTfp','LENzSgrcQ','9559266514','wadelynn61@gmail.com','yFRGNLYxMD'),(4156,'FGrgJCkOyiZaK','YbazXnTl','6758923983','wadelynn61@gmail.com','saJdLcEZzmoMPV'),(4157,'ArGNfeTzFaBiE','hmqQDNpurBZUdn','6724062182','bernadette.colon104@gmail.com','HNXtrPVO'),(4158,'NnqosIDXkOauV','ntrbzUljPDhwIYuM','6013926540','bernadette.colon104@gmail.com','oAJFnUuLx'),(4159,'jJiNbzMyTEfYv','rTCRxtgfdPvQkJL','3403717523','renrunitup@gmail.com','wvElcxfNLYJgaICe'),(4160,'LXexjwQyMNtShgHG','PpYZwoxkQBOKmAFV','3327125713','renrunitup@gmail.com','xlfkcCuDL'),(4161,'CcykZMXF','jmdWJekc','5451983056','vpjanzen@shaw.ca','qQwpbMhYFaL'),(4162,'EAVKjHiuvxsFN','aEBQoXiqKgzCdIRD','4101528706','vpjanzen@shaw.ca','NPeiKczUltm'),(4163,'fEbcazdDgjQUJLeA','bvLUAOVMzRTQ','9144858224','soa.davies@gmail.com','hBEfAYKCJnbP'),(4164,'MmtonhbWPziK','frjSwZgxM','5785554842','soa.davies@gmail.com','tHAMLRNKejSdPV'),(4165,'EJaSRwhlIDPdc','QZnEhFyM','7746982662','artsy6345@msn.com','xtBcekfFSypusHU'),(4166,'vSlofdUjNH','cpPoTyVrHnbqZ','3090374870','artsy6345@msn.com','TrngRxeSwsYCuiF'),(4167,'cszECLiIjNWF','YSePysOociwAaMZ','2735033018','aniamaura@gmail.com','jVFQZlNSaITLky'),(4168,'XsDzhplyua','PHaAJqOniZuMfC','5423985860','aniamaura@gmail.com','nHWtDEBjFyYA'),(4169,'Jerrell','Browser Categories - AdvisiaHub','05.03.16.32.33','jerrell@advisiahub.com','EASE YOUR PAIN IN 10 MINUTES EFFORTLESSLY\r\n\r\nBe Free from Neck Pain\r\nTry NeckFlexer & Relieve Neck Pain Effortlessly In 10 Min!\r\nSave 50% OFF + FREE Worldwide Shipping\r\n\r\nShop Now: neckflexer.online\r\n\r\nJerrell'),(4170,'rIVKQxqh','kQcbSHzTxqf','6861683387','blankenshipdwayne29@gmail.com','NbjtiyzIqwYOD'),(4171,'ZegMfrhwyQbPxSY','yDCbtFNYE','5270724830','blankenshipdwayne29@gmail.com','eBualAricjdZL'),(4172,'Artem Design','Hire a designer $399 per month','+13476704085','duck.design.artem@gmail.com','Hello! \r\n \r\nI hope that I\'m not bothering you. I’m a business development manager at Duck.Design (https://www.duck.design/hire-designer) . I thought that your company is probably looking for a designer to join your team, and I want to offer you our trial of graphic or web designer for $1 per 1 day. You can outsource any type of tasks for our design team. \r\n \r\nOur designer will work for you only, perform any design-related work, including logos, banners, packaging and web design (websites, app design) and even motion design (explainer, promo videos) etc. \r\n \r\nIf you are interested, book a call here https://calendly.com/duck-design/15min?back=1&month=2021-02 \r\n \r\nThank you for your time! \r\n \r\nEmail: duck.design.artem@gmail.com'),(4173,'Williefut','Email Address Verifier - Validate and Check In Real Time','81325743639','carlosZiniA@ggmaail.com','I am engaged in email marketing, but about a month ago I ran into nuisance - the income from mailings sensitive sagged. Earlier, on average, it was possible to get $ 300-500 from mailing to mail base of 100,000 mails, after the base burned out only 100-150. I asked around from those who know - it turned out \r\nthat the quality of email databases is very important, like it is necessary to periodically validate (clean) the database of sweat boxes from garbage. I started looking for a solution, but in the market for validator services, there are simply terribly high price tags. To check one base for me - $ 2,500, and of course I have more than one. And, oddly enough, it was in Telegram that I discovered an interesting bot! - I want to tell - for many it will become solution (It was once private) A BOT validator for email databases, from the price i was chocked, 10-20 cheaper than the average service on the market for validating email databases. \r\nchecking speed is very fast! \r\n \r\n>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://vk.cc/bZVcfC?bot-validator-email-bases <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'),(4174,'Williefut','Email Address Verifier - Validate and Check In Real Time','87661544643','carlosZiniA@ggmaail.com','I am engaged in email marketing, but about a month ago I ran into nuisance - the income from mailings sensitive sagged. Earlier, on average, it was possible to get $ 300-500 from mailing to mail base of 100,000 mails, after the base burned out only 100-150. I asked around from those who know - it turned out \r\nthat the quality of email databases is very important, like it is necessary to periodically validate (clean) the database of sweat boxes from garbage. I started looking for a solution, but in the market for validator services, there are simply terribly high price tags. To check one base for me - $ 2,500, and of course I have more than one. And, oddly enough, it was in Telegram that I discovered an interesting bot! - I want to tell - for many it will become solution (It was once private) A BOT validator for email databases, from the price i was chocked, 10-20 cheaper than the average service on the market for validating email databases. \r\nchecking speed is very fast! \r\n \r\n>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://vk.cc/bZVcfC?bot-validator-email-bases <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'),(4175,'Williefut','Email Address Verifier - Validate and Check In Real Time','83511622558','carlosZiniA@ggmaail.com','I am engaged in email marketing, but about a month ago I ran into nuisance - the income from mailings sensitive sagged. Earlier, on average, it was possible to get $ 300-500 from mailing to mail base of 100,000 mails, after the base burned out only 100-150. I asked around from those who know - it turned out \r\nthat the quality of email databases is very important, like it is necessary to periodically validate (clean) the database of sweat boxes from garbage. I started looking for a solution, but in the market for validator services, there are simply terribly high price tags. To check one base for me - $ 2,500, and of course I have more than one. And, oddly enough, it was in Telegram that I discovered an interesting bot! - I want to tell - for many it will become solution (It was once private) A BOT validator for email databases, from the price i was chocked, 10-20 cheaper than the average service on the market for validating email databases. \r\nchecking speed is very fast! \r\n \r\n>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://vk.cc/bZVcfC?bot-validator-email-bases <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'),(4176,'Williefut','Email Address Verifier - Validate and Check In Real Time','81121493183','carlosZiniA@ggmaail.com','I am engaged in email marketing, but about a month ago I ran into nuisance - the income from mailings sensitive sagged. Earlier, on average, it was possible to get $ 300-500 from mailing to mail base of 100,000 mails, after the base burned out only 100-150. I asked around from those who know - it turned out \r\nthat the quality of email databases is very important, like it is necessary to periodically validate (clean) the database of sweat boxes from garbage. I started looking for a solution, but in the market for validator services, there are simply terribly high price tags. To check one base for me - $ 2,500, and of course I have more than one. And, oddly enough, it was in Telegram that I discovered an interesting bot! - I want to tell - for many it will become solution (It was once private) A BOT validator for email databases, from the price i was chocked, 10-20 cheaper than the average service on the market for validating email databases. \r\nchecking speed is very fast! \r\n \r\n>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://vk.cc/bZVcfC?bot-validator-email-bases <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'),(4177,'Williefut','Email Address Verifier - Validate and Check In Real Time','85143984732','carlosZiniA@ggmaail.com','I am engaged in email marketing, but about a month ago I ran into nuisance - the income from mailings sensitive sagged. Earlier, on average, it was possible to get $ 300-500 from mailing to mail base of 100,000 mails, after the base burned out only 100-150. I asked around from those who know - it turned out \r\nthat the quality of email databases is very important, like it is necessary to periodically validate (clean) the database of sweat boxes from garbage. I started looking for a solution, but in the market for validator services, there are simply terribly high price tags. To check one base for me - $ 2,500, and of course I have more than one. And, oddly enough, it was in Telegram that I discovered an interesting bot! - I want to tell - for many it will become solution (It was once private) A BOT validator for email databases, from the price i was chocked, 10-20 cheaper than the average service on the market for validating email databases. \r\nchecking speed is very fast! \r\n \r\n>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://vk.cc/bZVcfC?bot-validator-email-bases <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'),(4178,'ogOIAMdjQvW','BmKsnWOiREp','9837004065','toccaran7m0h@yahoo.com','vPuxtgHTqlMbwa'),(4179,'eDkPsvfcjaYwQdp','HNVCoQtcuwOMZ','3996883135','toccaran7m0h@yahoo.com','AaKtnUmPfJoWpY'),(4180,'qUpelnmFMb','fOLDrGYtNUZVkS','6628633610','herthalisyb50@yahoo.com','mHydutaFAbfKnj'),(4181,'JOwxADaFck','TAfkoyHNtPw','9093609806','herthalisyb50@yahoo.com','efVxkGCu'),(4182,'Santos','Browser Categories - AdvisiaHub','079 8417 6515','santos@advisiahub.com','Good Morning\r\n\r\nWholesale Medical Surgical Masks for both adult and kids - Buy Now as Low as $0.19/mask\r\n\r\nShop now: pharmacyoutlets.online\r\n\r\nEnjoy,\r\n\r\nSantos\r\nBrowser Categories - AdvisiaHub'),(4183,'Bah Mbi','Bulk Supply','86126149497','contactbehavesecured@gmail.com','Dear Sir/Madam, \r\n \r\nWe are interested in your products. If your company can handle a bulk supply of your products to Cameroon, please contact us. \r\nPlease forward copy of your reply to hrmbah-mbi@oepdc.org \r\nRegards HRM Bah Mbi'),(4184,'Giselle','BestLocalData.com','NA','giselle@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.\r\n'),(4185,'WbOtdcaG','yUurkIvK','6699998565','custerjakl@yahoo.com','DwrAnMIycYbqVS'),(4186,'hWRkpHNLiazTm','GHrKdzqWhBkiTF','3547394908','custerjakl@yahoo.com','NvwXGYWJ'),(4187,'Trista','Browser Categories - AdvisiaHub','0470-4776071','trista@advisiahub.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\nBuy now: thawking.online\r\n\r\nThanks and Best Regards, \r\n\r\nTrista\r\nBrowser Categories - AdvisiaHub'),(4188,'Mike Barnes\r\n','Local SEO for more business','88863619197','no-replyged@gmail.com','Good Day \r\n \r\nI have just took a look on your SEO for advisiahub.com for the Local ranking keywords and seen that your website could use an upgrade. \r\n \r\nWe will increase your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nStart improving your local visibility with us, today! \r\n \r\nregards \r\nMike Barnes\r\n \r\nSpeed SEO Digital Agency \r\nsupport@speed-seo.net'),(4189,'Mildred','REPURPOSE - PUBLISH - PROFIT','0488 17 68 62','babcock.mildred@yahoo.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'),(4190,'Craig','Romantic Compatibility','3038006251','sales1@astrologicalstudio.com','Are you and your mate a good match? Find out with a Romantic Compatibility Report, your best resource for a romantic comparison. Recently called \"the best chart comparison report on the market\" by American Astrology magazine. Compares the charts of two individuals using the synastry, or inter-aspects. Includes a colorful bi-wheel chart with complete interpretations. What is it about them that\'s so appealing? Why do they make you laugh as no one else can? Do you have long-term potential? How can you help each other grow? Whether it\'s a new flirtation or a lifelong partnership, your stars light the way to a deeper understanding of yourself, your lover, and your relationship. Find out why astrology magazines calls it \"the best chart comparison report on the market.\" Discover your lover... Please visit our site https://astrologicalstudio.com for more information. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, sales@astrologicalstudio.com, https://astrologicalstudio.com\r\n'),(4191,'Reva','Browser Categories - AdvisiaHub','(11) 6387-3214','reva@advisiahub.com','Hi there \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\nClick here: caredogbest.online\r\n \r\nKind Regards, \r\n \r\nReva\r\nBrowser Categories - AdvisiaHub'),(4192,'Tracy','https://warriorplus.com/o2/a/f5s4y/0','06-91946759','tracy.blaxcell@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'),(4193,'WPxTUkjrQIwYDyMK','gTaunXDl','9131029852','witingthehv@gmail.com','XrAqLygVdTN'),(4194,'ASOHwPvWtQrF','qjvtVDUCr','6365495356','witingthehv@gmail.com','rTEdebNlG'),(4195,'aGUKSBOHMnI','YfmIMEhHga','5688823071','bzmail116@gmail.com','TJMrvXUfKWYyP'),(4196,'ltGARcNWkqIdUhHz','nsYDuXIpWaKUH','3329200976','bzmail116@gmail.com','OCmxThREV'),(4197,'Gay','buy fake ids','0488 15 68 77','boswell.gay@gmail.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\r\n'),(4198,'Антон Таховский','Web-development, SEO, Copyrighting and Analytics System proposals','88117594796','fbfm@artweb-agency.tk','Привет! \r\nЕсли вам позарез требуется новый и современный вебсайт, способный привлечь и удержать клиентов, мы - креативное агентство ART WEB AGENCY - с радостью поможем! \r\nВеб-разработчик, маркетолог, дизайнер и копирайтер - к вашим услугам, независимо от часового пояса, времени суток, дня недели и времени года. \r\nМы всегда готовы обновить текущий или разработать, под ключ, новый сайт. Обладая достаточной квалификацией создания англоязычных ресурсов мы работаем с теми и для тех, кому рабочие вопросы удобно решать в т. ч. на русском языке. Неотъемлемой частью сотрудничества является доступная стоимость услуг - значительно ниже, чем аналогичные расценки местных студий Канады. \r\nПомимо разработки сайта готовы взяться: \r\n- за SEO-анализ конкурентов и вывод ресурса в Top-10 Google Search. \r\n- интеграцию Booking и CRM компании с запуском персонализированных сообщений и напоминаний клиентам. \r\n- настройку и ведение контекстной и медийной рекламы. \r\nС вопросами и предложениями, обращайтесь пожалуйста: \r\nWhatsApp: +380 71 484 1135 \r\nViber: +380 50 537 3939 \r\nTelegram: @Toxic_X \r\nС уважением, Антон Таховский.'),(4199,'Mike Ogden\r\n','whitehat monthly SEO plans','85569843862','no-reply@google.com','Hi \r\n \r\nI have just checked advisiahub.com for the ranking keywords and saw that your website could use a boost. \r\n \r\nWe will increase 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://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\nregards \r\nMike Ogden\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(4200,'dMtEQxND','fXvgpjhqG','6738753214','office@awiccvail.com','asfWDbSKRJx'),(4201,'MQCEZXrwFez','NdoSptxVqiTCH','2900794181','office@awiccvail.com','XKMELQDhsifOPC'),(4202,'ybexOKYA','WdzjKorOPANg','8268572981','wflora05@gmail.com','MpaCWvfBzXkncimS'),(4203,'tBJnIsWmu','XeNKtrnRFhWp','3610958794','wflora05@gmail.com','nIDmoLxN'),(4204,'QfMXNzPviEhK','NHBKcxglTPUmEQph','4689043024','howardowens@hotmail.com','vHDVkAuhKp'),(4205,'eiRvtwYmzo','QPtOdTqLbyea','9141353114','howardowens@hotmail.com','PuyExnLXSGj'),(4206,'xVQMRZmSGldutJY','hoBRYJCDXGulU','9912908163','binhduongluong@gmail.com','zdgDFXQa'),(4207,'WfjqPAhmonz','ZhXzlyNjI','3681696686','binhduongluong@gmail.com','ygYDwqtFbE'),(4208,'TaRyfIWKmMcqkB','vFgEUOuLQ','4296598588','erskine.taylforth@yahoo.com','qVXZCfmUQPWoTMek'),(4209,'AfblTiVCe','JluLPQdbwp','7657797584','erskine.taylforth@yahoo.com','OMqoHJcsFgGtp'),(4210,'kbgviHymMFINp','lKAIzHPZjNrGtcy','6387666592','trouble@kaosit.com','iasPRhFVjzCeQS'),(4211,'DtwinluURg','YdnGaONRXJh','4788533813','trouble@kaosit.com','VuaRgbsdPNFDqUTj'),(4212,'pVSYafTnHMBu','nxtcCYoBSTpFLb','9492578673','kburke@buxmonthomehelpers.com','IeNjPLoQq'),(4213,'NQjtiPURhByAefZ','sILleGRu','3983676079','kburke@buxmonthomehelpers.com','DtlBsTzVuOKF'),(4214,'gKsqTzyI','ZXIlPefJGckq','8269459192','jephthah_turner@yahoo.com','SuXahDMsGefIcZ'),(4215,'aktflrNdDezIAOyS','FwXOSEqsucHYNix','7059052373','jephthah_turner@yahoo.com','QfcPiXuaL'),(4216,'NUStnsvxl','KnSHXCaiAwzo','8889704556','evsherrington@yahoo.com','wyCZnPpDQWhbu'),(4217,'Randolph','Link Bypass','902-646-6451','hefner.randolph@googlemail.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'),(4218,'IATpJjXSkcEuV','uldsjBkAYm','9869319719','hlmills@me.com','dWqyaINcxUPeitwD'),(4219,'pJZwEQyuvgStiVMP','zDqCphVLjIBOx','6183303727','hlmills@me.com','ivsxbmKBUp'),(4220,'mUahSQRXezYlK','UlFpkoTtBiOmsERx','4259711257','hamil_mundle@yahoo.com','PaNRryLDb'),(4221,'pYCHNjyK','azHFSwOuEmVyn','6931448423','hamil_mundle@yahoo.com','TLmZWpBP'),(4222,'IvBujLxEQHNndorK','iJBMpqbKwDXj','5415112539','binhduongluong@gmail.com','wIAYhZjR'),(4223,'rWBfJmLbD','VGtApDWuR','2693056643','binhduongluong@gmail.com','ijHlMzwrN'),(4224,'eZtCHSGQM','jqXVIGNcRhwgQz','6574404734','lauragraham33@gmail.com','vZICcnAaHrhetlBS'),(4225,'wAlgdXrTP','pKDTCifz','8766236842','lauragraham33@gmail.com','mhGysXaMDqWTHwJC'),(4226,'ETaYQAoxLiru','orKDGxERbgw','4869338757','tml7189@hotmail.com','tcAwxCoZEeQprBz'),(4227,'ntWQYcTHJ','HGciavVUgWhTO','2119173589','tml7189@hotmail.com','VkCgStPeTJGLOzWU'),(4228,'emaXYEFdcToGAH','ZmgjqsbkhenYldP','2323237982','cstewart@clsservices.org','UhYBNJnduvRHOQ'),(4229,'GcZFPnqQb','ruczZBxkdlgQe','9298719595','cstewart@clsservices.org','rOgDfhaCVEQbjpcd'),(4230,'AuoJVWUZ','anzqQvjkiClBpRU','4025558758','nraineyx@gmail.com','eMPgljGkKi'),(4231,'KjsYrZpbP','BWubqaNrOTYkR','9628155542','nraineyx@gmail.com','UFzHQjiAEKIxt'),(4232,'oluqJseNfkZaEdK','MWsabwOgXeB','4318881132','dawnbarr@gmail.com','xPRSVekdlBG'),(4233,'GzwEABSmU','HPfmQZgzLDnj','9439136085','dawnbarr@gmail.com','hOjSPAveEZWIDoi'),(4234,'rOQGChBMvmwfKJaA','MHcmUtqACL','4752363398','cnewbold@elevaterehab.org','uAMOQtEajHkcGe'),(4235,'tZoCbOQazBdem','SPxZmqIENhkpGCtY','6478468419','cnewbold@elevaterehab.org','nHLDMWSmoblzN'),(4236,'DonaldSleni','A new method of email distribution.','84336713936','no-replyjath@gmail.com','Good day! advisiahub.com \r\n \r\nDid you know that it is possible to send letter perfectly lawfully? \r\nWe submit a new legitimate method of sending message through contact forms. Such forms are located on many sites. \r\nWhen such appeal are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals. \r\nalso, messages sent through communication Forms do not get into spam because such messages are considered important. \r\nWe offer you to test our service for free. We will send up to 50,000 messages for you. \r\nThe cost of sending one million messages is 49 USD. \r\n \r\nThis offer is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype live:contactform_18 \r\nWhatsApp - +375259112693'),(4237,'QeuoyWAXKJHCaVt','owzrsfyQ','2718921799','jonathanbouldin97@gmail.com','iqGjlgmEKZw'),(4238,'FfpWZiRJgSaTDA','qYzFmnpTxBLfNE','4819836137','jonathanbouldin97@gmail.com','KJFbDvXHMujN'),(4239,'OQXYgdceNkREZty','PZIkiSTqLXCw','4039744076','shamrockpizza@gmail.com','bhPDKacVn'),(4240,'IiMNyzGYf','pEKLmvFGy','7079230932','shamrockpizza@gmail.com','lmOKQCAd'),(4241,'pKmoPZvTuxAdzVL','OylcBsPV','3089097329','hunterdnutbr@yahoo.com','fbLIxwYJBQEsXR'),(4242,'nECXqpYOhdroUfg','fonSEzwP','9762744034','hunterdnutbr@yahoo.com','FCIBPdDRZlnca'),(4243,'EfsPNJFulSgDtzU','bhrWXQRzyB','5232676809','chaisondeck@comcast.net','IObhSntFig'),(4244,'NuVQWmIohi','zMketguU','7021977738','chaisondeck@comcast.net','qizHWTGyRgZnkh'),(4245,'Leo','advisiahub.com','06732 49 41 88','info@advisiahub.com','Hello \r\n\r\nWear with intent, live with purpose. Fairly priced sunglasses with high quality UV400 lenses protection only $19.99 for the next 24 Hours ONLY.\r\n\r\nOrder here: kickshades.online\r\n\r\nEnjoy, \r\n\r\nLeo\r\nBrowser Categories - AdvisiaHub'),(4246,'znWVYlNDIwZ','KOpqrcRQ','4316874091','annie.philpott@gmail.com','DTUliBvojacm'),(4247,'WNdsEFDzOBVph','GascmdNteJYln','7157263034','annie.philpott@gmail.com','hxzNBMTFUO'),(4248,'AnGZkcTydBlq','JHMuLjSmTRip','4055824245','amy.05santos1@gmail.com','kTPJFZiwNvaon'),(4249,'vMeRGpdO','okKwmyILXilcWBU','4765826758','amy.05santos1@gmail.com','HPUAGFKc'),(4250,'jpeogtDW','UAtfKVJsHCrXxcbO','4371697944','ptouhey60@msn.com','FENgbZkTpGv'),(4251,'BmiAPEatMrnsKS','jKSDCbnBvy','2445978260','ptouhey60@msn.com','ueqgRfbJnkmaX'),(4252,'pkMArBEGQKyots','neDFBvfXOsqhCU','9043917691','todd@lawsonfenning.com','msQzVvleIpLUDg'),(4253,'PYREWdgbx','OQJfiCWbxIDa','9113784431','todd@lawsonfenning.com','iOSrNpZeYXx'),(4254,'SwvAbWYnNVPRK','WUcXGPBMi','4243487572','cstewart@clsservices.org','KWsGriOcI'),(4255,'DegRXysJjpnI','mfxJAWYjSVgTXKe','4241056269','cstewart@clsservices.org','cbGCRhkgWUZA'),(4256,'qLXMTIbCSNmBQ','GjLfsegUK','8104435538','mylescore24@gmail.com','RbwTSOds'),(4257,'GrAQXYOmCs','ZWnIACNjpzivL','5509144407','mylescore24@gmail.com','eFrjzoXCJUgRaEx'),(4258,'KEoCaOnvSicB','HWsYEGPAgjKSze','4452528205','support@grandtek.net','nlFYqsJQIxBdE'),(4259,'hHOmfGFjbXlKTI','CshJiElPmAGprFH','4537799119','support@grandtek.net','MPhFeZpTOkc'),(4260,'DoRemSGs','Tkblgufs','7268490389','quatesandoval19@gmail.com','tVXqeLmEZMkvFN'),(4261,'nTYhyNiSoxrD','PJgoEXaBLFftx','9697446213','quatesandoval19@gmail.com','iglkYDASt'),(4262,'wlAPXGxmJCBR','qxPNAkrYDwXuC','4198526332','eviesintsnf@gmail.com','JxTwEnVQLrNtkY'),(4263,'HaKhVgQtonCIvcb','icOYjCEoLuqdABRK','3540312511','eviesintsnf@gmail.com','DcjrWoQdikV'),(4264,'LqmAClNMZIY','OBIeLcotFGzAa','9224333870','ormultudynw@gmail.com','VsHnzcoNTpa'),(4265,'Brian','Do you want to know when is the best time to undergo your surgery or medical treatment?','3038006251','sales1@astrologicalstudio.com','Dear Madam, Dear Sir Are you interested to know when the best time to undergo your surgery or medical treatment is? If so, we can prepare our Forecast of Events report for you, your loved ones, or friends. Our exclusive Forecast of Events reports contains this essential information, which can help you in this matter. In case of your interest, you can order these Forecast of Events reports at https://astrologicalstudio.com/home/23-1-year-forecast-of-events.html. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, Denver, CO, sales@astrologicalstudio.com, https://astrologicalstudio.com\r\n'),(4266,'IbqRoOBcHYXS','WOnXwEUTKH','9712341856','scott@airprofessionalsnj.com','bPFSIKfBXuWvk'),(4267,'qbOMGRHa','zFHSVbaKJXYxN','2282790908','scott@airprofessionalsnj.com','dEZoKpWyazenV'),(4268,'DwTtWvNn','lTtJEceKkSXwnHBq','8987814111','bcnelson@westman.wave.ca','nXUVDTYCIqoHMf'),(4269,'LzKmJChxMQHI','TxyNjMiYSlwpPc','7613991368','bcnelson@westman.wave.ca','QnUNtowkhEeMX'),(4270,'njDEuZLqavQs','dKUPliIHjQEFGny','8593175107','awalke1311@gmail.com','FuKRZUjqnr'),(4271,'hbXcZMJYU','FJBsAOEw','9507820238','awalke1311@gmail.com','TMZXKtzixyhfoCI'),(4272,'sdTnhfSOtkzZj','tVrmLYGwfBIOPb','7672096157','brandywithay1121@gmail.com','MxfVCrewlkBSQO'),(4273,'hpEJbZkUO','YHLBpFWTZ','7424239578','brandywithay1121@gmail.com','mOHFnEPCMD'),(4274,'Benjamin Ehinger','SEO Content Writing Team','85972695739','writingbyb@gmail.com','Hi! \r\n \r\nDo you struggle to find time to write articles? \r\n \r\nHire the best team of writers online today! \r\n \r\nWe do all the research and provide well-written, unique SEO content perfect for higher search engine ranking and better visitor engagement. \r\n \r\nIf you need fresh articles for your blog, check out our current content specials here: \r\n \r\nhttps://writingbybenjamin.com/best-seo-articles/ \r\n \r\nWe also offer guest posting services to help you gain exposure and better SEO: \r\n \r\nhttps://writingbybenjamin.com/guest-posting-services/ \r\n \r\nYou can also contact me directly at WBB@writingbybenjamin.com'),(4275,'Stuart Crocker','Re: Opportunity','88747884549','stuartcrocker10@gmail.com','My name is Stuart Crocker, I am a Financial Consultant of Proquest Consulting limited . I have a client who has an interest in Investing in your country into a Joint Venture / Partnership. He has funds available meant for investment. \r\n \r\nPlease contact me if you are interested. \r\n \r\nRegards, \r\nStuart Crocker \r\nProquest Consulting limited \r\nEmail: stuartcrocker54@gmail.com'),(4276,'MTWseHyhPKBEiamj','ewgxfTkRWO','3399478650','wodfrysco@gmail.com','uUjvDVIW'),(4277,'lUZItaeFVH','bsNaoPqBnZIEi','8482982276','wodfrysco@gmail.com','uvINFgYBQwtjGoE'),(4278,'BCibZMnjshNRd','miwWSDRYP','5661663177','cecilianunez1971@gmail.com','wPLdRvJi'),(4279,'HmEWhGBXj','FUbDQeal','4104480351','cecilianunez1971@gmail.com','BALtlxOvWgXK'),(4280,'khnyDPOYW','uDYEXPfza','4771083869','pkelly241@gmail.com','qpFVCcNgRb'),(4281,'MhfDqzmPti','vYGgiTpPsDtaw','7495018864','pkelly241@gmail.com','FyNUdfcLrXHv'),(4282,'FvjzTnIwdY','PvZAfkWsHyXcC','7557983903','elias.georges99@gmail.com','rEHCuRUz'),(4283,'RJBsgdKOAIEGl','qpbdmVTRjraMhAzX','9566996527','elias.georges99@gmail.com','VZhnyzCkGfR'),(4284,'HNdiGwuYScR','azJxAOTlNDw','2738258345','howarth.aubert@yahoo.com','bIkaNAxplMsZUYi'),(4285,'YiFuURLsqfhHlw','xoQcGntZFDHlCu','4371745256','kaustub.sekhar@gmail.com','BRTvlQJWdYi'),(4286,'PNRDjgAn','wnvJShGEVH','7017361049','kaustub.sekhar@gmail.com','EXPFabrRDZuj'),(4287,'qcsWkQSj','CeJyuIRwxzHZnpNi','2504425145','mt.bern@gmail.com','UaOpJuqXgYHZTR'),(4288,'ZHwzaNUxuDGJc','adcYqODNxB','9344417215','mt.bern@gmail.com','mUakHpobv'),(4289,'fOoqyIYgCV','vPZfQoTR','7453809647','rebecca.latka1@gmail.com','cGBPQSLAWqvt'),(4290,'PJwFaiGDQz','TdSCWyeLhukNOxE','8111581289','rebecca.latka1@gmail.com','cVYiKvPMeCjBf'),(4291,'LnYzQFarbkWpUe','KRCgvbhyAti','3683726235','allenwangyilun@gmail.com','gpLrWdmyUOTvJSV'),(4292,'hfXOpBzCdDms','NCcWQZxaiAdrq','9540835068','allenwangyilun@gmail.com','whZlUOgJd'),(4293,'kPBSXtnuZUeHJ','FxqwBjHNcvKiVpR','6399269099','maneetrathore24@gmail.com','NZmWJYflp'),(4294,'vRNIYcDQwPACk','fhqEkUmxJWnC','9314400646','maneetrathore24@gmail.com','sfOzMChNVPWEeyTc'),(4295,'FaERrUTsAXLGi','txElcazBJG','4224564127','n@a.com','pkstnRYD'),(4296,'CzFxSgYuIH','WgSAyPRaOsnEXFQN','9845813269','n@a.com','tUZzfQewiEI'),(4297,'QvJRPyGkOZi','SuiaqLxBX','9526161674','c-perrone@rogers.com','ySabNRwjXJf'),(4298,'IaEcQrGUtzlDSiM','AKxOhiTupfJ','8839920554','carole_pelletier65@hotmail.com','qZzKtCLRIfYcBMUi'),(4299,'NXqOtgpHvua','IqDeFZnRcurdJW','5122154624','carole_pelletier65@hotmail.com','PmQaKJpNoxF'),(4300,'diNgJGsUElxfOW','cyvZnDbCfJ','6542494685','amunro173@gmail.com','CaVWQHnhqAJi'),(4301,'KBuPZscLq','NyctkeUmQoDMWn','4927961305','amunro173@gmail.com','WFRHTiGtDNu'),(4302,'Brian','Windows & Mac Software For Sale – Special Low Prices','3038006251','sales1@wexx99.com','Dear Sirs We have the license keys for the following Windows & MacOS software for sale. Software for Windows: Windows 10 – Home Edition $39/Save $50 * Scrapebox for Windows with Premium Plug-in YellowPages Scraper $79/Save $55 * Scrapebox for Windows $57/Save $40 * Axandra Internet Business Promoter $199/Save $100 * GSA E-mail Spider $39/Save $30 * GSA E-mail Verifier $39/Save $30 * GSA Search Engine Ranker $59/Save $40 * GSA SEO Indexer $29/Save $30 * Management-Ware E-mail Finder $59/Save $40 * IOLO System Mechanic Pro $39/ Save $30 **** Software for MacOS: MaxBulk Mailer Pro v8 $39/Save $20 * Wondeshare Filmora 9 $29/Save $30 * Parallels Desktop 16 $39/Save $30 * iSkysoft iMedia Converter DeLuxe $39/Save $30* Transmit 5 $29/ Save $20 * Techtool Pro 8 Full Version $39/Save $50 All license keys are available for immediate delivery via e-mail upon your payment. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX 99 Business Solutions, sales@wexx99.com, https://wexx99.com'),(4303,'Hi Nice site https://google.com','Hi Nice site https://google.com','86382624236','ascehine@mail.ru','Hi Nice site https://google.com'),(4304,'Lina','Buy Scannable Fake ID','486 63 676','topfakeid@mailfence.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\ntopfakeid.com\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'),(4305,'Attahiru Bafarawa','Business Partner','84992875958','bafarattahiru@gmail.com','Dear Partner; \r\n \r\nI came across your email contact on Database; Where i was searching for a competent Partner who can handle a lucrative business for me as trustee and manager. I anticipate to read from you soon so I can provide you with more details. \r\n \r\nYours Sincerely, \r\nAlh. Attahiru Bafarawa'),(4306,'ZOEnDpLKj','tBIVljKhYbfDOv','3385225885','rdunkley@live.ca','glaZmEvNchVjt'),(4307,'GqHSAOnURuTYB','GXSzkohtlbRT','5303386780','rdunkley@live.ca','ygpNYxPBVHsQOIv'),(4308,'sLISkgWiJrGKxZ','BIbmzZUThclKaFe','6405059205','msi@mcguirescenic.com','RngdVQvkxOYAG'),(4309,'WbGgHzufZX','gtVfkQRJTcijM','5590703807','msi@mcguirescenic.com','ZmViXORKWtk'),(4310,'Antonio','LifeMailNow.com - One Time cost, unlimited Emails','03332 51 43 94','antonio@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'),(4311,'Paul','SMM','+1 000 00 0000','ninjapromo.paul@gmail.com','Hi!\r\n\r\nI hope that I\'m not bothering you. My name is Paul, I\'m a business development manager at Social Media Marketing agency NinjaPromo.io. I\'m reaching you in case you\'re looking for a SMM team.\r\n\r\nYou\'ll get 5 people at your disposal who\'ll work on creating, distributing and promoting content. We\'ll tell and show everything about you in a best way to attract new audience and involve existing community even more.\r\n\r\nTo prove my words, feel free to check the results of previous campaigns:\r\nhttps://ninjapromo.io/our-cases\r\n\r\nIf you are interested, book a call here https://calendly.com/ninjapromo\r\nEmail: ninjapromo.paul@gmail.com'),(4312,'Mike','advisiahub.com SEO Quote','229-219-9971','no-reply@digitalsy.org.uk','hi there\r\n\r\nI am Mike Noe 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 advisiahub.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 Noe\r\nsupport@digitalsy.org.uk\r\nhttps://digitalsy.org.uk/\r\n\r\n\r\n\r\n\r\n'),(4313,'cnwlLhAjrNEJxHGP','aCkqvXopyBnz','7224631312','ugacgraxysxv@yahoo.com','udakOMmGSBXqNjpV'),(4314,'alCVOeNh','eEDdSqQgRW','3284531683','ugacgraxysxv@yahoo.com','SGAlBIWUd'),(4315,'acCNFHwzkLl','PbBLRFnufzvWCS','5663427539','cryl_2002@msn.com','UoHlTOpDqhJzgYjk'),(4316,'AmVhlPJRDFBwuWO','KJEtWjTOSPl','2032868040','cryl_2002@msn.com','vKsJigQcAVIFHxD'),(4317,'XjKMNoRVEmwJ','mBSxhTWeQziN','3421597209','ddrh@pacbell.net','tKeduTmJPRwCYWph'),(4318,'RbiPvndElrmYQ','tDzjSOVKuoAXlGN','8151939342','ddrh@pacbell.net','XGfDuQnra'),(4319,'pNUuraVBqDfTS','ZfIgUqRGiuXAwbz','4195159755','daregouzelac@yahoo.com','PTJeIhXuoqQAYj'),(4320,'KhazNgfcBEJymFU','EpdhmVsRkMYiAIv','2978567037','daregouzelac@yahoo.com','QmKkAJZGL'),(4321,'TfoMqHxym','iadbpQKgZ','7957222590','yyyken@cox.net','EkztdvrpaymwFbL'),(4322,'JFwtfPzr','vrektzEL','3840707751','yyyken@cox.net','aVbSntUqxl'),(4323,'Floydhot','Rtrjrfhgsdgdgdrghre gfdgsdgrhgd gfdgdhthrt','85989917456','antonivanov1993802wou@bk.ru','advisiahub.com oiotugorvygivbjfguefiugehiwjfeoswifehgidjwifhge'),(4324,'Candace','Browser Categories - AdvisiaHub','0203 85 16 00','candace@advisiahub.com','Hi \r\n \r\nTrim your dog\'s nails safely from home. Get it while it\'s still 50% OFF + FREE Shipping\r\n\r\nBuy here: pawsafer.shop\r\n \r\nAll the best, \r\n \r\nCandace\r\nBrowser Categories - AdvisiaHub'),(4325,'Corina','corina.tong@gmail.com','0688 659 45 71','corina.tong@gmail.com','\r\nStop paying tons of cash for expensive Google ads! I have a platform that needs only a tiny payment and creates an almost endless volume of visitors to your website\r\n\r\nFor all the details, check out: http://www.getunlimitedtrafficforyoursite.online'),(4326,'kixYUjDIzplP','MRqvzwxjasu','9277925738','chavva_gary@yahoo.com','xakwGmycSVEsD'),(4327,'ojqtmAfTbOcInH','UvImJesQZaNLFX','9742414297','chavva_gary@yahoo.com','PDdNmfyzrXush'),(4328,'YPeRaqIznQtixJ','gGFRfoJpwyUE','9791874834','melissa.watts97@yahoo.com','NhUFgIGR'),(4329,'YZKaCjPr','JUcRLTaDI','6051006887','melissa.watts97@yahoo.com','cmjUHSFnoAJlu'),(4330,'Melanie','advisiahub.com','(08) 8358 0857','info@advisiahub.com','Morning \r\n \r\nMeet your best Buds - True Wireless Earbuds with amazing sound, convenience, portability, & affordability!\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: musicontrol.online\r\n \r\nAll the best, \r\n \r\nMelanie\r\nBrowser Categories - AdvisiaHub'),(4331,'aQVZbBqPFsOXIur','UIYtLiMA','9727637561','keisha.walker69@yahoo.com','jUthioaEyNAsGZ'),(4332,'kzBusfIMvNpcheSg','OYrtVhEf','8997213049','keisha.walker69@yahoo.com','aPxpbKVuwv'),(4333,'uKnafecSd','jYTVuMvswtc','2868752922','tonyaward78@yahoo.com','PoTbYItlMranXFON'),(4334,'ZTFqHMhfuVXAokn','PIuhnOzqRxAecTf','7096079738','tonyaward78@yahoo.com','UhQpstJIw'),(4335,'pAxuejXHn','UWvAjuiFZ','7441986369','tonyajones59@yahoo.com','fvdcQWMEAanJ'),(4336,'NZHxDEAyMeCGnm','xhbyqtOPGadJQ','3775916871','tonyajones59@yahoo.com','DXoUenlpEs'),(4337,'NrAmXoIdSg','CxcQizHpMV','7819934246','katiepetersen397@yahoo.com','roKtMbWAId'),(4338,'WmEeYkSvxRfaJTz','WOtDfredJpQy','2109081270','katiepetersen397@yahoo.com','wMEIjgUVRZGW'),(4339,'CfVJKPZvIWaSMB','VbymUojFi','5748049574','marshalljae30@yahoo.com','dlbYwSizTK'),(4340,'NixuSzqWRb','ipAyCagXbjeE','5531468413','marshalljae30@yahoo.com','utrxWXdoqbODaCH'),(4341,'WNyCXdLkaI','rJIVQfRdaNwCM','4397866688','eric.leece@yahoo.com','UwmsYSdWRLZK'),(4342,'agJwRdPt','dvZKwhgmRE','8736866569','eric.leece@yahoo.com','BirQeHmfcpz'),(4343,'Tuyet','BestLocalData.com','604-773-2358','tuyet@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\nTuyet'),(4344,'David Song','PROJECT FUNDING','82394567936','noreply@googlemail.com','Dear Sir/Madam, \r\nThis is a consultancy and brokerage Firm specializing in Growth Financial Loan. We wish to invest in any viable Project presented by your Management after reviews on your Business Project Presentation Plan. We look forward to your Swift response. \r\nEmail:davidsong2030@gmail.com. \r\n \r\nRegards, \r\nMr.David Song'),(4345,'qZeXYGpxs','rhfMgYLimGz','3043782602','instrinverpa@gmail.com','DbvdtFTnQ'),(4346,'oNIuhpRUCxSkJHZP','PNJIDpUnQYuX','5766332198','instrinverpa@gmail.com','MVSbucmGlnwDH'),(4347,'Ken','Editorial PR','030 89 57 02','quinton@agency.leads.fish','Hope you and your family are safe and well.\r\n\r\nI work for Editorial PR based here in London. We have a client that is potentially looking for\r\ncoverage on your site.\r\n\r\nDo you provide article-based promotion at all for clients? \r\n\r\nIf you do, it would be great to work with you.\r\n\r\nWe are also always looking for ways to increase our customers visibility online so if you have\r\nany other sites you think our clients would be interested in advertising on, we would love to\r\nsee them.\r\n\r\n I am currently working on a rolling 25-day budget so if you could come back as\r\nsoon as possible with your terms of business it would be appreciated.\r\n\r\nWe look forward to hearing from you\r\n\r\nKind Regards,'),(4348,'Chytsedxq','RFfnGZKeYWHatku','9498647000','edebara@gmail.com','mDIBFHjCheT'),(4349,'rEoDCFMR','ELPUvDNAc','2326308197','edebara@gmail.com','cdSMewTRumQUn'),(4350,'jYMbyQuWdwBI','kLquKCmP','2769504578','terrypayne@outlook.com','CToGHcuJXiDLpI'),(4351,'zueRLyrOUpn','vMWyjsDfYTt','3012491772','terrypayne@outlook.com','vejgwXcluQ'),(4352,'iwxXYaHsm','BJxbdHXzVpjk','2628436851','jroloff1@gmail.com','vqoXDLhNTkGOUpYZ'),(4353,'lOLiIEtjoYapGx','KlCuGjLzerEJYpWR','2949400203','jroloff1@gmail.com','AiBnDFPMCrxcL'),(4354,'chDEJGedypiPYX','NxibKArmI','2491156791','afolmer@technologypub.com','PWKAFJmcwBRxD'),(4355,'SyYInFEfzWhe','xhjAXlZicEwTIqdt','8811205219','afolmer@technologypub.com','HKEZeVfAUXawFtgz'),(4356,'oWiMsdyzA','AyFrmDlkShu','9524978630','aznbrybry@gmail.com','tgCnHXmIRDEhA'),(4357,'CMeLkqBort','SzDYlsmLN','3355701030','aznbrybry@gmail.com','uYXndEDWsM'),(4358,'CKgOrZkdzxMsR','NuDVqRAUHkCyd','7418317379','sunnybraich1@hotmail.com','lQeWRLCtcfvO'),(4359,'sLfdnjpQRa','styBmKCQ','6503813721','dessaquino@gmail.com','xnYOmdHBJ'),(4360,'tlIpsCPKnDTqVx','AUwpMOdtNubxrn','2785211928','dessaquino@gmail.com','FxGJZwRcX'),(4361,'oCtDkbSYnpmdRavq','rzoHqnspQYhb','6069669491','arupp@gmail.com','FQgHYWAmI'),(4362,'ZnUkKhdayvuxeRE','EuIeqYVtnWTCv','3794238818','arupp@gmail.com','AZSNeYyMIwWxJgQ'),(4363,'ZsiwRFjxA','KvnCZzPX','8290591614','kikigarber@comcast.net','AySwtmEZV'),(4364,'WaQYMutsXZb','mdEHTlkCeAsGXYj','8631913604','kikigarber@comcast.net','DIkVZMBroT'),(4365,'KByOwSHdPRrV','HGqLwUzyKtDfoaux','7128347207','ccoffey776@gmail.com','KCarQqHdONXBkeT'),(4366,'JYHwNapzOPCWGXZ','EbThkziQXNP','5137278015','ccoffey776@gmail.com','lsUVrMKvHxNWO'),(4367,'KpCaUyfJGHrbZQW','FBPZHlISd','8174285861','rdagenais1@cogeco.ca','YkEjmFDI'),(4368,'hMZNweQEmkF','DqBtGJZKv','2581673695','rdagenais1@cogeco.ca','nvItCdZw'),(4369,'QJfAKauj','VczHGQTLpPB','4873269757','66mhopper@gmail.com','OqjsobLEkAKZ'),(4370,'ZXngGyxdAQM','eFbiPTUXdh','6336690641','66mhopper@gmail.com','tNIvAfuVwgZaYGi'),(4371,'jqgTVLmFIUifko','rFBeMhqHLkIygs','9505184340','jorn.bates@gmail.com','mzkpcVbsliGxwrf'),(4372,'exZrOpuvSfaT','CsxDfUAVLI','8890460010','jorn.bates@gmail.com','xsakTfChPBydeD'),(4373,'Brian','Windows & Mac Software For Sale – Special Low Prices','3038006251','wexx1@protonmail.com','Dear Sirs We have the license keys for the following Windows & MacOS software for sale. Software for Windows: Windows 10 – Home Edition $39/Save $50 * Scrapebox for Windows with Premium Plug-in YellowPages Scraper $79/Save $55 * Scrapebox for Windows $57/Save $40 * Axandra Internet Business Promoter $199/Save $100 * GSA E-mail Spider $39/Save $30 * GSA E-mail Verifier $39/Save $30 * GSA Search Engine Ranker $59/Save $40 * GSA SEO Indexer $29/Save $30 * Management-Ware E-mail Finder $59/Save $40 * IOLO System Mechanic Pro $39/ Save $30 **** Software for MacOS: MaxBulk Mailer Pro v8 $39/Save $20 * Wondeshare Filmora 9 $29/Save $30 * Parallels Desktop 16 $39/Save $30 * iSkysoft iMedia Converter DeLuxe $39/Save $30* Transmit 5 $29/ Save $20 * Techtool Pro 8 Full Version $39/Save $50 All license keys are available for immediate delivery via e-mail upon your payment. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., wexx99store@gmail.com\r\n'),(4374,'wPnoxDJVQH','qDQYGjCm','2568672258','bre.hart12@gmail.com','ZjIgFYRlEyvN'),(4375,'XNeanHwiVZMLk','hGYiqlkCoQB','2392565938','bre.hart12@gmail.com','HWhVdyIgLxpFfQ'),(4376,'Mike Campbell\r\n','Local SEO for more business','88281167637','no-replyged@gmail.com','Hi there \r\n \r\nI have just analyzed advisiahub.com for the Local ranking keywords and seen that your website could use a push. \r\n \r\nWe will increase your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nStart improving your local visibility with us, today! \r\n \r\nregards \r\nMike Campbell\r\n \r\nSpeed SEO Digital Agency \r\nsupport@speed-seo.net'),(4377,'DBylQJfdZIo','kRmteSLg','4356856563','chillahshabatura@yahoo.com','UHLrvcguxjZinIk'),(4378,'afrPtmUGhIeYOgcj','LbGWowAvCt','8629876715','chillahshabatura@yahoo.com','CsrdJcLkZSeWYwXq'),(4379,'QaHCWnuLqRTcFpgj','LRGaISjKHhPQ','5789073722','dioinc@hotmail.com','kirmBoYHWQRwfZp'),(4380,'QYnSOHihlB','qDafNOpicP','6432442290','dioinc@hotmail.com','ZHvkwWMlqT'),(4381,'QUakfsKg','dwZskyRJcOTVHoq','4412736599','odrickdevron@gmail.com','cGZqSbyR'),(4382,'BndUXozcMiYqTI','aJRhlwqP','2400015170','odrickdevron@gmail.com','MmvuBUdJx'),(4383,'WBrXpaKeblif','YEnAWiGB','5061792610','steeley.kevin@yahoo.com','LRxMEYPkcdODKX'),(4384,'shuknfab','UAHjJyPrEnaNwCt','8961000105','steeley.kevin@yahoo.com','TSURkKuCjfs'),(4385,'Brian','Windows & Mac Software For Sale – Special Low Prices','3038006251','wexx1@protonmail.com','Dear Sirs We have the license keys for the following Windows & MacOS software for sale. Software for Windows: Windows 10 – Home Edition $39/Save $50 * Scrapebox for Windows with Premium Plug-in YellowPages Scraper $79/Save $55 * Scrapebox for Windows $57/Save $40 * Axandra Internet Business Promoter $199/Save $100 * GSA E-mail Spider $39/Save $30 * GSA E-mail Verifier $39/Save $30 * GSA Search Engine Ranker $59/Save $40 * GSA SEO Indexer $29/Save $30 * Management-Ware E-mail Finder $59/Save $40 * IOLO System Mechanic Pro $39/ Save $30 **** Software for MacOS: MaxBulk Mailer Pro v8 $39/Save $20 * Wondeshare Filmora 9 $29/Save $30 * Parallels Desktop 16 $39/Save $30 * iSkysoft iMedia Converter DeLuxe $39/Save $30* Transmit 5 $29/ Save $20 * Techtool Pro 8 Full Version $39/Save $50 All license keys are available for immediate delivery via e-mail upon your payment. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., wexx99store@gmail.com\r\n'),(4386,'mdnSozrWhVXex','UlqzNBcVynoj','6662150655','dangerousshawty4@gmail.com','DbSBYhXLx'),(4387,'pmlUCNihrAdun','rWFliPnsImEeNGbx','8192709177','dangerousshawty4@gmail.com','aYjkqgGJBP'),(4388,'BryanHoimb','сайт','86969627417','jzrd@goposts.site','Hi, here on the forum guys advised a cool Dating site, be sure to register - you will not REGRET it <a href=https://bit.ly/3sCrmNV>https://bit.ly/3sCrmNV</a>'),(4389,'LSntuyPXvdebxwi','MwcouFCaidt','7052303117','jabberhannah@gmail.com','UWcONLkjldCGpY'),(4390,'oNFnLrZwamiT','gEtZYpUPyeQwdHk','3784324227','jabberhannah@gmail.com','bZTmVGaxQCrywtXR'),(4391,'TWhlMKSxwuj','ksFpLHOCqz','5485212640','luciabnnybesley@yahoo.com','olwTqPUz'),(4392,'liprgVXBK','HzGxafRLJ','8002627058','luciabnnybesley@yahoo.com','RGPIqdSF'),(4393,'GFhvlQeVLWqpjXdS','BhkASvKInyfCj','3652171145','rene.wunderlich89@gmail.com','hUlAOoazQMk'),(4394,'EHcepBaJQK','eJikGrqotYgTX','4010999571','rene.wunderlich89@gmail.com','qPUBnOsZNz'),(4395,'uyErFlznadQOxLH','BnCtmoacgvKwde','8675844447','maleahruchti9hm@yahoo.com','hWCnXtMO'),(4396,'eGuJAHiC','hLzgWmTiJP','9563725580','maleahruchti9hm@yahoo.com','waNeELkFZhB'),(4397,'BxtGeOvQJwcDK','LpTAaXvnbG','8510707090','tarascp@yahoo.com','KjetaiDzcvqC'),(4398,'rZqtIkpe','SeLFZCsXoyfMpWnV','5843114132','tarascp@yahoo.com','gEDJmoOzGUb'),(4399,'jsVgUvLSEuXpQ','pbzLwqnF','2792984319','lashorvat@yahoo.com','CFMOmyHtZWunKIGo'),(4400,'ujqUwIWNVLd','GSgvBiXaTFR','5676931781','lashorvat@yahoo.com','BxYEjDOfcV'),(4401,'bQfaSPOlveuFoRG','NjAHqWrLOcSvJMw','9597507277','stenzelrebecca@gmail.com','IEMCvsoqac'),(4402,'RkmxECZYeoKa','CdvHzxQwlu','7804155479','stenzelrebecca@gmail.com','QXlEmFHJuKefT'),(4403,'Paul Skelcher','Partnership','4155130089','paul@30secondexplainervideos.com','I came across your website after searching for coaching companies on ezlocal.com\r\n\r\nAnd I was wondering if you would like to partner up?\r\n\r\nBasically what we do is make animated videos that are designed to promote your service online and increase your website conversion rate.\r\n\r\nSo I wanted to offer you a 30 second explainer video for your service for just $197. (including script/voiceover)\r\n\r\nAll I ask in return is a quick testimonial if you like the video!\r\n\r\nIf you are interested in this offer, you can find out more and get started at:\r\nwww.30secondexplainervideos.com/explainer-promo\r\n\r\nOr can you shoot me a quick email for a brief discussion!\r\n\r\nCheers,\r\nPaul\r\nwww.30secondexplainervideos.com/explainer-promo\r\n\r\n\r\n\r\n\r\n\r\n\r\n'),(4404,'Mike Davidson\r\n','affordable monthly SEO plans','83875696216','no-reply@google.com','Good Day \r\n \r\nI have just took an in depth look on your advisiahub.com for its SEO Trend and saw that your website could use a boost. \r\n \r\nWe will enhance 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 improving your sales and leads with us, today! \r\n \r\nregards \r\nMike Davidson\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),(4405,'Scottproky','BEST OFFER. Very powerful high quality backlinks for your website.','88142713867','jacksonneoxy@ggmmails.com','Hello. This is really the best offer on the link building market. \r\nEvery website needs powerful and trusted links. \r\nOur service will help your site get more weight and respect from Google, which means an increase in positions in Google search results. \r\nWe will create 301 redirects to your site from more than 100 very powerful sites + bonus 302 and 307 redirects from more than 1500 sites + we will index the created links for free. \r\n301, 302, 307 redirects transfer 100% of the page weight of the site, this will have a very positive effect on your site. \r\nOur service is 100% secure. \r\nYou can order the service here https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1mTc0&sa=D&Ft=Ff&usg=AFQjCNG0klKr4omyjhqQHpLYChoAnK_fqw'),(4406,'Scottproky','BEST OFFER. Very powerful high quality backlinks for your website.','87573757742','jacksonneoxy@ggmmails.com','Hello. This is really the best offer on the link building market. \r\nEvery website needs powerful and trusted links. \r\nOur service will help your site get more weight and respect from Google, which means an increase in positions in Google search results. \r\nWe will create 301 redirects to your site from more than 100 very powerful sites + bonus 302 and 307 redirects from more than 1500 sites + we will index the created links for free. \r\n301, 302, 307 redirects transfer 100% of the page weight of the site, this will have a very positive effect on your site. \r\nOur service is 100% secure. \r\nYou can order the service here https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1mTc0&sa=D&Ft=Ff&usg=AFQjCNG0klKr4omyjhqQHpLYChoAnK_fqw'),(4407,'Scottproky','BEST OFFER. Very powerful high quality backlinks for your website.','88954181923','jacksonneoxy@ggmmails.com','Hello. This is really the best offer on the link building market. \r\nEvery website needs powerful and trusted links. \r\nOur service will help your site get more weight and respect from Google, which means an increase in positions in Google search results. \r\nWe will create 301 redirects to your site from more than 100 very powerful sites + bonus 302 and 307 redirects from more than 1500 sites + we will index the created links for free. \r\n301, 302, 307 redirects transfer 100% of the page weight of the site, this will have a very positive effect on your site. \r\nOur service is 100% secure. \r\nYou can order the service here https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1mTc0&sa=D&Ft=Ff&usg=AFQjCNG0klKr4omyjhqQHpLYChoAnK_fqw'),(4408,'Scottproky','BEST OFFER. Very powerful high quality backlinks for your website.','82438294614','jacksonneoxy@ggmmails.com','Hello. This is really the best offer on the link building market. \r\nEvery website needs powerful and trusted links. \r\nOur service will help your site get more weight and respect from Google, which means an increase in positions in Google search results. \r\nWe will create 301 redirects to your site from more than 100 very powerful sites + bonus 302 and 307 redirects from more than 1500 sites + we will index the created links for free. \r\n301, 302, 307 redirects transfer 100% of the page weight of the site, this will have a very positive effect on your site. \r\nOur service is 100% secure. \r\nYou can order the service here https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1mTc0&sa=D&Ft=Ff&usg=AFQjCNG0klKr4omyjhqQHpLYChoAnK_fqw'),(4409,'Scottproky','BEST OFFER. Very powerful high quality backlinks for your website.','81981231384','jacksonneoxy@ggmmails.com','Hello. This is really the best offer on the link building market. \r\nEvery website needs powerful and trusted links. \r\nOur service will help your site get more weight and respect from Google, which means an increase in positions in Google search results. \r\nWe will create 301 redirects to your site from more than 100 very powerful sites + bonus 302 and 307 redirects from more than 1500 sites + we will index the created links for free. \r\n301, 302, 307 redirects transfer 100% of the page weight of the site, this will have a very positive effect on your site. \r\nOur service is 100% secure. \r\nYou can order the service here https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1mTc0&sa=D&Ft=Ff&usg=AFQjCNG0klKr4omyjhqQHpLYChoAnK_fqw'),(4410,'NFDlRLxXeV','GtLlSxVDMh','8664041552','mbljzs@gmail.com','ibwdmILONQk'),(4411,'KaRLmyroX','bKdyAGZW','8981142239','mbljzs@gmail.com','RqDpFtojIHsYOe'),(4412,'tfATUENldG','pJHUSMjXutma','6447002205','arealgirlscoach@gmail.com','tYiLgKXGxEcAbHFy'),(4413,'pZosnEVNeRP','jflHxZNBXsv','9996068759','tom.herrera7@gmail.com','vbMDknAVOrS'),(4414,'WNSUlceOrDiGhKu','uRWASrLZnVPaQf','7283054979','tom.herrera7@gmail.com','IquoylHgn'),(4415,'RfvhLBmoFeVnwGdX','SkhfOYAG','3218265283','harmanbal0202@gmail.com','VPTycWlGhzUeL'),(4416,'qwngNWtYo','FsIinEAHN','5631971019','harmanbal0202@gmail.com','IPjuefZyrKAv'),(4417,'Josie','BestLocalData.com','0680-5159785','josie@bestlocaldata.com','Hey!\r\n\r\nBestLocalData has an amazing special. 16 databases for $99. \r\n\r\nLinkedIn(43million records) USA B2B (28 million companies), Australia, South Africa, UK, Germany and all of that included. \r\n\r\nInstant delivery! \r\n\r\nhttps://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7S34LZQSKKQHG\r\n\r\nOr check out more on our website!\r\n\r\nRegards,\r\nJosie'),(4418,'jNglrtLnsuPDOEVA','PsIHFlAkYXoxjgr','9208914679','tomliang.tong@gmail.com','vgtYmSWGeFZB'),(4419,'sxPWcRmHlzd','qDauhGyk','5537870861','tomliang.tong@gmail.com','pLKjWGQymRUBIn'),(4420,'peiItFQBTANhylGE','LltwkKRUeTXYagQ','3715770982','arrowcrab17101710@gmail.com','WkFJabmK'),(4421,'fOTNyoLWu','rxtMRuHoINsfV','2855488778','arrowcrab17101710@gmail.com','GvLINtmO'),(4422,'AhSxXTZwuayO','hRzwUHEsrvNfG','3021519130','egyptian1999martin@gmail.com','XPCiLkfpT'),(4423,'GRpkQwxWP','JCSfstlZhrVbiwT','3937742733','egyptian1999martin@gmail.com','YhmvLDjcPdJWewT'),(4424,'zYMZFrEchX','QaZyWqrokTLmjAw','8008312118','branstramosbranstr@gmail.com','adHflTxrFtehwSGp'),(4425,'TSJfCdUNHLV','bXWnCqlAecL','2781970339','prentis137sheilakat@gmail.com','QUqIsewDYAER'),(4426,'GRbKQpUwPljyM','vKjcCJVNXPlhyM','8849280174','prentis137sheilakat@gmail.com','GPBWdyhKaARk'),(4427,'zKHSAadOVvQ','OcnNSsdalj','6315804526','curtisstafford52@gmail.com','texFKhgMHrBs'),(4428,'wzFojObXWSnmJc','kClDmnBVvGEhtpj','3517288321','curtisstafford52@gmail.com','ZKbPVRuTWfUH'),(4429,'XzdZDUOb','GcHbdWCPVXLU','4126821616','jessicaboutin@gmail.com','PRMlfmnUwd'),(4430,'dGhUzrxKa','MqbcnVuPl','7236742379','jessicaboutin@gmail.com','zJZtyRvDfjHqnWa'),(4431,'SaCIBVynlpkEJjN','ZXDUHoIkaK','7138823964','ronlugsi102@gmail.com','HmvLxRIWETVp'),(4432,'yJOvFHkriDCYhsxW','HnadEXUTGNmLztgv','8420187409','cotton820@gmail.com','aGZBALqtsS'),(4433,'lIkxZYSVGzfTFyrW','wBZkqcNS','2835076894','cotton820@gmail.com','LIgkRlbwzuYOrBji'),(4434,'WyiJLUPz','estzRClwAO','9688996641','mgodlewska@gmail.com','jANZOfkbMwaIh'),(4435,'sYGIbfPMjZQnl','vpZWIaigGt','7091379271','mgodlewska@gmail.com','ZdUyJhikTweVMrpf'),(4436,'eEOjwbiFCgA','JSKWmhTcdOG','9696569555','brendasue111@gmail.com','BXAmHiegVnRDtlb'),(4437,'OBqQLrYv','vdDPLSZQ','6096464515','brendasue111@gmail.com','DFLdwIKQloUXvbh'),(4438,'EuPsefVcYgpR','HYSkPoQF','2032162299','af2086@gmail.com','OChMZciEtHIgpW'),(4439,'jHyKJlIrOTtbxGg','COnMVHuQvgoWAq','7037985319','af2086@gmail.com','htKAqoMkblHgQEI'),(4440,'gazPUYbJHfZ','XsVnctyHbWIKLEPk','2064981915','ramire06@cox.net','bMIlizadcr'),(4441,'vOfDFAkJN','EhCNBlxafUJkwgbp','8207027534','ramire06@cox.net','YuGBQlDgMVsEfq'),(4442,'MidcCfktqUhnLyAY','uRjZlSTPyGF','9841166754','brendan4ihenry@yahoo.com','LujtDdhPGBIUYsn'),(4443,'AGHpsmqawenK','pXfVsgKeniwad','3473833492','brendan4ihenry@yahoo.com','SoriLTuebyB'),(4444,'zeUmKnNAPEyCS','czbvNRYCVGw','5866731166','danieell@hotmail.com','lewVkmjCosrIxy'),(4445,'dSCEHVAXDiwjLIQf','ZfzEXyUBuxw','5985443518','danieell@hotmail.com','LkSvCziNsEf'),(4446,'Augustina','advisiahub.com','08261 46 51 96','info@advisiahub.com','Morning\r\n\r\nThe ultimate smashing machine! Grinding Coffee Beans, Nuts & Spices in seconds.\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nOrder here: aromaonline.store\r\n\r\nRegards,\r\n\r\nAugustina\r\nBrowser Categories - AdvisiaHub'),(4447,'Shawnutelp','Passive income from 3000 EURO. Join and Become Rich with our unique system.','83163723495','dphely@cedophicoaching.fr','Passive income from 3000 EURO. Join and Become Rich with our unique system. \r\n \r\nOur system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Gy=Lt&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nThere is no other trading application in the world like our system that gives 99.4% accuracy. \r\nTherefore, our members from all over the world trust us to double and triple their hard earned money. \r\nThe program was created by the most advanced trading technologies in the world. \r\nThe program is ahead of the market by 0.01 seconds. \r\nThis \'leaping time\' allows our system to be the most accurate and fastest program in the world. \r\nDue to this, you will receive passive income from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Lh=Gr&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nOur app has won numerous awards. \r\nWe were recently honored to receive the \'# 1\' award in the Trade Program category from the US Trade Association. \r\nOnce your registration is accepted, you automatically become a new user of the system. \r\nYou will be able to use the trading system for free. \r\nLike any other business, you need start-up capital to get started. \r\nTo start making profit with the system, you must invest 250 EURO or more. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Ni=Hw&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nClick \'trade\' to enjoy accurate and automated trading based on a winning algorithm. \r\nYou can also switch the system to manual mode if you prefer to trade yourself. \r\nBut we give a guarantee that in automatic mode your income will be from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Xs=Kg&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg'),(4448,'Shawnutelp','Passive income from 3000 EURO. Join and Become Rich with our unique system.','86938273757','golf-vr4@arcor.de','Passive income from 3000 EURO. Join and Become Rich with our unique system. \r\n \r\nOur system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Gy=Lt&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nThere is no other trading application in the world like our system that gives 99.4% accuracy. \r\nTherefore, our members from all over the world trust us to double and triple their hard earned money. \r\nThe program was created by the most advanced trading technologies in the world. \r\nThe program is ahead of the market by 0.01 seconds. \r\nThis \'leaping time\' allows our system to be the most accurate and fastest program in the world. \r\nDue to this, you will receive passive income from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Lh=Gr&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nOur app has won numerous awards. \r\nWe were recently honored to receive the \'# 1\' award in the Trade Program category from the US Trade Association. \r\nOnce your registration is accepted, you automatically become a new user of the system. \r\nYou will be able to use the trading system for free. \r\nLike any other business, you need start-up capital to get started. \r\nTo start making profit with the system, you must invest 250 EURO or more. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Ni=Hw&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nClick \'trade\' to enjoy accurate and automated trading based on a winning algorithm. \r\nYou can also switch the system to manual mode if you prefer to trade yourself. \r\nBut we give a guarantee that in automatic mode your income will be from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Xs=Kg&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg'),(4449,'Shawnutelp','Passive income from 3000 EURO. Join and Become Rich with our unique system.','84119741325','ferlay.emmanuel@free.fr','Passive income from 3000 EURO. Join and Become Rich with our unique system. \r\n \r\nOur system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Gy=Lt&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nThere is no other trading application in the world like our system that gives 99.4% accuracy. \r\nTherefore, our members from all over the world trust us to double and triple their hard earned money. \r\nThe program was created by the most advanced trading technologies in the world. \r\nThe program is ahead of the market by 0.01 seconds. \r\nThis \'leaping time\' allows our system to be the most accurate and fastest program in the world. \r\nDue to this, you will receive passive income from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Lh=Gr&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nOur app has won numerous awards. \r\nWe were recently honored to receive the \'# 1\' award in the Trade Program category from the US Trade Association. \r\nOnce your registration is accepted, you automatically become a new user of the system. \r\nYou will be able to use the trading system for free. \r\nLike any other business, you need start-up capital to get started. \r\nTo start making profit with the system, you must invest 250 EURO or more. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Ni=Hw&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nClick \'trade\' to enjoy accurate and automated trading based on a winning algorithm. \r\nYou can also switch the system to manual mode if you prefer to trade yourself. \r\nBut we give a guarantee that in automatic mode your income will be from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Xs=Kg&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg'),(4450,'Shawnutelp','Passive income from 3000 EURO. Join and Become Rich with our unique system.','83671599557','mario_reichmann@freenet.de','Passive income from 3000 EURO. Join and Become Rich with our unique system. \r\n \r\nOur system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Gy=Lt&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nThere is no other trading application in the world like our system that gives 99.4% accuracy. \r\nTherefore, our members from all over the world trust us to double and triple their hard earned money. \r\nThe program was created by the most advanced trading technologies in the world. \r\nThe program is ahead of the market by 0.01 seconds. \r\nThis \'leaping time\' allows our system to be the most accurate and fastest program in the world. \r\nDue to this, you will receive passive income from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Lh=Gr&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nOur app has won numerous awards. \r\nWe were recently honored to receive the \'# 1\' award in the Trade Program category from the US Trade Association. \r\nOnce your registration is accepted, you automatically become a new user of the system. \r\nYou will be able to use the trading system for free. \r\nLike any other business, you need start-up capital to get started. \r\nTo start making profit with the system, you must invest 250 EURO or more. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Ni=Hw&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nClick \'trade\' to enjoy accurate and automated trading based on a winning algorithm. \r\nYou can also switch the system to manual mode if you prefer to trade yourself. \r\nBut we give a guarantee that in automatic mode your income will be from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Xs=Kg&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg'),(4451,'Shawnutelp','Passive income from 3000 EURO. Join and Become Rich with our unique system.','88722718216','stiefel.andreas@arcor.de','Passive income from 3000 EURO. Join and Become Rich with our unique system. \r\n \r\nOur system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Gy=Lt&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nThere is no other trading application in the world like our system that gives 99.4% accuracy. \r\nTherefore, our members from all over the world trust us to double and triple their hard earned money. \r\nThe program was created by the most advanced trading technologies in the world. \r\nThe program is ahead of the market by 0.01 seconds. \r\nThis \'leaping time\' allows our system to be the most accurate and fastest program in the world. \r\nDue to this, you will receive passive income from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Lh=Gr&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nOur app has won numerous awards. \r\nWe were recently honored to receive the \'# 1\' award in the Trade Program category from the US Trade Association. \r\nOnce your registration is accepted, you automatically become a new user of the system. \r\nYou will be able to use the trading system for free. \r\nLike any other business, you need start-up capital to get started. \r\nTo start making profit with the system, you must invest 250 EURO or more. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Ni=Hw&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nClick \'trade\' to enjoy accurate and automated trading based on a winning algorithm. \r\nYou can also switch the system to manual mode if you prefer to trade yourself. \r\nBut we give a guarantee that in automatic mode your income will be from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Xs=Kg&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg'),(4452,'jDFrNpkdRGELai','CctkZfVhPWMOQE','8336197713','jimbofl1@gmail.com','GwEYIpBH'),(4453,'ayUIWsetSOTcC','fTxMziwC','8072874648','jimbofl1@gmail.com','UdBlFEaroW'),(4454,'bPmhGCcsIDMH','dIoZxzYaK','9059216798','grandyjones@optonline.net','khRBWZNmTUQpv'),(4455,'mtEUJdiS','nkjtqMZQY','6789589604','grandyjones@optonline.net','IOdojVycl'),(4456,'CqpzIaiHtl','BGvRfFyuPSjNXhqw','5713317966','chadblevins@cox.net','LdotyYxjarJfqO'),(4457,'BVbdOJZTcIk','GqzEQVOBIC','7808969345','chadblevins@cox.net','gPkZSKmajOnlpN'),(4458,'ViOxakCZjmlUY','piZbNhqVjxLkPHmn','8257591974','davidmagun@gmail.com','joPFIEHeuOsRJA'),(4459,'DyaxFJMYvKCcLs','XyhCiqTzwPDt','9294593576','davidmagun@gmail.com','DBHmXRoZJNTSr'),(4460,'hTMsrFBSKfxXP','BgnafWXurdL','7499569185','leeobarbosa1@gmail.com','uJhSlznxbPpeoRf'),(4461,'rbRplGzgjUt','aWdtTDrxzfYgsXh','4452392242','leeobarbosa1@gmail.com','JqtjMmERscbTyr'),(4462,'zXgZpMIbRu','MZaCcLoWuiqVHJwm','2736858740','mcebooking@gmail.com','iQAHEXDIFBMWYU'),(4463,'vVGAqibmXgrSuoTw','upXqKsOjgkvi','6765658980','mcebooking@gmail.com','gmEJOMNhLyftQY'),(4464,'CAWFJLgEXrKiTO','LqgVKvzuWfo','2966375091','hepsie6km@yahoo.com','nJyXeqvbNCcfLduO'),(4465,'zMpYfnIHCLlOEU','FrTtjieHKcUvDOgo','2440539267','hepsie6km@yahoo.com','OtnNFYzZMoTGQxme'),(4466,'Mohammed AL-Kuwari','Ref: Partnership','85883582953','kuwari002@email-checker.us','Greetings. \r\nI am looking to work with you to engage in profit oriented ventures in your country. \r\nI have the directive of Sheikh Mubarak AL-Thani to source for a partner abroad who can accommodate 350M USD and 150M USD for Investment. The sum is derived from a Supply Contract by a foreign company with Qatar Petroleum Company in Doha - Qatar. \r\nWe shall reassign the necessary documents to reflect your name and also ensure payment is done by Qatar Petroleum Company. \r\nI guarantee we shall implement this transaction under a legitimate arrangement without breaking the law. \r\nMore details will follow upon your reply. \r\nRegards, \r\nDr.Mohammed AL-Kuwari \r\nWhatsapp: +971554845309 \r\nReply To: mohammedalkuwariinvestment01@gmail.com'),(4467,'MLQxejWYrGhbBv','ZatrTEcPyOekGz','3563870706','jaredoldham2009@gmail.com','tmMSXwKhIojlH'),(4468,'yRCxDkHYo','FpwIghZTbXLqloYP','3830445174','jaredoldham2009@gmail.com','fyViznXopJm'),(4469,'TYIhykDL','brSzXpCshDdJy','2594878721','djganoe2511@gmail.com','LmwsxZOQyeiChjMn'),(4470,'DMEtnirsvVw','oyxfhaqJiF','6795989907','djganoe2511@gmail.com','btuTeLAkJj'),(4471,'NoGdsFeChI','rbEFSoWGfdDtygq','2745124339','michael.wilson.10@hotmail.com','ZYWnLodMvDPQ'),(4472,'cDUlMHfWLuQR','qlbyBjYaupmX','5934643789','michael.wilson.10@hotmail.com','pAFXciEwoVOdQx'),(4473,'JosephRiste','Passive income from 3000 EURO. Join and Become Rich with our unique system.','82121957184','magali.paquiet@orange.fr','Our system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1vioi&sa=D&Fe=Jw&usg=AFQjCNFLclIyfyHFrFRX3HlmOdWKlAPzmA'),(4474,'JosephRiste','Passive income from 3000 EURO. Join and Become Rich with our unique system.','81271271343','marienicole1@hotmail.fr','Our system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1vioi&sa=D&Fe=Jw&usg=AFQjCNFLclIyfyHFrFRX3HlmOdWKlAPzmA'),(4475,'JosephRiste','Passive income from 3000 EURO. Join and Become Rich with our unique system.','83612274589','thriller62137@hotmail.fr','Our system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1vioi&sa=D&Fe=Jw&usg=AFQjCNFLclIyfyHFrFRX3HlmOdWKlAPzmA'),(4476,'JosephRiste','Passive income from 3000 EURO. Join and Become Rich with our unique system.','84289426625','pompelar@free.fr','Our system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1vioi&sa=D&Fe=Jw&usg=AFQjCNFLclIyfyHFrFRX3HlmOdWKlAPzmA'),(4477,'JosephRiste','Passive income from 3000 EURO. Join and Become Rich with our unique system.','87827857325','corexco3@orange.fr','Our system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1vioi&sa=D&Fe=Jw&usg=AFQjCNFLclIyfyHFrFRX3HlmOdWKlAPzmA'),(4478,'HxQzidJRP','wOPhYanHrzyR','2123282796','blane4213@gmail.com','nbUOCxINjKHLqkB'),(4479,'QLoEObuxY','JzZnrgvyijOfhLpN','7159193347','blane4213@gmail.com','ndkeltXyKofwcP'),(4480,'QqMordkuGheOVpY','riBpyEJSzho','6623654146','blaquera@pacbell.net','PYXglubKWGA'),(4481,'ZvQrxEAjh','TNuQtejJOdiroC','7997281438','blaquera@pacbell.net','JfsWHMznFoKDItyO'),(4482,'EBGHXtDyavg','LOJQsbMHUvBxe','2519215391','smith.monica.4211@gmail.com','CgxGoqyBSPJhFVHZ'),(4483,'wqLaBfSJMKrdTb','tSfojqueFLrVdAU','6538258218','smith.monica.4211@gmail.com','dgNftCDe'),(4484,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','88483238991','danielalbert@wanadoo.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qnq=qio&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&atq=opq&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4485,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','88876382849','jinpy@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qnq=qio&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&atq=opq&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4486,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','83683779136','edouard506@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qnq=qio&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&atq=opq&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4487,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','89643533149','laurakob62@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qnq=qio&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&atq=opq&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4488,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','85178552649','dnissmilitaire88@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qnq=qio&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&atq=opq&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4489,'foOyCMYUbeWHdDxg','AtGzylMFVYRws','6759799450','slogyncydr@gmail.com','aGxJYjrLoypgwXt'),(4490,'AhwUgQXCeoGl','QvleimMWs','3498459147','slogyncydr@gmail.com','kAuTNaLtlrjWh'),(4491,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','87577432719','bely86@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lhp=poa&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lsp=leo&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4492,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','86696956413','harrypotterb@free.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lhp=poa&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lsp=leo&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4493,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','87546318734','veroniquemaya1@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lhp=poa&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lsp=leo&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4494,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','87686251974','damien_44@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lhp=poa&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lsp=leo&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4495,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','83646358118','binettedu59@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lhp=poa&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lsp=leo&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4496,'qOwpvzYE','gxWXVAaOLZ','8329913434','co4281kubish@yahoo.com','cxCRINtlbZykYFW'),(4497,'PKakXSsmU','hoQcrvOJ','2661574197','co4281kubish@yahoo.com','gfbruoAk'),(4498,'OMZIzxCFBJEAGseK','YWMUzyeH','5412299824','devonaopal7f@yahoo.com','qxcCeHVyPTG'),(4499,'nsMmQcPCFRz','xnhrSvJHVYXki','2873959714','devonaopal7f@yahoo.com','VJhHyEIQgjoLFG'),(4500,'eCqDlkZNbMGwgjE','IOFGULEVN','6873668496','jphainess85@gmail.com','zvxrSVDlXujLdG'),(4501,'MchTRNvCkZL','XxFhrZLNdmw','2333839418','jphainess85@gmail.com','burPnJeSMTiw'),(4502,'yGTcLskDWZXACBu','JFugrxqUpOaYX','6269727195','bwigalban@yahoo.com','jExeZPrHTNQDucp'),(4503,'XUqpcahBz','qtBvpDuNkjPxfw','9743400608','bwigalban@yahoo.com','slEtKOxGwL'),(4504,'XqaPTmhf','QBdepmIFMtT','7682405454','ardiswdow@yahoo.com','RbDxUuiTKP'),(4505,'sDVJgTwMpHBkyFW','mfbnUWsAQOjDz','9894744690','ardiswdow@yahoo.com','pVtJfYMkmvEWdhQO'),(4506,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','88924422981','twinou06@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&ojl=pup&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qdl=lga&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4507,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','82182883616','djimi_w_timsa7@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&ojl=pup&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qdl=lga&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4508,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','87195732651','cedricviaud@live.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&ojl=pup&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qdl=lga&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4509,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','82542426613','journetcedric@hotmail.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&ojl=pup&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qdl=lga&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4510,'MatthewHoile','Der Bitcoin-Preis betragt in 5 Tagen 38500 US-Dollar','83415184578','sabrina.maisse@wanadoo.fr','Hallo. \r\nWissen Sie, dass Bitcoin in genau 5 Tagen 38.500 US-Dollar erreichen wird? \r\nJetzt ist es an der Zeit, Bitcoins zu kaufen. \r\nHier konnen Sie es ohne Dokumente und Identitatsprufung tun. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&ojl=pup&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nEs ist ein sehr beliebter Marktplatz fur eine Vielzahl von E-Wahrungen wie Bitcoin. \r\nIch habe bereits fur 100.000 Dollar gekauft. Da wird Bitcoin weiter im Preis steigen. \r\nVerpassen Sie nicht Ihre Chance und Sie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&qdl=lga&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ'),(4511,'uGYjWril','NiIoCYfwvtZnLV','7995500926','wb4650@gmail.com','AlgefbrvjL'),(4512,'EhFDaXCw','xSgJvKwuoFkOhCs','6712735752','wb4650@gmail.com','VCrzeqZgMuabo'),(4513,'McNInwFpme','TPRrlSpzkIZnahsx','2624186244','strangetheodore@hotmail.com','SRTfAzuilnFYykqN'),(4514,'jsFItvSCGq','tGIzgqJArvbyWM','7306996477','strangetheodore@hotmail.com','kOpGXPaeYdSHWLQl'),(4515,'Kennethlig','This housewife makes over $ 1,000,000 a month.','81551874548','nak45@live.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4516,'Kennethlig','This housewife makes over $ 1,000,000 a month.','84783456895','lemeeal@yahoo.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4517,'Kennethlig','This housewife makes over $ 1,000,000 a month.','85683584334','fredorlou13@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4518,'Kennethlig','This housewife makes over $ 1,000,000 a month.','86166147993','fleur2lys34@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4519,'Kennethlig','This housewife makes over $ 1,000,000 a month.','84715648347','lahoucine95@live.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4520,'bVLakDRfJmszlEhu','xUPwgpbhCMS','8745530021','suemalorn@gmail.com','xegPSQtmy'),(4521,'lmXZWUFwvBLRzJEM','lAyjCBdQSTXMKzVt','7527342566','suemalorn@gmail.com','jwMHDPSqFuJtV'),(4522,'Swisscrip bank','Subject COVID-19 resources and support','88144937558','no_reply@swiscripbank.com','Greetings \r\nSupporting you through continued change \r\nHowever you\'re navigating the impacts of COVID, we\'re here to help. \r\nMore ways to help \r\nWhether you need assistance with everyday banking, credit, or loans — for yourself or your business — we\'ve got you covered. \r\nhttps://swisscrips.com/crl \r\nReply to support@swisscrips.com'),(4523,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','84192219795','monniez.immobilier@orange.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4524,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','86735623114','domi8344@live.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4525,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','87477688668','ptitetetetriste@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4526,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','85939711558','mllexemil2ie@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4527,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','88466676314','isabelle.fayolle@sfr.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4528,'contactsejayh','We offer a service of sending newsletters via contact forms to the sites of business organizations via any domain zones of the world in any languages. ','123456789','kypelskajapetrjaka1989@rambler.ru','Good whatever time of day it is where you are! \r\n \r\nWe will send Your offers via follow-up forms to the sites of firms via all countries and domain zones of the world in all languages. \r\n \r\nYour commercial offer is sent to E-mail address \r\n of institution 100 percent will get to inside of the inbox folder! \r\n \r\n2000 bases: \r\nhttps://xn----7sbb1bbndheurc1a.xn--p1ai/prajs-list/ \r\n \r\nTest: \r\ntwenty thousand messages on foreign zones to your email - twenty $. \r\nWe need from You only E-mail, title and text of the letter. \r\n \r\nIn our price there are more 800 databases for all countries of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of sites - 1100$ \r\nAll European Union 28 countries 56752547 of domain names- 1000$ \r\nAll Asia 48 countries 14662004 of domain names - 300$ \r\nAll Africa 50 countries 1594390 of domain names - 200$ \r\nAll North and Central America in 35 countries 7441637 of domains - 300$ \r\nAll South America 14 countries 5826884 of sites - 200$ \r\nNew domains from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) - 500$ \r\nBusinesses of RF 4025015 - 300$ \r\nUkraine 1114526 of domains - 100$ \r\nAll Russian-speaking countries minus Russian Federation are 14 countries and there are 1979217 of domains - 200$ \r\nNew domains of the RF, registered 24-48 hours ago (A cycle of 15 mailings during the month) - 250$ \r\n \r\nDatabases for sending newsletters: \r\nWhois-service databases of sites for all nations of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP/S \r\nPlease, do not respond to this commercial offer from your email account, as it has been generated in automatic mode and will not get anywhere! \r\nContact Feedback form =» https://xn----7sbb1bbndheurc1a.xn--p1ai/to-order/ \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 20000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $300 \r\n \r\nNew websites from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) – 500$ \r\n \r\nBusinesses and organizations of the Russian Federation – there are 4025015 websites – $300 \r\n \r\nAll Russian-speaking countries minus Russia – there are 14 countries and 2440822 websites – $200 \r\n \r\nNew websites of the Russian Federation, registered 24-48 hours ago. (A cycle of 15 mailings during the month) – 250$ \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $150 \r\n \r\n295285 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\n3516251 websites online stores Worldwide – $250 \r\n \r\nCMS mailings: \r\n \r\n3dCart 14689 websites - $50 \r\nAdobe CQ5 133567 websites - $80 \r\nAdvance 17589 websites - $50 \r\nAdVantShop.NET 2453 websites - $30 \r\nALMA 7095 websites - $30 \r\nAmetys 2389 websites - $30 \r\nAmiro 29587 websites - $30 \r\nAngora 20357 websites - $50 \r\nAVS 1369 websites - $30 \r\nBbPress 1487 websites - $30 \r\nBESTWEB 2699 websites - $30 \r\nBigCommerce 78257 websites - $50 \r\nBitrix 319687 websites - $80 \r\nBlogger 658267 websites - $80 \r\nBlogspot 279865 websites - $80 \r\nBuddyPress 51477 websites - $50 \r\nBurning Board 4659 websites - $30 \r\nCatalyst Web 11689 websites - $50 \r\nClassiPress 11796 websites - $50 \r\nCMSimple 11052 websites - $30 \r\nConcrete5 72100 websites - $50 \r\nContao 110897 websites - $80 \r\nCONTENIDO 5069 websites - $30 \r\nConvio 2268 websites - $30 \r\nCoppermine Photo 1296 websites - $30 \r\nCS Cart 11400 websites - $30 \r\nDatalife Engine 42587 websites - $50 \r\nDede 230589 websites - $100 \r\nDedeEIMS 96068 websites - $50 \r\nDIAFAN 4058 websites - $30 \r\nDiscuz 47962 websites - $50 \r\nDjango 71167 websites - $50 \r\nDokuWiki 9588 websites - $30 \r\nDotnetnuke 82964 websites - $50 \r\nDrupal 978298 websites - $100 \r\nEasyBlog 1165978 websites - $100 \r\nEPiServer 29876 websites - $50 \r\nExpressionEngine 1769823 websites - $150 \r\neZ Publish 5367 websites - $30 \r\nF- 9356 websites - $30 \r\nFireBoard 1567 websites - $30 \r\nGeneral Blogs 2067 websites - $30 \r\nGetSimple 23094 websites - $50 \r\nHost 6871 websites - $30 \r\nHostCMS 5042 websites - $30 \r\nHubSpot 31762 websites - $50 \r\ni- 9438 websites - $30 \r\nImage 1368 websites - $30 \r\nInSales 14149 websites - $50 \r\nInSales 11081 websites - $30 \r\nInstantCMS 4136 websites - $30 \r\nInteractiveBBS 32367 websites - $50 \r\nInvision Power Board 2430 websites - $30 \r\nIPBoard 2266 websites - $30 \r\nIT 15189 websites - $50 \r\njforum 1056 websites - $30 \r\njobberBase 3387 websites - $30 \r\nJoomla K2 154367 websites - $80 \r\nJoomla 1906994 websites - $200 \r\nKoobi 3722 websites - $30 \r\nLiferay 5137 websites - $30 \r\nMade Simple 20567 websites - $50 \r\nMagento 369447 websites - $80 \r\nMediaMaxScript 103896 websites - $80 \r\nMediaWiki 41468 websites - $50 \r\nMicrosoft SharePoint 13198 \r\nMODx 64023 websites - $50 \r\nMoodle 8195 websites - $30 \r\nMovable Type 13096 websites - $50 \r\nMyBB 4367 websites - $30 \r\nmyUPB 3397 websites - $30 \r\nNetCat 7294 websites - $30 \r\nNG 18356 websites - $50 \r\nNING 3687 websites - $30 \r\nNopCommerce 18600 websites - $30 \r\nOpen 5916 websites - $30 \r\nOpenCart 667000 websites - $80 \r\nOsclass 4652 websites - $30 \r\nosCommerce 68468 websites - $50 \r\nOUR- 3096 websites - $30 \r\nOXID eShop 12200 websites - $50 \r\nOxwall 6800 websites - $30 \r\nParallels Plesk Sitebuilder 174216 websites - $80 \r\nphp 14367 websites - $50 \r\nphp Link 2298 websites - $30 \r\nphpBB 24400 websites - $30 \r\nPHP-Fusion 2596 websites - $30 \r\nPHPMelody 2365 websites - $30 \r\nPHP-Nuke 2489 websites - $30 \r\nPHPShop 2667 websites - $30 \r\nPHPWeb 29789 websites - $50 \r\nPHPWind 4032 websites - $30 \r\nPlone 84962 websites - $50 \r\nPowerEasy 1697 websites - $30 \r\nPrestashop 434100 websites - $80 \r\nQuestion2Answer 5598 websites - $30 \r\nR 296498 websites - $80 \r\nReadyScript 6487682 websites - $80 \r\nS.Builder 394367 websites - $80 \r\nShopify 6093709 sites websites - $400 \r\nShoutbox 145564 websites - $80 \r\nSilverStripe 31721 websites - $50 \r\nSimpla 17429 websites - $50 \r\nSitecore 74861 websites - $50 \r\nSitefinity 4183 websites - $30 \r\nSMF 8111 websites - $30 \r\nSocialGO 54267 websites - $50 \r\nSPIP 28269 websites - $50 \r\nSquarespace 1098231 websites - $100 \r\nStoreLand 8257 websites - $30 \r\nSupeSite 12367 websites - $50 \r\nTextpattern 10900 websites - $30 \r\nTikiWiki 1446 websites - $30 \r\nTilda 47396 websites - $50 \r\nTumblr 302357 websites - $80 \r\nTYPO3 845009 websites - $80 \r\nUmbraco 146064 websites - $80 \r\nUMI.CMS 13191 websites - $50 \r\nVamShop 1737 websites - $30 \r\nvBulletin 14460 websites - $30 \r\nVolusion 16006 websites - $50 \r\nWallpaperSiteScript 2811 websites - $30 \r\nWeebly 191753 websites - $80 \r\nWix 3379081 sites websites - $250 \r\nWooCommerce 4459525 websites - $310 \r\nWordpress 35354537 websites - $650 \r\nXenForo 21105 websites - $30 \r\nXOOPS 20467 websites - $50 \r\nXpressEngine 8565 websites - $30 \r\nZen Cart 26524 websites - $30 \r\n \r\nCountry: \r\n \r\n.ae 200462 websites UAE - $50 \r\n.ae 1820 websites International zone UAE:.com .net .biz .info .name .tel \r\n.ag 11931 websites Antigua and Barbuda - $50 \r\n.ai 33130 websites Anguilla - $50 \r\n.am 21995 websites Armenia - $50 \r\n.am 1684 websites International zone Armenia:.com .net .biz .info .name .tel \r\n.ar 782608 websites Argentina - $80 \r\n.ar 75496 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ar.com 135 websites - $30 \r\n.at 1356722 websites Austria - $100 \r\n.at 181907 websites International zone Austria :.com .net .biz .info .name \r\n.au 2432174 websites Australia - $150 \r\n.au 461279 websites International zone Australia:.com .net .biz .info .name \r\n.az 17855 websites Azerbaijan - $50 \r\n.az 2036 websites International zone Azerbaijan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ba 15725 websites Bosnia and Herzegovina - $30 \r\n.ba 2291 websites international zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia-$30 \r\n.be 1349658 websites Belgium - $100 \r\n.be 1056248 websites International zone Belgium:.com .net .biz .info .name \r\n.bg 54418 websites Bulgaria - $50 \r\n.bg 50685 websites International zone Bulgaria:.com .net .biz .info .name \r\n.bo 2602 websites Bolivia - $30 \r\n.bo 29415 websites International zone Bolivia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.br 3205100 websites Brazil - $200 \r\n.br 1230078 websites International zone Brazil:.com .net .biz .info .name . \r\n.by 99148 websites Belarus - $50 \r\n.by 1574 websites International zone Belarus:.com .net .biz .info .name .tel \r\n.ca 2587463 websites Canada - $150 \r\n.ca 288395 websites International zone Canada:.com .net .biz .info .name \r\n.cc 436396 websites - $80 \r\n.cc 1920589 websites Cocos Keeling Islands- $150 \r\n.cf 2461460 websites Central African Republic - $150 \r\n.cg 526 websites Congo - $30 \r\n.ch 1629450 websites Switzerland - $100 \r\n.ch 205292 websites International zone Switzerland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ci 5794 websites Cote d\'Ivoire - $30 \r\n.ci 112 websites International zone Cote d\'Ivoire:.com .net .biz .info .name \r\n.cl 590401 websites Chile - $80 \r\n.cl 65996 websites International zone Chile:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.cm 29221 websites Cameroon- $50 \r\n.cn 23160610 websites China - $600 \r\n.cn 1372416 websites International zone China:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.co 1878923 websites Colombia - $100 \r\n.co 10854 websites International zone Colombia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.cx 15753 websites Christmas Island - $50 \r\n.cy 11092 websites Cyprus - $50 \r\n.cy 744 websites International zone Cyprus:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.cz 1001208 websites Czech Republic - $100 \r\n.cz 193400 websites International zone Czech Republic:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.de 15078512 websites Germany - $350 \r\n.de 3894156 websites International zone Germany:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.dk 1319155 websites Denmark - $100 \r\n.dk 148164 websites International zone Denmark:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.dm 23318 websites Dominica - $50 \r\n.dn.ua 1835 websites - $30 \r\n.do 5255 websites Dominican Republic- $30 \r\n.dy.fi 1112 websites - $30 \r\n.dz 5382 websites Algeria - $30 \r\n.ec 11731 websites Ecuador - $50 \r\n.ec 2897 websites International zone Ecuador:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ee 131791 websites Estonia- $50 \r\n.ee 10490 websites International zone Estonia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.es 1509048 websites Spain - $100 \r\n.es 683845 websites International zone Spain:.com .net .biz .info .name .tel .eu 3046076 websites Europe - $150 \r\n.eu 633384 websites International zone Europe:.com .net .biz .info .name .fi 361111 websites Finland - $80 \r\n.fi 69631 websites International zone Finland:.com .net .biz .info .name .fr 2810983 websites France - $150 \r\n.fr 639546 websites International zone France:.com .net .biz .info .name .ge 24598 websites Georgia - $50 \r\n.ge 1676 websites International zone Georgia:.com .net .biz .info .name .tel .gf 996 websites French Guiana - $30 \r\n.gg 10528 websites Guernsey islands - $50 \r\n.gh 703 websites Ghana - $30 \r\n.gi 981 websites Gibraltar - $30 \r\n.gp 2044 websites Guadeloupe - $30 \r\n.gq 2027422 websites Equatorial Guinea - $100 \r\n.gr 327215 websites Greece - $80 \r\n.gr 57984 websites International zone Greece:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.gt 15351 websites Guatemala - $50 \r\n.hk 116093 websites Hong Kong - $50 \r\n.hm 335 websites Heard & McDonald islands - $30 \r\n.hn 4732 websites Honduras - $30 \r\n.hr 75736 websites Croatia - $50 \r\n.hr 16592 websites International zone Croatia:.com .net .biz .info .name .tel .mobi .asia \r\n.ht 1299 websites Haiti - $30 \r\n.hu 53940 websites International zone Hungary:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ie 209620 websites Ireland - $50 \r\n.ie 49861 websites International zone Ireland:.com .net .biz .info .name .il 196266 websites Israel - $80 \r\n.il 38537 websites International zone Israel:.com .net .biz .info .name .tel .in 1157482 websites India - $100 \r\n.in 266179 websites International zone India:.com .net .biz .info .name .tel .io 496216 websites British Indian Ocean - $80 \r\n.iq 2401 websites Iraq - $30 \r\n.ir 574258 websites Iran - $80 \r\n.ir 15487 websites International zone Iran:.com .net .biz .info .name .tel .mobi .asia \r\n.it 2410105 websites Italy – $150 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 3016 websites Ireland - $30 \r\n.jp 1825219 websites Japan - $150 \r\n.jp 4683252 websites International zone Japan:.com.net.biz.info.org.name.tel.mobi.asia-$200 \r\n.jp.net 5170 websites - $30 \r\n.ke 14677 websites Kenya - $50 \r\n.kg 10350 websites Kyrgyzstan - $30 \r\n.kg 664 websites International zone Kyrgyzstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ki 79 websites Kiribati - $30 \r\n.kn 3211 websites Saint Kitts and Nevis - $30 \r\n.kr 272463 websites Korea- $80 \r\n.kw 484 websites Kuwait - $30 \r\n.ky 5783 websites Cayman Islands - $30 \r\n.kz 113180 websites Kazakhstan - $80 \r\n.kz 5876 websites International zone Kazakhstan:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.lc 1121 websites Saint Lucia - $30 \r\n.lk 32654 websites Sri Lanka - $30 \r\n.lt 137666 websites Lithuania- $50 \r\n.lt 27710 websites International zone Lithuania:.com .net .biz .info .name .tel .mobi .asia- $50 \r\n.lu 74322 websites Luxembourg - $50 \r\n.lu 4125 websites International zone Luxembourg:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.lv 86593 websites Latvia - $50 \r\n.lv 8887 websites International zone Latvia:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.ma 59103 websites Morocco - $50 \r\n.mc 3046 websites Monaco - $30 \r\n.md 16730 websites Moldova - $50 \r\n.md 1293 websites International zone Moldova:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.me 761596 websites Montenegro - $80 \r\n.me 86897 websites International zone Montenegro:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.mg 3715 websites Madagascar- $30 \r\n.mk 13266 websites Macedonia - $50 \r\n.ml 2158835 websites Mali - $100 \r\n.mn 17044 websites Mongolia - $50 \r\n.mq 1112 websites Martinique (French) - $30 \r\n.mr 776 websites Mauritania - $30 \r\n.ms 7265 websites Montserrat - $30 \r\n.mt 1402 websites Malta - $30 \r\n.mu 6475 websites Maurifius - $30 \r\n.mv 1996 websites Maldives - $30 \r\n.mw 8579 websites Malawi - $30 \r\n.mx 670901 websites Mexico- $80 \r\n.mx 174571 websites International zone Mexico:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.my 143039 websites Malaysia- $50 \r\n.na 1094 websites - $30 \r\n.nc 3497 websites New Coledonia (French) - $30 \r\n.nl 3925784 websites Netherlands - $200 \r\n.nl 1019697 websites International zone Netherlands:.com .net .biz .info .name .tel .mobi .asia-$100 \r\n.no 620882 websites Norway - $80 \r\n.no 74318 websites International zone Norway:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.nu 255161 websites Niue- $50 \r\n.nz 593127 websites New Zealand - $80 \r\n.om 1701 websites Oman - $30 \r\n.pe 83224 websites Peru - $50 \r\n.pe 59157 websites International zone Peru:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pk 44464 websites Pakistan - $50 \r\n.pl 1795299 websites Poland - $100 \r\n.pl 327587 websites International zone Poland:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.pr 1358 websites Puerto Rico - $30 \r\n.pt 263136 websites Portugal - $80 \r\n.pt 17691 websites International zone Portugal:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.py 5593 websites Paraguay - $30 \r\n.py 653 websites International zone Paraguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.re 15089 websites Reunion (French) - $50 \r\n.ro 424401 websites Romania - $80 \r\n.ro 42046 websites International zone Romania:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.rs 85503 websites Serbia - $50 \r\n.ru 5025331 websites Russian - $250 \r\n.ru 514668 websites International zone Russian:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.rw 3806 websites Rwanda - $30 \r\n.sa 20421 websites Saudi Arabia- $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com .net .biz .info .name .tel .mobi .asia - $30 \r\n.sc 4442 websites Seychelles- $30 \r\n.se 1491677 websites Sweden - $100 \r\n.se 293316 websites International zone Sweden:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.sg 150351 websites Republic Of Singapore - $50 \r\n.sh 7560 websites Saint Helena - $30 \r\n.si 103778 websites Slovenia- $50 \r\n.si 12879 websites International zone Slovenia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.sk 414198 websites Slovakia- $80 \r\n.sk 31572 websites International zone Slovakia:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.sm 8897 websites San Marino - $30 \r\n.sn 344 websites International zone Senegal:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.sn 4465 websites Senegal - $30 \r\n.sr 580 websites Suriname - $30 \r\n.sv 8432 websites Salvador- $30 \r\n.sx 2901 websites Sint Maarten - $30 \r\n.sy 2972 websites Syria - $30 \r\n.sz 321 websites Swaziland - $30 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.tf 19841 websites French Sauthern Territory - $50 \r\n.tg 1230 websites Togo - $30 \r\n.th 22368 websites Kingdom Of Thailand- $50 \r\n.tj 6874 websites Tajikistan- $30 \r\n.tj 34 websites International zone Tajikistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tk 20085806 websites Tokelau - $500 \r\n.tl 2748 websites East Timor - $30 \r\n.tm 6395 websites Turkmenistan- $30 \r\n.tm 44 websites International zone Turkmenistan:.com .net .biz .info .name .tel .mobi .asia \r\n.tr 243347 websites Turkey - $80 \r\n.tr 138818 International zone Turkey:.com .net .biz .info .name .tel .mobi .asia -$50 \r\n.tt 1017 websites Trinidad & Tobago - $30 \r\n.ua 553216 websites Ukraina - $80 \r\n.ua 147202 websites International zone Ukraine:.com .net .biz .info .name .tel .mobi .asia-$50 \r\n.ug 3806 websites Uganda - $30 \r\n.ug 720 websites International zone Uganda:.com .net .biz .info .name .tel .mobi.asia-$30 \r\n.uk 5975887 websites United Kingdom - $250 \r\n.uk 3304606 websites International zone United Kingdom:.com .net .biz .info .name .tel .mobi .asia-$150 \r\n.us 3139563 websites USA - $200 \r\n.us 578927 websites International zone USA:.com .net .biz .info .name .tel .mobi .asia-$80 \r\n.uy 15571 websites Uruguay - $50 \r\n.uy 31812 websites International zone Uruguay:.com .net .biz .info .name .tel .mobi .asia-$30 \r\n.uz 38357 websites Uzbekistan - $50 \r\n.uz 365 websites International zone Uzbekistan:.com .net .biz .info .name .tel .mobi .asia \r\n.vc 18641 websites Saint Vincent & Grenadines - $50 \r\n.ve 14015 websites Venezuela - $50 \r\n.ve 2898 websites International zone Venezuela:.com .net .biz .info .name .tel .mobi .asia - $30 \r\n.vg 8389 websites Virgin Islands (British) - $50 \r\n.vi 109 websites Virgin Islands (US) - $30 \r\n.vn 436005 websites Vietnam - $80 \r\n.vn 161855 websites International zone Vietnam:.com .net .biz .info .name .tel .mobi .asia - $50 \r\n.vu 1051 websites Vanuatu - $30 \r\n.wf 1133 websites Wallis & Futuna Islands - $30 \r\n.ws 99308 websites Samoa - $80 \r\n.ye 18 websites Yemen - $30 \r\n.yt 2004 websites Mayotte - $30 \r\n.za 1008308 websites South Africa - $100'),(4529,'XloBtwaUjvKRsk','QkjrLVKdsDmciU','3263573943','aurahollandd@gmail.com','RpjDEeAmUoNk'),(4530,'xREkrCbKnAvO','cJwujfWCnzAMUVdp','6188025478','aurahollandd@gmail.com','hPkFwZSuQ'),(4531,'sheeza','consultancy','03088564578','sheeza.zaidi@techloyce.com','this is test email.'),(4532,'wUDxbOlp','PEatKbNyeQYUdpH','7059063955','pkking@butler.edu','bxUghYLpvEq'),(4533,'tqXEBbNovcjhLZ','UCRtyEfOwh','8239844713','pkking@butler.edu','ECnleoYAGO'),(4534,'BUkxXRTumAhw','ZICxDTHf','6964946351','dave_millen@aeco-systems.com','CcoUDtElYmSa'),(4535,'zeGNSxtwD','cnOTWipLRMEoPm','5678020210','dave_millen@aeco-systems.com','jbfdsFvnoaR'),(4536,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','83245187837','biyundha@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4537,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','86935487559','galip17@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4538,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','88476323673','nboudemagh@yahoo.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4539,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','83264747318','stevy_85@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4540,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','85721152867','petitedruidecelte@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4541,'Test Techloyce','This is test email','7667666','ahsan@gmail.com','This is testing email here'),(4542,'ZQNuhBvKM','swGRuVySzHJKaL','9515841296','anishaspellman25@gmail.com','GPHLwuWTbjkq'),(4543,'tgwcIXbhoMGjAV','zRaEfBxjWm','2456062216','anishaspellman25@gmail.com','xrwPsWThILkcHCt'),(4544,'ZfBiqLeKrPDUhaw','tjLSqKfpxwBJiy','6600542189','olivia.catus@laposte.net','wgjtYfTIGcKhvXil'),(4545,'tuXeQnJVEWaiBGPm','PpiCeoKWhB','5483174298','olivia.catus@laposte.net','MtWDUNiXpcFCK'),(4546,'LRYhaWxSyMspT','EthYHkPjZaiS','7835588557','excellatran@gmail.com','iVyoeCDRJuh'),(4547,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','89978921982','yassinlalgeri1@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4548,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','87693145273','cam97.chatelard@free.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4549,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','83856842785','gaetanev@live.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4550,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','85284575143','femmedumonde97@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4551,'Arthurmiz','This housewife makes over $ 1,000,000 a month.','84878447528','angeles@hotmail.fr','This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ'),(4552,'AvwuiQVdGLnhlZ','baHlmQtOvWZKAUfB','3632115155','jason@dasorestoration.com','apkxRWBSGndfTP'),(4553,'SZjUpsLrtcJd','WlERdnpYjXwD','9562419423','jason@dasorestoration.com','fxOLbdTrIiqES'),(4554,'XMDldIZWV','eTfsKZHyOSdc','7280037112','mspebbles714@msn.com','CDfTVAeQRZwuS'),(4555,'WBzARvnZVJgcX','uYwTkOEie','8525175129','mspebbles714@msn.com','klYWZPmqnJF'),(4556,'sVWkCxXa','GvmIaDpFZQzOVr','9530024326','ship-wreck-1@hotmail.com','zYIjcnNtolZdHPbQ'),(4557,'bRiQEXDvku','GiOcvxHLVE','2260428799','ship-wreck-1@hotmail.com','vYBxugZfCer'),(4558,'HLyehrGbmndUiaz','dZGHMihQ','4877728164','naadia3572@gmail.com','auoXUpFD'),(4559,'bDsIxHuBJvg','WIlQXrDG','6846699145','naadia3572@gmail.com','AmkQSdKFvghLyUGc'),(4560,'lcHiZCTBKf','dnGAWSxKqO','4617764915','cmouterde@gmail.com','QExRwofLNhgFuq'),(4561,'EysaBpWhblXA','XJWQGzCa','3494462888','cmouterde@gmail.com','AxeoPJlrj'),(4562,'SGDpAHxTOjkiLq','dIlRNYtvjDxGe','9776470916','liaarobinsonbrett@gmail.com','MwVEuxPoB'),(4563,'OUVxTtsvIcCLnrqu','fPVsSpeBWrNQ','9765415695','liaarobinsonbrett@gmail.com','jhtOxZKYG'),(4564,'Clair','Make cash with us!','06-86656483','grillo.clair@msn.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'),(4565,'nrvSHWfqyKCap','MVDYjizx','6009542832','sahyounnadine@gmail.com','nUlPBvGhxTVEy'),(4566,'lIbFOALrCzfW','yaWStJLiOKq','3157314300','sahyounnadine@gmail.com','lUpwyFGrYWMcdQ'),(4567,'TEST','TEST','22222222222','TEST@GMAIL.com','This is testing message here'),(4568,'Techloyce Test','8888888','6666666666','techloyce_Advisor@gmail.com','This is testing here7'),(4569,'Techloyce Test','88888888','6666666666','techloyce_Advisor@gmail.com','This is testing here'),(4570,'Techloyce Test','This is test email','6666666666','techloyce_Advisor@gmail.com','ttt'),(4571,'Techloyce Test','hhhhh','6666666666','techloyce_Advisor@gmail.com','Thisi si'),(4572,'Techloyce Test','This is test email','6666666666','techloyce_Advisor@gmail.com','This is testing here'),(4573,'Techloyce Test','nnn','6666666666','techloyce_Advisor@gmail.com','nn'),(4574,'Techloyce Test','nnn','6666666666','techloyce_Advisor@gmail.com','nnn'),(4575,'Techloyce Test','mn','6666666666','techloyce_Advisor@gmail.com','n n'),(4576,'Techloyce Test','mm','6666666666','techloyce_Advisor@gmail.com','mm'),(4577,'TEST','User','iiiiii','ahsan171.techloyce@gmail.com','This is testing here'),(4578,'Techloyce Test','hhh','6666666666','techloyce_Advisor@gmail.com','mljhl'),(4579,'Techloyce Test','This is test email','6666666666','ahsan171.techloyce@gmail.com','Thusi'),(4580,'Techloyce Test','This is test email','6666666666','ahsan171.techloyce@gmail.com','This is testing hh'),(4581,'ReiTSLtP','LgpQiDnmER','3438454467','dancergirlelanah@comcast.net','bRBhLOJIfVTnaU'),(4582,'rTeJqvXVOBZGsx','paQKzALWIXuHEM','6513914307','dancergirlelanah@comcast.net','xqptmjUzTQsWZNK'),(4583,'GregoryJes','Invest $ 690 in Cryptocurrency once and get $ 88433 passive income per month','83126372799','gabin85@live.fr','Passive Income: How To Make $2700 Per Day >>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpm9&sa=D&Zq=Hd&usg=AFQjCNFNXiQzR3mOlLz5uPPPjn9P7qcpUA <<<<<<<<<<<<<'),(4584,'wdGXTEKcPvNRf','bWVwoYTAXJ','9773923195','stefanigst0@yahoo.com','ExZdKGOrlIL'),(4585,'GregoryJes','Passive Income - The EASIEST Way To Make $1000 Per Day','88156984627','davidbalandras@free.fr','Passive Income - The EASIEST Way To Make $1000 Per Day >>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpm9&sa=D&Je=Sp&usg=AFQjCNFNXiQzR3mOlLz5uPPPjn9P7qcpUA <<<<<<<<<<<<<'),(4586,'Gabriel Angelo','Business financing','88925867832','g.a7.6.5.2.7.1.9@gmail.com','Dear Entrepreneur, \r\n \r\nI\'m Gabriel Angelo, My Company can bridge fund for your new or ongoing Business. Do let me know when you receive this message for further procedure. \r\n \r\nYou can reach me using this email address: gabriel_angelo@nestalconsultants.com \r\n \r\nRegards, \r\nGabriel Angelo'),(4587,'GregoryJes','Invest $ 690 in Cryptocurrency once and get $ 88433 passive income per month','83841172887','achou77@live.fr','Passive Income - Way To Make $1500 Per Day >>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpm9&sa=D&Zd=Ay&usg=AFQjCNFNXiQzR3mOlLz5uPPPjn9P7qcpUA <<<<<<<<<<<<<'),(4588,'cZsbrkJVL','znvtaPMb','4429487849','lovejenny856@yahoo.com','GbtrjfanWsZPMloK'),(4589,'zqYWCfZOKeVDs','hyXPNqWF','6432076482','lovejenny856@yahoo.com','eaFDrNGSdyhs'),(4590,'sheeza Zaidi','consultancy','03088564578','sheeza.zaidi@techloyce.com','this is test'),(4591,'Test','test','22222222','ahsan171.techloyce@gmail.com','Thisi is testing email'),(4592,'GregoryJes','Passive Income: How To Make $2700 Per Day','87864291416','hafid13100@hotmail.fr','Make $12000/month Passively - Passive Income >>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpgr&sa=D&Xs=Je&usg=AFQjCNFtc0f-Znle2hYDkjNlqovjfh5SnQ <<<<<<<<<<<<<'),(4593,'Graig','Find Out Your Romantic Compatibility With Your Mate','303-800-6255','sales1@astrologicalstudio.com','Are you and your mate a good match? Find out with a Romantic Compatibility Report, your best resource for a romantic comparison. Recently called \"the best chart comparison report on the market\" by American Astrology magazine. Compares the charts of two individuals using the synastry, or inter-aspects. Includes a colorful bi-wheel chart with complete interpretations. What is it about them that\'s so appealing? Why do they make you laugh as no one else can? Do you have long-term potential? How can you help each other grow? Whether it\'s a new flirtation or a lifelong partnership, your stars light the way to a deeper understanding of yourself, your lover, and your relationship. Find out why American Astrology magazine calls it \"the best chart comparison report on the market.\" Discover your lover... Please visit our site https://astrologicalstudio.com for more information. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX ASTROLOGICAL STUDIO, sales@astrologicalstudio.com, https://astrologicalstudio.com\r\n'),(4594,'Carey','SendBulkMails.com','078 5885 2708','carey@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'),(4595,'GregoryJes','Your bank account received a payment of $ 357000. Take your money urgently','89736967571','Ben.Horne@mcmedia.com.au','Way To Earn $358000 Per Week In Passive Income >>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpgr&sa=D&Fq=Jw&usg=AFQjCNFtc0f-Znle2hYDkjNlqovjfh5SnQ <<<<<<<<<<<<<'),(4596,'GregoryJes','Your card has received a payment of $ 113000. Take your money','82943179598','ekkk@aon.at','Passive income from $ 1300 per day with a one-time investment of $ 700 >>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpgr&sa=D&Bt=Cu&usg=AFQjCNFtc0f-Znle2hYDkjNlqovjfh5SnQ <<<<<<<<<<<<<'),(4597,'Willieflile','Elon Musk distributes 5,000 Bitcoins','83412789327','koehr@gmx.de','Elon Musk distributes 5,000 Bitcoins \r\n \r\nTesla started the campaign for the distribution of bitcoins from yesterday. The action says that only 5,000 bitcoins will be distributed, but one of the commentators said that in fact, Elon Musk intends to distribute 25,000 bitcoins. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Ky=Gq&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nToday I sent 3 Bitcoins to Tesla and received 6 Bitcoins back !!! Bitcoins are returned doubled. The company\'s website keeps statistics in real time, who sent and received how many bitcoins in double the amount. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Di=Hp&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nToday I intend to send 3 more bitcoins and quit my annoying job, I also handed out all my debts and looked after myself a brand new BMW X5 in a car dealership. Hurry up and you, because there are a lot of people who want to and everyone wants to get double profits just like that. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Ca=Fh&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw'),(4598,'kKDqaLIQsBRnVpP','yXYfLunQJq','9792232828','carrie.yergeau@yahoo.com','dOKngRDcv'),(4599,'QZyzPBnrWoAVdilH','snAQNgSLZwzypTq','4391656524','carrie.yergeau@yahoo.com','CfauXbnSBGrjkowN'),(4600,'Mario','Negative SEO Services','036374 19 27','yarnold.irwin@msn.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/\r\n\r\n'),(4601,'BillyHax','Elon Musk 5,000 BTC Giveaway!','86395454518','jbots1@kpnmail.nl','Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Hw=Nw&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Dw=St&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw'),(4602,'LqMujItAkEasv','noXyIJejiN','2960876237','joanthan.twiggs@yahoo.com','oQjpfrJyYncdbWL'),(4603,'Fred Walker','Error on your website','502-863-0094','walker8294@gmail.com','It looks like this link is broken on your site: https://www.advisiahub.com/www.advisiahub.com\r\n\r\nI thought you would like to know :). Silly mistakes can ruin your site\'s credibility. I\'ve used a tool called linkSniff.com in the past to keep mistakes off of my website.\r\n\r\n-Fred'),(4604,'BillyHax','Elon Musk 5,000 BTC Giveaway!','88526872195','dratha@gmail.com','Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Xt=Li&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Bg=Hy&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw'),(4605,'BillyHax','Elon Musk 5,000 BTC Giveaway!','85492914829','winsumlusum@yahoo.com','Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&De=Cy&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Fd=Xi&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw'),(4606,'BillyHax','Elon Musk 5,000 BTC Giveaway!','88295694316','missnikki2003@yahoo.com','Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Va=Aa&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Dq=Zr&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw'),(4607,'BillyHax','Elon Musk 5,000 BTC Giveaway!','87475738177','cookie673@gmail.com','Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Ny=Ky&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Ge=Do&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw'),(4608,'SergioBok','Elon Musk 5,000 BTC Giveaway!','88994317755','tkaz199@gmail.com','Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Bg=Si&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Zg=Dw&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ'),(4609,'gkSBFMIzRQ','pcSMQhyqoUgE','4457192156','frankie.lascelles@yahoo.com','HTRgIfsSMC'),(4610,'wVlWQUHLDRk','hYFBagskXnHTIE','5729503276','frankie.lascelles@yahoo.com','lheNuyvGcaHfdPIn'),(4611,'pNbylIvfakusL','imVQtkjM','3778068920','korirogers192@yahoo.com','UOVCjqsAnzF'),(4612,'CJfhiQWHEZDXMGS','MeFanxolpPDwA','9704455480','korirogers192@yahoo.com','xPYjkhvCtuXoN'),(4613,'jutt','test','65656565656565656565','hamzatechloyce@gmail.com','thest '),(4614,'jutt','test','65656565656565656565','hamzatechloyce@gmail.com','thest '),(4615,'tdNzFwXuvUgDokPx','iaPGMLjgA','5676053051','carepolksb@gmail.com','PdqaYvhWlsmbOVzQ'),(4616,'Mariaobege','Now Elon Musk is giving away 35,000 Bitcoins!','87494865193','mracancoj2711@hotmail.com','Now Elon Musk is giving away 35,000 Bitcoins! Manage to get your bitcoins. \r\nElon Musk handed out 5,000 bitcoins last week. \r\nDue to this action, people have increased interest in Tesla and car sales have grown 4 times. \r\nThis action was attended by 2,975 people. \r\nStarting this week, Elon Musk has decided to give away 35,000 Bitcoins! \r\nHurry up while the promotion has just started. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc24NxR&sa=D&Vr=Zq&usg=AFQjCNHFDrOrotnkWz-aKLK5PDtwSFBYXA \r\nI have already sent 5 bitcoins and received 13 bitcoins back, which is more than 2 times. \r\nI have already distributed all the debts and quit my job. \r\nNow I want to buy a house and a brand new BMW from future profits. \r\nTomorrow I will send 9 Bitcoins already. \r\nHurry up to get your Bitcoins, I have never seen such a freebie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc24NxR&sa=D&Nd=Hd&usg=AFQjCNHFDrOrotnkWz-aKLK5PDtwSFBYXA'),(4617,'wZXbSLRgNkY','wyfUmCVSOY','9280101333','wenhuizhang816@gmail.com','VimedfRUy'),(4618,'hueLFszDNkVpCa','RavoIEFl','6381068871','wenhuizhang816@gmail.com','OnbTeaZlcKXr'),(4619,'jVHBycfSZPsNOCQg','CqZkmWaHdADrsI','5428771291','motsko@plateautel.net','fBhiVoYAN'),(4620,'wRvfusGLiTFSdJ','wVamuqAFbsGHh','9851304524','motsko@plateautel.net','lUfMnxyzXeNg'),(4621,'CIbrYkMWaRiK','VCKyucrPjAkZanxt','2474312966','olga@rwstrauss.com','jmYhOnZR'),(4622,'AztbZoqVrnKBLp','RqEkAlnMULKsgzP','5621930759','olga@rwstrauss.com','eCTIQdjmUl'),(4623,'jutt','test','65656565656565656565','wepay415@gmail.com','test'),(4624,'JosephChore','сайт','83449578647','w1ha2@goposts.site','Hi, here on the forum guys advised a cool Dating site, be sure to register - you will not REGRET it <a href=https://bit.ly/2XbVumI>https://bit.ly/2XbVumI</a>'); /*!40000 ALTER TABLE `leads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messages` -- DROP TABLE IF EXISTS `messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `messages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `advisor_id` int(11) NOT NULL, `message_by` tinyint(4) NOT NULL COMMENT '1 = Dealer, 2 = user', `status` tinyint(4) NOT NULL COMMENT '0 = unread, 1 = read', `message` varchar(6000) NOT NULL, `message_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `messages` -- LOCK TABLES `messages` WRITE; /*!40000 ALTER TABLE `messages` DISABLE KEYS */; INSERT INTO `messages` VALUES (1,41,45,1,0,'I am Accepting This','2018-01-03 14:48:45'),(2,41,45,2,0,'Thanks','2018-01-03 14:49:35'),(3,41,45,2,0,'25000','2018-01-03 14:54:30'),(4,41,45,1,0,'Thanks','2018-01-03 17:13:49'),(5,41,45,2,0,'Welcome','2018-01-03 17:18:01'),(6,41,45,2,0,'acceptimg this','2018-01-04 15:31:55'),(7,41,45,2,0,'','2018-01-04 17:12:39'),(8,41,45,2,0,'','2018-01-04 17:29:00'),(9,41,45,2,0,'MEssge','2018-01-04 18:25:32'),(10,41,45,2,0,'MEssge','2018-01-04 18:27:10'),(11,41,45,2,0,'Message','2018-01-04 18:27:48'),(12,41,46,2,0,'message','2018-01-04 18:31:20'),(13,41,46,1,0,'I am accepting this request\r\n','0000-00-00 00:00:00'),(14,41,46,1,0,'Thanks','0000-00-00 00:00:00'),(15,41,46,2,0,'Welcome','0000-00-00 00:00:00'),(16,41,46,1,0,'fgdg','0000-00-00 00:00:00'),(17,41,46,2,0,'fghfgh','0000-00-00 00:00:00'),(18,41,46,1,0,'Thanks zia','0000-00-00 00:00:00'),(19,41,46,2,0,'I am accepting this request','0000-00-00 00:00:00'),(20,41,46,2,0,'Thanks','0000-00-00 00:00:00'),(21,41,46,1,0,'Hello','0000-00-00 00:00:00'),(22,41,46,2,0,'asdfasdf','2018-02-08 08:41:23'),(23,41,46,2,0,'asdfasdf','2018-02-08 08:41:41'),(24,41,45,2,0,'asdfasdf','2018-02-08 08:43:07'),(25,46,41,2,0,'hello','2018-02-08 08:50:38'),(26,46,41,2,0,'you wrote for me','2018-02-08 08:50:45'),(27,41,46,1,0,'Really','2018-02-08 08:51:56'),(28,41,46,1,0,'That is working fine','2018-02-08 08:52:46'),(29,41,46,2,0,'I dont think so is working fine for me','2018-02-08 08:53:03'),(30,41,46,2,0,'a','2018-02-08 08:53:27'),(31,41,46,1,0,'asdasd','2018-02-08 08:54:01'),(32,41,46,2,0,'asdasd','2018-02-08 08:54:12'),(33,41,45,2,0,'sd','2018-02-08 10:14:38'),(34,41,0,2,0,'This is Messagea','2018-02-09 07:54:10'),(37,41,45,2,0,'asdasd','2018-02-09 07:58:21'),(38,41,45,2,0,'asdfsdf','2018-02-09 07:58:34'),(39,41,46,2,0,'asdfsdf','2018-02-09 08:15:33'),(40,41,47,2,0,'asdfsdf','2018-02-09 08:15:37'),(41,41,45,1,0,'ghjghj','2018-02-12 01:33:55'),(42,41,45,2,0,'message','2018-02-13 08:22:30'),(43,83,71,2,0,'test message','2018-02-26 02:54:02'),(44,83,72,2,0,'hi test message','2018-02-26 04:47:46'),(45,132,80,2,0,'hello sir','2018-06-12 07:23:55'),(46,132,80,1,0,'hello nasim , how may i help you?','2018-06-12 07:25:18'),(47,140,94,2,0,'hi sir \r\nits testing message ','2018-07-30 08:04:22'),(48,140,86,2,0,'hi sir \r\nits testing sms ','2018-07-30 08:05:16'),(49,0,86,1,0,'Welcome to advisia hub ','2018-07-30 08:06:53'),(50,94,140,1,0,'erewr','2018-08-01 06:59:14'),(51,86,140,1,0,'fsdf','2018-08-01 06:59:23'),(52,168,167,2,0,'hi ','2018-09-26 08:28:17'),(53,168,167,1,0,'ok','2018-09-26 08:31:33'),(54,181,182,2,0,'hello','2019-01-09 08:22:21'),(55,183,117,2,0,'hi','2019-02-02 08:03:28'),(56,183,117,2,0,'hi','2019-02-02 08:03:46'),(57,212,214,2,0,'Hi there\r\n','2019-06-18 08:28:51'),(58,212,214,1,0,'Hi , How can i help you?','2019-06-18 08:29:40'),(59,212,214,2,0,'I want to book an appointment with you ','2019-06-18 08:30:31'),(60,212,214,1,0,'ok send me an offer.','2019-06-18 08:31:54'),(61,1619,1620,2,0,'hi .i needed your help','2021-05-21 09:42:44'),(62,1632,1620,2,0,'hi..\r\nI needed your help','2021-05-27 08:58:53'),(63,1632,1620,1,0,'how can i help you','2021-05-27 09:01:01'),(64,1632,1620,2,0,'i want to join it field .how can i find job in it.and what should id do for it','2021-05-27 09:03:03'),(65,1632,1620,1,0,'you have to start your careers in it field yeah\r\n','2021-05-27 09:04:33'),(66,1632,1620,2,0,'yeah','2021-05-27 09:04:56'),(67,1632,1620,1,0,'goodd\r\n','2021-05-27 09:05:09'),(68,1650,1649,2,0,'hello, miss can we have a meeting I need to discuss something related to my project which is based on business development.','2021-06-04 07:34:08'),(69,1650,1649,1,0,'hey thanks','2021-06-04 09:00:30'),(70,1650,1649,1,0,'hey thanks\r\n\r\n','2021-06-04 09:01:02'),(71,1651,1620,2,0,'hello hamza','2021-06-07 10:08:38'),(72,1651,1620,1,0,'Hi mr Harding','2021-06-08 03:04:20'),(73,1651,1620,2,0,'hi test data','2021-06-08 09:57:42'); /*!40000 ALTER TABLE `messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offerings` -- DROP TABLE IF EXISTS `offerings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `offerings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `channel_title` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offerings` -- LOCK TABLES `offerings` WRITE; /*!40000 ALTER TABLE `offerings` DISABLE KEYS */; INSERT INTO `offerings` VALUES (1,'Career advice'),(2,'CV / Cover Letter Review'),(3,'Competency interviews'),(4,'Undergraduate applications'),(5,'Postgraduate applications'),(6,'MBA applications'); /*!40000 ALTER TABLE `offerings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `packages` -- DROP TABLE IF EXISTS `packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `packages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `package_title` varchar(500) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `packages` -- LOCK TABLES `packages` WRITE; /*!40000 ALTER TABLE `packages` DISABLE KEYS */; INSERT INTO `packages` VALUES (1,'Professional Career Consultation'),(2,'Mock Interview Starter'),(3,'Mock Interview Booster'),(4,'CV & Cover Letter Essentials Check'),(5,'CV & Cover Letter Detailed Check'),(6,'Career Daddys Career Essentials'); /*!40000 ALTER TABLE `packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pending_payments` -- DROP TABLE IF EXISTS `pending_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pending_payments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `booking_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `advisor_id` int(11) NOT NULL, `balance` float NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pending_payments` -- LOCK TABLES `pending_payments` WRITE; /*!40000 ALTER TABLE `pending_payments` DISABLE KEYS */; INSERT INTO `pending_payments` VALUES (1,24,71,0,3.6,1,'2018-03-02 11:55:48'),(2,25,71,0,0.9,0,'2018-03-02 11:58:02'),(3,26,71,0,1.8,0,'2018-03-02 11:03:06'),(4,27,71,0,1.8,0,'2018-03-02 10:59:13'),(5,28,71,0,0.9,1,'2018-03-02 12:36:38'),(6,29,71,0,3.6,0,'2018-03-02 13:05:08'),(7,41,59,98,2.2,1,'2018-03-28 11:53:49'),(8,42,59,79,33,1,'2018-06-11 08:47:33'),(9,44,132,80,19.8,0,'2018-06-12 11:34:05'),(10,45,132,80,19.8,1,'2018-06-13 08:10:04'),(11,43,59,80,13.2,1,'2018-06-14 08:26:00'),(12,48,140,86,26.4,1,'2018-07-11 06:28:34'),(13,49,156,86,16.5,1,'2018-08-13 09:08:08'),(14,50,156,86,11,0,'2018-08-13 09:43:16'),(15,51,157,86,16.5,1,'2018-08-13 09:52:24'),(16,52,181,182,33,0,'2019-01-09 13:26:51'),(17,54,212,214,132,0,'2019-06-18 12:25:58'),(18,55,212,214,1320,0,'2019-06-18 12:45:54'),(19,57,807,1620,1320,0,'2021-05-21 13:51:50'),(20,58,1632,1620,1320,1,'2021-05-27 13:11:07'),(21,59,1632,1620,1320,0,'2021-05-27 14:10:33'),(22,61,1632,1620,132,1,'2021-05-28 07:06:56'),(23,62,1635,1633,110,1,'2021-05-28 12:10:21'),(24,63,1650,1649,0,0,'2021-06-04 13:05:23'),(25,64,1650,1649,1320,0,'2021-06-04 13:14:02'),(26,64,1650,1649,1320,0,'2021-06-04 13:14:04'),(27,64,1650,1649,1320,0,'2021-06-04 13:14:07'),(28,65,1651,1620,110,0,'2021-06-08 13:23:32'); /*!40000 ALTER TABLE `pending_payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reviews` -- DROP TABLE IF EXISTS `reviews`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `reviews` ( `id` int(11) NOT NULL AUTO_INCREMENT, `booking_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `adviser_id` int(11) NOT NULL, `comment` varchar(1500) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `booking_id` (`booking_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `reviews` -- LOCK TABLES `reviews` WRITE; /*!40000 ALTER TABLE `reviews` DISABLE KEYS */; INSERT INTO `reviews` VALUES (1,45,132,80,'meeting went awesome','2018-06-13 08:21:59'),(2,48,140,86,'close test ','2018-07-11 06:33:15'),(3,49,156,86,'asd as ','2018-08-13 09:41:30'),(4,61,1632,1620,'tested','2021-05-28 07:07:28'),(5,62,1635,1633,'good ','2021-05-28 12:11:34'); /*!40000 ALTER TABLE `reviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `site_data` -- DROP TABLE IF EXISTS `site_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `site_data` ( `id` int(11) NOT NULL AUTO_INCREMENT, `logo` varchar(255) NOT NULL, `favicon` varchar(255) NOT NULL, `phone_no` varchar(255) NOT NULL, `primary_email` varchar(255) NOT NULL, `secondary_email` varchar(255) NOT NULL, `fb_link` varchar(255) NOT NULL, `twitter_link` varchar(255) NOT NULL, `linkedin_link` varchar(255) NOT NULL, `instagram_link` varchar(255) NOT NULL, `youtube_link` varchar(255) NOT NULL, `g_plus_link` varchar(255) NOT NULL, `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `site_data` -- LOCK TABLES `site_data` WRITE; /*!40000 ALTER TABLE `site_data` DISABLE KEYS */; INSERT INTO `site_data` VALUES (1,'CareerDaddyStoken1.png','CarMonks1.png','1234567890','primary@gmail.com','secondary@gmail.com','','','','','','','2017-12-18 06:41:15'); /*!40000 ALTER TABLE `site_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `states` -- DROP TABLE IF EXISTS `states`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `states` ( `id` int(11) NOT NULL, `name` varchar(30) NOT NULL, `name_arabic` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `country_id` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `states` -- LOCK TABLES `states` WRITE; /*!40000 ALTER TABLE `states` DISABLE KEYS */; INSERT INTO `states` VALUES (1,'Andaman and Nicobar Islands',NULL,101),(2,'Andhra Pradesh',NULL,101),(3,'Arunachal Pradesh',NULL,101),(4,'Assam',NULL,101),(5,'Bihar',NULL,101),(6,'Chandigarh',NULL,101),(7,'Chhattisgarh',NULL,101),(8,'Dadra and Nagar Haveli',NULL,101),(9,'Daman and Diu',NULL,101),(10,'Delhi','دلهي',101),(11,'Goa',NULL,101),(12,'Gujarat',NULL,101),(13,'Haryana',NULL,101),(14,'Himachal Pradesh',NULL,101),(15,'Jammu and Kashmir',NULL,101),(16,'Jharkhand',NULL,101),(17,'Karnataka',NULL,101),(18,'Kenmore',NULL,101),(19,'Kerala',NULL,101),(20,'Lakshadweep',NULL,101),(21,'Madhya Pradesh',NULL,101),(22,'Maharashtra',NULL,101),(23,'Manipur',NULL,101),(24,'Meghalaya',NULL,101),(25,'Mizoram',NULL,101),(26,'Nagaland',NULL,101),(27,'Narora',NULL,101),(28,'Natwar',NULL,101),(29,'Odisha',NULL,101),(30,'Paschim Medinipur',NULL,101),(31,'Pondicherry',NULL,101),(32,'Punjab',NULL,101),(33,'Rajasthan',NULL,101),(34,'Sikkim',NULL,101),(35,'Tamil Nadu',NULL,101),(36,'Telangana',NULL,101),(37,'Tripura',NULL,101),(38,'Uttar Pradesh',NULL,101),(39,'Uttarakhand',NULL,101),(40,'Vaishali',NULL,101),(41,'West Bengal',NULL,101),(42,'Badakhshan',NULL,1),(43,'Badgis',NULL,1),(44,'Baglan',NULL,1),(45,'Balkh',NULL,1),(46,'Bamiyan',NULL,1),(47,'Farah',NULL,1),(48,'Faryab',NULL,1),(49,'Gawr',NULL,1),(50,'Gazni',NULL,1),(51,'Herat',NULL,1),(52,'Hilmand',NULL,1),(53,'Jawzjan',NULL,1),(54,'Kabul',NULL,1),(55,'Kapisa',NULL,1),(56,'Khawst',NULL,1),(57,'Kunar',NULL,1),(58,'Lagman',NULL,1),(59,'Lawghar',NULL,1),(60,'Nangarhar',NULL,1),(61,'Nimruz',NULL,1),(62,'Nuristan',NULL,1),(63,'Paktika',NULL,1),(64,'Paktiya',NULL,1),(65,'Parwan',NULL,1),(66,'Qandahar',NULL,1),(67,'Qunduz',NULL,1),(68,'Samangan',NULL,1),(69,'Sar-e Pul',NULL,1),(70,'Takhar',NULL,1),(71,'Uruzgan',NULL,1),(72,'Wardag',NULL,1),(73,'Zabul',NULL,1),(74,'Berat',NULL,2),(75,'Bulqize',NULL,2),(76,'Delvine',NULL,2),(77,'Devoll',NULL,2),(78,'Dibre',NULL,2),(79,'Durres',NULL,2),(80,'Elbasan',NULL,2),(81,'Fier',NULL,2),(82,'Gjirokaster',NULL,2),(83,'Gramsh',NULL,2),(84,'Has',NULL,2),(85,'Kavaje',NULL,2),(86,'Kolonje',NULL,2),(87,'Korce',NULL,2),(88,'Kruje',NULL,2),(89,'Kucove',NULL,2),(90,'Kukes',NULL,2),(91,'Kurbin',NULL,2),(92,'Lezhe',NULL,2),(93,'Librazhd',NULL,2),(94,'Lushnje',NULL,2),(95,'Mallakaster',NULL,2),(96,'Malsi e Madhe',NULL,2),(97,'Mat',NULL,2),(98,'Mirdite',NULL,2),(99,'Peqin',NULL,2),(100,'Permet',NULL,2),(101,'Pogradec',NULL,2),(102,'Puke',NULL,2),(103,'Sarande',NULL,2),(104,'Shkoder',NULL,2),(105,'Skrapar',NULL,2),(106,'Tepelene',NULL,2),(107,'Tirane',NULL,2),(108,'Tropoje',NULL,2),(109,'Vlore',NULL,2),(110,'\'Ayn Daflah',NULL,3),(111,'\'Ayn Tamushanat',NULL,3),(112,'Adrar',NULL,3),(113,'Algiers',NULL,3),(114,'Annabah',NULL,3),(115,'Bashshar',NULL,3),(116,'Batnah',NULL,3),(117,'Bijayah',NULL,3),(118,'Biskrah',NULL,3),(119,'Blidah',NULL,3),(120,'Buirah',NULL,3),(121,'Bumardas',NULL,3),(122,'Burj Bu Arririj',NULL,3),(123,'Ghalizan',NULL,3),(124,'Ghardayah',NULL,3),(125,'Ilizi',NULL,3),(126,'Jijili',NULL,3),(127,'Jilfah',NULL,3),(128,'Khanshalah',NULL,3),(129,'Masilah',NULL,3),(130,'Midyah',NULL,3),(131,'Milah',NULL,3),(132,'Muaskar',NULL,3),(133,'Mustaghanam',NULL,3),(134,'Naama',NULL,3),(135,'Oran',NULL,3),(136,'Ouargla',NULL,3),(137,'Qalmah',NULL,3),(138,'Qustantinah',NULL,3),(139,'Sakikdah',NULL,3),(140,'Satif',NULL,3),(141,'Sayda\'',NULL,3),(142,'Sidi ban-al-\'Abbas',NULL,3),(143,'Suq Ahras',NULL,3),(144,'Tamanghasat',NULL,3),(145,'Tibazah',NULL,3),(146,'Tibissah',NULL,3),(147,'Tilimsan',NULL,3),(148,'Tinduf',NULL,3),(149,'Tisamsilt',NULL,3),(150,'Tiyarat',NULL,3),(151,'Tizi Wazu',NULL,3),(152,'Umm-al-Bawaghi',NULL,3),(153,'Wahran',NULL,3),(154,'Warqla',NULL,3),(155,'Wilaya d Alger',NULL,3),(156,'Wilaya de Bejaia',NULL,3),(157,'Wilaya de Constantine',NULL,3),(158,'al-Aghwat',NULL,3),(159,'al-Bayadh',NULL,3),(160,'al-Jaza\'ir',NULL,3),(161,'al-Wad',NULL,3),(162,'ash-Shalif',NULL,3),(163,'at-Tarif',NULL,3),(164,'Eastern',NULL,4),(165,'Manu\'a',NULL,4),(166,'Swains Island',NULL,4),(167,'Western',NULL,4),(168,'Andorra la Vella',NULL,5),(169,'Canillo',NULL,5),(170,'Encamp',NULL,5),(171,'La Massana',NULL,5),(172,'Les Escaldes',NULL,5),(173,'Ordino',NULL,5),(174,'Sant Julia de Loria',NULL,5),(175,'Bengo',NULL,6),(176,'Benguela',NULL,6),(177,'Bie',NULL,6),(178,'Cabinda',NULL,6),(179,'Cunene',NULL,6),(180,'Huambo',NULL,6),(181,'Huila',NULL,6),(182,'Kuando-Kubango',NULL,6),(183,'Kwanza Norte',NULL,6),(184,'Kwanza Sul',NULL,6),(185,'Luanda',NULL,6),(186,'Lunda Norte',NULL,6),(187,'Lunda Sul',NULL,6),(188,'Malanje',NULL,6),(189,'Moxico',NULL,6),(190,'Namibe',NULL,6),(191,'Uige',NULL,6),(192,'Zaire',NULL,6),(193,'Other Provinces',NULL,7),(194,'Sector claimed by Argentina/Ch',NULL,8),(195,'Sector claimed by Argentina/UK',NULL,8),(196,'Sector claimed by Australia',NULL,8),(197,'Sector claimed by France',NULL,8),(198,'Sector claimed by New Zealand',NULL,8),(199,'Sector claimed by Norway',NULL,8),(200,'Unclaimed Sector',NULL,8),(201,'Barbuda',NULL,9),(202,'Saint George',NULL,9),(203,'Saint John',NULL,9),(204,'Saint Mary',NULL,9),(205,'Saint Paul',NULL,9),(206,'Saint Peter',NULL,9),(207,'Saint Philip',NULL,9),(208,'Buenos Aires',NULL,10),(209,'Catamarca',NULL,10),(210,'Chaco',NULL,10),(211,'Chubut',NULL,10),(212,'Cordoba',NULL,10),(213,'Corrientes',NULL,10),(214,'Distrito Federal',NULL,10),(215,'Entre Rios',NULL,10),(216,'Formosa',NULL,10),(217,'Jujuy',NULL,10),(218,'La Pampa',NULL,10),(219,'La Rioja',NULL,10),(220,'Mendoza',NULL,10),(221,'Misiones',NULL,10),(222,'Neuquen',NULL,10),(223,'Rio Negro',NULL,10),(224,'Salta',NULL,10),(225,'San Juan',NULL,10),(226,'San Luis',NULL,10),(227,'Santa Cruz',NULL,10),(228,'Santa Fe',NULL,10),(229,'Santiago del Estero',NULL,10),(230,'Tierra del Fuego',NULL,10),(231,'Tucuman',NULL,10),(232,'Aragatsotn',NULL,11),(233,'Ararat',NULL,11),(234,'Armavir',NULL,11),(235,'Gegharkunik',NULL,11),(236,'Kotaik',NULL,11),(237,'Lori',NULL,11),(238,'Shirak',NULL,11),(239,'Stepanakert',NULL,11),(240,'Syunik',NULL,11),(241,'Tavush',NULL,11),(242,'Vayots Dzor',NULL,11),(243,'Yerevan',NULL,11),(244,'Aruba',NULL,12),(245,'Auckland',NULL,13),(246,'Australian Capital Territory',NULL,13),(247,'Balgowlah',NULL,13),(248,'Balmain',NULL,13),(249,'Bankstown',NULL,13),(250,'Baulkham Hills',NULL,13),(251,'Bonnet Bay',NULL,13),(252,'Camberwell',NULL,13),(253,'Carole Park',NULL,13),(254,'Castle Hill',NULL,13),(255,'Caulfield',NULL,13),(256,'Chatswood',NULL,13),(257,'Cheltenham',NULL,13),(258,'Cherrybrook',NULL,13),(259,'Clayton',NULL,13),(260,'Collingwood',NULL,13),(261,'Frenchs Forest',NULL,13),(262,'Hawthorn',NULL,13),(263,'Jannnali',NULL,13),(264,'Knoxfield',NULL,13),(265,'Melbourne',NULL,13),(266,'New South Wales',NULL,13),(267,'Northern Territory',NULL,13),(268,'Perth',NULL,13),(269,'Queensland',NULL,13),(270,'South Australia',NULL,13),(271,'Tasmania',NULL,13),(272,'Templestowe',NULL,13),(273,'Victoria',NULL,13),(274,'Werribee south',NULL,13),(275,'Western Australia',NULL,13),(276,'Wheeler',NULL,13),(277,'Bundesland Salzburg',NULL,14),(278,'Bundesland Steiermark',NULL,14),(279,'Bundesland Tirol',NULL,14),(280,'Burgenland',NULL,14),(281,'Carinthia',NULL,14),(282,'Karnten',NULL,14),(283,'Liezen',NULL,14),(284,'Lower Austria',NULL,14),(285,'Niederosterreich',NULL,14),(286,'Oberosterreich',NULL,14),(287,'Salzburg',NULL,14),(288,'Schleswig-Holstein',NULL,14),(289,'Steiermark',NULL,14),(290,'Styria',NULL,14),(291,'Tirol',NULL,14),(292,'Upper Austria',NULL,14),(293,'Vorarlberg',NULL,14),(294,'Wien',NULL,14),(295,'Abseron',NULL,15),(296,'Baki Sahari',NULL,15),(297,'Ganca',NULL,15),(298,'Ganja',NULL,15),(299,'Kalbacar',NULL,15),(300,'Lankaran',NULL,15),(301,'Mil-Qarabax',NULL,15),(302,'Mugan-Salyan',NULL,15),(303,'Nagorni-Qarabax',NULL,15),(304,'Naxcivan',NULL,15),(305,'Priaraks',NULL,15),(306,'Qazax',NULL,15),(307,'Saki',NULL,15),(308,'Sirvan',NULL,15),(309,'Xacmaz',NULL,15),(310,'Abaco',NULL,16),(311,'Acklins Island',NULL,16),(312,'Andros',NULL,16),(313,'Berry Islands',NULL,16),(314,'Biminis',NULL,16),(315,'Cat Island',NULL,16),(316,'Crooked Island',NULL,16),(317,'Eleuthera',NULL,16),(318,'Exuma and Cays',NULL,16),(319,'Grand Bahama',NULL,16),(320,'Inagua Islands',NULL,16),(321,'Long Island',NULL,16),(322,'Mayaguana',NULL,16),(323,'New Providence',NULL,16),(324,'Ragged Island',NULL,16),(325,'Rum Cay',NULL,16),(326,'San Salvador',NULL,16),(327,'\'Isa',NULL,17),(328,'Badiyah',NULL,17),(329,'Hidd',NULL,17),(330,'Jidd Hafs',NULL,17),(331,'Mahama',NULL,17),(332,'Manama',NULL,17),(333,'Sitrah',NULL,17),(334,'al-Manamah',NULL,17),(335,'al-Muharraq',NULL,17),(336,'ar-Rifa\'a',NULL,17),(337,'Bagar Hat',NULL,18),(338,'Bandarban',NULL,18),(339,'Barguna',NULL,18),(340,'Barisal',NULL,18),(341,'Bhola',NULL,18),(342,'Bogora',NULL,18),(343,'Brahman Bariya',NULL,18),(344,'Chandpur',NULL,18),(345,'Chattagam',NULL,18),(346,'Chittagong Division',NULL,18),(347,'Chuadanga',NULL,18),(348,'Dhaka',NULL,18),(349,'Dinajpur',NULL,18),(350,'Faridpur',NULL,18),(351,'Feni',NULL,18),(352,'Gaybanda',NULL,18),(353,'Gazipur',NULL,18),(354,'Gopalganj',NULL,18),(355,'Habiganj',NULL,18),(356,'Jaipur Hat',NULL,18),(357,'Jamalpur',NULL,18),(358,'Jessor',NULL,18),(359,'Jhalakati',NULL,18),(360,'Jhanaydah',NULL,18),(361,'Khagrachhari',NULL,18),(362,'Khulna',NULL,18),(363,'Kishorganj',NULL,18),(364,'Koks Bazar',NULL,18),(365,'Komilla',NULL,18),(366,'Kurigram',NULL,18),(367,'Kushtiya',NULL,18),(368,'Lakshmipur',NULL,18),(369,'Lalmanir Hat',NULL,18),(370,'Madaripur',NULL,18),(371,'Magura',NULL,18),(372,'Maimansingh',NULL,18),(373,'Manikganj',NULL,18),(374,'Maulvi Bazar',NULL,18),(375,'Meherpur',NULL,18),(376,'Munshiganj',NULL,18),(377,'Naral',NULL,18),(378,'Narayanganj',NULL,18),(379,'Narsingdi',NULL,18),(380,'Nator',NULL,18),(381,'Naugaon',NULL,18),(382,'Nawabganj',NULL,18),(383,'Netrakona',NULL,18),(384,'Nilphamari',NULL,18),(385,'Noakhali',NULL,18),(386,'Pabna',NULL,18),(387,'Panchagarh',NULL,18),(388,'Patuakhali',NULL,18),(389,'Pirojpur',NULL,18),(390,'Rajbari',NULL,18),(391,'Rajshahi',NULL,18),(392,'Rangamati',NULL,18),(393,'Rangpur',NULL,18),(394,'Satkhira',NULL,18),(395,'Shariatpur',NULL,18),(396,'Sherpur',NULL,18),(397,'Silhat',NULL,18),(398,'Sirajganj',NULL,18),(399,'Sunamganj',NULL,18),(400,'Tangayal',NULL,18),(401,'Thakurgaon',NULL,18),(402,'Christ Church',NULL,19),(403,'Saint Andrew',NULL,19),(404,'Saint George',NULL,19),(405,'Saint James',NULL,19),(406,'Saint John',NULL,19),(407,'Saint Joseph',NULL,19),(408,'Saint Lucy',NULL,19),(409,'Saint Michael',NULL,19),(410,'Saint Peter',NULL,19),(411,'Saint Philip',NULL,19),(412,'Saint Thomas',NULL,19),(413,'Brest',NULL,20),(414,'Homjel\'',NULL,20),(415,'Hrodna',NULL,20),(416,'Mahiljow',NULL,20),(417,'Mahilyowskaya Voblasts',NULL,20),(418,'Minsk',NULL,20),(419,'Minskaja Voblasts\'',NULL,20),(420,'Petrik',NULL,20),(421,'Vicebsk',NULL,20),(422,'Antwerpen',NULL,21),(423,'Berchem',NULL,21),(424,'Brabant',NULL,21),(425,'Brabant Wallon',NULL,21),(426,'Brussel',NULL,21),(427,'East Flanders',NULL,21),(428,'Hainaut',NULL,21),(429,'Liege',NULL,21),(430,'Limburg',NULL,21),(431,'Luxembourg',NULL,21),(432,'Namur',NULL,21),(433,'Ontario',NULL,21),(434,'Oost-Vlaanderen',NULL,21),(435,'Provincie Brabant',NULL,21),(436,'Vlaams-Brabant',NULL,21),(437,'Wallonne',NULL,21),(438,'West-Vlaanderen',NULL,21),(439,'Belize',NULL,22),(440,'Cayo',NULL,22),(441,'Corozal',NULL,22),(442,'Orange Walk',NULL,22),(443,'Stann Creek',NULL,22),(444,'Toledo',NULL,22),(445,'Alibori',NULL,23),(446,'Atacora',NULL,23),(447,'Atlantique',NULL,23),(448,'Borgou',NULL,23),(449,'Collines',NULL,23),(450,'Couffo',NULL,23),(451,'Donga',NULL,23),(452,'Littoral',NULL,23),(453,'Mono',NULL,23),(454,'Oueme',NULL,23),(455,'Plateau',NULL,23),(456,'Zou',NULL,23),(457,'Hamilton',NULL,24),(458,'Saint George',NULL,24),(459,'Bumthang',NULL,25),(460,'Chhukha',NULL,25),(461,'Chirang',NULL,25),(462,'Daga',NULL,25),(463,'Geylegphug',NULL,25),(464,'Ha',NULL,25),(465,'Lhuntshi',NULL,25),(466,'Mongar',NULL,25),(467,'Pemagatsel',NULL,25),(468,'Punakha',NULL,25),(469,'Rinpung',NULL,25),(470,'Samchi',NULL,25),(471,'Samdrup Jongkhar',NULL,25),(472,'Shemgang',NULL,25),(473,'Tashigang',NULL,25),(474,'Timphu',NULL,25),(475,'Tongsa',NULL,25),(476,'Wangdiphodrang',NULL,25),(477,'Beni',NULL,26),(478,'Chuquisaca',NULL,26),(479,'Cochabamba',NULL,26),(480,'La Paz',NULL,26),(481,'Oruro',NULL,26),(482,'Pando',NULL,26),(483,'Potosi',NULL,26),(484,'Santa Cruz',NULL,26),(485,'Tarija',NULL,26),(486,'Federacija Bosna i Hercegovina',NULL,27),(487,'Republika Srpska',NULL,27),(488,'Central Bobonong',NULL,28),(489,'Central Boteti',NULL,28),(490,'Central Mahalapye',NULL,28),(491,'Central Serowe-Palapye',NULL,28),(492,'Central Tutume',NULL,28),(493,'Chobe',NULL,28),(494,'Francistown',NULL,28),(495,'Gaborone',NULL,28),(496,'Ghanzi',NULL,28),(497,'Jwaneng',NULL,28),(498,'Kgalagadi North',NULL,28),(499,'Kgalagadi South',NULL,28),(500,'Kgatleng',NULL,28),(501,'Kweneng',NULL,28),(502,'Lobatse',NULL,28),(503,'Ngamiland',NULL,28),(504,'Ngwaketse',NULL,28),(505,'North East',NULL,28),(506,'Okavango',NULL,28),(507,'Orapa',NULL,28),(508,'Selibe Phikwe',NULL,28),(509,'South East',NULL,28),(510,'Sowa',NULL,28),(511,'Bouvet Island',NULL,29),(512,'Acre',NULL,30),(513,'Alagoas',NULL,30),(514,'Amapa',NULL,30),(515,'Amazonas',NULL,30),(516,'Bahia',NULL,30),(517,'Ceara',NULL,30),(518,'Distrito Federal',NULL,30),(519,'Espirito Santo',NULL,30),(520,'Estado de Sao Paulo',NULL,30),(521,'Goias',NULL,30),(522,'Maranhao',NULL,30),(523,'Mato Grosso',NULL,30),(524,'Mato Grosso do Sul',NULL,30),(525,'Minas Gerais',NULL,30),(526,'Para',NULL,30),(527,'Paraiba',NULL,30),(528,'Parana',NULL,30),(529,'Pernambuco',NULL,30),(530,'Piaui',NULL,30),(531,'Rio Grande do Norte',NULL,30),(532,'Rio Grande do Sul',NULL,30),(533,'Rio de Janeiro',NULL,30),(534,'Rondonia',NULL,30),(535,'Roraima',NULL,30),(536,'Santa Catarina',NULL,30),(537,'Sao Paulo',NULL,30),(538,'Sergipe',NULL,30),(539,'Tocantins',NULL,30),(540,'British Indian Ocean Territory',NULL,31),(541,'Belait',NULL,32),(542,'Brunei-Muara',NULL,32),(543,'Temburong',NULL,32),(544,'Tutong',NULL,32),(545,'Blagoevgrad',NULL,33),(546,'Burgas',NULL,33),(547,'Dobrich',NULL,33),(548,'Gabrovo',NULL,33),(549,'Haskovo',NULL,33),(550,'Jambol',NULL,33),(551,'Kardzhali',NULL,33),(552,'Kjustendil',NULL,33),(553,'Lovech',NULL,33),(554,'Montana',NULL,33),(555,'Oblast Sofiya-Grad',NULL,33),(556,'Pazardzhik',NULL,33),(557,'Pernik',NULL,33),(558,'Pleven',NULL,33),(559,'Plovdiv',NULL,33),(560,'Razgrad',NULL,33),(561,'Ruse',NULL,33),(562,'Shumen',NULL,33),(563,'Silistra',NULL,33),(564,'Sliven',NULL,33),(565,'Smoljan',NULL,33),(566,'Sofija grad',NULL,33),(567,'Sofijska oblast',NULL,33),(568,'Stara Zagora',NULL,33),(569,'Targovishte',NULL,33),(570,'Varna',NULL,33),(571,'Veliko Tarnovo',NULL,33),(572,'Vidin',NULL,33),(573,'Vraca',NULL,33),(574,'Yablaniza',NULL,33),(575,'Bale',NULL,34),(576,'Bam',NULL,34),(577,'Bazega',NULL,34),(578,'Bougouriba',NULL,34),(579,'Boulgou',NULL,34),(580,'Boulkiemde',NULL,34),(581,'Comoe',NULL,34),(582,'Ganzourgou',NULL,34),(583,'Gnagna',NULL,34),(584,'Gourma',NULL,34),(585,'Houet',NULL,34),(586,'Ioba',NULL,34),(587,'Kadiogo',NULL,34),(588,'Kenedougou',NULL,34),(589,'Komandjari',NULL,34),(590,'Kompienga',NULL,34),(591,'Kossi',NULL,34),(592,'Kouritenga',NULL,34),(593,'Kourweogo',NULL,34),(594,'Leraba',NULL,34),(595,'Mouhoun',NULL,34),(596,'Nahouri',NULL,34),(597,'Namentenga',NULL,34),(598,'Noumbiel',NULL,34),(599,'Oubritenga',NULL,34),(600,'Oudalan',NULL,34),(601,'Passore',NULL,34),(602,'Poni',NULL,34),(603,'Sanguie',NULL,34),(604,'Sanmatenga',NULL,34),(605,'Seno',NULL,34),(606,'Sissili',NULL,34),(607,'Soum',NULL,34),(608,'Sourou',NULL,34),(609,'Tapoa',NULL,34),(610,'Tuy',NULL,34),(611,'Yatenga',NULL,34),(612,'Zondoma',NULL,34),(613,'Zoundweogo',NULL,34),(614,'Bubanza',NULL,35),(615,'Bujumbura',NULL,35),(616,'Bururi',NULL,35),(617,'Cankuzo',NULL,35),(618,'Cibitoke',NULL,35),(619,'Gitega',NULL,35),(620,'Karuzi',NULL,35),(621,'Kayanza',NULL,35),(622,'Kirundo',NULL,35),(623,'Makamba',NULL,35),(624,'Muramvya',NULL,35),(625,'Muyinga',NULL,35),(626,'Ngozi',NULL,35),(627,'Rutana',NULL,35),(628,'Ruyigi',NULL,35),(629,'Banteay Mean Chey',NULL,36),(630,'Bat Dambang',NULL,36),(631,'Kampong Cham',NULL,36),(632,'Kampong Chhnang',NULL,36),(633,'Kampong Spoeu',NULL,36),(634,'Kampong Thum',NULL,36),(635,'Kampot',NULL,36),(636,'Kandal',NULL,36),(637,'Kaoh Kong',NULL,36),(638,'Kracheh',NULL,36),(639,'Krong Kaeb',NULL,36),(640,'Krong Pailin',NULL,36),(641,'Krong Preah Sihanouk',NULL,36),(642,'Mondol Kiri',NULL,36),(643,'Otdar Mean Chey',NULL,36),(644,'Phnum Penh',NULL,36),(645,'Pousat',NULL,36),(646,'Preah Vihear',NULL,36),(647,'Prey Veaeng',NULL,36),(648,'Rotanak Kiri',NULL,36),(649,'Siem Reab',NULL,36),(650,'Stueng Traeng',NULL,36),(651,'Svay Rieng',NULL,36),(652,'Takaev',NULL,36),(653,'Adamaoua',NULL,37),(654,'Centre',NULL,37),(655,'Est',NULL,37),(656,'Littoral',NULL,37),(657,'Nord',NULL,37),(658,'Nord Extreme',NULL,37),(659,'Nordouest',NULL,37),(660,'Ouest',NULL,37),(661,'Sud',NULL,37),(662,'Sudouest',NULL,37),(663,'Alberta',NULL,38),(664,'British Columbia',NULL,38),(665,'Manitoba',NULL,38),(666,'New Brunswick',NULL,38),(667,'Newfoundland and Labrador',NULL,38),(668,'Northwest Territories',NULL,38),(669,'Nova Scotia',NULL,38),(670,'Nunavut',NULL,38),(671,'Ontario',NULL,38),(672,'Prince Edward Island',NULL,38),(673,'Quebec',NULL,38),(674,'Saskatchewan',NULL,38),(675,'Yukon',NULL,38),(676,'Boavista',NULL,39),(677,'Brava',NULL,39),(678,'Fogo',NULL,39),(679,'Maio',NULL,39),(680,'Sal',NULL,39),(681,'Santo Antao',NULL,39),(682,'Sao Nicolau',NULL,39),(683,'Sao Tiago',NULL,39),(684,'Sao Vicente',NULL,39),(685,'Grand Cayman',NULL,40),(686,'Bamingui-Bangoran',NULL,41),(687,'Bangui',NULL,41),(688,'Basse-Kotto',NULL,41),(689,'Haut-Mbomou',NULL,41),(690,'Haute-Kotto',NULL,41),(691,'Kemo',NULL,41),(692,'Lobaye',NULL,41),(693,'Mambere-Kadei',NULL,41),(694,'Mbomou',NULL,41),(695,'Nana-Gribizi',NULL,41),(696,'Nana-Mambere',NULL,41),(697,'Ombella Mpoko',NULL,41),(698,'Ouaka',NULL,41),(699,'Ouham',NULL,41),(700,'Ouham-Pende',NULL,41),(701,'Sangha-Mbaere',NULL,41),(702,'Vakaga',NULL,41),(703,'Batha',NULL,42),(704,'Biltine',NULL,42),(705,'Bourkou-Ennedi-Tibesti',NULL,42),(706,'Chari-Baguirmi',NULL,42),(707,'Guera',NULL,42),(708,'Kanem',NULL,42),(709,'Lac',NULL,42),(710,'Logone Occidental',NULL,42),(711,'Logone Oriental',NULL,42),(712,'Mayo-Kebbi',NULL,42),(713,'Moyen-Chari',NULL,42),(714,'Ouaddai',NULL,42),(715,'Salamat',NULL,42),(716,'Tandjile',NULL,42),(717,'Aisen',NULL,43),(718,'Antofagasta',NULL,43),(719,'Araucania',NULL,43),(720,'Atacama',NULL,43),(721,'Bio Bio',NULL,43),(722,'Coquimbo',NULL,43),(723,'Libertador General Bernardo O\'',NULL,43),(724,'Los Lagos',NULL,43),(725,'Magellanes',NULL,43),(726,'Maule',NULL,43),(727,'Metropolitana',NULL,43),(728,'Metropolitana de Santiago',NULL,43),(729,'Tarapaca',NULL,43),(730,'Valparaiso',NULL,43),(731,'Anhui',NULL,44),(732,'Anhui Province',NULL,44),(733,'Anhui Sheng',NULL,44),(734,'Aomen',NULL,44),(735,'Beijing',NULL,44),(736,'Beijing Shi',NULL,44),(737,'Chongqing',NULL,44),(738,'Fujian',NULL,44),(739,'Fujian Sheng',NULL,44),(740,'Gansu',NULL,44),(741,'Guangdong',NULL,44),(742,'Guangdong Sheng',NULL,44),(743,'Guangxi',NULL,44),(744,'Guizhou',NULL,44),(745,'Hainan',NULL,44),(746,'Hebei',NULL,44),(747,'Heilongjiang',NULL,44),(748,'Henan',NULL,44),(749,'Hubei',NULL,44),(750,'Hunan',NULL,44),(751,'Jiangsu',NULL,44),(752,'Jiangsu Sheng',NULL,44),(753,'Jiangxi',NULL,44),(754,'Jilin',NULL,44),(755,'Liaoning',NULL,44),(756,'Liaoning Sheng',NULL,44),(757,'Nei Monggol',NULL,44),(758,'Ningxia Hui',NULL,44),(759,'Qinghai',NULL,44),(760,'Shaanxi',NULL,44),(761,'Shandong',NULL,44),(762,'Shandong Sheng',NULL,44),(763,'Shanghai',NULL,44),(764,'Shanxi',NULL,44),(765,'Sichuan',NULL,44),(766,'Tianjin',NULL,44),(767,'Xianggang',NULL,44),(768,'Xinjiang',NULL,44),(769,'Xizang',NULL,44),(770,'Yunnan',NULL,44),(771,'Zhejiang',NULL,44),(772,'Zhejiang Sheng',NULL,44),(773,'Christmas Island',NULL,45),(774,'Cocos (Keeling) Islands',NULL,46),(775,'Amazonas',NULL,47),(776,'Antioquia',NULL,47),(777,'Arauca',NULL,47),(778,'Atlantico',NULL,47),(779,'Bogota',NULL,47),(780,'Bolivar',NULL,47),(781,'Boyaca',NULL,47),(782,'Caldas',NULL,47),(783,'Caqueta',NULL,47),(784,'Casanare',NULL,47),(785,'Cauca',NULL,47),(786,'Cesar',NULL,47),(787,'Choco',NULL,47),(788,'Cordoba',NULL,47),(789,'Cundinamarca',NULL,47),(790,'Guainia',NULL,47),(791,'Guaviare',NULL,47),(792,'Huila',NULL,47),(793,'La Guajira',NULL,47),(794,'Magdalena',NULL,47),(795,'Meta',NULL,47),(796,'Narino',NULL,47),(797,'Norte de Santander',NULL,47),(798,'Putumayo',NULL,47),(799,'Quindio',NULL,47),(800,'Risaralda',NULL,47),(801,'San Andres y Providencia',NULL,47),(802,'Santander',NULL,47),(803,'Sucre',NULL,47),(804,'Tolima',NULL,47),(805,'Valle del Cauca',NULL,47),(806,'Vaupes',NULL,47),(807,'Vichada',NULL,47),(808,'Mwali',NULL,48),(809,'Njazidja',NULL,48),(810,'Nzwani',NULL,48),(811,'Bouenza',NULL,49),(812,'Brazzaville',NULL,49),(813,'Cuvette',NULL,49),(814,'Kouilou',NULL,49),(815,'Lekoumou',NULL,49),(816,'Likouala',NULL,49),(817,'Niari',NULL,49),(818,'Plateaux',NULL,49),(819,'Pool',NULL,49),(820,'Sangha',NULL,49),(821,'Bandundu',NULL,50),(822,'Bas-Congo',NULL,50),(823,'Equateur',NULL,50),(824,'Haut-Congo',NULL,50),(825,'Kasai-Occidental',NULL,50),(826,'Kasai-Oriental',NULL,50),(827,'Katanga',NULL,50),(828,'Kinshasa',NULL,50),(829,'Maniema',NULL,50),(830,'Nord-Kivu',NULL,50),(831,'Sud-Kivu',NULL,50),(832,'Aitutaki',NULL,51),(833,'Atiu',NULL,51),(834,'Mangaia',NULL,51),(835,'Manihiki',NULL,51),(836,'Mauke',NULL,51),(837,'Mitiaro',NULL,51),(838,'Nassau',NULL,51),(839,'Pukapuka',NULL,51),(840,'Rakahanga',NULL,51),(841,'Rarotonga',NULL,51),(842,'Tongareva',NULL,51),(843,'Alajuela',NULL,52),(844,'Cartago',NULL,52),(845,'Guanacaste',NULL,52),(846,'Heredia',NULL,52),(847,'Limon',NULL,52),(848,'Puntarenas',NULL,52),(849,'San Jose',NULL,52),(850,'Abidjan',NULL,53),(851,'Agneby',NULL,53),(852,'Bafing',NULL,53),(853,'Denguele',NULL,53),(854,'Dix-huit Montagnes',NULL,53),(855,'Fromager',NULL,53),(856,'Haut-Sassandra',NULL,53),(857,'Lacs',NULL,53),(858,'Lagunes',NULL,53),(859,'Marahoue',NULL,53),(860,'Moyen-Cavally',NULL,53),(861,'Moyen-Comoe',NULL,53),(862,'N\'zi-Comoe',NULL,53),(863,'Sassandra',NULL,53),(864,'Savanes',NULL,53),(865,'Sud-Bandama',NULL,53),(866,'Sud-Comoe',NULL,53),(867,'Vallee du Bandama',NULL,53),(868,'Worodougou',NULL,53),(869,'Zanzan',NULL,53),(870,'Bjelovar-Bilogora',NULL,54),(871,'Dubrovnik-Neretva',NULL,54),(872,'Grad Zagreb',NULL,54),(873,'Istra',NULL,54),(874,'Karlovac',NULL,54),(875,'Koprivnica-Krizhevci',NULL,54),(876,'Krapina-Zagorje',NULL,54),(877,'Lika-Senj',NULL,54),(878,'Medhimurje',NULL,54),(879,'Medimurska Zupanija',NULL,54),(880,'Osijek-Baranja',NULL,54),(881,'Osjecko-Baranjska Zupanija',NULL,54),(882,'Pozhega-Slavonija',NULL,54),(883,'Primorje-Gorski Kotar',NULL,54),(884,'Shibenik-Knin',NULL,54),(885,'Sisak-Moslavina',NULL,54),(886,'Slavonski Brod-Posavina',NULL,54),(887,'Split-Dalmacija',NULL,54),(888,'Varazhdin',NULL,54),(889,'Virovitica-Podravina',NULL,54),(890,'Vukovar-Srijem',NULL,54),(891,'Zadar',NULL,54),(892,'Zagreb',NULL,54),(893,'Camaguey',NULL,55),(894,'Ciego de Avila',NULL,55),(895,'Cienfuegos',NULL,55),(896,'Ciudad de la Habana',NULL,55),(897,'Granma',NULL,55),(898,'Guantanamo',NULL,55),(899,'Habana',NULL,55),(900,'Holguin',NULL,55),(901,'Isla de la Juventud',NULL,55),(902,'La Habana',NULL,55),(903,'Las Tunas',NULL,55),(904,'Matanzas',NULL,55),(905,'Pinar del Rio',NULL,55),(906,'Sancti Spiritus',NULL,55),(907,'Santiago de Cuba',NULL,55),(908,'Villa Clara',NULL,55),(909,'Government controlled area',NULL,56),(910,'Limassol',NULL,56),(911,'Nicosia District',NULL,56),(912,'Paphos',NULL,56),(913,'Turkish controlled area',NULL,56),(914,'Central Bohemian',NULL,57),(915,'Frycovice',NULL,57),(916,'Jihocesky Kraj',NULL,57),(917,'Jihochesky',NULL,57),(918,'Jihomoravsky',NULL,57),(919,'Karlovarsky',NULL,57),(920,'Klecany',NULL,57),(921,'Kralovehradecky',NULL,57),(922,'Liberecky',NULL,57),(923,'Lipov',NULL,57),(924,'Moravskoslezsky',NULL,57),(925,'Olomoucky',NULL,57),(926,'Olomoucky Kraj',NULL,57),(927,'Pardubicky',NULL,57),(928,'Plzensky',NULL,57),(929,'Praha',NULL,57),(930,'Rajhrad',NULL,57),(931,'Smirice',NULL,57),(932,'South Moravian',NULL,57),(933,'Straz nad Nisou',NULL,57),(934,'Stredochesky',NULL,57),(935,'Unicov',NULL,57),(936,'Ustecky',NULL,57),(937,'Valletta',NULL,57),(938,'Velesin',NULL,57),(939,'Vysochina',NULL,57),(940,'Zlinsky',NULL,57),(941,'Arhus',NULL,58),(942,'Bornholm',NULL,58),(943,'Frederiksborg',NULL,58),(944,'Fyn',NULL,58),(945,'Hovedstaden',NULL,58),(946,'Kobenhavn',NULL,58),(947,'Kobenhavns Amt',NULL,58),(948,'Kobenhavns Kommune',NULL,58),(949,'Nordjylland',NULL,58),(950,'Ribe',NULL,58),(951,'Ringkobing',NULL,58),(952,'Roervig',NULL,58),(953,'Roskilde',NULL,58),(954,'Roslev',NULL,58),(955,'Sjaelland',NULL,58),(956,'Soeborg',NULL,58),(957,'Sonderjylland',NULL,58),(958,'Storstrom',NULL,58),(959,'Syddanmark',NULL,58),(960,'Toelloese',NULL,58),(961,'Vejle',NULL,58),(962,'Vestsjalland',NULL,58),(963,'Viborg',NULL,58),(964,'\'Ali Sabih',NULL,59),(965,'Dikhil',NULL,59),(966,'Jibuti',NULL,59),(967,'Tajurah',NULL,59),(968,'Ubuk',NULL,59),(969,'Saint Andrew',NULL,60),(970,'Saint David',NULL,60),(971,'Saint George',NULL,60),(972,'Saint John',NULL,60),(973,'Saint Joseph',NULL,60),(974,'Saint Luke',NULL,60),(975,'Saint Mark',NULL,60),(976,'Saint Patrick',NULL,60),(977,'Saint Paul',NULL,60),(978,'Saint Peter',NULL,60),(979,'Azua',NULL,61),(980,'Bahoruco',NULL,61),(981,'Barahona',NULL,61),(982,'Dajabon',NULL,61),(983,'Distrito Nacional',NULL,61),(984,'Duarte',NULL,61),(985,'El Seybo',NULL,61),(986,'Elias Pina',NULL,61),(987,'Espaillat',NULL,61),(988,'Hato Mayor',NULL,61),(989,'Independencia',NULL,61),(990,'La Altagracia',NULL,61),(991,'La Romana',NULL,61),(992,'La Vega',NULL,61),(993,'Maria Trinidad Sanchez',NULL,61),(994,'Monsenor Nouel',NULL,61),(995,'Monte Cristi',NULL,61),(996,'Monte Plata',NULL,61),(997,'Pedernales',NULL,61),(998,'Peravia',NULL,61),(999,'Puerto Plata',NULL,61),(1000,'Salcedo',NULL,61),(1001,'Samana',NULL,61),(1002,'San Cristobal',NULL,61),(1003,'San Juan',NULL,61),(1004,'San Pedro de Macoris',NULL,61),(1005,'Sanchez Ramirez',NULL,61),(1006,'Santiago',NULL,61),(1007,'Santiago Rodriguez',NULL,61),(1008,'Valverde',NULL,61),(1009,'Aileu',NULL,62),(1010,'Ainaro',NULL,62),(1011,'Ambeno',NULL,62),(1012,'Baucau',NULL,62),(1013,'Bobonaro',NULL,62),(1014,'Cova Lima',NULL,62),(1015,'Dili',NULL,62),(1016,'Ermera',NULL,62),(1017,'Lautem',NULL,62),(1018,'Liquica',NULL,62),(1019,'Manatuto',NULL,62),(1020,'Manufahi',NULL,62),(1021,'Viqueque',NULL,62),(1022,'Azuay',NULL,63),(1023,'Bolivar',NULL,63),(1024,'Canar',NULL,63),(1025,'Carchi',NULL,63),(1026,'Chimborazo',NULL,63),(1027,'Cotopaxi',NULL,63),(1028,'El Oro',NULL,63),(1029,'Esmeraldas',NULL,63),(1030,'Galapagos',NULL,63),(1031,'Guayas',NULL,63),(1032,'Imbabura',NULL,63),(1033,'Loja',NULL,63),(1034,'Los Rios',NULL,63),(1035,'Manabi',NULL,63),(1036,'Morona Santiago',NULL,63),(1037,'Napo',NULL,63),(1038,'Orellana',NULL,63),(1039,'Pastaza',NULL,63),(1040,'Pichincha',NULL,63),(1041,'Sucumbios',NULL,63),(1042,'Tungurahua',NULL,63),(1043,'Zamora Chinchipe',NULL,63),(1044,'Aswan',NULL,64),(1045,'Asyut',NULL,64),(1046,'Bani Suwayf',NULL,64),(1047,'Bur Sa\'id',NULL,64),(1048,'Cairo',NULL,64),(1049,'Dumyat',NULL,64),(1050,'Kafr-ash-Shaykh',NULL,64),(1051,'Matruh',NULL,64),(1052,'Muhafazat ad Daqahliyah',NULL,64),(1053,'Muhafazat al Fayyum',NULL,64),(1054,'Muhafazat al Gharbiyah',NULL,64),(1055,'Muhafazat al Iskandariyah',NULL,64),(1056,'Muhafazat al Qahirah',NULL,64),(1057,'Qina',NULL,64),(1058,'Sawhaj',NULL,64),(1059,'Sina al-Janubiyah',NULL,64),(1060,'Sina ash-Shamaliyah',NULL,64),(1061,'ad-Daqahliyah',NULL,64),(1062,'al-Bahr-al-Ahmar',NULL,64),(1063,'al-Buhayrah',NULL,64),(1064,'al-Fayyum',NULL,64),(1065,'al-Gharbiyah',NULL,64),(1066,'al-Iskandariyah',NULL,64),(1067,'al-Ismailiyah',NULL,64),(1068,'al-Jizah',NULL,64),(1069,'al-Minufiyah',NULL,64),(1070,'al-Minya',NULL,64),(1071,'al-Qahira',NULL,64),(1072,'al-Qalyubiyah',NULL,64),(1073,'al-Uqsur',NULL,64),(1074,'al-Wadi al-Jadid',NULL,64),(1075,'as-Suways',NULL,64),(1076,'ash-Sharqiyah',NULL,64),(1077,'Ahuachapan',NULL,65),(1078,'Cabanas',NULL,65),(1079,'Chalatenango',NULL,65),(1080,'Cuscatlan',NULL,65),(1081,'La Libertad',NULL,65),(1082,'La Paz',NULL,65),(1083,'La Union',NULL,65),(1084,'Morazan',NULL,65),(1085,'San Miguel',NULL,65),(1086,'San Salvador',NULL,65),(1087,'San Vicente',NULL,65),(1088,'Santa Ana',NULL,65),(1089,'Sonsonate',NULL,65),(1090,'Usulutan',NULL,65),(1091,'Annobon',NULL,66),(1092,'Bioko Norte',NULL,66),(1093,'Bioko Sur',NULL,66),(1094,'Centro Sur',NULL,66),(1095,'Kie-Ntem',NULL,66),(1096,'Litoral',NULL,66),(1097,'Wele-Nzas',NULL,66),(1098,'Anseba',NULL,67),(1099,'Debub',NULL,67),(1100,'Debub-Keih-Bahri',NULL,67),(1101,'Gash-Barka',NULL,67),(1102,'Maekel',NULL,67),(1103,'Semien-Keih-Bahri',NULL,67),(1104,'Harju',NULL,68),(1105,'Hiiu',NULL,68),(1106,'Ida-Viru',NULL,68),(1107,'Jarva',NULL,68),(1108,'Jogeva',NULL,68),(1109,'Laane',NULL,68),(1110,'Laane-Viru',NULL,68),(1111,'Parnu',NULL,68),(1112,'Polva',NULL,68),(1113,'Rapla',NULL,68),(1114,'Saare',NULL,68),(1115,'Tartu',NULL,68),(1116,'Valga',NULL,68),(1117,'Viljandi',NULL,68),(1118,'Voru',NULL,68),(1119,'Addis Abeba',NULL,69),(1120,'Afar',NULL,69),(1121,'Amhara',NULL,69),(1122,'Benishangul',NULL,69),(1123,'Diredawa',NULL,69),(1124,'Gambella',NULL,69),(1125,'Harar',NULL,69),(1126,'Jigjiga',NULL,69),(1127,'Mekele',NULL,69),(1128,'Oromia',NULL,69),(1129,'Somali',NULL,69),(1130,'Southern',NULL,69),(1131,'Tigray',NULL,69),(1132,'Christmas Island',NULL,70),(1133,'Cocos Islands',NULL,70),(1134,'Coral Sea Islands',NULL,70),(1135,'Falkland Islands',NULL,71),(1136,'South Georgia',NULL,71),(1137,'Klaksvik',NULL,72),(1138,'Nor ara Eysturoy',NULL,72),(1139,'Nor oy',NULL,72),(1140,'Sandoy',NULL,72),(1141,'Streymoy',NULL,72),(1142,'Su uroy',NULL,72),(1143,'Sy ra Eysturoy',NULL,72),(1144,'Torshavn',NULL,72),(1145,'Vaga',NULL,72),(1146,'Central',NULL,73),(1147,'Eastern',NULL,73),(1148,'Northern',NULL,73),(1149,'South Pacific',NULL,73),(1150,'Western',NULL,73),(1151,'Ahvenanmaa',NULL,74),(1152,'Etela-Karjala',NULL,74),(1153,'Etela-Pohjanmaa',NULL,74),(1154,'Etela-Savo',NULL,74),(1155,'Etela-Suomen Laani',NULL,74),(1156,'Ita-Suomen Laani',NULL,74),(1157,'Ita-Uusimaa',NULL,74),(1158,'Kainuu',NULL,74),(1159,'Kanta-Hame',NULL,74),(1160,'Keski-Pohjanmaa',NULL,74),(1161,'Keski-Suomi',NULL,74),(1162,'Kymenlaakso',NULL,74),(1163,'Lansi-Suomen Laani',NULL,74),(1164,'Lappi',NULL,74),(1165,'Northern Savonia',NULL,74),(1166,'Ostrobothnia',NULL,74),(1167,'Oulun Laani',NULL,74),(1168,'Paijat-Hame',NULL,74),(1169,'Pirkanmaa',NULL,74),(1170,'Pohjanmaa',NULL,74),(1171,'Pohjois-Karjala',NULL,74),(1172,'Pohjois-Pohjanmaa',NULL,74),(1173,'Pohjois-Savo',NULL,74),(1174,'Saarijarvi',NULL,74),(1175,'Satakunta',NULL,74),(1176,'Southern Savonia',NULL,74),(1177,'Tavastia Proper',NULL,74),(1178,'Uleaborgs Lan',NULL,74),(1179,'Uusimaa',NULL,74),(1180,'Varsinais-Suomi',NULL,74),(1181,'Ain',NULL,75),(1182,'Aisne',NULL,75),(1183,'Albi Le Sequestre',NULL,75),(1184,'Allier',NULL,75),(1185,'Alpes-Cote dAzur',NULL,75),(1186,'Alpes-Maritimes',NULL,75),(1187,'Alpes-de-Haute-Provence',NULL,75),(1188,'Alsace',NULL,75),(1189,'Aquitaine',NULL,75),(1190,'Ardeche',NULL,75),(1191,'Ardennes',NULL,75),(1192,'Ariege',NULL,75),(1193,'Aube',NULL,75),(1194,'Aude',NULL,75),(1195,'Auvergne',NULL,75),(1196,'Aveyron',NULL,75),(1197,'Bas-Rhin',NULL,75),(1198,'Basse-Normandie',NULL,75),(1199,'Bouches-du-Rhone',NULL,75),(1200,'Bourgogne',NULL,75),(1201,'Bretagne',NULL,75),(1202,'Brittany',NULL,75),(1203,'Burgundy',NULL,75),(1204,'Calvados',NULL,75),(1205,'Cantal',NULL,75),(1206,'Cedex',NULL,75),(1207,'Centre',NULL,75),(1208,'Charente',NULL,75),(1209,'Charente-Maritime',NULL,75),(1210,'Cher',NULL,75),(1211,'Correze',NULL,75),(1212,'Corse-du-Sud',NULL,75),(1213,'Cote-d\'Or',NULL,75),(1214,'Cotes-d\'Armor',NULL,75),(1215,'Creuse',NULL,75),(1216,'Crolles',NULL,75),(1217,'Deux-Sevres',NULL,75),(1218,'Dordogne',NULL,75),(1219,'Doubs',NULL,75),(1220,'Drome',NULL,75),(1221,'Essonne',NULL,75),(1222,'Eure',NULL,75),(1223,'Eure-et-Loir',NULL,75),(1224,'Feucherolles',NULL,75),(1225,'Finistere',NULL,75),(1226,'Franche-Comte',NULL,75),(1227,'Gard',NULL,75),(1228,'Gers',NULL,75),(1229,'Gironde',NULL,75),(1230,'Haut-Rhin',NULL,75),(1231,'Haute-Corse',NULL,75),(1232,'Haute-Garonne',NULL,75),(1233,'Haute-Loire',NULL,75),(1234,'Haute-Marne',NULL,75),(1235,'Haute-Saone',NULL,75),(1236,'Haute-Savoie',NULL,75),(1237,'Haute-Vienne',NULL,75),(1238,'Hautes-Alpes',NULL,75),(1239,'Hautes-Pyrenees',NULL,75),(1240,'Hauts-de-Seine',NULL,75),(1241,'Herault',NULL,75),(1242,'Ile-de-France',NULL,75),(1243,'Ille-et-Vilaine',NULL,75),(1244,'Indre',NULL,75),(1245,'Indre-et-Loire',NULL,75),(1246,'Isere',NULL,75),(1247,'Jura',NULL,75),(1248,'Klagenfurt',NULL,75),(1249,'Landes',NULL,75),(1250,'Languedoc-Roussillon',NULL,75),(1251,'Larcay',NULL,75),(1252,'Le Castellet',NULL,75),(1253,'Le Creusot',NULL,75),(1254,'Limousin',NULL,75),(1255,'Loir-et-Cher',NULL,75),(1256,'Loire',NULL,75),(1257,'Loire-Atlantique',NULL,75),(1258,'Loiret',NULL,75),(1259,'Lorraine',NULL,75),(1260,'Lot',NULL,75),(1261,'Lot-et-Garonne',NULL,75),(1262,'Lower Normandy',NULL,75),(1263,'Lozere',NULL,75),(1264,'Maine-et-Loire',NULL,75),(1265,'Manche',NULL,75),(1266,'Marne',NULL,75),(1267,'Mayenne',NULL,75),(1268,'Meurthe-et-Moselle',NULL,75),(1269,'Meuse',NULL,75),(1270,'Midi-Pyrenees',NULL,75),(1271,'Morbihan',NULL,75),(1272,'Moselle',NULL,75),(1273,'Nievre',NULL,75),(1274,'Nord',NULL,75),(1275,'Nord-Pas-de-Calais',NULL,75),(1276,'Oise',NULL,75),(1277,'Orne',NULL,75),(1278,'Paris',NULL,75),(1279,'Pas-de-Calais',NULL,75),(1280,'Pays de la Loire',NULL,75),(1281,'Pays-de-la-Loire',NULL,75),(1282,'Picardy',NULL,75),(1283,'Puy-de-Dome',NULL,75),(1284,'Pyrenees-Atlantiques',NULL,75),(1285,'Pyrenees-Orientales',NULL,75),(1286,'Quelmes',NULL,75),(1287,'Rhone',NULL,75),(1288,'Rhone-Alpes',NULL,75),(1289,'Saint Ouen',NULL,75),(1290,'Saint Viatre',NULL,75),(1291,'Saone-et-Loire',NULL,75),(1292,'Sarthe',NULL,75),(1293,'Savoie',NULL,75),(1294,'Seine-Maritime',NULL,75),(1295,'Seine-Saint-Denis',NULL,75),(1296,'Seine-et-Marne',NULL,75),(1297,'Somme',NULL,75),(1298,'Sophia Antipolis',NULL,75),(1299,'Souvans',NULL,75),(1300,'Tarn',NULL,75),(1301,'Tarn-et-Garonne',NULL,75),(1302,'Territoire de Belfort',NULL,75),(1303,'Treignac',NULL,75),(1304,'Upper Normandy',NULL,75),(1305,'Val-d\'Oise',NULL,75),(1306,'Val-de-Marne',NULL,75),(1307,'Var',NULL,75),(1308,'Vaucluse',NULL,75),(1309,'Vellise',NULL,75),(1310,'Vendee',NULL,75),(1311,'Vienne',NULL,75),(1312,'Vosges',NULL,75),(1313,'Yonne',NULL,75),(1314,'Yvelines',NULL,75),(1315,'Cayenne',NULL,76),(1316,'Saint-Laurent-du-Maroni',NULL,76),(1317,'Iles du Vent',NULL,77),(1318,'Iles sous le Vent',NULL,77),(1319,'Marquesas',NULL,77),(1320,'Tuamotu',NULL,77),(1321,'Tubuai',NULL,77),(1322,'Amsterdam',NULL,78),(1323,'Crozet Islands',NULL,78),(1324,'Kerguelen',NULL,78),(1325,'Estuaire',NULL,79),(1326,'Haut-Ogooue',NULL,79),(1327,'Moyen-Ogooue',NULL,79),(1328,'Ngounie',NULL,79),(1329,'Nyanga',NULL,79),(1330,'Ogooue-Ivindo',NULL,79),(1331,'Ogooue-Lolo',NULL,79),(1332,'Ogooue-Maritime',NULL,79),(1333,'Woleu-Ntem',NULL,79),(1334,'Banjul',NULL,80),(1335,'Basse',NULL,80),(1336,'Brikama',NULL,80),(1337,'Janjanbureh',NULL,80),(1338,'Kanifing',NULL,80),(1339,'Kerewan',NULL,80),(1340,'Kuntaur',NULL,80),(1341,'Mansakonko',NULL,80),(1342,'Abhasia',NULL,81),(1343,'Ajaria',NULL,81),(1344,'Guria',NULL,81),(1345,'Imereti',NULL,81),(1346,'Kaheti',NULL,81),(1347,'Kvemo Kartli',NULL,81),(1348,'Mcheta-Mtianeti',NULL,81),(1349,'Racha',NULL,81),(1350,'Samagrelo-Zemo Svaneti',NULL,81),(1351,'Samche-Zhavaheti',NULL,81),(1352,'Shida Kartli',NULL,81),(1353,'Tbilisi',NULL,81),(1354,'Auvergne',NULL,82),(1355,'Baden-Wurttemberg',NULL,82),(1356,'Bavaria',NULL,82),(1357,'Bayern',NULL,82),(1358,'Beilstein Wurtt',NULL,82),(1359,'Berlin',NULL,82),(1360,'Brandenburg',NULL,82),(1361,'Bremen',NULL,82),(1362,'Dreisbach',NULL,82),(1363,'Freistaat Bayern',NULL,82),(1364,'Hamburg',NULL,82),(1365,'Hannover',NULL,82),(1366,'Heroldstatt',NULL,82),(1367,'Hessen',NULL,82),(1368,'Kortenberg',NULL,82),(1369,'Laasdorf',NULL,82),(1370,'Land Baden-Wurttemberg',NULL,82),(1371,'Land Bayern',NULL,82),(1372,'Land Brandenburg',NULL,82),(1373,'Land Hessen',NULL,82),(1374,'Land Mecklenburg-Vorpommern',NULL,82),(1375,'Land Nordrhein-Westfalen',NULL,82),(1376,'Land Rheinland-Pfalz',NULL,82),(1377,'Land Sachsen',NULL,82),(1378,'Land Sachsen-Anhalt',NULL,82),(1379,'Land Thuringen',NULL,82),(1380,'Lower Saxony',NULL,82),(1381,'Mecklenburg-Vorpommern',NULL,82),(1382,'Mulfingen',NULL,82),(1383,'Munich',NULL,82),(1384,'Neubeuern',NULL,82),(1385,'Niedersachsen',NULL,82),(1386,'Noord-Holland',NULL,82),(1387,'Nordrhein-Westfalen',NULL,82),(1388,'North Rhine-Westphalia',NULL,82),(1389,'Osterode',NULL,82),(1390,'Rheinland-Pfalz',NULL,82),(1391,'Rhineland-Palatinate',NULL,82),(1392,'Saarland',NULL,82),(1393,'Sachsen',NULL,82),(1394,'Sachsen-Anhalt',NULL,82),(1395,'Saxony',NULL,82),(1396,'Schleswig-Holstein',NULL,82),(1397,'Thuringia',NULL,82),(1398,'Webling',NULL,82),(1399,'Weinstrabe',NULL,82),(1400,'schlobborn',NULL,82),(1401,'Ashanti',NULL,83),(1402,'Brong-Ahafo',NULL,83),(1403,'Central',NULL,83),(1404,'Eastern',NULL,83),(1405,'Greater Accra',NULL,83),(1406,'Northern',NULL,83),(1407,'Upper East',NULL,83),(1408,'Upper West',NULL,83),(1409,'Volta',NULL,83),(1410,'Western',NULL,83),(1411,'Gibraltar',NULL,84),(1412,'Acharnes',NULL,85),(1413,'Ahaia',NULL,85),(1414,'Aitolia kai Akarnania',NULL,85),(1415,'Argolis',NULL,85),(1416,'Arkadia',NULL,85),(1417,'Arta',NULL,85),(1418,'Attica',NULL,85),(1419,'Attiki',NULL,85),(1420,'Ayion Oros',NULL,85),(1421,'Crete',NULL,85),(1422,'Dodekanisos',NULL,85),(1423,'Drama',NULL,85),(1424,'Evia',NULL,85),(1425,'Evritania',NULL,85),(1426,'Evros',NULL,85),(1427,'Evvoia',NULL,85),(1428,'Florina',NULL,85),(1429,'Fokis',NULL,85),(1430,'Fthiotis',NULL,85),(1431,'Grevena',NULL,85),(1432,'Halandri',NULL,85),(1433,'Halkidiki',NULL,85),(1434,'Hania',NULL,85),(1435,'Heraklion',NULL,85),(1436,'Hios',NULL,85),(1437,'Ilia',NULL,85),(1438,'Imathia',NULL,85),(1439,'Ioannina',NULL,85),(1440,'Iraklion',NULL,85),(1441,'Karditsa',NULL,85),(1442,'Kastoria',NULL,85),(1443,'Kavala',NULL,85),(1444,'Kefallinia',NULL,85),(1445,'Kerkira',NULL,85),(1446,'Kiklades',NULL,85),(1447,'Kilkis',NULL,85),(1448,'Korinthia',NULL,85),(1449,'Kozani',NULL,85),(1450,'Lakonia',NULL,85),(1451,'Larisa',NULL,85),(1452,'Lasithi',NULL,85),(1453,'Lesvos',NULL,85),(1454,'Levkas',NULL,85),(1455,'Magnisia',NULL,85),(1456,'Messinia',NULL,85),(1457,'Nomos Attikis',NULL,85),(1458,'Nomos Zakynthou',NULL,85),(1459,'Pella',NULL,85),(1460,'Pieria',NULL,85),(1461,'Piraios',NULL,85),(1462,'Preveza',NULL,85),(1463,'Rethimni',NULL,85),(1464,'Rodopi',NULL,85),(1465,'Samos',NULL,85),(1466,'Serrai',NULL,85),(1467,'Thesprotia',NULL,85),(1468,'Thessaloniki',NULL,85),(1469,'Trikala',NULL,85),(1470,'Voiotia',NULL,85),(1471,'West Greece',NULL,85),(1472,'Xanthi',NULL,85),(1473,'Zakinthos',NULL,85),(1474,'Aasiaat',NULL,86),(1475,'Ammassalik',NULL,86),(1476,'Illoqqortoormiut',NULL,86),(1477,'Ilulissat',NULL,86),(1478,'Ivittuut',NULL,86),(1479,'Kangaatsiaq',NULL,86),(1480,'Maniitsoq',NULL,86),(1481,'Nanortalik',NULL,86),(1482,'Narsaq',NULL,86),(1483,'Nuuk',NULL,86),(1484,'Paamiut',NULL,86),(1485,'Qaanaaq',NULL,86),(1486,'Qaqortoq',NULL,86),(1487,'Qasigiannguit',NULL,86),(1488,'Qeqertarsuaq',NULL,86),(1489,'Sisimiut',NULL,86),(1490,'Udenfor kommunal inddeling',NULL,86),(1491,'Upernavik',NULL,86),(1492,'Uummannaq',NULL,86),(1493,'Carriacou-Petite Martinique',NULL,87),(1494,'Saint Andrew',NULL,87),(1495,'Saint Davids',NULL,87),(1496,'Saint George\'s',NULL,87),(1497,'Saint John',NULL,87),(1498,'Saint Mark',NULL,87),(1499,'Saint Patrick',NULL,87),(1500,'Basse-Terre',NULL,88),(1501,'Grande-Terre',NULL,88),(1502,'Iles des Saintes',NULL,88),(1503,'La Desirade',NULL,88),(1504,'Marie-Galante',NULL,88),(1505,'Saint Barthelemy',NULL,88),(1506,'Saint Martin',NULL,88),(1507,'Agana Heights',NULL,89),(1508,'Agat',NULL,89),(1509,'Barrigada',NULL,89),(1510,'Chalan-Pago-Ordot',NULL,89),(1511,'Dededo',NULL,89),(1512,'Hagatna',NULL,89),(1513,'Inarajan',NULL,89),(1514,'Mangilao',NULL,89),(1515,'Merizo',NULL,89),(1516,'Mongmong-Toto-Maite',NULL,89),(1517,'Santa Rita',NULL,89),(1518,'Sinajana',NULL,89),(1519,'Talofofo',NULL,89),(1520,'Tamuning',NULL,89),(1521,'Yigo',NULL,89),(1522,'Yona',NULL,89),(1523,'Alta Verapaz',NULL,90),(1524,'Baja Verapaz',NULL,90),(1525,'Chimaltenango',NULL,90),(1526,'Chiquimula',NULL,90),(1527,'El Progreso',NULL,90),(1528,'Escuintla',NULL,90),(1529,'Guatemala',NULL,90),(1530,'Huehuetenango',NULL,90),(1531,'Izabal',NULL,90),(1532,'Jalapa',NULL,90),(1533,'Jutiapa',NULL,90),(1534,'Peten',NULL,90),(1535,'Quezaltenango',NULL,90),(1536,'Quiche',NULL,90),(1537,'Retalhuleu',NULL,90),(1538,'Sacatepequez',NULL,90),(1539,'San Marcos',NULL,90),(1540,'Santa Rosa',NULL,90),(1541,'Solola',NULL,90),(1542,'Suchitepequez',NULL,90),(1543,'Totonicapan',NULL,90),(1544,'Zacapa',NULL,90),(1545,'Alderney',NULL,91),(1546,'Castel',NULL,91),(1547,'Forest',NULL,91),(1548,'Saint Andrew',NULL,91),(1549,'Saint Martin',NULL,91),(1550,'Saint Peter Port',NULL,91),(1551,'Saint Pierre du Bois',NULL,91),(1552,'Saint Sampson',NULL,91),(1553,'Saint Saviour',NULL,91),(1554,'Sark',NULL,91),(1555,'Torteval',NULL,91),(1556,'Vale',NULL,91),(1557,'Beyla',NULL,92),(1558,'Boffa',NULL,92),(1559,'Boke',NULL,92),(1560,'Conakry',NULL,92),(1561,'Coyah',NULL,92),(1562,'Dabola',NULL,92),(1563,'Dalaba',NULL,92),(1564,'Dinguiraye',NULL,92),(1565,'Faranah',NULL,92),(1566,'Forecariah',NULL,92),(1567,'Fria',NULL,92),(1568,'Gaoual',NULL,92),(1569,'Gueckedou',NULL,92),(1570,'Kankan',NULL,92),(1571,'Kerouane',NULL,92),(1572,'Kindia',NULL,92),(1573,'Kissidougou',NULL,92),(1574,'Koubia',NULL,92),(1575,'Koundara',NULL,92),(1576,'Kouroussa',NULL,92),(1577,'Labe',NULL,92),(1578,'Lola',NULL,92),(1579,'Macenta',NULL,92),(1580,'Mali',NULL,92),(1581,'Mamou',NULL,92),(1582,'Mandiana',NULL,92),(1583,'Nzerekore',NULL,92),(1584,'Pita',NULL,92),(1585,'Siguiri',NULL,92),(1586,'Telimele',NULL,92),(1587,'Tougue',NULL,92),(1588,'Yomou',NULL,92),(1589,'Bafata',NULL,93),(1590,'Bissau',NULL,93),(1591,'Bolama',NULL,93),(1592,'Cacheu',NULL,93),(1593,'Gabu',NULL,93),(1594,'Oio',NULL,93),(1595,'Quinara',NULL,93),(1596,'Tombali',NULL,93),(1597,'Barima-Waini',NULL,94),(1598,'Cuyuni-Mazaruni',NULL,94),(1599,'Demerara-Mahaica',NULL,94),(1600,'East Berbice-Corentyne',NULL,94),(1601,'Essequibo Islands-West Demerar',NULL,94),(1602,'Mahaica-Berbice',NULL,94),(1603,'Pomeroon-Supenaam',NULL,94),(1604,'Potaro-Siparuni',NULL,94),(1605,'Upper Demerara-Berbice',NULL,94),(1606,'Upper Takutu-Upper Essequibo',NULL,94),(1607,'Artibonite',NULL,95),(1608,'Centre',NULL,95),(1609,'Grand\'Anse',NULL,95),(1610,'Nord',NULL,95),(1611,'Nord-Est',NULL,95),(1612,'Nord-Ouest',NULL,95),(1613,'Ouest',NULL,95),(1614,'Sud',NULL,95),(1615,'Sud-Est',NULL,95),(1616,'Heard and McDonald Islands',NULL,96),(1617,'Atlantida',NULL,97),(1618,'Choluteca',NULL,97),(1619,'Colon',NULL,97),(1620,'Comayagua',NULL,97),(1621,'Copan',NULL,97),(1622,'Cortes',NULL,97),(1623,'Distrito Central',NULL,97),(1624,'El Paraiso',NULL,97),(1625,'Francisco Morazan',NULL,97),(1626,'Gracias a Dios',NULL,97),(1627,'Intibuca',NULL,97),(1628,'Islas de la Bahia',NULL,97),(1629,'La Paz',NULL,97),(1630,'Lempira',NULL,97),(1631,'Ocotepeque',NULL,97),(1632,'Olancho',NULL,97),(1633,'Santa Barbara',NULL,97),(1634,'Valle',NULL,97),(1635,'Yoro',NULL,97),(1636,'Hong Kong',NULL,98),(1637,'Bacs-Kiskun',NULL,99),(1638,'Baranya',NULL,99),(1639,'Bekes',NULL,99),(1640,'Borsod-Abauj-Zemplen',NULL,99),(1641,'Budapest',NULL,99),(1642,'Csongrad',NULL,99),(1643,'Fejer',NULL,99),(1644,'Gyor-Moson-Sopron',NULL,99),(1645,'Hajdu-Bihar',NULL,99),(1646,'Heves',NULL,99),(1647,'Jasz-Nagykun-Szolnok',NULL,99),(1648,'Komarom-Esztergom',NULL,99),(1649,'Nograd',NULL,99),(1650,'Pest',NULL,99),(1651,'Somogy',NULL,99),(1652,'Szabolcs-Szatmar-Bereg',NULL,99),(1653,'Tolna',NULL,99),(1654,'Vas',NULL,99),(1655,'Veszprem',NULL,99),(1656,'Zala',NULL,99),(1657,'Austurland',NULL,100),(1658,'Gullbringusysla',NULL,100),(1659,'Hofu borgarsva i',NULL,100),(1660,'Nor urland eystra',NULL,100),(1661,'Nor urland vestra',NULL,100),(1662,'Su urland',NULL,100),(1663,'Su urnes',NULL,100),(1664,'Vestfir ir',NULL,100),(1665,'Vesturland',NULL,100),(1666,'Aceh',NULL,102),(1667,'Bali',NULL,102),(1668,'Bangka-Belitung',NULL,102),(1669,'Banten',NULL,102),(1670,'Bengkulu',NULL,102),(1671,'Gandaria',NULL,102),(1672,'Gorontalo',NULL,102),(1673,'Jakarta',NULL,102),(1674,'Jambi',NULL,102),(1675,'Jawa Barat',NULL,102),(1676,'Jawa Tengah',NULL,102),(1677,'Jawa Timur',NULL,102),(1678,'Kalimantan Barat',NULL,102),(1679,'Kalimantan Selatan',NULL,102),(1680,'Kalimantan Tengah',NULL,102),(1681,'Kalimantan Timur',NULL,102),(1682,'Kendal',NULL,102),(1683,'Lampung',NULL,102),(1684,'Maluku',NULL,102),(1685,'Maluku Utara',NULL,102),(1686,'Nusa Tenggara Barat',NULL,102),(1687,'Nusa Tenggara Timur',NULL,102),(1688,'Papua',NULL,102),(1689,'Riau',NULL,102),(1690,'Riau Kepulauan',NULL,102),(1691,'Solo',NULL,102),(1692,'Sulawesi Selatan',NULL,102),(1693,'Sulawesi Tengah',NULL,102),(1694,'Sulawesi Tenggara',NULL,102),(1695,'Sulawesi Utara',NULL,102),(1696,'Sumatera Barat',NULL,102),(1697,'Sumatera Selatan',NULL,102),(1698,'Sumatera Utara',NULL,102),(1699,'Yogyakarta',NULL,102),(1700,'Ardabil',NULL,103),(1701,'Azarbayjan-e Bakhtari',NULL,103),(1702,'Azarbayjan-e Khavari',NULL,103),(1703,'Bushehr',NULL,103),(1704,'Chahar Mahal-e Bakhtiari',NULL,103),(1705,'Esfahan',NULL,103),(1706,'Fars',NULL,103),(1707,'Gilan',NULL,103),(1708,'Golestan',NULL,103),(1709,'Hamadan',NULL,103),(1710,'Hormozgan',NULL,103),(1711,'Ilam',NULL,103),(1712,'Kerman',NULL,103),(1713,'Kermanshah',NULL,103),(1714,'Khorasan',NULL,103),(1715,'Khuzestan',NULL,103),(1716,'Kohgiluyeh-e Boyerahmad',NULL,103),(1717,'Kordestan',NULL,103),(1718,'Lorestan',NULL,103),(1719,'Markazi',NULL,103),(1720,'Mazandaran',NULL,103),(1721,'Ostan-e Esfahan',NULL,103),(1722,'Qazvin',NULL,103),(1723,'Qom',NULL,103),(1724,'Semnan',NULL,103),(1725,'Sistan-e Baluchestan',NULL,103),(1726,'Tehran',NULL,103),(1727,'Yazd',NULL,103),(1728,'Zanjan',NULL,103),(1729,'Babil',NULL,104),(1730,'Baghdad',NULL,104),(1731,'Dahuk',NULL,104),(1732,'Dhi Qar',NULL,104),(1733,'Diyala',NULL,104),(1734,'Erbil',NULL,104),(1735,'Irbil',NULL,104),(1736,'Karbala',NULL,104),(1737,'Kurdistan',NULL,104),(1738,'Maysan',NULL,104),(1739,'Ninawa',NULL,104),(1740,'Salah-ad-Din',NULL,104),(1741,'Wasit',NULL,104),(1742,'al-Anbar',NULL,104),(1743,'al-Basrah',NULL,104),(1744,'al-Muthanna',NULL,104),(1745,'al-Qadisiyah',NULL,104),(1746,'an-Najaf',NULL,104),(1747,'as-Sulaymaniyah',NULL,104),(1748,'at-Ta\'mim',NULL,104),(1749,'Armagh',NULL,105),(1750,'Carlow',NULL,105),(1751,'Cavan',NULL,105),(1752,'Clare',NULL,105),(1753,'Cork',NULL,105),(1754,'Donegal',NULL,105),(1755,'Dublin',NULL,105),(1756,'Galway',NULL,105),(1757,'Kerry',NULL,105),(1758,'Kildare',NULL,105),(1759,'Kilkenny',NULL,105),(1760,'Laois',NULL,105),(1761,'Leinster',NULL,105),(1762,'Leitrim',NULL,105),(1763,'Limerick',NULL,105),(1764,'Loch Garman',NULL,105),(1765,'Longford',NULL,105),(1766,'Louth',NULL,105),(1767,'Mayo',NULL,105),(1768,'Meath',NULL,105),(1769,'Monaghan',NULL,105),(1770,'Offaly',NULL,105),(1771,'Roscommon',NULL,105),(1772,'Sligo',NULL,105),(1773,'Tipperary North Riding',NULL,105),(1774,'Tipperary South Riding',NULL,105),(1775,'Ulster',NULL,105),(1776,'Waterford',NULL,105),(1777,'Westmeath',NULL,105),(1778,'Wexford',NULL,105),(1779,'Wicklow',NULL,105),(1780,'Beit Hanania',NULL,106),(1781,'Ben Gurion Airport',NULL,106),(1782,'Bethlehem',NULL,106),(1783,'Caesarea',NULL,106),(1784,'Centre',NULL,106),(1785,'Gaza',NULL,106),(1786,'Hadaron',NULL,106),(1787,'Haifa District',NULL,106),(1788,'Hamerkaz',NULL,106),(1789,'Hazafon',NULL,106),(1790,'Hebron',NULL,106),(1791,'Jaffa',NULL,106),(1792,'Jerusalem',NULL,106),(1793,'Khefa',NULL,106),(1794,'Kiryat Yam',NULL,106),(1795,'Lower Galilee',NULL,106),(1796,'Qalqilya',NULL,106),(1797,'Talme Elazar',NULL,106),(1798,'Tel Aviv',NULL,106),(1799,'Tsafon',NULL,106),(1800,'Umm El Fahem',NULL,106),(1801,'Yerushalayim',NULL,106),(1802,'Abruzzi',NULL,107),(1803,'Abruzzo',NULL,107),(1804,'Agrigento',NULL,107),(1805,'Alessandria',NULL,107),(1806,'Ancona',NULL,107),(1807,'Arezzo',NULL,107),(1808,'Ascoli Piceno',NULL,107),(1809,'Asti',NULL,107),(1810,'Avellino',NULL,107),(1811,'Bari',NULL,107),(1812,'Basilicata',NULL,107),(1813,'Belluno',NULL,107),(1814,'Benevento',NULL,107),(1815,'Bergamo',NULL,107),(1816,'Biella',NULL,107),(1817,'Bologna',NULL,107),(1818,'Bolzano',NULL,107),(1819,'Brescia',NULL,107),(1820,'Brindisi',NULL,107),(1821,'Calabria',NULL,107),(1822,'Campania',NULL,107),(1823,'Cartoceto',NULL,107),(1824,'Caserta',NULL,107),(1825,'Catania',NULL,107),(1826,'Chieti',NULL,107),(1827,'Como',NULL,107),(1828,'Cosenza',NULL,107),(1829,'Cremona',NULL,107),(1830,'Cuneo',NULL,107),(1831,'Emilia-Romagna',NULL,107),(1832,'Ferrara',NULL,107),(1833,'Firenze',NULL,107),(1834,'Florence',NULL,107),(1835,'Forli-Cesena ',NULL,107),(1836,'Friuli-Venezia Giulia',NULL,107),(1837,'Frosinone',NULL,107),(1838,'Genoa',NULL,107),(1839,'Gorizia',NULL,107),(1840,'L\'Aquila',NULL,107),(1841,'Lazio',NULL,107),(1842,'Lecce',NULL,107),(1843,'Lecco',NULL,107),(1844,'Lecco Province',NULL,107),(1845,'Liguria',NULL,107),(1846,'Lodi',NULL,107),(1847,'Lombardia',NULL,107),(1848,'Lombardy',NULL,107),(1849,'Macerata',NULL,107),(1850,'Mantova',NULL,107),(1851,'Marche',NULL,107),(1852,'Messina',NULL,107),(1853,'Milan',NULL,107),(1854,'Modena',NULL,107),(1855,'Molise',NULL,107),(1856,'Molteno',NULL,107),(1857,'Montenegro',NULL,107),(1858,'Monza and Brianza',NULL,107),(1859,'Naples',NULL,107),(1860,'Novara',NULL,107),(1861,'Padova',NULL,107),(1862,'Parma',NULL,107),(1863,'Pavia',NULL,107),(1864,'Perugia',NULL,107),(1865,'Pesaro-Urbino',NULL,107),(1866,'Piacenza',NULL,107),(1867,'Piedmont',NULL,107),(1868,'Piemonte',NULL,107),(1869,'Pisa',NULL,107),(1870,'Pordenone',NULL,107),(1871,'Potenza',NULL,107),(1872,'Puglia',NULL,107),(1873,'Reggio Emilia',NULL,107),(1874,'Rimini',NULL,107),(1875,'Roma',NULL,107),(1876,'Salerno',NULL,107),(1877,'Sardegna',NULL,107),(1878,'Sassari',NULL,107),(1879,'Savona',NULL,107),(1880,'Sicilia',NULL,107),(1881,'Siena',NULL,107),(1882,'Sondrio',NULL,107),(1883,'South Tyrol',NULL,107),(1884,'Taranto',NULL,107),(1885,'Teramo',NULL,107),(1886,'Torino',NULL,107),(1887,'Toscana',NULL,107),(1888,'Trapani',NULL,107),(1889,'Trentino-Alto Adige',NULL,107),(1890,'Trento',NULL,107),(1891,'Treviso',NULL,107),(1892,'Udine',NULL,107),(1893,'Umbria',NULL,107),(1894,'Valle d\'Aosta',NULL,107),(1895,'Varese',NULL,107),(1896,'Veneto',NULL,107),(1897,'Venezia',NULL,107),(1898,'Verbano-Cusio-Ossola',NULL,107),(1899,'Vercelli',NULL,107),(1900,'Verona',NULL,107),(1901,'Vicenza',NULL,107),(1902,'Viterbo',NULL,107),(1903,'Buxoro Viloyati',NULL,108),(1904,'Clarendon',NULL,108),(1905,'Hanover',NULL,108),(1906,'Kingston',NULL,108),(1907,'Manchester',NULL,108),(1908,'Portland',NULL,108),(1909,'Saint Andrews',NULL,108),(1910,'Saint Ann',NULL,108),(1911,'Saint Catherine',NULL,108),(1912,'Saint Elizabeth',NULL,108),(1913,'Saint James',NULL,108),(1914,'Saint Mary',NULL,108),(1915,'Saint Thomas',NULL,108),(1916,'Trelawney',NULL,108),(1917,'Westmoreland',NULL,108),(1918,'Aichi',NULL,109),(1919,'Akita',NULL,109),(1920,'Aomori',NULL,109),(1921,'Chiba',NULL,109),(1922,'Ehime',NULL,109),(1923,'Fukui',NULL,109),(1924,'Fukuoka',NULL,109),(1925,'Fukushima',NULL,109),(1926,'Gifu',NULL,109),(1927,'Gumma',NULL,109),(1928,'Hiroshima',NULL,109),(1929,'Hokkaido',NULL,109),(1930,'Hyogo',NULL,109),(1931,'Ibaraki',NULL,109),(1932,'Ishikawa',NULL,109),(1933,'Iwate',NULL,109),(1934,'Kagawa',NULL,109),(1935,'Kagoshima',NULL,109),(1936,'Kanagawa',NULL,109),(1937,'Kanto',NULL,109),(1938,'Kochi',NULL,109),(1939,'Kumamoto',NULL,109),(1940,'Kyoto',NULL,109),(1941,'Mie',NULL,109),(1942,'Miyagi',NULL,109),(1943,'Miyazaki',NULL,109),(1944,'Nagano',NULL,109),(1945,'Nagasaki',NULL,109),(1946,'Nara',NULL,109),(1947,'Niigata',NULL,109),(1948,'Oita',NULL,109),(1949,'Okayama',NULL,109),(1950,'Okinawa',NULL,109),(1951,'Osaka',NULL,109),(1952,'Saga',NULL,109),(1953,'Saitama',NULL,109),(1954,'Shiga',NULL,109),(1955,'Shimane',NULL,109),(1956,'Shizuoka',NULL,109),(1957,'Tochigi',NULL,109),(1958,'Tokushima',NULL,109),(1959,'Tokyo',NULL,109),(1960,'Tottori',NULL,109),(1961,'Toyama',NULL,109),(1962,'Wakayama',NULL,109),(1963,'Yamagata',NULL,109),(1964,'Yamaguchi',NULL,109),(1965,'Yamanashi',NULL,109),(1966,'Grouville',NULL,110),(1967,'Saint Brelade',NULL,110),(1968,'Saint Clement',NULL,110),(1969,'Saint Helier',NULL,110),(1970,'Saint John',NULL,110),(1971,'Saint Lawrence',NULL,110),(1972,'Saint Martin',NULL,110),(1973,'Saint Mary',NULL,110),(1974,'Saint Peter',NULL,110),(1975,'Saint Saviour',NULL,110),(1976,'Trinity',NULL,110),(1977,'\'Ajlun',NULL,111),(1978,'Amman',NULL,111),(1979,'Irbid',NULL,111),(1980,'Jarash',NULL,111),(1981,'Ma\'an',NULL,111),(1982,'Madaba',NULL,111),(1983,'al-\'Aqabah',NULL,111),(1984,'al-Balqa\'',NULL,111),(1985,'al-Karak',NULL,111),(1986,'al-Mafraq',NULL,111),(1987,'at-Tafilah',NULL,111),(1988,'az-Zarqa\'',NULL,111),(1989,'Akmecet',NULL,112),(1990,'Akmola',NULL,112),(1991,'Aktobe',NULL,112),(1992,'Almati',NULL,112),(1993,'Atirau',NULL,112),(1994,'Batis Kazakstan',NULL,112),(1995,'Burlinsky Region',NULL,112),(1996,'Karagandi',NULL,112),(1997,'Kostanay',NULL,112),(1998,'Mankistau',NULL,112),(1999,'Ontustik Kazakstan',NULL,112),(2000,'Pavlodar',NULL,112),(2001,'Sigis Kazakstan',NULL,112),(2002,'Soltustik Kazakstan',NULL,112),(2003,'Taraz',NULL,112),(2004,'Central',NULL,113),(2005,'Coast',NULL,113),(2006,'Eastern',NULL,113),(2007,'Nairobi',NULL,113),(2008,'North Eastern',NULL,113),(2009,'Nyanza',NULL,113),(2010,'Rift Valley',NULL,113),(2011,'Western',NULL,113),(2012,'Abaiang',NULL,114),(2013,'Abemana',NULL,114),(2014,'Aranuka',NULL,114),(2015,'Arorae',NULL,114),(2016,'Banaba',NULL,114),(2017,'Beru',NULL,114),(2018,'Butaritari',NULL,114),(2019,'Kiritimati',NULL,114),(2020,'Kuria',NULL,114),(2021,'Maiana',NULL,114),(2022,'Makin',NULL,114),(2023,'Marakei',NULL,114),(2024,'Nikunau',NULL,114),(2025,'Nonouti',NULL,114),(2026,'Onotoa',NULL,114),(2027,'Phoenix Islands',NULL,114),(2028,'Tabiteuea North',NULL,114),(2029,'Tabiteuea South',NULL,114),(2030,'Tabuaeran',NULL,114),(2031,'Tamana',NULL,114),(2032,'Tarawa North',NULL,114),(2033,'Tarawa South',NULL,114),(2034,'Teraina',NULL,114),(2035,'Chagangdo',NULL,115),(2036,'Hamgyeongbukto',NULL,115),(2037,'Hamgyeongnamdo',NULL,115),(2038,'Hwanghaebukto',NULL,115),(2039,'Hwanghaenamdo',NULL,115),(2040,'Kaeseong',NULL,115),(2041,'Kangweon',NULL,115),(2042,'Nampo',NULL,115),(2043,'Pyeonganbukto',NULL,115),(2044,'Pyeongannamdo',NULL,115),(2045,'Pyeongyang',NULL,115),(2046,'Yanggang',NULL,115),(2047,'Busan',NULL,116),(2048,'Cheju',NULL,116),(2049,'Chollabuk',NULL,116),(2050,'Chollanam',NULL,116),(2051,'Chungbuk',NULL,116),(2052,'Chungcheongbuk',NULL,116),(2053,'Chungcheongnam',NULL,116),(2054,'Chungnam',NULL,116),(2055,'Daegu',NULL,116),(2056,'Gangwon-do',NULL,116),(2057,'Goyang-si',NULL,116),(2058,'Gyeonggi-do',NULL,116),(2059,'Gyeongsang ',NULL,116),(2060,'Gyeongsangnam-do',NULL,116),(2061,'Incheon',NULL,116),(2062,'Jeju-Si',NULL,116),(2063,'Jeonbuk',NULL,116),(2064,'Kangweon',NULL,116),(2065,'Kwangju',NULL,116),(2066,'Kyeonggi',NULL,116),(2067,'Kyeongsangbuk',NULL,116),(2068,'Kyeongsangnam',NULL,116),(2069,'Kyonggi-do',NULL,116),(2070,'Kyungbuk-Do',NULL,116),(2071,'Kyunggi-Do',NULL,116),(2072,'Kyunggi-do',NULL,116),(2073,'Pusan',NULL,116),(2074,'Seoul',NULL,116),(2075,'Sudogwon',NULL,116),(2076,'Taegu',NULL,116),(2077,'Taejeon',NULL,116),(2078,'Taejon-gwangyoksi',NULL,116),(2079,'Ulsan',NULL,116),(2080,'Wonju',NULL,116),(2081,'gwangyoksi',NULL,116),(2082,'Al Asimah',NULL,117),(2083,'Hawalli',NULL,117),(2084,'Mishref',NULL,117),(2085,'Qadesiya',NULL,117),(2086,'Safat',NULL,117),(2087,'Salmiya',NULL,117),(2088,'al-Ahmadi',NULL,117),(2089,'al-Farwaniyah',NULL,117),(2090,'al-Jahra',NULL,117),(2091,'al-Kuwayt',NULL,117),(2092,'Batken',NULL,118),(2093,'Bishkek',NULL,118),(2094,'Chui',NULL,118),(2095,'Issyk-Kul',NULL,118),(2096,'Jalal-Abad',NULL,118),(2097,'Naryn',NULL,118),(2098,'Osh',NULL,118),(2099,'Talas',NULL,118),(2100,'Attopu',NULL,119),(2101,'Bokeo',NULL,119),(2102,'Bolikhamsay',NULL,119),(2103,'Champasak',NULL,119),(2104,'Houaphanh',NULL,119),(2105,'Khammouane',NULL,119),(2106,'Luang Nam Tha',NULL,119),(2107,'Luang Prabang',NULL,119),(2108,'Oudomxay',NULL,119),(2109,'Phongsaly',NULL,119),(2110,'Saravan',NULL,119),(2111,'Savannakhet',NULL,119),(2112,'Sekong',NULL,119),(2113,'Viangchan Prefecture',NULL,119),(2114,'Viangchan Province',NULL,119),(2115,'Xaignabury',NULL,119),(2116,'Xiang Khuang',NULL,119),(2117,'Aizkraukles',NULL,120),(2118,'Aluksnes',NULL,120),(2119,'Balvu',NULL,120),(2120,'Bauskas',NULL,120),(2121,'Cesu',NULL,120),(2122,'Daugavpils',NULL,120),(2123,'Daugavpils City',NULL,120),(2124,'Dobeles',NULL,120),(2125,'Gulbenes',NULL,120),(2126,'Jekabspils',NULL,120),(2127,'Jelgava',NULL,120),(2128,'Jelgavas',NULL,120),(2129,'Jurmala City',NULL,120),(2130,'Kraslavas',NULL,120),(2131,'Kuldigas',NULL,120),(2132,'Liepaja',NULL,120),(2133,'Liepajas',NULL,120),(2134,'Limbazhu',NULL,120),(2135,'Ludzas',NULL,120),(2136,'Madonas',NULL,120),(2137,'Ogres',NULL,120),(2138,'Preilu',NULL,120),(2139,'Rezekne',NULL,120),(2140,'Rezeknes',NULL,120),(2141,'Riga',NULL,120),(2142,'Rigas',NULL,120),(2143,'Saldus',NULL,120),(2144,'Talsu',NULL,120),(2145,'Tukuma',NULL,120),(2146,'Valkas',NULL,120),(2147,'Valmieras',NULL,120),(2148,'Ventspils',NULL,120),(2149,'Ventspils City',NULL,120),(2150,'Beirut',NULL,121),(2151,'Jabal Lubnan',NULL,121),(2152,'Mohafazat Liban-Nord',NULL,121),(2153,'Mohafazat Mont-Liban',NULL,121),(2154,'Sidon',NULL,121),(2155,'al-Biqa',NULL,121),(2156,'al-Janub',NULL,121),(2157,'an-Nabatiyah',NULL,121),(2158,'ash-Shamal',NULL,121),(2159,'Berea',NULL,122),(2160,'Butha-Buthe',NULL,122),(2161,'Leribe',NULL,122),(2162,'Mafeteng',NULL,122),(2163,'Maseru',NULL,122),(2164,'Mohale\'s Hoek',NULL,122),(2165,'Mokhotlong',NULL,122),(2166,'Qacha\'s Nek',NULL,122),(2167,'Quthing',NULL,122),(2168,'Thaba-Tseka',NULL,122),(2169,'Bomi',NULL,123),(2170,'Bong',NULL,123),(2171,'Grand Bassa',NULL,123),(2172,'Grand Cape Mount',NULL,123),(2173,'Grand Gedeh',NULL,123),(2174,'Loffa',NULL,123),(2175,'Margibi',NULL,123),(2176,'Maryland and Grand Kru',NULL,123),(2177,'Montserrado',NULL,123),(2178,'Nimba',NULL,123),(2179,'Rivercess',NULL,123),(2180,'Sinoe',NULL,123),(2181,'Ajdabiya',NULL,124),(2182,'Fezzan',NULL,124),(2183,'Banghazi',NULL,124),(2184,'Darnah',NULL,124),(2185,'Ghadamis',NULL,124),(2186,'Gharyan',NULL,124),(2187,'Misratah',NULL,124),(2188,'Murzuq',NULL,124),(2189,'Sabha',NULL,124),(2190,'Sawfajjin',NULL,124),(2191,'Surt',NULL,124),(2192,'Tarabulus',NULL,124),(2193,'Tarhunah',NULL,124),(2194,'Tripolitania',NULL,124),(2195,'Tubruq',NULL,124),(2196,'Yafran',NULL,124),(2197,'Zlitan',NULL,124),(2198,'al-\'Aziziyah',NULL,124),(2199,'al-Fatih',NULL,124),(2200,'al-Jabal al Akhdar',NULL,124),(2201,'al-Jufrah',NULL,124),(2202,'al-Khums',NULL,124),(2203,'al-Kufrah',NULL,124),(2204,'an-Nuqat al-Khams',NULL,124),(2205,'ash-Shati\'',NULL,124),(2206,'az-Zawiyah',NULL,124),(2207,'Balzers',NULL,125),(2208,'Eschen',NULL,125),(2209,'Gamprin',NULL,125),(2210,'Mauren',NULL,125),(2211,'Planken',NULL,125),(2212,'Ruggell',NULL,125),(2213,'Schaan',NULL,125),(2214,'Schellenberg',NULL,125),(2215,'Triesen',NULL,125),(2216,'Triesenberg',NULL,125),(2217,'Vaduz',NULL,125),(2218,'Alytaus',NULL,126),(2219,'Anyksciai',NULL,126),(2220,'Kauno',NULL,126),(2221,'Klaipedos',NULL,126),(2222,'Marijampoles',NULL,126),(2223,'Panevezhio',NULL,126),(2224,'Panevezys',NULL,126),(2225,'Shiauliu',NULL,126),(2226,'Taurages',NULL,126),(2227,'Telshiu',NULL,126),(2228,'Telsiai',NULL,126),(2229,'Utenos',NULL,126),(2230,'Vilniaus',NULL,126),(2231,'Capellen',NULL,127),(2232,'Clervaux',NULL,127),(2233,'Diekirch',NULL,127),(2234,'Echternach',NULL,127),(2235,'Esch-sur-Alzette',NULL,127),(2236,'Grevenmacher',NULL,127),(2237,'Luxembourg',NULL,127),(2238,'Mersch',NULL,127),(2239,'Redange',NULL,127),(2240,'Remich',NULL,127),(2241,'Vianden',NULL,127),(2242,'Wiltz',NULL,127),(2243,'Macau',NULL,128),(2244,'Berovo',NULL,129),(2245,'Bitola',NULL,129),(2246,'Brod',NULL,129),(2247,'Debar',NULL,129),(2248,'Delchevo',NULL,129),(2249,'Demir Hisar',NULL,129),(2250,'Gevgelija',NULL,129),(2251,'Gostivar',NULL,129),(2252,'Kavadarci',NULL,129),(2253,'Kichevo',NULL,129),(2254,'Kochani',NULL,129),(2255,'Kratovo',NULL,129),(2256,'Kriva Palanka',NULL,129),(2257,'Krushevo',NULL,129),(2258,'Kumanovo',NULL,129),(2259,'Negotino',NULL,129),(2260,'Ohrid',NULL,129),(2261,'Prilep',NULL,129),(2262,'Probishtip',NULL,129),(2263,'Radovish',NULL,129),(2264,'Resen',NULL,129),(2265,'Shtip',NULL,129),(2266,'Skopje',NULL,129),(2267,'Struga',NULL,129),(2268,'Strumica',NULL,129),(2269,'Sveti Nikole',NULL,129),(2270,'Tetovo',NULL,129),(2271,'Valandovo',NULL,129),(2272,'Veles',NULL,129),(2273,'Vinica',NULL,129),(2274,'Antananarivo',NULL,130),(2275,'Antsiranana',NULL,130),(2276,'Fianarantsoa',NULL,130),(2277,'Mahajanga',NULL,130),(2278,'Toamasina',NULL,130),(2279,'Toliary',NULL,130),(2280,'Balaka',NULL,131),(2281,'Blantyre City',NULL,131),(2282,'Chikwawa',NULL,131),(2283,'Chiradzulu',NULL,131),(2284,'Chitipa',NULL,131),(2285,'Dedza',NULL,131),(2286,'Dowa',NULL,131),(2287,'Karonga',NULL,131),(2288,'Kasungu',NULL,131),(2289,'Lilongwe City',NULL,131),(2290,'Machinga',NULL,131),(2291,'Mangochi',NULL,131),(2292,'Mchinji',NULL,131),(2293,'Mulanje',NULL,131),(2294,'Mwanza',NULL,131),(2295,'Mzimba',NULL,131),(2296,'Mzuzu City',NULL,131),(2297,'Nkhata Bay',NULL,131),(2298,'Nkhotakota',NULL,131),(2299,'Nsanje',NULL,131),(2300,'Ntcheu',NULL,131),(2301,'Ntchisi',NULL,131),(2302,'Phalombe',NULL,131),(2303,'Rumphi',NULL,131),(2304,'Salima',NULL,131),(2305,'Thyolo',NULL,131),(2306,'Zomba Municipality',NULL,131),(2307,'Johor',NULL,132),(2308,'Kedah',NULL,132),(2309,'Kelantan',NULL,132),(2310,'Kuala Lumpur',NULL,132),(2311,'Labuan',NULL,132),(2312,'Melaka',NULL,132),(2313,'Negeri Johor',NULL,132),(2314,'Negeri Sembilan',NULL,132),(2315,'Pahang',NULL,132),(2316,'Penang',NULL,132),(2317,'Perak',NULL,132),(2318,'Perlis',NULL,132),(2319,'Pulau Pinang',NULL,132),(2320,'Sabah',NULL,132),(2321,'Sarawak',NULL,132),(2322,'Selangor',NULL,132),(2323,'Sembilan',NULL,132),(2324,'Terengganu',NULL,132),(2325,'Alif Alif',NULL,133),(2326,'Alif Dhaal',NULL,133),(2327,'Baa',NULL,133),(2328,'Dhaal',NULL,133),(2329,'Faaf',NULL,133),(2330,'Gaaf Alif',NULL,133),(2331,'Gaaf Dhaal',NULL,133),(2332,'Ghaviyani',NULL,133),(2333,'Haa Alif',NULL,133),(2334,'Haa Dhaal',NULL,133),(2335,'Kaaf',NULL,133),(2336,'Laam',NULL,133),(2337,'Lhaviyani',NULL,133),(2338,'Male',NULL,133),(2339,'Miim',NULL,133),(2340,'Nuun',NULL,133),(2341,'Raa',NULL,133),(2342,'Shaviyani',NULL,133),(2343,'Siin',NULL,133),(2344,'Thaa',NULL,133),(2345,'Vaav',NULL,133),(2346,'Bamako',NULL,134),(2347,'Gao',NULL,134),(2348,'Kayes',NULL,134),(2349,'Kidal',NULL,134),(2350,'Koulikoro',NULL,134),(2351,'Mopti',NULL,134),(2352,'Segou',NULL,134),(2353,'Sikasso',NULL,134),(2354,'Tombouctou',NULL,134),(2355,'Gozo and Comino',NULL,135),(2356,'Inner Harbour',NULL,135),(2357,'Northern',NULL,135),(2358,'Outer Harbour',NULL,135),(2359,'South Eastern',NULL,135),(2360,'Valletta',NULL,135),(2361,'Western',NULL,135),(2362,'Castletown',NULL,136),(2363,'Douglas',NULL,136),(2364,'Laxey',NULL,136),(2365,'Onchan',NULL,136),(2366,'Peel',NULL,136),(2367,'Port Erin',NULL,136),(2368,'Port Saint Mary',NULL,136),(2369,'Ramsey',NULL,136),(2370,'Ailinlaplap',NULL,137),(2371,'Ailuk',NULL,137),(2372,'Arno',NULL,137),(2373,'Aur',NULL,137),(2374,'Bikini',NULL,137),(2375,'Ebon',NULL,137),(2376,'Enewetak',NULL,137),(2377,'Jabat',NULL,137),(2378,'Jaluit',NULL,137),(2379,'Kili',NULL,137),(2380,'Kwajalein',NULL,137),(2381,'Lae',NULL,137),(2382,'Lib',NULL,137),(2383,'Likiep',NULL,137),(2384,'Majuro',NULL,137),(2385,'Maloelap',NULL,137),(2386,'Mejit',NULL,137),(2387,'Mili',NULL,137),(2388,'Namorik',NULL,137),(2389,'Namu',NULL,137),(2390,'Rongelap',NULL,137),(2391,'Ujae',NULL,137),(2392,'Utrik',NULL,137),(2393,'Wotho',NULL,137),(2394,'Wotje',NULL,137),(2395,'Fort-de-France',NULL,138),(2396,'La Trinite',NULL,138),(2397,'Le Marin',NULL,138),(2398,'Saint-Pierre',NULL,138),(2399,'Adrar',NULL,139),(2400,'Assaba',NULL,139),(2401,'Brakna',NULL,139),(2402,'Dhakhlat Nawadibu',NULL,139),(2403,'Hudh-al-Gharbi',NULL,139),(2404,'Hudh-ash-Sharqi',NULL,139),(2405,'Inshiri',NULL,139),(2406,'Nawakshut',NULL,139),(2407,'Qidimagha',NULL,139),(2408,'Qurqul',NULL,139),(2409,'Taqant',NULL,139),(2410,'Tiris Zammur',NULL,139),(2411,'Trarza',NULL,139),(2412,'Black River',NULL,140),(2413,'Eau Coulee',NULL,140),(2414,'Flacq',NULL,140),(2415,'Floreal',NULL,140),(2416,'Grand Port',NULL,140),(2417,'Moka',NULL,140),(2418,'Pamplempousses',NULL,140),(2419,'Plaines Wilhelm',NULL,140),(2420,'Port Louis',NULL,140),(2421,'Riviere du Rempart',NULL,140),(2422,'Rodrigues',NULL,140),(2423,'Rose Hill',NULL,140),(2424,'Savanne',NULL,140),(2425,'Mayotte',NULL,141),(2426,'Pamanzi',NULL,141),(2427,'Aguascalientes',NULL,142),(2428,'Baja California',NULL,142),(2429,'Baja California Sur',NULL,142),(2430,'Campeche',NULL,142),(2431,'Chiapas',NULL,142),(2432,'Chihuahua',NULL,142),(2433,'Coahuila',NULL,142),(2434,'Colima',NULL,142),(2435,'Distrito Federal',NULL,142),(2436,'Durango',NULL,142),(2437,'Estado de Mexico',NULL,142),(2438,'Guanajuato',NULL,142),(2439,'Guerrero',NULL,142),(2440,'Hidalgo',NULL,142),(2441,'Jalisco',NULL,142),(2442,'Mexico',NULL,142),(2443,'Michoacan',NULL,142),(2444,'Morelos',NULL,142),(2445,'Nayarit',NULL,142),(2446,'Nuevo Leon',NULL,142),(2447,'Oaxaca',NULL,142),(2448,'Puebla',NULL,142),(2449,'Queretaro',NULL,142),(2450,'Quintana Roo',NULL,142),(2451,'San Luis Potosi',NULL,142),(2452,'Sinaloa',NULL,142),(2453,'Sonora',NULL,142),(2454,'Tabasco',NULL,142),(2455,'Tamaulipas',NULL,142),(2456,'Tlaxcala',NULL,142),(2457,'Veracruz',NULL,142),(2458,'Yucatan',NULL,142),(2459,'Zacatecas',NULL,142),(2460,'Chuuk',NULL,143),(2461,'Kusaie',NULL,143),(2462,'Pohnpei',NULL,143),(2463,'Yap',NULL,143),(2464,'Balti',NULL,144),(2465,'Cahul',NULL,144),(2466,'Chisinau',NULL,144),(2467,'Chisinau Oras',NULL,144),(2468,'Edinet',NULL,144),(2469,'Gagauzia',NULL,144),(2470,'Lapusna',NULL,144),(2471,'Orhei',NULL,144),(2472,'Soroca',NULL,144),(2473,'Taraclia',NULL,144),(2474,'Tighina',NULL,144),(2475,'Transnistria',NULL,144),(2476,'Ungheni',NULL,144),(2477,'Fontvieille',NULL,145),(2478,'La Condamine',NULL,145),(2479,'Monaco-Ville',NULL,145),(2480,'Monte Carlo',NULL,145),(2481,'Arhangaj',NULL,146),(2482,'Bajan-Olgij',NULL,146),(2483,'Bajanhongor',NULL,146),(2484,'Bulgan',NULL,146),(2485,'Darhan-Uul',NULL,146),(2486,'Dornod',NULL,146),(2487,'Dornogovi',NULL,146),(2488,'Dundgovi',NULL,146),(2489,'Govi-Altaj',NULL,146),(2490,'Govisumber',NULL,146),(2491,'Hentij',NULL,146),(2492,'Hovd',NULL,146),(2493,'Hovsgol',NULL,146),(2494,'Omnogovi',NULL,146),(2495,'Orhon',NULL,146),(2496,'Ovorhangaj',NULL,146),(2497,'Selenge',NULL,146),(2498,'Suhbaatar',NULL,146),(2499,'Tov',NULL,146),(2500,'Ulaanbaatar',NULL,146),(2501,'Uvs',NULL,146),(2502,'Zavhan',NULL,146),(2503,'Montserrat',NULL,147),(2504,'Agadir',NULL,148),(2505,'Casablanca',NULL,148),(2506,'Chaouia-Ouardigha',NULL,148),(2507,'Doukkala-Abda',NULL,148),(2508,'Fes-Boulemane',NULL,148),(2509,'Gharb-Chrarda-Beni Hssen',NULL,148),(2510,'Guelmim',NULL,148),(2511,'Kenitra',NULL,148),(2512,'Marrakech-Tensift-Al Haouz',NULL,148),(2513,'Meknes-Tafilalet',NULL,148),(2514,'Oriental',NULL,148),(2515,'Oujda',NULL,148),(2516,'Province de Tanger',NULL,148),(2517,'Rabat-Sale-Zammour-Zaer',NULL,148),(2518,'Sala Al Jadida',NULL,148),(2519,'Settat',NULL,148),(2520,'Souss Massa-Draa',NULL,148),(2521,'Tadla-Azilal',NULL,148),(2522,'Tangier-Tetouan',NULL,148),(2523,'Taza-Al Hoceima-Taounate',NULL,148),(2524,'Wilaya de Casablanca',NULL,148),(2525,'Wilaya de Rabat-Sale',NULL,148),(2526,'Cabo Delgado',NULL,149),(2527,'Gaza',NULL,149),(2528,'Inhambane',NULL,149),(2529,'Manica',NULL,149),(2530,'Maputo',NULL,149),(2531,'Maputo Provincia',NULL,149),(2532,'Nampula',NULL,149),(2533,'Niassa',NULL,149),(2534,'Sofala',NULL,149),(2535,'Tete',NULL,149),(2536,'Zambezia',NULL,149),(2537,'Ayeyarwady',NULL,150),(2538,'Bago',NULL,150),(2539,'Chin',NULL,150),(2540,'Kachin',NULL,150),(2541,'Kayah',NULL,150),(2542,'Kayin',NULL,150),(2543,'Magway',NULL,150),(2544,'Mandalay',NULL,150),(2545,'Mon',NULL,150),(2546,'Nay Pyi Taw',NULL,150),(2547,'Rakhine',NULL,150),(2548,'Sagaing',NULL,150),(2549,'Shan',NULL,150),(2550,'Tanintharyi',NULL,150),(2551,'Yangon',NULL,150),(2552,'Caprivi',NULL,151),(2553,'Erongo',NULL,151),(2554,'Hardap',NULL,151),(2555,'Karas',NULL,151),(2556,'Kavango',NULL,151),(2557,'Khomas',NULL,151),(2558,'Kunene',NULL,151),(2559,'Ohangwena',NULL,151),(2560,'Omaheke',NULL,151),(2561,'Omusati',NULL,151),(2562,'Oshana',NULL,151),(2563,'Oshikoto',NULL,151),(2564,'Otjozondjupa',NULL,151),(2565,'Yaren',NULL,152),(2566,'Bagmati',NULL,153),(2567,'Bheri',NULL,153),(2568,'Dhawalagiri',NULL,153),(2569,'Gandaki',NULL,153),(2570,'Janakpur',NULL,153),(2571,'Karnali',NULL,153),(2572,'Koshi',NULL,153),(2573,'Lumbini',NULL,153),(2574,'Mahakali',NULL,153),(2575,'Mechi',NULL,153),(2576,'Narayani',NULL,153),(2577,'Rapti',NULL,153),(2578,'Sagarmatha',NULL,153),(2579,'Seti',NULL,153),(2580,'Bonaire',NULL,154),(2581,'Curacao',NULL,154),(2582,'Saba',NULL,154),(2583,'Sint Eustatius',NULL,154),(2584,'Sint Maarten',NULL,154),(2585,'Amsterdam',NULL,155),(2586,'Benelux',NULL,155),(2587,'Drenthe',NULL,155),(2588,'Flevoland',NULL,155),(2589,'Friesland',NULL,155),(2590,'Gelderland',NULL,155),(2591,'Groningen',NULL,155),(2592,'Limburg',NULL,155),(2593,'Noord-Brabant',NULL,155),(2594,'Noord-Holland',NULL,155),(2595,'Overijssel',NULL,155),(2596,'South Holland',NULL,155),(2597,'Utrecht',NULL,155),(2598,'Zeeland',NULL,155),(2599,'Zuid-Holland',NULL,155),(2600,'Iles',NULL,156),(2601,'Nord',NULL,156),(2602,'Sud',NULL,156),(2603,'Area Outside Region',NULL,157),(2604,'Auckland',NULL,157),(2605,'Bay of Plenty',NULL,157),(2606,'Canterbury',NULL,157),(2607,'Christchurch',NULL,157),(2608,'Gisborne',NULL,157),(2609,'Hawke\'s Bay',NULL,157),(2610,'Manawatu-Wanganui',NULL,157),(2611,'Marlborough',NULL,157),(2612,'Nelson',NULL,157),(2613,'Northland',NULL,157),(2614,'Otago',NULL,157),(2615,'Rodney',NULL,157),(2616,'Southland',NULL,157),(2617,'Taranaki',NULL,157),(2618,'Tasman',NULL,157),(2619,'Waikato',NULL,157),(2620,'Wellington',NULL,157),(2621,'West Coast',NULL,157),(2622,'Atlantico Norte',NULL,158),(2623,'Atlantico Sur',NULL,158),(2624,'Boaco',NULL,158),(2625,'Carazo',NULL,158),(2626,'Chinandega',NULL,158),(2627,'Chontales',NULL,158),(2628,'Esteli',NULL,158),(2629,'Granada',NULL,158),(2630,'Jinotega',NULL,158),(2631,'Leon',NULL,158),(2632,'Madriz',NULL,158),(2633,'Managua',NULL,158),(2634,'Masaya',NULL,158),(2635,'Matagalpa',NULL,158),(2636,'Nueva Segovia',NULL,158),(2637,'Rio San Juan',NULL,158),(2638,'Rivas',NULL,158),(2639,'Agadez',NULL,159),(2640,'Diffa',NULL,159),(2641,'Dosso',NULL,159),(2642,'Maradi',NULL,159),(2643,'Niamey',NULL,159),(2644,'Tahoua',NULL,159),(2645,'Tillabery',NULL,159),(2646,'Zinder',NULL,159),(2647,'Abia',NULL,160),(2648,'Abuja Federal Capital Territor',NULL,160),(2649,'Adamawa',NULL,160),(2650,'Akwa Ibom',NULL,160),(2651,'Anambra',NULL,160),(2652,'Bauchi',NULL,160),(2653,'Bayelsa',NULL,160),(2654,'Benue',NULL,160),(2655,'Borno',NULL,160),(2656,'Cross River',NULL,160),(2657,'Delta',NULL,160),(2658,'Ebonyi',NULL,160),(2659,'Edo',NULL,160),(2660,'Ekiti',NULL,160),(2661,'Enugu',NULL,160),(2662,'Gombe',NULL,160),(2663,'Imo',NULL,160),(2664,'Jigawa',NULL,160),(2665,'Kaduna',NULL,160),(2666,'Kano',NULL,160),(2667,'Katsina',NULL,160),(2668,'Kebbi',NULL,160),(2669,'Kogi',NULL,160),(2670,'Kwara',NULL,160),(2671,'Lagos',NULL,160),(2672,'Nassarawa',NULL,160),(2673,'Niger',NULL,160),(2674,'Ogun',NULL,160),(2675,'Ondo',NULL,160),(2676,'Osun',NULL,160),(2677,'Oyo',NULL,160),(2678,'Plateau',NULL,160),(2679,'Rivers',NULL,160),(2680,'Sokoto',NULL,160),(2681,'Taraba',NULL,160),(2682,'Yobe',NULL,160),(2683,'Zamfara',NULL,160),(2684,'Niue',NULL,161),(2685,'Norfolk Island',NULL,162),(2686,'Northern Islands',NULL,163),(2687,'Rota',NULL,163),(2688,'Saipan',NULL,163),(2689,'Tinian',NULL,163),(2690,'Akershus',NULL,164),(2691,'Aust Agder',NULL,164),(2692,'Bergen',NULL,164),(2693,'Buskerud',NULL,164),(2694,'Finnmark',NULL,164),(2695,'Hedmark',NULL,164),(2696,'Hordaland',NULL,164),(2697,'Moere og Romsdal',NULL,164),(2698,'Nord Trondelag',NULL,164),(2699,'Nordland',NULL,164),(2700,'Oestfold',NULL,164),(2701,'Oppland',NULL,164),(2702,'Oslo',NULL,164),(2703,'Rogaland',NULL,164),(2704,'Soer Troendelag',NULL,164),(2705,'Sogn og Fjordane',NULL,164),(2706,'Stavern',NULL,164),(2707,'Sykkylven',NULL,164),(2708,'Telemark',NULL,164),(2709,'Troms',NULL,164),(2710,'Vest Agder',NULL,164),(2711,'Vestfold',NULL,164),(2712,'Østfold',NULL,164),(2713,'Al Buraimi',NULL,165),(2714,'Dhufar',NULL,165),(2715,'Masqat',NULL,165),(2716,'Musandam',NULL,165),(2717,'Rusayl',NULL,165),(2718,'Wadi Kabir',NULL,165),(2719,'ad-Dakhiliyah',NULL,165),(2720,'adh-Dhahirah',NULL,165),(2721,'al-Batinah',NULL,165),(2722,'ash-Sharqiyah',NULL,165),(2723,'Baluchistan',NULL,166),(2724,'Federal Capital Area',NULL,166),(2725,'Federally administered Tribal ',NULL,166),(2726,'North-West Frontier',NULL,166),(2727,'Northern Areas',NULL,166),(2728,'Punjab',NULL,166),(2729,'Sind',NULL,166),(2730,'Aimeliik',NULL,167),(2731,'Airai',NULL,167),(2732,'Angaur',NULL,167),(2733,'Hatobohei',NULL,167),(2734,'Kayangel',NULL,167),(2735,'Koror',NULL,167),(2736,'Melekeok',NULL,167),(2737,'Ngaraard',NULL,167),(2738,'Ngardmau',NULL,167),(2739,'Ngaremlengui',NULL,167),(2740,'Ngatpang',NULL,167),(2741,'Ngchesar',NULL,167),(2742,'Ngerchelong',NULL,167),(2743,'Ngiwal',NULL,167),(2744,'Peleliu',NULL,167),(2745,'Sonsorol',NULL,167),(2746,'Ariha',NULL,168),(2747,'Bayt Lahm',NULL,168),(2748,'Bethlehem',NULL,168),(2749,'Dayr-al-Balah',NULL,168),(2750,'Ghazzah',NULL,168),(2751,'Ghazzah ash-Shamaliyah',NULL,168),(2752,'Janin',NULL,168),(2753,'Khan Yunis',NULL,168),(2754,'Nabulus',NULL,168),(2755,'Qalqilyah',NULL,168),(2756,'Rafah',NULL,168),(2757,'Ram Allah wal-Birah',NULL,168),(2758,'Salfit',NULL,168),(2759,'Tubas',NULL,168),(2760,'Tulkarm',NULL,168),(2761,'al-Khalil',NULL,168),(2762,'al-Quds',NULL,168),(2763,'Bocas del Toro',NULL,169),(2764,'Chiriqui',NULL,169),(2765,'Cocle',NULL,169),(2766,'Colon',NULL,169),(2767,'Darien',NULL,169),(2768,'Embera',NULL,169),(2769,'Herrera',NULL,169),(2770,'Kuna Yala',NULL,169),(2771,'Los Santos',NULL,169),(2772,'Ngobe Bugle',NULL,169),(2773,'Panama',NULL,169),(2774,'Veraguas',NULL,169),(2775,'East New Britain',NULL,170),(2776,'East Sepik',NULL,170),(2777,'Eastern Highlands',NULL,170),(2778,'Enga',NULL,170),(2779,'Fly River',NULL,170),(2780,'Gulf',NULL,170),(2781,'Madang',NULL,170),(2782,'Manus',NULL,170),(2783,'Milne Bay',NULL,170),(2784,'Morobe',NULL,170),(2785,'National Capital District',NULL,170),(2786,'New Ireland',NULL,170),(2787,'North Solomons',NULL,170),(2788,'Oro',NULL,170),(2789,'Sandaun',NULL,170),(2790,'Simbu',NULL,170),(2791,'Southern Highlands',NULL,170),(2792,'West New Britain',NULL,170),(2793,'Western Highlands',NULL,170),(2794,'Alto Paraguay',NULL,171),(2795,'Alto Parana',NULL,171),(2796,'Amambay',NULL,171),(2797,'Asuncion',NULL,171),(2798,'Boqueron',NULL,171),(2799,'Caaguazu',NULL,171),(2800,'Caazapa',NULL,171),(2801,'Canendiyu',NULL,171),(2802,'Central',NULL,171),(2803,'Concepcion',NULL,171),(2804,'Cordillera',NULL,171),(2805,'Guaira',NULL,171),(2806,'Itapua',NULL,171),(2807,'Misiones',NULL,171),(2808,'Neembucu',NULL,171),(2809,'Paraguari',NULL,171),(2810,'Presidente Hayes',NULL,171),(2811,'San Pedro',NULL,171),(2812,'Amazonas',NULL,172),(2813,'Ancash',NULL,172),(2814,'Apurimac',NULL,172),(2815,'Arequipa',NULL,172),(2816,'Ayacucho',NULL,172),(2817,'Cajamarca',NULL,172),(2818,'Cusco',NULL,172),(2819,'Huancavelica',NULL,172),(2820,'Huanuco',NULL,172),(2821,'Ica',NULL,172),(2822,'Junin',NULL,172),(2823,'La Libertad',NULL,172),(2824,'Lambayeque',NULL,172),(2825,'Lima y Callao',NULL,172),(2826,'Loreto',NULL,172),(2827,'Madre de Dios',NULL,172),(2828,'Moquegua',NULL,172),(2829,'Pasco',NULL,172),(2830,'Piura',NULL,172),(2831,'Puno',NULL,172),(2832,'San Martin',NULL,172),(2833,'Tacna',NULL,172),(2834,'Tumbes',NULL,172),(2835,'Ucayali',NULL,172),(2836,'Batangas',NULL,173),(2837,'Bicol',NULL,173),(2838,'Bulacan',NULL,173),(2839,'Cagayan',NULL,173),(2840,'Caraga',NULL,173),(2841,'Central Luzon',NULL,173),(2842,'Central Mindanao',NULL,173),(2843,'Central Visayas',NULL,173),(2844,'Cordillera',NULL,173),(2845,'Davao',NULL,173),(2846,'Eastern Visayas',NULL,173),(2847,'Greater Metropolitan Area',NULL,173),(2848,'Ilocos',NULL,173),(2849,'Laguna',NULL,173),(2850,'Luzon',NULL,173),(2851,'Mactan',NULL,173),(2852,'Metropolitan Manila Area',NULL,173),(2853,'Muslim Mindanao',NULL,173),(2854,'Northern Mindanao',NULL,173),(2855,'Southern Mindanao',NULL,173),(2856,'Southern Tagalog',NULL,173),(2857,'Western Mindanao',NULL,173),(2858,'Western Visayas',NULL,173),(2859,'Pitcairn Island',NULL,174),(2860,'Biale Blota',NULL,175),(2861,'Dobroszyce',NULL,175),(2862,'Dolnoslaskie',NULL,175),(2863,'Dziekanow Lesny',NULL,175),(2864,'Hopowo',NULL,175),(2865,'Kartuzy',NULL,175),(2866,'Koscian',NULL,175),(2867,'Krakow',NULL,175),(2868,'Kujawsko-Pomorskie',NULL,175),(2869,'Lodzkie',NULL,175),(2870,'Lubelskie',NULL,175),(2871,'Lubuskie',NULL,175),(2872,'Malomice',NULL,175),(2873,'Malopolskie',NULL,175),(2874,'Mazowieckie',NULL,175),(2875,'Mirkow',NULL,175),(2876,'Opolskie',NULL,175),(2877,'Ostrowiec',NULL,175),(2878,'Podkarpackie',NULL,175),(2879,'Podlaskie',NULL,175),(2880,'Polska',NULL,175),(2881,'Pomorskie',NULL,175),(2882,'Poznan',NULL,175),(2883,'Pruszkow',NULL,175),(2884,'Rymanowska',NULL,175),(2885,'Rzeszow',NULL,175),(2886,'Slaskie',NULL,175),(2887,'Stare Pole',NULL,175),(2888,'Swietokrzyskie',NULL,175),(2889,'Warminsko-Mazurskie',NULL,175),(2890,'Warsaw',NULL,175),(2891,'Wejherowo',NULL,175),(2892,'Wielkopolskie',NULL,175),(2893,'Wroclaw',NULL,175),(2894,'Zachodnio-Pomorskie',NULL,175),(2895,'Zukowo',NULL,175),(2896,'Abrantes',NULL,176),(2897,'Acores',NULL,176),(2898,'Alentejo',NULL,176),(2899,'Algarve',NULL,176),(2900,'Braga',NULL,176),(2901,'Centro',NULL,176),(2902,'Distrito de Leiria',NULL,176),(2903,'Distrito de Viana do Castelo',NULL,176),(2904,'Distrito de Vila Real',NULL,176),(2905,'Distrito do Porto',NULL,176),(2906,'Lisboa e Vale do Tejo',NULL,176),(2907,'Madeira',NULL,176),(2908,'Norte',NULL,176),(2909,'Paivas',NULL,176),(2910,'Arecibo',NULL,177),(2911,'Bayamon',NULL,177),(2912,'Carolina',NULL,177),(2913,'Florida',NULL,177),(2914,'Guayama',NULL,177),(2915,'Humacao',NULL,177),(2916,'Mayaguez-Aguadilla',NULL,177),(2917,'Ponce',NULL,177),(2918,'Salinas',NULL,177),(2919,'San Juan',NULL,177),(2920,'Doha',NULL,178),(2921,'Jarian-al-Batnah',NULL,178),(2922,'Umm Salal',NULL,178),(2923,'ad-Dawhah',NULL,178),(2924,'al-Ghuwayriyah',NULL,178),(2925,'al-Jumayliyah',NULL,178),(2926,'al-Khawr',NULL,178),(2927,'al-Wakrah',NULL,178),(2928,'ar-Rayyan',NULL,178),(2929,'ash-Shamal',NULL,178),(2930,'Saint-Benoit',NULL,179),(2931,'Saint-Denis',NULL,179),(2932,'Saint-Paul',NULL,179),(2933,'Saint-Pierre',NULL,179),(2934,'Alba',NULL,180),(2935,'Arad',NULL,180),(2936,'Arges',NULL,180),(2937,'Bacau',NULL,180),(2938,'Bihor',NULL,180),(2939,'Bistrita-Nasaud',NULL,180),(2940,'Botosani',NULL,180),(2941,'Braila',NULL,180),(2942,'Brasov',NULL,180),(2943,'Bucuresti',NULL,180),(2944,'Buzau',NULL,180),(2945,'Calarasi',NULL,180),(2946,'Caras-Severin',NULL,180),(2947,'Cluj',NULL,180),(2948,'Constanta',NULL,180),(2949,'Covasna',NULL,180),(2950,'Dambovita',NULL,180),(2951,'Dolj',NULL,180),(2952,'Galati',NULL,180),(2953,'Giurgiu',NULL,180),(2954,'Gorj',NULL,180),(2955,'Harghita',NULL,180),(2956,'Hunedoara',NULL,180),(2957,'Ialomita',NULL,180),(2958,'Iasi',NULL,180),(2959,'Ilfov',NULL,180),(2960,'Maramures',NULL,180),(2961,'Mehedinti',NULL,180),(2962,'Mures',NULL,180),(2963,'Neamt',NULL,180),(2964,'Olt',NULL,180),(2965,'Prahova',NULL,180),(2966,'Salaj',NULL,180),(2967,'Satu Mare',NULL,180),(2968,'Sibiu',NULL,180),(2969,'Sondelor',NULL,180),(2970,'Suceava',NULL,180),(2971,'Teleorman',NULL,180),(2972,'Timis',NULL,180),(2973,'Tulcea',NULL,180),(2974,'Valcea',NULL,180),(2975,'Vaslui',NULL,180),(2976,'Vrancea',NULL,180),(2977,'Adygeja',NULL,181),(2978,'Aga',NULL,181),(2979,'Alanija',NULL,181),(2980,'Altaj',NULL,181),(2981,'Amur',NULL,181),(2982,'Arhangelsk',NULL,181),(2983,'Astrahan',NULL,181),(2984,'Bashkortostan',NULL,181),(2985,'Belgorod',NULL,181),(2986,'Brjansk',NULL,181),(2987,'Burjatija',NULL,181),(2988,'Chechenija',NULL,181),(2989,'Cheljabinsk',NULL,181),(2990,'Chita',NULL,181),(2991,'Chukotka',NULL,181),(2992,'Chuvashija',NULL,181),(2993,'Dagestan',NULL,181),(2994,'Evenkija',NULL,181),(2995,'Gorno-Altaj',NULL,181),(2996,'Habarovsk',NULL,181),(2997,'Hakasija',NULL,181),(2998,'Hanty-Mansija',NULL,181),(2999,'Ingusetija',NULL,181),(3000,'Irkutsk',NULL,181),(3001,'Ivanovo',NULL,181),(3002,'Jamalo-Nenets',NULL,181),(3003,'Jaroslavl',NULL,181),(3004,'Jevrej',NULL,181),(3005,'Kabardino-Balkarija',NULL,181),(3006,'Kaliningrad',NULL,181),(3007,'Kalmykija',NULL,181),(3008,'Kaluga',NULL,181),(3009,'Kamchatka',NULL,181),(3010,'Karachaj-Cherkessija',NULL,181),(3011,'Karelija',NULL,181),(3012,'Kemerovo',NULL,181),(3013,'Khabarovskiy Kray',NULL,181),(3014,'Kirov',NULL,181),(3015,'Komi',NULL,181),(3016,'Komi-Permjakija',NULL,181),(3017,'Korjakija',NULL,181),(3018,'Kostroma',NULL,181),(3019,'Krasnodar',NULL,181),(3020,'Krasnojarsk',NULL,181),(3021,'Krasnoyarskiy Kray',NULL,181),(3022,'Kurgan',NULL,181),(3023,'Kursk',NULL,181),(3024,'Leningrad',NULL,181),(3025,'Lipeck',NULL,181),(3026,'Magadan',NULL,181),(3027,'Marij El',NULL,181),(3028,'Mordovija',NULL,181),(3029,'Moscow',NULL,181),(3030,'Moskovskaja Oblast',NULL,181),(3031,'Moskovskaya Oblast',NULL,181),(3032,'Moskva',NULL,181),(3033,'Murmansk',NULL,181),(3034,'Nenets',NULL,181),(3035,'Nizhnij Novgorod',NULL,181),(3036,'Novgorod',NULL,181),(3037,'Novokusnezk',NULL,181),(3038,'Novosibirsk',NULL,181),(3039,'Omsk',NULL,181),(3040,'Orenburg',NULL,181),(3041,'Orjol',NULL,181),(3042,'Penza',NULL,181),(3043,'Perm',NULL,181),(3044,'Primorje',NULL,181),(3045,'Pskov',NULL,181),(3046,'Pskovskaya Oblast',NULL,181),(3047,'Rjazan',NULL,181),(3048,'Rostov',NULL,181),(3049,'Saha',NULL,181),(3050,'Sahalin',NULL,181),(3051,'Samara',NULL,181),(3052,'Samarskaya',NULL,181),(3053,'Sankt-Peterburg',NULL,181),(3054,'Saratov',NULL,181),(3055,'Smolensk',NULL,181),(3056,'Stavropol',NULL,181),(3057,'Sverdlovsk',NULL,181),(3058,'Tajmyrija',NULL,181),(3059,'Tambov',NULL,181),(3060,'Tatarstan',NULL,181),(3061,'Tjumen',NULL,181),(3062,'Tomsk',NULL,181),(3063,'Tula',NULL,181),(3064,'Tver',NULL,181),(3065,'Tyva',NULL,181),(3066,'Udmurtija',NULL,181),(3067,'Uljanovsk',NULL,181),(3068,'Ulyanovskaya Oblast',NULL,181),(3069,'Ust-Orda',NULL,181),(3070,'Vladimir',NULL,181),(3071,'Volgograd',NULL,181),(3072,'Vologda',NULL,181),(3073,'Voronezh',NULL,181),(3074,'Butare',NULL,182),(3075,'Byumba',NULL,182),(3076,'Cyangugu',NULL,182),(3077,'Gikongoro',NULL,182),(3078,'Gisenyi',NULL,182),(3079,'Gitarama',NULL,182),(3080,'Kibungo',NULL,182),(3081,'Kibuye',NULL,182),(3082,'Kigali-ngali',NULL,182),(3083,'Ruhengeri',NULL,182),(3084,'Ascension',NULL,183),(3085,'Gough Island',NULL,183),(3086,'Saint Helena',NULL,183),(3087,'Tristan da Cunha',NULL,183),(3088,'Christ Church Nichola Town',NULL,184),(3089,'Saint Anne Sandy Point',NULL,184),(3090,'Saint George Basseterre',NULL,184),(3091,'Saint George Gingerland',NULL,184),(3092,'Saint James Windward',NULL,184),(3093,'Saint John Capesterre',NULL,184),(3094,'Saint John Figtree',NULL,184),(3095,'Saint Mary Cayon',NULL,184),(3096,'Saint Paul Capesterre',NULL,184),(3097,'Saint Paul Charlestown',NULL,184),(3098,'Saint Peter Basseterre',NULL,184),(3099,'Saint Thomas Lowland',NULL,184),(3100,'Saint Thomas Middle Island',NULL,184),(3101,'Trinity Palmetto Point',NULL,184),(3102,'Anse-la-Raye',NULL,185),(3103,'Canaries',NULL,185),(3104,'Castries',NULL,185),(3105,'Choiseul',NULL,185),(3106,'Dennery',NULL,185),(3107,'Gros Inlet',NULL,185),(3108,'Laborie',NULL,185),(3109,'Micoud',NULL,185),(3110,'Soufriere',NULL,185),(3111,'Vieux Fort',NULL,185),(3112,'Miquelon-Langlade',NULL,186),(3113,'Saint-Pierre',NULL,186),(3114,'Charlotte',NULL,187),(3115,'Grenadines',NULL,187),(3116,'Saint Andrew',NULL,187),(3117,'Saint David',NULL,187),(3118,'Saint George',NULL,187),(3119,'Saint Patrick',NULL,187),(3120,'A\'ana',NULL,188),(3121,'Aiga-i-le-Tai',NULL,188),(3122,'Atua',NULL,188),(3123,'Fa\'asaleleaga',NULL,188),(3124,'Gaga\'emauga',NULL,188),(3125,'Gagaifomauga',NULL,188),(3126,'Palauli',NULL,188),(3127,'Satupa\'itea',NULL,188),(3128,'Tuamasaga',NULL,188),(3129,'Va\'a-o-Fonoti',NULL,188),(3130,'Vaisigano',NULL,188),(3131,'Acquaviva',NULL,189),(3132,'Borgo Maggiore',NULL,189),(3133,'Chiesanuova',NULL,189),(3134,'Domagnano',NULL,189),(3135,'Faetano',NULL,189),(3136,'Fiorentino',NULL,189),(3137,'Montegiardino',NULL,189),(3138,'San Marino',NULL,189),(3139,'Serravalle',NULL,189),(3140,'Agua Grande',NULL,190),(3141,'Cantagalo',NULL,190),(3142,'Lemba',NULL,190),(3143,'Lobata',NULL,190),(3144,'Me-Zochi',NULL,190),(3145,'Pague',NULL,190),(3146,'Al Khobar',NULL,191),(3147,'Aseer',NULL,191),(3148,'Ash Sharqiyah',NULL,191),(3149,'Asir',NULL,191),(3150,'Central Province',NULL,191),(3151,'Eastern Province',NULL,191),(3152,'Ha\'il',NULL,191),(3153,'Jawf',NULL,191),(3154,'Jizan',NULL,191),(3155,'Makkah',NULL,191),(3156,'Najran',NULL,191),(3157,'Qasim',NULL,191),(3158,'Tabuk',NULL,191),(3159,'Western Province',NULL,191),(3160,'al-Bahah',NULL,191),(3161,'al-Hudud-ash-Shamaliyah',NULL,191),(3162,'al-Madinah',NULL,191),(3163,'ar-Riyad',NULL,191),(3164,'Dakar',NULL,192),(3165,'Diourbel',NULL,192),(3166,'Fatick',NULL,192),(3167,'Kaolack',NULL,192),(3168,'Kolda',NULL,192),(3169,'Louga',NULL,192),(3170,'Saint-Louis',NULL,192),(3171,'Tambacounda',NULL,192),(3172,'Thies',NULL,192),(3173,'Ziguinchor',NULL,192),(3174,'Central Serbia',NULL,193),(3175,'Kosovo and Metohija',NULL,193),(3176,'Vojvodina',NULL,193),(3177,'Anse Boileau',NULL,194),(3178,'Anse Royale',NULL,194),(3179,'Cascade',NULL,194),(3180,'Takamaka',NULL,194),(3181,'Victoria',NULL,194),(3182,'Eastern',NULL,195),(3183,'Northern',NULL,195),(3184,'Southern',NULL,195),(3185,'Western',NULL,195),(3186,'Singapore',NULL,196),(3187,'Banskobystricky',NULL,197),(3188,'Bratislavsky',NULL,197),(3189,'Kosicky',NULL,197),(3190,'Nitriansky',NULL,197),(3191,'Presovsky',NULL,197),(3192,'Trenciansky',NULL,197),(3193,'Trnavsky',NULL,197),(3194,'Zilinsky',NULL,197),(3195,'Benedikt',NULL,198),(3196,'Gorenjska',NULL,198),(3197,'Gorishka',NULL,198),(3198,'Jugovzhodna Slovenija',NULL,198),(3199,'Koroshka',NULL,198),(3200,'Notranjsko-krashka',NULL,198),(3201,'Obalno-krashka',NULL,198),(3202,'Obcina Domzale',NULL,198),(3203,'Obcina Vitanje',NULL,198),(3204,'Osrednjeslovenska',NULL,198),(3205,'Podravska',NULL,198),(3206,'Pomurska',NULL,198),(3207,'Savinjska',NULL,198),(3208,'Slovenian Littoral',NULL,198),(3209,'Spodnjeposavska',NULL,198),(3210,'Zasavska',NULL,198),(3211,'Pitcairn',NULL,199),(3212,'Central',NULL,200),(3213,'Choiseul',NULL,200),(3214,'Guadalcanal',NULL,200),(3215,'Isabel',NULL,200),(3216,'Makira and Ulawa',NULL,200),(3217,'Malaita',NULL,200),(3218,'Rennell and Bellona',NULL,200),(3219,'Temotu',NULL,200),(3220,'Western',NULL,200),(3221,'Awdal',NULL,201),(3222,'Bakol',NULL,201),(3223,'Banadir',NULL,201),(3224,'Bari',NULL,201),(3225,'Bay',NULL,201),(3226,'Galgudug',NULL,201),(3227,'Gedo',NULL,201),(3228,'Hiran',NULL,201),(3229,'Jubbada Hose',NULL,201),(3230,'Jubbadha Dexe',NULL,201),(3231,'Mudug',NULL,201),(3232,'Nugal',NULL,201),(3233,'Sanag',NULL,201),(3234,'Shabellaha Dhexe',NULL,201),(3235,'Shabellaha Hose',NULL,201),(3236,'Togdher',NULL,201),(3237,'Woqoyi Galbed',NULL,201),(3238,'Eastern Cape',NULL,202),(3239,'Free State',NULL,202),(3240,'Gauteng',NULL,202),(3241,'Kempton Park',NULL,202),(3242,'Kramerville',NULL,202),(3243,'KwaZulu Natal',NULL,202),(3244,'Limpopo',NULL,202),(3245,'Mpumalanga',NULL,202),(3246,'North West',NULL,202),(3247,'Northern Cape',NULL,202),(3248,'Parow',NULL,202),(3249,'Table View',NULL,202),(3250,'Umtentweni',NULL,202),(3251,'Western Cape',NULL,202),(3252,'South Georgia',NULL,203),(3253,'Central Equatoria',NULL,204),(3254,'A Coruna',NULL,205),(3255,'Alacant',NULL,205),(3256,'Alava',NULL,205),(3257,'Albacete',NULL,205),(3258,'Almeria',NULL,205),(3259,'Andalucia',NULL,205),(3260,'Asturias',NULL,205),(3261,'Avila',NULL,205),(3262,'Badajoz',NULL,205),(3263,'Balears',NULL,205),(3264,'Barcelona',NULL,205),(3265,'Bertamirans',NULL,205),(3266,'Biscay',NULL,205),(3267,'Burgos',NULL,205),(3268,'Caceres',NULL,205),(3269,'Cadiz',NULL,205),(3270,'Cantabria',NULL,205),(3271,'Castello',NULL,205),(3272,'Catalunya',NULL,205),(3273,'Ceuta',NULL,205),(3274,'Ciudad Real',NULL,205),(3275,'Comunidad Autonoma de Canarias',NULL,205),(3276,'Comunidad Autonoma de Cataluna',NULL,205),(3277,'Comunidad Autonoma de Galicia',NULL,205),(3278,'Comunidad Autonoma de las Isla',NULL,205),(3279,'Comunidad Autonoma del Princip',NULL,205),(3280,'Comunidad Valenciana',NULL,205),(3281,'Cordoba',NULL,205),(3282,'Cuenca',NULL,205),(3283,'Gipuzkoa',NULL,205),(3284,'Girona',NULL,205),(3285,'Granada',NULL,205),(3286,'Guadalajara',NULL,205),(3287,'Guipuzcoa',NULL,205),(3288,'Huelva',NULL,205),(3289,'Huesca',NULL,205),(3290,'Jaen',NULL,205),(3291,'La Rioja',NULL,205),(3292,'Las Palmas',NULL,205),(3293,'Leon',NULL,205),(3294,'Lerida',NULL,205),(3295,'Lleida',NULL,205),(3296,'Lugo',NULL,205),(3297,'Madrid',NULL,205),(3298,'Malaga',NULL,205),(3299,'Melilla',NULL,205),(3300,'Murcia',NULL,205),(3301,'Navarra',NULL,205),(3302,'Ourense',NULL,205),(3303,'Pais Vasco',NULL,205),(3304,'Palencia',NULL,205),(3305,'Pontevedra',NULL,205),(3306,'Salamanca',NULL,205),(3307,'Santa Cruz de Tenerife',NULL,205),(3308,'Segovia',NULL,205),(3309,'Sevilla',NULL,205),(3310,'Soria',NULL,205),(3311,'Tarragona',NULL,205),(3312,'Tenerife',NULL,205),(3313,'Teruel',NULL,205),(3314,'Toledo',NULL,205),(3315,'Valencia',NULL,205),(3316,'Valladolid',NULL,205),(3317,'Vizcaya',NULL,205),(3318,'Zamora',NULL,205),(3319,'Zaragoza',NULL,205),(3320,'Amparai',NULL,206),(3321,'Anuradhapuraya',NULL,206),(3322,'Badulla',NULL,206),(3323,'Boralesgamuwa',NULL,206),(3324,'Colombo',NULL,206),(3325,'Galla',NULL,206),(3326,'Gampaha',NULL,206),(3327,'Hambantota',NULL,206),(3328,'Kalatura',NULL,206),(3329,'Kegalla',NULL,206),(3330,'Kilinochchi',NULL,206),(3331,'Kurunegala',NULL,206),(3332,'Madakalpuwa',NULL,206),(3333,'Maha Nuwara',NULL,206),(3334,'Malwana',NULL,206),(3335,'Mannarama',NULL,206),(3336,'Matale',NULL,206),(3337,'Matara',NULL,206),(3338,'Monaragala',NULL,206),(3339,'Mullaitivu',NULL,206),(3340,'North Eastern Province',NULL,206),(3341,'North Western Province',NULL,206),(3342,'Nuwara Eliya',NULL,206),(3343,'Polonnaruwa',NULL,206),(3344,'Puttalama',NULL,206),(3345,'Ratnapuraya',NULL,206),(3346,'Southern Province',NULL,206),(3347,'Tirikunamalaya',NULL,206),(3348,'Tuscany',NULL,206),(3349,'Vavuniyawa',NULL,206),(3350,'Western Province',NULL,206),(3351,'Yapanaya',NULL,206),(3352,'kadawatha',NULL,206),(3353,'A\'ali-an-Nil',NULL,207),(3354,'Bahr-al-Jabal',NULL,207),(3355,'Central Equatoria',NULL,207),(3356,'Gharb Bahr-al-Ghazal',NULL,207),(3357,'Gharb Darfur',NULL,207),(3358,'Gharb Kurdufan',NULL,207),(3359,'Gharb-al-Istiwa\'iyah',NULL,207),(3360,'Janub Darfur',NULL,207),(3361,'Janub Kurdufan',NULL,207),(3362,'Junqali',NULL,207),(3363,'Kassala',NULL,207),(3364,'Nahr-an-Nil',NULL,207),(3365,'Shamal Bahr-al-Ghazal',NULL,207),(3366,'Shamal Darfur',NULL,207),(3367,'Shamal Kurdufan',NULL,207),(3368,'Sharq-al-Istiwa\'iyah',NULL,207),(3369,'Sinnar',NULL,207),(3370,'Warab',NULL,207),(3371,'Wilayat al Khartum',NULL,207),(3372,'al-Bahr-al-Ahmar',NULL,207),(3373,'al-Buhayrat',NULL,207),(3374,'al-Jazirah',NULL,207),(3375,'al-Khartum',NULL,207),(3376,'al-Qadarif',NULL,207),(3377,'al-Wahdah',NULL,207),(3378,'an-Nil-al-Abyad',NULL,207),(3379,'an-Nil-al-Azraq',NULL,207),(3380,'ash-Shamaliyah',NULL,207),(3381,'Brokopondo',NULL,208),(3382,'Commewijne',NULL,208),(3383,'Coronie',NULL,208),(3384,'Marowijne',NULL,208),(3385,'Nickerie',NULL,208),(3386,'Para',NULL,208),(3387,'Paramaribo',NULL,208),(3388,'Saramacca',NULL,208),(3389,'Wanica',NULL,208),(3390,'Svalbard',NULL,209),(3391,'Hhohho',NULL,210),(3392,'Lubombo',NULL,210),(3393,'Manzini',NULL,210),(3394,'Shiselweni',NULL,210),(3395,'Alvsborgs Lan',NULL,211),(3396,'Angermanland',NULL,211),(3397,'Blekinge',NULL,211),(3398,'Bohuslan',NULL,211),(3399,'Dalarna',NULL,211),(3400,'Gavleborg',NULL,211),(3401,'Gaza',NULL,211),(3402,'Gotland',NULL,211),(3403,'Halland',NULL,211),(3404,'Jamtland',NULL,211),(3405,'Jonkoping',NULL,211),(3406,'Kalmar',NULL,211),(3407,'Kristianstads',NULL,211),(3408,'Kronoberg',NULL,211),(3409,'Norrbotten',NULL,211),(3410,'Orebro',NULL,211),(3411,'Ostergotland',NULL,211),(3412,'Saltsjo-Boo',NULL,211),(3413,'Skane',NULL,211),(3414,'Smaland',NULL,211),(3415,'Sodermanland',NULL,211),(3416,'Stockholm',NULL,211),(3417,'Uppsala',NULL,211),(3418,'Varmland',NULL,211),(3419,'Vasterbotten',NULL,211),(3420,'Vastergotland',NULL,211),(3421,'Vasternorrland',NULL,211),(3422,'Vastmanland',NULL,211),(3423,'Vastra Gotaland',NULL,211),(3424,'Aargau',NULL,212),(3425,'Appenzell Inner-Rhoden',NULL,212),(3426,'Appenzell-Ausser Rhoden',NULL,212),(3427,'Basel-Landschaft',NULL,212),(3428,'Basel-Stadt',NULL,212),(3429,'Bern',NULL,212),(3430,'Canton Ticino',NULL,212),(3431,'Fribourg',NULL,212),(3432,'Geneve',NULL,212),(3433,'Glarus',NULL,212),(3434,'Graubunden',NULL,212),(3435,'Heerbrugg',NULL,212),(3436,'Jura',NULL,212),(3437,'Kanton Aargau',NULL,212),(3438,'Luzern',NULL,212),(3439,'Morbio Inferiore',NULL,212),(3440,'Muhen',NULL,212),(3441,'Neuchatel',NULL,212),(3442,'Nidwalden',NULL,212),(3443,'Obwalden',NULL,212),(3444,'Sankt Gallen',NULL,212),(3445,'Schaffhausen',NULL,212),(3446,'Schwyz',NULL,212),(3447,'Solothurn',NULL,212),(3448,'Thurgau',NULL,212),(3449,'Ticino',NULL,212),(3450,'Uri',NULL,212),(3451,'Valais',NULL,212),(3452,'Vaud',NULL,212),(3453,'Vauffelin',NULL,212),(3454,'Zug',NULL,212),(3455,'Zurich',NULL,212),(3456,'Aleppo',NULL,213),(3457,'Dar\'a',NULL,213),(3458,'Dayr-az-Zawr',NULL,213),(3459,'Dimashq',NULL,213),(3460,'Halab',NULL,213),(3461,'Hamah',NULL,213),(3462,'Hims',NULL,213),(3463,'Idlib',NULL,213),(3464,'Madinat Dimashq',NULL,213),(3465,'Tartus',NULL,213),(3466,'al-Hasakah',NULL,213),(3467,'al-Ladhiqiyah',NULL,213),(3468,'al-Qunaytirah',NULL,213),(3469,'ar-Raqqah',NULL,213),(3470,'as-Suwayda',NULL,213),(3471,'Changhwa',NULL,214),(3472,'Chiayi Hsien',NULL,214),(3473,'Chiayi Shih',NULL,214),(3474,'Eastern Taipei',NULL,214),(3475,'Hsinchu Hsien',NULL,214),(3476,'Hsinchu Shih',NULL,214),(3477,'Hualien',NULL,214),(3478,'Ilan',NULL,214),(3479,'Kaohsiung Hsien',NULL,214),(3480,'Kaohsiung Shih',NULL,214),(3481,'Keelung Shih',NULL,214),(3482,'Kinmen',NULL,214),(3483,'Miaoli',NULL,214),(3484,'Nantou',NULL,214),(3485,'Northern Taiwan',NULL,214),(3486,'Penghu',NULL,214),(3487,'Pingtung',NULL,214),(3488,'Taichung',NULL,214),(3489,'Taichung Hsien',NULL,214),(3490,'Taichung Shih',NULL,214),(3491,'Tainan Hsien',NULL,214),(3492,'Tainan Shih',NULL,214),(3493,'Taipei Hsien',NULL,214),(3494,'Taipei Shih / Taipei Hsien',NULL,214),(3495,'Taitung',NULL,214),(3496,'Taoyuan',NULL,214),(3497,'Yilan',NULL,214),(3498,'Yun-Lin Hsien',NULL,214),(3499,'Yunlin',NULL,214),(3500,'Dushanbe',NULL,215),(3501,'Gorno-Badakhshan',NULL,215),(3502,'Karotegin',NULL,215),(3503,'Khatlon',NULL,215),(3504,'Sughd',NULL,215),(3505,'Arusha',NULL,216),(3506,'Dar es Salaam',NULL,216),(3507,'Dodoma',NULL,216),(3508,'Iringa',NULL,216),(3509,'Kagera',NULL,216),(3510,'Kigoma',NULL,216),(3511,'Kilimanjaro',NULL,216),(3512,'Lindi',NULL,216),(3513,'Mara',NULL,216),(3514,'Mbeya',NULL,216),(3515,'Morogoro',NULL,216),(3516,'Mtwara',NULL,216),(3517,'Mwanza',NULL,216),(3518,'Pwani',NULL,216),(3519,'Rukwa',NULL,216),(3520,'Ruvuma',NULL,216),(3521,'Shinyanga',NULL,216),(3522,'Singida',NULL,216),(3523,'Tabora',NULL,216),(3524,'Tanga',NULL,216),(3525,'Zanzibar and Pemba',NULL,216),(3526,'Amnat Charoen',NULL,217),(3527,'Ang Thong',NULL,217),(3528,'Bangkok',NULL,217),(3529,'Buri Ram',NULL,217),(3530,'Chachoengsao',NULL,217),(3531,'Chai Nat',NULL,217),(3532,'Chaiyaphum',NULL,217),(3533,'Changwat Chaiyaphum',NULL,217),(3534,'Chanthaburi',NULL,217),(3535,'Chiang Mai',NULL,217),(3536,'Chiang Rai',NULL,217),(3537,'Chon Buri',NULL,217),(3538,'Chumphon',NULL,217),(3539,'Kalasin',NULL,217),(3540,'Kamphaeng Phet',NULL,217),(3541,'Kanchanaburi',NULL,217),(3542,'Khon Kaen',NULL,217),(3543,'Krabi',NULL,217),(3544,'Krung Thep',NULL,217),(3545,'Lampang',NULL,217),(3546,'Lamphun',NULL,217),(3547,'Loei',NULL,217),(3548,'Lop Buri',NULL,217),(3549,'Mae Hong Son',NULL,217),(3550,'Maha Sarakham',NULL,217),(3551,'Mukdahan',NULL,217),(3552,'Nakhon Nayok',NULL,217),(3553,'Nakhon Pathom',NULL,217),(3554,'Nakhon Phanom',NULL,217),(3555,'Nakhon Ratchasima',NULL,217),(3556,'Nakhon Sawan',NULL,217),(3557,'Nakhon Si Thammarat',NULL,217),(3558,'Nan',NULL,217),(3559,'Narathiwat',NULL,217),(3560,'Nong Bua Lam Phu',NULL,217),(3561,'Nong Khai',NULL,217),(3562,'Nonthaburi',NULL,217),(3563,'Pathum Thani',NULL,217),(3564,'Pattani',NULL,217),(3565,'Phangnga',NULL,217),(3566,'Phatthalung',NULL,217),(3567,'Phayao',NULL,217),(3568,'Phetchabun',NULL,217),(3569,'Phetchaburi',NULL,217),(3570,'Phichit',NULL,217),(3571,'Phitsanulok',NULL,217),(3572,'Phra Nakhon Si Ayutthaya',NULL,217),(3573,'Phrae',NULL,217),(3574,'Phuket',NULL,217),(3575,'Prachin Buri',NULL,217),(3576,'Prachuap Khiri Khan',NULL,217),(3577,'Ranong',NULL,217),(3578,'Ratchaburi',NULL,217),(3579,'Rayong',NULL,217),(3580,'Roi Et',NULL,217),(3581,'Sa Kaeo',NULL,217),(3582,'Sakon Nakhon',NULL,217),(3583,'Samut Prakan',NULL,217),(3584,'Samut Sakhon',NULL,217),(3585,'Samut Songkhran',NULL,217),(3586,'Saraburi',NULL,217),(3587,'Satun',NULL,217),(3588,'Si Sa Ket',NULL,217),(3589,'Sing Buri',NULL,217),(3590,'Songkhla',NULL,217),(3591,'Sukhothai',NULL,217),(3592,'Suphan Buri',NULL,217),(3593,'Surat Thani',NULL,217),(3594,'Surin',NULL,217),(3595,'Tak',NULL,217),(3596,'Trang',NULL,217),(3597,'Trat',NULL,217),(3598,'Ubon Ratchathani',NULL,217),(3599,'Udon Thani',NULL,217),(3600,'Uthai Thani',NULL,217),(3601,'Uttaradit',NULL,217),(3602,'Yala',NULL,217),(3603,'Yasothon',NULL,217),(3604,'Centre',NULL,218),(3605,'Kara',NULL,218),(3606,'Maritime',NULL,218),(3607,'Plateaux',NULL,218),(3608,'Savanes',NULL,218),(3609,'Atafu',NULL,219),(3610,'Fakaofo',NULL,219),(3611,'Nukunonu',NULL,219),(3612,'Eua',NULL,220),(3613,'Ha\'apai',NULL,220),(3614,'Niuas',NULL,220),(3615,'Tongatapu',NULL,220),(3616,'Vava\'u',NULL,220),(3617,'Arima-Tunapuna-Piarco',NULL,221),(3618,'Caroni',NULL,221),(3619,'Chaguanas',NULL,221),(3620,'Couva-Tabaquite-Talparo',NULL,221),(3621,'Diego Martin',NULL,221),(3622,'Glencoe',NULL,221),(3623,'Penal Debe',NULL,221),(3624,'Point Fortin',NULL,221),(3625,'Port of Spain',NULL,221),(3626,'Princes Town',NULL,221),(3627,'Saint George',NULL,221),(3628,'San Fernando',NULL,221),(3629,'San Juan',NULL,221),(3630,'Sangre Grande',NULL,221),(3631,'Siparia',NULL,221),(3632,'Tobago',NULL,221),(3633,'Aryanah',NULL,222),(3634,'Bajah',NULL,222),(3635,'Bin \'Arus',NULL,222),(3636,'Binzart',NULL,222),(3637,'Gouvernorat de Ariana',NULL,222),(3638,'Gouvernorat de Nabeul',NULL,222),(3639,'Gouvernorat de Sousse',NULL,222),(3640,'Hammamet Yasmine',NULL,222),(3641,'Jundubah',NULL,222),(3642,'Madaniyin',NULL,222),(3643,'Manubah',NULL,222),(3644,'Monastir',NULL,222),(3645,'Nabul',NULL,222),(3646,'Qabis',NULL,222),(3647,'Qafsah',NULL,222),(3648,'Qibili',NULL,222),(3649,'Safaqis',NULL,222),(3650,'Sfax',NULL,222),(3651,'Sidi Bu Zayd',NULL,222),(3652,'Silyanah',NULL,222),(3653,'Susah',NULL,222),(3654,'Tatawin',NULL,222),(3655,'Tawzar',NULL,222),(3656,'Tunis',NULL,222),(3657,'Zaghwan',NULL,222),(3658,'al-Kaf',NULL,222),(3659,'al-Mahdiyah',NULL,222),(3660,'al-Munastir',NULL,222),(3661,'al-Qasrayn',NULL,222),(3662,'al-Qayrawan',NULL,222),(3663,'Adana',NULL,223),(3664,'Adiyaman',NULL,223),(3665,'Afyon',NULL,223),(3666,'Agri',NULL,223),(3667,'Aksaray',NULL,223),(3668,'Amasya',NULL,223),(3669,'Ankara',NULL,223),(3670,'Antalya',NULL,223),(3671,'Ardahan',NULL,223),(3672,'Artvin',NULL,223),(3673,'Aydin',NULL,223),(3674,'Balikesir',NULL,223),(3675,'Bartin',NULL,223),(3676,'Batman',NULL,223),(3677,'Bayburt',NULL,223),(3678,'Bilecik',NULL,223),(3679,'Bingol',NULL,223),(3680,'Bitlis',NULL,223),(3681,'Bolu',NULL,223),(3682,'Burdur',NULL,223),(3683,'Bursa',NULL,223),(3684,'Canakkale',NULL,223),(3685,'Cankiri',NULL,223),(3686,'Corum',NULL,223),(3687,'Denizli',NULL,223),(3688,'Diyarbakir',NULL,223),(3689,'Duzce',NULL,223),(3690,'Edirne',NULL,223),(3691,'Elazig',NULL,223),(3692,'Erzincan',NULL,223),(3693,'Erzurum',NULL,223),(3694,'Eskisehir',NULL,223),(3695,'Gaziantep',NULL,223),(3696,'Giresun',NULL,223),(3697,'Gumushane',NULL,223),(3698,'Hakkari',NULL,223),(3699,'Hatay',NULL,223),(3700,'Icel',NULL,223),(3701,'Igdir',NULL,223),(3702,'Isparta',NULL,223),(3703,'Istanbul',NULL,223),(3704,'Izmir',NULL,223),(3705,'Kahramanmaras',NULL,223),(3706,'Karabuk',NULL,223),(3707,'Karaman',NULL,223),(3708,'Kars',NULL,223),(3709,'Karsiyaka',NULL,223),(3710,'Kastamonu',NULL,223),(3711,'Kayseri',NULL,223),(3712,'Kilis',NULL,223),(3713,'Kirikkale',NULL,223),(3714,'Kirklareli',NULL,223),(3715,'Kirsehir',NULL,223),(3716,'Kocaeli',NULL,223),(3717,'Konya',NULL,223),(3718,'Kutahya',NULL,223),(3719,'Lefkosa',NULL,223),(3720,'Malatya',NULL,223),(3721,'Manisa',NULL,223),(3722,'Mardin',NULL,223),(3723,'Mugla',NULL,223),(3724,'Mus',NULL,223),(3725,'Nevsehir',NULL,223),(3726,'Nigde',NULL,223),(3727,'Ordu',NULL,223),(3728,'Osmaniye',NULL,223),(3729,'Rize',NULL,223),(3730,'Sakarya',NULL,223),(3731,'Samsun',NULL,223),(3732,'Sanliurfa',NULL,223),(3733,'Siirt',NULL,223),(3734,'Sinop',NULL,223),(3735,'Sirnak',NULL,223),(3736,'Sivas',NULL,223),(3737,'Tekirdag',NULL,223),(3738,'Tokat',NULL,223),(3739,'Trabzon',NULL,223),(3740,'Tunceli',NULL,223),(3741,'Usak',NULL,223),(3742,'Van',NULL,223),(3743,'Yalova',NULL,223),(3744,'Yozgat',NULL,223),(3745,'Zonguldak',NULL,223),(3746,'Ahal',NULL,224),(3747,'Asgabat',NULL,224),(3748,'Balkan',NULL,224),(3749,'Dasoguz',NULL,224),(3750,'Lebap',NULL,224),(3751,'Mari',NULL,224),(3752,'Grand Turk',NULL,225),(3753,'South Caicos and East Caicos',NULL,225),(3754,'Funafuti',NULL,226),(3755,'Nanumanga',NULL,226),(3756,'Nanumea',NULL,226),(3757,'Niutao',NULL,226),(3758,'Nui',NULL,226),(3759,'Nukufetau',NULL,226),(3760,'Nukulaelae',NULL,226),(3761,'Vaitupu',NULL,226),(3762,'Central',NULL,227),(3763,'Eastern',NULL,227),(3764,'Northern',NULL,227),(3765,'Western',NULL,227),(3766,'Cherkas\'ka',NULL,228),(3767,'Chernihivs\'ka',NULL,228),(3768,'Chernivets\'ka',NULL,228),(3769,'Crimea',NULL,228),(3770,'Dnipropetrovska',NULL,228),(3771,'Donets\'ka',NULL,228),(3772,'Ivano-Frankivs\'ka',NULL,228),(3773,'Kharkiv',NULL,228),(3774,'Kharkov',NULL,228),(3775,'Khersonska',NULL,228),(3776,'Khmel\'nyts\'ka',NULL,228),(3777,'Kirovohrad',NULL,228),(3778,'Krym',NULL,228),(3779,'Kyyiv',NULL,228),(3780,'Kyyivs\'ka',NULL,228),(3781,'L\'vivs\'ka',NULL,228),(3782,'Luhans\'ka',NULL,228),(3783,'Mykolayivs\'ka',NULL,228),(3784,'Odes\'ka',NULL,228),(3785,'Odessa',NULL,228),(3786,'Poltavs\'ka',NULL,228),(3787,'Rivnens\'ka',NULL,228),(3788,'Sevastopol\'',NULL,228),(3789,'Sums\'ka',NULL,228),(3790,'Ternopil\'s\'ka',NULL,228),(3791,'Volyns\'ka',NULL,228),(3792,'Vynnyts\'ka',NULL,228),(3793,'Zakarpats\'ka',NULL,228),(3794,'Zaporizhia',NULL,228),(3795,'Zhytomyrs\'ka',NULL,228),(3796,'Abu Zabi',NULL,229),(3797,'Ajman',NULL,229),(3798,'Dubai',NULL,229),(3799,'Ras al-Khaymah',NULL,229),(3800,'Sharjah',NULL,229),(3801,'Sharjha',NULL,229),(3802,'Umm al Qaywayn',NULL,229),(3803,'al-Fujayrah',NULL,229),(3804,'ash-Shariqah',NULL,229),(3805,'Aberdeen',NULL,230),(3806,'Aberdeenshire',NULL,230),(3807,'Argyll',NULL,230),(3808,'Armagh',NULL,230),(3809,'Bedfordshire',NULL,230),(3810,'Belfast',NULL,230),(3811,'Berkshire',NULL,230),(3812,'Birmingham',NULL,230),(3813,'Brechin',NULL,230),(3814,'Bridgnorth',NULL,230),(3815,'Bristol',NULL,230),(3816,'Buckinghamshire',NULL,230),(3817,'Cambridge',NULL,230),(3818,'Cambridgeshire',NULL,230),(3819,'Channel Islands',NULL,230),(3820,'Cheshire',NULL,230),(3821,'Cleveland',NULL,230),(3822,'Co Fermanagh',NULL,230),(3823,'Conwy',NULL,230),(3824,'Cornwall',NULL,230),(3825,'Coventry',NULL,230),(3826,'Craven Arms',NULL,230),(3827,'Cumbria',NULL,230),(3828,'Denbighshire',NULL,230),(3829,'Derby',NULL,230),(3830,'Derbyshire',NULL,230),(3831,'Devon',NULL,230),(3832,'Dial Code Dungannon',NULL,230),(3833,'Didcot',NULL,230),(3834,'Dorset',NULL,230),(3835,'Dunbartonshire',NULL,230),(3836,'Durham',NULL,230),(3837,'East Dunbartonshire',NULL,230),(3838,'East Lothian',NULL,230),(3839,'East Midlands',NULL,230),(3840,'East Sussex',NULL,230),(3841,'East Yorkshire',NULL,230),(3842,'England',NULL,230),(3843,'Essex',NULL,230),(3844,'Fermanagh',NULL,230),(3845,'Fife',NULL,230),(3846,'Flintshire',NULL,230),(3847,'Fulham',NULL,230),(3848,'Gainsborough',NULL,230),(3849,'Glocestershire',NULL,230),(3850,'Gwent',NULL,230),(3851,'Hampshire',NULL,230),(3852,'Hants',NULL,230),(3853,'Herefordshire',NULL,230),(3854,'Hertfordshire',NULL,230),(3855,'Ireland',NULL,230),(3856,'Isle Of Man',NULL,230),(3857,'Isle of Wight',NULL,230),(3858,'Kenford',NULL,230),(3859,'Kent',NULL,230),(3860,'Kilmarnock',NULL,230),(3861,'Lanarkshire',NULL,230),(3862,'Lancashire',NULL,230),(3863,'Leicestershire',NULL,230),(3864,'Lincolnshire',NULL,230),(3865,'Llanymynech',NULL,230),(3866,'London',NULL,230),(3867,'Ludlow',NULL,230),(3868,'Manchester',NULL,230),(3869,'Mayfair',NULL,230),(3870,'Merseyside',NULL,230),(3871,'Mid Glamorgan',NULL,230),(3872,'Middlesex',NULL,230),(3873,'Mildenhall',NULL,230),(3874,'Monmouthshire',NULL,230),(3875,'Newton Stewart',NULL,230),(3876,'Norfolk',NULL,230),(3877,'North Humberside',NULL,230),(3878,'North Yorkshire',NULL,230),(3879,'Northamptonshire',NULL,230),(3880,'Northants',NULL,230),(3881,'Northern Ireland',NULL,230),(3882,'Northumberland',NULL,230),(3883,'Nottinghamshire',NULL,230),(3884,'Oxford',NULL,230),(3885,'Powys',NULL,230),(3886,'Roos-shire',NULL,230),(3887,'SUSSEX',NULL,230),(3888,'Sark',NULL,230),(3889,'Scotland',NULL,230),(3890,'Scottish Borders',NULL,230),(3891,'Shropshire',NULL,230),(3892,'Somerset',NULL,230),(3893,'South Glamorgan',NULL,230),(3894,'South Wales',NULL,230),(3895,'South Yorkshire',NULL,230),(3896,'Southwell',NULL,230),(3897,'Staffordshire',NULL,230),(3898,'Strabane',NULL,230),(3899,'Suffolk',NULL,230),(3900,'Surrey',NULL,230),(3901,'Sussex',NULL,230),(3902,'Twickenham',NULL,230),(3903,'Tyne and Wear',NULL,230),(3904,'Tyrone',NULL,230),(3905,'Utah',NULL,230),(3906,'Wales',NULL,230),(3907,'Warwickshire',NULL,230),(3908,'West Lothian',NULL,230),(3909,'West Midlands',NULL,230),(3910,'West Sussex',NULL,230),(3911,'West Yorkshire',NULL,230),(3912,'Whissendine',NULL,230),(3913,'Wiltshire',NULL,230),(3914,'Wokingham',NULL,230),(3915,'Worcestershire',NULL,230),(3916,'Wrexham',NULL,230),(3917,'Wurttemberg',NULL,230),(3918,'Yorkshire',NULL,230),(3919,'Alabama',NULL,231),(3920,'Alaska',NULL,231),(3921,'Arizona',NULL,231),(3922,'Arkansas',NULL,231),(3923,'Byram',NULL,231),(3924,'California',NULL,231),(3925,'Cokato',NULL,231),(3926,'Colorado',NULL,231),(3927,'Connecticut',NULL,231),(3928,'Delaware',NULL,231),(3929,'District of Columbia',NULL,231),(3930,'Florida',NULL,231),(3931,'Georgia',NULL,231),(3932,'Hawaii',NULL,231),(3933,'Idaho',NULL,231),(3934,'Illinois',NULL,231),(3935,'Indiana',NULL,231),(3936,'Iowa',NULL,231),(3937,'Kansas',NULL,231),(3938,'Kentucky',NULL,231),(3939,'Louisiana',NULL,231),(3940,'Lowa',NULL,231),(3941,'Maine',NULL,231),(3942,'Maryland',NULL,231),(3943,'Massachusetts',NULL,231),(3944,'Medfield',NULL,231),(3945,'Michigan',NULL,231),(3946,'Minnesota',NULL,231),(3947,'Mississippi',NULL,231),(3948,'Missouri',NULL,231),(3949,'Montana',NULL,231),(3950,'Nebraska',NULL,231),(3951,'Nevada',NULL,231),(3952,'New Hampshire',NULL,231),(3953,'New Jersey',NULL,231),(3954,'New Jersy',NULL,231),(3955,'New Mexico',NULL,231),(3956,'New York',NULL,231),(3957,'North Carolina',NULL,231),(3958,'North Dakota',NULL,231),(3959,'Ohio',NULL,231),(3960,'Oklahoma',NULL,231),(3961,'Ontario',NULL,231),(3962,'Oregon',NULL,231),(3963,'Pennsylvania',NULL,231),(3964,'Ramey',NULL,231),(3965,'Rhode Island',NULL,231),(3966,'South Carolina',NULL,231),(3967,'South Dakota',NULL,231),(3968,'Sublimity',NULL,231),(3969,'Tennessee',NULL,231),(3970,'Texas',NULL,231),(3971,'Trimble',NULL,231),(3972,'Utah',NULL,231),(3973,'Vermont',NULL,231),(3974,'Virginia',NULL,231),(3975,'Washington',NULL,231),(3976,'West Virginia',NULL,231),(3977,'Wisconsin',NULL,231),(3978,'Wyoming',NULL,231),(3979,'United States Minor Outlying I',NULL,232),(3980,'Artigas',NULL,233),(3981,'Canelones',NULL,233),(3982,'Cerro Largo',NULL,233),(3983,'Colonia',NULL,233),(3984,'Durazno',NULL,233),(3985,'FLorida',NULL,233),(3986,'Flores',NULL,233),(3987,'Lavalleja',NULL,233),(3988,'Maldonado',NULL,233),(3989,'Montevideo',NULL,233),(3990,'Paysandu',NULL,233),(3991,'Rio Negro',NULL,233),(3992,'Rivera',NULL,233),(3993,'Rocha',NULL,233),(3994,'Salto',NULL,233),(3995,'San Jose',NULL,233),(3996,'Soriano',NULL,233),(3997,'Tacuarembo',NULL,233),(3998,'Treinta y Tres',NULL,233),(3999,'Andijon',NULL,234),(4000,'Buhoro',NULL,234),(4001,'Buxoro Viloyati',NULL,234),(4002,'Cizah',NULL,234),(4003,'Fargona',NULL,234),(4004,'Horazm',NULL,234),(4005,'Kaskadar',NULL,234),(4006,'Korakalpogiston',NULL,234),(4007,'Namangan',NULL,234),(4008,'Navoi',NULL,234),(4009,'Samarkand',NULL,234),(4010,'Sirdare',NULL,234),(4011,'Surhondar',NULL,234),(4012,'Toskent',NULL,234),(4013,'Malampa',NULL,235),(4014,'Penama',NULL,235),(4015,'Sanma',NULL,235),(4016,'Shefa',NULL,235),(4017,'Tafea',NULL,235),(4018,'Torba',NULL,235),(4019,'Vatican City State (Holy See)',NULL,236),(4020,'Amazonas',NULL,237),(4021,'Anzoategui',NULL,237),(4022,'Apure',NULL,237),(4023,'Aragua',NULL,237),(4024,'Barinas',NULL,237),(4025,'Bolivar',NULL,237),(4026,'Carabobo',NULL,237),(4027,'Cojedes',NULL,237),(4028,'Delta Amacuro',NULL,237),(4029,'Distrito Federal',NULL,237),(4030,'Falcon',NULL,237),(4031,'Guarico',NULL,237),(4032,'Lara',NULL,237),(4033,'Merida',NULL,237),(4034,'Miranda',NULL,237),(4035,'Monagas',NULL,237),(4036,'Nueva Esparta',NULL,237),(4037,'Portuguesa',NULL,237),(4038,'Sucre',NULL,237),(4039,'Tachira',NULL,237),(4040,'Trujillo',NULL,237),(4041,'Vargas',NULL,237),(4042,'Yaracuy',NULL,237),(4043,'Zulia',NULL,237),(4044,'Bac Giang',NULL,238),(4045,'Binh Dinh',NULL,238),(4046,'Binh Duong',NULL,238),(4047,'Da Nang',NULL,238),(4048,'Dong Bang Song Cuu Long',NULL,238),(4049,'Dong Bang Song Hong',NULL,238),(4050,'Dong Nai',NULL,238),(4051,'Dong Nam Bo',NULL,238),(4052,'Duyen Hai Mien Trung',NULL,238),(4053,'Hanoi',NULL,238),(4054,'Hung Yen',NULL,238),(4055,'Khu Bon Cu',NULL,238),(4056,'Long An',NULL,238),(4057,'Mien Nui Va Trung Du',NULL,238),(4058,'Thai Nguyen',NULL,238),(4059,'Thanh Pho Ho Chi Minh',NULL,238),(4060,'Thu Do Ha Noi',NULL,238),(4061,'Tinh Can Tho',NULL,238),(4062,'Tinh Da Nang',NULL,238),(4063,'Tinh Gia Lai',NULL,238),(4064,'Anegada',NULL,239),(4065,'Jost van Dyke',NULL,239),(4066,'Tortola',NULL,239),(4067,'Saint Croix',NULL,240),(4068,'Saint John',NULL,240),(4069,'Saint Thomas',NULL,240),(4070,'Alo',NULL,241),(4071,'Singave',NULL,241),(4072,'Wallis',NULL,241),(4073,'Bu Jaydur',NULL,242),(4074,'Wad-adh-Dhahab',NULL,242),(4075,'al-\'Ayun',NULL,242),(4076,'as-Samarah',NULL,242),(4077,'\'Adan',NULL,243),(4078,'Abyan',NULL,243),(4079,'Dhamar',NULL,243),(4080,'Hadramaut',NULL,243),(4081,'Hajjah',NULL,243),(4082,'Hudaydah',NULL,243),(4083,'Ibb',NULL,243),(4084,'Lahij',NULL,243),(4085,'Ma\'rib',NULL,243),(4086,'Madinat San\'a',NULL,243),(4087,'Sa\'dah',NULL,243),(4088,'Sana',NULL,243),(4089,'Shabwah',NULL,243),(4090,'Ta\'izz',NULL,243),(4091,'al-Bayda',NULL,243),(4092,'al-Hudaydah',NULL,243),(4093,'al-Jawf',NULL,243),(4094,'al-Mahrah',NULL,243),(4095,'al-Mahwit',NULL,243),(4096,'Central Serbia',NULL,244),(4097,'Kosovo and Metohija',NULL,244),(4098,'Montenegro',NULL,244),(4099,'Republic of Serbia',NULL,244),(4100,'Serbia',NULL,244),(4101,'Vojvodina',NULL,244),(4102,'Central',NULL,245),(4103,'Copperbelt',NULL,245),(4104,'Eastern',NULL,245),(4105,'Luapala',NULL,245),(4106,'Lusaka',NULL,245),(4107,'North-Western',NULL,245),(4108,'Northern',NULL,245),(4109,'Southern',NULL,245),(4110,'Western',NULL,245),(4111,'Bulawayo',NULL,246),(4112,'Harare',NULL,246),(4113,'Manicaland',NULL,246),(4114,'Mashonaland Central',NULL,246),(4115,'Mashonaland East',NULL,246),(4116,'Mashonaland West',NULL,246),(4117,'Masvingo',NULL,246),(4118,'Matabeleland North',NULL,246),(4119,'Matabeleland South',NULL,246); /*!40000 ALTER TABLE `states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `testimonials` -- DROP TABLE IF EXISTS `testimonials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `testimonials` ( `id` int(11) NOT NULL AUTO_INCREMENT, `image` varchar(255) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `designation` varchar(255) DEFAULT NULL, `testimonial` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `testimonials` -- LOCK TABLES `testimonials` WRITE; /*!40000 ALTER TABLE `testimonials` DISABLE KEYS */; INSERT INTO `testimonials` VALUES (4,'dd6329f7e6462db24fa162512f9afd6b.png','Shanel Lundell','Advisee','My advisor was highly supportive in assisting me in the achievement of my goals. He offered valuable, actionable advice.'),(5,'443668a7259096b33362a10771d22bdf.png','Mathew Herman','Advisee','I highly recommend Advisiahub. The advise I received from talking to relevant and qualified people in the industry was invaluable in helping me secure multiple banking internships.'),(6,'d2c9da77d333d37a70efc2ece736892f.png','Jon Lehman','Advisee','Advisiahub really helped me to achieve my career goals. I would recommend this platform to all those looking for advice from industry professionals'); /*!40000 ALTER TABLE `testimonials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `universties` -- DROP TABLE IF EXISTS `universties`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `universties` ( `id` int(11) NOT NULL AUTO_INCREMENT, `universty_name` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9681 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `universties` -- LOCK TABLES `universties` WRITE; /*!40000 ALTER TABLE `universties` DISABLE KEYS */; INSERT INTO `universties` VALUES (1,'42 US'),(2,'California Baptist University'),(3,'Stevenson University'),(4,'Marine Biological Laboratory'),(5,'Maryville University'),(6,'The Art Institutes'),(7,'University of Mississippi Medical Center'),(8,'University of Central Oklahoma'),(9,'Hallmark University'),(10,'Keiser University'),(11,'St. Johns River State College'),(12,'Indian River State College'),(13,'Barnard College'),(14,'Thomas Edison State University'),(15,'California Southern University'),(16,'University of La Verne'),(17,'Washington & Jefferson College'),(18,'University of the People'),(19,'Touro College'),(20,'New Jersey City University'),(21,'Lander University'),(22,'SUNY Maritime College'),(23,'Lesley University'),(24,'Laurus College'),(25,'National Park College'),(26,'Oklahoma Christian University'),(27,'San Diego Christian College'),(28,'SANS Technology Institute'),(29,'Pasco-Hernando State College'),(30,'New College of Florida'),(31,'Grand Canyon University'),(32,'Cold Spring Harbor Laboratory'),(33,'Albany State University'),(34,'Lasell College'),(35,'Contra Costa Community College District'),(36,'Mount St. Mary\'s University'),(37,'Robert Morris University Illinois'),(38,'Northwest Florida State College'),(39,'West Virginia Wesleyan College'),(40,'Utica College'),(41,'Career College of Northern Nevada'),(42,'University of North Georgia'),(43,'The Principia'),(44,'Lynn University'),(45,'Colorado Community College System'),(46,'Valencia College'),(47,'St. Petersburg College'),(48,'Globe University & Minnesota School of Business'),(49,'Everest College'),(50,'Southwest Research Institute'),(51,'American Public University System'),(52,'Full Sail University'),(53,'YTI Career Institute'),(54,'Defense Language Institute Foreign Language Center'),(55,'Columbus State University'),(56,'Morehead State University'),(57,'Colorado State University - Global Campus'),(58,'North Dakota University System'),(59,'University of Houston-Downtown'),(60,'Stratford University'),(61,'California Polytechnic State University, Pomona'),(62,'Baker College'),(63,'The College of New Jersey'),(64,'Abilene Christian University'),(65,'Adelphi University'),(66,'Agnes Scott College'),(67,'Aiken Technical College'),(68,'Air Force Institute of Technology'),(69,'Air Force Institute of Technology'),(70,'Alabama A&M University'),(71,'Alabama State University'),(72,'Alamo Colleges'),(73,'Albertson College of Idaho'),(74,'Albion College'),(75,'Alfred University'),(76,'Allegheny College'),(77,'Allentown College of Saint Francis de Sales'),(78,'Alma College'),(79,'Alverno College'),(80,'Ambassador University'),(81,'American Coastline University'),(82,'American International College'),(83,'American University'),(84,'Amherst College'),(85,'Andrews University'),(86,'Angelo State University'),(87,'Anne Arundel Community College'),(88,'Antioch New England'),(89,'Antioch University'),(90,'Antioch University - Los Angeles'),(91,'Antioch University - Seattle'),(92,'Appalachian State University'),(93,'Aquinas College'),(94,'Arcadia College'),(95,'Arizona State University'),(96,'Arizona Western College'),(97,'Arkansas State University'),(98,'Arkansas Tech University'),(99,'Armstrong State College'),(100,'Ashland University'),(101,'Assumption College'),(102,'Auburn University'),(103,'Auburn University at Montgomery'),(104,'Augsburg College'),(105,'Augustana College (IL)'),(106,'Augustana College (SD)'),(107,'Augusta University'),(108,'Augusta University'),(109,'Aurora University'),(110,'Austin College'),(111,'Austin Community College'),(112,'Austin Peay State University'),(113,'Averett College'),(114,'Avila College'),(115,'Azusa Pacific University'),(116,'Babson College'),(117,'Baker University'),(118,'Baldwin-Wallace College'),(119,'Ball State University'),(120,'Baptist Bible College'),(121,'Bard College'),(122,'Barry University'),(123,'Bastyr University'),(124,'Bates College'),(125,'Baylor College of Medicine'),(126,'Baylor University'),(127,'Bellevue University'),(128,'Belmont University'),(129,'Beloit College'),(130,'Bemidji State University'),(131,'Benedictine College'),(132,'Bennington College'),(133,'Bentley College'),(134,'Berea College'),(135,'Berklee College of Music'),(136,'Bethany College'),(137,'Bethel College (KS)'),(138,'Bethel University'),(139,'Biola University'),(140,'Birmingham-Southern College'),(141,'Black Hills State University'),(142,'Bloomsburg University of Pennsylvania'),(143,'Bluffton College'),(144,'Bob Jones University'),(145,'Boise State University'),(146,'Boise State University'),(147,'Boston College'),(148,'Boston Graduate School of Psychoanalysis'),(149,'Boston University'),(150,'Bowdoin College'),(151,'Bowie State University'),(152,'Bowling Green State University'),(153,'Bradley University'),(154,'Brandeis University'),(155,'Brenau University'),(156,'Briar Cliff College'),(157,'Bridgewater College'),(158,'Brigham Young University'),(159,'Brigham Young University - Idaho'),(160,'Brigham Young University Hawaii'),(161,'Broward College'),(162,'Brown University'),(163,'Bryant College'),(164,'Bryn Mawr College'),(165,'Bucknell University'),(166,'Buena Vista University'),(167,'Butler University'),(168,'California Coast University'),(169,'California Institute of Technology'),(170,'California Lutheran University'),(171,'California Maritime Academy'),(172,'California National University'),(173,'California Polytechnic State University, San Luis Obispo'),(174,'California State University, Bakersfield'),(175,'California State University, Bakersfield'),(176,'California State University, Chico'),(177,'California State University, Dominguez Hills'),(178,'California State University, Fresno'),(179,'California State University, Fullerton'),(180,'California State University, Hayward'),(181,'California State University, Long Beach'),(182,'California State University, Los Angeles'),(183,'California State University, Monterey Bay'),(184,'California State University, Northridge'),(185,'California State University, Sacramento'),(186,'California State University, San Bernardino'),(187,'California State University, San Jose'),(188,'California State University, San Marcos'),(189,'California State University, Stanislaus'),(190,'California State University System'),(191,'California University of Pennsylvania'),(192,'Calvin College'),(193,'Cameron University'),(194,'Campbellsville College'),(195,'Campbell University'),(196,'Canisius College'),(197,'Capella University'),(198,'Capella University'),(199,'Capitol Technology University'),(200,'Carleton College'),(201,'Carlow College'),(202,'Carnegie Mellon University'),(203,'Carroll College'),(204,'Carroll University'),(205,'Carson-Newman College'),(206,'Carthage College'),(207,'Case Western Reserve University'),(208,'Castleton State University'),(209,'Catholic University of America'),(210,'Cedarville College'),(211,'Centenary College of Louisiana'),(212,'Central College'),(213,'Central Connecticut State University'),(214,'Central Methodist College'),(215,'Central Michigan University'),(216,'Central Washington University'),(217,'Centre College'),(218,'Chadron State College'),(219,'Champlain College'),(220,'Chapman University'),(221,'Chatham College'),(222,'Chesapeake College'),(223,'Cheyney University'),(224,'Chicago School of Professional Psychology'),(225,'Christian Brothers University'),(226,'Christian Theological Seminary'),(227,'Christopher Newport University'),(228,'City University'),(229,'City University'),(230,'City University of New York'),(231,'Claremont Graduate School'),(232,'Claremont McKenna College'),(233,'Clarion University of Pennsylvania'),(234,'Clarke College'),(235,'Clarkson University'),(236,'Clark University'),(237,'Clayton State College'),(238,'Clemson University'),(239,'Cleveland State University'),(240,'Clinch Valley College'),(241,'Coastal Carolina University'),(242,'Coast Colleges'),(243,'Coe College'),(244,'Coker College'),(245,'Colby College'),(246,'Colgate University'),(247,'College of Charleston'),(248,'College of Eastern Utah'),(249,'College of New Rochelle'),(250,'College of Saint Benedict'),(251,'College of Saint Catherine'),(252,'College of Saint Rose'),(253,'College of St. Francis'),(254,'College of St. Scholastica'),(255,'College of the Atlantic'),(256,'College of the Holy Cross'),(257,'College of William and Mary'),(258,'College of Wooster'),(259,'Colorado Christian University'),(260,'Colorado College'),(261,'Colorado Mesa University'),(262,'Colorado School of Mines'),(263,'Colorado State University'),(264,'Colorado Technical University'),(265,'Colorado Technical University'),(266,'Columbia College Chicago'),(267,'Columbia Southern University'),(268,'Columbia Union College'),(269,'Columbia University'),(270,'Community College of Baltimore County'),(271,'Concordia College - Ann Arbor'),(272,'Concordia College - Moorhead'),(273,'Concordia College - Seward'),(274,'Concordia College - St. Paul'),(275,'Connecticut College'),(276,'Connecticut State University System'),(277,'Cooper Union for the Advancement of Science and Art'),(278,'Coppin State University'),(279,'Cornell College'),(280,'Cornell University'),(281,'Corning Community College'),(282,'Creighton University'),(283,'Curry College'),(284,'Daemen College'),(285,'Dakota State University'),(286,'Dakota Wesleyan University'),(287,'Dallas Baptist University'),(288,'Dallas County Community College'),(289,'Dana College'),(290,'Daniel Webster College'),(291,'Dartmouth College'),(292,'Davenport University'),(293,'Davidson College'),(294,'Davis & Elkins College'),(295,'Daytona State College'),(296,'Delaware State University'),(297,'Delta State University'),(298,'Denison University'),(299,'DePaul University'),(300,'DePauw University'),(301,'DeVry Institute of Technology'),(302,'Dickinson College'),(303,'Dickinson State University'),(304,'Dillard University'),(305,'Dominican College'),(306,'Dordt College'),(307,'Dowling College'),(308,'Drake University'),(309,'Drew University'),(310,'Drexel University'),(311,'Drury College'),(312,'Duke University'),(313,'Duquesne University'),(314,'Earlham College'),(315,'East Carolina University'),(316,'East Central University'),(317,'Eastern Connecticut State University'),(318,'Eastern Illinois University'),(319,'Eastern Kentucky University'),(320,'Eastern Mennonite University'),(321,'Eastern Michigan University'),(322,'Eastern New Mexico University'),(323,'Eastern Oregon State College'),(324,'Eastern Washington University'),(325,'East Stroudsburg State University of Pennsylvania'),(326,'East Tennessee State University'),(327,'Edgewood College'),(328,'Edinboro University of Pennsylvania'),(329,'Elizabeth City State University'),(330,'Elizabethtown College'),(331,'Elmhurst College'),(332,'Elon College'),(333,'Embry-Riddle Aeronautical University'),(334,'Emerson College'),(335,'Emmanuel College'),(336,'Emory University'),(337,'Emporia State University'),(338,'Erie Community College'),(339,'Evergreen State College'),(340,'Fairleigh Dickinson University'),(341,'Fairmont State College'),(342,'Fayetteville State University'),(343,'Ferris State University'),(344,'Fielding Institute'),(345,'Fisk University'),(346,'Fitchburg State College'),(347,'Florida Agricultural and Mechanical University'),(348,'Florida Atlantic University'),(349,'Florida Gulf Coast University'),(350,'Florida Institute of Technology'),(351,'Florida International University'),(352,'Florida State University'),(353,'Fontbonne College'),(354,'Fordham University'),(355,'Fort Hays State University'),(356,'Fort Lewis College'),(357,'Fountainhead College of Technology'),(358,'Franklin and Marshall College'),(359,'Franklin Pierce Law Center'),(360,'Franklin University'),(361,'Frederick Community College'),(362,'Fresno Pacific University'),(363,'Friends University'),(364,'Frostburg State University'),(365,'Fuller Theological Seminary'),(366,'Furman University'),(367,'Gallaudet University'),(368,'Gannon University'),(369,'Geneva College'),(370,'George Fox College'),(371,'George Mason University'),(372,'Georgetown University'),(373,'George Washington University'),(374,'Georgia College'),(375,'Georgia Institute of Technology'),(376,'Georgian Court College'),(377,'Georgia Southern University'),(378,'Georgia Southwestern State University'),(379,'Georgia State University'),(380,'Gettysburg College'),(381,'GMI Engineering and Management Institute'),(382,'Golden Gate University'),(383,'Goldey-Beacom College'),(384,'Gonzaga University'),(385,'Goshen College'),(386,'Goucher College'),(387,'Governors State University'),(388,'Grace College'),(389,'Graceland College'),(390,'Grand Valley State University'),(391,'Greenleaf University'),(392,'Grinnell College'),(393,'Guilford College'),(394,'Gustavus Adolphus College'),(395,'Hagerstown Community College'),(396,'Hamilton College'),(397,'Hamline University'),(398,'Hampden-Sydney College'),(399,'Hampshire College'),(400,'Hampton University'),(401,'Hanover College'),(402,'Harding University'),(403,'Harford Community College'),(404,'Hartwick College'),(405,'Harvard University'),(406,'Harvey Mudd College'),(407,'Haskell Indian Nations University'),(408,'Hastings College'),(409,'Haverford College in Pennsylvania'),(410,'Hawaii Pacific University'),(411,'Heidelberg College'),(412,'Hendrix College'),(413,'Hesston College'),(414,'High Point University'),(415,'Hillsdale College'),(416,'Hiram College'),(417,'Hobart and William Smith Colleges'),(418,'Hofstra University'),(419,'Hollins College'),(420,'Hood College'),(421,'Hope College'),(422,'Howard Community College'),(423,'Howard University'),(424,'Humboldt State University'),(425,'Hunter College'),(426,'Huntingdon College'),(427,'Huntington University'),(428,'ICI University'),(429,'Idaho State University'),(430,'Illinois Benedictine College'),(431,'Illinois Institute of Technology'),(432,'Illinois State University'),(433,'Illinois State University'),(434,'Indiana Institute of Technology'),(435,'Indiana State University'),(436,'Indiana University'),(437,'Indiana University at Bloomington'),(438,'Indiana University at Bloomington'),(439,'Indiana University at South Bend'),(440,'Indiana University of Pennsylvania'),(441,'Indiana University/Purdue University at Columbus'),(442,'Indiana University/Purdue University at Fort Wayne'),(443,'Indiana University/Purdue University at Indianapolis'),(444,'Indiana University Southeast'),(445,'Indiana Wesleyan University, Marion'),(446,'Institute for World Politics'),(447,'Iona College'),(448,'Iowa State University'),(449,'Irvine Valley College'),(450,'Ithaca College'),(451,'Jackson State University'),(452,'Jacksonville State University'),(453,'Jacksonville University'),(454,'James Madison University'),(455,'John Brown University'),(456,'John F. Kennedy University'),(457,'Johns Hopkins University'),(458,'Johns Hopkins University'),(459,'Johns Hopkins University Applied Physics Laboratory'),(460,'Johnson & Wales University'),(461,'Johnson Bible College'),(462,'Johnson C. Smith University'),(463,'Jones College'),(464,'Judson College'),(465,'Juniata College'),(466,'Kalamazoo College'),(467,'Kansas State University'),(468,'Kansas Wesleyan University'),(469,'Kaplan University'),(470,'Kean College'),(471,'Keene State College'),(472,'Kennesaw State University'),(473,'Kent State University'),(474,'Kentucky Community & Technical College System'),(475,'Kenyon College'),(476,'Kettering University'),(477,'King\'s College'),(478,'Knox College'),(479,'Kutztown University of Pennsylvania'),(480,'Lafayette College'),(481,'LaGrange College'),(482,'Lake Forest College'),(483,'Lake Superior College'),(484,'Lake Superior State University'),(485,'Lamar University'),(486,'Langston University'),(487,'LaSalle University'),(488,'La Sierra University'),(489,'Lawrence Technological University'),(490,'Lawrence University'),(491,'Lebanon Valley College'),(492,'Lehigh University'),(493,'Le Moyne College'),(494,'Lenoir Community College'),(495,'Lenoir-Rhyne College'),(496,'LeTourneau University'),(497,'Lewis & Clark College'),(498,'Lewis-Clark State College'),(499,'Lewis University'),(500,'Liberty University'),(501,'Lincoln University'),(502,'Linfield College'),(503,'Lock Haven University of Pennsylvania'),(504,'Loma Linda University'),(505,'Long Island University'),(506,'Longwood University'),(507,'Loras College'),(508,'Los Angeles Community College District'),(509,'Louisiana College'),(510,'Louisiana State University'),(511,'Louisiana State University at Alexandria'),(512,'Louisiana Tech University'),(513,'Loyola College'),(514,'Loyola Marymount University'),(515,'Loyola University Chicago'),(516,'Luther College'),(517,'Luther Seminary'),(518,'Lycoming College'),(519,'Lynchburg College'),(520,'Lyndon State College'),(521,'Lyon College'),(522,'Macalester College'),(523,'Maharishi University of Management'),(524,'Malone College'),(525,'Manhattan College'),(526,'Mansfield University of Pennsylvania'),(527,'Maricopa County Community College District'),(528,'Marietta College'),(529,'Marist College'),(530,'Marlboro College'),(531,'Marquette University'),(532,'Marshall University'),(533,'Mary Baldwin College'),(534,'Marymount Manhattan College'),(535,'Marymount University'),(536,'Mary Washington College'),(537,'Massachusetts Institute of Technology'),(538,'McDaniel College'),(539,'McMurry University'),(540,'McNeese State University'),(541,'Medical College of Georgia'),(542,'Medical College of Wisconsin'),(543,'Mercer County Community College'),(544,'Mercer University'),(545,'Mercy College'),(546,'Mercy College'),(547,'Mercyhurst College'),(548,'Meredith College'),(549,'Messiah College'),(550,'Metropolitan Community College (MO)'),(551,'Metropolitan Community College (NE)'),(552,'Metropolitan State College of Denver'),(553,'Metropolitan State University'),(554,'Miami University of Ohio'),(555,'Michigan State University'),(556,'Michigan Technological University'),(557,'Mid-America Nazarene College'),(558,'Middlebury College'),(559,'Middle Georgia State College'),(560,'Middle Tennessee State University'),(561,'Midwestern State University'),(562,'Millersville University of Pennsylvania'),(563,'Milligan College'),(564,'Millikin University'),(565,'Millsaps College'),(566,'Milwaukee School of Engineering'),(567,'Minneapolis College of Art and Design'),(568,'Minnesota State University, Mankato'),(569,'Minnesota State University Moorhead'),(570,'Minot State University'),(571,'Mississippi College'),(572,'Mississippi State University'),(573,'Mississippi University for Women'),(574,'Missouri Southern State College'),(575,'Missouri University of Science and Technology'),(576,'Missouri Western State College'),(577,'Molloy College'),(578,'Monmouth College'),(579,'Monmouth University'),(580,'Montana State University - Billings'),(581,'Montana State University - Bozeman'),(582,'Montana State University - Northern'),(583,'Montana Tech'),(584,'Montclair State University'),(585,'Montgomery College'),(586,'Montreat College'),(587,'Moravian College'),(588,'Morgan State University'),(589,'Mott Community College'),(590,'Mount Holyoke College'),(591,'Mount Saint Joseph College'),(592,'Mount Saint Mary College'),(593,'Mount Senario College'),(594,'Mount Union College'),(595,'Murray State University'),(596,'Muskingum College'),(597,'Nashville State Community College'),(598,'National Defense University'),(599,'National-Louis University'),(600,'National Radio Astronomy Observatory'),(601,'National Technological University'),(602,'National University'),(603,'Naval Postgraduate School'),(604,'Nazareth College'),(605,'Nevada System of Higher Education'),(606,'Newberry College'),(607,'New College of California'),(608,'New England Institute of Technology'),(609,'New Hampshire College'),(610,'New Jersey Institute of Technology'),(611,'New Mexico Highlands University'),(612,'New Mexico Institute of Mining & Technology'),(613,'New Mexico State University'),(614,'New York Institute of Technology'),(615,'New York University'),(616,'Niagara University'),(617,'Nicholls State University'),(618,'Norfolk State University'),(619,'North American University'),(620,'Northampton Community College'),(621,'North Carolina A&T State University'),(622,'North Carolina Central University'),(623,'North Carolina State University'),(624,'North Carolina Wesleyan College'),(625,'North Central Bible College'),(626,'North Dakota State University'),(627,'Northeastern Louisiana University'),(628,'Northeastern State University'),(629,'Northeastern University'),(630,'Northeastern University'),(631,'Northern Arizona University'),(632,'Northern Illinois University'),(633,'Northern Kentucky University'),(634,'Northern Michigan University'),(635,'Northern State University'),(636,'Northland College'),(637,'North Park College and Theological Seminary'),(638,'Northwestern College of Iowa'),(639,'Northwestern State University'),(640,'Northwestern University'),(641,'Northwest Missouri State University'),(642,'Northwest Nazarene College'),(643,'Norwich University'),(644,'Nova Southeastern University'),(645,'Oakland University'),(646,'Oakwood University'),(647,'Oberlin College'),(648,'Occidental College'),(649,'Ohio Dominican College'),(650,'Ohio Northern University'),(651,'Ohio State University, Columbus'),(652,'Ohio University'),(653,'Ohio University'),(654,'Ohio Wesleyan University'),(655,'Oklahoma Baptist University'),(656,'Oklahoma City University'),(657,'Oklahoma State University'),(658,'Old Dominion University'),(659,'Olivet Nazarene University'),(660,'Oral Roberts University'),(661,'Oregon Graduate Institute of Science and Technology'),(662,'Oregon Health Sciences University'),(663,'Oregon Institute of Technology'),(664,'Oregon State University'),(665,'Otterbein College'),(666,'Our Lady of the Lake University'),(667,'Pace University'),(668,'Pacific Lutheran University'),(669,'Pacific Union College'),(670,'Pacific University'),(671,'Pacific Western University'),(672,'Palm Beach Atlantic College'),(673,'Palm Beach State College'),(674,'Peace College'),(675,'Pembroke State University'),(676,'Pennsylvania College of Technology'),(677,'Pennsylvania State University'),(678,'Pennsylvania State University - Schuylkill Campus'),(679,'Pensacola Christian College'),(680,'Pensacola State College'),(681,'Pepperdine University'),(682,'Peru State College'),(683,'Philadelphia University'),(684,'Phillips University'),(685,'Pittsburg State University'),(686,'Pitzer College'),(687,'Platt College'),(688,'Plymouth State College'),(689,'Polytechnic University of New York'),(690,'Polytechnic University of Puerto Rico'),(691,'Pomona College'),(692,'Portland Community College'),(693,'Portland State University'),(694,'Prairie View A&M University'),(695,'Pratt Institute'),(696,'Presbyterian College'),(697,'Prescott College'),(698,'Princeton University'),(699,'Providence College'),(700,'Purdue University'),(701,'Purdue University Calumet'),(702,'Purdue University North Central'),(703,'Quincy University'),(704,'Quinnipiac College'),(705,'Radford University'),(706,'Ramapo College'),(707,'Randolph-Macon College'),(708,'Randolph-Macon Woman\'s College'),(709,'Reed College'),(710,'Regent University'),(711,'Regis University'),(712,'Rensselaer Polytechnic Institute'),(713,'Rhode Island College'),(714,'Rhodes College'),(715,'Rice University'),(716,'Richard Stockton College of New Jersey'),(717,'Rider University'),(718,'Ripon College'),(719,'Rivier College'),(720,'Roanoke College'),(721,'Robert Morris University'),(722,'Rochester Institute of Technology'),(723,'Rockefeller University'),(724,'Rockford College'),(725,'Rockhurst College'),(726,'Rocky Mountain College'),(727,'Roger Williams University'),(728,'Rollins College'),(729,'Rosary College'),(730,'Rose-Hulman Institute of Technology'),(731,'Rowan College'),(732,'Rutgers University'),(733,'Rutgers University, Camden'),(734,'Rutgers University, Newark'),(735,'Sacred Heart University'),(736,'Sage Colleges'),(737,'Saginaw Valley State University'),(738,'Saint Anselm College'),(739,'Saint Cloud State University'),(740,'Saint Edward\'s University'),(741,'Saint Francis College'),(742,'Saint John\'s University (MN)'),(743,'Saint John\'s University (NY)'),(744,'Saint Joseph\'s College (IN)'),(745,'Saint Joseph\'s University'),(746,'Saint Leo University'),(747,'Saint Louis University'),(748,'Saint Mary College'),(749,'Saint Mary\'s College (IN)'),(750,'Saint Mary\'s College of California'),(751,'Saint Mary\'s University of Minnesota'),(752,'Saint Michael\'s College'),(753,'Saint Olaf College'),(754,'Saint Vincent College'),(755,'Saint Xavier University'),(756,'Salisbury University'),(757,'Salish Kootenai College'),(758,'Samford University'),(759,'Sam Houston State University'),(760,'San Diego State University'),(761,'San Francisco State University'),(762,'San Jose State University'),(763,'Santa Clara University'),(764,'Sarah Lawrence College'),(765,'School of the Art Institute of Chicago'),(766,'Seattle Central College'),(767,'Seattle Pacific University'),(768,'Seattle University'),(769,'Seton Hall University'),(770,'Sewanee, University of the South'),(771,'Shawnee State University'),(772,'Shenandoah University'),(773,'Shippensburg University of Pennsylvania'),(774,'Shorter College'),(775,'Simmons College'),(776,'Simon\'s Rock College'),(777,'Simpson College'),(778,'Sinclair Community College'),(779,'Skidmore College'),(780,'Slippery Rock University of Pennsylvania'),(781,'Smith College'),(782,'Sonoma State University'),(783,'South Dakota School of Mines and Technology'),(784,'South Dakota State University'),(785,'Southeastern Louisiana University'),(786,'Southeast Missouri State University'),(787,'Southern College'),(788,'Southern College of Technology'),(789,'Southern Connecticut State University'),(790,'Southern Illinois University-Carbondale'),(791,'Southern Illinois University-Edwardsville'),(792,'Southern Methodist University'),(793,'Southern Nazarene University'),(794,'Southern New Hampshire University'),(795,'Southern Oregon State College'),(796,'Southern University and A&M College'),(797,'Southern Utah University'),(798,'South Texas College of Law'),(799,'Southwest Baptist University'),(800,'Southwestern Adventist College'),(801,'Southwestern Assemblies of God University'),(802,'Southwestern College'),(803,'Southwestern University'),(804,'Southwest Missouri State University'),(805,'Southwest Texas State University'),(806,'Spelman College'),(807,'Spring Arbor College'),(808,'Spring Hill College'),(809,'St. Ambrose University'),(810,'St. Andrews Presbyterian College'),(811,'Stanford University'),(812,'State University of New York at Albany'),(813,'State University of New York at Binghamton'),(814,'State University of New York at Buffalo'),(815,'State University of New York at Farmingdale'),(816,'State University of New York at Fredonia'),(817,'State University of New York at Oswego'),(818,'State University of New York at Plattsburgh'),(819,'State University of New York at Stony Brook'),(820,'Academic medical center at State University of New York at Stony Brook'),(821,'State University of New York College at Brockport'),(822,'State University of New York College at Buffalo'),(823,'State University of New York College at Cortland'),(824,'State University of New York College at Geneseo'),(825,'State University of New York College at New Paltz'),(826,'State University of New York College at Potsdam'),(827,'State University of New York College of Agriculture and Technology at Cobleskill'),(828,'State University of New York College of Environmental Science and Forestry'),(829,'State University of New York College of Technology at Alfred'),(830,'State University of New York Polytechnic Institute'),(831,'State University of New York System'),(832,'St. Bonaventure University'),(833,'Stephen F. Austin State University'),(834,'Stephens College'),(835,'Stetson University'),(836,'Stevens Institute of Technology'),(837,'Stevens Institute of Technology'),(838,'St. John\'s College - Annapolis'),(839,'St. John\'s College - Santa Fe'),(840,'St. Joseph College (CT)'),(841,'St. Joseph\'s College (ME)'),(842,'St. Lawrence University'),(843,'St. Louis College of Pharmacy'),(844,'St. Martin\'s College'),(845,'St. Mary\'s College of Maryland'),(846,'Strayer College'),(847,'St. Thomas University (FL)'),(848,'Suffolk University'),(849,'Sul Ross State University'),(850,'Summit University of Louisiana'),(851,'Susquehanna University'),(852,'Swarthmore College'),(853,'Sweet Briar College'),(854,'Syracuse University'),(855,'Tabor College'),(856,'Tarleton State University'),(857,'Taylor University'),(858,'Temple University'),(859,'Tennessee State University'),(860,'Tennessee Technological University'),(861,'Terrant County College'),(862,'Texas A&M International University'),(863,'Texas A&M University - College Station'),(864,'Texas A&M University - Commerce'),(865,'Texas A&M University - Corpus Christi'),(866,'Texas A&M University - Kingsville'),(867,'Texas Christian University'),(868,'Texas Southern University'),(869,'Texas State University'),(870,'Texas Tech University'),(871,'Texas Tech University-Health Sciences Center'),(872,'Texas Woman\'s University'),(873,'The Citadel'),(874,'The Jewish Theological Seminary'),(875,'Thomas College'),(876,'Thomas Edison State College'),(877,'Thomas Jefferson University'),(878,'Thomas More College'),(879,'Thunderbird School of Global Management'),(880,'Towson State University'),(881,'Transylvania University'),(882,'Trenton State College'),(883,'Trine University'),(884,'Trinity College (CT)'),(885,'Trinity College (DC)'),(886,'Trinity University'),(887,'Troy State University'),(888,'Truman State University'),(889,'Tucson University'),(890,'Tufts University'),(891,'Tulane University'),(892,'Tuskegee University'),(893,'Uniformed Services University of the Health Sciences'),(894,'Union College'),(895,'Union Institute'),(896,'Union University'),(897,'United States Air Force Academy'),(898,'United States Air Force Academy'),(899,'United States International University'),(900,'United States Merchant Marine Academy'),(901,'United States Military Academy'),(902,'United States Naval Academy'),(903,'University of Advancing Technology'),(904,'University of Akron'),(905,'University of Alabama at Birmingham'),(906,'University of Alabama at Huntsville'),(907,'University of Alabama at Tuscaloosa'),(908,'University of Alaska'),(909,'University of Alaska - Anchorage'),(910,'University of Alaska - Fairbanks'),(911,'University of Alaska - Southeast'),(912,'University of Arizona'),(913,'University of Arkansas - Fayetteville'),(914,'University of Arkansas for Medical Sciences'),(915,'University of Arkansas - Little Rock'),(916,'University of Arkansas - Monticello'),(917,'University of Baltimore'),(918,'University of Bridgeport'),(919,'University of California, Berkeley'),(920,'University of California, Davis'),(921,'University of California, Irvine'),(922,'University of California, Los Angeles'),(923,'University of California, Merced'),(924,'University of California, Riverside'),(925,'University of California, San Diego'),(926,'University of California, San Francisco'),(927,'University of California, Santa Barbara'),(928,'University of California, Santa Cruz'),(929,'University of Central Arkansas'),(930,'University of Central Florida'),(931,'University of Central Missouri'),(932,'University of Charleston'),(933,'University of Chicago'),(934,'University of Cincinnati'),(935,'University of Colorado at Boulder'),(936,'University of Colorado at Colorado Springs'),(937,'University of Colorado at Denver'),(938,'University of Colorado Health Sciences Center'),(939,'University of Connecticut'),(940,'University of Dallas'),(941,'University of Dayton'),(942,'University of Delaware'),(943,'University of Denver'),(944,'University of Detroit Mercy'),(945,'University of Dubuque'),(946,'University of Evansville'),(947,'University of Florida'),(948,'University of Georgia'),(949,'University of Great Falls'),(950,'University of Guam'),(951,'University of Hartford'),(952,'University of Hawaii at Hilo'),(953,'University of Hawaii at Manoa'),(954,'University of Hawaii System'),(955,'University of Houston'),(956,'University of Idaho'),(957,'University of Illinois at Chicago'),(958,'University of Illinois at Springfield'),(959,'University of Illinois at Urbana-Champaign'),(960,'University of Illinois at Urbana-Champaign'),(961,'University of Indianapolis'),(962,'University of Iowa'),(963,'University of Jamestown'),(964,'University of Kansas'),(965,'University of Kansas School of Medicine'),(966,'University of Kentucky'),(967,'University of La Verne'),(968,'University of Louisiana at Lafeyette'),(969,'University of Louisiana at Monroe'),(970,'University of Louisville'),(971,'University of Maine'),(972,'University of Maine at Farmington'),(973,'University of Maine at Fort Kent'),(974,'University of Maine at Machias'),(975,'University of Maine at Presque Island'),(976,'University of Maine System'),(977,'University of Maryland, Baltimore'),(978,'University of Maryland, Baltimore County'),(979,'University of Maryland, College Park'),(980,'University of Maryland Eastern Shore'),(981,'University of Maryland - University College'),(982,'University of Massachusetts at Amherst'),(983,'University of Massachusetts at Dartmouth'),(984,'University of Massachusetts at Lowell'),(985,'University of Memphis'),(986,'University of Miami'),(987,'University of Michigan - Ann Arbor'),(988,'University of Michigan - Dearborn'),(989,'University of Minnesota'),(990,'University of Minnesota - Crookston'),(991,'University of Minnesota - Duluth'),(992,'University of Minnesota - Morris'),(993,'University of Minnesota - Twin Cities'),(994,'University of Mississippi'),(995,'University of Mississippi Medical Center'),(996,'University of Missouri - Columbia'),(997,'University of Missouri - Kansas City'),(998,'University of Missouri - Rolla'),(999,'University of Missouri - Saint Louis'),(1000,'University of Montana'),(1001,'University of Nebraska, Kearney'),(1002,'University of Nebraska, Lincoln'),(1003,'University of Nebraska, Omaha'),(1004,'University of Nevada, Las Vegas'),(1005,'University of Nevada, Reno'),(1006,'University of New England'),(1007,'University of New Hampshire, Durham'),(1008,'University of New Haven'),(1009,'University of New Mexico'),(1010,'University of New Orleans'),(1011,'University of North Carolina at Asheville'),(1012,'University of North Carolina at Chapel Hill'),(1013,'University of North Carolina at Charlotte'),(1014,'University of North Carolina at Greensboro'),(1015,'University of North Carolina at Wilmington'),(1016,'University of North Dakota'),(1017,'University of Northern Colorado'),(1018,'University of Northern Iowa'),(1019,'University of North Florida'),(1020,'University of North Texas'),(1021,'University of North Texas Health Science Center'),(1022,'University of Notre Dame'),(1023,'University of Oklahoma'),(1024,'University of Oregon'),(1025,'University of Pennsylvania'),(1026,'University of Phoenix'),(1027,'University of Pittsburgh'),(1028,'University of Pittsburgh at Johnstown'),(1029,'University of Portland'),(1030,'University of Puerto Rico'),(1031,'University of Puget Sound'),(1032,'University of Redlands'),(1033,'University of Rhode Island'),(1034,'University of Richmond'),(1035,'University of Rochester'),(1036,'University of Saint Thomas (MN)'),(1037,'University of Saint Thomas (TX)'),(1038,'University of San Diego'),(1039,'University of San Francisco'),(1040,'University of Science & Arts of Oklahoma'),(1041,'University of Scranton'),(1042,'University of Sioux Falls'),(1043,'University of South Alabama'),(1044,'University of South Carolina'),(1045,'University of South Carolina - Aiken'),(1046,'University of South Dakota'),(1047,'University of Southern California'),(1048,'University of Southern Indiana'),(1049,'University of Southern Maine'),(1050,'University of Southern Mississippi'),(1051,'University of South Florida'),(1052,'University of Southwestern Louisiana'),(1053,'University of Tampa'),(1054,'University of Tennessee at Chattanooga'),(1055,'University of Tennessee, Knoxville'),(1056,'University of Tennessee, Martin'),(1057,'University of Texas at Arlington'),(1058,'University of Texas at Austin'),(1059,'University of Texas at Brownsville'),(1060,'University of Texas at Dallas'),(1061,'University of Texas at Dallas'),(1062,'University of Texas at El Paso'),(1063,'University of Texas at San Antonio'),(1064,'University of Texas at Tyler'),(1065,'University of Texas Medical Branch'),(1066,'University of Texas - Pan American'),(1067,'University of Texas Southwestern Medical Center at Dallas'),(1068,'University of the District of Columbia'),(1069,'University of the Incarnate Word'),(1070,'University of the Ozarks'),(1071,'University of the Pacific'),(1072,'University of the Virgin Islands'),(1073,'University of Toledo'),(1074,'University of Tulsa'),(1075,'University of Utah'),(1076,'University of Vermont'),(1077,'University of Virginia, Charlottesville'),(1078,'University of Washington'),(1079,'University of Washington'),(1080,'University of West Alabama'),(1081,'University of West Florida'),(1082,'University of Wisconsin - Eau Claire'),(1083,'University of Wisconsin - Green Bay'),(1084,'University of Wisconsin - LaCrosse'),(1085,'University of Wisconsin - Madison'),(1086,'University of Wisconsin - Milwaukee'),(1087,'University of Wisconsin - Oshkosh'),(1088,'University of Wisconsin - Parkside'),(1089,'University of Wisconsin - Platteville'),(1090,'University of Wisconsin - River Falls'),(1091,'University of Wisconsin - Stevens Point'),(1092,'University of Wisconsin - Stout'),(1093,'University of Wisconsin - Superior'),(1094,'University of Wisconsin System'),(1095,'University of Wisconsin - Whitewater'),(1096,'University of Wyoming'),(1097,'Upper Iowa University'),(1098,'Ursinus College'),(1099,'Utah State University'),(1100,'Utah Valley State College'),(1101,'Valdosta State University'),(1102,'Valley City State University'),(1103,'Valparaiso University'),(1104,'Vance-Granville Community College'),(1105,'Vanderbilt University'),(1106,'Vassar College'),(1107,'Vermont Technical College'),(1108,'Villa Julie College'),(1109,'Villanova University'),(1110,'Virginia Commonwealth University'),(1111,'Virginia Community College System'),(1112,'Virginia Intermont College'),(1113,'Virginia Military Institute'),(1114,'Virginia Polytechnic Institute and State University'),(1115,'Virginia State University'),(1116,'Virginia Wesleyan College'),(1117,'Wabash College'),(1118,'Wake Forest University'),(1119,'Walden University'),(1120,'Walla Walla College'),(1121,'Walsh College'),(1122,'Warren Wilson College'),(1123,'Wartburg College'),(1124,'Washburn University'),(1125,'Washington & Lee University'),(1126,'Washington Bible College/Capital Bible Seminary'),(1127,'Washington College'),(1128,'Washington State University'),(1129,'Washington State University at Tri-Cities'),(1130,'Washington State University at Vancouver'),(1131,'Washington University, Saint Louis'),(1132,'Waubonsee Community College'),(1133,'Waynesburg College'),(1134,'Wayne State University'),(1135,'Weber State University'),(1136,'Webster University'),(1137,'Wellesley College'),(1138,'Wells College'),(1139,'Wentworth Institute of Technology'),(1140,'Wesleyan University'),(1141,'Wesley College'),(1142,'West Chester University of Pennsylvania'),(1143,'West Coast University'),(1144,'Western Carolina University'),(1145,'Western Connecticut State University'),(1146,'Western Governors University'),(1147,'Western Illinois University'),(1148,'Western Kentucky University'),(1149,'Western Michigan University'),(1150,'Western Montana College'),(1151,'Western New England College'),(1152,'Western New Mexico University'),(1153,'Western State Colorado University'),(1154,'Western Washington University'),(1155,'Westfield State College'),(1156,'West Georgia College'),(1157,'West Liberty State College'),(1158,'Westminster College'),(1159,'Westminster College'),(1160,'Westminster College of Salt Lake City'),(1161,'Westminster Theological Seminary'),(1162,'Westmont College'),(1163,'West Texas A&M University'),(1164,'West Virginia University'),(1165,'West Virginia University at Parkersburg'),(1166,'Wheaton College'),(1167,'Wheaton College, Norton MA'),(1168,'Wheeling Jesuit College'),(1169,'Whitman College'),(1170,'Whittier College'),(1171,'Whitworth College'),(1172,'Wichita State University'),(1173,'Wichita State University'),(1174,'Widener University'),(1175,'Wilberforce University'),(1176,'Wilkes University'),(1177,'Willamette University'),(1178,'William Howard Taft University'),(1179,'William Jewell College'),(1180,'William Mitchell College of Law'),(1181,'William Paterson University'),(1182,'William Penn College'),(1183,'Williams College'),(1184,'William Woods University'),(1185,'Wilmington College'),(1186,'Winona State University'),(1187,'Winthrop University'),(1188,'Wittenberg University'),(1189,'Wofford College'),(1190,'Woodbury University'),(1191,'Worcester Polytechnic Institute'),(1192,'Wright State University'),(1193,'Xavier University of Louisiana'),(1194,'Yale University'),(1195,'Yeshiva University'),(1196,'York College of Pennsylvania'),(1197,'Youngstown State University'),(1198,'Afghan University'),(1199,'Aria Institute of Higher Education'),(1200,'American University of Afghanistan'),(1201,'Al-Birony University'),(1202,'Badakhshan University'),(1203,'Balkh University'),(1204,'Baghlan University'),(1205,'Bakhtar University'),(1206,'Bost University'),(1207,'Bamiyan University'),(1208,'Dawat University'),(1209,'Dunya Institute of Higher Education'),(1210,'Faryab Higher Education Institute'),(1211,'Ghazni University'),(1212,'Herat University'),(1213,'Ibn Sina University'),(1214,'Jawzjan University'),(1215,'Kaboora Institute of Higher Education'),(1216,'Kabul Health Sciences Institute'),(1217,'Kandahar University'),(1218,'Kardan University'),(1219,'Karwan Institute of Higher Education'),(1220,'Kateb Institute of Higher Education'),(1221,'Khana-e-Noor Institute of Higher Education'),(1222,'Kabul Education University'),(1223,'Kabul Medical University'),(1224,'Kabul University'),(1225,'Khurasan University'),(1226,'Maryam Institute of Higher Education'),(1227,'National Military Academy of Afghanistan'),(1228,'Nangarhar University'),(1229,'Pamir University'),(1230,'Parwan University'),(1231,'Polytechnical University of Kabul'),(1232,'Paktia University'),(1233,'Rana Institute of Higher Education'),(1234,'Sadat Institute of Higher Education'),(1235,'Salam University'),(1236,'Shaikh Zayed University'),(1237,'Takhar University'),(1238,'Academy of Sports and Physical Training'),(1239,'Academy of Arts'),(1240,'Beder University'),(1241,'Epoka University'),(1242,'American University of Tirana'),(1243,'Agricultural University of Tirane'),(1244,'University of Elbasan \"Aleksander Xhuvani\"'),(1245,'University “Pavaresia” Vlore'),(1246,'University of Shkodra \"Luigj Gurakuqi\"'),(1247,'University of Tirana'),(1248,'University of Vlora \"Ismail Qemali\"'),(1249,'University of Korca \"Fan Noli\"'),(1250,'University of New York Tirana'),(1251,'University of Gjirokstra \"Eqerem Cabej\"'),(1252,'Polytechnic University of Tirane'),(1253,'Université Amar Telidji'),(1254,'Université M\'hamed Bouguerra de Boumerdes'),(1255,'Université Mentouri Constantine'),(1256,'Université Mouloud Mammeri de Tizi Ouzou'),(1257,'Université d\'Alger 3'),(1258,'Université d\'Alger'),(1259,'Université Badji Mokhtar'),(1260,'Université de Batna'),(1261,'Université de Béjaia'),(1262,'Université de Biskra'),(1263,'Université de Blida'),(1264,'Université de Chlef'),(1265,'Universite des Sciences Islamiques de Constantine'),(1266,'Université de Guelma'),(1267,'Centre Universitaire de Jijel'),(1268,'Université de Mostaganem'),(1269,'Université de M\'sila'),(1270,'Centre Universitaire d\'Oum El Bouaghi'),(1271,'Université d\'Oran Es-Senia'),(1272,'Université Kasdi Merbah Ouargla'),(1273,'Université de Saida'),(1274,'Université de Sidi-Bel-Abbès (Djillali Liabès)'),(1275,'Université de Sétif'),(1276,'Université de Skikda'),(1277,'Centre Universitaire de Tebessa'),(1278,'Centre Universitaire de Tiaret'),(1279,'Université Abou Bekr Belkaid, Tlemcen'),(1280,'Université des Sciences et de la Technologie d\'Oran'),(1281,'Université des Sciences et de la Technologie Houari Boumediène'),(1282,'University of Andorra'),(1283,'Univesidade Agostinho Neto'),(1284,'Universidade Católica de Angola'),(1285,'Universidade Gregorio Semedo'),(1286,'Universidade Lusíada de Angola'),(1287,'Universidade Metodista de Angola'),(1288,'Universidade Independente de Angola'),(1289,'Universidade Metropolitana de Angola'),(1290,'Universidade Tecnica de Angola'),(1291,'American University of Antigua'),(1292,'University of Health Sciences Antigua'),(1293,'Universidad Atlantida Argentina'),(1294,'Universidad Austral Buenos Aires'),(1295,'Universidad CAECE, Buenos Aires'),(1296,'Instituto Universitario CEMA'),(1297,'Instituto de Enseñanza Superior del Ejército'),(1298,'Instituto Universitario de Estudios Navales y Marítimos'),(1299,'Instituto Tecnológico de Buenos Aires'),(1300,'Instituto Universitario Aeronáutico'),(1301,'Instituto Universitario de Ciencias de la Salud - Buenos Aires'),(1302,'Instituto Universitario Nacional del Arte'),(1303,'Universidad Argentina \"John F. Kennedy\"'),(1304,'Universidad Maimónides'),(1305,'Universidad Nacional de Mar del Plata'),(1306,'Universidad de Palermo'),(1307,'Universidad del Salvador'),(1308,'Universidad Argentina de la Empresa'),(1309,'Universidad Autónoma de Entre Ríos'),(1310,'Universidad Adventista del Plata'),(1311,'Universidad de Buenos Aires'),(1312,'Universidad de Belgrano'),(1313,'Universidad Blas Pascal'),(1314,'Universidad Católica Argentina Santa Maria de los Buenos Aires'),(1315,'Universidad Católica de La Plata'),(1316,'Universidad Católica de Salta'),(1317,'Universidad Católica de Córdoba'),(1318,'Universidad Católica de Cuyo'),(1319,'Universidad del Centro Educativo Latinoamericano Rosario'),(1320,'Universidad de Ciencias Empresariales y Sociales'),(1321,'Universidad Champagnat'),(1322,'Universidad del Cine - Buenos Aires'),(1323,'Universidad de Congreso'),(1324,'Universidad de la Cuenca del Plata'),(1325,'Universidad Católica de Santiago del Estero'),(1326,'Universidad Católica de Santa Fé'),(1327,'Universidad de Concepción del Uruguay'),(1328,'Universidad del Aconcagua'),(1329,'Universidad de la Marina Mercante'),(1330,'Universidad de San Andres'),(1331,'Universidad Empresarial Siglio 21'),(1332,'Universidad de la Fraternidad de Agrupaciones Santo Tomas de Aquino (FASTA)'),(1333,'Universidad de Flores - Buenos Aires'),(1334,'Universidad \"Juan Agustín Maza\"'),(1335,'Universidad de Mendoza'),(1336,'Universidad del Museo Social Argentino'),(1337,'Universidad Nacional de Misiones'),(1338,'Universidad Nacional de Catamarca'),(1339,'Universidad Nacional de Córdoba'),(1340,'Universidad Nacional del Comahue'),(1341,'Universidad Nacional de Cuyo'),(1342,'Universidad Nacional de Entre Ríos'),(1343,'Universidad Nacional de Formosa'),(1344,'Universidad Nacional de General Sarmiento'),(1345,'Universidad de Bologna - Representación en Buenos Aires'),(1346,'Universidad Nacional del Centro de la Provincia de Buenos Aires'),(1347,'Universidad de Morón'),(1348,'Universidad Notarial Argentina'),(1349,'Instituto Universitario de la Policia Federal'),(1350,'Universidad Nacional de Jujuy'),(1351,'Universidad Nacional de Lanus'),(1352,'Universidad Nacional de La Matanza'),(1353,'Universidad Nacional de La Rioja'),(1354,'Universidad Nacional del Littoral'),(1355,'Universidad Nacional de La Pampa'),(1356,'Universidad Nacional de La Plata'),(1357,'Instituto Nacional de Educación Física \"General Manuel Belgrano\"'),(1358,'Universidad Nacional de Luján'),(1359,'Universidad Nacional de Lomas de Zamora'),(1360,'Universidad Nacional del Nordeste'),(1361,'Universidad Nacional del Noroeste de la Provincia de Buenos Aires'),(1362,'Universidad Nacional de la Patagonia Austral'),(1363,'Universidad Nacional de la Patagonia \"San Juan Bosco\"'),(1364,'Universidad Nacional de Quilmes'),(1365,'Universidad Nacional de Río Cuarto'),(1366,'Universidad Nacional de Rosario'),(1367,'Universidad Nacional de Salta'),(1368,'Universidad Nacional de General San Martín'),(1369,'Universidad Nacional del Sur'),(1370,'Universidad Nacional de Santiago del Estero'),(1371,'Universidad Nacional de San Juan'),(1372,'Universidad Nacional de San Luis'),(1373,'Universidad del Norte \"Santo Tomás de Aquino\"'),(1374,'Universidad Nacional de Tucumán'),(1375,'Universidad Nacional de Tres de Febrero'),(1376,'Universidad Torcuato di Tella'),(1377,'Universidad Tecnológica Nacional'),(1378,'Universidad Abierta Interamericana'),(1379,'Universidad Nacional de Villa María'),(1380,'Mehrabyan Medical Institute and Medical College'),(1381,'Armenian State Agrarian University'),(1382,'Armenian State University of Economics'),(1383,'American University of Armenia'),(1384,'Eurasia International University'),(1385,'European Regional Educational Academy of Armenia'),(1386,'Yerevan Haibusak University'),(1387,'Russian-Armenian (Slavonic) State University'),(1388,'State Engineering University of Armenia'),(1389,'French University in Armenia (UFAR)'),(1390,'Yerevan State Medical University'),(1391,'Yerevan State University'),(1392,'Australian Correspondence Schools'),(1393,'Australian Catholic University'),(1394,'University of Adelaide'),(1395,'Australian Defence Force Academy'),(1396,'Australian Lutheran College'),(1397,'Australian Maritime College'),(1398,'Australian National University'),(1399,'Avondale College'),(1400,'Federation University Australia'),(1401,'Bond University'),(1402,'University of Canberra'),(1403,'Charles Darwin University'),(1404,'Central Queensland University'),(1405,'Charles Sturt University'),(1406,'Curtin University of Technology'),(1407,'Deakin University'),(1408,'Edith Cowan University'),(1409,'Flinders University of South Australia'),(1410,'Griffith University'),(1411,'Holmes Institute'),(1412,'Blue Mountains Hotel School'),(1413,'International College of Tourism and Hotel Management'),(1414,'Institute Of Technology, Australia'),(1415,'James Cook University of North Queensland'),(1416,'La Trobe University'),(1417,'Marcus Oldham College'),(1418,'Monash University'),(1419,'Monash University'),(1420,'Macquarie University'),(1421,'Murdoch University'),(1422,'University of Notre Dame Australia'),(1423,'University of Newcastle'),(1424,'Batchelor Institute of Indigenous Tertiary Education'),(1425,'Queensland University of Technology'),(1426,'Royal Melbourne Institute of Technology'),(1427,'Southern Cross University'),(1428,'Swinburne University of Technology'),(1429,'University of New England'),(1430,'University of Melbourne'),(1431,'University of South Australia'),(1432,'University of New South Wales'),(1433,'University of Wollongong'),(1434,'University of Queensland'),(1435,'University of the Sunshine Coast'),(1436,'University of Southern Queensland'),(1437,'University of Sydney'),(1438,'University of Tasmania'),(1439,'University of Technology Sydney'),(1440,'University of Western Australia'),(1441,'University of Western Sydney'),(1442,'Victoria University'),(1443,'Akademie der bildenden Künste Wien'),(1444,'Universität für Bodenkultur Wien'),(1445,'Donau-Universität Krems'),(1446,'Fachhochschule Burgenland'),(1447,'Fachhochschulstudiengänge Hagenberg'),(1448,'Fachhochschule JOANNEUM'),(1449,'Fachhochschule Kärnten'),(1450,'Fachhochschule Krems'),(1451,'Fachhochschule Kufstein (Tirol)'),(1452,'Fachhochschule Salzburg'),(1453,'Fachhochschulstudiengänge Steyr'),(1454,'Fachhochschule St. Pölten'),(1455,'Fachhochschule Vorarlberg'),(1456,'Fachhochschule für Bank- und Finanzwirtschaft'),(1457,'Fachhochschulstudiengänge der Wiener Wirtschaft'),(1458,'Fachhochschulstudiengänge Wels'),(1459,'Fachhochschule Wiener Neustadt'),(1460,'Fachhochschulstudiengänge Krems IMC'),(1461,'Medizinische Universität Innsbruck'),(1462,'Institute of Science and Technology'),(1463,'Universität Graz'),(1464,'Universität für künstlerische und industrielle Gestaltung Linz'),(1465,'Katholisch-Theologische Privatuniversität Linz'),(1466,'Universität für Musik und darstellende Kunst Graz'),(1467,'MCI-Management Center Innsbruck'),(1468,'Universität für Musik und darstellende Kunst Wien'),(1469,'Medizinische Universität Graz'),(1470,'Medizinische Universität Wien'),(1471,'Universität Mozarteum Salzburg'),(1472,'Universität für angewandte Kunst Wien'),(1473,'Universität Salzburg'),(1474,'Technikum Wien'),(1475,'Technische Universität Graz'),(1476,'Technische Universität Wien'),(1477,'Universität Innsbruck'),(1478,'Private Universität für Medizinische Informatik und Technik Tirol'),(1479,'Universität Klagenfurt'),(1480,'Montanuniversität Leoben'),(1481,'Universität Linz'),(1482,'Universität Vienna'),(1483,'Veterinärmedizinische Universität Wien'),(1484,'Webster University, Vienna'),(1485,'Wirtschaftsuniversität Wien'),(1486,'Azerbaijan Diplomatic Academy'),(1487,'Azerbaijan State Agricultural Academy'),(1488,'Azerbaijan State Customs Committee Academy'),(1489,'Azerbaijan State University of Oil and Industry'),(1490,'Azerbaijan State Marine Academy'),(1491,'Azerbaijan State Pedagogic University'),(1492,'Azerbaijan University of Architecture and Construction'),(1493,'Azerbaijan University of Languages'),(1494,'Azerbaijan Medical University'),(1495,'Azerbaijan State University of Economics'),(1496,'Azerbaijan State University of Culture and Arts'),(1497,'Azerbaijan University'),(1498,'Nakhchivan Private University'),(1499,'Azerbaijan Technical University'),(1500,'Baku Academy of Music'),(1501,'Baku Business University'),(1502,'Baku State University'),(1503,'Baku Slavic University'),(1504,'Azerbaijan National Conservatorie'),(1505,'The Academy of Public Administration'),(1506,'Ganja State University'),(1507,'Khazar University'),(1508,'Lankaran State University'),(1509,'Mingechevir State University'),(1510,'National Aviation Academy'),(1511,'Nakhchivan State University'),(1512,'Odlar Yurdu University'),(1513,'Police Academy'),(1514,'Qafqaz University'),(1515,'Sumgait State University'),(1516,'Azerbaijan Toursim Institute'),(1517,'Western University'),(1518,'The College of The Bahamas'),(1519,'Arabian Gulf University'),(1520,'Al Ahlia University'),(1521,'Ama International University'),(1522,'Arab Open University'),(1523,'Applied Science University'),(1524,'Gulf University College'),(1525,'The Kingdom University'),(1526,'New York Instiute of Technology'),(1527,'RCSI-Medical University of Bahrain'),(1528,'University College Bahrain'),(1529,'University of Bahrain'),(1530,'American International University - Bangladesh'),(1531,'Asa University Bangladesh'),(1532,'Atish Dipankar University'),(1533,'Asian University of Bangladesh'),(1534,'Ahsanullah University of Science & Technology'),(1535,'Bangladesh Agricultural University'),(1536,'BGC Trust University, Bangladesh'),(1537,'Bangladesh Open University'),(1538,'Brac University'),(1539,'Begum Rokeya University, Rangpur'),(1540,'Bangabandhu Sheikh Mujibur Rahman Medical University'),(1541,'Bangabandhu Sheikh Mujibur Rahman Agricultural University'),(1542,'Bangladesh University of Business & Technology'),(1543,'Bangladesh University'),(1544,'Bangladesh University of Engineering and Technology'),(1545,'Bangladesh University of Professionals'),(1546,'Bangladesh University of Textiles'),(1547,'City University'),(1548,'Comilla University'),(1549,'University of Chittagong'),(1550,'Chittagong University of Engineering and Technology'),(1551,'Daffodil International University'),(1552,'Darul Ihsan University'),(1553,'Dhaka International University'),(1554,'University of Dhaka'),(1555,'Dhaka University of Engineering and Technology'),(1556,'East Delta University'),(1557,'Eastern University'),(1558,'East West University'),(1559,'East-West University, Mohakhali'),(1560,'Green University of Bangladesh'),(1561,'Hajee Mohammad Danesh Science and Technology University'),(1562,'IBAIS University'),(1563,'International Culture University'),(1564,'International Islamic University Chittagong'),(1565,'Islamic University Kushtia'),(1566,'International University of Business Agriculture and Technology'),(1567,'Independent University, Bangladesh'),(1568,'Islamic University of Technology'),(1569,'Jatiya Kabi Kazi Nazrul Islam University'),(1570,'Jagannath University'),(1571,'Jahangirnagar University'),(1572,'Khulna University'),(1573,'Khulna University of Engineering And Technology'),(1574,'Leading University'),(1575,'Manarat International University'),(1576,'Mawlana Bhashani Science And Technology University'),(1577,'Metropolitan University'),(1578,'Military Institute of Science and Technology'),(1579,'North East University Bangladesh'),(1580,'North South University'),(1581,'Noakhali University of Science and Technology'),(1582,'Northern University Bangladesh'),(1583,'National University'),(1584,'Presidency University'),(1585,'Patuakhali Science and Technology University'),(1586,'People\'s University of Bangladesh'),(1587,'Premier University'),(1588,'Pabna University of Science and Technology'),(1589,'Queens University'),(1590,'University of Rajshahi'),(1591,'Rajshahi University of Engineering and Technology'),(1592,'Sylhet Agricultural University'),(1593,'Sylhet Engineering College'),(1594,'Southeast University'),(1595,'Sylhet International University'),(1596,'Southern University Bangladesh'),(1597,'Stamford University'),(1598,'Shahjalal University of Science and Technology'),(1599,'University of Asia Pacific, Dhanmondi'),(1600,'University of Information Technology & Sciences'),(1601,'United International University'),(1602,'University of Liberal Arts'),(1603,'University of Development Alternative'),(1604,'University of Science & Technology Chittagong'),(1605,'World University of Bangladesh'),(1606,'University of the West Indies, Cave Hill'),(1607,'Academy of the Ministry of Internal Affairs of the Republic of Belarus'),(1608,'Belarussian State Agricultural Academy'),(1609,'Belarussian State Agrarian Technical University'),(1610,'Belarussian State University of Transport'),(1611,'Belarussian State Academy of Music'),(1612,'Belarussian National Technical University'),(1613,'Brest State University'),(1614,'Belarusian-Russian University'),(1615,'Belarussian State Economic University'),(1616,'Belarussian State Medical University'),(1617,'Belarussian State Polytechnical Academy'),(1618,'Belarussian State Pedagogical University M. Tanka'),(1619,'Brest State Technical University'),(1620,'Belarussian State Technological University'),(1621,'Belarussian State University'),(1622,'Belarussian State University of Informatics and Radioelectronics'),(1623,'Belarussian State University of Culture and Arts'),(1624,'European Humanities University'),(1625,'Grodno State Medical University'),(1626,'Grodno State University Yanka Kupaly'),(1627,'Gomel State Technical University Pavel Sukhoi'),(1628,'Gomel State University Francisk Scarnia'),(1629,'International Sakharov Environmental University'),(1630,'Institute for Command Engineers of The Ministry for Emergency Situations'),(1631,'Gomel State Medical University'),(1632,'Mozyr State Pedagogical Institute'),(1633,'Minsk Institute of Management'),(1634,'Minsk State Linguistic University'),(1635,'Mogilev State University A.A. Kuleshov'),(1636,'Academy of Public Administration of Belarus'),(1637,'Polotsk State University'),(1638,'Grodno State Agrarian University'),(1639,'Vitebsk State Medical University'),(1640,'Vitebsk State Academy of Veterinary Medicine'),(1641,'Vitebsk State Technological University'),(1642,'Vitebsk State University'),(1643,'Brexgata University Academy'),(1644,'European Carolus Magnus University'),(1645,'College of Europe'),(1646,'Continental Theological Seminary'),(1647,'ECAM - Institut Supérieur Industriel'),(1648,'Erasmushogeschool Brussel'),(1649,'EHSAL - Europese Hogeschool Brussel'),(1650,'Evangelische Theologische Faculteit, Leuven'),(1651,'European International University'),(1652,'Faculté Polytechnique de Mons'),(1653,'Faculté Universitaire des Sciences Agronomiques de Gembloux'),(1654,'Facultés Universitaires Catholiques de Mons'),(1655,'Fondation Universitaire Luxembourgeoise'),(1656,'Facultés Universitaires Notre-Dame de la Paix'),(1657,'Facultés Universitaires Saint-Louis'),(1658,'Hogeschool Antwerpen'),(1659,'Hogeschool West-Vlaanderen (TU)'),(1660,'Hogere Zeevaartschool - Maritime Academy'),(1661,'Brussels Management School (ICHEC)'),(1662,'Karel De Grote Hogeschool'),(1663,'Katholieke Hogeschool Kempen'),(1664,'Katholieke Hogeschool Leuven'),(1665,'Katholieke Hogeschool Limburg'),(1666,'Katholieke Universiteit Brussel'),(1667,'Katholieke Universiteit Leuven, Campus Kortrijk'),(1668,'Katholieke Universiteit Leuven'),(1669,'Royal Military Academy'),(1670,'Universiteit Gent'),(1671,'Thierry Graduate School of Leadership'),(1672,'Universiteit Antwerpen'),(1673,'Universiteit Antwerpen Management School'),(1674,'United Business Institute'),(1675,'Université Catholique de Louvain'),(1676,'Universiteit Antwerpen, UFSIA'),(1677,'Hasselt University'),(1678,'Brussels School of International Studies'),(1679,'Université Libre de Bruxelles'),(1680,'Université de Liège'),(1681,'Université de Mons-Hainaut'),(1682,'Vesalius College'),(1683,'Hogeschool voor Wetenschap en Kunst (VLEKHO), Brussel'),(1684,'Vlerick Leuven Gent Management School'),(1685,'Vrije Universiteit Brussel'),(1686,'Hogeschool voor Wetenschap & Kunst'),(1687,'American University of the Caribbean, School of Medicine'),(1688,'Central America Health Sciences University (Belize Medical College)'),(1689,'Greenford International University'),(1690,'University of Belize'),(1691,'West Coast University (WCU)'),(1692,'Espam Formation University'),(1693,'Houdegbe North American University Benin'),(1694,'Université d\'Abomey-Calavi (UAC)'),(1695,'Bermuda College'),(1696,'Royal University of Bhutan'),(1697,'Escuela Militar de Ingeniería'),(1698,'Universidad NUR'),(1699,'Universidad Adventista de Bolivia'),(1700,'Universidad Autónoma del Beni \"José Ballivián\"'),(1701,'Universidad Autónoma Gabriel René Moreno'),(1702,'Universidad Autónoma Juan Misael Saracho'),(1703,'Universidad Juan Misael Saracho'),(1704,'Universidad Amazonica de Pando'),(1705,'Universidad Andina Simón Bolivar'),(1706,'Universidad Autónoma Tomás Frías'),(1707,'Universidad Católica Boliviana, Cochabamba'),(1708,'Universidad Católica Boliviana, La Paz'),(1709,'Universidad Católica Boliviana, Santa Cruz'),(1710,'Universidad Católica Boliviana, Tarija'),(1711,'Universidad de Aquino Bolivia'),(1712,'Universidad Los Andes'),(1713,'Universidad Mayor de San Andrés'),(1714,'Universidad Mayor de San Simón'),(1715,'Universidad Central'),(1716,'Universidad Privada Franz Tamayo (UNIFRANZ)'),(1717,'Universidad Empresarial Mateo Kuljis'),(1718,'Universidad Privada del Valle'),(1719,'Universidad Nuestra Senora de La Paz'),(1720,'Universidad Nacional Siglo XX Llallagua'),(1721,'Universidad Privada Abierta Latinoamericana'),(1722,'Universidad Privada Boliviana'),(1723,'Universidad Domingo Savio'),(1724,'Universidad Privada de Santa Cruz de la Sierra'),(1725,'Universidad Salesiana de Bolivia'),(1726,'Universidad San Francisco Xavier de Chuquisaca'),(1727,'Universidad San Francisco Xavier'),(1728,'Universidad Técnica de Oruro'),(1729,'American University'),(1730,'International Burch University'),(1731,'International University of Sarajevo'),(1732,'International University of Travnik'),(1733,'Sarajevo Film Academy'),(1734,'Slobomir P Univerzitet'),(1735,'University of Mostar'),(1736,'University of Bihac'),(1737,'University of Banja Luka'),(1738,'Univerzitet u Mostaru \"Dzemal Bijedic\"'),(1739,'University of Sarajevo'),(1740,'University of East Srarajevo'),(1741,'University of Tuzla'),(1742,'University Vitez In Travnik'),(1743,'University of Zenica'),(1744,'ABM University College'),(1745,'Botswana Accountancy College'),(1746,'Botswana College of Agriculture'),(1747,'Botswana International University of Science & Technology'),(1748,'Botho University'),(1749,'Gaborone Universal College of Law'),(1750,'New Era College of Arts, Science & Technology'),(1751,'University of Botswana'),(1752,'Centro Universitário Barao de Maua'),(1753,'Universidade Braz Cubas'),(1754,'Universidade Candido Mendes'),(1755,'Universidade Castelo Branco'),(1756,'Centro Universitário Claretiano'),(1757,'Centro Regional Universitário de Espiríto Santo do Pinhal'),(1758,'EMESCAM - Escola Superior de Ciências da Santa Casa de Misericórdia de Vitória'),(1759,'Universidade Federal de São Paulo'),(1760,'Universidade Estácio de Sá'),(1761,'FAAP - Fundação Armando Alvares Penteado'),(1762,'Faculdades Integradas Curitiba'),(1763,'FAE Business School - Faculdade de Administração e Economia'),(1764,'Fundação Educacional de Ituverava'),(1765,'Faculdade Integradas do Ceará'),(1766,'Universidade do Amazonas'),(1767,'Universidade Regional de Blumenau'),(1768,'Universidade do Rio Grande'),(1769,'Instituto Nacional de Matemática Pura e Aplicada - IMPA'),(1770,'Instituto Tecnológico de Aeronáutica'),(1771,'Faculdade Italo Brasileira'),(1772,'Universidade Mackenzie'),(1773,'Instituto Mauá de Tecnologia'),(1774,'Centro Universitário Newton Paiva'),(1775,'Universidade de Tocantins'),(1776,'Pontifícia Universidade Católica de Campinas'),(1777,'Pontifícia Universidade Católica de Minas Gerais'),(1778,'Pontificia Universidade Católica do Paraná'),(1779,'Pontifícia Universidade Católica do Rio de Janeiro'),(1780,'Pontifícia Universidade Católica do Rio Grande do Sul'),(1781,'Pontifícia Universidade Católica de São Paulo'),(1782,'Universidade São Judas Tadeu'),(1783,'Universidade São Marcos'),(1784,'Centro Universitário Senac'),(1785,'Universidade Santa Cecília dos Bandeirantes'),(1786,'Universidade Federal de Roraima'),(1787,'Faculdades Integradas Toledo'),(1788,'Universidade Católica de Brasília'),(1789,'Universidade Católica de Goiás'),(1790,'Universidade Católica de Petrópolis'),(1791,'Universidade Católica de Pelotas'),(1792,'Universidade Católica de Salvador'),(1793,'Universidade de Caxias do Sul'),(1794,'Universidade do Estado de Santa Catarina'),(1795,'Universidade Estadual do Ceará'),(1796,'Universidade Estadual de Feira de Santana'),(1797,'Universidade Estadual de Londrina'),(1798,'Universidade Estadual do Maranhão'),(1799,'Universidade Estadual de Maringá'),(1800,'Universidade Estadual do Norte Fluminense'),(1801,'Universidade Estadual da Paraíba'),(1802,'Universidade Estadual de Ponta Grossa'),(1803,'Universidade do Estado do Rio de Janeiro'),(1804,'Universidade do Estado do Rio Grande do Norte'),(1805,'Universidade Estadual Sudoeste da Bahia'),(1806,'Universidade Estadual de Santa Cruz'),(1807,'Universidade Estadual do Piauí'),(1808,'Universidade Federal do ABC'),(1809,'Universidade Federal do Acre'),(1810,'Universidade Federal de Alagoas'),(1811,'Universidade Federal da Bahia'),(1812,'Universidade Federal do Ceará'),(1813,'Universidade Federal de Campina Grande'),(1814,'Universidade Federal do Espírito Santo'),(1815,'Universidade Federal Fluminense'),(1816,'Universidade Federal de Goiás'),(1817,'Universidade Federal da Grande Dourados'),(1818,'Universidade Federal de Juiz de Fora'),(1819,'Universidade Federal de Lavras'),(1820,'Universidade Federal do Maranhão'),(1821,'Universidade Federal de Minas Gerais'),(1822,'Universidade Federal de Mato Grosso do Sul'),(1823,'Universidade Federal de Mato Grosso'),(1824,'Universidade Federal de Ouro Preto'),(1825,'Universidade Federal do Pará'),(1826,'Universidade Federal da Paraíba'),(1827,'Universidade Federal de Pernambuco'),(1828,'Universidade Federal de Pelotas'),(1829,'Universidade Federal do Piauí'),(1830,'Universidade Federal do Paraná'),(1831,'Universidade Federal do Rio Grande do Sul'),(1832,'Universidade Federal do Rio de Janeiro'),(1833,'Universidade Federal do Rio Grande do Norte'),(1834,'Universidade Federal Rural de Pernambuco'),(1835,'Universidade Federal Rural do Rio de Janeiro'),(1836,'Universidade Federal de Sergipe'),(1837,'Universidade Federal de São Carlos'),(1838,'Universidade Federal de Santa Catarina'),(1839,'Universidade Federal de Santa Maria'),(1840,'Universidade Federal de Uberlândia'),(1841,'Universidade Federal de Viçosa'),(1842,'Universidade Gama Filho'),(1843,'Universidade Luterana do Brasil'),(1844,'Universidade de Mogi das Cruzes'),(1845,'Universidade de Ribeirão Preto'),(1846,'Universidade da Amazônia'),(1847,'Universidade de Brasília'),(1848,'Universidade do Estado da Bahia'),(1849,'Universidade do Extremo Sul Catarinense'),(1850,'Universidade Estadual Paulista'),(1851,'Universidade de Guarulhos'),(1852,'Centro Universitário de Araraquara'),(1853,'Universidade Bandeirante de São Paulo'),(1854,'Universidade Ibirapuera'),(1855,'Universidade Católica Dom Bosco'),(1856,'Faculdades Integradas do Brasil - UNIBRASIL'),(1857,'Universidade Estadual de Campinas'),(1858,'Universidade Católica de Pernambuco'),(1859,'Universidade Camilo Castelo Branco'),(1860,'Universidade Cidade de São Paulo'),(1861,'Universidade de Cruz Alta'),(1862,'Universidade Cruzeiro do Sul'),(1863,'Universidade para o Desenvolvimento do Alto Vale do Itajaí'),(1864,'Universidade Salvador'),(1865,'Universidade Federal do Amapá'),(1866,'Universidade de Alfenas'),(1867,'Centro Universitário Serra dos Órgãos'),(1868,'Universidade de Fortaleza'),(1869,'Universidade de Franca'),(1870,'Universidade de Nova Iguaçu'),(1871,'Universidade do Grande Rio'),(1872,'Universidade Regional do Noroeste do Estado do Rio Grande do Sul'),(1873,'Universidade de Marília'),(1874,'Universidade Metodista de Piracicaba'),(1875,'Universidade Metropolitana de Santos'),(1876,'Centro Universitário Monte Serrat'),(1877,'Universidade Estadual de Montes Claros'),(1878,'Universidade Estadual do Oeste do Paraná'),(1879,'Centro Universitário de João Pessoa'),(1880,'Centro Universitário Plinio Leite'),(1881,'Universidade Paulista'),(1882,'Universidade Federal de Rondônia'),(1883,'Universidade do Rio de Janeiro'),(1884,'Universidade de Santo Amaro'),(1885,'Universidade Católica de Santos'),(1886,'Universidade de Santa Cruz do Sul'),(1887,'Universidade Vale do Rio dos Sinos'),(1888,'Universidade do Sul de Santa Catarina'),(1889,'Universidade de Taubaté'),(1890,'Universidade Tiradentes'),(1891,'Universidade de Uberaba'),(1892,'Universidade Vale do Rio Doce'),(1893,'Universidade do Vale do Itajaí'),(1894,'Universidade Vale do Paraiba'),(1895,'Universidade Federal do Vale do São Francisco'),(1896,'Universidade Salgado de Oliveira'),(1897,'Universidade do Oeste de Santa Catarina'),(1898,'Universidade do Oeste Paulista'),(1899,'Universidade Potiguar'),(1900,'Universidade de Pernambuco'),(1901,'Universidade de Passo Fundo'),(1902,'Faculdades Integradas UPIS'),(1903,'Universidade Regional do Cariri'),(1904,'Universidade da Região da Campanha'),(1905,'Universidade Regional Integrada do Alto Uruguai e das Missões'),(1906,'Universidade do Sagrado Coração'),(1907,'Universidade São Francisco'),(1908,'Universidade de São Paulo'),(1909,'Universidade Santa Úrsula'),(1910,'Universidade Veiga de Almeida'),(1911,'Universidade Estadual do Vale do Acaraú'),(1912,'Universidade de Itaúna'),(1913,'Institut Teknologi Brunei'),(1914,'University of Brunei Darussalam'),(1915,'Universiti Islam Sultan Sharif Ali'),(1916,'Academy of Music, Dance and Fine Arts'),(1917,'American University in Bulgaria'),(1918,'Agricultural University of Plovdiv'),(1919,'Bourgas Free University'),(1920,'Bourgas University \"Prof. Assen Zlatarov\"'),(1921,'City University Programs in Bulgaria'),(1922,'University of Forestry Sofia'),(1923,'Medical University Plovdiv'),(1924,'University of Mining and Geology \"St. Ivan Rils\"'),(1925,'Medical University Pleven'),(1926,'Medical University of Sofia'),(1927,'Medical University Varna'),(1928,'National Academy for Theatre and Film Arts \"Krustju Sarafov\"'),(1929,'New Bulgarian University'),(1930,'National Academy of Arts'),(1931,'National Academy of Music \"Pantcho Vladigerov\"'),(1932,'National Sports Academy Sofia'),(1933,'Military University Shoumen'),(1934,'University of Rousse'),(1935,'Shoumen University \"Konstantin Preslavski\"'),(1936,'South-West University \"Neofit Rilski\"'),(1937,'Technical University of Gabrovo'),(1938,'Technical University of Sofia'),(1939,'Technical University of Varna'),(1940,'University of Architecture, Civil Engineering and Geodesy'),(1941,'University of Chemical Technology and Metallurgy'),(1942,'University of Economics Varna'),(1943,'University of Food Technology'),(1944,'University of Plovdiv'),(1945,'Sofia University \"St. Kliment Ohridski\"'),(1946,'Academy of Economics \"Dimitur A. Tscenov\"'),(1947,'Trakia University Stara Zagora'),(1948,'Veliko Turnovo University \"Cyril and Methodius\"'),(1949,'University of National and World Economy'),(1950,'Varna Free University'),(1951,'International University College'),(1952,'Université de Ouagadougou'),(1953,'International Theravada Buddhist Missionary University'),(1954,'Mandalay Technological University'),(1955,'Myanmar Aerospace Engineering University'),(1956,'Technological University (Banmaw)'),(1957,'Technological University (Dawei)'),(1958,'Technological University (Hinthada)'),(1959,'Technological University (Hmawbi)'),(1960,'Technological University (Hpaan)'),(1961,'Technological University (Kalay)'),(1962,'Technological University (Kyaing Tong)'),(1963,'Technological University (Kyaukse)'),(1964,'Technological University (Lashio)'),(1965,'Technological University (Loikaw)'),(1966,'Technological University (Magway)'),(1967,'Technological University (Mandalay)'),(1968,'Technological University (Maubin)'),(1969,'Technological University (Mawlamyaing)'),(1970,'Technological University (Meikhtila)'),(1971,'Technological University (Monywa)'),(1972,'Technological University (Myeik)'),(1973,'Technological University (Myitkyina)'),(1974,'Technological University (Pakokku)'),(1975,'Technological University (Pathein)'),(1976,'Technological University (Pinlon)'),(1977,'Technological University (Pyay)'),(1978,'Technological University (Sittwe)'),(1979,'Technological University (Taunggyi)'),(1980,'Technological University (Taungoo)'),(1981,'Technological University (Thanlyin)'),(1982,'Technological University (West Yangon)'),(1983,'Technological University (Yangon)'),(1984,'University of Computer Studies, Yangon'),(1985,'University of Medicine 1, Yangon'),(1986,'University of Medicine Magway'),(1987,'Hope Africa University'),(1988,'Université du Burundi'),(1989,'Université Lumière de Bujumbura'),(1990,'Asia Europe University'),(1991,'Angkor University'),(1992,'Build Bright University'),(1993,'Chamreun University of Poly Technology'),(1994,'Cambodia University of Specialties'),(1995,'National Institute of Education'),(1996,'International University'),(1997,'Cambodian Mekong University'),(1998,'Norton University'),(1999,'National University of Management'),(2000,'Pannnasatra University of Cambodia'),(2001,'Royal University of Agriculture'),(2002,'Royal University of Fine Arts'),(2003,'Royal University of Law and Economics'),(2004,'Royal University of Phnom Penh'),(2005,'Svey Reong University'),(2006,'University of Cambodia'),(2007,'University of Health and Science'),(2008,'University of Technology Phnom Penh'),(2009,'Western University'),(2010,'Zaman University'),(2011,'Bamenda University of Science & Technology'),(2012,'Fomic Polytechnic'),(2013,'Université de Buéa'),(2014,'Université des Montagnes'),(2015,'Université de Bamenda'),(2016,'Université de Douala'),(2017,'Université de Dschang'),(2018,'Université de Yaoundé II'),(2019,'Université de Ngaoundéré'),(2020,'Université de Yaoundé I'),(2021,'Acadia University'),(2022,'Algonquin College'),(2023,'Ashton College'),(2024,'Assumption University'),(2025,'Athabasca University'),(2026,'Augustana University College'),(2027,'British Columbia Institute of Technology'),(2028,'British Columbia Open University'),(2029,'William and Catherine Booth College'),(2030,'Collège Boréal'),(2031,'Bow Valley College'),(2032,'Brandon University'),(2033,'Brock University'),(2034,'DeVry Institute of Technology'),(2035,'Camosun College'),(2036,'Capilano College'),(2037,'University College of the Cariboo'),(2038,'Carleton University'),(2039,'Canadian College of Business & Computers'),(2040,'Centennial College'),(2041,'Canadian Mennonite University'),(2042,'College of New Caledonia'),(2043,'Columbia College'),(2044,'Concordia University College of Alberta'),(2045,'Concordia University'),(2046,'Conestoga College'),(2047,'College of the Rockies'),(2048,'University of Moncton, Shippagan'),(2049,'University of Moncton, Edmundston'),(2050,'Dalhousie University'),(2051,'Douglas College'),(2052,'Durham College'),(2053,'Emily Carr Institute of Art + Design'),(2054,'École nationale d\'administration publique, Université du Québec'),(2055,'École de technologie supérieure, Université du Québec'),(2056,'First Nations University of Canada'),(2057,'George Brown College'),(2058,'École des Hautes Études Commerciales'),(2059,'Humber College'),(2060,'Huron University College'),(2061,'Institut Armand-Frappier, Université du Québec'),(2062,'Institut National de la Recherche Scientifique, Université du Québec'),(2063,'Kingston College'),(2064,'King\'s University College'),(2065,'Kwantleen University College'),(2066,'Lakehead University'),(2067,'Langara College'),(2068,'Lansbridge University'),(2069,'Laurentian University of Sudbury'),(2070,'MacEwan University'),(2071,'Malaspina University College'),(2072,'McGill University'),(2073,'McMaster University'),(2074,'Mount Saint Vincent University'),(2075,'Mount Allison University'),(2076,'Mount Royal College'),(2077,'Northern Alberta Institute of Technology'),(2078,'North Island College'),(2079,'Nipissing University'),(2080,'Northern Lights College'),(2081,'Nova Scotia Agricultural College'),(2082,'Nova Scotia College of Art and Design'),(2083,'Nicola Valley Institute of Technology'),(2084,'Ontario College of Art and Design'),(2085,'Okanagan University College'),(2086,'Dominican College of Philosophy and Theology'),(2087,'Pacific International College'),(2088,'École Polytechnique de Montréal, Université de Montréal'),(2089,'Queen\'s University'),(2090,'Quest University'),(2091,'Redeemer College'),(2092,'Regent College'),(2093,'Royal Military College of Canada'),(2094,'Royal Roads University'),(2095,'Ryerson Polytechnic University'),(2096,'Southern Alberta Institute of Technology'),(2097,'Luther College'),(2098,'Sauder School of Business'),(2099,'University of Toronto, Scarborough'),(2100,'Selkirk College'),(2101,'Seneca College'),(2102,'Simon Fraser University'),(2103,'Sheridan College'),(2104,'Saskatchewan Indian Federated College'),(2105,'St. Clair College'),(2106,'St. Francis Xavier University'),(2107,'St. Mary\'s University'),(2108,'St. Thomas University'),(2109,'Télé-université, Université du Québec'),(2110,'Trent University'),(2111,'University of Trinity College'),(2112,'Thompson Rivers University'),(2113,'Trinity Western University'),(2114,'University of Alberta'),(2115,'University of British Columbia'),(2116,'Bishop\'s University'),(2117,'University of Calgary'),(2118,'University College of Cape Breton'),(2119,'University College of the Fraser Valley'),(2120,'Memorial University of Newfoundland'),(2121,'University of King\'s College'),(2122,'Université Laval'),(2123,'University of Lethbridge'),(2124,'University of Manitoba'),(2125,'University of Moncton'),(2126,'Université de Montréal'),(2127,'University of New Brunswick'),(2128,'University of Northern British Columbia'),(2129,'University of New Brunswick, Saint John'),(2130,'University Canada West'),(2131,'University of Guelph'),(2132,'University of Ontario Institute of Technology'),(2133,'University of Ottawa'),(2134,'University of Prince Edward Island'),(2135,'Université du Québec à Chicoutimi'),(2136,'Université du Québec à Montréal'),(2137,'Université du Québec à Rimouski'),(2138,'Université du Québec en Abitibi-Témiscamingue'),(2139,'Université du Québec en Outaouais'),(2140,'Université du Québec à Trois-Rivières'),(2141,'University of Québec'),(2142,'Campion College'),(2143,'University of Regina'),(2144,'University of Saskatchewan'),(2145,'Université de Sherbrooke'),(2146,'University of St. Jerome\'s College'),(2147,'St. Anne University'),(2148,'University College of Saint-Boniface'),(2149,'St. Paul University'),(2150,'University of Sudbury'),(2151,'University of Toronto, Mississauga'),(2152,'University of St. Michael\'s College'),(2153,'University of Toronto'),(2154,'University of Victoria'),(2155,'University of Waterloo'),(2156,'University of Windsor'),(2157,'University of Winnipeg'),(2158,'Brescia College'),(2159,'King\'s College'),(2160,'University of Western Ontario'),(2161,'Vancouver Community College'),(2162,'Victoria University Toronto, University of Toronto'),(2163,'Wilfrid Laurier University'),(2164,'York University'),(2165,'Yukon College'),(2166,'Universidade Jean Piaget de Cabo Verde'),(2167,'International College of the Cayman Islands'),(2168,'St. Matthews University'),(2169,'Université de Bangui'),(2170,'Université de N\'Djamena'),(2171,'Universidad Academia de Humanismo Cristiano'),(2172,'Escuela de Arquitectura y Diseño'),(2173,'Pontificia Universidad Catolica de Chile'),(2174,'Universidad Austral de Chile'),(2175,'Universidad de Aconcagua'),(2176,'Universidad Alberto Hurtado'),(2177,'Universidad Adolfo Ibáñez'),(2178,'Universidad \"Adolfo Ibañez\"'),(2179,'Universidad de Las Américas'),(2180,'Universidad de Los Andes'),(2181,'Universidad de Antofagasta'),(2182,'Universidad Autonoma del Sur'),(2183,'Universidad del Bío-Bío'),(2184,'Universidad Bernardo O\'Higgins'),(2185,'Universidad Bolivariana'),(2186,'Universidad Chileno Britanica de Cultura'),(2187,'Universidad Central'),(2188,'Universidad Miguel de Cervantes'),(2189,'Universidad de Chile'),(2190,'Universidad de Ciencias de la Informatica'),(2191,'Universidad Catolica del Maule'),(2192,'Universidad Catolica del Norte'),(2193,'Universidad Catolica de La Santísima Concepción'),(2194,'Universidad Católica Cardenal Raúl Silva Henríquez'),(2195,'Universidad Catolica de Temuco'),(2196,'Universidad Catolica de Valparaiso'),(2197,'Universidad de Atacama'),(2198,'Universidad de Concepcion'),(2199,'Universidad del Mar'),(2200,'Universidad del Desarrollo'),(2201,'Universidad Diego Portales'),(2202,'Universidad Finis Terrae'),(2203,'Universidad de La Frontera'),(2204,'Universidad Gabriela Mistral'),(2205,'Universidad International SEK, Santiago'),(2206,'Universidad José Santos Ossa'),(2207,'Universidad de Los Lagos'),(2208,'Universidad La Republica'),(2209,'Universidad de Magallanes'),(2210,'Universidad Maritima de Chile'),(2211,'Universidad Mayor'),(2212,'Universidad Metropolitana de Ciencias de la Educación'),(2213,'Universidad Mariano Egaña'),(2214,'Universidad Nacional Andrés Bello'),(2215,'Universidad Adventista de Chile'),(2216,'Universidad \"Arturo Prat\"'),(2217,'Universidad Francisco de Aguirre'),(2218,'Universidad de Artes, Ciencias y Comunicación'),(2219,'Universidad Iberoamericana de Ciencias y Tecnologia'),(2220,'Universidad Arcis'),(2221,'Universidad del Pacífico'),(2222,'Universidad de Playa Ancha de Ciencias de la Educacion'),(2223,'Universidad de Santiago de Chile'),(2224,'Universidad de San Andres'),(2225,'Universidad de La Serena'),(2226,'Universidad San Sebastian'),(2227,'Universidad Santo Tomás'),(2228,'Universidad de Tarapacá'),(2229,'Universidad de Talca'),(2230,'Universidad Tecnológica Metropolitana'),(2231,'Universidad Técnica \"Federico Santa María\"'),(2232,'Universidad de Valparaiso'),(2233,'Universidad Tecnologica \"Vicente Perez Rosales\"'),(2234,'Universidad de Viña del Mar'),(2235,'Anhui Medical University'),(2236,'Anhui Normal University'),(2237,'Anhui Technical College of Water Resources and Hydroelectric Power'),(2238,'Anhui University of Traditional Chinese Medicine'),(2239,'Anhui University'),(2240,'Anhui University of Finance and Economics'),(2241,'Beijing University of Agriculture'),(2242,'Beijing Foreign Studies University'),(2243,'Bohai University'),(2244,'Beijing International Studies University'),(2245,'Beijing Institute of Technology'),(2246,'Beijing Information Science and Technology University'),(2247,'China Agriculture University East'),(2248,'Beijing Forestry University'),(2249,'Beijing Medical University'),(2250,'Beijing Petroleum University'),(2251,'Beijing Polytechnic University'),(2252,'Beijing University of Chinese Medicine and Pharmacology'),(2253,'Beijing Language and Culture University'),(2254,'Beijing Normal University'),(2255,'Beijing Sport University'),(2256,'Beijing University of Aeronautics and Astronautics'),(2257,'Beijing University of Chemical Technology'),(2258,'Beijing University of Posts and Telecommunications'),(2259,'Central Academy of Fine Art'),(2260,'Civil Aviation University of China'),(2261,'China Agricultural University'),(2262,'Central China Normal University'),(2263,'Changchun University of Technology'),(2264,'Chengdu University'),(2265,'Chengdu University of Traditional Chinese Medicine'),(2266,'Chengdu University of Technology'),(2267,'China Foreign Affairs University'),(2268,'China Academy of Art'),(2269,'Chengdu Institute of Sichuan International Studies University'),(2270,'China Medical University Shenyang'),(2271,'Changchun Teachers College'),(2272,'Capital Normal University'),(2273,'Chinese People\'s Public Security University'),(2274,'China Pharmaceutical University Nanjing'),(2275,'Capital University of Medical Sciences'),(2276,'Chongqing Education College'),(2277,'Chongqing Vocational College of Public Transportation'),(2278,'Chongqing Medical University'),(2279,'Chongqing Normal University'),(2280,'Chongqing Telecommunication College'),(2281,'Chongqing University of Communications'),(2282,'Chongqing University'),(2283,'Chongqing University of Post and Telecommunications'),(2284,'Chongqing University of Science and Technology'),(2285,'Chongqing University of Technology'),(2286,'Chongqing Wenli University'),(2287,'Central Radio and TV University'),(2288,'Central South Forestry University'),(2289,'Changsha Railway University'),(2290,'Central South University'),(2291,'Changsha University of Electric Power'),(2292,'Chongqing Technology and Business University'),(2293,'China Three Gorges University'),(2294,'China USA Business University'),(2295,'Communication University of China'),(2296,'Capital University of Economics and Business'),(2297,'Central University of Finance and Economics'),(2298,'China University of Geoscience Beijing'),(2299,'China University of Geosciences Wuhan'),(2300,'China University of Mining Technology - Beijing'),(2301,'China University of Mining Technology - Xuzhou'),(2302,'Central University for Nationalities'),(2303,'China University of Political Science and Law'),(2304,'China youth college for political science'),(2305,'Donghua University, Shanghai'),(2306,'Dalian Medical University'),(2307,'Dalian Martime University'),(2308,'Dalian University'),(2309,'Dalian University of Foreign Language'),(2310,'Dalian University of Technology'),(2311,'Dongbei University of Finance And Economics'),(2312,'East China Jiao Tong University'),(2313,'East China Normal University'),(2314,'East China University of Science and Technology'),(2315,'Emeishan Buddhist College'),(2316,'Southern Medial University'),(2317,'Fujian Agricultural University'),(2318,'Fujian Medical University'),(2319,'Fujian Normal University'),(2320,'Fujian University of Traditional Chinese Medicine'),(2321,'4th Military Medical University'),(2322,'Foshan University'),(2323,'Fushun Petroleum University'),(2324,'Fudan University'),(2325,'Fuzhou University'),(2326,'Guangdong Polytechnic Normal University'),(2327,'Guangdong Radio & TV University'),(2328,'Guangdong University of Foreign Studies'),(2329,'Guangdong University of Technology'),(2330,'Gansu Agricultural University'),(2331,'Gansu University of Technology'),(2332,'Guangzhou Normal University'),(2333,'Guangxi Medical University'),(2334,'Guangxi Normal University'),(2335,'Guangxi Traditional Chinese Medical University'),(2336,'Guangxi University'),(2337,'Guangxi University for Nationalities'),(2338,'Guangzhou Academy of Fine Art'),(2339,'Guangzhou University of Traditional Chinese Medicine'),(2340,'Guangzhou University'),(2341,'Guizhou Normal University'),(2342,'Sun Yat-Sen University of Medical Sciences'),(2343,'Guizhou University'),(2344,'Hainan Normal University'),(2345,'Hainan University'),(2346,'Hebei Academy of Fine Art'),(2347,'Hebei University'),(2348,'University of Petroleum (East China)'),(2349,'Hebei Agricultural University'),(2350,'Hebei United University'),(2351,'Hebei Medical University'),(2352,'Hebei Normal University'),(2353,'Hebei University of Science and Technology'),(2354,'Hebei University of Technology'),(2355,'Henan Normal University'),(2356,'Henan Agriculture University'),(2357,'Henan Univeristy'),(2358,'Hebei University of Economics and Trade'),(2359,'Hefei University of Technology'),(2360,'Huaihai Institute of Technology'),(2361,'Huaihua Radio and Television University'),(2362,'Huanghe Science & Technology University'),(2363,'Hohai University Changzhou'),(2364,'Hehai University'),(2365,'Huaihua University'),(2366,'Harbin Institute of Technology'),(2367,'Heilongjiang August 1st Reclamation University'),(2368,'Heilongjiang Commercial University'),(2369,'Heilongjiang University'),(2370,'Henan Buddhist College'),(2371,'Logistics Engineering University of PLA'),(2372,'Huaqiao University Quanzhuo'),(2373,'Harbin Engineering University'),(2374,'Harbin Medical University'),(2375,'Harbin Normal University'),(2376,'Harbin University of Civil Engineering & Architecture'),(2377,'Harbin University of Science and Technology'),(2378,'Hubei University'),(2379,'Hunan Agricultural University'),(2380,'Hunan Normal University'),(2381,'Hunan University'),(2382,'Huazhong University of Science and Technology'),(2383,'Huazhong Agricultural University'),(2384,'Huizhou University'),(2385,'International Business University of Beijing'),(2386,'Inner Mongolia Agricultural University'),(2387,'Inner Mongolia Normal University'),(2388,'Inner Mongolia Polytechnic University'),(2389,'Inner Mongolia University'),(2390,'Beijing Union University'),(2391,'Jingdezhen China Institute'),(2392,'Jilin Agricultural University'),(2393,'Jilin University'),(2394,'Jimei University'),(2395,'Jinan University'),(2396,'Jishou University'),(2397,'Jiangsu University of Science and Technology'),(2398,'Jiangxi University of Traditional Chinese Medicine'),(2399,'Jilin University of Technology'),(2400,'Jiangxi Agricultural University'),(2401,'Jiangxi Normal University'),(2402,'Jiangxi University of Finance and Economics'),(2403,'Jiaying University'),(2404,'Kunmimg University of Science and Technology'),(2405,'Liaocheng Teachers University'),(2406,'Shanghai Lida Polytechnic Institute'),(2407,'Shanghai Lixin University of Commerce'),(2408,'Liaoning Normal University'),(2409,'Liaoning Technical University'),(2410,'Liaoning University'),(2411,'Luxun Academy of Fine Art'),(2412,'Luzhou Medical College'),(2413,'Lanzhou University'),(2414,'Ningbo University'),(2415,'Ningbo University of Technology'),(2416,'North China Electric Power University'),(2417,'Nanchang University'),(2418,'North China University of Technology'),(2419,'Northeast Agricultural University'),(2420,'Northeast Forest University'),(2421,'Neijiang Teacher University'),(2422,'Northeast Normal University'),(2423,'Northeastern University'),(2424,'Northeast University at Qinhuangdao Campus'),(2425,'Beijing New Asia University'),(2426,'Nanjing Agricultural University'),(2427,'Nanjing Forestry University'),(2428,'Nanjing Institute of Meteorology'),(2429,'Nanjing Medical University'),(2430,'Nanjing Normal University'),(2431,'Northern Jiaotong University'),(2432,'Nanjing University of Chemical Technology'),(2433,'Nanjing University'),(2434,'Nanjing University of Economics'),(2435,'Nanjing University of Posts and Telecommunications'),(2436,'Nanjing University of Science and Technology'),(2437,'Nanjing University of Traditional Chinese Medicine'),(2438,'Nanjing Union Theological Seminary'),(2439,'Nankai University'),(2440,'The University of Nottingham Ningbo China'),(2441,'Northern Sichuan Medical College'),(2442,'Nanjing University of Aeronautics and Astronautics'),(2443,'National University of Defense Technology'),(2444,'Northwest A&F University'),(2445,'Northwest Normal University Lanzhou'),(2446,'Northwest Polytechnical University Xi\'an'),(2447,'Northwest University Xi\'an'),(2448,'Ningxia Medical College'),(2449,'Ningxia University'),(2450,'Ocean University of China'),(2451,'Guangdong Peizheng College'),(2452,'Peking University'),(2453,'Panzhihua University'),(2454,'Qingdao University'),(2455,'Qufu Normal University'),(2456,'Qinghai Normal University'),(2457,'Qinghai Radio & Television University'),(2458,'Qinghai University'),(2459,'Qingdao University of Science and Technology'),(2460,'Qiongzhou University'),(2461,'Renmin University of China'),(2462,'Shanghai Sanda University'),(2463,'Chongqing Three Gorges University'),(2464,'Shanghai Business School'),(2465,'South China Agricultural University'),(2466,'South China Construction University'),(2467,'South China Normal University'),(2468,'Sichuan University'),(2469,'South China University of Technology'),(2470,'Shandong University of Art and Design'),(2471,'Shandong Agricultural University'),(2472,'Shandong Economic University'),(2473,'Shanghai Dainji University'),(2474,'Shandong Medical University'),(2475,'Shandong Normal University'),(2476,'Shandong University'),(2477,'Shandong University of Science and Technology'),(2478,'Shandong University of Triaditional Chinese Medicine'),(2479,'Shandong University of Technology'),(2480,'Southeast University'),(2481,'Shaoguan University'),(2482,'Shanghai Customs College'),(2483,'Shanghai Fisheries University'),(2484,'Shanghai Institue of Foreign Trade'),(2485,'Shanghai International Studies University'),(2486,'Shanghai Maritime University'),(2487,'Shanghai Medical University'),(2488,'Shanghai Ouhua Vocational Technical College'),(2489,'Shanghai Sipo Polytechnic'),(2490,'Shanghai Second Medical University'),(2491,'Shanghai Second Polytechnic University'),(2492,'Shanghai TieDao University'),(2493,'Shanghai Normal University'),(2494,'Shanghai Television University'),(2495,'Shanghai University'),(2496,'Shanghai University of Finance and Economics'),(2497,'Shanghai University of Traditional Chinese Medicine and Pharmacology'),(2498,'Shihezi University'),(2499,'Sichuan Agricultural University'),(2500,'Sichuan Normal University'),(2501,'Sichuan International Studies University'),(2502,'Shanghai Jiaotong University'),(2503,'Shenyang Jianzhu University'),(2504,'2nd Military Medical University'),(2505,'Shaanxi Normal University'),(2506,'Shanxi Normal University'),(2507,'Shantou University'),(2508,'Suzhou University'),(2509,'Shanghai University of Engineering Science'),(2510,'South University of Science and Technology of China'),(2511,'Southwest Agricultural University'),(2512,'Southwest Forestry University'),(2513,'Southwest Jiaotong University'),(2514,'Southwest University'),(2515,'Southwest Petroleum University'),(2516,'Chongqing Normal University Foreign Trade and Business College'),(2517,'Southwest University of Finance and Economics'),(2518,'Southwest University of Nationalities'),(2519,'Southwest University of Political Science and Law'),(2520,'Southwest University of Science and Technology'),(2521,'South West University Yucai College'),(2522,'Shanxi Agricultural University'),(2523,'Shanxi University'),(2524,'Shenyang Institute of Chemical Technology'),(2525,'Shenyang Pharmaceutical University'),(2526,'Shenyang Polytechnic University'),(2527,'Southern Yangtze University'),(2528,'Shenyang University'),(2529,'Shenzhen University'),(2530,'Tianjin Medical University'),(2531,'Tianjin Academy of Fine Art'),(2532,'Tianjin University of Commerce'),(2533,'Tongji Medical University'),(2534,'Tianjin Normal University'),(2535,'Tianjin Polytechnic University'),(2536,'Tianjin Open University'),(2537,'Tianjin University'),(2538,'Tianjin University of Finance & Economics'),(2539,'Tianjin University of Technology'),(2540,'3rd Military Medical University'),(2541,'Tongji University'),(2542,'Tsinghua University'),(2543,'Tibet Tibetan Medical College'),(2544,'Taiyuan University of Technology'),(2545,'Taizhou College'),(2546,'University of Electronic Science and Technology of China'),(2547,'University of Hydraulic Electric Engineering'),(2548,'University of International Business and Economics'),(2549,'University of Jinan'),(2550,'Shanghai City College'),(2551,'South China University'),(2552,'Shanghai University of Science and Technology'),(2553,'Beijing University of Science and Technology'),(2554,'University of Science and Technology Beijing'),(2555,'University of Science and Technology of China'),(2556,'Tibet University'),(2557,'Urumqi Vocational University'),(2558,'West China University of Medical Sciences'),(2559,'Wudanshan Taoist College'),(2560,'Wuhan Automobile Polytechnical University'),(2561,'Wuhan Transportation University'),(2562,'Wuhan University'),(2563,'Wuhan University of Technology'),(2564,'Wuhan University School of Medicine'),(2565,'Wuhan Technical University of Surveying and Mapping'),(2566,'Wuhan University of Hydraulic and Electric Engineering'),(2567,'Wuxi University of Light Industry'),(2568,'Wuyi University'),(2569,'Wenzhou Medical College'),(2570,'Wenzhou University'),(2571,'Xi\'an Academy of Fine Art'),(2572,'Xi\'an Highway University'),(2573,'Xi\'an University of Architecture and Technology'),(2574,'Xi\'an University of Technology'),(2575,'Xinghai Conservatory of Music'),(2576,'Xihua University'),(2577,'Xi\'an University of Electronic Science and Technology'),(2578,'Xijiang University'),(2579,'Xi\'an International Studies University'),(2580,'Xinjiang Agriculture University'),(2581,'Xinjiang Normal University'),(2582,'Xi\'an Jiaotong-Liverpool University'),(2583,'Xi\'an Eurasia University'),(2584,'Xi\'an Jiaotong University'),(2585,'Xinjiang University'),(2586,'Xinjiang University of Finance and Economics'),(2587,'Xiamen University'),(2588,'Xiangtan Normal University'),(2589,'Xiangtan University'),(2590,'Tibet Agricultural and Animal Husbandry College'),(2591,'Tibet University of Nationalities'),(2592,'Xuzhou Normal University'),(2593,'Yangtze University'),(2594,'Yan\'an University'),(2595,'Yanbian University'),(2596,'Yanbian University of Science and Technology'),(2597,'Huaihua Medical College'),(2598,'Yunnan Agriculture University'),(2599,'Yunnan Normal University'),(2600,'Yunnan University'),(2601,'Yan Shan University'),(2602,'Yantai Education Institute & Yantai Television University'),(2603,'Ludong University'),(2604,'Yantai University'),(2605,'Yangtze Normal University'),(2606,'Yangzhou University'),(2607,'Zhengda Software College'),(2608,'Buddhist Acamedy of China'),(2609,'Zhongnan University of Technology'),(2610,'Zhejiang Forestry University'),(2611,'Zhejiang Gongshang University'),(2612,'Zhejiang Normal University'),(2613,'Zhanjiang Ocean University'),(2614,'Zhejiang University'),(2615,'Zhejiang University of Technology'),(2616,'Zhongnan University of Economics and Law'),(2617,'Zhongnan University of Finance and Economics'),(2618,'Sichuan Fine Art Institute'),(2619,'Zhejiang Sci-Tech University'),(2620,'Zhongshan University'),(2621,'Zhengzhou Grain University'),(2622,'Zhengzhou University of Technology'),(2623,'Universidad Autónoma de Manizales'),(2624,'Universidad Bellas Artes'),(2625,'Conservatorio del Tolima'),(2626,'Colegio de Estudios Superiores de Administración (CESA)'),(2627,'Universidad CES'),(2628,'Universidad Autónoma de Occidente'),(2629,'Corporación Universitaria de la Costa (UNICOSTA)'),(2630,'Corporación Universitaria de Ibagué (CORUNIVERSITARIA)'),(2631,'Corporación Universitaria Tecnológica de Bolivar'),(2632,'Universidad EAFIT'),(2633,'Escuela de Administración de Negocios'),(2634,'Escuela Colombiana de Carreras Industriales'),(2635,'Fundacion Escuela Colombiana de Rehabiliación'),(2636,'Escuela de Ingeniería de Antioquia'),(2637,'Escuela Superiore de Administración Pública'),(2638,'Escuela de Policia \"General Santander\"'),(2639,'Escuela Colombiana de Ingeniería Julio Garavito'),(2640,'Universidad Autónoma de Colombia'),(2641,'Fundación Universitaria del Area Andina. Sede Pereira'),(2642,'Fundación Universitaria Luis Amigó'),(2643,'Institución Universitaria Iberoamericana'),(2644,'Centro de Estudios Investigación y Tecnología (CEIT)'),(2645,'Universidad ICESI'),(2646,'Instituto Tecnológico Metropolitano'),(2647,'Institucion Universitaria de Envigado'),(2648,'Pontificia Universidad Javeriana'),(2649,'Universidad de La Salle'),(2650,'Universidad Pedagogica Nacional'),(2651,'Politécnico Grancolombiano - Institución Universitaria'),(2652,'Politécnico Columbiano \"Jaime Isaza Cadavid\"'),(2653,'Fundación Universitaria San Martín'),(2654,'Universidad Autónoma del Caribe'),(2655,'Universidad Autónoma de Las Américas'),(2656,'Universidad de América Bogotá'),(2657,'Universidad Antonio Nariño'),(2658,'Universidad de Caldas'),(2659,'Universidad Católica de Colombia'),(2660,'Universidad Católica de Manizales'),(2661,'Universidad del Cauca'),(2662,'Universidad Cooperativa de Colombia'),(2663,'Universidad Central'),(2664,'Universidad Central del Valle del Cauca'),(2665,'Universidad Católica del Norte'),(2666,'Universidad Católica del Oriente'),(2667,'Universidad Católica Popular del Risaralda'),(2668,'Universidad de Ciencias Aplicadas y Ambientales (UDCA)'),(2669,'Universidad de Antioquia'),(2670,'Universidad de Antioquía'),(2671,'Universidad de Medellín'),(2672,'Universidad de Nariño'),(2673,'Corporación Universitaria de Santander (UDES)'),(2674,'Universidad Distral \"Francisco José de Caldas\"'),(2675,'Universidad Externado de Colombia'),(2676,'Universidad Francisco de Paula Santander'),(2677,'Universidad La Gran Colombia'),(2678,'Universidad Industrial de Santander'),(2679,'Universidad de Manizales'),(2680,'Universidad Mariana'),(2681,'Fundación Universitaria Manuela Beltrán'),(2682,'Universidad Militar Nueva Granada'),(2683,'Universidad Autónoma de Bucaramanga'),(2684,'Universidad Adventista de Colombia'),(2685,'Universidad Nacional Abierta y a Distancia'),(2686,'Universidad Nacional de Colombia'),(2687,'Universidad Autónoma Latinoamericana'),(2688,'Universidad El Bosque'),(2689,'Universidad de La Amazonia'),(2690,'Universidad de Los Andes'),(2691,'Universidad del Atlántico'),(2692,'Fundación Universitaria de Boyacá'),(2693,'Universidad de Cartagena'),(2694,'Universidad Popular del Cesar'),(2695,'Universidad de Córdoba'),(2696,'Universidad de La Guajira'),(2697,'Universidad Libre de Colombia'),(2698,'Universidad de Los Llanos'),(2699,'Universidad del Magdalena'),(2700,'Universidad Metropolitana'),(2701,'Universidad INCCA de Colombia'),(2702,'Universidad del Norte'),(2703,'Universidad de Pamplona'),(2704,'Instituto Universitario de La Paz'),(2705,'Universidad Piloto de Colombia'),(2706,'Universidad del Quindío'),(2707,'Universidad de La Sabana'),(2708,'Corporación Educativa Mayor del Desarrollo \"Simón Bolivar\"'),(2709,'Universidad del Sinú'),(2710,'Universidad de Sucre'),(2711,'Universidad del Valle del Cauca'),(2712,'Universidad Pontificia Bolivariana'),(2713,'Universidad Pedagógica y Tecnológica de Colombia'),(2714,'Universidad del Rosario'),(2715,'Universidad Santiago de Cali'),(2716,'Universidad de San Buenaventura'),(2717,'Universidad de San Buenaventura Medellin'),(2718,'Universidad Sergio Arboleda'),(2719,'Universidad Santo Tomás'),(2720,'Universidad Surcolombiana'),(2721,'Universidad de Bogotá \"Jorge Tadeo Lozano\"'),(2722,'Universidad Tecnológica del Choco \"Diego Luis Cordoba\"'),(2723,'Universidad del Tolima'),(2724,'Universidad Tecnológica de Pereira'),(2725,'Université Chrétienne Bilingue du Congo'),(2726,'Université Catholique de Bukavu'),(2727,'Université de Mbuji Mayi'),(2728,'Université de Bandundu Ville'),(2729,'Université de Kinshasa'),(2730,'Université de Kisangani'),(2731,'Université de Lubumbashi'),(2732,'Université Shalom de Bunia'),(2733,'Université Kongo'),(2734,'Université Protestante au Congo'),(2735,'University Marien Ngouabi Brazzaville'),(2736,'Universidad Fundepos Alma Mater'),(2737,'Universidad Isaac Newton'),(2738,'Instituto Tecnológico de Costa Rica'),(2739,'Universidad San Juan de la Cruz'),(2740,'Universidad Autónoma de Centro América'),(2741,'Universidad de Cartago Florencio del Castillo'),(2742,'Universidad Católica Anselmo Llorente'),(2743,'Universidad para la Cooperación Internacional'),(2744,'Universidad de Costa Rica'),(2745,'Universidad Fidélitas'),(2746,'Universidad Hispanoamericana'),(2747,'Universidad Internacional de las Américas'),(2748,'Universidad Latinoamericana de Ciencia y Tecnología'),(2749,'Universidad de La Salle'),(2750,'Universidad Latina de Costa Rica'),(2751,'Universidad Libre de Costa Rica'),(2752,'Universidad Metropolitana Castro Carazo'),(2753,'Universidad Nacional'),(2754,'Universidad Adventista de Centro América'),(2755,'Universidad Autonoma Monterrey'),(2756,'Universidad Estatal a Distancia'),(2757,'Universidad Empresarial'),(2758,'Universidad de Iberoamérica'),(2759,'Universidad Braulio Carrillo'),(2760,'Universidad Central'),(2761,'Universidad de San José'),(2762,'University for Peace'),(2763,'Universidad San Marcos'),(2764,'Universidad Santa Paula'),(2765,'Universidad del Turismo'),(2766,'Universidad Veritas'),(2767,'Université d\'Abobo-Adjamé'),(2768,'Université de Bouaké'),(2769,'Université de Cocody'),(2770,'Tabari Institute of Higher Education'),(2771,'Zachodniopomorska School of Science and Engineering'),(2772,'University of Dubrovnik'),(2773,'University of Osijek'),(2774,'University of Pula'),(2775,'University of Rijeka'),(2776,'University of Split'),(2777,'University of Zadar'),(2778,'University of Zagreb'),(2779,'Zagreb School of Economics and Management'),(2780,'Instituto Superior Politécnico José Antonio Echeverría'),(2781,'Instituto Superior Minero Metalúrgico \"Dr. Antonio Núñez Jiménez\"'),(2782,'Universidad Pedagógica \"José Martí\", Camagüey'),(2783,'Universidad de Camagüey'),(2784,'Universidad de Cienfuegos'),(2785,'Universidad Central de Las Villas'),(2786,'Universidad de Granma'),(2787,'Universidad de La Habana'),(2788,'Universidad de Holguín'),(2789,'Universidad de Matanzas Camilo Cienfuegos'),(2790,'Universidad de Ciego de Avila'),(2791,'Universidad de Oriente'),(2792,'Universidad de Pinar del Río'),(2793,'Americanos College'),(2794,'Cyprus International Institute of Management (CIIM)'),(2795,'Cyprus International University'),(2796,'The CTL Eurocollege'),(2797,'Cyprus University of Technology'),(2798,'Cyprus College'),(2799,'Eastern Mediterranean University'),(2800,'European University Cyprus'),(2801,'Frederick University'),(2802,'Girne American University'),(2803,'Intercollege'),(2804,'European University of Lefke'),(2805,'Near East University'),(2806,'Open University of Cyprus'),(2807,'University of Cyprus'),(2808,'University of Nicosia'),(2809,'Anglo-American University'),(2810,'Charles University Prague'),(2811,'Czech Technical University of Prague'),(2812,'Czech University of Agriculture Prague'),(2813,'Academy of Performing Arts, Film and TV Fakulty'),(2814,'University of South Bohemia'),(2815,'Mendel University of Agriculture and Forestry'),(2816,'Prague International University'),(2817,'Masaryk University'),(2818,'University of Ostrava'),(2819,'Prague College'),(2820,'Silesian University'),(2821,'Tiffin University Prague'),(2822,'University of Jan Evangelista Purkyne'),(2823,'University of Northern Virginia, Prague Campus'),(2824,'University of New York in Prague'),(2825,'University of Pardubice'),(2826,'Palacky University'),(2827,'Tomas Bata University in Zlin'),(2828,'University of Veterinary and Pharmaceutical Science'),(2829,'Technical University of Mining and Metallurgy Ostrava'),(2830,'Prague Institute of Chemical Technology'),(2831,'Cevro Institut College'),(2832,'University of Economics Prague'),(2833,'Technical University of Liberec'),(2834,'University of Education Hradec Kralove'),(2835,'Brno University of Technology'),(2836,'University of West Bohemia'),(2837,'Aarhus School of Architecture'),(2838,'Aalborg Business College'),(2839,'Aarhus Technical College'),(2840,'Aalborg University'),(2841,'Aarhus University'),(2842,'Copenhagen Business School'),(2843,'Royal School of Library and Information Science'),(2844,'Danish Business Academy'),(2845,'Royal Danish School of Pharmacy'),(2846,'Royal Danish Academy of Music'),(2847,'Royal Danish School of Educational Sciences'),(2848,'Danish University of Education'),(2849,'Technical University of Denmark'),(2850,'Aarhus School of Business'),(2851,'Southern Denmark Business School'),(2852,'International Business School of Scandinavia'),(2853,'Engineering College of Aarhus'),(2854,'Engineering College of Copenhagen'),(2855,'International People\'s College'),(2856,'IT University of Copenhagen'),(2857,'Royal Danish Academy of Fine Arts, School of Architecture'),(2858,'Knightsbridge University'),(2859,'Copenhagen University'),(2860,'Royal Danish Academy of Fine Arts, School of Visual Art'),(2861,'Royal Veterinary and Agricultural University'),(2862,'Royal Academy of Music'),(2863,'Odense University'),(2864,'Roskilde University'),(2865,'University of Southern Denmark'),(2866,'Lutheran School Of Theology In Aarhus'),(2867,'Tietgen Business College'),(2868,'Université de Djibouti'),(2869,'Dominica State College'),(2870,'New World University'),(2871,'Ross University Caribbean School of Medicine'),(2872,'Universidad Central Dominicana de Estudio Profesionales'),(2873,'Universidad Dominico-Americana'),(2874,'Instituto Tecnológico de Santo Domingo'),(2875,'Pontificia Universidad Católica Madre y Maestra (PUCMM)'),(2876,'Universidad Católica Madre y Maestra'),(2877,'Universidad Agroforestal Fernando A.Meriño'),(2878,'Universidad Abierta Para Adultos'),(2879,'Universidad Autónoma de Santo Domingo'),(2880,'Universidad Católica Tecnológica del Cibao'),(2881,'Universidad Central del Este'),(2882,'Universidad Católica Nordestana'),(2883,'Universidad Católica de Santo Domingo'),(2884,'Universidad Dominicana O&M'),(2885,'Universidad Federico Henríquez y Carvajal'),(2886,'Universidad Ulises Francisco Espaillat'),(2887,'Universidad Adventista Dominicana'),(2888,'Universidad APEC'),(2889,'Universidad Experimental Felix Adam'),(2890,'Universidad Nacional Evangélica'),(2891,'Universidad Iberoamericana'),(2892,'Universidad Interamericana'),(2893,'Universidad del Caribe'),(2894,'Universidad Eugenio Maria de Hostos'),(2895,'Universidad Nacional Pedro Henríquez Ureña'),(2896,'Universidad Odontológica Dominicana'),(2897,'Universidad de la Tercera Edad'),(2898,'Universidad Tecnológica de Santiago'),(2899,'Universidad Tecnológica del Sur'),(2900,'Brookdale Community College'),(2901,'Universidad Casa Grande'),(2902,'Escuela Politécnica Nacional'),(2903,'Escuela Politécnica del Ejercito'),(2904,'Escuela Politécnica de Chimborazo'),(2905,'Escuela Superior Politécnica del Litoral'),(2906,'Universidad Tecnológica Indoamérica'),(2907,'Universidad Internacional del Ecuador'),(2908,'Pontificia Universidad Católica del Ecuador'),(2909,'Universidad Internacional SEK, Quito'),(2910,'Universidad Agraria del Ecuador'),(2911,'Universidad Andina Simón Bolívar'),(2912,'Universidad del Azuay'),(2913,'Universidad Catolica de Azogues'),(2914,'Universidad Católica de Cuenca'),(2915,'Universidad Central del Ecuador'),(2916,'Universidad Católica de Santiago de Guayaquil'),(2917,'Universidad de Especialidades Turísticas'),(2918,'Universidad de Cuenca'),(2919,'Universidad Estatal de Bolívar'),(2920,'Universidad de Especialidades del Espíritu Santo'),(2921,'Universidad de Guayaquil'),(2922,'Universidad Tecnologica Israel'),(2923,'Universidad Laica \"Vicente Rocafuerte\" de Guayaquil'),(2924,'Universidad Laica \"Eloy Alfaro\" de Manabi'),(2925,'Universidad Nacional de Chimborazo'),(2926,'Universidad Tecnológica América'),(2927,'Universidad Nacional de Loja'),(2928,'Universidad del Pacifico'),(2929,'Universidad Politécnica Salesiana'),(2930,'Universidad San Francisco de Quito'),(2931,'Universidad Santa María Campus Guayaquil'),(2932,'Universidad Técnica de Ambato'),(2933,'Universidad Técnica de Babahoyo'),(2934,'Universidad Técnica de Cotopaxi'),(2935,'Universidad Tecnológica Equinoccial'),(2936,'Universidad Técnica de Esmeraldas \"Luis Vargas Torres\"'),(2937,'Universidad Técnica Estatal de Quevedo'),(2938,'Universidad Técnica de Machala'),(2939,'Universidad Técnica de Manabí'),(2940,'Universidad Técnica del Norte'),(2941,'Universidad Técnica Particular de Loja'),(2942,'Universidad Tecnológica San Antonio de Machala'),(2943,'Arab Academy for Science & Technology'),(2944,'Akhbar El Yom Academy'),(2945,'Alexandria University'),(2946,'Arab Open University'),(2947,'American University in Cairo'),(2948,'Assiut University'),(2949,'Al Azhar University'),(2950,'Beni Suef University'),(2951,'Benha University'),(2952,'Cairo University'),(2953,'Damanhour University'),(2954,'Damietta University'),(2955,'El Shorouk Academy'),(2956,'Fayoum University'),(2957,'Future University'),(2958,'German University in Cairo'),(2959,'Helwan University'),(2960,'Higher Technological Institute'),(2961,'Kafr El-Sheikh University'),(2962,'Mansoura University'),(2963,'Menoufia University'),(2964,'Minia University'),(2965,'Misr International University'),(2966,'Modern Acadmy'),(2967,'Modern Sciences & Arts University'),(2968,'Military Technical College'),(2969,'Modern University For Technology and Information'),(2970,'Misr University for Sience and Technology'),(2971,'Nile University'),(2972,'October 6 university'),(2973,'Pharos International University'),(2974,'Sadat Academy for Management Sciences'),(2975,'Ain Shams University'),(2976,'Sohag University'),(2977,'Sinai University'),(2978,'Suez Canal University'),(2979,'South Valley University'),(2980,'Tanta University'),(2981,'Université Française d\'Égypte'),(2982,'Université Senghor d\'Alexandrie'),(2983,'Zagazig University'),(2984,'Universidad Don Bosco'),(2985,'Universidad Luterana Salvadorena'),(2986,'Universidad Albert Einstein'),(2987,'Universidad Cristiana de las Asambleas de Dios'),(2988,'Universidad Centroamericana \"José Simeón Canas\"'),(2989,'Universidad Evangélica de El Salvador'),(2990,'Universidad de El Salvador'),(2991,'Universidad Francisco Gavidia'),(2992,'Universidad Capitain General Gerardo Barrios'),(2993,'Universidad Dr. Jose Matias Delgado'),(2994,'Universidad Modular Abierta'),(2995,'Universidad Monsenor Oscar Arnulfo Romeo'),(2996,'Universidad Dr. Andreas Bello'),(2997,'Universidad Autónoma de Santa Ana'),(2998,'Universidad Católica de Occidente'),(2999,'Universidad Pedagógica de El Salvador'),(3000,'Universidad de Oriente'),(3001,'Universidad Nueva San Salvador'),(3002,'Universidad Panamericana de San Salvador'),(3003,'Universidad Politécnica de El Salvador'),(3004,'Universidad Salvadorena \"Alberto Masferrer\"'),(3005,'Universidad Isaac Newton'),(3006,'Universidad de Sonsonate'),(3007,'Universidad Tecnológica de El Salvador'),(3008,'Universidad Técnica Latinoamericana'),(3009,'Universidad Nacional de Guinea Ecuatorial'),(3010,'Eritrea Institute of Technology'),(3011,'Estonian Academy of Arts'),(3012,'Estonian Business School'),(3013,'Estonian Academy of Music and Theatre'),(3014,'Estonian University of Life Sciences'),(3015,'Tartu Health Care College'),(3016,'Estonian Academy of Security Sciences'),(3017,'University of Applied Sciences'),(3018,'Tallinn University'),(3019,'Tallinn University of Technology'),(3020,'University of Tartu'),(3021,'Addis Ababa Science & Technology University'),(3022,'Addis Ababa University'),(3023,'Adigrat University'),(3024,'Aksum University'),(3025,'Ambo University'),(3026,'Arba Minch University'),(3027,'Adama Science and Technology University'),(3028,'Assosa University'),(3029,'Bahir Dar University'),(3030,'Bule Hora University'),(3031,'Debre Birhan University'),(3032,'Dire Dawa University'),(3033,'Dilla University'),(3034,'Debre Markos University'),(3035,'Ethiopian Civil Service University'),(3036,'Haramaya University'),(3037,'Hawassa University'),(3038,'Jigjiga University'),(3039,'Jimma University'),(3040,'Mekelle Institute of Technology'),(3041,'Mizan Tepi University'),(3042,'Mekelle University'),(3043,'Madawalabu University'),(3044,'Semera University'),(3045,'Gondar University'),(3046,'Unity University'),(3047,'Wolkite University'),(3048,'Wolaita Sodo University'),(3049,'Wollo University'),(3050,'Wollega University'),(3051,'University of the Faroe Islands'),(3052,'Fiji National University'),(3053,'Fiji School of Medicine'),(3054,'University of Fiji'),(3055,'University of the South Pacific'),(3056,'Abo Akademi University'),(3057,'Central Ostrobothnia University of Applied Sciences'),(3058,'Diaconia University of Applied Sciences'),(3059,'EVTEK University of Applied Sciences'),(3060,'University of Helsinki'),(3061,'Helsinki School of Economics and Business Administration'),(3062,'Helsinki University of Technology'),(3063,'University of Joensuu'),(3064,'University of Jyväskylä'),(3065,'Academy of Fine Arts'),(3066,'Lahti Polytechnic'),(3067,'Lappeenranta University of Technology'),(3068,'Oulu Polytechnic'),(3069,'University of Oulu'),(3070,'Vaasa University of Applied Sciences'),(3071,'Rovaniemi University of Applied Sciences'),(3072,'Scandinavian Art and Business Institute'),(3073,'Satakunta University Of Applied Scinces'),(3074,'South Carelian Polytechnic'),(3075,'Swedish School of Economics and Business Administration, Finland'),(3076,'Sibelius Academy'),(3077,'Theatre Academy Finland'),(3078,'Tampere Polytechnic'),(3079,'Turku School of Economics and Business Administration'),(3080,'Tampere University of Technology'),(3081,'University of Art and Design Helsinki'),(3082,'University of Kuopio'),(3083,'University of Lapland'),(3084,'University of Tampere'),(3085,'University of Turku'),(3086,'University of Vaasa'),(3087,'42 FR'),(3088,'Ecole de l\'Air'),(3089,'AgroParisTech'),(3090,'Ecole Nationale Supérieure d\'Agronomie de Rennes'),(3091,'Institut National Supérieur de Formation Agro-Alimentaire'),(3092,'AgroSup Dijon'),(3093,'American Graduate School in Paris'),(3094,'American University of Paris'),(3095,'British Institute in Paris, University of London'),(3096,'Ecole Supérieure de Commerce de Sophia Antipolis'),(3097,'Centre d\'Etudes Supérieures Industrielles Paris'),(3098,'Centre de Formation et de Perfectionnement des Journalistes'),(3099,'Conservatoire National des Arts et Métiers'),(3100,'Centre National d\'Etudes Agronomiques des Régions Chaudes'),(3101,'Ecole Supérieure de Chimie Physique Electronique de Lyon'),(3102,'Université Bordeaux I'),(3103,'Institut des Sciences de l\'Ingénieur de Clermont-Ferrand'),(3104,'Université Paris-Dauphine (Paris IX)'),(3105,'Ecole Superieur d\'Ingenieurs Leonard de Vinci'),(3106,'Ecole d\'Ingénieurs en Informatique pour l\'Industrie'),(3107,'Ecole Européen des Affaires'),(3108,'European Business School'),(3109,'Ecole Catholique d\'Arts & Metiers'),(3110,'Ecole Centrale d\'Electronique - ECE'),(3111,'Ecole Centrale de Lille'),(3112,'Ecole Centrale de Lyon'),(3113,'Ecole Centrale de Nantes'),(3114,'Ecole Centrale de Marseille'),(3115,'IDRAC (Institut de recherche en action commerciale)'),(3116,'Ecole des Hautes Etudes Commerciales du Nord'),(3117,'Ecole pour les Etudes et la Recherche en Informatique et Electronique'),(3118,'Ecole Française de Papeterie et des Industries Graphiques'),(3119,'Ecole Française d\'Electronique et d\'Informatique'),(3120,'Ecole des Ingénieurs de la Ville de Paris'),(3121,'European Management Center Paris'),(3122,'Ecole Supérieure de Commerce de Lyon'),(3123,'Ecole Nationale Supérieure des Mines de St-Etienne'),(3124,'Ecole Nationale de l\'Aviation Civile'),(3125,'Ecole Nationale d\'Administration'),(3126,'ENIC Telecom Lille 1'),(3127,'Ecole Nationale d\'Ingénieurs de Metz'),(3128,'Ecole Nationale d\'Ingénieurs de Saint-Etienne'),(3129,'Ecole Nationale d\'Ingénieurs des Travaux Agricoles de Bordeaux'),(3130,'Ecole Nationale d\'Ingénieurs des Travaux Agricoles de Clermont-Ferrand'),(3131,'Ecole Nationale d\'Ingénieurs de Tarbes'),(3132,'Ecole Nationale d\'Ingénieurs des Techniques des Industries Agricoles et Alimentaires'),(3133,'Ecole Nationale de la Météorologie'),(3134,'Ecole Nationale des Ponts et Chausees'),(3135,'Ecole Nationale Supérieur de Mécaniques et des Microtechniques'),(3136,'Ecole Nationale de la Statistique et de l\'Administration Economique'),(3137,'Ecole Nationale Supérieure d\'Agronomie et des Industries Alimentaires'),(3138,'Ecole Nationale de la Statistique et de l\'Analyse de l\'information'),(3139,'Ecole Nationale Supérieure des Arts et Industries Textiles'),(3140,'Ecole Nationale Supérieure d\'Agronomie de Montpellier'),(3141,'Ecole Nationale Supérieure Agronomique de Toulouse'),(3142,'Ecole Normale Supérieure de Cachan'),(3143,'Ecole Nationale Supérieure de Chimie de Clermont-Ferrand'),(3144,'Ecole Nationale Supérieure de Chimie de Lille'),(3145,'Ecole Nationale Supérieure de Chimie de Montpellier'),(3146,'Ecole Nationale Supérieure de Chimie de Mulhouse'),(3147,'Ecole Nationale Supérieure de Chimie et de Physique de Bordeaux'),(3148,'Ecole Nationale Supérieure de Chimie de Paris'),(3149,'Ecole Nationale Supérieure de Chimie de Rennes'),(3150,'Ecole Nationale Supérieure de l\'Electronique et de ses Applications'),(3151,'Ecole Nationale Supérieure d\'Electronique, d\'Electrotechnique, d\'Informatique et d\'Hydraulique de Toulouse'),(3152,'Ecole Nationale Supérieure en Electrotechnique, Electronique, Informatique et Hydraulique de Toulouse'),(3153,'Ecole Nationale Supérieure Electricité et Mécanique'),(3154,'Ecole Nationale Supérieure d\'Electronique et de Radioelectricite de Bordeaux'),(3155,'Ecole Nationale Supérieure d\'Electronique et de Radioelectricite de Grenoble'),(3156,'Ecole Normale Supérieure de Fontenay-Saint Cloud'),(3157,'Ecole Normale Supérieure de Paris'),(3158,'Ecole Nationale des Sciences Géographiques'),(3159,'Ecole Nationale Supérieur de Géologie de Nancy'),(3160,'Ecole Nationale Supérieur d\'Ingénieurs de Constructions Aéronautique'),(3161,'École Nationale Supérieure d\'Ingénieurs de Constructions Aéronautiques'),(3162,'Ecole Nationale Supérieure des Industries Chimiques de Nancy'),(3163,'Ecole Nationale Supérieure d\'Ingenieurs Electriciens de Grenoble'),(3164,'Ecole Nationale Supérieur des Ingénieur des Etudes et Techniques d\'Armement'),(3165,'Ecole Nationale Supérieure des Industries Textiles de Mulhouse'),(3166,'Ecole Normale Supérieure de Lyon'),(3167,'Ecole Nationale Supérieur de Mécanique et d\'Aéronautique'),(3168,'Ecole Nationale Supérieure des Mines d\'Alès'),(3169,'Ecole Nationale Supérieure des Mines de Douai'),(3170,'Ecole Nationale Supérieure des Mines de Paris'),(3171,'Ecole Nationale Supérieure de Physique de Marseille'),(3172,'Ecole Nationale Supérieure de Techniques Avancées'),(3173,'Ecole Nationale Supérieure des Telecommunications de Bretagne'),(3174,'Ecole Nationale Supérieure des Telecommunications de Paris'),(3175,'Ecole Nationale des Travaux Publics de l\'Etat'),(3176,'Ecole Nationale Vétérinaire de Toulouse'),(3177,'EPF Ecole d\'Ingénieurs'),(3178,'Ecole Supérieure d\'Agriculture de Purpan'),(3179,'Ecole Supérieure de Commerce de Bordeaux'),(3180,'Ecole Supérieure de Commerce de Brest'),(3181,'Ecole Supérieure de Commerce de Clermont-Ferrand'),(3182,'Ecole Supérieure de Commerce de Dijon'),(3183,'Ecole Supérieure de Commerce et Management'),(3184,'Ecole Supérieure de Commerce de Grenoble'),(3185,'Ecole Supérieure de Commerce de Lille'),(3186,'Ecole Supérieure de Commerce de Marseille-Provence'),(3187,'Ecole Supérieure de Commerce de Nantes-Atlantique'),(3188,'Ecole Supérieure de Commerce de Le Havre/Caen'),(3189,'Ecole Supérieure de Chimie Organique et Minérale'),(3190,'Ecole Supérieure de Commerce de Pau'),(3191,'Ecole Supérieure de Commerce de Paris'),(3192,'Ecole Supérieure de Commerce de Reims'),(3193,'Ecole Supérieure de Commerce de Rouen'),(3194,'Ecole Supérieure de Commerce de Toulouse'),(3195,'Ecole Supérieure d\'Electronique de l\'Ouest'),(3196,'Ecole Supérieure Internationale d\'Administration des Entreprises'),(3197,'Ecole Supérieure d\'Informatique-Electronique-Automatique'),(3198,'Ecole Supérieure d\'Ingénieurs en Electronique et Electrotechnique'),(3199,'Ecole Supérieure d\'Ingénieurs en Génie Electrique'),(3200,'Ecole Supérieure d\'Ingénieurs de Marseille'),(3201,'Ecole Supérieure d\'Ingénieurs et de Techniciens pour l\'Agriculture'),(3202,'Ecole Spéciale de Mécanique et d\'Electricité'),(3203,'Ecole Supérieure de Physique et de Chimie Industrielles'),(3204,'Ecole Supérieure des Sciences Commerciales d\'Angers'),(3205,'Ecole Supérieure des Sciences Economiques et Commerciales'),(3206,'Ecole Supérieure des Sciences et Technologie de l\'Ingénieur de Nancy'),(3207,'Ecole Spéciale des Travaux Publics du Bâtiment et de l\'Industrie'),(3208,'Ecole Universitaire d\'Ingénieurs de Lille'),(3209,'Ecole Supérieure des Techniques Industrielles et des Textiles'),(3210,'Université Catholique de Lille'),(3211,'Grenoble Ecole de Management'),(3212,'Ecole Supérieure d\'Agriculture d\'Angers'),(3213,'Ecole des Hautes Etudes Commerciales'),(3214,'Ecole des Hautes Etudes Industrielles de Lille'),(3215,'Ecole Nationale Supérieure d\'Hydraulique et de Mécanique de Grenoble'),(3216,'Institut Catholique d\'Arts et Métiers Lille'),(3217,'Institut Catholique d\'Arts et Métiers Nantes'),(3218,'Institut Commercial de Nancy'),(3219,'Institut Catholique de Paris'),(3220,'Institut Catholique de Toulouse'),(3221,'Institut d\'Etudes Politiques de Bordeaux'),(3222,'Ecole Nationale Supérieure du Pétrole et des Monteurs'),(3223,'Ecole Nationale Supérieure d\'Ingénieurs de Génie Chimique'),(3224,'Institut National Polytechnique de Toulouse'),(3225,'Ecole Nationale Supérieure d\'Electrochimie et d\'Electrométallurgie de Gernoble'),(3226,'Institut National Polytechnique de Grenoble'),(3227,'Institut National Polytechnique de Lorraine'),(3228,'Institut National des Sciences Appliquées de Lyon'),(3229,'Institut National des Sciences Appliquées de Rennes'),(3230,'Institut National des Sciences Appliquées de Rouen'),(3231,'Institut National des Sciences Appliquées de Toulouse'),(3232,'Institut des hautes études économiques et commerciales'),(3233,'Institut National des Télécommunications'),(3234,'Ecole Supérieure d\'Optique'),(3235,'Institut de Recherche et d\'Enseignement Supérieur aux Techniques de l\'électronique'),(3236,'Institut Supérieur Agricole de Beauvais'),(3237,'Institut Supérieur d\'Agriculture Lille'),(3238,'Institut Supérieur d\'Agriculture Rhone-Alpes'),(3239,'Institut Supérieure d\'Electronique du Nord'),(3240,'Institut Supérieure d\'Electronique de Paris'),(3241,'Institut des Sciences de l\'Ingénieur de Montpellier'),(3242,'Centre d\'Etudes Supérieures des Techniques Industrielles'),(3243,'Institut des Sciences de la Matière et du Rayonnement'),(3244,'Institut Textile et Chimique de Lyon'),(3245,'Université Pierre et Marie Curie (Paris VI)'),(3246,'Ecole Nationale Supérieure des Mines de Nancy'),(3247,'Université Michel de Montaigne (Bordeaux III )'),(3248,'Université Montesquieu (Bordeaux IV)'),(3249,'Ecole d\'Architecture de Nancy'),(3250,'Université Paris-Sorbonne (Paris IV)'),(3251,'Ecole Nationale Supérieure d\'Arts et Métiers de Paris'),(3252,'Ecole Polytechnique Universitaire de Lille'),(3253,'Ecole Polytechnique Marseille'),(3254,'Ecole Polytechnique'),(3255,'Schiller International University, Paris'),(3256,'Schiller International University, Strasbourg'),(3257,'Institut d\'Etudes Politiques de Paris (Sciences Po)'),(3258,'Université Denis Diderot (Paris VII)'),(3259,'Ecole Superieure Robert de Sorbon'),(3260,'Ecole Nationale Supérieure de l\'Aéronautique et de l\'Espace'),(3261,'Groupe Sup de Co Amiens Picardie'),(3262,'Groupe Sup de Co Montpellier'),(3263,'Ecole Supérieure d\'Electricité'),(3264,'Université d\'Aix-Marseille III'),(3265,'Université Victor Segalen (Bordeaux II)'),(3266,'Université Bourgogne - Franche-Comté'),(3267,'Université de Cergy-Pontoise'),(3268,'Université d\'Auvergne (Clermont-Ferrand I)'),(3269,'Université Catholique de l\' Ouest'),(3270,'Université Stendhal (Grenoble III)'),(3271,'Université Rennes II - Haute-Bretagne'),(3272,'Université Henri Poincaré (Nancy I)'),(3273,'Université Joseph Fourier (Grenoble I)'),(3274,'Université de Caen Basse Normandie'),(3275,'Université de Nice-Sophia Antipolis'),(3276,'Université de Limoges'),(3277,'Université d\'Angers'),(3278,'Université d\'Artois'),(3279,'Université d\'Avignon'),(3280,'Université Blaise Pascal (Clermont-Ferrand II)'),(3281,'Université de Bretagne Occidentale'),(3282,'Université Catholique de Lyon'),(3283,'Université de Corse Pascal Paoli'),(3284,'Université d\'Evry Val d\'Essonne'),(3285,'Ecole Nationale Supérieure de Chimie de Toulouse'),(3286,'Université du Havre'),(3287,'Université du Maine'),(3288,'Université des Sciences et Technologies de Lille (Lille I)'),(3289,'Université du Droit et de la Sante (Lille II)'),(3290,'Université Charles-de-Gaulle (Lille III)'),(3291,'Université du Littoral Cote d\'Opale'),(3292,'Université de Lorraine'),(3293,'Université de La Rochelle'),(3294,'Université Claude Bernard (Lyon I)'),(3295,'Université Lumiére (Lyon II)'),(3296,'Université Jean Moulin (Lyon III)'),(3297,'Université de la Méditerranée (Aix Marseille II)'),(3298,'Université de Metz'),(3299,'Université de Marne la Vallée'),(3300,'Université de Montpellier I'),(3301,'Université de Montpellier II'),(3302,'Université Paul Valéry (Montpellier III)'),(3303,'Université de Haute-Alsace'),(3304,'Université Nancy II'),(3305,'Université de Nantes'),(3306,'Université d\'Orléans'),(3307,'Université Val-de-Marne (Paris XII)'),(3308,'Université Paris Nord (Paris XIII)'),(3309,'Université Panthéon-Sorbonne (Paris I)'),(3310,'Université Sorbonne-Nouvelle (Paris III)'),(3311,'Université René Descartes (Paris V)'),(3312,'Université Vincennes Saint-Denis (Paris VIII)'),(3313,'Université de Pau et des Pays de l\'Adour'),(3314,'Université de Perpignan'),(3315,'Université de Poitiers'),(3316,'Université de Reims Champagne-Ardenne'),(3317,'Université Rennes I'),(3318,'Université de Rouen - Haute Normandie'),(3319,'Université de Savoie'),(3320,'Université Jean Monnet'),(3321,'Université du Sud, Toulon et Var'),(3322,'Université des Sciences Sociales (Toulouse I)'),(3323,'Université de Toulouse-le-Mirail (Toulouse II)'),(3324,'Université de Toulouse'),(3325,'Université François Rabelais de Tours'),(3326,'Université de Bretagne Sud'),(3327,'Ecole Nationale Supérieure d\'Ingénieurs en Mécanique et Energétique de Valenciennes'),(3328,'Université de Valenciennes et du Hainaut-Cambrésis'),(3329,'Université Paris Nanterre (Paris X)'),(3330,'Université Panthéon-Assas (Paris II)'),(3331,'Université de Picardie Jules-Verne'),(3332,'Université Pierre Mendes-France (Grenoble II)'),(3333,'Université Paul Sabatier (Toulouse III)'),(3334,'Université Paris Sud (Paris XI)'),(3335,'Université de Provence (Aix-Marseille I)'),(3336,'Université des Sciences Humaines (Strasbourg II)'),(3337,'Université de Technologie de Belfort Montbéliard'),(3338,'Université de Technologie de Compiègne'),(3339,'Université de Technologie de Troyes'),(3340,'Université de Versailles Saint-Quentin-en-Yvelines'),(3341,'Ecole Nationale Vétérinaire d\'Alfort'),(3342,'Ecole Nationale Vétérinaire de Lyon'),(3343,'Ecole Nationale Vétérinaire de Nantes'),(3344,'Ecole Européenne de Chimie, Polymères et Matériaux de Strasbourg'),(3345,'Ecole Nationale du Génie de l\'Eau et de l\'Environnement de Strasbourg'),(3346,'Ecole Nationale Supérieure des Arts et Industries de Strasbourg'),(3347,'Ecole Nationale Superieure d\'Informatique et de Mathematiques Appliquees de Grenoble'),(3348,'Ecole Nationale Supérieure de Physique de Grenoble'),(3349,'Ecole Nationale Supérieure de Physique de Strasbourg'),(3350,'Université Louis Pasteur (Strasbourg I)'),(3351,'Université Robert Schuman (Strasbourg III)'),(3352,'Université des Antilles et de la Guyane'),(3353,'Université de la Polynésie Française'),(3354,'Université Omar Bongo'),(3355,'American International University West Africa'),(3356,'EUCLID University'),(3357,'University of the Gambia'),(3358,'Akaki Tsereteli State University'),(3359,'Caucasus University'),(3360,'European School of Management - Tbilisi'),(3361,'University of Grigol Robakidze'),(3362,'Georgian Agricultural University'),(3363,'Georgian Technical University'),(3364,'International Blacksea University'),(3365,'Ilia Chavchavadze State University'),(3366,'Tbilisi Pedagogical University'),(3367,'St. Andrew Georgian University'),(3368,'Tbilisi Institute of Asia and Africa'),(3369,'Tbilisi State Medical University'),(3370,'Tbilisi State University'),(3371,'AKAD Hochschulen für Berufstätige, Fachhochschule Leipzig'),(3372,'Hochschule für Berufstätige Rendsburg'),(3373,'Alice-Salomon-Fachhochschule für Sozialarbeit und Sozialpädagogik Berlin'),(3374,'Augustana Hochschule Neuendettelsau'),(3375,'Kirchliche Hochschule Bethel'),(3376,'BiTS - Business and Information Technology School gGmbH'),(3377,'Cologne Business School'),(3378,'Duale Hochschule Baden-Württemberg'),(3379,'Deutsche Hochschule für Verwaltungswissenschaften Speyer'),(3380,'DIPLOMA-Fachhochschule Ölsnitz/Vogtland'),(3381,'Fachhochschule Nordhessen'),(3382,'Deutsche Sporthochschule Köln'),(3383,'E.A.P. Europäische Wirtschaftshochschule Berlin'),(3384,'Europäische Betriebswirtschafts-Akademie'),(3385,'European Business School Schloß Reichartshausen'),(3386,'European College of Liberal Arts'),(3387,'Evangelische Fachhochschule Rheinland-Westfalen-Lippe'),(3388,'Evangelische Fachhochschule Darmstadt'),(3389,'Evangelische Fachhochschule Freiburg, Hochschule für Soziale Arbeit, Diakonie und Religionspädagogik'),(3390,'Evangelische Fachhochschule Hannover'),(3391,'Evangelische Fachhochschule Ludwigshafen Hochschule für Sozial- und Gesundheitswesen'),(3392,'Evangelische Fachhochschule Reutlingen-Ludwigsburg, Hochschule für Soziale Arbeit, Religionspädagogik und Diakonie'),(3393,'Evangelische Hochschule für Soziale Arbeit Dresden (FH)'),(3394,'European Management School'),(3395,'Europäische Fachhochschule'),(3396,'Europa-Universität Viadrina Frankfurt (Oder)'),(3397,'Evangelische Fachhochschule Berlin, Fachhochschule für Sozialarbeit und Sozialpädagogik'),(3398,'Evangelische Fachhochschule Nürnberg'),(3399,'Fern-Fachhochschule Hamburg'),(3400,'Fernuniversität Gesamthochschule Hagen'),(3401,'Fachhochschule Aachen'),(3402,'Fachhochschule Aschaffenburg'),(3403,'Fachhochschule Augsburg'),(3404,'Internationale Fachhochschule Bad Honnef'),(3405,'Fachhochschule Biberach, Hochschule für Bauwesen und Wirtschaft'),(3406,'Fachhochschule Bielefeld'),(3407,'Fachhochschule Bingen'),(3408,'Fachhochschule Bochum'),(3409,'Hochschule Bonn-Rhein-Sieg'),(3410,'Fachhochschule Brandenburg'),(3411,'Technische Hochschule Deggendorf'),(3412,'Fachhochschule Dortmund'),(3413,'Hochschule Düsseldorf'),(3414,'Fachhochschule für die Wirtschaft'),(3415,'Fachhochschule der Wirtschaft'),(3416,'Fachhochschule Eberswalde'),(3417,'Fachhochschule Erfurt'),(3418,'Fachhochschule Flensburg'),(3419,'Fachhochschule Frankfurt am Main'),(3420,'Europa Fachhochschule Fresenius'),(3421,'Fachhochschule Furtwangen, Hochschule für Technik und Wirtschaft'),(3422,'Fachhochschule Gelsenkirchen'),(3423,'Fachhochschule Gießen-Friedberg'),(3424,'Fachhochschule Hamburg'),(3425,'Fachhochschule Hannover'),(3426,'Fachhochschule Heidelberg'),(3427,'Fachhochschule Heilbronn, Hochschule für Technik und Wirtschaft'),(3428,'Fachhochschule Hildesheim/Holzminden/Göttingen, Hochschule für angewandte Wissenschaft und Kunst'),(3429,'Fachhochschule Hof'),(3430,'Fachhochschule Ingolstadt'),(3431,'Fachhochschule und Berufskollegs NTA, Prof.Dr. Grübler gemein. GmbH'),(3432,'Fachhochschule Jena'),(3433,'Fachhochschule Karlsruhe, Hochschule für Technik'),(3434,'Fachhochschule Kempten, Hochschule für Technik und Wirtschaft'),(3435,'Fachhochschule Kiel'),(3436,'Fachhochschule Kaiserslautern'),(3437,'Fachhochschule Koblenz'),(3438,'Fachhochschule Köln'),(3439,'Fachhochschule Konstanz, Hochschule für Technik, Wirtschaft und Gestaltung'),(3440,'Staatlich anerkannte Fachhochschule für Kunsttherapie'),(3441,'Fachhochschule Landshut, Hochschule für Wirtschaft - Sozialwesen - Technik'),(3442,'Fachhochschule Lausitz'),(3443,'Fachhochschule Lippe'),(3444,'Fachhochschule Ludwigshafen, Hochschule für Wirtschaft'),(3445,'Fachhochschule Lübeck'),(3446,'Fachhochschule Mainz'),(3447,'Fachhochschule Mannheim, Hochschule für Technik und Gestaltung'),(3448,'Fachhochschule Merseburg'),(3449,'Fachhochschule des Mittelstandes (FHM)'),(3450,'Fachhochschule München'),(3451,'Hochschule München'),(3452,'Fachhochschule Münster'),(3453,'Fachhochschule Neubrandenburg'),(3454,'Hochschule Neu-Ulm, Hochschule Neu-Ulm University of applied sciences'),(3455,'Fachhochschule Niederrhein'),(3456,'Fachhochschule Nordostniedersachsen'),(3457,'Fachhochschule Nordhausen'),(3458,'Georg-Simon-Ohm-Fachhochschule Nürnberg'),(3459,'Fachhochschule Nürtingen, Hochschule für Wirtschaft, Landwirtschaft und Landespflege'),(3460,'Fachhochschule für das öffentliche Bibliothekswesen Bonn'),(3461,'Fachhochschule Offenburg, Hochschule für Technik und Wirtschaft'),(3462,'Fachhochschule Oldenburg/Ostfriesland/Wilhelmshaven'),(3463,'Fachhochschule Osnabrück'),(3464,'Freie Kunst-Studienstätte Ottersberg'),(3465,'Fachhochschule Pforzheim, Hochschule für Gestaltung, Technik und Wirtschaft'),(3466,'Fachhochschule Potsdam'),(3467,'Fachhochschule Regensburg'),(3468,'Fachhochschule Reutlingen, Hochschule für Technik und Wirtschaft'),(3469,'Deutsch-Ordens Fachhochschule Riedlingen, Hochschule für Wirtschaft'),(3470,'Fachhochschule Rosenheim, Hochschule für Technik und Wirtschaft'),(3471,'Fachhochschule Rottenburg, Hochschule für Forstwirtschaft'),(3472,'Fachhochschule Schmalkalden'),(3473,'Fachhochschule Schwäbisch Hall, Hochschule für Gestaltung'),(3474,'Fachhochschule Mannheim, Hochschule für Sozialwesen'),(3475,'Evangelische Fachhochschule für Religionspädagogik, und Gemeindediakonie Moritzburg'),(3476,'Fachhochschule Stralsund'),(3477,'Deutsche Telekom Fachhochschule Leipzig'),(3478,'Fachhochschule Trier, Hochschule für Technik, Wirtschaft und Gestaltung'),(3479,'Fachhochschule Stuttgart, Hochschule für Technik'),(3480,'Fachhochschule für Technik und Wirtschaft Berlin'),(3481,'Hochschule Ulm, Hochschule für Angewandte Wissenschaft'),(3482,'Fachhochschule für Verwaltung und Rechtspflege Berlin'),(3483,'Fachhochschule für Wirtschaft Berlin'),(3484,'Fachhochschule Wedel'),(3485,'Fachhochschule Weihenstephan'),(3486,'Fachhochschule Ravensburg-Weingarten'),(3487,'Fachhochschule Westküste, Hochschule für Wirtschaft und Technik'),(3488,'Fachhochschule Wiesbaden'),(3489,'Fachhochschule Braunschweig/Wolfenbüttel'),(3490,'Fachhochschule Worms'),(3491,'Private Fachhochschule für Wirtschaft und Technik Vechta/Diepholz'),(3492,'Fachhochschule Würzburg - Schweinfurt'),(3493,'Westsächsische Hochschule Zwickau (FH)'),(3494,'Fachhochschule für Oekonomie und Management (FOM)'),(3495,'Freie Universität Berlin'),(3496,'Private Hanseuniversität'),(3497,'Hafencity Universität Hamburg'),(3498,'Fachhochschule Stuttgart, Hochschule der Medien'),(3499,'Hertie School of Governance'),(3500,'Hochschule für Bankwirtschaft (HfB), Private Fachhochschule der Bankakademie'),(3501,'Fachhochschule Schwäbisch Gmünd, Hochschule für Gestaltung'),(3502,'Hochschule für Philosophie München'),(3503,'Hochschule für Politik (HFP)'),(3504,'Handelshochschule Leipzig'),(3505,'Hochschule für Internationales Management'),(3506,'Hochschule für Jüdische Studien Heidelberg'),(3507,'Hochschule Albstadt-Sigmaringen'),(3508,'Hochschule Anhalt (FH), Hochschule für angewandte Wissenschaften'),(3509,'Hochschule Bremen'),(3510,'Hochschule Bremerhaven'),(3511,'Hochschule Coburg'),(3512,'Hochschule Darmstadt'),(3513,'Hochschule Esslingen'),(3514,'Hochschule Fulda'),(3515,'Hochschule Harz, Hochschule für angewandte Wissenschaften (FH)'),(3516,'Hochschule Magdeburg-Stendal (FH)'),(3517,'Hochschule Wismar, Fachhochschule für Technik, Wirtschaft und Gestaltung'),(3518,'Hochschule Zittau/Görlitz (FH)'),(3519,'Hochschule für Technik und Wirtschaft Dresden (FH)'),(3520,'Hochschule für Technik, Wirtschaft und Kultur Leipzig (FH)'),(3521,'Hochschule Mittweida (FH)'),(3522,'Hochschule für Technik und Wirtschaft des Saarlandes'),(3523,'Humboldt Universität Berlin'),(3524,'HWP - Hamburger Universität für Wirtschaft und Politik'),(3525,'Internationales Hochschulinstitut Zittau'),(3526,'Internationale Fachhochschule Aalen'),(3527,'International School of Management ISM Dortmund'),(3528,'International School of New Media, University of Lübeck'),(3529,'International University in Germany'),(3530,'Jacobs University Bremen'),(3531,'Karlshochschule International University'),(3532,'Katholische Fachhochschule Norddeutschland'),(3533,'Katholische Fachhochschule Berlin (KFB)'),(3534,'Katholische Fachhochschule Freiburg, Hochschule für Sozialwesen, Religionspädagogik und Pflege'),(3535,'Katholische Fachhochschule Mainz'),(3536,'Katholische Fachhochschule Nordrhein-Westfalen'),(3537,'Kunsthochschule Berlin-Weissensee, Hochschule für Gestaltung'),(3538,'Katholische Hochschule für Soziale Arbeit Saarbrücken'),(3539,'Katholische Stiftungsfachhochschule München'),(3540,'Katholische Universität Eichstätt'),(3541,'Kunstakademie Düsseldorf.'),(3542,'Merkur Internationale FH Karlsruhe'),(3543,'Merz Akademie, Hochschule für Gestaltung Stuttgart'),(3544,'Märkische Fachhochschule Iserlohn'),(3545,'Medizinische Hochschule Hannover'),(3546,'Staatliche Hochschule für Musik'),(3547,'Medizinische Universität Lübeck'),(3548,'Muthesius-Hochschule, Fachhochschule für Kunst und Gestaltung'),(3549,'Nordakademie, Staatlich anerkannte private Fachhochschule mit dualen Studiengängen'),(3550,'Theologische Fakultät Paderborn'),(3551,'Private Fachhochschule Göttingen'),(3552,'Pädagogische Hochschule Erfurt/Mühlhausen'),(3553,'Pädagogische Hochschule Freiburg'),(3554,'Pädagogische Hochschule Schwäbisch Gmünd'),(3555,'Pädagogische Hochschule Heidelberg'),(3556,'Philosophisch-Theologische Hochschule SVD Sankt Augustin'),(3557,'Pädagogische Hochschule Karlsruhe'),(3558,'Pädagogische Hochschule Ludwigsburg'),(3559,'Pädagogische Hochschule Weingarten'),(3560,'Popakademie Baden-Württemberg'),(3561,'Private FernFachhochschule Darmstadt'),(3562,'Philosophisch-Theologische Hochschule der Salesianer Don Boscos'),(3563,'Philosophisch-Theologische Hochschule Münster'),(3564,'Philosophisch-Theologische Hochschule Vallendar der Gesellschaft des Katholischen Apostolates (Pallottiner)'),(3565,'Evangelische Fachhochschule für Sozialpädagogik der \"Diakonenanstalt des Rauhen Hauses\" Hamburg'),(3566,'Rheinische Fachhochschule Köln'),(3567,'Ruhr-Universität Bochum'),(3568,'Rheinisch Westfälische Technische Hochschule Aachen'),(3569,'Lutherische Theologische Hochschule Oberursel'),(3570,'Gustav-Siewerth-Akademie'),(3571,'Schiller International University, Heidelberg'),(3572,'SRH University of Applied Sciences'),(3573,'Philosophisch-Theologische Hochschule Sankt Georgen'),(3574,'Steinbeis-Hochschule-Berlin'),(3575,'Technische Fachhochschule Berlin'),(3576,'Technische Fachhochschule Georg Agricola für Rohstoff, Energie und, Umwelt zu Bochum'),(3577,'Technische Fachhochschule Wildau'),(3578,'Theologische Hochschule Friedensau'),(3579,'Tierärztliche Hochschule Hannover'),(3580,'Technische Universität Berlin'),(3581,'Technische Universität Carolo-Wilhelmina Braunschweig'),(3582,'Technische Universität Chemnitz'),(3583,'Technische Universität Clausthal'),(3584,'Brandenburgische Technische Universität Cottbus'),(3585,'Technische Universität Darmstadt'),(3586,'Technische Universität Dresden'),(3587,'Technische Universität Bergakademie Freiberg'),(3588,'Technische Universität Hamburg-Harburg'),(3589,'Technische Universität Ilmenau'),(3590,'Technische Universität München'),(3591,'Universität Augsburg'),(3592,'Otto-Friedrich Universität Bamberg'),(3593,'Universität Bayreuth'),(3594,'Universität Bielefeld'),(3595,'Rheinische Friedrich-Wilhelms Universität Bonn'),(3596,'Universität Bremen'),(3597,'Universität der Bundeswehr Hamburg'),(3598,'Universität der Bundeswehr München'),(3599,'Universität Dortmund'),(3600,'Heinrich-Heine Universität Düsseldorf'),(3601,'Universität Duisburg-Essen'),(3602,'Philosophisch-Theologisches Studium Erfurt, Staatlich anerkannte Wissenschaftliche Hochschule'),(3603,'Universität Erfurt'),(3604,'Friedrich-Alexander Universität Erlangen-Nürnberg'),(3605,'Universität Flensburg'),(3606,'Johann Wolfgang Goethe Universität Frankfurt am Main'),(3607,'Albert-Ludwigs-Universität Freiburg'),(3608,'Justus Liebig Universität Gießen'),(3609,'Georg-August Universität Göttingen'),(3610,'Ernst-Moritz-Arndt Universität Greifswald'),(3611,'Martin-Luther Universität Halle-Wittenberg'),(3612,'Universität Hamburg'),(3613,'Universität Hannover'),(3614,'Ruprecht-Karls-Universität Heidelberg'),(3615,'Universität Hildesheim'),(3616,'Universität Hohenheim'),(3617,'Friedrich-Schiller Universität Jena'),(3618,'Universität Fridericana Karlsruhe (Technische Hochschule)'),(3619,'Universität Kassel'),(3620,'Christian-Albrechts-Universität Kiel'),(3621,'Universität Kaiserslautern'),(3622,'Universität Koblenz-Landau'),(3623,'Universität Köln'),(3624,'Universität Konstanz'),(3625,'Universität Leipzig'),(3626,'Universität Lüneburg'),(3627,'Otto-von-Guericke Universität Magdeburg'),(3628,'Johannes-Gutenberg Universität Mainz'),(3629,'Universität Mannheim'),(3630,'Phillips-Universität Marburg'),(3631,'Ludwig-Maximilians-Universität München'),(3632,'Ludwig-Maximilians-Universität München'),(3633,'Westfälische Wilhelms-Universität Münster'),(3634,'Carl von Ossietzky Universität Oldenburg'),(3635,'Universität Osnabrück'),(3636,'Universität Paderborn'),(3637,'Universität Passau'),(3638,'Universität Potsdam'),(3639,'Universität Polsdam'),(3640,'Universität Regensburg'),(3641,'Universität Rostock'),(3642,'Universität des Saarlandes'),(3643,'Universität Siegen'),(3644,'Universität Stuttgart'),(3645,'Theologische Fakultät Trier'),(3646,'Universität Trier'),(3647,'Eberhard-Karls-Universität Tübingen'),(3648,'Universität Ulm'),(3649,'Hochschule Vechta'),(3650,'Bauhaus Universität Weimar'),(3651,'Private Universität Witten/Herdecke'),(3652,'Bayerische Julius-Maximilians-Universität Würzburg'),(3653,'Bergische Universität Gesamthochschule Wuppertal'),(3654,'Kirchliche Hochschule Wuppertal'),(3655,'Wissenschaftliche Hochschule für Unternehmensführung, Otto-Beisheim Hochschule'),(3656,'Accra Polytechnic'),(3657,'Akrofi-Christaller Institute of Theeology, Mission and Culture'),(3658,'All Nations University College'),(3659,'Ashesi University'),(3660,'Central University College'),(3661,'Cape Coast Polytechnic'),(3662,'Ghana Christian University College'),(3663,'Ghana Institute of Management and Public Administration (GIMPA)'),(3664,'Ghana Telecom University College'),(3665,'Ho Polytechnic'),(3666,'Islamic University College'),(3667,'Kwame Nkrumah University of Science and Technology'),(3668,'Koforidua Polytechnic'),(3669,'Kumasi Polytechnic'),(3670,'Pan African Christian University College'),(3671,'Prempeh College'),(3672,'Presbyterian University College'),(3673,'Regent University College of Science and Technology'),(3674,'Takoradi Polytechnic'),(3675,'Trinity Theological Seminary'),(3676,'University of Cape Coast'),(3677,'University for Development Studies'),(3678,'University of Education, Winneba'),(3679,'University of Ghana'),(3680,'Valley View University'),(3681,'American College of Greece'),(3682,'American College of Thessaloniki'),(3683,'Aegean University'),(3684,'Athens Graduate School of Management (AGSM)'),(3685,'Athens Laboratory of Business Administration (ALBA)'),(3686,'Athens School of Fine Arts'),(3687,'Agricultural University of Athens'),(3688,'Athens University of Economics and Business'),(3689,'Aristotle University of Thessaloniki'),(3690,'City University Athens'),(3691,'DEI Bachelor & Master Degrees'),(3692,'Dimocritus University of Thrace'),(3693,'Hellenic Open University'),(3694,'European University, Athens Campus'),(3695,'Harokopio University'),(3696,'International Hellenic University'),(3697,'Institute of Management Development - Ohrid'),(3698,'Institute of Management & Enteurpreneurship of South East Europe'),(3699,'University of LaVerne in Athens'),(3700,'National Technical University of Athens'),(3701,'Yorker International University, Athens'),(3702,'Panteios University of Economics and Political Sciences Athens'),(3703,'Hellenic Army Academy'),(3704,'Technological Education Institute of Athens'),(3705,'Technological Education Institute of Epiros'),(3706,'Technological Education Institute of Halkida, Euboea'),(3707,'Technological Education Institute of Heraklion'),(3708,'Technological Education Institute of Kalamata'),(3709,'Technological Education Institute of Kavala'),(3710,'Technological Education Institute of Kozani'),(3711,'Technological Education Institute of Lamia'),(3712,'Technological Education Institute of Larissa'),(3713,'Technological Education Institute of Mesologgi'),(3714,'Technological Education Institute of Patras'),(3715,'Technological Education Institute of Piraeus'),(3716,'Technological Education Institute of Serres'),(3717,'Technological Education Institute of Thessaloniki'),(3718,'Technological Education Institute of Western Greece'),(3719,'Technical University of Crete'),(3720,'University of Central Greece'),(3721,'University of Indianapolis in Athens'),(3722,'Ionian University Corfu'),(3723,'University of Piraeus'),(3724,'University of Athens'),(3725,'University of Crete'),(3726,'University of Ioannina'),(3727,'University of Macedonia'),(3728,'University of Peloponnese'),(3729,'University of Western Macedonia'),(3730,'University of Patras'),(3731,'University of Thessaly'),(3732,'University of Greenland'),(3733,'St. George\'s University'),(3734,'Université des Antilles et de la Guyane'),(3735,'University of Guam'),(3736,'Centro Universitario Ciudad Vieja'),(3737,'Centro Universitario de Occidente'),(3738,'Universidad Galileo'),(3739,'Universidad Francisco Marroquín'),(3740,'Universidad Mariano Gálvez'),(3741,'Universidad del Istmo'),(3742,'Universidad Panamericana'),(3743,'Universidad Rafael Landívar'),(3744,'Universidad Rural de Guatemala'),(3745,'Universidad de San Carlos de Guatemala'),(3746,'Universidad del Valle de Guatemala'),(3747,'Université Gamal Abdel Nasser de Conakry'),(3748,'Université Julius Nyerere Kankan'),(3749,'Université Kofi Annan'),(3750,'Université Thierno Amadou Diallo'),(3751,'Gemsville Technical University'),(3752,'Greenheart Medical School'),(3753,'Texila American University'),(3754,'University of Guyana'),(3755,'American University of the Caribbean'),(3756,'Université Chrétienne du Nord d\'Haiti'),(3757,'Université d\'Etat d\'Haiti'),(3758,'Université Notre Dame d\'Haïti'),(3759,'Université Épiscopale d\'Haiti'),(3760,'Université Quisqueya'),(3761,'Pontifcia Universitas Lateranensis'),(3762,'Pontifcia Universitas a S.Thomas Aquinate in Urbe'),(3763,'Pontifcia Università Gregoriana'),(3764,'Athenaeum Pontificium Regina Apostolorum'),(3765,'Università Pontifcia Salesiana'),(3766,'Pontifcia Università Urbaniana'),(3767,'Universidad José Cecilio del Valle'),(3768,'Universidad Nacional Autónoma de Honduras'),(3769,'Universidad Católica de Honduras'),(3770,'Universidad Metropolitana de Honduras'),(3771,'Universidad Tecnológica Centroamericana'),(3772,'Universidad Pedagógica Nacional \"Francisco Morazán\"'),(3773,'Universidad de San Pedro Sula'),(3774,'Universidad Tecnológica de Honduras'),(3775,'Escuela Agricola Panamericana Zamorano'),(3776,'Chu Hai College'),(3777,'City University of Hong Kong'),(3778,'Chinese University of Hong Kong'),(3779,'Hong Kong Academy for Performing Arts'),(3780,'Hong Kong Baptist University'),(3781,'Hong Kong Shue Yan College'),(3782,'University of Hong Kong'),(3783,'Hong Kong Institute of Education'),(3784,'Lingnan University'),(3785,'Open University of Hong Kong'),(3786,'Hong Kong Polytechnic University'),(3787,'Hong Kong University of Science and Technology'),(3788,'Debrecen University of Agricultural Sciences'),(3789,'Andrassy Gyula German Speaking University Budapest'),(3790,'Hungarian Academy of Fine Arts Budapest'),(3791,'Avicenna International College'),(3792,'Dániel Berzsenyi Teacher Training College'),(3793,'Budapest University of Economic Sciences and Public Administration'),(3794,'Technical University of Budapest'),(3795,'Central European University'),(3796,'University Medical School of Debrecen'),(3797,'Reformed Theological Academy of Debrecen'),(3798,'College of Dunaujvaros'),(3799,'University of Sopron'),(3800,'Esztergom Theological College'),(3801,'Eötvös Lorand University'),(3802,'Academy of Drama and Film'),(3803,'Haynal Imre University of Health Sciences Budapest'),(3804,'Hungarian University of Physical Education'),(3805,'Janus Pannonius University'),(3806,'University of Horticulture and Food Industry'),(3807,'Károl Gáspár University of the Reformed Church'),(3808,'Kodolanyi Janos University College'),(3809,'Liszt Ferenc Academy of Music Budapest'),(3810,'Kossuth Lajos University'),(3811,'Hungarian Academy of Craft and Design'),(3812,'University of West Hungary'),(3813,'University Medical School of Pécs'),(3814,'Pázmány Péter Catholic University'),(3815,'University of Pecs'),(3816,'Semmelweis University of Medical Sciences'),(3817,'Séchenyi István University'),(3818,'Szent István University'),(3819,'Budapest Buddhist University'),(3820,'University of Debrecen'),(3821,'University of Miskolc'),(3822,'University of Pannonia'),(3823,'University of Veterinary Science'),(3824,'University of Szeged'),(3825,'Bifrost School of Business'),(3826,'University of Iceland'),(3827,'Holar University College'),(3828,'University Centre of the Westfjords'),(3829,'Hvanneyri Agricultural University'),(3830,'Technological University of Iceland'),(3831,'Iceland University of Education'),(3832,'Iceland Academy of the Arts'),(3833,'Reykjavík University'),(3834,'University of Akureyri'),(3835,'University of Health Sciences Andhra Pradesh'),(3836,'Allahabad Agricultural Institute, Deemed University'),(3837,'Assam Agricultural University'),(3838,'Ahmedabad University'),(3839,'All India Institute of Medical Sciences'),(3840,'AISECT University'),(3841,'Alagappa University'),(3842,'Allahabad University'),(3843,'Open International University for Alternative Medicines'),(3844,'Indian Board of Alternative Medicine'),(3845,'Amity University'),(3846,'Amrita Vishwa Vidyapeetham (Deemed University)'),(3847,'Amravati University'),(3848,'Aligarh Muslim University'),(3849,'Andhra University'),(3850,'Acharya Ranga Agricultural University'),(3851,'Annamalai University'),(3852,'Anna University of Technology, Tirunelveli'),(3853,'Anna University'),(3854,'Awadhesh Pratap Singh University'),(3855,'ARYA Institute of Engineering & Technology'),(3856,'Assam University'),(3857,'Gujarat Ayurved University'),(3858,'Dr. Babasaheb Ambedkar Marathwada Universtiy'),(3859,'Berhampur University'),(3860,'Banasthali University'),(3861,'Bankura University'),(3862,'Birsa Agricultural University'),(3863,'Babasaheb Bhimrao Ambedkar University'),(3864,'Bidhan Chandra Agricultural University'),(3865,'Bharathidasan University'),(3866,'Bengal Engineering College'),(3867,'Bangalore University'),(3868,'Bhagwant University'),(3869,'Bharathiar University'),(3870,'Bharath Institue Of Higher Education & Research'),(3871,'Bharati Vidyapeeth University'),(3872,'Bhavnagar University'),(3873,'Banaras Hindu University'),(3874,'Orissa University of Agriculture and Technology'),(3875,'Birla Institute of Technology, Ranchi'),(3876,'Birla Institute of Technology and Science'),(3877,'Bhupendra Narayan Mandal University'),(3878,'Biju Pattnaik University of Technology'),(3879,'B. R. Ambedkar Bihar University'),(3880,'Dr. B.R. Ambedkar Open University'),(3881,'Dr. B. R. Ambedkar National Institute of Technology Jalandhar'),(3882,'Dr. Bhim Rao Abdekar University'),(3883,'B. S. Abdur Rahman University'),(3884,'Barkatullah University'),(3885,'Bundelkhand University'),(3886,'University of Burdwan'),(3887,'University of Calcutta'),(3888,'Central Agricultural University'),(3889,'Chaudhary Charan Singh University'),(3890,'Ch. Charan Singh University'),(3891,'Center for Entrepreneurship and Small Business Management'),(3892,'Christ University'),(3893,'Central Institute of English and Foreign Languages'),(3894,'Central Institute of Fisheries Education'),(3895,'Central Institute of Higher Tibetan Studies'),(3896,'CMJ University'),(3897,'Chandra Shekhar Azad University of Agriculture and Technology'),(3898,'Cochin University of Science and Technology'),(3899,'Dr. C.V. Raman University'),(3900,'Dhirubhai Ambani Institute of Information and Communication Technology'),(3901,'Darul Huda Islamic University'),(3902,'Dav University'),(3903,'Devi Ahilya University of Indore'),(3904,'Dr. Babasaheb Ambedkar Technological University'),(3905,'Konkan Agricultural University'),(3906,'Tamil Nadu Agricultural University'),(3907,'Delhi College of Engineering (DCE)'),(3908,'Deen Dayal Upadhyay Gorakhpur University'),(3909,'Deccan College Postgraduate and Research Institute'),(3910,'Dayalbagh Educational Institute'),(3911,'Dibrugarh University'),(3912,'Dravidian University'),(3913,'University of Delhi'),(3914,'Dr. D.Y. Patil University'),(3915,'Eiilm University'),(3916,'Fatima mata national college kollam kerala'),(3917,'Forest Research Institute Dehradun'),(3918,'Govind Ballabh Pant University of Agriculture and Technology'),(3919,'Guru Ghasidas University'),(3920,'Gokhale Institute of Politics and Economics'),(3921,'Gandhi Institute of Technology and Managment'),(3922,'Guru Jambeshwar University'),(3923,'Gurukula Kangri University'),(3924,'Guru Nanak Dev University'),(3925,'Global Open University , Nagaland'),(3926,'Gujarat Technological University Ahmedabad'),(3927,'Gujarat University Ahmedabad'),(3928,'Gulbarga University'),(3929,'Gauhati University'),(3930,'Gurukul University'),(3931,'CCS Haryana Agricultural University'),(3932,'Chaudhary Charan Singh Haryana Agricultural University'),(3933,'Himachal Pradesh Agricultural University'),(3934,'Hemwati Nandan Bahuguna Garhwal University'),(3935,'Hidayatullah National Law University, Raipur'),(3936,'Sri Ramachardra Medical College and Research Institute'),(3937,'Himachal Pradesh University'),(3938,'Indian Agricultural Research Institute'),(3939,'IASE (Institute of Advanced Studies) Deemed University'),(3940,'ICFAI University'),(3941,'Indira Gandhi Agricultural University'),(3942,'Indira Gandhi Institute of Development and Research'),(3943,'Indira Gandhi Institute of Medical Sciences'),(3944,'Indira Gandhi National Open University'),(3945,'Indian Institute of Information Technology'),(3946,'Indian Institute of Information Technology and Management - Kerala'),(3947,'Indian Institute of Information Technology and Management - Gwalior'),(3948,'Indraprastha Institute of Information Technology, Delhi'),(3949,'International Institute of Information Technology, Pune'),(3950,'International Institute of Information Technology, Bhubaneswar'),(3951,'International Institute of Information Technology, Bangalore'),(3952,'Indian Institute of Management, Tiruchirappalli'),(3953,'Indian Institute of Information Technology, Guwahati'),(3954,'Indian Institute of Information Technology, Vadodara'),(3955,'Indian Institute of Information Technology, Kota'),(3956,'International Institute for Population Sciences'),(3957,'Indian Institute of Science'),(3958,'Indian Institute of Technology, Bombay'),(3959,'Indian Institute of Technology, Delhi'),(3960,'Indian Institute of Technology, Guwahati'),(3961,'Indian Institute of Technology, Hyderabad'),(3962,'Indian Institute of Technology, Kanpur'),(3963,'Indian Institute of Technology, Kharagpur'),(3964,'Indian Institute of Technology, Madras'),(3965,'Indian Institute of Technology, Roorkee'),(3966,'Indian Institute of Technology, Patna'),(3967,'Indian Institute of Technology, Indore'),(3968,'Indian Institute of Technology, Hyderabad'),(3969,'Indian Institute of Technology, Guwahati'),(3970,'Indian Institute of Technology, Jodhpur'),(3971,'University of Music and Fine Arts'),(3972,'Indian Law Institue'),(3973,'Integral University'),(3974,'Guru Gobind Singh Indraprastha University'),(3975,'Indian School of Business Management and Administration'),(3976,'Indian Statistical Institute'),(3977,'Indian School of Mines (ISM)'),(3978,'Institute of Technology and Management'),(3979,'Indian University'),(3980,'Indian Veterinary Research Institute'),(3981,'Jadavpur University'),(3982,'First Global University to teaching Jainism'),(3983,'Jamia Hamdard University'),(3984,'University of Jammu'),(3985,'Jaypee Institute of Information Technology'),(3986,'Jiwaji University'),(3987,'Jamia Millia Islamia University'),(3988,'Jawaharlal Nehru Centre for Advanced Scientific Research'),(3989,'Jawaharlal Nehru Agricultural University'),(3990,'Jawaharlal Nehru Technological University'),(3991,'Jawaharlal Nehru University'),(3992,'Jaipur National University'),(3993,'Jodhpur National University'),(3994,'Jai Prakash University'),(3995,'Rajasthan Vidyapeeth University'),(3996,'Jain Vishva Bharati Institute'),(3997,'Kalinga University'),(3998,'Sri Chandrasekharendra Saraswathi Viswa Mahavidyalaya'),(3999,'Kannada University'),(4000,'Kannur University'),(4001,'Chhatrapati Shahu Ji Maharaj University'),(4002,'Kanpur University'),(4003,'Karnataka State Open University'),(4004,'Karpagam University'),(4005,'Karunya Institute Of Technology ( Deemed University)'),(4006,'University of Kashmir'),(4007,'Kerala Agricultural University'),(4008,'University of Kerala'),(4009,'Kohinoor School of Hospitality Management'),(4010,'University of Kalyani'),(4011,'Krishna University'),(4012,'Kameshwar Singh Darbhanga Sanskrit University'),(4013,'Karnataka State Law University'),(4014,'Karnatak University'),(4015,'Kerala University of Fisheries and Ocean Sciences'),(4016,'Kurukshetra University'),(4017,'Kumaraguru College of Technology'),(4018,'Kumaun University'),(4019,'Kuvempu University'),(4020,'Kakatiya University'),(4021,'L.D.College of Engineering'),(4022,'Lakshmibai National Institute of Physical Education'),(4023,'Lalit Narayan Mithila University'),(4024,'University of Lucknow'),(4025,'Mar Athanasios College for Advanced Studies'),(4026,'Magadh University'),(4027,'Mangalore University'),(4028,'Manipal University'),(4029,'Manipur University'),(4030,'Moulana Azad national Urdu University'),(4031,'Makanlal Chutur Vedi University'),(4032,'Makhanlal Chaturvedi National University of Journalism and Communication'),(4033,'Maharshi Dayanand Sarswati University Ajmer'),(4034,'Maharishi Dayanand University, Rohtak (Haryana )'),(4035,'Mahatma Gandhi Kashi Vidyapith'),(4036,'Maharaja Ganga Singh University, Bikaner'),(4037,'Mahatma Gandhi University, Kerala'),(4038,'Mahatma Jyotiba Phule Rohilkhand University Bareilly'),(4039,'Madurai Kamaraj University'),(4040,'Marathwada Agricultural University'),(4041,'Mohan Lal Sukhadia University'),(4042,'Motilal Nehru National Institute Of Technology'),(4043,'Madhya Pradesh Bhoj (Open) University'),(4044,'Mahatma Phule Agricultural University'),(4045,'Maharaja Sayajirao University of Baroda'),(4046,'University of Mumbai'),(4047,'Acharya Nagarjuna University'),(4048,'Nagaland University'),(4049,'Nagpur University'),(4050,'Nalanda Open University'),(4051,'National Museum Institute of History of Art, Conservation and Museology'),(4052,'University of North Bengal'),(4053,'National Dairy Research Institute'),(4054,'Narendra Deva University of Agriculture and Technology'),(4055,'North Eastern Hill University'),(4056,'Hemchandracharay North Gujarat University'),(4057,'National Institute of Mental Health and Neuro Sciences'),(4058,'Nizam\'s Institute of Medical Sciences'),(4059,'Institute of Management Studies'),(4060,'Nirma University'),(4061,'National Institute of Industrial Engineering'),(4062,'National Institute of Technology Agartala'),(4063,'National Institute of Technology Andhra Pradesh'),(4064,'National Institute of Technology Arunachal Pradesh'),(4065,'National Institute of Technology Calicut'),(4066,'National Institute of Technology Delhi'),(4067,'National Institute of Technology Durgapur'),(4068,'National Institute of Technology Goa'),(4069,'National Institute of Technology Hamirpur'),(4070,'National Institute of Technology Jamshedpur'),(4071,'National Institute of Technology Kurukshetra'),(4072,'National Institute of Technology Manipur'),(4073,'National Institute of Technology Meghalaya'),(4074,'National Institute of Technology Mizoram'),(4075,'National Institute of Technology Nagaland'),(4076,'National Institute of Technology Patna'),(4077,'National Institute of Technology Puducherry'),(4078,'National Institute of Technology Raipur'),(4079,'National Institute of Technology Rourkela'),(4080,'National Institute of Technology Sikkim'),(4081,'National Institute of Technology Silchar'),(4082,'National Institute of Technology Srinagar'),(4083,'National Institute of Technology Surathkal'),(4084,'National Institute of Technology Trichy'),(4085,'National Institute of Technology Uttarakhand'),(4086,'National Institute of Technology Warangal'),(4087,'National Law School of India University'),(4088,'Narsee Monjee Institute of Management Studies'),(4089,'North Maharashtra University'),(4090,'Netaji Subhas Institute of Technology'),(4091,'Osmania University'),(4092,'Sri Padmavati Women\'s University'),(4093,'Punjab Agricultural University'),(4094,'Dr. Panjabrao Deshmukh Krishi Vidyapeeth'),(4095,'Punjab Engineering College'),(4096,'Pes University'),(4097,'Postgraduate lnstitute of Medical Education and Research'),(4098,'Pondicherry University'),(4099,'PSG College of Technology'),(4100,'Jai Narain Vyas University'),(4101,'Punjab Technical University'),(4102,'Panjab University'),(4103,'Punjabi University Patiala'),(4104,'Patna University'),(4105,'Rajendra Agricultural University'),(4106,'Rabindra Bharati University'),(4107,'Ranchi University'),(4108,'Rajasthan Agricultural University, Bikaner'),(4109,'Rani Durgavati University'),(4110,'Rajiv Gandhi Technical University (University of Technology of Madhya Pradesh)'),(4111,'Rajiv Gandhi University'),(4112,'Rajitlal Institute of Technology & Health Sciences (RITHS)'),(4113,'Dr. Ram Manohar Lohia Avadh University'),(4114,'Pandit Ravi Shankar Shukla University'),(4115,'Rajasthan Technical University'),(4116,'Mahatma Gandhi Chitrakut Gramoday University'),(4117,'Dr. Hari Singh Gour University, formerly University of Sagar'),(4118,'Sambalpur University'),(4119,'National Sanskrit University'),(4120,'SASTRA Deemed University'),(4121,'Sathyabama University'),(4122,'Saurashtra University'),(4123,'Shanmugha Arts Science Technology and Research Academy'),(4124,'Sree Chitra Tirunal Institute for Medical Sciences and Technology'),(4125,'Sardarkrushinagar Dantiwada Agricultural University'),(4126,'Sanjay Gandhi Postgraduate lnstitute of Medical Sciences'),(4127,'South Gujarat University'),(4128,'Shobhit University, Meerut'),(4129,'Shridhar University'),(4130,'Vikrama Simhapuri University'),(4131,'Symbiosis International University'),(4132,'Shri Jagannath Sanskrit University'),(4133,'Sido Kanhu Murmu University'),(4134,'Sher-E-Kashmir University of Agricultural Sciences and Technology'),(4135,'Sri Krishnadevaraya University'),(4136,'Shri Lal Bahadur Shastri Rashtriya Sanskrit Vidyapeetha'),(4137,'SMK Fomra Institute of Technology'),(4138,'Sikkim Manipal University of Health, Medical and Technological Sciences'),(4139,'Shreemati Nathibai Damodar Thackersey Women\'s University'),(4140,'Sikha \'O\' Anushandhan University'),(4141,'South Asian University'),(4142,'School of Planning and Architecture'),(4143,'Periyar University'),(4144,'Sardar Patel University'),(4145,'Sri Sathya Sai Institute of Higher Learning'),(4146,'Sree Rama Krishna Degree College'),(4147,'SRM Institute Of Science & Technology ( Deemed University)'),(4148,'Swami Ramanand Teerth Marathwada University'),(4149,'Sri Sant Gajanan Maharaj College of Engineering'),(4150,'Sree Sankaracharya University of Sanskrit'),(4151,'Sampurnanand Sanskrit University'),(4152,'Solapur University'),(4153,'Sardar Vallabhai Patel University of Agriculture Amd Technology'),(4154,'Sardar Vallabhbhai National Institute of Technology'),(4155,'Sri Venkateswara Institute of Medical Sciences'),(4156,'Sri Venkateswara University'),(4157,'Tamil University'),(4158,'Tamil Nadu Veterinary and Animal Sciences University'),(4159,'Thiagarajar College of Engineering'),(4160,'Potti Sreeramulu Telugu University'),(4161,'Telugu University'),(4162,'Tezpur University'),(4163,'The New College'),(4164,'Thapar Institute of Engineering and Technology'),(4165,'Tata Institute of Social Sciences'),(4166,'Tilka Manjhi Bhagalpur University'),(4167,'Tilak Maharashtra Vidyapeeth'),(4168,'Tamil Nadu Dr. Ambedkar Law University'),(4169,'Tamil Nadu Dr. M.G.R. Medical University'),(4170,'Avinashilingam Institute for Home Science and Higher Education for Women'),(4171,'Gandhigram Rural Institute'),(4172,'Manonmaniam Sundaranar University'),(4173,'Mother Teresa Women\'s University'),(4174,'Maulana Azad National Institute of Technology Bhopal'),(4175,'Malaviya National Institute of Technology Jaipur'),(4176,'Tripura University'),(4177,'Takhatmal Shrivallabh Homoeopathic Medical College'),(4178,'Tumkur University'),(4179,'Thiruvalluvar University'),(4180,'University of Agricultural Sciences, Bangalore'),(4181,'University of Agricultural Sciences, Dharwad'),(4182,'Uttarakhand Technical University'),(4183,'University of Media Arts'),(4184,'University of Calicut'),(4185,'Goa University'),(4186,'University of Mysore'),(4187,'University of Pune'),(4188,'University of Rajasthan'),(4189,'Shivaji University'),(4190,'University of Madras'),(4191,'University of Hyderabad'),(4192,'University of Kota'),(4193,'University of Roorkee'),(4194,'Uttarakhand Open University'),(4195,'Uttar Pradesh Technical University'),(4196,'Utkal University'),(4197,'VBS Purvanchal University'),(4198,'Vinoba Bhave University'),(4199,'Vidyasagar University'),(4200,'Vignan University'),(4201,'Vikram University'),(4202,'Vinayaka Mission\'s Research Foundation-Deemed University'),(4203,'Visva-Bharati University'),(4204,'Vellore Institute of Technology'),(4205,'Veer Kunwar Singh University'),(4206,'Vardhaman Mahaveer Open University'),(4207,'Visvesvaraya National Institute of Technology'),(4208,'Veer Surendra Sai University of Technology'),(4209,'Visvesvaraya Technological University'),(4210,'West Bengal University of Animal and Fishery Sciences'),(4211,'West Bengal University of Technology'),(4212,'Yashawantrao Chavan Maharashtra Open University'),(4213,'Dr. YS Parmar University of Horticulture and Forestry'),(4214,'Institut Sains & Teknologi Akprind'),(4215,'STMIK AMIKOM Yogyakarta'),(4216,'Universitas Katolik Indonesia Atma Jaya'),(4217,'Universitas Bakrie'),(4218,'Binus University'),(4219,'Universitas Bung Hatta'),(4220,'Universitas Dian Nuswantoro'),(4221,'Universitas Gunadarma'),(4222,'Universitas Ibn Chaldun Jakarta'),(4223,'Universitas Indonusa Esa Unggul'),(4224,'Bogor Agricultural University'),(4225,'Institut Sains dan Teknologi Al Kamal'),(4226,'Institut Teknologi Adhi Tama Surabaya'),(4227,'Institut Teknologi Bandung'),(4228,'Institut Teknologi Sepuluh Nopember'),(4229,'Universitas Janabadra'),(4230,'Universitas Jayabaya'),(4231,'Universitas Ma Chung'),(4232,'Universitas Mahendradatta'),(4233,'Universitas Negeri Malang'),(4234,'Universitas Kristen Maranatha'),(4235,'Universitas Mercu Buana'),(4236,'Universitas Dr. R. Moestopo'),(4237,'Universitas Narotama'),(4238,'Universitas HKBP Nommensen'),(4239,'Universitas Pembangunan Panca Budi'),(4240,'Universitas Paramadina Mulya'),(4241,'Universitas Nasional Pasim'),(4242,'STIE Perbanas'),(4243,'Perbanas Institute'),(4244,'Universitas Kristen Petra'),(4245,'Prasetiya Mulya Business School'),(4246,'Politeknik Negeri Jakarta'),(4247,'Politeknik Negeri Lhokseumawe'),(4248,'Politeknik Negeri Bandung'),(4249,'Politeknik Negeri Semarang'),(4250,'Politeknik Negeri Padang'),(4251,'Politeknik Negeri Pontianak'),(4252,'Politeknik Negeri Malang'),(4253,'Politeknik Pos Indonesia'),(4254,'Politeknik Negeri Sambas'),(4255,'Universitas Putera Batam'),(4256,'Universitas Sarjanawiyata Tamansiswa'),(4257,'Swiss German University'),(4258,'STMIK Sinar Nusantara'),(4259,'Sekolah Tinggi Akuntansi Negara (STAN)'),(4260,'Trisakti Institute of Tourism'),(4261,'Universitas Telkom'),(4262,'Universitas Klabat'),(4263,'Universitas Trisakti'),(4264,'Universitas Ahmad Dahlan'),(4265,'Universitas Atma Jaya Yogyakarta'),(4266,'Universitas Brawijaya'),(4267,'Universitas Surabaya'),(4268,'Universitas Bhayangkara Surabaya'),(4269,'Universitas Bhayangkara Jakarta Raya'),(4270,'Universitas Bunda Mulia Jakarta'),(4271,'Universitas Darma Agung'),(4272,'Universitas Gadjah Mada'),(4273,'Universitas Indonesia'),(4274,'Universitas Islam Indonesia'),(4275,'Universitas Ibn Khaldun Bogor'),(4276,'Universitas Islam Jakarta'),(4277,'Universitas Islam Riau'),(4278,'Universitas Islam Sumatera Utara'),(4279,'Universitas Kristen Duta Wacana'),(4280,'Universitas Kristen Indonesia'),(4281,'Universitas Kristen Indonesia Tomohon'),(4282,'Universitas Kristen Krida Wacana'),(4283,'Universitas Kristen Satya Wacana'),(4284,'Universitas Muslim Indonesia'),(4285,'Universitas Methodist Indonesia'),(4286,'Universitas Muhammadiyah Jakarta'),(4287,'Universitas Muria Kudus'),(4288,'Universitas Muhammadiyah Malang'),(4289,'Universitas Muhammadiyah Magelang'),(4290,'Universitas Muhammadiyah Surakarta'),(4291,'Universitas Muhammadiyah Sumatra Utara'),(4292,'Universitas Muhammadiyah Yogyakarta'),(4293,'Universitas Advent Indonesia'),(4294,'Universitas Airlangga'),(4295,'Universitas Andalas'),(4296,'Universitas Nasional Jakarta'),(4297,'Universitas Cenderawasih'),(4298,'Universitas Nusa Cendana'),(4299,'Universitas Diponegoro'),(4300,'Universitas Jember'),(4301,'Universitas Negeri Surabaya'),(4302,'Universitas Negeri Gorontalo'),(4303,'Universitas Haluoleo'),(4304,'Universitas Amir Hamzah'),(4305,'Universitas Hasanuddin'),(4306,'Universitas Bengkulu'),(4307,'Universitas Bojonegoro'),(4308,'Universitas Katolik Soegijapranoto'),(4309,'Universitas Pekalongan'),(4310,'Universitas Kediri'),(4311,'Universitas Komputer Indonesia'),(4312,'Universitas Lampung'),(4313,'Universitas Lancang Kuning'),(4314,'Universitas Negeri Manado'),(4315,'Universitas Negeri Medan'),(4316,'Universitas Islam Nusantara'),(4317,'Universitas Pesantren Darul Ulum Jombang'),(4318,'Universitas Madura'),(4319,'Universitas Islam Bandung'),(4320,'Universitas Islam Malang'),(4321,'Universitas Muhammadiyah Makassar'),(4322,'Universitas Slamet Riyadi Surakarta'),(4323,'Universitas Islam Sultan Agung'),(4324,'Universitas Islam Syekh-Yusuf'),(4325,'Unitomo Surabaya'),(4326,'Universitas Trilogi'),(4327,'Universitas Pancasila'),(4328,'Universitas Jambi'),(4329,'Universitas Negeri Jakarta'),(4330,'Universitas Jenderal Achmad Yani'),(4331,'Universitas Khairun'),(4332,'Universitas Krisnadwipayana'),(4333,'Universitas Lambung Mangkurat'),(4334,'Universitas Negeri Makassar'),(4335,'Universitas Mahasaraswati Denpasar'),(4336,'Universitas Merdeka Malang'),(4337,'Universitas Merdeka Madiun'),(4338,'Universitas Muhammadiyah Jember'),(4339,'Universitas Muhammadiyah Mataram'),(4340,'Universitas Mulawarman'),(4341,'Universitas Negeri Semarang'),(4342,'Universitas Negeri Padang'),(4343,'Universitas Padjadjaran'),(4344,'Universitas Pakuan'),(4345,'Universitas Katolik Parahyangan'),(4346,'Universitas Pasundan'),(4347,'Universitas Pattimura'),(4348,'Universitas Ngurah Rai'),(4349,'Universitas Mataram'),(4350,'Universitas Riau'),(4351,'Universitas Sebelas Maret'),(4352,'Universitas Darma Persada'),(4353,'Universitas Siliwangi'),(4354,'Universitas Jenderal Soedirman'),(4355,'Universitas Sam Ratulangi'),(4356,'Universitas Sriwijaya'),(4357,'Universitas Swadaya Gunung Djati'),(4358,'Universitas Syiah Kuala'),(4359,'Universitas Tadulako'),(4360,'Universitas 17 Agustus 1945 Surabaya'),(4361,'Universitas 17 Agustus 1945 Banyuwangi'),(4362,'Universitas 17 Agustus 1945 Cirebon'),(4363,'Universitas 17 Agustus 1945 Jakarta'),(4364,'Universitas 17 Agustus 1945 Samarinda'),(4365,'Universitas 17 Agustus 1945 Semarang'),(4366,'Universitas Tanjungpura'),(4367,'Universitas Tarumanagara'),(4368,'Universitas Sultan Ageng Tirtayasa'),(4369,'Universitas Udayana'),(4370,'Universitas Wijaya Kusuma Purwokerto'),(4371,'Universitas Negeri Yogyakarta'),(4372,'Universitas Proklamasi 45'),(4373,'Universitas Pelita Harapan'),(4374,'Universitas Pendidikan Indonesia'),(4375,'Universitas Pembangunan Nasional \"Veteran\" East Java'),(4376,'Universitas Palangka Raya'),(4377,'Universitas Pancasakti Tegal'),(4378,'Universitas Sanata Dharma'),(4379,'Universitas Simalungun'),(4380,'Universitas Semarang'),(4381,'Universitas Sumatera Utara'),(4382,'Universitas Terbuka Indonesia'),(4383,'Universitas Tidar Magelang'),(4384,'Universitas Tunas Pembangunan'),(4385,'Universitas Widya Gama Malang'),(4386,'Universitas Katolik Widya Karya'),(4387,'Universitas Widyatama'),(4388,'Universitas Wijaya Kusuma Surabaya'),(4389,'Universitas Katolik Widya Manadala'),(4390,'Universitas Wisnuwardhana'),(4391,'Universitas Persada Indonesia Y.A.I'),(4392,'Universitas Yarsi'),(4393,'Amirkabir College of Managmant & Technology'),(4394,'Adiban Higher Education Institue'),(4395,'Ahwaz Jondishapour University of Medical Sciences'),(4396,'Islamic Azad University, Aliabad'),(4397,'Almustafa Open University'),(4398,'Arak University of Medical Sciences'),(4399,'Arak University'),(4400,'Arak University of Technology'),(4401,'Art University'),(4402,'Ardabil University of Medical Sciences'),(4403,'Allameh Tabatabaie University'),(4404,'Ahvaz University of Medical Sciences'),(4405,'Amirkabir University of Technology'),(4406,'Islamic Azad University, Tehran South'),(4407,'Azzahra University'),(4408,'Bu Ali Sina University'),(4409,'Baha\'i Institute for Higher Education'),(4410,'The Bahá\'í Institute For Higher Education (BIHE)'),(4411,'Birjand University'),(4412,'Baghyatoolah Medical Sciences University'),(4413,'Islamic Azad University, Bojnourd'),(4414,'Bushehr University of Medical Sciences'),(4415,'Birjand University of Medical Sciences'),(4416,'Shaheed Chamran University'),(4417,'Islamic Azad University, Dehaghan'),(4418,'Delijan Payame Noor University'),(4419,'Deylaman Institute of Higher Education'),(4420,'Damghan University of Basic Sciences'),(4421,'Islamic Azad University, Falavarjan'),(4422,'Islamic Azad University, Fars Science & Research Branch'),(4423,'Fasa Faculty of Medical Sciences'),(4424,'Gorgan University of Agricultural Sciences and Natural Resources'),(4425,'Gonabad University of Medical Sciences'),(4426,'Islamic Azad University, Gorgan'),(4427,'Golestan University of Medical Sciences'),(4428,'Guilan University'),(4429,'Guilan University of Medical Sciences'),(4430,'University of Hormozgan'),(4431,'Hormozgan University of Medical Sciences'),(4432,'Hyrcania Institute of Higher Education'),(4433,'Zanjan Institute for Advanced Studies in Basic Sciences'),(4434,'Islamic Azad University, Ahar'),(4435,'Islamic Azad University, Arak'),(4436,'Islamic Azad University, Ardabil'),(4437,'Islamic Azad University, Bandar Abbas'),(4438,'Islamic Azad University, Bostanabad'),(4439,'Islamic Azad University, Boukan'),(4440,'Islamic Azad University, Central Tehran Branch'),(4441,'Islamic Azad University, Garmsar'),(4442,'Islamic Azad University, Hamedan'),(4443,'Islamic Azad University, Kerman'),(4444,'Islamic Azad University, Karaj'),(4445,'Islamic Azad University, Lahijan'),(4446,'Islamic Azad University, Majlesi'),(4447,'Islamic Azad University, Mehriz'),(4448,'Islamic Azad University, Najaf Abad'),(4449,'Islamic Azad University, Quchan'),(4450,'Islamic Azad University, Region One'),(4451,'Islamic Azad University, Saveh'),(4452,'Islamic Azad University, Sanandaj'),(4453,'Islamic Azad University, Shabestar'),(4454,'Islamic Azad University, Shahrood'),(4455,'Islamic Azad University, Shiraz'),(4456,'Islamic Azad University, Shirvan'),(4457,'Islamic Azad University, Shahr-e-rey Branch'),(4458,'Islamic Azad University, Tabriz'),(4459,'Islamic Azad University, Tafresh'),(4460,'Islamic Azad University, Tehran Medical'),(4461,'Islamic Azad University, North Tehran'),(4462,'Islamic Azad University, Varamin'),(4463,'Islamic Azad University, Yazd'),(4464,'Imam Khomeini International University'),(4465,'Ilam University'),(4466,'Imam Reza University'),(4467,'Imam Sadiq University'),(4468,'Iran University of Medical Sciences'),(4469,'Iran University of Science and Technology Tehran'),(4470,'Isfahan University of Technology'),(4471,'Jami Institute of Technology'),(4472,'Islamic Azad University, Janah'),(4473,'Jahrom University of Medical Sciences'),(4474,'Kamalolmolk Art & Architecture Higher Education Institute of Noshahr'),(4475,'Kar University'),(4476,'Kashan University'),(4477,'Islamic Azad University, Kazeron'),(4478,'Kashan University of Medical Sciences'),(4479,'Kerman Graduate University of Technology'),(4480,'Islamic Azad University, Khorasgan'),(4481,'Sharif University of Technology, Kish Campus'),(4482,'Khomeinishahr Payame Noor University'),(4483,'Kerman University of Medical Sciences'),(4484,'K.N.Toosi University of Technology'),(4485,'Kermanshah University of Medical Sciences'),(4486,'University of Lavasanat Pnu'),(4487,'Lorestan University'),(4488,'Lorestan University of Medical Sciences'),(4489,'Islamic Azad University, Mahshar'),(4490,'Malayer University'),(4491,'Malekan Payame Nour University'),(4492,'Mamasani University of Technology'),(4493,'Islamic Azad University, Mobarakeh'),(4494,'Islamic Azad University, Maybod'),(4495,'Mazandaran University of Medical Science'),(4496,'Ilam University of Medical Sciences'),(4497,'Sabzevar School of Medical Sciences'),(4498,'Mustafa International University'),(4499,'Tarbiat Modares University'),(4500,'Mofid University'),(4501,'Islamic Azad University, Mashhad'),(4502,'Babol University of Medical Sciences'),(4503,'Isfahan University of Medical Sciences'),(4504,'Kurdistan University of Medical Sciences'),(4505,'Mashhad University of Medical Sciences'),(4506,'Qom University of Medical Sciences'),(4507,'Najaf Abad University of Applied Science and Technology'),(4508,'Babol Noshirvani University of Technology'),(4509,'Iranian Academy of Persian Language and Literature'),(4510,'Persian Gulf University'),(4511,'Islamic Azad University, Parand'),(4512,'Payame Noor University'),(4513,'University of Mashhad Pnu'),(4514,'Payame Noor University, Tafresh'),(4515,'Petroleum University of Technology'),(4516,'Power and Water Institute of Technology'),(4517,'Islamic Azad University, Qazvin'),(4518,'Qom University'),(4519,'Islamic Azad University, Qom'),(4520,'Qazvin University of Medical Sciences'),(4521,'Qom University of Technology'),(4522,'Raghebe Esfahani University'),(4523,'Razi University'),(4524,'Islamic Azad University, Roodehen'),(4525,'Rafsanjan University of Medical Sciences'),(4526,'Sadjad Institute of Technology'),(4527,'Sadra University'),(4528,'Shaheed Beheshti University of Medical Sciences'),(4529,'Shaheed Beheshti University'),(4530,'Daneshestan Institute of Higher Education'),(4531,'Semnan University'),(4532,'Islamic Azad University, Semnan'),(4533,'Semnan University of Medical Sciences'),(4534,'School of Economic Sciences'),(4535,'Shahed University'),(4536,'Shahrood University of Technology'),(4537,'Islamic Azad University, Shahryar'),(4538,'Sharif University of Technology'),(4539,'Sheikhbahaee University'),(4540,'Shiraz University'),(4541,'Shahrood University of Medical Sciences'),(4542,'Shomal University'),(4543,'Shahrekord University'),(4544,'Shahrekord University of Medical Sciences'),(4545,'Islamic Azad University, Sowmesara'),(4546,'Shiraz Payamnoor University'),(4547,'Islamic Azad University, Tehran Science & Research Branch'),(4548,'Shaheed Rajaei Teacher Training University'),(4549,'Yazd Medical University'),(4550,'Sabzevar Teacher Training University'),(4551,'Shiraz University of Medical Sciences'),(4552,'Sahand University of Technology'),(4553,'Shiraz University of Technology'),(4554,'Tabriz Islamic Art University'),(4555,'Tabriz University'),(4556,'Tabriz University of Medical Sciences'),(4557,'Tabriz College of Technology'),(4558,'Torbat Heydarieh University of Medical Sciences'),(4559,'Takestan Islamic Azad University'),(4560,'Tehran University of Teacher Training'),(4561,'Tehran University of Medical Sciences'),(4562,'University of Applied Science and Technology'),(4563,'University College of Nabi Akram'),(4564,'Isfahan University'),(4565,'Shahid Bahonar University of Kerman'),(4566,'University of Mohaghegh'),(4567,'Ferdowsi University of Mashhad'),(4568,'Hamadan University of Medical Sciences'),(4569,'Urmia University of Medical Sciences'),(4570,'Mazandaran University of Iran'),(4571,'University of Kurdistan'),(4572,'Zabol University'),(4573,'Urmia University'),(4574,'Sistan & Balouchestan University'),(4575,'University of Science and Culture'),(4576,'Mazandaran University of Science & Technology'),(4577,'University of Social Welfare and Rehabilitation Scinences'),(4578,'University of Tehran'),(4579,'Urmia University of Technology'),(4580,'Vali-e-Asr University'),(4581,'Yazd University'),(4582,'Yasuj University'),(4583,'Yasuj University of Medical Sciences'),(4584,'Zahedan University of Medical Sciences'),(4585,'Zanjan University'),(4586,'Zanjan University of Medical Sciences'),(4587,'Ahlulbait International University'),(4588,'Al Mamon University College'),(4589,'Al Rasheed University College'),(4590,'Alsadrain University'),(4591,'Al Maarif University College'),(4592,'American University of Iraq, Sulaimani (Kurdistan Region)'),(4593,'Baghdad College of Economic Sciences University'),(4594,'Baghdad College of Pharmacy'),(4595,'British Royal University'),(4596,'Cihan University'),(4597,'Al Rafidain University College'),(4598,'Dijla University College'),(4599,'Hawler Medical University'),(4600,'Iraq University College'),(4601,'Ishik University'),(4602,'Komar University of Science and Technology'),(4603,'Koya University (Kurdistan Region)'),(4604,'Madenat Alelem University College'),(4605,'Al Mansour University College'),(4606,'Al Nahrain University'),(4607,'Nawroz University'),(4608,'University of Al-Qadisiyah'),(4609,'College of Science, Baghdad University'),(4610,'Soran University'),(4611,'Salahddin University (Kurdistan Region)'),(4612,'Thi Qar University'),(4613,'Tikrit University'),(4614,'Al Turath University College'),(4615,'University of Human Development (Kurdistan Region)'),(4616,'University of Kurdistan - Hawler'),(4617,'University of Sulaimania (Kurdistan Region)'),(4618,'Al Muthanna University'),(4619,'University of Anbar'),(4620,'Uinversity of Babylon'),(4621,'University of Baghdad'),(4622,'University of Basrah'),(4623,'University of Dohuk (Kurdistan Region)'),(4624,'Diyala University'),(4625,'Kerbala University'),(4626,'University of Kirkuk'),(4627,'University of Kufa'),(4628,'Misan University'),(4629,'University of Mosul'),(4630,'University of Mustansiriyah'),(4631,'University of Technology - Iraq'),(4632,'University of Wassit'),(4633,'Al Yarmouk University College'),(4634,'Athlone Institute of Technology'),(4635,'Cork Institute of Technology'),(4636,'Dublin City University'),(4637,'Dublin Institute for Advanced Studies'),(4638,'Dublin Institute of Technology'),(4639,'Griffith College'),(4640,'Galway Mayo Institute of Technology'),(4641,'Irish International University (Distance Education)'),(4642,'Carlow Institute of Technology'),(4643,'Institue of Technology, Tralee'),(4644,'LSB College'),(4645,'National University of Ireland, Maynooth'),(4646,'National College of Ireland'),(4647,'National University of Ireland'),(4648,'Royal College of Physicians of Ireland'),(4649,'Royal College of Surgeons'),(4650,'Shannon College of Hotel Management'),(4651,'University of Dublin, Trinity College'),(4652,'University College Cork'),(4653,'University College Dublin'),(4654,'National University of Ireland, Galway'),(4655,'University of Limerick'),(4656,'Warnborough University'),(4657,'Waterford Institute Of Technology'),(4658,'Afeka Tel Aviv Academic College of Engineering'),(4659,'Ariel University Center of Samaria'),(4660,'Ashkelon Academic College'),(4661,'Bezalel Academy of Art and Design'),(4662,'Ben-Gurion University of the Negev'),(4663,'Bar-Ilan University'),(4664,'Acdemic Center for Law and Business'),(4665,'College of Management'),(4666,'Galillee College'),(4667,'University of Haifa'),(4668,'Hebrew University of Jerusalem'),(4669,'The Interdisciplinary Center Herzliya'),(4670,'Jerusalem University College'),(4671,'Open University of Israel'),(4672,'Russell Berrie Nanotechnology Institute'),(4673,'Sami Shamoon College of Engineering'),(4674,'Shenkar School of Engineering & Design'),(4675,'Tel Aviv University'),(4676,'Technion - Israel Institute of Technology'),(4677,'Weizmann Institute of Science'),(4678,'Western Galilee College'),(4679,'Emeq Yizrael College'),(4680,'Pontificia Università S. Tommaso'),(4681,'Pontificio Ateneo Antonianum'),(4682,'University of Modena'),(4683,'Abdus Salam international centre for theoretical physics'),(4684,'Institute for Advanced Studies Lucca'),(4685,'University Institute of Architecture Venice'),(4686,'European University Institute'),(4687,'University Institute of Modern Languages'),(4688,'Dutch University Institute for Art History (DUIA)'),(4689,'University Institute of Oriental Studies'),(4690,'Istituto Universitario di Studi Superiori'),(4691,'Johns Hopkins University, SAIS Bologna Center'),(4692,'John Cabot University'),(4693,'Free University Institute \"Carlo Cattaneo\"'),(4694,'Free International University of Social Studies'),(4695,'Free University \"Maria Santissima Assunta\"'),(4696,'NABA - Nuova Accademia di Belle Arti, Milan'),(4697,'Yorker International University, Milano'),(4698,'Pontificio Istituto Orientale'),(4699,'Polytechnic Institute of Bari'),(4700,'Polytechnic Institute of Milan'),(4701,'Polytechnic Institute of Turin'),(4702,'Pontificia Università Lateranense'),(4703,'Pontificia Università della Santa Croce'),(4704,'Fondazione Sacro Cuore'),(4705,'International Higher School for Advanced Studies Trieste'),(4706,'School of Education Pisa'),(4707,'Higher School of University and Advanced Studies Pisa'),(4708,'University of Ancona'),(4709,'University of Bari'),(4710,'Basilicata University Potenza'),(4711,'University of Bergamo'),(4712,'Bocconi University'),(4713,'University of Bologna'),(4714,'University of Brescia'),(4715,'Free University of Bozen'),(4716,'University of Cagliari'),(4717,'University of Calabria'),(4718,'University of Camerino'),(4719,'Campus Bio-Medico University of Rome'),(4720,'University of Cassino'),(4721,'Catholic University of the Sacred Heart'),(4722,'University of Chieti'),(4723,'University of Catania'),(4724,'European School of Economics'),(4725,'University of Ferrara'),(4726,'University of Foggia'),(4727,'University of Florence'),(4728,'University of Genoa'),(4729,'Pontifica Università Gregoriana'),(4730,'University of Lecce'),(4731,'Link Campus University of Malta'),(4732,'University of Macerata'),(4733,'University of Messina'),(4734,'University of Milan - Bicocca'),(4735,'University of Milan'),(4736,'University of Molise'),(4737,'Second University of Naples'),(4738,'University of Naples Federico II'),(4739,'University Institute of Naval Studies'),(4740,'University of Insubria'),(4741,'University of Palermo'),(4742,'University of Padua'),(4743,'University of Perugia'),(4744,'University of Pisa'),(4745,'University of Parma'),(4746,'University of Pavia'),(4747,'University of Reggio Calabria'),(4748,'University of Roma \"La Sapienza\"'),(4749,'University of Roma \"Tor Vergata\"'),(4750,'Third University of Rome'),(4751,'University of Salerno'),(4752,'Università Pontificia Salesiana'),(4753,'University of Sannio'),(4754,'University of Gastronomic Sciences'),(4755,'University of Siena'),(4756,'University Institute of Teacher Training \"Suor Orsola Benincasa\"'),(4757,'University of Sassari'),(4758,'University of Italian Studies for Foreigners of Perugia'),(4759,'University of Italian Studies for Foreigners of Siena'),(4760,'University of Teramo'),(4761,'University of Trento'),(4762,'University of Turin'),(4763,'Viterbo State University'),(4764,'University of Udine'),(4765,'University of Urbino'),(4766,'University of Aquila'),(4767,'University of Venice'),(4768,'University of Verona'),(4769,'University of Trieste'),(4770,'Northern Caribbean University'),(4771,'University of Technology Jamaica'),(4772,'University of the West Indies, Mona'),(4773,'Aichi Shukutoku University'),(4774,'Aichi Bunkyo University'),(4775,'Aichi University of Education'),(4776,'Aichi Prefectural University of Fine Arts & Music'),(4777,'Aichi Gakuin University'),(4778,'Aichi Medical University'),(4779,'Aichi Prefectural University'),(4780,'Aichi University'),(4781,'Aikoku Gakuen University'),(4782,'Aichi Institute of Technology'),(4783,'Akita University of Economics and Law'),(4784,'Akita University'),(4785,'St. Andrew\'s University'),(4786,'Aomori Chuoh Gakuin University'),(4787,'Aomori University'),(4788,'Aoyama Gakuin University'),(4789,'Ritsumeikan Asia Pacific University'),(4790,'Asahikawa Medical College'),(4791,'Asahikawa University'),(4792,'Asahi University'),(4793,'Ashikaga Institute of Technology'),(4794,'Ashiya University'),(4795,'Asia University'),(4796,'Aichi Sangyo University'),(4797,'Atomi College'),(4798,'American University Extension, Okinawa'),(4799,'Aomori University of Health and Welfare'),(4800,'Azabu University'),(4801,'Baika Women\'s College'),(4802,'Baiko Women\'s College'),(4803,'Beppu University'),(4804,'International Budo University'),(4805,'Bukkyo University'),(4806,'Bunka Women\'s University'),(4807,'Bunkyo University'),(4808,'Tokushima Bunri University'),(4809,'Chuo Gakuin University'),(4810,'Chiba University'),(4811,'Chikushi Jogakuen University'),(4812,'Chubu University'),(4813,'Chubu Gakuin University & Chubu Women\'s College'),(4814,'Chukyo Women\'s University'),(4815,'Chukyo Gakuin University'),(4816,'Chukyo University'),(4817,'Chuo University'),(4818,'Chiba Keizai University'),(4819,'Chiba University of Commerce'),(4820,'Daido Institute of Technology'),(4821,'Daiichi College of Pharmaceutical Sciences'),(4822,'Dai Ichi University, College of Technology'),(4823,'Daiichi University of Economics'),(4824,'Osaka College of Music'),(4825,'Osaka University of Commerce'),(4826,'Daito Bunka University'),(4827,'Tokyo Denki University'),(4828,'Doho University'),(4829,'Nagoya College of Music'),(4830,'Dohto University'),(4831,'Hokkaido Information University'),(4832,'Dokkyo University'),(4833,'Dokkyo University School of Medicine'),(4834,'Doshisha University'),(4835,'Doshisha Women\'s College of Liberal Arts'),(4836,'Edogawa University'),(4837,'Ehime University'),(4838,'Eichi University'),(4839,'Kagawa Institute of Nutrition'),(4840,'Elisabeth University of Music'),(4841,'Fukuoka Dental College'),(4842,'Ferris University'),(4843,'National Fisheries University'),(4844,'Fukuoka Institute of Technology'),(4845,'Fukushima Medical College'),(4846,'Fukui Prefectural University'),(4847,'Fuji Women\'s College'),(4848,'Fujita Health University'),(4849,'Fukui Medical School'),(4850,'Fukui University'),(4851,'Fukui University of Technology'),(4852,'Fukuoka University of Education'),(4853,'Fukuoka International University'),(4854,'Fukuoka Prefectural University'),(4855,'Fukuoka University'),(4856,'Fukushima University'),(4857,'Fukuyama University'),(4858,'Fukuoka Women\'s University'),(4859,'Aichi Gakusen University'),(4860,'Gakushuin University'),(4861,'Tokyo National University of Fine Arts and Music'),(4862,'Gifu Keizai University'),(4863,'Gifu University for Education and Languages'),(4864,'Gifu Pharmaceutical University'),(4865,'Gifu University'),(4866,'Gifu Women\'s University'),(4867,'Gunma Prefectural Women\'s University'),(4868,'Gunma University'),(4869,'Hachinohe University'),(4870,'Hakodate University'),(4871,'Hakuoh University'),(4872,'Hamamatsu University'),(4873,'Hamamatsu University School of Medicine'),(4874,'Hanazono University'),(4875,'Hannan University'),(4876,'Hiroshima Bunkyo Women\'s University'),(4877,'Fukuyama Heisei University'),(4878,'Hijiyama University'),(4879,'Himeji Dokkyo University'),(4880,'Himeji Institute of Technology'),(4881,'Hirosaki Gakuin University'),(4882,'Hiroshima Women\'s University'),(4883,'Hiroshima International University'),(4884,'Hirosaki University'),(4885,'Hiroshima City University'),(4886,'Hiroshima Prefectural University'),(4887,'Hiroshima University'),(4888,'Hokkaido Institute of Technology'),(4889,'Hachinohe Institute of Technology'),(4890,'Hitotsubashi University'),(4891,'Heisei International University'),(4892,'Hiroshima Jogakuin University'),(4893,'Hiroshima Kokusai Gakuin University'),(4894,'Hokkaigakuen University of Kitami'),(4895,'Hokkaigakuen University'),(4896,'Hokkaido University of Education'),(4897,'Hokkaido University'),(4898,'Hokkaido University of Health Sciences'),(4899,'Hokuriku University'),(4900,'Hokusei Gakuen University'),(4901,'Hokkaido Institute of Pharmaceutical Sciences'),(4902,'Hosei University'),(4903,'Hoshi University'),(4904,'Hiroshima University of Economics'),(4905,'Hyogo University'),(4906,'Hyogo University of Education'),(4907,'Hyogo College of Medicine'),(4908,'Ibaraki University'),(4909,'Ibaraki Christian College'),(4910,'International Christian University'),(4911,'Kyushu Sangyo University'),(4912,'Ibaraki Prefectural University of Health Sciences'),(4913,'Ishinomaki Senshu University'),(4914,'Chiba Institute of Technology'),(4915,'Hiroshima Institute of Technology'),(4916,'International University of Health and Welfare'),(4917,'International University of Japan'),(4918,'International University of Kagoshima'),(4919,'Iwaki Meisei University'),(4920,'Iwate Medical University'),(4921,'Iwate Prefectural University'),(4922,'Iwate University'),(4923,'Japan Advanced Institute of Science and Technology'),(4924,'Jichi Medical School'),(4925,'Jikei University School of Medicine'),(4926,'Jissen Women\'s University'),(4927,'Josai International University'),(4928,'Jobu University'),(4929,'Josai University'),(4930,'Women\'s College of Fine Arts'),(4931,'Joetsu University of Education'),(4932,'Kagoshima Immaculate Heart University'),(4933,'Juntendo University'),(4934,'Japan Women\'s University'),(4935,'Kagawa University'),(4936,'Kagoshima University'),(4937,'Kamakura Women\'s College'),(4938,'Kanagawa Institute of Technology'),(4939,'Kanagawa University'),(4940,'Kanazawa College of Art'),(4941,'Kanazawa College of Economics'),(4942,'Kanazawa Gakuin University'),(4943,'Kanazawa Institute of Technology'),(4944,'Kanazawa Medical University'),(4945,'Kanazawa University'),(4946,'Tottori University of Environmental Studies'),(4947,'Kansai Gaidai University'),(4948,'Kansai University'),(4949,'Kanto Gakuen University'),(4950,'Kanto Gakuin University'),(4951,'Kawasaki Medical School'),(4952,'Kawasaki University of Medical Care'),(4953,'Kyoto Bunkyo University'),(4954,'Kyoto City University of Arts'),(4955,'Kanagawa Dental College'),(4956,'Osaka University of Economics & Law'),(4957,'Keio University'),(4958,'Keisen Jogaku-en College'),(4959,'Keiwa College'),(4960,'Kawamura Gakuen Woman\'s University'),(4961,'Kinki University'),(4962,'Kinjo Gakuin University'),(4963,'Kyoto Institute of Technology'),(4964,'Kitakyushu University'),(4965,'Kitami Institute of Technology'),(4966,'Kitasato University'),(4967,'Kyushu International University'),(4968,'Kibi International University'),(4969,'Kagawa Medical School'),(4970,'Kansai Medical University'),(4971,'Kumamoto Institute of Technology'),(4972,'Kobe Jogakuin University'),(4973,'Kobe City University of ForeignStudies'),(4974,'Kobe Design University'),(4975,'Kobe Gakuin University'),(4976,'Kobe International University'),(4977,'Kobe Pharmaceutical University'),(4978,'Kobe Shinwa Women\'s University'),(4979,'Kobe University'),(4980,'Kochi Medical School'),(4981,'Kochi University of Technology'),(4982,'Kochi University'),(4983,'Kochi Women\'s University'),(4984,'Kogakkan University'),(4985,'Kogakuin University'),(4986,'Koka Women\'s College'),(4987,'Kokugakuin University'),(4988,'Kokushikan University'),(4989,'Komazawa University'),(4990,'Konan University'),(4991,'Konan Women\'s University'),(4992,'Korea University'),(4993,'Koriyama Women\'s University and College'),(4994,'Koshien University'),(4995,'Koyasan University'),(4996,'Kyoto Prefectural University'),(4997,'Kyoto Prefectural University of Medicine'),(4998,'Kobe University of Mercantile Marine'),(4999,'Kurashiki Sakuyo University'),(5000,'Kyushu Tokai University'),(5001,'Kyoto University of Foreign Studies'),(5002,'Kansai University of International Studies'),(5003,'Kanda University of International Studies'),(5004,'Kumamoto Gakuen University'),(5005,'Kumamoto University'),(5006,'Kunitachi College of Music'),(5007,'Kure University'),(5008,'Kurume Institute of Technology'),(5009,'Kurume University'),(5010,'Kurashiki University of Science and the Arts'),(5011,'Kushiro Public University of Economics'),(5012,'Kansai University of Social Welfare'),(5013,'Kwansei Gakuin University'),(5014,'Kwassui Women\'s College'),(5015,'Kagoshima Women\'s College'),(5016,'Kyushu Women\'s University'),(5017,'Kyoto University of Education'),(5018,'Kyorin University'),(5019,'Kyoritsu Pharmaceutical University'),(5020,'Kyoritsu Woman\'s University'),(5021,'Kyoto University of Art and Design'),(5022,'Kyoto Gakuen University'),(5023,'Kyoto Pharmaceutical University'),(5024,'Kyoto Seika University'),(5025,'Kyoto Sangyo University'),(5026,'Kyoto University'),(5027,'Kyoto Women\'s University'),(5028,'Kyushu Dental College'),(5029,'Kyushu Kyoritsu University'),(5030,'Kyushu Institute of Design'),(5031,'Kyushu University of Nursing and SocialWelfare'),(5032,'Kyushu University'),(5033,'Kyushu Institute of Technology'),(5034,'St. Marianna University School of Medicine'),(5035,'Matsuyama University'),(5036,'Matsumoto Dental University'),(5037,'Meiji University'),(5038,'Meiji Gakuin University'),(5039,'Meiji University of Oriental Medicine'),(5040,'Meijo University'),(5041,'Meikai University'),(5042,'Meio University'),(5043,'Meisei University'),(5044,'Mejiro University'),(5045,'Tokyo Metropolitan University of Health Sciences'),(5046,'Tokyo Metropolitan University'),(5047,'Miyagi Gakuin Women\'s College'),(5048,'Matsusaka University'),(5049,'Mie University'),(5050,'Mimasaka Women\'s College'),(5051,'Miyagi University of Education'),(5052,'Sankei University'),(5053,'Miyazaki Medical College'),(5054,'Miyazaki Municipal University'),(5055,'Miyazaki University'),(5056,'Morioka College'),(5057,'Miyazaki Prefectural Nursing University'),(5058,'Mukogawa Women\'s University'),(5059,'Muroran Institute of Technology'),(5060,'Musashino Art University'),(5061,'Musashi University'),(5062,'Musashino Academy of Music'),(5063,'Musashino Women\'s University'),(5064,'Musashi Institute of Technology'),(5065,'Meiji College of Pharmacy'),(5066,'Miyagi University'),(5067,'Nagano University'),(5068,'Nagaoka University of Technology'),(5069,'Nagasaki Prefectural University'),(5070,'Nagasaki University'),(5071,'Nagoya City University'),(5072,'Nagoya Economics University'),(5073,'Nagoya University'),(5074,'Nagoya Women\'s University'),(5075,'Nakamura Gakuen University'),(5076,'Minamikyushu University'),(5077,'Nanzan University'),(5078,'Nara University of Education'),(5079,'Nara Medical University'),(5080,'Nara Sangyo University'),(5081,'Nara University'),(5082,'Nara University of Commerce'),(5083,'Nara Women\'s University'),(5084,'Naruto University of Education'),(5085,'Nippon Bunri University'),(5086,'National Defence Medical College'),(5087,'Nortre Dame Seishin University'),(5088,'Nippon Dental University'),(5089,'Aomori Public College'),(5090,'Nihon Fukushi University'),(5091,'Nagoya Gakuin University'),(5092,'Nagasaki Institute of Applied Science'),(5093,'National Institute of Fitness and Sports Kanoya'),(5094,'Nihon University'),(5095,'Niigata College of Pharmacy'),(5096,'Niigata University'),(5097,'Niigata University of Management'),(5098,'Nishinippon Institute of Technology'),(5099,'Nisho Gakusha University'),(5100,'Nishikyushu University'),(5101,'Nippon Institute of Technology'),(5102,'Nagoya Institute of Technology'),(5103,'Nippon Sport Science University'),(5104,'Nippon Medical School'),(5105,'Tokyo University of Agriculture'),(5106,'Notre Dame Women\'s College'),(5107,'Niigata Sangyo University'),(5108,'Teikyo University of Science and Technology'),(5109,'Nagoya University of Arts'),(5110,'Nagoya University of Commerce and Business Administration'),(5111,'Nagoya University of Foreign Studies'),(5112,'Niigata University of International and Information Studies'),(5113,'Nippon Veterinary and Animalscience University'),(5114,'Obihiro University of Agriculture and Veterinary Medicine'),(5115,'Obirin University'),(5116,'Ochanomizu Women\'s University'),(5117,'Ohka Gakuen University'),(5118,'Ohtani Women\'s University'),(5119,'Ohu University'),(5120,'Osaka Institute of Technology'),(5121,'Oita Medical University'),(5122,'Oita University of Nursing and Health Sciences'),(5123,'Oita University'),(5124,'Osaka International University'),(5125,'Osaka International University for Women'),(5126,'Okayama Prefectural University'),(5127,'Okayama University'),(5128,'Okinawa Prefectural University of Fine Arts'),(5129,'Okinawa University'),(5130,'Okinawa International University'),(5131,'Osaka Electro-Communication University'),(5132,'Osaka City University'),(5133,'Osaka Dental University'),(5134,'Osaka Prefectural University'),(5135,'Osaka University of Foreign Studies'),(5136,'Osaka University of Arts'),(5137,'Osaka Gakuin University'),(5138,'Osaka University of Education'),(5139,'Osaka Medical College'),(5140,'Osaka Sangyo University'),(5141,'Osaka Shoin Women\'s College'),(5142,'Osaka University'),(5143,'Osaka University of Economics'),(5144,'Osaka Women\'s University'),(5145,'Okayama Shoka University'),(5146,'Otani University'),(5147,'Otaru University of Commerce'),(5148,'Otemae University'),(5149,'Otemon Gakuin University'),(5150,'Otsuma Women\'s University'),(5151,'Osaka University of Health and Sport Sciences'),(5152,'Osaka University of Pharmaceutical Sciences'),(5153,'Okayama University of Science'),(5154,'Poole Gakuin University'),(5155,'Kumamoto Prefectural University'),(5156,'Toyama Prefectural University'),(5157,'Rakuno Gakuen University'),(5158,'Japanese Red Cross College of Nursing'),(5159,'Reitaku University'),(5160,'Rikkyo University (St. Paul\'s University)'),(5161,'Rissho University'),(5162,'Ritsumeikan University'),(5163,'Ryutsu Keizai University'),(5164,'Ryukoku University'),(5165,'Saga Medical School'),(5166,'Sagami Women\'s University'),(5167,'Saga University'),(5168,'Saitama Medical School'),(5169,'Saitama University'),(5170,'Sakushin Gakuin University'),(5171,'Sanno University'),(5172,'Sapporo Medical University'),(5173,'Sapporo University'),(5174,'Seian University of Art & Design'),(5175,'Seigakuin University'),(5176,'Seijo University'),(5177,'Seikei University'),(5178,'Seinan Gakuin University'),(5179,'Seisen University'),(5180,'Seiwa College'),(5181,'Sendai University'),(5182,'Senshu University'),(5183,'Senzoku Gakuen College'),(5184,'Setsunan University'),(5185,'Sapporo Gakuin University'),(5186,'Shikoku Christian College'),(5187,'Sanyo Gakuen University'),(5188,'Japan College of Social Work'),(5189,'Shibaura Institute of Technology'),(5190,'Shiga University of Medical Science'),(5191,'Shiga University'),(5192,'Shikoku University'),(5193,'Shimane University, Faculty of Medicine'),(5194,'Shimane University'),(5195,'Shimonoseki City University'),(5196,'Shinshu University'),(5197,'Shirayuri Women\'s College'),(5198,'International Buddhist University'),(5199,'Shizuoka University'),(5200,'Yokohama College of Commerce'),(5201,'Kobe Shoin Women\'s University'),(5202,'Shokei College'),(5203,'Shonan Institute of Technology'),(5204,'Gifu Shotoku Gakuen University'),(5205,'Showa University'),(5206,'Showa College of Pharmaceutical Sciences'),(5207,'Shuchiin College'),(5208,'Hiroshima Shudo University'),(5209,'Shujitsu Women\'s University'),(5210,'Shukutoku University'),(5211,'Shumei University'),(5212,'Saitama Institute of Technology'),(5213,'Sapporo International University'),(5214,'St. Luke\' s College of Nursing'),(5215,'Soai University'),(5216,'Soka University'),(5217,'Graduate University for Advanced Studies'),(5218,'Sonoda Women\'s University'),(5219,'Sophia University'),(5220,'Saitama Prefectural University'),(5221,'Shizuoka Sangyo University'),(5222,'Sugino Women\'s College'),(5223,'Sugiyama Jogakuen University'),(5224,'Kobe Women\'s University'),(5225,'Siebold University of Nagasaki'),(5226,'Surugadai University'),(5227,'Science University of Tokyo'),(5228,'Suzuka International University'),(5229,'Suzuka University of Medical Science'),(5230,'Showa Women\'s University'),(5231,'Kyoto Tachibana Women\'s University'),(5232,'Taisho University'),(5233,'Takachiho University'),(5234,'Takamatsu University'),(5235,'Takarazuka University of Art and Design'),(5236,'Takushoku University'),(5237,'Tama Art University'),(5238,'Tamagawa University'),(5239,'Tohoku Bunka Gakuen University'),(5240,'Takasaki City University of Economics'),(5241,'Tokyo Dental College'),(5242,'Teikyo Heisei University'),(5243,'Tenri University'),(5244,'Fuji University'),(5245,'Tokyo Engineering University'),(5246,'Tezukayama Gakuin University'),(5247,'Tezukayama University'),(5248,'Tohoku Fukushi University'),(5249,'Tama Institute of Management and Information Sciences'),(5250,'Tokyo Institute of Technology'),(5251,'Tokyo International University'),(5252,'Tomakomai Komazawa University'),(5253,'Tokyo Institute of Polytechnics'),(5254,'Tokyo Keizai University'),(5255,'Tokyo Medical and Dental University'),(5256,'Tokyo Metropolitan Institute of Technology'),(5257,'Tohoku University'),(5258,'Tohoku Gakuin University'),(5259,'Tohoku College of Pharmacy'),(5260,'Toho College of Music'),(5261,'Toho Gakuen School of Music'),(5262,'Toho University'),(5263,'Tohoku Institute of Technology'),(5264,'Tohwa University'),(5265,'Toin University of Yokohama'),(5266,'Tohoku Women\'s College'),(5267,'Tokai University Educational System'),(5268,'Tokai Gakuen University'),(5269,'Tokai Women\'s College'),(5270,'Tokiwa University'),(5271,'Tokoha Gakuen University'),(5272,'Tokushima University'),(5273,'Tokuyama University'),(5274,'Tokyo Kasei University'),(5275,'Tokyo Medical College'),(5276,'Tokyo College of Music'),(5277,'Tokyo University of Fisheries'),(5278,'Higashi Nippon International University'),(5279,'Tokyo University of Mercantile Marine'),(5280,'Tottori University'),(5281,'University of East Asia'),(5282,'Tokyo University of Pharmacy and Life Science'),(5283,'Toyama Medical and Pharmaceutical University'),(5284,'Toyama University'),(5285,'Toyo University'),(5286,'Toyo Eiwa Women\'s University'),(5287,'Toyo Gakuen University'),(5288,'Toyota Technological Institute'),(5289,'Tsuda College'),(5290,'Tsukuba University'),(5291,'Tsuru University'),(5292,'Tsurumi University'),(5293,'Tohoku University of Art and Design'),(5294,'Tokyo University of Agriculture and Technology'),(5295,'Tokyo University of Foreign Studies'),(5296,'Toyama University of International Studies'),(5297,'Tokyo University of Information Sciences'),(5298,'Temple University Japan'),(5299,'Toyohashi University of Technology'),(5300,'Tokyo Women\'s College of Physical Education'),(5301,'Tokyo Woman\'s Christian University'),(5302,'Tokyo Women\'s Medial College'),(5303,'University of the Air'),(5304,'University of Aizu'),(5305,'University of Bunkyo'),(5306,'University of Electro-Communications'),(5307,'Ueno Gakuen College'),(5308,'Tokyo Gakugei University'),(5309,'Polytechnic University'),(5310,'Keiai University'),(5311,'University of Marketing and Distribution Sciences'),(5312,'United Nations University'),(5313,'University of Occupational and Environmental Health, Japan'),(5314,'University of the Ryukyus'),(5315,'University of the Sacred Heart Tokyo'),(5316,'Shizuoka Prefectural University'),(5317,'University of Shiga Prefecture'),(5318,'Hokkaido Tokai University'),(5319,'Tokyo University'),(5320,'Utsunomiya University'),(5321,'Wakayama Medical College'),(5322,'Wakayama University'),(5323,'Wakkanai Hokusei Gakuen University'),(5324,'Wako University'),(5325,'Waseda University'),(5326,'Wayo Women\'s University'),(5327,'Yamagata University'),(5328,'Yamaguchi Prefectural University'),(5329,'Yamaguchi University'),(5330,'Yamanashi University'),(5331,'Yamanashi Medical University'),(5332,'Science University of Tokyo in Yamaguchi'),(5333,'Yasuda Women\'s University'),(5334,'Yamanashi Gakuin University'),(5335,'Yokohama National University'),(5336,'Yokkaichi University'),(5337,'Yokohama City University'),(5338,'Tokyo University of Art and Design'),(5339,'Arab Academy for Banking and Financial Sciences'),(5340,'Al al-Bayt University'),(5341,'Amman Arab University for Higher Studies'),(5342,'Al Hussein Bin Talal University'),(5343,'Al-Zaytoonah University'),(5344,'Amman University'),(5345,'Al-Ahliyya Amman University'),(5346,'Arab Open University'),(5347,'Applied Science University'),(5348,'Al-Balqa Applied University'),(5349,'German Jordanian University'),(5350,'Hashemite University'),(5351,'Irbid National University'),(5352,'Al-Isra University'),(5353,'Jadara University'),(5354,'Jordan Academy of Music / Higher Institute of Music'),(5355,'Jerash Private University'),(5356,'University of Jordan'),(5357,'Jordan University of Science and Technology'),(5358,'Middle East University'),(5359,'Mu\' tah University'),(5360,'New York Institute of Technology'),(5361,'Philadelphia University'),(5362,'Princess Sumaya University for Technology'),(5363,'Tafila Technical University'),(5364,'University of Petra'),(5365,'The World Islamic Sciences & Education University'),(5366,'Yarmouk University'),(5367,'Zarka Private University'),(5368,'Abylai Khan University'),(5369,'Kazak State University of Agriculture'),(5370,'Aktau State University'),(5371,'Atyrau State University'),(5372,'East Kazakstan State Technical University'),(5373,'L.N. Gumilyov Eurasian National University'),(5374,'Eurasian Institute of market'),(5375,'Kazak American University'),(5376,'Turar Ryskulov Kazakh Economic University'),(5377,'Abai State University'),(5378,'Kazak National Technical University'),(5379,'Al-Farabi Kazakh National University'),(5380,'Kazakh British Technical University'),(5381,'Kazakhstan Institute of Management, Economics, and Strategic Research'),(5382,'Karaganda State Technical University'),(5383,'Kostanai State University'),(5384,'Karaganda State Buketov University'),(5385,'North Kazakhstan State University'),(5386,'Pavlodar University'),(5387,'Suleyman Demirel University'),(5388,'Semey State University'),(5389,'Semey State Medical University'),(5390,'International Kazakh-Turkish University'),(5391,'University of International Business'),(5392,'East Kazakhstan State University'),(5393,'Western Kazakhstan Agricultural University'),(5394,'Zhezkazgan Baikonurov University'),(5395,'Zhetysu State University'),(5396,'Africa International University'),(5397,'Aga Khan University'),(5398,'Africa Nazarene University'),(5399,'Adventist University of Africa'),(5400,'Chuka University'),(5401,'Catholic University of Eastern Africa'),(5402,'Daystar University'),(5403,'Dedan Kimathi University of Technology'),(5404,'Egerton University'),(5405,'Great Lakes University of Kisumu'),(5406,'Gretsa Universtiy'),(5407,'Inoorero University'),(5408,'Jomo Kenyatta University of Agriculture and Technology'),(5409,'Jaramogi Oginga Odinga University of Science and Technology'),(5410,'Kabarak University'),(5411,'University of Kabianga'),(5412,'Karatina University'),(5413,'Kenya College of Accountancy'),(5414,'Kenya Methodist University'),(5415,'Kisii University'),(5416,'Kenya Medical Training College'),(5417,'Kenyatta University'),(5418,'Kiriri Womens University of Science and Technology'),(5419,'Laikipia University'),(5420,'Maseno University'),(5421,'Mount Kenya University'),(5422,'Maasai Mara University'),(5423,'Multimedia University of Kenya'),(5424,'Masinde Muliro University of Science and Technology'),(5425,'Moi University'),(5426,'Meru University of Science and Technology'),(5427,'Nairobi Institute of Business Studies'),(5428,'Nairobi Technical Training Institute'),(5429,'Pan Africa Christian University'),(5430,'Pioneer International University'),(5431,'Pwani University'),(5432,'Presbyterian University of East Africa'),(5433,'Riara University School of Business and Law'),(5434,'Scott Christian University'),(5435,'South Eastern Kenya University'),(5436,'St. Pauls University'),(5437,'Strathmore University'),(5438,'Technical University of Kenya'),(5439,'Technical University of Mombasa'),(5440,'University of Eastern Africa, Baraton'),(5441,'University of Eldoret'),(5442,'University of Nairobi'),(5443,'United States International University'),(5444,'Uzima University College'),(5445,'Zetech College'),(5446,'Pyongyang University of Science and Technology'),(5447,'Ajou University'),(5448,'Andong National University'),(5449,'Asian United Theological University'),(5450,'Baekseok University'),(5451,'Busan National University of Education'),(5452,'Busan Presbyterian University'),(5453,'Busan University of Foreign Studies'),(5454,'Catholic University of Taegu-Hyosung'),(5455,'Chung-Ang University'),(5456,'Changwon National University'),(5457,'Cheju National University'),(5458,'Cheju National University of Education'),(5459,'Chinju National University'),(5460,'Chinju National University of Education'),(5461,'Chodang University'),(5462,'Chonbuk National University'),(5463,'Chongju University'),(5464,'Chongju National University of Education'),(5465,'Chonju National University of Education'),(5466,'Chonnam National University'),(5467,'Chosun University'),(5468,'Chungbuk National University'),(5469,'Chung-Ju National University'),(5470,'Chungnam National University'),(5471,'Chunchon National University of Education'),(5472,'Catholic University of Korea'),(5473,'Catholic University of Pusan'),(5474,'CHA University'),(5475,'CHEONGJU UNIVERSITY'),(5476,'Catholic Kwandong University'),(5477,'Changshin University'),(5478,'Cheongju National University of Education'),(5479,'Chongshin University'),(5480,'Chugye University for the Arts'),(5481,'Chuncheon National University of Education'),(5482,'Chungwoon University'),(5483,'Daebul University'),(5484,'Dankook University'),(5485,'Dong-A University'),(5486,'Dongduk Women\'s University'),(5487,'Dong Eui University'),(5488,'Dongguk University'),(5489,'Dongseo University'),(5490,'Dongshin University'),(5491,'Duksung Women\'s University'),(5492,'Dong Yang University of Technology'),(5493,'Daegu Arts University'),(5494,'Daegu Gyeongbuk Institute of Science and Technology'),(5495,'Daegu Haany University'),(5496,'Daegu National University of Education'),(5497,'Daegu University'),(5498,'Daegu University of Foreign Studies'),(5499,'Daejeon Catholic University'),(5500,'Daejeon Theological University'),(5501,'Daejeon University'),(5502,'Daejin University'),(5503,'Daeshin University'),(5504,'Dong-Eui University'),(5505,'Dongyang University'),(5506,'Ewha Women\'s University'),(5507,'Eulji University'),(5508,'Far East University'),(5509,'Gachon University'),(5510,'Gangneung-Wonju National University'),(5511,'Geumgang University'),(5512,'Gimcheon University'),(5513,'Gongju National University of Education'),(5514,'Gwangju Catholic University'),(5515,'Gwangju Institute of Science and Technology'),(5516,'Gwangju National University of Education'),(5517,'Gwangju University'),(5518,'Gyeongin National University of Education'),(5519,'Gyeongnam National University of Science and Technology'),(5520,'Gyeongsang National University'),(5521,'Hallym University'),(5522,'Hankuk Aviation University'),(5523,'Hannam University'),(5524,'Hansei University'),(5525,'Hanseo University'),(5526,'Hanshin University'),(5527,'Hansung University Seoul'),(5528,'Hanyang University'),(5529,'Hankyong National University'),(5530,'Honam University'),(5531,'Hongik University'),(5532,'Hoseo University'),(5533,'Chonbuk Sanup University of Technology (Howon University)'),(5534,'Hankuk University of Foreign Studies'),(5535,'Hyupsung University'),(5536,'Halla University'),(5537,'Hanbat National University'),(5538,'Handong Global University'),(5539,'Hanil University and Presbyterian Theological Seminary'),(5540,'Hanlyo University'),(5541,'Hanzhong University'),(5542,'Honam Theological University and Seminary'),(5543,'Incheon Catholic University'),(5544,'International University of Korea'),(5545,'Information and Communications University'),(5546,'Inchon University'),(5547,'Inchon National University of Education'),(5548,'Inha University'),(5549,'Inje University'),(5550,'Jeonju University'),(5551,'Jeju International University'),(5552,'Jeju National University'),(5553,'Jeonju National University of Education'),(5554,'Jesus University'),(5555,'Joong-Ang Sangha University'),(5556,'Joongbu University'),(5557,'Jungwon University'),(5558,'Korea Advanced Institute of Science & Technology'),(5559,'Kangnam University'),(5560,'Kangnung National University'),(5561,'Kangwon National University'),(5562,'Kaya University'),(5563,'KDI School of Public Policy and Management'),(5564,'Keimyung University'),(5565,'Korea Maritime University'),(5566,'Korea National Open University'),(5567,'Korea National University of Arts'),(5568,'Korea National University of Education'),(5569,'Korea National University of Physical Education'),(5570,'Kongju National University of Education'),(5571,'Konkuk University'),(5572,'Konyang University'),(5573,'Kookmin University'),(5574,'Korea University'),(5575,'Kosin University'),(5576,'Kumoh National University of Technology'),(5577,'Kunsan National University'),(5578,'Kwan Dong University'),(5579,'Kwangju University'),(5580,'Kwangju National University of Education'),(5581,'Kwangwoon University'),(5582,'Kyonggi University'),(5583,'Kongju National University'),(5584,'Kyunghee University'),(5585,'Kyungil University'),(5586,'Kyungnam University'),(5587,'Kyungpook National University'),(5588,'Kyungsung University'),(5589,'Kyungwon University'),(5590,'KC University'),(5591,'Kkottongnae University'),(5592,'Korea Aerospace University'),(5593,'Korea Armed Forces Nursing Academy'),(5594,'Korea Baptist Theological University and Seminary'),(5595,'Korea Maritime and Ocean University'),(5596,'Korea Military Academy'),(5597,'Korea National Sport University'),(5598,'Korea National University of Cultural Heritage'),(5599,'Korea Nazarene University'),(5600,'Korea Polytechnic University'),(5601,'Korea University of Technology and Education'),(5602,'Korean Bible University'),(5603,'Korean National Police University'),(5604,'Kwangju Women\'s University'),(5605,'Kwangshin University'),(5606,'Kyung Hee University'),(5607,'Kyungdong University'),(5608,'Kyungwoon University'),(5609,'Miryang National University'),(5610,'Mokpo National Maritime University'),(5611,'Mokpo National University'),(5612,'Mokwon University Taejon'),(5613,'Myongji University'),(5614,'Methodist Theological University'),(5615,'Mokpo Catholic University'),(5616,'Nambu University'),(5617,'Namseoul University'),(5618,'Pai Chai University'),(5619,'Presbyterian University and Theological Seminary'),(5620,'Pyeongtaek University'),(5621,'Paichai University'),(5622,'Pukyong National University'),(5623,'Pohang University of Science and Technology'),(5624,'Pyongtaek University'),(5625,'Pusan University of Foreign Studies'),(5626,'Pusan National University'),(5627,'Pusan National University of Education'),(5628,'Pusan Women\'s University'),(5629,'Republic of Korea Air Force Academy'),(5630,'Republic of Korea Naval Academy'),(5631,'Samchok National University'),(5632,'Sang Ji University'),(5633,'Sang Myung University'),(5634,'Soonchunhyang University'),(5635,'Sejong University'),(5636,'Semyung University'),(5637,'Seokyeong University'),(5638,'Seonam University'),(5639,'Seoul National University of Education'),(5640,'Seowon University'),(5641,'Silla University'),(5642,'Sung Kyun Kwan University'),(5643,'Seokyeong University'),(5644,'Seoul National University'),(5645,'Seoul National University of Technology'),(5646,'Sogang University'),(5647,'Sookmyung Women\'s University'),(5648,'Soongsil University'),(5649,'Seoul Teological University'),(5650,'Sunchon National University'),(5651,'Sungkyul University'),(5652,'Sungshin Women\'s University'),(5653,'Sunmoon University'),(5654,'Suwon University'),(5655,'Suwon Catholic University'),(5656,'Seoul Women\'s University'),(5657,'Sahmyook University'),(5658,'Sangmyung University'),(5659,'Sehan University'),(5660,'Seoul Christian University'),(5661,'Seoul Hanyoung University'),(5662,'Seoul Jangsin University'),(5663,'Seoul National University of Science and Technology'),(5664,'Shingyeong University'),(5665,'Shinhan University'),(5666,'Songwon University'),(5667,'Sungkonghoe University'),(5668,'Sungkyunkwan University'),(5669,'Taegu University'),(5670,'Taegu National University of Education'),(5671,'Taejon University'),(5672,'Taeshin Christian University'),(5673,'Tongmyung University of Information Technology'),(5674,'Taejon National University of Technology'),(5675,'Ulsan University'),(5676,'Seoul City University'),(5677,'University of Science and Technology'),(5678,'U1 University'),(5679,'Uiduk University'),(5680,'Ulsan National Institute of Science and Technology'),(5681,'Woosong University'),(5682,'Wonkwang University'),(5683,'Woosuk University'),(5684,'Yeungnam University'),(5685,'Yonsei University'),(5686,'Yosu National University'),(5687,'Yewon Arts University'),(5688,'Yong In University'),(5689,'Youngsan University'),(5690,'Youngsan University of Son Studies'),(5691,'American University In Kosovo'),(5692,'ILIRIA College'),(5693,'University of Prishtina'),(5694,'University of Prizren \"Ukshin Hoti\"'),(5695,'Universum College'),(5696,'Australlian College of Kuwait'),(5697,'Arab Open University, Kuwait Branch'),(5698,'American University of Kuwait'),(5699,'American University of Middle East'),(5700,'Gulf University for Science and Technology'),(5701,'Kuwait International Law School'),(5702,'Kuwait Maastricht Business School'),(5703,'Kuwait University'),(5704,'Asian Medical Institute'),(5705,'American University of Central Asia'),(5706,'Bishkek Humanities University'),(5707,'International Ataturk Alatoo University'),(5708,'International University of Kyrgyzstan'),(5709,'Jalalabad State University Kyrgyzstan'),(5710,'Kyrgyz National Agrarian University'),(5711,'Kyrgyz Russian Slavic University'),(5712,'Kyrgyz State Technical University'),(5713,'Kyrgyz State University of Construction, Transportation and Architecture'),(5714,'Kyrgyz Turkish Manas University'),(5715,'Medical Faculty, Osh State University'),(5716,'Kyrgyz National University'),(5717,'National University of Laos'),(5718,'Soutsaka Institute of management and Technology'),(5719,'Medical Academy of Latvia'),(5720,'School of Business and Finance'),(5721,'Baltic International Academy'),(5722,'Liepaja Pedagogical Higher School'),(5723,'Daugavpils University'),(5724,'Latvian Maritime Academy'),(5725,'Latvian Academy of Culture'),(5726,'Latvian University of Agriculture'),(5727,'Latvian Academy of Arts'),(5728,'Latvian Academy of Music'),(5729,'Latvian Academy of Sports Education'),(5730,'University of Latvia'),(5731,'National Defence Academy of Latvia'),(5732,'Police Academy of Latvia'),(5733,'Higher School of Psychology'),(5734,'Riga Aviation University'),(5735,'Riga Teacher Training and Educational Management Academy'),(5736,'Riga Technical University'),(5737,'Rezekne Higher School'),(5738,'Stockholm School of Economics in Riga'),(5739,'Transport and Telecommunication Institute'),(5740,'Vidzeme University College'),(5741,'Arab Open University'),(5742,'American University of Beirut'),(5743,'Arts, Sciences and Technology University'),(5744,'American University of Science and Technology'),(5745,'American University College of Technology'),(5746,'Balamand University'),(5747,'Beirut Arab University'),(5748,'Centre Universitaire de Technologie'),(5749,'Global University'),(5750,'Haigazian University'),(5751,'Hariri Canadian University'),(5752,'Business & Computer University College'),(5753,'Al-Islah University'),(5754,'Jinan University'),(5755,'Lebanese American University'),(5756,'Lebanese International University'),(5757,'Matn University'),(5758,'Al-Manar University'),(5759,'Notre Dame University'),(5760,'Near East School of Theology'),(5761,'Lebanese University'),(5762,'Holy Spirit University of Kaslik'),(5763,'St. Joseph University Beirut'),(5764,'Al Imam Al-Ouzai University'),(5765,'National University of Lesotho'),(5766,'University of Liberia'),(5767,'Al-Asmarya University for Islamic Studies'),(5768,'Elmergib University'),(5769,'Al-Jabal Al-Gharbi University'),(5770,'Libya Open University'),(5771,'Libyan International Medical University (LIMU)'),(5772,'Omar Al-Mukhtar University'),(5773,'Sebha University'),(5774,'Sirte University'),(5775,'University of Benghazi'),(5776,'University of Tripoli'),(5777,'Zawiya University'),(5778,'Internationle Akademie für Philosophie'),(5779,'Universität Liechtenstein'),(5780,'Kaunas Medical Academy'),(5781,'International School of Management'),(5782,'Kaunas University of Technology'),(5783,'Klaipeda University'),(5784,'Lithuania Christian College'),(5785,'Military academy of Lithuania'),(5786,'Lithunian Institute of Physical Education'),(5787,'Lithunian Academy of Music and Theatre'),(5788,'Lithunian Veterinary Academy'),(5789,'Lithunian University of Agriculture'),(5790,'Vilnius Academy of Arts'),(5791,'Mykolo Romerio university'),(5792,'Siauliai University'),(5793,'Vytautas Magnus University'),(5794,'Vilnius Gediminas Technical University'),(5795,'Vilnius Pedagogical University'),(5796,'Vilnius University'),(5797,'International University Institute of Luxembourg'),(5798,'University of Luxemburg'),(5799,'Macau Polytechnic Institute'),(5800,'University of Macau'),(5801,'University of Saint Joseph'),(5802,'FON University'),(5803,'South East European University'),(5804,'University Goce Delcev'),(5805,'University for Information Science and Technology \"St. Paul The Apostle\"'),(5806,'St.Cyril and Methodius University'),(5807,'St.Kliment Ohridski University'),(5808,'State University of Tetova'),(5809,'Université d\'Antananarivo'),(5810,'Université d\'Antsiranana'),(5811,'Université de Fianarantsoa'),(5812,'Université de Mahajanga'),(5813,'Université de Toamasina'),(5814,'Université de Toliary'),(5815,'Catholic University of Malawi'),(5816,'Mzuzu University'),(5817,'University of Livingstonia'),(5818,'University of Malawi'),(5819,'Allianze College of Medical Sciences (ACMS)'),(5820,'Asia E University'),(5821,'Aimst University'),(5822,'Al-Bukhari International University'),(5823,'Asia Pacific Institute of Information Technology (APIIT)'),(5824,'Advance Tertiary College'),(5825,'Brickfields Asia College'),(5826,'Binary University College of Managemant & Entrepreneurship'),(5827,'British Malaysian Institute'),(5828,'City University College of Science and Technology'),(5829,'Curtin University of Technology, Sarawak Campus'),(5830,'Cyberjaya University College of Medical Science'),(5831,'FTMS Global Academy'),(5832,'Help University College'),(5833,'Darul Hikmah Islamic College'),(5834,'Institute of Teachers Education, Penang'),(5835,'Iact College'),(5836,'International Islamic College'),(5837,'International Islamic University'),(5838,'International Medical University'),(5839,'Darul Takzim Institute of Technology'),(5840,'Baitulmal Management Institute (IPB)'),(5841,'Institute of Teachers Education, Batu Lintang'),(5842,'Institute of Teachers Education, Malay Language'),(5843,'Institute of Teachers Education, Darul Aman'),(5844,'Institute of Teachers Education, Kota Bharu'),(5845,'Institute of Teachers Education, Rajang'),(5846,'Institute of Teachers Education, Temenggong Ibrahim'),(5847,'Institute of Teachers Education, Dato\' Razali Ismail'),(5848,'Institute of Teachers Education, Sultan Mizan'),(5849,'Institute of Teachers Education, Tawau'),(5850,'Institute of Teachers Education, Perlis'),(5851,'Institute of Teachers Education, Ilmu Khas'),(5852,'Institute of Teachers Education, Ipoh'),(5853,'Institute of Teachers Education, Islamic Education'),(5854,'Institute of Teachers Education, Kent'),(5855,'Institute of Teachers Education, Keningau'),(5856,'Institute of Teachers Education, Melaka'),(5857,'Institute of Teachers Education, Raja Melewar'),(5858,'Institute of Teachers Education, Sultan Abdul Halim'),(5859,'Institute of Teachers Education, Sarawak'),(5860,'Institute of Teachers Education, Tengku Ampuan Afzan'),(5861,'Institute of Teachers Education, Tuanku Bainun'),(5862,'Institute of Teachers Education, Technical Education'),(5863,'Institute of Teachers Education, Tun Hussein Onn'),(5864,'Perlis Islamic Higher Learning Institute'),(5865,'International University College of Nursing (IUCN)'),(5866,'International University College of Technology Twintech (IUCTT)'),(5867,'KBU International College'),(5868,'KDU College Sdn Bhd'),(5869,'Sultan Ismail Petra International Islamic College'),(5870,'Darul Ulum Islamic College'),(5871,'Perak Islamic College'),(5872,'Sultan Ahmad Shah Islamic College'),(5873,'Islamic College for Sciences and Technologies'),(5874,'International Islamic College of Penang'),(5875,'Kuala Lumpur Infrastructure University College'),(5876,'Kuala Lumpur Metropolitan University'),(5877,'Shahputra College'),(5878,'YPC-iTWEB College'),(5879,'Mara Poly-Tech College'),(5880,'Darul Naim College of Technology'),(5881,'Darul Quran Islamic College University'),(5882,'Melaka Islamic University College'),(5883,'Kolej Universiti Insaniah'),(5884,'Selangor Islamic University College'),(5885,'Limkokwing University College of Creative Technology'),(5886,'Linton University College'),(5887,'Mahsa University College for Health and Medical Science'),(5888,'Al Madinah International University'),(5889,'Universiti Kuala Lumpur Malaysian Institute of Information Technology (MIIT)'),(5890,'Multimedia University'),(5891,'Monash University, Malaysia Campus'),(5892,'Management and Science University'),(5893,'Murni Nursing College'),(5894,'Malaysia University of Science and Technology (MUST)'),(5895,'Nilai University College'),(5896,'University of Nottingham, Malaysia Campus'),(5897,'Newcastle University, Medicine Malaysia'),(5898,'Olympia College'),(5899,'Open University Malaysia'),(5900,'Perdana University'),(5901,'Penang International Dental College'),(5902,'Institut Prima Bestari - Pine Academy'),(5903,'Primier International University Perak'),(5904,'Kota Bharu Polytechnic'),(5905,'Kota Kinabalu Polytechnic'),(5906,'Kuala Terengganu City Polytechnic'),(5907,'Merlimau Polytechnic'),(5908,'Johore Bharu Primeir Polytechnic'),(5909,'Kuching Polytechnic'),(5910,'Sultan Abdul Halim Muadzam Shah Polytechnic'),(5911,'Melaka City Polytechnic'),(5912,'Muadzam Shah Polytechnic'),(5913,'Port Dickson Polytechnic'),(5914,'Sultan Haji Ahmad Shah Polytechnic'),(5915,'Sultan Salahuddin Abdul Aziz Shah Polytechnic'),(5916,'Sultan Azlan Shah Polytechnic'),(5917,'Sultan Idris Shah Polytechnic'),(5918,'Sultan Mizan Zainal Abidin Polytechnic'),(5919,'Seberang Perai Polytechnic'),(5920,'PTPL College'),(5921,'Sultanah Bahiyah Polytechnic'),(5922,'Tunku Syed Sirajuddin Polytechnic'),(5923,'Ungku Omar Premier Polytechnic'),(5924,'Raffles University'),(5925,'Saito College'),(5926,'Segi University College'),(5927,'Sunway University College'),(5928,'Swinburne University of Technology, Sarawak Campus'),(5929,'Taj International College'),(5930,'Tunku Abdul Rahman Chinese College'),(5931,'Taylor\'s University College'),(5932,'TPM College'),(5933,'UCSI University'),(5934,'University College of Technology & Innovation (UCTI)'),(5935,'Universiti Darul Iman'),(5936,'Universiti Teknologi Mara'),(5937,'Universiti Kebangsaan Malaysia'),(5938,'Universiti Malaya'),(5939,'Universiti Malaysia Kelantan'),(5940,'University Malaysia Pahang'),(5941,'Universiti Malaysia Sabah'),(5942,'University of Management and Technology'),(5943,'Universiti Malaysia Terengganu'),(5944,'Universiti Kuala Lumpur'),(5945,'Universiti Malaysia Perlis'),(5946,'Universiti Malaysia Sarawak'),(5947,'University Tun Abdul Razak'),(5948,'Universiti Industri Selangor'),(5949,'Universiti Sultan Zainal Abidin'),(5950,'Universiti Tun Abdul Razak'),(5951,'Universiti Tenaga Nasional'),(5952,'Universiti Putra Malaysia'),(5953,'Universiti Pendidikan Sultan Idris'),(5954,'Universiti Sains Malaysia'),(5955,'Tunku Abdul Rahman University (Chinese University)'),(5956,'Universiti Tunku Abdul Rahman'),(5957,'Universiti Teknikal Malaysia Melaka'),(5958,'Universiti Tun Hussein Onn Malaysia'),(5959,'Universiti Teknologi Malaysia'),(5960,'Petronas Technology University'),(5961,'Universiti Teknologi Petronas'),(5962,'Universiti Utara Malaysia'),(5963,'West Minster International College'),(5964,'Wawasan Open University'),(5965,'Cyryx College'),(5966,'Mandhu College'),(5967,'Maldives National University'),(5968,'Université de Bamako'),(5969,'European Institute of Education'),(5970,'International Tourism Institute'),(5971,'University of Malta'),(5972,'Université des Antilles et de la Guyane'),(5973,'Université de Nouakchott'),(5974,'University of Mauritius'),(5975,'University of Technology'),(5976,'Universidad Anáhuac'),(5977,'Universidad de La Salle, Bajío'),(5978,'Benemerita Universidad Autónoma de Puebla'),(5979,'Universidad de Guanajuato, Campus León'),(5980,'Centro de Enseñanza Técnica Industrial'),(5981,'CETYS Universidad'),(5982,'Centro de Estudios Universitarios Monterrey'),(5983,'Centro Universitario Ixtlahuaca'),(5984,'Centro de Estudios Universitarios Xochicalco'),(5985,'Universidad Champagnat'),(5986,'Universidad Autónoma de Chapingo'),(5987,'El Colegio de México'),(5988,'Universidad Cuauhtémoc'),(5989,'Universidad Autónoma Metropolitana - Xochimilco'),(5990,'Dirección General de Institutos Tecnológicos'),(5991,'Escuela Bancaria y Comercial'),(5992,'Escuela Nacional de Estudios Superiores Unidad León'),(5993,'Universidad Fray Luca Paccioli'),(5994,'Universidad Hispanoamericana'),(5995,'Universidad Itaca'),(5996,'Instituto Politécnico Nacional'),(5997,'Instituto Tecnológico Autonómo de México'),(5998,'Instituto Tecnológico de Aguascalientes'),(5999,'Instituto Tecnológico de Celaya'),(6000,'Instituto Tecnologico de Durango'),(6001,'Instituto Tecnológico y de Estudios Superiores de Monterrey (ITESM)'),(6002,'Instituto Tecnológico y de Estudios Superiores de Occidente'),(6003,'Instituto Tecnológico de León'),(6004,'Instituto Tecnologico de Minatitlan'),(6005,'Instituto Tecnológico de Morelia'),(6006,'Instituto Tecnológico de Querétaro'),(6007,'Instituto Tecnológico de San Luis Potosí'),(6008,'Instituto Tecnológico de Sonora'),(6009,'Universidad Autónoma Metropolitana - Iztapalapa'),(6010,'Universidad Pedagógica Nacional, Unidad León'),(6011,'Universidad Iberoamericana, Campus León'),(6012,'Universidad del Valle de Puebla'),(6013,'Universidad Motolinía del Pedregal'),(6014,'Universidad Olmeca'),(6015,'Politécnico de Guanajuato'),(6016,'Universidad Autónoma del Estado de Hidalgo'),(6017,'Universidad Autónoma de Zacatecas'),(6018,'Universidad Pedagógica Veracruzana'),(6019,'Tecnologico de Baja California, Universidad'),(6020,'Universidad del Tepeyac'),(6021,'Instituto de Estudios Superiores de la Sierra'),(6022,'Universidad Autónoma Agraria \"Antonio Narro\"'),(6023,'Universidad Autónoma de Aguascalientes'),(6024,'Universidad Autónoma de Baja California'),(6025,'Universidad Autónoma de Baja California Sur'),(6026,'Universidad Autónoma \"Benito Juárez\" de Oaxaca'),(6027,'Universidad Autónoma de Campeche'),(6028,'Universidad Autónoma de Chihuahua'),(6029,'Universidad Autónoma de Ciudad Juárez'),(6030,'Universidad Autónoma de la Ciudad de México'),(6031,'Universidad Autónoma de Coahuila'),(6032,'Universidad Autonoma de Durango'),(6033,'Universidad Autónoma de Yucatán'),(6034,'Universidad Autonoma España de Durango'),(6035,'Universidad Autónoma del Estado de México'),(6036,'Universidad Autónoma del Estado de Morelos'),(6037,'Universidad Autónoma de Fresnillo'),(6038,'Universidad Autónoma de Guadalajara'),(6039,'Universidad Autónoma de Guerrero'),(6040,'Universidad Autónoma de la Laguna'),(6041,'Universidad Autónoma Metropolitana'),(6042,'Universidad Autónoma del Noreste'),(6043,'Universidad Autónoma de Nuevo León'),(6044,'Universidad Autónoma de Nayarit'),(6045,'Universidad Autónoma de Querétaro'),(6046,'Universidad Autónoma de San Luis Potosí'),(6047,'Universidad Anáhuac del Sur'),(6048,'Universidad Autónoma de Sinaloa'),(6049,'Universidad Autónoma de Tamaulipas'),(6050,'Universidad Autónoma de Tlaxcala'),(6051,'Universidad del Bajío'),(6052,'Universidad del Centro de México'),(6053,'Universidad Cientifica Latinoamericana de Hidalgo'),(6054,'Universidad de Colima'),(6055,'Universidad de Celaya'),(6056,'Universidad de Cuautitlan Izcalli'),(6057,'Universidad de Hermosillo'),(6058,'Universidad de Monterrey'),(6059,'Universidad de Monterrey'),(6060,'Universidad de San Miguel'),(6061,'Universidad de Guadalajara'),(6062,'Universidad de las Américas'),(6063,'Universidad de las Américas - Puebla'),(6064,'Universidad de Occidente'),(6065,'Universidad Don Vasco'),(6066,'Universidad Franciscana de México'),(6067,'Universidad Franco-Mexicana'),(6068,'Universidad de Guanajuato'),(6069,'Universidad Iberoamericana'),(6070,'Universidad Intercontinental'),(6071,'Universidad Insurgentes Plantel León'),(6072,'Universidad Juárez Autónoma de Tabasco'),(6073,'Universidad Juárez del Estado de Durango'),(6074,'Universidad Justo Sierra'),(6075,'Universidad Latinoamericana'),(6076,'Universidad Lasallista Benavente'),(6077,'Universidad La Salle Cuernavaca'),(6078,'Universidad La Salle'),(6079,'Universidad Madero'),(6080,'Universidad México Americana del Norte'),(6081,'Universidad del Mar'),(6082,'Universidad Michoacana de San Nicolás de Hidalgo'),(6083,'Universidad México Internacional'),(6084,'Universidad Metropolitana Latin Campus'),(6085,'Universidad Metropolitana de Monterrey'),(6086,'Universidad Mexicana del Noreste'),(6087,'Universidad de Montemorelos'),(6088,'Universidad Mesoamericana de San Agustín'),(6089,'Universidad Autónoma del Carmen'),(6090,'Universidad Autónoma de Chiapas'),(6091,'Universidad Nacional Autónoma de México'),(6092,'Universidad del Norte'),(6093,'Universidad del Noreste'),(6094,'Universidad España de Durango'),(6095,'Universidad de Ciencias y Artes de Chiapas'),(6096,'Universidad de Comunicación Avanzada'),(6097,'Universidad Kino'),(6098,'Universidad del Mayab'),(6099,'Universidad Mexicana'),(6100,'Universidad Tecnológica de México'),(6101,'Universidad del Valle de Atemajac'),(6102,'Universidad Jóse Vasconcelos'),(6103,'Universidad Chapultepéc'),(6104,'Universidad de León'),(6105,'Universidad la Concordia'),(6106,'Universidad Motolinía del Pedegral'),(6107,'Universidad Salesiana'),(6108,'Universidad Autónoma de Veracruz Villa Rica'),(6109,'Universidad Latina'),(6110,'Universidad de Norteamerica'),(6111,'Universidad del Noroeste'),(6112,'Universidad Nuevo Mundo'),(6113,'Universidad Obrera de Mexico'),(6114,'Universidad Popular Autonóma del Estado de Puebla'),(6115,'Instituto Politécnico Nacional, Campus Guanajuato'),(6116,'Universidad Panamericana'),(6117,'Universidad Pedagógica Nacional'),(6118,'Universidad de Quintana Roo'),(6119,'Universidad Regional Miguel Hidalgo'),(6120,'Universidad Regiomontana'),(6121,'Universidad Regional del Sureste'),(6122,'Universidad de la Sierra A.C.'),(6123,'Universidad Simón Bolivar'),(6124,'Universidad Santa Fe'),(6125,'Universidad de Sonora'),(6126,'Universidad Tecnologica de la Mixteca'),(6127,'Universidad Tecnologica de Nezahualcoyotl'),(6128,'Universidad del Valle del Bravo'),(6129,'Universidad Valle del Grijalva'),(6130,'Universidad del Valle de México'),(6131,'Universidad Veracruzana'),(6132,'Universidad del Valle de Toluca'),(6133,'Universidad Xicotepetl'),(6134,'Universidad Cristóbal Colón'),(6135,'Westhill University'),(6136,'Universidad Autónoma Metropolitana - Azcapotzalco'),(6137,'Academy of Economic Studies of Moldova'),(6138,'Comrat State University'),(6139,'Moldova State Agricultural University'),(6140,'Moldova Cooperative Trade University'),(6141,'Free International University of Moldova'),(6142,'Pedagogical State University \"Ion Creanga\"'),(6143,'University of Applied Sciences of Moldova'),(6144,'Balti State University \"Alecu Russo\"'),(6145,'Moldova State University of Medicine and Pharmacy \"N. Testemitsanu\"'),(6146,'Moldova State University'),(6147,'Tiraspol State University'),(6148,'Moldova Technical University'),(6149,'University of Southern Europe (Monaco Business School)'),(6150,'Health sciences University of Mongolia'),(6151,'University of the Humanities'),(6152,'Institute of Commerce and Business'),(6153,'Mongolian State University of Arts and Culture'),(6154,'Mongolian State University of Agriculture'),(6155,'Mongolian State University of Education'),(6156,'Mongolian University of Science and Technology'),(6157,'Mongolian National University'),(6158,'Orkhon University'),(6159,'Ulaanbaatar University'),(6160,'University of Montenegro'),(6161,'University of Science, Arts and Technology'),(6162,'Ecole Nationale d\'Architecture'),(6163,'Al Akhawayn University'),(6164,'Ecole des Hautes Etudes en Gestion Informatique et Communication'),(6165,'Ecole Mohammadia d\'Ingénieurs'),(6166,'Ecole National d\'Agriculture de Meknes'),(6167,'Ecole Supérieure de Commerce et des Affaires'),(6168,'Université Ibn Zohr Agadir'),(6169,'Institut Supérieur de Commerce et d\'Administration des Entreprises'),(6170,'Ecole des Hautes Etudes Commerciales MAROC'),(6171,'Institut des Hautes Etudes de Management'),(6172,'Ecole Supérieure d\'Informatique et de Management'),(6173,'International Institute for Higher Education'),(6174,'Institute of Management and Business Technology'),(6175,'Institut National des Postes et Télécommunications'),(6176,'ISFORT - Institut de Formation en Technologie Alimentaire'),(6177,'Institut Supérieur de Management et de Technologie (MATCI)'),(6178,'Université Hassan II - Aïn Chock'),(6179,'Université Moulay Ismail Meknès'),(6180,'Ecole Superieure des Télécommunications'),(6181,'Université Abdelmalek Essadi'),(6182,'Université Cadi Ayyad'),(6183,'Université Chouaib Doukkali'),(6184,'Université Hassan Ier - Settat'),(6185,'Université Hassan II - Mohammadia'),(6186,'Université Mohammed V - Agdal'),(6187,'Université Mohammed V - Souissi'),(6188,'Université Ibn Toufail'),(6189,'Université Mohammed Ier'),(6190,'Université Sidi Mohammed Ben Abdellah'),(6191,'Instituto Superior de Ciênicas e Tecnologia de Moçambique'),(6192,'Instituto Superior Politécnico e Universitário'),(6193,'Instituto Superior de Relações Internacionais (ISRI)'),(6194,'Universidade Católica de Moçambique'),(6195,'Universidade Eduardo Mondlane'),(6196,'Universidade Pedagógica'),(6197,'Universidade Zambeze'),(6198,'Universidade Lúrio'),(6199,'Institute of Information Technology'),(6200,'Ilsa Independent College'),(6201,'International University of Management'),(6202,'Polytechnic of Namibia'),(6203,'University of Namibia'),(6204,'Agriculture and Forestry University'),(6205,'B.P.Koirala Institute of Health Sciences'),(6206,'Kathmandu University'),(6207,'Lumbini Buddhist University'),(6208,'Nepal Sanskrit University'),(6209,'Pokhara University'),(6210,'Purbanchal University'),(6211,'Tribhuvan University Kathmandu'),(6212,'American University of the Caribbean, Sint Maarten'),(6213,'University of Sint Eustatius School of Medicine'),(6214,'International University School of Medicine (IUSOM)'),(6215,'St.James\'s School of Medicine, Bonaire'),(6216,'University of the Netherlands Antilles, Curacao'),(6217,'Dutch Delta University'),(6218,'De Haagse Hogeschool'),(6219,'Erasmus University Rotterdam'),(6220,'European Open University'),(6221,'Fontys University of Applied Sciences'),(6222,'Foundation University'),(6223,'Hanze University Groningen'),(6224,'Hogeschool voor de Kunsten Utrecht (HKU)'),(6225,'Hotelschool The Hague'),(6226,'Hogeschool Rotterdam'),(6227,'Hogeschool Leiden'),(6228,'Hogeschool Utrecht'),(6229,'Hogeschool van Amsterdam'),(6230,'Hogeschool Inholland'),(6231,'Islamic University of Rotterdam'),(6232,'Institute of Social Studies'),(6233,'International Institute for Geo - Information Science and Earth Observation'),(6234,'Leiden University'),(6235,'NHTV Breda University of Professional Education'),(6236,'Nyenrode Business University'),(6237,'Open University of the Netherlands'),(6238,'Roosevelt Academy University College'),(6239,'University of Groningen'),(6240,'Radboud University'),(6241,'Saxion Universities'),(6242,'Stenden University'),(6243,'Tilburg University'),(6244,'Delft University of Technology'),(6245,'Eindhoven University of Technology'),(6246,'UNESCO-IHE Institute for Water Education'),(6247,'Maastricht University'),(6248,'University of Twente'),(6249,'Utrecht University'),(6250,'University of Amsterdam'),(6251,'University for Humanistics (UH)'),(6252,'Vrije Universiteit Amsterdam'),(6253,'Wageningen University'),(6254,'Christelijke Hogeschool Windesheim'),(6255,'Wittenborg University'),(6256,'Zuyd University'),(6257,'University of New Caledonia'),(6258,'University of Auckland'),(6259,'Auckland University of Technology'),(6260,'University of Canterbury'),(6261,'Christchurch Polytechnic Institute of Technology'),(6262,'Lincoln University'),(6263,'Massey University'),(6264,'Open Polytechnic'),(6265,'University of Otago'),(6266,'Victoria University of Wellington'),(6267,'University of Waikato'),(6268,'Universidad Americana'),(6269,'Universidad Centroamericana'),(6270,'Universidad Ciencias Comerciales'),(6271,'Universidad Centroamericana de Ciencias Empresariales (UCEM)'),(6272,'Universidad Nicaragüense de Ciencia y Tecnológica'),(6273,'Universidad de Managua (U de M)'),(6274,'Universidad Hispanoamericana'),(6275,'Universidad de las Américas (ULAM)'),(6276,'Universidad Nacional Agraria'),(6277,'Universidad Nacional Autonoma de Nicaragua'),(6278,'Universidad Catolica \"Redemptoris Mater\"'),(6279,'Universidad Iberoamericana de Ciencia y Tecnologia'),(6280,'Universidad Nacional de Ingenieria'),(6281,'Universidad Internacional de Integración de América Latina'),(6282,'Universidad Politecnica de Nicaragua'),(6283,'Universidad Popular de Nicaragua (UPONIC)'),(6284,'Universidad de las Regiones Autónomas de la Costa Caribe Nicaragüense'),(6285,'Université Abdou Moumouni de Niamey'),(6286,'Adekunle Ajasin University'),(6287,'Ambrose Alli University'),(6288,'Abia State Polytechnic'),(6289,'Abia State University'),(6290,'Afe Babalola University'),(6291,'Ahmadu Bello University'),(6292,'Adeyemi College of Education'),(6293,'The Achievers University'),(6294,'Ajayi Crowther University'),(6295,'Adeleke University'),(6296,'Adamawa State University'),(6297,'Akwa Ibom State University of Technology'),(6298,'Al-hikmah University'),(6299,'Anambra State University of Science and Technology'),(6300,'Abubakar Tafawa Balewa University'),(6301,'Auchi Polytechnic'),(6302,'ABTI American University of Nigeria'),(6303,'African University of Science and Technology'),(6304,'Babcock University'),(6305,'Bauchi State University, Gadau'),(6306,'Baze University Abuja'),(6307,'Bells University of Technology'),(6308,'Bingham University'),(6309,'Benson Idahosa University'),(6310,'Bowen University'),(6311,'Benue State University'),(6312,'Bayero University Kano'),(6313,'Caleb University'),(6314,'Caritas University'),(6315,'College of Education Ikere'),(6316,'College of Education Oju'),(6317,'Covenant University'),(6318,'Crawford University'),(6319,'Crescent University'),(6320,'Cross River University of Science and Technology'),(6321,'Ebonyi State University'),(6322,'Ekiti State University'),(6323,'Enugu State University of Science and Technology'),(6324,'Federal College Of Education (Technical), Akoka'),(6325,'The Federal Polytechnic Offa'),(6326,'Fountain University'),(6327,'Federal University of Petroleum Resources'),(6328,'Federal University of Technology, Akure'),(6329,'Federal University of Technology, Minna'),(6330,'Federal University of Technology, Owerri'),(6331,'Federal University of Technology, Yola'),(6332,'Godfrey Okoye University'),(6333,'Godfrey Okoye University'),(6334,'Gombe State University'),(6335,'Ibrahim Babangida University'),(6336,'Imo State University'),(6337,'Igbinedion University'),(6338,'Joseph Ayo Babalola University'),(6339,'Kaduna State University'),(6340,'Kogi State University'),(6341,'Kebbi State University of Science and Technology'),(6342,'Katsina University'),(6343,'Kano State University of Technology Wudil'),(6344,'Kwara State Polytecnic'),(6345,'Kwararafa University'),(6346,'Kwara State University'),(6347,'Lagos State Polytechnic'),(6348,'Lagos State University'),(6349,'Ladoke Akintola University of Technology'),(6350,'Lead City University of Ibadan'),(6351,'Landmark University'),(6352,'Madonna University'),(6353,'Michael Okpara University of Agriculture'),(6354,'Lagos City Polytechnic'),(6355,'Nigerian Defence Academy'),(6356,'Niger Delta University'),(6357,'National Open University of Nigeria'),(6358,'Novena University'),(6359,'Nasarawa State University Keffi'),(6360,'Nigerian Turkish Nile University'),(6361,'Obafemi Awolowo University Ile-Ife'),(6362,'Obong University'),(6363,'Oduduwa University'),(6364,'Olabisi Onabanjo University'),(6365,'Ondo State University of Science and Technology'),(6366,'Pan-African University'),(6367,'Paul University'),(6368,'Polytechnic Ibadan'),(6369,'Akanu Ibiam Federal Polytechnic, Unwana'),(6370,'Renaissance University'),(6371,'Redeemers University'),(6372,'Salem University'),(6373,'Sokoto State University'),(6374,'Tansian University'),(6375,'Tai Solarin University of Education'),(6376,'Taraba State University'),(6377,'University of Agriculture Makurdi'),(6378,'Usmanu Danfodiyo University Sokoto'),(6379,'University of Ibadan'),(6380,'Umaru Musa Yar\'Adua University'),(6381,'University of Agriculture Abeokuta'),(6382,'University of Benin'),(6383,'University of Abuja'),(6384,'University of Calabar'),(6385,'University of Jos'),(6386,'University of Lagos'),(6387,'University of Ilorin'),(6388,'University of Maiduguri'),(6389,'University of Mkar'),(6390,'Osun State University'),(6391,'University of Portharcourt'),(6392,'University of Uyo'),(6393,'Nnamdi Azikiwe University'),(6394,'University of Nigeria'),(6395,'Rivers State University of Science and Technology'),(6396,'Veritas University'),(6397,'Western Delta University'),(6398,'Wellspring University'),(6399,'Wesley University of Science and Technology'),(6400,'Yaba College of Technology'),(6401,'St Clements University - Higher Education School'),(6402,'Oslo School of Architecture'),(6403,'Norwegian School of Management BI'),(6404,'Agder University College'),(6405,'Bergen University College'),(6406,'Bodo Regional University'),(6407,'Finnmark University College'),(6408,'Lillehammer University College'),(6409,'Molde University College'),(6410,'National College of Art and Design'),(6411,'Norwegian School of Economics and Business Administration'),(6412,'Norwegian University of Sport and Physical Education'),(6413,'Norway\'s Information Technology University College'),(6414,'Norwegian Teacher Academy for Studies in Religion and Education'),(6415,'Agricultural University of Norway'),(6416,'Norwegian State Academy of Music'),(6417,'Norwegian University of Science and Technology'),(6418,'National Academy of Fine Arts'),(6419,'University of Bergen'),(6420,'University of Oslo'),(6421,'University of Stavanger'),(6422,'University of Tromsø'),(6423,'Norwegian University of Life Sciences'),(6424,'Norwegian College of Veterinary Medicine'),(6425,'Arab Open University'),(6426,'Al-Buraimi University College'),(6427,'Dhofar University'),(6428,'Ibra College of Technology'),(6429,'Majan University College'),(6430,'Muscat College'),(6431,'Oman College Of Management & Technology'),(6432,'Sohar University'),(6433,'Sultan Qaboos University'),(6434,'Sur University College'),(6435,'University of Nizwa'),(6436,'Abasyn University Peshawar'),(6437,'Allama Iqbal Open University'),(6438,'Azad Jammu and Kashmir University'),(6439,'Aga Khan University'),(6440,'University of Islamic Studies'),(6441,'Al-Khair University'),(6442,'Alpha Omega University'),(6443,'Asian Management Institute'),(6444,'Asia Pacific Institute of Information Technology Pakistan (APIIT PAK)'),(6445,'Air University'),(6446,'American University of Hawaii, Punjab Campus'),(6447,'North West Frontier Province Agricultural University'),(6448,'Bahria University'),(6449,'Barani Institute of Information Technology'),(6450,'Barani Institute of Management Sciences'),(6451,'Baqai Medical University'),(6452,'Institute of Business & Technology'),(6453,'Balochistan University of Engineering and Technology Khuzdar'),(6454,'Balochistan University of Information Technology & Management Sciences'),(6455,'Bahauddin Zakariya University, Multan'),(6456,'College of Business Management ( CBM )'),(6457,'Cecos Univeristy of Information Technology'),(6458,'COMSATS Institute of Information Technology, Abbottabad'),(6459,'COMSATS Institute of Information Technology, Attock'),(6460,'COMSATS Institute of Information Technology'),(6461,'COMSATS Institute of Information Technology, Lahore'),(6462,'COMSATS Institute of Information Technology, Wah'),(6463,'COSMIQ Institute of Technology'),(6464,'Dadabhoy Institute of Higher Education'),(6465,'Dawood College of Engineering and Technology'),(6466,'Dow University of Health Sciences'),(6467,'Faisalabad Institute of Textile and Fashion Design'),(6468,'Federal Urdu University of Arts,Science and Technology'),(6469,'Shaheed Benazir Bhutto Women University'),(6470,'Gandhara Institute of Medical Sciences'),(6471,'Government College University Lahore'),(6472,'Government College University Faisalabad'),(6473,'University of Balochistan'),(6474,'Zia-ud-Din University'),(6475,'Gift University'),(6476,'Ghulam Ishaq Khan Institute of Science & Technology'),(6477,'Gangdara Institute Of Science & Technology'),(6478,'The Global College Lahore'),(6479,'Gomal University'),(6480,'Greenwich University'),(6481,'Hajvery University Lahore for Women'),(6482,'Hamdard University'),(6483,'Hitec University'),(6484,'Hazara University'),(6485,'Institute of Business Administration (IBA)'),(6486,'Institute of Business Administration Sukkur'),(6487,'Institute of Industrial Electronics Engineering'),(6488,'International Islamic University'),(6489,'Institute of Management Sciences, Peshawar'),(6490,'Indus Institute of Higher Education'),(6491,'Iqra University'),(6492,'Isra University'),(6493,'Institute of Space Technology'),(6494,'Islamia University of Bahawalpur'),(6495,'Mohammad Ali Jinnah University, Karachi'),(6496,'Mohammad Ali Jinnah University'),(6497,'Jinnah University for Women'),(6498,'KASB Institute of Technology'),(6499,'Karachi Institute of Information Technology'),(6500,'Karakoram International University'),(6501,'Karachi Medical and Dental College'),(6502,'Karachi School of Art'),(6503,'Kohat University of Science and Technology (KUST)'),(6504,'Lahore College for Women University'),(6505,'Liaquat University of Medical & Health Sciences Jamshoro'),(6506,'Lahore University of Management Sciences'),(6507,'Mohi-ud-Din Islamic University'),(6508,'Mooreland University'),(6509,'Mehran University of Engineering & Technology'),(6510,'Minhaj University Lahore'),(6511,'National College of Arts'),(6512,'NED University of Engineering and Technology Karachi'),(6513,'Newports Institute of Communication & Economics'),(6514,'Nuclear Institute for Agriculture and Biology (NIAB)'),(6515,'FAST - National University of Computer and Emerging Sciences (NUCES)'),(6516,'National University of Modern Languages'),(6517,'National University of Science and Technology'),(6518,'University of Engineering and Technology Peshawar'),(6519,'Karachi Institute Of Economics And Technology'),(6520,'Pak-AIMS (American Institute of Management Sciences)'),(6521,'Institute of Management Sciences, Lahore (IMS)'),(6522,'Hahnamann Honoeopathic Medical College'),(6523,'Qauid-e-Awam University of Engineering Sciences & Technology'),(6524,'Pyramid Education Center'),(6525,'Punjab Institute of Computer science'),(6526,'Pakistan Institute of Engineering and Applied Sciences (PIEAS)'),(6527,'Preston Institute of Management Sciences and Technology (PIMSAT)'),(6528,'Planwel University'),(6529,'Preston University, Pakistan Campus'),(6530,'Punjab University College of Information Tecnology'),(6531,'University of the Punjab'),(6532,'University of the Punjab, Gujranwala Campus'),(6533,'Quaid-i-Azam University'),(6534,'Qurtuba University of Science and Infromation Technology'),(6535,'Riphah International Univeristy'),(6536,'Shah Abdul Latif University Khairpur'),(6537,'Sindh Agricultural University'),(6538,'Sir Syed Institute Of Technology Islamabad'),(6539,'Sir Syed University of Engineering and Technology'),(6540,'Sarhad University of Science & Information Technology, Peshawar'),(6541,'The Superior College'),(6542,'Shaheed Zulifkar Ali Bhutto Institute of Science and Technology'),(6543,'Textile Institute of Pakistan'),(6544,'University of Faisalabad'),(6545,'Arid Agriculture University'),(6546,'University of Agriculture Faisalabad'),(6547,'University of Central Punjab'),(6548,'University of Education'),(6549,'University of Engineering and Technology Lahore'),(6550,'University of Engineering and Technology Taxila'),(6551,'University of Munawwar-ul-Islam'),(6552,'University of Management and Technology'),(6553,'University of NorthWest'),(6554,'University of East'),(6555,'University of Gujrat'),(6556,'University of Karachi'),(6557,'University of Lahore'),(6558,'University of Malakand'),(6559,'University of Sargodha'),(6560,'University of Peshawar'),(6561,'University of South Asia'),(6562,'University of Sindh'),(6563,'University of Science & Technology Bannu'),(6564,'University of Veterinary & Animal Science'),(6565,'University of Wah'),(6566,'Virtual University of Pakistan'),(6567,'Wah Medical College'),(6568,'Zawiya Academy'),(6569,'Arab American University - Jenin'),(6570,'Al-Aqsa University'),(6571,'Al-Azhar University of Gaza'),(6572,'Al-Quds University - The Arab University in Jerusalem'),(6573,'Bethlehem University'),(6574,'Birzeit University'),(6575,'Hebron University'),(6576,'Islamic University of Gaza'),(6577,'An-Najah National University'),(6578,'Palestine Polytechnic University'),(6579,'Palestine Technical College-Dier Elbalah'),(6580,'Palestine Technical University - Kadoorie'),(6581,'Al-Quds Open University'),(6582,'University College of Applied Sciences'),(6583,'Ummah University'),(6584,'University of Palestine'),(6585,'Columbus University'),(6586,'Floret Global University'),(6587,'Instituto de Enseñanza Superior Oteima'),(6588,'Universidad Tecnológica Oteima'),(6589,'Universidad de Cartago'),(6590,'Universidad Especializada de Las Americas'),(6591,'Universidad del Istmo'),(6592,'Universidad Latinoamericana de Ciencia y Tecnologia, Panamá'),(6593,'Universidad Latina de Panamá'),(6594,'Universidad Autonoma de Chiriqui'),(6595,'Universidad Abierta y a Distancia de Panama'),(6596,'Universidad Interamericana de Educacion a Distancia de Panama'),(6597,'Universidad de Panamá'),(6598,'Universidad Católica Santa María La Antigua'),(6599,'Universidad Tecnológica de Panamá'),(6600,'Victoria International University'),(6601,'West Coast University (WCU)'),(6602,'Divine Word University'),(6603,'Pacific Adventist University'),(6604,'Papua New Guinea University of Technology'),(6605,'University of Goroka'),(6606,'University of Papua New Guinea'),(6607,'Universidad Columbia del Paraguay'),(6608,'Universidad Autónoma de Asunción'),(6609,'Universidad Americana'),(6610,'Universidad Autónoma del Paraguay'),(6611,'Universidad Católica Nuestra Senora de la Asunción'),(6612,'Universidad Comunera'),(6613,'Universidad del Cono Sur de las Américas'),(6614,'Universidad Metropolitana de Asunción'),(6615,'Universidad Nacional de Asunción'),(6616,'Universidad Nacional del Este'),(6617,'Universidad de la Integración de las Americas (UNIDAD)'),(6618,'Universidad del Norte'),(6619,'Universidad Privada del Este'),(6620,'Universidad Marcelino Champagnat'),(6621,'Universidad Nacional Agraria La Molina'),(6622,'Pontificia Universidad Católica del Perú'),(6623,'Universidad San Ignacio de Loyola'),(6624,'Universidad Andina Nestor Caceares Velasquez'),(6625,'Universidad Andina del Cusco'),(6626,'Universidad Alas Peruanas'),(6627,'Universidad de Ciencias y Humanidades'),(6628,'Universidad Católica de Santa María'),(6629,'Universidad Cientifica del Sur'),(6630,'Universidad César Vallejo'),(6631,'Universidad Particular de Chiclayo'),(6632,'Universidad de Piura'),(6633,'Universidad de Huánuco'),(6634,'Universidad de Lambayeque'),(6635,'Universidad Particular Inca Garcilaso de la Vega'),(6636,'Universidad Los Angeles de Chimbote'),(6637,'Universidad de Lima'),(6638,'Universidad Privada Juan Mejía Baca'),(6639,'Universidad Nacional del Callao'),(6640,'Universidad Nacional del Altiplano'),(6641,'Universidad Nacional de la Amazonía Peruana'),(6642,'Universidad Nacional Santiago Antúnez de Mayolo'),(6643,'Universidad Nacional Agraria de la Selva'),(6644,'Universidad Nacional de Cajamarca'),(6645,'Universidad Nacional del Centro del Perú'),(6646,'Universidad Nacional Daniel Alcides Carrion'),(6647,'Universidad Nacional de Educación Enrique Guzmán y Valle'),(6648,'Universidad Nacional Federico Villarreal'),(6649,'Universidad Nacional Hermilio Valdizan'),(6650,'Universidad Nacional San Luis Gonzaga'),(6651,'Universidad Nacional de Ingeniería'),(6652,'Universidad Femenina del Sagrado Corazón'),(6653,'Universidad Nacional de La Libertad, Trujillo'),(6654,'Universidad Nacional Jorge Basadre Grohmann'),(6655,'Universidad Nacional José Faustino Sánchez Carrión'),(6656,'Universidad Nacional Mayor de San Marcos'),(6657,'Universidad Nacional de Piura'),(6658,'Universidad Nacional Pedro Ruíz Gallo'),(6659,'Universidad Nacional de San Antonio Abad'),(6660,'Universidad Nacional de San Agustin'),(6661,'Universidad Nacional de San Cristóbal de Huamanga'),(6662,'Universidad Nacional de Santa - Chimbote'),(6663,'Universidad Nacional de San Martín'),(6664,'Universidad Nacional de Tumbes'),(6665,'Universidad Nacional de Ucayali'),(6666,'Universidad Privada Antenor Orrego'),(6667,'Universidad Peruana de Ciencias Aplicadas'),(6668,'Universidad Peruana Cayetano Heredia'),(6669,'Universidad Peruana de Ciencias e Informática'),(6670,'Universidad del Pacifico'),(6671,'Universidad Peruana Union'),(6672,'Universidad Privada Los Andes'),(6673,'Universidad Privada del Norte'),(6674,'Universidad Privada Sergio Bernales'),(6675,'Universidad Privada San Juan Bautista'),(6676,'Universidad Privada de Tacna'),(6677,'Universidad Ricardo Palma'),(6678,'Universidad Privada San Pedro'),(6679,'Universidad Católica Santo Toribio de Mogrovejo'),(6680,'Universidad San Martin de Porres'),(6681,'Universidad San Pablo'),(6682,'Universidad Señor de Sipán'),(6683,'Universidad Tecnológica de los Andes de Apurímac'),(6684,'Universidad Tecnológica del Peru'),(6685,'Universidad Norbert Wiener'),(6686,'Adamson University'),(6687,'Ateneo de Davao University'),(6688,'Ateneo de Manila University'),(6689,'Ateneo de Naga University'),(6690,'Ateneo de Zamboanga University'),(6691,'Aquinas University'),(6692,'De La Salle University, Araneta'),(6693,'Arellano University'),(6694,'Angeles University'),(6695,'Adventist University of the Philippines'),(6696,'Araullo University'),(6697,'Bicol University'),(6698,'Benguet State University'),(6699,'Bulacan State University'),(6700,'Centro Escolar University'),(6701,'Central Mindanao University'),(6702,'Central Philippine University'),(6703,'Cagayan State University'),(6704,'Capitol University'),(6705,'Davao Doctors College'),(6706,'De La Salle University'),(6707,'Don Mariano Marcos Memorial State University'),(6708,'Divine Word College of Legazpi'),(6709,'Our Lady of Fatima University'),(6710,'Feati University'),(6711,'Far Eastern University'),(6712,'Foundation University'),(6713,'Holy Angel University'),(6714,'College of the Holy Spirit'),(6715,'Information and Communications Technology Academy'),(6716,'Isabela State University'),(6717,'Irish University Business School, Cebu'),(6718,'Liceo de Cagayan University'),(6719,'Colegio de San Juan de Letran'),(6720,'Leyte Normal University'),(6721,'Lyceum of the Philippines University'),(6722,'Leyte State University'),(6723,'Manila Central University'),(6724,'Manuel L. Quezon University'),(6725,'Mariano Marcos State University'),(6726,'Manuel S. Enverga University Foundation'),(6727,'Mindanao State University - Iligan Institute of Technology'),(6728,'Mindanao State University'),(6729,'Misamis University'),(6730,'Mountain View College'),(6731,'Notre Dame of Marbel University'),(6732,'Notre Dame University'),(6733,'New Era University'),(6734,'National University'),(6735,'Northwestern University of the Philippines'),(6736,'Philippine Christian University'),(6737,'University of Perpetual Help, System Dalta'),(6738,'University of the City of Manila'),(6739,'Philippine Military Academy'),(6740,'Philippine Normal University'),(6741,'Pangasinan State University'),(6742,'Palawan State University'),(6743,'Polytechnic University of the Philippines'),(6744,'Philippine Women\'s University'),(6745,'Rizal Technological University'),(6746,'San Beda College'),(6747,'Saint Louis College'),(6748,'Saint Louis University'),(6749,'Saint Mary\'s University'),(6750,'Saint Paul University'),(6751,'Samar State University'),(6752,'Silliman University'),(6753,'Southwestern University'),(6754,'Technological University of the Philippines'),(6755,'University of the Assumption'),(6756,'University of Asia and the Pacific'),(6757,'University of Baguio'),(6758,'University of Batangas'),(6759,'University of the Cordilleras'),(6760,'University of Cagayan Valley'),(6761,'University of the East, Coloocan'),(6762,'University of the East, Manila'),(6763,'University of Eastern Philippines'),(6764,'University of the East, Ramon Magsaysay Memorial Medical Center'),(6765,'University of the Immaculate Conception'),(6766,'University of lloilo'),(6767,'University of Mindanao'),(6768,'University of Nueva Caceres'),(6769,'University of Northeastern Philippines'),(6770,'University of Bohol'),(6771,'University of Cebu'),(6772,'University of Manila'),(6773,'University of Negros Occidental-Recoletos'),(6774,'University of Northern Philippines'),(6775,'University of Pangasinan'),(6776,'University of the Philippines Baguio'),(6777,'University of the Philippines Diliman'),(6778,'University of the Philippines Visayas - Cebu High School'),(6779,'University of Perpetual Help'),(6780,'University of the Philippines Los Banos'),(6781,'University of the Philippines Manila'),(6782,'University of the Philippines Mindanao'),(6783,'University of the Philippines Open University'),(6784,'University of the Philippines Visayas'),(6785,'University of Regina Carmeli'),(6786,'University of San Agustin'),(6787,'University of San Carlos'),(6788,'University of Southeastern Philippines'),(6789,'University of San Jose Recoletos'),(6790,'University of Saint La Salle'),(6791,'University of Southern Mindanao'),(6792,'University of Southern Philippines Foundation'),(6793,'University of Santo Tomas'),(6794,'University of the Visayas'),(6795,'Virgen Milagrosa University Foundation'),(6796,'Wesleyan University Philippines'),(6797,'Western Mindanao State University'),(6798,'West Visayas State University'),(6799,'Central Luzon State University'),(6800,'Tarlac State University'),(6801,'Xavier University'),(6802,'Fine Arts Academy \"Jan Matejko\" in Cracow'),(6803,'Academy of Economics in Katowice'),(6804,'Academy of Economics in Cracow'),(6805,'Academy of Economics in Poznan'),(6806,'Academy of Economics in Wroclaw'),(6807,'AGH University of Science and Technology'),(6808,'Academy of Humanities and Economics in Lodz'),(6809,'Medical Academy ?Ludwik Rydygier? in Bydgoszcz'),(6810,'Medical Academy in Bialystok'),(6811,'Medical Academy in Gdansk'),(6812,'Music Academy \"Karol Szymanowski\" in Katowice'),(6813,'Medical Academy in Lodz'),(6814,'Medical Academy in Lublin'),(6815,'Adam Mickiewicz University of Poznan'),(6816,'Music Academy \"Felix Nowowiejski\" in Bydgoszcz'),(6817,'Music Academy \"Stanislaw Moniuszko\" in Gdansk'),(6818,'Music Academy in Cracow'),(6819,'Music Academy in Lodz'),(6820,'Music Academy \"Ignacy Jana Paderewski\" in Poznan'),(6821,'Music Academy \"Karol Lipinski\" in Wroclaw'),(6822,'Medical Academy in Warszawa'),(6823,'Medical Academy in Wroclaw'),(6824,'Polonia University in Czêstochowa'),(6825,'Akademia Podlaska'),(6826,'Agricultural University of Cracow'),(6827,'Agricultural University of Lublin'),(6828,'Agricultural University of Szczecin'),(6829,'Agricultural-Technical Academy in Olsztyn'),(6830,'Agricultural University of Wroclaw'),(6831,'Fine Arts Academy in Gdansk'),(6832,'Fine Arts Academy in Katowice'),(6833,'Fine Arts Academy ?Wladyslaw Strzeminski? in Lodz'),(6834,'Fine Arts Academy in Poznan'),(6835,'Fine Arts Academy in Warsaw'),(6836,'Fine Arts Academy in Wroclaw'),(6837,'Aleksander Zelwerowicz State Theatre Academy'),(6838,'Agricultural University of Poznan'),(6839,'Physical Education Academy \"Jozef Pilsudski\" in Warsaw'),(6840,'Physical Education Academy \"Jedrzej Sniadecki\" in Gdansk'),(6841,'Physical Education Academy in Katowice'),(6842,'University School of Physical Education'),(6843,'Physical Education Academy \"Eugeniusz Piasecki\" in Poznan'),(6844,'Physical Education Academy in Wroclaw'),(6845,'Music Academy \"Fryderyk Chopin\" in Warszaw'),(6846,'Collegium Civitas'),(6847,'University of Lower Silesia of the Association for the Advancement of Education in Wroclaw.'),(6848,'European Academy of Arts in Warsaw'),(6849,'State Film, Television and Theatre Higher School ?Leon Schiller? in Lodz'),(6850,'Silesian School of Economics and Languages'),(6851,'Katowice School of Economics'),(6852,'French Institute of Management'),(6853,'Andrzej Frycz Modrzewski Cracow College'),(6854,'Catholic University of Lublin'),(6855,'Lazarski School of Commerce and Law'),(6856,'Technical University of Radom'),(6857,'Teacher Training College of Revalidation, Rehabilitation and Physical Education'),(6858,'Pomeranian Academy of Medicine in Szczecin'),(6859,'Technical University of Bialystok'),(6860,'Technical University of Czestochowa'),(6861,'Technical University of Gdansk'),(6862,'Polish-Japanese Institute of Information Technology in Warsaw'),(6863,'Technical University of Cracow'),(6864,'Technical University of Lodz'),(6865,'Technical University of Lublin'),(6866,'Silesian Technical University of Gliwice'),(6867,'Technical University of Opole'),(6868,'Technical University of Rzeszow'),(6869,'Pedagogical University of Kielce'),(6870,'Poznan University of Life Sciences'),(6871,'Technical University of Poznan'),(6872,'Warsaw University of Technology'),(6873,'Technical University of Wroclaw'),(6874,'Ludwik Solski State Academy of Theatre in Cracow'),(6875,'Walcz College'),(6876,'Staszic Pila College'),(6877,'Technical University of Zielona Gora'),(6878,'Christian Theological Academy in Warszaw'),(6879,'Agricultural University of Warsaw'),(6880,'Warsaw School of Economics'),(6881,'Silesian Academy of Medicine in Katowice'),(6882,'Warsaw School of Social Psychology'),(6883,'Technical University of Kielce'),(6884,'Technical University of Koszalin'),(6885,'Technical University of Szczecin'),(6886,'Józef Tyszkiewicz College of Business and Computer Science in Bielsko-Biala'),(6887,'University of Bialystok'),(6888,'Jagiellonian University Cracow'),(6889,'Cardinal Stefan Wyszynski University in Warsaw'),(6890,'Maria Curie-Sklodowska University Lublin'),(6891,'University of Lodz'),(6892,'University of Opole'),(6893,'Nicolaus Copernicus University of Torun'),(6894,'University of Gdansk'),(6895,'Pedagogical University of Rzeszow'),(6896,'University of Szczecin'),(6897,'University of Wroclaw'),(6898,'University of Silesia'),(6899,'Medical Academy ?Karol Marcinkowski? in Poznan'),(6900,'University of Technology and Life Sciences'),(6901,'University of Warsaw'),(6902,'University of Wamia and Masuria in Olsztyn'),(6903,'Pawel Wlodkowic University College in Plock'),(6904,'Higher School o Business/National Louis University(WSB/NLU) in Nowy Sacz'),(6905,'Poznan School of Banking'),(6906,'Higher School o Business in Tarnow'),(6907,'University of Finance and Management in Bialystok'),(6908,'Aleksander Gieysztor School of Humanities in Pultusk'),(6909,'Ryszard Lazarski University of Commerce and Law in Warsaw'),(6910,'College of Computer Science in Lodz'),(6911,'Warsaw School of Information Technology'),(6912,'University of Information Technology and Management in Rzeszow'),(6913,'Gdynia Maritime Academy'),(6914,'Academy of International Economic and Political Relations, Gdynia'),(6915,'Maritime University in Szczecin'),(6916,'Pedagogical University of Bydgoszcz'),(6917,'Pedagogical University of Czestochowa'),(6918,'Leon Kozminski Academy of Entrepreneurship and Mangement in Warsaw'),(6919,'Pedagogical University of Krakow'),(6920,'Pedagogical University of Slupsk'),(6921,'Maria Grzegorzewska College for Special Education'),(6922,'Pedagogical University of the Polish Association for Adult Education in Warsaw'),(6923,'Pedagogical University of Zielona Gora'),(6924,'University of Insurance and Banking in Warsaw'),(6925,'School of Banking and Management in Cracow'),(6926,'University of Management and Marketing'),(6927,'Gdansk Management College'),(6928,'Polish Open University in Warsaw (WSZ/POU)'),(6929,'West Pomeranian Business School in Szczecin'),(6930,'Instituto Superior de Informática e Gestão'),(6931,'Escola Nautica Infante D. Henrique'),(6932,'Escola Superior de Artes e Design'),(6933,'Escola Superior de Hotelaria e Turismo do Estoril'),(6934,'European University Portugal'),(6935,'Instituto de Artes Visuais, Design e Marketing - IADE'),(6936,'Instituto Superior Novas Profissões - INP'),(6937,'Instituto Superior D. Afonso III - INUAF'),(6938,'Instituto Politécnico de Beja'),(6939,'Instituto Politécnico de Bragança'),(6940,'Instituto Politécnico do Cávado e do Ave'),(6941,'Instituto Politécnico de Castelo Branco'),(6942,'Instituto Politécnico de Coimbra'),(6943,'Instituto Politécnico da Guarda'),(6944,'Instituto Piaget'),(6945,'Instituto Politécnico de Leiria'),(6946,'Instituto Politécnico de Lisboa'),(6947,'Instituto Politécnico de Portalegre'),(6948,'Instituto Politecnico do Porto'),(6949,'Instituto Politécnico de Santarém'),(6950,'Instituto Politécnico de Setúbal'),(6951,'Instituto Politécnico de Tomar'),(6952,'Instituto Politécnico de Viana do Castelo'),(6953,'Instituto Superior de Assistentes e Intérpretes'),(6954,'Instituto Superior de Saúde do Alto Ave'),(6955,'Instituto Superior Bissaya Barreto'),(6956,'Instituto Superior de Ciências Empresariais e de Turismo'),(6957,'Instituto Superior de Ciências do Trabalho e da Empresa'),(6958,'Instituto Superior de Gestão - ISG'),(6959,'Instituto Superior de Línguas e Administração'),(6960,'Instituto Superior de Paços de Brandão'),(6961,'Instituto Superior de Psicologia Aplicada'),(6962,'Instituto Superior Politécnico Gaya'),(6963,'Instituto Superior de Tecnologias Avançadas - ISTEC'),(6964,'Instituto Superior de Transportes e Comunicações'),(6965,'Instituto Superior de Entre Douro e Vouga'),(6966,'Academia Nacional Superior de Orquesta'),(6967,'Instituto Superior de Ciências Educativas'),(6968,'Universidade dos Acores'),(6969,'Universidade do Algarve'),(6970,'Universidade de Aveiro'),(6971,'Universidade Atlântica'),(6972,'Universidade da Beira Interior'),(6973,'Universidade Catolica Portuguesa'),(6974,'Universidade de Coimbra'),(6975,'Universidade de Evora'),(6976,'Universidade Fernando Pessoa'),(6977,'Universidade Internacional Lisboa'),(6978,'Universidade de Lisboa'),(6979,'Universidade Lusiada'),(6980,'Universidade Lusófona de Humanidades e Technologias'),(6981,'Universidade da Madeira'),(6982,'Universidade do Minho'),(6983,'Universidade Moderna de Lisboa'),(6984,'Universidade Independente'),(6985,'Universidade Aberta Lisboa'),(6986,'Universidade Autónoma de Lisboa Luís de Camoes'),(6987,'Universidade Nova de Lisboa'),(6988,'Universidade Portucalense Infante D. Henrique'),(6989,'Universidade do Porto'),(6990,'Universidade de Tras-os-Montes e Alto Douro'),(6991,'Universidade Tecnica de Lisboa'),(6992,'Universidad Interamericana de Puerto Rico, Bayamón'),(6993,'Caribbean University'),(6994,'Universidad de Puerto Rico, Cayey'),(6995,'Centro de Estudios Avanzados de Puerto Rico y el Caribe'),(6996,'Universidad de Puerto Rico, Humacao'),(6997,'Universidad Interamericana de Puerto Rico, Bayamón'),(6998,'Universidad Interamericana de Puerto Rico'),(6999,'Pontificia Universidad Catolica de Puerto Rico'),(7000,'Universidad Politecnica de Puerto Rico'),(7001,'Universidad de Puerto Rico, Ciencias Medicas'),(7002,'Universidad del Sagrado Corazon'),(7003,'San Juan Bautista School of Medicine'),(7004,'Universidad Interamericana de Puerto Rico, San Germán'),(7005,'Sistema Universitario Ana G. Méndez'),(7006,'Universidad Metropolitana'),(7007,'Universidad Central de Bayamón'),(7008,'Universidad Central del Caribe'),(7009,'Universidad de Puerto Rico, Arecibo'),(7010,'Universidad de Puerto Rico, Aguadilla'),(7011,'Universidad de Puerto Rico, Bayamon'),(7012,'Universidad de Puerto Rico, Carolina'),(7013,'Universidad de Puerto Rico'),(7014,'Universidad de Puerto Rico, Mayaguez'),(7015,'Universidad de Puerto Rico, Ponce'),(7016,'Universidad de Puerto Rico, Rio Pedras'),(7017,'Universidad de Puerto Rico, Utuado'),(7018,'Universidad del Turabo'),(7019,'Northwestern University In Qatar'),(7020,'University of Qatar'),(7021,'Université de la Reunion'),(7022,'AISTEDA'),(7023,'Academy of Music \"Georghe Dima\" Cluj-Napoca'),(7024,'National Academy for Physical Education and Sports Bucharest'),(7025,'Academy of Arts \"George Enescu\" Iasi'),(7026,'Academia de Studii Economice din Bucuresti'),(7027,'University of Craiova'),(7028,'Emanuel University'),(7029,'Institute of Architecture \"Ion Mincu\" Bucharest'),(7030,'Academia Tehnica Militara'),(7031,'University of Medicine and Pharmacology of Oradea'),(7032,'Oradea University'),(7033,'University of Constanta Medical School'),(7034,'University Politehnica of Bucharest'),(7035,'Romanian-American University'),(7036,'University of Sibiu'),(7037,'National School of Political and Administrative Studies Bucharest'),(7038,'Spiru Haret University'),(7039,'Technical University of Iasi'),(7040,'1 December University of Alba Iulia'),(7041,'University of Iasi'),(7042,'University of Art and Design Cluj-Napoca'),(7043,'Targu-Mures University of Theatre'),(7044,'University \"Aurel Vlaicu\" Arad'),(7045,'Babes-Bolyai University of Cluj-Napoca'),(7046,'North University of Baia Mare'),(7047,'University of Bacau'),(7048,'University of Resita'),(7049,'University of Galatzi'),(7050,'University Lucian Blaga of Sibiu'),(7051,'University of Medicine and Pharmacy of Cluj-Napoca'),(7052,'University of Medicine and Pharmacy of Iasi'),(7053,'University of Medicine and Pharmacy of Targu Mures'),(7054,'University of Medicine and Pharmacy of Timisoara'),(7055,'National University of Arts'),(7056,'National University of Theater and Film Arts'),(7057,'University of Bucharest'),(7058,'University \"Transilvany\" of Brasov'),(7059,'University of Agriculture and Veterinary Medicine Iasi'),(7060,'Constantin Brancoveanu University Pitesti'),(7061,'University of Medicine and Pharmacy of Bucharest'),(7062,'Maritime University Constanta'),(7063,'University of Constanta'),(7064,'National University of Music'),(7065,'University of Oradea'),(7066,'University \"Petre Andrei\" Iasi'),(7067,'University of Petrosani'),(7068,'University Oil- Gas Ploiesti'),(7069,'University of Pitesti'),(7070,'Petru Maior University of Targu Mures'),(7071,'University of Agriculture and Veterinary Medicine Bucharest'),(7072,'Banat\'s University of Agricultural Sciences'),(7073,'University of Agriculture and Veterinary Medicine Timisoara'),(7074,'University of Agriculture and Veterinary Medicine Cluj-Napoca'),(7075,'University of Suceava'),(7076,'Technical University of Civil Engineering Bucharest'),(7077,'Technical University of Cluj-Napoca'),(7078,'University of Targu Jiu'),(7079,'University \"Titu Maiorescu\"'),(7080,'Technical University of Timisoara'),(7081,'West University of Timisoara'),(7082,'Universitatea de Vest \"Vasile Goldiş\"'),(7083,'Valahia University of Targoviste'),(7084,'St. Petersburg State University of Civil Aviation'),(7085,'Adygeja State University'),(7086,'Khabarovsk State Academy of Economics and Law'),(7087,'Astrahan State Medical Academy'),(7088,'Arhangelsk State Technical University'),(7089,'Academy of Management and Entrepreneurship'),(7090,'Amur State University'),(7091,'Volga State Academy of Water Transport'),(7092,'St. Petersburg Repin State Academic Institute of Painting Sculpture and Achitecture'),(7093,'Altai State Medical University'),(7094,'Astrakhan State University'),(7095,'Astrahan State Technical University'),(7096,'Altai State Technical University'),(7097,'Altai State University'),(7098,'Volgograd Medical Academy'),(7099,'Bashkir State Agrarian University'),(7100,'Bashkir State Medical University'),(7101,'Bashkir State University'),(7102,'Birsk State Pedagogical Institute'),(7103,'Sterlitamak State Pedagogical Institute'),(7104,'Ufa State Institute of Arts'),(7105,'Biysk State Padagogical University after V.M. Shukshin'),(7106,'Bauman Moscow State Technical University'),(7107,'Bratsk State Technical University'),(7108,'Belgorod State Agricultural Academy'),(7109,'Bashkir State Pedagogical University named After M. Akmullah'),(7110,'Belgorod State Technical University'),(7111,'Burjat State University'),(7112,'Belgorod State University'),(7113,'Moscow External University of the Humanities'),(7114,'Chuvash State University'),(7115,'Novosibirsk State Academy of Economics and Mangement'),(7116,'Novosibirsk State Music Academy M. Glinka'),(7117,'St. Petersburg State Conservatory'),(7118,'Cheljabinsk State Institute of Teacher Training'),(7119,'Cheljabinsk State University'),(7120,'Dagestan State University'),(7121,'Don State Agrarian University'),(7122,'Don State Technical University'),(7123,'Far East State Transport University'),(7124,'Far Eastern State University'),(7125,'Ivanovo State Textile Academy'),(7126,'Yelets State University'),(7127,'St. Petersburg State Electrotechnical University'),(7128,'St. Petersburg State Academy for Engineering Economics (ENGECON)'),(7129,'St. Petersburg State University of Engineering and Economics'),(7130,'East-Siberian State University of Technology'),(7131,'European University at St.Petersburg'),(7132,'Finance Academy'),(7133,'Far Eastern State Technical University'),(7134,'Maxim Gorky Institute of Literature'),(7135,'St. Petersburg State Forest-Technical Academy'),(7136,'Gorno-Altaisk State University'),(7137,'Russian Academy of Theatre Arts'),(7138,'State Maritine Academy'),(7139,'Gnesins Russian Academy of Music'),(7140,'St. Petersburg State Mountain Institut'),(7141,'St. Petersburg State Pediatric Medical Academy'),(7142,'St. Petersburg State Institute of Technology (Technological University)'),(7143,'St. Petersburg State Technological University of Plant Polymers'),(7144,'Gubkin Russian State University of Oil and Gas'),(7145,'St. Petersburg State Cinema and TV University'),(7146,'State University of Management'),(7147,'Herzen State Pedagogical University of Russia'),(7148,'Higher School of Economics'),(7149,'Obninsk State Technical University for Nuclear Power Engineering'),(7150,'International Banking Institute, St. Petersburg'),(7151,'Institute of Business and Politics'),(7152,'International East-European University'),(7153,'Institute for the Economy in Transition'),(7154,'ITMO University'),(7155,'Institute of Management and Economy'),(7156,'State University of Aerospace Technologies'),(7157,'Irkutsk State Academy of Economics'),(7158,'Baikal National University of Economics and Law'),(7159,'Ivanovo State Academy of Medicine'),(7160,'Ivanovo State Power University'),(7161,'Irkutsk State Technical University'),(7162,'Izhevsk State Technical University'),(7163,'Ivanovo State University of Chemistry and Technology'),(7164,'Irkutsk State University'),(7165,'Yaroslavl International University of Business and New Technologies'),(7166,'International University of Fundamental Studies, St. Petersburg'),(7167,'Ivanovo State University'),(7168,'Jewish University in Moscow'),(7169,'Kazan State University of Technology'),(7170,'Kalmyk State University'),(7171,'Kamchatka State University Vitus Bering'),(7172,'Immanuel Kant State University of Russia'),(7173,'Petrozavodsk State University'),(7174,'Kazan State Music Conservatory'),(7175,'Kabardino-Balkarian State University'),(7176,'Kemerovo State University'),(7177,'Kazan State University of Medicine'),(7178,'Kazan State Pedagogical University'),(7179,'Krasnoyarsk State Technical University'),(7180,'Far Easten State University of Humanities'),(7181,'Khabarovsk State University of Technology'),(7182,'Vaganova Academy of Russian Ballet'),(7183,'Kurgan International University'),(7184,'Kaliningrad State Technical University'),(7185,'Komsomolsk-on-Amur State Technical University'),(7186,'Kazan State Academy of Architecture and Civil Engineering'),(7187,'Kazan State Finance and Economics Institute'),(7188,'Kursk State Medical University'),(7189,'Kaluga State Pedagogical University'),(7190,'Karelian State Pedagogical University'),(7191,'Kostroma State Technological University'),(7192,'Kursk State Technical University'),(7193,'Kazan State University'),(7194,'Kuban State University of Agriculture'),(7195,'Kuban State University of Technology'),(7196,'Kuban State University'),(7197,'Kursk State University'),(7198,'Kuzbass State Technical University'),(7199,'Linguistic University of Nizhny Novgorod'),(7200,'Moscow State Automobile and Road Technical University'),(7201,'Marij State University'),(7202,'Marij State Technical University'),(7203,'Magnitogorsk State University'),(7204,'St. Petersburg State Medical Academy'),(7205,'Novosibirsk State Medical Academy'),(7206,'Saratov State Medical University'),(7207,'Moscow State University of Economics, Statistics and Informatics'),(7208,'Skrjabin Moscow State Academy of Veterinary Medicine and Biotechnology'),(7209,'Moscow State Institute of International Relations MFA Russia (MGIMO-University)'),(7210,'Russian State Geological Prospecting University'),(7211,'Moscow State University of Civil Engineering'),(7212,'Moscow State University of Forestry Engineering'),(7213,'National Research University of Electronic Technology'),(7214,'Moscow State University of Geodesy and Cartography'),(7215,'Moscow State University of Railway Transport'),(7216,'Modern Institute of Managament'),(7217,'Moscow Institute of Physics and Technology'),(7218,'Moscow Institute of Physics and Technology'),(7219,'Moscow International Higher Business School (MIRBIS)'),(7220,'Moscow State Institute of Radiotechnics, Electronics and Automation (Technical University)'),(7221,'Moscow State Institute of Steel and Alloys'),(7222,'International University of Engineering, Moscow'),(7223,'I.M. Sechenov Moscow Medical Academy'),(7224,'Moscow P. I. Tchaikovsky Conservatory'),(7225,'Moscow Power Engineering Institute (Technical University)'),(7226,'Mordovian State University'),(7227,'Moscow State Academy of Applied Biotechnology'),(7228,'Moscow State Industrial University'),(7229,'Moscow State Textile University A.N. Kosygin'),(7230,'Moscow State Technical University of Civil Aviation'),(7231,'Murmansk State Technical University'),(7232,'Moscow State University of Culture'),(7233,'Moscow State University of Environmental Engineering'),(7234,'Moscow State University of Ecological Engineering'),(7235,'Moscow State University'),(7236,'Moscow Technical University of Informatics and Communication'),(7237,'Mendeleev Russian University of Chemical Technology'),(7238,'Modern University for the Humanities'),(7239,'Nayanova University'),(7240,'Stavropol State Technical University'),(7241,'Siberian State University of Telecommunications and Informatics'),(7242,'New Economic School'),(7243,'Nizhny Novgorod State Architectural - Building University'),(7244,'Nevsky Institute of Language and Culture'),(7245,'Nizhny Novgorod State Academy of Medicine'),(7246,'Nizhny Novgorod State Technical University'),(7247,'North Ossetian State University'),(7248,'Novgorod State University'),(7249,'Novosibirsk State Agricultural University'),(7250,'Northern State Medical University'),(7251,'Novosibirsk State Technical University'),(7252,'Novosibirsk State University'),(7253,'North-West State Technical University'),(7254,'Omsk State Agrarian University'),(7255,'Omsk State Technical University'),(7256,'Omsk State Transport University'),(7257,'Omsk State Pedagogical University'),(7258,'Omsk State Medicical Academy'),(7259,'Oriental University'),(7260,'Orenburg State University'),(7261,'People\' s Friendship University of Russia'),(7262,'Pjatigorsk State Linguistic University'),(7263,'Penza State University'),(7264,'Pomorsk State University'),(7265,'Pomor State University'),(7266,'Perm State Pharmaceutical Academy'),(7267,'Perm State Medical Academy'),(7268,'Perm State Pedagogical University'),(7269,'Perm State Academy of Agriculture'),(7270,'Perm State Technical University'),(7271,'Perm State University'),(7272,'Russian Academy of Arts'),(7273,'Plekhanov Russian Academy of Economics'),(7274,'Rybinsk State Academy of Aviational Technology'),(7275,'Russian State Hydrometeorological University'),(7276,'Rostov State Medical University'),(7277,'Russian State Medical University'),(7278,'Russian State University for the Humanities'),(7279,'Rostov State University'),(7280,'Moscow State University of Commerce'),(7281,'Ufa State Petroleum Technological University'),(7282,'Sakhalin State University'),(7283,'Samara State Academy for Railway Transportation'),(7284,'Samara State Medical University'),(7285,'Siberian Academy of Public Services'),(7286,'Saratov State Academy of Law'),(7287,'Saratov State Agrarian University'),(7288,'Smolensk State Medical Academy'),(7289,'Saratov State University'),(7290,'Smolensk Humanitarian University'),(7291,'Siberian State Industrial University'),(7292,'Smolny University'),(7293,'St. Petersburg State Marine Technical University'),(7294,'Academic University'),(7295,'St. Petersburg State University of Architecture and Civil Engineering'),(7296,'St. Petersburg State Agrarian University'),(7297,'St. Petersburg State University of Culture and Arts'),(7298,'St. Petersburg Institute of Arts and Restoration'),(7299,'St. Petersburg State Polytechnical University'),(7300,'St. Petersburg Institute of Sales Management and Economics'),(7301,'St. Petersburg State University'),(7302,'St. Petersburg State University of Waterway Communications'),(7303,'St. Petersburg State Chemical Pharmaceutical Academy'),(7304,'St. Petersburg State Mining Institute (Technical University)'),(7305,'St. Petersburg StateMechnikov Medical Academy'),(7306,'Samara State Agricultural Academy'),(7307,'Samara State Academy of Architecture and Civil Engineering'),(7308,'Samara State Aerospace University'),(7309,'Saratov State Socio-Economic University'),(7310,'Samara State University of Economics'),(7311,'Siberian State Medical University'),(7312,'Samara State University of Teacher Training'),(7313,'Saratov State Technical University'),(7314,'Samara State Technical University'),(7315,'Syktyvkar State University'),(7316,'Samara State University'),(7317,'Moscow State University of Technology (Stankin)'),(7318,'Stavropol State University'),(7319,'Lipeck State Technical University'),(7320,'Siberian State Transport University'),(7321,'St. Petersburg State University of Aerospace Instrumentation'),(7322,'Surgut State University'),(7323,'St. Petersburg State University of Technology and Design'),(7324,'St. Petersburg State University of Telecommunication'),(7325,'St. Petersburg State Theatre Arts Academy'),(7326,'Taganrog State Pedagogical Institute'),(7327,'Tyumen State Agricultural Academy'),(7328,'Yaroslavl State Theatre Institute'),(7329,'Timirjazev Moscow Academy of Agricultutre'),(7330,'Togliatti State University'),(7331,'Moscow University Touro'),(7332,'Tomsk Polytechnic University'),(7333,'Tver State Medical Academy'),(7334,'Tyumen State University of Gas and Oil'),(7335,'Tomsk State Pedagogical University'),(7336,'Tambov State Technical University'),(7337,'Tver State Technical University'),(7338,'Tomsk State University of Architecture and Building'),(7339,'Taganrog State University of Radioengineering'),(7340,'Tomsk State University'),(7341,'Tyumen State University'),(7342,'Tula State University'),(7343,'Ryazan State Pedagogical University'),(7344,'Brjansk State Technical University'),(7345,'Southern Ural State University'),(7346,'Tomsk State University of Control Systems and Radioelectronics'),(7347,'Tuva State University'),(7348,'Ural Academy of Public Administration'),(7349,'St. Petersburg State University of Economics and Finance'),(7350,'Ufa State Aviation Technical University'),(7351,'Yugra State University'),(7352,'Ulyanovsk State Agricultural Academy'),(7353,'Ukhta State Technical University'),(7354,'Ulyanovsk State Pedagogical University'),(7355,'Ulyanovsk State Technical University'),(7356,'Ulyanovsk State University'),(7357,'Dubna International University for Nature, Society and Man'),(7358,'St. Petersburg State Technical University'),(7359,'Udmurt State University'),(7360,'Omsk State University'),(7361,'Tver State University'),(7362,'Vologda State Pedagogical University'),(7363,'Yaroslavl State University'),(7364,'Nizhny Novgorod State University'),(7365,'Cheljabinsk University of Agricultural Engineering'),(7366,'Ural State Academy of Architecture and Arts'),(7367,'Ural State Academy of Railway Transport'),(7368,'Ural State Conservatory'),(7369,'Ural State Forestry Technical Academy'),(7370,'Ural State Academy of Law'),(7371,'Ural State Academy of Mining and Geology'),(7372,'Ural State Technical University'),(7373,'Ural State University of Economics'),(7374,'Ural Gorkij State University'),(7375,'Ulyanovsk Higher School of Civil Aviation'),(7376,'Russian Customs Academy, Vladivostok Branch'),(7377,'Volgograd State Academy of Physical Education'),(7378,'Volgograd State University of Architecture and Civil Engineering (VolgGASU)'),(7379,'Voronezh State Academy of Technology'),(7380,'NGO Vladikavkaz Institute of Economics, Management, and Law'),(7381,'Vladimir State University'),(7382,'Baltic State Technical University'),(7383,'Volgograd State University'),(7384,'Voronezh State Technical University'),(7385,'Voronezh State Agricultural University'),(7386,'East-Siberian State Institute of Culture'),(7387,'East-Siberian State University'),(7388,'Voronezh State Medical Academy'),(7389,'Voronezh State Pedagogical University'),(7390,'Vyatka State Pedagogical University'),(7391,'Volgograd State Pedagogical University'),(7392,'Volgograd State Technical University'),(7393,'Voronezh State University'),(7394,'Vladivostock State University of Economics'),(7395,'Yaroslavl State Medical Academy'),(7396,'Yaroslavl State Pedagogical University'),(7397,'Yaroslavl State Technical University'),(7398,'Yakutsk State University'),(7399,'Adventist University of Central Africa'),(7400,'Institut d\'Agriculture, de Technologie et d\'Education de Kibungo'),(7401,'Higher Institute of Agriculture and Animal Husbandry'),(7402,'Kigali Health Institute'),(7403,'Kigali Institute of Education'),(7404,'Kigali Institute of Science & Technology'),(7405,'National University of Rwanda'),(7406,'School of Finance and Banking'),(7407,'Université Catholique de Kabgayi'),(7408,'Kigali Independent University'),(7409,'Umutara Polytechnic'),(7410,'International University for Graduate Studies'),(7411,'Ross University Caribbean School of Veterinary Medicine'),(7412,'St Theresa\'s Medical University'),(7413,'University of Silvaner'),(7414,'Windsor University School of Medicine'),(7415,'Spartan University of Health Sciences'),(7416,'Trinity University School of Medicine'),(7417,'National University of Samoa'),(7418,'University of the South Pacific School of Agriculture'),(7419,'University of San Marino'),(7420,'College of Technology at Abha'),(7421,'Alfaisal University'),(7422,'Knowledge International University'),(7423,'Al-Yamamah College'),(7424,'Arab Open University'),(7425,'Batterjee Medical College'),(7426,'Al-Batterjee Medical College'),(7427,'Buraydah College for Applied Medical Sciences'),(7428,'Al-baha University'),(7429,'College of Busniess Admnistration'),(7430,'College of Telecommunication & Information'),(7431,'Dar al Hekma College'),(7432,'Dar Al-Uloom Colleges'),(7433,'Dammam Community College'),(7434,'College of Technology at Dammam'),(7435,'Effat College'),(7436,'Fahad Bin Sultan University'),(7437,'Ibn Sina National College for Medical Studies'),(7438,'Al-Imam Mohamed Ibn Saud Islamic University'),(7439,'Institute of Public Administration'),(7440,'Islamic University of Medinah'),(7441,'Jazan University'),(7442,'College of Technology at Jeddah'),(7443,'Jubail Industrial College'),(7444,'Aljouf University'),(7445,'King Abdul Aziz University'),(7446,'King Abdullah University of Science and Technology'),(7447,'College of Technology at Kharj'),(7448,'King Fahd Security College'),(7449,'King Faisal University'),(7450,'King Fahad University of Petroleum and Minerals'),(7451,'King Khaled University'),(7452,'King Saud bin Abdulaziz University for Health Sciences'),(7453,'King Saud University'),(7454,'Alkharj University'),(7455,'Knowledge College for Science and Technology'),(7456,'Majmaah University'),(7457,'Naif Arab University for Security Sciences'),(7458,'Northern Border University'),(7459,'College of Nursing and Allied Health Scinces'),(7460,'Najran University'),(7461,'Private College of Dentistry and Pharmacy'),(7462,'Prince Mohammad Bin Fahd University'),(7463,'Prince Sultan College for Tourism and Hotel Scinces'),(7464,'Prince Sultan University'),(7465,'Qassim Private College'),(7466,'Qassim University'),(7467,'College of Technology at Riyadh'),(7468,'Riyadh College of Dentistry and Pharmacy'),(7469,'Princess Nora Bint Abdulrahman University'),(7470,'Saad College of Nursing and Allied Health Sciences'),(7471,'Shaqra University'),(7472,'Taibah University'),(7473,'College of Technology at Jazan'),(7474,'Taif University'),(7475,'Jubail University College'),(7476,'University of Dammam'),(7477,'University of Hail'),(7478,'Umm Al-Qura University'),(7479,'University of Tabuk'),(7480,'Yanbu Industrial College'),(7481,'Yanbu Technical Institute'),(7482,'Yanbu University College'),(7483,'L\'Université de l\'Entreprise'),(7484,'Université Alioune Diop de Bambey'),(7485,'Universite Amadou Hampaté Ba'),(7486,'Université Cheikh Anta Diop'),(7487,'Université Dakar Bourguiba'),(7488,'Université Euro-Afrique'),(7489,'Université Gaston Berger Saint-Louis'),(7490,'Université du Sahel'),(7491,'Université de Thiès'),(7492,'Université de Ziguinchor'),(7493,'University of Fine Arts Belgrade'),(7494,'University of Belgrade'),(7495,'European University'),(7496,'University of Kragujevac'),(7497,'Megatrend University of Applied Sciences'),(7498,'Metropolitan University'),(7499,'University of Nis'),(7500,'Drzavni Univerzitet u Novom Pazaru'),(7501,'University of Priština'),(7502,'Privredna Akademija (Business Academy)'),(7503,'Singidunum University'),(7504,'International University of Novi Pazar'),(7505,'University of Novi Sad'),(7506,'University of Seychelles'),(7507,'University of Seychelles - American Institute of Medicine'),(7508,'Fourah Bay College, University of Sierra Leone'),(7509,'LICCSAL Business College'),(7510,'Njala University'),(7511,'University of Sierra Leone'),(7512,'Aventis School of Management'),(7513,'Nanyang Technological University'),(7514,'National University of Singapore'),(7515,'National University of Singapore'),(7516,'yale-NUS'),(7517,'Singapore Institute of Management (SIM)'),(7518,'Singapore Management University'),(7519,'Taoist College Singapore'),(7520,'Police Academy in Bratislava'),(7521,'Academy of Arts in Banská Bystrica'),(7522,'Armed Forces Academy of General Milan Rastislav Štefánik'),(7523,'Bratislava International School of Liberal Arts'),(7524,'Technical Institute of Dubnica in Dubnica nad Váhom'),(7525,'University of Economics in Bratislava'),(7526,'International School of Management in Prešov'),(7527,'Catholic University in Ruzomberok'),(7528,'Slovak Medical University'),(7529,'Janos Selye University'),(7530,'University of Central Europe in Skalica'),(7531,'Slovak University of Technology in Bratislava'),(7532,'University of Alexandra Dub?ek in Tren?ín'),(7533,'University of Trnava'),(7534,'Technical University in Kosice'),(7535,'Technical University in Zvolen'),(7536,'University of SS. Cyril and Methodius in Trnava'),(7537,'University Konstantina Filozov in Nitra'),(7538,'Matej Bel University in Banská Bystrica'),(7539,'Slovak University of Agriculture in Nitra'),(7540,'Comenius University in Bratislava'),(7541,'Law University of Bratislava'),(7542,'University of Presov'),(7543,'University of Zilinska'),(7544,'Pavol Jozef Safarik University in Kosice'),(7545,'University of Veterinary Medicine in Kosice'),(7546,'School of Management'),(7547,'University of Performing Arts in Bratislava'),(7548,'College in Sládkovi?ovo'),(7549,'St. Elizabeth’s College of Health and Social Sciences in Bratislava'),(7550,'Academy of Fine Arts and Design in Bratislava'),(7551,'University of Nova Gorica'),(7552,'University of Ljubljana'),(7553,'University of Maribor'),(7554,'University of Primorska'),(7555,'University of the South Pacific'),(7556,'Amoud University'),(7557,'Benadir University'),(7558,'Bosaso College'),(7559,'University of Burao'),(7560,'East Africa University Bosaso'),(7561,'East Somalia University'),(7562,'Eelo American University'),(7563,'Gollis University'),(7564,'University of Hargeisa'),(7565,'Hiiraan University'),(7566,'Maakhir University'),(7567,'Mogadishu University'),(7568,'Nugaal University'),(7569,'Puntland State University'),(7570,'Sanaag University of Science and Technology'),(7571,'Somaliland University of Technology'),(7572,'University of Somalia'),(7573,'Cape Peninsula University of Technology'),(7574,'Central University of Technology, Free State'),(7575,'Durban Institute of Technology'),(7576,'Nelson Mandela Metropolitan University'),(7577,'Rhodes University'),(7578,'University of Stellenbosch'),(7579,'Tshwane University of Technology'),(7580,'University of Cape Town'),(7581,'University of Fort Hare'),(7582,'University of Johannesburg'),(7583,'University of KwaZulu-Natal'),(7584,'University of Limpopo'),(7585,'University of South Africa'),(7586,'University of Venda'),(7587,'University of North West'),(7588,'University of the Free State'),(7589,'University of Pretoria'),(7590,'University of the Western Cape'),(7591,'University of Zululand'),(7592,'Vaal University of Technology'),(7593,'University of Witwatersrand'),(7594,'Walter Sisulu University for Technology and Science'),(7595,'Monash Univerisity South Africa'),(7596,'University of Juba'),(7597,'University of Northern Bahr El-Ghazal'),(7598,'Barcelona Graduate School of Economics'),(7599,'Bircham International University'),(7600,'Universidad de San Pablo CEU'),(7601,'Universidad de Deusto'),(7602,'Universidad del País Vasco'),(7603,'Escuela Superior de Gestion Comercial y Marketing (ESIC)'),(7604,'Global Business School Barcelona'),(7605,'IE University'),(7606,'International University of Southern Europe'),(7607,'La Salle Universities - International Programmes'),(7608,'Mondragon Univertsitatea'),(7609,'La Salle - Universitat Rámon Llull'),(7610,'Schiller International University, Madrid'),(7611,'Universitat Autónoma de Barcelona'),(7612,'Universidad de Alicante'),(7613,'Universidad de Alcalá de Henares'),(7614,'Universidad de Almería'),(7615,'Universidad Autónoma de Madrid'),(7616,'Universidad Alfonso X El Sabio'),(7617,'Universitat de Barcelona'),(7618,'Universidad de Burgos'),(7619,'Universidad Carlos III de Madrid'),(7620,'Universidad de Cádiz'),(7621,'Universidad Católica San Antonio'),(7622,'Universidad Católica de Ávila'),(7623,'Universidad Cardenal Herrera-CEU'),(7624,'Universidad de Castilla La Mancha'),(7625,'Universidad Complutense de Madrid'),(7626,'Universidad de Córdoba'),(7627,'Universidad Católica de Valencia'),(7628,'Universidad de La Coruña'),(7629,'Universidad de Gerona'),(7630,'Universitat de Lleida'),(7631,'Universidad Europea de Madrid'),(7632,'Universidad Francisco de Vitoria'),(7633,'Universidad de Granada'),(7634,'Universidad de Huelva'),(7635,'Universidad Internacional de Andalucía'),(7636,'Universitat de les Illes Balears'),(7637,'Universitat Internacional de Catalunya'),(7638,'Universidad Internacional Menéndez Pelayo'),(7639,'Universidad de Jaén'),(7640,'Universitat Jaume I de Castellón'),(7641,'Universidad de La Laguna'),(7642,'Universidad de Las Palmas de Gran Canaria'),(7643,'Universidad de Málaga'),(7644,'Universidad de Murcia'),(7645,'Universidad Miguel Hernández de Elche'),(7646,'Universidad Pública de Navarra'),(7647,'Universidad de Navarra'),(7648,'Universidad Nacional de Educación a Distancia'),(7649,'Universidad de Extremadura'),(7650,'Universidad Internacional de Andalucía, Sede Antonio Machado de Baeza'),(7651,'Universidad Abierta Interactiva'),(7652,'Universidad Internacional de Andalucía, Sede La Rábida'),(7653,'Universidad de Cantabria'),(7654,'Universidad de León'),(7655,'Universidad de Oviedo'),(7656,'Universidad de La Rioja'),(7657,'Iniciativa Universidad del Atlantico'),(7658,'Universidad de Zaragoza'),(7659,'Universidad Antonio de Nebrija'),(7660,'Universitat Oberta de Catalunya'),(7661,'Universidad Politécnica de Cataluna'),(7662,'Universidad Pontificia Comillas'),(7663,'Universidad Politécnica de Cartagena'),(7664,'Universitat Pompeu Fabra'),(7665,'Universidad Politécnica de Madrid'),(7666,'Universidad Pablo de Olavide'),(7667,'Universidad Pontificia de Salamanca'),(7668,'Universidad Politécnica de Valencia'),(7669,'Universidad Rey Juan Carlos'),(7670,'Universitat Rámon Llull'),(7671,'Universitat Rovira I Virgili Tarragona'),(7672,'Universidad de Salamanca'),(7673,'Universidad de Santiago de Compostela'),(7674,'Universidad de Sevilla'),(7675,'Universidad de Valladolid'),(7676,'Universidad de Valencia'),(7677,'Universitat de Vic'),(7678,'Universidad de Vigo'),(7679,'Centro Universitario Villanueva'),(7680,'Arthur C Clarke Institute of Modern Technologies'),(7681,'Buddhasravaka Bhikshu University'),(7682,'Buddhist and Pali University of Sri Lanka'),(7683,'University of Colombo'),(7684,'Eastern University of Sri Lanka'),(7685,'University of Jaffna'),(7686,'Kotelawala Defence University'),(7687,'Postgraduate Institute of Pali & Buddhist Studies (University of Kelaniya)'),(7688,'University of Kelaniya'),(7689,'University of Moratuwa'),(7690,'Open University of Sri Lanka'),(7691,'University of Peradeniya'),(7692,'Postgraduate Institute of Agriculture (PGIA)'),(7693,'Rajarata University of Sri Lanka'),(7694,'University of Ruhuna'),(7695,'Sabaragamuwa University of Sri Lanka'),(7696,'South Asian Institute of Technology And Medicine (SAITM)'),(7697,'South Eastern University of Sri Lanka'),(7698,'University of Sri Jayawardenapura'),(7699,'Sri Lanka Institute of Advanced Technical Education'),(7700,'Sri Lanka Institute of Information Technology (SLIT)'),(7701,'Uva Wellassa University'),(7702,'University of the Visual & Performing Arts'),(7703,'Wayamba University of Sri Lanka'),(7704,'Al-Zaiem Al-Azhari University'),(7705,'Ahfad University for Women'),(7706,'Bakht Er-Ruda University'),(7707,'Bayan College for Science & Technology'),(7708,'Blue Nile University'),(7709,'Canadian Sudanese College'),(7710,'Dalanj University'),(7711,'University of El Imam El Mahdi University'),(7712,'Elrazi College Of Medical & Technological Sciences'),(7713,'Al Fashir University'),(7714,'University of Gadarif'),(7715,'Gezira College of Technology'),(7716,'High Institute for Banking & Financial Studies'),(7717,'International University of Africa (IUA)'),(7718,'Kassala University'),(7719,'University of Kordofan'),(7720,'National College for Medical and Technical Studies'),(7721,'Neelain University'),(7722,'Nile Valley University'),(7723,'Omdurman Ahlia University'),(7724,'Omdurman Islamic University'),(7725,'Open University of Sudan (OUS)'),(7726,'University of Holy Quran and Islamic Siences'),(7727,'National Ribat University'),(7728,'Red Sea University'),(7729,'Sudan Academy of Sciences'),(7730,'Sinnar University'),(7731,'Sudan University for Science and Technology'),(7732,'University Of Medical Sciences & Technology (UMST)'),(7733,'Upper Nile University'),(7734,'University of Dongola'),(7735,'University of Gezira'),(7736,'University of Khartoum'),(7737,'Shendi University'),(7738,'University of Science and Technology'),(7739,'Anton de Kom University'),(7740,'University of Swaziland'),(7741,'Blekinge Institute of Technology'),(7742,'Chalmers University of Technology'),(7743,'Dalarna University College'),(7744,'Göteborg University'),(7745,'University College of Borås'),(7746,'School of Design and Crafts'),(7747,'Gotland University College'),(7748,'Halmstad University College'),(7749,'Stockholm School of Economics'),(7750,'University College of Gävle'),(7751,'Kalmar University College'),(7752,'University College of Skövde'),(7753,'Jönköping University College'),(7754,'Jönköping University College of Health Sciences'),(7755,'University College of Kristianstad'),(7756,'University College of Trollhättan/Uddevalla'),(7757,'Karlstad University'),(7758,'Karolinska Institute Stockholm'),(7759,'University College of Arts, Crafts and Design'),(7760,'Royal lnstitute of Technology'),(7761,'Stockholm Institute of Education'),(7762,'Linköping University'),(7763,'Lund University'),(7764,'Lulea University of Technology'),(7765,'Malmö University College'),(7766,'Mälardalen University'),(7767,'Mid-Sweden University'),(7768,'Nordic School of Public Health'),(7769,'Örebro University'),(7770,'Södertörn University College'),(7771,'Swedish University of Agricultural Sciences'),(7772,'Free University Stockholm'),(7773,'Stockholm University'),(7774,'Umea University'),(7775,'Uppsala University'),(7776,'Växjö University'),(7777,'World Maritime University'),(7778,'Schiller International University, American College of Switzerland'),(7779,'Business and Hotel Management School'),(7780,'Business School Lausanne (BSL)'),(7781,'Cubidor University Switzerland'),(7782,'DCT International Hotel & Business Management School'),(7783,'European Graduate School, Media & Communications'),(7784,'Lausanne Hotel School (EHL)'),(7785,'EPFL - EPF Lausanne'),(7786,'ETHZ - ETH Zurich'),(7787,'European University'),(7788,'Franklin College Switzerland'),(7789,'University of Applied Sciences Aargau'),(7790,'University of Applied Sciences Basel (FHBB )'),(7791,'University of Applied Sciences Chur'),(7792,'University of Applied Sciences Solothurn Northwestern Switzerland'),(7793,'Geneva Business School'),(7794,'Glion Institute of Higher Education'),(7795,'Graduate School of Business Administration Zurich (GSBA Zurich)'),(7796,'Hochschule für Gestaltung und Kunst Zürich'),(7797,'International Culinary Institute (ICI)'),(7798,'International Hotel Management Institute'),(7799,'International School of Business Management'),(7800,'International University in Geneva'),(7801,'Les Roches International School of Hotel Management'),(7802,'Les Roches Gruyère University of Applied Sciences'),(7803,'Fachhochschule Pur'),(7804,'Swiss Business School Zurich (SBS)'),(7805,'Swiss Management Center'),(7806,'University of Switzerland'),(7807,'University Center \"César Ritz\"'),(7808,'Libera Università degli Studi di Scienze Umane e Tecnologiche'),(7809,'University of Zürich'),(7810,'Victoria University'),(7811,'Webster University Geneva'),(7812,'Zurich University of Applied Sciences Winterthur'),(7813,'EPFL - EPF Lausanne'),(7814,'ETHZ - ETH Zurich'),(7815,'Universita della Svizzera Italiana'),(7816,'University of Basel'),(7817,'University of Fribourg'),(7818,'University of Geneva'),(7819,'University of Zurich'),(7820,'Universität Bern'),(7821,'Universität Luzern'),(7822,'Universität St. Gallen'),(7823,'Université de Lausanne'),(7824,'Université de Neuchâtel'),(7825,'BFH - Bern University of Applied Sciences'),(7826,'FFHS - Fernfachhochschule Schweiz'),(7827,'FHNW - Fachhochschule Nordwestschweiz'),(7828,'FHS St.Gallen'),(7829,'HEP Vaud - Haute école pédagogique du canton de Vaud'),(7830,'HEP-BEJUNE - Haute Ecole Pédagogique BEJUNE'),(7831,'HEP-PH FR - University of Teacher Education Fribourg'),(7832,'HEPVS - Haute école pédagogique du Valais'),(7833,'HES-SO : UAS Western Switzerland'),(7834,'HfH – University of Applied Sciences of Special Needs Education'),(7835,'HSLU - Lucerne University of Applied Sciences and Arts'),(7836,'HSR - Hochschule für Technik Rapperswil'),(7837,'HTW Chur - University of Applied Sciences HTW Chur'),(7838,'HWZ - University of Applied Sciences in Business Administration Zurich'),(7839,'NTB - Hochschule für Technik Buchs'),(7840,'PH Zug - Pädagogische Hochschule Zug'),(7841,'PH Zürich - Pädagogische Hochschule Zürich'),(7842,'PHBern - University of Teacher Education Bern'),(7843,'PHGR - University of Teacher Education Graubünden'),(7844,'PHLU - University of Teacher Education Lucerne'),(7845,'PHSG - Pädagogische Hochschule St.Gallen'),(7846,'PHSZ - University of Teacher Education Schwyz'),(7847,'PHTG - Pädagogische Hochschule Thurgau'),(7848,'SUPSI - University of Applied Sciences Southern Switzerland'),(7849,'ZHAW - Zürcher Hochschule für Angewandte Wissenschaften'),(7850,'ZHdK - Zurich University of the Arts'),(7851,'CHUV - University Hospital Lausanne'),(7852,'HUG - Univ. Hospitals of Geneva'),(7853,'Insel Gruppe'),(7854,'University Hospital Zurich'),(7855,'Arab European University'),(7856,'Al-Baath University'),(7857,'University of Aleppo'),(7858,'Damascus University'),(7859,'Higher Institute of Business Administration'),(7860,'Ittihad Private University'),(7861,'International University for Science & Technology'),(7862,'Mamoun Private University for Science and Technology'),(7863,'Syrian International Private University for Science & Technology'),(7864,'Syrian Virtual University'),(7865,'Tishreen University'),(7866,'University of Kalamoon'),(7867,'Wadi International University'),(7868,'Al-Wataniya Private University'),(7869,'Yarmouk Private University'),(7870,'Aletheia University'),(7871,'National Chung Cheng University'),(7872,'Chang Gung University'),(7873,'Chia Nana College of Pharmacy and Science'),(7874,'Chung Hua University'),(7875,'Chang Jung University'),(7876,'Ching Kuo Institue of Management & Health'),(7877,'China Medical College'),(7878,'Central Police University'),(7879,'Chung Shan Medical and Dental College'),(7880,'Chung Yuan Christian University'),(7881,'Chao Yang University of Science and Technology'),(7882,'Da-Yeh University'),(7883,'National Cheng Kung University'),(7884,'Feng Chia University'),(7885,'Fu Jen Catholic University'),(7886,'Hsuan Chuang University'),(7887,'Huafan University'),(7888,'I-Shou University'),(7889,'Kaohsiung Medical College'),(7890,'Kung Shan Institute of Technology'),(7891,'Kun Shan University'),(7892,'National Kaohsiung University of Applied Sciences'),(7893,'LungHwa University of Science and Technology'),(7894,'Ling Tung University'),(7895,'Ming Chuan University'),(7896,'National Chengchi University'),(7897,'National Chung Hsing University, Taichung'),(7898,'National Chung Hsing University, Taipei'),(7899,'National Chi Nan University'),(7900,'National College of Physical Education and Sports'),(7901,'National Chiao Tung University'),(7902,'National Central University'),(7903,'National Changhua University of Education'),(7904,'National Chiayi University'),(7905,'National Dong Hwa University'),(7906,'National Formosa University'),(7907,'National Hsin-Chu Teachers College'),(7908,'National Hualien Teachers College'),(7909,'Nanhua University'),(7910,'National Institute of the Arts'),(7911,'National Ilan University'),(7912,'National Kaohsiung First University of Science and Technology'),(7913,'National Kaohsiung Normal University'),(7914,'National Open University'),(7915,'National Pingtung Teachers College'),(7916,'National Pingtung University of Science and Technology'),(7917,'National Sun Yat-Sen University'),(7918,'National Taiwan College of the Arts'),(7919,'National Taipei College of Nursing'),(7920,'National Taiwan College of Physical Education and Sports'),(7921,'National Taichung Teachers College'),(7922,'National Tsinghua University'),(7923,'National Tainan Teachers College'),(7924,'National Taiwan Normal University'),(7925,'National Taiwan Ocean University'),(7926,'National Taipei Teachers College'),(7927,'National Taipei University'),(7928,'National Taitung Teachers College'),(7929,'National Taiwan University'),(7930,'National Taiwan University of Science and Technology'),(7931,'National Taipei University of Technology'),(7932,'National University of Kaohsiung'),(7933,'National United University'),(7934,'Kaohsuing Open University'),(7935,'Chinese Culture University'),(7936,'Providence University'),(7937,'Shih Chien University'),(7938,'Soochow University'),(7939,'Shih Hsin University'),(7940,'St. John\'s & St. Mary\'s Institute of Technology'),(7941,'Southern Taiwan University of Technology'),(7942,'Tzu Chi College of Medicine and Humanities'),(7943,'TaiChung Healthcare and Management University'),(7944,'Tunghai University'),(7945,'Tamkang University'),(7946,'Taipei Medical College'),(7947,'Taipei Municipal Teachers College'),(7948,'Tainan National College of the Arts'),(7949,'Taipei Physical Education College'),(7950,'Tatung Institute of Technology'),(7951,'TaTung University'),(7952,'National Yang Ming Medical College'),(7953,'National Yunlin University of Science and Technology'),(7954,'Yuan Ze University'),(7955,'Tajik Agrarian University'),(7956,'Tajik National University'),(7957,'Tajikistan International University'),(7958,'Aga Khan University'),(7959,'African Virtual University'),(7960,'Dares Salaam Institute of Technology'),(7961,'Hubert Kairuki Memorial University'),(7962,'Institute of Accountancy Arusha'),(7963,'Institute of Finance Management'),(7964,'International Medical & Technological University'),(7965,'Kilimanjaro Christian Medical College'),(7966,'Mount Meru University'),(7967,'Mwalimu Nyerere Memorial Academy'),(7968,'Moshi University College of Cooperative and Business Studies'),(7969,'Muhimbili University of Health and Allied Sciences (MUHAS)'),(7970,'Mzumbe University (Chuo Kikuu Mzumbe)'),(7971,'Open University of Tanzania'),(7972,'St. Augustine University of Tanzania'),(7973,'Sebatian Kolowa University College'),(7974,'St. Joseph Group of Institutes'),(7975,'Sokoine University of Agriculture'),(7976,'Tumaini University - Iringa University College'),(7977,'University of Dodoma'),(7978,'University of Dar Es Salaam'),(7979,'Asian Institute of Technology'),(7980,'Phranakhon Si Ayutthaya Rajabhat University'),(7981,'Asian University of Science and Technology'),(7982,'Assumption University of Thailand'),(7983,'Bangkok University'),(7984,'Burapha University'),(7985,'Chiang Mai University'),(7986,'Rajamangala University of Technology, Lanna Chiang Rai'),(7987,'Chulalongkorn University'),(7988,'Chiang Mai Rajabhat University'),(7989,'Chiang Mai Vocational College'),(7990,'Chaopraya University'),(7991,'Dhurakijpundit University'),(7992,'Suan Dusit Rajabhat University'),(7993,'Eastern Asia University'),(7994,'Engineering Faculty of Asian University'),(7995,'Huachiew Chalermprakiet University'),(7996,'Hatyai University'),(7997,'International Buddhist College'),(7998,'Kasem Bundit University'),(7999,'Khon Kaen University'),(8000,'King Mongkut\'s University of Technology Ladkrabang'),(8001,'King Mongkut\'s University of Technology North Bangkok'),(8002,'King Mongkut\'s University of Technology Thonburi'),(8003,'Krirk University'),(8004,'Kasetsart University'),(8005,'Lampang Vocational College'),(8006,'Lamphun College of Agriculture and Technology'),(8007,'Lampang College of Commerce and Technology'),(8008,'Lampang Rajabhat University'),(8009,'Mahidol University'),(8010,'Mahamakut Buddhist University'),(8011,'Mahachulalongkorn Buddhist University'),(8012,'Mae Fah Luang University'),(8013,'Maejo University'),(8014,'Mahasarakham University'),(8015,'Mahidol University International College'),(8016,'Mahanakorn University of Technology'),(8017,'Rajamangala University of Technology, Lanna Nan'),(8018,'National Institute of Development Administration'),(8019,'Nivadhana University'),(8020,'Naresuan University'),(8021,'Payap University Chaiang Mai'),(8022,'Prince of Songkla University'),(8023,'Pathumthani University'),(8024,'Rajamangala University of Technology, Phra Nakhon'),(8025,'Rangsit University'),(8026,'Ramkhamhaeng University'),(8027,'South-East Asia University'),(8028,'Shinawatra University'),(8029,'Siam University'),(8030,'Sripatum University'),(8031,'Stamford International University'),(8032,'St. John\'s University'),(8033,'Sukhothai Thammathirat Open University'),(8034,'Silpakorn University'),(8035,'Suranaree University of Technology'),(8036,'Srinakharinwirot University'),(8037,'Thaksin University'),(8038,'Thammasat University'),(8039,'Ubonratchathani University'),(8040,'University of the Thai Chamber of Commerce'),(8041,'Vongchavalitkul University'),(8042,'Webster University, Thailand'),(8043,'Walailak University'),(8044,'Yonok University'),(8045,'Université de Lomé'),(8046,'University of the South Pacific Centre'),(8047,'University of the Southern Caribbean'),(8048,'University of Trinidad and Tobago'),(8049,'University of the West Indies St. Augustine'),(8050,'Instituts Supérieurs de Formation des Maîtres'),(8051,'Instituts Supérieurs des Etudes Technologiques'),(8052,'Institut Supérieur de Gestion de Tunis'),(8053,'Université de 7 Novembre à Carthage'),(8054,'Université Centrale'),(8055,'Université du Centre, Sousse'),(8056,'Université de Gafsa'),(8057,'Université de Jendouba'),(8058,'Université Libre de Tunis'),(8059,'Université de la Manouba'),(8060,'Université de Monastir'),(8061,'University of Aviation and Technology'),(8062,'Université de Gabès'),(8063,'Université de Kairouan'),(8064,'Université de Sfax'),(8065,'Université de Tunis El Manar'),(8066,'Université de Tunis'),(8067,'Université Virtuelle de Tunis'),(8068,'Université Ez-Zitouna'),(8069,'Adnan Menderes University'),(8070,'Ahi Evran University'),(8071,'Akdeniz University'),(8072,'Afyon Kocatepe University'),(8073,'Anadolu University'),(8074,'Ankara University'),(8075,'Istanbul Arel University'),(8076,'Atatürk University'),(8077,'Atilim University'),(8078,'Bahcesehir University'),(8079,'Balikesir University'),(8080,'Baskent University'),(8081,'Celal Bayar University'),(8082,'Beykent University'),(8083,'Bilecik University'),(8084,'Istanbul Bilgi University'),(8085,'Bilkent University'),(8086,'Bogazici University'),(8087,'Cag University'),(8088,'Cankaya University'),(8089,'Canakkale (18th March) University'),(8090,'Cukurova University'),(8091,'Cumhuriyet (Republik) University'),(8092,'Dokuz Eylül University'),(8093,'Turkish Naval Academy'),(8094,'Dicle (Tirgris) University'),(8095,'Dogus University'),(8096,'Dumlupinar University'),(8097,'Ege University'),(8098,'Erciyes University'),(8099,'Tobb Economics and Technology University'),(8100,'Firat (Euphrates) University'),(8101,'Gaziantep University'),(8102,'Gazi University Ankara'),(8103,'Gaziosmanpasa University'),(8104,'Galatasaray University'),(8105,'Gebze Institute of Technology'),(8106,'Halic University'),(8107,'Harran University'),(8108,'Hacettepe University'),(8109,'Abant Izzet Baysal University'),(8110,'Istanbul Kultur University'),(8111,'Inönü University'),(8112,'Isik University'),(8113,'Istanbul Ticaret University'),(8114,'Istanbul Technical University'),(8115,'Izmir Institute of Technology'),(8116,'Izmir Economic University'),(8117,'Kafkas University'),(8118,'Zonguldak Karaelmas University'),(8119,'Kadir Has University'),(8120,'Kilis 7 Aral?k University'),(8121,'Kirikkale University'),(8122,'Necmettin Erbakan University'),(8123,'Kocaeli University'),(8124,'Kahramanmaras Sütcü Imam University'),(8125,'Karadeniz Technical University'),(8126,'Koc University'),(8127,'Maltepe University'),(8128,'Marmara University'),(8129,'Mersin University'),(8130,'Mustafa Kemal University'),(8131,'Mimar Sinan University'),(8132,'Mugla Sitki Kocman University'),(8133,'Omer Halisdemir University'),(8134,'Namik Kemal University'),(8135,'Middle East Technical University'),(8136,'Osmangazi University'),(8137,'Ondokuz Mayis University Samsun'),(8138,'Ordu University'),(8139,'Ozyegin University'),(8140,'Pamukkale University'),(8141,'Sabanci University'),(8142,'Sakarya University'),(8143,'Suleyman Demirel University'),(8144,'?stanbul ?ehir University'),(8145,'Selcuk University'),(8146,'Türkisch-Deutsche Universität'),(8147,'Trakya University'),(8148,'Ufuk University'),(8149,'Uludag University'),(8150,'Yalova University'),(8151,'Yasar University'),(8152,'Yildirim Beyazit University'),(8153,'Yeditepe University'),(8154,'Yildiz Technical University'),(8155,'Yüzüncü Yil (Centennial) University'),(8156,'International Turkmen Turkish University'),(8157,'Charisma University'),(8158,'Aga Khan University'),(8159,'Bugema University'),(8160,'Busitema University'),(8161,'Busoga University'),(8162,'Central Buganda University'),(8163,'Gulu University'),(8164,'Islamic University in Uganda'),(8165,'Kampala International University'),(8166,'Kampala University'),(8167,'Kyambogo University'),(8168,'Makerere University'),(8169,'Mountains of the Moon University'),(8170,'Mutesa 1 Royal University'),(8171,'Mbarara University of Science and Technology'),(8172,'Ndejje University'),(8173,'Nkumba University'),(8174,'St. Augustine International University'),(8175,'Uganda Christian University'),(8176,'Uganda Martyr\'s University'),(8177,'Ukrainian Academy of Banking'),(8178,'Odessa State Medical University'),(8179,'Bila Cerkva State Agrarian University'),(8180,'Chernivci National University'),(8181,'Crimea State Medical University'),(8182,'Dnepropetrovsk National University of Railway Transport'),(8183,'Dnepropetrovsk National University'),(8184,'Donetsk State Medical University'),(8185,'Donetsk National Technical University'),(8186,'Donetsk National University'),(8187,'Dneprodzerzhinsk State Technical University'),(8188,'Alfred Nobel University of Economics and Law'),(8189,'Ukrainian National Forestry University'),(8190,'Lviv National University Ivan Franko'),(8191,'Kharkiv National University of Economics'),(8192,'Ivano-Frankivsk National University of Oli and Gas'),(8193,'State Pedagogical University in Kryvyi Rih'),(8194,'Kharkiv State Transport Technical University'),(8195,'National Aerospace University Kharkov Aviation Institute'),(8196,'Petro Mohyla Black Sea State University'),(8197,'Kiev National Economic University'),(8198,'Kiev National University of Construction and Architecture'),(8199,'National Technical University (Kharkiv Polytechnical Institute)'),(8200,'National Technical University (Kiev Politechnical Institute)'),(8201,'KROK Economics and Law University'),(8202,'Kiev School Of Economics'),(8203,'Kharkiv State Medical University'),(8204,'Kharkiv State Technical University of Construction and Architecture'),(8205,'Kiev Slavonic University'),(8206,'Kharkiv National University of Radio Electronics'),(8207,'Luhansk Taras Shevchenko National Pedagogical University'),(8208,'Lviv Polytechnic National University'),(8209,'Luhansk State Medical University'),(8210,'Odessa National Maritime Academy'),(8211,'Lviv National Medical Univeristy'),(8212,'National Aviation Univesity'),(8213,'National Agricultural University'),(8214,'National Metallurgical Academy of Ukraine'),(8215,'National Medical University O.O. Bogomolets'),(8216,'National Mining University'),(8217,'National Pedagogical University M. Dragomanov'),(8218,'National Transport University'),(8219,'Odessa State Academy of Construction and Architecture'),(8220,'Odessa National I.I. Mecnikov University'),(8221,'Odessa National Polytechnic University'),(8222,'Odessa National Academy of Food Technologies'),(8223,'Odessa National Marine University'),(8224,'Poltava National Technical University'),(8225,'Precarpathian University'),(8226,'Poltava University of Consumer Cooperatives in Ukraine'),(8227,'Sumy National Agrarian University'),(8228,'Sevastopol National Technical University'),(8229,'East Ukrainian National University'),(8230,'Sumy State University'),(8231,'Ternopil Academy of National Economy'),(8232,'Taurida National V.I.Vernadsky University'),(8233,'Ternopil State Ivan Pul\'uj Technical University'),(8234,'Khmelnitsky National University'),(8235,'Technological University of Podillya'),(8236,'Ukrainian Medical Stomatological Academy'),(8237,'National University of Kiev-Mohyla Academy'),(8238,'Ukrainian Academy of Pharmacy'),(8239,'National University of Internal Affairs'),(8240,'Kharkiv National University'),(8241,'Kherson State University'),(8242,'National Taras Shevchenko University of Kiev'),(8243,'Uzhgorod National University'),(8244,'National University of Ostroh Academy'),(8245,'National University of Shipbuilding'),(8246,'National University of Food Technologies'),(8247,'Volyn National University Lesja Ukrainka'),(8248,'National Pirogov Memorial Medical University'),(8249,'Vinnica National Technical University'),(8250,'Zaporizhzhe National Technical University'),(8251,'Zaporizhzhe National University'),(8252,'American College Of Dubai'),(8253,'Abu Dhabi University'),(8254,'Al Ghurair University'),(8255,'Ajman University of Science & Technology'),(8256,'Alain University of Science and Technology'),(8257,'Alhosn University'),(8258,'American University in Dubai'),(8259,'American University in the Emirates'),(8260,'American University of Sharjah'),(8261,'British University in Dubai'),(8262,'Dubai Medical College for Girls'),(8263,'Dubai Pharmacy College'),(8264,'Rochester Institute of Technology, Dubai'),(8265,'Etisalat University College'),(8266,'The Emirates Academy of Hotel Managment'),(8267,'Gulf Medical University'),(8268,'Hamdan Bin Mohammed e-University'),(8269,'Higher Colleges of Technology'),(8270,'Ittihad University'),(8271,'Jumeira University'),(8272,'Al Khawarizmi International College'),(8273,'Khalifa University of Science, Technology and Research'),(8274,'Khalifa University'),(8275,'Masdar University Of Science And Technology'),(8276,'New York University, Abu Dhabi'),(8277,'The Petroleum Institute'),(8278,'Rak Medical & Health Sciences University'),(8279,'University of Sharjah'),(8280,'Skyline University College, Sharjah'),(8281,'Paris-Sorbonne University Abu Dhabi'),(8282,'United Arab Emirates University'),(8283,'University Of Dubai'),(8284,'University of Jazeera'),(8285,'University of Wollongong - Dubai Campus'),(8286,'Zayed University'),(8287,'University of Aberdeen'),(8288,'University of Aberdeen'),(8289,'University of Wales, Aberystwyth'),(8290,'University of Abertay Dundee'),(8291,'American InterContinental University - London'),(8292,'Aga Khan University'),(8293,'Anglia Ruskin University'),(8294,'Aston University'),(8295,'The American University in London'),(8296,'University of Wales, Bangor'),(8297,'University of Bath'),(8298,'Birkbeck College, University of London'),(8299,'British College of Osteopathic Medicine'),(8300,'Birmingham City University'),(8301,'University of Bedfordshire'),(8302,'University of Birmingham'),(8303,'University of Bolton'),(8304,'Bournemouth University'),(8305,'University of Bradford'),(8306,'London School of Jewish Studies'),(8307,'University of Bristol'),(8308,'Oxford Brookes University'),(8309,'Brunel University Uxbridge'),(8310,'University of Brighton'),(8311,'University of Buckingham'),(8312,'Buckinghamshire New University'),(8313,'University of Cambridge'),(8314,'Camberwell College of Arts'),(8315,'Canterbury Christ Church University'),(8316,'Cardiff University'),(8317,'Chelsea College of Art and Design'),(8318,'University of Chester'),(8319,'City University'),(8320,'Courtauld Institute of Art, University of London'),(8321,'Coventry University'),(8322,'Cranfield University'),(8323,'Central Saint Martins College of Art & Design'),(8324,'University of Derby'),(8325,'De Montfort University Leicester'),(8326,'University of Dundee'),(8327,'University of Durham'),(8328,'University of Edinburgh'),(8329,'European School of Economics'),(8330,'University of Essex'),(8331,'University of Exeter'),(8332,'Falmouth University'),(8333,'Glasgow Caledonian University'),(8334,'University of Glasgow'),(8335,'University of Glamorgan'),(8336,'University of Gloucestershire'),(8337,'Goldsmiths College, University of London'),(8338,'University of Greenwich'),(8339,'Glasgow School of Art'),(8340,'University of Halifax, Birmingham Campus'),(8341,'University of Hertfordshire'),(8342,'Heythrop College, University of London'),(8343,'Liverpool Hope University College'),(8344,'University of Huddersfield'),(8345,'University of Hull'),(8346,'Huron University USA in London'),(8347,'Heriot-Watt University'),(8348,'Imperial College London'),(8349,'ifs University College'),(8350,'Institue of Historical Research, University of London'),(8351,'Institute of Commonwealth Studies, University of London'),(8352,'Institute of Education, University of London'),(8353,'International Colleges of Islamic Science'),(8354,'King\'s College London, University of London'),(8355,'Keele University'),(8356,'Kingston University'),(8357,'International Centre for Isclamic Science'),(8358,'University of Wales, Lampeter'),(8359,'University of Lancaster'),(8360,'Loughborough University'),(8361,'London Business School'),(8362,'London College of Science & Technology'),(8363,'University of Leicester'),(8364,'University of Leeds'),(8365,'London Guildhall University'),(8366,'London Institute of Management and Technology'),(8367,'University of Lincoln'),(8368,'University of Liverpool'),(8369,'Liverpool John Moores University'),(8370,'Leeds Metropolitan University'),(8371,'University of London'),(8372,'London Metropolitan University'),(8373,'London School of Business & Finance'),(8374,'London School of Economics and Political Science, University of London'),(8375,'London School of Hygiene & Tropical Medicine, University of London'),(8376,'University of Manchester'),(8377,'Middlesex University'),(8378,'Imperial College School of Medicine'),(8379,'The Manchester Metropolitan University'),(8380,'Napier University'),(8381,'University of Newcastle-upon-Tyne'),(8382,'University of Wales, Newport'),(8383,'Newport International University'),(8384,'University of Northampton'),(8385,'University of Nottingham'),(8386,'Nottingham Trent University'),(8387,'Open University'),(8388,'University of Oxford'),(8389,'University of Paisley'),(8390,'University of Plymouth'),(8391,'University of Portsmouth'),(8392,'Queen Mary and Westfield College, University of London'),(8393,'The Queen\'s University Belfast'),(8394,'Royal Academy of Music, University of London'),(8395,'Royal College of Art'),(8396,'Royal College of Music, University of London'),(8397,'University of Reading'),(8398,'Royal Free Hospital School of Medicine, University of London'),(8399,'The Robert Gordon University'),(8400,'Royal Holloway and Bedford New College'),(8401,'Richmond University - The American International University in London'),(8402,'Roehampton University of Surrey'),(8403,'University of Salford'),(8404,'Institute of Advanced Legal Studies, University of London'),(8405,'Institute of Classical Studies, University of London'),(8406,'Institute of Germanic Studies, University of London'),(8407,'Institute of Latin American Studies, University of London'),(8408,'Warburg Institute, University of London'),(8409,'South Bank University'),(8410,'Schiller International University, London'),(8411,'Stratford College London'),(8412,'Saint George\'s Hospital Medical School, University of London'),(8413,'University of Sheffield'),(8414,'Sheffield Hallam University'),(8415,'Swansea Metropolitan University'),(8416,'School of Oriental and African Studies, University of London'),(8417,'Southampton Solent University'),(8418,'Sotheby´s Institute of Art - London'),(8419,'University of Southampton'),(8420,'School of Slavonic and East European Studies, University of London'),(8421,'Staffordshire University'),(8422,'University of St. Andrews'),(8423,'University of Stirling'),(8424,'St.Patrick\'s International College, London'),(8425,'University of Strathclyde'),(8426,'University of Sunderland'),(8427,'University of Surrey'),(8428,'University of Sussex'),(8429,'University of Wales, Swansea'),(8430,'Trinity College of Music'),(8431,'University of Teesside'),(8432,'Trinity College Carmarthen'),(8433,'Thames Valley University'),(8434,'University College London, University of London'),(8435,'University of Central Lancashire'),(8436,'University Campus Suffolk'),(8437,'University of East Anglia'),(8438,'University of East London'),(8439,'University of Kent at Canterbury'),(8440,'School of Pharmacy, University of London'),(8441,'University of Ulster'),(8442,'United Medical and Dental Schools, University of London'),(8443,'University of North London'),(8444,'University of Northumbria at Newcastle'),(8445,'University of Wales College of Medicine'),(8446,'University of the West of England, Bristol'),(8447,'University of Wales Institute, Cardiff'),(8448,'University of Wales'),(8449,'Warnborough University'),(8450,'University of Warwick'),(8451,'University of Westminster'),(8452,'William Gilbert College'),(8453,'Wimbledon School of Art'),(8454,'University of Wolverhampton'),(8455,'University of Worcester'),(8456,'University of York'),(8457,'Insituto Universitario - Centro Latinoamericano de Economia Humana - IU Claeh'),(8458,'Universidad ORT Uruguay'),(8459,'Universidad Católica del Uruguay'),(8460,'Universidad de la Empresa (UDE)'),(8461,'Universidad de Montevideo'),(8462,'Universidad de la República'),(8463,'Tashkent State Agrarian University'),(8464,'Ferghana Politechnical Institute'),(8465,'International Business School Kelajak ILMI'),(8466,'Management Development Institute of Singapore, Tashkent'),(8467,'Nukus State Teachers Training Institute'),(8468,'National University of Uzbekistan'),(8469,'Tashkent Pharmaceutical Institute'),(8470,'Turin Polytechnic University In Tashkent'),(8471,'Kokand State Pedagogical Institute'),(8472,'Samarkand State University'),(8473,'Tashkent State University of Oriental Studies'),(8474,'Tashkent Automobile and Roads Institute'),(8475,'Tashkent State University of Economics'),(8476,'Tashkent State Technical University'),(8477,'Tashkent School of Finance'),(8478,'Tashkent Institute of Irrigation and Melioration'),(8479,'Tashkent Islam University'),(8480,'Tashkent Medical Academy'),(8481,'Tashkent University of Information Technologies'),(8482,'University of World Economy and Diplomacy'),(8483,'Uzbek State World Languages University'),(8484,'Westminster International University in Tashkent'),(8485,'Universidad del Zulia'),(8486,'Universidad Bicentenaria de Aragua'),(8487,'Universidad Bolivariana de Venezuela'),(8488,'Universidad Católica Andres Bello'),(8489,'Universidad Católica del Táchira'),(8490,'Universidad de Carabobo'),(8491,'Universidad Centro Occidental Lisandro Alvarado'),(8492,'Universidad Central de Venezuela'),(8493,'Universidad de Oriente'),(8494,'Universidad Fermin Toro'),(8495,'Universidad Gran Mariscal de Ayacucho'),(8496,'Universidad José Antonio Páez'),(8497,'Universidad José Maria Vargas'),(8498,'Universidad de Los Andes'),(8499,'Universidad Nacional Abierta'),(8500,'Universidad Nueva Esparta'),(8501,'Universidad Nacional Experimental de la Fuerza Armada'),(8502,'Universidad Nacional Experimental \"Francisco de Miranda\"'),(8503,'Universidad Nacional Experimental de Guayana'),(8504,'Universidad Nacional Experimental de los Llanos Occidentales \"Ezequiel Zamora\"'),(8505,'Universidad Nacional Experimental Romulo Gallegos'),(8506,'Universidad Nacional Experimental \"Rafael Maria Baralt\"'),(8507,'Universidad Nacional Experimental \"Simón Rodriguez\"'),(8508,'Universidad Nacional Experimental Sur del Lago \"Jesús Maria Semprum\"'),(8509,'Universidad Nacional Experimental del Táchira'),(8510,'Universidad Nacional Experimental Politécnica \"Antonio José de Sucre\"'),(8511,'Universidad Católica Cecilio Acosta'),(8512,'Universidad Metropolitana'),(8513,'Universidad Tecnológica del Centro'),(8514,'Universidad Monteávila'),(8515,'Universidad Pedagógica Experimental Libertador'),(8516,'Universidad Dr. Rafael Belloso Chacín'),(8517,'Universidad Rafael Urdaneta'),(8518,'Universidad Simón Bolivar'),(8519,'Universidad Santa Maria Caracas'),(8520,'Universidad Valle del Momboy'),(8521,'Universidad Yacambu'),(8522,'Binh Duong University'),(8523,'Banking University of Ho Chi Minh City'),(8524,'Can-Tho University'),(8525,'Danang College Of Technology'),(8526,'Hanoi University of Civil Engineering'),(8527,'University of Da Lat'),(8528,'FPT University'),(8529,'Foreign Trade University'),(8530,'Hanoi University of Architecture'),(8531,'Ho Chi Minh City University of Agriculture and Forestry'),(8532,'Ho Chi Minh City University of Architecture'),(8533,'Ho Chi Minh City University of Law'),(8534,'Ho Chi Minh City University of Natural Sciences'),(8535,'Ho Chi Minh City University of Pedagogics'),(8536,'Ho Chi Minh City University of Social Sciences and Humanities'),(8537,'Ho Chi Minh City University of Technology'),(8538,'University of Technical Education Ho Chi Minh City'),(8539,'Ho Chi Minh City University of Transport'),(8540,'Hanoi Medical University'),(8541,'Hanoi Open University'),(8542,'Hanoi University of Agriculture'),(8543,'Hue University of Agriculture and Forestry'),(8544,'Hue University'),(8545,'Ho Chi Minh City University of Foreign Languages and Information Technology'),(8546,'Hanoi University of Mining and Geology'),(8547,'Hanoi University of Science'),(8548,'Hanoi University of Technology'),(8549,'Institute of Finance'),(8550,'Water Resources University'),(8551,'Hai Duong University of Economics and Technology'),(8552,'Hanoi National Economics University'),(8553,'Ho Chi Minh City Open University'),(8554,'Posts & Telecommunications Institute of Technology'),(8555,'RMIT International University Vietnam'),(8556,'Saigon University'),(8557,'Tay Nguyen University'),(8558,'Thai Nguyen University of Agriculture and Forestry'),(8559,'Hanoi Univerisity of Transportation'),(8560,'University of Da Nang'),(8561,'Ho Chi Minh City University of Economics'),(8562,'Vietnam Maritime University'),(8563,'Vietnam National University Hanoi'),(8564,'Vietnam National University Ho Chi Minh City'),(8565,'Ho Chi Minh City University of Medicine and Pharmacy'),(8566,'Pham Ngoc Thach University of Medicine'),(8567,'Vietnamese - German University'),(8568,'University of the Virgin Islands'),(8569,'University of Aden'),(8570,'Alahgaff University'),(8571,'Al-Nasser University'),(8572,'Queen Arwa University'),(8573,'Al-Eman University'),(8574,'Hodeidah University'),(8575,'Hadhramout University of Science and Technology'),(8576,'Saba University'),(8577,'Sana\'a University'),(8578,'Taiz University'),(8579,'Thamar University'),(8580,'University of Science and Technology Sana\'a'),(8581,'Yemenia University'),(8582,'Cavendish University'),(8583,'Copperbelt University'),(8584,'Mulungushi University'),(8585,'Rusangu University'),(8586,'University of Lusaka'),(8587,'University of Zambia'),(8588,'Zambian Open University'),(8589,'Africa University'),(8590,'Bindura University of Science Education'),(8591,'Chinhoyi University of Technology'),(8592,'Catholic University in Zimbabwe'),(8593,'Great Zimbabwe University'),(8594,'Harare Institute of Technology'),(8595,'Lupane State University'),(8596,'Midlands State University'),(8597,'National University of Science and Technology Bulawayo'),(8598,'Reformed Church University'),(8599,'Solusi University'),(8600,'University of Zimbabwe'),(8601,'Women\'s University in Africa'),(8602,'Zimbabwe Ezekiel Guti University'),(8603,'Zimbabwe Open University'),(8604,'Abdullah Gul University'),(8605,'Adana Science and Technology University'),(8606,'Adiyaman University'),(8607,'Agri ?brahim Cecen University'),(8608,'Aksaray University'),(8609,'Alanya Alaaddin Keykubat University'),(8610,'Amasya University'),(8611,'Ankara Social Science University'),(8612,'Ardahan University'),(8613,'Artvin Coruh University'),(8614,'Bandirma ONYED? Eylul University'),(8615,'Bartin University'),(8616,'Batman University'),(8617,'Bayburt University'),(8618,'Bilecik Seyh Edebali University'),(8619,'Bingol University'),(8620,'Bitlis Eren University'),(8621,'Bozok University'),(8622,'Bursa Tecnical University'),(8623,'Cankiri karatekin University'),(8624,'Dumlupinar University'),(8625,'Duzce University'),(8626,'Erzincan University'),(8627,'Erzurum Tecnical University'),(8628,'Gebze Tecnical University'),(8629,'Gulhane military medical Academy'),(8630,'Gumushane University'),(8631,'Hakkari University'),(8632,'Air Force Academy'),(8633,'Hitit University'),(8634,'?gdir University'),(8635,'?skenderun Tecnical University'),(8636,'Istanbul Medeniyet University'),(8637,'?stanbul University'),(8638,'?zmir Katip celebi University'),(8639,'Karabuk University'),(8640,'karamanoglu mehmet bey University'),(8641,'Kastamonu University'),(8642,'Kirklareli University'),(8643,'Mardin Artuklu University'),(8644,'Mehmet Akif Ersoy University'),(8645,'Mimar Sinan Fine Arts University'),(8646,'Mus Alparslan University'),(8647,'Nevsehir Haci Bektas Veli University'),(8648,'Ortadogu Tecnical University'),(8649,'Osmaniye Korkut Ata University'),(8650,'Recep Tayip Erdogan University'),(8651,'Siirt University'),(8652,'Sinop University'),(8653,'Sirnak University'),(8654,'Tunceli University'),(8655,'Health Sciences University'),(8656,'Usak University'),(8657,'Bulent Ecevit University'),(8658,'Acibadem University'),(8659,'Alanya Hamdullah Emin Pasa University'),(8660,'Avrasya University'),(8661,'Bezmialem Vakif University'),(8662,'Biruni University'),(8663,'Fatih Sultan Mehmet University'),(8664,'Gedik University'),(8665,'Hasan Kalyoncu University'),(8666,'?stanbul 29Mayis University'),(8667,'Istanbul Aydin University'),(8668,'Istanbul Esenyurt University'),(8669,'Istanbul Gelisim University'),(8670,'Istanbul Kemerburgaz University'),(8671,'Istanbul Medipol University'),(8672,'Istanbul Rumeli University'),(8673,'Istanbul Sabahattin Zaim University'),(8674,'Izmir Economy University'),(8675,'Karatay University'),(8676,'Konya Gida Tarim University'),(8677,'MEF University'),(8678,'Nisantasi University'),(8679,'Nuh Naci Yazgan University'),(8680,'Okan University'),(8681,'Piri Reis University'),(8682,'Sanko University'),(8683,'TED University'),(8684,'Toros University'),(8685,'Turkish Aeronautical Association University'),(8686,'Antalya international University'),(8687,'Uskudar University'),(8688,'Yeni Yuzyil University'),(8689,'Yuksek ihtisas University'),(8690,'Alabama Southern Community College'),(8691,'Bevill State Community College'),(8692,'Bishop State Community College'),(8693,'Central Alabama Community College'),(8694,'Chattahoochee Valley Community College'),(8695,'Enterprise State Community College'),(8696,'Gadsden State Community College'),(8697,'George C Wallace State Community College-?Dothan'),(8698,'George C Wallace State Community College-?Hanceville'),(8699,'George C Wallace State Community College-?Selma'),(8700,'H Councill Trenholm State Technical College'),(8701,'James H Faulkner State Community College'),(8702,'Jefferson Davis Community College'),(8703,'Jefferson State Community College'),(8704,'J F Drake State Community and Technical College'),(8705,'John C Calhoun State Community College'),(8706,'Lurleen B Wallace Community College'),(8707,'Marion Military Institute'),(8708,'Northeast Alabama Community College'),(8709,'Northwest-?Shoals Community College'),(8710,'Shelton State Community College'),(8711,'Snead State Community College'),(8712,'Southern Union State Community College'),(8713,'Ilisagvik College'),(8714,'Prince William Sound Community College'),(8715,'Central Arizona College'),(8716,'Chandler-?Gilbert Community College'),(8717,'Cochise College'),(8718,'Coconino Community College'),(8719,'Eastern Arizona College'),(8720,'Estrella Mountain Community College'),(8721,'GateWay Community College'),(8722,'Glendale Community College'),(8723,'Mesa Community College'),(8724,'Mohave Community College'),(8725,'Northland Pioneer College'),(8726,'Paradise Valley Community College'),(8727,'Phoenix College'),(8728,'Pima Community College'),(8729,'Rio Salado College'),(8730,'Scottsdale Community College'),(8731,'South Mountain Community College'),(8732,'Tohono O\'Odham Community College'),(8733,'Yavapai College'),(8734,'Arkansas Northeastern College'),(8735,'Arkansas State University-?Beebe'),(8736,'Arkansas State University-?Mountain Home'),(8737,'Arkansas State University-?Newport'),(8738,'Black River Technical College'),(8739,'College of the Ouachitas'),(8740,'Cossatot Community College of the University of Arkansas'),(8741,'East Arkansas Community College'),(8742,'Mid-?South Community College'),(8743,'National Park Community College'),(8744,'North Arkansas College'),(8745,'NorthWest Arkansas Community College'),(8746,'Ozarka College'),(8747,'Phillips Community College of the University of Arkansas'),(8748,'Pulaski Technical College'),(8749,'Rich Mountain Community College'),(8750,'South Arkansas Community College'),(8751,'Southeast Arkansas College'),(8752,'Southern Arkansas University Tech'),(8753,'University of Arkansas Community College-?Batesville'),(8754,'University of Arkansas Community College-?Hope'),(8755,'University of Arkansas Community College-?Morrilton'),(8756,'Allan Hancock College'),(8757,'American River College'),(8758,'Antelope Valley College'),(8759,'Bakersfield College'),(8760,'Barstow Community College'),(8761,'Berkeley City College'),(8762,'Butte College'),(8763,'Cabrillo College'),(8764,'Canada College'),(8765,'Carrington College California-?Sacramento'),(8766,'Cerritos College'),(8767,'Cerro Coso Community College'),(8768,'Chabot College'),(8769,'Chaffey College'),(8770,'Citrus College'),(8771,'City College of San Francisco'),(8772,'Coastline Community College'),(8773,'College of Alameda'),(8774,'College of Marin'),(8775,'College of San Mateo'),(8776,'College of the Canyons'),(8777,'College of the Desert'),(8778,'College of the Redwoods'),(8779,'College of the Sequoias'),(8780,'College of the Siskiyous'),(8781,'Columbia College'),(8782,'Columbia College'),(8783,'Contra Costa College'),(8784,'Copper Mountain Community College'),(8785,'Cosumnes River College'),(8786,'Crafton Hills College'),(8787,'Cuesta College'),(8788,'Cuyamaca College'),(8789,'Cypress College'),(8790,'De Anza College'),(8791,'Diablo Valley College'),(8792,'East Los Angeles College'),(8793,'El Camino College-?Compton Center'),(8794,'El Camino Community College District'),(8795,'Evergreen Valley College'),(8796,'Feather River Community College District'),(8797,'Folsom Lake College'),(8798,'Foothill College'),(8799,'Fresno City College'),(8800,'Fullerton College'),(8801,'Gavilan College'),(8802,'Glendale Community College'),(8803,'Golden West College'),(8804,'Grossmont College'),(8805,'Hartnell College'),(8806,'Imperial Valley College'),(8807,'Lake Tahoe Community College'),(8808,'Laney College'),(8809,'Las Positas College'),(8810,'Lassen Community College'),(8811,'Long Beach City College'),(8812,'Los Angeles City College'),(8813,'Los Angeles County College of Nursing and Allied Health'),(8814,'Los Angeles Harbor College'),(8815,'Los Angeles Mission College'),(8816,'Los Angeles Pierce College'),(8817,'Los Angeles Southwest College'),(8818,'Los Angeles Trade Technical College'),(8819,'Los Angeles Valley College'),(8820,'Los Medanos College'),(8821,'Mendocino College'),(8822,'Merced College'),(8823,'Merritt College'),(8824,'MiraCosta College'),(8825,'Mission College'),(8826,'Modesto Junior College'),(8827,'Monterey Peninsula College'),(8828,'Moorpark College'),(8829,'Moreno Valley College'),(8830,'MTI College'),(8831,'Mt. San Antonio College'),(8832,'Mt. San Jacinto Community College District'),(8833,'Napa Valley College'),(8834,'Norco College'),(8835,'Ohlone College'),(8836,'Orange Coast College'),(8837,'Oxnard College'),(8838,'Palomar College'),(8839,'Palo Verde College'),(8840,'Pasadena City College'),(8841,'Porterville College'),(8842,'Reedley College'),(8843,'Rio Hondo College'),(8844,'Riverside City College'),(8845,'Sacramento City College'),(8846,'Saddleback College'),(8847,'San Bernardino Valley College'),(8848,'San Diego City College'),(8849,'San Diego Mesa College'),(8850,'San Diego Miramar College'),(8851,'San Joaquin Delta College'),(8852,'San Joaquin Valley College-?Visalia'),(8853,'San Jose City College'),(8854,'Santa Ana College'),(8855,'Santa Barbara City College'),(8856,'Santa Monica College'),(8857,'Santa Rosa Junior College'),(8858,'Santiago Canyon College'),(8859,'Shasta College'),(8860,'Sierra College'),(8861,'Skyline College'),(8862,'Solano Community College'),(8863,'Southwestern College'),(8864,'Taft College'),(8865,'Ventura College'),(8866,'Victor Valley College'),(8867,'West Hills College-?Coalinga'),(8868,'West Los Angeles College'),(8869,'West Valley College'),(8870,'Woodland Community College'),(8871,'Yuba College'),(8872,'Aims Community College'),(8873,'Arapahoe Community College'),(8874,'Colorado Northwestern Community College'),(8875,'Community College of Aurora'),(8876,'Community College of Denver'),(8877,'Front Range Community College'),(8878,'Lamar Community College'),(8879,'Morgan Community College'),(8880,'Northeastern Junior College'),(8881,'Otero Junior College'),(8882,'Pikes Peak Community College'),(8883,'Pueblo Community College'),(8884,'Red Rocks Community College'),(8885,'Trinidad State Junior College'),(8886,'Asnuntuck Community College'),(8887,'Capital Community College'),(8888,'Gateway Community College'),(8889,'Housatonic Community College'),(8890,'Manchester Community College'),(8891,'Middlesex Community College'),(8892,'Naugatuck Valley Community College'),(8893,'Northwestern Connecticut Community College'),(8894,'Norwalk Community College'),(8895,'Quinebaug Valley Community College'),(8896,'Three Rivers Community College'),(8897,'Tunxis Community College'),(8898,'Delaware College of Art and Design'),(8899,'Delaware Technical Community College-?Owens'),(8900,'Delaware Technical Community College-?Stanton/?Wilmington'),(8901,'Delaware Technical Community College-?Terry'),(8902,'Florida Keys Community College'),(8903,'Hillsborough Community College'),(8904,'North Florida Community College'),(8905,'Pasco-?Hernando Community College'),(8906,'Tallahassee Community College'),(8907,'Albany Technical College'),(8908,'Altamaha Technical College'),(8909,'Andrew College'),(8910,'Athens Technical College'),(8911,'Atlanta Technical College'),(8912,'Augusta Technical College'),(8913,'Bainbridge State College'),(8914,'Central Georgia Technical College'),(8915,'Chattahoochee Technical College'),(8916,'Columbus Technical College'),(8917,'Darton State College'),(8918,'Georgia Highlands College'),(8919,'Georgia Military College'),(8920,'Georgia Northwestern Technical College'),(8921,'Georgia Perimeter College'),(8922,'Georgia Piedmont Technical College'),(8923,'Gwinnett Technical College'),(8924,'Lanier Technical College'),(8925,'Moultrie Technical College'),(8926,'North Georgia Technical College'),(8927,'Ogeechee Technical College'),(8928,'Okefenokee Technical College'),(8929,'Savannah Technical College'),(8930,'Southeastern Technical College'),(8931,'Southern Crescent Technical College'),(8932,'South Georgia Technical College'),(8933,'Southwest Georgia Technical College'),(8934,'West Georgia Technical College'),(8935,'Wiregrass Georgia Technical College'),(8936,'Hawaii Community College'),(8937,'Honolulu Community College'),(8938,'Kapiolani Community College'),(8939,'Kauai Community College'),(8940,'Leeward Community College'),(8941,'Windward Community College'),(8942,'College of Southern Idaho'),(8943,'College of Western Idaho'),(8944,'Eastern Idaho Technical College'),(8945,'North Idaho College'),(8946,'Black Hawk College'),(8947,'Carl Sandburg College'),(8948,'City Colleges of Chicago-?Harold Washington College'),(8949,'City Colleges of Chicago-?Harry S Truman College'),(8950,'City Colleges of Chicago-?Kennedy-?King College'),(8951,'City Colleges of Chicago-?Malcolm X College'),(8952,'City Colleges of Chicago-?Olive-?Harvey College'),(8953,'City Colleges of Chicago-?Richard J Daley College'),(8954,'City Colleges of Chicago-?Wilbur Wright College'),(8955,'College of DuPage'),(8956,'College of DuPage'),(8957,'College of Lake County'),(8958,'Danville Area Community College'),(8959,'Elgin Community College'),(8960,'Fox College'),(8961,'Harper College'),(8962,'Heartland Community College'),(8963,'Highland Community College'),(8964,'Illinois Central College'),(8965,'Illinois Valley Community College'),(8966,'John A Logan College'),(8967,'John Wood Community College'),(8968,'Joliet Junior College'),(8969,'Kankakee Community College'),(8970,'Kaskaskia College'),(8971,'Kishwaukee College'),(8972,'Lake Land College'),(8973,'Le Cordon Bleu College of Culinary Arts-?Chicago'),(8974,'Lewis and Clark Community College'),(8975,'Lincoln Land Community College'),(8976,'MacCormac College'),(8977,'McHenry County College'),(8978,'Moraine Valley Community College'),(8979,'Morton College'),(8980,'Northwestern College-?Chicago Campus'),(8981,'Oakton Community College'),(8982,'Parkland College'),(8983,'Prairie State College'),(8984,'Rend Lake College'),(8985,'Richland Community College'),(8986,'Rock Valley College'),(8987,'Sauk Valley Community College'),(8988,'Shawnee Community College'),(8989,'Southeastern Illinois College'),(8990,'South Suburban College'),(8991,'Southwestern Illinois College'),(8992,'Spoon River College'),(8993,'Triton College'),(8994,'Ancilla College'),(8995,'Ivy Tech Community College'),(8996,'Des Moines Area Community College'),(8997,'Eastern Iowa Community College District'),(8998,'Hawkeye Community College'),(8999,'Indian Hills Community College'),(9000,'Iowa Central Community College'),(9001,'Iowa Lakes Community College'),(9002,'Iowa Western Community College'),(9003,'Kirkwood Community College'),(9004,'Marshalltown Community College'),(9005,'Northeast Iowa Community College-?Calmar'),(9006,'North Iowa Area Community College'),(9007,'Northwest Iowa Community College'),(9008,'Southeastern Community College'),(9009,'Southwestern Community College'),(9010,'Western Iowa Tech Community College'),(9011,'Allen County Community College'),(9012,'Barton County Community College'),(9013,'Butler Community College'),(9014,'Cloud County Community College'),(9015,'Coffeyville Community College'),(9016,'Colby Community College'),(9017,'Cowley County Community College'),(9018,'Dodge City Community College'),(9019,'Flint Hills Technical College'),(9020,'Fort Scott Community College'),(9021,'Garden City Community College'),(9022,'Highland Community College'),(9023,'Hutchinson Community College'),(9024,'Independence Community College'),(9025,'Johnson County Community College'),(9026,'Kansas City Kansas Community College'),(9027,'Labette Community College'),(9028,'Manhattan Area Technical College'),(9029,'Neosho County Community College'),(9030,'North Central Kansas Technical College'),(9031,'Northwest Kansas Technical College'),(9032,'Pratt Community College'),(9033,'Seward County Community College and Area Technical School'),(9034,'Wichita Area Technical College'),(9035,'Ashland Community and Technical College'),(9036,'Big Sandy Community and Technical College'),(9037,'Bluegrass Community and Technical College'),(9038,'Elizabethtown Community and Technical College'),(9039,'Galen College of Nursing-?Louisville'),(9040,'Gateway Community and Technical College'),(9041,'Hazard Community and Technical College'),(9042,'Henderson Community College'),(9043,'Hopkinsville Community College'),(9044,'Jefferson Community and Technical College'),(9045,'Madisonville Community College'),(9046,'Maysville Community and Technical College'),(9047,'Owensboro Community and Technical College'),(9048,'Somerset Community College'),(9049,'Southcentral Kentucky Community and Technical College'),(9050,'Southeast Kentucky Community and Technical College'),(9051,'West Kentucky Community and Technical College'),(9052,'Baton Rouge Community College'),(9053,'Bossier Parish Community College'),(9054,'Delgado Community College'),(9055,'L E Fletcher Technical Community College'),(9056,'Louisiana Delta Community College'),(9057,'Louisiana State University-?Eunice'),(9058,'Nunez Community College'),(9059,'River Parishes Community College'),(9060,'Southern University at Shreveport'),(9061,'South Louisiana Community College'),(9062,'SOWELA Technical Community College'),(9063,'Central Maine Community College'),(9064,'Central Maine Medical Center College of Nursing and Health Professions'),(9065,'Eastern Maine Community College'),(9066,'Kennebec Valley Community College'),(9067,'Northern Maine Community College'),(9068,'Southern Maine Community College'),(9069,'Washington County Community College'),(9070,'York County Community College'),(9071,'Allegany College of Maryland'),(9072,'Baltimore City Community College'),(9073,'Carroll Community College'),(9074,'Cecil College'),(9075,'College of Southern Maryland'),(9076,'Garrett College'),(9077,'Prince George\'s Community College'),(9078,'Wor-?Wic Community College'),(9079,'Berkshire Community College'),(9080,'Bristol Community College'),(9081,'Bunker Hill Community College'),(9082,'Cape Cod Community College'),(9083,'Greenfield Community College'),(9084,'Holyoke Community College'),(9085,'Massachusetts Bay Community College'),(9086,'Massasoit Community College'),(9087,'Middlesex Community College'),(9088,'Mount Wachusett Community College'),(9089,'Northern Essex Community College'),(9090,'Northern Essex Community College'),(9091,'North Shore Community College'),(9092,'Quincy College'),(9093,'Quinsigamond Community College'),(9094,'Roxbury Community College'),(9095,'Springfield Technical Community College'),(9096,'Urban College of Boston'),(9097,'Alpena Community College'),(9098,'Bay de Noc Community College'),(9099,'Bay Mills Community College'),(9100,'Delta College'),(9101,'Glen Oaks Community College'),(9102,'Gogebic Community College'),(9103,'Grand Rapids Community College'),(9104,'Henry Ford Community College'),(9105,'Jackson College'),(9106,'Kalamazoo Valley Community College'),(9107,'Kellogg Community College'),(9108,'Keweenaw Bay Ojibwa Community College'),(9109,'Kirtland Community College'),(9110,'Lake Michigan College'),(9111,'Lansing Community College'),(9112,'Macomb Community College'),(9113,'Mid Michigan Community College'),(9114,'Monroe County Community College'),(9115,'Montcalm Community College'),(9116,'Muskegon Community College'),(9117,'North Central Michigan College'),(9118,'Oakland Community College'),(9119,'Saginaw Chippewa Tribal College'),(9120,'Schoolcraft College'),(9121,'Southwestern Michigan College'),(9122,'St Clair County Community College'),(9123,'Washtenaw Community College'),(9124,'Wayne County Community College District'),(9125,'West Shore Community College'),(9126,'Alexandria Technical & Community College'),(9127,'Anoka-?Ramsey Community College'),(9128,'Anoka Technical College'),(9129,'Central Lakes College-?Brainerd'),(9130,'Century College'),(9131,'Dakota County Technical College'),(9132,'Fond du Lac Tribal and Community College'),(9133,'Hennepin Technical College'),(9134,'Hibbing Community College'),(9135,'Inver Hills Community College'),(9136,'Itasca Community College'),(9137,'Leech Lake Tribal College'),(9138,'Mesabi Range Community and Technical College'),(9139,'Minneapolis Community and Technical College'),(9140,'Minnesota State College-?Southeast Technical'),(9141,'Minnesota State Community and Technical College'),(9142,'Minnesota West Community and Technical College'),(9143,'Normandale Community College'),(9144,'North Hennepin Community College'),(9145,'Northland Community and Technical College'),(9146,'Northwest Technical College'),(9147,'Pine Technical College'),(9148,'Rainy River Community College'),(9149,'Ridgewater College'),(9150,'Riverland Community College'),(9151,'Rochester Community and Technical College'),(9152,'Saint Paul College'),(9153,'South Central College'),(9154,'St Cloud Technical and Community College'),(9155,'Vermilion Community College'),(9156,'White Earth Tribal and Community College'),(9157,'Coahoma Community College'),(9158,'Copiah-?Lincoln Community College'),(9159,'East Central Community College'),(9160,'East Mississippi Community College'),(9161,'Hinds Community College'),(9162,'Holmes Community College'),(9163,'Itawamba Community College'),(9164,'Jones County Junior College'),(9165,'Meridian Community College'),(9166,'Mississippi Delta Community College'),(9167,'Mississippi Gulf Coast Community College'),(9168,'Northeast Mississippi Community College'),(9169,'Northwest Mississippi Community College'),(9170,'Pearl River Community College'),(9171,'Southwest Mississippi Community College'),(9172,'Crowder College'),(9173,'East Central College'),(9174,'Jefferson College'),(9175,'Linn State Technical College'),(9176,'Mineral Area College'),(9177,'Missouri State University'),(9178,'Missouri State University-?West Plains'),(9179,'Moberly Area Community College'),(9180,'North Central Missouri College'),(9181,'Ozarks Technical Community College'),(9182,'Southeast Missouri Hospital College of Nursing and Health Sciences'),(9183,'State Fair Community College'),(9184,'St Charles Community College'),(9185,'Three Rivers Community College'),(9186,'Wentworth Military Academy & Junior College'),(9187,'Aaniiih Nakoda College'),(9188,'Blackfeet Community College'),(9189,'Chief Dull Knife College'),(9190,'Dawson Community College'),(9191,'Flathead Valley Community College'),(9192,'Fort Peck Community College'),(9193,'Great Falls College Montana State University'),(9194,'Helena College University of Montana'),(9195,'Little Big Horn College'),(9196,'Miles Community College'),(9197,'Stone Child College'),(9198,'Central Community College'),(9199,'Little Priest Tribal College'),(9200,'Mid-?Plains Community College'),(9201,'Nebraska College of Technical Agriculture'),(9202,'Nebraska Indian Community College'),(9203,'Northeast Community College'),(9204,'Southeast Community College Area'),(9205,'Western Nebraska Community College'),(9206,'Truckee Meadows Community College'),(9207,'Great Bay Community College'),(9208,'Lakes Region Community College'),(9209,'Manchester Community College'),(9210,'Nashua Community College'),(9211,'NHTI-?Concord\'s Community College'),(9212,'River Valley Community College'),(9213,'White Mountains Community College'),(9214,'Assumption College for Sisters'),(9215,'Atlantic Cape Community College'),(9216,'Bergen Community College'),(9217,'Brookdale Community College'),(9218,'Burlington County College'),(9219,'Camden County College'),(9220,'County College of Morris'),(9221,'Cumberland County College'),(9222,'Essex County College'),(9223,'Gloucester County College'),(9224,'Hudson County Community College'),(9225,'Middlesex County College'),(9226,'Ocean County College'),(9227,'Passaic County Community College'),(9228,'Raritan Valley Community College'),(9229,'Salem Community College'),(9230,'Sussex County Community College'),(9231,'Union County College'),(9232,'Warren County Community College'),(9233,'Central New Mexico Community College'),(9234,'Clovis Community College'),(9235,'Eastern New Mexico University-?Roswell Campus'),(9236,'Luna Community College'),(9237,'Mesalands Community College'),(9238,'New Mexico Junior College'),(9239,'New Mexico Military Institute'),(9240,'New Mexico State University-?Alamogordo'),(9241,'New Mexico State University-?Carlsbad'),(9242,'New Mexico State University-?Dona Ana'),(9243,'San Juan College'),(9244,'Santa Fe Community College'),(9245,'Southwestern Indian Polytechnic Institute'),(9246,'Adirondack Community College'),(9247,'American Academy of Dramatic Arts-?New York'),(9248,'ASA College'),(9249,'Cayuga County Community College'),(9250,'Clinton Community College'),(9251,'Columbia-?Greene Community College'),(9252,'CUNY Borough of Manhattan Community College'),(9253,'CUNY Bronx Community College'),(9254,'CUNY Hostos Community College'),(9255,'CUNY Kingsborough Community College'),(9256,'CUNY LaGuardia Community College'),(9257,'CUNY Queensborough Community College'),(9258,'Dutchess Community College'),(9259,'Finger Lakes Community College'),(9260,'Fulton-?Montgomery Community College'),(9261,'Genesee Community College'),(9262,'Herkimer County Community College'),(9263,'Hudson Valley Community College'),(9264,'Jamestown Community College'),(9265,'Jefferson Community College'),(9266,'Mohawk Valley Community College'),(9267,'Monroe Community College'),(9268,'Nassau Community College'),(9269,'Niagara County Community College'),(9270,'North Country Community College'),(9271,'Onondaga Community College'),(9272,'Orange County Community College'),(9273,'Rockland Community College'),(9274,'Saint Elizabeth College of Nursing'),(9275,'Schenectady County Community College'),(9276,'Suffolk County Community College'),(9277,'Sullivan County Community College'),(9278,'SUNY Broome Community College'),(9279,'SUNY Westchester Community College'),(9280,'Technical Career Institutes'),(9281,'Tompkins Cortland Community College'),(9282,'Ulster County Community College'),(9283,'Alamance Community College'),(9284,'Asheville-?Buncombe Technical Community College'),(9285,'Beaufort County Community College'),(9286,'Bladen Community College'),(9287,'Blue Ridge Community College'),(9288,'Brunswick Community College'),(9289,'Caldwell Community College and Technical Institute'),(9290,'Cape Fear Community College'),(9291,'Carolinas College of Health Sciences'),(9292,'Carteret Community College'),(9293,'Catawba Valley Community College'),(9294,'Central Carolina Community College'),(9295,'Central Piedmont Community College'),(9296,'Cleveland Community College'),(9297,'Coastal Carolina Community College'),(9298,'College of the Albemarle'),(9299,'Craven Community College'),(9300,'Davidson County Community College'),(9301,'Durham Technical Community College'),(9302,'Edgecombe Community College'),(9303,'Fayetteville Technical Community College'),(9304,'Forsyth Technical Community College'),(9305,'Gaston College'),(9306,'Guilford Technical Community College'),(9307,'Halifax Community College'),(9308,'Haywood Community College'),(9309,'Isothermal Community College'),(9310,'James Sprunt Community College'),(9311,'Johnston Community College'),(9312,'Louisburg College'),(9313,'Martin Community College'),(9314,'Mayland Community College'),(9315,'McDowell Technical Community College'),(9316,'Mitchell Community College'),(9317,'Montgomery Community College'),(9318,'Nash Community College'),(9319,'Pamlico Community College'),(9320,'Piedmont Community College'),(9321,'Pitt Community College'),(9322,'Randolph Community College'),(9323,'Richmond Community College'),(9324,'Roanoke-?Chowan Community College'),(9325,'Robeson Community College'),(9326,'Rockingham Community College'),(9327,'Rowan-?Cabarrus Community College'),(9328,'Sampson Community College'),(9329,'Sandhills Community College'),(9330,'Southeastern Community College'),(9331,'South Piedmont Community College'),(9332,'Southwestern Community College'),(9333,'Stanly Community College'),(9334,'Surry Community College'),(9335,'Tri-?County Community College'),(9336,'Wake Technical Community College'),(9337,'Wayne Community College'),(9338,'Western Piedmont Community College'),(9339,'Wilkes Community College'),(9340,'Wilson Community College'),(9341,'Cankdeska Cikana Community College'),(9342,'Dakota College at Bottineau'),(9343,'Lake Region State College'),(9344,'North Dakota State College of Science'),(9345,'Williston State College'),(9346,'Belmont College'),(9347,'Central Ohio Technical College'),(9348,'Chatfield College'),(9349,'Cincinnati State Technical and Community College'),(9350,'Clark State Community College'),(9351,'Columbus State Community College'),(9352,'Cuyahoga Community College District'),(9353,'Davis College'),(9354,'Eastern Gateway Community College'),(9355,'Edison State Community College'),(9356,'Hocking College'),(9357,'James A Rhodes State College'),(9358,'Lakeland Community College'),(9359,'Lorain County Community College'),(9360,'Marion Technical College'),(9361,'North Central State College'),(9362,'Northwest State Community College'),(9363,'Ohio State University Agricultural Technical Institute'),(9364,'Owens Community College'),(9365,'Southern State Community College'),(9366,'Stark State College'),(9367,'Terra State Community College'),(9368,'University of Akron Wayne College'),(9369,'Washington State Community College'),(9370,'Zane State College'),(9371,'Carl Albert State College'),(9372,'Connors State College'),(9373,'Eastern Oklahoma State College'),(9374,'Murray State College'),(9375,'Northeastern Oklahoma A&M College'),(9376,'Northern Oklahoma College'),(9377,'Oklahoma City Community College'),(9378,'Redlands Community College'),(9379,'Rose State College'),(9380,'Seminole State College'),(9381,'Tulsa Community College'),(9382,'Western Oklahoma State College'),(9383,'Blue Mountain Community College'),(9384,'Central Oregon Community College'),(9385,'Chemeketa Community College'),(9386,'Clackamas Community College'),(9387,'Clatsop Community College'),(9388,'Columbia Gorge Community College'),(9389,'Klamath Community College'),(9390,'Lane Community College'),(9391,'Linn-?Benton Community College'),(9392,'Mt. Hood Community College'),(9393,'Rogue Community College'),(9394,'Southwestern Oregon Community College'),(9395,'Tillamook Bay Community College'),(9396,'Treasure Valley Community College'),(9397,'Umpqua Community College'),(9398,'Bucks County Community College'),(9399,'Butler County Community College'),(9400,'Community College of Allegheny County'),(9401,'Community College of Beaver County'),(9402,'Community College of Philadelphia'),(9403,'Delaware County Community College'),(9404,'Harcum College'),(9405,'Harrisburg Area Community College-?Harrisburg'),(9406,'Lackawanna College'),(9407,'Lehigh Carbon Community College'),(9408,'Luzerne County Community College'),(9409,'Manor College'),(9410,'Montgomery County Community College'),(9411,'Pennsylvania Highlands Community College'),(9412,'Pennsylvania Institute of Technology'),(9413,'Pittsburgh Technical Institute'),(9414,'Reading Area Community College'),(9415,'Thaddeus Stevens College of Technology'),(9416,'University of Pittsburgh-?Titusville'),(9417,'Valley Forge Military College'),(9418,'Westmoreland County Community College'),(9419,'Community College of Rhode Island'),(9420,'Central Carolina Technical College'),(9421,'Denmark Technical College'),(9422,'Florence-?Darlington Technical College'),(9423,'Greenville Technical College'),(9424,'Horry-?Georgetown Technical College'),(9425,'Midlands Technical College'),(9426,'Northeastern Technical College'),(9427,'Orangeburg Calhoun Technical College'),(9428,'Piedmont Technical College'),(9429,'Spartanburg Community College'),(9430,'Spartanburg Methodist College'),(9431,'Technical College of the Lowcountry'),(9432,'Tri-?County Technical College'),(9433,'Trident Technical College'),(9434,'Williamsburg Technical College'),(9435,'York Technical College'),(9436,'Kilian Community College'),(9437,'Lake Area Technical Institute'),(9438,'Mitchell Technical Institute'),(9439,'Sisseton Wahpeton College'),(9440,'Southeast Technical Institute'),(9441,'Western Dakota Technical Institute'),(9442,'Chattanooga State Community College'),(9443,'Cleveland State Community College'),(9444,'Columbia State Community College'),(9445,'Dyersburg State Community College'),(9446,'Jackson State Community College'),(9447,'John A Gupton College'),(9448,'Motlow State Community College'),(9449,'Northeast State Community College'),(9450,'Pellissippi State Community College'),(9451,'Roane State Community College'),(9452,'Southwest Tennessee Community College'),(9453,'Volunteer State Community College'),(9454,'Walters State Community College'),(9455,'Alvin Community College'),(9456,'Amarillo College'),(9457,'Angelina College'),(9458,'Blinn College'),(9459,'Brookhaven College'),(9460,'Cedar Valley College'),(9461,'Central Texas College'),(9462,'Cisco College'),(9463,'Clarendon College'),(9464,'Coastal Bend College'),(9465,'College of the Mainland'),(9466,'Collin County Community College District'),(9467,'Del Mar College'),(9468,'Eastfield College'),(9469,'El Centro College'),(9470,'El Paso Community College'),(9471,'Frank Phillips College'),(9472,'Galveston College'),(9473,'Grayson College'),(9474,'Hill College'),(9475,'Houston Community College'),(9476,'Howard College'),(9477,'Jacksonville College-?Main Campus'),(9478,'Kilgore College'),(9479,'Lamar Institute of Technology'),(9480,'Lamar State College-?Orange'),(9481,'Lamar State College-?Port Arthur'),(9482,'Laredo Community College'),(9483,'Lee College'),(9484,'Lone Star College System'),(9485,'McLennan Community College'),(9486,'Navarro College'),(9487,'North Central Texas College'),(9488,'Northeast Texas Community College'),(9489,'North Lake College'),(9490,'Northwest Vista College'),(9491,'Odessa College'),(9492,'Palo Alto College'),(9493,'Panola College'),(9494,'Paris Junior College'),(9495,'Ranger College'),(9496,'Richland College'),(9497,'San Antonio College'),(9498,'South Plains College'),(9499,'Southwest Texas Junior College'),(9500,'St Philip\'s College'),(9501,'Temple College'),(9502,'Texarkana College'),(9503,'Texas State Technical College-?Harlingen'),(9504,'Texas State Technical College-?Marshall'),(9505,'Texas State Technical College-?Waco'),(9506,'Texas State Technical College-?West Texas'),(9507,'Trinity Valley Community College'),(9508,'Tyler Junior College'),(9509,'Vernon College'),(9510,'Victoria College'),(9511,'Weatherford College'),(9512,'Western Texas College'),(9513,'Wharton County Junior College'),(9514,'Latter-?day Saints Business College'),(9515,'Salt Lake Community College'),(9516,'Community College of Vermont'),(9517,'Blue Ridge Community College'),(9518,'Central Virginia Community College'),(9519,'Dabney S Lancaster Community College'),(9520,'Danville Community College'),(9521,'Eastern Shore Community College'),(9522,'Germanna Community College'),(9523,'John Tyler Community College'),(9524,'J Sargeant Reynolds Community College'),(9525,'Lord Fairfax Community College'),(9526,'Mountain Empire Community College'),(9527,'New River Community College'),(9528,'Northern Virginia Community College'),(9529,'Patrick Henry Community College'),(9530,'Paul D Camp Community College'),(9531,'Piedmont Virginia Community College'),(9532,'Rappahannock Community College'),(9533,'Richard Bland College of the College of William and Mary'),(9534,'Southside Virginia Community College'),(9535,'Southwest Virginia Community College'),(9536,'Thomas Nelson Community College'),(9537,'Tidewater Community College'),(9538,'Virginia Highlands Community College'),(9539,'Virginia Western Community College'),(9540,'Wytheville Community College'),(9541,'Bates Technical College'),(9542,'Bellingham Technical College'),(9543,'Big Bend Community College'),(9544,'Cascadia Community College'),(9545,'Clark College'),(9546,'Clover Park Technical College'),(9547,'Edmonds Community College'),(9548,'Everett Community College'),(9549,'Grays Harbor College'),(9550,'Green River Community College'),(9551,'Highline Community College'),(9552,'Lower Columbia College'),(9553,'Pierce College at Puyallup'),(9554,'Renton Technical College'),(9555,'Shoreline Community College'),(9556,'Skagit Valley College'),(9557,'South Puget Sound Community College'),(9558,'Spokane Community College'),(9559,'Spokane Falls Community College'),(9560,'Tacoma Community College'),(9561,'Walla Walla Community College'),(9562,'Wenatchee Valley College'),(9563,'Whatcom Community College'),(9564,'Yakima Valley Community College'),(9565,'Blue Ridge Community and Technical College'),(9566,'Bridgemont Community and Technical College'),(9567,'Eastern West Virginia Community and Technical College'),(9568,'Huntington Junior College'),(9569,'Kanawha Valley Community and Technical College'),(9570,'Mountwest Community and Technical College'),(9571,'New River Community and Technical College'),(9572,'Pierpont Community and Technical College'),(9573,'Southern West Virginia Community and Technical College'),(9574,'West Virginia Northern Community College'),(9575,'Blackhawk Technical College'),(9576,'Chippewa Valley Technical College'),(9577,'Fox Valley Technical College'),(9578,'Gateway Technical College'),(9579,'Lac Courte Oreilles Ojibwa Community College'),(9580,'Lakeshore Technical College'),(9581,'Madison Area Technical College'),(9582,'Mid-?State Technical College'),(9583,'Milwaukee Area Technical College'),(9584,'Moraine Park Technical College'),(9585,'Nicolet Area Technical College'),(9586,'Northcentral Technical College'),(9587,'Northeast Wisconsin Technical College'),(9588,'Southwest Wisconsin Technical College'),(9589,'University of Wisconsin Colleges'),(9590,'Waukesha County Technical College'),(9591,'Western Technical College'),(9592,'Wisconsin Indianhead Technical College'),(9593,'Casper College'),(9594,'Central Wyoming College'),(9595,'Eastern Wyoming College'),(9596,'Laramie County Community College'),(9597,'Northwest College'),(9598,'Sheridan College'),(9599,'Western Wyoming Community College'),(9600,'Free University of Tbilisi'),(9601,'Universidad Internacional Isabel I'),(9602,'Test Universty'),(9603,'Name'),(9604,'aa'),(9605,'test1'),(9606,'GIK Institute of Engineering & Technology'),(9607,'INSEAD'),(9608,'Delft University of Technology '),(9609,'KTH Royal Institute of Technology'),(9610,'GIK Institute Of Science & Technology'),(9611,'University of Washington'),(9612,'American School'),(9613,'The London School of Economics & Political Science'),(9614,'Ghulam Ishaq Khan Institute of Engineering Sciences & Technology'),(9615,'Universit'),(9616,'University of Illinois'),(9617,'Stanford University'),(9618,'University of California'),(9619,'University of Windsor'),(9620,'London Business School'),(9621,'University of Engineering & Technology'),(9622,'University of Essex'),(9623,'The Chartered Institute of Management Accounts'),(9624,'CFA Institute'),(9625,'Brunel University '),(9626,'UCL'),(9627,'Bedford High School'),(9628,'The University of Manchester'),(9629,'Walthamstow Hall'),(9630,'Warsaw University of Technology '),(9631,'The London School of Economics & Political Science (LSE)'),(9632,'Bournemouth University'),(9633,'University of Bath'),(9635,'University of Strathclyde'),(9636,'University of Oxford'),(9637,'Birkbeck University of London'),(9638,'National University of Computer & Emerging Sciences'),(9639,'Le Cordon Bleu, College of Culinary Arts, Los Angeles'),(9640,'College of Economics, Warsaw, Poland'),(9641,'North Dakota State University, Fargo, North Dakota'),(9642,'Carnegie Institute of Technology '),(9643,'Middlebury College, BA Northeastern University'),(9644,'State University, Fullerton, California'),(9645,'DeVry University - Chicago IL'),(9646,'CCAF - Anchorage, AK, '),(9647,'Lock Haven State College '),(9648,'University of Maine, Portland, ME'),(9649,'Western New England College, Springfield, MA'),(9650,'Plattsburgh State College, Plattsburgh, NY'),(9651,'Kentucky Farrier School '),(9652,'Golden Gate University San Francisco'),(9653,'Amos Tuck School of Business at Dartmouth'),(9654,'University of Connecticut, Storrs, CT'),(9655,'Xavier University, Cincinnati, OH'),(9656,'University of Chicago Graduate School of Business,'),(9657,'University of Chicago Graduate School of Business,'),(9658,'Wesleyan University Middletown'),(9659,'University of Pennsylvania Wharton Business School'),(9660,'BZU Multan'),(9661,'Kinnaird College for Woman University Lahore Pakistan'),(9662,'Institute of Southern Punjab'),(9663,'Rise College of science'),(9664,'UMT Lahore'),(9665,'Punjab Collage'),(9666,'Kinnaird College for Woman University Lahore Pakistan'),(9667,'Lahore College for Women University'),(9668,'Kinnaird College for Woman University Lahore Pakistan'),(9669,'Lahore College for Women University'),(9670,'Kinnaird College for Woman University Lahore Pakistan'),(9671,'Lahore College for Women University'),(9672,'Kinnaird College for Woman University Lahore Pakistan'),(9673,'Lahore College for Women University'),(9674,'Kinnaird College for Woman University Lahore Pakistan'),(9675,'Lahore College for Women University'),(9676,'Kinnaird College for Woman University Lahore Pakistan'),(9677,'Lahore College for Women University'),(9678,'Concordia University lahore'),(9679,'Kinnaird College for Woman University Lahore Pakistan'),(9680,'Lahore College for Women University'); /*!40000 ALTER TABLE `universties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_availabilities` -- DROP TABLE IF EXISTS `user_availabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_availabilities` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `avb_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=514 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_availabilities` -- LOCK TABLES `user_availabilities` WRITE; /*!40000 ALTER TABLE `user_availabilities` DISABLE KEYS */; INSERT INTO `user_availabilities` VALUES (4,46,2),(5,46,3),(6,46,4),(7,47,3),(8,47,4),(30,45,1),(31,45,2),(32,45,3),(37,66,1),(38,66,4),(39,70,1),(40,70,4),(41,71,1),(42,71,2),(43,71,3),(44,71,4),(45,72,1),(46,72,2),(47,72,3),(48,72,4),(53,74,1),(54,74,2),(55,74,3),(56,74,4),(57,75,1),(58,75,2),(59,75,3),(60,75,4),(64,77,1),(65,77,2),(66,77,3),(67,77,4),(68,78,1),(69,78,2),(70,78,3),(71,78,4),(72,79,1),(73,79,2),(74,79,3),(75,79,4),(80,81,1),(81,81,2),(82,81,3),(83,81,4),(84,82,1),(85,82,2),(86,82,3),(87,82,4),(88,84,1),(89,84,2),(90,84,3),(91,84,4),(96,86,1),(97,86,2),(98,86,3),(99,86,4),(112,90,1),(113,90,2),(114,90,3),(115,90,4),(116,91,1),(117,91,2),(118,91,3),(119,91,4),(120,92,1),(121,92,2),(122,92,3),(123,92,4),(124,93,1),(125,93,2),(126,93,3),(127,93,4),(128,94,1),(129,94,2),(130,94,3),(131,94,4),(132,95,1),(133,95,2),(134,95,3),(135,95,4),(136,96,1),(137,96,2),(138,96,3),(139,96,4),(140,97,1),(141,97,2),(142,97,3),(143,97,4),(144,98,1),(145,98,2),(146,98,3),(147,98,4),(148,99,1),(149,99,2),(150,99,3),(151,99,4),(162,76,1),(163,76,2),(164,76,3),(169,87,1),(170,87,2),(171,87,3),(172,87,4),(177,88,1),(178,88,2),(179,88,3),(180,88,4),(185,89,1),(186,89,2),(187,89,3),(188,89,4),(189,102,1),(190,102,2),(191,102,3),(192,102,4),(193,103,1),(194,103,2),(195,103,3),(196,103,4),(197,104,1),(198,104,2),(199,104,3),(200,104,4),(201,105,1),(202,105,2),(203,105,3),(204,105,4),(205,106,1),(206,106,2),(207,106,3),(208,106,4),(209,108,1),(210,108,2),(211,108,3),(212,108,4),(213,109,1),(214,109,2),(215,109,3),(216,109,4),(217,110,1),(218,110,2),(219,110,3),(220,110,4),(221,111,1),(222,111,2),(223,111,3),(224,111,4),(225,112,1),(226,112,2),(227,112,3),(228,112,4),(229,113,1),(230,113,2),(231,113,3),(232,113,4),(237,114,1),(238,114,2),(239,114,3),(240,114,4),(241,115,1),(242,115,2),(243,115,3),(244,115,4),(245,116,1),(246,116,2),(247,116,3),(248,116,4),(249,117,1),(250,117,2),(251,117,3),(252,117,4),(253,118,1),(254,118,2),(255,118,3),(256,118,4),(257,120,1),(258,120,2),(259,120,3),(260,120,4),(261,121,1),(262,121,2),(263,121,3),(264,121,4),(265,122,1),(266,122,2),(267,122,3),(268,122,4),(269,123,1),(270,123,2),(271,123,3),(272,123,4),(273,124,1),(274,124,2),(275,124,3),(276,124,4),(277,125,1),(278,125,2),(279,125,3),(280,125,4),(281,126,1),(282,133,1),(283,133,3),(284,134,1),(285,134,3),(286,136,1),(295,80,1),(296,80,2),(297,80,3),(298,80,4),(299,137,1),(300,137,2),(301,137,3),(302,137,4),(303,158,1),(304,158,2),(305,158,3),(306,160,1),(307,160,2),(308,160,3),(309,160,4),(310,161,1),(311,161,2),(312,161,3),(313,161,4),(314,162,1),(315,162,2),(316,162,3),(317,162,4),(318,163,1),(319,163,2),(320,163,3),(321,163,4),(322,164,1),(323,164,2),(324,164,3),(325,164,4),(326,165,1),(327,165,2),(328,165,3),(329,165,4),(331,167,1),(332,169,1),(333,169,2),(334,169,3),(335,169,4),(336,170,1),(337,170,3),(338,171,3),(339,177,1),(340,177,2),(341,178,1),(342,178,2),(344,182,1),(354,179,1),(357,189,1),(358,190,3),(375,73,1),(376,73,2),(377,73,3),(378,73,4),(379,85,1),(380,85,2),(381,85,3),(382,85,4),(386,220,1),(387,220,2),(388,220,3),(389,220,4),(390,214,3),(406,1636,1),(407,1636,2),(408,1636,3),(409,1636,4),(410,1633,1),(411,1633,2),(412,1633,3),(413,1633,4),(414,1637,3),(415,1637,4),(479,1644,1),(480,1644,2),(481,1644,3),(482,1644,4),(485,1647,1),(486,1647,4),(497,1620,2),(498,1648,1),(499,1648,2),(500,1648,3),(501,1648,4),(510,1649,1),(511,1649,2),(512,1649,3),(513,1649,4); /*!40000 ALTER TABLE `user_availabilities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_education` -- DROP TABLE IF EXISTS `user_education`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_education` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `universty_id` int(11) NOT NULL, `degree_title` varchar(200) NOT NULL, `degree_type` int(11) NOT NULL COMMENT '1=undergraduated,2=postgraduated', `degree_year` varchar(4) NOT NULL, `degree_year_to` varchar(4) NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=183 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_education` -- LOCK TABLES `user_education` WRITE; /*!40000 ALTER TABLE `user_education` DISABLE KEYS */; INSERT INTO `user_education` VALUES (1,45,8,'2018',1,'2222','','2018-02-15 07:40:40'),(2,41,3,'111111',1,'1111','','2018-02-15 07:40:36'),(3,41,3,'123123',2,'1231','','0000-00-00 00:00:00'),(4,46,1,'111111',1,'2222','','0000-00-00 00:00:00'),(5,46,4,'123123',2,'1233','','0000-00-00 00:00:00'),(6,47,1,'asdf asdf',1,'1231','','0000-00-00 00:00:00'),(7,45,2,'jkkk',2,'2222','','0000-00-00 00:00:00'),(8,65,2,'Degree Title',1,'2018','','0000-00-00 00:00:00'),(9,65,2,'Degree Title',2,'1235','','0000-00-00 00:00:00'),(10,66,1,'asdfasdf',1,'1111','','0000-00-00 00:00:00'),(11,66,3,'asdfasdf',2,'1222','','0000-00-00 00:00:00'),(12,68,6495,'Defree',1,'2018','','0000-00-00 00:00:00'),(13,68,6461,'Degree',2,'2014','','0000-00-00 00:00:00'),(14,70,6499,'Post',1,'2018','','0000-00-00 00:00:00'),(15,70,6471,'Degree',2,'2020','','0000-00-00 00:00:00'),(16,71,9606,'BE, Electronics',1,'2004','','0000-00-00 00:00:00'),(17,71,9607,'MBA in Marketing & Strategy',2,'2011','','0000-00-00 00:00:00'),(18,72,405,'BBA',1,'2006','','0000-00-00 00:00:00'),(19,72,405,'MBA',2,'2009','','0000-00-00 00:00:00'),(20,73,9610,'BS, ENG, Electronics ',1,'2004','2005','2019-05-28 09:47:00'),(21,73,6244,'PHD wireless communications',2,'2010','2011','2019-05-28 09:47:22'),(22,74,9606,'BS in Computer System Engineering ',1,'2003','','0000-00-00 00:00:00'),(23,74,9611,'Ms in Computer Science ',2,'2005','','0000-00-00 00:00:00'),(24,75,9612,'Pre Engineering',1,'2008','','0000-00-00 00:00:00'),(25,75,9606,'BS in Engineering',2,'2004','','0000-00-00 00:00:00'),(26,76,9606,'BS, Computer System Engineering',1,'2003','','0000-00-00 00:00:00'),(27,76,9613,'MSC, Analysis, Design & Management of Information System',2,'2007','','0000-00-00 00:00:00'),(28,77,9614,'BS in Computer Science',1,'2002','','0000-00-00 00:00:00'),(29,77,959,'Ms in Computer Sciences',2,'2005','','0000-00-00 00:00:00'),(30,78,9606,'BS, Electrical Engineering',1,'2003','','0000-00-00 00:00:00'),(31,78,811,'MS, Electrical Engineering',2,'2007','','0000-00-00 00:00:00'),(32,79,6476,'BSC, Electrical Engineering',1,'2003','','0000-00-00 00:00:00'),(33,79,919,'Masters in Public Policy, Development Economics',2,'2007','','0000-00-00 00:00:00'),(34,80,9614,'Bs Computer Science Engineering',1,'2004','','0000-00-00 00:00:00'),(35,80,9606,'Ms in Computer System Science',2,'2006','','0000-00-00 00:00:00'),(36,81,9619,'B.A',1,'1990','','0000-00-00 00:00:00'),(37,81,2156,'Masters ',2,'1992','','0000-00-00 00:00:00'),(38,82,6476,'BS, Mechanical Engineering ',1,'2000','','0000-00-00 00:00:00'),(39,82,8361,'MBA',2,'2008','','0000-00-00 00:00:00'),(40,84,9621,'BE, Electronics',1,'2004','','0000-00-00 00:00:00'),(41,84,9621,'Ms in Electrical Engineering',2,'2005','','0000-00-00 00:00:00'),(42,85,6457,'Bs, Software',1,'2007','2011','2019-05-29 11:04:25'),(43,85,8330,'Masters in Software Engineering',2,'2009','','0000-00-00 00:00:00'),(44,86,8388,'MEng, Engineering, Economics & Management',1,'2009','','0000-00-00 00:00:00'),(45,86,9623,'ACMA, CGMA',2,'2013','','0000-00-00 00:00:00'),(46,87,8388,'MEng, Engineering Sciences ',1,'2010','','0000-00-00 00:00:00'),(47,87,9624,'CFA Level 3 Passed',2,'2014','','0000-00-00 00:00:00'),(48,88,8309,'BS (Hons) Information Technology',1,'2005','','0000-00-00 00:00:00'),(49,88,8309,'MS in IT',2,'2006','','0000-00-00 00:00:00'),(50,89,9627,'Intermediate ',1,'1998','','0000-00-00 00:00:00'),(51,89,9626,'BSC, Chemistry With Management',2,'2001','','0000-00-00 00:00:00'),(52,90,8361,'BS',1,'2006','','0000-00-00 00:00:00'),(53,90,8361,'MBA',2,'2008','','0000-00-00 00:00:00'),(54,91,9629,'Pre Engineering ',1,'2004','','0000-00-00 00:00:00'),(55,91,9628,'2:1 BA, joint Hons, Sociology, Film, TV & Culture Studies',2,'2007','','0000-00-00 00:00:00'),(56,92,142,'MBA Exchange ',1,'2015','','0000-00-00 00:00:00'),(57,92,9607,'MBA',2,'2015','','0000-00-00 00:00:00'),(58,93,6872,'BSC, Computer Science',1,'2008','','0000-00-00 00:00:00'),(59,93,6872,'MSC, Artificial Intelligence',2,'2010','','0000-00-00 00:00:00'),(60,94,9631,'Mechanical Engineering with Business Finance',1,'2005','','0000-00-00 00:00:00'),(61,94,9626,'Mechanical Engineering with Business Finance',2,'2007','','0000-00-00 00:00:00'),(62,95,1412,'Pre Engineering',1,'2004','','0000-00-00 00:00:00'),(63,95,8304,'BSC, Business Information Technology ',2,'2008','','0000-00-00 00:00:00'),(64,96,8297,'Economics',1,'2005','','0000-00-00 00:00:00'),(65,96,8297,'Bsc, Economics',2,'2009','','0000-00-00 00:00:00'),(66,97,8425,'Pre Engineering',1,'2003','','0000-00-00 00:00:00'),(67,97,8425,'BSc, Technology & Business Studies',2,'2008','','0000-00-00 00:00:00'),(68,98,8388,'Masters of Arts',1,'2017','','0000-00-00 00:00:00'),(69,98,9636,'Masters of Statistical Science',2,'2018','','0000-00-00 00:00:00'),(70,99,9638,'Bs Computing',1,'2000','','0000-00-00 00:00:00'),(71,99,9637,'Post Graduate Certificate, Economics & Finance',2,'2006','','0000-00-00 00:00:00'),(72,102,280,'BS in Chemical Engineering',1,'1969','','0000-00-00 00:00:00'),(73,102,280,'Ms in Chemical Engineering',2,'1970','','0000-00-00 00:00:00'),(74,103,9639,'Bs in arts ',1,'1970','','0000-00-00 00:00:00'),(75,103,9640,'Ms in Economics',2,'1972','','0000-00-00 00:00:00'),(76,104,957,'BSEE & MSEE Degrees',1,'1965','','0000-00-00 00:00:00'),(77,104,515,'MBA',2,'1967','','0000-00-00 00:00:00'),(78,105,831,'BBA',1,'1996','','0000-00-00 00:00:00'),(79,105,831,'MBA',2,'1999','','0000-00-00 00:00:00'),(80,106,9641,'Bachelor of Science, Human Development and Family Science',1,'1998','','0000-00-00 00:00:00'),(82,107,9642,'BS ChemE, Post Grad courses in Industrial Administration',1,'1961','','0000-00-00 00:00:00'),(83,107,531,'Post Grad courses in Marketing',2,'1964','','0000-00-00 00:00:00'),(84,108,9643,'Certificate Numerous trade, technical, TQM and professional development courses',1,'1967','','0000-00-00 00:00:00'),(85,108,9643,'MBA',2,'1969','','0000-00-00 00:00:00'),(86,109,957,'B.S. Aerospace Engineering',1,'1960','','0000-00-00 00:00:00'),(87,109,933,'MBA',2,'1962','','0000-00-00 00:00:00'),(88,110,1024,'BS Psychology',1,'1968','','0000-00-00 00:00:00'),(89,110,9644,'MBA',2,'1970','','0000-00-00 00:00:00'),(90,111,9645,'Bachelor of Science:Technological Management (Emphasis Sales and Marketing) ',1,'2001','','0000-00-00 00:00:00'),(91,111,9646,'Associate of Science: Information Systems Technology, Aircrew Operations',2,'2004','','0000-00-00 00:00:00'),(92,112,9647,'Bachelor\'s Degree, Math and Computer Science',1,'1995','','0000-00-00 00:00:00'),(93,112,1109,'Master\'s Degree, Computer Science',2,'1997','','0000-00-00 00:00:00'),(94,113,9650,'BBA',1,'1980','','0000-00-00 00:00:00'),(95,113,9648,'MBA',2,'1982','','0000-00-00 00:00:00'),(96,114,9651,'Certificate for Horse Trimming',1,'1976','','0000-00-00 00:00:00'),(97,114,970,'BS in Equine Business Administration and Business Administration with an emphasis on Marketing',2,'1978','','0000-00-00 00:00:00'),(98,115,698,'Bachelors Degree in Public and International Affairs Massachusetts Institute of Technology, Postgraduate Researcher in Industrial Innovation',1,'2000','','0000-00-00 00:00:00'),(99,115,405,'Masters in Business Administration in New Ventures & Marketing',2,'2002','','0000-00-00 00:00:00'),(100,116,9652,'BS in Accounting',1,'1966','','0000-00-00 00:00:00'),(101,116,9652,'MBA in Accounting and Management',2,'1972','','0000-00-00 00:00:00'),(102,117,1076,'BS Mechanical Engineering',1,'1981','','0000-00-00 00:00:00'),(103,117,9653,'MBA General Business',2,'1983','','0000-00-00 00:00:00'),(104,118,9607,'Global Leadership Program',1,'2001','','0000-00-00 00:00:00'),(105,118,8361,'Executive Management Program',2,'2003','','0000-00-00 00:00:00'),(106,120,9654,'B.A. Chemistry and Math',1,'1978','','0000-00-00 00:00:00'),(107,120,9655,'MBA, Marketing Management',2,'1980','','0000-00-00 00:00:00'),(108,121,722,'B.S. in Physics',1,'1981','','0000-00-00 00:00:00'),(109,121,9656,'MBA in Finance',2,'1985','','0000-00-00 00:00:00'),(110,122,75,'BA',1,'1978','','0000-00-00 00:00:00'),(111,122,1051,'MBA',2,'1980','','0000-00-00 00:00:00'),(112,123,630,'BBA, Major: Accounting and Finance',1,'1974','','0000-00-00 00:00:00'),(113,123,629,'MBA, Major: Finance & Organizational Behavior',2,'1978','','0000-00-00 00:00:00'),(114,124,236,'Formal education in commercial advertising art',1,'1968','','0000-00-00 00:00:00'),(115,124,0,'',2,'','','0000-00-00 00:00:00'),(116,125,9658,'BA',1,'1964','','0000-00-00 00:00:00'),(117,125,9659,'MBA',2,'1966','','0000-00-00 00:00:00'),(118,126,8388,'BS.CS',1,'2015','','0000-00-00 00:00:00'),(119,126,0,'',2,'','','0000-00-00 00:00:00'),(120,132,18,'eeeeee',1,'sdsd','','0000-00-00 00:00:00'),(121,59,147,'bcs',1,'2009','','0000-00-00 00:00:00'),(122,59,1215,'it',2,'2011','','0000-00-00 00:00:00'),(123,133,1215,'bcs',1,'2007','','0000-00-00 00:00:00'),(124,133,0,'',2,'','','0000-00-00 00:00:00'),(125,134,2029,'bcs',1,'2007','','0000-00-00 00:00:00'),(126,136,1215,'bcs',1,'2009','','0000-00-00 00:00:00'),(127,137,8388,'M.A Linguistics',1,'2015','','0000-00-00 00:00:00'),(128,140,80,'BS CS',1,'2016','','0000-00-00 00:00:00'),(129,147,80,'dasds',1,'2014','','0000-00-00 00:00:00'),(130,148,80,'dasds',1,'2014','','0000-00-00 00:00:00'),(131,158,6476,'BS',1,'1996','','0000-00-00 00:00:00'),(137,165,4,'bsit',1,'2016','','0000-00-00 00:00:00'),(138,167,8313,'M.phil',1,'2010','','0000-00-00 00:00:00'),(140,173,2,'bsit',1,'2016','','0000-00-00 00:00:00'),(141,169,6506,'Economics',1,'2013','','0000-00-00 00:00:00'),(142,170,8388,'MBA',1,'2015','','0000-00-00 00:00:00'),(148,177,8388,'MCS',1,'2014','','0000-00-00 00:00:00'),(149,178,8388,'MCS',1,'2014','','0000-00-00 00:00:00'),(150,179,8308,'MCS',1,'2014','2011','2019-05-22 10:54:40'),(152,182,8313,'m.phil',1,'2010','','0000-00-00 00:00:00'),(153,185,8023,'MCS',1,'2011','2015','0000-00-00 00:00:00'),(154,189,3070,'MCS',1,'2011','2015','0000-00-00 00:00:00'),(155,190,1272,'MCS',1,'2011','2015','0000-00-00 00:00:00'),(156,193,8450,'Information Technology',1,'2009','2013','0000-00-00 00:00:00'),(157,197,8275,'MCS',1,'2011','2015','0000-00-00 00:00:00'),(158,214,9626,'Information Technology',1,'1996','2000','0000-00-00 00:00:00'),(159,220,1272,'MCS',1,'2011','2015','0000-00-00 00:00:00'),(160,221,1272,'MCS',1,'2011','2015','0000-00-00 00:00:00'),(161,807,340,'Mass communications and journalism',1,'2012','2016','0000-00-00 00:00:00'),(162,807,303,'Masters in jounalism',2,'2016','2018','0000-00-00 00:00:00'),(163,1620,9664,'bs se',1,'2015','2019','2021-06-01 15:15:58'),(164,1622,4,'bs se',1,'2015','2019','0000-00-00 00:00:00'),(165,1619,12,'bs se',1,'2015','2019','0000-00-00 00:00:00'),(166,1630,6531,'B.Com',1,'2010','2014','0000-00-00 00:00:00'),(167,1630,6461,'MBA',2,'2014','2016','0000-00-00 00:00:00'),(168,1632,9660,'bs se',1,'2016','2020','2021-06-03 13:00:53'),(169,1633,1694,'bs se',1,'2015','2019','0000-00-00 00:00:00'),(170,1635,105,'bs se',1,'2015','2019','0000-00-00 00:00:00'),(171,1636,353,'bs',1,'2013','2017','0000-00-00 00:00:00'),(172,1637,9661,'Mass Communications and Journalism',1,'2012','2016','0000-00-00 00:00:00'),(173,1620,9665,'MS In cyber security ',2,'2021','2023','2021-06-02 07:07:42'),(174,1644,9666,'Mass Communications and Journalism',1,'2012','2016','0000-00-00 00:00:00'),(175,1644,9667,'Masters in jounalism',2,'2016','2018','0000-00-00 00:00:00'),(176,1647,9670,'Mass Communications and Journalism',1,'2012','2016','2021-06-03 13:13:50'),(177,1647,9671,'Masters in journalism',2,'2016','2018','2021-06-03 13:13:50'),(178,1648,9672,'Mass Communications and Journalism',1,'2012','2016','0000-00-00 00:00:00'),(179,1648,9673,'Masters in journalism',2,'2016','2018','0000-00-00 00:00:00'),(180,1649,9679,'Mass Communications and Journalism',1,'2012','2016','2021-06-04 12:42:37'),(181,1649,9680,'Masters in journalism',2,'2016','2018','2021-06-04 12:42:37'),(182,1650,9678,'bachelors in English literature.',1,'2012','2016','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `user_education` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_experience` -- DROP TABLE IF EXISTS `user_experience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_experience` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `company_id` int(11) NOT NULL, `role` varchar(200) NOT NULL, `city_id` int(11) NOT NULL, `date_from` varchar(10) NOT NULL, `date_to` varchar(10) DEFAULT NULL, `currently_working` tinyint(4) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=337 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_experience` -- LOCK TABLES `user_experience` WRITE; /*!40000 ALTER TABLE `user_experience` DISABLE KEYS */; INSERT INTO `user_experience` VALUES (1,45,1,'d',2,'1111','2222',NULL,'2018-02-02 07:43:18'),(2,41,1,'123123',2,'1231','1231',NULL,'0000-00-00 00:00:00'),(3,46,2,'asdfffff',2,'1111','3333',NULL,'0000-00-00 00:00:00'),(4,46,2,'asdf asf',1,'2344','3444',NULL,'0000-00-00 00:00:00'),(5,46,1,'asdf asdf',2,'1232','1231',NULL,'0000-00-00 00:00:00'),(6,47,1,'sdf asdf',1,'1231','1231',NULL,'0000-00-00 00:00:00'),(8,45,2,'sdgdgf',2,'7777','4444',NULL,'0000-00-00 00:00:00'),(11,45,2,'sdgdgf',2,'7777','4444',NULL,'0000-00-00 00:00:00'),(12,65,1,'Role',2,'1200','1998',NULL,'0000-00-00 00:00:00'),(13,66,2,'asdfasdf',2,'1231','1231',NULL,'0000-00-00 00:00:00'),(14,66,2,'asdfsdf',2,'2222','2444',NULL,'0000-00-00 00:00:00'),(15,68,1,'Developer',31594,'2012','2015',NULL,'0000-00-00 00:00:00'),(16,70,2,'Role',31439,'2020','2022',NULL,'0000-00-00 00:00:00'),(17,70,2,'Rolte',31439,'2020','2022',NULL,'0000-00-00 00:00:00'),(18,71,5,'Head of Products & Strategy',12343,'2012','2018',NULL,'0000-00-00 00:00:00'),(19,71,6,'National Manager for Wireless Network Planning',28787,'2011','2012',NULL,'0000-00-00 00:00:00'),(20,72,7,'Senior Manager Business Operations',43306,'2016','2018',NULL,'0000-00-00 00:00:00'),(21,72,8,'adviser',6496,'2015','2018',NULL,'0000-00-00 00:00:00'),(22,73,4,'SR. Design Engineer',43561,'2017','2018',NULL,'2019-05-28 09:47:46'),(23,73,4,'Project Architect',43561,'2016','2017',NULL,'0000-00-00 00:00:00'),(24,74,9,'Software Designer Engineer',46875,'2010','2018',NULL,'0000-00-00 00:00:00'),(25,74,10,'Software Designer Engineer',46876,'2005','2010',NULL,'0000-00-00 00:00:00'),(26,75,12,'Sr Design & Optimisation Consultant FN',41924,'2015','2018',NULL,'0000-00-00 00:00:00'),(27,75,11,'Sr. Radio Optimisation & Performance Consultant',41421,'2009','2015',NULL,'0000-00-00 00:00:00'),(28,76,14,'Vice President',41816,'2010','2018',NULL,'2018-02-23 10:05:37'),(29,76,13,'Application developer',41758,'2008','2009',NULL,'0000-00-00 00:00:00'),(30,77,7,'Vice President Growth & International Products',43239,'2016','2018',NULL,'0000-00-00 00:00:00'),(31,77,7,'Sr. Director, Growth & International Products',15625,'2011','2016',NULL,'0000-00-00 00:00:00'),(32,78,17,'Director of Product Management - Market Place & E-Commerce',43239,'2017','2018',NULL,'0000-00-00 00:00:00'),(33,78,16,'Advisor Project & Strategy',43290,'2015','2018',NULL,'0000-00-00 00:00:00'),(34,79,18,'Senior Disaster Risk Management & Resilience Specialist ',44373,'2016','2018',NULL,'0000-00-00 00:00:00'),(35,79,18,'Disaster Risk Management Specialist',44373,'2014','2016',NULL,'0000-00-00 00:00:00'),(36,80,19,'Blockchain Practice Leader ',43677,'2017','2018',NULL,'0000-00-00 00:00:00'),(37,80,19,'Agile & Custom Solutions Competency Leader',43677,'2016','2017',NULL,'0000-00-00 00:00:00'),(38,81,20,'CEO, Consultant, Architect, Developer',10519,'2014','2018',NULL,'0000-00-00 00:00:00'),(39,81,21,'Blockchain Technical Advisor',10519,'2017','2018',NULL,'0000-00-00 00:00:00'),(40,82,22,'Partner',41391,'2016','2018',NULL,'0000-00-00 00:00:00'),(41,82,22,'Associate Partner',41391,'2014','2016',NULL,'0000-00-00 00:00:00'),(42,84,11,'Domain sales manager Applications',39186,'2016','2018',NULL,'0000-00-00 00:00:00'),(43,84,11,'Core & IMS Solution Manager',39186,'2012','2016',NULL,'0000-00-00 00:00:00'),(44,85,23,'Manager',42219,'2016','2018',NULL,'2018-02-23 10:18:35'),(45,85,24,'Consultant ',10519,'2013','2014',NULL,'0000-00-00 00:00:00'),(46,86,24,'Manager TMT',41391,'2016','2018',NULL,'0000-00-00 00:00:00'),(47,86,24,'Senior Consultant TMT',41391,'2014','2016',NULL,'0000-00-00 00:00:00'),(48,87,25,'Investment Banking Associate',41816,'2017','2018',NULL,'2018-02-23 10:21:07'),(49,87,25,'Investment Banking Associate',10519,'2014','2017',NULL,'0000-00-00 00:00:00'),(50,88,14,'Team Lead, EMEA Sub Advisory & Global Liquidity, Client Account Management ',42219,'2015','2018',NULL,'2018-02-23 10:22:59'),(51,88,27,'Client Manager, Vice President',10519,'2015','2015',NULL,'0000-00-00 00:00:00'),(52,89,14,'Head of Asset & Health Management Recruitment, EMEA ',42219,'2010','2018',NULL,'2018-02-23 10:25:24'),(53,89,14,'Team Lead & Senior Recruiter, CIB(Heritage Treasury & Security Services',10519,'2008','2010',NULL,'0000-00-00 00:00:00'),(54,90,28,'Director',42050,'2012','2018',NULL,'0000-00-00 00:00:00'),(55,90,20,'Chief Technology Officer ',42050,'2015','2018',NULL,'0000-00-00 00:00:00'),(56,91,14,'Executive Director',48019,'2018','2018',NULL,'0000-00-00 00:00:00'),(57,91,29,'Vice President',48019,'2016','2018',NULL,'0000-00-00 00:00:00'),(58,92,30,'Consultant',7570,'2016','2017',NULL,'0000-00-00 00:00:00'),(59,92,31,'Investment, Banking Summer Associate',10519,'2015','2015',NULL,'0000-00-00 00:00:00'),(60,93,14,'Vice President ',10519,'2017','2018',NULL,'0000-00-00 00:00:00'),(61,93,14,'Associate ',10519,'2012','2018',NULL,'0000-00-00 00:00:00'),(62,94,29,'Global Liquidity - Client Adviser',10519,'2012','2018',NULL,'0000-00-00 00:00:00'),(63,94,14,'Foregin Exchange',10519,'2010','2012',NULL,'0000-00-00 00:00:00'),(64,95,33,'Business Analyst ',41746,'2013','2018',NULL,'0000-00-00 00:00:00'),(65,95,34,'BA, Emerging Markets Credit ',41746,'2011','2013',NULL,'0000-00-00 00:00:00'),(66,96,29,'Business Manager - Multi Asset Solutions',10519,'2013','2018',NULL,'0000-00-00 00:00:00'),(67,96,14,'Asset Management Business Change Team',10519,'2011','2013',NULL,'0000-00-00 00:00:00'),(68,97,35,'Contract Business Analyst',42382,'2018','2018',NULL,'0000-00-00 00:00:00'),(69,97,36,'Contract Business Analyst',42382,'2017','2017',NULL,'0000-00-00 00:00:00'),(70,98,35,'Manager Independent Model Review',41746,'2013','2017',NULL,'0000-00-00 00:00:00'),(71,98,37,'Senior Actuarial Analyst',41746,'2010','2014',NULL,'0000-00-00 00:00:00'),(72,99,38,'FX eCommerce Developer',41746,'2015','2018',NULL,'0000-00-00 00:00:00'),(73,99,39,'Senior Developer',41746,'2014','2015',NULL,'0000-00-00 00:00:00'),(75,76,13,'Application developer',42219,'2008','2009',NULL,'0000-00-00 00:00:00'),(76,76,13,'Application developer',41816,'2008','2009',NULL,'0000-00-00 00:00:00'),(77,76,13,'Application developer',42219,'2008','2009',NULL,'0000-00-00 00:00:00'),(82,87,25,'Investment Banking Associate',42219,'2014','2017',NULL,'0000-00-00 00:00:00'),(83,88,27,'Client Manager, Vice President',42219,'2015','2015',NULL,'0000-00-00 00:00:00'),(84,88,27,'Client Manager, Vice President',42219,'2015','2015',NULL,'0000-00-00 00:00:00'),(85,88,27,'Client Manager, Vice President',42219,'2015','2015',NULL,'0000-00-00 00:00:00'),(88,89,15,'Team Lead & Senior Recruiter, CIB(Heritage Treasury & Security Services',42219,'2008','2010',NULL,'2018-02-23 11:11:53'),(89,102,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(90,102,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(91,102,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(92,103,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(93,103,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(94,103,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(95,104,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(96,104,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(97,104,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(98,105,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(99,105,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(100,105,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(101,106,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(102,106,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(103,106,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(104,107,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(105,107,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(106,107,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(107,108,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(108,108,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(109,108,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(110,109,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(111,109,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(112,109,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(113,110,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(114,110,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(115,110,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(116,111,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(117,111,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(118,111,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(119,112,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(120,112,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(121,112,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(122,113,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(123,113,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(124,113,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(125,114,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(126,114,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(127,114,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(128,115,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(129,115,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(130,115,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(131,116,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(132,116,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(133,116,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(134,117,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(135,117,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(136,117,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(137,118,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(138,118,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(139,118,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(140,120,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(141,120,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(142,120,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(143,121,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(144,121,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(145,121,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(146,122,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(147,122,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(148,122,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(149,123,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(150,123,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(151,123,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(152,124,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(153,124,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(154,124,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(155,125,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(156,125,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(157,125,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(158,126,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(159,126,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(160,132,0,'Software Engineer',0,'ascc','xyzs',NULL,'2018-06-07 05:57:18'),(161,59,4,'team lead',13373,'2011','2013',NULL,'0000-00-00 00:00:00'),(162,133,4,'team lead',13373,'2010','2012',NULL,'0000-00-00 00:00:00'),(163,133,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(164,134,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(165,136,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(166,80,19,'Agile & Custom Solutions Competency Leader',43677,'2016','2017',NULL,'0000-00-00 00:00:00'),(167,80,19,'Agile & Custom Solutions Competency Leader',43677,'2016','2017',NULL,'0000-00-00 00:00:00'),(168,80,19,'Agile & Custom Solutions Competency Leader',43677,'2016','2017',NULL,'0000-00-00 00:00:00'),(169,80,19,'Agile & Custom Solutions Competency Leader',43677,'2016','2017',NULL,'0000-00-00 00:00:00'),(170,80,19,'Agile & Custom Solutions Competency Leader',43677,'2016','2017',NULL,'0000-00-00 00:00:00'),(171,137,28,'Technical Content Manager',42219,'2016','2018',NULL,'0000-00-00 00:00:00'),(172,140,10,'Developer',31439,'2018','',NULL,'0000-00-00 00:00:00'),(173,147,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(174,148,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(175,158,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(181,165,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(182,167,0,'CEO',41816,'2015','2018',NULL,'0000-00-00 00:00:00'),(184,173,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(185,169,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(186,170,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(187,171,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(188,172,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(189,173,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(190,174,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(191,175,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(192,177,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(193,178,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(194,179,4,'software Engineer',1,'2016','2017',NULL,'2019-05-23 11:20:13'),(195,180,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(196,182,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(197,185,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(198,0,4,'software engineer',29965,'2011','2012',NULL,'0000-00-00 00:00:00'),(199,0,9,'software engineer',1240,'2011','2012',NULL,'0000-00-00 00:00:00'),(209,193,9,'Senior Software Engineer',42219,'2014','',NULL,'0000-00-00 00:00:00'),(210,85,24,'Consultant ',10519,'2013','2014',NULL,'0000-00-00 00:00:00'),(211,197,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(212,0,9,'Director',41816,'2014','',NULL,'0000-00-00 00:00:00'),(213,0,9,'Director',41816,'2014','',NULL,'0000-00-00 00:00:00'),(214,0,9,'Director',41816,'2014','',NULL,'0000-00-00 00:00:00'),(215,0,5,'software engineer',906,'2011','2015',NULL,'0000-00-00 00:00:00'),(216,221,4,'software engineer',906,'','',NULL,'0000-00-00 00:00:00'),(217,214,5,'software engineer',33493,'2011','2015',NULL,'0000-00-00 00:00:00'),(218,807,40,'business development',31439,'2018','2022',NULL,'0000-00-00 00:00:00'),(220,1622,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(225,1619,41,'est',6597,'2000','2010',NULL,'0000-00-00 00:00:00'),(226,1630,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(227,1632,63,'est',31439,'2020','',1,'2021-06-03 13:04:29'),(230,1633,6,'Laravel de',47668,'2020','2021',NULL,'0000-00-00 00:00:00'),(231,1635,0,'',0,'','',NULL,'0000-00-00 00:00:00'),(232,1636,4,'developer ',47668,'2018','2020',NULL,'0000-00-00 00:00:00'),(233,1637,40,'Business Development Manager',31439,'2019','2021',NULL,'0000-00-00 00:00:00'),(312,1620,40,'developer',31439,'2015','',1,'2021-06-03 14:22:36'),(313,1620,60,'SOftware engineer',31439,'2020','2021',NULL,'0000-00-00 00:00:00'),(314,1620,61,'Laravel Developer ',31439,'2019','2020',NULL,'0000-00-00 00:00:00'),(315,1644,62,'Business Development Manager',31439,'2019','',NULL,'0000-00-00 00:00:00'),(316,1647,64,'Business Development Manager',31439,'2019','',NULL,'0000-00-00 00:00:00'),(317,1647,65,'Business Development Manager',31439,'2019','',NULL,'0000-00-00 00:00:00'),(318,1620,60,'SOftware engineer',31439,'2020','2021',NULL,'0000-00-00 00:00:00'),(319,1620,61,'Laravel Developer ',31439,'2019','2020',NULL,'0000-00-00 00:00:00'),(320,1620,60,'SOftware engineer',31439,'2020','2021',NULL,'0000-00-00 00:00:00'),(321,1620,61,'Laravel Developer ',31439,'2019','2020',NULL,'0000-00-00 00:00:00'),(322,1620,60,'SOftware engineer',31439,'2020','2021',NULL,'0000-00-00 00:00:00'),(323,1620,61,'Laravel Developer ',31439,'2019','2020',NULL,'0000-00-00 00:00:00'),(324,1620,60,'SOftware engineer',31439,'2020','2021',NULL,'0000-00-00 00:00:00'),(325,1620,61,'Laravel Developer ',31439,'2019','2020',NULL,'0000-00-00 00:00:00'),(326,1620,60,'SOftware engineer',31439,'2020','2021',NULL,'0000-00-00 00:00:00'),(327,1620,61,'Laravel Developer ',31439,'2019','2020',NULL,'0000-00-00 00:00:00'),(328,1620,60,'SOftware engineer',31439,'2020','2021',NULL,'0000-00-00 00:00:00'),(329,1620,61,'Laravel Developer ',31439,'2019','2020',NULL,'0000-00-00 00:00:00'),(330,1620,60,'SOftware engineer',31439,'2020','2021',NULL,'0000-00-00 00:00:00'),(331,1620,61,'Laravel Developer ',31439,'2019','2020',NULL,'0000-00-00 00:00:00'),(332,1649,68,'Business Development Manager',31439,'2019',NULL,1,'0000-00-00 00:00:00'),(333,1649,69,'Business Development Manager',31439,'2017','2019',NULL,'0000-00-00 00:00:00'),(334,1650,28,'teacher',31439,'2019',NULL,1,'0000-00-00 00:00:00'),(335,1649,70,'Business Development Manager',31439,'2019',NULL,1,'0000-00-00 00:00:00'),(336,1649,71,'Business Development Manager',31439,'2017','2019',NULL,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `user_experience` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_offerings` -- DROP TABLE IF EXISTS `user_offerings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_offerings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `offer_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=817 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_offerings` -- LOCK TABLES `user_offerings` WRITE; /*!40000 ALTER TABLE `user_offerings` DISABLE KEYS */; INSERT INTO `user_offerings` VALUES (4,46,1),(5,46,2),(6,46,4),(7,46,5),(8,46,6),(9,47,1),(10,47,2),(32,45,1),(33,45,2),(34,45,7),(39,66,3),(40,66,6),(41,70,1),(42,70,6),(43,71,1),(44,71,2),(45,71,3),(46,71,4),(47,71,5),(48,71,6),(49,72,1),(50,72,2),(51,72,3),(52,72,4),(53,72,5),(54,72,6),(61,74,1),(62,74,2),(63,74,3),(64,74,4),(65,74,5),(66,75,1),(67,75,2),(68,75,3),(69,75,4),(70,75,5),(77,77,1),(78,77,2),(79,77,3),(80,77,4),(81,77,5),(82,78,1),(83,78,2),(84,78,3),(85,78,4),(86,78,5),(87,79,1),(88,79,2),(89,79,3),(90,79,4),(91,79,5),(97,81,1),(98,81,2),(99,81,3),(100,81,4),(101,81,5),(102,82,1),(103,82,2),(104,82,3),(105,82,4),(106,82,5),(107,82,6),(108,84,1),(109,84,2),(110,84,3),(111,84,4),(112,84,5),(118,86,1),(119,86,2),(120,86,3),(121,86,4),(122,86,5),(140,90,1),(141,90,2),(142,90,3),(143,90,4),(144,90,5),(145,90,6),(146,91,1),(147,91,2),(148,91,3),(149,91,4),(150,91,5),(151,91,6),(152,92,1),(153,92,2),(154,92,3),(155,92,4),(156,92,5),(157,92,6),(158,93,1),(159,93,2),(160,93,3),(161,93,4),(162,93,5),(163,93,6),(164,94,1),(165,94,2),(166,94,3),(167,94,4),(168,94,5),(169,95,1),(170,95,2),(171,95,3),(172,95,4),(173,95,5),(174,96,1),(175,96,2),(176,96,3),(177,96,4),(178,96,5),(179,97,1),(180,97,2),(181,97,3),(182,97,4),(183,97,5),(184,98,1),(185,98,2),(186,98,3),(187,98,4),(188,98,5),(189,99,1),(190,99,2),(191,99,3),(192,99,4),(193,99,5),(211,76,1),(212,76,2),(213,76,3),(214,76,4),(215,76,5),(216,76,6),(222,87,1),(223,87,2),(224,87,3),(225,87,4),(226,87,5),(233,88,1),(234,88,2),(235,88,3),(236,88,4),(237,88,5),(238,88,6),(245,89,1),(246,89,2),(247,89,3),(248,89,4),(249,89,5),(250,89,6),(251,102,1),(252,102,2),(253,102,3),(254,102,4),(255,102,5),(256,103,1),(257,103,2),(258,103,3),(259,103,4),(260,103,5),(261,104,1),(262,104,2),(263,104,3),(264,104,4),(265,104,5),(266,104,6),(267,105,1),(268,105,2),(269,105,3),(270,105,4),(271,105,6),(272,106,1),(273,106,2),(274,106,3),(275,106,4),(276,106,5),(277,108,1),(278,108,2),(279,108,3),(280,108,4),(281,108,5),(282,108,8),(283,109,1),(284,109,2),(285,109,3),(286,109,4),(287,109,5),(288,109,6),(289,110,1),(290,110,2),(291,110,3),(292,110,4),(293,110,5),(294,111,1),(295,111,2),(296,111,3),(297,111,4),(298,111,5),(299,112,1),(300,112,2),(301,112,3),(302,112,4),(303,112,5),(304,112,6),(305,113,1),(306,113,2),(307,113,3),(308,113,4),(309,113,5),(310,113,6),(315,114,1),(316,114,2),(317,114,3),(318,114,5),(319,115,1),(320,115,2),(321,115,3),(322,115,4),(323,115,5),(324,115,6),(325,116,1),(326,116,2),(327,116,3),(328,116,4),(329,116,5),(330,116,6),(331,117,1),(332,117,2),(333,117,3),(334,117,4),(335,117,5),(336,117,6),(337,118,1),(338,118,2),(339,118,3),(340,118,4),(341,118,5),(342,118,6),(343,120,1),(344,120,2),(345,120,3),(346,120,4),(347,120,5),(348,120,6),(349,121,1),(350,121,2),(351,121,3),(352,121,4),(353,121,5),(354,121,6),(355,122,1),(356,122,2),(357,122,3),(358,122,4),(359,122,5),(360,122,6),(361,123,1),(362,123,2),(363,123,3),(364,123,4),(365,123,5),(366,123,6),(367,124,1),(368,124,2),(369,124,3),(370,124,4),(371,124,5),(372,125,1),(373,125,2),(374,125,3),(375,125,4),(376,125,5),(377,125,6),(378,126,1),(379,126,2),(380,133,1),(381,133,2),(382,134,1),(383,134,2),(384,134,3),(385,136,1),(386,136,2),(397,80,1),(398,80,2),(399,80,3),(400,80,4),(401,80,5),(402,137,1),(403,137,2),(404,137,3),(405,137,4),(406,137,5),(407,137,6),(408,147,1),(409,147,2),(410,147,3),(411,148,1),(412,148,2),(413,148,3),(414,158,1),(415,158,2),(416,158,3),(417,158,4),(418,158,5),(419,158,6),(431,165,1),(432,165,3),(435,167,4),(436,167,5),(439,173,1),(440,169,1),(441,169,3),(442,170,1),(443,171,1),(444,171,2),(445,171,3),(446,172,1),(447,172,2),(448,173,1),(449,173,2),(450,173,3),(451,173,4),(452,174,1),(453,174,2),(454,174,3),(455,174,4),(456,175,1),(457,175,2),(458,175,3),(459,177,1),(460,177,2),(461,178,1),(462,178,2),(464,180,1),(465,180,2),(466,182,2),(467,182,4),(468,182,5),(478,179,1),(481,189,3),(482,190,1),(507,73,1),(508,73,2),(509,73,3),(510,73,4),(511,73,5),(512,73,6),(513,85,1),(514,85,2),(515,85,3),(516,85,4),(517,85,5),(521,220,1),(522,220,2),(523,220,3),(524,220,4),(525,220,5),(526,220,6),(527,214,1),(562,1636,1),(563,1636,2),(564,1636,3),(565,1636,4),(566,1633,1),(567,1633,2),(568,1633,3),(569,1633,4),(570,1633,5),(571,1633,6),(572,1637,1),(573,1637,3),(763,1644,1),(764,1644,3),(765,1644,4),(770,1647,1),(771,1647,2),(772,1647,3),(773,1647,4),(804,1620,1),(805,1620,2),(806,1620,3),(807,1648,1),(808,1648,4),(815,1649,1),(816,1649,4); /*!40000 ALTER TABLE `user_offerings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` int(11) NOT NULL, `first_name` varchar(200) NOT NULL, `last_name` varchar(200) NOT NULL, `phone` varchar(20) NOT NULL, `city_id` int(11) NOT NULL, `email` varchar(200) NOT NULL, `password` varchar(200) NOT NULL, `languages` varchar(200) NOT NULL, `offers_in` varchar(300) NOT NULL, `verification_code` varchar(200) NOT NULL, `password_reset_code` varchar(100) DEFAULT NULL, `completed` int(11) NOT NULL, `profile_image` varchar(200) NOT NULL DEFAULT 'default-user.png', `introducation` varchar(5000) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `rate` int(10) NOT NULL, `fb_id` varchar(1000) NOT NULL, `linkedin_id` varchar(1000) NOT NULL, `show_hourly_rate` int(11) DEFAULT '0', `anonymous` int(11) DEFAULT '0', `user_active_status` int(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1653 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (73,2,'Umar','Rizvi','',47668,'Umar.rizvi@advisiahub.com','e10adc3949ba59abbe56e057f20f883e','3','1,2,3,4,6,8,11,14,15,16,17,18','AAEhWVVHS8Q2pJXQWBxz',NULL,0,'upskilling.jpg','Professional Project Architect, 8 years of experience.','2019-06-18 10:53:26',100,'','',0,0,1),(74,2,'Usman','Shami','',46875,'Usman.shami@advisiahub.com','e10adc3949ba59abbe56e057f20f883e','3','1,2,3,4,6,8,11,14,15,16,17,18','Y11ZiCAUAu9SkB18tokY',NULL,0,'14b7fde1.jpg','Software Development Engineer at AWS Dynamo DB\r\nAmazon.com (AWS Dynamo DB, Digital/ Kindle Web Services) GIK Institute of Engineering','2019-06-18 10:53:26',75,'','',0,0,1),(81,2,'Bernie ','Doyle ','',10519,'Bernie.Doyle@advisiahub.com','e10adc3949ba59abbe56e057f20f883e','3','1,2,3,4,6,8,11,14,15,16,17,18','4heCwEbpASNRPKxMo3yw',NULL,0,'AAMAAQDGAAwAAQAAAAAAAA34AAAAJDIwOTFhYzczLTgxN2YtNGE3Mi1hY2IwLWQ0ZDliMTNlMjNlNA.jpg','Refine Labs - CEO - Blockchain Consultant | Architect | Developer\r\nRefine Labs University of Windsor','2019-06-18 10:53:26',100,'','',0,0,1),(85,2,'Muneeb','Shaukat','',10519,'muneeb.shaukat@advisiahub.com','e10adc3949ba59abbe56e057f20f883e','3','1,2,3,4,6,8,11,14,15,16,17,18','cEq6cRBk4Sj4JyBETi0F',NULL,0,'default-user.png','Experienced and professional consultant','2019-06-18 10:53:26',75,'','',0,0,1),(90,2,'Kashif','Saleem','',42050,'Kashif.saleem@advisiahub.com','e10adc3949ba59abbe56e057f20f883e','3','1,2,3,4,6,8,11,14,15,16,17,18','Gl1ryWeNLKj0f5wmzIR6',NULL,0,'AAEAAQAAAAAAAAKRAAAAJGY0MjE5Nzc3LTUyOGEtNDA0OC1hNTNhLTVlNDAwZmUzYzNkOQ.jpg','Chief Technology Officer at Refine Labs','2019-06-18 10:53:26',100,'','',0,0,1),(99,2,'Asif','Saleem','',41746,'Asif.saleem@advisiahub.com','e10adc3949ba59abbe56e057f20f883e','3','1,2,3,4,6,8,11,14,15,16,17,18','apgxIOq4KHnXT01Rzuib',NULL,0,'default-user.png','FX eCommerce Developer at Credit Suisse\r\nCredit Suisse Birkbeck, University of London','2019-06-18 10:53:26',100,'','',0,0,1),(181,1,'Raana','Rehman','',0,'raanarehman123@gmail.com','a7cb3d1b2c36c78b269c7607931ecf16','','1,2,3,4,6,8,11,14,15,16,17,18','',NULL,0,'default-user.png','','2019-06-18 10:53:26',0,'','',0,0,1),(212,1,'Ahmad','Khan','',1,'ahmad.k.mhd@gmail.com','f56a24c4bb9079ef7223f4e41d210061','','1,2,3,4,6,8,11,14,15,16,17,18','',NULL,0,'download3.jpg','','2021-06-04 07:39:51',0,'','',0,0,0),(214,2,'Ahmad Khan','Advisor','',41816,'ahmad.khan@techloyce.com','f56a24c4bb9079ef7223f4e41d210061','3','1,2,3,4,6,8,11,14,15,16,17,18','',NULL,0,'default-user.png','Have experience of almost 20 years in Technology field','2021-05-31 11:15:34',100,'','',1,0,0),(1618,2,'Inez Lane','George Richards','',0,'lyracuwyw@mailinator.com','f3ed11bbdb94fd9ebdefbaf646ab94d3','','','KOJFIks493wURf6TqqXT',NULL,0,'default-user.png','','2021-05-19 11:00:49',0,'','',0,0,1),(1620,2,'Hamza','Gill','12158066155',1,'hamzatechloyce@gmail.com','e10adc3949ba59abbe56e057f20f883e','3','5,6,8,11,14','',NULL,0,'depositphotos_179308454-stock-illustration-unknown-person-silhouette-glasses-profile.jpg','Develop, record and maintain cutting edge web-based PHP applications on portal plus premium service platforms\r\nBuild innovative, state-of-the-art applications and collaborate with the User Experience (UX) team\r\nEnsure HTML, CSS, and shared JavaScript is valid and consistent across applications\r\nPrepare and maintain all applications utilizing standard development tools\r\nUtilize backend data services and contribute to increase existing data services API\r\nLead the entire web application development life cycle right from concept stage to delivery and post launch support\r\nConvey effectively with all task progress, evaluations, suggestions, schedules along with technical and process issues\r\nDocument the development process, architecture, and standard components\r\nCoordinate with co-developers and keeps project manager well informed of the status of development effort and serves as liaison between development staff and project manager\r\nKeep abreast of new trends and best practices in web development','2021-06-07 13:17:52',120,'','',1,0,1),(1628,2,'Jack Farmer','Shelly Copeland','',0,'hamafoci@mailinator.com','f3ed11bbdb94fd9ebdefbaf646ab94d3','','','Axj61WFgFDgDC4EwJo0w',NULL,0,'default-user.png','','2021-05-27 09:00:12',0,'','',0,0,0),(1629,1,'test','tetst','',0,'test@gmail.com','e10adc3949ba59abbe56e057f20f883e','','','a8TMWYIxFw','XWjtIhFNTWdRlthzCreW',0,'default-user.png','','2021-05-27 12:49:45',0,'','',0,0,0),(1631,1,'we','pay','',0,'','','','','',NULL,0,'default-user.png','','2021-05-27 12:52:03',0,'','gt_Lc1z1JQ',0,0,0),(1633,2,'hamza','ishaq','',48019,'hamzaishaq.mux@gmail.com','e10adc3949ba59abbe56e057f20f883e','8,9,10','5','',NULL,0,'default-user.png','test','2021-05-28 11:46:39',100,'','',0,0,1),(1636,2,'adv','or','',47668,'advisia75@gmail.com','e10adc3949ba59abbe56e057f20f883e','3','6','',NULL,0,'default-user.png','Postgraduate education (graduate education in North America) involves learning and studying for academic or professional degrees, academic or professional certificates, academic or professional diplomas, or other qualifications for which a first or bachelor\'s degree generally is required, and it is normally considered ...','2021-05-28 14:15:04',70,'','',0,0,0),(1639,1,'syeda','zaidi','',0,'sheezazaidi112233@gmail.com','fcea920f7412b5da7be0cf42b8c93759','','','',NULL,0,'bitmoji1.jpg','','2021-06-01 10:28:23',0,'','',0,0,0),(1640,2,'Darrel Berg','Matthew Wright','',0,'ciji@mailinator.com','f3ed11bbdb94fd9ebdefbaf646ab94d3','','','XsBS9CFXwSDWTlKcI6mN',NULL,0,'default-user.png','','2021-06-01 14:06:23',0,'','',0,0,1),(1641,2,'Marvin Mcfadden','Portia Brock','',0,'fucudap@mailinator.com','f3ed11bbdb94fd9ebdefbaf646ab94d3','','','2nZfRSRksLpLYBCbe4Z0',NULL,0,'default-user.png','','2021-06-01 14:06:24',0,'','',0,0,1),(1642,1,'Mason','Hutchinson','',0,'viniqelawe@mailinator.com','f3ed11bbdb94fd9ebdefbaf646ab94d3','','','LEzKUyG9vY',NULL,0,'default-user.png','','2021-06-01 14:06:32',0,'','',0,0,1),(1646,1,'ab','cd','',0,'abcd@gmail.com','e19d5cd5af0378da05f63f891c7467af','','','dfHjiMStAQ',NULL,0,'default-user.png','','2021-06-03 12:31:40',0,'','',0,0,0),(1651,1,'Trevor Macias','Harding','',0,'wepay415@gmail.com','e10adc3949ba59abbe56e057f20f883e','','','',NULL,0,'default-user.png','','2021-06-04 11:33:37',0,'','',0,0,0),(1652,2,'Nayab','Aman','',0,'nayab.aman@techloyce.com','202cb962ac59075b964b07152d234b70','','','',NULL,0,'default-user.png','','2021-06-08 06:17:20',0,'','',0,0,0); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-01-12 12:24:22